@charset "utf-8";

/* rem設定用 */
html {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#wrapper .mainCont {
  position: relative;
  max-width: 750px; /* デザインデータ幅を最大幅に設定 */
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
#wrapper img {
  width: 100%;
}

#wrapper a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#wrapper a:hover {
  opacity: 0.7;
}

/* 本文用のpはここで一括指定しています */
#wrapper p,
#wrapper h1,
#wrapper h2,
#wrapper h3 {
  font-size: 8px;
  line-height: 1;
  text-align: left;
}

#wrapper #form-area {
  background: url(../img/form-bg.webp) top left no-repeat;
  background-size: cover;
  padding-bottom: 6%;
}

#wrapper form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 91.3%;
  margin: 0 auto;
  cursor: pointer;
  filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(0%);
  transition-duration: 0.3s;
}

#wrapper form button:disabled {
  filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(100%);
  transition-duration: 0.3s;
}

#wrapper footer {
  padding: 2%;
  background: #008ac0;
}

#wrapper footer .footer-inner {
  width: 100%;
  padding: 6% ;
  background: #fff;
  border-radius: 10px;
}

#wrapper .footer-title {
  margin: 0 16px 16px;
}

@media (max-width: 750px) {
  #wrapper .footer-title {
    margin: 0 8px 8px;
  }
}
#wrapper footer .footer-inner p {
  font-size: min(3.7vw, 21px);
  line-height: 1.4;
  text-align: left;
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#wrapper footer .footer-inner p:last-child {
  margin-bottom: 0;
}
.privacy {
  font-size: 11px !important;
  text-align: center !important;
  padding: 0 auto !important;
  margin: 0 auto 20px auto !important;
  display: block !important;
}

/* LPページから移動 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	max-height: 99999px;
}
img {
  vertical-align: bottom;
  display: block;
  /*輪切り縦ならベ時に主にAndroidで画像同士の間に隙間ができるのを避ける設定*/
  /*inline要素にしたい場合は適宜クラス設定してください*/

}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	line-height: 1.3;
  font-size: 8px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
.fgot{
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif ;
  font-size: 0;
  line-height: 0;
}
.fmin {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*
	SP向けテキストサイズ自動調整避け#2
	文字が指定したサイズを無視して拡大していたら適宜セレクタを加える
*/
span,
div,
p{
	/*max-height: 100%; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix {
	width:100%;
}
.clearfix:after{
  content: "";
  display: block;
  clear: both;
}

/* util */

/*画像縦並べで隙間が開いた時の調整用*/

.mtNeg{
	margin-top: -1px;
}

/*style.css*/
#wrapper {
  width: 100%;
  background-color: #fff;
}
#wrapper .mainCont {
  position: relative;
  max-width: 750px; /* デザインデータ幅を最大幅に設定 */
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
#wrapper img {
  width: 100%;
  height: auto;
  max-width: fit-content;
  margin: 0 auto;
}
/*float*/
.floatarea {
    /* background-color: #FFF;
    border: solid 1px #aaa; */
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 20px 0 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    text-align: center;
}
.floatarea a {
    color: #000;
    text-decoration: none;
}
.floatarea a span {
    color: #F00;
}
.floatarea img {
    width: 32% !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}

@media (min-width: 750px) {
  #wrapper form button {
    filter: drop-shadow(1vw 1.2vw 2.1vw rgba(0, 0, 0, 0.15));
  }
.floatarea img {
    width: 200px !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}
}

.limit {
  font-size:2.4rem !important;
  line-height:1.8rem !important;
  font-weight:500 !important;
  margin-right:16px;
  color:#FFF;
  letter-spacing:3px;
}

.notes {
  font-size:8px !important;
  color:#515151;
  padding:8px 0;
  line-height:1.16px !important;
  text-align:left;
}

.notes {
  list-style: none;
  padding-left: 0; 
  color:#525252;
}

.notes li {
  position: relative;
  padding-left: 2em;
  margin-bottom:.5rem;
}

.notes li::before {
  content: attr(data-marker) " ";
  font-weight: bold;
  white-space: nowrap;
  position:absolute;
  left:0;
}

.show-sp {
display: none;
}

@media screen and (max-width: 700px) {

.limit {
  font-size: 1.4rem !important;
}

.show-sp {
  display: block;
}

.notes {
  padding:8px;
}
}


.contents_box_txt {
  white-space: nowrap;
  padding: 10px;
  font-size: 16px;
}

/* スクロールアニメーション */
@keyframes scroll-loop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
} */

