@charset "UTF-8";
/* カラー */
@font-face {
  font-family: "oswald";
  src: url("../fonts/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "zenkaku-black";
  src: url("../fonts/ZenKakuGothicNew-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "zenkaku-bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "zenKaku-medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2");
  font-display: swap;
}
/* ===============================================
# about
=============================================== */
.concept {
  margin-bottom: clamp(3.125rem, 2.1683673469rem + 4.0816326531vw, 6.25rem);
}
.concept__inner {
  position: relative;
  display: grid;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    grid-template-columns: clamp(12.5rem, 4.8469387755rem + 32.6530612245vw, 37.5rem) 1fr;
  }
}
.concept__en-title {
  translate: 0 -15%;
}
@media screen and (min-width: 768px) {
  .concept__en-title {
    translate: 0 -50%;
  }
}
.concept__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__text-wrap {
  padding: clamp(1.875rem, 1.3010204082rem + 2.4489795918vw, 3.75rem) clamp(0.9375rem, 0.0765306122rem + 3.6734693878vw, 3.75rem);
}

/* ===============================================
# 各サービス
=============================================== */
.service-intro {
  background: #EEEEEE;
}

.service-about {
  position: relative;
  padding-bottom: 0;
}
.service-about__icon {
  position: absolute;
  width: clamp(3.75rem, 2.6020408163rem + 4.8979591837vw, 7.5rem);
  top: 0;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}

.flame {
  background: #EEEEEE;
  padding: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem) clamp(1.25rem, 0.1020408163rem + 4.8979591837vw, 5rem);
  margin-top: clamp(3.125rem, 2.1683673469rem + 4.0816326531vw, 6.25rem);
}

.subject {
  position: relative;
}
.subject__icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem);
  margin: 0 auto clamp(1.875rem, 1.3010204082rem + 2.4489795918vw, 3.75rem);
}
.subject__icon {
  width: clamp(3.125rem, 2.7423469388rem + 1.6326530612vw, 4.375rem);
}
.subject__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(17.5rem, 14.8214285714rem + 11.4285714286vw, 26.25rem), 1fr));
  gap: clamp(1.875rem, 1.3010204082rem + 2.4489795918vw, 3.75rem) 0;
}
.subject__item {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  margin: -2px 0 0 -2px;
}
.subject__lead {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 2px solid #fff;
  height: 100%;
  min-height: clamp(5.3125rem, 4.9298469388rem + 1.6326530612vw, 6.5625rem);
  text-align: center;
  font-size: clamp(1.125rem, 1.0102040816rem + 0.4897959184vw, 1.5rem);
  line-height: 1.4;
  padding: clamp(0.9375rem, 0.8418367347rem + 0.4081632653vw, 1.25rem);
}
.subject__text {
  color: #fff;
  font-family: "zenKaku-medium", sans-serif;
  line-height: 1.4;
  padding: 0 clamp(0.625rem, 0.4336734694rem + 0.8163265306vw, 1.25rem);
  margin-top: 10px;
}
.subject__text + .subject__sub-list {
  margin-top: 5px;
}
.subject__sub-list {
  display: grid;
  gap: 3px;
  padding: 0 clamp(0.625rem, 0.4336734694rem + 0.8163265306vw, 1.25rem);
  margin-top: 10px;
}
.subject__sub-item {
  color: #fff;
  font-family: "zenKaku-medium", sans-serif;
  line-height: 1.4;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.subject__sub-item::before {
  content: "●";
  color: #E1307E;
}

.flow {
  background: #EEEEEE;
}
.flow__list {
  counter-reset: number 0;
  display: grid;
  gap: clamp(1.875rem, 1.6836734694rem + 0.8163265306vw, 2.5rem);
}
.flow__item {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.4617346939rem + 0.1632653061vw, 0.625rem);
  background: #fff;
  border-radius: clamp(0.3125rem, 0.2168367347rem + 0.4081632653vw, 0.625rem);
  padding: clamp(1.25rem, 1.0586734694rem + 0.8163265306vw, 1.875rem) clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .flow__item {
    grid-template-columns: clamp(12.5rem, 9.056122449rem + 14.693877551vw, 23.75rem) 1fr;
    min-height: 95px;
  }
}
.flow__item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  color: #E1307E;
  font-family: "oswald";
  font-size: clamp(1.75rem, 1.5204081633rem + 0.9795918367vw, 2.5rem);
  line-height: 1;
  top: 0;
  left: clamp(0.625rem, 0.4336734694rem + 0.8163265306vw, 1.25rem);
  translate: 0 -50%;
}
.flow__lead {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1rem, 0.8852040816rem + 0.4897959184vw, 1.375rem);
  padding: 0 clamp(0rem, -0.7653061224rem + 3.2653061224vw, 2.5rem);
}
.flow__text {
  font-family: "zenKaku-medium", sans-serif;
  line-height: 1.5;
}

