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

.color_pink {
  color: #e3676c;
}

.color_yel {
  color: #f4e163;
}

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

.highlight {
  background: linear-gradient(transparent 48%, #f4e163 48%, #f4e163 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;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.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: 574px;
  height: 72px;
  border-radius: 9999px;
  background: #e3676c;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .025em;
  padding-left: 80px;
  margin: auto;
}
.btn a::before {
  position: absolute;
  content: "";
  background: url("../img/icn_arrow_btn.png") no-repeat center center/contain;
  width: 22px;
  height: 21px;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 102%;
    margin-left: -1%;
    margin-right: -1%;
    height: auto;
    aspect-ratio: 574/72;
    font-size: 4.2vw;
    padding-left: 14vw;
  }
  .btn a::before {
    width: 4.533vw;
    height: 4.533vw;
    left: 5.867vw;
  }
}
/* ------------------------------
*  cta
------------------------------ */
.cta .cta_img {
  line-height: 1;
  margin: 0 12px 36px 0;
}

@media screen and (max-width: 767px) {
  .cta .cta_img {
    margin: 0 auto 3%;
  }
  .cta .cta_img img {
    width: 90%;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 3px solid #8ec31f;
}

.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 0 4px 2px rgba(51, 51, 51, 0.3);
  background-color: #fff;
  margin: auto;
}

.obi {
  position: relative;
  max-width: 100%;
  height: 154px;
  background-image: url("../img/img_obi_pc.jpg");
  z-index: 2;
}
.obi.line {
  border-top: 6px solid #8ec31f;
  height: 160px;
}

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

  .obi {
    background-image: url("../img/img_obi_sp.jpg");
    background-size: cover;
    background-position: center top;
    height: 20.533vw;
  }
  .obi.line {
    border-top-width: 0.8vw;
    height: 21.333vw;
  }
}
/* ------------------------------
*  kv
------------------------------ */
.common_kv {
  background: url("../img/bg_common_ttl.jpg") no-repeat center bottom/cover;
}
.common_kv .ttl {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .common_kv {
    padding: 3% 0 0;
  }
}
/* ------------------------------
*  ttl
------------------------------ */
.ttl,
.sub_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: calc(84/56);
  color: #1f2733;
}