.contents_wrap_ttl {
  top:-10px !important;
  z-index: 1;
}
/* 画面幅が700px以下のとき */
@media screen and (max-width: 750px) {
  .scroll-container {
    max-height: 550px;
  }
}

/* 画面幅が650px以下のとき */
@media screen and (max-width: 650px) {
  .scroll-container {
    max-height: 500px;
  }
}

/* 画面幅が600px以下のとき */
@media screen and (max-width: 600px) {
  .scroll-container {
    max-height: 450px;
  }
}

/* 画面幅が450px以下のとき */
@media screen and (max-width: 550px) {
  .scroll-container {
    max-height: 400px;
  }
}
/* 画面幅が500px以下のとき */
@media screen and (max-width: 500px) {
  .scroll-container {
    max-height: 350px;
  }
}

/* 画面幅が450px以下のとき */
@media screen and (max-width: 450px) {
  .scroll-container {
    /* max-height: 300px; */
    max-height: 328px;
  }
}

/* 画面幅が400px以下のとき */
@media screen and (max-width: 400px) {
  .scroll-container {
    /* max-height: 250px; */
    max-height: 290px;
  }
}

.warning-message {
  color: #a6001a;
  /* font-size: 8px;  */
  font-size: min(3.6vw, 18px) !important;
  padding-top:0 !important;
}