/* ===============================================
# 各イベント
=============================================== */
.event-case__bottom {
  position: relative;
  margin-top: clamp(3.75rem, 2.6020408163rem + 4.8979591837vw, 7.5rem);
}
.event-case__en-title {
  position: absolute;
  width: clamp(18.75rem, 13.0102040816rem + 24.4897959184vw, 37.5rem);
  top: 0;
  left: 50%;
  translate: -50% -80%;
}

.event-about__bottom {
  position: relative;
  margin-top: clamp(3.75rem, 2.6020408163rem + 4.8979591837vw, 7.5rem);
}
.event-about__icon {
  position: absolute;
  width: clamp(3.75rem, 2.6020408163rem + 4.8979591837vw, 7.5rem);
  top: 0;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}

/* ===============================================
# 各エリア
=============================================== */
.cmn-area {
  background: #EEEEEE;
}
.cmn-area__body {
  background: #fff;
  border-radius: clamp(0.3125rem, 0.2168367347rem + 0.4081632653vw, 0.625rem);
  padding: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem);
}
.cmn-area__body + .cmn-area__body {
  margin-top: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem);
}
.cmn-area__text {
  font-family: "zenKaku-medium", sans-serif;
}

.area__wrap + .area__wrap {
  margin-top: clamp(3.125rem, 2.1683673469rem + 4.0816326531vw, 6.25rem);
}
.area__name {
  background: #E1307E;
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1.25rem, 1.0969387755rem + 0.6530612245vw, 1.75rem);
  text-align: center;
  padding: clamp(0.3125rem, 0.2168367347rem + 0.4081632653vw, 0.625rem) 20px;
}
.area__title {
  color: #E1307E;
  font-family: "oswald";
  font-size: clamp(2.625rem, 2.318877551rem + 1.306122449vw, 3.625rem);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem);
}
.area__title--white {
  color: #fff;
}
.area__icon {
  display: block;
  width: clamp(3.75rem, 2.6020408163rem + 4.8979591837vw, 7.5rem);
  margin: 0 auto clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem);
}

/* ===============================================
# ご挨拶
=============================================== */
.greeting-message {
  display: block;
  max-width: clamp(15rem, 10.0255102041rem + 21.2244897959vw, 31.25rem);
  margin-left: auto;
}

/* ===============================================
# 会社概要
=============================================== */
.company-info {
  max-width: 1100px;
  margin: 0 auto;
}
.company-info dl {
  display: grid;
  gap: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
  padding: clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem) clamp(0rem, -0.3826530612rem + 1.6326530612vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .company-info dl {
    grid-template-columns: 220px 1fr;
  }
}
.company-info dt, .company-info dd {
  font-family: "zenKaku-medium", sans-serif;
  line-height: 1.6;
}

/* ===============================================
# 資料ダウンロード
=============================================== */
.pickup__inner {
  display: grid;
  gap: 20px clamp(1.25rem, -0.2806122449rem + 6.5306122449vw, 6.25rem);
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pickup__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.pickup__en-title {
  color: #fff;
  background: #E1307E;
  font-family: "oswald";
  font-size: clamp(1.125rem, 1.0102040816rem + 0.4897959184vw, 1.5rem);
  text-align: center;
  margin-bottom: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem);
}
.pickup__title {
  color: #fff;
  font-size: clamp(1.375rem, 1.2602040816rem + 0.4897959184vw, 1.75rem);
  margin-bottom: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem);
}
.pickup__text {
  color: #fff;
  margin-bottom: clamp(1.875rem, 1.3010204082rem + 2.4489795918vw, 3.75rem);
}

