@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.mv
------------------------------ */
.mv {
  position: relative;
  background: #f2f2f2;
}
.mv::before {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/index/mv_bg01.png) no-repeat center bottom;
  background-size: 130rem;
}
@media screen and (max-width: 768px) {
  .mv::before {
    background: url(../img/index/mv_bg01_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
}
.mv .wrap {
  position: relative;
  height: 48rem;
}
@media screen and (max-width: 768px) {
  .mv .wrap {
    height: 103rem;
  }
}
.mv .wrap .img {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  margin: auto;
  width: 35rem;
}
.mv .mv_box {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_box {
    display: block;
    padding-top: 5rem;
  }
}
.mv .mv_box .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35.8rem;
  height: 18.6rem;
  padding-left: 4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box {
    width: 52.5rem;
    height: 27.3rem;
    padding-left: 6rem;
  }
}
.mv .mv_box .txt_box .ttl {
  font-size: 2.6rem;
  font-weight: 900;
  color: #425aa6;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box .ttl {
    font-size: 3.8rem;
  }
}
.mv .mv_box .txt_box .ttl .marker {
  display: inline;
  background: linear-gradient(transparent 60%, #ffea74 0%);
}
.mv .mv_box .txt_box .txt {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #a0acd2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box .txt {
    margin-top: 1.5rem;
    font-size: 2.2rem;
  }
}
.mv .mv_box .txt_box .txt .big {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.8rem;
  font-weight: 900;
  color: #425aa6;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box .txt .big {
    margin-right: 2.5rem;
    font-size: 2.6rem;
  }
}
.mv .mv_box .txt_box.box01 {
  border-radius: 2rem 2rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box.box01 {
    border-radius: 3rem 3rem 0 3rem;
  }
}
.mv .mv_box .txt_box.box02 {
  border-radius: 2rem 2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box.box02 {
    margin-top: 2.5rem;
    margin-left: auto;
    border-radius: 3rem 3rem 3rem 0;
  }
}

/* ------------------------------
	.about
------------------------------ */
.about {
  position: relative;
  padding: 9rem 0 10rem;
}
.about::before {
  z-index: 2;
  top: 2.4rem;
}
.about::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #dce1ec 0%, #2353a2 100%);
}
@media screen and (max-width: 768px) {
  .about::after {
    height: calc(100% + 27rem);
  }
}
.about .about_wrap::before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: calc(50% + 36.5rem);
  height: calc(100% + 7.2rem);
  background: linear-gradient(to bottom, #dce1ec 0%, #2353a2 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .about .about_wrap::before {
    width: calc(100% - 15rem);
    height: calc(100% + 43rem);
  }
}
.about .about_wrap::after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2.4rem;
  background: url(../img/common/bg_img01.png) repeat center center;
  background-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .about .about_wrap::after {
    background-size: 3.2rem;
  }
}
.about .wrap {
  position: relative;
  z-index: 10;
}
.about .about_ttl_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.about .about_ttl_box .ttl01 {
  padding: 2rem 3rem;
  margin-bottom: 1.3rem;
  background: url(../img/index/about_ico01.svg) no-repeat left top, url(../img/index/about_ico02.svg) no-repeat right bottom;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  color: #223977;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about .about_ttl_box .ttl01 {
    width: 100%;
    padding: 2.5rem 0;
    padding-left: 0.2em;
    margin-bottom: 1.5rem;
    background-size: 2.2rem, 2.2rem;
    font-size: 5.1rem;
  }
}
.about .about_ttl_box .ttl02 {
  margin-bottom: 4.5rem;
  font-size: 3.9rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about .about_ttl_box .ttl02 {
    margin-bottom: 5rem;
    font-size: 4.2rem;
  }
}
.about .about_ttl_box .ttl02 .marker {
  display: inline;
  background: linear-gradient(transparent 60%, #e84715 0%);
}
.about .about_ttl_box .ttl03 {
  padding: 0 2rem 1rem;
  background: #e84715;
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about .about_ttl_box .ttl03 {
    width: 100%;
    padding: 1rem 0;
    font-size: 4.2rem;
    white-space: nowrap;
    line-height: 1.8;
    letter-spacing: 0.11em;
  }
}
.about .about_ttl_box .ttl03 .big {
  font-size: 7.3rem;
}
@media screen and (max-width: 768px) {
  .about .about_ttl_box .ttl03 .big {
    font-size: 12.5rem;
    line-height: 1.1;
    letter-spacing: 0.09em;
  }
}

/* ------------------------------
	.movie_box
------------------------------ */
.movie_box {
  display: flex;
  gap: 4.8rem;
}
@media screen and (max-width: 768px) {
  .movie_box {
    flex-direction: column;
    gap: 4.5rem;
  }
}
.movie_box .movie_btn {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .movie_box .movie_btn {
    width: 100%;
  }
}
.movie_box .movie_btn a {
  position: relative;
  display: block;
  width: 56.4rem;
  height: 31.7rem;
}
@media screen and (max-width: 768px) {
  .movie_box .movie_btn a {
    width: 100%;
    height: 40.9rem;
  }
}
.movie_box .movie_btn a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie_box .movie_btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(141, 141, 141, 0.9) url(../img/common/ico_video01.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .movie_box .movie_btn a::before {
    background-size: 7rem;
  }
}
.movie_box .movie_btn a:hover {
  opacity: 1;
}
.movie_box .txt_box {
  width: 100%;
}
.movie_box .txt_box .ttl {
  margin-bottom: 1.5rem;
  color: #ffea74;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .movie_box .txt_box .ttl {
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }
}
.movie_box .txt_box .mid_txt {
  color: #fff;
}

