@charset "UTF-8";
.gradient {
  background-image: linear-gradient(135deg, rgb(246, 171, 92), rgb(240, 97, 113));
}

.orange {
  color: #EC6D7B;
}

.container {
  padding-left: 16.7642752562vw;
  padding-right: 16.7642752562vw;
}
@media only screen and (max-width: 1280px) {
  .container {
    padding-left: 9.375vw;
    padding-right: 9.375vw;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}

.container_1040 {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .container_1040 {
    width: 100%;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}

.container_inner {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .container_inner {
    max-width: 95.72%;
    margin-left: auto;
    margin-right: auto;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #222222;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

.br {
  display: inline-block;
}

.wrapper {
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc_1025 {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc_1025 {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .tb {
    display: block;
  }
}

a:hover {
  opacity: 0.7;
}

.btn_cv {
  position: relative;
  margin-top: clamp(1rem, 0.6990291262rem + 0.8025889968vw, 2.24rem);
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  border-radius: 999px;
  width: clamp(35rem, 33.786407767rem + 3.2362459547vw, 40rem);
  -webkit-animation: beside 2s linear infinite;
          animation: beside 2s linear infinite;
  transform-origin: center;
}
.btn_cv::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  transform: translateY(-50%);
  font-size: 13px;
}

.btn_cv a {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: clamp(2.1rem, 1.9300970874rem + 0.4530744337vw, 2.8rem);
  padding-bottom: clamp(2.1rem, 1.9300970874rem + 0.4530744337vw, 2.8rem);
}

@-webkit-keyframes beside {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

@keyframes beside {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.btn_cv_02 {
  margin-top: 12px;
}

.btn_cv_03 {
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}

.headline_h1 {
  font-size: clamp(3.2rem, 2.8116504854rem + 1.0355987055vw, 4.8rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 130%;
  margin-top: clamp(0.5rem, 0.1359223301rem + 0.9708737864vw, 2rem);
  color: #222222;
}
@media only screen and (max-width: 768px) {
  .headline_h1 {
    letter-spacing: 1.6px;
    line-height: 44px;
  }
}

.fade_animate {
  opacity: 0;
  -webkit-animation-name: anime;
          animation-name: anime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes anime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.headline_h2 {
  line-height: 1.1076923077;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1B9062;
  letter-spacing: 2.08px;
  text-align: center;
  font-size: clamp(5.2rem, 4.9087378641rem + 0.7766990291vw, 6.4rem);
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}

.headline_h2_sub {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 1.68px;
  text-align: center;
  line-height: 28px;
}

.headline_h2_sub2 {
  text-align: center;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  font-weight: 600;
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}

.headline_h2_pt2 {
  font-size: clamp(4.4rem, 3.040776699rem + 3.6245954693vw, 10rem);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.75px;
  color: rgba(27, 144, 98, 0.2);
  width: 100%;
}

.headline_h2_pt2_sub {
  border-top: 2px solid rgba(27, 144, 98, 0.3);
  color: #1B9062;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  text-align: center;
  font-weight: 700;
  padding-top: clamp(1.3rem, 1.2514563107rem + 0.1294498382vw, 1.5rem);
  margin-top: -2.5641025641vw;
}
@media only screen and (min-width: 767px) {
  .headline_h2_pt2_sub {
    margin-top: -1.4641288433vw;
  }
}

.headline_h3 {
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  font-weight: 400;
  color: #1B9062;
  letter-spacing: 0.88px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .headline_h3 {
    font-weight: 600;
  }
}

.headline_h3_pt2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: clamp(2.2rem, 2.0058252427rem + 0.5177993528vw, 3rem);
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 767px) {
  .headline_h3_pt2 {
    width: 22.4011713031vw;
  }
}
.headline_h3_pt2 img {
  width: 3px;
}

/*aboutのところのh3*/
.headline_img {
  text-align: center;
  width: 5rem;
  margin: 0 auto;
}

.headline_h3_sub {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 400;
  gap: 5px;
  letter-spacing: 0.64px;
  line-height: 1.40625;
}

.headline_h3_en {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 400;
}

/*intro*/
.headline_h2_intro {
  font-size: clamp(2.4rem, 2.3029126214rem + 0.2588996764vw, 2.8rem);
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 1.12px;
}
@media only screen and (max-width: 768px) {
  .headline_h2_intro {
    line-height: 32px;
    letter-spacing: 0.96px;
  }
}

.headline_intro_sub {
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.8px;
}

/*voice*/
.headline_voice_h2 {
  font-size: clamp(2.2rem, 2.0058252427rem + 0.5177993528vw, 3rem);
  font-weight: 700;
  color: #1B9062;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: 0.88px;
  line-height: 1.3;
}
.headline_voice_h2::before, .headline_voice_h2::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #1B9062;
}
.headline_voice_h2::before {
  margin-right: clamp(1rem, 0.5388349515rem + 1.2297734628vw, 2.9rem);
}
.headline_voice_h2::after {
  margin-left: clamp(1rem, 0.5388349515rem + 1.2297734628vw, 2.9rem);
}

.text_main {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .text_main {
    font-weight: 500;
  }
}

.bl {
  font-weight: 700;
}

.pink {
  color: #EC6D7B;
}

.fade_animate,
.fade_animate02,
.fade_animate03 {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp02 {
  -webkit-animation-name: fadeUpAnime02;
          animation-name: fadeUpAnime02;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime02 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime02 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp03 {
  -webkit-animation-name: fadeUpAnime03;
          animation-name: fadeUpAnime03;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime03 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime03 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cv_box {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cv_date {
  display: inline-block;
  margin-top: clamp(1.5rem, 1.0873786408rem + 1.1003236246vw, 3.2rem);
  background-color: #EC6D7B;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: clamp(0.5rem, 0.0388349515rem + 1.2297734628vw, 2.4rem);
  padding-right: clamp(0.5rem, 0.0388349515rem + 1.2297734628vw, 2.4rem);
  padding-top: clamp(0.2rem, 0.127184466rem + 0.1941747573vw, 0.5rem);
  padding-bottom: clamp(0.2rem, 0.127184466rem + 0.1941747573vw, 0.5rem);
}

.cv_bg_orange {
  background-color: #EC6D7B;
}

.cv_date_b {
  font-size: 1.6rem;
  font-weight: 700;
}

.cv_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.7rem, 0.6029126214rem + 0.2588996764vw, 1.1rem);
  margin-top: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}

.cv_decoL,
.cv_decoR {
  width: clamp(2.5rem, 2.1924757282rem + 0.8200647249vw, 3.767rem);
}

.cv_text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.64;
  line-height: 1.5;
  text-align: center;
}

.cv_text_20 {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: clamp(2.8rem, 2.2660194175rem + 1.4239482201vw, 5rem);
}

.cv_orange {
  color: #EC6D7B;
}

.cv_white {
  color: #ffffff;
}

.cv_note {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 18px;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .cv_note {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    letter-spacing: 0.3px;
  }
}
.cv_note::after {
  position: absolute;
  bottom: -28px;
  left: 5px;
  content: "";
  width: 7.1794871795vw;
  height: 7.1794871795vw;
  background-image: url("../img/icon_circle_sp_mv02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .cv_note::after {
    content: none;
  }
}
.cv_note::before {
  position: absolute;
  bottom: -84px;
  right: -15px;
  content: "";
  width: 21.5384615385vw;
  height: 21.5384615385vw;
  background-image: url("../img/icon_circle_sp_mv03.webp");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .cv_note::before {
    content: none;
  }
}

main {
  overflow-x: hidden;
}

/*mv*/
.mv_logo {
  position: absolute;
  top: 0;
  left: 5%;
  width: clamp(11.4rem, 9.2398058252rem + 5.7605177994vw, 20.3rem);
}
@media only screen and (max-width: 768px) {
  .mv_logo {
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .mv_logo_area {
    background-color: #EC6D7B;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}

.mv {
  position: relative;
  z-index: 1;
  background-color: #1B9062;
  background-image: url("../img/fv_bg.png");
  background-size: contain;
  background-repeat: repeat-x;
  z-index: -1;
}

.mv_con {
  width: 637px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(2rem, -2.3689320388rem + 11.6504854369vw, 20rem);
  padding-bottom: 2.196193265vw;
}
@media only screen and (max-width: 559px) {
  .mv_con {
    background-size: 50%;
    padding-bottom: 6.4102564103vw;
    padding-top: 25.641025641vw;
    width: 90%;
  }
}
.mv_con::after {
  content: "";
  background-image: url("../img/fv_circle.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 637px;
  height: 637px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1920px) {
  .mv_con::after {
    width: 715px;
  }
}
@media only screen and (max-width: 559px) {
  .mv_con::after {
    background-image: url("../img/fv_circle_sp.png");
    width: 112%;
    height: 100%;
    bottom: 0;
  }
}

.mv_title_sub {
  text-align: center;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #222222;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.mv_title_sub img {
  width: clamp(0.95rem, 0.8165048544rem + 0.355987055vw, 1.5rem);
}
.mv_title_sub .mv_title_sub_img_L {
  margin-right: 5px;
}

.mv_face {
  position: absolute;
  bottom: 0;
  right: -27%;
}
@media only screen and (max-width: 768px) {
  .mv_face {
    right: -10%;
  }
}
@media only screen and (max-width: 559px) {
  .mv_face {
    right: -5%;
  }
}
.mv_face img {
  width: clamp(16.4rem, 14.0213592233rem + 6.3430420712vw, 26.2rem);
}
@media only screen and (max-width: 559px) {
  .mv_face img {
    width: 164px;
  }
}

.mv_img_sp {
  margin-top: 7.6923076923vw;
}

.mv_list {
  margin-top: clamp(3.9rem, 3.4388349515rem + 1.2297734628vw, 5.8rem);
  margin-bottom: clamp(4.4rem, 3.9388349515rem + 1.2297734628vw, 6.3rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4rem, 3.2233009709rem + 2.071197411vw, 7.2rem);
}

.mv_item {
  position: relative;
  font-size: clamp(1.4rem, 1.327184466rem + 0.1941747573vw, 1.7rem);
  line-height: 24px;
  letter-spacing: 0.51px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mv_item {
    line-height: 18px;
    letter-spacing: -0.14px;
  }
}
.mv_item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-radius: 999px;
  width: 142px;
  height: 142px;
}
@media only screen and (max-width: 559px) {
  .mv_item::after {
    width: 108px;
    height: 108px;
  }
}
.mv_item::before {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: -1;
  content: "";
  display: inline-block;
  background-color: #EC6D7B;
  border-radius: 999px;
  width: 142px;
  height: 142px;
}
@media only screen and (max-width: 559px) {
  .mv_item::before {
    width: 108px;
    height: 108px;
  }
}

.mv_price {
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  background-color: #EC6D7B;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(0.3rem, 0.227184466rem + 0.1941747573vw, 0.6rem);
  padding-bottom: clamp(0.3rem, 0.2514563107rem + 0.1294498382vw, 0.5rem);
  margin-top: 23px;
}
@media only screen and (max-width: 559px) {
  .mv_price {
    width: 100vw;
    margin: 10px calc(50% - 50vw);
    text-align: left;
    padding-left: 15%;
  }
}
.mv_price span {
  font-size: clamp(2.4rem, 2.1572815534rem + 0.6472491909vw, 3.4rem);
  font-family: "Poppins", sans-serif;
  padding-left: 3px;
  padding-right: 3px;
}

.mv_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 0.6359223301rem + 0.9708737864vw, 2.5rem);
  margin-top: 20px;
}
@media only screen and (max-width: 559px) {
  .mv_flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.mv_item {
  width: clamp(21rem, 19.9805825243rem + 2.7184466019vw, 25.2rem);
  border: 1px solid #EC6D7B;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-bottom: clamp(0.5rem, 0.2572815534rem + 0.6472491909vw, 1.5rem);
  padding-left: clamp(1rem, 0.9757281553rem + 0.0647249191vw, 1.1rem);
  padding-right: clamp(1rem, 0.9757281553rem + 0.0647249191vw, 1.1rem);
  position: relative;
}

.mv_item_img {
  width: clamp(2.3rem, 2.1786407767rem + 0.3236245955vw, 2.8rem);
}

.mv_item_text {
  text-align: center;
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  font-weight: 700;
  white-space: nowrap;
}
.mv_item_text span {
  color: #EC6D7B;
}

.mv_item_point {
  position: absolute;
  top: -5px;
  left: 15px;
  width: 55px;
}

/*top_cta*/
.top_cta {
  background-color: #EBF4EF;
  padding-top: clamp(0.5rem, 0.1359223301rem + 0.9708737864vw, 2rem);
  padding-bottom: clamp(2rem, 2rem + 0vw, 2rem);
}

.top_cta .cv_note {
  color: #222222;
}

@media only screen and (max-width: 768px) {
  .top_cta .btn_cv a {
    font-size: 16px;
  }
}

/*record*/
.record {
  padding-top: clamp(4rem, 3.2718446602rem + 1.9417475728vw, 7rem);
  padding-bottom: clamp(5rem, 4.0291262136rem + 2.5889967638vw, 9rem);
}

.record_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(4rem, 3.7572815534rem + 0.6472491909vw, 5rem);
}
@media only screen and (max-width: 768px) {
  .record_content {
    flex-direction: column;
  }
}

/*intro*/
.intro {
  position: relative;
  background-color: #F0F0F0;
  padding-top: clamp(5rem, 4.7572815534rem + 0.6472491909vw, 6rem);
}
@media only screen and (max-width: 768px) {
  .intro {
    padding-bottom: 13rem;
  }
}
.intro::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: clamp(10rem, 7.0873786408rem + 7.7669902913vw, 22rem) solid #F0F0F0;
}
.intro::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: -46.1538461538vw;
  right: clamp(-22rem, -21.2718446602rem - 1.9417475728vw, -25rem);
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .intro::before {
    bottom: -9.5168374817vw;
  }
}

.intro_box {
  background-color: #ffffff;
  border: 6px solid #EC6D7B;
  border-radius: 4rem;
}

.intro_title {
  background-color: #EC6D7B;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.intro_con {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: clamp(2rem, 1.5388349515rem + 1.2297734628vw, 3.9rem);
  padding-top: clamp(3rem, 2.8058252427rem + 0.5177993528vw, 3.8rem);
  padding-bottom: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}
@media only screen and (max-width: 768px) {
  .intro_con {
    display: block;
    padding-right: clamp(2rem, 1.5388349515rem + 1.2297734628vw, 3.9rem);
  }
}

.intro_item {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.8300970874rem + 0.4530744337vw, 1.7rem);
}
@media only screen and (max-width: 768px) {
  .intro_item {
    align-items: flex-start;
  }
}
.intro_item:not(:first-of-type) {
  margin-top: clamp(1.5rem, 1.1844660194rem + 0.8414239482vw, 2.8rem);
}

.intro_check {
  width: clamp(2.4rem, 2.254368932rem + 0.3883495146vw, 3rem);
}

.intro_item_txt {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 768px) {
  .intro_item_txt {
    width: 74.6153846154vw;
    line-height: 19px;
  }
}

.intro_text_end {
  margin-top: 4.6rem;
  font-size: clamp(2.4rem, 2.2058252427rem + 0.5177993528vw, 3.2rem);
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: clamp(3.8rem, 3.445631068rem + 0.9449838188vw, 5.26rem);
}
@media only screen and (max-width: 768px) {
  .intro_text_end {
    margin-top: 6rem;
  }
}

.intro_text_end_b {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
}

.intro_img {
  width: clamp(17.6rem, 17.6rem + 0vw, 17.6rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
@media only screen and (min-width: 767px) {
  .intro_img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -102px;
  }
}

.intro_arrow {
  margin-top: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  margin-right: auto;
  margin-left: auto;
  width: 20px;
}

.intro_bottom {
  position: relative;
  margin-top: 1.3rem;
}
.intro_bottom::after {
  display: inline-block;
  position: absolute;
  top: 110px;
  right: -15vw;
  content: "";
  background-image: url("../img/icon_circle01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 73px;
}
@media only screen and (max-width: 768px) {
  .intro_bottom::after {
    top: -56px;
  }
}

.intro_bottom_title {
  font-size: clamp(2.4rem, 2.2058252427rem + 0.5177993528vw, 3.2rem);
  font-weight: 500;
  text-align: center;
  line-height: clamp(3.8rem, 3.5087378641rem + 0.7766990291vw, 5rem);
  letter-spacing: clamp(0.096rem, 0.0882330097rem + 0.0207119741vw, 0.128rem);
}

.intro_bl {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
  letter-spacing: 1.52px;
  font-weight: 700;
}

.intro_chui {
  position: relative;
  background-color: #1B9062;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 50px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(3rem, 3rem + 0vw, 3rem);
}
@media only screen and (max-width: 768px) {
  .intro_chui {
    display: block;
    padding-top: 10px;
    padding-right: 24px;
    padding-left: 25px;
  }
}
.intro_chui::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #1B9062;
}

.intro_chui_img {
  width: clamp(6.4rem, 6.4rem + 0vw, 6.4rem);
}
@media only screen and (max-width: 768px) {
  .intro_chui_img {
    position: absolute;
    top: -30px;
    left: 0;
  }
}

.intro_chui_fukidashi {
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.5px;
}

.intro_chui_list {
  display: flex;
  gap: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
  align-items: center;
  justify-content: center;
  margin-top: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
}
@media only screen and (max-width: 768px) {
  .intro_chui_list {
    display: block;
    width: 100vw;
    margin: calc(50% - 50vw);
    margin-top: 3rem;
  }
}

.intro_chui_item {
  width: calc((100% - 32px) / 2);
}
@media only screen and (max-width: 768px) {
  .intro_chui_item {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
  }
}
.intro_chui_item:nth-child(even) {
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .intro_chui_item:nth-child(even) p {
    text-align: left;
  }
}

.intro_chui_item_img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .intro_chui_item_img {
    width: calc((100% - 20px) / 2);
  }
}

.intro_chui_text {
  margin-top: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  line-height: clamp(2.2rem, 2.0058252427rem + 0.5177993528vw, 3rem);
  letter-spacing: clamp(0.028rem, -0.004038835rem + 0.0854368932vw, 0.16rem);
}
@media only screen and (max-width: 768px) {
  .intro_chui_text {
    width: calc((100% - 20px) / 2);
    text-align: right;
  }
}

/*about*/
.about {
  position: relative;
  margin-top: clamp(20rem, 16.6019417476rem + 9.0614886731vw, 34rem);
}
.about::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle03.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
  position: absolute;
  bottom: 0;
  left: 7.3206442167vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .about::before {
    width: 37px;
    height: 37px;
    bottom: 51%;
    left: -1rem;
  }
}

.about_contents {
  margin-top: clamp(3.3rem, 2.7902912621rem + 1.359223301vw, 5.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 0.7631067961rem + 1.1650485437vw, 3rem);
}
@media only screen and (max-width: 768px) {
  .about_contents {
    flex-direction: column;
  }
}

.about_item {
  padding-top: clamp(0.7rem, 0.3359223301rem + 0.9708737864vw, 2.2rem);
  padding-bottom: clamp(1rem, 0.7087378641rem + 0.7766990291vw, 2.2rem);
  padding-left: clamp(1rem, 1rem + 0vw, 1rem);
  padding-right: clamp(1rem, 1rem + 0vw, 1rem);
  border-radius: 12px;
  width: clamp(35rem, 35rem + 0vw, 35rem);
}

.about_item_green {
  background-color: #1B9062;
}

.about_item_pink {
  background-color: #EC6D7B;
}

.about_item_sub {
  color: #ffffff;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  text-align: center;
  font-weight: 700;
  line-height: clamp(2.4rem, 2.3029126214rem + 0.2588996764vw, 2.8rem);
  letter-spacing: clamp(0.08rem, 0.0751456311rem + 0.0129449838vw, 0.1rem);
}

.about_item_text {
  color: #ffffff;
  font-size: clamp(2.2rem, 2.054368932rem + 0.3883495146vw, 2.8rem);
  font-weight: 700;
  font-weight: 700;
  line-height: clamp(3.6rem, 3.5029126214rem + 0.2588996764vw, 4rem);
  text-align: center;
}

.about_img {
  width: clamp(4.4rem, 4.4rem + 0vw, 4.4rem);
}

.about_text {
  margin-top: 2.5rem;
  text-align: center;
  line-height: clamp(2.6rem, 2.5514563107rem + 0.1294498382vw, 2.8rem);
  letter-spacing: 0.64px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .about_text {
    margin-top: 3.5rem;
  }
}
.about_text:not(:first-of-type) {
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}

/*benefit*/
@media only screen and (min-width: 767px) {
  .benefit .container {
    padding-left: 6.2225475842vw;
    padding-right: 6.2225475842vw;
  }
}

.benefit {
  position: relative;
  background-color: #E9FAF3;
  margin-top: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
  padding-top: clamp(3.2rem, 2.2776699029rem + 2.4595469256vw, 7rem);
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .benefit {
    padding-bottom: 2rem;
  }
}
.benefit::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem) solid #E9FAF3;
}
.benefit::before {
  content: "";
  position: absolute;
  top: 100.3%;
  box-sizing: border-box;
  border-right: 50vw solid #FFEFF0;
  border-left: 50vw solid #FFEFF0;
  border-top: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem) solid #ffffff;
}

.benefit_item {
  background-color: #ffffff;
  padding-top: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  padding-bottom: 2.5rem;
  padding-left: 8.7179487179vw;
  padding-right: 3.5897435897vw;
  min-height: clamp(30.9rem, 30.9rem + 0vw, 30.9rem);
}
@media only screen and (max-width: 768px) {
  .benefit_item {
    padding-bottom: 5rem;
  }
}
.benefit_item:not(:first-of-type) {
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}

.benefit_item_add {
  margin-left: calc(50% - 50vw);
  border-top-right-radius: clamp(4rem, 4rem + 0vw, 4rem);
  border-bottom-right-radius: clamp(4rem, 4rem + 0vw, 4rem);
}

.benefit_item_even {
  margin-right: calc(50% - 50vw);
  border-top-left-radius: clamp(4rem, 4rem + 0vw, 4rem);
  border-bottom-left-radius: clamp(4rem, 4rem + 0vw, 4rem);
}
@media only screen and (max-width: 768px) {
  .benefit_item_even {
    padding-left: 3.5897435897vw;
    padding-right: 8.7179487179vw;
  }
}

.benefit_item_area {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .benefit_item_area {
    width: clamp(86rem, 86rem + 0vw, 86rem);
    margin: 0 auto;
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .benefit_item_even .benefit_item_area {
    flex-direction: column-reverse;
  }
}

.benefit_img {
  width: clamp(30rem, 28.640776699rem + 3.6245954693vw, 35.6rem);
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .benefit_img {
    margin: 0;
  }
}

@media only screen and (min-width: 767px) {
  .benefit_item_box {
    width: clamp(50rem, 50rem + 0vw, 50rem);
  }
}

.headline_h3_benefit {
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  line-height: 1.5;
}

.text_main_benefit {
  margin-top: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  font-weight: 500;
}

@media only screen and (min-width: 767px) {
  .benefit_item_even {
    flex-direction: row-reverse;
  }
}

.benefit_num {
  display: flex;
  gap: 5px;
  align-items: center;
}
.benefit_num img {
  width: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}

.benefit_sub_box {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.benefit_text_end {
  position: relative;
  color: #EC6D7B;
  font-size: clamp(2.2rem, 1.9572815534rem + 0.6472491909vw, 3.2rem);
  text-align: center;
  line-height: clamp(3.8rem, 3.4601941748rem + 0.9061488673vw, 5.2rem);
  letter-spacing: clamp(0rem, -0.0368932039rem + 0.098381877vw, 0.152rem);
  font-weight: 700;
  margin-top: clamp(4rem, 3.7572815534rem + 0.6472491909vw, 5rem);
}
.benefit_text_end::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle08.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 231px;
  height: 231px;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .benefit_text_end::before {
    width: 107px;
    height: 107px;
    top: auto;
    bottom: -120px;
    right: auto;
    left: -48px;
  }
}

.benefit_text_end_b {
  font-size: clamp(2.4rem, 2.0601941748rem + 0.9061488673vw, 3.8rem);
}

.benefit_item01 {
  margin-top: clamp(4rem, 4rem + 0vw, 4rem);
  position: relative;
}
.benefit_item01::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle04.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 163px;
  height: 163px;
  position: absolute;
  top: -100px;
  left: -1.8301610542vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .benefit_item01::before {
    width: 105px;
    height: 105px;
    top: -50px;
    left: auto;
    right: -3rem;
  }
}

.benefit_item02 {
  position: relative;
}
.benefit_item02::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle05.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 143px;
  height: 143px;
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .benefit_item02::before {
    content: none;
  }
}
.benefit_item02::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle06.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 195px;
  height: 195px;
  position: absolute;
  bottom: -120px;
  right: 20px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .benefit_item02::after {
    left: -3rem;
    bottom: -70px;
    width: 105px;
    height: 105px;
  }
}

