* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1rem;
}

/* .roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
} */

/* .noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.sp_view {
  display: none;
}

.pc_view {
  display: block;
}

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

  .pc_view {
    display: none;
  }
}

.wrapper {
  width: min(100% - 100px, 1280px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 6vw;
  }
}

#fv {
  background-image: url(../images/fv_bg.jpg);
  background-size: cover;
  background-position: center;
  height: 950px;
  display: flex;
  position: relative;
}

.fv_cta_btn {
  width: 190px;
  bottom: 2%;
  right: 2%;
  position: fixed;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .fv_cta_btn {
    width: 20%;
    bottom: 0%;
    min-width: 90px;
  }
}

@media screen and (max-width: 768px) {
  #fv {
    background-image: url(../images/fv_bg_sp.jpg);
    height: auto;
    padding: 10vw 0;
    background-position: top;
  }
}

.fv_main_copy_wrapper {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .fv_main_copy_wrapper {
    margin-bottom: 1rem;
  }
}

.fv_main_copy {
  font-size: clamp(1.4rem, 3.7333333333vw, 3.6rem);
  color: #ff8c00;
  background: #fff;
  display: table;
  margin-bottom: 1rem;
}

.fv_main_copy:last-child {
  margin-bottom: 0rem;
}

.main_copy_bg {
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: clamp(0.1rem, 0.1333333333vw, 0.5rem);
  display: block;
  width: fit-content;
  /* margin-bottom: 2rem; */
  background-color: #fff;
  font-style: italic;
  padding: 0.5rem 1.5rem;
  color: #ff8c00;
  background: -webkit-linear-gradient(0deg, #e39806, #e74617);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .main_copy_bg {
    padding: 0.2rem 0.8rem;
  }
}

.main_copy_stong {
  color: #f5eb11;
}

.main_copy_stong_number {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.2rem, 5.8666666667vw, 4.4rem);
  line-height: clamp(2.2rem, 5.8666666667vw, 4.4rem);
}

.main_title {
  max-width: 647px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .main_title {
    width: 73%;
    min-width: 240px;
    margin-bottom: 1rem;
  }
}

.fv_point_ct {
  list-style: none;
  display: flex;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .fv_point_ct {
    margin-bottom: 3rem;
  }
}

.fv_point_item {
  font-size: clamp(1.2rem, 3.2vw, 2.2rem);
  display: inline-block;
  margin-right: 1.4rem;
  background-color: #fff;
  border-radius: 80px;
}

@media screen and (max-width: 768px) {
  .fv_point_item {
  }
}

.item_tx {
  border-radius: 80px;
  padding: 1.2rem 2rem;
  font-size: clamp(1.2rem, 3.2vw, 2.2rem);
  font-weight: bold;
  color: #ff8c00;
  background: -webkit-linear-gradient(0deg, #e39806, #e74617);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .item_tx {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    width: 19vw;
    height: 19vw;
    line-height: normal;
  }
}

.fv_lead_ct {
  position: absolute;
  display: flex;
  margin-bottom: 3.6rem;
  background-color: #fff;
  padding: 2rem;
  width: fit-content;
  border-radius: 10px;
  align-items: center;
  top: 88%;
}

@media screen and (max-width: 768px) {
  .fv_lead_ct {
    position: relative;
    margin-bottom: 2rem;
    padding: 1rem;
  }
}

.fv_lead_tx {
  font-size: clamp(1.2rem, 3.2vw, 1.8rem);
  line-height: clamp(1.6rem, 4vw, 2.5rem);
  letter-spacing: 0.1rem;
  font-weight: bold;
  position: relative;
}

.lead_copy_strong {
  background: linear-gradient(transparent 60%, yellow 30%);
  display: inline-block;
}

.lead_copy_strong_number {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2rem, 5.3333333333vw, 2.9rem);
}

.character_icon {
  max-width: 94px;
  margin-right: 1.4rem;
}

@media screen and (max-width: 768px) {
  .character_icon {
    width: 13vw;
    margin-right: 0.8rem;
  }
}

.fv_lead_catch {
  width: 125px;
  top: -35%;
  left: 18%;
  transform: translate(-50%, -50%);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .fv_lead_catch {
    width: 25vw;
    top: -30%;
    left: 19%;
  }
}

.fv_award {
  max-width: 335px;
}

@media screen and (max-width: 768px) {
  .fv_award {
    width: 44vw;
    min-width: 242px;
    margin-bottom: 4rem;
  }
}