.mfp-bg {
  z-index: 10000;
}

.mfp-wrap {
  z-index: 10001;
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 の比率 */
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
	.service
------------------------------ */
.service {
  position: relative;
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 5rem 0 0;
  }
}
.service .wrap {
  position: relative;
  z-index: 2;
}
.service .service_list {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .service .service_list {
    flex-direction: column;
    gap: 10rem;
  }
}
.service .service_list .service_item {
  flex: 1;
}
.service .service_list .service_item .txt01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 10.7rem;
  background: #878787;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_item .txt01 {
    width: 60rem;
    height: 19rem;
    font-size: 3.6rem;
  }
}
.service .service_list .service_item .txt02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.6rem;
  height: 11.4rem;
  margin-left: auto;
  margin-top: -1.5rem;
  border: 1px solid #fff;
  text-align: center;
  color: #ffea74;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_item .txt02 {
    width: 54.2rem;
    height: 20rem;
    margin-top: -2.3rem;
    font-size: 4.2rem;
  }
}
.service .service_list .service_item .txt03 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  padding-top: 3.6rem;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_item .txt03 {
    height: 35.4rem;
    padding-top: 6.4rem;
    font-size: 3.8rem;
  }
}
.service .service_list .service_item:nth-child(1) .txt03 {
  background: url(../img/index/service_num01.svg) no-repeat left bottom;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_item:nth-child(1) .txt03 {
    background: url(../img/index/service_num01_sp.svg) no-repeat left bottom;
    background-size: 100%;
  }
}
.service .service_list .service_item:nth-child(2) .txt03 {
  background: url(../img/index/service_num02.svg) no-repeat left bottom;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_item:nth-child(2) .txt03 {
    background: url(../img/index/service_num02_sp.svg) no-repeat left bottom;
    background-size: 100%;
  }
}
.service .service_list .service_item:nth-child(3) .txt03 {
  background: url(../img/index/service_num03.svg) no-repeat left bottom;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_item:nth-child(3) .txt03 {
    background: url(../img/index/service_num03_sp.svg) no-repeat left bottom;
    background-size: 100%;
  }
}
.service .yellow_ttl {
  position: relative;
  margin-top: 8.8rem;
  padding: 1.8rem 0;
  margin-bottom: 4.5rem;
  background: #ffea74;
  color: #425aa6;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .service .yellow_ttl {
    margin-top: 12.4rem;
    padding: 3.5rem 0;
    margin-bottom: 5rem;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.service .yellow_ttl::before {
  position: absolute;
  top: -5.3rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.8rem solid #ffea74;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
}
@media screen and (max-width: 768px) {
  .service .yellow_ttl::before {
    top: -6.8rem;
    border-top: 2.7rem solid #ffea74;
    border-left: 1.8rem solid transparent;
    border-right: 1.8rem solid transparent;
  }
}
.service .fukidashi {
  height: 8.5rem;
  padding-top: 1.8rem;
  margin-bottom: 3.5rem;
  background: url(../img/index/bg_fukidashi01.svg) no-repeat center top;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .service .fukidashi {
    height: 24.1rem;
    padding-top: 2.3rem;
    margin-bottom: 5rem;
    background: url(../img/index/bg_fukidashi01_sp.svg) no-repeat center top;
    background-size: 100%;
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
.service .btm_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .service .btm_wrap {
    flex-direction: column;
    gap: 3.4rem;
    padding: 0;
  }
}
.service .btm_wrap .btm_box {
  width: 38.4rem;
  padding: 2.5rem 3.5rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .service .btm_wrap .btm_box {
    width: 100%;
    padding: 4rem 5.5rem;
  }
}
.service .btm_wrap .btm_box .ttl {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  font-weight: 900;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service .btm_wrap .btm_box .ttl {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }
}
.service .btm_wrap .btm_box .txt {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service .btm_wrap .btm_box .txt {
    font-size: 2.8rem;
  }
}
.service .btm_wrap .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service .btm_wrap .img {
    position: relative;
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service .btm_wrap .img img {
    width: 41.8rem;
  }
}

/* ------------------------------
	.course
------------------------------ */
.course {
  position: relative;
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .course {
    padding: 10rem 0;
  }
}
.course .course_wrap {
  position: relative;
}
.course .course_wrap + .course_wrap {
  margin-top: 6rem;
  padding-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .course .course_wrap + .course_wrap {
    margin-top: 8rem;
    padding-top: 10.3rem;
  }
}
.course .course_wrap + .course_wrap::before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 30rem;
  height: 1.2rem;
  background: url(../img/common/bg_img02.png) repeat center center;
  background-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .course .course_wrap + .course_wrap::before {
    width: 45rem;
    height: 1.8rem;
    background-size: 3rem;
  }
}
.course .course_wrap .course_ttl {
  height: 11.8rem;
  padding-top: 6.5rem;
  margin-bottom: 3rem;
  text-align: center;
  color: #ffea74;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .course .course_wrap .course_ttl {
    height: auto;
    padding-top: 15rem;
    margin-bottom: 4.5rem;
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
.course .course_wrap .course_ttl.ttl01 {
  background: url(../img/index/course_txt01.svg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .course .course_wrap .course_ttl.ttl01 {
    background-size: 13rem;
  }
}
.course .course_wrap .course_ttl.ttl02 {
  background: url(../img/index/course_txt02.svg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .course .course_wrap .course_ttl.ttl02 {
    background-size: 13.2rem;
  }
}
.course .course_wrap .movie_box .txt_box .txt {
  color: #fff;
}
.course .course_wrap .movie_box .txt_box .point_ttl {
  margin: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .course .course_wrap .movie_box .txt_box .point_ttl {
    margin: 5.5rem 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .course .course_wrap .movie_box .txt_box .point_ttl img {
    width: 9.4rem;
  }
}
.course .course_wrap .movie_box .txt_box .list .txt {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .course .course_wrap .movie_box .txt_box .list .txt {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 768px) {
  .course .course_wrap .movie_box .txt_box .list .txt {
    font-size: 2.4rem;
  }
}
.course .course_wrap .movie_box .txt_box .list .txt + .txt {
  margin-top: 0.2em;
}
.course .course_wrap .movie_box .txt_box .list .txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  display: inline-block;
  text-indent: 0;
  transform: scale(0.6);
}
.course .plan_ttl {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .course .plan_ttl {
    font-size: 3.4rem;
  }
}
.course .plan_ttl .marker {
  position: relative;
  display: inline-block;
}
.course .plan_ttl .marker::before {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 1.2rem;
  background: url(../img/common/bg_img02.png) repeat center center;
  background-size: 1.6rem;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .course .plan_ttl .marker::before {
    background-size: 3rem;
  }
}
.course .course_box {
  padding: 3rem 7.5rem 3.5rem;
  margin-top: 5rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .course .course_box {
    padding: 4rem 4rem;
    margin-top: 4rem;
    border-radius: 1rem;
  }
}
.course .course_box .plan_ttl {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .course .course_box .plan_ttl {
    margin-bottom: 4.5rem;
  }
}
.course .course_box .course_list_box {
  display: flex;
  counter-reset: ol_num;
}
.course .course_box .course_list_box .course_list {
  flex: 1;
}
.course .course_box .course_list_box .course_list + .course_list {
  padding-left: 2.5rem;
  margin-left: 2.5rem;
  border-left: 1px solid #fff;
}
.course .course_box .course_list_box .course_list li {
  position: relative;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .course .course_box .course_list_box .course_list li {
    padding-left: 2em;
    font-size: 2.4rem;
  }
}
.course .course_box .course_list_box .course_list li + li {
  margin-top: 0.2em;
}
.course .course_box .course_list_box .course_list li:before {
  counter-increment: ol_num;
  content: counter(ol_num) ". ";
}
@media screen and (max-width: 768px) {
  .course .course_box .course_list_box .course_list li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .course .course_box .course_list_box .course_list:nth-child(1) li {
    padding-left: 1.25em;
  }
}
.course .course_box .txt {
  margin-top: 2.5rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .course .course_box .txt {
    margin-top: 4.5rem;
    font-size: 3rem;
  }
}
.course .course_box.comingsoon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 23rem;
}
@media screen and (max-width: 768px) {
  .course .course_box.comingsoon {
    min-height: 40rem;
  }
}
.course .course_box.comingsoon .comingsoon_ttl .marker::before {
  left: -2rem;
  min-width: 33.5rem;
}
@media screen and (max-width: 768px) {
  .course .course_box.comingsoon .comingsoon_ttl .marker::before {
    min-width: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .course .course_box.comingsoon .comingsoon_ttl .marker img {
    width: 44.8rem;
  }
}
.course .course_box.comingsoon .comingsoon_txt {
  margin: 0;
  text-align: center;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .course .course_box.comingsoon .comingsoon_txt {
    font-size: 2.8rem;
  }
}
.course .price {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .course .price {
    margin-top: 10rem;
  }
}
.course .price .plan_ttl {
  margin-bottom: 5rem;
}
.course .price .price_wrap {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.course .price .price_wrap .price_box {
  flex: 1;
  padding: 2.4rem 4rem 4rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box {
    padding: 3.5rem 5rem 5rem;
    border-radius: 1rem;
  }
}
.course .price .price_wrap .price_box .ico {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .ico {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .ico img {
    width: 12.2rem;
  }
}
.course .price .price_wrap .price_box .ttl {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #223977;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .ttl {
    margin-bottom: 2rem;
    font-size: 3.4rem;
  }
}
.course .price .price_wrap .price_box .txt {
  height: 9em;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .txt {
    height: auto;
    font-size: 2.4rem;
  }
}
.course .price .price_wrap .price_box .price_txt_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 12.4rem;
  margin-top: 1.5rem;
  background: #ebf6ff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .price_txt_box {
    height: 18.6rem;
    margin-top: 3.5rem;
    border-radius: 1rem;
  }
}
.course .price .price_wrap .price_box .price_txt_box .txt {
  height: auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .price_txt_box .txt {
    font-size: 2.8rem;
  }
}
.course .price .price_wrap .price_box .price_txt_box .price_txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .price_txt_box .price_txt {
    font-size: 2.8rem;
  }
}
.course .price .price_wrap .price_box .price_txt_box .price_txt .price_num {
  display: inline-block;
  margin: 1rem 0 0.3rem;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .price_txt_box .price_txt .price_num {
    margin: 1.5rem 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .price_txt_box .price_txt .price_num img {
    width: 22.7rem;
  }
}
.course .price .price_wrap .price_box .price_txt_box .price_txt .min {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .price_txt_box .price_txt .min {
    font-size: 2.4rem;
  }
}
.course .price .price_wrap .price_box .btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .btn {
    margin-top: 3.5rem;
  }
}
.course .price .price_wrap .price_box .btn a {
  position: relative;
  width: 18.4rem;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .btn a {
    width: 32.2rem;
  }
}
.course .price .price_wrap .price_box .btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/ico_arw01.svg) no-repeat;
  background-size: 0.6rem;
  background-position: center center;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .course .price .price_wrap .price_box .btn a::before {
    right: 3rem;
    width: 1.1rem;
    height: 2rem;
    background-size: 1.1rem;
  }
}
.course .price .note_box {
  display: flex;
  gap: 2.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .course .price .note_box {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.course .price .note_box .note_ttl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.6rem;
  height: 7.2rem;
  border: 1px solid #ffea74;
  border-radius: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #ffea74;
}
@media screen and (max-width: 768px) {
  .course .price .note_box .note_ttl {
    width: 100%;
    height: 5.6rem;
    border-radius: 1rem;
    font-size: 3rem;
  }
}
.course .price .note_box .txt {
  color: #ffea74;
}
@media screen and (max-width: 768px) {
  .course .price .note_box .txt {
    font-size: 2.4rem;
  }
}

/* ------------------------------
	.flow
------------------------------ */
.flow {
  position: relative;
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 10rem 0 9rem;
  }
}
.flow .flow_list .flow_item {
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flow .flow_list .flow_item {
    display: block;
    height: auto;
    padding: 4rem 5rem;
  }
}
.flow .flow_list .flow_item + .flow_item {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .flow .flow_list .flow_item + .flow_item {
    margin-top: 5rem;
  }
}
.flow .flow_list .flow_item + .flow_item::before {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.8rem solid #ffea74;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
}
@media screen and (max-width: 768px) {
  .flow .flow_list .flow_item + .flow_item::before {
    top: -4rem;
    border-top: 2.7rem solid #ffea74;
    border-left: 1.8rem solid transparent;
    border-right: 1.8rem solid transparent;
  }
}
.flow .flow_list .flow_item .step {
  flex-shrink: 0;
  width: 18rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow .flow_list .flow_item .step {
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow_list .flow_item .step img {
    width: auto;
    height: 3.5rem;
  }
}
.flow .flow_list .flow_item a {
  text-decoration: underline;
  color: #999999;
}
@media screen and (min-width: 769px) {
  .flow .flow_list .flow_item a:hover {
    text-decoration: none;
  }
}

/* ------------------------------
	.voice
------------------------------ */
.voice {
  position: relative;
  padding: 7.4rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 12.6rem 0 10rem;
  }
}
.voice::after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2.4rem;
  background: url(../img/common/bg_img01.png) repeat center center;
  background-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .voice::after {
    height: 3.6rem;
    background-size: 3.2rem;
  }
}
.voice .voice_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap {
    flex-direction: column;
    gap: 5rem;
  }
}
.voice .voice_wrap .voice_box {
  position: relative;
  width: calc(33.3333333333% - 1.6rem);
  padding: 4rem 4.5rem;
  border-radius: 0.5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box {
    width: 100%;
    padding: 5rem;
    border-radius: 1rem;
  }
}
.voice .voice_wrap .voice_box .ttl {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  color: #223977;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box .ttl {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .voice .voice_wrap .voice_box .txt {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box .txt {
    font-size: 2.4rem;
  }
}
.voice .voice_wrap .voice_box .voice_name {
  margin-top: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #a0acd2;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box .voice_name {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
}
.voice .voice_wrap .voice_box .img {
  position: absolute;
  bottom: -9.5rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box .img {
    bottom: auto;
    right: 5rem;
    top: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box:nth-child(1) .img img {
    width: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box:nth-child(1) .img {
    right: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box:nth-child(2) .img img {
    width: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_box:nth-child(3) .img img {
    width: 7.4rem;
  }
}
.voice .logo_wrap {
  padding: 0 8rem;
  margin-top: 13rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .voice .logo_wrap {
    padding: 0 5rem;
    margin-top: 9rem;
  }
}
.voice .logo_wrap .ttl {
  padding: 2.2rem 0;
  border-bottom: 1px solid #c1c1c1;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .voice .logo_wrap .ttl {
    padding: 3.5rem 0;
    font-size: 3.4rem;
  }
}
.voice .logo_wrap .logo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem;
  padding: 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .voice .logo_wrap .logo_list {
    gap: 5rem;
    padding: 5rem 0;
  }
}
.voice .logo_wrap .logo_list .logo_item {
  width: calc(25% - 3.6rem);
}
@media screen and (max-width: 768px) {
  .voice .logo_wrap .logo_list .logo_item {
    width: calc(50% - 2.5rem);
  }
}

/* ------------------------------
	.faq
------------------------------ */
.faq {
  padding: 10rem 0;
}
.faq .faq_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap {
    gap: 3.5rem;
  }
}
.faq .faq_wrap .faq_box {
  width: calc(33.3333333333% - 1.6rem);
  height: 23.5rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap .faq_box {
    width: 100%;
    height: auto;
    min-height: 27rem;
    border-radius: 1rem;
  }
}
.faq .faq_wrap .faq_box .ttl_box {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: 8rem;
  padding: 0 3.5rem;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap .faq_box .ttl_box {
    gap: 2rem;
    height: 12rem;
    padding: 0 5rem;
  }
}
.faq .faq_wrap .faq_box .ttl_box .ico {
  flex-shrink: 0;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap .faq_box .ttl_box .ico {
    width: 7.5rem;
  }
}
.faq .faq_wrap .faq_box .ttl_box .ttl {
  color: #223977;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap .faq_box .ttl_box .ttl {
    font-size: 2.8rem;
  }
}
.faq .faq_wrap .faq_box .txt {
  padding: 1.5rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap .faq_box .txt {
    padding: 2.5rem 5rem 4rem;
    font-size: 2.4rem;
  }
}
.faq .faq_wrap .faq_box .txt .marker {
  display: inline;
  background: linear-gradient(transparent 0%, #ffea74 0%);
}

/* ------------------------------
	.contact
------------------------------ */
.contact {
  padding: 10rem 0;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .contact .sec_ttl {
    width: calc(100% - 10rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact .wrap {
    width: 100%;
  }
}
.contact .contact_form {
  background: #fff;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .contact .contact_form {
    padding: 0 0 7rem;
  }
}
.contact .contact_form .form_wrap {
  display: none;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .form_wrap {
    padding: 0 5rem;
  }
}
.contact .contact_form .form_wrap.active {
  display: block;
}
.contact .contact_form .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .txt {
    font-size: 2.2rem;
  }
}
.contact .contact_form .contact_select {
  padding: 3.5rem 8rem;
  background: #e3ecf7;
  align-items: center;
  border: 0;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .contact_select {
    padding: 4.5rem 5rem 5rem;
    margin-bottom: 1rem;
  }
}
.contact .contact_form .contact_select .contact_select_box {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .contact_select .contact_select_box {
    justify-content: space-between;
  }
}
.contact .contact_form .contact_select .contact_select_box .radio label {
  width: 30.6rem;
  height: 6rem;
  padding: 0 2.7rem;
  border-radius: 0.5rem;
  background: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .contact_select .contact_select_box .radio label {
    width: 32.5rem;
    height: 7.2rem;
    padding: 0 2.5rem;
    border-radius: 1rem;
    font-size: 2.8rem;
  }
}
.contact .contact_form .contact_select .contact_select_box .radio.check label {
  background: #384d85;
  color: #fff;
}
.contact .thanks .btn {
  margin-top: 7rem;
}

.contact_form .form_box {
  display: flex;
  align-items: flex-start;
  padding: 3rem 0;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 768px) {
  .contact_form .form_box {
    display: block;
  }
}
.contact_form .form_box.nospace {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact_form .form_ttl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 41rem;
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact_form .form_ttl {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .contact_form .form_ttl.center {
    padding-top: 1.2rem;
  }
}
.contact_form .req {
  flex-shrink: 0;
  margin-left: 1rem;
  padding: 0.4rem 0.5rem;
  background: #e84715;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact_form .req {
    margin-left: 1.8rem;
    padding: 0.6rem 0.8rem;
    font-size: 1.8rem;
  }
}
.contact_form .form_txt {
  position: relative;
  width: 100%;
  line-height: 1.6;
}
.contact_form .form_txt * {
  line-height: 1.6;
}
.contact_form .form_txt .txt {
  padding: 6px 0;
  line-height: 1.8;
}
.contact_form .form_input,
.contact_form .form_select,
.contact_form .form_textarea {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.5rem;
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact_form .form_input,
  .contact_form .form_select,
  .contact_form .form_textarea {
    height: 7.2rem;
    padding: 0 2rem;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.contact_form .form_input::placeholder,
.contact_form .form_select::placeholder,
.contact_form .form_textarea::placeholder {
  color: #b8b8b8;
}
@media screen and (max-width: 768px) {
  .contact_form .form_input::placeholder,
  .contact_form .form_select::placeholder,
  .contact_form .form_textarea::placeholder {
    font-size: 2.4rem;
    vertical-align: middle;
    letter-spacing: 0.1em;
  }
}
.contact_form .form_select {
  padding-right: 3rem;
}
.contact_form .form_textarea {
  width: 100%;
  height: 21.5rem;
  padding: 1rem 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact_form .form_textarea {
    height: 32rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 2rem;
  }
}
.contact_form .wpcf7-list-item label {
  position: relative;
  display: flex;
  padding: 0.5rem 0;
  line-height: 1.5;
  cursor: pointer;
}
.contact_form .wpcf7-list-item label span {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact_form .wpcf7-list-item label span {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.contact_form .wpcf7-list-item label span::before,
.contact_form .wpcf7-list-item label .wpcf7-list-item-label::before {
  flex-shrink: 0;
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1.2rem;
  margin-top: 0.3rem;
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .contact_form .wpcf7-list-item label span::before,
  .contact_form .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 2.7rem;
    height: 2.7rem;
    margin-right: 2rem;
  }
}
.contact_form .wpcf7-list-item label span::after,
.contact_form .wpcf7-list-item label .wpcf7-list-item-label::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0.6rem;
  margin: auto;
  content: "";
  display: none;
  width: 0.8rem;
  height: 1.2rem;
  transform: rotate(45deg);
  border-right: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
}
@media screen and (max-width: 768px) {
  .contact_form .wpcf7-list-item label span::after,
  .contact_form .wpcf7-list-item label .wpcf7-list-item-label::after {
    left: 0.9rem;
    width: 1.1rem;
    height: 1.8rem;
    border-width: 0.4rem;
  }
}
.contact_form .radio label {
  display: flex;
  font-size: 1.6rem;
}
.contact_form .radio label span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 3.4rem;
  line-height: 1.3;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact_form .radio label span {
    padding-left: 4.5rem;
  }
}
.contact_form .radio label span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 0.2rem solid #ddd;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .contact_form .radio label span::before {
    width: 3rem;
    height: 3rem;
  }
}
.contact_form .radio label span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.6rem;
  margin: auto;
  content: "";
  display: none;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #e84715;
}
@media screen and (max-width: 768px) {
  .contact_form .radio label span::after {
    left: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.contact_form input[type=checkbox],
.contact_form input[type=radio] {
  width: 1px;
  margin: 0;
  visibility: hidden;
}
.contact_form input[type=checkbox]:checked,
.contact_form input[type=radio]:checked {
  appearance: none;
}
.contact_form .radio input[type=radio]:checked + span::after,
.contact_form .checkbox input[type=checkbox]:checked + span::after {
  display: block;
}
.contact_form input[type=checkbox]:checked + span::before {
  background: #e84715;
  border-color: #e84715;
}
.contact_form .radio_wrap,
.contact_form .checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact_form .radio_wrap,
  .contact_form .checkbox_wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact_form .btn_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .contact_form .btn_box {
    margin-top: 4.8rem;
  }
}
.contact_form .form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37rem;
  height: 4.8rem;
  margin: 3rem auto 0;
  border-radius: 0.5rem;
  background: #e84715 url(../img/common/ico_arw01.svg) no-repeat;
  background-size: 0.6rem;
  background-position: calc(100% - 1.5rem) center;
  font-weight: 500;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_form .form_btn {
    width: 58rem;
    height: 8.4rem;
    margin-top: 4.5rem;
    border-radius: 0.9rem;
    background-size: 1.1rem;
    background-position: calc(100% - 3rem) center;
  }
}
@media screen and (min-width: 769px) {
  .contact_form .form_btn:hover {
    opacity: 1;
    background-color: #eb6238;
  }
}
.contact_form .check_btm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact_form .check_btm {
    margin-top: 3rem;
  }
}
.contact_form .check_btm .txt {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .contact_form .check_btm .txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .check_btm .txt {
    font-size: 2.4rem;
  }
}
.contact_form .check_btm .txt a {
  text-decoration: underline;
  color: #999999;
}
@media screen and (min-width: 769px) {
  .contact_form .check_btm .txt a:hover {
    text-decoration: none;
  }
}
.contact_form .check_btm .checkbox {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact_form .check_btm .checkbox {
    margin-top: 4rem;
  }
}
.contact_form .team {
  width: 12.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .contact_form .team {
    width: 19rem;
    margin-right: 2.5rem;
  }
}
.contact_form .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact_form .txt.bold {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact_form .txt.bold {
    font-size: 2.4rem;
  }
}
.contact_form .space {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact_form .space {
    margin-top: 3rem;
  }
}
.contact_form .name_wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .contact_form .name_wrap {
    gap: 4rem;
  }
}
.contact_form .name_wrap .flex {
  flex: 1;
}
.contact_form .name_wrap .flex .txt {
  flex-shrink: 0;
  width: 3em;
}
.contact_form .post_box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact_form .post_box {
    gap: 3rem;
  }
}
.contact_form .post_box .post {
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .contact_form .post_box .post {
    width: 31rem;
  }
}
.contact_form .post_box .post_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4rem;
  height: 4.8rem;
  border-radius: 0.5rem;
  background: #384d85;
  font-weight: 500;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .contact_form .post_box .post_btn {
    width: 23rem;
    height: 7.2rem;
    border-radius: 1rem;
    font-size: 2.4rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .contact_form .post_box .post_btn:hover {
    opacity: 1;
    background: #4e6092;
  }
}