.benefit_item04 {
  position: relative;
}
.benefit_item04::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle07.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 147px;
  height: 147px;
  position: absolute;
  bottom: 30px;
  left: -86px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .benefit_item04::before {
    content: none;
  }
}

/*session*/
.session {
  padding-top: clamp(8rem, 6.786407767rem + 3.2362459547vw, 13rem);
  padding-bottom: clamp(5rem, 4.2718446602rem + 1.9417475728vw, 8rem);
  background-color: #FFEFF0;
}

.session_title {
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  font-weight: 700;
  line-height: clamp(3.8rem, 3.7514563107rem + 0.1294498382vw, 4rem);
  letter-spacing: clamp(0rem, -0.0233009709rem + 0.0621359223vw, 0.096rem);
  text-align: center;
}

.session_title_b {
  font-size: clamp(2.2rem, 1.9572815534rem + 0.6472491909vw, 3.2rem);
}

.session_text {
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.64px;
  margin-top: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .session_text {
    line-height: 24px;
    letter-spacing: 0.56px;
  }
}

.session_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(4rem, 3.927184466rem + 0.1941747573vw, 4.3rem);
  margin-top: clamp(2.4rem, 2.0116504854rem + 1.0355987055vw, 4rem);
}
@media only screen and (max-width: 768px) {
  .session_list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .session_list::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icon_circle09.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -35px;
    right: -30px;
    z-index: 1;
  }
}

