@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700;800&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;
}

.sp {
  display: none;
}

.wrap {
  width: 96%;
  max-width: 950px;
  margin: auto;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

@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;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/* ------------------------------
    text/font
------------------------------ */
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: 700;
}

.color_red {
  color: #e22533;
}

.color_red2 {
  color: #dd0011;
}

.color_green {
  color: #45b336;
}

.color_orange {
  color: #eb6200;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.highlight {
  background: linear-gradient(transparent 42%, #fcc841 42%, #fcc841 98%, transparent 98%);
}

.highlight2 {
  background: linear-gradient(transparent 52%, #fff2c2 52%, #fff2c2 98%, transparent 98%);
}

.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}

.mac .udl {
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}

@media screen and (max-width: 767px) {
  .udl, .mac .udl {
    background: none;
    border-bottom: 1px solid #333;
    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 a {
  position: relative;
  display: flex;
  align-items: center;
  width: 654px;
  height: 80px;
  border-radius: 9999px;
  background: #f6931e;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .025em;
  padding-left: 92px;
  margin: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.btn a::before {
  position: absolute;
  content: "";
  background: url("../img/icn_arrow_btn.png") no-repeat center center/contain;
  width: 25px;
  height: 24px;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 11.733vw;
    font-size: 4vw;
    padding-left: 14.933vw;
  }
  .btn a::before {
    width: 4.533vw;
    height: 4.533vw;
    left: 5.867vw;
  }
}
/* ------------------------------
*  cta
------------------------------ */
.cta {
  margin: 0 auto;
  text-align: center;
  width: 795px;
}
.cta .img {
  line-height: 1;
}
.cta .img img {
  mix-blend-mode: multiply;
  margin-left: 32px;
}
.cta .btn {
  margin-top: -14px;
}

@media screen and (max-width: 767px) {
  .cta {
    width: 100%;
  }
  .cta .img {
    text-align: center;
  }
  .cta .img img {
    width: 90%;
    margin-left: 8vw;
  }
  .cta .btn {
    margin-top: -1.333vw;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 5px solid #f79321;
}

.fv_ttl {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  line-height: 0;
}
.fv_ttl img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #fv {
    height: 100%;
  }

  .fv_ttl {
    max-width: inherit;
  }
}
/* ------------------------------
*  common
------------------------------ */
.contents_wrap {
  position: relative;
  max-width: 928px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin: auto;
}

.obi {
  position: relative;
  max-width: 100%;
  height: 154px;
  background-image: url("../img/img_obi_pc.jpg");
  background-position: center center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100% !important;
  }

  .obi {
    background-size: cover;
    background-position: left -36vw center;
    height: 20vw;
  }
}
/* ------------------------------
*  kv
------------------------------ */
.common_kv {
  border-top: 5px solid #f79321;
}
.common_kv .kv_ttl {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  line-height: 0;
}
.common_kv .kv_ttl img {
  max-width: 100%;
}

/* ------------------------------
*  ttl
------------------------------ */
.ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 6vw;
  }
  .ttl .lg {
    font-size: 7.6vw;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  position: relative;
  background: #45b336;
  padding: 360px 0 68px;
}
.sec01 .bg {
  position: absolute;
  width: 100%;
  height: 739px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec01 .bg img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.sec01 .contents_wrap {
  padding: 20px 25px 80px;
}
.sec01 .inner {
  padding: 0 15px;
}
.sec01 .inner p {
  line-height: calc(24/17);
}
.sec01 .inner p + p {
  margin-top: 28px;
}
.sec01 .ttl {
  color: #eb6200;
  margin: 60px auto;
}
.sec01 .list {
  width: 100%;
  margin: 0 auto 54px;
}
.sec01 .list li {
  position: relative;
  color: #42332e;
  font-size: 2.4rem;
  line-height: calc(36/24);
  letter-spacing: -.04em;
  font-weight: 500;
  border-bottom: 2px solid #45b336;
  font-family: "Noto Sans JP", sans-serif;
  padding: .8em 0 .65em 65px;
}
.sec01 .list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_reaf.svg") no-repeat center center/contain;
  width: 43px;
  height: 40px;
  left: .2em;
  top: .9em;
}
.sec01 .img_wrap {
  display: flex;
  justify-content: center;
  gap: 0 13px;
  margin: 45px auto 40px;
}
.sec01 .marker {
  background: linear-gradient(transparent 60%, #fcc841 60%, #fcc841 98%, transparent 98%);
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 26.667vw 0 8%;
  }
  .sec01 .bg {
    height: 64vw;
  }
  .sec01 .contents_wrap {
    padding: 2.5% 3% 6%;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .inner p {
    line-height: 1.5;
  }
  .sec01 .inner p + p {
    margin-top: 5%;
  }
  .sec01 .ttl {
    margin: 8% auto;
  }
  .sec01 .list {
    margin: 0 auto 5%;
  }
  .sec01 .list li {
    font-size: 4.4vw;
    padding-left: 7.467vw;
  }
  .sec01 .list li::before {
    width: 5.867vw;
    height: 5.333vw;
    left: 0;
    top: 1em;
  }
  .sec01 .img_wrap {
    gap: 0 2.5vw;
    margin: 5% auto;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  background: url("../img/bg_sec02.jpg") no-repeat center top/cover;
  padding: 110px 0 63px;
}
.sec02 .wrap {
  max-width: 960px;
}
.sec02 .inner {
  margin: 0 auto;
}
.sec02 .inner p + p {
  margin-top: 28px;
}
.sec02 .subttl {
  text-align: center;
}
.sec02 .subttl span.ttltxt {
  display: inline-block;
  text-align: center;
  font-size: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
}
.sec02 .subttl span.ttltxt + span.ttltxt {
  margin-top: 16px;
}
.sec02 .subttl.subttl01 {
  margin-bottom: 72px;
}
.sec02 .subttl.subttl01 span.ttltxt {
  padding: .3em .2em .35em .5em;
}
.sec02 .subttl.subttl02 {
  margin-top: 78px;
  margin-bottom: 48px;
}
.sec02 .subttl.subttl02 span.ttltxt {
  padding: .3em .05em .35em .15em;
}
.sec02 .subttl.subttl03 {
  margin-top: 115px;
  margin-bottom: 44px;
}
.sec02 .subttl.subttl03 span.ttltxt:nth-child(1) {
  padding: .3em 0 .35em .15em;
}
.sec02 .subttl.subttl03 span.ttltxt:nth-child(2) {
  padding: .3em .5em .35em 0em;
}
.sec02 .subttl.subttl04 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.sec02 .subttl.subttl04 span.ttltxt {
  padding: .3em .7em .35em .8em;
}
.sec02 .txt_box.reverse {
  flex-direction: row-reverse;
}
.sec02 .txt_box.box01 {
  gap: 0 40px;
}
.sec02 .txt_box.box01 .img {
  padding-top: 20px;
}
.sec02 .txt_box.box01 + p {
  margin-top: -12px;
}
.sec02 .txt_box.box02 {
  gap: 0 32px;
}
.sec02 .txt_box.box02 .txt {
  padding-top: 12px;
  padding-right: 25px;
}
.sec02 .txt_box.box03 {
  gap: 0 25px;
}
.sec02 .txt_box.box03 .txt {
  padding-top: 10px;
}
.sec02 .txt_box.box04 {
  gap: 0 30px;
  margin-top: 57px;
  margin-bottom: 50px;
}
.sec02 .txt_box.box04 .txt {
  padding-top: 20px;
  padding-right: 15px;
}
.sec02 .txt_box.box05 {
  gap: 0 25px;
  margin-bottom: 40px;
}
.sec02 .txt_box.box05 .txt {
  padding-top: 10px;
}
.sec02 .cta {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 8% 0;
  }
  .sec02 .wrap {
    max-width: inherit;
  }
  .sec02 .inner {
    padding: 0 1.6%;
  }
  .sec02 .inner p + p {
    margin-top: 5%;
  }
  .sec02 .inner .img {
    width: 80%;
  }
  .sec02 .subttl {
    margin-bottom: 6.5% !important;
  }
  .sec02 .subttl span.ttltxt {
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: left;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
  .sec02 .subttl span.ttltxt + span.ttltxt {
    margin-top: 1.8%;
  }
  .sec02 .subttl.subttl01 span.ttltxt {
    padding: .3em 0.6em .35em 0.8em;
  }
  .sec02 .subttl.subttl02 span.ttltxt {
    padding: .3em 0.2em .35em 0.4em;
  }
  .sec02 .subttl.subttl02, .sec02 .subttl.subttl03, .sec02 .subttl.subttl04 {
    margin-top: 10%;
  }
  .sec02 .txt_box {
    flex-direction: column !important;
    align-items: center;
    gap: 0;
  }
  .sec02 .txt_box.box01 .img {
    padding: 5% 0 5%;
    width: 68%;
  }
  .sec02 .txt_box.box01 + p {
    margin-top: 0;
  }
  .sec02 .txt_box.box02 .txt {
    padding: 5% 0 0;
  }
  .sec02 .txt_box.box03 .txt {
    padding-top: 0;
    padding-bottom: 5%;
  }
  .sec02 .txt_box.box04 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sec02 .txt_box.box04 .txt {
    padding: 0 0 5%;
  }
  .sec02 .txt_box.box05 {
    margin-bottom: 5%;
  }
  .sec02 .txt_box.box05 .txt {
    padding: 0 0 5%;
  }
  .sec02 .cta {
    margin-top: 8%;
    width: 96%;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  background: url("../img/bg_sec03.jpg") no-repeat center bottom/cover;
  padding: 19px 0 118px;
}
.sec03 .contents_wrap {
  padding: 64px 28px 120px;
}
.sec03 .ttl {
  line-height: 1;
  margin: 0 auto 50px;
}
.sec03 .reason_item.item01 .reason_ttl {
  margin-bottom: 55px;
  gap: 0 10px;
}
.sec03 .reason_item.item01 .subttl {
  white-space: nowrap;
  letter-spacing: -.07em;
}
.sec03 .reason_item.item02 {
  margin-top: 90px;
}
.sec03 .reason_item.item02 .reason_ttl {
  margin-bottom: 50px;
  gap: 0 14px;
}
.sec03 .reason_item.item02 .img {
  padding-top: 15px;
}
.sec03 .reason_item.item02 .txt_box {
  margin-top: 30px;
  margin-bottom: 45px;
  justify-content: space-between;
}
.sec03 .reason_item.item03 {
  margin-top: 85px;
}
.sec03 .reason_item.item03 .reason_ttl {
  margin-bottom: 60px;
  gap: 0 30px;
}
.sec03 .reason_item.item03 .txt_box {
  margin-bottom: 20px;
}
.sec03 .reason_ttl {
  display: flex;
  align-items: center;
}
.sec03 .reason_ttl .num {
  width: 111px;
}
.sec03 .reason_ttl .subttl {
  font-size: 3.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #252424;
  font-weight: 700;
  line-height: calc(48/38.77);
}
.sec03 .check_list {
  margin: 40px 0 0 20px;
}
.sec03 .check_list li {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 2em;
}
.sec03 .check_list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_orange.svg") no-repeat center center/contain;
  width: 29px;
  height: 29px;
  left: 0;
  top: .25em;
}
.sec03 .inner p + p {
  margin-top: 30px;
}
.sec03 .txt_box {
  gap: 0 20px;
}
.sec03 .txt_box.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 5% 0 8%;
  }
  .sec03 .contents_wrap {
    padding: 6.5% 5% 8%;
  }
  .sec03 .ttl {
    margin-bottom: 8%;
    width: 90%;
  }
  .sec03 .reason_item.item01 .subttl {
    white-space: normal;
  }
  .sec03 .reason_item.item01 .img {
    padding: 0 0 5%;
  }
  .sec03 .reason_item.item02 {
    margin-top: 12%;
  }
  .sec03 .reason_item.item02 .img {
    padding-top: 0;
  }
  .sec03 .reason_item.item02 .txt_box {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sec03 .reason_item.item03 {
    margin-top: 12%;
  }
  .sec03 .reason_item.item03 .txt_box {
    margin-bottom: 5%;
  }
  .sec03 .reason_item.item03 .img {
    padding: 0 0 5%;
  }
  .sec03 .reason_ttl {
    margin-bottom: 5% !important;
    gap: 2vw 0 !important;
    flex-direction: column;
  }
  .sec03 .reason_ttl .num {
    width: 16vw;
  }
  .sec03 .reason_ttl .subttl {
    font-size: 5.2vw;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }
  .sec03 .check_list {
    width: 100%;
    margin: 5% auto;
  }
  .sec03 .check_list li {
    font-size: 4.2vw;
    padding-left: 1.8em;
  }
  .sec03 .check_list li::before {
    width: 5.333vw;
    height: 5.333vw;
    top: .2em;
  }
  .sec03 .inner p + p {
    margin-top: 5%;
  }
  .sec03 .txt_box {
    flex-direction: column !important;
    align-items: center;
  }
  .sec03 .txt_box .txt {
    width: 100%;
  }
  .sec03 .txt_box .img {
    width: 80%;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
  background: #e8e5d4;
  padding: 58px 0 63px;
}
.sec04 .contents_wrap {
  padding: 40px 32px 70px;
  border: 4px solid #f6931e;
}
.sec04 .voice_ttl {
  position: relative;
  font-size: 4.7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #eb6200;
  line-height: calc(77/47);
  padding-bottom: 36px;
}
.sec04 .voice_ttl::before {
  position: absolute;
  content: "";
  background: url("../img/line_ttl.png") no-repeat center center/contain;
  width: 741px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13px;
}
.sec04 .voice_ttl + p {
  font-size: 2.4rem;
  color: #343333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: center;
}
.sec04 .voice_body {
  margin-top: 60px;
}
.sec04 .voice_body p + p {
  margin-top: 28px;
}
.sec04 .txt_box {
  gap: 0 30px;
  margin-bottom: 24px;
}
.sec04 .txt_box .txt {
  padding-top: 10px;
}
.sec04 .txt_box .img figure + figure {
  margin-top: 13px;
}
.sec04 .txt_box .img figure:nth-child(2) {
  margin-left: -8px;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 8% 0;
  }
  .sec04 .contents_wrap {
    padding: 5% 5% 6.5%;
    border-width: 0.533vw;
  }
  .sec04 .voice_ttl {
    font-size: 5vw;
    padding-bottom: 5%;
  }
  .sec04 .voice_ttl::before {
    width: 85.333vw;
    height: 1.6vw;
    bottom: 1.6vw;
  }
  .sec04 .voice_ttl + p {
    font-size: 4.4vw;
  }
  .sec04 .voice_body {
    margin-top: 5%;
  }
  .sec04 .voice_body p + p {
    margin-top: 5%;
  }
  .sec04 .txt_box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
  }
  .sec04 .txt_box .txt {
    padding-top: 0;
  }
  .sec04 .txt_box .img {
    width: 68%;
  }
  .sec04 .txt_box .img figure + figure {
    margin-top: 5%;
  }
  .sec04 .txt_box .img figure:nth-child(2) {
    margin-left: -0.5vw;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05_body {
  background: #45b336;
  padding: 56px 0 80px;
}
.sec05 .contents_wrap {
  padding: 42px 33px 110px;
}
.sec05 .contents_wrap p + p {
  margin-top: 30px;
}
.sec05 .ttl {
  margin: 68px auto 25px;
  line-height: 0;
}
.sec05 .step_item {
  position: relative;
}
.sec05 .step_item.item01 {
  margin-top: 47px;
}
.sec05 .step_item.item01 .step_ttl {
  margin: 0 auto 38px;
}
.sec05 .step_item.item01 .img_wrap {
  margin: 50px auto 40px;
}
.sec05 .step_item.item02 {
  margin-top: 94px;
}
.sec05 .step_item.item02 .step_ttl {
  margin: 0 auto 38px;
}
.sec05 .step_item.item02 .img_wrap {
  margin: 50px auto 40px;
}
.sec05 .step_item.item03 {
  margin-top: 94px;
}
.sec05 .step_item.item03 .step_ttl {
  margin: 0 auto 47px;
}
.sec05 .step_item.item03 .img_wrap {
  margin: 40px auto 40px;
}
.sec05 .step_ttl {
  display: flex;
  align-items: center;
  gap: 0 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #45b336;
}
.sec05 .step_ttl .num {
  width: 110px;
  line-height: 0;
  display: inline-block;
  padding-left: 10px;
}
.sec05 .step_ttl .subttl {
  font-size: 4.8rem;
  line-height: calc(60/48);
  color: #252424;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -.05em;
  padding-bottom: .1em;
  white-space: nowrap;
}
.sec05 .step_ttl .subttl.sm {
  font-size: 4rem;
  line-height: calc(50/40);
  letter-spacing: -.02em;
}
.sec05 .step .img_wrap {
  justify-content: center;
  gap: 0 25px;
}
.sec05 .cont .subttl {
  font-size: 4.8rem;
  line-height: calc(60/48);
  color: #343530;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -.05em;
  margin: 100px auto 60px;
}
.sec05 .cta {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .sec05_body {
    padding: 8% 0;
  }
  .sec05 .contents_wrap {
    padding: 5% 5% 8%;
  }
  .sec05 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec05 .ttl {
    margin: 10% auto 10%;
    width: 92%;
  }
  .sec05 .step_item.item01 {
    margin-top: 0;
  }
  .sec05 .step_item.item02 {
    margin-top: 8%;
  }
  .sec05 .step_item.item03 {
    margin-top: 8%;
  }
  .sec05 .step_ttl {
    flex-direction: column;
    align-items: center;
    gap: 2vw 0;
    padding-bottom: 2.667vw;
    margin-bottom: 6.5% !important;
  }
  .sec05 .step_ttl .num {
    width: 16vw;
    padding-left: 0;
  }
  .sec05 .step_ttl .subttl {
    font-size: 5vw;
    text-align: center;
    white-space: normal;
  }
  .sec05 .step_ttl .subttl.sm {
    font-size: 4.8vw;
  }
  .sec05 .step .img_wrap {
    justify-content: center;
    gap: 0 2.5vw;
    margin: 5% auto !important;
  }
  .sec05 .cont .subttl {
    font-size: 5vw;
    margin: 5% auto;
  }
  .sec05 .cta {
    margin-top: 8%;
    width: 92vw;
    margin-left: -2.667vw;
    margin-right: -2.667vw;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  background: url("../img/bg_sec06.jpg") no-repeat center top/cover;
  padding: 42px 0 48px;
  border-bottom: 5px solid #f79321;
}
.sec06 .ttl {
  line-height: 0;
  margin: 0 auto 48px;
}
.sec06 .contents_wrap {
  padding: 80px 36px 78px;
}
.sec06 .inner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.sec06 .inner p + p {
  margin-top: 30px;
}
.sec06 .inner .img {
  margin: 42px auto 80px;
}
.sec06 .inner .sign {
  text-align: right;
  margin-right: 20px;
  margin-left: auto;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 8% 0;
    border-bottom-width: 3px;
  }
  .sec06 .ttl {
    margin-bottom: 6.5%;
    width: 90%;
  }
  .sec06 .contents_wrap {
    padding: 8% 5% 8%;
  }
  .sec06 .inner p + p {
    margin-top: 5%;
  }
  .sec06 .inner .img {
    margin: 5% auto;
    width: 80%;
  }
  .sec06 .inner .sign {
    margin-right: 1.8vw;
    width: 35vw;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07 {
  position: relative;
  background: #45b336;
  padding: 340px 0 80px;
}
.sec07 .bg {
  position: absolute;
  width: 100%;
  height: 739px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec07 .bg img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.sec07 .contents_wrap {
  padding: 48px 25px 77px;
}
.sec07 .contents_wrap > p {
  padding: 0 25px;
}
.sec07 .contents_wrap > p + p {
  margin-top: 28px;
}
.sec07 .seminar_tbl {
  margin: 28px auto 52px;
}
.sec07 .ttl {
  margin: 0 auto 68px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: 26.667vw 0 8%;
  }
  .sec07 .bg {
    height: 64vw;
  }
  .sec07 .contents_wrap {
    padding: 6.5% 5% 6%;
  }
  .sec07 .contents_wrap > p {
    padding: 0;
  }
  .sec07 .contents_wrap > p + p {
    margin-top: 5%;
  }
  .sec07 .seminar_tbl {
    margin: 5% auto 6.5%;
  }
  .sec07 .ttl {
    width: 98%;
    margin-bottom: 8%;
  }
}
/* ------------------------------
*  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: #fef5cc;
  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;
  letter-spacing: .025em;
  line-height: calc(24/18);
}
.seminar_tbl table td.wide1 {
  padding: 26px 8px 24px 18px;
}
.seminar_tbl table td.wide2 {
  padding: 43px 8px 41px 18px;
}
.seminar_tbl table td.wide2 p {
  line-height: calc(36/18);
}
.seminar_tbl table td.date {
  line-height: 2;
}
.seminar_tbl table td .sm {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.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 td.wide2 p {
    line-height: 1.75;
  }
  .seminar_tbl table td .sm {
    font-size: 3.2vw;
  }
  .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 73px;
  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: 90px auto 0;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  width: 100%;
  height: 1170px;
}

@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;
  padding-bottom: 40px;
}
.footer * {
  color: #111;
  font-size: 2rem;
  line-height: calc(36/20);
}
.footer .logo {
  line-height: 0;
  text-align: center;
  margin: 54px auto 35px;
}
.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 {
    padding-bottom: 8%;
  }
  .footer * {
    font-size: 3.2vw;
  }
  .footer .logo {
    margin: 8% auto 3%;
    width: 36vw;
  }
  .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: 92.2%;
    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;
  }
}