.document {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(18.75rem, 17.6020408163rem + 4.8979591837vw, 22.5rem), 1fr));
  gap: clamp(1.25rem, 1.0586734694rem + 0.8163265306vw, 1.875rem);
  max-width: 1360px;
  margin: 0 auto;
}
.document__link {
  display: grid;
  background: #fff;
}
@media (hover: hover) {
  .document__link:hover .btn::after {
    -webkit-transform: translateX(10px) skewX(40deg);
            transform: translateX(10px) skewX(40deg);
  }
}
.document__title {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1rem, 0.9234693878rem + 0.3265306122vw, 1.25rem);
  padding: clamp(0.9375rem, 0.8418367347rem + 0.4081632653vw, 1.25rem);
}
.document .btn {
  margin: 0 auto 30px;
}

/* ===============================================
# SDGs
=============================================== */
.sdgs__flame {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem);
}
.sdgs__inner + .sdgs__inner {
  margin-top: clamp(3.125rem, 2.1683673469rem + 4.0816326531vw, 6.25rem);
}
.sdgs__list {
  display: grid;
  gap: clamp(1.25rem, 1.0586734694rem + 0.8163265306vw, 1.875rem);
}
.sdgs__item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem);
  background: #fff;
  padding: clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .sdgs__item {
    grid-template-columns: 140px 1fr;
  }
}
.sdgs__item img {
  display: block;
  max-width: 140px;
  margin: 0 auto;
}
.sdgs__lead {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1.125rem, 1.0102040816rem + 0.4897959184vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: clamp(0.3125rem, 0.2168367347rem + 0.4081632653vw, 0.625rem);
}
.sdgs__lead span {
  font-family: "oswald";
  font-size: clamp(1.5rem, 1.3469387755rem + 0.6530612245vw, 2rem);
}
.sdgs__bottom {
  background: #fff;
  padding: clamp(1.25rem, 0.4846938776rem + 3.2653061224vw, 3.75rem);
}
.sdgs__bottom p {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1rem, 0.9234693878rem + 0.3265306122vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .sdgs__bottom p {
    text-align: center;
  }
}

.attempt {
  display: grid;
  gap: 20px clamp(1.25rem, -0.2806122449rem + 6.5306122449vw, 6.25rem);
}
@media screen and (min-width: 768px) {
  .attempt {
    grid-template-columns: 45% 1fr;
  }
}
.attempt__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.attempt__list {
  counter-reset: number 0;
  display: grid;
  gap: clamp(1.875rem, 1.6836734694rem + 0.8163265306vw, 2.5rem);
}
.attempt__lead {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1.125rem, 1.0102040816rem + 0.4897959184vw, 1.5rem);
  line-height: 1.4;
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-bottom: clamp(0.625rem, 0.5293367347rem + 0.4081632653vw, 0.9375rem);
}
.attempt__lead::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #E1307E;
}
.attempt__sub-list {
  display: grid;
  gap: clamp(0.3125rem, 0.2168367347rem + 0.4081632653vw, 0.625rem);
}
.attempt__sub-item {
  font-family: "zenKaku-medium", sans-serif;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

/* ===============================================
# 提携を希望される法人様へ
=============================================== */
.point {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(12.5rem, 10.5867346939rem + 8.1632653061vw, 18.75rem), 1fr));
  gap: clamp(1.875rem, 0.9183673469rem + 4.0816326531vw, 5rem);
  margin-bottom: clamp(3.125rem, 2.1683673469rem + 4.0816326531vw, 6.25rem);
}
.point__icon {
  display: block;
  width: clamp(3.75rem, 2.9846938776rem + 3.2653061224vw, 6.25rem);
  margin: 0 auto clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem);
}
.point__lead {
  color: #E1307E;
  font-size: clamp(1.25rem, 1.1734693878rem + 0.3265306122vw, 1.5rem);
  font-family: "zenKaku-bold", sans-serif;
  text-align: center;
  margin-bottom: clamp(0.625rem, 0.5293367347rem + 0.4081632653vw, 0.9375rem);
}
.point__text {
  color: #fff;
  font-family: "zenKaku-medium", sans-serif;
}