.session_item {
  width: calc((100% - 86px) / 3);
}
@media only screen and (max-width: 768px) {
  .session_item {
    width: 100%;
  }
}

.session_item_img {
  width: 100%;
}

.headline_h3_session {
  text-align: center;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 24px;
  margin-top: clamp(0.3rem, 0.3rem + 0vw, 0.3rem);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .headline_h3_session {
    display: block;
    margin-top: 2rem;
    font-size: 1.6rem;
    height: auto;
  }
}

.session_item_text {
  margin-top: 1.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .session_item_text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 1.5rem;
  }
}

/*flow*/
.flow {
  position: relative;
  margin-top: clamp(5.7rem, 5.7rem + 0vw, 5.7rem);
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .flow {
    margin-bottom: 90px;
  }
}
.flow::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle09.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 231px;
  height: 231px;
  position: absolute;
  top: 4vw;
  left: -22vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .flow::before {
    content: none;
  }
}

.flow_title {
  position: relative;
  z-index: 0;
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 1.04px;
  line-height: clamp(2.8rem, 2.2660194175rem + 1.4239482201vw, 5rem);
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .flow_title {
    width: 100%;
  }
}
.flow_title::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 35px;
  background-image: url("../img/underline_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .flow_title::after {
    height: 3rem;
    background-image: url("../img/underline_arrow_sp.webp");
    bottom: 0;
  }
}