.hidden {
    animation: fade .2s ease-in-out forwards;
    pointer-events:none;/* 重要 */
  }
  @keyframes fade {
    from {opacity: 1;}
    to {opacity: 0;}
  }
  .visible {
    animation: fadeOut .2s ease-in-out forwards;
    pointer-events:all;/* 重要 */
  }
  @keyframes fadeOut {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  html {
    font-size: 15px;
  }
  #wrapper {
    width: 100%;
    background-color: #fff;
  }
  #wrapper .mainCont {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
  }
  #wrapper img {
    width: 100%;
  }
  #wrapper a {
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  #wrapper a:hover {
    opacity: 0.7;
  }
  #wrapper p,
  #wrapper h1,
  #wrapper h2,
  #wrapper h3 {
    font-size: 8px;
    line-height: 1;
    text-align: left;
  }
  #wrapper #form-area {
    background: url(img/form-bg.webp) top left no-repeat;
    background-size: cover;
    padding-bottom: 6%;
  }
  #wrapper form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 91.3%;
    margin: 0 auto;
    cursor: pointer;
    filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(0%);
    transition-duration: 0.3s;
  }
  #wrapper form button:disabled {
    filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(100%);
    transition-duration: 0.3s;
  }
  #wrapper footer {
    padding: 4% 4% 8%;
  }
  #wrapper footer .footer-inner {
    width: 100%;
    padding: 6%;
  }
  .privacy {
    font-size: 11px !important;
    text-align: center !important;
    padding: 0 auto !important;
    margin: 0 auto 20px auto !important;
    display: block !important;
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    max-height: 99999px;
  }
  img {
    vertical-align: bottom;
    display: block;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.3;
    font-size: 8px;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body,
  .fgot{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif ;
    font-size: 0;
    line-height: 0;
  }
  .fmin {
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  span,
  div,
  p{
    /*max-height: 100%; */
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  :focus {
    outline: 0;
  }
  ins {
    text-decoration: none;
  }
  del {
    text-decoration: line-through;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .clearfix {
    width:100%;
  }
  .clearfix:after{
    content: "";
    display: block;
    clear: both;
  }
  .mtNeg{
    margin-top: -1px;
  }
  #wrapper {
    width: 100%;
    background-color: #fff;
  }
  #wrapper .mainCont {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
  }
  #wrapper img {
    width: 100%;
    height: auto;
  }
  .floatarea {
      /* background-color: #FFF;
      border: solid 1px #aaa; */
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      padding: 20px 0 10px 0;
      position: fixed;
      bottom: 0;
      z-index: 100000;
      text-align: center;
  }
  .floatarea a {
      color: #000;
      text-decoration: none;
  }
  .floatarea a span {
      color: #F00;
  }
  .floatarea img {
      width: 96% !important;
      height: auto;
      margin: 8px auto 0 auto;
      text-align: center;
  }
  @media (min-width: 750px) {
    #wrapper form button {
      filter: drop-shadow(1vw 1.2vw 2.1vw rgba(0, 0, 0, 0.15));
    }
  .floatarea img {
    width: 40% !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}

  }
  .limit {
    font-size:2.4rem !important;
    line-height:1.8rem !important;
    font-weight:500 !important;
    margin-right:16px;
    color:#FFF;
    letter-spacing:3px;
  }
  .notes {
    font-size:8px !important;
    color:#515151;
    padding:8px 0;
    line-height:1.16px !important;
    text-align:left;
  }
  .notes {
    list-style: none;
    padding-left: 0; 
    color:#525252;
  }
  .notes li {
    position: relative;
    padding-left: 2em;
    margin-bottom:.5rem;
  }
  .notes li::before {
    content: attr(data-marker) " ";
    font-weight: bold;
    white-space: nowrap;
    position:absolute;
    left:0;
  }
  .show-sp {
  display: none;
  }
  @media screen and (max-width: 700px) {
  .limit {
    font-size: 1.4rem !important;
  }
  .show-sp {
    display: block;
  }
  .notes {
    padding:8px;
  }
  }
  .contents_box_txt {
    white-space: nowrap;
    padding: 10px;
    font-size: 16px;
  }
  @keyframes scroll-loop {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  .contents_wrap_ttl {
    top:-10px !important;
    z-index: 1;
  }
  
  .warning-message {
    color: red;
    font-size: min(3.6vw, 18px) !important;
    padding-top:0 !important;
  }
  
  .hidden {
      animation: fade .2s ease-in-out forwards;
      pointer-events:none;/* 重要 */
    }
    @keyframes fade {
      from {opacity: 1;}
      to {opacity: 0;}
    }
    .visible {
      animation: fadeOut .2s ease-in-out forwards;
      pointer-events:all;/* 重要 */
    }
    @keyframes fadeOut {
      from {opacity: 0;}
      to {opacity: 1;}
    }

    .m-plus {
      font-family: "Zen Kaku Gothic New", sans-serif;
    }
    .t_pink {
      color: #ff6098;
    }
    sup {
      font-size: 14px;
      color: #000!important;
    }
    .flex_box {
      display: flex;
      flex-wrap: wrap;
    }
    .flex_column {
      flex-direction: column;
    }
    .align_center {
      align-items: center;
    }
    .justify_center {
      justify-content: center;
    }
    .justify_between {
      justify-content:space-between;
    }

.content_box {
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid #008ac0;
  border-top: none;
}

@media (max-width: 750px) {
  .content_box {
    border:2px solid #008ac0;
  }
}

@media (max-width: 750px) {
  .content_box,
  #wrapper .sec02 .content_box,
  #wrapper .sec06 .content_box,
  #wrapper .sec08 .content_box {
    border-radius: 12px;
  }

  #wrapper .sec02 .content_box:first-of-type > p:first-child {
    border-radius: 0;
  }
}

  /* セクション01 */
  .fv_area {
    background-color: #64c5e8;
    padding:16px 4rem;
  }

  @media (max-width: 750px) {
    .fv_area {
      padding: 4%;
    }
  }

  /* セクション2 */
  #wrapper .sec02 {
    padding: min(5vw, 28px) min(4vw, 4%) min(6vw, 36px);
    background: url(../img/sec02_bg.webp) no-repeat center center / cover;
  }

  #wrapper .sec02 .sec02_block {
    position: relative;
    margin-bottom: 2%;
  }

  @media (max-width: 750px) {
    #wrapper .sec02 .sec02_block {
      /* margin-bottom: 16px; */
    }
  }

  #wrapper .sec02 .content_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding-bottom: 8px;
  }

  #wrapper .sec02 .content_box > p:first-child {
    margin: 0;
    font-size: 0;
    line-height: 0;
  }

  #wrapper .sec02 .content_box:last-of-type {
    z-index: 1;
    /* margin-bottom: 16px; */
  }

  #wrapper .sec02 .sec02_icon {
    position: absolute;
    right: 0;
    bottom: 16px;
    z-index: 5;
    width: 25%;
    margin: 0;
    line-height: 0;
    pointer-events: none;
    transform: translateY(32%);
  }

  #wrapper .sec02 .sec02_icon img {
    display: block;
    width: 100%;
    height: auto;
  }

  #wrapper .sec02 .content_box > p {
    margin: 0;
  }

  #wrapper .sec02 .content_box > p:first-child img {
    display: block;
    width: 100%;
  }

  #wrapper .sec02 .content_box > p:not(:first-child):not(.sec02_icon) {
    margin: min(3.2vw, 18px) min(4.5vw, 22px) 0;
  }

  #wrapper .sec02 .btn-area {
    width: 92%;
    margin: min(3.6vw, 20px) auto min(4vw, 22px);
  }

  #wrapper .sec02 .btn-area p {
    /* border-color: #333;
    color: #111;
    font-size: min(2.8vw, 18px); */
  }

  #wrapper .sec02 .btn-area.grid-3 p {
    /* padding: min(2.4vw, 14px) min(0.6vw, 4px);
    font-size: min(2.5vw, 16px); */
  }

  #wrapper .sec02 .btn-area p.is-active {
    /* border-color: #008ac0;
    background: #008ac0;
    color: #fff; */
  }

  #wrapper .sec02 .result-area,
  #wrapper .sec02 .result-area02 {
    margin: 0 min(4.5vw, 22px);
  }

  #wrapper .sec02 .result-area > p,
  #wrapper .sec02 .result-area02 {
    display: none;
  }

  #wrapper .sec02 .result-area > p.is-show,
  #wrapper .sec02 .result-area02.is-show {
    display: block;
    margin-top: min(0.8vw, 6px);
  }

  #wrapper .sec02 .sec02-plus {
    width: 12%;
    margin: 0 auto 2%;
  }

  #wrapper .sec02 .sec02-plus img {
    display: block;
    width: 100%;
    height: auto;
  }

  @media (max-width: 750px) {
    #wrapper .sec02 .content_box {
      /* margin-top: 12px; */
    }
  }

  @media (max-width: 750px) {
    #wrapper .sec02 .content_box {
      /* margin-bottom: 1.6rem; */
    }
  }

  /* セクション6 */
  #wrapper .sec06 {
    background: url(../img/sec06_content_bg.webp) repeat center top / 100% auto;
  }

  #wrapper .sec06_title {
    background: url(../img/sec06_title_bg.webp) no-repeat center bottom / cover;
    padding: 16px 16px 56px;
  }
  @media (max-width: 480px) {
    #wrapper .sec06_title {
      padding: 16px 16px 24px;
    }
  }
  #wrapper .sec06_content_title {
    cursor: pointer;
  }

  #wrapper .sec06_title p {
    margin:8px .5rem;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(2.8vw, 20px);
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }

  @media (max-width: 750px) {
    #wrapper .sec06_title p {
      margin: .5rem 0;
    }
  }
  #wrapper .sec06_content {
    padding: 24px 0 0;
    background: transparent;
  }

