@charset "utf-8";

/* ======================
header
========================= */
header {
  width: 100%;
  background: #fff;
  padding: 22px 0 26px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.3s;
}
header.has-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  width: 95.42vw;
  margin: 0 auto;
}
.header__logo {
  width: 70%;
  max-width: 440px;
  min-width: 276px;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-shrink: 0;
  width: 60%;
}
.header__right .sptel {
  width: 54%;
  max-width: 246px;
}
.bl_btn {
  font-size: 16px;
  color: #fff;
  background: #0d66a3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39%;
  max-width: 226px;
  height: 3em;
  border-radius: 24px;
  transition: 0.3s;
}
.bl_btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 3px 6px rgba(90, 170, 220, 0.3);
}
.bl_btn {
  font-size: 16px;
  color: #fff;
  background: #0d66a3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39%;
  max-width: 226px;
  height: 3em;
  border-radius: 24px;
  position: relative;
  overflow: hidden; /* 光演出用 */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 光を斜めに走らせる */
.bl_btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -120%;
  width: 60%;
  height: 200%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
  transform: skewX(-20deg);
}

/* hover / active 時 */
.bl_btn:hover,
.bl_btn.is-active {
  transform: translateY(-3px); /* 少しだけ浮かせる */
  box-shadow: 0 2px 6px rgba(90, 170, 220, 0.3); /* 細い水色影 */
}

/* 光のアニメーション */
.bl_btn:hover::after,
.bl_btn.is-active::after {
  animation: shine 0.7s ease;
}

@keyframes shine {
  from {
    left: -120%;
  }
  to {
    left: 140%;
  }
}
/* ======================
fv
========================= */
.fv {
  background: url(../imgs/main_bg.jpg) no-repeat center / cover;
  z-index: 2;
}
.fv__inner {
  font-size: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1088px;
  margin: 0 auto;
  padding: 41.2px 0 25.7px;
}

.fv__txtbk {
  width: 12em;
}
.fv__catch {
  font-size: 46px;
  line-height: 1.78;
}
.fv__txt {
  font-size: 28.8px;
  line-height: 1.56;
  margin-bottom: 1.3em;
}
.fv__link {
  font-size: 23.9px;
  line-height: 1.16;
  letter-spacing: 0.04em;
  display: flex;
  width: 10em;
}
.fv__link::after {
  content: "";
  width: 1.16em;
  height: 1.16em;
  background: url(../imgs/arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
.fv__link:hover::after {
  transform: translateX(50%);
}
.fv__link .rotate-ex {
  display: inline-block; /* transform を効かせるため必須 */
  transform: translateX(-0.2em) rotate(15deg);
}

.fv__imgbk {
  width: calc(98% - 12em);
  max-width: 506px;
}

.fv__bttm {
  padding: 33px 0 39px;
}
.fv__bttm::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0d66a3;
  mix-blend-mode: multiply;
}

.fv__bttm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 2%;
  max-width: 1062px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.fv__bttm-item {
  width: 32%;
  max-width: 342px;
  min-width: 300px;
}
.fv__bttm-item-in {
  font-size: 20.5px;
  font-weight: 400;
  line-height: 1.63;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75em;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #383635;
  border-radius: 28.3px;
  position: relative;
}
.fv__bttm-item-in::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #01499f;
  border: 1px solid #383635;
  border-radius: 28.3px;
  position: absolute;
  transform: translate(5px, 5px);
  z-index: -1;
}