.flow_list {
  width: 100%;
  margin-top: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flow_list {
    flex-direction: column;
    width: 100vw;
    margin: calc(50% - 50vw);
    margin-top: 22px;
  }
}

.flow_item {
  position: relative;
  width: 282px;
  padding-top: clamp(1.2rem, 0.5203883495rem + 1.8122977346vw, 4rem);
  padding-bottom: clamp(1.2rem, 0.5203883495rem + 1.8122977346vw, 4rem);
  padding-left: 1.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow_item {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
    width: 100%;
  }
}
.flow_item:not(:first-of-type) {
  padding-left: 4.4rem;
}
.flow_item::after {
  border-bottom: 135px solid transparent;
  border-top: 135px solid transparent;
  content: "";
  height: 0;
  right: -39px;
  position: absolute;
  width: 0;
  top: 0;
  z-index: 1;
}

.flow_01 {
  background-color: #ffffff;
}
.flow_01::after {
  border-left: 35px solid #ffffff;
  right: -34px;
}

.flow_02 {
  background-color: #FADDE1;
}
.flow_02::after {
  border-left: 40px solid #FADDE1;
}

.flow_03 {
  background-color: #FAC4C9;
}
.flow_03::after {
  border-left: 40px solid #FAC4C9;
}

.flow_04 {
  background-color: #F8A9B2;
}
.flow_04::after {
  border-left: 40px solid #F8A9B2;
}

