.fv {
  overflow: hidden;
  position: relative;
  height: auto;
  padding: 16vw 0;
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    padding: 0;
  }
}
.fv__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .fv__slider {
    width: 100%;
    left: unset;
    right: 0;
  }
}
.fv__slider .swiper-slide img {
  width: 100%;
}
.fv::after {
  content: "";
  width: 560px;
  height: 460px;
  position: absolute;
  right: -80px;
  bottom: 0;
  background: url(../img/fv-ashirai.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .fv::after {
    right: -140px;
    bottom: -20px;
  }
}
.fv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    display: block;
    padding-top: 93.3333333333vw;
    padding-bottom: 40vw;
  }
}
.fv__contents {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1320px) {
  .fv__contents {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .fv__contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.3333333333vw;
  }
}
.fv__title {
  font-size: min(3.28vw, 46px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 8.2666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-bottom: 5.3333333333vw;
  }
}
.fv__title span {
  color: #E62F63;
}
.fv__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .fv__btns {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10.6666666667vw;
    align-items: flex-start;
  }
}
.fv__news {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fv__news {
    display: block;
  }
}
.fv__news--left {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .fv__news--left {
    width: 100%;
    gap: 10px;
  }
}
.fv__news--date {
  font-size: 14px;
}
.fv__news--cat {
  padding: 9px 10px;
  background: #383838;
  color: #fff;
  font-size: 12px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .fv__news--cat {
    padding: 6px 10px;
  }
}
.fv__news--title {
  font-size: 14px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .fv__news--title {
    width: 100%;
    margin-top: 20px;
  }
}

.service {
  padding: 100px 40px 180px;
  background: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .service {
    margin-top: -40px;
    border-radius: 50px;
    padding: 5.3333333333vw 5.3333333333vw 29.3333333333vw;
  }
}
.service__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service__top {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.service .section__title {
  margin-top: -220px;
}
@media screen and (max-width: 768px) {
  .service .section__title {
    margin-top: -50px;
    margin-bottom: 8vw;
  }
}
.service__contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service__contents {
    width: 100%;
  }
}
.service__contents h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service__contents h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__contents p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .service__contents p {
    font-size: 4.2666666667vw;
  }
}
.service__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service__list {
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
  padding: 60px 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service__list {
    display: block;
    padding: 8vw;
  }
}
.service__list--main {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service__list--main {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.service__list--contents {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .service__list--contents {
    width: 100%;
  }
}
.service__list--contents h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__list--contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__list--contents p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__list--contents p {
    display: none;
  }
}
.service__list--contents .moreBtn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service__list--contents .moreBtn {
    margin-left: 0;
    width: 193px;
  }
}
.service__list--title {
  position: relative;
  z-index: 2;
}
.service__list--title span {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service__list--title span {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.service__list--title h3 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service__list--title h3 {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.service__list--title h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .service__list--title h3::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__list--img {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: auto;
  height: 420px;
}
.service__list--img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .service__list--img {
    top: -30px;
    transform: none;
    right: -30px;
    width: 72%;
    height: auto;
  }
  .service__list--img img {
    width: 100%;
    height: auto;
  }
}
.service__list--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .service__list--tags {
    gap: 5px;
    flex-direction: column;
  }
}
.service__list--tags span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background: #383838;
  color: #fff;
  border-radius: 100px;
  padding: 8px 24px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .service__list--tags span {
    width: -moz-max-content;
    width: max-content;
    font-size: 2.6666666667vw;
    padding: 5px 10px;
  }
}

.reason {
  padding: 210px 40px 210px;
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
  position: relative;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 40vw 5.3333333333vw;
    overflow: hidden;
  }
}
.reason__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.reason .section__title {
  text-align: center;
  position: relative;
  z-index: 2;
}
.reason__box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .reason__box {
    display: block;
    margin-top: 6.6666666667vw;
  }
}
.reason__contents {
  width: 47%;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.reason__contents::after {
  content: "";
  width: 610px;
  height: 438px;
  position: absolute;
  bottom: -40%;
  left: -80%;
  background: url(../img/rason-ashirai.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reason__contents::after {
    left: unset;
    right: -70%;
    bottom: -20%;
  }
}
@media screen and (max-width: 768px) {
  .reason__contents {
    width: 100%;
    margin: 0 auto;
  }
}
.reason__contents h3 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .reason__contents h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 74.6666666667vw;
  }
}
.reason__contents p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .reason__contents p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .reason__contents .moreBtn {
    margin: 0 auto;
  }
}
.reason__img {
  width: 60%;
  position: absolute;
  left: 0;
  top: 15%;
  max-width: 900px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .reason__img {
    width: 100%;
    left: unset;
    right: 0;
    top: 15%;
  }
}

.sdgs {
  padding: 18% 40px;
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sdgs {
    padding: 40vw 5.3333333333vw;
    overflow: hidden;
  }
}
.sdgs__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sdgs__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sdgs__box {
    display: block;
  }
}
.sdgs__img {
  position: absolute;
  right: 0;
  width: 55%;
  bottom: 2%;
  z-index: 2;
  max-height: 100%;
}
.sdgs__img img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sdgs__img {
    bottom: unset;
    top: 10%;
    width: 65%;
  }
}
.sdgs__contents {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sdgs__contents {
    width: 100%;
  }
}
.sdgs__contents::after {
  content: "";
  width: 610px;
  height: 438px;
  position: absolute;
  right: -110%;
  bottom: -30px;
  background: url(../img/sdgs-ashirai.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sdgs__contents::after {
    bottom: -70%;
  }
}
.sdgs__contents h3 {
  margin: 40px 0 20px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sdgs__contents h3 {
    font-size: 5.8666666667vw;
    margin: 8vw 0 5.3333333333vw;
  }
}
.sdgs__contents p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sdgs__contents p {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sdgs__contents .moreBtn {
  width: 270px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sdgs__contents .moreBtn {
    margin: 0 auto;
  }
}/*# sourceMappingURL=top.css.map */