/* ボタンエリア */
#wrapper .btn-area {
  display: grid;
  gap: min(2.4vw, 18px) min(1.6vw, 12px);
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#wrapper .btn-area.grid-2 {
  grid-template-columns: 1fr 1fr;
}
#wrapper .btn-area.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
#wrapper .btn-area p {
  cursor: pointer;
  transition: transform 0.12s ease-out, filter 0.12s ease-out;
}
#wrapper .btn-area p.is-active {

}
#wrapper .btn-area p img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.12s ease-out, filter 0.12s ease-out;
}
#wrapper .btn-area .tap_icon {
  position: absolute;
  z-index: 20;
  pointer-events: none;
  width: clamp(40px, 10vw, 64px);
  opacity: 1;
  visibility: visible;
  transform: translate(60%, 20%);
  transition:
    left 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease,
    visibility 0.3s ease;
}
#wrapper .btn-area .tap_icon img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: 50% 88%;
  transition: transform 0.15s ease-out;
}
#wrapper .btn-area .tap_icon.is-pressing img {
  transform: scale(0.94) translateY(5px);
}
#wrapper .btn-area.is-tap-done .tap_icon {
  opacity: 0;
  visibility: hidden;
}
#wrapper .btn-area p.tap-press img {
  transform: translateY(clamp(3px, 0.8vw, 6px));
  filter: brightness(0.92);
}

/* セクション7 */
#wrapper .sec07 *,
#wrapper .sec07 *::before,
#wrapper .sec07 *::after {
  box-sizing: border-box;
}

#wrapper .sec07 {
  background-color: #64c5e8;
  padding-bottom: 16px
}

#wrapper .sec07 p {
  margin: 0;
}

#wrapper .sec07_content {
  background-color: #FFF;
  width: 92%;
  margin: 0 auto;
  border-radius: 0 0 min(3.2vw, 24px) min(3.2vw, 24px);
  border-top: none;
  margin-top: -0;
  padding: 16px 16px 8px;
}

@media (max-width: 750px) {
  #wrapper .sec07_content {
    padding: 16px 8px 0.5rem;
  }
}

#wrapper .sec07 .btn-area {
  width: 96%;
  margin: 0 auto 5%;
}

#wrapper .sec07 .btn-area.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 280px));
  justify-content: center;
  column-gap: min(2.4vw, 16px);
  row-gap: min(2.4vw, 14px);
}

@media (max-width: 750px) {
  #wrapper .sec07 .btn-area.grid-2,
  #wrapper .sec07 .btn-area.grid-3 {
    grid-template-columns: 1fr 1fr;
    column-gap: min(2vw, 10px);
    row-gap: min(2vw, 10px);
  }
}