.sp .flow_item {
  position: relative;
  padding-top: 45px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-align: center;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
  width: 100%;
}
.sp .flow_item::after {
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 99%;
  left: 0;
  width: 0;
  z-index: 1;
}
.sp .flow_01 {
  background-color: #ffffff;
}
.sp .flow_01::after {
  border-top: 35px solid #ffffff;
}
.sp .flow_02 {
  background-color: #FADDE1;
}
.sp .flow_02::after {
  border-top: 40px solid #FADDE1;
}
.sp .flow_03 {
  background-color: #FAC4C9;
}
.sp .flow_03::after {
  border-top: 40px solid #FAC4C9;
}
.sp .flow_04 {
  background-color: #F8A9B2;
}
.sp .flow_04::after {
  border-top: 40px solid #F8A9B2;
}

.flow_item_title {
  background-color: #FFEFF0;
  color: #EC6D7B;
  border-radius: 5px;
  width: clamp(11.8rem, 11.1932038835rem + 1.6181229773vw, 14.3rem);
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.6rem, 1.4786407767rem + 0.3236245955vw, 2.1rem);
  font-weight: 700;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  letter-spacing: -1.05px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow_item_title {
    margin-left: 0;
  }
}

.flow_text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  letter-spacing: 0.7px;
  margin-top: clamp(0.5rem, 0.1844660194rem + 0.8414239482vw, 1.8rem);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow_text {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .flow_item_area {
    width: 57%;
  }
}

.flow_img {
  width: 7.3rem;
  margin-top: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .flow_img {
    width: 9rem;
    margin-top: 0;
  }
}

/*price*/
.price {
  position: relative;
  background-color: #E9FAF3;
  padding-top: clamp(5rem, 4.1019417476rem + 2.3948220065vw, 8.7rem);
  padding-bottom: clamp(5.3rem, 4.8631067961rem + 1.1650485437vw, 7.1rem);
}
.price::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle10.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 191px;
  height: 191px;
  position: absolute;
  top: -6.9546120059vw;
  right: -2.5622254758vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .price::before {
    width: 116px;
    height: 116px;
    right: -10.2564102564vw;
  }
}