.cooperation .subject__list:has(+ .btn) {
  margin-bottom: clamp(2.5rem, 1.7346938776rem + 3.2653061224vw, 5rem);
}

/* ===============================================
# よくある質問
=============================================== */
.faq {
  background: #EEEEEE;
  padding: clamp(1.875rem, 1.3010204082rem + 2.4489795918vw, 3.75rem) 0 clamp(3.125rem, 2.1683673469rem + 4.0816326531vw, 6.25rem);
}
.faq .container {
  max-width: 1160px;
}
.faq__anchor {
  display: grid;
}
@media screen and (min-width: 768px) {
  .faq__anchor {
    grid-template-columns: repeat(3, 1fr);
  }
}
.faq__anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #fff;
  border: clamp(0.0625rem, 0.0433673469rem + 0.0816326531vw, 0.125rem) solid #E1307E;
  font-family: "zenKaku-medium", sans-serif;
  padding: clamp(0.625rem, 0.5293367347rem + 0.4081632653vw, 0.9375rem);
  margin: -1px 0 0 -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.faq__anchor-link::after {
  content: "";
  position: relative;
  width: clamp(0.5rem, 0.4234693878rem + 0.3265306122vw, 0.75rem);
  aspect-ratio: 1;
  border-right: 2px solid #E1307E;
  border-bottom: 2px solid #E1307E;
  bottom: clamp(0.0625rem, 0.0242346939rem + 0.1632653061vw, 0.1875rem);
  rotate: 45deg;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) {
  .faq__anchor-link:hover {
    color: #fff;
    background: #E1307E;
  }
  .faq__anchor-link:hover::after {
    border-color: #fff;
  }
}
.faq__inner {
  padding-top: clamp(3.125rem, 2.1683673469rem + 4.0816326531vw, 6.25rem);
}
.faq__item {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}
.faq__title-wrap {
  position: relative;
  padding: clamp(1.25rem, 1.0586734694rem + 0.8163265306vw, 1.875rem) clamp(1.875rem, 1.6836734694rem + 0.8163265306vw, 2.5rem) clamp(1.25rem, 1.0586734694rem + 0.8163265306vw, 1.875rem) clamp(0rem, -0.1913265306rem + 0.8163265306vw, 0.625rem);
  cursor: pointer;
}
.faq__title-wrap::after {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.4234693878rem + 0.3265306122vw, 0.75rem);
  aspect-ratio: 1;
  border-right: 2px solid #E1307E;
  border-bottom: 2px solid #E1307E;
  top: 50%;
  right: clamp(0.625rem, 0.4336734694rem + 0.8163265306vw, 1.25rem);
  translate: 0 -50%;
  rotate: 45deg;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__title-wrap.active::after {
  rotate: 225deg;
}
.faq__lead {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1rem, 0.8852040816rem + 0.4897959184vw, 1.375rem);
  line-height: 1.3;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.faq__lead::before {
  content: "Q.";
}
.faq__answer-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease max-height;
  transition: 0.3s ease max-height;
}
.faq__answer {
  font-family: "zenKaku-medium", sans-serif;
  padding: 0 0 clamp(1.25rem, 1.0586734694rem + 0.8163265306vw, 1.875rem) clamp(0rem, -0.1913265306rem + 0.8163265306vw, 0.625rem);
}
.faq__text {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.faq__text::before {
  content: "A.";
}

/* ===============================================
# 加盟団体
=============================================== */
.affiliated__inner {
  display: grid;
  gap: clamp(1.25rem, -0.2806122449rem + 6.5306122449vw, 6.25rem);
}
@media screen and (min-width: 768px) {
  .affiliated__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.affiliated__link {
  background: #fff;
  padding: clamp(1.25rem, 0.4846938776rem + 3.2653061224vw, 3.75rem);
}
@media (hover: hover) {
  .affiliated__link:hover .btn::after {
    -webkit-transform: translateX(10px) skewX(40deg);
            transform: translateX(10px) skewX(40deg);
  }
}
.affiliated__logo {
  display: block;
  width: clamp(6.25rem, 4.7193877551rem + 6.5306122449vw, 11.25rem);
  margin: 0 auto;
}
.affiliated__name {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1rem, 0.9617346939rem + 0.1632653061vw, 1.125rem);
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem);
}
.affiliated .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* ===============================================
# 情報セキュリティ方針
=============================================== */
.security {
  counter-reset: number 0;
  display: grid;
  gap: clamp(1.875rem, 1.3010204082rem + 2.4489795918vw, 3.75rem);
  margin-bottom: clamp(2.5rem, 1.7346938776rem + 3.2653061224vw, 5rem);
}
.security__lead {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1.25rem, 1.1734693878rem + 0.3265306122vw, 1.5rem);
  margin-bottom: clamp(0.625rem, 0.5293367347rem + 0.4081632653vw, 0.9375rem);
}
.security__lead::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.security__text {
  font-family: "zenKaku-bold", sans-serif;
}

