@charset "UTF-8";
/******************************************************************
 * TOP
******************************************************************/
.top {
  overflow: hidden;
}

.top-mv {
  width: 100%;
  padding: 15px 0 40px;
  background: linear-gradient(to bottom, #6da1e1, #a3d5ee);
}
.top-mv__wrap {
  width: 100%;
  background: #fff;
  padding: 12px 21px 14px;
  border-radius: 50px;
}
.top-mv__content {
  position: relative;
  width: 100%;
  max-width: 1665px;
  margin: 0 auto 16px;
}
.top-mv__img {
  aspect-ratio: 1650/790;
  width: 100%;
  max-width: 1650px;
  overflow: hidden;
  border-radius: 386px;
  margin: auto;
}
.top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv__txt {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: min(55px, 2.8645833333vw);
  padding-left: min(124.5px, 6.484375vw);
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.top-mv__ttl {
  display: inline-flex;
  flex-direction: column;
  row-gap: 17px;
  margin-bottom: 0.5133333333em;
  font: 700 min(75px, 3.90625vw) dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #fff;
}
.top-mv__ttl span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #5884dd, #8fc4df);
  padding: 0.0933333333em 0.2em 0.1533333333em 0.2533333333em;
  border-radius: 10px;
  line-height: 1.35;
}
.top-mv__en {
  font: 600 min(110px, 5.7291666667vw) "Outfit", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.0909090909;
  color: #77b8f5;
}

.top-bg-gradient {
  background: linear-gradient(180deg, #6da1e1, #a3d5ee);
}
.top-bg-gradient--to-bottom {
  background: linear-gradient(0deg, #6da1e1, #a3d5ee);
}

.top-about {
  padding: 62px 0 109px;
}
.top-about__head {
  font: 600 min(130px, 6.7708333333vw) "Outfit", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #77b8f5;
  text-align: center;
}
.top-about__head-txt span {
  display: flex;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 0;
}
.top-about__head-txt span::before {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: 6px #89bddf;
  z-index: -1;
}
.top-about__body {
  margin-top: 46px;
  padding: 70px 70px 104px;
  background: url(../img/top/about-bg.jpg) center/cover no-repeat;
  border-radius: 9999px;
}

.top-about-content {
  width: 100%;
  max-width: 1288px;
  margin-inline: auto;
  padding: min(77px, 4.0104166667vw) min(278px, 14.4791666667vw) min(108px, 5.625vw);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 9999px;
  position: relative;
}
.top-about-content__txt {
  width: 100%;
  margin-inline: auto;
}
.top-about-content__ttl {
  margin-top: 1.1666666667em;
  font: 700 30px dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: center;
}
.top-about-content__detail {
  margin-top: 19.5px;
  font-weight: 500;
  line-height: 2.0588235294;
}

.top-service {
  padding: 138px 0 160px;
}
.top-service__list {
  width: 100%;
  max-width: 1603px;
  display: flex;
  justify-content: center;
  gap: 12.5px;
  margin: 74px auto 0;
  position: relative;
  z-index: 0;
}
.top-service__list::before {
  content: "";
  aspect-ratio: 294/251;
  width: 100%;
  max-width: 294px;
  display: block;
  background: url(../img/top/service-list-left.png) center/cover no-repeat;
  position: absolute;
  top: auto;
  left: -9.09%;
  bottom: -13.1%;
  z-index: -1;
}
.top-service__list::after {
  content: "";
  aspect-ratio: 294/251;
  width: 100%;
  max-width: 294px;
  display: block;
  background: url(../img/top/service-list-right.png) center/cover no-repeat;
  position: absolute;
  top: -37.5%;
  left: auto;
  right: -7.6%;
  z-index: -1;
}

.top-service-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 310px;
  min-height: min(372px, 19.375vw);
  padding: 18px 18px 18px 15px;
  background: #fff;
  border: 7px solid #e7ecf6;
  box-shadow: 0 2px 20px 0 rgba(56, 73, 120, 0.15);
  border-radius: 47px;
}
.top-service-item__img {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.top-service-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-service-item__txt {
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.top-service-item:nth-child(1) .top-service-item__txt {
  padding-top: 13px;
}
.top-service-item__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 69px;
  padding: 15px 20px;
  background: linear-gradient(40deg, #5884dd, #77b3eb);
  border-radius: 100px;
  font: 700 18px dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4383333333;
  color: #fff;
  text-align: center;
}

.top-point {
  padding-bottom: 159px;
}
.top-point:first-child {
  padding-top: 138px;
}
.top-point__list {
  counter-reset: point;
  padding: 73px 0 171px;
}

.top-point-item__img {
  flex: 0 0 min(800px, 41.6666666667vw);
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  z-index: 0;
}
.top-point-item__img::before {
  content: "";
  aspect-ratio: 347/243;
  display: block;
  width: 100%;
  max-width: min(347px, 18.0729166667vw);
  background: url(../img/top/point-future-fig01.png) center/cover no-repeat;
  position: absolute;
  top: -24.7%;
  left: -6.3%;
  z-index: -1;
}
.top-point-item__img img {
  aspect-ratio: 800/530;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 265px;
  overflow: hidden;
}
.top-point-item:nth-child(even) .top-point-item__img::before {
  aspect-ratio: 377/323;
  max-width: min(377px, 19.6354166667vw);
  background-image: url(../img/top/point-future-fig02.png);
  top: -10.7%;
  left: -12.9%;
}
.top-point-item:nth-child(3) .top-point-item__img::before {
  aspect-ratio: 378/323;
  max-width: min(378px, 19.6875vw);
  background-image: url(../img/top/point-future-fig03.png);
  top: -28.4%;
  left: -7%;
}
.top-point-item__content {
  flex: 1;
}
.top-point-item__future {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 59px;
  padding-left: min(48.5px, 2.5260416667vw);
}
.top-point-item__future::after {
  counter-increment: point;
  content: counter(point, decimal-leading-zero) ".";
  font: 500 110px "Outfit", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #77b8f5;
}
.top-point-item__future img {
  position: absolute;
  top: 0;
  left: 0;
}
.top-point-item__txt {
  width: 100%;
  max-width: 659px;
  margin-top: 33px;
  margin-left: min(56px, 2.9166666667vw);
}
.top-point-item__ttl {
  font: 700 20px dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.11em;
  color: #77b8f5;
}
.top-point-item__detail {
  margin-top: 25.5px;
  font-weight: 500;
  line-height: 2.0588235294;
  letter-spacing: 0.01em;
}
.top-point-item__detail p:not(:first-child) {
  margin-top: 2em;
}

.top-interview__content {
  width: 100%;
  min-height: 960px;
  padding: 136px 0 238px;
  background: url(../img/top/interview-bg.jpg) center/cover no-repeat;
}
.top-interview .c-ttl__en {
  text-shadow: 0 0 21px rgba(255, 255, 255, 0.3);
}
.top-interview .c-ttl__jp {
  text-shadow: 0 0 21px rgba(255, 255, 255, 0.3);
}
.top-interview__txt {
  margin-top: 54px;
  font: 700 25px dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.3);
}
.top-interview .c-btn {
  margin: 203px auto 0;
}

.top-flow {
  padding: 111px 0 130px;
}

.top-flow-content {
  width: 100%;
  max-width: 1834px;
  margin-inline: auto;
  padding: 23px 36px 33px;
  border: solid 4px #6da1e1;
  border-radius: 1000px;
}
.top-flow-content__inner {
  overflow: hidden;
  padding: min(94px, 4.8958333333vw) 15px min(455px, 23.6979166667vw);
  background: url(../img/top/flow-bg.jpg) center/cover no-repeat;
  border: 6px solid #6da1e1;
  border-radius: 467px;
}
.top-flow-content__txt {
  margin-top: 40px;
  font: 700 25px dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.top-flow-content .c-btn {
  margin: 73.5px auto 0;
}

.top-number {
  padding: 108px 0 161px;
}
.top-number__body {
  padding-top: 118px;
  padding-bottom: 122px;
}
.top-number__body .c-btn {
  margin: 82px auto 0;
}
.top-number__list {
  width: 100%;
  max-width: 846px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 68px 62px;
  margin: auto;
}

.top-number-item {
  width: 100%;
  min-height: 312px;
  padding: 30px 15px;
  background: #f4f6fb;
  border: solid 2px #7fbcf5;
  border-radius: 41px;
  position: relative;
}
.top-number-item__ttl {
  font: 700 25px dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-number-item__txt {
  display: block;
  margin-top: 2px;
  font: 700 50px dnp-shuei-gothic-kin-std, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-number-item__txt span {
  font: 600 105px "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #f5857f;
}
.top-number-item__img {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  top: auto;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
}
.top-number-item:nth-child(1) .top-number-item__img {
  left: calc(50% - 2.5px);
}
.top-number-item:nth-child(2) .top-number-item__img {
  left: 35%;
}
.top-number-item:nth-child(3) .top-number-item__img {
  left: 53.2%;
}
.top-number-item__bubble-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  background: #7fbcf5;
  font: 700 25px dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: -4.9%;
  bottom: -9.8%;
  left: auto;
}
.top-number-item__bubble-right::before {
  content: "";
  display: block;
  border-bottom: 13px solid #77b8f5;
  border-left: 18px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 57%;
  left: -12px;
  transform: translateY(-50%);
}
.top-number-item__bubble-right--right::before {
  border-bottom: 13px solid #77b8f5;
  border-right: 18px solid rgba(0, 0, 0, 0);
  border-left: none;
  top: 57%;
  right: -12px;
}
.top-number-item__bubble-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  background: #7fbcf5;
  font: 700 25px dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -14%;
  left: -23.2%;
}
.top-number-item__bubble-left::before {
  content: "";
  display: block;
  border-top: 13px solid #77b8f5;
  border-right: 18px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 43.3%;
  right: -13px;
  transform: translateY(-50%);
}

.top-message {
  padding: 114px 0 186px;
  border-top: 2px solid #fff;
}
.top-message__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-message__txt {
  width: 100%;
  max-width: 833px;
}
.top-message__head {
  padding-left: 37px;
}
.top-message__en {
  width: 100%;
  max-width: min(490px, 25.5208333333vw);
}
.top-message__body .c-ttl__jp {
  margin-top: 11px;
  margin-left: 6px;
}
.top-message__ttl {
  margin-top: 44px;
  margin-left: 8px;
}
.top-message__ttl span {
  background: #fff;
  padding: 7px 16px 7px 3px;
  font: 700 22px dnp-shuei-gothic-kin-std, sans-serif;
  font-feature-settings: "palt";
  line-height: 2.4090909091;
  letter-spacing: 0.06em;
  color: #4577dd;
  border-radius: 5px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.top-message__detail {
  margin-top: 28px;
  padding-inline: 9px;
  font-weight: 500;
  line-height: 2.0588235294;
  letter-spacing: 0.005em;
  color: #fff;
}
.top-message__detail p:not(:first-child) {
  margin-top: 2em;
}

.top-message-president {
  width: 100%;
  max-width: 41.9444444444%;
  padding-top: 53px;
  position: relative;
  align-self: start;
}
.top-message-president__img {
  position: relative;
  z-index: 0;
}
.top-message-president__img::before {
  content: "";
  aspect-ratio: 332/283;
  width: 100%;
  max-width: min(332px, 17.2916666667vw);
  background: url(../img/top/message-president-eff-top.png) center/cover no-repeat;
  position: absolute;
  top: 6%;
  left: 0;
  z-index: -1;
}
.top-message-president__img::after {
  content: "";
  aspect-ratio: 366/313;
  width: 100%;
  max-width: min(366px, 19.0625vw);
  background: url(../img/top/message-president-eff-bottom.png) center/cover no-repeat;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -13.6%;
  left: auto;
  z-index: -1;
}
.top-message-president__img img {
  aspect-ratio: 490/680;
  display: block;
  width: 100%;
  max-width: min(490px, 25.5208333333vw);
  height: 100%;
  border-radius: 245px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-message-president__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4em;
  width: 100%;
  max-width: 15em;
  min-height: 4.5em;
  padding: 0.6em 1em 0.3em calc(1em + 8px);
  background: linear-gradient(90deg, #6da1e1, #a3d5ee);
  font: 700 20px dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  border-radius: 45px;
  position: absolute;
  top: auto;
  right: 14.2%;
  bottom: 6%;
  left: auto;
}

.top-instagram {
  padding-top: 226px;
  text-align: center;
}

/* Instagramu投稿 出力イメージ画像 */
.top-instagram-img {
  text-align: center;
}
.top-instagram-img img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 28px;
}

.top-requirements {
  padding: 172px 0 241px;
}
.top-requirements__content {
  width: 100%;
  max-width: 1676.89px;
  margin-inline: auto;
  padding: 172px 8px 203px;
  background: url(../img/top/requirements-bg.jpg) center/cover no-repeat;
}
.top-requirements__btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 44px;
       column-gap: 44px;
  margin-top: 116.5px;
}
.top-requirements__btn {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 7px 7px 7px 8px;
  font: 700 20px dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(90deg, #6da1e1, #a3d5ee);
}
.top-requirements__btn span {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 100px;
}
.top-requirements__btn:is(a) {
  transition: opacity 0.2s ease;
}
.top-requirements__btn:is(a):hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px){
  .top-mv__wrap .globalMenu {
    padding-right: 10px;
  }
  .top-mv__content {
    transform: translateX(3px);
  }
  .top-about-content__txt {
    padding-left: 4px;
  }
  .top-service__content .c-ttl__jp {
    margin-top: 17px;
  }
  .top-service-item:nth-child(1) .top-service-item__img {
    padding-top: 16px;
    padding-right: 1px;
  }
  .top-service-item:nth-child(2) .top-service-item__img {
    padding-top: 17px;
  }
  .top-service-item:nth-child(3) .top-service-item__img {
    padding-top: 4px;
    padding-right: 2.5px;
  }
  .top-service-item:nth-child(4) .top-service-item__img {
    padding-top: 6.5px;
  }
  .top-service-item:nth-child(5) .top-service-item__img {
    padding-top: 5px;
  }
  .top-point__head .c-ttl__en {
    font-size: 120px;
  }
  .top-point__head .c-ttl__jp {
    margin-top: 8.5px;
  }
  .top-point-item:not(:first-child) {
    margin-top: 180px;
  }
  .top-point-item:nth-child(3) {
    margin-top: 111px;
  }
  .top-point-item__inner {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 37px;
         column-gap: 37px;
    padding-top: 124px;
  }
  .top-point-item:nth-child(odd) .top-point-item__inner {
    padding-left: min(91px, 4.7395833333vw);
    padding-right: min(127px, 6.6145833333vw);
  }
  .top-point-item:nth-child(even) .top-point-item__inner {
    flex-direction: row-reverse;
    padding-top: 53px;
    padding-right: min(82px, 4.2708333333vw);
    padding-left: min(98px, 5.1041666667vw);
  }
  .top-point-item:nth-child(3) .top-point-item__inner {
    padding-left: min(89px, 4.6354166667vw);
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .top-point-item__img {
    margin-top: 7px;
  }
  .top-point-item:nth-child(even) .top-point-item__img {
    margin-top: 4px;
  }
  .top-point-item:nth-child(3) .top-point-item__img {
    margin-top: 3px;
  }
  .top-point-item:nth-child(even) .top-point-item__future {
    padding-top: 65px;
    padding-left: min(41px, 2.34375vw);
  }
  .top-point-item:nth-child(3) .top-point-item__future {
    padding-left: min(60px, 3.125vw);
  }
  .top-point-item:nth-child(even) .top-point-item__txt {
    margin-top: 30px;
    margin-left: min(45px, 2.34375vw);
  }
  .top-point-item:nth-child(3) .top-point-item__txt {
    margin-top: 33px;
    margin-left: min(64px, 3.3333333333vw);
  }
  .top-interview .c-ttl__jp {
    margin-top: 16px;
  }
  .top-interview .c-btn {
    transform: translateX(12px);
  }
  .top-flow .inner {
    max-width: 1864px;
  }
  .top-flow-content .c-ttl__jp {
    margin-top: 12.5px;
  }
  .top-number__head {
    padding-top: 108px;
    padding-bottom: 22px;
  }
  .top-number__head .c-ttl__jp {
    margin-top: 13px;
  }
  .top-number__body {
    padding-inline: 90px;
  }
  .top-number__list {
    transform: translateX(6px);
  }
  .top-message__body {
    padding-right: min(27px, 1.40625vw);
    padding-left: min(132px, 6.875vw);
  }
  .top-message-president__img {
    padding-right: min(97px, 5.0520833333vw);
    padding-left: min(168px, 8.75vw);
  }
  .top-requirements__content {
    border-radius: 363px;
    transform: translateX(3px);
  }
  .top-requirements__content .c-ttl__jp {
    margin-top: 11.5px;
  }
  .top-requirements__btn span {
    padding-right: 4px;
  }
}
@media screen and (max-width: 1630px){
  .top-service__list {
    max-width: 1200px;
    flex-wrap: wrap;
  }
  .top-service__list::before {
    max-width: 294px;
    bottom: -30px;
  }
  .top-service__list::after {
    max-width: 294px;
    top: -30px;
  }
}
@media screen and (max-width: 1400px){
  .top-about-content__ttl {
    font-size: 28px;
  }
  .top-message-president__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px){
  .top-mv {
    padding: 7px 0 15px;
  }
  .top-mv__wrap {
    border-radius: 25px;
  }
  .top-about {
    padding-bottom: 0;
  }
  .top-about .inner {
    padding: 0;
  }
  .top-about__body {
    padding: 31px 35px 44px;
    border-radius: 0;
  }
  .top-instagram {
    padding-top: 42px;
    padding-bottom: 51.5px;
  }
  .top-requirements {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .top-requirements .inner {
    padding-inline: 0;
  }
  .top-requirements__content {
    border-radius: 0;
  }
  .top-requirements__btn-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 40px;
  }
  .top-requirements__btn {
    max-width: 200px;
    padding: 4px;
    font-size: 14.5px;
  }
  .top-requirements__btn span {
    min-height: 50px;
    border-width: 1px;
  }
}
@media screen and (max-width: 959px){
  .top-mv__wrap {
    padding: 4.5px 2px 27px;
    border-radius: 19px;
  }
  .top-about-content {
    max-width: 750px;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .top-about-content__ttl {
    font-size: 15px;
  }
  .top-service__list {
    max-width: 100%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-service-item {
    max-width: calc((100% - 10px) / 2);
  }
  .top-service-item__detail {
    min-height: auto;
    font-size: 14.5px;
  }
  .top-point-item:not(:first-child) {
    margin-top: 31px;
  }
  .top-point-item__content {
    max-width: 580px;
    margin-inline: auto;
  }
  .top-point-item__img {
    max-width: 530px;
    margin: 0 auto;
  }
  .top-point-item__img::before {
    aspect-ratio: 347/243;
    max-width: 347px;
    top: -11%;
    left: -15.1%;
  }
  .top-point-item__img img {
    aspect-ratio: 530/340;
    border-radius: 530px;
  }
  .top-point-item:nth-child(even) .top-point-item__img::before {
    aspect-ratio: 347/243;
    max-width: 347px;
    top: -10.3%;
    right: -14.7%;
    left: auto;
  }
  .top-point-item:nth-child(3) .top-point-item__img::before {
    aspect-ratio: 347/243;
    max-width: 347px;
    top: -10.4%;
    left: -14.1%;
  }
  .top-point-item__txt {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .top-point-item__ttl {
    font-size: 15px;
  }
  .top-interview__content {
    min-height: auto;
    padding: 48px 0 132.5px;
  }
  .top-interview .c-btn {
    margin-top: 100px;
  }
  .top-interview__txt {
    font-size: 14.5px;
  }
  .top-flow-content {
    padding: 16px 15px;
  }
  .top-flow-content__txt {
    margin-top: 18px;
    font-size: 14.5px;
  }
  .top-flow-content .c-btn {
    margin-top: 25.5px;
  }
  .top-number__list {
    grid-template-columns: repeat(2, minmax(auto, 280px));
    gap: 76px 39px;
  }
  .top-number-item {
    min-height: 226px;
  }
  .top-number-item__ttl {
    font-size: 15px;
  }
  .top-number-item__txt {
    margin-top: 4px;
    font-size: 15px;
  }
  .top-number-item__txt span {
    font-size: 74px;
  }
  .top-number-item__img {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    top: auto;
    left: 50%;
    bottom: -18.6%;
    transform: translateX(-50%);
  }
  .top-number-item:nth-child(1) .top-number-item__img {
    max-width: 86px;
    left: calc(50% - 3px);
  }
  .top-number-item:nth-child(2) .top-number-item__img {
    max-width: 108px;
    left: 35%;
  }
  .top-number-item:nth-child(3) .top-number-item__img {
    max-width: 116px;
    left: 65.2%;
  }
  .top-number-item:nth-child(4) .top-number-item__img {
    max-width: 114px;
  }
  .top-number-item__bubble-right {
    width: 124px;
    height: 124px;
    font-size: 14.5px;
    right: -6.5%;
    bottom: -9.9%;
    bottom: -25%;
  }
  .top-number-item__bubble-right::before {
    border-bottom-width: 12px;
    border-left-width: 18px;
    top: 54%;
    left: -8px;
  }
  .top-number-item__bubble-left {
    width: 124px;
    height: 124px;
    font-size: 14.5px;
    bottom: -20.5%;
    left: -6.8%;
  }
  .top-number-item__bubble-left::before {
    border-bottom-width: 12px;
    border-left-width: 18px;
    top: 45%;
    right: -10px;
  }
  .top-message {
    padding: 80px 0 90px;
  }
  .top-message__content {
    flex-direction: column;
  }
  .top-message__ttl span {
    font-size: 15px;
  }
  .top-message-president {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
  .top-message-president__img {
    padding-right: 80px;
    padding-left: 79px;
  }
  .top-message-president__img::before {
    max-width: 183px;
    top: -6%;
  }
  .top-message-president__img::after {
    max-width: 183px;
    bottom: -5%;
  }
  .top-message-president__img img {
    max-width: 400px;
    aspect-ratio: 400/556;
    border-radius: 200px;
  }
  .top-message-president__txt {
    max-width: -moz-max-content;
    max-width: max-content;
    min-height: 45px;
    font-size: 14.5px;
    right: 50.4%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 750px){
  .top-mv__content {
    margin-top: -16px;
    padding-inline: 10px;
  }
  .top-mv__img {
    aspect-ratio: 670/1000;
    max-width: 670px;
    border-radius: 335px;
    margin: auto;
  }
  .top-mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-mv__txt {
    display: block;
    padding-bottom: 0;
    padding-left: 6.5px;
    bottom: -12px;
  }
  .top-mv__ttl {
    row-gap: 8px;
    margin-bottom: 8px;
    font-size: 35px;
  }
  .top-mv__ttl span {
    padding: 4px 0.2em 4px 4px;
    border-radius: 5px;
  }
  .top-mv__en {
    padding-left: 3px;
    font-size: 42.5px;
    line-height: 1.4117647059;
  }
  .top-about {
    padding-top: 20px;
  }
  .top-about__head {
    font-size: 42.5px;
    line-height: 1.2;
  }
  .top-about__head-txt:not(:first-child) {
    margin-top: -7px;
  }
  .top-about__head-txt span::before {
    -webkit-text-stroke: 3px #89bddf;
  }
  .top-about__body {
    margin-top: 25px;
    padding: 32px 17px 44px;
    background-image: url(../img/top/about-bg-sp.jpg);
    border-radius: 0;
  }
  .top-about-content {
    max-width: 375px;
    padding: 67px 38px 91px;
  }
  .top-about-content__ttl {
    margin-top: 18px;
  }
  .top-about-content__detail {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 22.5px auto 0;
  }
  .top-service {
    padding: 49px 0 44.5px;
  }
  .top-service__list {
    max-width: 375px;
    margin-top: 26px;
  }
  .top-service__list::before {
    max-width: 147px;
  }
  .top-service__list::after {
    max-width: 147px;
  }
  .top-service-item {
    max-width: 174.5px;
    padding: 16.5px 4px 7.5px;
    border-width: 3.5px;
    border-radius: 18px;
  }
  .top-service-item__img img {
    height: 76.5px;
  }
  .top-service-item__txt {
    padding-top: 12px;
  }
  .top-service-item__detail {
    min-height: 35px;
    padding: 5.5px 10px;
  }
  .top-point {
    padding-bottom: 42.5px;
  }
  .top-point__list {
    padding: 14px 0 38.5px;
  }
  .top-point-item:not(:first-child) {
    margin-top: 15.5px;
  }
  .top-point-item__inner {
    padding-top: 23px;
  }
  .top-point-item__img {
    max-width: 265px;
    margin: 0 auto;
  }
  .top-point-item__img::before {
    max-width: 173.5px;
    background-image: url(../img/top/point-future-fig01-sp.png);
  }
  .top-point-item__img img {
    border-radius: 265px;
  }
  .top-point-item:nth-child(even) .top-point-item__img::before {
    max-width: 173.5px;
    background-image: url(../img/top/point-future-fig02-sp.png);
  }
  .top-point-item:nth-child(3) .top-point-item__img::before {
    max-width: 173.5px;
    background-image: url(../img/top/point-future-fig03-sp.png);
  }
  .top-point-item__content {
    margin-top: 9px;
    padding-inline: 38px;
  }
  .top-point-item__future {
    padding-top: 9px;
    padding-left: 0;
  }
  .top-point-item__future::after {
    font-size: 45px;
  }
  .top-point-item__future img {
    max-width: 91px;
    position: absolute;
    top: 0;
    left: -18px;
  }
  .top-point-item:first-child .top-point-item__future img {
    left: -13px;
  }
  .top-point-item__txt {
    margin-top: 11px;
    margin-left: 0;
  }
  .top-point-item__detail {
    margin-top: 12px;
  }
  .top-interview__content {
    background-image: url(../img/top/interview-bg-sp.jpg);
  }
  .top-interview__txt {
    margin-top: 22px;
    line-height: 2;
  }
  .top-interview .c-btn {
    margin-top: 24px;
  }
  .top-flow {
    padding: 44px 0 59.5px;
  }
  .top-flow .inner {
    padding-inline: 14.5px;
  }
  .top-flow-content {
    padding: 8px 7.5px 8px 5.5px;
    border-width: 1.5px;
  }
  .top-flow-content__inner {
    padding: 62.5px 15px 263.5px;
    background-image: url(../img/top/flow-bg-sp.jpg);
    border-width: 3px;
  }
  .top-number {
    padding: 45px 0 42px;
  }
  .top-number__head {
    padding-top: 48px;
    padding-bottom: 3.5px;
  }
  .top-number__body {
    padding-top: 28px;
    padding-bottom: 60px;
  }
  .top-number__body .c-btn {
    margin-top: 41px;
  }
  .top-number__list {
    grid-template-columns: repeat(2, minmax(auto, 140px));
    gap: 38px 19.5px;
  }
  .top-number-item {
    min-height: 115px;
    padding: 8px 15px;
    border-radius: 20px;
  }
  .top-number-item__txt {
    margin-top: 2px;
  }
  .top-number-item__txt span {
    font-size: 37px;
  }
  .top-number-item:nth-child(1) .top-number-item__img {
    max-width: 43px;
    left: calc(50% - 1.5px);
  }
  .top-number-item:nth-child(2) .top-number-item__img {
    max-width: 54px;
  }
  .top-number-item:nth-child(3) .top-number-item__img {
    max-width: 58px;
  }
  .top-number-item:nth-child(4) .top-number-item__img {
    max-width: 57px;
  }
  .top-number-item__bubble-right {
    width: 70px;
    height: 70px;
  }
  .top-number-item__bubble-right::before {
    border-bottom-width: 6px;
    border-left-width: 9px;
    left: -4px;
  }
  .top-number-item__bubble-left {
    width: 70px;
    height: 70px;
  }
  .top-number-item__bubble-left::before {
    border-top-width: 6px;
    border-right-width: 9px;
    right: -5px;
  }
  .top-message {
    padding: 49px 0 57.5px;
    border-top-width: 1px;
  }
  .top-message__body {
    max-width: 100%;
    margin: 0 auto;
  }
  .top-message__ttl {
    margin-top: 13.5px;
    margin-left: 0;
  }
  .top-message__ttl span {
    padding: 6px 7px 5px 2px;
    border-radius: 2.5px;
  }
  .top-message__detail {
    margin-top: 11.5px;
    padding-inline: 2.5px;
  }
  .top-message-president {
    margin-top: 34px;
    padding-top: 0;
  }
  .top-message-president__img {
    padding-right: 40px;
    padding-left: 35px;
  }
  .top-message-president__txt {
    padding-top: 6px;
    padding-left: calc(1em + 4px);
    border-radius: 45px;
    bottom: 12%;
  }
  .top-instagram-img img {
    max-width: 306px;
    margin-right: 0;
  }
  .top-requirements {
    padding-bottom: 87px;
  }
  .top-requirements__content {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 92px;
    background-image: url(../img/top/requirements-bg-sp.jpg);
  }
  .top-requirements__btn-list {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