#wrapper .sec07_qa_box {
  overflow: hidden;
  margin-bottom: 3.2%;
  border: 2px solid #00266e;
  border-radius: min(2.4vw, 16px);
  background: #fff;
  scroll-margin-top: 16px;
}

#wrapper .sec07_qa_box .qa_head {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(2vw, 12px);
  padding: min(2.4vw, 14px) min(10vw, 56px) min(2.4vw, 14px) min(2.4vw, 16px);
  background: #d8eef8;
  cursor: pointer;
}

#wrapper .sec07_qa_box.is-open .qa_head {
  border-bottom: 1px solid #00266e;
}

#wrapper .sec07_qa_box .qa_head > p:first-child {
  width: min(calc(48 / 750 * 100vw), 48px);
  flex-shrink: 0;
}

#wrapper .sec07_qa_box .qa_head > p:last-child {
  flex: 1;
  color: #00266e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.6vw, 26px);
  font-weight: 800;
  line-height: 1.4;
}

#wrapper .sec07_qa_box .qa_head::after {
  position: absolute;
  top: 50%;
  right: min(4vw, 22px);
  color: #00266e;
  content: "+";
  font-family: Arial, sans-serif;
  font-size: min(6.4vw, 42px);
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

#wrapper .sec07_qa_box.is-open .qa_head::after {
  top: 48%;
  content: "−";
  font-size: min(7.2vw, 48px);
}

#wrapper .sec07_qa_box .qa_body {
  display: grid;
  grid-template-rows: 0fr;
  background: #fff;
  transition: grid-template-rows 0.28s ease;
}

#wrapper .sec07_qa_box.is-open .qa_body {
  grid-template-rows: 1fr;
}

#wrapper .sec07_qa_box .qa_body_inner {
  display: flex;
  align-items: flex-start;
  gap: min(1.6vw, 10px);
  min-height: 0;
  overflow: hidden;
  padding: 0 min(2.4vw, 16px);
}

#wrapper .sec07_qa_box.is-open .qa_body_inner {
  padding: min(3.2vw, 20px) min(2.4vw, 16px) min(3.6vw, 22px);
}

#wrapper .sec07_qa_box .qa_body_inner > p:first-child {
  width: min(calc(48 / 750 * 100vw), 48px);
  flex-shrink: 0;
}

#wrapper .sec07_qa_box .qa_text {
  flex: 1;
  min-width: 0;
}

#wrapper .sec07_qa_box .qa_text p {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.8vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}

#wrapper .sec07_qa_box .qa_note {
  display: inline-block;
  margin-top: min(2.4vw, 14px);
  padding-bottom: 2px;
  color: #888;
  font-size: min(2vw, 14px);
  font-weight: 500;
  line-height: 1.4;
}

#wrapper .sec07_qa_box .qa_note.google-review {
  font-size: 12px;
  display: flex;
  margin-top: .5rem;
}

@media (max-width: 750px) {
  #wrapper .sec07_qa_box .qa_note.google-review {
    font-size: 8px;
  }
}

#wrapper .sec07_qa_box .qa_illust {
  width: 26%;
  flex-shrink: 0;
  align-self: center;
}

@media (max-width: 480px) {
  #wrapper .sec07 .btn-area p {
    font-size: min(3.4vw, 16px);
    padding: 6px;
  }
  #wrapper .sec07_qa_box .qa_head > p:last-child {
    font-size: min(3.4vw, 18px);
  }
  #wrapper .sec07_qa_box .qa_text p {
    font-size: min(3.2vw, 15px);
  }
  #wrapper .sec07_qa_box .qa_illust {
    width: 30%;
  }
}

/* セクション9 FAQ */
#wrapper .sec09 *,
#wrapper .sec09 *::before,
#wrapper .sec09 *::after {
  box-sizing: border-box;
}

#wrapper .sec09 {
  background-color: #6ecff6;
  padding-bottom: 1%;
}

#wrapper .sec09 .qa-list {
  width: 92%;
  margin: 5% auto 0;
}

#wrapper .sec09 .qa-item {
  margin-bottom: 3.2%;
  background: #fff;
  border-radius: min(2.4vw, 16px);
  box-shadow: 0 4px 8px rgba(0, 32, 96, 0.12);
}

#wrapper .sec09 .qa-item:first-of-type {
  margin-top: -15%;
  z-index: 2;
  position: relative;
}

