@charset "UTF-8";
/** --------------------------------
* 数字から単位を取り除く関数
*/
/** --------------------------------
* 値の単位を取得する関数
*/
/** --------------------------------
* pxやremをvwに変換する関数
*/
/** --------------------------------
* フォントサイズをレスポンシブで調整する関数
*/
/** --------------------------------
* ボックスシャドウを生成する関数
*/
.front-about {
  background: #E5F8FF;
  padding-block: clamp(60px, 8.3333333333vw, 120px);
}
.front-about__wrap {
  padding: clamp(40px, 4.1666666667vw, 60px) clamp(15px, 3.4722222222vw, 50px) 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2509803922);
}
.front-about__tri {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.front-about__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.front-about__title h2 {
  font-weight: 700;
  font-size: clamp(20px, 2.3611111111vw, 34px);
}
.front-about__title img {
  width: clamp(146px, 19.0972222222vw, 275px);
}
.front-about__sub {
  margin-top: 10px;
  font-size: clamp(16px, 1.6666666667vw, 24px);
}
.front-about__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: clamp(60px, 4.1666666667vw, 60px);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .front-about__flex {
    gap: 60px;
  }
}
.front-about__table {
  margin-top: clamp(20px, 1.3888888889vw, 20px);
}
.front-about__table dl {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
  padding-inline: 15px;
}
@media screen and (max-width: 768px) {
  .front-about__table dl {
    gap: 20px;
    padding-inline: 0;
  }
}
.front-about__table dl dt {
  width: clamp(132px, 9.1666666667vw, 132px);
  background: #E5F8FF;
  color: #124A6B;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(39px, 2.7083333333vw, 39px);
  font-size: clamp(16px, 1.6666666667vw, 24px);
}
.front-about__table dl dd {
  color: #124A6B;
  word-break: keep-all;
  font-size: clamp(16px, 1.6666666667vw, 24px);
}
.front-about__table dl + dl {
  margin-top: 10px;
}

.c-title02 {
  font-size: clamp(24px, 3.3333333333vw, 48px);
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}
.c-title02 span {
  display: block;
  font-size: clamp(14px, 1.0416666667vw, 15px);
  line-height: clamp(14px, 1.0416666667vw, 15px);
}

.u-fc-dark {
  color: #124A6B;
}

.front-reason__top {
  background: #E5F8FF;
  padding-block: clamp(60px, 8.3333333333vw, 120px) 0;
}
@media screen and (max-width: 768px) {
  .front-reason__top {
    padding-bottom: 90px;
  }
}
.front-reason__title {
  display: flex;
  align-items: center;
  gap: 87px;
  position: relative;
  z-index: 1;
}
.front-reason__title img {
  width: clamp(253px, 30.4861111111vw, 439px);
  height: auto;
  max-width: 439px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .front-reason__title img {
    position: absolute;
    right: 0;
    bottom: -90px;
  }
}
.front-reason__text {
  z-index: 2;
  flex: 1;
  min-width: 0;
}
.front-reason__bottom {
  padding-block: clamp(60px, 4.1666666667vw, 60px) clamp(60px, 8.3333333333vw, 120px);
}
.front-reason__flex {
  justify-content: center;
  align-items: flex-start;
  gap: clamp(60px, 4.1666666667vw, 60px) clamp(60px, 4.1666666667vw, 60px);
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .front-reason__flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.front-reason__item {
  display: grid;
  gap: 20px;
}
.front-reason__item img {
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.front-reason__item h3 {
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: clamp(18px, 1.9444444444vw, 28px);
  text-align: center;
}

.c-btn02 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border-radius: 100px;
  padding: 20px 30px;
  color: #124A6B;
  text-decoration: none;
  border: 2px solid #124A6B;
  line-height: 100%;
  font-size: clamp(16px, 1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-btn02 a {
    padding-inline: 0;
    width: 100%;
    gap: 3px;
  }
}
.c-btn02 a img {
  margin: 0;
  width: 32.5px;
  height: 7.5px;
}
.c-btn02.min a {
  font-size: 15px;
  padding: 10px 30px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .c-btn02.min a {
    width: auto;
  }
}

.front-support h2 {
  padding-left: 5px;
}
.front-support__wrap {
  margin-top: calc(0% - clamp(12px, 1.6666666667vw, 24px));
  padding: clamp(80px, 5.5555555556vw, 80px) clamp(15px, 3.4722222222vw, 50px) 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2509803922);
}
.front-support__wrap p {
  text-align: left;
}
.front-support__wrap img {
  margin-top: clamp(25px, 4.1666666667vw, 60px);
  margin-inline: auto;
  margin-bottom: clamp(25px, 3.4722222222vw, 50px);
}

.triangle {
  position: relative;
  height: clamp(50px, 6.9444444444vw, 100px);
  background: #E5F8FF;
}

.triangle:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: clamp(50px, 6.9444444444vw, 100px) solid #fff;
  transform: translateX(-50%);
  height: clamp(50px, 6.9444444444vw, 100px);
}