/* ===============================================
# 個人情報保護方針
=============================================== */
.policy {
  display: grid;
  gap: clamp(1.875rem, 1.3010204082rem + 2.4489795918vw, 3.75rem);
  margin-bottom: clamp(2.5rem, 1.7346938776rem + 3.2653061224vw, 5rem);
}
.policy__lead {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1.25rem, 1.1734693878rem + 0.3265306122vw, 1.5rem);
  margin-bottom: clamp(0.625rem, 0.5293367347rem + 0.4081632653vw, 0.9375rem);
}
.policy__description {
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(1rem, 0.9617346939rem + 0.1632653061vw, 1.125rem);
  margin-bottom: clamp(3.125rem, 2.1683673469rem + 4.0816326531vw, 6.25rem);
}

/* ===============================================
# お問い合わせ
=============================================== */
.contact {
  background: #EEEEEE;
}
.contact__description {
  font-family: "zenKaku-medium", sans-serif;
}
@media screen and (min-width: 768px) {
  .contact__description {
    text-align: center;
  }
}
.contact__catch {
  display: block;
  max-width: clamp(18.75rem, 14.9234693878rem + 16.3265306122vw, 31.25rem);
  margin: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem) auto;
}
.contact__body {
  display: none;
}
.contact__body.is-display {
  display: block;
  background: #fff;
  margin-top: clamp(0.625rem, 0.4336734694rem + 0.8163265306vw, 1.25rem);
  padding: clamp(0.9375rem, 0.0765306122rem + 3.6734693878vw, 3.75rem);
}

.tab__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.3125rem, 0.0255102041rem + 1.2244897959vw, 1.25rem);
}
.tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: #fff;
  border: clamp(0.125rem, 0.0484693878rem + 0.3265306122vw, 0.375rem) solid #ddd;
  border-radius: clamp(0.3125rem, 0.2168367347rem + 0.4081632653vw, 0.625rem);
  font-family: "zenKaku-bold", sans-serif;
  font-size: clamp(0.75rem, 0.6734693878rem + 0.3265306122vw, 1rem);
  padding: clamp(0.625rem, 0.2423469388rem + 1.6326530612vw, 1.875rem) 0;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.tab__item::before {
  content: "";
  width: clamp(1rem, 0.8469387755rem + 0.6530612245vw, 1.5rem);
  aspect-ratio: 1;
  background: url(../../assets/img/icon/icon-check-k.svg) no-repeat center center/contain;
}
.tab__item.is-active {
  color: #fff;
  background: #E1307E;
  border-color: #000;
}
.tab__item.is-active::before {
  background-image: url(../../assets/img/icon/icon-check.svg);
}

