@charset "UTF-8";
body {
  background-color: #fff;
}

.about__fv {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 250px;
  margin-top: 60px;
  background: url(../img/about-img-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .about__fv {
    background: url(../img/about-img-pc.png) no-repeat center center/cover;
    margin-top: 0;
  }
}
.about__fv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 165px;
  height: 250px;
  background: url(../img/about-fv-sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .about__fv::before {
    width: 365px;
    background: url(../img/about-fv-pc.png) no-repeat center center/contain;
  }
}

.about__title {
  position: absolute;
  top: 90px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 838px) {
  .about__title {
    top: 73px;
    left: 222px;
    gap: 6px;
  }
}

.about__title-en {
  color: #023e78;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-family: "Fira Sans";
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .about__title-en {
    font-size: 60px;
  }
}

.about__title-sub {
  color: #023e78;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .about__title-sub {
    font-size: 20px;
  }
}

.breadcrumb__list {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__main-wrap {
  margin-top: 60px;
}
@media screen and (min-width: 838px) {
  .about__main-wrap {
    margin-top: 79px;
  }
}

.mission {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 281px;
  padding: 20px;
  margin-bottom: 253px;
  background: url(../img/about-mission.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .mission {
    background: url(../img/about-mission-pc.png) no-repeat center center/cover;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    height: 355px;
    margin-bottom: 258px;
    width: auto;
  }
}

.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section__title-en {
  color: #fff;
  font-family: "Fira Sans";
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .section__title-en {
    font-size: 100px;
  }
}

.section__title-ja {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .section__title-ja {
    font-size: 24px;
  }
}

.mission__wrap {
  padding: 21px 20px 17px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
}
@media screen and (min-width: 838px) {
  .mission__wrap {
    padding: 32px 40px;
    margin: 0 auto;
  }
}

.mission-wrap {
  margin-top: 134px;
}
@media screen and (min-width: 838px) {
  .mission-wrap {
    margin-top: 117px;
  }
}

.mission-wrap__title {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mission-wrap__title span {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .mission-wrap__title span {
    margin-left: -3px;
  }
}
@media screen and (min-width: 838px) {
  .mission-wrap__title {
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.font-loose {
  letter-spacing: -0.7px;
}
@media screen and (min-width: 838px) {
  .font-loose {
    letter-spacing: normal;
  }
}

.font-loose {
  margin-left: -2px;
}

.font-tight {
  letter-spacing: 0;
  margin-right: -6px;
}

.mission-wrap__text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
}
@media screen and (min-width: 838px) {
  .mission-wrap__text {
    margin-top: 31px;
  }
}

.vision {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 281px;
  padding: 20px;
  margin-bottom: 278px;
  background: url(../img/vision.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .vision {
    background: url(../img/about-vision-pc.png) no-repeat center center/cover;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    height: 354px;
    margin-bottom: 294px;
    width: auto;
  }
}

.company {
  background: url(../img/about__bg.png) no-repeat center center/cover;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(2, 62, 120, 0.8);
}

.campany__inner {
  padding: 60px 20px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 838px) {
  .campany__inner {
    padding: 80px 20px;
  }
}

.campany__wrapper {
  border: 1px solid #707070;
  background: #fff;
  padding: 40px 20px 38px;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 838px) {
  .campany__wrapper {
    padding: 60px 40px 78px;
  }
}

.campany__title {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.campany__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 38px;
}
@media screen and (min-width: 838px) {
  .campany__wrap {
    margin-top: 59px;
  }
}

.overview-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 838px) {
  .overview-row {
    grid-template-columns: 200px minmax(0, 1fr);
    grid-template-rows: 1fr;
  }
}

.overview-row:nth-child(1) .overview__title {
  border-top: 1px solid #023e78;
}
.overview-row:nth-child(1) .overview__detail {
  border-top: 1px solid #e8eaec;
}

.overview__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #023e78;
  padding-top: 17px;
  padding-bottom: 15px;
  align-items: center;
  font-size: 14px;
  font-family: "Noto Sans JP";
  color: #1a1a1a;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .overview__title {
    padding-left: 32px;
    font-size: 16px;
  }
}

.overview__detail {
  padding-top: 17px;
  padding-bottom: 14px;
  padding-left: 24px;
  border-bottom: 1px solid #e8eaec;
  font-size: 14px;
  font-family: "Noto Sans JP";
  color: #1a1a1a;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .overview__detail {
    text-align: left;
    padding-top: 26px;
    padding-bottom: 14px;
    padding-left: 35px;
    font-size: 16px;
  }
}

.overview__lists {
  list-style: none;
}
@media screen and (min-width: 838px) {
  .overview__lists {
    margin-left: 20px;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}

.overview__list {
  margin-left: 12px;
  position: relative;
  line-height: 20px;
}
@media screen and (min-width: 838px) {
  .overview__list {
    font-size: 16px;
  }
}
.overview__list::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #1a1a1a;
  border-radius: 50px;
}

.small {
  font-size: 12px;
  letter-spacing: -0.3px;
  font-size: 13px;
}
@media screen and (min-width: 838px) {
  .small {
    letter-spacing: 0.2px;
    font-size: 14px;
  }
}

@media screen and (min-width: 838px) {
  .detaile-tel {
    font-size: 16px;
    letter-spacing: -1.1px;
  }
}

.e-mail__address {
  font-size: 15px;
  padding-bottom: 16px;
  font-family: "Fira Sans";
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (min-width: 838px) {
  .e-mail__address {
    font-size: 16px;
    translate: 2px 3px;
  }
}

@media screen and (min-width: 838px) {
  .row-large {
    padding-bottom: 16px;
    height: 99px;
  }
}

.name {
  letter-spacing: 1px;
}
@media screen and (min-width: 838px) {
  .name {
    font-size: 16px;
  }
}

@media screen and (min-width: 838px) {
  .row-large {
    height: 122px;
  }
}

@media screen and (min-width: 838px) {
  .row-middle {
    height: 96px;
  }
}

@media screen and (min-width: 838px) {
  .large {
    padding-top: 27px;
    padding-bottom: 26px;
    padding-left: 19px;
  }
}

@media screen and (min-width: 838px) {
  .normal {
    height: 73px;
  }
}

.staff {
  position: relative;
}
.staff::after {
  content: "";
  position: absolute;
  top: 952px;
  height: 1229px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #edf3f8;
  -webkit-clip-path: polygon(0 0, 100% 64px, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 64px, 100% 100%, 0 95%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 838px) {
  .staff::after {
    top: 714px;
    -webkit-clip-path: polygon(0 4%, 100% 23%, 100% 115%, 0 87%);
            clip-path: polygon(0 4%, 100% 23%, 100% 115%, 0 87%);
  }
}

.staff__inner {
  padding: 60px 0px 156px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 838px) {
  .staff__inner {
    padding: 122px 20px 189px;
  }
}

.staff__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 838px) {
  .staff__wrapper {
    gap: 54px;
    margin-top: 55px;
  }
}

.staff__title {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.staff-wrap__img {
  width: 240px;
  height: 320px;
  margin: 38px auto 0;
}
@media screen and (min-width: 838px) {
  .staff-wrap__img {
    margin: 0;
    margin-top: 5px;
  }
}
.staff-wrap__img img {
  width: 100%;
}

.staff-wrap__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 838px) {
  .staff-wrap__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.staff__wrap-detail {
  max-width: 408px;
}

.staff__name-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 838px) {
  .staff__name-wrap {
    margin-top: 4px;
  }
}

.staff__job {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.staff__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 2px;
}
.staff__name span {
  margin-left: 20px;
}

.staff__text {
  color: #1a1a1a;
  margin-top: 17px;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 838px) {
  .staff__text {
    margin-top: 29px;
  }
}
.staff__text span {
  letter-spacing: -0.2px;
}

.staff-wrap__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 19px;
}
@media screen and (min-width: 838px) {
  .staff-wrap__sns {
    margin-top: 29px;
  }
}

.staff__sns {
  width: 29px;
}
.staff__sns img {
  width: 100%;
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 838px) {
  .footer__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.downroad {
  background: url(../img/footer_img.png) no-repeat center center/cover;
}
.downroad::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 82, 162, 0.8);
  z-index: -1;
}

.contact {
  background: url(../img/footer_img2.png) no-repeat center center/cover;
}
.contact::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background: #023e78;
  z-index: -1;
}

.footer__head-title {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 838px) {
  .footer__head-title {
    font-size: 60px;
  }
}

.footer__head-text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer__head-button {
  color: #fff400;
  width: 295px;
  height: 77px;
  margin-top: 40px;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  border: 2px solid #fff400;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .footer__head-button {
    width: 315px;
    height: 98px;
  }
}