#beginning {
  /* background-image: url(../images/bg_orange.jpg); */
  background:#fff7ef;
  background-repeat: initial;
  padding: 8vw 4vw 4vw;
}

.beginning_ct {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  border-bottom: solid #00202b 2px;
}

.beginning_ct:last-child {
  border: none;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .beginning_ct {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.ct_right {
  margin-left: auto;
}

.ct_left {
  margin-right: 0;
}

.ct_center {
  margin: auto;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ct_right {
    flex-direction: column-reverse;
  }
  .ct_left,
  .ct_center {
    flex-direction: column;
  }
}

.common_h {
  color: #e74617;
  font-size: clamp(2.4rem, 3.125vw, 4rem);
  line-height: auto;
  margin-bottom: 2rem;
}

.common_tx_bg {
  background-color: #fff;
  margin-bottom: 1.2rem;
  display: inline-block;
  padding: 0rem 1rem;
}

.common_p {
  color: #00202B;
  font-size: clamp(1.6rem, 2.08333333333vw, 2rem);
  margin-bottom: 6rem;
  border-left: 2px #00202B solid;
  padding-left: 2rem;
  margin-left: 1.6rem;
  /* text-shadow: 0 0 10px #00000024; */
}

.common_lead {
  color: #e74617;
  font-size: clamp(1.3rem, 3.4666666667vw, 1.6rem);
  font-weight: bold;
  margin-bottom: 1rem;
}

.tx_small {
  font-size: clamp(1.3rem, 3.4666666667vw, 1.6rem);
}

.yellow_strong {
  font-weight: bold;
  color: #e74617;
}

.common_img {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .common_h {
    margin-bottom: 1rem;
  }

  .common_p {
    padding-left: 1rem;
    margin-left: 0rem;
    border-left: 1px #fff solid;
    margin-bottom: 4rem;
  }
}

.common_copy {
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  color: #fff;
  margin-bottom: 1.4rem;
}

.common_strong {
  font-weight: 900;
}

.common_copy_bg {
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: clamp(0.15rem, 0.1333333333vw, 0.5rem);
  display: block;
  width: fit-content;
  margin-bottom: 0.8rem;
  background-color: #00202b;
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
}

.bg_orange {
  background-color: #e74617;
}

.common_tx {
  font-size: clamp(1.3rem, 3.4666666667vw, 1.6rem);
  color: #fff;
  line-height: 2.4rem;
  margin-bottom: 3rem;
}

.tx_navy {
  color: #00202b;
}

.capture_img {
  margin: 2rem 0;
}

.beginning_wrapper {
  /* padding: 4vw; */
  max-width: 840px;
  margin: auto;
}

.beginning_img_box {
  width: 50%;
  margin: 0 3vw;
}

.beginning_tx_box {
  width: 46%;
  min-width: 570px;
}

@media screen and (max-width: 768px) {
  .beginning_img_box {
    width: 100%;
    margin: 0 0 2rem;
  }

  .beginning_tx_box {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

.cta_sec {
  background-image: url(../images/common_cta_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 8vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cta_sec {
    padding: 16vw 0;
  }
}

.common_cta_lead {
  color: #fff;
  text-align: center;
  font-size: clamp(1.3rem, 3.4666666667vw, 1.8rem);
  padding: 0.5rem 1.5rem;
  border: solid 1px #fff;
  display: inline;
  margin-bottom: 2rem;
}

.common_cta_title {
  width: 58vw;
  max-width: 404px;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .common_cta_title {
    min-width: 310px;
  }
}

.common_point_ct {
  display: flex;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .common_point_ct {
    margin-bottom: 4rem;
  }
}

.cta_btn {
  border: 1px solid #ffffff;
  border-radius: 1rem;
  background: #21bb7a;
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.3rem, 3.4666666667vw, 1.8rem);
  padding: 1.8rem 7rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.cta_btn img {
  width: 20px;
  height: 20px;
  margin-left: 1.6rem;
}

#reason {
  padding: 4vw 0;
  background-color: #f2f2f2;
}

.h_style {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.4rem;
}

.tx_en {
  height: 80px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .h_style {
    margin-bottom: 2.4rem;
  }

  .tx_en {
    height: 60px;
    margin-bottom: 1rem;
  }
}

.tx_ja {
  font-size: clamp(2rem, 5.3333333333vw, 2.4rem);
  letter-spacing: 0.3rem;
  text-align: center;
  color: #ee7529;
}

.tx_en img {
  width: auto;
  height: 100%;
}

.common_flex_ct {
  width: 90%;
  margin: auto;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}

.common_flex_box {
  width: 32%;
}

.common_flex_box02 {
  width: 49%;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .common_flex_ct {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .common_flex_box {
    width: 100%;
    margin-bottom: 2rem;
  }

  .common_flex_box02 {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
}

.reason_ct {
  display: flex;
}

@media screen and (max-width: 768px) {
  .reason_ct {
    margin-bottom: 2rem;
  }
}

.reason_title {
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  margin-bottom: 0.8rem;
  letter-spacing: 0.3rem;
}

.reason_tx {
  font-size: clamp(1.3rem, 3.4666666667vw, 1.5rem);
  line-height: 1.5em;
}

.reason_strong {
  font-size: clamp(1.3rem, 3.4666666667vw, 1.8rem);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 2rem 1.2rem;
  background-color: #e74617;
  color: #fff;
  text-align: center;
}

.reason_tx02 {
  font-size: clamp(1.3rem, 3.4666666667vw, 1.5rem);
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  padding: 2.8rem;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .reason_tx02 {
    padding: 1.6rem;
    line-height: 1.5em;
  }
}

#curriculum {
  padding: 8vw 0;
  background-color: #FAFAFA;
}

.curriculum_lineup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .curriculum_lineup {
    width: 90%;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  #curriculum {
    /* padding: 8vw 0 0; */
  }
}

.curriculum_slide {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .curriculum_slide {
    margin-bottom: 4rem;
  }
}

.curriculum_slide_box {
  width: 18.5%;
  border-right: solid 1px #fff;
  margin: 0 0.5rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .curriculum_slide_box {
    width: 30%;
  }
}

.curriculum_img_ct {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  margin-bottom: 8rem;
}

.curriculum_img_box {
  width: 50%;
}

.curriculum_tx_box {
  width: 40%;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 2.08333333333vw, 2.5rem);
}

@media screen and (max-width: 768px) {
  .curriculum_img_ct {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .curriculum_img_box {
    width: 100%;
    margin-bottom: 2rem;
  }

  .curriculum_tx_box {
    width: 100%;
  }
}

.curriculum_h {
  font-size: clamp(2.4rem, 3.125vw, 3.8rem);
  text-align: center;
  margin-bottom: 4rem;
  background: -webkit-linear-gradient(0deg, #e39806, #e74617);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.curriculum_slide .slick-slide {
  margin: 0;
}

.curriculum_copy {
  color: #fff;
  font-weight: bold;
  font-size: clamp(2rem, 5.8666666667vw, 2.8rem);
  text-align: center;
  background-image: url(../images/curriculum_bg.jpg);
  padding: 8vw 0;
}

.curriculum_ct {
  max-width: 840px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .curriculum_ct {
    width: 88vw;
  }
}

.curriculum_tx02 {
  font-size: clamp(1.8rem, 2.34375vw, 2rem);
  margin-bottom: 2rem;
}

.curriculum_ct img {
  margin-bottom: 2rem;
}

#price {
  padding: 8vw 0 4vw;
  background-color: #f2f2f2;
}

#price02 {
  padding: 8vw 0;
  background-color: #fff;
}

.price02_ct {
  max-width: 840px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .price02_ct {
    width: 88vw;
  }
}


.layout_left {
  align-items: flex-start;
}

.layout_bottom {
  align-items: flex-end;
}

.common_layout {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.common_layout_left {
  width: 32vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.common_layout_right {
  width: 50vw;
}

@media screen and (max-width: 768px) {
  .common_layout {
    flex-direction: column;
  }

  .common_layout_left,
  .common_layout_right {
    width: 100%;
  }

  .layout_left {
    align-items: center;
  }

  .common_layout_left {
    margin-bottom: 4rem;
  }
}

.faq_ct {
  max-width: 840px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .faq_ct {
    width: 88vw;
  }
}

#flow {
  padding: 4vw 0;
}

.flow_img_ct {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  padding: 0 5.4rem;
}

.flow_img_box {
  width: 22%;
  text-align: center;
}

.flow_img_box img {
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  #flow {
    padding: 8vw 0;
  }

  .flow_img_ct {
    flex-direction: column;
    padding: 0 3rem;
  }

  .flow_img_box {
    width: 100%;
  }

  .flow_img_box img {
    margin-bottom: 1.6rem;
  }
}

.price_tx {
  font-size: clamp(1.8rem, 4.8vw, 2.6rem);
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 0.5rem;
}

.price_tx_lead {
  font-size: clamp(1.8rem, 2.34375vw, 2rem);
  font-weight: bold;
}

.flow_h {
  font-size: clamp(1.8rem, 2.34375vw, 2rem);
  color: #e74617;
  margin-bottom: 1rem;
}

.flow_p {
  font-size: clamp(1.5rem, 1.953125vw, 1.5rem);
}

@media screen and (max-width: 768px) {
  .price_tx_lead {
    text-align: center;
  }

  .price_tx {
    text-align: center;
  }

  .flow_p {
    margin-bottom: 4rem;
  }
}

.media_tx {
}

.price_yen {
  max-width: 320px;
}

.price_tx_lead02 {
  font-size: clamp(1.3rem, 3.4666666667vw, 1.5rem);
  margin-bottom: 4rem;
}

#about {
  padding: 8vw 0;
  background-color: #fff;
}

#about_us {
  padding: 4vw 0;
}

.about_us_ct {
  max-width: 840px;
  margin: auto;
  display: flex;
  align-items: center;
  padding-bottom: 4rem;
  border-bottom: 1px #e8e8e8 solid;
}

@media screen and (max-width: 768px) {
  .about_us_ct {
    width: 88vw;
    flex-direction: column;
  }
}

.sako_img {
  width: 50%;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .sako_img {
    width: 100%;
    margin: 0;
  }
}

#media {
  margin-bottom: 4vw;
}

