@charset "UTF-8";
.fv {
  position: relative;
}

.fv__img {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}
.fv__img img {
  aspect-ratio: 683/767;
  height: 545px;
  overflow: hidden;
}

.fv__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  left: 50%;
  position: absolute;
  top: 80px;
  transform: translateX(-50%);
}
.fv__copy p {
  background-color: #fff;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  padding: 16px 10px;
  writing-mode: vertical-rl;
}
.fv__copy p:nth-of-type(1) {
  padding: 25px 0px 21px 0px;
}
.fv__copy p:nth-of-type(2) {
  margin-top: 40px;
  padding: 21px 0px 25px;
}

.fv__news {
  margin-top: 20px;
  padding-inline: 20px;
}
.fv__news .c-news__item {
  border-radius: 10px;
  margin-inline: auto;
  max-width: 607px;
  padding: 13px 13px 12px 19px;
  width: 100%;
}

.service {
  padding-inline: 20px;
  padding-top: 100px;
}

.service__inner {
  margin-inline: auto;
  max-width: 1170px;
}
.service__contents {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 700px;
  width: 100%;
}

.service__right {
  margin-top: 40px;
}

.service__right-copy {
  display: flex;
  flex-direction: column;
}
.service__right-copy p {
  color: #0d8e8e;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.service__right-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.service__right-desc p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.service__right-btn {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.service__pict {
  aspect-ratio: 1170/560;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(114, 160, 223, 0.33);
  margin-top: 87px;
  overflow: hidden;
}

.reason {
  margin-top: 100px;
}

.reason__inner {
  margin-inline: auto;
  max-width: 1366px;
  padding-left: calc(67 / 1366 * 100vw);
  padding-right: calc(53 / 1366 * 100vw);
}

.reason__container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.reason__left {
  flex-shrink: 0;
}

.reason__desc {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 20px;
  max-width: 378px;
}

.reason-boxs {
  border-top: solid 1px #b8c5dd;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.reason-box {
  border-bottom: solid 1px #b8c5dd;
  padding-block: 20px;
  padding-inline: 10px;
}

.reason-box__head {
  align-items: center;
  color: #0d8e8e;
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: calc(35 / 24);
  width: 100%;
}
.reason-box__head::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  filter: drop-shadow(0 3px 6px #92bcbc);
  flex-shrink: 0;
  height: 25px;
  width: 25px;
}

.reason-box__body {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 10px;
}

.reason__right {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 820px;
  position: relative;
  width: 100%;
}
.reason__right::before, .reason__right::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.reason__right::before {
  background-image: url(../images/reason_img1_bg.png);
  height: calc(338 / 1366 * 100vw);
  left: calc(15 / 1366 * 100vw);
  top: 0;
  width: calc(338 / 1366 * 100vw);
}
.reason__right::after {
  background-image: url(../images/reason_img2_bg.png);
  bottom: calc(-126 / 1366 * 100vw);
  height: calc(302 / 1366 * 100vw);
  right: calc(20 / 1366 * 100vw);
  width: calc(272 / 1366 * 100vw);
}

