/*Fonts Used*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@font-face {
    font-family: 'DIN Alternate';
    src: url('../fonts/DINAlternate-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


*, *:before, *:after { 
  box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  image-rendering: -webkit-optimize-contrast;
}
*:focus {
  outline: none;
}

/* Add the correct display in Edge, IE 10+, and Firefox. */
 details {
  display: block;
}

/* Add the correct display in IE 10+ */
template { display: none; }

/* Add the correct display in all browsers */
summary { display: list-item; }

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, 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, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { 
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
  -webkit-text-size-adjust: 100%;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { 
  content: '';
  content: none;
}
table { 
  border-collapse: collapse;
  border-spacing: 0; 
}
button, html input[type=button], input[type=reset], input[type=submit] { 
  -webkit-appearance: button;
  cursor: pointer;
}
input:not([type='radio']):not([type='checkbox']), textarea, select { -webkit-appearance: none; }
form, label { -webkit-text-size-adjust: 100%; }
mark { background-color: transparent; }
/* end reset */

/*preset*/
body { 
  font-size: 16px; 
  line-height: 1.6; 
  font-family: "Noto Sans JP", sans-serif;
  color:#666666;
  position:relative; 
}
body.active { 
  overflow: hidden;
  width:100%;
  height:100%;
  position:fixed!important; 
}
a { 
  text-decoration:none; 
  -webkit-transition: all .3s linear;
  transition: all .3s linear; 
}
img { 
  max-width: 100%; 
  vertical-align: top; 
  image-rendering: -webkit-optimize-contrast; 
}
textarea { resize:vertical; }
iframe { border: none; width: 100%; }
ul, h1, h2, h3, h4 { 
  margin:0; 
  padding:0; 
  list-style: none; 
}
strong , b { font-weight: bold; }
em, i { font-style: italic; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }
input[type="submit"] { cursor: pointer; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a { background-color: transparent; }
a[href^="tel:"] { 
  color: inherit!important;
  text-decoration: none; 
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.clearfix:before, .clearfix:after { 
  content:""; 
  display: table; 
  clear: both; 
}
.clearfix { 
  width: 100%;
  max-width: 750px;
  margin: 0 auto; 
  clear: both; 
  overflow: hidden; 
}

/* Forms Presets */
::-webkit-input-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }

/*end preset*/



.l_wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}




/*----------------------------------------------
	 HEADER
---------------------------------------------*/
header { padding-top: 90px; }



.pat { display: inherit; }

/*----------------------------------------------
	 SLIDER
---------------------------------------------*/

.slider { 
  background: #FFF7C4;
  padding-top: 7%; 
}
.slider img { 
  width: 100%;
  box-shadow: 20px 20px 18px 0 rgba(0,0,0,.1);
}
.slider ul li { 
  text-align: center; 
  padding: 0 4%;
}
.slider .ttl {
  font-size: 35px;
  font-weight: 700;
  font-size: clamp(0.9375rem, 4.67vw, 2.1875rem);
  line-height: 1.5;
  padding: 1.5% 4%;
  color: #fff;
  background-color: #FE9B3D;
  border-radius: 50px;
  width: 88%;
  margin-bottom: 4%;
  display: inline-block;
}
.slider .media { padding-bottom: 13%; }
.slider .slick-arrow {
  width: 10vw;
  height: 10vw;
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
  border: clamp(2px, 0.67vw, 5px) solid #fff;
  background-color: #FE9B3D;
  z-index: 999;
}
.slider .slick-arrow:before {
  content: "";
  background: url(../images/icon-arrow-side.png) no-repeat center / contain;
  filter: brightness(0) invert(1);
  display: block;
  opacity: 1;
  height: 5vw;
  max-width: 65px;
  max-height: 32px;
}
.slider .slick-prev { left: 7%; }
.slider .slick-next { right: 7%; }
.slider .slick-prev:before {
  margin-left: -9%;
}
.slider .slick-next:before { 
  margin-right: -9%;
  transform: rotate(-180deg); 
}
.slider .slick-arrow:hover { 
  background: #FE9B3D;
  opacity: .8;
}
.slider .slick-arrow:focus { 
  background: #FE9B3D;
}




/*----------------------------------------------
	 FAQ
---------------------------------------------*/
.faq_con { padding: 11% 3%; }
.faq_ttl {
  font-size: 41px;
  font-size: clamp(1.09375rem, 5.47vw, 2.5625rem);
  font-weight: 700;
  color: #43D3D4;
  margin-bottom: 3%;
  text-align: center;
}
.faq ul li {
  font-size: 28px;
  line-height: 1.5;
  font-size: clamp(0.75rem, 3.73vw, 1.75rem);
  border: 3px solid #43D3D4;
  border-radius: clamp(4px, 1.33vw, 10px);
  border-width: clamp(2px, 0.67vw, 5px);
  overflow: hidden;
}
.faq ul li:not(:last-child) { margin-bottom: 7%; }
.faq ul li span {
  font-family: 'DIN Alternate';
  line-height: 1;
  font-size: 44px;
  font-size: clamp(1.1875rem, 5.87vw, 2.75rem);
}
.faq_quest {
  font-weight: 700;
  color: #fff;
  padding: 15px 65px 15px 80px;
  padding: 2% 9% 2% 11%;
  background-color: #43D3D4;
  position: relative;
  cursor: pointer;
}
.faq_quest:after {
  content: "";
  background: url(../images/icon-arrow.png) no-repeat center top / contain;
  width: 3vw;
  height: 3vw;
  max-width: 34px;
  max-height: 34px;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  transition: all 0.3s ease; 
}
.faq_quest.open:after {
  transform: translateY(-50%) scaleY(-1);
}
.faq_quest span {
  position: absolute;
  top: 22%;
  left: 4%;
}
.faq_ans {
  font-weight: 500;
  padding: 2% 5% 2% 11%;
  position: relative;
  display: none;
}
.faq_ans .cont { position: relative; }
.faq_ans .cont span {
  color: #43D3D4;
  position: absolute;
  top: 1%;
  left: -8%;
}

/*----------------------------------------------
	 fixed_btn
---------------------------------------------*/
.fixed_btn {
    background: #fff;
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0 auto;
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2);
    width: 100%;
    max-width: 750px;
    text-align: center;
    /* display: none; */
  }