@media screen and (max-width: 767px) {
  .ttl,
  .sub_ttl {
    font-size: 6vw;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  background: #f6f6f6 url("../img/bg_sec01.jpg") no-repeat center top/100%;
  padding: 85px 0 110px;
}
.sec01 .wrap {
  max-width: 960px;
}
.sec01 .txt_box {
  padding: 0 60px;
}
.sec01 .txt_box > p {
  font-size: 1.8rem;
  line-height: calc(32/18);
  letter-spacing: -.01em;
}
.sec01 .txt_box > p + p {
  margin-top: 32px;
}
.sec01 .flex {
  justify-content: center;
  margin: 55px auto 45px;
  gap: 0 15px;
}
.sec01 .list {
  width: 710px;
}
.sec01 .list li {
  position: relative;
  font-size: 2.4rem;
  line-height: calc(40/24);
  letter-spacing: .1em;
  color: #fff;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 5px 15px 66px;
  background: #201f1c;
  box-shadow: 6px 6px 0px 0px #cbccd1;
}
.sec01 .list li.nrw {
  letter-spacing: .025em;
}
.sec01 .list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red01.svg") no-repeat center center/contain;
  width: 32px;
  height: 32px;
  left: 17px;
  top: 18px;
}
.sec01 .list li + li {
  margin-top: 30px;
}
.sec01 .img {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8% 0;
  }
  .sec01 .wrap {
    max-width: inherit;
  }
  .sec01 .txt_box {
    padding: 0 1.6%;
  }
  .sec01 .txt_box > p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec01 .txt_box > p + p {
    margin-top: 5%;
  }
  .sec01 .flex {
    flex-direction: column;
    align-items: center;
    margin: 5% auto 8%;
  }
  .sec01 .list {
    width: 96%;
  }
  .sec01 .list li {
    font-size: 4.4vw;
    padding: 4vw 2vw 4vw 15vw;
  }
  .sec01 .list li::before {
    width: 6.4vw;
    height: 6.4vw;
    left: 4.533vw;
    top: 4.267vw;
  }
  .sec01 .list li + li {
    margin-top: 5%;
  }
  .sec01 .img {
    margin-top: 0;
    margin-bottom: 3.5%;
  }
  .sec01 .img img {
    width: 40%;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  background: #e6f4e2;
  padding: 40px 0 146px;
}
.sec02 .contents_wrap {
  padding: 43px 23px 51px;
}
.sec02 .board {
  background: url("../img/bg_orange.png") repeat;
  padding: 20px;
}
.sec02 .inner {
  position: relative;
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.3);
  background-color: #fff;
  padding: 68px 26px 65px;
}
.sec02 .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%);
}
.sec02 .inner p {
  letter-spacing: -.01em;
}
.sec02 .inner p + p {
  margin-top: 30px;
}
.sec02 .ttl {
  line-height: 1;
}
.sec02 .ttl.ttl01 {
  margin: 0 auto 58px;
}
.sec02 .ttl.ttl02 {
  margin: 100px auto 32px;
}
.sec02 .sub_ttl {
  font-size: 4.89rem;
  color: #343132;
  margin: 0 auto 64px;
}
.sec02 .sub_ttl .marker {
  background: linear-gradient(transparent 69%, #f4e163 69%, #f4e163 98%, transparent 98%);
}
.sec02 .txt_box {
  margin: 0 auto;
}
.sec02 .txt_box.box01 {
  margin-bottom: 60px;
}
.sec02 .txt_box.box01 .img {
  margin-right: 14px;
  margin-left: -16px;
}
.sec02 .txt_box.box02 {
  margin-top: 45px;
  margin-bottom: 60px;
}
.sec02 .txt_box.box02 .img {
  margin-left: 5px;
  margin-right: -16px;
}
.sec02 .step_wrap {
  margin: 100px -15px 70px;
  display: flex;
  justify-content: space-between;
}
.sec02 .step_wrap .item {
  position: relative;
  width: 264px;
  border: 4px solid #8ec31f;
  border-radius: 5px;
  background: #e4eef6;
  padding: 46px 0 27px;
}
.sec02 .step_wrap .icn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}
.sec02 .step_wrap .txt {
  font-size: 2.7rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  color: #343132;
  line-height: calc(40/27);
  letter-spacing: -.01em;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 8% 0;
  }
  .sec02 .contents_wrap {
    padding: 5% 1.5% 8%;
  }
  .sec02 .board {
    padding: 3%;
  }
  .sec02 .inner {
    padding: 11% 3% 8%;
  }
  .sec02 .inner::before {
    width: 32vw;
    height: 9.867vw;
    top: -2.933vw;
  }
  .sec02 .inner p + p {
    margin-top: 5%;
  }
  .sec02 .ttl.ttl01 {
    margin: 0 auto 6.5%;
  }
  .sec02 .ttl.ttl01 img {
    width: 85%;
  }
  .sec02 .ttl.ttl02 {
    margin: 10% auto 6.5%;
  }
  .sec02 .ttl.ttl02 img {
    width: 82%;
  }
  .sec02 .sub_ttl {
    font-size: 6.8vw;
    margin: 0 auto 8%;
  }
  .sec02 .txt_box {
    flex-direction: column;
    align-items: center;
  }
  .sec02 .txt_box.box01 {
    margin-bottom: 5%;
  }
  .sec02 .txt_box.box01 .img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
  }
  .sec02 .txt_box.box01 .img img {
    width: 86%;
  }
  .sec02 .txt_box.box02 {
    margin-top: 8%;
    margin-bottom: 10%;
  }
  .sec02 .txt_box.box02 .img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  .sec02 .txt_box.box02 .img img {
    width: 86%;
  }
  .sec02 .step_wrap {
    margin: 20% 0 10%;
    flex-direction: column;
    align-items: center;
  }
  .sec02 .step_wrap .item {
    width: 90%;
    padding: 10% 0 5%;
  }
  .sec02 .step_wrap .item + .item {
    margin-top: 14.667vw;
  }
  .sec02 .step_wrap .icn {
    width: 16vw;
    top: -9.067vw;
  }
  .sec02 .step_wrap .img img {
    width: 72%;
    max-width: 255px;
  }
  .sec02 .step_wrap .txt {
    font-size: 4.8vw;
    margin-top: 5%;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  background: #fff;
}
.sec03_head {
  padding: 105px 0 0;
  z-index: 2;
}
.sec03_head .head_inner {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  z-index: 2;
  padding-left: 12px;
}
.sec03_head .head_inner p + p {
  margin-top: 28px;
}
.sec03_head .head_inner p:last-of-type {
  margin-top: 45px;
}
.sec03_head .head_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec03_head .main_ttl {
  margin: 0 auto 83px 0;
}
.sec03 .ttl {
  line-height: 1;
  margin: 0 auto 80px;
}
.sec03 .inner {
  width: 100%;
  max-width: 922px;
  margin: 90px auto 136px;
}
.sec03 .merit {
  margin: 0 auto;
}
.sec03 .merit + .merit {
  margin-top: 60px;
}
.sec03 .merit_ttl {
  align-items: center;
  gap: 0 40px;
  margin-bottom: 40px;
}
.sec03 .merit_ttl .sub_ttl {
  font-size: 4rem;
  color: #343132;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: -.01em;
  line-height: calc(65.76/40);
  flex: 1;
}
.sec03 .merit .txt_box {
  gap: 0 20px;
}
.sec03 .merit .txt {
  padding-top: 24px;
}
.sec03 .merit .txt > p {
  letter-spacing: -.01em;
  text-align: justify;
}
.sec03 .merit .txt > p + p {
  margin-top: 30px;
}
.sec03 .merit.merit04 .merit_ttl {
  margin-bottom: 30px;
}
.sec03 .merit.merit05 {
  margin-bottom: 55px;
}
.sec03 .merit.merit05 .merit_ttl {
  gap: 0 12px;
}
.sec03 .merit.merit05 .merit_ttl .sub_ttl {
  letter-spacing: -.05em;
  white-space: nowrap;
}
.sec03 .merit:nth-child(odd) .img {
  margin-left: -20px;
}
.sec03 .btn {
  margin-top: 88px;
}