.reason__right-item {
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(106, 156, 222, 0.33);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.reason__right-item:nth-of-type(1) {
  aspect-ratio: 349/400;
  margin-top: 40px;
  max-width: 349px;
  width: calc(150 / 375 * 100vw);
}
.reason__right-item:nth-of-type(2) {
  aspect-ratio: 365/343;
  max-width: 365px;
  width: calc(150 / 375 * 100vw);
}

.eqipmwnt {
  background-image: url(../images/eqipmwnt_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.eqipmwnt__contents {
  padding-inline: 20px;
}

.eqipmwnt__title.c-section-title {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.eqipmwnt__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin-inline: auto;
  margin-top: 32px;
  max-width: 642px;
}

.eqipmwnt-slide {
  margin-top: 65px;
}

.eqipmwnt-slide__slide .swiper-slide {
  aspect-ratio: 400/360;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(106, 156, 222, 0.33);
  overflow: hidden;
  width: 200px;
}

.eqipmwnt__btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.news {
  padding-inline: 20px;
  padding-top: 121px;
}

.news__inner {
  margin-inline: auto;
  max-width: 700px;
}

.news__contents {
  display: flex;
  flex-direction: column;
  gap: 8.025682183%;
  justify-content: space-between;
}

.news__texts {
  flex-shrink: 0;
}

.news__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 20px;
  max-width: 378px;
  width: 100%;
}

.news__btn {
  margin-top: 45px;
}
.news__data {
  margin-top: 55px;
  width: 100%;
}
.cta {
  padding-bottom: 87px;
  padding-inline: 20px;
  padding-top: 166px;
}

.cta__inner {
  margin-inline: auto;
  max-width: 650px;
}

.cta__boxs {
  display: grid;
  gap: 5%;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  width: 100%;
}

.cta__box {
  aspect-ratio: 570/380;
  position: relative;
}

.cta__box-img {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cta__box-img::after {
  background-color: #0d8e8e;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.cta__box-title {
  align-items: center;
  bottom: 30px;
  display: inline-flex;
  gap: 20px;
  justify-content: space-between;
  left: 0px;
  padding-inline: 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.cta__box-title::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  filter: drop-shadow(0 3px 6px #92bcbc);
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}
.cta__box-title .c-section-title__jp {
  color: #fff;
}
.cta__box-title .c-section-title__en {
  font-size: 36px;
  line-height: calc(70 / 48);
}
@media (min-width: 414px) {
  .service__right-desc p {
    letter-spacing: normal;
  }
  .reason__desc {
    letter-spacing: normal;
  }
  .reason-box {
    padding-inline: 0px;
  }
}
@media (min-width: 768px) {
  .reason__left {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
  .reason-box {
    padding-inline: 10px;
  }
  .eqipmwnt-slide__slide .swiper-slide {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  .fv__img img {
    height: 767px;
  }
  .fv__copy {
    top: 105px;
  }
  .fv__copy p {
    font-size: 36px;
  }
  .fv__news {
    bottom: 47px;
    left: 20px;
    margin-top: 0;
    padding-inline: 0;
    position: absolute;
  }
  .fv__news .c-news__item {
    width: 607px;
  }
  .service {
    padding-top: 194px;
  }
  .service__contents {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 957px;
  }
  .service__title {
    margin-top: 80px;
  }
  .service__right {
    margin-top: 0;
  }
  .service__right-copy {
    gap: 15px;
  }
  .service__right-copy p:nth-of-type(1) {
    font-size: 29px;
    line-height: calc(42 / 29);
  }
  .service__right-copy p:nth-of-type(2) {
    font-size: 30px;
    line-height: calc(44 / 30);
  }
  .service__right-desc {
    gap: 25px;
    margin-top: 35px;
  }
  .service__right-desc p {
    line-height: calc(33 / 15);
  }
  .service__right-btn {
    justify-content: flex-start;
  }
  .service__pict {
    border-radius: 20px;
  }
  .reason {
    margin-top: 208px;
  }
  .reason__container {
    flex-direction: row;
    gap: 89px;
  }
  .reason__left {
    flex-direction: column;
    gap: 0;
    width: auto;
  }
  .reason__desc {
    line-height: 2.2;
  }
  .reason-boxs {
    margin-left: 52px;
    margin-top: 62px;
    max-width: 460px;
  }
  .reason-box {
    padding-block: 30px 23px;
  }
  .reason-box__head {
    font-size: 24px;
  }
  .reason-box__body {
    line-height: calc(33 / 15);
    margin-top: 17px;
  }
  .reason__right {
    align-items: flex-end;
    flex-direction: column;
    gap: 57px;
    justify-content: flex-start;
    max-width: 100%;
  }
  .reason__right::before {
    top: calc(43 / 1366 * 100vw);
  }
  .reason__right-item:nth-of-type(1) {
    margin-top: 0;
    width: calc(349 / 1366 * 100vw);
  }
  .reason__right-item:nth-of-type(2) {
    margin-right: auto;
    width: calc(365 / 1366 * 100vw);
  }
  .eqipmwnt {
    background-size: 100% 100%;
    margin-top: 200px;
    padding-bottom: 85px;
    padding-top: 73px;
  }
  .eqipmwnt__desc {
    line-height: 2.2;
  }
  .eqipmwnt-slide__slide .swiper-slide {
    width: 400px;
  }
  .news__inner {
    max-width: 1246px;
  }
  .news__contents {
    flex-direction: row;
  }
  .cta__inner {
    max-width: 1200px;
  }
  .cta__boxs {
    align-items: flex-start;
    display: flex;
    justify-content: center;
  }
  .cta__box {
    width: 50%;
  }
  .cta__box-title {
    padding-inline: 40px;
  }
  .cta__box-title::after {
    height: 65px;
    width: 65px;
  }
  .cta__box-title .c-section-title__en {
    font-size: 48px;
  }
}
@media (min-width: 1366px) {
  .reason__inner {
    padding-left: 67px;
    padding-right: 53px;
  }
  .reason__right::before {
    height: 338px;
    left: 15px;
    top: 43px;
    width: 338px;
  }
  .reason__right::after {
    bottom: -126px;
    height: 302px;
    right: 20px;
    width: 272px;
  }
}