@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Noto+Serif+JP:wght@400;600&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.66rem;
  line-height: calc(28/16.6);
  letter-spacing: -.01em;
  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;
}
a:hover {
  opacity: .7;
}
a img {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

figure {
  text-align: center;
  line-height: 0;
}

p {
  font-size: 1.66rem;
  line-height: calc(28/16.6);
  letter-spacing: -.01em;
}

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: #e60012;
}

.color_wine {
  color: #c90a37;
}

.color_blue {
  color: #004796;
}

.color_yel {
  color: #ded653;
}

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

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

.highlight2 {
  background: linear-gradient(transparent 48%, #ffff9f 48%, #ffff9f 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;
}

/* ------------------------------
*  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;
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100% !important;
  }
}
/* ------------------------------
*  ttl
------------------------------ */
.sec_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_ttl .ttl {
  line-height: 1;
}

.ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.sub_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: .075em;
  line-height: calc(48/36);
  text-align: center;
}
.sub_ttl.indent {
  text-indent: -2em;
  padding-left: 2em;
  margin-left: -1em !important;
}

@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 5.6vw;
  }
}
/* ------------------------------
*  cta
------------------------------ */
.cta {
  background: #050052;
  height: 143px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta.high {
  height: 210px;
}
.cta_btn {
  width: 100%;
}
.cta_btn a {
  position: relative;
  width: 696px;
  height: 85px;
  background: #2e7d32;
  box-shadow: 0 0 4px 4px rgba(11, 33, 55, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 0 24px;
  margin: auto;
}
.cta_btn a::before {
  position: absolute;
  content: "";
  background: url("../img/icn_btn_arrow.png") no-repeat center center/contain;
  width: 23px;
  height: 23px;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_btn a * {
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  display: inline-block;
}
.cta_free {
  font-size: 2.56rem;
  letter-spacing: 0.3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 3px solid #fff;
  padding: .2em .1em .3em .5em;
}
.cta_txt {
  font-size: 2.9rem;
  padding-bottom: .1em;
}

@media screen and (max-width: 767px) {
  .cta {
    height: auto !important;
    padding: 5.2% 0;
  }
  .cta_btn a {
    width: 100%;
    max-width: 92.8vw;
    height: 11.333vw;
    gap: 0 2.667vw;
    padding: 0 3.2vw;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(11, 33, 55, 0.3);
  }
  .cta_btn a::before {
    width: 3.067vw;
    height: 3.067vw;
    right: 3vw;
  }
  .cta_free {
    font-size: 3.4vw;
    border-width: 2px;
    padding: .2em .1em .3em .5em;
  }
  .cta_txt {
    font-size: 3.9vw;
  }
}
/* ------------------------------
*  fv
------------------------------ */
.sec_fv {
  width: 100%;
  position: relative;
  margin: auto;
}
.sec_fv_ttl {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  line-height: 0;
}
.sec_fv_ttl img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .sec_fv {
    height: 100%;
  }
  .sec_fv_ttl {
    max-width: inherit;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  background: #fff;
  padding: 50px 0 80px;
}
.sec01 .inner {
  padding: 0 12px;
}
.sec01 .inner p + p {
  margin-top: 28px;
}
.sec01 .lead {
  gap: 0 44px;
}
.sec01 .lead .img {
  padding-left: 10px;
}
.sec01 .lead .img figcaption {
  font-size: 1.66rem;
  line-height: calc(28/16.6);
  padding-top: 10px;
}
.sec01 .lead .txt {
  padding-top: 48px;
}
.sec01 .ttl {
  position: relative;
  line-height: 1;
}
.sec01 .ttl::before {
  position: absolute;
  content: "";
  background: #007ac2;
  width: 194px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.sec01 .ttl.ttl01 {
  margin: 60px auto 115px;
}
.sec01 .ttl.ttl01::before {
  bottom: -37px;
}
.sec01 .ttl.ttl02 {
  margin: 85px auto 100px;
}
.sec01 .ttl.ttl02::before {
  bottom: -45px;
}
.sec01 .risk_item + .risk_item {
  margin-top: 50px;
}
.sec01 .risk_item.item01 .txt_box, .sec01 .risk_item.item03 .txt_box {
  gap: 0 24px;
}
.sec01 .risk_item.item02 .txt_box {
  gap: 0 30px;
}
.sec01 .risk_item.item02 .img {
  margin-left: -10px;
}
.sec01 .risk_item .img {
  position: relative;
  width: 400px;
  height: 270px;
}
.sec01 .risk_item .img img {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.sec01 .risk_item .img::before {
  position: absolute;
  content: "";
  background: #e6e1e1;
  width: 100%;
  height: 100%;
  left: 9px;
  top: 9px;
  z-index: 1;
}
.sec01 .risk_head {
  margin-bottom: 42px;
}
.sec01 .risk_ttl {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.sec01 .risk_ttl .num {
  flex-shrink: 0;
}
.sec01 .risk_ttl .ttltxt {
  font-size: 4.8rem;
  font-weight: 700;
  color: #151726;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 15px;
}
.sec01 .risk_txt {
  color: #007ac2;
  font-size: 2.52rem;
  line-height: calc(42.4/25.24);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: .2em;
}
.sec01 .check_list {
  margin: 38px auto 40px;
}
.sec01 .check_list li {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: .025em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1.4em;
}
.sec01 .check_list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_blue.svg") no-repeat center center/contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0.3em;
}
.sec01 .check_list li + li {
  margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8% 0;
  }
  .sec01 .inner {
    padding: 0 1.6%;
  }
  .sec01 .inner p + p {
    margin-top: 5%;
  }
  .sec01 .lead {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .sec01 .lead .img {
    padding: 0;
    width: 90%;
    margin: 0 auto 6.5%;
  }
  .sec01 .lead .img figcaption {
    font-size: 4vw;
    padding-top: 3%;
  }
  .sec01 .lead .txt {
    padding-top: 0;
  }
  .sec01 .ttl::before {
    width: 26.667vw;
    height: 3px;
  }
  .sec01 .ttl.ttl01 {
    margin: 10% auto 15%;
    width: 90%;
  }
  .sec01 .ttl.ttl01::before {
    bottom: -5.333vw;
  }
  .sec01 .ttl.ttl02 {
    margin: 15% auto 15%;
    width: 90%;
  }
  .sec01 .ttl.ttl02::before {
    bottom: -5.333vw;
  }
  .sec01 .risk_item + .risk_item {
    margin-top: 10%;
  }
  .sec01 .risk_item.item01 .txt_box, .sec01 .risk_item.item02 .txt_box, .sec01 .risk_item.item03 .txt_box {
    gap: 5vw 0;
  }
  .sec01 .risk_item.item01 .img, .sec01 .risk_item.item02 .img, .sec01 .risk_item.item03 .img {
    margin-left: auto;
    margin-right: auto;
  }
  .sec01 .risk_item .img {
    width: 69.333vw;
    height: 46.933vw;
  }
  .sec01 .risk_item .img::before {
    left: 1.333vw;
    top: 1.333vw;
  }
  .sec01 .risk_head {
    margin-bottom: 6.5%;
  }
  .sec01 .risk_ttl {
    gap: 0 3vw;
  }
  .sec01 .risk_ttl .num {
    width: 11.2vw;
  }
  .sec01 .risk_ttl .ttltxt {
    font-size: 6vw;
    padding-top: 4.8vw;
  }
  .sec01 .risk_txt {
    font-size: 4.8vw;
    line-height: 1.4;
    margin-top: .5em;
  }
  .sec01 .risk .txt_box {
    flex-direction: column;
    align-items: center;
  }
  .sec01 .check_list {
    margin: 5% auto;
  }
  .sec01 .check_list li {
    font-size: 4.4vw;
  }
  .sec01 .check_list li::before {
    width: 4.8vw;
    height: 4.8vw;
    top: 0.2em;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 .sec_ttl {
  position: relative;
  height: 228px;
  background: #050052;
  border-bottom: 4px solid #007ac2;
  padding-top: 1em;
}
.sec02 .sec_ttl::before {
  position: absolute;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 166px;
  height: 27px;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
}
.sec02_head {
  background: url("../img/bg_sec02_head.jpg") no-repeat center top/cover;
}
.sec02_body {
  position: relative;
  background: url("../img/bg_sec02.jpg") no-repeat center top/cover;
  padding: 26px 0 50px;
}
.sec02_body::before {
  position: absolute;
  content: "";
  background: #050052;
  width: 100%;
  height: 440px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec02 .contents_wrap {
  padding: 67px 20px 108px;
}
.sec02 .head_ttl {
  line-height: 0;
}
.sec02 .lead {
  padding: 0 5px;
}
.sec02 .lead p + p {
  margin-top: 38px;
}
.sec02 .merit {
  margin: 90px auto 98px;
}
.sec02 .merit_mainttl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px 0;
  margin-bottom: 48px;
}
.sec02 .merit_mainttl .sub {
  display: block;
  background: #050052;
  clip-path: polygon(0 0, 100% 0, 723px 100%, 24px 100%);
  color: #fff;
  font-size: 3.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .075em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 745px;
  height: 50px;
  margin: 0 auto;
  padding-left: 0.4em;
  padding-bottom: .1em;
}
.sec02 .merit_mainttl .ttltxt {
  line-height: 1;
  margin: 0 auto;
}
.sec02 .merit_item {
  background: #fff;
  border: 5px solid #050052;
  padding: 12px 4px 26px;
}
.sec02 .merit_item + .merit_item {
  margin-top: 40px;
}
.sec02 .merit_item.item01 .img01 {
  margin-right: 5px;
  margin-left: 30px;
}
.sec02 .merit_item.item02 .img02 {
  margin-right: 40px;
}
.sec02 .merit_item.item03 .img03 {
  margin-right: -10px;
  margin-left: 10px;
}
.sec02 .merit_item.item03 .txt_box {
  margin-bottom: 10px;
}
.sec02 .merit_item.item03 .dot_list {
  margin: 26px 0;
}
.sec02 .merit_item.item04 .img04 {
  margin-right: 40px;
}
.sec02 .merit_item.item05 {
  padding-bottom: 6px;
}
.sec02 .merit_item.item05 .dot_list {
  margin: 0 0 26px;
}
.sec02 .merit_item.item05 .img_wrap {
  margin: 28px -6px 0;
  width: calc(100% + 12px);
  display: flex;
  justify-content: space-between;
}
.sec02 .merit_item.item05 .notes {
  font-size: 1.25rem;
  letter-spacing: .01em;
  text-align: right;
  margin-top: 0.5em;
  margin-right: -0.5em;
}
.sec02 .merit_inner {
  padding: 0 20px;
}
.sec02 .merit_inner p {
  letter-spacing: normal;
  font-size: 1.7rem;
}
.sec02 .merit_inner p + p {
  margin-top: 28px;
}
.sec02 .merit_ttl {
  display: flex;
  background: #e8eef2;
  width: 100%;
  height: 69px;
  gap: 0 18px;
  margin-bottom: 40px;
}
.sec02 .merit_ttl .num {
  background: #004796;
  width: 63px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec02 .merit_ttl .ttltxt {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex: 1;
}
.sec02 .merit .dot_list li {
  position: relative;
  font-size: 1.7rem;
  line-height: calc(29.17/17);
  padding-left: 1.2em;
}
.sec02 .merit .dot_list li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}
.sec02 .merit .dot_list.-blue li::before {
  color: #004796;
}
.sec02 .merit .dot_list.-gray li::before {
  color: #333;
}
.sec02 .cta_btn {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec_ttl {
    height: auto;
    padding: 8% 0 5%;
  }
  .sec02 .sec_ttl::before {
    width: 21.867vw;
    height: 3.467vw;
  }
  .sec02 .sec_ttl .ttl {
    width: 85%;
  }
  .sec02_body {
    padding: 5% 0 8%;
  }
  .sec02_body::before {
    height: 58.667vw;
  }
  .sec02 .contents_wrap {
    padding: 6.5% 3%;
  }
  .sec02 .lead {
    padding: 0;
  }
  .sec02 .lead p + p {
    margin-top: 5%;
  }
  .sec02 .merit {
    margin: 10% auto 6.5%;
  }
  .sec02 .merit_mainttl {
    gap: 5vw 0;
    margin-bottom: 12%;
  }
  .sec02 .merit_mainttl .sub {
    font-size: 4.8vw;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 2% 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  }
  .sec02 .merit_mainttl .ttltxt {
    width: 85%;
  }
  .sec02 .merit_item {
    border-width: 3px;
    padding: 5% 3% 6.5% !important;
  }
  .sec02 .merit_item + .merit_item {
    margin-top: 8%;
  }
  .sec02 .merit_item.item01 .img01 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .sec02 .merit_item.item02 .img02 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .sec02 .merit_item.item03 .img03 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .sec02 .merit_item.item03 .txt_box {
    margin-bottom: 5%;
  }
  .sec02 .merit_item.item03 .dot_list {
    margin: 5% 0;
  }
  .sec02 .merit_item.item04 .img04 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .sec02 .merit_item.item05 .dot_list {
    margin: 0 0 5%;
  }
  .sec02 .merit_item.item05 .img_wrap {
    margin: 5% auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
  }
  .sec02 .merit_item.item05 .img_wrap .img05_01 {
    width: 90%;
  }
  .sec02 .merit_item.item05 .img_wrap .img05_02 {
    width: 60%;
  }
  .sec02 .merit_item.item05 .notes {
    font-size: 3vw;
    margin-right: 0;
  }
  .sec02 .merit_inner {
    padding: 0;
  }
  .sec02 .merit_inner p {
    font-size: 4vw;
  }
  .sec02 .merit_inner p + p {
    margin-top: 5%;
  }
  .sec02 .merit_ttl {
    height: 15vw;
    gap: 0 3vw;
    margin-bottom: 5%;
  }
  .sec02 .merit_ttl .num {
    width: 15vw;
  }
  .sec02 .merit_ttl .num img {
    width: 4vw;
  }
  .sec02 .merit_ttl .ttltxt {
    font-size: 5.2vw;
  }
  .sec02 .merit .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
  }
  .sec02 .merit .dot_list li {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec02 .cta_btn {
    margin-top: 6.5%;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  background: #050052;
  padding-top: 30px;
  padding-bottom: 105px;
  margin-top: -1px;
}
.sec03 .ttl {
  margin: 0 auto 50px;
}
.sec03 .contents_wrap {
  padding: 100px 38px 90px;
}
.sec03 .contents_wrap::before {
  position: absolute;
  content: "";
  background: #050052;
  width: 294px;
  height: 52px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
}
.sec03 .check_list {
  margin: 40px auto;
}
.sec03 .check_list li {
  position: relative;
  background: #0d0d0d;
  font-size: 3.54rem;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25;
  letter-spacing: .025em;
  padding: 0.15em 0.3em 0.2em 1.6em;
}
.sec03 .check_list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red.svg") no-repeat center center/contain;
  width: 18px;
  height: 18px;
  left: 16px;
  top: .6em;
}
.sec03 .check_list li + li {
  margin-top: 20px;
}
.sec03 .txt_box {
  gap: 0 30px;
  margin-bottom: 28px;
}
.sec03 .txt_box .img {
  padding-right: 5px;
}
.sec03 .lead p:not([class]),
.sec03 .price p:not([class]) {
  font-size: 1.7rem;
  line-height: calc(29.17/17);
  letter-spacing: normal;
}
.sec03 .lead p:not([class]) + p:not([class]),
.sec03 .price p:not([class]) + p:not([class]) {
  margin-top: 28px;
}
.sec03 .cont_ttl {
  display: block;
  background: #050052;
  clip-path: polygon(0 0, 100% 0, 723px 100%, 24px 100%);
  color: #fff;
  font-size: 3.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .075em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 745px;
  height: 50px;
  margin: 0 auto;
  padding-left: 0.4em;
  padding-bottom: .1em;
  margin: 64px auto 65px;
}
.sec03 .price {
  position: relative;
}
.sec03 .price_head {
  position: relative;
  width: 649px;
}
.sec03 .price_txt {
  width: 550px;
}
.sec03 .price_ttl {
  margin-bottom: 40px;
  margin-left: -5px;
}
.sec03 .price_ttl img {
  width: 100%;
}
.sec03 .price_kv {
  position: absolute;
  right: -24px;
  top: -16px;
}
.sec03 .price_calc {
  width: calc(100% + 54px);
  margin-left: -27px;
  margin-right: -27px;
  margin-top: 48px;
  border: 3px solid #050052;
  background: #fff;
  padding: 34px 16px 20px;
}
.sec03 .price_calc_inner {
  display: flex;
}
.sec03 .price_calc_notes {
  text-align: right;
  font-size: 1.6rem;
  margin-top: 30px;
  margin-right: 36px;
}
.sec03 .price_calc .img {
  position: relative;
}
.sec03 .price_calc .img.img_calc01 {
  width: 122px;
}
.sec03 .price_calc .img.img_calc02 {
  width: 266px;
  padding: 0 64px 0 56px;
}
.sec03 .price_calc .img.img_calc02::before, .sec03 .price_calc .img.img_calc02::after {
  position: absolute;
  content: "";
  z-index: 2;
  top: 52%;
  transform: translateY(-50%);
}
.sec03 .price_calc .img.img_calc02::before {
  background: url("../img/icn_plus.png") no-repeat center center/contain;
  width: 30px;
  height: 37px;
  left: 10px;
}
.sec03 .price_calc .img.img_calc02::after {
  background: url("../img/icn_equal.png") no-repeat center center/contain;
  width: 30px;
  height: 27px;
  right: 10px;
}
.sec03 .price_calc .img.img_calc03 {
  width: 267px;
}
.sec03 .detail {
  margin-top: 100px;
}
.sec03 .detail_item + .detail_item {
  margin-top: 60px;
}
.sec03 .detail_ttl, .sec03 .detail_ttlsub {
  text-align: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.sec03 .detail_ttl {
  position: relative;
  color: #050052;
  font-size: 4.58rem;
  margin-bottom: 60px;
}
.sec03 .detail_ttl::before {
  position: absolute;
  content: "";
  background: #050052;
  width: 96px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.sec03 .detail_ttlsub {
  display: block;
  color: #121212;
  font-size: 2.9rem;
}
.sec03 .cta_btn {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding-top: 3%;
    padding-bottom: 8%;
  }
  .sec03 .ttl {
    margin: 0 auto 6.5%;
    width: 90%;
  }
  .sec03 .contents_wrap {
    padding: 12% 3% 6.5%;
  }
  .sec03 .contents_wrap::before {
    width: 32vw;
    height: 5.6vw;
  }
  .sec03 .check_list {
    margin: 6.5% auto;
  }
  .sec03 .check_list li {
    font-size: 4.4vw;
    padding: 0.4em 0.3em 0.45em 1.8em;
  }
  .sec03 .check_list li::before {
    width: 3.2vw;
    height: 3.2vw;
    left: .5em;
    top: .7em;
  }
  .sec03 .check_list li + li {
    margin-top: 3%;
  }
  .sec03 .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
    margin-bottom: 5%;
  }
  .sec03 .txt_box .img {
    padding-right: 0;
    width: 80%;
  }
  .sec03 .lead p:not([class]),
  .sec03 .price p:not([class]) {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec03 .lead p:not([class]) + p:not([class]),
  .sec03 .price p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .sec03 .cont_ttl {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: 4.8vw;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 2% 0;
    margin: 12% auto 0;
  }
  .sec03 .price_head {
    width: 100%;
  }
  .sec03 .price_txt {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .price_ttl {
    margin-top: 8vw;
    margin-bottom: 10.667vw;
    margin-left: 0;
    margin-right: auto;
  }
  .sec03 .price_ttl img {
    width: 75%;
    margin: 0;
  }
  .sec03 .price_kv {
    right: -5.333vw;
    top: -18.667vw;
    width: 30%;
  }
  .sec03 .price_calc {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    border-width: 2px;
    padding: 6.5% 3%;
  }
  .sec03 .price_calc_inner {
    flex-direction: column;
    align-items: center;
    gap: 14vw 0;
  }
  .sec03 .price_calc_notes {
    font-size: 2.8vw;
    margin-top: 5%;
    margin-right: 0;
  }
  .sec03 .price_calc .img.img_calc01 {
    width: 24vw;
  }
  .sec03 .price_calc .img.img_calc02 {
    width: 90%;
    padding: 0;
  }
  .sec03 .price_calc .img.img_calc02::before, .sec03 .price_calc .img.img_calc02::after {
    left: 50%;
  }
  .sec03 .price_calc .img.img_calc02::before {
    top: -10.667vw;
    transform: translate(-50%, 0);
  }
  .sec03 .price_calc .img.img_calc02::after {
    background: url("../img/icn_equal.png") no-repeat center center/contain;
    right: auto;
    top: auto;
    bottom: -10.133vw;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .sec03 .price_calc .img.img_calc03 {
    width: 90%;
  }
  .sec03 .detail {
    margin-top: 14%;
  }
  .sec03 .detail_item + .detail_item {
    margin-top: 10%;
  }
  .sec03 .detail_ttl {
    font-size: 6.4vw;
    margin-bottom: 10%;
  }
  .sec03 .detail_ttl::before {
    width: 16vw;
    height: 0.8vw;
    bottom: -3.2vw;
  }
  .sec03 .detail_ttlsub {
    font-size: 4.5vw;
  }
  .sec03 .cta_btn {
    margin-top: 6.5%;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
  background: #e6eef6;
}
.sec04 .sec_ttl {
  background: #004796;
  height: 234px;
  border-top: 10px solid #007ac2;
}
.sec04 .sec_ttl .ttl {
  color: #fff;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: calc(70.63/54.17);
}
.sec04 .wrap {
  padding: 150px 0;
}
.sec04 .step_item {
  position: relative;
  padding: 55px 50px 20px 33px;
}
.sec04 .step_item + .step_item {
  margin-top: 60px;
}
.sec04 .step_head {
  margin-bottom: 30px;
}
.sec04 .step_ttl, .sec04 .step_name, .sec04 .step_num {
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
.sec04 .step_ttl {
  font-size: 3.6rem;
  color: #004796;
}
.sec04 .step_ttl .sm {
  font-size: 2.5rem;
  letter-spacing: .075em;
}
.sec04 .step_name {
  font-size: 2.9rem;
  color: #141414;
  margin-top: 8px;
}
.sec04 .step_num {
  position: absolute;
  top: -15px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: .05em;
  background: #050052;
  width: 266px;
  height: 48px;
  color: #fff;
  font-size: 2.9rem;
  clip-path: polygon(0 0, 244px 0, 100% 100%, 0% 100%);
}
.sec04 .step_detail_summary, .sec04 .step_detail_voice {
  width: 133px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1;
  padding-top: .2em;
  margin-bottom: 12px;
}
.sec04 .step_detail_summary {
  background: #050052;
}
.sec04 .step_detail_voice {
  background: #004796;
  margin-top: 30px;
}
.sec04 .step_detail dd p {
  font-size: 1.7rem;
  line-height: calc(28/17);
}
.sec04 .step_detail dd p + p {
  margin-top: 28px;
}
.sec04 .step_imgwrap {
  justify-content: center;
  gap: 0 78px;
  margin: 28px auto 50px;
}
.sec04 .step_img.img01 {
  margin-left: 28px;
  margin-top: 6px;
  margin-bottom: 15px;
}
.sec04 .step_img.img03 {
  margin-left: 28px;
  margin-top: -10px;
  margin-bottom: 15px;
}
.sec04 .step_notes {
  font-size: 1.25rem;
  color: #121212;
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: 24px !important;
}

@media screen and (max-width: 767px) {
  .sec04 .sec_ttl {
    height: auto;
    padding: 3% 0;
    border-top-width: 5px;
  }
  .sec04 .sec_ttl .ttl {
    font-size: 6vw;
    line-height: 1.4;
  }
  .sec04 .wrap {
    padding: 8% 0;
  }
  .sec04 .step_item {
    padding: 11% 3% 6.5%;
  }
  .sec04 .step_item + .step_item {
    margin-top: 10%;
  }
  .sec04 .step_head {
    margin-bottom: 5%;
  }
  .sec04 .step_ttl {
    font-size: 5.2vw;
  }
  .sec04 .step_ttl .sm {
    font-size: 4.2vw;
  }
  .sec04 .step_name {
    font-size: 4.6vw;
    margin-top: 3%;
  }
  .sec04 .step_num {
    top: -2.667vw;
    left: 4vw;
    width: 37.333vw;
    height: 9.6vw;
    font-size: 4.4vw;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  }
  .sec04 .step_detail_summary, .sec04 .step_detail_voice {
    width: 25.067vw;
    height: 6.667vw;
    font-size: 4.2vw;
    margin-bottom: 3%;
  }
  .sec04 .step_detail_voice {
    margin-top: 8%;
  }
  .sec04 .step_detail dd p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec04 .step_detail dd p + p {
    margin-top: 5%;
  }
  .sec04 .step_imgwrap {
    gap: 0 2.4vw;
    margin: 6.5% auto;
  }
  .sec04 .step_img {
    float: none;
  }
  .sec04 .step_img.img01 {
    margin: 0 auto 6.5%;
    width: 80%;
  }
  .sec04 .step_img.img03 {
    margin: 0 auto 6.5%;
    width: 80%;
  }
  .sec04 .step_notes {
    font-size: 2.8vw;
    margin-top: 5% !important;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  background: url("../img/bg_sec05.jpg") no-repeat center top/cover;
  padding: 75px 0 113px;
}
.sec05 .inner {
  padding: 0 4px;
}
.sec05 .inner p:not([class]) {
  font-size: 1.7rem;
  line-height: calc(29.17/17);
  letter-spacing: normal;
}
.sec05 .inner p:not([class]) + p:not([class]) {
  margin-top: 28px;
}
.sec05 .ttl {
  position: relative;
  color: #050052;
  font-size: 4.16rem;
  margin-bottom: 75px;
}
.sec05 .ttl::before {
  position: absolute;
  content: "";
  background: #050052;
  width: 96px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.sec05 .emblem_list {
  width: 100%;
  max-width: 922px;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.sec05 .emblem_list img {
  mix-blend-mode: multiply;
}
.sec05 .profile.txt_box {
  margin: 50px auto 28px;
  gap: 0 20px;
}
.sec05 .profile_txt {
  padding-top: 16px;
}
.sec05 .profile_info {
  margin-bottom: 30px;
}
.sec05 .profile_info dt {
  position: relative;
  font-size: 2.9rem;
  color: #050052;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  margin-bottom: 40px;
}
.sec05 .profile_info dt::before {
  position: absolute;
  content: "";
  background: #004796;
  width: 416px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
.sec05 .profile_info dd {
  font-size: 1.7rem;
  line-height: calc(29.17/17);
  letter-spacing: normal;
}
.sec05 .profile_ttl, .sec05 .profile_name {
  font-weight: 700;
  line-height: 1.5;
}
.sec05 .profile_ttl {
  font-size: 2rem;
  color: #050052;
}
.sec05 .profile_name {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.sec05 .profile_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}
.sec05 .movie {
  margin-top: 50px;
  text-align: center;
}
.sec05 .movie iframe {
  width: 100%;
  max-width: 710px;
  height: 100%;
  aspect-ratio: 710/368;
  border: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 8% 0;
  }
  .sec05 .inner {
    padding: 0 1.6%;
  }
  .sec05 .inner p:not([class]) {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec05 .inner p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .sec05 .ttl {
    font-size: 9vw;
    margin-bottom: 10%;
  }
  .sec05 .ttl::before {
    width: 13.333vw;
    height: 0.8vw;
    bottom: -1.333vw;
  }
  .sec05 .emblem_list {
    max-width: inherit;
    gap: 0 1.2vw;
  }
  .sec05 .profile.txt_box {
    margin: 8% auto;
    gap: 5vw 0;
    flex-direction: column-reverse;
    align-items: center;
  }
  .sec05 .profile_txt {
    padding-top: 0;
  }
  .sec05 .profile_info {
    margin-bottom: 5%;
  }
  .sec05 .profile_info dt {
    font-size: 5.6vw;
    margin-bottom: 5%;
  }
  .sec05 .profile_info dt::before {
    width: 100%;
    bottom: -2.4vw;
  }
  .sec05 .profile_info dd {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec05 .profile_ttl {
    font-size: 4.6vw;
  }
  .sec05 .profile_name {
    font-size: 4.2vw;
    margin-bottom: 5%;
  }
  .sec05 .profile_img {
    gap: 5vw 0;
    margin: auto;
  }
  .sec05 .profile_img .img01 {
    width: 45%;
  }
  .sec05 .profile_img .img02 {
    width: 80%;
    margin-bottom: 6.5%;
  }
  .sec05 .movie {
    margin-top: 10%;
  }
  .sec05 .movie iframe {
    max-width: inherit;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  padding: 0 0 162px;
}
.sec06 .sec_ttl {
  position: relative;
  height: 228px;
  background: #050052;
  border-bottom: 4px solid #007ac2;
  padding-top: 1em;
  margin-bottom: 66px;
}
.sec06 .sec_ttl::before {
  position: absolute;
  content: "";
  background: #f7f7f7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 166px;
  height: 27px;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
}
.sec06 .inner {
  padding: 0 18px;
}
.sec06 .logo {
  margin: 0 auto 83px;
  line-height: 1;
}
.sec06 .step_item + .step_item {
  margin-top: 28px;
}
.sec06 .step_ttl {
  display: flex;
  align-items: center;
  gap: 0 16px;
  padding: 5px;
  border-bottom: 1px solid #151726;
  margin-bottom: 12px;
}
.sec06 .step_num {
  line-height: 1;
  padding-top: .4em;
}
.sec06 .step_ttltxt {
  font-size: 3.33rem;
  font-weight: 700;
  color: #151726;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 0 0 8%;
  }
  .sec06 .sec_ttl {
    height: auto;
    padding: 7.5% 0 5%;
    margin-bottom: 8%;
  }
  .sec06 .sec_ttl::before {
    width: 21.867vw;
    height: 3.467vw;
  }
  .sec06 .sec_ttl .ttl {
    width: 90%;
  }
  .sec06 .inner {
    padding: 0 1.6%;
  }
  .sec06 .logo {
    margin: 0 auto 10%;
    width: 70%;
  }
  .sec06 .step_item + .step_item {
    margin-top: 8%;
  }
  .sec06 .step_ttl {
    flex-direction: column;
    gap: 1.3vw 0;
    padding-bottom: 3.5%;
    margin-bottom: 5%;
  }
  .sec06 .step_num {
    padding: 0;
    width: 24vw;
  }
  .sec06 .step_ttltxt {
    font-size: 5.6vw;
    text-align: center;
    line-height: 1.25;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07 {
  background: #050052;
  border-top: 14px solid #007ac2;
  padding: 67px 0 92px;
}
.sec07 .ttl {
  line-height: 1;
  margin: 0 auto 64px;
}
.sec07 .logo {
  margin: 0 auto 64px;
  line-height: 1;
}
.sec07 .logo img {
  width: 696px;
}
.sec07 .wrap {
  max-width: inherit;
}
.sec07 .contents_wrap {
  max-width: 1224px;
  padding: 50px 0;
}
.sec07 .txt_box {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.sec07 .txt_box p {
  font-size: 1.7rem;
  line-height: calc(29.17/17);
  letter-spacing: normal;
}
.sec07 .txt_box p + p {
  margin-top: 28px;
}
.sec07 .detail {
  width: 100%;
  max-width: 840px;
  margin: 56px auto 70px;
}
.sec07 .detail_item + .detail_item {
  margin-top: 34px;
}
.sec07 .detail_ttl {
  text-align: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  position: relative;
  color: #e60012;
  font-size: 4.1rem;
  margin-bottom: 58px;
}
.sec07 .detail_ttl::before {
  position: absolute;
  content: "";
  background: #050052;
  width: 96px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.sec07 .form {
  display: flex;
  justify-content: space-between;
  gap: 0 2.3%;
  padding: 0 57px;
}
.sec07 .form * {
  font-family: "Noto Sans JP", sans-serif;
}
.sec07 .form_left {
  background: #f9f9fa;
  width: 100%;
  padding: 65px;
}
.sec07 .form_item dt {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.sec07 .form_item dt .must {
  color: #dc3545;
  font-size: 0.85em;
}
.sec07 .form_item dt small {
  font-size: 0.85em;
}
.sec07 .form_item + .form_item {
  margin-top: 30px;
}
.sec07 .form_guide {
  margin-top: 30px;
  font-size: 1.6rem;
}
.sec07 .form_right {
  width: 32.4%;
}
.sec07 .flow {
  margin: 50px auto 0;
}
.sec07 .flow_ttl {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.sec07 .flow_detail {
  width: 100%;
  text-align: center;
  padding: 16px 0 24px;
}
.sec07 .flow_detail p {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec07 {
    border-top-width: 7px;
    padding: 6.5% 0 8%;
  }
  .sec07 .ttl {
    margin: 0 auto 5%;
    width: 85%;
  }
  .sec07 .logo {
    margin: 0 auto 6.5%;
  }
  .sec07 .logo img {
    width: 70%;
  }
  .sec07 .contents_wrap {
    max-width: inherit;
    padding: 6.5% 3%;
  }
  .sec07 .txt_box {
    max-width: inherit;
  }
  .sec07 .txt_box p {
    line-height: 1.5;
  }
  .sec07 .txt_box p + p {
    margin-top: 5%;
  }
  .sec07 .detail {
    max-width: inherit;
    margin: 8% auto;
  }
  .sec07 .detail_item + .detail_item {
    margin-top: 8%;
  }
  .sec07 .detail_ttl {
    font-size: 6.4vw;
    margin-bottom: 10%;
  }
  .sec07 .detail_ttl::before {
    width: 16vw;
    height: 0.8vw;
    bottom: -3.2vw;
  }
  .sec07 .form {
    padding: 0;
  }
  .sec07 .form_left {
    padding: 0 5%;
  }
  .sec07 .form_item dt {
    margin-bottom: 1%;
  }
  .sec07 .form_item + .form_item {
    margin-top: 8%;
  }
  .sec07 .form_guide {
    margin-top: 8%;
  }
  .sec07 .flow {
    margin: 14% auto 0;
  }
  .sec07 .flow_detail {
    padding: 14% 0 6.4%;
  }
}
/* ------------------------------
    form parts
------------------------------ */
input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #666;
}
input::placeholder, button::placeholder, textarea::placeholder {
  color: #666;
}

input[type="text"] {
  font-size: 1.6rem;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: .7em 1em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  input[type="text"] {
    font-size: 16px;
  }
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: .7em 1em;
  width: 100%;
  color: #666;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 16px;
  }
}

textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: .7em 1em;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 16px;
  }
}

input[type="button"] {
  display: block;
  width: 100%;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.submit_btn {
  margin-top: 32px;
}
.submit_btn .btn {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  background: #2e7d32;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  margin: auto;
  cursor: pointer;
  transition: .3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .submit_btn .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .submit_btn .btn {
    font-size: 1.6rem;
  }
}

/* ------------------------------
*  sec08
------------------------------ */
.sec08 {
  background: #fff;
}
.sec08 .sec_ttl {
  background: #004796;
  height: 234px;
  border-top: 10px solid #007ac2;
}
.sec08 .wrap {
  padding: 52px 0 113px;
}
.sec08 .inner {
  padding: 0 10px;
}
.sec08 .faq_ttl {
  color: #050052;
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 12px;
}
.sec08 .faq_list dt, .sec08 .faq_list dd {
  font-size: 1.7rem;
  line-height: calc(29.17/17);
  letter-spacing: normal;
}
.sec08 .faq_list dt {
  position: relative;
  font-weight: 700;
  padding-left: 60px;
  padding: 10px 25px 10px 75px;
}
.sec08 .faq_list dt::before {
  position: absolute;
  content: "";
  background: url("../img/icn_q.png") no-repeat center center/contain;
  width: 42px;
  height: 42px;
  left: 15px;
  top: 0;
}
.sec08 .faq_list dd {
  padding: 10px 25px 16px 25px;
  border-bottom: 1px solid #050052;
}
.sec08 .faq_list dd + dt {
  margin-top: 18px;
}
.sec08 .faq_list + .faq_ttl {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec08 .sec_ttl {
    height: auto;
    padding: 5% 0;
    border-top-width: 5px;
  }
  .sec08 .sec_ttl .ttl {
    width: 50%;
  }
  .sec08 .wrap {
    padding: 6.5% 0 8%;
  }
  .sec08 .inner {
    padding: 0 1.6%;
  }
  .sec08 .faq_ttl {
    font-size: 4.8vw;
    margin-bottom: 3.5%;
    padding-left: 0;
  }
  .sec08 .faq_list dt, .sec08 .faq_list dd {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec08 .faq_list dt {
    padding-left: 16vw;
    padding: 0 0 1.333vw 8.533vw;
  }
  .sec08 .faq_list dt::before {
    width: 6.4vw;
    height: 6.4vw;
    left: 0;
    top: -.25em;
  }
  .sec08 .faq_list dd {
    padding: 2.133vw 0 3.2vw 1.333vw;
  }
  .sec08 .faq_list dd + dt {
    margin-top: 5.5%;
  }
  .sec08 .faq_list + .faq_ttl {
    margin-top: 10%;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 67px 0 84px;
}
.footer * {
  color: #121212;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: normal;
}
.footer .logo {
  line-height: 1;
}
.footer .link {
  display: flex;
  justify-content: center;
  margin: 48px auto 24px;
}
.footer .link li {
  position: relative;
  display: inline-block;
}
.footer .link li:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  background: #121212;
  width: 1px;
  height: calc(100% - 0.5em);
  left: -0.5em;
  top: .18em;
}
.footer .link li + li {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 5% 0;
  }
  .footer * {
    font-size: 3.2vw;
  }
  .footer .logo {
    width: 32vw;
    margin: 0 auto 5%;
  }
  .footer .link {
    margin: 0 auto 2.5%;
  }
  .footer .link li:nth-child(n + 2)::before {
    left: -1.6em;
  }
  .footer .link li + li {
    margin-left: 3.2em;
  }
}
/*--エラー用--*/
p.error {
  font-weight: 600;
  color: #e60012;
  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;
}
.thanks_wrap .wrap {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .thanks_wrap .wrap {
    padding: 8% 0;
  }
}
.thanks_ttl {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .075em;
  background: #004796;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .thanks_ttl {
    font-size: 8vw;
  }
}
.thanks_btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .thanks_btn {
    margin-top: 10%;
  }
}
.thanks_btn a {
  width: 400px;
  height: 60px;
  background: #c90a37;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .thanks_btn a {
    width: 100%;
    height: 14vw;
    font-size: 4.8vw;
  }
}
.thanks .block {
  padding: 50px 50px;
}
@media screen and (max-width: 767px) {
  .thanks .block {
    padding: 8%;
  }
}
.thanks .block_ttl {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .thanks .block_ttl {
    font-size: 5.6vw;
  }
}
.thanks .block_txt {
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks .block_txt {
    font-size: 4.2vw;
    text-align: left;
  }
}