.form__item {
  display: grid;
  gap: 15px 20px;
  padding: clamp(1.25rem, 1.0586734694rem + 0.8163265306vw, 1.875rem) 0;
}
@media screen and (min-width: 768px) {
  .form__item {
    grid-template-columns: clamp(12.5rem, 10.5867346939rem + 8.1632653061vw, 18.75rem) 1fr;
  }
}
.form__lead {
  font-family: "zenKaku-bold", sans-serif;
}
.form__cont span {
  display: block;
}
.form__cont span:has(+ span) {
  margin-bottom: clamp(0.625rem, 0.5293367347rem + 0.4081632653vw, 0.9375rem);
}
.form .must {
  background: #E1307E;
  color: #fff;
  font-family: "zenKaku-medium", sans-serif;
  font-size: clamp(0.75rem, 0.7117346939rem + 0.1632653061vw, 0.875rem);
  padding: 2px 10px;
  margin-left: 5px;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=date], .form textarea {
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  font-family: "zenKaku-medium", sans-serif;
  padding: 15px;
}
.form .wpcf7-list-item {
  margin: 0;
}
.form__cont .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(11.875rem, 9.7704081633rem + 8.9795918367vw, 18.75rem), 1fr));
  gap: clamp(1.25rem, 1.0586734694rem + 0.8163265306vw, 1.875rem) 20px;
}
.form__cont .wpcf7-checkbox span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.form__cont .wpcf7-checkbox span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.form__cont .wpcf7-checkbox span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #E1307E;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.form__cont .wpcf7-checkbox span {
  font-family: "zenKaku-medium", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form__cont .wpcf7-checkbox input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.form__cont input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form textarea {
  resize: vertical;
}
.form .wpcf7-acceptance {
  display: grid;
  place-content: center;
  font-size: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
  font-weight: normal;
  margin: clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem) 0 clamp(0.3125rem, 0.2168367347rem + 0.4081632653vw, 0.625rem);
}
.form .wpcf7-acceptance a {
  text-decoration: underline;
}
.form .wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 20px 1fr;
}
@media screen and (min-width: 768px) {
  .form .wpcf7-acceptance .wpcf7-list-item label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form .wpcf7-acceptance .wpcf7-list-item label div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .wpcf7-acceptance span {
  font-family: "zenKaku-medium", sans-serif;
}
.form__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #E1307E;
  border: 1px solid #E1307E;
  border-radius: 50px;
  padding: clamp(0.625rem, 0.5293367347rem + 0.4081632653vw, 0.9375rem) clamp(5rem, 4.6173469388rem + 1.6326530612vw, 6.25rem);
  margin: clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem) auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form__btn:disabled {
  background: #ddd;
  border-color: #aaa;
}
.form__note a {
  color: #E1307E;
  font-size: clamp(0.75rem, 0.7117346939rem + 0.1632653061vw, 0.875rem);
  text-decoration: underline;
  margin-left: clamp(0.3125rem, 0.2168367347rem + 0.4081632653vw, 0.625rem);
}
.form__text-wrap {
  margin-top: clamp(0.625rem, 0.2423469388rem + 1.6326530612vw, 1.875rem);
}
.form__index {
  font-size: clamp(1rem, 0.9617346939rem + 0.1632653061vw, 1.125rem);
  font-weight: bold;
  margin-top: clamp(0.9375rem, 0.6505102041rem + 1.2244897959vw, 1.875rem);
}
.form__text {
  font-size: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
  line-height: 1.6;
}
.form li {
  font-size: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
  line-height: 1.6;
  padding-left: 8px;
  text-indent: -8px;
}
.form li + li {
  margin-top: 5px;
}

.wpcf7-spinner {
  position: absolute !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.75rem, 0.7308673469rem + 0.0816326531vw, 0.8125rem);
  font-family: "zenKaku-medium", sans-serif;
  line-height: 1.4;
  margin: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem) auto 0;
}
.recaptcha a {
  text-decoration: underline;
}/*# sourceMappingURL=page.css.map */