#wrapper .sec09 .qa-question {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(2vw, 12px);
  margin: 0;
  padding: min(3.2vw, 20px) min(10vw, 56px) min(3.2vw, 20px) min(3.2vw, 18px);
  cursor: pointer;
}

#wrapper .sec09 .qa-question img {
  width: min(calc(46 / 750 * 100vw), 46px);
  flex-shrink: 0;
}

#wrapper .sec09 .qa-question span {
  flex: 1;
  color: #008ac0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.4vw, 24px);
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

#wrapper .sec09 .qa-question::after {
  position: absolute;
  top: 50%;
  right: min(4vw, 22px);
  color: #b5b5b5;
  content: "+";
  font-family: Arial, sans-serif;
  font-size: min(6.4vw, 42px);
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

#wrapper .sec09 .qa-item.is-open .qa-question::after {
  top: 48%;
  content: "−";
  font-size: min(7.2vw, 48px);
}

#wrapper .sec09 .qa-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

#wrapper .sec09 .qa-item.is-open .qa-answer {
  grid-template-rows: 1fr;
}

#wrapper .sec09 .qa-answer-inner {
  display: flex;
  align-items: flex-start;
  gap: min(2vw, 12px);
  overflow: hidden;
  padding: 0 min(10vw, 56px) 0 min(3.2vw, 18px);
}

#wrapper .sec09 .qa-item.is-open .qa-answer-inner {
  padding-bottom: min(3.6vw, 22px);
}

#wrapper .sec09 .qa-answer-inner > p:first-child {
  width: min(calc(46 / 750 * 100vw), 46px);
  margin: 0;
  flex-shrink: 0;
}

#wrapper .sec09 .qa-answer-inner > p:last-child {
  flex: 1;
  margin: 0;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.8vw, 20px);
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 480px) {
  #wrapper .sec09 .qa-question span {
    font-size: min(3.6vw, 16px);
  }
  #wrapper .sec09 .qa-answer-inner > p:last-child {
    font-size: min(3.2vw, 15px);
  }
}

#wrapper #form-area {
  background: #008ac0;
  padding-bottom: 1%;
}

#wrapper #form-area *,
#wrapper #form-area *::before,
#wrapper #form-area *::after {
  box-sizing: border-box;
}

#wrapper #form-area .form-ttl {
  margin: 0;
  padding: 2rem 0 0 0;
}

#wrapper #form-area .form-card {
  width: 91%;
  margin: 0 auto 6%;
  padding: 3% 5%;
  background: #fff;
  border-radius:0 0 24px 24px;
}

#wrapper #form-area .form-lead {
  margin: 0 0 6%;
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.6vw, 26px);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

#wrapper #form-area .area-box {
  width: 100%;
  margin-bottom: 4.5%;
}

#wrapper #form-area .area-text {
  display: flex;
  align-items: center;
  gap: min(2vw, 10px);
  margin-bottom: 1.8%;
}

#wrapper #form-area .area-notes {
  margin: 0 0 1.8%;
  font-weight: 500;
  line-height: 1.4;
  font-size: min(2.8vw, 16px);
  color: #a6001a;
  text-align: left;
}

#wrapper #form-area .area-text .title {
  margin: 0;
  color: #008ac0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.6vw, 26px);
  font-weight: 800;
  line-height: 1.3;
}

#wrapper #form-area .area-text .req,
#wrapper #form-area .area-text .opt {
  display: inline-block;
  margin: 0;
  padding: 0.4% 2.2% 0.6%;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.6vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  border-radius: min(0.8vw, 6px);
}

#wrapper #form-area .area-text .req {
  background: #f08339;
}

#wrapper #form-area .area-text .opt {
  background: #a0a0a0;
}

#wrapper #form-area .select-box {
  position: relative;
}

#wrapper #form-area .select-box::after {
  position: absolute;
  top: 50%;
  right: 4.5%;
  width: min(2.2vw, 14px);
  height: min(2.2vw, 14px);
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

#wrapper #form-area input[type="text"],
#wrapper #form-area input[type="tel"],
#wrapper #form-area input[type="email"],
#wrapper #form-area select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 3.2% 4%;
  border: 1px solid #cfcfcf;
  border-radius: min(1.8vw, 12px);
  background: #fff;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.4vw, 24px);
  font-weight: 500;
  line-height: 1.4;
}

#wrapper #form-area select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 12%;
}

#wrapper #form-area input::placeholder {
  color: #c7c7c7;
  font-weight: 400;
}

#wrapper #form-area .form-help {
  margin: 2% 0 0;
  color: #888;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.4vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

#wrapper #form-area .form-submit {
  display: block;
  width: 100%;
  margin: 6% 0 5%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#wrapper #form-area .form-notes {
  text-align: center;
}