.media_ct02 {
  display: flex;
  justify-content: center;
  max-width: 840px;
  margin: auto;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .media_ct02 {
    width: 88vw;
  }
}

@media screen and (max-width: 768px) {
  .sako_img {
    margin-bottom: 2rem;
  }

  .price_yen {
    margin: auto;
  }
}

.tx_yukisako {
  max-width: 204px;
  margin-bottom: 2rem;
}

.no_margin {
  margin: 0;
}

.about_tx {
  font-size: clamp(1.3rem, 3.4666666667vw, 1.5rem);
  line-height: 1.5em;
}
.media_ct {
  display: flex;
  justify-content: space-between;
}

.media_img {
  margin-bottom: 4rem;
}

.media_box {
  width: 48%;
  font-size: clamp(1.3rem, 3.4666666667vw, 1.5rem);
  line-height: 1.5em;
}

#sample {
  padding: 4vw 0;
  background-color: #f2f2f2;
}

.sample_box {
  width: 48%;
  position: relative;
}

.sample_box iframe {
  width: 100%;
  aspect-ratio: 16 /9;
}

@media screen and (max-width: 768px) {
  .sample_box {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.tx_black {
  color: #00202b;
}

#service {
  padding: 8vw 4vw;
  background-image: url(../images/bg_service.jpg);
  background-size: cover;
  background-size: center;
}

@media screen and (max-width: 768px) {
  #service {
    background-image: url(../images/bg_service_sp.jpg);
  }
}