/*----------------------------------------------
	 SECTION WITH TIMER
---------------------------------------------*/
  .sec-wtimer { position: relative; }
  .sec-wtimer .timerArea__wrap {
    position: absolute;
    bottom: 7.2%;
    left: 0;
    right: 0;
    margin: 0 auto; 
    padding: 0;
  }
  .sec-wtimer .timerArea__wrap .timer {
    display: flex;
    align-items: center;
  }
  .sec-wtimer .timerArea__ttl { margin-bottom: 0; }
  .sec-wtimer .btn {
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 94%;
  }



/*----------------------------------------------
	 FORM
---------------------------------------------*/
#form-section { scroll-margin-top: 90px; }
.form .ttl {
  font-size: 48px;
  font-size: clamp(1.28rem, 6.4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #47C36F;
  display: block;
  text-align: center;
  width: 100%; 
  padding: 1.2% 2%;
}
.form .ttl span { color: #FFF83B; }
.form .ttl h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .ttl h2:before {
  content: "";
  background: url(../images/icon_form-ttl.png) no-repeat center / contain;
  width: 13%;
  aspect-ratio: 1 / 1;
  position: static;
  display: inline-block;
}
.form form {
  color: #666666;
  line-height: 1.2;
  width: 100%;
  max-width: 750px;
  position: relative; 
  background: #EEF5F4; 
  padding: 9% 4%;
}
.form input,
.form select {
  font-size: 30px;
  font-size: clamp(0.8rem, 4vw, 1.875rem);
  background-color: #fff;
  border: 1px solid #D1D5DC;
  width: 100%;
  border-radius: .5vw;
  padding: 3.9% 3%;
}
.form .field-row input { padding: 3.9% 3%; }
.form .field-row-2 input { padding: 8% 6%; }
.form select { padding: 9.5% 6%; }
.form select { width: 100%; }
.form input[type="radio"] {
  width: 3.6vw;
  max-width: 30px;
  aspect-ratio: 1 / 1;
  margin-right: 8px;
}
.form input[type="checkbox"] { border: 2px solid #000; }
.form ::placeholder { color: rgba(0,0,0,.3); }
.form label,
.form legend {
  font-size: 27px;
  font-size: clamp(0.125rem, 3.6vw, 1.6875rem);
  font-weight: 700;
}
.form .select-suffix {
  font-size: 16px;
  font-size: clamp(0.43rem, 2.13vw, 1rem);
  font-weight: 500;
  margin-left: 5px;
}
.form .field-row-birth {
  display: flex;
  align-items: center;
}
.form .field-row-birth .field {
  display: flex;
  align-items: center;
  width: 38%;
}
.form .field-row-birth .field:first-child { margin-right: 12px; }
.form label span { font-weight: 400; }
.form .form-group { margin-bottom: 6%; }
.form .field-row-2 {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.form .field-row-2 .field { width: 50%; }
.form .label-row,
.form legend { margin-bottom: 1%; }
.form .badge-required {
  font-size: 21px;
  font-size: clamp(0.56rem, 2.8vw, 1.3125rem);
  font-weight: 700;
  color: #fff;
  background-color: #EC7B7B;
  border-radius: .7vw;
  line-height: 30px;
  padding: 0 2%;
  margin-left: 1%;
}
.form .radio-row {
  display: flex;
  align-items: center;
}
.form .radio {
  display: flex;
  align-items: center;
}
.form .radio:not(:last-child) { margin-right: 6%; }
.form .radio span { 
  font-size: 24px;
  font-size: clamp(0.64rem, 3.2vw, 1.5rem);
  text-wrap: nowrap;
}
.form .form-note {
  font-size: 27px;
  font-size: clamp(0.72rem, 3.6vw, 1.6875rem);
  font-weight: 500;
  margin-bottom: 6%;
}
.form .divider {
  color: rgba(0,0,0,.2);
  margin-bottom: 6%;
}
.form .form-terms {
  font-size: 20px;
  font-size: clamp(0.53rem, 2.67vw, 1.25rem);
  margin-bottom: 4%;
}
.form .form-terms a {
  color: inherit;
  text-decoration: underline;
}
.form .form-terms a:hover { opacity: .6; }
.form .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .checkbox input {
  width: 4vw;
  max-width: 30px;
  aspect-ratio: 1 / 1;
  border: 2px solid #D1D5DC;
  margin-right: 12px;
}
.form .checkbox span {
  font-weight: 700;
  font-size: 30px;
  font-size: clamp(0.8rem, 4vw, 1.875rem);
}
.form .submit_btn {
  font-size: 30px;
  font-size: clamp(0.8rem, 4vw, 1.875rem);
  font-weight: 700;
  color: #fff;
  background-color: #47C36F;
  width: 66%;
  padding: 3%;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  border: none;
}
.form .submit_btn:hover { opacity: .7; }
.form .submit_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}






/*----------------------------------------------
	 MOBILE
---------------------------------------------*/
@media only screen and (max-width: 575px) {
  
  /* body { padding-bottom: 24%; } */

  header { padding-top: 0; }



  #form-section { scroll-margin-top: 64px; }

  

}












/*----------------------------------------------
	FOOTER
---------------------------------------------*/
footer { width: 750px; max-width: 100%; margin: 0 auto 168px; }
.Section.-footer { display:flex; justify-content:center; align-items:center; text-align:center; background:#333; min-height:112px; }
.gecko .Section.-footer { height:112px;  }
.Section.-footer .wrap {}
.Section.-footer .wrap .list {}
.Section.-footer .wrap .list li { display:inline-block; font-size:12px; color:#ccc; margin:0 8px; }
.Section.-footer .wrap .list li a { text-decoration:underline; color:#ccc; }
.Section.-footer .wrap .logo { margin-top: 15px; margin-bottom:4px; }
.Section.-footer .wrap .logo img { width:167px; }
.Section.-footer .wrap .copy { color:#fff; font-size:14px; }


@media screen and (max-width:767px) {
.Section.-footer { display:block; min-height:0; padding:24px 0; }
.gecko .Section.-footer { height:auto;  }
.Section.-footer .wrap .list { margin-bottom:20px; line-height:2; }
.Section.-footer .wrap .list li { display:block; margin:0; }

footer { margin-bottom: 23%; }
}



/*----------------------------------------------
	TIMER
---------------------------------------------*/

.timerArea { margin:auto; position: fixed; top:0; left: 0; right: 0; margin: 0 auto; width: 100%; max-width: 750px;  z-index:9999999; background:#fff; box-shadow: 0px 4px 0px 0px rgba(0,0,0,.1); height: 90px; display:flex; align-items: center; justify-content:space-between; padding: 10px 12px; box-sizing:border-box; }
.timerArea .logo { width:200px; height:58px; }
.timerArea .logo svg { width:100%; height:100%; }

.timerArea__ttl { font-size:16px; color: #000; text-align:center; line-height:1; font-weight:bold; margin-bottom: 7px; }
.timerArea__ttl small { font-size:12px; font-weight:normal; }
.timerArea__wrap { display:flex; align-items:center; justify-content:center; }
.timerArea__wrap .cdt { color:#000; line-height:1; display:flex; align-items:center; justify-content:center; margin-right:16px; }
.timerArea__wrap .cdt .cdt_txt { font-size:14px; font-weight:bold; line-height:1.1; margin-right:8px;}
.timerArea__wrap .cdt .cdt_txt > span { display:block; }
.timerArea__wrap .cdt .cdt_date { font-size:16px; display:flex; align-items:center; justify-content:center; }
.timerArea__wrap .cdt .cdt_date .cdt_num { display:inline-block; display:flex; align-items:center; justify-content:center; background:#000; color:#fff; /*padding:4px;*/ margin:0 4px; font-size:24px; font-family:'Jost',sans-serif; font-weight:500; width:40px; height:32px; text-align:center; border-radius: 5px;  }
.timerArea__wrap .cdt .cdt_date .cdt_num.-milis { font-size:16px; width:32px; height:24px; }
.timerArea__wrap .cdt .cdt_date small { font-size:inherit; }
/* の の位置調整 */
.w375 { display:inline; }
.w320 { display:none; }
/*秒を消します。*/
/*.timerArea__wrap .cdt .cdt_date .cdt_num.-milis { display:none !important; }*/


.wrap-spacer { display: none; }

/* trial_c　ではタイマーを表示しない */
.Container.-trial_c .timer { display:none; }



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

  .sections { margin-top: 64px; }

  .hdr_btn { width: 100%; max-width: 140px; }

  header .wrap { background-color: #fff; box-shadow: none; border: none; }
  .wrap-spacer { width: 100%; display: block; }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .timerArea { height: auto; display: flex; justify-content: space-between; }
  .timerArea .wrap-spacer { display: none; }
  .timerArea .logo { width:100px; margin:0; height: auto; }
  .timerArea .logo img { width: 100%; height: 23px; }
  .wrap { border-top:1px solid #ccc; padding: 15x 0; }

  .timerArea__ttl{ font-size:12px; text-align: center; padding-left: 0; }
  .timerArea__ttl small { font-size:10px; }
  .timerArea__wrap { padding: 0; }
  .timerArea__wrap .cdt { margin-right:8px; }
  .timerArea__wrap .cdt .cdt_txt { font-size:11px; margin-right:8px; }
  .timerArea__wrap .cdt .cdt_txt > span {}
  .timerArea__wrap .cdt .cdt_date { font-size:10px; }
  .timerArea__wrap .cdt .cdt_date .cdt_num { /*padding:8px 0;*/ margin:0 2px; font-size:12px; width:24px; height:24px; }
  .timerArea__wrap .cdt .cdt_date .cdt_num.-milis { font-size:10px; width:20px; height:20px; }

/* trial_c　ではボタンの文字は１行 */
.Container.-trial_c .timerArea__wrap .regist a .txt { display:block; }
  }
  @media screen and (max-width:374px) {
    .timerArea__wrap .cdt { margin-right:4px; }
    .timerArea__wrap .cdt .cdt_txt { margin-right:4px; }
    /* の の位置調整 */
    .w375 { display:none; }
    .w320 { display:inline; }
  }

/*.timerArea { display:none; }*/