#wrapper #form-area .form-notes p {
  margin: 0 0 1.5%;
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.8vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

#wrapper #form-area .form-notes span {
  background: #ffe100;
  font-weight: 800;
}

/* セクション8 */
#wrapper .sec08 *,
#wrapper .sec08 *::before,
#wrapper .sec08 *::after {
  box-sizing: border-box;
}

#wrapper .sec08 {
  background-color: #008ac0;
  padding-top: 24px;
}
@media (max-width: 480px) {
  #wrapper .sec08 {
    padding-top: 16px;
  }
}

#wrapper .sec08_content {
  padding: 0 4% 3%;
}

#wrapper .sec08 .content_box {
  position: relative;
  margin-top: min(4.5vw, 28px);
  padding: 16px 16px 0;
  border: none;
  border-radius: min(3.2vw, 24px);
  background: #fff;
}

#wrapper .sec08_content_title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: max-content;
  max-width: 94%;
  margin: 0;
  padding: min(2.2vw, 14px) min(5vw, 32px);
  border: 2px solid #008ac0;
  border-radius: 999px;
  background: #ffff04;
  color: #008ac0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.6vw, 26px);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#wrapper .sec08 .start-list {
  display: flex;
  align-items: flex-start;
  gap: min(3.2vw, 20px);
  padding: min(4vw, 24px) 0;
}

#wrapper .sec08 .start-list + .start-list {
  border-top: 2px dotted #64c5e8;
}

#wrapper .sec08 .start-list > p:first-child {
  width: min(calc(100 / 750 * 100vw), 100px);
  margin: 0;
  flex-shrink: 0;
}

#wrapper .sec08 .start-text-inner {
  flex: 1;
  min-width: 0;
  text-align: left;
}

#wrapper .sec08 .start-text-title {
  /* margin: 0 0 2%; */
  color: #008ac0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.6vw, 26px);
  font-weight: 800;
  line-height: 1.4;
}

#wrapper .sec08 .start-text {
  /* margin: 0 0 2.5%; */
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.8vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}

#wrapper .sec08 .start-text-note {
  margin: 0 0;
  color: #808080;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.2vw, 13px);
  font-weight: 500;
  line-height: 1.6;
}

#wrapper .sec08 .start-text-note.qa_annotation {
  display: flex;
  align-items: flex-start;
}

#wrapper .sec08 .start-text-note.qa_annotation::before {
  content: "※";
  flex-shrink: 0;
  margin-right: 0.2em;
}

@media (max-width: 480px) {
  #wrapper .sec08_content_title {
    font-size: min(3.5vw, 16px);
    padding: min(2vw, 10px) min(3.5vw, 16px);
  }
  #wrapper .sec08 .start-text-title {
    font-size: min(3.8vw, 17px);
  }
  #wrapper .sec08 .start-text {
    font-size: min(3.2vw, 14px);
  }
  #wrapper .sec08 .start-text-note {
    font-size: min(2.6vw, 12px);
  }
}

/* セクション6 公的機関の注意喚起 */
#wrapper .sec06_attention *,
#wrapper .sec06_attention *::before,
#wrapper .sec06_attention *::after {
  box-sizing: border-box;
}

#wrapper .sec06_attention {
  padding: 0 1.5% 1.5%;
}

#wrapper .sec06_attention_title {
  width: 90%;
  margin: 0 auto 24px;
}
@media (max-width: 480px) {
  #wrapper .sec06_attention_title {
    margin: 0 auto 16px;
  }
}

#wrapper .attention-list {
  display: flex;
  align-items: center;
  gap: min(3vw, 18px);
  width: 94%;
  margin: 0 auto 3.2%;
  padding: min(3.2vw, 20px) min(3.6vw, 22px);
  border: 2px solid #7ec8e8;
  border-radius: min(2.4vw, 16px);
  background: #fff;
}

#wrapper .attention-list > p:first-child {
  width: min(calc(92 / 750 * 100vw), 92px);
  margin: 0;
  flex-shrink: 0;
}

#wrapper .attention-text-inner {
  flex: 1;
  min-width: 0;
  text-align: left;
}

#wrapper .attention-title {
  margin: 0 0 1.5%;
  color: #008ac0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.4vw, 24px);
  font-weight: 800;
  line-height: 1.4;
}

#wrapper .attention-text {
  margin: 0;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.8vw, 20px);
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 480px) {
  #wrapper .attention-title {
    font-size: min(3.6vw, 16px);
  }
  #wrapper .attention-text {
    font-size: min(3.2vw, 14px);
  }
}