.price_num {
  font-size: clamp(4rem, 3.6601941748rem + 0.9061488673vw, 5.4rem);
  color: #EC6D7B;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.7px;
  text-align: center;
  margin-top: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}

.price_num_s {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
}

.price_tax {
  font-size: 1.8rem;
  color: #222222;
}

.price_contents {
  position: relative;
  margin-top: 2rem;
  border: 4px solid #1B9062;
  border-radius: 3rem;
  padding-top: clamp(1.7rem, 1.5300970874rem + 0.4530744337vw, 2.4rem);
  padding-bottom: 3rem;
  padding-left: clamp(1.3rem, 0.4747572816rem + 2.2006472492vw, 4.7rem);
  padding-right: clamp(1.3rem, 0.4747572816rem + 2.2006472492vw, 4.7rem);
}
.price_contents::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle11.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 143px;
  height: 143px;
  position: absolute;
  top: -6.9546120059vw;
  left: -7.3206442167vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .price_contents::before {
    content: none;
  }
}
.price_contents::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle12.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -6.9546120059vw;
  right: -10.980966325vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .price_contents::after {
    content: none;
  }
}

.price_h3 {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  color: #1B9062;
  line-height: 50px;
  letter-spacing: clamp(0.072rem, 0.0661747573rem + 0.0155339806vw, 0.096rem);
  font-weight: 700;
  text-align: center;
}

.price_contents_flex {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}
@media only screen and (max-width: 768px) {
  .price_contents_flex {
    flex-direction: column;
  }
}

.price_contents_item {
  flex-grow: 1;
  width: 32.0644216691vw;
}
@media only screen and (max-width: 768px) {
  .price_contents_item {
    width: 100%;
  }
}

.price_contents_line {
  position: relative;
  margin-right: 6rem;
}
@media only screen and (max-width: 768px) {
  .price_contents_line {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}
.price_contents_line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 2px;
  height: 100%;
  background-color: #1B9062;
  margin: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .price_contents_line::after {
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    margin: 3rem 0;
  }
}

.price_h4 {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.price_h4_green {
  background-color: #1B9062;
}

.price_h4_pink {
  background-color: #EC6D7B;
}

.price_catch {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 1.5rem;
}

.price_list {
  margin-top: 1.5rem;
}

.price_list_item {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}
.price_list_item:not(:first-of-type) {
  margin-top: 0.5rem;
}

.price_note {
  font-size: 1.1rem;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 400;
  mask-type: 1.5rem;
}

.price_contents_bottom {
  display: flex;
  align-items: flex-end;
  gap: clamp(3.3rem, 2.9116504854rem + 1.0355987055vw, 4.9rem);
  margin-top: clamp(4.6rem, 4.527184466rem + 0.1941747573vw, 4.9rem);
}
@media only screen and (max-width: 768px) {
  .price_contents_bottom {
    flex-direction: column;
  }
}

.price_date {
  position: relative;
  background-color: #ffffff;
  border-radius: 27px;
  padding-top: clamp(3.6rem, 3.0174757282rem + 1.5533980583vw, 6rem);
  padding-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  padding-left: clamp(1.4rem, 0.9631067961rem + 1.1650485437vw, 3.2rem);
  padding-right: clamp(1.4rem, 0.9631067961rem + 1.1650485437vw, 3.2rem);
}

.price_date_h3 {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 700;
}

.price_date_item {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0;
}

.price_date_catch {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
}

.price_date_text {
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 14px;
}

.price_img_text {
  color: #ffffff;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  background-color: #1B9062;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.price_contents_img {
  margin-top: clamp(0.8rem, 0.5815533981rem + 0.5825242718vw, 1.7rem);
}
.price_contents_img img {
  border-radius: 19px;
}
.price_contents_img figcaption {
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  margin-top: 0.5rem;
  font-weight: 700;
}

/*faq*/
.faq__toggleIcon {
  transition: transform 0.3s ease-in-out;
}

.faq__question {
  display: flex;
  align-items: center;
  background: #000;
  color: #222222;
  padding: 10px 20px;
}

.faq__toggleIcon {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .faq__toggleIcon {
    right: 24px;
  }
}

.faq__toggleIcon::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #1B9062;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center;
  /* 中心を基準にtransform */
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq__toggleIcon::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #1B9062;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.is-open .faq__toggleIcon::before {
  content: none;
}

.faq__answer.answer {
  display: none;
  padding: 10px 20px;
  background: #fff;
}

.faq {
  padding-top: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem);
  padding-bottom: clamp(8rem, 6.6893203883rem + 3.4951456311vw, 13.4rem);
  position: relative;
  z-index: 0;
}
.faq::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle13.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(5.5rem, -0.2038834951rem + 15.2103559871vw, 29rem);
  height: clamp(5.5rem, -0.2038834951rem + 15.2103559871vw, 29rem);
  position: absolute;
  top: 8.4919472914vw;
  left: 1.0980966325vw;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .faq::after {
    top: -30px;
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .faq::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icon_circle13.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24.358974359vw;
    height: clamp(39rem, 46.1601941748rem - 19.0938511327vw, 9.5rem);
    position: absolute;
    top: 0;
    right: -2.5641025641vw;
    z-index: -1;
  }
}

.faq_link {
  border-bottom: 1px solid #222222;
  font-weight: 700;
}

.faq_area {
  margin-top: clamp(2.6rem, 2.2601941748rem + 0.9061488673vw, 4rem);
}

.faq_box:not(:first-of-type) {
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}

.faq_title {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 700;
  line-height: 1.75;
  position: relative;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
  background-color: #E9FAF3;
  padding-top: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  padding-bottom: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  padding-left: 20px;
  padding-right: 43px;
  letter-spacing: 0.56px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media only screen and (min-width: 767px) {
  .faq_title {
    padding-right: 20px;
  }
}

.faq_title::before {
  content: "Q";
  margin-right: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 3.054368932rem + 0.3883495146vw, 3.8rem);
  color: #1B9062;
  margin-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}

.faq_title label {
  font-size: clamp(3.2rem, 3.054368932rem + 0.3883495146vw, 3.8rem);
  margin-left: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  color: #1B9062;
  margin-left: auto;
  padding-left: 2.5rem;
  line-height: 1;
  z-index: 1;
  font-family: "Poppins", sans-serif;
}

.answer {
  padding: 2rem;
  display: flex;
}