.c-section {
   /* padding-block: clamp(50px, 5.333vw, 50px); */
	padding-block: 0;
	
}
.c-section-high {
  padding-block: 120px;
}

.c-section-lower {
  padding-block: clamp(60px, 6.9444444444vw, 100px);
}

.front-youtube {
  background: #E5F8FF;
}
.front-youtube h2 {
  text-align: center;
}
.front-youtube__sub {
  text-align: center;
  margin-top: 10px;
  font-size: clamp(20px, 2.3611111111vw, 34px);
}
.front-youtube__wrap iframe {
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2509803922);
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .front-youtube__wrap iframe {
    height: clamp(191px, 31.25vw, 450px);
  }
}

.front-detail {
  background: #E5F8FF;
}
.front-detail__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(40px, 4.1666666667vw, 60px);
}
.front-detail__wrap img {
  width: min(40%, clamp(200px, 27.7777777778vw, 400px));
}
@media screen and (max-width: 768px) {
  .front-detail__wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .front-detail__wrap div {
    width: 100%;
  }
}
.front-detail__sub {
  font-size: clamp(16px, 1.6666666667vw, 24px);
  margin-top: 20px;
}

.front-initiative__top {
  background: #124A6B;
  padding-top: clamp(60px, 8.3333333333vw, 120px);
}
.front-initiative__wrap {
  display: flex;
  gap: clamp(20px, 1.3888888889vw, 20px);
  padding-top: clamp(40px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .front-initiative__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.front-initiative__wrap img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .front-initiative__wrap img {
    width: 100%;
  }
}
.front-initiative__detail {
  width: 50%;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .front-initiative__detail {
    width: 100%;
  }
}
.front-initiative__sub {
  font-size: clamp(16px, 1.6666666667vw, 24px);
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  padding-bottom: clamp(0px, 0.6944444444vw, 10px);
  text-align: center;
  color: #fff;
}
.front-initiative__bottom {
  background: linear-gradient(to bottom, #124A6B 50%, #fff 50%);
}
.front-initiative__bottom img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin-inline: auto;
}

.front-case__wrap {
  display: flex;
  gap: clamp(10px, 2.0833333333vw, 30px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .front-case__wrap {
    display: block;
  }
}
.front-case__wrap h2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .front-case__wrap h2 {
    border-right: 1px dotted #47A3CB;
    padding-right: clamp(10px, 2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .front-case__wrap h2 {
    border-bottom: 1px dotted #47A3CB;
    padding-bottom: clamp(10px, 2.0833333333vw, 30px);
    margin-bottom: clamp(10px, 2.0833333333vw, 30px);
  }
}
.front-case__text {
  flex: 1;
  text-align: left;
}
.front-case .c-btn02 {
  margin-inline: 0 auto;
}
.front-case .slide_case01 {
  margin: 0 0 0px 0;
}
.front-case article {
  padding-block: clamp(40px, 4.1666666667vw, 60px);
}
.front-case .detail_summary01 {
  color: #124A6B none !important;
}
.front-case .detail_summary01 dd {
  background: #124A6B !important;
}
.front-case .price {
  color: #FFD000 !important;
}

.front-voice {
  padding-block: clamp(60px, 4.1666666667vw, 60px) clamp(60px, 8.3333333333vw, 120px);
}
.front-voice__wrap {
  display: flex;
  gap: clamp(10px, 2.0833333333vw, 30px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .front-voice__wrap {
    display: block;
  }
}
.front-voice__wrap h2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .front-voice__wrap h2 {
    border-right: 1px dotted #47A3CB;
    padding-right: clamp(10px, 2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .front-voice__wrap h2 {
    border-bottom: 1px dotted #47A3CB;
    padding-bottom: clamp(10px, 2.0833333333vw, 30px);
    margin-bottom: clamp(10px, 2.0833333333vw, 30px);
  }
}
.front-voice__text {
  flex: 1;
  text-align: left;
}
.front-voice .c-btn02 {
  margin-inline: 0 auto;
}
.front-voice article {
  padding-block: clamp(40px, 4.1666666667vw, 60px);
}
.front-voice .slick-slide {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 !important;
  color: #ffffff;
  text-decoration: none;
  background: none;
  transition: all 0.4s;
  max-width: 350px !important;
  margin: 0 30px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .front-voice .slick-slide {
    margin: 0 20px !important;
  }
}
.front-voice__item {
  margin-top: 15px;
  display: grid;
  gap: 15px;
}
.front-voice__item h3 {
  color: #000;
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: clamp(18px, 1.9444444444vw, 28px);
  text-align: left;
}
.front-voice__item div {
  display: flex;
  gap: 10px;
}
.front-voice__item p {
  color: #000;
  flex: 1;
  text-align: left;
}
.front-voice__item img {
  text-align: left;
  line-height: 1.4;
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  height: 150px;
}
.front-voice .slide_case02 {
  width: 100%;
  margin: 0 0 0px 0;
}
@media screen and (max-width: 768px) {
  .front-voice .slide_case02 {
    margin: 0 0 0;
  }
}

.front-casebox {
  position: relative;
  background: #E5F8FF;
  padding-block: clamp(60px, 8.3333333333vw, 120px);
}

.front-casebox__wrap {
  margin-top: clamp(40px, 4.1666666667vw, 60px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 1.3888888889vw, 20px) clamp(10px, 2.0833333333vw, 30px);
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .front-casebox__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
.front-casebox__box {
  max-width: clamp(170px, 19.4444444444vw, 280px);
  border: solid 3px #124A6B;
  background: #fff;
  border-radius: clamp(10px, 1.3888888889vw, 20px);
  padding: clamp(10px, 0.9722222222vw, 14px) clamp(7px, 1.3888888889vw, 20px) clamp(10px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .front-casebox__box {
    max-width: 100%;
  }
}

.front-casebox__box img {
  margin-inline: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: clamp(10px, 1.3888888889vw, 20px);
  margin-top: 5px;
}

.front-casebox__box h3 {
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: clamp(18px, 1.9444444444vw, 28px);
  text-align: center;
}

.front-casebox__box dl {
  margin-top: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
}

@media screen and (min-width: 769px) {
  .front-casebox__box dl {
    gap: 7px;
    justify-content: center;
  }
}
.front-casebox__box dl dt {
  width: clamp(70px, 6.9444444444vw, 100px);
  background: #EEB718;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(24px, 2.2222222222vw, 32px);
  color: #000;
  font-size: clamp(11px, 1.0416666667vw, 15px);
  line-height: clamp(14px, 1.25vw, 18px);
}

.front-casebox__box dl dd {
  font-size: clamp(12px, 1.0416666667vw, 15px);
  line-height: clamp(14px, 1.25vw, 18px);
  word-break: keep-all;
}

.front-casebox__box dl dd span {
  font-weight: 700;
  font-size: clamp(25px, 2.9166666667vw, 42px);
  line-height: clamp(27px, 3.4722222222vw, 50px);
}

.front-flow {
  position: relative;
  background: #124A6B;
  padding-block: clamp(60px, 8.3333333333vw, 120px);
}

.front-flow__wrap {
  margin-top: clamp(70px, 7.0833333333vw, 102px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 70px clamp(30px, 2.2916666667vw, 33px); /* カード間の余白を指定 */
}

@media screen and (max-width: 768px) {
  .front-flow__wrap {
    grid-template-columns: repeat(1);
    gap: 70px;
  }
}
.front-flow__box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: clamp(30px, 2.9166666667vw, 42px) clamp(10px, 0.6944444444vw, 10px) clamp(15px, 1.0416666667vw, 15px);
}
@media screen and (max-width: 768px) {
  .front-flow__box {
    display: flex;
    align-items: center;
  }
}

.front-flow__box img {
  max-width: 120px;
  margin-inline: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .front-flow__box img {
    margin-right: 10px;
  }
}
.front-flow__box h3 {
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: clamp(18px, 1.9444444444vw, 28px);
  text-align: center;
}

.front-flow__box p {
  text-align: left;
  font-size: clamp(12px, 1.0416666667vw, 15px);
  line-height: clamp(18px, 1.6666666667vw, 24px);
  letter-spacing: 0.2em;
}
.front-flow__box p span {
  line-height: 1.2;
  display: block;
}

.front-flow__number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  background: #fff;
  font-size: clamp(42px, 2.9166666667vw, 42px);
  color: #124A6B;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  border-radius: 50%;
}

.front-flow .c-btn02 a {
  color: #424e5b;
  background: #FFD000;
  border: solid 2px #FFD000;
}
.front-flow .c-btn02 a:hover {
  opacity: 1;
  background: #fff;
}

.front-faq {
  position: relative;
  background: #fff;
  padding-block: clamp(60px, 8.3333333333vw, 120px);
  /* 768px以上（タブレット） */
}

.front-faq__wrap {
  margin-top: clamp(40px, 4.1666666667vw, 60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(40px, 4.8611111111vw, 70px);
}

.front-faq__image {
  max-width: 250px;
  margin-inline: auto;
}

.front-faq__acc {
  flex: 1;
}

.front-faq .faq dl + dl {
  margin-top: 20px;
}

.front-faq .faq dl dt {
  background: #E5F8FF;
  position: relative;
  cursor: pointer;
  padding: clamp(10px, 0.6944444444vw, 10px) clamp(40px, 5.9027777778vw, 85px) clamp(10px, 0.6944444444vw, 10px) clamp(10px, 1.7361111111vw, 25px);
  border-radius: 20px;
  text-align: left;
  display: flex;
  align-items: center;
}

.front-faq .faq dl dt span {
  font-weight: 700;
  font-size: clamp(25px, 2.9166666667vw, 42px);
  line-height: clamp(27px, 3.4722222222vw, 50px);
  color: #124A6B;
  text-align: left;
  margin-right: clamp(12px, 2.0833333333vw, 30px);
}

.front-faq .faq dl dt:after {
  position: absolute;
  top: 50%;
  right: clamp(10px, 1.7361111111vw, 25px);
  width: clamp(20px, 2.0833333333vw, 30px);
  height: 5px;
  border-radius: 5px;
  background: #124A6B;
  content: "";
  transform: translateY(-50%);
  transition: all 0.4s;
}

.front-faq .faq dl dt::before {
  position: absolute;
  top: 50%;
  right: clamp(17.5px, 2.6041666667vw, 37.5px);
  height: clamp(20px, 2.0833333333vw, 30px);
  width: 5px;
  border-radius: 5px;
  background: #124A6B;
  content: "";
  transform: translateY(-50%);
  transition: all 0.4s;
}

.front-faq .faq dl dt.active::before {
  display: none;
}

.front-faq .faq dl dd {
  display: none;
  position: relative;
  cursor: pointer;
  padding: clamp(10px, 0.6944444444vw, 10px) clamp(40px, 5.9027777778vw, 85px) clamp(10px, 0.6944444444vw, 10px) clamp(10px, 1.7361111111vw, 25px);
  text-align: left;
}

.front-faq .faq dl dd .flex {
  display: flex;
}

.front-faq .faq dl dd span {
  font-weight: 700;
  font-size: clamp(25px, 2.9166666667vw, 42px);
  line-height: clamp(27px, 3.4722222222vw, 50px);
  color: #C92D21;
  text-align: left;
  margin-right: clamp(12px, 2.0833333333vw, 30px);
}

.front-column__wrap {
  margin-top: clamp(40px, 4.1666666667vw, 60px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.0833333333vw, 30px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .front-column__wrap {
    display: none;
  }
}
.front-column li {
  margin-top: 15px;
  display: grid;
  gap: 15px;
}
.front-column li a {
  text-decoration: none;
}
.front-column li h3 {
  margin-top: 10px;
  color: #000;
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: clamp(18px, 1.9444444444vw, 28px);
  text-align: left;
}
.front-column article {
  padding-block: clamp(40px, 4.1666666667vw, 60px) 0;
}
.front-column .slide_case03 {
  width: 100%;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .front-column .slide_case03 {
    margin: 0 0 !important;
  }
}
.front-column .slick-slide {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 !important;
  color: #ffffff;
  text-decoration: none;
  background: none;
  transition: all 0.4s;
  max-width: 350px !important;
  margin: 0 30px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .front-column .slick-slide {
    margin: 0 20px !important;
  }
}
.front-column .slick-slide h3 {
  margin-top: 10px;
  color: #000;
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: clamp(18px, 1.9444444444vw, 28px);
  text-align: left;
}

.arrow_box-01,
.arrow_box-02,
.arrow_box-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: clamp(20px, 2.0833333333vw, 30px) 0 0;
  position: relative;
  gap: 60px;
}

.prev-arrow {
  display: block;
  width: clamp(40px, 4.8611111111vw, 70px);
  height: clamp(40px, 4.8611111111vw, 70px);
  background: url("../img/prev-arrow.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.next-arrow {
  display: block;
  width: clamp(40px, 4.8611111111vw, 70px);
  height: clamp(40px, 4.8611111111vw, 70px);
  background: url("../img/next-arrow.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.page-title {
  position: relative;
  background: #E5F8FF;
}
.page-title.privacy {
  background: #fff;
}
.page-title.privacy .inner {
  max-width: 1360px;
  width: 100%;
  margin-inline: auto;
}
.page-title__wrap {
  padding-block: clamp(30px, 6.9444444444vw, 100px);
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 10.4166666667vw, 150px);
}
@media screen and (max-width: 768px) {
  .page-title__wrap {
    flex-direction: column;
  }
}
.page-title__title {
  color: #124A6B;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .page-title__title {
    height: 350px;
  }
  .privacy .page-title__title {
    height: auto;
  }
}
.page-title__title p {
  font-weight: bold;
  font-size: clamp(24px, 3.3333333333vw, 48px);
  line-height: 1.4;
  margin-top: 10px;
}
.page-title__title h1 {
  margin-top: 5px;
  font-size: clamp(14px, 1.0416666667vw, 15px);
  line-height: clamp(14px, 1.0416666667vw, 15px);
}
.page-title__title img {
  margin-top: 10px;
  margin-inline: 0 auto;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .page-title__img {
    position: absolute;
    top: clamp(60px, 6.9444444444vw, 100px);
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-title__img {
    right: -20%;
  }
}
@media screen and (max-width: 768px) {
  .page-title__img {
    right: auto;
    flex: 1;
    width: 100vw;
    margin-left: -20px;
  }
}
.page-title__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top .column {
  background: #fff;
}

.c-title-lower {
  text-align: left;
  margin-bottom: 60px;
}
.c-title-lower h2 {
  line-height: 1.2;
  font-weight: bold;
  font-size: clamp(24px, 2.3611111111vw, 34px);
  color: #124A6B;
  margin-bottom: 10px;
}

.c-flex {
  display: flex;
  gap: clamp(40px, 4.1666666667vw, 60px);
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-flex {
    flex-direction: column;
  }
}
.c-flex.reverse {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .c-flex.reverse {
    flex-direction: column-reverse;
  }
}
.c-flex__text {
  flex: 1;
  text-align: left;
}
.c-flex.col-1 {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-flex.col-2 {
    flex-direction: row;
  }
}
.c-flex.col-2 > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-flex.sp-reverse {
    flex-direction: column-reverse;
  }
}

.c-section-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.reason-top__title {
  text-align: left;
  margin-bottom: 50px;
}
.reason-top__title h3 {
  margin-top: 5px;
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  color: #124A6B;
}
.reason-top__slider__item img {
  border-radius: 20px 20px 0 0;
}
.reason-top__slider__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-top__slider__text {
  padding: 5px 0px;
  text-align: left;
  line-height: 1.4;
  background: #124A6B;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 0 0 20px 20px;
  gap: 10px;
  justify-content: center;
}
.reason-top__slider__text p:nth-child(2) {
  font-size: 34px;
  font-weight: 700;
}
.reason-top__slider .swiper-button-next, .reason-top__slider .swiper-button-prev {
  color: #124A6B;
}
@media screen and (min-width: 769px) {
  .reason-top__slider .swiper-button-next, .reason-top__slider .swiper-button-prev {
    display: none;
  }
}
.reason-top__slider .swiper-button-next::after, .reason-top__slider .swiper-button-prev::after {
  left: -2%;
}

.conditions__item__img {
  padding: clamp(25px, 2.0833333333vw, 30px) clamp(15px, 1.3888888889vw, 20px) 0;
}
.conditions__item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conditions__item h3 {
  font-weight: bold;
  font-size: clamp(24px, 1.6666666667vw, 24px);
  margin-top: 60px;
}
.conditions__item p {
  margin-top: 20px;
}

.lower-flow__wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 700px;
  margin-inline: auto;
}
.lower-flow__box {
  width: 100%;
  position: relative;
  padding: 50px 20px clamp(20px, 2.0833333333vw, 30px) 20px;
  border-radius: 20px;
  border: solid 2px #124A6B;
  display: flex;
  align-items: center;
  gap: 30px;
}
.lower-flow__box img {
  width: 120px;
  height: 120px;
}
.lower-flow__number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  background: #124A6B;
  font-size: clamp(42px, 2.9166666667vw, 42px);
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  border-radius: 50%;
}
.lower-flow__text h3 {
  text-align: left;
  font-weight: bold;
  font-size: clamp(16px, 1.6666666667vw, 24px);
}
.lower-flow__text p {
  text-align: left;
  margin-top: 20px;
}

.lower-cta {
  background: linear-gradient(270deg, #FFD000 0%, #FFF1B6 80%);
  padding-block: clamp(35px, 7.6388888889vw, 110px) 0;
}
.lower-cta__title p {
  font-size: clamp(14px, 1.0416666667vw, 15px);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #124A6B;
  margin-bottom: 10px;
}
.lower-cta__img {
  margin-top: -165px;
  width: 246px;
}
@media screen and (max-width: 1024px) {
  .lower-cta__img {
    margin-top: -125px;
  }
  .lower-cta__img img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .lower-cta__img {
    margin-top: 20px;
    margin-inline: auto;
    text-align: center;
    width: 168px;
  }
  .lower-cta__img img {
    width: 100%;
  }
}

.c-btn-cta {
  position: relative;
}
.c-btn-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border-radius: 100px;
  padding: 20px 30px;
  color: #124A6B;
  text-decoration: none;
  border: 2px solid #124A6B;
  background: #fff;
  line-height: 100%;
  font-size: clamp(20px, 2.3611111111vw, 34px);
}
@media screen and (max-width: 768px) {
  .c-btn-cta a {
    padding-inline: 0;
    width: 100%;
    gap: 3px;
  }
}
.c-btn-cta a img {
  width: 32.5px;
  height: 7.5px;
}

.qanda {
  background: #fff;
}

.c-link {
  text-decoration: underline;
  color: #128ABD;
}

.about-gold {
  margin-top: 60px;
  margin-inline: auto;
  max-width: 677px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF1B6 0%, #FFD000 100%);
  padding: clamp(50px, 3.4722222222vw, 50px) clamp(15px, 3.4722222222vw, 50px);
}
@media screen and (max-width: 768px) {
  .about-gold {
    padding-inline: 0px;
  }
}
.about-gold p {
  font-size: clamp(14px, 1.6666666667vw, 24px);
  line-height: 1.4;
  text-align: center;
}
.about-gold img {
  text-align: center;
  margin-inline: auto;
  margin-top: 30px;
}
.table_design03able_design03 {
  border-collapse: collapse;
  width: 100%;
}

.table_design03 th, .table_design03 td {
  border-bottom: 3px solid #d9d9d9;
  padding: 10px 0 10px 15px;
  text-align: left;
}

.table_design03 th {
  border-bottom: 3px solid #124A6B;
  font-weight: bold;
  width: 20%;
  min-width: clamp(150px, 20.8333333333vw, 300px);
}
@media screen and (max-width: 768px) {
  .table_design03 th {
    max-width: 150px;
  }
}

.mv {
  display: block !important;
}

footer .btn_application01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #424e5b;
  background: #FFD000;
  border: solid 2px #FFD000;
}
footer .btn_application01 a:hover {
  background: #fff;
}

.img-center {
  margin-inline: auto;
  text-align: center;
}/*# sourceMappingURL=lower-style.css.map */