@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.7rem;
  line-height: calc(28/17);
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #333;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1000px;
}

a {
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: .7;
}
a img {
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

figure {
  text-align: center;
  line-height: 0;
}

p {
  font-size: 1.7rem;
  line-height: calc(28/17);
}

figure {
  text-align: center;
  line-height: 0;
}

section {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.sp {
  display: none;
}

.wrap {
  width: 96%;
  max-width: 950px;
  margin: auto;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

#svg-sprite {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  figure {
    width: 100%;
    text-align: center;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  p {
    font-size: 4vw;
    line-height: 1.5;
  }

  .nowrap {
    white-space: normal;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/* ------------------------------
    text/font
------------------------------ */
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.color_red {
  color: #cc0000;
}

.color_pink {
  color: #eb407b;
}

.color_bbpink {
  color: #f1b6ca;
}

.color_dkpink {
  color: #e26b94;
}

.color_yel {
  color: #fae090;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.font_mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.highlight {
  background: linear-gradient(transparent 40%, #fae090 40%, #fae090 98%, transparent 98%);
}

.highlight_sl {
  background: linear-gradient(transparent 52%, #fae090 52%, #fae090 98%, transparent 98%);
}

.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}

.udl_pink {
  background: linear-gradient(transparent 88%, #eb407b 88%, #eb407b 92%, transparent 92%);
}

.mac .udl {
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}

.mac .udl_pink {
  border-bottom: 1px solid #eb407b;
  padding-bottom: .1em;
  background: none;
}

@media screen and (max-width: 767px) {
  .udl, .mac .udl {
    background: none;
    border-bottom: 1px solid #333;
    padding: .05em 0;
  }

  .udl_pink {
    background: none;
    border-bottom: 1px solid #eb407b;
    padding: .05em 0;
  }
}
/* ------------------------------
    flex
------------------------------ */
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.justifycontent_spacebetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justifycontent_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.alignitems_center {
  -webkit-align-items: center;
  align-items: center;
}

/* ------------------------------
    float
------------------------------ */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf {
  *zoom: 1;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* ------------------------------
*  btn
------------------------------ */
.btn {
  text-align: center;
}
.btn a {
  display: block;
}

/* ------------------------------
*  cta
------------------------------ */
.cta .img {
  line-height: 1;
  margin: 0 0 0 32px;
}
.cta .btn {
  margin: 40px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta .img {
    margin: 0 auto 3%;
    width: 80%;
  }
  .cta .btn {
    margin-top: 5%;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 5px solid #b68a6d;
}

.fv_ttl {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  line-height: 0;
}
.fv_ttl img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #fv {
    height: 100%;
  }
}
/* ------------------------------
*  common
------------------------------ */
.contents_wrap {
  position: relative;
  max-width: 928px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin: auto;
}

.obi {
  position: relative;
  max-width: 100%;
  height: 170px;
  background-image: url("../img/img_obi_pc.jpg");
  z-index: 2;
}

.img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common_head {
  background: #fff;
  width: 100%;
  height: 526px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.common_head .ttl_main {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100% !important;
  }

  .obi {
    background-image: url("../img/img_obi_sp.jpg");
    background-size: cover;
    height: 21.333vw;
  }

  .img_wrap {
    gap: 0 3vw;
  }

  .common_head {
    height: auto;
    align-items: center;
    padding: 3% 0 1.2%;
  }
  .common_head .ttl_main {
    width: 90%;
  }
}
/* ------------------------------
*  ttl
------------------------------ */
.sec_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1em;
}
.sec_ttl .ttl {
  color: #fff;
}
.sec_ttl.arrow::before {
  position: absolute;
  content: "";
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 145px;
  height: 48px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ttl,
.sub_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec_ttl.arrow::before {
    width: 14vw;
    height: 4.6vw;
    top: -1px;
  }
}
/* ------------------------------
*  sec00
------------------------------ */
.sec00 {
  background: url("../img/bg_pink.png") repeat;
  padding: 40px 0 32px;
}
.sec00 .ttl {
  line-height: 1;
  margin-bottom: 12px;
}
.sec00 .movie {
  position: relative;
  text-align: center;
  line-height: 1;
}
.sec00 .movie iframe {
  position: relative !important;
  border: 0;
  width: 73.6rem !important;
  height: 100% !important;
  aspect-ratio: 736/425;
  margin: 0 auto;
  top: auto !important;
  left: auto !important;
}

@media screen and (max-width: 767px) {
  .sec00 {
    padding: 8% 0;
  }
  .sec00 .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 3vw;
  }
  .sec00 .ttl .txt01 {
    width: 200px;
  }
  .sec00 .ttl .txt02 {
    width: 100px;
  }
  .sec00 .movie iframe {
    width: 100% !important;
    left: auto !important;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  background: #fff;
  padding: 53px 0 68px;
}
.sec01 .ttl {
  line-height: 1;
  margin: 0 auto 40px;
}
.sec01 .inner {
  padding: 0 10px;
}
.sec01 .txt_box {
  padding: 0 50px;
}
.sec01 .txt_box p {
  letter-spacing: -.01em;
}
.sec01 .txt_box p + p {
  margin-top: 28px;
}
.sec01 .list_wrap {
  display: flex;
}
.sec01 .list_wrap.list01 {
  margin-bottom: 70px;
}
.sec01 .list_wrap.list01 .list {
  margin-top: 15px;
}
.sec01 .list_wrap.list01 .list li {
  letter-spacing: -.025em;
}
.sec01 .list_wrap.list01 .list li + li {
  margin-top: 30px;
}
.sec01 .list_wrap.list02 {
  flex-direction: row-reverse;
  margin-top: 77px;
  margin-bottom: 45px;
}
.sec01 .list_wrap.list02 .list {
  margin-top: 15px;
}
.sec01 .list_wrap.list02 .list li {
  letter-spacing: .075em;
}
.sec01 .list_wrap.list02 .list li + li {
  margin-top: 20px;
}
.sec01 .img.img01 {
  margin-left: -20px;
}
.sec01 .img.img02 {
  margin-left: 15px;
  margin-right: 30px;
}
.sec01 .list {
  width: 100%;
}
.sec01 .list li {
  position: relative;
  font-size: 3rem;
  line-height: calc(40/30);
  color: #343530;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-left: 50px;
  white-space: nowrap;
}
.sec01 .list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_lg.svg") no-repeat center center/contain;
  width: 37px;
  height: 37px;
  left: 0;
  top: 0;
}
.sec01 .marker {
  background: linear-gradient(transparent 60%, #fae090 60%, #fae090 96%, transparent 96%);
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8% 0;
  }
  .sec01 .ttl {
    margin-bottom: 8%;
  }
  .sec01 .inner {
    padding: 0 1.6%;
  }
  .sec01 .txt_box {
    padding: 0;
  }
  .sec01 .list_wrap {
    flex-direction: column !important;
  }
  .sec01 .list_wrap.list01 {
    margin-bottom: 5%;
  }
  .sec01 .list_wrap.list01 .list {
    margin-top: 0;
  }
  .sec01 .list_wrap.list01 .list li + li {
    margin-top: 5%;
  }
  .sec01 .list_wrap.list02 {
    margin-top: 12%;
    margin-bottom: 5%;
  }
  .sec01 .list_wrap.list02 .list {
    margin-top: 0;
  }
  .sec01 .list_wrap.list02 .list li + li {
    margin-top: 5%;
  }
  .sec01 .img {
    position: relative;
  }
  .sec01 .img.img01 {
    width: 55%;
    margin: 0 auto;
  }
  .sec01 .img.img02 {
    width: 40%;
    margin: 0 auto;
    right: -5vw;
  }
  .sec01 .list {
    margin-bottom: 5%;
  }
  .sec01 .list li {
    font-size: 5.2vw;
    padding-left: 9.6vw;
    white-space: normal;
  }
  .sec01 .list li::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  background: #fff;
  padding: 0 0 74px;
}
.sec02 .sec_ttl {
  height: 180px;
  background: url("../img/bg_green.png") repeat;
  margin-bottom: 50px;
}
.sec02 .sec_ttl .ttl {
  font-size: 5.37rem;
}
.sec02 .sub_ttl {
  font-size: 5rem;
  line-height: calc(60/50);
  letter-spacing: .075em;
  font-weight: 700;
  margin: 70px auto 55px;
}
.sec02 .inner {
  padding: 0 32px;
}
.sec02 .inner p + p {
  margin-top: 30px;
}
.sec02 .txt_box {
  margin: 0 auto;
}
.sec02 .txt_box.box01 {
  align-items: center;
  gap: 0 30px;
  padding-right: 20px;
}
.sec02 .txt_box.box01 .img {
  margin-left: -15px;
}
.sec02 .txt_box.box02 {
  padding: 0 20px;
}
.sec02 .img_wrap {
  margin: 55px auto 60px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0 0 8%;
  }
  .sec02 .sec_ttl {
    height: auto;
    padding: 6.5% 0 5%;
    margin-bottom: 5%;
  }
  .sec02 .sec_ttl .ttl {
    font-size: 6.8vw;
    line-height: 1.25;
  }
  .sec02 .sub_ttl {
    font-size: 6.2vw;
    margin: 8% auto 8%;
  }
  .sec02 .inner {
    padding: 0 1.6%;
  }
  .sec02 .inner p + p {
    margin-top: 5%;
  }
  .sec02 .txt_box {
    flex-direction: column;
    align-items: center;
  }
  .sec02 .txt_box.box01 {
    gap: 0;
    padding: 0;
  }
  .sec02 .txt_box.box01 .img {
    margin: 0 auto 6.5%;
    width: 60%;
  }
  .sec02 .txt_box.box02 {
    padding: 0;
  }
  .sec02 .img_wrap {
    margin: 5% auto;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  background: #ece6da;
  padding: 0 0 46px;
}
.sec03 .sec_ttl {
  height: 180px;
  background: url("../img/bg_brown.jpg") repeat;
  margin-bottom: 34px;
}
.sec03 .sec_ttl .ttl {
  font-size: 5.37rem;
}
.sec03 .contents_wrap {
  padding: 70px 40px 96px;
}
.sec03 .contents_wrap p + p {
  margin-top: 30px;
}
.sec03 .contents_wrap .img {
  margin: 42px auto 38px;
  line-height: 1;
}
.sec03 .board {
  width: 100%;
  max-width: 883px;
  background: url("../img/bg_green.png") repeat;
  padding: 19px;
  margin: 60px auto 68px;
}
.sec03 .board_inner {
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 4px 2px rgba(102, 102, 102, 0.3);
  padding: 74px 18px 87px;
}
.sec03 .board_inner::before {
  position: absolute;
  content: "";
  background: url("../img/img_clip.png") no-repeat center center/contain;
  width: 212px;
  height: 66px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.sec03 .board_list li {
  position: relative;
  padding: .06em 0 .06em 72px;
  font-size: 3.6rem;
  color: #343530;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .05em;
  background: #edeeef;
  border-radius: 6px;
}
.sec03 .board_list li.nomal {
  letter-spacing: normal;
}
.sec03 .board_list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_green.svg") no-repeat center center/contain;
  width: 35px;
  height: 35px;
  left: 16px;
  top: .4em;
}
.sec03 .board_list li + li {
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 0 0 8%;
  }
  .sec03 .sec_ttl {
    height: auto;
    padding: 6.5% 0 5%;
    margin-bottom: 5%;
  }
  .sec03 .sec_ttl .ttl {
    font-size: 6.8vw;
    line-height: 1.25;
  }
  .sec03 .contents_wrap {
    padding: 8% 3%;
  }
  .sec03 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec03 .contents_wrap .img {
    margin: 5% auto;
  }
  .sec03 .board {
    max-width: inherit;
    padding: 3%;
    margin: 6.5% auto;
  }
  .sec03 .board_inner {
    padding: 12% 3% 5%;
  }
  .sec03 .board_inner::before {
    width: 33.067vw;
    height: 10.4vw;
    top: -2.667vw;
  }
  .sec03 .board_list li {
    padding: .6em .2em .6em 9.6vw;
    font-size: 4.2vw;
    line-height: 1.5;
  }
  .sec03 .board_list li::before {
    width: 5.333vw;
    height: 5.333vw;
    left: .5em;
    top: .7em;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
  background: url("../img/bg_pink.png") repeat;
  padding: 36px 0 85px;
  /*
  .sub_ttl{
  	font-size: 5rem;
  	line-height: calc(60/50);
  	letter-spacing: .075em;
  	font-weight: 700;
  	margin: 70px auto 55px;
  }
  */
}
.sec04 .ttl {
  line-height: 1;
}
.sec04 .ttl.ttl01 {
  margin: 0 auto 45px;
}
.sec04 .ttl.ttl02 {
  margin: 0 auto 50px;
}
.sec04 .contents_wrap {
  padding: 84px 30px 73px;
}
.sec04 .contents_wrap p + p {
  margin-top: 28px;
}
.sec04 .about_cont {
  margin-bottom: 100px;
  padding: 0 16px;
}
.sec04 .img_wrap {
  margin: 42px auto 64px;
  justify-content: space-between;
}
.sec04 .voice_item {
  width: 100%;
  border: 5px solid #70c7c2;
  border-radius: 8px;
  padding: 40px 12px;
  display: flex;
}
.sec04 .voice_item + .voice_item {
  margin-top: 34px;
}
.sec04 .voice_item.item03, .sec04 .voice_item.item04 {
  padding: 30px 12px;
}
.sec04 .voice_item.item03 .voice_results, .sec04 .voice_item.item04 .voice_results {
  margin-top: 5px;
}
.sec04 .voice_left {
  flex: 1;
  padding-top: 10px;
}
.sec04 .voice_img {
  width: 242px;
}
.sec04 .voice_task,
.sec04 .voice_results {
  display: flex;
  gap: 0 15px;
}
.sec04 .voice_task dt,
.sec04 .voice_results dt {
  width: 72px;
}
.sec04 .voice_task dd,
.sec04 .voice_results dd {
  flex: 1;
}
.sec04 .voice_task dd li,
.sec04 .voice_results dd li {
  position: relative;
  font-size: 2.4rem;
  line-height: calc(36/24);
  padding-left: 0.8em;
}
.sec04 .voice_task dd li.nrw,
.sec04 .voice_results dd li.nrw {
  letter-spacing: -.02em;
}
.sec04 .voice_task dd li::before,
.sec04 .voice_results dd li::before {
  position: absolute;
  content: "●";
  font-size: 1.4rem;
  left: 0;
  top: .4em;
}
.sec04 .voice_task li::before {
  color: #e26b94;
}
.sec04 .voice_results {
  margin-top: 50px;
}
.sec04 .voice_results li {
  font-weight: 700;
}
.sec04 .voice_results li::before {
  color: #40a4b5;
}
.sec04 .cta {
  margin-top: 78px;
}
.sec04 .marker {
  background: linear-gradient(transparent 50%, #fae090 50%, #fae090 85%, transparent 85%);
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 5% 0;
  }
  .sec04 .ttl.ttl01, .sec04 .ttl.ttl02 {
    margin-bottom: 5%;
    width: 90%;
  }
  .sec04 .contents_wrap {
    padding: 8% 3%;
  }
  .sec04 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec04 .about_cont {
    margin-bottom: 10%;
    padding: 0 1.6%;
  }
  .sec04 .img_wrap {
    margin: 5% auto;
  }
  .sec04 .voice_item {
    width: 100%;
    border-width: 3px;
    padding: 5% 3% 5% 3.6% !important;
    flex-direction: column;
    align-items: center;
  }
  .sec04 .voice_item + .voice_item {
    margin-top: 5%;
  }
  .sec04 .voice_left {
    padding-top: 0;
    padding-bottom: 8%;
  }
  .sec04 .voice_img {
    width: 50%;
    margin: 0 auto;
  }
  .sec04 .voice_task,
  .sec04 .voice_results {
    gap: 0 3vw;
  }
  .sec04 .voice_task dt,
  .sec04 .voice_results dt {
    width: 12.8vw;
  }
  .sec04 .voice_task dd,
  .sec04 .voice_results dd {
    padding-top: 3%;
  }
  .sec04 .voice_task dd li,
  .sec04 .voice_results dd li {
    font-size: 4.2vw;
    padding-left: 1.2em;
  }
  .sec04 .voice_task dd li.nrw,
  .sec04 .voice_results dd li.nrw {
    letter-spacing: normal;
  }
  .sec04 .voice_task dd li::before,
  .sec04 .voice_results dd li::before {
    font-size: 3.6vw;
    top: 0;
  }
  .sec04 .voice_task dd li + li,
  .sec04 .voice_results dd li + li {
    margin-top: 3%;
  }
  .sec04 .voice_results {
    margin-top: 5% !important;
  }
  .sec04 .cta {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  background: #74c6c2;
  padding: 36px 0 127px;
}
.sec05 .contents_wrap {
  padding: 88px 34px 115px;
}
.sec05 .contents_wrap p {
  letter-spacing: -.01em;
}
.sec05 .contents_wrap p + p {
  margin-top: 28px;
}
.sec05 .ttl {
  line-height: 1;
  margin: 0 auto 50px;
}
.sec05 .reason {
  margin-bottom: 84px;
}
.sec05 .reason_item {
  width: 100%;
  position: relative;
  border: 5px solid #b68a6d;
  padding: 27px 27px 40px;
}
.sec05 .reason_item.item01 {
  padding: 27px 27px;
}
.sec05 .reason_item.item01 .txt_box {
  margin-bottom: 25px;
}
.sec05 .reason_item.item02 .txt_box {
  gap: 0 10px;
  margin-bottom: 35px;
}
.sec05 .reason_item.item03 .txt_box {
  margin-top: 25px;
}
.sec05 .reason_item.item03 .reason_ttl, .sec05 .reason_item.item04 .reason_ttl {
  margin-bottom: 42px;
}
.sec05 .reason_item + .reason_item {
  margin-top: 38px;
}
.sec05 .reason_ttl {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 30px;
}
.sec05 .reason_ttl .num {
  width: 86px;
  line-height: 0;
  display: inline-block;
}
.sec05 .reason_ttl .sub_ttl {
  font-size: 3.856rem;
  line-height: 1;
  color: #343530;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
  flex: 1;
}
.sec05 .reason_ttl .sub_ttl.nrw {
  letter-spacing: -.03em;
}
.sec05 .txt_box {
  gap: 0 24px;
}
.sec05 .txt_box.reverse {
  flex-direction: row-reverse;
}
.sec05 .dot_list span,
.sec05 .num_list span {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: calc(28/20);
}
.sec05 .dot_list span::first-letter,
.sec05 .num_list span::first-letter {
  color: #e26b94;
}
.sec05 .level_list {
  font-size: 2.4rem;
  line-height: calc(30/24);
}
.sec05 .level_list .color_level_red {
  color: #d23e3e;
}
.sec05 .level_list .color_level_blue {
  color: #285ca8;
}
.sec05 .level_list .color_level_yellow {
  color: #977c25;
}
.sec05 .expert_list {
  margin-top: 22px;
}
.sec05 .expert_item {
  width: 100%;
  max-width: 791px;
  margin: 0 auto;
  background: #f6f7f9;
  border: 2px solid #40a4b5;
  padding: 15px 24px 15px 26px;
  display: flex;
  gap: 0 25px;
}
.sec05 .expert_item + .expert_item {
  margin-top: 37px;
}
.sec05 .expert_item dt {
  font-weight: 700;
  font-size: 2rem;
  line-height: calc(28/20);
  color: #40a4b5;
  font-family: "Noto Sans JP", sans-serif;
  padding: .6em 0;
}
.sec05 .expert_item dd {
  font-size: 1.7rem;
  line-height: calc(28/17);
}
.sec05 .cta {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 5% 0;
  }
  .sec05 .contents_wrap {
    padding: 6.5% 3% 6.5%;
  }
  .sec05 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec05 .ttl {
    margin-bottom: 5%;
    width: 90%;
  }
  .sec05 .reason {
    margin-bottom: 8%;
  }
  .sec05 .reason_item {
    border-width: 3px;
    padding: 5% 3% !important;
  }
  .sec05 .reason_item.item01 .txt_box {
    margin-bottom: 5%;
  }
  .sec05 .reason_item.item01 .img {
    width: 60%;
  }
  .sec05 .reason_item.item02 .txt_box {
    margin-bottom: 5%;
  }
  .sec05 .reason_item.item02 .img {
    width: 60%;
  }
  .sec05 .reason_item.item03 .img {
    width: 80%;
  }
  .sec05 .reason_item + .reason_item {
    margin-top: 5%;
  }
  .sec05 .reason_ttl {
    gap: 0 2.4vw;
    margin-bottom: 5% !important;
  }
  .sec05 .reason_ttl .num {
    width: 12.8vw;
  }
  .sec05 .reason_ttl .sub_ttl {
    font-size: 5vw;
    line-height: 1.25;
    white-space: normal;
  }
  .sec05 .reason_ttl .sub_ttl.nrw {
    letter-spacing: normal;
  }
  .sec05 .txt_box {
    flex-direction: column !important;
    align-items: center;
  }
  .sec05 .txt_box .img {
    margin-bottom: 5%;
  }
  .sec05 .dot_list,
  .sec05 .num_list {
    line-height: 1.75;
  }
  .sec05 .dot_list span,
  .sec05 .num_list span {
    font-size: 4.2vw;
  }
  .sec05 .level_list {
    font-size: 4.4vw;
    line-height: 1.6;
  }
  .sec05 .expert_list {
    margin-top: 5%;
  }
  .sec05 .expert_item {
    padding: 5% 3%;
    flex-direction: column;
    align-items: center;
    gap: 2.4vw 0;
  }
  .sec05 .expert_item + .expert_item {
    margin-top: 5%;
  }
  .sec05 .expert_item .img {
    width: 32vw;
  }
  .sec05 .expert_item dt {
    font-size: 4.2vw;
    text-align: center;
  }
  .sec05 .expert_item dd {
    font-size: 3.8vw;
  }
  .sec05 .cta {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06_head {
  position: relative;
  background: #fff;
}
.sec06_head .ttl_main {
  margin: 0 auto;
  line-height: 0;
}
.sec06_head .ttl_main img {
  height: auto;
}
.sec06_body {
  background: url("../img/bg_pink.png") repeat;
  padding: 0 0 50px;
}
.sec06 .contents_wrap {
  padding: 50px 30px 106px;
  margin-top: -40px;
}
.sec06 .contents_wrap p {
  letter-spacing: -.01em;
}
.sec06 .contents_wrap p + p {
  margin-top: 28px;
}
.sec06 .img_wrap {
  gap: 0 30px;
  margin: 0 auto 56px;
}
.sec06 .lead,
.sec06 .btm {
  padding: 0 26px;
}
.sec06 .txt_box.box01 {
  gap: 0 40px;
  margin-bottom: 90px;
  padding: 0 26px;
}
.sec06 .txt_box.box01 .txt {
  padding-top: 15px;
}
.sec06 .txt_box.reverse {
  flex-direction: row-reverse;
}
.sec06 .lead_txt {
  margin: 50px auto 54px;
  line-height: 1;
}
.sec06 .check_list {
  margin: 30px auto 77px;
}
.sec06 .check_list li {
  position: relative;
  padding: .6em 0 .4em 70px;
  font-size: 2.4rem;
  color: #343530;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: -.01em;
  background: #edeeef;
  border-radius: 6px;
}
.sec06 .check_list li.nomal {
  letter-spacing: normal;
}
.sec06 .check_list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_pink.svg") no-repeat center center/contain;
  width: 35px;
  height: 35px;
  left: 16px;
  top: .65em;
}
.sec06 .check_list li + li {
  margin-top: .8em;
}
.sec06 .merit_list {
  margin: 75px auto 70px;
  max-width: 860px;
}
.sec06 .merit_item {
  border-bottom: 1px solid #343530;
}
.sec06 .merit_item.item01, .sec06 .merit_item.item04, .sec06 .merit_item.item06 {
  padding-bottom: 34px;
  margin-bottom: 52px;
}
.sec06 .merit_item.item01 .merit_ttl, .sec06 .merit_item.item04 .merit_ttl, .sec06 .merit_item.item06 .merit_ttl {
  margin-bottom: 60px;
}
.sec06 .merit_item.item01 .txt_box, .sec06 .merit_item.item04 .txt_box, .sec06 .merit_item.item06 .txt_box {
  gap: 0 35px;
}
.sec06 .merit_item.item01 .txt, .sec06 .merit_item.item04 .txt {
  padding-top: 40px;
}
.sec06 .merit_item.item02 {
  padding-bottom: 13px;
  margin-bottom: 36px;
}
.sec06 .merit_item.item02 .merit_ttl {
  margin-bottom: 23px;
}
.sec06 .merit_item.item02 .txt_box {
  gap: 0 85px;
}
.sec06 .merit_item.item02 .img {
  padding-right: 30px;
}
.sec06 .merit_item.item02 .txt {
  padding-top: 38px;
}
.sec06 .merit_item.item03 {
  padding-bottom: 38px;
  margin-bottom: 48px;
}
.sec06 .merit_item.item03 .merit_ttl {
  margin-bottom: 38px;
}
.sec06 .merit_item.item05 {
  padding-bottom: 34px;
  margin-bottom: 55px;
}
.sec06 .merit_item.item05 .merit_ttl {
  margin-bottom: 55px;
}
.sec06 .merit_item.item05 .txt_box {
  gap: 0 20px;
}
.sec06 .merit_item.item05 .img {
  padding-right: 16px;
}
.sec06 .merit_ttl {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
.sec06 .merit_ttl .sub_ttl {
  color: #343530;
  font-size: 3.83rem;
  line-height: calc(48/38.35);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
  flex: 1;
}
.sec06 .merit_ttl .sub_ttl.wide {
  letter-spacing: .05em;
}
.sec06 .merit_ttl .num {
  padding-left: 18px;
}
.sec06 .cycle_list {
  display: flex;
  margin: 112px auto 38px;
}
.sec06 .cycle_list .img_cycle {
  position: relative;
}
.sec06 .cycle_list .img_cycle::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 44px;
  height: 44px;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
}
.sec06 .cycle_list .img_cycle img {
  display: inline-block;
}
.sec06 .cycle_list .img_cycle figcaption {
  padding-bottom: 13px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: calc(28/22);
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sec06 .cycle_list .img_cycle.img_cycle01::before {
  background-image: url("../img/icn_num01.png");
}
.sec06 .cycle_list .img_cycle.img_cycle01 img {
  margin-top: 10px;
}
.sec06 .cycle_list .img_cycle.img_cycle03::before {
  background-image: url("../img/icn_num03.png");
}
.sec06 .cycle_list .img_cycle.img_cycle02 {
  margin: 0 40px 0 10px;
}
.sec06 .cycle_list .img_cycle.img_cycle02 img {
  margin-top: 16px;
}
.sec06 .cycle_list .img_cycle.img_cycle02::before {
  background-image: url("../img/icn_num02.png");
}
.sec06 .btm_ttl {
  margin: 0 auto 80px;
}
.sec06 .btn {
  margin: 65px auto 0;
}

@media screen and (max-width: 767px) {
  .sec06_body {
    padding: 0 0 5%;
  }
  .sec06 .contents_wrap {
    padding: 6.5% 3% 8%;
    margin-top: -5vw;
  }
  .sec06 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec06 .img_wrap {
    gap: 0 3vw;
    margin-bottom: 5%;
  }
  .sec06 .lead,
  .sec06 .btm {
    padding: 0;
  }
  .sec06 .txt_box {
    flex-direction: column !important;
  }
  .sec06 .txt_box.box01 {
    margin-bottom: 12%;
    padding: 0;
  }
  .sec06 .txt_box.box01 .txt {
    padding-top: 0;
  }
  .sec06 .txt_box.box01 .img03 {
    width: 80%;
    margin: 5% auto 0;
  }
  .sec06 .lead_txt {
    margin: 5% auto;
    width: 90%;
  }
  .sec06 .check_list {
    margin: 5% auto;
  }
  .sec06 .check_list li {
    padding: .6em .2em .6em 9.6vw;
    font-size: 4.2vw;
    line-height: 1.5;
  }
  .sec06 .check_list li::before {
    width: 5.333vw;
    height: 5.333vw;
    left: .5em;
    top: .7em;
  }
  .sec06 .merit_ttl_main {
    width: 96%;
  }
  .sec06 .merit_list {
    margin: 8% auto;
  }
  .sec06 .merit_item {
    padding-bottom: 6.5% !important;
    margin-bottom: 6.5% !important;
  }
  .sec06 .merit_item .img {
    width: 80%;
    margin: 0 auto 5%;
    padding: 0 !important;
  }
  .sec06 .merit_item .txt {
    padding: 0 !important;
  }
  .sec06 .merit_item.item02 .img {
    width: 60%;
  }
  .sec06 .merit_ttl {
    gap: 0 3vw;
    margin-bottom: 6.5% !important;
  }
  .sec06 .merit_ttl .sub_ttl {
    font-size: 5vw;
    line-height: 1.25;
  }
  .sec06 .merit_ttl .num {
    padding-left: 0;
    width: 12.8vw;
  }
  .sec06 .cycle_list {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 12% auto 5%;
  }
  .sec06 .cycle_list figcaption {
    padding-bottom: 1.2%;
  }
  .sec06 .cycle_list .img_cycle {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sec06 .cycle_list .img_cycle img {
    margin-top: 0 !important;
  }
  .sec06 .cycle_list .img_cycle::before {
    width: 6.4vw;
    height: 6.4vw;
    top: -8vw;
  }
  .sec06 .cycle_list .img_cycle figcaption {
    font-size: 4.2vw;
  }
  .sec06 .cycle_list .img_cycle.img_cycle02 {
    margin-top: 10%;
  }
  .sec06 .cycle_list .img_cycle.img_cycle03 {
    margin-top: 15%;
  }
  .sec06 .btm_ttl {
    margin-bottom: 8%;
    width: 86%;
  }
  .sec06 .btn {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07_body {
  background: #74c6c2;
  padding: 36px 0 88px;
}
.sec07 .contents_wrap {
  padding: 40px 40px 143px;
}
.sec07 .contents_wrap p {
  letter-spacing: -.01em;
}
.sec07 .contents_wrap p + p {
  margin-top: 28px;
}
.sec07 .ttl {
  line-height: 1;
  margin: 62px auto 50px;
}
.sec07 .step_item {
  width: 100%;
  border-bottom: 1px solid #343530;
}
.sec07 .step_item.item01 {
  padding-bottom: 42px;
  margin-bottom: 46px;
}
.sec07 .step_item.item01 .txt_box {
  gap: 0 24px;
  margin-bottom: 30px;
}
.sec07 .step_item.item01 .step_ttl {
  margin-bottom: 40px;
}
.sec07 .step_item.item01 .img {
  margin-right: -5px;
}
.sec07 .step_item.item02, .sec07 .step_item.item04 {
  padding-bottom: 42px;
  margin-bottom: 56px;
}
.sec07 .step_item.item02 .txt_box, .sec07 .step_item.item04 .txt_box {
  gap: 0 28px;
  margin-bottom: 30px;
}
.sec07 .step_item.item02 .step_ttl, .sec07 .step_item.item04 .step_ttl {
  margin-bottom: 38px;
}
.sec07 .step_item.item03 {
  padding-bottom: 42px;
  margin-bottom: 53px;
}
.sec07 .step_item.item03 .txt_box {
  gap: 0 24px;
  margin-top: 20px;
}
.sec07 .step_item.item03 .step_ttl {
  margin-bottom: 18px;
}
.sec07 .step_item.item03 .img {
  margin-right: -5px;
}
.sec07 .step_item + .reason_item {
  margin-top: 38px;
}
.sec07 .step_ttl {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 30px;
}
.sec07 .step_ttl .num {
  width: 78px;
  line-height: 0;
  display: inline-block;
}
.sec07 .step_ttl .sub_ttl {
  font-size: 4.8rem;
  line-height: 1;
  color: #343530;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  flex: 1;
  text-align: left;
}
.sec07 .step_ttl .sub_ttl.nrw {
  letter-spacing: -.03em;
}
.sec07 .txt_box.reverse {
  flex-direction: row-reverse;
}
.sec07 .cta {
  margin-top: 65px;
}
.sec07 .cta .img {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .sec07_body {
    padding: 5% 0;
  }
  .sec07 .contents_wrap {
    padding: 5% 3% 8%;
  }
  .sec07 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec07 .ttl {
    margin: 10% auto 8%;
    width: 90%;
  }
  .sec07 .step_item {
    width: 100%;
    padding-bottom: 6.5% !important;
    margin-bottom: 6.5% !important;
  }
  .sec07 .step_item .img {
    margin: 0 auto 5% !important;
    width: 80%;
  }
  .sec07 .step_item.item01 .txt_box {
    margin-bottom: 5%;
  }
  .sec07 .step_item.item02 .txt_box, .sec07 .step_item.item04 .txt_box {
    margin-bottom: 5%;
  }
  .sec07 .step_item.item03 .txt_box {
    margin-top: 5%;
  }
  .sec07 .step_item + .reason_item {
    margin-top: 5%;
  }
  .sec07 .step_ttl {
    gap: 0 3vw;
    margin-bottom: 5% !important;
  }
  .sec07 .step_ttl .num {
    width: 12.8vw;
  }
  .sec07 .step_ttl .sub_ttl {
    font-size: 5vw;
    line-height: 1.25;
  }
  .sec07 .txt_box {
    flex-direction: column !important;
    align-items: center;
  }
  .sec07 .cta {
    margin-top: 6.5%;
  }
  .sec07 .cta .img {
    margin-top: 10%;
  }
}
/* ------------------------------
*  sec08
------------------------------ */
.sec08 {
  background: #fff;
  padding: 57px 0 110px;
}
.sec08 .ttl {
  margin-bottom: 80px;
  line-height: 1;
}
.sec08 .sub_ttl {
  font-size: 5rem;
  color: #343530;
  line-height: calc(60/50);
}
.sec08 .sub_ttl.sub_ttl01 {
  margin: 0 auto 62px;
}
.sec08 .sub_ttl.sub_ttl02 {
  margin: 90px auto 62px;
  font-size: 4.8rem;
  color: #eb407b;
  letter-spacing: -.03em;
}
.sec08 .inner {
  padding: 0 30px;
}
.sec08 .txt_box {
  padding: 0 12px;
}
.sec08 .txt_box > p {
  letter-spacing: -.01em;
}
.sec08 .txt_box > p + p {
  margin-top: 28px;
}
.sec08 .img_wrap.img_wrap01 {
  margin: 60px auto 82px;
  justify-content: space-between;
}
.sec08 .img_wrap.img_wrap01 .img:nth-child(2) {
  margin: 0 14px  0 24px;
}
.sec08 .img_wrap.img_wrap02 {
  gap: 0 26px;
  margin: 45px auto 50px;
}
.sec08 .profile {
  gap: 0 36px;
  flex-direction: row-reverse;
  margin: 0 auto 50px;
}
.sec08 .profile .info {
  padding-top: 26px;
  flex: 1;
}
.sec08 .profile .info p + p {
  margin-top: 28px;
}
.sec08 .profile .info dl {
  margin-bottom: 30px;
}
.sec08 .profile .info dt {
  font-size: 4.8rem;
  color: #343530;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 35px;
}
.sec08 .profile .info dd .pos li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(30/18);
}
.sec08 .profile .info dd .pos li::before {
  position: absolute;
  content: "●";
  color: #46acbe;
  left: 0;
  top: 0;
}
.sec08 .btn {
  margin-top: 62px;
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: 6.5% 0;
  }
  .sec08 .ttl {
    width: 86%;
    margin: 0 auto 5%;
  }
  .sec08 .sub_ttl {
    font-size: 6.8vw;
  }
  .sec08 .sub_ttl.sub_ttl01 {
    margin: 0 auto 6.5%;
  }
  .sec08 .sub_ttl.sub_ttl02 {
    margin: 10% auto 6.5%;
    font-size: 6.8vw;
  }
  .sec08 .inner {
    padding: 0 1.6%;
  }
  .sec08 .txt_box {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .sec08 .txt_box > p + p {
    margin-top: 5%;
  }
  .sec08 .img_wrap.img_wrap01 {
    margin: 5% auto 10%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
  }
  .sec08 .img_wrap.img_wrap01 .img:nth-child(1) {
    width: 58%;
  }
  .sec08 .img_wrap.img_wrap01 .img:nth-child(2) {
    margin: 0 auto;
    width: 35%;
  }
  .sec08 .img_wrap.img_wrap01 .img:nth-child(3) {
    width: 68%;
  }
  .sec08 .img_wrap.img_wrap02 {
    gap: 0 3vw;
    margin: 5% auto;
  }
  .sec08 .profile {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
  }
  .sec08 .profile .img {
    width: 50%;
  }
  .sec08 .profile .info {
    padding-top: 5%;
  }
  .sec08 .profile .info p + p {
    margin-top: 5%;
  }
  .sec08 .profile .info dl {
    margin-bottom: 5%;
  }
  .sec08 .profile .info dt {
    font-size: 6vw;
    margin-bottom: 5%;
  }
  .sec08 .profile .info dd .pos li {
    font-size: 4vw;
  }
  .sec08 .btn {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec09
------------------------------ */
.sec09_body {
  padding: 36px 0 54px;
  background: #74c6c2;
}
.sec09 .contents_wrap {
  padding: 62px 48px 95px;
}
.sec09 .contents_wrap > p {
  font-size: 1.7rem;
  line-height: calc(28/17);
  letter-spacing: -.01em;
}
.sec09 .contents_wrap > p + p {
  margin-top: 28px;
}
.sec09 .seminar_tbl {
  margin: 28px auto 52px;
}
.sec09 .color_free {
  color: #c93b75;
}

@media screen and (max-width: 767px) {
  .sec09_body {
    padding: 5% 0;
  }
  .sec09 .contents_wrap {
    padding: 5% 3% 6.5%;
  }
  .sec09 .contents_wrap > p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec09 .contents_wrap > p + p {
    margin-top: 5%;
  }
  .sec09 .seminar_tbl {
    margin: 5% auto 6.5%;
  }
}
/* ------------------------------
*  seminar_tbl
------------------------------ */
.seminar_tbl table {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 30px;
  pading: 0;
  border: 1px solid #666;
  border-collapse: collapse;
}
.seminar_tbl table th, .seminar_tbl table td {
  border-bottom: 1px solid #666;
  letter-spacing: .025em;
}
.seminar_tbl table th {
  padding: 4px 0 3px;
  background-color: #f4ede7;
  width: 19%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.seminar_tbl table td {
  width: 81%;
  padding: 11px 8px 9px 18px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: calc(24/18);
}
.seminar_tbl table td.wide1 {
  padding: 17px 8px 15px 18px;
}
.seminar_tbl table td.wide2 {
  padding: 9px 8px 7px 18px;
}
.seminar_tbl table td.lh {
  line-height: calc(30/18);
}
.seminar_tbl table td.date {
  line-height: 2;
}
.seminar_tbl table .list {
  margin: .5em 0;
}
.seminar_tbl table .list li {
  position: relative;
  font-size: 1.8rem;
  line-height: calc(36/18);
}

@media screen and (max-width: 767px) {
  .seminar_tbl table {
    max-width: inherit;
    margin: 0 auto 5%;
  }
  .seminar_tbl table th {
    padding: 3% 0;
    width: 28%;
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .seminar_tbl table td {
    width: 72%;
    padding: 3% !important;
    font-size: 3.6vw;
  }
  .seminar_tbl table .list li {
    font-size: 3.4vw;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 790px;
  width: 100%;
  height: 220px;
  padding: 2% 3% 2% 2%;
  margin: 40px auto 70px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #9b9b9b;
}
.form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
  font-size: 1.5rem !important;
  line-height: 1.4;
  word-break: break-all;
}
.form_policy dl {
  margin-top: 20px;
}
.form_policy dt {
  font-weight: 600;
  margin-bottom: 5px;
}
.form_policy p + p, .form_policy li + li, .form_policy p + ol {
  margin-top: 10px;
}
.form_policy ol > li > ol {
  margin-top: 10px;
}
.form_policy ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .form_policy {
    width: 96%;
    height: 100px;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
    font-size: 3.2vw !important;
  }
}
/* ------------------------------
*  orange form
------------------------------ */
.orange_form {
  position: relative;
  width: 100%;
  max-width: 842px;
  margin: 46px auto 0;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  width: 100%;
  height: 1140px;
}

@media screen and (max-width: 767px) {
  .orange_form {
    width: 98%;
    margin-top: 5%;
  }
  .orange_form iframe {
    height: 350vw;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  position: relative;
  text-align: center;
  margin-top: 130px;
}
.footer * {
  color: #111;
  font-size: 2rem;
  letter-spacing: -.01em;
  line-height: calc(36/20);
}
.footer .mark {
  line-height: 1;
  margin: 120px auto 24px;
}
.footer .link {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.footer .link li {
  position: relative;
  display: inline-block;
}
.footer .link li:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  background: #111;
  width: 1px;
  height: calc(100% - 0.8em);
  left: -0.5em;
  top: .3em;
}
.footer .link li + li {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 15%;
  }
  .footer * {
    font-size: 3.2vw;
  }
  .footer .mark {
    margin: 10% auto 3%;
    width: 22vw;
  }
  .footer .link {
    margin-bottom: 5%;
  }
  .footer .link li:nth-child(n + 2)::before {
    left: -1.6em;
  }
  .footer .link li + li {
    margin-left: 3.2em;
  }
}
/* ------------------------------
*  fixbtn
------------------------------ */
.fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fixbtn {
    padding: 3% 0;
  }
  .fixbtn .btn {
    width: 94%;
    margin: auto;
  }
}
/*--エラー用--*/
p.error {
  font-weight: 600;
  color: #ed1c24;
  font-size: 1.4rem !important;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  /*--エラー用--*/
  p.error {
    font-size: 3vw !important;
    padding-top: 1vw;
  }
}
/* ------------------------------
*  thanks
------------------------------ */
.thanks {
  background: #fff;
  min-width: inherit;
}

.thanksWrap .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

.thanksWrap .inner {
  padding: 1em 1em 3em;
  margin: 0 auto;
}

.thanksWrap .inner p {
  text-align: center;
}

.thanksWrap .ttl_wrap {
  background: #f7f7f7;
  padding: 30px 0;
}

.thanksWrap .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
}

.thanksWrap .sub {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

.thanksWrap p {
  font-size: 1.6rem;
}

.thanksWrap p + p {
  margin-top: 25px;
}

.thanksWrap .btn {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .thanksWrap {
    margin-top: 8%;
  }

  .thanksWrap .wrap {
    padding: 8% 0 0;
  }

  .thanksWrap .inner {
    padding: 5% 0 0;
    width: 95% !important;
  }

  .thanksWrap .ttl_wrap {
    padding: 5% 0;
  }

  .thanksWrap .ttl {
    font-size: 7.2vw;
  }

  .thanksWrap .sub {
    font-size: 6vw;
    margin-bottom: 8%;
  }

  .thanksWrap p + p {
    margin-top: 5%;
  }

  .thanksWrap .btn {
    margin-top: 8%;
  }

  .thanksWrap .btn a {
    font-size: 1.6rem;
  }
}