/* セクション6 4つの約束 */
#wrapper .sec06 .content_box {
  position: relative;
  overflow: hidden;
  width: 92%;
  margin: 0 auto 24px;
  padding: 0 0 8px;
  border: 4px solid #008ac0;
  background: #fff;
}

@media (max-width: 750px) {
  #wrapper .sec06 .content_box {
    border:2px solid #008ac0;
  }
}
#wrapper .sec06 .content_box:first-of-type {
  overflow: visible;
  z-index: 2;
}

#wrapper .sec06 .content_box > p:first-child {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

#wrapper .sec06 .sec06_content_title01 img {
  position: relative;
  top: -24px;
  margin-bottom: -24px;
}

@media (max-width: 750px) {
  #wrapper .sec06 .sec06_content_title01 img {
    /* top: -12px; */
  }
}

#wrapper .sec06_promise_head {
}

#wrapper .sec06_promise_head span {
  color: #ffe100;
  font-size: 1.15em;
}

#wrapper .sec06 .content_box > p:first-child img {
  display: block;
  width: 100%;
}

#wrapper .check-wrapper {
  padding: 16px 16px 0;
}

@media (max-width: 750px) {
  #wrapper .check-wrapper {
    padding: 8px 8px 0 !important;
  }
}

#wrapper .check1_03 {
  margin-top: 8px;
}

#wrapper .check-wrapper {
  padding: 8px 16px;
}

#wrapper .point-text-inner {
  display: flex;
  align-items: flex-end;
  gap: min(2vw, 12px);
}

#wrapper .point-text-inner > p:first-child {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #008ac0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(2.6vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}

#wrapper .point-text-inner > p:last-child {
  width: 28%;
  margin: 0;
  flex-shrink: 0;
}

#wrapper .point-text-inner span {
  display: block;
  margin-top: min(2.4vw, 14px);
  color: #e87800;
  font-weight: 800;
}

#wrapper .sec06 .close-btn,
#wrapper .sec06 .open-btn {
  width: min(calc(250 / 750 * 100vw), 250px);
  margin: 0 auto;
  margin-top: 16px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
}

#wrapper .sec06 .close-btn img,
#wrapper .sec06 .open-btn img {
  display: block;
  width: 100%;
  height: auto;
}

#wrapper .sec06 .content_box .open-btn {
  display: none;
}

#wrapper .sec06 .content_box.is-closed .close-btn {
  display: none;
}

#wrapper .sec06 .content_box.is-closed .open-btn {
  display: block;
  width: 100%;
}
@media (max-width: 480px) {
#wrapper .sec06 .content_box.is-closed .open-btn img {
  width: min(calc(250 / 750 * 100vw), 250px);
  margin: 0 auto;
}
}

#wrapper .sec06 .content_box.is-closed > :not(:first-child):not(.open-btn):not(.close-btn):not(.sec06_content_title01_icon) {
  display: none;
}

@media (max-width: 480px) {
  #wrapper .sec06_promise_head {
    font-size: min(4vw, 18px);
  }
  #wrapper .promise-title {
    font-size: min(3.6vw, 16px);
  }
  #wrapper .promise-text {
    font-size: min(3.2vw, 14px);
  }
  #wrapper .check-point > p:last-child {
    font-size: min(3.4vw, 15px);
  }
  #wrapper .check-text > p:last-child {
    font-size: min(3.4vw, 15px);
  }
  #wrapper .ceck-list-inner > p,
  #wrapper .check-list-text > p:last-child {
    font-size: min(3vw, 13px);
  }
  #wrapper .check-point-text-title {
    font-size: min(3.2vw, 14px);
    white-space: normal;
  }
  #wrapper .point-text-inner > p:first-child {
    font-size: min(3vw, 13px);
  }
}


#wrapper #form-area .form-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4%;
  color: #f08339;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(3.6vw, 26px);
  font-weight: 800;
}

#wrapper #form-area .form-progress-dots {
  display: flex;
  gap: min(1.1vw, 8px);
}

#wrapper #form-area .form-progress-dot {
  width: min(2.2vw, 16px);
  height: min(2.2vw, 16px);
  border-radius: 50%;
  background: #d7e5ee;
}

#wrapper #form-area .form-progress-dot.is-complete {
  background: #f08339;
} 

.cta-area {
  padding: 1rem;
}

.sec02_title03 {
  margin: 2% 0;
}
#wrapper footer .footer-inner p a{
  color: #008ac0;
  text-decoration: underline;
  display: inline-block;
}

#wrapper #form-area #submitBtn {
  margin-left: -6%;
  width: auto;
}