@charset "UTF-8";

#mv {
  /* メインビジュアルの下にグラデーション背景  */
  /* background-image: linear-gradient(to top right, #ecf2f5b3, #fff); */
  /* padding: 2rem 1rem 2.5rem; */
  margin-bottom: 0;
}

#mv .img-box {
  align-items: center;
  align-self: center;
}

#mv .sp-img {
  display: block;
  max-width: 100%;
  height: auto;
}

#mv .pc-img {
  display: none;
}

#catch {
  margin-bottom: 7rem;
}

#catch br {
  margin-bottom: 0;
}

#catch .catch-bg {
  background-image: url(../images/group-01.jpg);
  background-size: cover;
  background-position: center;
  height: 750px;
}

#catch .catch-bg-filter {
  background-color: rgba(236, 242, 245, 0.55);
  height: 100%;
}

#catch .wrapper {
  display: flex;
  align-items: center;
}

#catch .catch-text-box {
  background-color: rgba(236, 242, 245, 0.65);
  max-width: 990px;
  padding: 1.2rem 1rem;
  margin: 0 auto;
}

#catch .catch-ttl {
  color: var(--main-color);
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.14em;
  margin-bottom: 0.3rem;
}

#catch .catch-text {
  font-size: 17px;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 0;
}

#catch .catch-text-box .catch-text:last-child {
  margin-top: -1rem;
}

.content-sections .sp-img,
.content-sections .tab-img,
.content-sections .pc-img {
  display: none;
}

.content-sections .sp-img {
  display: block;
  width: 100%;
  height: auto;
}

.content-sections > section,
.section-wrapper > section {
  margin-bottom: 4rem;
}

.content-sections .img-box,
.section-wrapper .img-box {
  text-align: center;
  margin-bottom: -0.7rem;
}

.section-ttl-main,
.section-ttl-sub {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  font-family: var(--font-family-01);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0 6px;
  margin-bottom: 0.4rem;
}

.section-text {
  margin-bottom: 1rem;
}

/* bg-layer */

.bg-layer {
  position: relative;
  display: inline-block;
}

.bg-layer::before {
  background-color: var(--main-color);
  content: "";
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  #mv {
    margin-bottom: 11rem;
  }

  #mv .sp-img {
    display: none;
  }

  #mv .pc-img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  #catch {
    margin-bottom: 9rem;
  }

  #catch .catch-bg {
    height: 700px;
  }

  #catch .catch-text-box {
    padding: 2rem 1rem;
  }

  #catch .catch-ttl {
    font-size: 24px;
    letter-spacing: 0.14em;
    margin-bottom: -0.6rem;
  }

  #catch .catch-text {
    font-size: 20px;
    padding: 1rem 1.5rem;
  }

  #catch .catch-text-box .catch-text:last-child {
    margin-top: -2.8rem;
    margin-bottom: -1rem;
  }

  .content-sections .sp-img {
    display: none;
  }

  .content-sections .tab-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .content-sections > section,
  .section-wrapper > section {
    margin-bottom: 7rem;
    gap: 1rem;
  }

  .content-sections > section {
    display: flex;
    align-items: center;
  }

  .content-sections > section:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .content-sections > section .img-box,
  .content-sections > section .text-box {
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
  }

  .section-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .section-wrapper > section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-wrapper .img-box {
    margin-bottom: -2rem;
  }

  .section-ttl-main {
    font-size: 21px;
  }

  .section-wrapper .section-ttl-sub {
    text-align: center;
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .content-sections .tab-img {
    display: none;
  }

  .content-sections .pc-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .section-wrapper .img-box {
    margin-bottom: 0rem;
  }
}