.footer__bottom-title {
  width: 280px;
}
.footer__bottom-title img {
  width: 100%;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address__title {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.addres__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.copy-right {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (min-width: 838px) {
  .hidden-pc {
    display: none;
  }
}

body {
  background-color: #fff;
}

.service__fv {
  position: relative;
  height: 250px;
  background: url(../img/mv-service_sp.png) no-repeat center center/cover;
  margin: 60px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (min-width: 838px) {
  .service__fv {
    background: url(../img/mv-service_pc.png) no-repeat center center/cover;
    margin-top: 0;
  }
}
.service__fv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 165px;
  height: 250px;
  background: url(../img/about-fv-sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .service__fv::before {
    width: 365px;
    background: url(../img/about-fv-pc.png) no-repeat center center/contain;
  }
}

.service__title {
  position: absolute;
  top: 90px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 838px) {
  .service__title {
    top: 71px;
    left: 222px;
  }
}

.service__title-en {
  color: #023e78;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-family: "Fira Sans";
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-right: 2px;
}
@media screen and (min-width: 838px) {
  .service__title-en {
    font-size: 60px;
  }
}

.service__title-sub {
  color: #023e78;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-family: "$font-family-ja";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .service__title-sub {
    font-size: 20px;
  }
}

.breadcrumb__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb__list {
  color: #1a1a1a;
  font-family: "$font-family-ja";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.services {
  margin-top: 60px;
}
@media screen and (min-width: 838px) {
  .services {
    margin-top: 80px;
  }
}

.service__container {
  padding-bottom: 60px;
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 838px) {
  .service__container {
    margin-top: 55px;
    padding-bottom: 249px;
  }
  .service__container :nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .service__container :nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service__container :nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service__container::before {
  content: "";
  position: absolute;
  top: 1047px;
  height: 1074px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #edf3f8;
  -webkit-clip-path: polygon(0 0, 100% 68px, 100% 100%, 0 94%);
          clip-path: polygon(0 0, 100% 68px, 100% 100%, 0 94%);
  z-index: -1;
}
@media screen and (min-width: 838px) {
  .service__container::before {
    height: 1329px;
    top: 1118px;
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    -webkit-clip-path: polygon(0 0, 100% 228px, 100% 100%, 0 1100px);
            clip-path: polygon(0 0, 100% 228px, 100% 100%, 0 1100px);
    width: 100vw;
  }
}

.service__subtitle {
  color: #1a1a1a;
  text-align: center;
  font-family: "$font-family-ja";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 838px) {
  .service__subtitle {
    font-size: 28px;
    margin-top: 23px;
  }
}

.service__subtitle__text {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 838px) {
  .service__subtitle__text {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (min-width: 838px) {
  .service__subtitle__text {
    letter-spacing: -0.5px;
  }
}

@media screen and (min-width: 838px) {
  .service-wrap {
    width: 53.6363636364%;
  }
}

.service__contents {
  padding-top: 152px;
}
.service__contents + .service__contents {
  margin-top: 79px;
}
@media screen and (min-width: 838px) {
  .service__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}

.service__wrap-first {
  padding: 40px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  margin-top: 0;
  scroll-margin-top: 40vh;
}
@media screen and (min-width: 838px) {
  .service__wrap-first {
    padding: 82px 40px 60px;
    margin-top: 78px;
    margin-left: 50px;
  }
}
.service__wrap-first::before {
  position: absolute;
  content: "01";
  top: -43px;
  left: 20px;
  color: #023e78;
  text-align: right;
  font-family: "Fira Sans";
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .service__wrap-first::before {
    font-size: 100px;
    left: 58px;
    top: -52px;
  }
}

.service__wrap-img {
  position: absolute;
  top: -152px;
  right: -20px;
  z-index: -1;
  max-width: 650px;
}

.service__wrap-first-img {
  width: 187px;
  height: 299px;
  background: url(../img/service-img-1.png) no-repeat left -20px center/cover;
}
@media screen and (min-width: 838px) {
  .service__wrap-first-img {
    width: 94.5762711864%;
    padding-bottom: 152%;
    height: 0;
    overflow: hidden;
    right: -84.7457627119%;
    top: 61px;
    background: url(../img/img-service-detail01.png) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1450px) {
  .service__wrap-first-img {
    padding-bottom: 100%;
  }
}

.service__wrap-second {
  padding: 40px 20px;
  scroll-margin-top: 40vh;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  margin-top: 0;
}
@media screen and (min-width: 838px) {
  .service__wrap-second {
    margin-top: 268px;
    padding: 74px 40px 60px;
    margin-right: 50px;
  }
}
.service__wrap-second::before {
  position: absolute;
  content: "02";
  top: -43px;
  right: 20px;
  color: #023e78;
  text-align: right;
  font-family: "Fira Sans";
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .service__wrap-second::before {
    font-size: 100px;
    right: 44px;
    top: -65px;
  }
}
@media screen and (min-width: 838px) {
  .service__wrap-second .service-wrap__title:nth-of-type(2) {
    font-size: 40px;
    display: inline-block;
    margin-left: -6px;
  }
}
@media screen and (min-width: 838px) {
  .service__wrap-second .service__botton {
    margin-top: 63px;
  }
}

.service__wrap-second-img {
  width: 188px;
  height: 301px;
  left: -20px;
  right: auto;
  background: url(../img/service-img-second-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .service__wrap-second-img {
    width: 94.7457627119%;
    padding-bottom: 152%;
    height: 0;
    overflow: hidden;
    left: -84.9152542373%;
    top: 57px;
    background: url(../img/img-service-detail02.png) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1450px) {
  .service__wrap-second-img {
    padding-bottom: 100%;
  }
}

.service-wrap__text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.service-wrap__text + .service-wrap__text {
  margin-top: 26px;
}
@media screen and (min-width: 838px) {
  .service-wrap__text + .service-wrap__text {
    margin-top: 23px;
  }
}

.service__wrap-third {
  padding: 40px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  margin-top: 0;
  scroll-margin-top: 40vh;
}
@media screen and (min-width: 838px) {
  .service__wrap-third {
    margin-top: 256px;
    padding: 87px 40px 60px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 838px) {
  .service__wrap-third .target {
    margin-top: 59px;
  }
}
.service__wrap-third::before {
  position: absolute;
  content: "03";
  top: -43px;
  left: 20px;
  color: #023e78;
  text-align: right;
  font-family: "Fira Sans";
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .service__wrap-third::before {
    font-size: 100px;
    left: 58px;
    top: -52px;
  }
}

.service__wrap-text--third {
  margin-top: 24px !important;
}

.service__wrap-third-img {
  width: 188px;
  height: 301px;
  background: url(../img/service-img-3.png) no-repeat center right -28px/cover;
}
@media screen and (min-width: 838px) {
  .service__wrap-third-img {
    width: 94.5762711864%;
    padding-bottom: 152%;
    height: 0;
    overflow: hidden;
    right: -84.7457627119%;
    top: 72px;
    background: url(../img/img-service-detail03.png) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1450px) {
  .service__wrap-third-img {
    padding-bottom: 100%;
  }
}

.service-wrap__title {
  color: #1a1a1a;
  font-family: "$font-family-ja";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  margin-top: 2px;
}
.service-wrap__title ~ .service-wrap__title {
  margin-top: -24px;
}
@media screen and (min-width: 838px) {
  .service-wrap__title ~ .service-wrap__title {
    margin-top: 0;
  }
}
@media screen and (min-width: 838px) {
  .service-wrap__title {
    font-size: 40px;
    display: inline-block;
    margin-top: 5px;
  }
}

.service-wrap__title-sub {
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-top: 4px;
}
@media screen and (min-width: 838px) {
  .service-wrap__title-sub {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 60px;
  }
}

.no-break {
  white-space: nowrap;
  display: inline;
}
@media screen and (min-width: 838px) {
  .no-break {
    white-space: wrap;
  }
}

.text_gap {
  display: inline;
  margin-left: -2px;
}

.service-wrap__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (min-width: 838px) {
  .service-wrap__target {
    padding-top: 30px;
    padding-bottom: 28px;
  }
}

.target {
  margin-top: 29px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 838px) {
  .target {
    margin-top: 59px;
  }
}

.target__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1a1a1a;
  font-family: "$font-family-ja";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.target__text {
  color: #1a1a1a;
  font-family: "$font-family-ja";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.cost {
  border-bottom: 1px solid #ccc;
}

.service__botton {
  position: relative;
  color: #023e78;
  display: block;
  width: 295px;
  height: 72px;
  border: 1px solid #023e78;
  background: #fff;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: "$font-family-ja";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
@media screen and (min-width: 838px) {
  .service__botton {
    font-size: 16px;
    width: 304px;
    margin-top: 59px;
  }
}
.service__botton::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../img/icon-arrow-right04.png) no-repeat center center/cover;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 838px) {
  .service__botton::after {
    right: 19px;
  }
}

.frow {
  position: relative;
  background: url(../img/service-bg.png) no-repeat center center/cover;
  z-index: 1;
  padding: 60px 20px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 838px) {
  .frow {
    padding-top: 83px;
    padding-bottom: 119px;
  }
}
.frow::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(2, 62, 120, 0.8);
  z-index: -1;
}

.flow__title {
  color: #fff;
  text-align: center;
  font-family: "$font-family-ja";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.step__title {
  color: #fff400;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1220px) {
  .step__title {
    margin-top: auto;
  }
}

.step__num {
  margin-left: 2px;
}

.step__num-1 {
  width: 40px;
  height: 44px;
  background: url(../img/01.png) no-repeat center center/contain;
}

.step__num-2 {
  width: 40px;
  height: 44px;
  background: url(../img/02.png) no-repeat center center/contain;
}

.step__num-3 {
  width: 40px;
  height: 44px;
  background: url(../img/03.png) no-repeat center center/contain;
}

.step__num-4 {
  width: 40px;
  height: 44px;
  background: url(../img/04.png) no-repeat center center/contain;
}

.flow-wrap__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
}
@media screen and (min-width: 1220px) {
  .flow-wrap__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
  }
}

.flow-wrap__container {
  width: 275px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 20px;
  background-color: #edf3f8;
  position: relative;
}
@media screen and (min-width: 838px) {
  .flow-wrap__container {
    height: 209px;
    padding-right: 27px;
  }
}
.flow-wrap__container::after {
  content: "";
  z-index: 2;
  position: absolute;
  background-color: #edf3f8;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 22px;
  -webkit-clip-path: polygon(52% 100%, 0 0, 100% 0);
          clip-path: polygon(52% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 1220px) {
  .flow-wrap__container::after {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 100%;
    -webkit-clip-path: polygon(17% 0, 100% 50%, 17% 100%, 0 100%, 0 0);
            clip-path: polygon(17% 0, 100% 50%, 17% 100%, 0 100%, 0 0);
    right: -23px;
    left: auto;
  }
}

.flow__wrapper {
  margin-top: 39px;
}
@media screen and (min-width: 1220px) {
  .flow__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 56px;
  }
}
@media screen and (min-width: 838px) {
  .flow__wrapper :nth-child(1) .flow-wrap__container {
    height: 209px;
    padding-top: 37px;
    padding-left: 42px;
  }
}
.flow__wrapper :nth-child(2) .flow-wrap__container {
  background-color: #dde8f0;
  padding-top: 38px;
}
@media screen and (min-width: 838px) {
  .flow__wrapper :nth-child(2) .flow-wrap__container {
    padding-left: 49px;
  }
}
.flow__wrapper :nth-child(2) .flow-wrap__container::after {
  background-color: #dde8f0;
}
.flow__wrapper :nth-child(3) .flow-wrap__container {
  padding-top: 36px;
  background-color: #c7dbe9;
}
@media screen and (min-width: 838px) {
  .flow__wrapper :nth-child(3) .flow-wrap__container {
    padding-left: 49px;
  }
}
.flow__wrapper :nth-child(3) .flow-wrap__container::after {
  background-color: #c7dbe9;
}
.flow__wrapper :nth-child(4) .flow-wrap__container {
  padding-top: 36px;
  padding-bottom: 20px;
  background-color: #b0d0e5;
}
@media screen and (min-width: 838px) {
  .flow__wrapper :nth-child(4) .flow-wrap__container {
    padding-left: 50px;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.flow__wrapper :nth-child(4) .flow-wrap__container span {
  color: #e61264;
}
.flow__wrapper :nth-child(4) .flow-wrap__container::after {
  display: none;
}

.flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1220px) {
  .flow-wrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1220px) {
  .flow-wrap__step {
    margin-right: auto;
  }
}

.flow-wrap__title {
  color: #023e78;
  text-align: center;
  font-family: "$font-family-ja";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .flow-wrap__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
  }
}

.flow-wrap__text {
  color: #1a1a1a;
  margin-top: 7px;
  font-family: "$font-family-ja";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 838px) {
  .flow-wrap__text {
    margin-top: 18px;
  }
}

.faq__inner {
  padding: 60px 0 100px;
}
@media screen and (min-width: 838px) {
  .faq__inner {
    padding: 161px 0 101px;
  }
}

.faq__title {
  color: #1a1a1a;
  text-align: center;
  font-family: "$font-family-ja";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 838px) {
  .faq__wrapper {
    max-width: 688px;
    margin: 60px auto;
  }
}
@media screen and (min-width: 838px) {
  .faq__wrapper .faq__wrap:nth-of-type(1) .faq__wrap-text {
    padding-bottom: 28px;
  }
}

.faq__wrap {
  color: #1a1a1a;
  font-family: "$font-family-ja";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq__wrap:nth-child(n+3) .faq__wrap-text::after {
  top: 35%;
}
@media screen and (min-width: 838px) {
  .faq__wrap:nth-child(n+3) .faq__wrap-text::after {
    top: 50%;
  }
}

.faq__wrap-text {
  position: relative;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 14px;
  padding-right: 69px;
  border-bottom: 1px solid #ddd;
  line-height: 1.49;
}
@media screen and (min-width: 838px) {
  .faq__wrap-text {
    font-size: 20px;
    padding-top: 31px;
    padding-bottom: 31px;
  }
}
.faq__wrap-text::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url(../img/Icon\ feather-plus.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .faq__wrap-text::after {
    right: 11px;
  }
}
.faq__wrap-text.is-open {
  color: #e61264;
  border: none;
}
@media screen and (min-width: 838px) {
  .faq__wrap-text.is-open {
    padding-top: 32px;
    padding-bottom: 31px;
  }
}
.faq__wrap-text.is-open::after {
  top: 42%;
  right: 3px;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .faq__wrap-text.is-open::after {
    right: 6px;
    top: 50%;
  }
}

.faq__wrap-a {
  display: none;
  color: #1a1a1a;
  font-family: "$font-family-ja";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 14px;
}
@media screen and (min-width: 838px) {
  .faq__wrap-a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 28px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 54px;
  }
}

body.is-checked {
  overflow: hidden;
  overscroll-behavior-y: none !important;
  -ms-touch-action: none;
  touch-action: none;
  height: 100%;
}

.header {
  height: 60px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  background-color: #FFF;
}
@media screen and (min-width: 838px) {
  .header {
    position: static;
    height: 100px;
  }
}

.header__inner {
  padding: 16px 20px;
}
@media screen and (min-width: 838px) {
  .header__inner {
    padding: 16px;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 838px) {
  .header__container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.header__title {
  width: 198px;
}
@media screen and (min-width: 838px) {
  .header__title {
    margin-right: auto;
    width: 280px;
  }
}
.header__title img {
  width: 100%;
}

.header__nav-button {
  position: relative;
  width: 27px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 838px) {
  .header__nav-button {
    display: none;
  }
}
@media screen and (min-width: 838px) and (max-width: 1024px) {
  .header__nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav-button :nth-child(1) {
  top: 2px;
}
.header__nav-button :nth-child(2) {
  top: 9px;
}
.header__nav-button :nth-child(3) {
  bottom: 0;
}
.header__nav-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #023E78;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav-button.is-checked :nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.header__nav-button.is-checked :nth-child(2) {
  display: none;
}
.header__nav-button.is-checked :nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__button-container {
  background: #023E78;
  width: 100vw;
  position: fixed;
  top: 60px;
  left: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 10;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (min-width: 838px) {
  .header__button-container {
    display: none;
  }
}
@media screen and (min-width: 838px) and (max-width: 1024px) {
  .header__button-container {
    display: block;
  }
}

.header__button-container.is-checked {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  overscroll-behavior-y: contain;
  -ms-touch-action: auto !important;
      touch-action: auto !important;
}

.sp-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
}

.sp-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.sp-nav__list {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sp-nav__button,
.sp-nav__button--sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .sp-nav__button,
  .sp-nav__button--sub {
    display: none;
  }
}

.sp-nav__button {
  color: #fff;
  font-size: 16px;
  width: 295px;
  height: 68px;
  border: 1px solid #FFF;
  background-color: transparent;
  margin-top: 40px;
}

.sp-nav__button--sub {
  color: #023E78;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #FFF;
  width: 295px;
  height: 68px;
  margin-top: 32px;
}

.pc-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 838px) {
  .pc-nav__lists {
    gap: 16px;
    margin-top: 3px;
    margin-right: 16px;
  }
}

.pc-nav__list {
  position: relative;
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 838px) {
  .pc-nav__list + .pc-nav__list {
    padding-left: 2.34375vw;
  }
}
.pc-nav__list + .pc-nav__list::before {
  content: "／";
  position: absolute;
  left: 0;
}

.pc-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 838px) {
  .pc-nav__wrap {
    display: none;
  }
}
@media screen and (min-width: 838px) and (max-width: 1024px) {
  .pc-nav__wrap {
    display: none;
  }
}

.pc-nav__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.pc-nav__button,
.pc-nav__button--sub {
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: grid;
  place-items: center;
  height: 68px;
  width: 13.75vw;
  cursor: pointer;
}

.pc-nav__button {
  color: #023E78;
  border: 1px solid #023E78;
  background: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pc-nav__button:hover {
  background: #023E78;
  color: #fff;
}

.pc-nav__button--sub {
  color: #FFF;
  background: #023E78;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pc-nav__button--sub:hover {
  background: #002A52;
}

.footer {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 838px) {
  .footer {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 838px) {
  .footer__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__wrap {
  position: relative;
  padding: 47px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
@media screen and (min-width: 838px) {
  .footer__wrap {
    padding: 50px 0 47px;
    width: 50%;
  }
}

.downroad {
  background: url(../img/footer_img.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .downroad {
    background: url(../img/footer_img.png) no-repeat center center/609px 424px;
  }
}
.downroad::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 82, 162, 0.8);
  z-index: -1;
}

.contact {
  background: url(../img/footer_img2.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .contact {
    background: url(../img/newyork1.png) no-repeat center -35px/cover;
  }
}
.contact::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background: #023e78;
  z-index: -1;
}
@media screen and (min-width: 838px) {
  .contact {
    background: url(../img/footer_img2.png) no-repeat -7px -35px/cover;
  }
}

.footer__head-title {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 838px) {
  .footer__head-title {
    font-size: 60px;
    margin-top: 5px;
  }
}

.contact-title {
  margin-top: -3px;
}
@media screen and (min-width: 838px) {
  .contact-title {
    margin-top: 4px;
  }
}

.footer__head-text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
@media screen and (min-width: 838px) {
  .footer__head-text {
    margin-top: 2px;
  }
}

.footer__head-button {
  position: relative;
  color: #fff400;
  width: 295px;
  height: 77px;
  margin-top: 40px;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  border: 2px solid #fff400;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__head-button:hover {
  background-color: #fff400;
  color: #1a1a1a;
}
.footer__head-button:hover .footer_arrow {
  fill: #1a1a1a;
  right: 10px;
  width: 19px;
  height: 12px;
}
@media screen and (min-width: 838px) {
  .footer__head-button {
    width: 315px;
    height: 98px;
    font-size: 24px;
  }
}

.footer_arrow {
  position: absolute;
  content: "";
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19px;
  width: 19px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 838px) {
  .footer_arrow {
    right: 28px;
    top: 50%;
  }
}

.footer__bottom {
  position: relative;
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 47px;
  gap: 36px;
  padding-top: 75px;
  padding-bottom: 17px;
  width: 100%;
}
@media screen and (min-width: 838px) {
  .footer__bottom {
    padding-top: 129px;
    padding-bottom: 73px;
    gap: 22px;
  }
}

.footer__bottom-title {
  width: 280px;
}
@media screen and (min-width: 838px) {
  .footer__bottom-title {
    width: 367px;
    height: 61px;
  }
}
.footer__bottom-title img {
  width: 100%;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 838px) {
  .footer__address {
    margin-top: -3px;
    gap: 3px;
  }
}

.footer__address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
}

.address__title {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-size: 12px;
}
@media screen and (min-width: 838px) {
  .address__title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.addres__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (min-width: 838px) {
  .addres__detail {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    letter-spacing: 0.3px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 838px) {
  .addres {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.tel {
  font-size: 12px;
}
@media screen and (min-width: 838px) {
  .tel {
    translate: 2px 1px;
  }
}

.fax {
  font-size: 12px;
}
@media screen and (min-width: 838px) {
  .fax {
    translate: 0px 2px;
  }
}

.footer-gap {
  font-size: 12px;
  margin-top: 0;
}
@media screen and (min-width: 838px) {
  .footer-gap {
    margin-left: -2px;
  }
}

.copy-right {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  letter-spacing: 0.15px;
  margin-top: -2px;
  margin-left: 3px;
}
@media screen and (min-width: 838px) {
  .copy-right {
    margin-top: 52px;
    font-size: 13px;
  }
}

.page-top {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 19px;
  width: 40px;
  height: 40px;
  background: url(../img/icon-top.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .page-top {
    right: 19px;
    bottom: 92px;
  }
}

.m-1 {
  margin-left: 1px;
}

.postal_code {
  font-size: 12px;
  margin-right: 9px;
}
@media screen and (min-width: 838px) {
  .postal_code {
    margin-right: 4px;
  }
}

.news__fv {
  background: url(../img/mv-news_sp.png) no-repeat center center/cover;
  position: relative;
  width: 100%;
  height: 250px;
  margin-top: 60px;
}
@media screen and (min-width: 838px) {
  .news__fv {
    background: url(../img/mv-news_pc.png) no-repeat center center/cover;
    margin-top: 0;
  }
}
.news__fv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 165px;
  height: 250px;
  background: url(../img/about-fv-sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .news__fv::before {
    width: 365px;
    background: url(../img/about-fv-pc.png) no-repeat center center/contain;
  }
}

.news__container {
  margin-top: 55px;
}
@media screen and (min-width: 838px) {
  .news__container {
    margin-top: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.news__inner {
  padding-bottom: 100px;
}
@media screen and (min-width: 838px) {
  .news__inner {
    padding-bottom: 81px;
  }
}
@media screen and (min-width: 1600px) {
  .news__inner {
    padding-inline: 250px;
  }
}

.news-list__title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 838px) {
  .news-list__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.news__lwrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}
@media screen and (min-width: 838px) {
  .news-list {
    padding: 0;
    gap: 40px;
    margin-top: 0;
  }
}

.news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-width: 1100px;
  width: 100%;
}

.news-contents-img {
  width: 120px;
  height: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 838px) {
  .news-contents-img {
    width: 250px;
    height: 156px;
  }
}
@media screen and (min-width: 838px) and (max-width: 1024px) {
  .news-contents-img {
    width: 150px;
    height: 135px;
  }
}
.news-contents-img img {
  width: 100%;
  height: 100%;
}

.news-rwrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 838px) {
  .news-rwrap {
    padding: 13px 8px;
  }
}
.news-rwrap span {
  color: #e61264;
  font-size: 12px;
}
@media screen and (min-width: 838px) {
  .news-rwrap span {
    font-size: 15px;
    margin-left: 4px;
  }
}

.news-rwrap__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-rwrap__tag {
  color: #e61264;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #e61264;
  line-height: normal;
  padding: 3px 11px;
}
@media screen and (min-width: 838px) {
  .news-rwrap__tag {
    font-size: 14px;
    padding: 6px 23px;
  }
}

.news-rwrap__date {
  color: #888;
  text-align: right;
  font-family: "Noto Sans CJK JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: auto;
  margin-right: 2px;
  margin-top: 1px;
}

.news-rwrap__text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 4px;
}
@media screen and (min-width: 838px) {
  .news-rwrap__text {
    font-size: 16px;
    margin-top: 19px;
    line-height: 1.5;
  }
}

.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
}
@media screen and (min-width: 838px) {
  .news__pagination {
    margin-top: 60px;
  }
}

.page-numbers {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #f8f8f8;
}
@media screen and (min-width: 838px) {
  .page-numbers {
    width: 50px;
    height: 50px;
  }
}

.news__aside {
  margin-top: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 838px) {
  .news__aside {
    margin-top: 0;
    max-width: 300px;
  }
}

.news__aside.is-single {
  margin-top: 98px;
}
@media screen and (min-width: 838px) {
  .news__aside.is-single {
    margin-top: 0;
  }
}

.aside__title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-top: 19.5px;
}
@media screen and (min-width: 838px) {
  .news-aside {
    margin-top: 15px;
  }
}

.news-aside-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-aside-img img {
  width: 120px;
  height: 90px;
}
@media screen and (min-width: 838px) {
  .news-aside-img img {
    width: 100px;
    height: 100px;
  }
}

.post-thumbnail img {
  width: 120px;
  height: 91px;
}
@media screen and (min-width: 838px) {
  .post-thumbnail img {
    width: 100px;
    height: 100px;
  }
}

.news__aside-rwrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 838px) {
  .news__aside-rwrap {
    padding-top: 3px;
  }
}
.news__aside-rwrap span {
  color: #e61264;
  font-size: 12px;
}

.news-rwrap__tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-aside__tag {
  display: grid;
  color: #e61264;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #e61264;
  line-height: normal;
  place-items: center;
  width: 72px;
  height: 26px;
}

.news-aside__tag.single-tag {
  padding: 0 12px 0 12px;
  width: auto;
  height: 32px;
}
@media screen and (min-width: 838px) {
  .news-aside__tag.single-tag {
    padding: 0 28px 0 28px;
    height: 36px;
  }
}

.news-aside__date {
  color: #888;
  text-align: right;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.news-aside__text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 3px;
}
@media screen and (min-width: 838px) {
  .news-aside__text {
    margin-top: 10px;
  }
}

.aside-category__title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
}
@media screen and (min-width: 838px) {
  .aside-category__title {
    margin-top: 80px;
  }
}

.aside-category__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ddd;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 15px;
}

.aside-category__icon {
  width: 20px;
  height: 20px;
}

.aside-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 16px 0 16px 14px;
  gap: 5px;
}

.aside-category__text a {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fa-angle-right::after, .fa-angle-right::before {
  font-size: 23px;
}

.study-inner {
  padding-bottom: 100px;
}
@media screen and (min-width: 838px) {
  .study-inner {
    padding-bottom: 160px;
  }
}

.study__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 59px;
}
@media screen and (min-width: 838px) {
  .study__tag-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    margin-top: 79px;
  }
}

.study__tag {
  padding: 12px;
  width: 208px;
  border-radius: 4px;
  background: #eee;
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 294px;
}
@media screen and (min-width: 838px) {
  .study__tag {
    min-width: auto;
  }
}

.study__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 8px solid #023e78;
  margin-top: 60px;
  padding-left: 10px;
  padding-top: 2px;
}
@media screen and (min-width: 838px) {
  .study__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
    padding-left: 12px;
  }
}

.study__title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .study__title {
    font-size: 26px;
    letter-spacing: 1.7px;
  }
}

.study__title-sub {
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-left: 3px;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .study__title-sub {
    font-size: 16px;
    margin-left: 0;
  }
}

.case-study {
  margin-top: 29px;
}
@media screen and (min-width: 838px) {
  .case-study {
    margin-top: 67px;
  }
}

.study__first-wrap,
.study__second-wrap,
.study__third-wrap {
  margin-top: 25px;
  display: grid;
  gap: 53px;
  justify-items: center;
}
@media screen and (min-width: 838px) {
  .study__first-wrap,
  .study__second-wrap,
  .study__third-wrap {
    margin-top: 67px;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 65px 80px;
  }
}

.study__wrap {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 838px) {
  .study__wrap {
    max-width: 510px;
  }
}

.left-item {
  margin-right: auto;
}
@media screen and (min-width: 838px) and (max-width: 1024px) {
  .left-item {
    margin-right: 0;
  }
}

.busi__inner {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  overflow: hidden;
}

.busi__title-wrap {
  padding: 18px 18px 18px 21px;
  background: #023e78;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 838px) {
  .busi__title-wrap {
    padding: 19px 10px 18px 38px;
  }
}

.busi__title-head {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 838px) {
  .busi__title-head {
    font-size: 14px;
  }
}

.busi__title-body {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 3px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 838px) {
  .busi__title-body {
    font-size: 23px;
    margin-top: 10px;
    letter-spacing: -0.5px;
  }
}
.busi__title-body span {
  font-size: 14px;
}
@media screen and (min-width: 838px) {
  .busi__title-body span {
    font-size: 16px;
  }
}

.busi__title-wrap-img {
  position: absolute;
  width: 90px;
  height: 68px;
  border-radius: 4px;
  right: 20px;
  top: 6px;
  display: grid;
  place-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
@media screen and (min-width: 838px) {
  .busi__title-wrap-img {
    width: 160px;
    height: 112px;
    border-radius: 8px;
    top: -6px;
    display: grid;
    place-items: center;
    overflow: visible;
  }
}
.busi__title-wrap-img img {
  width: 51px;
  height: auto;
}
@media screen and (min-width: 838px) {
  .busi__title-wrap-img img {
    width: 69px;
  }
}

@media screen and (min-width: 838px) {
  .study__wrapper--first .study__wrap:not(:first-of-type) .busi__title-wrap-img img {
    width: 85px;
  }
}

@media screen and (min-width: 838px) {
  .study__wrapper--first .study__wrap:nth-of-type(3) .busi__title-wrap-img img {
    width: 95px;
  }
}

.study__wrapper--second .study__wrap .busi__title-wrap-img img {
  width: 56px;
}
@media screen and (min-width: 838px) {
  .study__wrapper--second .study__wrap .busi__title-wrap-img img {
    width: 100px;
  }
}

@media screen and (min-width: 838px) {
  .study__wrapper--second .study__wrap:nth-of-type(2) .busi__title-wrap-img img {
    width: 86px;
  }
}

.study__wrapper--third .study__wrap .busi__title-wrap-img img {
  width: 56px;
}
@media screen and (min-width: 838px) {
  .study__wrapper--third .study__wrap .busi__title-wrap-img img {
    width: 95px;
  }
}

@media screen and (min-width: 838px) {
  .study__wrapper--third .study__wrap:nth-of-type(2) .busi__title-wrap-img img {
    width: 89px;
  }
}

.busi__body {
  padding: 16px 21px 16px;
  overflow: hidden;
}
@media screen and (min-width: 838px) {
  .busi__body {
    padding: 34px 40px 37px;
  }
}

.busi__body-head {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.43em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px;
}
@media screen and (min-width: 838px) {
  .busi__body-head {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 838px) {
  .busi__body-head span {
    margin-right: 5px;
  }
}

.busi__text-wrap + .busi__text-wrap {
  margin-top: 30px;
}

.busi__text-head {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width: 838px) {
  .busi__text-head {
    padding-left: 30px;
    font-size: 18px;
  }
}
.busi__text-head::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-59%);
          transform: translateY(-59%);
  width: 15px;
  height: 15px;
  background: url(../img/Icon-outline.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .busi__text-head::before {
    width: 20px;
    height: 20px;
  }
}

.busi__text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 6px;
}

.busi__bottom-button {
  color: #023e78;
  padding: 24px 20px 25px;
  width: 296px;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #023e78;
  background-color: #fff;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 838px) {
  .busi__bottom-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 24px 80px 23px;
    font-size: 16px;
    margin-top: 58.5px;
  }
}
.busi__bottom-button::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  width: 17px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M10.8413 0.229761C10.5401 0.542239 10.5401 1.06095 10.8354 1.37968L14.4255 5.18565H0.761723C0.34248 5.18565 0 5.54812 0 5.99809C0 6.44806 0.34248 6.81053 0.761723 6.81053H14.4196L10.8295 10.6165C10.5342 10.9352 10.5401 11.4477 10.8354 11.7664C11.1365 12.0789 11.6148 12.0789 11.9159 11.7602L16.7815 6.57305C16.8465 6.49805 16.8996 6.41681 16.941 6.31682C16.9823 6.21683 17 6.11058 17 6.00434C17 5.79186 16.9232 5.59187 16.7815 5.43563L11.9159 0.248515C11.6266 -0.0764662 11.1424 -0.0827141 10.8413 0.229761Z' fill='%23023E78'/%3E%3C/svg%3E") no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .busi__bottom-button::after {
    right: 18px;
    width: 25px;
    height: 14px;
  }
}
.busi__bottom-button:hover {
  background: #023e78;
  color: #fff;
}
.busi__bottom-button:hover::after {
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M10.8413 0.229761C10.5401 0.542239 10.5401 1.06095 10.8354 1.37968L14.4255 5.18565H0.761723C0.34248 5.18565 0 5.54812 0 5.99809C0 6.44806 0.34248 6.81053 0.761723 6.81053H14.4196L10.8295 10.6165C10.5342 10.9352 10.5401 11.4477 10.8354 11.7664C11.1365 12.0789 11.6148 12.0789 11.9159 11.7602L16.7815 6.57305C16.8465 6.49805 16.8996 6.41681 16.941 6.31682C16.9823 6.21683 17 6.11058 17 6.00434C17 5.79186 16.9232 5.59187 16.7815 5.43563L11.9159 0.248515C11.6266 -0.0764662 11.1424 -0.0827141 10.8413 0.229761Z' fill='%23fff'/%3E%3C/svg%3E");
}

.download__fv {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: 250px;
  background: url(../img/mv-download_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .download__fv {
    margin-top: 0;
    background: url(../img/mv-download_pc.png) no-repeat center center/cover;
  }
}
.download__fv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 165px;
  height: 250px;
  background: url(../img/about-fv-sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .download__fv::before {
    width: 365px;
    background: url(../img/about-fv-pc.png) no-repeat center center/contain;
  }
}

.down {
  display: grid;
  padding-bottom: 100px;
  margin-top: 58px;
}
@media screen and (min-width: 838px) {
  .down {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 120px;
    margin-top: 78px;
  }
}

.wp-block-heading.dl-wrap__title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  padding: 0;
  background: #fff;
  border-left: none;
  margin: 0;
}
@media screen and (min-width: 838px) {
  .wp-block-heading.dl-wrap__title {
    line-height: 40px;
    font-size: 28px;
  }
}

.wp-block-image.dl-wrap__img {
  text-align: center;
  margin-top: 29px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 27px;
}
@media screen and (min-width: 838px) {
  .wp-block-image.dl-wrap__img {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
.wp-block-image.dl-wrap__img img {
  width: 298px;
  height: auto;
}
@media screen and (min-width: 838px) {
  .wp-block-image.dl-wrap__img img {
    width: 298px;
    height: auto;
  }
}

.dr-title {
  font-size: 24px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .dr-title {
    font-size: 32px;
  }
}

.dl-wrap__text {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (min-width: 838px) {
  .dl-wrap__text:nth-of-type(1) {
    margin-top: 23px;
  }
}

.dl-wrap__text:nth-of-type(2) {
  margin-top: 1px;
}

.dl-wrap__text:nth-of-type(3) {
  margin-top: 24px;
}

.dl-wrap__text:nth-of-type(4) {
  margin-top: 0;
}

@media screen and (min-width: 838px) {
  .dl-wrap__text:nth-of-type(5) {
    margin-top: 1px;
  }
}

.dr-wrap__title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 838px) {
  .down__left-wrap {
    max-width: 510px;
  }
}

.down__right-wrap {
  border-radius: 12px;
  background: #edf3f8;
  padding: 40px 20px 8px;
  margin-top: 61px;
}
@media screen and (min-width: 838px) {
  .down__right-wrap {
    padding: 42px 40px 10px;
    max-width: 550px;
    margin-top: 0;
  }
}

.dr-wrap__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 37px;
}
@media screen and (min-width: 838px) {
  .dr-wrap__item-wrap {
    gap: 34px;
    margin-top: 38px;
  }
}

.dl-wrap__form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 838px) {
  .dl-wrap__form-top {
    font-size: 18px;
  }
}
.dl-wrap__form-top span {
  color: #fff;
  width: 36px;
  height: 17px;
  font-family: "Noto Sans CJK JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #e61264;
  display: inline-block;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 838px) {
  .dl-wrap__form-top span {
    width: 40px;
    height: 20px;
  }
}

.wpcf7-text {
  width: 100%;
  padding: 14px 13px 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  margin-top: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .wpcf7-text {
    padding: 14px 15px 10px;
    font-size: 16px;
    margin-top: 10px;
  }
}

.wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #cccccc !important;
}

.wpcf7-form-control-wrap input::-moz-placeholder {
  color: #cccccc !important;
}

.wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #cccccc !important;
}

.wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: #cccccc !important;
}

.wpcf7-form-control-wrap input::placeholder {
  color: #cccccc !important;
}

.dr-wrap__title {
  font-size: 24px;
}
@media screen and (min-width: 838px) {
  .dr-wrap__title {
    font-size: 32px;
  }
}

.dl-wrap__Ruby-text {
  margin-top: -1px;
  gap: 15px;
}
@media screen and (min-width: 838px) {
  .dl-wrap__Ruby-text {
    gap: 19px;
  }
}

.wpcf7-email {
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 838px) {
  .wpcf7-email {
    font-size: 16px;
  }
}

.dr-wrap__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 45px;
  position: relative;
}
@media screen and (min-width: 838px) {
  .dr-wrap__link {
    margin-top: 43px;
  }
}
.dr-wrap__link span {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .dr-wrap__link span {
    font-size: 16px;
  }
}

.wpcf7 input.dr-wrap__checkbox {
  width: 30px;
  height: 30px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.wpcf7 input.dr-wrap__checkbox:checked + .dr-wrap__link-text::after {
  opacity: 1;
}

.dr-wrap__link-text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 38px;
  position: relative;
}
@media screen and (min-width: 838px) {
  .dr-wrap__link-text {
    padding-left: 43px;
  }
}
.dr-wrap__link-text a {
  text-decoration: underline;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 700;
  margin-right: 1px;
}
@media screen and (min-width: 838px) {
  .dr-wrap__link-text a {
    font-size: 16px;
  }
}
.dr-wrap__link-text::after, .dr-wrap__link-text::before {
  position: absolute;
  content: "";
}
.dr-wrap__link-text::before {
  width: 28px;
  height: 28px;
  border: 1px solid #3e3e3e;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 838px) {
  .dr-wrap__link-text::before {
    width: 32px;
    height: 32px;
  }
}
.dr-wrap__link-text::after {
  width: 14px;
  height: 14px;
  background: url(../img/Check-icon.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  left: 8px;
}
.down__button {
  width: 100%;
  height: 72px;
  display: grid;
  place-items: center;
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 45px;
  background-color: #fff;
  border: 1px solid #023e78;
  margin: 43px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 838px) {
  .down__button {
    font-size: 16px;
    margin: 45px auto 0;
    width: 336px;
  }
}
.down__button:hover {
  background: #023e78;
  color: #fff;
}

.dl-wrap.thanks {
  margin-bottom: 0;
}
@media screen and (min-width: 838px) {
  .dl-wrap.thanks {
    margin-bottom: 112px;
  }
}

.wp-block-heading.thanks__title {
  font-size: 24px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
@media screen and (min-width: 838px) {
  .wp-block-heading.thanks__title {
    font-size: 32px;
    line-height: 48px;
  }
}

.dr-wrap__text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.dr-wrap__text:first-of-type {
  margin-top: 35px;
}
@media screen and (min-width: 838px) {
  .dr-wrap__text:first-of-type {
    margin-top: 40px;
  }
}

.dr-wrap__text:nth-of-type(2) {
  margin-top: 38px;
}
@media screen and (min-width: 838px) {
  .dr-wrap__text:nth-of-type(2) {
    margin-top: 11px;
  }
}

.dr-wrap__text:last-of-type {
  margin-top: 38px;
  line-height: 1.9em;
  letter-spacing: 0.09px;
}

.dr-wrap__text a {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 15px;
  padding-left: 22px;
  position: relative;
}
.dr-wrap__text a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 14px;
  height: 23px;
  background: url(../img/get-arrow.png) no-repeat center center/contain;
}

.down__right-wrap.thanks__right {
  margin-top: 58px;
  padding: 38px 20px 37px;
}
@media screen and (min-width: 838px) {
  .down__right-wrap.thanks__right {
    margin-top: 0;
    padding: 43px 40px 37px;
  }
}

.contact__fv {
  position: relative;
  width: 100%;
  height: 250px;
  margin-top: 60px;
  background: url(../img/mv-contact_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .contact__fv {
    background: url(../img/mv-contact_pc.png) no-repeat center center/cover;
    margin-top: 0;
  }
}
.contact__fv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 165px;
  height: 250px;
  background: url(../img/about-fv-sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .contact__fv::before {
    width: 365px;
    background: url(../img/about-fv-pc.png) no-repeat center center/contain;
  }
}

.contact-inner {
  padding-bottom: 100px;
}
@media screen and (min-width: 838px) {
  .contact-inner {
    padding-bottom: 160px;
  }
}

.contact__form-wrap {
  max-width: 688px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 37px;
}
@media screen and (min-width: 838px) {
  .contact__form-wrap {
    margin: 60px auto 0;
    width: 74.7826086957%;
    gap: 33px;
  }
}

.contact__top-text {
  margin-top: 60px;
  max-width: 668px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 838px) {
  .contact__top-text {
    max-width: 686px;
    margin: 80px auto;
  }
}

.contact__title {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
}
@media screen and (min-width: 838px) {
  .contact__title {
    margin-top: 80px;
    font-size: 24px;
  }
}

.contact__form-title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 838px) {
  .contact__form-title {
    font-size: 18px;
  }
}
.contact__form-title span {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 40px;
  height: 20px;
  background: #e61264;
  padding: 1px 8px 2px;
  display: inline-block;
  letter-spacing: 0;
}

.contact__form-title.mail__title {
  gap: 12px;
}
@media screen and (min-width: 838px) {
  .contact__form-title.mail__title {
    gap: 11px;
    letter-spacing: 0.5px;
  }
}

.contact__text-input {
  padding: 12px 16px 11px;
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  margin-top: 7px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .contact__text-input {
    padding: 10px 16px 9px;
    font-size: 16px;
    margin-top: 10px;
  }
}

.contact__tel {
  letter-spacing: -1.1px;
}
@media screen and (min-width: 838px) {
  .contact__tel {
    padding: 10px 16px 10.5px;
    letter-spacing: -1.2px;
  }
}

.contact__email {
  letter-spacing: -0.1px;
  padding: 12px 16px 10px;
}
@media screen and (min-width: 838px) {
  .contact__email {
    padding: 11px 16px 8px;
    margin-top: 11px;
  }
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  content: "";
  top: 43%;
  right: 6px;
  translate: -50% 0;
  width: 15px;
  height: 15px;
  background: url(../img/select-arrow.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .select-wrap::after {
    top: 50%;
    right: 7px;
  }
}

.form-select {
  width: 100%;
  padding: 13px 15px 13px;
  margin-top: 7px;
  font-size: 15px;
  letter-spacing: -1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #ccc;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 838px) {
  .form-select {
    font-size: 17px;
    margin-top: 10px;
  }
}

.form-wrap {
  position: relative;
}
.form-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 21px;
  width: 22px;
  height: 16px;
  background: url(../img/select-arrow.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .form-wrap::after {
    right: 11px;
    top: 26px;
  }
}

.contact__textarea {
  padding: 14px 16px 10px;
  height: 140px;
  width: 100%;
  margin-top: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
}
@media screen and (min-width: 838px) {
  .contact__textarea {
    padding: 10px 14px 10px;
    margin-top: 9px;
    height: 240px;
    font-size: 16px;
  }
}

.contact__checkwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 39px;
}
@media screen and (min-width: 838px) {
  .contact__checkwrap {
    margin-top: 37px;
  }
}

.contact-link {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  letter-spacing: normal;
}
@media screen and (min-width: 838px) {
  .contact-link {
    font-size: 16px;
    margin-right: 5px;
  }
}

.checkwrap__text {
  position: relative;
  padding-left: 42px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .checkwrap__text {
    font-size: 16px;
    padding-left: 41px;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  padding-left: 44px;
}
@media screen and (min-width: 838px) {
  .wpcf7-list-item {
    padding-left: 42px;
  }
}

.wpcf7-list-item-label {
  letter-spacing: -1.5px;
}
@media screen and (min-width: 838px) {
  .wpcf7-list-item-label {
    font-size: 16px;
    letter-spacing: normal;
  }
}
.wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #1a1a1a;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}
@media screen and (min-width: 838px) {
  .wpcf7-list-item-label::before {
    width: 32px;
    height: 32px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.wpcf7-list-item-label::after {
  opacity: 0;
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/Check-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .wpcf7-list-item-label::after {
    left: 7px;
  }
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  clip: rect(0, 0, 0, 0);
  top: -6px;
  left: 0;
}
@media screen and (min-width: 838px) {
  input[type=checkbox] {
    left: -4px;
  }
}

.contact__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 41px;
}
@media screen and (min-width: 838px) {
  .contact__button-wrap {
    margin-top: 47px;
  }
}

.contact__button {
  width: 88.0597014925%;
  height: 72px;
  border: 1px solid #023e78;
  background: #fff;
  display: grid;
  place-items: center;
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
@media screen and (min-width: 838px) {
  .contact__button {
    width: 208px;
    height: 72px;
    translate: 3px -2px;
    font-size: 16px;
  }
}

.wpcf7-spinner {
  margin: 0;
  width: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #ccc;
}

select:required:invalid {
  color: #ccc;
}

.contact-get-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-get__text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 838px) {
  .contact-get__text {
    margin-top: 80px;
    min-width: 686px;
  }
}

.contact-get-top {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
  padding-left: 22px;
  margin-right: auto;
  margin-top: 14px;
}
.contact-get-top::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  background: url(../img/get-arrow.png) no-repeat center center/contain;
  left: 0;
}

.news-detail-wrapper {
  margin-top: 59px;
  margin-bottom: 99px;
}
@media screen and (min-width: 838px) {
  .news-detail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 81px;
    margin-bottom: 175px;
  }
}
@media (min-width: 375px) and (max-width: 1115px) {
  .news-detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 375px) and (max-width: 1115px) {
  .detail__lwrap {
    max-width: 760px;
  }
}
.detail__lwrap p {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05px;
  margin-right: 10px;
}

.lwrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 838px) {
  .lwrap__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.detail__text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 3px;
}
@media screen and (min-width: 838px) {
  .detail__text {
    font-size: 24px;
    line-height: 32px;
    margin-top: 23px;
  }
}

.detail__img {
  width: 335px;
  height: 209px;
  margin-top: 24px;
}
@media screen and (min-width: 838px) {
  .detail__img {
    width: 760px;
    height: 475px;
    margin-top: 41px;
  }
}
.detail__img img {
  width: 100%;
}

.wp-block-heading {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 7px 0 8px 20px;
  background: #f8f8f8;
  border-left: 6px solid #023e78;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 838px) {
  .wp-block-heading {
    margin-top: 44px;
  }
}

.detail__heading-h3 {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9em;
  border-bottom: 1px solid #023e78;
  margin-top: 37px;
  margin-bottom: 18px;
}
@media screen and (min-width: 838px) {
  .detail__heading-h3 {
    margin-bottom: 20px;
    margin-top: 35px;
  }
}

.detail__heading-h4 {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 12px;
  letter-spacing: -0.7px;
}
@media screen and (min-width: 838px) {
  .detail__heading-h4 {
    margin-top: 39px;
  }
}

.wp-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  margin-top: 40px;
  list-style: disc;
  padding-left: 15px;
  font-size: 14px;
}
@media screen and (min-width: 838px) {
  .wp-block-list {
    gap: 15px;
    margin-top: 38px;
    padding-left: 55px;
    list-style: none;
  }
  .wp-block-list li {
    position: relative;
  }
  .wp-block-list li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #023e78;
    border-radius: 50px;
    left: -7px;
    translate: -50% 0;
    top: 47%;
  }
}