/* fv アニメーション初期状態 */
.fv__txtbk,
.fv__imgbk img {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.fv__txtbk {
  transform: translateX(-50px);
}
.fv__imgbk img {
  transform: translate(50px, -50px);
}
.fv__txtbk.is-show-txt {
  opacity: 1;
  transform: translateX(0);
}
.fv__imgbk img.is-show-img {
  opacity: 1;
  transform: translate(0, 0);
}
/* ======================
sec1
========================= */
.sec1 {
  padding-bottom: clamp(50px, 12.11vw, 93px);
}
.sec1::after {
  content: "";
  width: 157.43vw;
  min-width: 2267px;
  height: 79.58vw;
  min-height: 1144px;

  background: url(../imgs/sec1_bg.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sec1__inner {
  z-index: 2;
}
.sec1__top {
  padding: 53px 0 clamp(30px, 7.81vw, 60px);
}
.sec1__top::before,
.sec1__top::after {
  content: "";
  width: 49.35vw;
  max-width: 379px;
  height: 51.17vw;
  max-height: 393px;
  background: url(../imgs/sec1_deco.png) no-repeat center bottom / contain;
  position: absolute;
  top: 0;
}
.sec1__top::before {
  right: 50%;
  transform: translate(-489px, -4%);
}
.sec1__top::after {
  left: 50%;
  transform: translate(453px, -32%);
}
.sec1 .sec-heading {
  font-size: 40px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
.sec1 .sec-heading-img {
  width: 23%;
  max-width: 218.6px;
  min-width: 106px;
  margin: 0 auto 30px;
}
.sec1 .sec-heading-img img {
  transform: scale(0.5);
  transform-origin: center bottom; /* 中央下から拡大 */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
/* mov クラスが付いたら表示 */
.sec1 .sec-heading-img img.mov {
  transform: scale(1);
}

.sec1__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px 0;
}
.sec1__item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 49%;
  max-width: 609px;
  padding: 2.3% 0 2.4% 2.3%;
  border-radius: 20px;
}
.sec1__item .imgbk {
  width: calc(98% - 200px);
  max-width: 364px;
  aspect-ratio: 364 / 243;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.sec1__item p {
  font-size: 18px;
  width: 200px;
  flex-shrink: 0;
}
.sec1__item p span {
  display: inline-block;
}
.sec1__btm {
  font-size: 56.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
}
.sec1__btm::before {
  content: "";
  width: 1.853em;
  height: 2.784em;
  background: url(../imgs/sec1_btm.png) no-repeat center/contain;
}
.sec1__btm-txt {
  line-height: 1.49;
}

.sec1__btm-txt .fs_s {
  font-size: 70.6%;
  display: block;
}

/* ======================
sec2
========================= */
.sec2 {
  padding: 50px 0 clamp(50px, 11.07vw, 85px);
}
.sec2 .sec-heading-img {
  width: 30%;
  max-width: 372px;
  min-width: 106px;
  position: absolute;
  top: -13%;
  left: 50%;
  transform: translateX(100px);
  z-index: 2;
}
.sec2 .sec-heading-img img {
  transform: scale(0.5);
  transform-origin: center bottom;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.sec2 .sec-heading-img img.mov {
  transform: scale(1);
}
.sec2 .sec-heading-txt {
  font-size: 36.5px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  width: 17em;
  max-width: 586px;
  padding: 0.5em;
  margin-bottom: 25px;
  margin-left: 1em;
  border-radius: 66.6px;
  background: #d9e7f0;
}
.sec2 .sec-heading {
  font-size: 60.4px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: clamp(30px, 7.16vw, 55px);
  margin-left: 0.66em;
}
.sec2__list {
  display: flex;
  justify-content: space-between;
}
.sec2__item {
  width: 32%;
  max-width: 325px;
  padding: 45px 2% 55px;
  border-radius: 20px;
  background: #0d66a3;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
/* 斜めに走る光 */
.sec2__item::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -120%;
  width: 60%;
  height: 200%;
  background: linear-gradient(80deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
  transform: skewX(-20deg);
}

/* hover時 */
.sec2__item.is-active,
.sec2__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 15px rgba(90, 170, 220, 0.35), 0 18px 35px rgba(0, 0, 0, 0.08);
}

.sec2__item.is-active::after,
.sec2__item:hover::after {
  animation: shine 0.7s ease;
}

/* 光のアニメーション */
@keyframes shine {
  from {
    left: -120%;
  }
  to {
    left: 140%;
  }
}

.sec2__item .sec2__item-heading {
  font-size: 36.5px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}
.sec2__item img {
  width: 70%;
  max-width: 236px;
  margin: 0 auto;
}
.sec2__item p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: clamp(15px, 4.49vw, 44px) 0 4px;
  position: relative;
}
.sec2__item p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 7px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: 0 0;
  transition: background-position 0.7s ease;
}
.sec2__item:hover p::after,
.sec2__item.is-active p::after {
  background-position: 20px 0;
}
/* modal */
body.is-modal-open {
  position: fixed;
  top: 0; /* JSで制御 */
  left: 0;
  width: 100%;
  overflow: hidden;
  touch-action: none; /* bodyのみ完全停止 */
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(15, 102, 163, 0.8);

  /* 背景側はスクロール禁止 */
  touch-action: none;
}
.modal .modal-bg {
  position: absolute;
  inset: 0;
}

.modal .modal-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal .white_box {
  width: 88vw;
  max-width: 1090px;
  height: min(80svh, 700px);
  padding: clamp(50px, 10.94vw, 70px) 30px clamp(30px, 6.98vw, 60px);
  background-color: #fff;
  border-radius: 26.5px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: contain;
}
.modal .white_box .page {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
}
.modal .pbtn.close {
  font-size: 50px;
  line-height: 1;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 5;
  cursor: pointer;
}
.modal .m_ttl {
  font-size: clamp(26px, 3.78vw, 37px);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0.8em;
}
.modal .m_flex {
  display: flex;
  justify-content: space-between;
}
.modal .m_flex__left {
  width: 27%;
  max-width: 237px;
}
.m_flex__right {
  width: 71%;
  max-width: 622px;
}
.m_flex-list dt {
  font-size: clamp(20px, 3.04vw, 29.8px);
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: #0f66a3;
  max-width: 564px;
  height: 1.7em;
  border-radius: 25.5px;
}
.m_flex-list dd {
  font-size: clamp(18px, 2.45vw, 24px);
  line-height: 1.3;
  padding: 0.6em 0 1.2em;
}
.m_flex-list dd > ul li {
  display: flex;
  padding-bottom: 0.5em;
}
.m_flex-list dd > ul li::before {
  content: "・";
}
.m_flex-list dd > ul li > span span {
  font-size: clamp(14px, 1.63vw, 16px);
  font-weight: 500;
  display: block;
}
/* ======================
sec3
========================= */
.sec3 {
  padding-bottom: clamp(50px, 11.72vw, 90px);
}
.sec3__item {
  padding: clamp(50px, 9.11vw, 70px) 0;
  position: relative;
}

.sec3__item.item_1::before {
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #0f66a3, #0f66a3 3px, transparent 3px, transparent 11px);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.sec3__item::after {
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #0f66a3, #0f66a3 3px, transparent 3px, transparent 11px);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec3__item .item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
  max-width: 990px;
  margin: 0 auto;
}
.sec3__item.item_2 .item__inner,
.sec3__item.item_4 .item__inner {
  flex-direction: row-reverse;
}
.sec3__item .imgbk {
  width: 48%;
  max-width: 424px;
  border-radius: 28px;
  overflow: hidden;
  flex-shrink: 0;
}
.sec3__item .txtbk {
  width: 48%;
  max-width: 468px;
}
.sec3__item .item-heading {
  margin-bottom: clamp(20px, 3.26vw, 25px);
}
.sec3__item .item-heading .f_sic {
  font-size: 20px;
  line-height: 1.91;
  letter-spacing: 0;
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.3em;
}
.sec3__item .item-heading .ja {
  font-size: 53px;
  line-height: 1.26;
  letter-spacing: 0.04em;
  display: block;
}

.sec3__item .item-heading .f_sic::before {
  content: "●";
}
.sec3__item .txtbk p {
  font-size: 18px;
}
.sec3__item .txtbk p:not(:last-child) {
  margin-bottom: 1.75em;
}
.sec3__item .txtbk p b {
  display: block;
  padding-left: 2em;
  text-indent: -1em;
}
/* ======================
review
========================= */
.review {
  padding: clamp(110px, 17.84vw, 137px) 0 max(185px, 9.74vw);
}
.review::before,
.review::after {
  content: "";
  width: 100%;
  min-width: 768px;
  height: 22.92vw;
  min-height: 330px;
  background-image: url(../imgs/review_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 50%;
  z-index: -1;
}
.review::before {
  top: 0;
  transform: translateX(-50%);
}
.review::after {
  bottom: 0;
  transform: translateX(-50%) scaleY(-1);
}
.review__img {
  width: 19.44vw;
  max-width: 280px;
  min-width: 106px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-438px, -8%);
  z-index: 1;
}
.review__img img {
  transform: scale(0.5);
  transform-origin: center bottom;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.review__img img.mov {
  transform: scale(1);
}
.review__inner::before {
  content: "";
  width: 60.81vw;
  max-width: 467px;
  height: 66.15vw;
  max-height: 508px;
  background: url(../imgs/review_deco1.png) no-repeat center bottom / contain;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-435px, -43%);
}
.review__inner::after {
  content: "";
  width: 60.81vw;
  max-width: 467px;
  height: 38.8vw;
  max-height: 298px;
  background: url(../imgs/review_deco2.png) no-repeat center bottom / contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(380px, -46%);
  z-index: 1;
}

.review .sec-headingbk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.review .sec-heading {
  font-size: 56px;
}
.review .sec-heading img {
  max-width: 114px;
  margin: 0 auto 5px;
}
.review__list-wrap {
  padding-top: clamp(30px, 8.46vw, 65px);
  background-color: #dfebf3;
}
.review__list {
  display: flex;
  justify-content: space-between;
  gap: 30px 0;
  position: relative;
  z-index: 2;
}
.review__item {
  background: #fff;
  width: 32%;
  max-width: 325px;
  padding: max(30px, 3.5%) max(20px, 3.8%) max(30px, 3.2%);
  border-radius: 20px;
}
.review__item-heading {
  font-size: 17px;
  background: #dbe8f1;
  position: relative;
}
.review__item-heading::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 11px solid #dbe8f1;
  border-bottom: 0;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}
.review__item-top {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.review__item-top-l {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.review__item-top-l * {
  max-width: 67px;
}

.review__item-top-l p {
  font-size: 12px;
  padding-top: 0.8em;
}
.review__item-top-r {
  font-size: 15px;
  width: 67%;
  max-width: 165px;
}
.review__item-btm {
  font-size: 14px;
  padding-top: 1.3em;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.review__item-btm::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #87b2d1;
  position: absolute;
  left: 0;
  top: -1px;
}
/* ======================
contact
========================= */
.contact {
  padding: 30px 0 60px;
}
.contact .sec-headingbk {
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.34em;
  margin-bottom: 12px;
}
.contact .sec-headingbk::before {
  content: "";
  width: 5.2em;
  height: 3.25em;
  background: url(../imgs/contact_img.png) no-repeat center/contain;
  transform: translateY(-22%);
}
.contact__txt {
  font-size: 16px;
  margin-bottom: 40px;
}
.contact .sptel {
  width: 75%;
  max-width: 500px;
  margin: 0 auto;
}
/* ======================
form
========================= */
.sec_form {
  padding: 90px 0 184px;
}
.sec_form .sec-headingbk {
  margin-bottom: clamp(30px, 6.51vw, 50px);
}
.sec_form .sec-heading-img {
  width: 25%;
  max-width: 145px;
  min-width: 81px;
  margin: 0 auto 13px;
}
.sec_form .sec-heading {
  font-size: 35px;
}

/* ======================
footer
========================= */
footer {
  padding: 50px 0 clamp(10px, 6.51vw, 50px);
}
.footer__logo {
  width: 70%;
  max-width: 440px;
  margin: 0 auto 6px;
}
.footer__address {
  font-size: 14px;
  margin-bottom: 43px;
}
.footer__address span {
  display: block;
}
.copy {
  font-size: 12px;
}
@media screen and (max-width: 1440px) {
  /* ======================
	sec1
	========================= */
  .sec1__top::before {
    right: auto;
    left: 0;
    transform: translate(-40%, -4%);
  }
  .sec1__top::after {
    left: auto;
    right: 0;
    transform: translate(31%, -32%);
  }
}
@media screen and (max-width: 1240px) {
  /* ======================
	sec1
	========================= */
  .sec1__btm {
    font-size: clamp(25px, 4.56vw, 56.5px);
  }
  /* ======================
	sec2
	========================= */
  .sec2 .sec-heading-txt {
    font-size: clamp(23px, 2.94vw, 36.5px);
  }
  .sec2 .sec-heading {
    font-size: clamp(37px, 4.8vw, 60.4px);
  }
  .sec2__item .sec2__item-heading {
    font-size: clamp(24px, 2.94vw, 36.5px);
  }

  /* ======================
	sec3
	========================= */
  .sec3__item .item-heading .f_sic {
    font-size: clamp(18px, 4.17vw, 20px);
  }
  .sec3__item .item-heading .ja {
    font-size: clamp(32px, 4.27vw, 53px);
  }

  /* ======================
	review
	========================= */
  .review__inner::before {
    top: 50%;
    right: auto;
    left: 0;
    transform: translate(-60%, -43%);
  }
  .review__inner::after {
    top: 0;
    left: auto;
    right: 0;
    transform: translate(48%, -46%);
  }
  .review .sec-heading {
    font-size: clamp(32px, 4.52vw, 56px);
  }
  /* ======================
	contact
	========================= */
  .contact .sec-headingbk {
    font-size: clamp(20px, 2.82vw, 35px);
  }
}
@media screen and (max-width: 980px) {
  /* ======================
	fv
	========================= */
  .fv__inner,
  .fv__catch {
    font-size: clamp(22px, 4.69vw, 46px);
  }
  .fv__txt {
    font-size: clamp(14px, 2.94vw, 28.8px);
  }
  .fv__bttm-item {
    width: 48%;
    min-width: initial;
  }
  /* ======================
	sec1
	========================= */
  .sec1 .sec-heading {
    font-size: clamp(30px, 4.08vw, 40px);
  }
  /* ======================
	sec2
	========================= */
  .sec2__item p {
    font-size: clamp(16px, 1.61vw, 20px);
  }
  /* ======================
	review
	========================= */
  .review__img {
    left: 0;
    transform: translate(27%, -10%);
  }
  /* ======================
	sec_form
	========================= */
  .sec_form .sec-heading {
    font-size: clamp(22px, 3.57vw, 35px);
  }
}
@media screen and (max-width: 768px) {
  /* ======================
	header
	========================= */
  header {
    padding: 10px 0 10px;
  }
  .header__inner {
    flex-direction: column;
  }
  .header__logo {
    max-width: 276px;
    min-width: initial;
  }
  .header__right {
    width: 100%;
    justify-content: center;
  }
  .bl_btn {
    font-size: clamp(12px, 3vw, 14px);
  }
  /* ======================
	fv
	========================= */
  .fv__link {
    font-size: clamp(18px, 3.11vw, 23.9px);
  }
  .fv__bttm-item-in {
    font-size: clamp(15px, 2.67vw, 20.5px);
  }
  /* ======================
	sec1
	========================= */
  .sec1__item {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding: 4%;
  }
  .sec1__item .imgbk {
    width: 100%;
  }
  .sec1__item p {
    font-size: clamp(16px, 3.33vw, 18px);
    width: 100%;
    max-width: initial;
    text-align: center;
  }
  /* ======================
	sec2
	========================= */
  .sec2 .sec-heading-img {
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(-8%);
  }
  .sec2 .sec-heading-txt {
    font-size: clamp(14px, 2.99vw, 23px);
  }
  .sec2 .sec-heading {
    font-size: clamp(20px, 4.82vw, 37px);
  }
  .sec2__list {
    gap: 30px 4%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec2__item {
    width: 46%;
    max-width: 240px;
  }
  /* ======================
	sec3
	========================= */
  .sec3__item .item__inner {
    flex-direction: column !important;
  }
  .sec3__item .imgbk {
    width: 100%;
  }
  .sec3__item .txtbk {
    width: 100%;
    max-width: 500px;
  }
  .sec3__item .txtbk p {
    font-size: clamp(16px, 3.33vw, 18px);
  }
  /* ======================
	review
	========================= */
  .review {
    padding: clamp(110px, 17.84vw, 137px) 0 clamp(80px, 24.09vw, 185px);
  }
  .review__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 4%;
  }
  .review__item {
    width: 48%;
  }

  .review__item-top-r {
    max-width: initial;
  }
  /* ======================
	review
	========================= */
  .sec_form {
    padding: 90px 0 150px;
  }
}
@media screen and (max-width: 640px) {
  /* ======================
	sec2
	========================= */
  /* modal */
  .modal .pbtn.close {
    font-size: clamp(30px, 7.81vw, 50px);
  }
  .modal .m_flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .modal .m_flex__left {
    max-width: 140px;
    width: 70%;
  }
  .m_flex__right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* ======================
	fv
	========================= */
  .fv__inner {
    flex-direction: column-reverse;
  }
  .fv__imgbk {
    width: 100%;
    max-width: 162px;
  }

  .fv__txtbk {
    width: 100%;
  }
  .fv__bttm-item {
    width: 90%;
    max-width: 270px;
  }
  /* ======================
	sec1
	========================= */
  .sec1 .sec-heading {
    font-size: min(6.25vw, 30px);
  }

  .sec1__list {
    flex-direction: column;
  }
  .sec1__item {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .sec1__item .imgbk {
    width: 50%;
  }
  .sec1__item p {
    font-size: clamp(14px, 3.33vw, 16px);
    text-align: left;
    width: 46%;
  }
  .sec1__btm {
    font-size: min(5.87vw, 25px);
    flex-direction: column;
    align-items: center;
  }
  .sec1__btm-txt {
    text-align: center;
  }
  /* ======================
	sec2
	========================= */
  .sec2__list {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .sec2__item {
    width: 100%;
    max-width: initial;
    padding: 25px 2%;
  }
  .sec2__item .sec2__item-heading {
    font-size: clamp(20px, 5vw, 24px);
    margin-bottom: 1em;
  }
  .sec2__item img {
    width: 50%;
    max-width: 100px;
  }

  /* ======================
	sec3
	========================= */
  .sec3__item .item-heading .ja {
    font-size: min(6.93vw, 32px);
  }
  /* ======================
	review
	========================= */
  .review__list {
    flex-direction: column;
    align-items: center;
  }
  .review__item {
    width: 100%;
  }
  /* ======================
	contact
	========================= */
  .contact .sec-headingbk {
    font-size: min(5.33vw, 20px);
    flex-direction: column;
  }
}
@media screen and (max-width: 340px) {
  .sec2 {
    padding-top: 72px;
  }

  .sec2 .sec-heading-img {
    transform: translate(-8%, -100%);
  }
}
