#MV {
  width: 100%;
  padding-left: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  #MV {
    padding-left: 3.6vw;
  }
}

.mv_inner {
  background: url("../images/about/mv_sp.webp") no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 0 0 0 200px;
  aspect-ratio: 380 / 620;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: unset;
  overflow: hidden;
  padding-top: 120px;
}
.mv_inner .about_mvtext {
  width: 100%;
}
.mv_inner .about_mvtext img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .mv_inner {
    background: url("../images/about/mv_pc.webp") no-repeat;
    background-size: cover;
    aspect-ratio: 1856 / 960;
    padding-top: 11.45vw;
    border-radius: 0 0 0 500px;
  }
  .mv_inner .about_mvtext {
    width: 26%;
  }
}
.mv_inner .mv_text {
  text-align: center;
}
.mv_inner .mv_text .heading_3 {
  margin-bottom: 4rem;
}
.mv_inner .mv_text p {
  font-family: Zen Maru Gothic;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .mv_inner .mv_text .heading_3 {
    margin-bottom: 1.6vw;
    font-size: 1.25vw;
  }
  .mv_inner .mv_text p {
    font-size: .833333vw;
    line-height: 2.8;
  }
}

.sec_greeting .panel {
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.7rem 0;
}
.sec_greeting .panel ._img {
  width: 68%;
}
.sec_greeting .panel ._img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec_greeting .panel {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 15%;
    border-radius: 10rem;
    padding: 7rem;
  }
  .sec_greeting .panel ._text {
    width: 45%;
  }
  .sec_greeting .panel ._img {
    width: 40%;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .sec_greeting .inner {
    max-width: 1470px;
  }
  .sec_greeting .heading_2 {
    margin-bottom: 12.5rem;
  }
}

.sec_overview {
  position: relative;
  overflow: hidden;
}
.sec_overview .inner {
  position: relative;
  background: linear-gradient(90deg, #449DD1 45.9%, #92D1F6 138.97%);
  border-radius: 8rem 8rem 0 0;
  padding: 10rem 1rem;
  z-index: 0;
  color: #FFFFFF;
}
.sec_overview .inner .blend-overlay {
  position: absolute;
  inset: 0;
  background: url("../images/top/gauss.png") repeat;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  z-index: 1;
  pointer-events: none;
  border-radius: 8rem 8rem 0 0;
}
.sec_overview .heading_2 {
  position: relative;
  z-index: 2;
}
.sec_overview .heading_2 .heading_en span {
  color: #a3f6f7;
}
.sec_overview .heading_2 strong {
  color: #FFFFFF;
}
.sec_overview .item_wrap {
  padding: 3.2rem 0;
  border-bottom: 0.5px solid #D0E4EF;
}
.sec_overview .item_wrap:first-child {
  padding-top: 0;
}
.sec_overview dt {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .04em;
  vertical-align: middle;
}
.sec_overview dd {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: .04em;
  vertical-align: middle;
  margin: 0;
}
.sec_overview dd span {
  display: inline-block;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .sec_overview .inner {
    max-width: 100%;
    border-radius: 200px 200px 0 0;
    padding: 14rem 0;
  }
  .sec_overview .inner .blend-overlay {
    border-radius: 200px 200px 0 0;
  }
  .sec_overview .inner .inner_inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .sec_overview .block {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .item_wrap {
    display: flex;
  }
  .item_wrap dt {
    width: 180px;
    margin-right: 1.6rem;
  }
}

/*# sourceMappingURL=about.css.map */