#voice {
  padding: 4vw 0;
  background-color: #fff7ef;
}

.voice_box {
  width: 30%;
  background-color: #fff;
  box-shadow: rgba(231, 72, 23, 0.14) 0px 0px 10px;
  padding: 2.5rem;
  border-radius: 20px;
}

.voice_item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}

.voice_info {
  /* margin-bottom: 2.4rem; */
}

.voice_icon {
  width: 70px;
  height: 70px;
  margin-right: 1rem;
}

.voice_name {
  font-size: clamp(1rem, 2.6666666667vw, 1.2rem);
  line-height: normal;
  margin-bottom: 0.4rem;
}

.voice_black {
  background-color: #00202b;
  color: #fff;
  padding: 0.2rem;
}

.voice_title {
  font-size: clamp(1.3rem, 3.2vw, 2rem);
  font-weight: bold;
  line-height: 1.25em;
}

.voice_tx {
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  line-height: 1.5em;
  color: #5b5b5b;
}

.slick-list {
  padding: 0 10% 0 0 !important;
}

.slick-slide {
  margin-left: 2rem;
  margin-right: 2rem;
}
.slick-list img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slick-list {
    padding: 0 10% 0 !important;
  }

  .slick-slide {
    margin-right: 2vw !important;
    margin-left: 2vw !important;
  }

  .curriculum_slide .slick-slide {
    margin: 0 !important;
  }
}

#faq {
  padding: 4vw 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #faq {
    padding: 8vw 0;
  }
}

.tx_faq {
  width: 35%;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.faq_q_box {
  background: #00202b;
  border-radius: 40px;
  padding: 1rem 2rem;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
}

.faq_a_box {
  padding: 2rem;
  line-height: 1.5em;
}

.faq_q_box img {
  width: 2rem;
  margin-right: 1rem;
}

#message {
  padding: 8vw 4vw;
  background-image: url(../images/bg_message.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  #message {
    background-image: url(../images/bg_message_sp.jpg);
  }
}