.answer p {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 400;
  position: relative;
  letter-spacing: 0.56px;
  line-height: 1.7142857143;
}

.answer_inner {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.answer_inner::before {
  content: "A.";
  font-family: "Poppins", sans-serif;
  font-size: clamp(3.2rem, 3.054368932rem + 0.3883495146vw, 3.8rem);
  color: rgba(27, 144, 98, 0.6);
  font-weight: 700;
  margin-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  line-height: 1;
}

.faqWrap .hidden_box:not(:first-child) {
  margin-top: 4rem;
}

.hidden_box {
  padding: 0;
  cursor: pointer;
}

.hidden_box input {
  display: none;
}

.hidden_box label {
  position: relative;
  display: block;
  cursor: pointer;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}

.hidden_box.open .hidden_show {
  height: auto;
  padding: 0 0 0.5rem;
  opacity: 1;
  overflow: visible;
  transition: 0.4s;
}

.faq-wrap {
  margin-top: 7.5rem;
  margin-bottom: 7.291vw;
}

.faq-wrap .accordion_one .accordion_header {
  background-color: #036eb8;
  color: #fff;
  font-size: clamp(1.8rem, 1.7029rem + 0.4142vw, 2.2rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 4.5rem;
  padding: 1.8rem 5rem;
}

.faq-wrap .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before,
.faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 10px;
  left: 10px;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  width: 2px;
  height: 18px;
  top: -2px;
  left: 10px;
  transform: rotate(-45deg);
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  transform: rotate(0deg);
  top: 7px;
  left: 2px;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-90deg);
}

