@charset "UTF-8"; /* =================================================================
   【cssはこのファイルを編集してください】
   ================================================================= */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* スマホデザインが414pxで作られている場合の,rem可変を同倍率可変にする場合は有効・不要なら削除 */
@media screen and (max-width: 767.98px) {
  html {
    font-size: 3.8647342995vw;
  }

  html {
    /* font-size: calc((100vw - 414px) / 353 * 4 + 16px); */
  }
}

@media only screen and (min-width: 768px) and (max-width: 1680px) {
  html {
    font-size: calc((100vw - 768px) / 912 * 4 + 12px);
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .br-pc {
    display: none;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 999.98px) {
  .pc1000 {
    display: none;
  }
}

@media screen and (max-width: 767.98px), screen and (min-width: 1000px) {
  .sp1000 {
    display: none;
  }
}

.gp {
  font-family: "Noto Sans JP";
  color: #05223f;
  overflow: hidden;
  background-color: white;
}

.gp-main {
}

.gp-fv {
  position: relative;
}

.gp-fv__inner {
}

.gp-fv__c1 {
  width: 73.2%;
  margin-inline: auto;
}

.gp-fv__c1 img {
}

.gp-fv__ttl {
}

.gp-fv__ttl img {
}

.gp__btn {
  width: 24.6%;
  display: block;
  margin-inline: auto;
}

.gp__btn-fv {
  position: absolute;
  top: 74%;
  left: 15.5%;
  transform: translate(10%, 10%);
}

.gp__btn-img {
}

.gp-s1 {
  padding-top: 80px;
  padding-top: 6.4rem;
  overflow: hidden;
  padding-bottom: 87px;
  padding-bottom: 5.4375rem;
  position: relative;
}

.gp-s1::before {
  content: "";
  background-image: url(../assets/img/s1-bg.png);
  background-size: contain;
  aspect-ratio: 1680/254;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 59.8%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 0;
  user-select: none;
}

.gp-s1__inner {
  max-width: 1165px;
  /* デザインの最大幅 (仮) */
  margin: 0 auto;
  width: 93%;
  z-index: 1;
  position: relative;
}

.gp-s1__c1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* width: 65.3%; */
  max-width: 1096px;
  margin-inline: auto; /* gap: 20px;
  /* gap: 1.25rem; */
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-right: 0;
  margin-left: auto;
  /* gap: 6%; */
}

.gp-s1__c1-doc {
  /* flex: 1; */
  /* 画像以外の残り幅をすべて取る */
}

.gp-s1__c1-txt-1::before,
.gp-s5__c1-txt::before,
.gp-s7__c1-txt::before {
  content: "";
  background-image: url(../assets/img/deco-1.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 33px;
  height: 2.0625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  flex-shrink: 0;
}

.gp-s1__c1-txt-1 {
  color: #61a0bf;
  font-size: 18.334px;
  font-size: 1.145875rem;
  font-weight: 700;
  letter-spacing: 2.567px;
  letter-spacing: 0.1604375rem;
  line-height: 2;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.gp-s1__c1-ttl {
  color: #05223f;
  font-size: 40.809px;
  font-size: 2.5505625rem;
  font-weight: 900;
  line-height: 153%;
  /* 62.437px */
  letter-spacing: 6.121px;
  letter-spacing: 0.3825625rem;
  margin-bottom: 0.5rem;
}

.gp-s1__c1-txt-2 {
  width: 36.5%;
  margin-bottom: 20px;
  margin-bottom: 2.35rem;
}

.gp-s1__c1-list {
}

.gp-s1__c1-item::before {
  content: "";
  background-image: url(../assets/img/s1-img3.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  flex-shrink: 0;
}

.gp-s1__c1-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
  margin-bottom: 0.95rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 1.62px;
  letter-spacing: 0.10125rem;
}

.gp-s1__c1-item-img {
  width: 32px;
  width: 2rem;
  height: 33px;
  height: 2.0625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.gp-s1__c1-item-txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 1.62px;
  letter-spacing: 0.10125rem;
}

.gp-s1__c1-img {
  max-width: 46.2%;
  margin-left: 4%;
  flex: 1;
}

.gp-s1__c2 {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  /* 画像とテキストを中央揃え */
  /* (仮) 画像とテキストの隙間 */
  width: 100%;
  max-width: 1079px;
  /* (仮) 上段と同じ幅に合わせる */
  /* margin: 0 auto; */
  /* gap: 10px;
  /* gap: 0.625rem; */
  gap: 9%;
}

.gp-s1__c2-img {
  width: 46%;
}

.gp-s1__c2-doc {
  flex: 1;
}

.gp-s1__c2-ttl {
  font-size: 28.104px;
  font-size: 1.7565rem;
  font-weight: 900;
  line-height: 153%;
  /* 42.999px */
  letter-spacing: 3.372px;
  letter-spacing: 0.21075rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.gp-s1__c2-txt {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 186%;
  /* 29.76px */
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
}

.gp-s2 {
}

.gp-s2__inner {
  background-image: url(../assets/img/s2-bg.jpg);
  background-size: 100% 100%;
  margin: 0 1.8%;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 70px;
  padding-bottom: 4.275rem;
}

.gp-s2__c1 {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  width: 90%;
  max-width: 1133px;
  margin-inline: auto;
  margin-bottom: 45px;
  margin-bottom: 3.4125rem;
}

.gp-s2__c1-doc {
  position: relative;
  padding-top: 55px;
  padding-top: 3.4375rem;
}

.gp-s2__c1-txt-1 {
  font-size: 20.097px;
  font-size: 1.2560625rem;
  font-weight: 700;
  letter-spacing: 2.814px;
  letter-spacing: 0.175875rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  display: flex;
  align-items: center;
}

.gp-s2__c1-txt-1::after {
  content: "";
  display: inline-block;
  width: 23px;
  width: 4.3375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #000;
  /* margin-top: 10px;
  /* margin-top: 0.625rem; */
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.gp-s2__c1-ttl {
  font-size: 45.963px;
  font-size: 2.8726875rem;
  font-weight: 900;
  line-height: 153%;
  /* 70.324px */
  letter-spacing: 6.895px;
  letter-spacing: 0.4309375rem;
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}

.gp-s2__c1-ttl span {
  color: #61a0bf;
}

.gp-s2__c1-list {
  background-color: #fff;
  padding: 30px 60px;
  padding: 1.875rem 3.75rem;
}

.gp-s2__c1-list-img {
  position: absolute;
  width: 10%;
  top: 68.7%;
  left: 9%;
  transform: translate(-50%, -50%);
}

.gp-s2__c1-item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  letter-spacing: 0.12rem;
  line-height: 2.2;
  display: flex;
  align-items: center;
}

.gp-s2__c1-item--1::before {
  content: "";
  background-image: url(../assets/img/s2-img3.png);
  background-size: 100% 100%;
  display: block;
  width: 16px;
  width: 1rem;
  height: 26px;
  height: 1.625rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
  flex-shrink: 0;
}

.gp-s2__c1-item--2::before {
  content: "";
  background-image: url(../assets/img/s2-img4.png);
  background-size: 100% 100%;
  display: block;
  width: 16px;
  width: 1rem;
  height: 26px;
  height: 1.625rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
  flex-shrink: 0;
}

.gp-s2__c1-item--3::before {
  content: "";
  background-image: url(../assets/img/s2-img5.png);
  background-size: 100% 100%;
  display: block;
  width: 16px;
  width: 1rem;
  height: 26px;
  height: 1.625rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
  flex-shrink: 0;
}

.gp-s2__c1-img {
  width: 50.8%;
  margin-top: -1.8rem;
}

.gp-s2__txt {
  /* font-size: 16px;
  /* font-size: 1rem; */
  font-weight: 500;
  line-height: 134%;
  /* 21.44px */
  letter-spacing: 2.08px;
  letter-spacing: 0.13rem;
  text-align: center;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

.gp__btn-s2 {
  margin-inline: auto;
}

.gp-s3 {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
}

.gp-s3__inner {
  width: 90%;
  max-width: 692px;
  margin-inline: auto;
  background-image: url(../assets/img/s3-gb.png);
  background-size: 100%100%;
}

.gp-s3__c1 {
  text-align: center;
  position: relative;
  padding-top: 54px;
  padding-top: 3.375rem;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
}

.gp-s3__c1-img-1 {
  width: 21.7%;
  position: absolute;
  top: 11%;
  right: -13%;
  transform: translate(-50%, -50%);
}

.gp-s3__c1-img-2 {
  display: block;
  margin-inline: auto;
  width: 22.6%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.gp-s3__c1-txt-1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 148%;
  /* 32.56px */
  letter-spacing: 3.52px;
  letter-spacing: 0.22rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

.gp-s3__c1-ttl {
  color: #1c5e90;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  letter-spacing: 6.08px;
  letter-spacing: 0.38rem;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
}

.gp-s3__c1-doc {
  /* display: flex; */
  font-size: 14.84px;
  font-size: 0.9275rem;
  line-height: 152%;
  /* 22.557px */
  letter-spacing: 2.374px;
  letter-spacing: 0.148375rem;
  width: 80%;
  margin-inline: auto;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.gp-s3__c1-doc-item {
  display: flex;
  /* align-items: flex-start; */
  margin-bottom: 0.6em;
}

.gp-s3__c1-doc dt {
  font-weight: 700;
  margin-right: 1em;
  min-width: 88px;
  text-align: left;
}

.gp-s3__c1-doc-item dt::before {
  content: "■";
  /* position: absolute; */
  /* left: 0; */
  color: #002c5f;
  /* 小さな青い四角 */
  /* font-size: 0.8em; */
  margin-right: 2px;
  margin-right: 0.125rem;
}

.gp-s3__c1-doc dd {
  letter-spacing: 1.336px;
  letter-spacing: 0.0835rem;
}

.gp-s3__c1-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 3.3;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
  background-color: #05223f;
  text-decoration: none;
  /* display: block; */
  width: 37.8%;
  margin-inline: auto;
  border-radius: 41px;
  border-radius: 2.5625rem;
  /* padding-right: 7px;
  /* padding-right: 0.4375rem; */
  gap: 19px;
  gap: 1.1875rem;
}

.gp-s3__c1-btn::after {
  content: "";
  width: 10px;
  width: 0.625rem;
  /* 横幅（矢印の長さ） */
  height: 10px;
  height: 0.625rem;
  /* 高さ（角度調整用） */
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  /* 細さ */
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: rotate(-45deg);
  /* 角度を開く */
  display: inline-block;
}

.gp-s4 {
  background-color: #00244f;
  padding-top: 79px;
  padding-top: 4.9375rem;
  padding-bottom: 118px;
  padding-bottom: 7.375rem;
  position: relative;
}

.gp-s4__inner {
  width: 87%;
  max-width: 1025px;
  margin-inline: auto;
}

.gp-s4::before {
  content: "";
  background-image: url(../assets/img/s4-bg.png);
  background-size: 100% 100%;
  display: block;
  width: 24%;
  aspect-ratio: 403 / 413;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  opacity: 0.53;
}

.gp-s4__c1 {
  margin-bottom: 61px;
  margin-bottom: 3.8125rem;
}

.gp-s4__c1-img {
  width: 14.9%;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.gp-s4__c1-ttl {
  color: #fff;
  font-size: 43.571px;
  font-size: 2.7231875rem;
  font-weight: 900;
  line-height: 153%;
  /* 66.664px */
  letter-spacing: 7.407px;
  letter-spacing: 0.4629375rem;
}

.gp-s4__list {
  /* display: flex; */
  /* flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* タブレット以上は常に4列 */
  column-gap: 37px;
  column-gap: 2.3125rem;
  /* 左右の間隔 */
  row-gap: 28px;
  row-gap: 2.45rem;
  /* 上下の間隔 */
  list-style: none;
  margin: 0;
  padding: 0;
}

.gp-s4__item {
  text-align: center;
  background-image: url(../assets/img/s4-item-bg.png);
  background-size: 100% 100%;
  padding: 10px 0;
  padding: 0.625rem 0;
  /* width: 22.3%; */
}

.gp-s4__item-img {
  width: 39.6%;
  margin-inline: auto;
}

.gp-s4__item-txt-1 {
  color: #fff;
  font-size: 12.974px;
  font-size: 0.810875rem;
  font-weight: 700;
  letter-spacing: 1.297px;
  letter-spacing: 0.0810625rem;
}

.gp-s4__item-txt-2 {
  color: #b2a016;
  font-size: 24.647px;
  font-size: 1.5404375rem;
  font-weight: 900;
  letter-spacing: 4.436px;
  letter-spacing: 0.27725rem;
}

.gp-s5 {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 50px;
  padding-bottom: 4.325rem;
}

.gp-s5__inner {
  width: 90%;
  max-width: 1398px;
  margin-inline: auto;
}

.gp-s5__c1 {
  text-align: center;
  margin-bottom: 77px;
  margin-bottom: 4.8125rem;
}

.gp-s5__c1-txt {
  color: #61a0bf;
  font-size: 23.152px;
  font-size: 1.447rem;
  font-weight: 700;
  letter-spacing: 3.241px;
  letter-spacing: 0.2025625rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.gp-s5__c1-ttl {
  font-size: 46.55px;
  font-size: 2.909375rem;
  font-weight: 900;
  line-height: 153%;
  /* 71.221px */
  letter-spacing: 6.982px;
  letter-spacing: 0.436375rem;
}

.gp-s5__c2 {
  background-size: 100% 100%;
  position: relative;
  position: relative;
  background-size: cover;
  background-position: right top;
}

.gp-s5__c2--1 {
  background-image: url(../assets/img/s5-bg-1.png);
  margin-bottom: 111px;
  margin-bottom: 6.9375rem;
}

.gp-s5__c2--1::before,
.gp-s5__c2--2::before {
  content: "";
  background-image: url(../assets/img/s5-arrow.svg);
  background-size: inherit;
  display: block;
  width: 51px;
  width: 3.6875rem;
  height: 39px;
  height: 2.4375rem;
  position: absolute;
  bottom: -14%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gp-s5__c2--2 {
  background-image: url(../assets/img/s5-bg-2.png);
  margin-bottom: 111px;
  margin-bottom: 6.9375rem;
  background-position: left top;
}

.gp-s5__c2--3 {
  background-image: url(../assets/img/s5-bg-3.png);
  margin-bottom: 51px;
  margin-bottom: 3.1875rem;
}

.gp-s5__c2-bg {
}

.gp-s5__c2-img {
  position: absolute;
  width: 13.3%;
  top: 0%;
  left: 6.6%;
  transform: translate(-50%, -50%);
}

.gp-s5__c2-img--2 {
  right: -10%;
  left: auto;
}

.gp-s5__c2-doc {
  width: 90%;
  max-width: 615px;
  margin-left: 10%;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.gp-s5__c2-doc--2 {
  margin-left: auto;
  margin-right: 8.5%;
}

.gp-s5__c2-txt-1 {
  font-size: 16.857px;
  font-size: 1.0535625rem;
  font-weight: 700;
  letter-spacing: 3.203px;
  letter-spacing: 0.2001875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}

.gp-s5__c2-txt-1::before {
  content: "";
  display: inline-block;
  width: 47px;
  width: 2.9375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #00244f;
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.gp-s5__c2-ttl {
  color: #fff;
  text-shadow: 0 0 21.6px rgba(108, 128, 142, 0.2);
  text-shadow: 0 0 1.35rem rgba(108, 128, 142, 0.2);
  font-family: "Noto Sans JP";
  font-size: 33.552px;
  font-size: 2.097rem;
  font-weight: 900;
  letter-spacing: 4.697px;
  letter-spacing: 0.2935625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.gp-s5__c2-doc-content {
}

.gp-s5__c2-doc-content-item {
  background-color: #fff;
  padding: 40px 50px;
  padding: 2.5rem 3.125rem;
  border-radius: 8px;
  border-radius: 0.5rem;
}

.gp-s5__c2-doc-1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  justify-content: space-between;
}

.gp-s5__c2-doc-1-content {
  width: 55.8%;
}

.gp-s5__c2-doc-1-ttl {
  font-size: 20.486px;
  font-size: 1.280375rem;
  font-weight: 900;
  line-height: 150%;
  /* 30.729px */
  letter-spacing: 2.049px;
  letter-spacing: 0.1280625rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.gp-s5__c2-doc-1-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  /* 26.4px */
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

.gp-s5__c2-doc-1-img {
  width: 41.4%;
}

.gp-s5__c2-doc-1-img--1 {
  margin-top: 0.4rem;
}

.gp-s5__c2-doc-1-img--2 {
  /* margin-top: 0.6rem; */
  /* position: relative; */
  /* left: 5%; */
  width: 47.8%;
  margin-right: -1rem;
  margin-top: 0.6rem;
}

.gp-s5__c2-doc-1-img--3 {
  margin-top: 1.7rem;
  width: 45.4%;
}

.gp-s5__c2-doc-2 {
  background-color: #f2f2f2;
  padding: 25px 30px;
  padding: 1.4625rem 1.875rem;
  border-radius: 17px;
  border-radius: 1.0625rem;
  position: relative;
}

.gp-s5__c2-doc-2-ttl {
  font-size: 18.862px;
  font-size: 1.178875rem;
  font-weight: 700;
  letter-spacing: 3.206px;
  letter-spacing: 0.200375rem;
  position: absolute;
  top: -13px;
  top: -0.8125rem;
  left: 23px;
  left: 1.4375rem;
}

.gp-s5__c2-doc-2-list {
  display: flex;
  gap: 7px;
  gap: 0.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.gp-s5__c2-doc-2-list li {
  background-color: #fff;
  line-height: 2;
  padding: 0 8px;
  padding: 0 0.5rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.gp-s5__c2-doc-2-list li::before {
  content: "";
  background-image: url(../assets/img/s5-check.png);
  background-size: 100% 100%;
  display: block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}

.gp-s5__c2-doc-2-list-2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
}

.gp-s5__c2-doc-2-list-2 li {
}

.gp-s5__c3 {
}

.gp-s5__c3-bg {
}

.gp-s5__c3-img {
}

.gp-s5__c3-doc {
}

.gp-s5__c3-txt-1 {
}

.gp-s5__c3-ttl {
}

.gp-s5__c3-doc-content {
}

.gp-s5__c3-doc-content-item {
}

.gp-s5__c3-doc-1 {
}

.gp-s5__c3-doc-1-ttl {
}

.gp-s5__c3-doc-1-txt {
}

.gp-s5__c3-doc-1-img {
}

.gp-s5__c3-doc-2 {
}

.gp-s5__c3-doc-2-ttl {
}

.gp-s5__c3-doc-2-list {
}

.gp-s5__c3-doc-2-list li {
}

.gp-s5__c3-doc-2-list-2 {
}

.gp-s5__c3-doc-2-list-2 li {
}

.gp-s5__c4 {
}

.gp-s5__c4-bg {
}

.gp-s5__c4-img {
}

.gp-s5__c4-doc {
}

.gp-s5__c4-txt-1 {
}

.gp-s5__c4-ttl {
}

.gp-s5__c4-doc-content {
}

.gp-s5__c4-doc-content-item {
}

.gp-s5__c4-doc-1 {
}

.gp-s5__c4-doc-1-ttl {
}

.gp-s5__c4-doc-1-txt {
}

.gp-s5__c4-doc-1-img {
}

.gp-s5__c4-doc-2 {
}

.gp-s5__c4-doc-2-ttl {
}

.gp-s5__c4-doc-2-list {
}

.gp-s5__c4-doc-2-list li {
}

.gp-s5__c4-doc-2-list-2 {
}

.gp-s5__c4-doc-2-list-2 li {
}

.gp-s6 {
  position: relative;
}

.gp-s6__inner::before {
  content: "";
  aspect-ratio: 1680/227;
  background-image: url(../assets/img/s6-bg.png);
  background-size: contain;
  width: 100.5%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gp-s6__inner {
  background-color: #f5f5f5;
  margin: 0 1.8%;
  padding-top: 119px;
  padding-top: 7.1375rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}

.gp-s6__c1 {
  width: 85%;
  max-width: 770px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
  margin-bottom: 66px;
  margin-bottom: 4.125rem;
}

.gp-s6__c2-content {
  width: 85%;
  max-width: 934px;
  margin-inline: auto;
}

.gp-s6__c1-img {
  /* display: inline-block; */
  width: 24.1%;
}

.gp-s6__c1-ttl {
  font-size: 43.571px;
  font-size: 2.7231875rem;
  font-weight: 900;
  line-height: 153%;
  /* 66.664px */
  letter-spacing: 7.407px;
  letter-spacing: 0.4629375rem;
}

.gp-s6__c1-ttl-span-1 {
  font-size: 25.571px;
  font-size: 1.5981875rem;
}

.gp-s6__c1-ttl-span-2 {
  color: #61a0bf;
}

.gp-s6__c1-ttl-img {
  display: inline-block;
  width: 37.3%;
  margin-right: 9px;
  margin-right: 0.5625rem;
}

.gp-s6__c2 {
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
  justify-content: flex-end;
  margin-bottom: 68px;
  margin-bottom: 4.25rem;
  align-items: center;
}

.gp-s6__c2--1 {
}

.gp-s6__c2--2 {
  flex-direction: row-reverse;
  gap: 50px;
  gap: 3.125rem;
}

.gp-s6__c2--3 {
}

.gp-s6__c2-doc {
  width: 44.8%;
}

.gp-s6__c2-doc-img {
  width: 43.3%;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.gp-s6__c2-doc-content {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.gp-s6__c2-doc-ttl {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 900;
  line-height: 151%;
  /* 40.77px */
  letter-spacing: 3.51px;
  letter-spacing: 0.219375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.gp-s6__c2-doc-txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
}

.gp-s6__c2-img {
  width: 46.4%;
}

.gp-s6__c3 {
}

.gp-s6__c3-img {
}

.gp-s6__c3-doc {
}

.gp-s6__c3-doc-img {
}

.gp-s6__c3-doc-ttl {
}

.gp-s6__c3-doc-txt {
}

.gp-s6__c4 {
}

.gp-s6__c4-doc {
}

.gp-s6__c4-doc-img {
}

.gp-s6__c4-doc-ttl {
}

.gp-s6__c4-doc-txt {
}

.gp-s6__c4-img {
}

.gp-s7 {
  padding-top: 30px;
  padding-top: 5.875rem;
  padding-bottom: 50px;
  padding-bottom: 5.125rem;
}

.gp-s7__inner {
  width: 85%;
  max-width: 1077px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.gp-s7__inner::before {
  content: "";
  background-image: url(../assets/img/s7-bg.png);
  background-size: 100% 100%;
  display: block;
  width: 89.3%;
  aspect-ratio: 961/987;
  position: absolute;
  z-index: -1;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: initial;
  opacity: 0.5;
}

.gp-s7__c1 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.gp-s7__c1-txt {
  color: #61a0bf;
  font-size: 23.152px;
  font-size: 1.447rem;
  font-weight: 700;
  letter-spacing: 3.241px;
  letter-spacing: 0.2025625rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.gp-s7__c1-ttl {
  font-size: 46.55px;
  font-size: 2.909375rem;
  font-weight: 900;
  line-height: 1.4;
  /* 71.221px */
  letter-spacing: 6.982px;
  letter-spacing: 0.436375rem;
}

.gp-s7__c1-ttl-span-1 {
  font-size: 35.55px;
  font-size: 2.221875rem;
  font-weight: 900;
  letter-spacing: 5.332px;
  letter-spacing: 0.33325rem;
}

.gp-s7__c1-ttl-span-2 {
  color: #61a0bf;
}

@media only screen and (min-width: 768px) {
  .gp-s7__slider {
    /* PC表示では通常のコンテナとして機能 */
    overflow: initial !important;
  }

  /* PC表示ではSwiperのスタイルをリセット */
  .gp-s7__list.swiper-wrapper {
    transform: none !important;
    width: 100% !important;
  }

  .gp-s7__item.swiper-slide {
    width: 30% !important;
    margin: 0 !important;
    height: auto !important;
    margin-bottom: 4.7% !important;
  }
}

.gp-s7__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  margin-bottom: 61px;
  margin-bottom: 0.8125rem;
  position: relative;
  z-index: 1;
}

.gp-s7__pagination {
  /* PC表示では非表示 */
  /* display: none; */
}

.gp-s7__item {
  width: 30%;
  position: relative;
  padding: 20px 0;
  padding: 1.25rem 0;
  /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.06);
  /* box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.06); */
  /* transform: skewX(30deg); */
  /* background-color: white; */
  margin-bottom: 4.7%;
}

.gp-s7__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.1),
    0 0.125rem 0.375rem rgba(0, 0, 0, 0.06);
  transform: skewX(-3deg);
  /* ← ここで角度つける！ */
  transform-origin: top left;
  top: 0%;
  left: 1%;
  /* transform: translate(10px, 10px); */
  background-color: white;
  z-index: -1;
}

.gp-s7__item-img-1 {
  width: 18%;
  position: absolute;
  top: 4%;
  left: 6%;
  transform: translate(-50%, -50%);
}

.gp-s7__item-img-2 {
  width: 91.6%;
  margin-inline: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.gp-s7__item-ttl {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 149%;
  /* 31.29px */
  letter-spacing: 2.1px;
  letter-spacing: 0.13125rem;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.gp-s7__item-ttl span {
  color: #61a0bf;
}

.gp-s7__item-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* 23.1px */
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
  width: 77%;
  margin-inline: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
  left: -3%;
}

.gp__btn-s7 {
  width: 38.4%;
}

.gp-s8 {
  background-color: #00244f;
  padding-top: 125px;
  padding-top: 7.8125rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  position: relative;
}

.gp-s8::before {
  content: "";
  background-image: url(../assets/img/s4-bg.png);
  background-size: 100% 100%;
  display: block;
  width: 27.8%;
  aspect-ratio: 204/229;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.23;
}

.gp-s8__inner {
  width: 87%;
  max-width: 862px;
  margin-inline: auto;
}

.gp-s8__c1 {
  margin-bottom: 107px;
  margin-bottom: 6.6875rem;
}

.gp-s8__c1-img {
  width: 18.3%;
}

.gp-s8__c1-ttl {
  color: #fff;
  font-size: 43.571px;
  font-size: 2.7231875rem;
  font-weight: 900;
  line-height: 1.4;
  /* 66.664px */
  letter-spacing: 7.407px;
  letter-spacing: 0.4629375rem;
}

.gp-s8__c1-ttl img {
  display: inline-block;
  width: 31.5%;
}

.gp-s8__c1-ttl-span-2 {
  font-size: 25.571px;
  font-size: 1.5981875rem;
}

.gp-s8__list {
}

.gp-s8__item {
  position: relative;
  margin-bottom: 88px;
  margin-bottom: 5.5rem;
  margin-left: 7%;
}

.gp-s8__item img {
  position: absolute;
  width: 15%;
  top: 6.3%;
  left: 2.4%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.gp-s8__item-ttl {
  color: #fff;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 5.8px;
  letter-spacing: 0.3625rem;
  /* border-bottom: 1px solid #FFF;
  /* border-bottom: 0.0625rem solid #FFF; */
  z-index: 1;
  position: relative;
  margin-bottom: 0.8rem;
}

.gp-s8__item-ttl::after {
  content: "";
  display: block;
  width: 116px;
  width: 7.25rem;
  /* 棒線の長さ */
  height: 1px;
  height: 0.0625rem;
  /* 棒線の太さ */
  background-color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
  /* テキストとの間隔 */
}

.gp-s8__item-ttl span {
  color: #c3b025;
}

.gp-s8__item-txt {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 194%;
  /* 29.1px */
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  z-index: 1;
  position: relative;
}

.gp-s9 {
  position: relative;
  padding-top: 140px;
  padding-top: 7.65rem;
  padding-bottom: 109px;
  padding-bottom: 6.8125rem;
}

.gp-s9::before {
  content: "";
  background-image: url(../assets/img/s9-bg.png);
  aspect-ratio: 1680/235;
  background-size: contain;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  user-select: none;
}

.gp-s9__inner {
  width: 85%;
  max-width: 854px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}

.gp-s9__c1 {
  width: 89%;
  margin-inline: auto;
  margin-bottom: 78px;
  margin-bottom: 4.875rem;
}

.gp-s9__c1-img {
  width: 16.3%;
}

.gp-s9__c1-ttl {
  font-size: 43.571px;
  font-size: 2.7231875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  /* 66.664px */
  letter-spacing: 7.407px;
  letter-spacing: 0.4629375rem;
}

.gp-s9__c1-ttl span {
  font-size: 32.571px;
  font-size: 2.0356875rem;
  /* 49.834px */
  letter-spacing: 5.537px;
  letter-spacing: 0.3460625rem;
}

.gp-s9__img {
  width: 100%;
}

.gp-s10 {
  color: #fff;
  position: relative;
}

.gp-s10__inner {
  margin: 0 1.8%;
  background-image: url(../assets/img/s10-bg-1.jpg);
  background-size: 100% 100%;
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 89px;
  padding-bottom: 5.5625rem;
}

.gp-s10__inner::after {
  content: "";
  background-image: url(../assets/img/s10-bg-2.png);
  background-size: contain;
  aspect-ratio: 746/766;
  display: block;
  width: 43.6%;
  max-width: 629px;
  position: absolute;
  z-index: 0;
  top: 48%;
  right: 7%;
  transform: translate(-0%, -50%);
}

.gp-s10__c1 {
  width: 66%;
  max-width: 1024px;
  margin-inline: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  z-index: 1;
  position: relative;
}

.gp-s10__c1-img {
  width: 18.9%;
  margin-bottom: 17px;
  margin-bottom: 1.4625rem;
}

.gp-s10__c1-ttl {
  font-size: 43.571px;
  font-size: 2.7231875rem;
  font-weight: 900;
  line-height: 153%;
  /* 66.664px */
  letter-spacing: 7.407px;
  letter-spacing: 0.4629375rem;
}

.gp-s10__c1-ttl-img {
  width: 25.6%;
}

.gp-s10__c2 {
  width: 85%;
  max-width: 1015px;
  display: flex;
  margin-inline: auto;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 29px;
}

.gp-s10__c2-img {
  display: block;
  width: 42.2%;
}

.gp-s10__c2-doc {
  width: 52.2%;
}

.gp-s10__c2-doc-txt-1 {
  color: #05223f;
  background-color: #fff;
  width: 21.9%;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 17.223px;
  font-size: 1.07rem;
  letter-spacing: 0.13rem;
  border-radius: 1px;
}

.gp-s10__c2-doc-txt-2 {
  font-family: "Noto Serif JP";
  font-size: 41px;
  font-size: 2.5625rem;
  font-weight: 600;
  line-height: 153%;
  /* 62.73px */
  letter-spacing: 3.69px;
  letter-spacing: 0.230625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

.gp-s10__c2-doc-txt-2 span {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 153%;
  /* 30.6px */
  letter-spacing: 2.6px;
  letter-spacing: 0.1625rem;
}

.gp-s10__c2-doc-txt-3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 185%;
  /* 27.75px */
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  margin-bottom: 56px;
}

.gp-s10__c2-doc-ttl {
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 151%;
  /* 25.67px */
  letter-spacing: 3.23px;
  letter-spacing: 0.201875rem;
  margin-bottom: 4.91px;
  margin-bottom: 0.306875rem;
  position: relative;
  margin-left: 17.32px;
  margin-left: 1.0825rem;
}

.gp-s10__h3 {
  position: relative;
  z-index: 2;
}

.gp-s10__h3::before {
  content: "";
  background: url(../assets/img/s10-4.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 29.63px;
  width: 1.851875rem;
  height: 45.6px;
  height: 2.85rem;
  position: absolute;
  left: -18px;
  left: -1.125rem;
  top: -12px;
  top: -0.75rem;
  z-index: -1;
}

.gp-s10__c2-doc-list {
  position: relative;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-left: 28px;
  margin-left: 1.75rem;
}

.gp-s10__c2-doc-list::before {
  content: "";
  background: #fff;
  width: 0.7px;
  width: 0.04375rem;
  height: 93.9%;
  position: absolute;
  bottom: 0;
  left: 0.5px;
  left: 0.03125rem;
}

.gp-s10__c2-doc-item {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  /* 27.75px */
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  position: relative;
}

.gp-s10__c2-doc-item::before {
  content: "";
  background: #fff;
  width: 3.855px;
  width: 0.2409375rem;
  height: 3.855px;
  height: 0.2409375rem;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: -16px;
  left: -1rem;
  z-index: 2;
}

.gp-s10__c2-doc-item-year {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 185%;
  /* 24.05px */
  letter-spacing: 1.04px;
  letter-spacing: 0.065rem;
  display: block;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
}

.gp-s10__c3 {
  width: 90%;
  max-width: 1047.14px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 44.9px;
  margin-bottom: 2.80625rem;
}

.gp-s10__c3-ttl {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 151%;
  /* 25.67px */
  letter-spacing: 3.23px;
  letter-spacing: 0.201875rem;
  margin-bottom: 13.31px;
  margin-bottom: 0.831875rem;
}

.gp-s10__c3-list {
  display: flex;
  flex-flow: wrap;
  row-gap: 15px;
  row-gap: 0.9375rem;
  justify-content: space-between;
}

.gp-s10__c3-item {
  width: 48.9638222384%;
  background-color: #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
  border: 1.3px solid #fff;
  border: 0.08125rem solid #fff;
  display: flex;
}

.gp-s10__c3-item-left {
  padding: 13.41px 0 16.58px 25px;
  padding: 0.838125rem 0 1.03625rem 1.5625rem;
  width: 220px;
  width: 13.75rem;
  background: #001836;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
  border-radius: 10px 0 0 10px;
  border-radius: 0.625rem 0 0 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gp-s10__c3-item-ttl {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  /* 33.3px */
  letter-spacing: 1.62px;
  letter-spacing: 0.10125rem;
}

.gp-s10__c3-item-txt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 185%;
  /* 22.2px */
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
}

.gp-s10__c3-item-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 9.42px 29.98px 5.69px 0;
  padding: 0.58875rem 1.87375rem 0.355625rem 0;
  justify-content: center;
}

.gp-s10__c3-item-dl {
}
.gp-s10__c3-item-dl:first-child {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.gp-s10__c3-item-dt {
  color: #05223f;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
  /* 20.35px */
  letter-spacing: 1.21px;
  letter-spacing: 0.075625rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
}
.gp-s10__c3-item-dt::before {
  content: "";
  background: #001836;
  width: 9.746px;
  width: 0.609125rem;
  height: 9.746px;
  height: 0.609125rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.gp-s10__c3-item-dd {
  color: #05223f;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  /* 17.16px */
  letter-spacing: 0.52px;
  letter-spacing: 0.0325rem;
}

.gp-s10__c3-item-dd-gold {
  color: #ad9d22;
  line-height: 100%;
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  flex: 1;
  min-width: 0;
}
.gp-s10__c3-item-dd-gold em {
  color: #ad9d22;
  font-family: "Noto Sans JP";
  font-size: 15.194px;
  font-size: 0.949625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
  /* 28.108px */
  letter-spacing: 0.912px;
  letter-spacing: 0.057rem;
}

.gp-s10__c3-arrow {
  transform: translate(1px, -2px);
  display: inline-block;
  font-size: 9px;
  font-size: 0.5625rem;
}

.gp-s10__c3-item-dd-info {
  color: #ad9d22;
  font-family: "Noto Sans JP";
  font-size: 14.194px;
  font-size: 0.887125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
  /* 28.108px */
  letter-spacing: 0.912px;
  letter-spacing: 0.057rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

/* PC版ではボタンを非表示 */
.gp-s10__c3-more-btn {
  display: none;
}

.gp-s10__c4 {
  width: 90%;
  max-width: 1045.672px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gp-s10__c4-ttl {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 151%; /* 25.67px */
  letter-spacing: 3.23px;
  letter-spacing: 0.201875rem;
  margin-bottom: 10.45px;
  margin-bottom: 0.653125rem;
}

.gp-s10__c4-txt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.gp-s11 {
  padding-top: 75px;
  padding-top: 4.6875rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}

.gp-s11__inner {
  width: 85%;
  max-width: 1253px;
  margin-inline: auto;
}

.gp-s11__c1 {
  width: 94%;
  max-width: 840px;
  margin-inline: auto;
}

.gp-s11__c1-img {
  width: 22.8%;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.gp-s11__c1-ttl {
  font-size: 43.571px;
  font-size: 2.7231875rem;
  font-weight: 900;
  line-height: 1.9;
  /* 66.664px */
  letter-spacing: 7.407px;
  letter-spacing: 0.4629375rem;
}

.gp-s11__c1-ttl-img {
  width: 35.2%;
}

.gp-s11__img {
  margin-bottom: 50px;
  margin-bottom: 3.025rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  /* margin-bottom: 7rem; */
  display: block;
  max-width: 840px;
  margin: 0 auto;
}

.gp__btn-s11 {
  width: 40%;
  max-width: 413px;
  background-color: #fff;
  margin-bottom: 76.54px;
}

.gp-s11__c2 {
  border-radius: 3px;
  background: url(../assets/img/s11-img4.png) no-repeat;
  background-size: 100% 100%;
  padding: 81.29px 0 109.5px;
}

.gp-s11__c2-ttl-box {
  margin-bottom: 31.9px;
  margin-bottom: 1.99375rem;
}
.gp-s11__c2-ttl-box img {
  width: 116.92px;
  width: 7.3075rem;
  margin: 0 auto;
  margin-bottom: 2.05px;
  margin-bottom: 0.128125rem;
}
.gp-s11__c2-ttl {
  color: #05223f;
  font-family: "Noto Sans JP";
  font-size: 34.857px;
  font-size: 2.1785625rem;
  font-style: normal;
  font-weight: 900;
  line-height: 153%; /* 53.331px */
  letter-spacing: 5.926px;
  letter-spacing: 0.370375rem;
  text-align: center;
}

.gp-s11__c2-table-wrapper {
  width: 80%;
  max-width: 873.74px;
  margin: 0 auto;
  margin-bottom: 12.67px;
  margin-bottom: 0.791875rem;
}
.gp-s11__c2-table {
  /* セルの境界線を重ねる */
  width: 100%;
  /* 基本の文字色を白に */
}
.gp-s11__c2-thead {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16.2px;
  font-size: 1.0125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 131%; /* 21.222px */
  letter-spacing: 2.43px;
  letter-spacing: 0.151875rem;
  height: 77.83px;
  height: 4.864375rem;
}
.gp-s11__c2-tr {
  color: #001836;
  font-family: "Noto Sans JP";
  font-size: 14.2px;
  font-size: 0.8875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 131%; /* 18.602px */
  letter-spacing: 1.562px;
  letter-spacing: 0.097625rem;
  height: 47.03px;
  height: 2.939375rem;
}

.gp-s11__c2-th {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16.2px;
  font-size: 1.0125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 131%; /* 21.222px */
  letter-spacing: 2.43px;
  letter-spacing: 0.151875rem;
  background: #001836;
  width: 6%;
}
.gp-s11__c2-span-1 {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12.6px;
  font-size: 0.7875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 131%; /* 16.506px */
  letter-spacing: 1.89px;
  letter-spacing: 0.118125rem;
}
.gp-s11__c2-span-2 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 131%; /* 18.864px */
  letter-spacing: 2.16px;
  letter-spacing: 0.135rem;
}
.gp-s11__c2-tbody {
}
.gp-s11__c2-td {
  color: #001836;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16.2px;
  font-size: 1.0125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 131%; /* 21.222px */
  letter-spacing: 2.43px;
  letter-spacing: 0.151875rem;
  width: 216.408px;
  width: 13.5255rem;
  height: 62.206px;
  height: 3.887875rem;
}
.gp-s11__c2-td span {
  margin-left: -6px;
  margin-left: -0.375rem;
}
.gp-s11__c2-tr:first-of-type .gp-s11__c2-td {
  height: 73.835px;
  height: 4.6146875rem;
}

.gp-s11__c2-td--bold {
  font-weight: 700;
}
.gp-s11__c2-td--medium {
  font-weight: 500;
}

tbody tr:nth-child(2n) td {
  background-color: #fff; /* 薄い水色の背景 */
  color: #0c182c; /* 文字色を濃い色に */
}
tbody tr:nth-child(2n + 1) td {
  background-color: #fff; /* 白い背景 */
}
.gp-s11__c2-caption-row {
  padding-left: 68.4px;
  padding-left: 4.275rem;
}
.gp-s11__c2-note {
  color: #05223f;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 16.72px */
  letter-spacing: 0.66px;
  letter-spacing: 0.04125rem;
  max-width: 873.74px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20.5px;
  margin-bottom: 1.28125rem;
}

.gp-s11__c2-info {
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #fff;
  padding: 21.92px 7.480625rem 29.4px 67.55px;
  padding: 1.37rem 7.480625rem 1.8375rem 4.221875rem;
  width: 80%;
  margin: 0 auto;
  max-width: 873px;
}
.gp-s11__c2-info-ttl {
  color: #05223f;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  padding-bottom: 8.28px;
  padding-bottom: 0.5175rem;
  margin-bottom: 13.72px;
  margin-bottom: 0.8575rem;
  position: relative;
}
.gp-s11__c2-info-ttl::after {
  content: "";
  display: block;
  width: 3.8945625rem;
  height: 1px;
  background: #05223f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-s11__c2-info-txt {
  color: var(--05223-f, #05223f);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
}

.gp-s12 {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.gp-s12::before {
  content: "";
  background-image: url(../assets/img/s12-bg.png);
  aspect-ratio: 1680/289;
  background-size: contain;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
}

.gp-s12__inner {
  margin: 0 2%;
  background-color: #f5f5f5;
  padding-top: 166px;
  padding-top: 10.375rem;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
}

.gp-s12__c1-wrap {
  width: 87.4%;
  max-width: 782px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}

.gp-s12__c1 {
  margin-bottom: 2.5rem;
}

.gp-s12__c1-img {
  width: 15.7%;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.gp-s12__c1-ttl {
  font-size: 43.571px;
  font-size: 2.7231875rem;
  font-weight: 900;
  /* 66.664px */
  letter-spacing: 7.407px;
  letter-spacing: 0.4629375rem;
  line-height: 1.9;
}

.gp-s12__c1-ttl-img {
  width: 34.3%;
}

.gp-s12__qa {
}

.gp-s12__qa-content {
  background-color: #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
  margin-bottom: 17px;
  margin-bottom: 1.3625rem;
  padding: 30px 0;
  padding: 1.875rem 0;
  cursor: pointer;
}

.gp-s12__qa-inner {
  width: 85%;
  margin-inline: auto;
}

.gp-s12__qa-ques {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  /* margin-bottom: 15px;
  margin-bottom: 0.9375rem; */
  position: relative;
  padding-right: 30px;
  padding-right: 1.875rem;
  cursor: pointer;
}

.gp-s12__qa-ques::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 300;
  color: #05223f;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: block;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
}

.gp-s12__qa-ques[aria-expanded="true"]::after {
  content: "−";
}

.gp-s12__qa-ques::before {
  content: "";
  background-image: url(../assets/img/s12-img2.png);
  background-size: 100% 100%;
  display: block;
  width: 23px;
  width: 1.4375rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  top: 49%;
  left: -3.4%;
  transform: translate(-50%, -50%);
}

.gp-s12__qa-ans {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  display: none;
  /* 初期状態では非表示 */
  cursor: default;
  margin-top: 0.9375rem;
}

.gp-s12__qa-ans.is-open {
  display: block;
  /* 開いた状態で表示 */
}

.sh__qa-inner {
}

.gp-s13 {
  background-color: #00244f;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.gp-s13__inner {
  width: 87%;
  max-width: 1000px;
  margin-inline: auto;
}

.gp-s13__c1 {
  text-align: left;
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
}

.gp-s13__c2 {
  background-color: #fff;
  border-radius: 6px;
  border-radius: 0.375rem;
  /* padding: 40px;
  /* padding: 2.5rem; */
  padding-top: 82px;
  padding-top: 5.125rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.gp-s13__c2-inner {
  width: 81.1%;
  margin-inline: auto;
}

.gp-s13__c1-img {
  width: 18.8%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.gp-s13__c1-txt-1 {
  color: #ad9d22;
  font-size: 28.571px;
  font-size: 1.7856875rem;
  font-weight: 900;
  line-height: 153%;
  /* 43.714px */
  letter-spacing: 4.857px;
  letter-spacing: 0.3035625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.gp-s13__c1-ttl {
  color: #fff;
  font-size: 55.328px;
  font-size: 3.458rem;
  font-weight: 900;
  line-height: 132%;
  /* 73.033px */
  letter-spacing: 9.406px;
  letter-spacing: 0.587875rem;
}

/* お問い合わせフォーム */
.gp-contact {
}

.gp-contact__form {
  width: 100%;
}

.gp-contact__error-list {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.gp-contact__error-message {
  color: #d32f2f;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
  background-color: #ffebee;
  border-left: 4px solid #d32f2f;
  border-left: 0.25rem solid #d32f2f;
  border-radius: 4px;
  border-radius: 0.25rem;
}

.gp-contact__field-group {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}

.gp-contact__field-group--checkbox {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.gp-contact__legend {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
  width: 25%;
  flex-direction: column;
}
.gp-contact__legend-row {
  flex-direction: row;
}

.gp-contact__legend-text {
  color: #05223f;
}

.gp-contact__label-tag {
  display: inline-block;
  padding: 0px 8px 1px;
  padding: 0rem 0.5rem 0.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 3px;
  border-radius: 0.1875rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.gp-contact__label-tag--required {
  background-color: #d32f2f;
  color: #fff;
}

.gp-contact__label-tag--optional {
  background-color: #335db9;
  color: #fff;
}

.gp-contact__legend-note {
}

.gp-contact__checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 64%;
}

.gp-contact__checkbox-item {
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}

.gp-contact__checkbox-input {
  position: absolute;
  left: 0;
  top: 4px;
  top: 0.25rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  cursor: pointer;
  appearance: none;
  border: 1px solid #7f7f7f;
  border: 0.0625rem solid #7f7f7f;
  border-radius: 50%;
  background-color: #fff;
}

.gp-contact__checkbox-input:checked {
  background-color: #fff;
  border-color: #05223f;
}

.gp-contact__checkbox-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #05223f;
  border-radius: 50%;
}

.gp-contact__checkbox-input--privacy {
  border-radius: 2px;
}

.gp-contact__checkbox-input--privacy:checked {
  background-color: #05223f;
  border-color: #05223f;
}

.gp-contact__checkbox-input--privacy:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  width: 0.3125rem;
  height: 10px;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}

.gp-contact__checkbox-label {
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  line-height: 1.6;
}

.gp-contact__checkbox-info {
  margin-top: 8px;
  margin-top: 0.5rem;
  /* margin-left: 30px;
  /* margin-left: 1.875rem; */
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  background-color: #f7f7f7;
  padding: 18px 23px;
  padding: 1.125rem 1.4375rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
}

.gp-contact__checkbox-info-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
  margin: 0 0 7px 7px;
  margin: 0 0 0.4375rem 0.4375rem;
}

.gp-contact__checkbox-info p {
}

.gp-contact__field-group--datetime {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  display: flex;
}

.gp-contact__field-group--datetime.is-hidden {
  display: none !important;
}

.gp-contact__label {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #05223f;
  width: 56.3%;
}

.gp-contact__label-text {
  display: inline-block;
}

.gp-contact__label-note {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.gp-contact__select-box {
  width: 106%;
}

.gp-contact__datetime-inner {
  display: flex;
  justify-content: space-between;
}

.gp-contact__datetime-inputs {
  width: 106%;
}

.gp-contact__datetime-wrapper {
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.gp-contact__datetime-input {
  flex: 1;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 4px;
  border-radius: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #05223f;
  background-color: #fff;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}

.gp-contact__datetime-input:focus {
  outline: none;
  border-color: #05223f;
}

.gp-contact__select-wrapper {
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.gp-contact__select {
  flex: 1;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 4px;
  border-radius: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #05223f;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2305223f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-position: right 0.9375rem center;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.gp-contact__select:focus {
  outline: none;
  border-color: #05223f;
}

.gp-contact__select option {
  padding: 10px;
  padding: 0.625rem;
}

.gp-contact__textarea {
  width: 100%;
  padding: 20px 56px 16px 28px;
  padding: 1.25rem 3.5rem 1rem 1.75rem;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border-radius: 4px;
  border-radius: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #272b30;
  font-family: "Noto Sans JP", sans-serif;
  resize: vertical;
  min-height: 148px;
  line-height: 1.6;
  background-color: #f7f7f7;
}

.gp-contact__textarea:focus {
  outline: none;
  border-color: #05223f;
}

.gp-contact__textarea::placeholder {
  color: #d9d9d9;
}

.gp-contact__input {
  width: 100%;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border-radius: 4px;
  border-radius: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #272b30;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f7f7f7;
}

.gp-contact__input:focus {
  outline: none;
  border-color: #05223f;
}

.gp-contact__input::placeholder {
  color: #d9d9d9;
}

.gp-contact__field-group--privacy {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  /* padding: 20px;
  /* padding: 1.25rem; */
  border-radius: 4px;
  border-radius: 0.25rem;
  border-bottom: none;
}

.gp-contact__privacy-inner {
  width: 64.8%;
}

.gp-contact__privacy-box {
  max-height: 143px;
  overflow-y: auto;
  padding: 13px;
  padding: 0.8125rem;
  background-color: #fff;
  border-radius: 4px;
  border-radius: 0.25rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #333;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
}

.gp-contact__privacy-box p {
  margin: 0;
  /* white-space: pre-line; */
}

.gp-contact__privacy-agree {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}

.gp-contact__privacy-note {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
  margin-left: 0;
}

.gp-contact__submit {
  margin-top: 0px;
  margin-top: 0rem;
  text-align: center;
}

.gp-contact__submit-button {
  background-color: #ba3c38;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 15px 40px;
  padding: 0.9375rem 2.5rem;
  border: none;
  border-radius: 50px;
  border-radius: 3.125rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
  transition: background-color 0.3s;
}

.gp-contact__submit-button:hover {
  background-color: #b71c1c;
}

.gp-contact__submit-arrow {
  font-size: 20px;
  font-size: 1.25rem;
}

.gp-footer {
}

.gp-contact__copyright {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 180%;
  /* 18px */
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  text-align: center;
  margin-top: 105px;
  margin-top: 5.3625rem;
}

.gp-thanks {
  color: #05223f;
  font-family: "Noto Sans JP";
}

.gp-thanks__inner {
  text-align: center;
  /* margin-top: 72px;/* margin-top: 4.5rem; */
  position: relative;
}

.gp-thanks__logo {
  width: 17%;
  padding: 20px 0 7px;
  padding: 1.25rem 0 0.4375rem;
  display: block;
  margin-left: 146px;
  margin-left: 6.125rem;
}

.gp-thanks__message-inner {
  /* margin-top: 12px;
  /* margin-top: 0.75rem; */
  position: absolute;
  width: 100%;
  top: 50.9%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gp-thanks__ttl {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 35px;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.5px;
  letter-spacing: 0.21875rem;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}

.thanks-message {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 153%;
  /* 33.66px */
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
}

.thanks-message__text {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.thanks-message__link {
}
.gp-fix__btn {
  position: fixed;
  right: 12.6px;
  bottom: 2%;
  width: 16.95875rem;
  z-index: 99;
  opacity: 0;
  cursor: none;
  pointer-events: none;
  transition: 0.3s;
}

.gp-fix__btn.is-active {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .gp {
  }

  .gp-main {
  }

  .gp-fv {
  }

  .gp-fv__inner {
  }

  .gp-fv__c1 {
    width: 96%;
  }

  .gp-fv__c1 img {
  }

  .gp-fv__ttl {
  }

  .gp-fv__ttl img {
  }

  .gp__btn {
  }

  .gp__btn-fv {
    width: 87.1%;
    position: static;
    transform: none;
    margin-top: -70px;
    margin-top: -4.375rem;
  }

  .gp__btn-img {
  }

  .gp-s1 {
    padding-top: 66px;
    padding-top: 4.125rem;
    padding-bottom: 29px;
    padding-bottom: 1.8125rem;
  }

  .gp-s1::before {
    top: 51.6%;
    width: 164%;
    background-position: left center;
    transform: translate(-34%, -50%);
  }

  .gp-s1__inner {
    width: 87.7%;
  }

  .gp-s1__c1 {
    display: block;
    /* overflow: visible; */
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
  }

  .gp-s1__c1-doc {
  }

  .gp-s1__c1-txt-1 {
    font-size: 14.36px;
    font-size: 0.8975rem;
    letter-spacing: 2.01px;
    letter-spacing: 0.125625rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }

  .gp-s1__c1-txt-1::before,
  .gp-s5__c1-txt::before,
  .gp-s7__c1-txt::before {
    width: 17px;
    width: 1.0625rem;
    height: 18px;
    height: 1.125rem;
  }

  .gp-s1__c1-ttl {
    font-size: 28.963px;
    font-size: 1.8101875rem;
    /* 44.313px */
    letter-spacing: 3.476px;
    letter-spacing: 0.21725rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }

  .gp-s1__c1-txt-2 {
    width: 35.7%;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
  }

  .gp-s1__c1-list {
  }

  .gp-s1__c1-item {
    font-size: 14.662px;
    font-size: 0.916375rem;
    /* 21.26px */
    letter-spacing: 1.32px;
    letter-spacing: 0.0825rem;
    margin-bottom: 0.55rem;
  }

  .gp-s1__c1-item::before {
    width: 13px;
    width: 0.8125rem;
    height: 13px;
    height: 0.8125rem;
  }

  .gp-s1__c1-img {
    width: 103.2%;
    display: block;
    max-width: none;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-left: 0;
  }

  .gp-s1__c2 {
    display: block;
  }

  .gp-s1__c2-img {
    width: 102.9%;
    max-width: none;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }

  .gp-s1__c2-doc {
    width: 100%;
  }

  .gp-s1__c2-ttl {
    font-size: 20.104px;
    font-size: 1.2565rem;
    /* 30.759px */
    letter-spacing: 2.412px;
    letter-spacing: 0.15075rem;
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
  }

  .gp-s1__c2-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
    /* 26.55px */
    letter-spacing: 0.65px;
    letter-spacing: 0.040625rem;
  }

  .gp-s2 {
  }

  .gp-s2__inner {
    margin: 0 4%;
    padding-top: 46px;
    padding-top: 2.875rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    background-image: url(../assets/img/s2-bg-sp.jpg);
  }

  .gp-s2__c1 {
    width: 85%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }

  .gp-s2__c1-doc {
    padding-top: 0;
  }

  .gp-s2__c1-txt-1 {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1.35px;
    letter-spacing: 0.084375rem;
    display: flex;
    align-items: center;
  }

  .gp-s2__c1-txt-1::after {
    width: 1.4375rem;
  }

  .gp-s2__c1-ttl {
    font-size: 25.589px;
    font-size: 1.5993125rem;
    /* 39.92px */
    letter-spacing: 3.838px;
    letter-spacing: 0.239875rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }

  .gp-s2__c1-ttl span {
  }

  .gp-s2__c1-list-img {
    top: 68.8%;
    left: 16%;
    width: 14.7%;
  }

  .gp-s2__c1-list {
    width: 95%;
    margin-inline: auto;
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
    /* display: flex; */
    /* flex-direction: column; */
  }

  .gp-s2__c1-item {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 130%;
    /* 20.8px */
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    align-items: flex-start;
  }

  .gp-s2__c1-item--1 {
  }

  .gp-s2__c1-item--2 {
  }

  .gp-s2__c1-item--3 {
  }

  .gp-s2__c1-img {
    width: 90.6%;
    margin-inline: auto;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    margin-top: 0;
  }

  .gp-s2__txt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 154%;
    /* 20.02px */
    letter-spacing: 0.65px;
    letter-spacing: 0.040625rem;
    width: 76%;
    margin-inline: auto;
    text-align: left;
  }

  .gp__btn-s2 {
    width: 91.1%;
  }

  .gp-s3 {
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
  }

  .gp-s3__inner {
    background-image: url(../assets/img/s3-gb-sp.png);
    width: 100%;
  }

  .gp-s3__c1 {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }

  .gp-s3__c1-img-1 {
    width: 28.8%;
    top: 9.4%;
    right: -13%;
  }

  .gp-s3__c1-img-2 {
    width: 33.5%;
    margin-bottom: 15px;
    margin-bottom: 0.7375rem;
  }

  .gp-s3__c1-txt-1 {
    font-size: 19.707px;
    font-size: 1.2316875rem;
    /* 29.167px */
    letter-spacing: 2.365px;
    letter-spacing: 0.1478125rem;
  }

  .gp-s3__c1-ttl {
    font-size: 34.04px;
    font-size: 2.1275rem;
    letter-spacing: 4.085px;
    letter-spacing: 0.2553125rem;
    margin-bottom: 1.8125rem;
  }

  .gp-s3__c1-doc {
    width: 77.2%;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
  }

  .gp-s3__c1-doc-item {
    display: block;
    margin-bottom: 0.7em;
  }

  .gp-s3__c1-doc-item dt {
    font-size: 16.324px;
    font-size: 1.02025rem;
    /* 24.812px */
  }

  .gp-s3__c1-doc-item dd {
    text-align: left;
    padding-left: 1.4em;
  }

  .gp-s3__c1-btn {
    width: 62.5%;
  }

  .gp-s4 {
    padding-top: 66px;
    padding-top: 4.125rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .gp-s4::before {
    width: 59.5%;
  }

  .gp-s4__inner {
  }

  .gp-s4__c1 {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }

  .gp-s4__c1-img {
    width: 29.2%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }

  .gp-s4__c1-ttl {
    font-size: 25.571px;
    font-size: 1.5981875rem;
    font-weight: 900;
    line-height: 152%;
    /* 38.868px */
    letter-spacing: 4.347px;
    letter-spacing: 0.2716875rem;
  }

  .gp-s4__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 21px;
    row-gap: 1.3125rem;
    column-gap: 1.0125rem;
  }

  .gp-s4__item {
  }

  .gp-s4__item-img {
  }

  .gp-s4__item-txt-1 {
    font-size: 9.92px;
    font-size: 0.62rem;
    letter-spacing: 0.992px;
    letter-spacing: 0.062rem;
  }

  .gp-s4__item-txt-2 {
    font-size: 18.844px;
    font-size: 1.17775rem;
    letter-spacing: 3.392px;
    letter-spacing: 0.212rem;
  }

  .gp-s5 {
  }

  .gp-s5__inner {
    width: 100%;
  }

  .gp-s5__c1 {
    text-align: left;
    width: 88%;
    margin-inline: auto;
    margin-bottom: 3.2125rem;
  }

  .gp-s5__c1-txt {
    font-size: 18.522px;
    font-size: 1.157625rem;
    letter-spacing: 2.593px;
    letter-spacing: 0.1620625rem;
    justify-content: flex-start;
  }

  .gp-s5__c1-ttl {
    font-size: 32.55px;
    font-size: 2.034375rem;
    /* 49.801px */
    letter-spacing: 4.882px;
    letter-spacing: 0.305125rem;
  }

  .gp-s5__c2 {
    margin-bottom: 0.9375rem;
  }

  .gp-s5__c2--1 {
    background-image: url(../assets/img/s5-bg-sp-1.png);
    /* background-size: cover; */
    margin-bottom: 18px;
    margin-bottom: 3.125rem;
  }

  .gp-s5__c2--1::before,
  .gp-s5__c2--2::before {
    display: none;
  }

  .gp-s5__c2-img {
    width: 35.7%;
    top: 2%;
    right: -19%;
    left: auto;
  }

  .gp-s5__c2-doc {
    margin: 0;
    margin-inline: auto;
    width: 87%;
    padding-bottom: 343px;
    padding-bottom: 21.4375rem;
  }

  .gp-s5__c2-txt-1 {
    font-size: 14.857px;
    font-size: 0.9285625rem;
    letter-spacing: 2.229px;
    letter-spacing: 0.1393125rem;
    display: flex;
    align-items: center;
  }

  .gp-s5__c2-ttl {
    font-size: 28.552px;
    font-size: 1.7845rem;
    /* 40.544px */
    letter-spacing: 3.997px;
    letter-spacing: 0.2498125rem;
  }

  .gp-s5__c2-doc-content {
  }

  .gp-s5__c2-doc-content-item {
    padding: 30px 32px;
    padding: 2.275rem 1.9rem;
  }

  .gp-s5__c2-doc-1 {
    display: block;
    margin-bottom: 1.7625rem;
  }

  .gp-s5__c2-doc-1-content {
    width: 100%;
  }

  .gp-s5__c2-doc-1-ttl {
    /* 30.729px */
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }

  .gp-s5__c2-doc-1-txt {
  }

  .gp-s5__c2-doc-1-img {
    width: 66.5%;
    margin-inline: auto;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }

  .gp-s5__c2-doc-2 {
    border-radius: 10px;
    border-radius: 0.625rem;
    padding: 24px 28px 24px 25px;
    padding: 1.5rem 1.35rem 1.5rem 1.1625rem;
  }

  .gp-s5__c2-doc-2-ttl {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .gp-s5__c2-doc-2-list {
  }

  .gp-s5__c2-doc-2-list li {
    font-weight: 600;
    border-radius: 3px;
    border-radius: 0.1875rem;
    /* padding: 0 5px;
    /* padding: 0 0.3125rem; */
    padding: 0 0.4rem;
    line-height: 1.6;
  }

  .gp-s5__c2-doc-2-list-2 {
    margin: 0;
    padding: 0;
  }

  .gp-s5__c2-doc-2-list-2 li {
    padding-left: 1.2em;
    /* 「・」＋文字の分のスペース */
    text-indent: -1.1em;
  }

  .gp-s5__c2--2 {
    background-image: url(../assets/img/s5-bg-sp-2.png);
  }

  .gp-s5__c2-img--2 {
  }

  .gp-s5__c2-doc--2 {
  }

  .gp-s5__c2--3 {
    background-image: url(../assets/img/s5-bg-sp-3.png);
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
  }

  .gp__btn-s5 {
    width: 87.1%;
  }

  .gp-s6 {
  }

  .gp-s6__inner {
    padding-top: 60px;
    padding-top: 3.25rem;
    margin: 0;
  }

  .gp-s6__inner::before {
    width: 147%;
    transform: translateX(-46%);
  }

  .gp-s6__c1 {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
  }

  .gp-s6__c1-img {
    width: 40.3%;
  }

  .gp-s6__c1-ttl {
    font-size: 30.643px;
    font-size: 1.9151875rem;
    line-height: 140%;
    /* 42.9px */
    letter-spacing: 3.371px;
    letter-spacing: 0.2106875rem;
  }

  .gp-s6__c1-ttl-img {
    width: 55.2%;
    margin-right: 5px;
    margin-right: 0.3125rem;
  }

  .gp-s6__c1-ttl-span-1 {
    font-size: 17.984px;
    font-size: 1.124rem;
  }

  .gp-s6__c1-ttl-span-2 {
  }

  .gp-s6__c2-content {
    width: 90.1%;
  }

  .gp-s6__c2 {
    display: block;
    width: 93.1%;
    margin-bottom: 38px;
    margin-bottom: 2.375rem;
  }

  .gp-s6__c2--1 {
  }

  .gp-s6__c2-doc {
    width: 99.6%;
  }

  .gp-s6__c2-doc-img {
    width: 41.2%;
  }

  .gp-s6__c2-doc-content {
    margin-left: 0;
  }

  .gp-s6__c2-doc-ttl {
    color: var(--05223-f, #05223f);
    font-size: 24px;
    font-size: 1.5rem;
    /* 36.24px */
    letter-spacing: 3.12px;
    letter-spacing: 0.195rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }

  .gp-s6__c2-doc-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    /* 26.4px */
  }

  .gp-s6__c2-img {
    width: 100%;
    object-fit: cover;
    object-position: left center;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }

  .gp-s6__c2--2 {
    margin-left: auto;
    margin-right: 0;
  }

  .gp-s6__c2--3 {
  }

  .gp-s7 {
    padding-top: 50px;
    padding-top: 3.025rem;
    padding-bottom: 3.725rem;
  }

  .gp-s7__inner {
  }

  .gp-s7__inner::before {
    width: 161.5%;
    top: 57%;
  }

  .gp-s7__c1 {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }

  .gp-s7__c1-txt {
    font-size: 18.522px;
    font-size: 1.157625rem;
    letter-spacing: 2.593px;
    letter-spacing: 0.1620625rem;
  }

  .gp-s7__c1-ttl {
    font-size: 34.774px;
    font-size: 2.173375rem;
    /* 48.683px */
    letter-spacing: 3.825px;
    letter-spacing: 0.2390625rem;
    line-height: 1.3;
  }

  .gp-s7__c1-ttl-span-1 {
    font-size: 22.112px;
    font-size: 1.382rem;
    letter-spacing: 5px;
    letter-spacing: 0.3125rem;
  }

  .gp-s7__c1-ttl-span-2 {
  }

  .gp-s7__slider {
    margin-bottom: 52px;
    margin-bottom: 4.25rem;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: initial !important;
  }

  .gp-s7__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 0;
    justify-content: initial;
  }

  .gp-s7__item {
    width: 100%;
    flex-shrink: 0;
    padding: 15px 0;
    padding: 0.9375rem 0;
  }

  .gp-s7__item.swiper-slide {
    min-height: 391px;
    min-height: 24.4rem;
  }

  .gp-s7__item-img-1 {
  }

  .gp-s7__item-img-2 {
  }

  .gp-s7__item-ttl {
    color: var(--05223-f, #05223f);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 19.95px;
    font-size: 1.246875rem;
    font-style: normal;
    font-weight: 900;
    line-height: 149%;
    /* 29.725px */
    letter-spacing: 1.995px;
    letter-spacing: 0.1246875rem;
  }

  .gp-s7__item-ttl span {
  }

  .gp-s7__item-txt {
    width: 81%;
  }

  .gp-s7__pagination {
    position: relative;
    margin-top: 30px;
    margin-top: 1.875rem;
    display: block !important;
    height: 6px !important;
    height: 0.375rem !important;
    background-color: rgba(97, 160, 191, 0.2);
    border-radius: 2px;
    border-radius: 0.125rem;
    width: 80% !important;
    margin: auto;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -7% !important;
  }

  .gp-s7__pagination .swiper-scrollbar-drag {
    background: #9ba8b7;
    border-radius: 8px;
    border-radius: 0.5rem;
    height: 100%;
  }

  .gp__btn-s7 {
    width: 100%;
  }

  .gp-s8 {
    padding-top: 66px;
    padding-top: 4.125rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }

  .gp-s8::before {
    width: 49.5%;
  }

  .gp-s8__inner {
  }

  .gp-s8__c1 {
    margin-bottom: 63px;
    margin-bottom: 3.9375rem;
  }

  .gp-s8__c1-img {
    width: 29.2%;
  }

  .gp-s8__c1-ttl {
    font-size: 37.335px;
    font-size: 2.3334375rem;
    /* 57.122px */
    letter-spacing: 6.347px;
    letter-spacing: 0.3966875rem;
  }

  .gp-s8__c1-ttl img {
    width: 63.3%;
  }

  .gp-s8__c1-ttl-span-2 {
    font-size: 21.911px;
    font-size: 1.3694375rem;
    letter-spacing: 5.2px;
    letter-spacing: 0.325rem;
  }

  .gp-s8__list {
  }

  .gp-s8__item {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
  }

  .gp-s8__item img {
    width: 23%;
    top: 2%;
    left: 3%;
    z-index: 0;
  }

  .gp-s8__item-ttl {
    font-size: 22px;
    font-size: 1.375rem;
    /* 35.2px */
    letter-spacing: 4.4px;
    letter-spacing: 0.275rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    z-index: 1;
    position: relative;
  }

  .gp-s8__item-ttl span {
  }

  .gp-s8__item-txt {
    line-height: 179%;
    /* 26.85px */
    letter-spacing: 0.9px;
    letter-spacing: 0.05625rem;
    z-index: 1;
    position: relative;
  }

  .gp-s9 {
    padding-top: 4.75rem;
    padding-bottom: 3.1125rem;
  }

  .gp-s9::before {
    width: 152%;
    transform: translateX(-34%);
    /* top: -1%; */
  }

  .gp-s9__inner {
    width: 100%;
  }

  .gp-s9__c1 {
    margin-bottom: 1.475rem;
  }

  .gp-s9__c1-img {
    width: 30%;
  }

  .gp-s9__c1-ttl {
    font-size: 36.504px;
    font-size: 2.2815rem;
    line-height: 153%;
    /* 55.851px */
    letter-spacing: 5.476px;
    letter-spacing: 0.34225rem;
  }

  .gp-s9__c1-ttl span {
    font-size: 27.288px;
    font-size: 1.7055rem;
  }

  .js-scrollable {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }

  .gp-s9__img {
    width: auto;
    max-width: none;
    height: auto;
    display: block;
    width: 600px;
    width: 37.5rem;
  }

  .gp-s10 {
    overflow: hidden;
  }

  .gp-s10__inner {
    background-image: url(../assets/img/s10-bg-sp.png);
    margin: 0;
    padding-top: 46px;
    padding-top: 2.875rem;
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
    position: relative;
  }

  .gp-s10__inner::after {
    top: auto;
    background-image: url(../assets/img/s10-bg-2-sp.png);
    background-repeat: no-repeat;
    right: 0;
    aspect-ratio: 333 / 456;
    top: 45%;
    width: 80.5%;
    transform: translate(-0%, -0%);
  }

  .gp-s10__c1 {
    width: 78.8%;
    margin-bottom: 23px;
    margin-bottom: 1.4375rem;
  }

  .gp-s10__c1-img {
    width: 48%;
  }

  .gp-s10__c1-ttl {
    font-size: 33.88px;
    font-size: 2.1175rem;
    /* 51.836px */
    letter-spacing: 5.76px;
    letter-spacing: 0.36rem;
    line-height: 1.7;
  }

  .gp-s10__c1-ttl-img {
    width: 63.5%;
  }

  .gp-s10__c2 {
    width: 78.8%;
    display: block;
    margin-bottom: 39px;
  }

  .gp-s10__c2-img {
    width: 88.7%;
    margin-inline: auto;
    margin-bottom: 25px;
    margin-bottom: 1.6625rem;
  }

  .gp-s10__c2-doc {
    width: 100%;
  }

  .gp-s10__c2-doc-txt-1 {
    font-size: 17.223px;
    font-size: 1.0764375rem;
    /* 26.35px */
    letter-spacing: 1.894px;
    letter-spacing: 0.118375rem;
    width: 33.5%;
    border-radius: 1px;
    border-radius: 0.0625rem;
  }

  .gp-s10__c2-doc-txt-2 {
    font-size: 30px;
    font-size: 1.875rem;
    /* 45.9px */
    letter-spacing: 2.7px;
    letter-spacing: 0.16875rem;
  }

  .gp-s10__c2-doc-txt-2 span {
    font-size: 16px;
    font-size: 1rem;
    /* 24.48px */
    letter-spacing: 2.08px;
    letter-spacing: 0.13rem;
    margin-left: 10px;
    margin-left: 0.625rem;
  }

  .gp-s10__c2-doc-txt-3 {
    margin-bottom: 27px;
  }

  .gp-s10__c2-doc-ttl {
    margin-left: 0.0825rem;
  }

  .gp-s10__c2-doc-list {
    margin-left: 0.05rem;
  }

  .gp-s10__c2-doc-item {
  }

  .gp-s10__c2-doc-item::before {
    top: 1rem;
  }
  .gp-s10__c2-doc-item-year {
  }
  .gp-s10__h3::before {
  }
  .gp-s10__c3 {
    width: 79.1594202899%;
    margin-bottom: 25.13px;
    margin-bottom: 1.570625rem;
  }

  .gp-s10__c3-ttl {
  }

  .gp-s10__c3-list {
    flex-direction: column;
    gap: 12px;
    gap: 0.75rem;
  }

  .gp-s10__c3-item {
    width: 100%;
    flex-direction: column;
  }

  .gp-s10__c3-item-left {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
    border-radius: 10px 10px 0 0;
    border-radius: 0.625rem 0.625rem 0 0;
  }

  .gp-s10__c3-item-ttl {
    font-size: 17px;
    font-size: 1.0625rem;

    /* 31.45px */
    letter-spacing: 1.53px;
    letter-spacing: 0.095625rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
  }
  .gp-s10__c3-item-txt-wrapper {
    display: flex;
    gap: 8px;
    gap: 0.5rem;
  }

  .gp-s10__c3-item-txt {
    font-size: 11px;
    font-size: 0.6875rem;
    /* 20.35px */
    letter-spacing: 0.66px;
    letter-spacing: 0.04125rem;
  }

  .gp-s10__c3-item-right {
    width: 100%;
    padding: 7px 12px 10px 25px;
    padding: 0.4375rem 0.75rem 0.625rem 1.5625rem;
  }

  .gp-s10__c3-item-dl {
    display: flex;
  }

  .gp-s10__c3-item-dt {
    width: 69px;
    width: 4.3125rem;
  }
  .gp-s10__c3-item-dt::before {
    top: 6px;
    top: 0.375rem;
    transform: translateY(0);
  }
  .gp-s10__c3-item-dd {
    flex: 1;
    min-width: 0;
  }
  .gp-s10__c3-item-dd-gold {
  }
  .gp-s10__c3-item-dd-gold em {
    font-size: 12.704px;
    font-size: 0.794rem;
    /* 23.502px */
    letter-spacing: 0.762px;
    letter-spacing: 0.047625rem;
  }
  .gp-s10__c3-arrow {
    font-size: 6.4px;
    font-size: 0.4rem;
  }
  .gp-s10__c3-item-dd-info {
    display: block;
    margin-left: 0;
    font-size: 12.594px;
    font-size: 0.787125rem;
    line-height: 125%;
  }

  /* スマホ版で5番目以降の項目を非表示 */
  .gp-s10__c3-item--hidden {
    display: none;
  }

  /* すべて表示された状態 */
  .gp-s10__c3.is-expanded .gp-s10__c3-item--hidden {
    display: flex;
  }

  /* ボタンのスタイル */
  .gp-s10__c3-more-btn {
    width: 182px;
    width: 11.375rem;
    height: 43px;
    height: 2.6875rem;
    display: flex !important;
    margin: 21.85px auto 0;
    margin: 1.365625rem auto 0;
    background-color: #fff;
    color: #00244f;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 185%; /* 29.6px */
    letter-spacing: 0.96px;
    letter-spacing: 0.06rem;
    border-radius: 140px;
    border-radius: 8.75rem;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 12.4px;
    padding-right: 0.775rem;
  }

  .gp-s10__c3-more-btn::after {
    content: "+";
    position: absolute;
    right: 15px;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-60%);
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    cursor: pointer;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .gp-s10__c3-more-btn[aria-expanded="true"]::after {
    content: "−";
  }

  .gp-s10__c3-more-btn:hover {
    background-color: #001836;
    color: #fff;
  }

  .gp-s10__c3-more-btn:hover::after {
    color: #fff;
  }

  .gp-s10__c4 {
    width: 79%;
  }

  .gp-s10__c4-ttl {
  }

  .gp-s10__c4-txt {
    font-size: 15px;
    /* 27.75px */
    letter-spacing: 0.9px;
  }

  .gp-s11 {
    padding-top: 55px;
    padding-top: 3.4375rem;
  }

  .gp-s11__inner {
    width: 100%;
  }

  .gp-s11__c1 {
    width: 95%;
  }

  .gp-s11__c1-img {
    width: 37%;
  }

  .gp-s11__c1-ttl {
    font-size: 37.235px;
    font-size: 2.3271875rem;
    /* 56.97px */
    letter-spacing: 6.33px;
    letter-spacing: 0.395625rem;
  }

  .gp-s11__c1-ttl-img {
    width: 61.4%;
  }

  .gp-s11__img {
    display: block;
    margin-top: -20px;
    margin-top: -1.25rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    width: 95%;
  }

  .gp-s11__img img {
  }

  .gp__btn-s11 {
    width: 87.7%;
    background-color: #fff;
  }
  .gp-s11__c2 {
    padding: 53.71px 0 61.59px;
    padding: 3.356875rem 0 3.849375rem;
    background: url(../assets/img/s11-img4-sp.png) no-repeat;
    background-size: 100% 100%;
  }
  .gp-s11__c2-ttl-box {
    margin-bottom: 24.49px;
    margin-bottom: 1.530625rem;
  }
  .gp-s11__c2-ttl-box img {
    width: 89.34px;
    width: 5.58375rem;
    margin-bottom: 1.83px;
    margin-bottom: 0.114375rem;
  }
  .gp-s11__c2-ttl {
    font-size: 21.707px;
    font-size: 1.3566875rem;
    font-style: normal;
    font-weight: 900;
    line-height: 148%; /* 32.127px */
    letter-spacing: 2.605px;
    letter-spacing: 0.1628125rem;
  }
  .gp-s11__c2-table-wrapper {
    overflow-x: auto;
    width: 100%;
    max-width: max-content;
    margin-left: 25px;
    margin-left: 1.5625rem;
  }
  .gp-s11__c2-table {
    width: 38.338125rem;
    margin-right: 45.88px;
    margin-right: 2.8675rem;
  }
  .gp-s11__c2-thead {
  }
  .gp-s11__c2-tr {
  }
  .gp-s11__c2-tr:first-of-type .gp-s11__c2-td {
    height: 70.051px;
    height: 4.3781875rem;
  }
  .gp-s11__c2-th {
    font-size: 14.58px;
    font-size: 0.91125rem;
    /* 19.1px */
    letter-spacing: 2.187px;
    letter-spacing: 0.1366875rem;
    width: 151px;
    width: 9.4375rem;
  }
  .gp-s11__c2-span-1 {
    font-size: 11.34px;
    font-size: 0.70875rem;
    /* 14.855px */
    letter-spacing: 1.701px;
    letter-spacing: 0.1063125rem;
  }
  .gp-s11__c2-span-2 {
  }
  .gp-s11__c2-tbody {
  }
  .gp-s11__c2-td {
    font-size: 14.58px;
    font-size: 0.91125rem;
    font-style: normal;
    line-height: 131%; /* 19.1px */
    letter-spacing: 2.187px;
    letter-spacing: 0.1366875rem;
    height: 55.985px;
    height: 3.4990625rem;
    width: 151.931px;
    width: 9.4956875rem;
  }

  .gp-s11__c2-td--bold {
  }
  .gp-s11__c2-td--medium {
  }
  .gp-s11__c2-caption-row {
    font-size: 12.78px;
    font-size: 0.79875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 131%; /* 16.742px */
    letter-spacing: 1.406px;
    letter-spacing: 0.087875rem;
    padding-left: 42.5px;
    padding-left: 2.65625rem;
  }
  .gp-s11__c2-note {
    width: 84%;
  }
  .gp-s11__c2-info {
    padding: 1.37rem 1.480625rem 1.0375rem 1.421875rem;
    width: 90%;
  }
  .gp-s11__c2-info-ttl {
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
    padding-bottom: 0.3rem;
  }
  .gp-s11__c2-info-txt {
    font-size: 0.8375rem;
    letter-spacing: 0.02rem;
  }
  .gp-s12 {
    margin-bottom: auto;
  }

  .gp-s12::before {
    background-image: url(../assets/img/s6-bg.png);
    background-repeat: no-repeat;
    width: 147%;
    transform: translateX(-41%);
  }

  .gp-s12__inner {
    margin: 0;
    padding-top: 56px;
    padding-top: 3.5rem;
    padding-bottom: 2.725rem;
  }

  .gp-s12__c1-wrap {
  }

  .gp-s12__c1 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .gp-s12__c1-img {
    width: 27.4%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }

  .gp-s12__c1-ttl {
    font-size: 35.149px;
    font-size: 2.1968125rem;
    /* 53.779px */
    letter-spacing: 5.975px;
    letter-spacing: 0.3734375rem;
    line-height: 1.8;
  }

  .gp-s12__c1-ttl-img {
    width: 61.1%;
  }

  .gp-s12__qa {
  }

  .gp-s12__qa-content {
  }

  .gp-s12__qa-inner {
    width: 87.4%;
  }

  .gp-s12__qa-ques {
    font-size: 17px;
    font-size: 1.0625rem;
    /* 23.63px */
    letter-spacing: 1.36px;
    letter-spacing: 0.085rem;
    text-align: left;
    width: 85%;
    margin-left: 24px;
    margin-left: 1.5rem;
    background-color: #fff;
    line-height: 1.5;
    position: relative;
    padding-right: 30px;
    padding-right: 1.875rem;
  }

  .gp-s12__qa-ques::before {
    width: 18px;
    width: 1.125rem;
    height: 24px;
    height: 1.5rem;
    top: 31%;
    left: -8%;
  }

  .gp-s12__qa-ques::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 26%;
    right: -15%;
    transform: translate(-50%, -50%);
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 300;
    color: #05223f;
    transition: transform 0.3s ease;
    cursor: pointer;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    display: block;
    line-height: 30px;
    line-height: 1.875rem;
    text-align: center;
  }

  .gp-s12__qa-ques[aria-expanded="true"]::after {
    content: "−";
  }

  .gp-s12__qa-ans {
    /* 23.25px */
    display: none;
  }

  .gp-s12__qa-ans.is-open {
    display: block;
  }

  .gp-s13 {
  }

  .gp-s13__inner {
    /* padding-top: 80px; */
    /* padding-top: 5rem; */
    width: 88%;
  }

  .gp-s13__c1 {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }

  .gp-s13__c1-img {
    width: 41.3%;
  }

  .gp-s13__c1-txt-1 {
    font-size: 16.005px;
    font-size: 1.0003125rem;
    /* 24.487px */
    letter-spacing: 2.721px;
    letter-spacing: 0.1700625rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }

  .gp-s13__c1-ttl {
    font-size: 30.994px;
    font-size: 1.937125rem;
    /* 40.912px */
    letter-spacing: 5.269px;
    letter-spacing: 0.229313rem;
  }

  .gp-s13__c2 {
    padding-top: 2.325rem;
    padding-bottom: 2.775rem;
  }

  .gp-contact__copyright {
    margin-top: 3.0625rem;
  }

  .gp-s13__c2-inner {
    width: 88%;
  }

  .gp-s13__c2-item {
  }

  .gp-s13__c2-item-inner {
  }

  .gp-s13__c2-item-inner-content {
  }

  .gp-s13__c2-item-inner-content-item {
  }

  .gp-s13__c2-item-inner-content-item-content {
  }

  .gp-s13__c2-item-inner-content-item-content-txt {
  }

  .gp-contact__checkbox-input {
    width: 0.925rem;
    height: 0.925rem;
    top: 0.35rem;
  }

  .gp-contact__checkbox-label {
    font-size: 0.95rem;
  }

  .gp-contact__checkbox-info {
    padding: 1.025rem 0.8375rem;
  }

  .gp-contact__checkbox-item {
    padding-left: 1.375rem;
    margin-bottom: 0.5125rem;
  }

  .gp-contact__label {
    width: 100%;
  }

  .gp-contact__label-text {
  }

  .gp-contact__label-note {
  }

  .gp-contact__select-box {
    width: 100%;
  }

  .gp-contact__select-wrapper {
  }

  .gp-contact__select {
    padding-right: 1.8rem;
    padding: 0.9375rem 0.9375rem;
  }

  .gp-contact__select option {
  }

  .gp-contact__label-tag {
    display: inline;
  }

  .gp-contact__label-tag--optional {
  }

  .gp-contact__textarea {
  }

  .gp-contact__label-tag--required {
  }

  .gp-contact__input {
  }

  .gp-contact__field-group {
    display: block;
  }

  .gp-contact__datetime-inner {
    display: block;
  }

  .gp-contact__datetime-inputs {
    width: 100%;
  }

  .gp-contact__datetime-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0.9375rem;
  }

  .gp-contact__datetime-input {
    width: 100%;
    padding: 0.9375rem 0.7375rem;
    border: 1px solid #ccc;
  }

  .gp-contact__field-group--privacy {
  }

  .gp-contact__legend {
    width: 100%;
    display: block;
  }

  .gp-contact__privacy-inner {
    width: 100%;
  }

  .gp-contact__checkbox-list {
    width: 100%;
  }

  .gp-contact__legend-text {
    display: inline;
  }

  .gp-contact__privacy-box {
  }

  .gp-contact__privacy-box p {
  }

  .gp-contact__privacy-agree {
  }

  .gp-contact__privacy-note {
  }

  .gp-contact__submit {
  }

  .gp-contact__submit-button {
  }

  .gp-footer {
  }

  .gp-footer__copyright {
  }

  .gp-thanks {
  }

  .gp-thanks__inner {
    /* background-image: url(../assets/img/thanks-bg-sp.png
); */
    background-size: cover;
    /* padding-top: 11.625rem; */
    /* padding-bottom: 25.0625rem; */
  }

  .gp-thanks__logo {
    width: 36%;
    margin-left: 1.525rem;
  }

  .gp-thanks__ttl {
    font-size: 1.3875rem;
    margin-bottom: 1.9125rem;
  }

  .thanks-message {
    font-size: 0.7875rem;
  }

  .thanks-message__text {
    margin-bottom: 0.675rem;
  }

  .thanks-message__link {
  }
  .gp-fix__btn {
    width: 22.75rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1%;
  }
}