@media screen and (max-width: 450px) {
  .chrome .contact_form .form_input::placeholder,
  .chrome .contact_form .form_select::placeholder,
  .chrome .contact_form .form_textarea::placeholder,
  .android.linux .contact_form .form_input::placeholder,
  .android.linux .contact_form .form_select::placeholder,
  .android.linux .contact_form .form_textarea::placeholder {
    position: relative;
    top: -0.3rem;
  }
}
@media screen and (max-width: 400px) {
  .chrome .contact_form .form_input::placeholder,
  .chrome .contact_form .form_select::placeholder,
  .chrome .contact_form .form_textarea::placeholder,
  .android.linux .contact_form .form_input::placeholder,
  .android.linux .contact_form .form_select::placeholder,
  .android.linux .contact_form .form_textarea::placeholder {
    position: relative;
    top: -0.4rem;
  }
}
@media screen and (max-width: 350px) {
  .chrome .contact_form .form_input::placeholder,
  .chrome .contact_form .form_select::placeholder,
  .chrome .contact_form .form_textarea::placeholder,
  .android.linux .contact_form .form_input::placeholder,
  .android.linux .contact_form .form_select::placeholder,
  .android.linux .contact_form .form_textarea::placeholder {
    position: relative;
    top: -0.5rem;
  }
}