@media screen and (max-width: 767px) {
  .sec03_head {
    padding: 6% 0 0;
  }
  .sec03_head .head_inner {
    max-width: inherit;
    padding: 0 3.6%;
  }
  .sec03_head .head_inner p + p {
    margin-top: 5%;
  }
  .sec03_head .head_inner p:last-of-type {
    margin-top: 0;
  }
  .sec03_head .head_img {
    left: auto;
    right: -5%;
    transform: translateX(0);
  }
  .sec03_head .main_ttl {
    margin: 3% auto 10% 0;
  }
  .sec03_head .main_ttl img {
    width: 70%;
    margin-right: auto;
    margin-left: 0;
  }
  .sec03 .ttl {
    margin-bottom: 10%;
  }
  .sec03 .ttl img {
    width: 88%;
  }
  .sec03 .inner {
    max-width: inherit;
    margin: 12% auto 8%;
    padding: 0 1.6%;
  }
  .sec03 .merit + .merit {
    margin-top: 12%;
  }
  .sec03 .merit_ttl {
    align-items: center;
    flex-direction: column;
    gap: 2vw 0 !important;
    margin-bottom: 5% !important;
  }
  .sec03 .merit_ttl .num {
    width: 13.333vw;
  }
  .sec03 .merit_ttl .sub_ttl {
    font-size: 6.2vw;
    line-height: 1.25;
    white-space: nowrap;
    text-align: center;
  }
  .sec03 .merit .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
  }
  .sec03 .merit .txt {
    padding-top: 0;
  }
  .sec03 .merit .txt > p + p {
    margin-top: 5%;
  }
  .sec03 .merit.merit05 {
    margin-bottom: 8%;
  }
  .sec03 .merit:nth-child(odd) .img {
    margin-left: 0;
  }
  .sec03 .btn {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04_head {
  background: url("../img/bg_common_ttl.jpg") no-repeat center bottom/cover;
}
.sec04_head .ttl {
  line-height: 1;
}
.sec04_body {
  background: #8ec31f;
  padding: 27px 0 56px;
}
.sec04 .contents_wrap {
  padding: 80px 25px 146px;
}
.sec04 .contents_wrap p {
  letter-spacing: -.01em;
}
.sec04 .contents_wrap p + p {
  margin-top: 28px;
}
.sec04 .reason:not(.reason03) {
  background-image: radial-gradient(circle, #888 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding-bottom: 60px;
}
.sec04 .reason_ttl {
  align-items: center;
  margin-bottom: 60px;
}
.sec04 .reason_ttl .sub_ttl {
  flex: 1;
}
.sec04 .reason_ttl .sub_ttl .txt01,
.sec04 .reason_ttl .sub_ttl .txt02 {
  position: relative;
  z-index: 2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #343132;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.25;
  display: inline-block;
  white-space: nowrap;
}
.sec04 .reason_ttl .sub_ttl .txt01 {
  font-size: 3.6rem;
}
.sec04 .reason_ttl .sub_ttl .txt02 {
  font-size: 5.4rem;
}
.sec04 .reason_ttl .sub_ttl .indent {
  text-indent: -0.4em;
}
.sec04 .reason_ttl .sub_ttl .marker {
  position: relative;
}
.sec04 .reason_ttl .sub_ttl .marker::before {
  position: absolute;
  content: "";
  background: #f4e163;
  height: 16px;
  bottom: 5px;
  z-index: -1;
}
.sec04 .reason_ttl .sub_ttl .marker.marker01::before {
  width: calc(100% - 0.2em);
  left: .2em;
}
.sec04 .reason_ttl .sub_ttl .marker.marker02::before {
  width: calc(100% - 0.8em);
  left: 0;
}
.sec04 .reason_ttl .sub_ttl .marker.marker03::before {
  width: 100%;
  left: 0;
}
.sec04 .reason + .reason {
  margin-top: 54px;
}
.sec04 .reason.reason01 .reason_ttl {
  gap: 0 30px;
}
.sec04 .reason.reason02 .reason_ttl {
  gap: 0 18px;
}
.sec04 .reason.reason02 .sub_ttl span {
  letter-spacing: -.03em;
}
.sec04 .reason.reason03 .reason_ttl {
  gap: 0 20px;
}
.sec04 .reason .img_wrap {
  justify-content: center;
  margin: 60px auto 65px;
}
.sec04 .reason .img_wrap .img {
  position: relative;
}
.sec04 .reason .img_wrap .img:nth-child(2) {
  margin: 0 20px 0 4px;
}
.sec04 .reason .img_wrap .img:not(:last-child)::before {
  position: absolute;
  content: "";
  background: url("../img/icn_plus.png") no-repeat center center/contain;
  width: 37px;
  height: 37px;
  right: -22px;
  top: 136px;
}
.sec04 .txt_box {
  gap: 0 20px;
  margin-bottom: 20px;
}
.sec04 .cta {
  margin: 110px auto 0;
}

@media screen and (max-width: 767px) {
  .sec04_body {
    padding: 5% 0 8%;
  }
  .sec04 .contents_wrap {
    padding: 8% 3% 8%;
  }
  .sec04 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec04 .reason:not(.reason03) {
    padding-bottom: 8%;
  }
  .sec04 .reason_ttl {
    margin-bottom: 5%;
    gap: 0 3vw !important;
    flex-direction: column;
    align-items: center;
  }
  .sec04 .reason_ttl .sub_ttl {
    text-align: center;
  }
  .sec04 .reason_ttl .sub_ttl .txt01,
  .sec04 .reason_ttl .sub_ttl .txt02 {
    white-space: normal;
    text-indent: 0 !important;
  }
  .sec04 .reason_ttl .sub_ttl .txt01 {
    font-size: 5.2vw;
  }
  .sec04 .reason_ttl .sub_ttl .txt02 {
    font-size: 6.8vw;
  }
  .sec04 .reason_ttl .sub_ttl .marker::before {
    height: 2.7vw;
  }
  .sec04 .reason_ttl .num {
    width: 13.333vw;
  }
  .sec04 .reason + .reason {
    margin-top: 10%;
  }
  .sec04 .reason .img_wrap {
    margin: 8% auto;
    flex-direction: column;
    align-items: center;
    gap: 8.6vw 0;
  }
  .sec04 .reason .img_wrap .img img {
    width: 68%;
  }
  .sec04 .reason .img_wrap .img:nth-child(2) {
    margin: 0 auto;
  }
  .sec04 .reason .img_wrap .img:not(:last-child)::before {
    width: 5.333vw;
    height: 5.333vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -5.6vw;
  }
  .sec04 .reason.reason01 .img {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sec04 .reason.reason01 .img img {
    width: 80%;
  }
  .sec04 .reason.reason03 .img {
    margin-bottom: 3%;
  }
  .sec04 .reason.reason03 .img img {
    width: 80%;
  }
  .sec04 .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
  }
  .sec04 .cta {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  background: #e2ebf5;
}
.sec05 .sec_ttl {
  background: #22a564;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 142px;
}
.sec05 .sec_ttl .ttl {
  color: #fff;
  font-size: 7.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.sec05_body {
  background: #e2ebf5;
  padding: 56px 0 60px;
}
.sec05 .voice {
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
  border: 4px solid #8ec31f;
  background: #fff;
  padding: 0 0 30px;
}
.sec05 .voice + .voice {
  margin-top: 55px;
}
.sec05 .voice_item {
  padding: 0 26px;
}
.sec05 .voice_item p {
  letter-spacing: -.01em;
}
.sec05 .voice_item p + p {
  margin-top: 28px;
}
.sec05 .voice_item.item03 .txt_box, .sec05 .voice_item.item04 .txt_box {
  gap: 0 10px;
}
.sec05 .voice_ttl,
.sec05 .voice_name {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sec05 .voice_ttl {
  font-size: 3.4rem;
  color: #e3676c;
  line-height: calc(42/34);
  font-weight: 700;
  letter-spacing: .075em;
  margin-bottom: 10px;
  background-image: radial-gradient(circle, #888 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec05 .voice_ttl.nrw {
  letter-spacing: -.01em;
  white-space: nowrap;
}
.sec05 .voice_name {
  text-align: right;
}
.sec05 .voice_name span {
  color: #343132;
  display: inline-block;
}
.sec05 .voice_name .txt01 {
  font-size: 2.4rem;
  font-weight: 500;
}
.sec05 .voice_name .txt02 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-left: 15px;
}
.sec05 .txt_box {
  margin: 24px auto 0;
  gap: 0 36px;
  padding: 0 12px;
}
.sec05 .txt_box + .txt_box {
  margin-top: 28px;
}
.sec05 .txt_box .img {
  margin-right: -5px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .sec05 .sec_ttl {
    height: auto;
    padding: 5% 0;
  }
  .sec05 .sec_ttl .ttl {
    font-size: 9vw;
  }
  .sec05_body {
    padding: 5% 0 8%;
  }
  .sec05 .voice {
    max-width: inherit;
    border-width: 3px;
    padding: 5% 1.6% 5%;
  }
  .sec05 .voice + .voice {
    margin-top: 8%;
  }
  .sec05 .voice_item {
    padding: 0 1.6%;
  }
  .sec05 .voice_item p + p {
    margin-top: 5%;
  }
  .sec05 .voice_item.item03 .txt_box, .sec05 .voice_item.item04 .txt_box {
    gap: 0;
  }
  .sec05 .voice_ttl {
    font-size: 4.8vw;
    margin-bottom: 3%;
    padding-bottom: 4%;
    height: auto;
  }
  .sec05 .voice_ttl.nrw {
    white-space: normal;
  }
  .sec05 .voice_name {
    margin-right: 1.5%;
  }
  .sec05 .voice_name .txt01 {
    font-size: 3.8vw;
  }
  .sec05 .voice_name .txt02 {
    font-size: 4.8vw;
    margin-left: 2.5%;
  }
  .sec05 .txt_box {
    margin-top: 5%;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
  }
  .sec05 .txt_box + .txt_box {
    margin-top: 8%;
  }
  .sec05 .txt_box .img {
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 5%;
  }
  .sec05 .txt_box .img img {
    width: 68%;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  background: #8ec31f;
  padding: 27px 0 74px;
}
.sec06 .contents_wrap {
  padding: 46px 23px 127px;
}
.sec06 .board {
  background: url("../img/bg_orange.png") repeat;
  padding: 20px;
}
.sec06 .inner {
  position: relative;
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.3);
  background-color: #fff;
  padding: 86px 18px 38px;
}
.sec06 .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%);
}
.sec06 .inner p {
  letter-spacing: -.01em;
}
.sec06 .inner p.nrw {
  letter-spacing: -.04em;
}
.sec06 .inner p + p {
  margin-top: 30px;
}
.sec06 .item {
  margin: 0 auto;
}
.sec06 .item + .item {
  margin-top: 60px;
}
.sec06 .item:not(:last-child) {
  background-image: radial-gradient(circle, #888 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding-bottom: 40px;
}
.sec06 .item_ttl {
  align-items: center;
  margin-bottom: 50px;
}
.sec06 .item_ttl .sub_ttl {
  font-size: 4rem;
  color: #343132;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: -.01em;
  line-height: calc(48/40);
  flex: 1;
}
.sec06 .item .txt_box {
  gap: 0 20px;
  padding: 0 10px;
}
.sec06 .item .txt_box + .txt_box {
  margin-top: 28px;
}
.sec06 .item .img {
  margin-top: 5px;
}
.sec06 .item .txt > p {
  letter-spacing: -.01em;
  text-align: justify;
}
.sec06 .item .txt > p + p {
  margin-top: 28px;
}
.sec06 .item.item01 .item_ttl {
  gap: 0 24px;
}
.sec06 .item.item02 .item_ttl {
  gap: 0 8px;
}
.sec06 .item.item03 .item_ttl {
  gap: 0 20px;
}
.sec06 .list {
  margin: 26px 0 55px;
}
.sec06 .list li {
  position: relative;
  font-size: 2.4rem;
  line-height: calc(28/24);
  color: #343132;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0 0 0 48px;
}
.sec06 .list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red02.svg") no-repeat center center/contain;
  width: 33px;
  height: 32px;
  left: 0;
  top: -0.05em;
}
.sec06 .list li + li {
  margin-top: 1em;
}
.sec06 .sec_ttl {
  background: #22a564;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 124px;
  margin: 132px -23px 50px;
}
.sec06 .sec_ttl .ttl {
  color: #fff;
  font-size: 5.65rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sec06 .voice_list {
  margin: 0 -5px;
}
.sec06 .voice_list li {
  font-size: 1.7rem;
  line-height: calc(28/17);
  letter-spacing: -.01em;
  border: 2px solid #f9d5a6;
  background: #f6fcf5;
  padding: .8em .5em .7em;
}
.sec06 .voice_list li + li {
  margin-top: 20px;
}
.sec06 .cta {
  margin-top: 70px;
  margin-right: -40px;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 5% 0 5%;
  }
  .sec06 .contents_wrap {
    padding: 5% 1.5% 8%;
  }
  .sec06 .board {
    padding: 3%;
  }
  .sec06 .inner {
    padding: 11% 3% 5%;
  }
  .sec06 .inner::before {
    width: 32vw;
    height: 9.867vw;
    top: -2.933vw;
  }
  .sec06 .inner p + p {
    margin-top: 5%;
  }
  .sec06 .item + .item {
    margin-top: 8%;
  }
  .sec06 .item:not(:last-child) {
    padding-bottom: 8%;
  }
  .sec06 .item_ttl {
    align-items: center;
    flex-direction: column;
    gap: 2vw 0 !important;
    margin-bottom: 5% !important;
  }
  .sec06 .item_ttl .num {
    width: 13.333vw;
  }
  .sec06 .item_ttl .sub_ttl {
    font-size: 5.8vw;
    line-height: 1.25;
    white-space: normal;
  }
  .sec06 .item .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
  }
  .sec06 .item .txt_box + .txt_box {
    margin-top: 5%;
  }
  .sec06 .item .img {
    margin-top: 5%;
  }
  .sec06 .item .img img {
    width: 86%;
  }
  .sec06 .item .txt > p + p {
    margin-top: 5%;
  }
  .sec06 .list {
    margin: 8% auto;
  }
  .sec06 .list li {
    font-size: 4.2vw;
    padding: 0 0 0 7.467vw;
  }
  .sec06 .list li::before {
    width: 5.333vw;
    height: 5.067vw;
    top: -0.05em;
  }
  .sec06 .sec_ttl {
    height: auto;
    padding: 5% 0;
    margin: 8% -1.5% 5%;
  }
  .sec06 .sec_ttl .ttl {
    font-size: 7.8vw;
  }
  .sec06 .voice_list {
    margin: 0 auto;
  }
  .sec06 .voice_list li {
    font-size: 4vw;
  }
  .sec06 .voice_list li + li {
    margin-top: 3%;
  }
  .sec06 .cta {
    margin-top: 8%;
    margin-right: auto;
    padding: 0 3.5%;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07_body {
  background: #f3f5f4 url("../img/bg_sec07.jpg") no-repeat center top/100%;
  padding: 130px 0 138px;
}
.sec07 .sec_ttl {
  background: #22a564;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 142px;
}
.sec07 .sec_ttl .ttl {
  color: #fff;
  font-size: 7.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
}
.sec07 .inner {
  padding: 0 8px;
}
.sec07 .profile {
  gap: 0 30px;
}
.sec07 .profile .info {
  flex: 1;
}
.sec07 .profile .info p + p {
  margin-top: 28px;
}
.sec07 .profile .info dl {
  margin-bottom: 35px;
}
.sec07 .profile .info dt {
  margin-bottom: 38px;
  line-height: 1;
}
.sec07 .profile .info dd .pos li {
  position: relative;
  padding-left: 1em;
  font-size: 2.2rem;
  line-height: calc(30/22);
  font-weight: 700;
}
.sec07 .profile .info dd .pos li::before {
  position: absolute;
  content: "●";
  color: #22a564;
  left: 0;
  top: 0;
}
.sec07 .profile .info .txt_box {
  padding-right: 50px;
}
.sec07 .profile .img_wrap {
  padding-right: 15px;
}
.sec07 .profile .img_wrap .img:last-child {
  margin-top: 40px;
}
.sec07 .txt_box > p {
  letter-spacing: -.01em;
}
.sec07 .txt_box > p + p {
  margin-top: 28px;
}
.sec07 .txt_box.box03 {
  padding: 0 60px;
}
.sec07 .img_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 42px auto 75px;
}
.sec07 .benefits {
  max-width: 883px;
  margin: 110px auto;
  padding: 20px;
  background: url("../img/bg_ltgreen.png") repeat;
}
.sec07 .benefits_inner {
  position: relative;
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.3);
  background-color: #fff;
  padding: 36px 10px 65px;
}
.sec07 .benefits_inner::before, .sec07 .benefits_inner::after {
  position: absolute;
  content: "";
  background: url("../img/img_corner.svg") no-repeat center center/contain;
  width: 58px;
  height: 56px;
  top: -11px;
}
.sec07 .benefits_inner::before {
  left: -12px;
  transform: rotate(-90deg);
}
.sec07 .benefits_inner::after {
  right: -12px;
}
.sec07 .benefits_ttl {
  margin-bottom: 20px;
}
.sec07 .benefits_item {
  gap: 0 36px;
  align-items: center;
}
.sec07 .benefits_item:not(:last-child) {
  background-image: radial-gradient(circle, #888 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding-bottom: 10px;
}
.sec07 .benefits_item + .benefits_item {
  margin-top: 20px;
}
.sec07 .benefits_img {
  padding-left: 4px;
}
.sec07 .benefits_txt {
  font-size: 3.2rem;
  line-height: calc(42/32);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.01em;
  color: #343132;
  padding-bottom: .02em;
}
.sec07 .benefits_txt.nrw {
  letter-spacing: -.04em;
  white-space: nowrap;
}
.sec07 .benefits_txt.wide {
  letter-spacing: .1em;
}
.sec07 .sub_ttl {
  font-size: 4.8rem;
  color: #343530;
  margin-bottom: 60px;
}
.sec07 .sub_ttl.sub_ttl02 {
  margin-top: 115px;
}
.sec07 .cta {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .sec07_body {
    padding: 5% 0 8%;
  }
  .sec07 .sec_ttl {
    height: auto;
    padding: 5% 0;
  }
  .sec07 .sec_ttl .ttl {
    font-size: 9vw;
  }
  .sec07 .inner {
    padding: 0 1.6%;
  }
  .sec07 .profile {
    gap: 5vw 0;
    flex-direction: column;
    align-items: center;
  }
  .sec07 .profile .info p + p {
    margin-top: 5%;
  }
  .sec07 .profile .info dl {
    margin-bottom: 5%;
  }
  .sec07 .profile .info dt {
    margin-bottom: 8%;
  }
  .sec07 .profile .info dt img {
    width: 40%;
  }
  .sec07 .profile .info dd .pos li {
    font-size: 4.5vw;
  }
  .sec07 .profile .info .txt_box {
    padding-right: 0;
  }
  .sec07 .profile .img_wrap {
    padding-right: 0;
    margin-bottom: 8%;
  }
  .sec07 .profile .img_wrap .img {
    width: 60%;
    margin: 0 auto;
  }
  .sec07 .profile .img_wrap .img:last-child {
    margin-top: 5%;
  }
  .sec07 .txt_box > p + p {
    margin-top: 5%;
  }
  .sec07 .txt_box.box03 {
    padding: 0 1.6%;
  }
  .sec07 .img_box {
    flex-direction: column;
    gap: 5vw 0;
    margin: 5% auto;
  }
  .sec07 .img_box img {
    width: 86%;
  }
  .sec07 .benefits {
    max-width: inherit;
    margin: 8% auto;
    padding: 3%;
  }
  .sec07 .benefits_inner {
    padding: 8% 5%;
  }
  .sec07 .benefits_inner::before, .sec07 .benefits_inner::after {
    width: 8vw;
    height: 7.733vw;
    top: -1.6vw;
  }
  .sec07 .benefits_inner::before {
    left: -1.733vw;
    transform: rotate(-90deg);
  }
  .sec07 .benefits_inner::after {
    right: -1.733vw;
  }
  .sec07 .benefits_ttl {
    margin-bottom: 8%;
  }
  .sec07 .benefits_item {
    flex-direction: column;
    gap: 2vw 0;
  }
  .sec07 .benefits_item:not(:last-child) {
    padding-bottom: 8%;
  }
  .sec07 .benefits_item + .benefits_item {
    margin-top: 8%;
  }
  .sec07 .benefits_img {
    padding-left: 0;
    padding-right: 1.2%;
  }
  .sec07 .benefits_img img {
    width: 80%;
  }
  .sec07 .benefits_txt {
    font-size: 5.2vw;
  }
  .sec07 .sub_ttl {
    font-size: 6.8vw;
    margin-bottom: 5%;
  }
  .sec07 .sub_ttl.sub_ttl02 {
    margin-top: 10%;
  }
  .sec07 .cta {
    margin-top: 8%;
    margin-right: auto;
    padding: 0 3.5%;
  }
}
/* ------------------------------
*  sec08
------------------------------ */
.sec08 {
  background: url("../img/bg_sec08.jpg") no-repeat center bottom/100% auto;
  padding: 90px 0 260px;
  border-bottom: 3px solid #8ec31f;
}
.sec08 .ttl {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: calc(52.56/42.05);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  color: #343132;
  margin-bottom: 80px;
}
.sec08 .txt_wrap p,
.sec08 .txt_box p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: -.01em;
}
.sec08 .txt_wrap p + p,
.sec08 .txt_box p + p {
  margin-top: 30px;
}
.sec08 .txt_wrap {
  padding: 0 36px;
}
.sec08 .txt_box.box01 {
  margin: 60px auto 60px;
}
.sec08 .txt_box.box01 .img {
  margin: 0 30px 0 0;
}
.sec08 .txt_box.box02 {
  margin: 60px auto 30px;
}
.sec08 .txt_box.box02 .img {
  margin: 0 -16px 0 42px;
}
.sec08 .sign {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 6rem;
  letter-spacing: -.01em;
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: 8% 0;
  }
  .sec08 .ttl {
    font-size: 6.2vw;
    margin-bottom: 6%;
  }
  .sec08 .txt_wrap p + p,
  .sec08 .txt_box p + p {
    margin-top: 5%;
  }
  .sec08 .txt_wrap {
    padding: 0 1.6%;
  }
  .sec08 .txt_box {
    flex-direction: column;
    align-items: center;
  }
  .sec08 .txt_box.box01 {
    margin: 5% auto;
  }
  .sec08 .txt_box.box01 .img {
    margin: 5% auto 0;
  }
  .sec08 .txt_box.box01 .img img {
    width: 86%;
  }
  .sec08 .txt_box.box02 {
    margin: 5% auto 0;
  }
  .sec08 .txt_box.box02 .img {
    margin: 5% auto;
  }
  .sec08 .txt_box.box02 .img img {
    width: 86%;
  }
  .sec08 .sign {
    font-size: 8vw;
    margin-top: 8% !important;
  }
}
/* ------------------------------
*  sec09
------------------------------ */
.sec09 {
  background: #8ec31f;
  padding: 27px 0 0;
}
.sec09 .contents_wrap {
  padding: 60px 48px 40px;
}
.sec09 .contents_wrap > p + p {
  margin-top: 28px;
}
.sec09 .seminar_tbl {
  margin: 28px auto 45px;
}

@media screen and (max-width: 767px) {
  .sec09 {
    padding: 5% 0 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: #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;
  line-height: calc(24/18);
}
.seminar_tbl table td.wide1 {
  padding: 17px 8px 15px 18px;
}
.seminar_tbl table td.wide2 {
  padding: 26px 8px 24px 18px;
}
.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.6rem;
  line-height: calc(30/16);
  letter-spacing: -.01em;
  list-style: none;
}
.seminar_tbl table .list02 {
  counter-reset: number02;
}
.seminar_tbl table .list02 li {
  padding-left: 36px;
}
.seminar_tbl table .list02 li::before {
  counter-increment: number02;
  content: "" counter(number02) ".";
  position: absolute;
  left: .2em;
}

@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 .sm {
    font-size: 3.2vw;
  }
  .seminar_tbl table .list li {
    font-size: 3.4vw;
  }
  .seminar_tbl table .list02 li {
    padding-left: 5.333vw;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 790px;
  width: 100%;
  height: 220px;
  padding: 2% 3% 2% 2%;
  margin: 40px auto 47px;
  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;
}
.form_policy ol ul li {
  list-style-type: circle;
  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: 1100px;
}

@media screen and (max-width: 767px) {
  .orange_form {
    width: 98%;
    margin-top: 5%;
  }
  .orange_form iframe {
    height: 430vw;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  position: relative;
  text-align: center;
  margin-top: 64px;
}
.footer * {
  color: #111;
  font-size: 2rem;
  letter-spacing: -.01em;
  line-height: calc(36/20);
}
.footer .logo {
  line-height: 1;
  margin: 0 auto;
}
.footer .link {
  display: flex;
  justify-content: center;
  margin: 16px auto 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 .logo {
    margin: 5% auto 0;
    width: 60%;
  }
  .footer .link {
    margin: 3% auto 2.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;
}
.thanks .footer {
  margin-top: 40px;
  padding-bottom: 8%;
}

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

.thanksWrap .line_wrap {
  max-width: 582px;
  margin: 50px auto 0;
}
.thanksWrap .line_wrap .line_ttl {
  margin: 0 auto 40px;
}
.thanksWrap .line_wrap .line_txt {
  text-align: left;
}
.thanksWrap .line_wrap .line_btn {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .thanks .footer {
    margin-top: 40%;
  }

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

  .thanksWrap .line_wrap {
    max-width: inherit;
    margin: 15% auto 0;
    padding: 0 3%;
  }
  .thanksWrap .line_wrap .line_ttl {
    margin: 0 auto 8%;
  }
  .thanksWrap .line_wrap .line_btn {
    margin: 8% auto;
  }
}