.wp-block-image {
  margin: 23px 0 0;
}
@media screen and (min-width: 838px) {
  .wp-block-image {
    margin-top: 38px;
  }
}

.wp-block-quote {
  background: #f8f8f8;
  border-left: 4px solid #023e78;
  padding: 30px 27px 30px 27px;
  margin-top: 57px;
  margin-inline: 0;
}
@media screen and (min-width: 838px) {
  .wp-block-quote {
    padding: 34px 30px 33px 30px;
    margin-top: 39px;
    margin-inline: 40px;
    max-width: 649px;
  }
}
.wp-block-quote p {
  position: relative;
  z-index: 1;
}
.wp-block-quote p::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -18px;
  width: 75px;
  height: 48px;
  background: url(../img/“.png) no-repeat center top/contain;
  z-index: -1;
}
@media screen and (min-width: 838px) {
  .wp-block-quote p::after {
    left: -19px;
  }
}

.detail__button-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 838px) {
  .detail__button-wrap {
    margin-top: 39px;
  }
}
.detail__button-wrap a {
  position: relative;
  background-color: #fff;
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #023e78;
  border-radius: 4px;
}
.detail__button-wrap a[rel=prev] {
  padding: 8px 16px 5px 27px;
}
.detail__button-wrap a[rel=prev]::before {
  -webkit-clip-path: polygon(0 0, 100% 45%, 100% 56%, 0 100%, 0 90%, 94% 50%, 0 10%);
          clip-path: polygon(0 0, 100% 45%, 100% 56%, 0 100%, 0 90%, 94% 50%, 0 10%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  content: "";
  background-color: #023e78;
  width: 7px;
  height: 7px;
  top: 43%;
  left: 16px;
}
.detail__button-wrap a[rel=next] {
  padding: 8px 27px 5px 16px;
}
.detail__button-wrap a[rel=next]::after {
  -webkit-clip-path: polygon(0 0, 100% 45%, 100% 56%, 0 100%, 0 90%, 94% 50%, 0 10%);
          clip-path: polygon(0 0, 100% 45%, 100% 56%, 0 100%, 0 90%, 94% 50%, 0 10%);
  position: absolute;
  content: "";
  background-color: #023e78;
  width: 7px;
  height: 7px;
  top: 43%;
  right: 16px;
}

@media screen and (min-width: 838px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 838px) {
  .hidden-sp {
    display: block;
  }
}

.breadcrumb {
  padding-top: 13px;
}

.breadcrumb-separator {
  font-size: 16px;
  line-height: 1;
}

.section-heading__en {
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .section-heading__en {
    font-size: 100px;
  }
}

.section-heading__ja {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .section-heading__ja {
    font-size: 24px;
  }
}

body {
  background-color: #fff;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 838px) {
  .inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.fv {
  position: relative;
  width: calc(100% + 20px);
  height: 607px;
  margin-right: -20px;
  margin-top: 60px;
}
@media screen and (min-width: 838px) {
  .fv {
    width: calc(100% + 90px);
    height: 700px;
    margin-right: -90px;
    margin-top: 0;
  }
}

.fv__swiper {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swiper {
  margin-left: 20px !important;
}
@media screen and (min-width: 838px) {
  .swiper {
    margin-left: 0 !important;
  }
}

.slide-item {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.fv__img-1 {
  background: url(../img/swiper-1.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .fv__img-1 {
    background: url(../img/swiper-pc1.png) no-repeat center center/cover;
  }
}

.fv__img-2 {
  background: url(../img/swiper-2.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .fv__img-2 {
    background: url(../img/swiper-pc2.png) no-repeat center center/cover;
  }
}

.fv__img-3 {
  background: url(../img/swiper-3.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .fv__img-3 {
    background: url(../img/swiper-pc3.png) no-repeat center center/cover;
  }
}

.fv__title {
  position: absolute;
  bottom: 84px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 838px) {
  .fv__title {
    left: -40px;
    bottom: 67px;
  }
}

.fv__title-sp {
  width: 100%;
  height: 607px;
  bottom: 0;
  display: block;
}
@media screen and (min-width: 838px) {
  .fv__title-sp {
    display: none;
  }
}

.fv__title-pc {
  display: none;
}
@media screen and (min-width: 838px) {
  .fv__title-pc {
    width: 466px;
    height: 200px;
    display: block;
  }
}

.fv__title-item {
  position: absolute;
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media screen and (min-width: 838px) {
  .fv__title-item {
    font-size: 60px;
  }
}

.fv__title-item-first {
  bottom: 172px;
}
@media screen and (min-width: 838px) {
  .fv__title-item-first {
    bottom: 130px;
  }
}

.fv__title-item-secound {
  bottom: 116px;
}
@media screen and (min-width: 838px) {
  .fv__title-item-secound {
    top: 87px;
    bottom: auto;
  }
}

.fv__title-item-third {
  bottom: 60px;
}

.fv__text {
  position: absolute;
  color: #fff;
  background-color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  bottom: 20px;
}
@media screen and (min-width: 838px) {
  .fv__text {
    z-index: 1;
    font-size: 20px;
    bottom: -7px;
  }
}

.fv__swiper-wrap {
  width: 100%;
}

.about {
  margin-top: 60px;
  position: relative;
  padding-bottom: 247px;
}
@media screen and (min-width: 838px) {
  .about {
    margin-top: 254px;
  }
}
.about::before {
  position: absolute;
  margin-left: -20px;
  margin-right: -20px;
  top: 107px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  background-color: #edf3f8;
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
          clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
}
@media screen and (min-width: 838px) {
  .about::before {
    margin-right: -90px;
    margin-left: -90px;
    top: 46px;
    -webkit-clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 71%);
            clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 71%);
  }
}

.about-heading__ja {
  margin-top: 3px;
  margin-left: 2px;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  margin-top: 58px;
}
@media screen and (min-width: 838px) {
  .about__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 21px;
  }
}

.about__text-wrap {
  padding-inline: 1px;
}
@media screen and (min-width: 838px) {
  .about__text-wrap {
    width: 380px;
  }
}

.about__text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.about__text + .about__text {
  margin-top: 24px;
}
@media screen and (min-width: 838px) {
  .about__text:first-child {
    margin-top: -16px;
  }
}
@media screen and (min-width: 838px) {
  .about__text:nth-child(2) {
    margin-top: 22px;
  }
}
@media screen and (min-width: 838px) {
  .about__text:nth-child(3) {
    margin-top: 25px;
  }
}

.about__wrap {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 838px) {
  .about__wrap {
    width: 681px;
    height: 426px;
  }
}

.about__wrap-img {
  width: 100%;
  height: 0;
  padding-bottom: 62.6865671642%;
  z-index: 2;
  background: url(../img/about_img-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .about__wrap-img {
    padding-bottom: 0;
    width: 681px;
    height: 426px;
  }
}

.about__wrap-img--bg {
  position: absolute;
  height: 362px;
  width: 295px;
  bottom: 135px;
  right: 0;
  background: url(../img/about__bg.png) no-repeat center center/cover;
  margin-right: -20px;
}
@media screen and (min-width: 838px) {
  .about__wrap-img--bg {
    top: -103px;
    right: -72px;
    width: 500px;
    height: 800px;
  }
}
.about__wrap-img--bg::after {
  content: "";
  position: absolute;
  background: rgba(2, 62, 120, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.detail-text {
  position: absolute;
  color: #fff;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  z-index: 3;
  bottom: 63px;
  right: 117px;
}
@media screen and (min-width: 838px) {
  .detail-text {
    padding-right: 61px;
    font-size: 32px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    right: 170px;
    top: 164px;
    bottom: auto;
  }
}
.detail-text::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 2px;
  background-color: #fff;
  right: -80px;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  top: 12px;
}
@media screen and (min-width: 838px) {
  .detail-text::after {
    top: 22px;
    right: -54px;
    width: 96px;
  }
}
.detail-text::before {
  content: "";
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid transparent;
  right: -76px;
  top: 5px;
  width: 17px;
  height: 18px;
  -webkit-transform: rotate(307deg);
          transform: rotate(307deg);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 838px) {
  .detail-text::before {
    right: -51px;
    top: 15px;
  }
}
.detail-text:hover:after {
  width: 87px;
  right: -101px;
}
@media screen and (min-width: 838px) {
  .detail-text:hover:after {
    width: 170px;
    right: -129px;
  }
}
.detail-text:hover:before {
  right: -95px;
}
@media screen and (min-width: 838px) {
  .detail-text:hover:before {
    right: -125px;
  }
}

.detail-text-circle {
  width: 43px;
  height: 43px;
  right: -98px;
  position: absolute;
  border: 3px solid #fff400;
  border-radius: 50px;
  top: -13px;
}
@media screen and (min-width: 838px) {
  .detail-text-circle {
    left: 234px;
    width: 54px;
    height: 54px;
    top: -11px;
  }
}

.detail-text.detail-text-top {
  bottom: 46px;
}

.detail-text.detail-text-case {
  left: auto;
  right: 115px;
  top: auto;
}
@media screen and (min-width: 838px) {
  .detail-text.detail-text-case {
    top: 160px;
    right: 170px;
  }
}
@media screen and (min-width: 838px) and (max-width: 1024px) {
  .detail-text.detail-text-case {
    top: 212px;
  }
}

.service {
  margin-top: 60px;
  padding-bottom: 171px;
  position: relative;
}
@media screen and (min-width: 838px) {
  .service {
    margin-top: 119px;
    padding-bottom: 337px;
  }
}

@media screen and (min-width: 838px) {
  .service__heading {
    margin-top: -2px;
  }
}

@media (min-width: 1600px) {
  .service__inner {
    padding-inline: 10%;
  }
}

.service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (min-width: 838px) {
  .service__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -63px;
    margin-left: -10px;
    margin-right: 6px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 838px) and (max-width: 1024px) {
  .service__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service__wrap {
  width: 320px;
}
@media screen and (min-width: 838px) {
  .service__wrap:nth-child(1) {
    margin-top: 23px;
  }
  .service__wrap:nth-child(2) {
    margin-top: 140px;
  }
  .service__wrap:nth-child(3) {
    margin-bottom: -332px;
  }
}

.service__img {
  margin-top: 65px;
  position: relative;
  width: 320px;
  height: 427px;
  margin-left: 8px;
}
.service__img img {
  width: 100%;
}

.service__img-num {
  text-shadow: 4px 4px rgb(255, 255, 255);
  position: absolute;
  right: 4px;
  top: -55px;
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 100px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.service__img-text {
  position: absolute;
  background-color: #fff;
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 28px;
  font-weight: 700;
  top: 353px;
  left: -16px;
}
@media screen and (min-width: 838px) {
  .service__img-text {
    top: 353px;
    left: -32px;
  }
}

.service__img-text-sub {
  position: absolute;
  top: 307px;
  left: -32px;
  background-color: #fff;
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 28px;
  font-weight: 700;
}

.service__text {
  margin-top: 15px;
  margin-left: 8px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.service__text span {
  margin-left: -2px;
}

.service__wrapper .service__wrap:nth-of-type(2) .service__img .service__img-text {
  top: 352px;
  left: -15px;
}
@media screen and (min-width: 838px) {
  .service__wrapper .service__wrap:nth-of-type(2) .service__img .service__img-text {
    top: 354px;
    left: -32px;
  }
}

.service__wrapper .service__wrap:nth-of-type(2) .service__img .service__img-text-sub {
  top: 303px;
  left: -17px;
}
@media screen and (min-width: 838px) {
  .service__wrapper .service__wrap:nth-of-type(2) .service__img .service__img-text-sub {
    top: 305px;
    left: -32px;
  }
}

.service__wrapper .service__wrap:nth-of-type(3) .service__img .service__img-text {
  top: 354px;
  left: -14px;
}
@media screen and (min-width: 838px) {
  .service__wrapper .service__wrap:nth-of-type(3) .service__img .service__img-text {
    left: -33px;
  }
}

.service__wrapper .service__wrap:nth-of-type(3) .service__img .service__img-text-sub {
  top: 304px;
  left: -16px;
}
@media screen and (min-width: 838px) {
  .service__wrapper .service__wrap:nth-of-type(3) .service__img .service__img-text-sub {
    top: 306px;
    left: -34px;
  }
}

.detail-text-sub {
  position: absolute;
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  z-index: 3;
  bottom: 117px;
  right: 116px;
}
@media screen and (min-width: 838px) {
  .detail-text-sub {
    padding-right: 61px;
    font-size: 32px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.detail-text-sub::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 2px;
  background-color: #023e78;
  right: -80px;
  top: 56%;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 838px) {
  .detail-text-sub::after {
    right: -54px;
    top: 60%;
    width: 96px;
  }
}
.detail-text-sub::before {
  content: "";
  position: absolute;
  border-right: 2px solid #023e78;
  border-bottom: 2px solid transparent;
  right: -76px;
  top: 7px;
  width: 17px;
  height: 18px;
  -webkit-transform: rotate(307deg);
          transform: rotate(307deg);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 838px) {
  .detail-text-sub::before {
    right: -51px;
    top: 17px;
  }
}
.detail-text-sub:hover:after {
  width: 87px;
  right: -101px;
}
@media screen and (min-width: 838px) {
  .detail-text-sub:hover:after {
    width: 170px;
    right: -129px;
  }
}
.detail-text-sub:hover:before {
  right: -95px;
}
@media screen and (min-width: 838px) {
  .detail-text-sub:hover:before {
    right: -125px;
  }
}

.service__detail {
  bottom: 108px;
  right: 97px;
}
@media screen and (min-width: 838px) {
  .service__detail {
    top: 56px;
    right: 79px;
    bottom: auto;
  }
}

.detail-text-circle-sub {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -99px;
  border-radius: 50px;
  background-color: #fff400;
  top: -10px;
}
@media screen and (min-width: 838px) {
  .detail-text-circle-sub {
    left: 237px;
    width: 50px;
    height: 50px;
    top: -7px;
  }
}

.case {
  margin-top: 60px;
  position: relative;
  background: url(../img/case_bg.png) no-repeat center center/cover;
  z-index: 1;
  margin-inline: -20px;
}
.case::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(2, 62, 120, 0.8);
  z-index: 2;
}
@media screen and (min-width: 838px) {
  .case {
    background: url(../img/case_bg-pc.png) no-repeat center center/cover;
    margin-inline: -90px;
    margin-top: -100px;
  }
}

.case__inner {
  position: relative;
  z-index: 3;
  padding: 60px 20px 152px;
}
@media screen and (min-width: 838px) {
  .case__inner {
    padding-top: 100px;
    padding-inline: 90px;
    padding-bottom: 122px;
  }
}

.case__head {
  color: #fff;
}

.detail-text-case {
  left: 167px;
  top: auto;
}
@media screen and (min-width: 838px) {
  .detail-text-case {
    top: 160px;
    right: 18%;
    left: auto;
  }
}

.case__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 53px;
  margin-top: 40px;
}
@media screen and (min-width: 838px) {
  .case__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 69px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    margin-top: 78px;
  }
}

.case-wrap:first-of-type .case-wrap__img img {
  width: 160px;
  height: 160px;
}

.case-wrap__img {
  display: grid;
  place-items: center;
  background: #fff;
  width: 335px;
  height: 251px;
}
@media screen and (min-width: 838px) {
  .case-wrap__img {
    width: 320px;
    height: 240px;
  }
}
.case-wrap__img img {
  width: 200px;
  height: 200px;
}

.case-wrap__title {
  color: #fff;
  margin-top: 15px;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.case-wrap__title span {
  margin-left: 10px;
}

.case-wrap__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 8px;
  padding-right: 0;
}
@media screen and (min-width: 838px) {
  .case-wrap__detail {
    margin-top: 13px;
    padding-right: 7px;
  }
}
.case-wrap__detail svg {
  fill: #fff;
}

.case__wrap:hover .case-wrap__detail {
  padding-right: 0;
}
.case__wrap:hover .case-wrap__detail svg {
  fill: #fff400;
}

.case-wrap__detail-text {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #fff;
  padding: 5px 15px 4px;
}
@media screen and (min-width: 838px) {
  .case-wrap__detail-text {
    padding: 5px 15px 3px;
  }
}

.case__detail-text {
  position: absolute;
  bottom: 63px;
  right: 115px;
  color: #fff;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  z-index: 3;
}
@media screen and (min-width: 838px) {
  .case__detail-text {
    font-size: 32px;
    top: 160px;
    right: 230px;
    bottom: auto;
  }
}
.case__detail-text:hover::before {
  width: 86px;
  right: -107px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.case__detail-text::before {
  content: "";
  position: absolute;
  right: -77px;
  top: 50%;
  width: 64px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) skew(45deg);
          transform: translateY(-50%) skew(45deg);
}
.case__detail-text::after {
  content: "";
  position: absolute;
  right: -97px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff400;
}
.case__detail-text::after:hover {
  width: 86px;
  right: 30px;
}

.news {
  position: relative;
  padding-top: 2px;
  padding-bottom: 172px;
}
@media screen and (min-width: 838px) {
  .news {
    padding-top: 107px;
    padding-bottom: 80px;
  }
}
.news::after {
  content: "";
  position: absolute;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  top: 175px;
  bottom: 101px;
  z-index: -1;
  background-color: #edf3f8;
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
@media screen and (min-width: 838px) {
  .news::after {
    top: auto;
    -webkit-clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 64%);
            clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 64%);
    bottom: -90px;
    height: 640px;
  }
}

.news__title {
  margin-top: 3px;
}
@media screen and (min-width: 838px) {
  .news__title {
    margin-top: 0;
  }
}

.news__detail {
  bottom: 210px;
  right: 98px;
}
@media screen and (min-width: 838px) {
  .news__detail {
    top: 226px;
    right: 7%;
    bottom: auto;
  }
}

.news__wrapper {
  margin-top: 58px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 39px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  max-width: 768px;
}
@media screen and (min-width: 838px) {
  .news__wrapper {
    margin-top: 80px;
    padding: 59px 40px 43px;
    gap: 21px;
  }
}

.news__wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 31px;
}

.news__wrap:nth-child(3) {
  padding-bottom: 30px;
}

.news-wrap__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrap__title {
  color: #e61264;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e61264;
  padding: 7px 19px 4px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 838px) {
  .news-wrap__title {
    font-size: 14px;
    padding: 6px 24px 6px 20px;
  }
}

.news-wrap__date {
  color: #888;
  font-family: "Noto Sans JP";
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 2px;
  margin-right: -2px;
}
@media screen and (min-width: 838px) {
  .news-wrap__date {
    margin-top: 0;
    margin-right: 0;
  }
}

.news-wrap__text {
  margin-top: 16px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
}
@media screen and (min-width: 838px) {
  .news-wrap__text {
    font-size: 16px;
  }
}