/* モーダル */
.modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal_layer {
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.modal_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
}

.modal_inner {
  position: relative;
  overflow: scroll;
  height: auto;
  width: 100%;
}

.modal_close {
  position: absolute;
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 103;
}

.modal_close:hover {
  opacity: 0.6;
}

.modal_close:before,
.modal_close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #000;
  content: "";
}

.modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

iframe.youtube-16-9 {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 768px) {
  .modal_close {
    width: 22px;
    height: 22px;
  }

  .modal_close:before,
  .modal_close:after {
    width: 10px;
  }
  .modal_container {
    width: 86%;
  }

  .modal_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  iframe.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 560px;
    display: block;
    margin: auto;
  }
}

#step {
  background-color: #fff;
  padding: 8vw 0 0;
}

.step_ct {
  max-width: 840px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .step_ct {
    width: 88vw;
  }
}

.step_h {
  width: 88px;
  margin: auto;
}

.step_title {
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  text-align: center;
  margin-bottom: 2.4rem;
}

.step_img {
  margin-bottom: 2rem;
}

.step_tx {
  font-size: clamp(1.2rem, 3.2vw, 2.2rem);
  margin-bottom: 2.4rem;
}

.step_box {
  margin-bottom: 6rem;
}

/* フォームCSS */

#content_form {
  background: #fff7ef;
  padding: 8vw 0;
}

.form_h {
  width: clamp(200px, 50%, 370px);
  margin: auto;
  margin-bottom: 4rem;
}

.form_lead {
  text-align: center;
  font-size: clamp(1rem, 13.02083333333vw, 1.6rem);
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .form_lead {
    text-align: left;
    width: 80%;
    margin: auto;
    margin-bottom: 4rem;
  }
}

.form_ct {
  background-color: #fff;
  width: 80%;
  max-width: 950px;
  margin: auto;
  border-radius: 2rem;
  padding: 6rem;
}

@media screen and (max-width: 768px) {
  .form_ct {
    width: 90%;
    padding: 2rem;
  }
}

.form_ct .form_lead {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .form_ct .form_lead {
    width: 100%;
  }
}

.form_input_label {
  font-size: clamp(1.4rem, 1.8229166667vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .form_input_label {
    display: flex;
    flex-direction: column;
  }
}

.form_small {
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  font-weight: 100;
}

.form_input_input {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .form_input_input {
    flex-direction: column;
  }
}

.radiobutton {
  margin-bottom: 3.2rem;
}

.imput_2columm {
  display: flex;
  justify-content: space-between;
}

.imput_2columm .text {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .imput_2columm {
    flex-direction: column;
  }

  .imput_2columm .text {
    width: 100%;
  }
}

.form_input_input[type="text"] {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 0.44rem;
  padding: 1rem;
  margin-bottom: 2rem;
}

.mb20 {
  width: 100%;
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0.6rem;
}

.mb20 label {
  display: flex;
  align-items: center;
}

.check_icon {
  margin-right: 1rem;
}

.paymode_radio {
  font-size: clamp(1.4rem, 1.8229166667vw, 1.8rem);
  display: inline-flex;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  background-color: #f5f5f5;
  border-radius: 100px;
  text-align: center;
  width: 32%;
  line-height: 1.75rem;
  padding: 2rem 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .paymode_radio {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.check_ct {
  margin-bottom: 6rem;
}

.text_ct {
  margin-bottom: 4rem;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .paymode_radio {
  background-color: #fff;
  border: solid 1px #e74617;
  color: #e74617;
}

.paymode_radio:hover {
  background-color: #e2edf9;
}

.form_btn {
  border: 1px solid #ffffff;
  border-radius: 1rem;
  background: #21bb7a;
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.3rem, 3.4666666667vw, 1.8rem);
  padding: 1.8rem 7rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: clamp(200px, 50%, 370px);
  text-align: center;
  justify-content: center;
  margin: auto;
  transition: 0.3s;
}

.form_btn:hover {
  color: #21bb7a;
  background: #fff;
  border: solid 2px #21bb7a;
}

/*241122追加スタイル（特商法追加）*/
.tokushouhou{
  color: #a8a8a8;
  font-size: 0.8em;
  text-align: center;
  margin-top: 4px;
}
.tokushouhou a{
  color: #a8a8a8;
  text-decoration: underline;
}