/* ------------------------------
	.next
------------------------------ */
.next {
  background: #dcc8a4;
}
.next .next_box {
  padding: 7rem 0 5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .next .next_box {
    padding: 8.5rem 0 9rem;
  }
}
.next .next_box .next_ttl {
  margin-bottom: 4rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .next .next_box .next_ttl {
    margin-bottom: 6rem;
    font-size: 3.9rem;
  }
}
.next .next_box .next_ttl .min {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .next .next_box .next_ttl .min {
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .next .next_box .next_ttl .min img {
    width: 12.6rem;
  }
}
.next .next_box .link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
.next .next_box .link_box .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .next .next_box .link_box .txt {
    font-size: 2.2rem;
  }
}
.next .next_box .sns_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .next .next_box .sns_box {
    gap: 7.5rem;
    margin-top: 6.5rem;
  }
}
.next .next_box .sns_box .sns_btn.ico_yt img {
  width: 3.7rem;
}
@media screen and (max-width: 768px) {
  .next .next_box .sns_box .sns_btn.ico_yt img {
    width: 5.5rem;
  }
}
.next .next_box .sns_box .sns_btn.ico_x img {
  width: 2.7rem;
}
@media screen and (max-width: 768px) {
  .next .next_box .sns_box .sns_btn.ico_x img {
    width: 4.1rem;
  }
}
.next .next_box .sns_box .sns_btn.ico_ig img {
  width: 2.9rem;
}
@media screen and (max-width: 768px) {
  .next .next_box .sns_box .sns_btn.ico_ig img {
    width: 4.35rem;
  }
}
.next .next_box .sns_box .sns_btn.ico_fb img {
  width: 2.9rem;
}
@media screen and (max-width: 768px) {
  .next .next_box .sns_box .sns_btn.ico_fb img {
    width: 4.35rem;
  }
}
.next .next_box .sns_box .sns_btn a {
  display: block;
}
.next .next_wrap {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .next .next_wrap {
    padding: 9rem 0;
  }
}
@media screen and (min-width: 769px) {
  .next .next_wrap .mid_txt {
    text-align: center;
  }
}
.next .next_wrap .next_flow {
  display: flex;
  gap: 2.5rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .next .next_wrap .next_flow {
    flex-direction: column;
    gap: 3.5rem;
    margin-top: 6.5rem;
  }
}
.next .next_wrap .next_flow .next_item {
  position: relative;
  flex: 1;
  padding: 3rem 3.5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .next .next_wrap .next_flow .next_item {
    padding: 5rem;
  }
}
.next .next_wrap .next_flow .next_item + .next_item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.5rem;
  margin: auto;
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/ico_arw02.svg) no-repeat center center;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  .next .next_wrap .next_flow .next_item + .next_item::before {
    bottom: auto;
    left: 0;
    right: 0;
    top: -3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    background-size: 1.4rem;
    transform: rotate(90deg);
  }
}
.next .next_wrap .next_flow .next_item .ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #cdb07c;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .next .next_wrap .next_flow .next_item .ttl {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    text-align: center;
  }
}
.next .next_wrap .next_flow .next_item .txt {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .next .next_wrap .next_flow .next_item .txt {
    font-size: 2.4rem;
  }
}
.next .next_wrap .next_flow .next_item:nth-child(1) {
  background: #e84715;
}
.next .next_wrap .next_flow .next_item:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_img02.png) repeat center center;
  background-size: 1.6rem;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .next .next_wrap .next_flow .next_item:nth-child(1)::before {
    background-size: 2rem;
  }
}
.next .next_wrap .next_flow .next_item:nth-child(1) .ttl {
  color: #fff;
}
.next .next_wrap .next_flow .next_item:nth-child(1) .txt {
  color: #fff;
}

#contact .contact_form .wpcf7-response-output {
  padding: 1em;
  text-align: center;
  line-height: 1.6;
}
#contact .contact_form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
#contact .contact_form .btm_txt {
  margin-top: 3rem;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact_form .btm_txt {
    margin-top: 5.5rem;
  }
}/*# sourceMappingURL=index.css.map */