.faq-wrap .accordion_one .accordion_header.faq {
  background-color: transparent;
  color: #464646;
  font-size: clamp(1.4rem, 1.2058rem + 0.8285vw, 2.2rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 2.5rem;
  padding: 0 8% 2rem 0;
  border-bottom: solid 1px;
  display: flex;
}

.faq-wrap .accordion_one .accordion_header.faq::before {
  content: "Q.";
  margin-right: 1rem;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box {
  top: 0;
  margin-top: 0;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:before,
.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #036eb8;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.faq-wrap .accordion_one .accordion_header.faq.open {
  padding: 0 8% 2rem 0;
}

.faq-wrap .accordion_one .accordion_header.faq.open .i_box .one_i:before {
  transform: rotate(45deg);
}

.faq-wrap .accordion_one .accordion_header.faq.open .i_box .one_i:after {
  content: none;
}

.faq-wrap .accordion_one .accordion_header.answer {
  background: #d9e9f4;
  cursor: inherit;
  color: #464646;
  font-size: clamp(1.4rem, 1.2301rem + 0.7249vw, 2.1rem);
  font-weight: 500;
  display: flex;
  align-items: baseline;
  padding: 2.5rem;
}

.faq-wrap .accordion_one .accordion_header.answer::before {
  content: "A.";
  margin-right: 1rem;
  color: #036eb8;
  font-size: clamp(2.2rem, 1.933rem + 1.1392vw, 3.3rem);
}

.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.faq-wrap .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.page-detail-faq .linkG.contensG {
  padding-top: 6rem;
  border-top: solid 1px #a2a2a2;
}

/*footer*/
.ft {
  position: relative;
  z-index: 0;
  background-color: #1B9062;
  padding-top: 17px;
  padding-bottom: 17px;
}
.ft::before {
  content: "";
  display: inline-block;
  background-image: url("../img/footer_img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(16rem, 13.8155339806rem + 5.8252427184vw, 25rem);
  height: clamp(11.4rem, 9.6766990291rem + 4.5954692557vw, 18.5rem);
  position: absolute;
  bottom: 46px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .ft::before {
    bottom: 120px;
  }
}

.ft_copy {
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
  text-align: center;
  color: #ffffff;
  letter-spacing: 1.6px;
}

/*contact*/
.contact {
  background-color: #E9FAF3;
  padding-top: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem);
  padding-bottom: clamp(1.3rem, 0.9359223301rem + 0.9708737864vw, 2.8rem);
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 767px) {
  .contact::after {
    content: "";
    display: inline-block;
    background-image: url("../img/ft_circle.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(16rem, 13.8155339806rem + 5.8252427184vw, 25rem);
    height: clamp(11.4rem, 9.6766990291rem + 4.5954692557vw, 18.5rem);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.contact::before {
  content: "";
  display: inline-block;
  background-image: url("../img/contact_img01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(12rem, 9.8155339806rem + 5.8252427184vw, 21rem);
  height: clamp(10.7rem, 8.7582524272rem + 5.1779935275vw, 18.7rem);
  position: absolute;
  top: clamp(-4.5rem, -4.1601941748rem - 0.9061488673vw, -5.9rem);
  left: clamp(0.7rem, 0.1417475728rem + 1.4886731392vw, 3rem);
}

.contact .container_inner {
  position: relative;
}
.contact .container_inner::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle14.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 297px;
  height: 297px;
  position: absolute;
  top: 35%;
  left: -29.2825768668vw;
}
@media only screen and (max-width: 768px) {
  .contact .container_inner::before {
    content: none;
  }
}
.contact .container_inner::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle15.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 108px;
  height: 108px;
  position: absolute;
  bottom: 5%;
  left: -14.6412884334vw;
}

.under_contact::before {
  content: none;
}
.under_contact::after {
  content: none;
}

.under_ft::before {
  content: none;
}

.contact_catch_area {
  position: relative;
  text-align: center;
  margin-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.contact_catch_area::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_circle14.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(12.6rem, 8.6194174757rem + 10.6148867314vw, 29rem);
  height: clamp(12.6rem, 8.6194174757rem + 10.6148867314vw, 29rem);
  position: absolute;
  top: -14.6412884334vw;
  right: -29.2825768668vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .contact_catch_area::before {
    background-image: url("../img/icon_circle_sp_contact.webp");
    width: 35.1282051282vw;
    height: 33.3333333333vw;
    top: -150px;
    right: 20px;
  }
}

.contact_top_catch {
  background-color: #EC6D7B;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  padding-top: clamp(0.3rem, 0.2757281553rem + 0.0647249191vw, 0.4rem);
  padding-bottom: clamp(0.3rem, 0.2757281553rem + 0.0647249191vw, 0.4rem);
  padding-left: clamp(2.8rem, 1.8291262136rem + 2.5889967638vw, 6.8rem);
  padding-right: clamp(2.8rem, 1.8291262136rem + 2.5889967638vw, 6.8rem);
  display: inline-block;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .contact .container {
    padding-left: 21.4494875549vw;
    padding-right: 21.4494875549vw;
  }
}

/*form*/
.inquiry-form {
  margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
}

.notes {
  text-align: right;
  font-size: 2.6041666667vw;
}
@media only screen and (max-width: 768px) {
  .notes {
    font-size: 1.0416666667vw;
  }
}
.notes span {
  color: #b81c25;
}

.inquiry_table {
  width: 100%;
}
.inquiry_table tr {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.inquiry_table tr:not(:first-of-type) {
  margin-top: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.inquiry_table th {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  vertical-align: middle;
}
@media only screen and (min-width: 767px) {
  .inquiry_table th {
    width: 100%;
  }
}
.inquiry_table th .required {
  color: #ffffff;
  background-color: #DD5858;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
}
.inquiry_table td {
  margin-top: 10px;
}
.inquiry_table input[type=text],
.inquiry_table input[type=email],
.inquiry_table input[type=tel],
.inquiry_table textarea,
.inquiry_table select {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding-top: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  padding-bottom: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  padding-left: 15px;
  padding-right: 15px;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  width: 50%;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .inquiry_table input[type=text],
.inquiry_table input[type=email],
.inquiry_table input[type=tel],
.inquiry_table textarea,
.inquiry_table select {
    width: 100%;
  }
}
.inquiry_table input[type=text]#add {
  width: 100%;
}
.inquiry_table textarea {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .inquiry_table #add {
    width: 100%;
    height: 100px;
  }
}
.inquiry_table .contact_row,
.inquiry_table select {
  width: 70%;
}

.inquiry_check {
  margin-top: 10.6770833333vw;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .inquiry_check {
    margin-top: 4.0625vw;
  }
}

.textLink {
  font-size: 2.6041666667vw;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .textLink {
    font-size: 1.0416666667vw;
  }
}

.agree_btn {
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: 12px;
  height: 12px;
}

.submitBtn {
  text-align: center;
}

.submitBtn button {
  margin-top: clamp(3rem, 3.0970873786rem - 0.2588996764vw, 2.6rem);
  text-align: center;
  background-color: #1B9062;
  font-size: clamp(1.8rem, 1.8485436893rem - 0.1294498382vw, 1.6rem);
  color: #fff;
  border-radius: 999px;
  transition: all 0.5s;
  padding-top: clamp(2.3rem, 2.3970873786rem - 0.2588996764vw, 1.9rem);
  padding-bottom: clamp(2.3rem, 2.3970873786rem - 0.2588996764vw, 1.9rem);
  width: clamp(35rem, 36.6990291262rem - 4.5307443366vw, 28rem);
}
.submitBtn button:hover {
  opacity: 0.7;
}

/*送信確認画面*/
.contact_form_tit {
  font-size: 24px;
  font-weight: 700;
  color: #1B9062;
  text-align: center;
  margin-top: 50px;
}

.contact_mtop {
  margin-bottom: 0;
  padding-left: 2.6041666667vw;
  padding-right: 2.6041666667vw;
}

.contact_pd {
  padding-left: 2.6041666667vw;
  padding-right: 2.6041666667vw;
}

.contact_form_text {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  margin-top: 50px;
}
@media only screen and (min-width: 767px) {
  .contact_form_text {
    text-align: center;
  }
}

.formTable.inquiry {
  background-image: none;
  width: 100%;
  margin-top: 35px;
}
.formTable.inquiry tr {
  border-bottom: 1px solid #ccc;
}
.formTable.inquiry th,
.formTable.inquiry td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}

.kaku_btn {
  margin-top: 5.859375vw;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .kaku_btn {
    margin-top: 3.3854166667vw;
  }
}

input.linkBtn.submit-btn,
.form_submit-btn {
  text-align: center;
  background-color: #1B9062;
  font-size: clamp(1.8rem, 1.8485436893rem - 0.1294498382vw, 1.6rem);
  color: #fff;
  border-radius: 999px;
  transition: all 0.5s;
  padding-top: clamp(2.3rem, 2.3970873786rem - 0.2588996764vw, 1.9rem);
  padding-bottom: clamp(2.3rem, 2.3970873786rem - 0.2588996764vw, 1.9rem);
  width: clamp(35rem, 36.6990291262rem - 4.5307443366vw, 28rem);
}
input.linkBtn.submit-btn:hover,
.form_submit-btn:hover {
  opacity: 0.7;
}

.form_submit-btn {
  display: block;
  margin-bottom: 16.9270833333vw;
}
@media only screen and (max-width: 768px) {
  .form_submit-btn {
    margin-bottom: 10.4166666667vw;
  }
}

.text_privacy {
  height: clamp(19.2rem, 18.7145631068rem + 1.2944983819vw, 21.2rem);
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: transparent;
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 767px) {
  .text_privacy {
    padding: 20px;
    line-height: 1.5;
  }
}

.privacy {
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
}

select {
  background-image: url("../img/select_icon.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 9px 4.5px;
}

/*footer_nav*/
.footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .footer_nav {
    margin-top: 199px;
  }
}

.footer_nav_item {
  font-size: clamp(1rem, 0.927184466rem + 0.1941747573vw, 1.3rem);
  letter-spacing: 0.5px;
  line-height: 16.8px;
}
.footer_nav_item::after {
  content: "|";
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer_nav_item::after {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.footer_nav_item_last::after {
  content: none;
}

.low_h2 {
  font-size: clamp(3.2rem, 2.8116504854rem + 1.0355987055vw, 4.8rem);
}

.low_intor {
  text-align: center;
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  margin-bottom: 20px;
  line-height: 1.7em;
}

.low_contents {
  padding-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
  padding-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .low_contents {
    padding-bottom: 200px;
  }
}
.low_contents tr {
  border-bottom: 1px solid #E9FAF3;
}
@media only screen and (max-width: 768px) {
  .low_contents tr {
    display: flex;
    flex-direction: column;
  }
}

.low_th {
  background-color: #97e7c6;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  padding-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-right: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-left: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .low_th {
    width: 100%;
  }
}

.low_td {
  background-color: #ffffff;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  padding-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-right: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-left: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  line-height: 1.6em;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .low_td {
    width: 100%;
  }
}
.low_td a {
  text-decoration: underline;
}

.low_table {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */