/**** reset ****/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    line-height:1;
    letter-spacing:0.03em;
    display: inline;
    font-family: "Noto Sans JP",sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav, ol, ul {
    list-style: none;
    list-style-type: none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
th, td {
    text-align:left;
    vertical-align:top;
}
input, select, textarea {
    vertical-align:middle;
}
p {
    line-height: 1.8em;
    font-size: 1.1em;
    padding: 30px 0;
}




/**** style ****/
.mgn_all_0{ margin:0px;}
.mgn_b_10{ margin-bottom:10px;}
.mgn_b_15{ margin-bottom:15px;}
.mgn_b_20{ margin-bottom:20px;}
.mgn_b_30{ margin-bottom:30px;}
.mgn_b_50{ margin-bottom:50px;}
.mgn_b_70{ margin-bottom:70px;}
.mgn_b_100{ margin-bottom:100px;}
.mgn_t_5{ margin-top:5px;}
.mgn_t_10{ margin-top:10px;}
.mgn_t_20{ margin-top:20px;}
.mgn_t_30{ margin-top:30px;}
.mgn_t_50{ margin-top:50px;}
.mgn_t_70{ margin-top:70px;}
.pdg_b_5{ padding-bottom:5px;}
.pdg_b_30{ padding-bottom:30px;}
.pdg_b_50{ padding-bottom:50px;}

strong {
font-weight:700;
color: #2bad90;
background: linear-gradient(transparent 60%, #fffd76 0%);
font-size: 1.2em;
line-height: 1.5em;
}

.txt_cent{ text-align:center;}
.txt_space{ padding:30px 0;}
h2{
    font-size:2.8em;
    text-align: center;
    padding: 60px 0;
}
h2 span{
  font-size:1.8em;
  margin: -10px;
}

.img_cent{ margin:0 auto; text-align: center;}
/*.img_cent{ margin:0 auto; text-align: center; padding-top: 110px;}*/
.sp-only {display:none;}
.pc-only {display:block;}
.pc-only2 {display:block;}

.header {}
.catchcopy{
  color: #000;
  font-size: 0.5em;
  line-height: 1.5em;
  padding:5px 0 0 10px;
}
.white-line{
  background:#fff;
  width: 100%;
  display: block;
   height: 70px;
   padding-top: 10px;
}
.white-line .header-flex{
  display: flex;
}
.white-line-left{
  float: left;
  margin-left: 20px;
  padding-top: 10px;
}
.white-line-right{
  float: right;
/*  margin-right: 20px*/
}

 /*   テスト*/
  .header__contact_line::after {
    --size: 5rem;
    content: "";
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translateX(-1rem) translateY(-50%);
    background-image: url(images/icon-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: var(--size);
    height: var(--size);
    transition: transform 0.2s;
}

 /*   テスト*/
.btn_counseling img {
    --size: 2.3rem;
    content: "";
    position: absolute;
    top: 50%;
    margin: 0 18px;
    transform: translateX(-1rem) translateY(-50%);
    background-image: url(images/icon-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: var(--size);
    height: var(--size);
    transition: transform 0.2s;
}


a.btn_counseling {
  color:  #fff;
/*  color:  #403e3e; 濃グレー*/
  padding:10px 8px;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 50px;
  width: 234px;
  margin:0px 15px 0;
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration:none;
  image:url(images/icon-line.webp);
  background-color: #38d430;
/*  background-image: -webkit-gradient(linear, left top, right top, from(#96f3f4), to(#fee140));
  background-image: -webkit-linear-gradient(left, #96f3f4 0%, #fee140 100%);
  background-image: linear-gradient(to right, #96f3f4 0%, #fee140 100%);*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}



.logo-menu-button img {
    margin-left: 0;
}

a.btn_counseling:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #000;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}


.btn_counseling span{
  color: #fffeb3;
/*  color: #d23333; 赤色*/
  font-weight: 700;
  margin: 0 0 0 50px;
}

#counseling-bnr{
  margin-top:-100px;
  padding-top:100px;
}

.bk_campaign{
  /* background: -moz-linear-gradient(top, #ffdac6, #dfffde);
  background: -webkit-linear-gradient(top, #ffdac6, #dfffde);
  background: linear-gradient(to bottom, #ffdac6, #dfffde); */
  background:white;
}
.container_1090{
    width: 1090px;
    margin:0 auto;
    /* padding: 40px 0 30px; */
}
.container_1030{
    width: 1030px;
    margin:0 auto;
}
.container_950 {
    width: 950px;
    margin:0 auto;
}
.container_810 {
    width: 810px;
    margin:0 auto;
}
.container_750{
    width: 750px;
    margin:0 auto;
}
.container_670{
    width: 670px;
    margin:0 auto;
}
.items {
  display: flex;
  justify-content: space-between;
}
.items .item {
  width: 38%;
}
.items .item-tl-campaign-pc{
  width: 20%;
}
.item {
  width: 100%;
}
.item-img {
  padding: 0;
  margin: auto;
  text-align: center;
}
.b-blask{
  font-weight: 700;
  color: #d30546;
  font-size: 1.5em;
  padding: 0;s
  margin-top: 10px;
}
.method-space{
  background: -moz-linear-gradient(top left, #92e7ff, #cbffd3);
  background: -webkit-linear-gradient(top left, #92e7ff, #cbffd3);
  background: linear-gradient(to bottom right, #92e7ff, #cbffd3);
}
.step-wrap {
    display: flex;
    padding: 15px;
}
.step-txt {
     margin: 20px 0 0 40px;
     width: 600px;
}
.step-txt p{padding: 0;}
.step-img {
  width: 280px;
}
h3.step-h3{
    font-size:1.5em;
    color: #056c89;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3em;
}
.bk_trainer{
  background-size:cover;
  background-image:url(images/bk_trainer.webp);
  padding: 50px 0;
}
.bk_white{
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}
.trainer-wrap {
  display: flex;
}
h3.trainer-h3 {
  color: #097c9d;
  font-weight: 700;
  font-size: 1.3em;
  border-left: 7px solid #097c9d;
  padding-left: 8px;
  margin: 5px 0;
}
.trainer-img {
  width: 300px;
}
.trainer-txt {
  padding-left: 50px;
}
.yellow-line{
  display: inline-block;
  font-size: 1.5em;
  background-color: #ffe26d;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.name-kanji{
  font-size: 5em;
  padding-bottom: 50px;
}
.name-kana{
  font-size: 1.8em;
  padding-left: 10px;
}
.trainer-aftertxt{
  line-height: 1.8em;
  margin-top:20px;
}
.bk_yellowgreen{
  background-color: #f4f5a0;
}
.bk_contact{
/*  background: linear-gradient(to bottom right, #92e7ff, #cbffd3);*/
  padding-bottom:0px;
}
.voice-wrap{
  display: flex;
}
.voice-icon{
  width: 15%;
}
.voice-fukidasi {
  position: relative;
  display: inline-block;
  margin:0 0 25px 3%;
  padding: 18px;
  background: #FFF;
  border: solid 4px #c7f0fe;
  box-sizing: border-box;
  border-radius: 10px;
  width: 80%;
  line-height: 1.8em;
}
.voice-fukidasi:before {
  content: "";
  position: absolute;
  top: 95px;
  left: -22px;
  margin-top: -53px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.voice-fukidasi:after {
  content: "";
  position: absolute;
  top: 95px;
  left: -30px;
  margin-top: -55px;
  border: 14px solid transparent;
  border-right: 14px solid #c7f0fe;
  z-index: 1;
}
.otoku-h2{
  font-size: 1.7em;
  font-weight: 700;
  padding:0 0 30px;
}
h2.curacion-h2{
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.5em;
}
ul.curacion-list{
  font-size: 2em;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 7%;
}
ul.curacion-list li{
  padding:0 0 30px 50px;
  background: url(images/check.webp) no-repeat;
  background-size:  auto 35px;
}
.copy {
    color: #fff;
    background-color:#3d4d52;
    text-align: center;
    padding: 30px 0;
    font-size: 0.7em;
}



/*--- ヘッダーの部分の表示のみスムーススクロール2024.01.09 ------------------------------*/
/*html:focus-within { /* ここを追加
  scroll-behavior: smooth;
}*/

html {
  scroll-behavior: smooth; /* 1行だけでスムーススクロールできる！ */
}


/*--- 料金比較 -----------------------------------------------*/
.bn_confirm{margin-bottom: 30px;}

.plan_comparison{margin-bottom: 50px;}

table th, table td{border: 1px solid #fff;}

.plan_comparison table{
  width: 100%;
  margin-top: 100px;
}

.plan_comparison table th {
    width: 25%;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    font-weight: normal;
}

.plan_comparison table td{
  vertical-align: middle;
    padding: 30px 0!important;
    text-align: center;
    position: relative;
    font-size: 19px;
    line-height: 1.5;
    padding: 6px;
     background: #f3f9fa;
}

.plan_comparison table td p{
  font-size: 16px;
  line-height: 1.5;
}

.plan_comparison table td:nth-of-type(1){background: #d7eef2;}


.head01{
  background: #41bfc7;
  padding: 35px;
}
.head02{
  background: #999;
  padding: 25px;
}

.val{
  color: #f7941f;
  margin: 0 5px 0 0;
}

.val01{font-size: 32px;}

.val02{font-size: 23px;}

.val03{font-size: 20px;}

.plan_comparison table td.bg01::before{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #d7eef2;
    z-index: -1;
}


テスト
.header__contact_line::after {
    --size: 5rem;
    content: "";
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translateX(-1rem) translateY(-50%);
    background-image: url(../img/common/icon/icon-LINE.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: var(--size);
    height: var(--size);
    transition: transform 0.2s;
}

.top-btn{
/*width: 50%;*/
margin: 0px 10px 0px;
}

.top-img{
background-image: url(images/gray-back.webp);
background-size:  cover;
height: 564px;
}

.topbox {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 972px;
}

.topbox-btn{
  position: absolute;
  top: 410px;
  left: 300px;
}

.topbox-btn img{
  width: 380px;
}

@media only screen and (max-width:900px) {
 .pc-only2 {display:none;}
}
@media only screen and (max-width:2200px) {
 .pc-only3 {display:none;}
}*/

.top_imgback {
    position: relative;
}



@media only screen and (max-width:600px) {
    p {
      font-size: 1em;
      padding: 0 10px;
    }
.topbox {
    width: 100%;
}

.topbox-btn{
  top: 440px;
  left: 0px;
}

.topbox-btn img {
  width: 100%;
  padding:0 20px;
}
    .container_670 {
        width: 100%;
    }
    .container_750 {
        width: 100%;
    }
    .container_810 {
        width: 100%;
    }
    .container_950 {
        width: 100%;
    }
    .container_1030{
         width: 100%;
    }
    .container_1090{
         width: 100%;
         padding: 25px 0 20px;
    }
    .white-line-left{
      display: block;
      margin: 0 auto;
    }
    .white-line{
      height: 70px;
    }
    .white-line-left h1{
      width: 47%;
      padding-left: 15px;
    }
    .white-line-left img{
      width: 100%;
    }
    .catchcopy{
      font-size: 0.6em;
      line-height: 1.8em;
    }
    .items{
      display: block;
    }
    .items .item {
      width: 90%;
      margin: auto;
    }
    .item-img {
      width: 100%;
      margin-bottom: 10px;
    }
    h3.step-h3{
        text-align: center;
        margin-top:20px;
    }
    .step-txt{
        margin-left: 0;
         width: 100%;
    }
    .b-blask{
      font-size: 1.3em;
    }
    h2{
      font-size:2em;
      padding: 30px 0;
      line-height: 1.3em;
    }
    .bk_trainer{
      background-color: #40abca;
      background-image:none;
      padding: 25px 15px;
    }
    .bk_white{
      padding: 20px;
    }
    .trainer-wrap{
      display: block;
    }
    .trainer-img{
      width: 70%;
      margin: 0 auto;
    }
    .trainer-txt{
      padding-left: 0;
      margin-top:15px;
    }
    .yellow-line{
      display: block;
      margin: 0 auto;
      text-align: center;
      font-size: 1.3em;
    }
    .name-kanji{
      font-size:2.5em;
    }
    .name-kana{
      font-size:1.5em;
    }
    h3.trainer-h3{
      font-size: 1.23em;
    }
    .bk_yellowgreen{
      padding: 0 10px;
    }
    .voice-icon{
      width: 23%;
    }
    .voice-fukidasi{
      width: 70%;
      margin-left:5%;
    }
    .voice-fukidasi:before{
      top: 80px;
    }
    .voice-fukidasi:after{
      top: 80px;
    }
    h2.curacion-h2{
      font-size: 1.8em;
    }
    ul.curacion-list{
      font-size: 1.5em;
    }
    ul.curacion-list li{
      background-size: auto 28px;
      padding-left: 40px;
    }
    .copy {
      margin-bottom: 65px;
    }
    .footerfix2 .formInduction ul {
      display: flex;
    }
    .footerfix2 .formInduction ul li {
      width:95%;
      height: auto;
      border: 0;
      color: #fff;
      font-weight: 700;
      text-align: center;
      margin:0 auto;
      padding: 7px 0 15px 0;
      font-size: 0.8em;
    }
    .footerfix2 .formInduction ul li.btn_line {
      background-color: #00b900;
    }
    .footerfix2 .formInduction ul li.btn_aki {
      background-color: #ee6e97;
    }
    .footerfix2 ul li a {
      display: block;
      text-decoration: none;
      color: #fff;
      margin-top: 7px;
    }
    .footerfix2 .formInduction ul.footer_btn{
      padding: 10px;
      background-color: #fff;
    }
    .footerfix2 .formInduction {
      width: 100%;
    }
    h2.line2 span{
        font-size:0.7em;
        display: block;
        line-height: 1.2;
    }
    .tl0-icon{
        margin: 0 auto;
    }
    .tl0-wrap{
      display: block;
    }
    .item p.item-txt{
        font-size:1.2em;
    }
    .foot {
        font-size: 1.5em;
    }
    .foot span {
        font-size: 0.6em;
    }
    .footer{
      margin-bottom: 65px;
    }
    .footerfix2.bkRenew {
      background: 0;
      line-height:0;
    }
    .footerfix2 {
      position: fixed;
      bottom: 0;
      background-color: #f5f4ed;
      opacity: .95;
      width: 100%;
      z-index: 2;
      height: 6;
      overflow: hidden;
    }
    .animate72 {
      animation-duration: 1.5s !important;
      -webkit-animation-duration: 1.5s;
      -ms-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s !important;
    }
  }

@media only screen and (max-width:600px) {
  .bn_confirm{margin-bottom: 15px;}

  .plan_comparison{overflow: scroll;}

  .plan_comparison table{
    min-width: 800px;
    margin-top: 30px;
  }

  .plan_comparison table th:nth-of-type(1) {
    width: 15%;
  }

  .plan_comparison table td:nth-of-type(1) {font-size: 12px;}

  .plan_comparison table td{
    vertical-align: middle;
    padding: 20px 0!important;
    font-size: 16px;
  }

  .plan_comparison table td p{font-size: 13px;}

  .head01{padding: 15px 45px;}
  .head02{padding: 10px 25px;}

  .val01{font-size: 26px;}
  .val02{font-size: 18px;}
  .val03{font-size: 16px;}

  .sp-only {display:block;}
  .pc-only {display:none;}
  .wrapper {padding: 0 10px;}
  .step-wrap {
  display: block;
  margin: 15px 10px;
  }
  .step-img {
      width: 70%;
      margin: 0 auto;
    }

.top-btn{
width: 70%;
margin: 10px 55px;
}
 }


/* フォーム用ここから -----------------------------------*/
.c-form {
    max-width: 600px;
    margin: 0 auto;
}
.c-form__item {
    /* display: flex; */
    margin-bottom: 20px;
}
@media screen and (min-width: 600px){
  .c-form__item {
      margin: 0 auto;
  }
}
.c-form__item__label, .c-form__item__input {
    text-align: left;
    margin: 10px;
}
.c-form__item__label, .c-form__item__input {
    text-align: left;
    margin: 10px;
}
.c-form__item__input{
  margin-bottom:20px;
}
.c-form__label, .c-form__input {
    padding: 10px;
    font-size:0.85em;
}
.c-form__required {
    color: #fff;
    background-color: #00B7C2;
    border-radius: 4px;
    padding: 5px 5px;
    margin: 0 0 0 18px;
    font-size: 0.8em;
}
.c-form__optional {
    color: #494B4A;
    background-color: #fff;
    border-radius: 4px;
    border:solid 1px #494B4A;
    padding: 5px 5px;
    margin: 0 0 0 18px;
    font-size: 0.8em;
}
.c-form__submit {
    text-align: center;
}
.c-form__submit button {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #00B7C2;
    border: solid 1px #00B7C2;
    border-radius: 10px;
    padding: 5px 32px;
    transition: 0.4s;
    cursor: pointer;
    /* margin-bottom: 100px; */
    width:250px;
    height:60px;
}
.c-form__input {
    width: 90%;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
@media (min-width: 640px){
  .c-form__input {
    width: 55%;
}
}
.c-form__item__input input {
    width: 90%;
    margin:10px;
    padding: 15px 15px 10px 15px;
}
.c-form__item__input select{
  width: 104%;
  margin:10px;
  font-size: 16px;
  border: solid 1px #333;
  border-radius: 4px;
  padding:10px;
}
.c-form__item__input textarea {
    width: 90%;
    margin:10px;
    height:150px;
}

.c-form-wrap{
  max-width:800px;
  background:white;
  border-radius:10px;
  padding:50px;
  margin:0 auto;
}
@media screen and (max-width: 600px){
.c-form__item {
    /* display: flex; */
    width: 100%;
}
.c-form__label, .c-form__input{
  font-size:0.8em;
}

.c-form-wrap {
    /* max-width: 800px; */
    background: white;
    border-radius: 10px;
    padding: 10px 10px 10px 0;
    margin: 10px;
}

.c-form__submit button{
  width:200px;
  height:50px;
  margin-bottom:30px;
}
}

.ymarker {
padding: 0 2px;
background: linear-gradient(transparent 60%, #ffff7d 40%);
}
.recontact_btn{
  text-align: center;
  width:250px;
  padding:20px;
  /* height:60px; */
  background:linear-gradient(to bottom right, #92e7ff, #cbffd3);
  border-radius: 10px;
  margin:0 auto;
  margin-top:50px;
  margin-bottom:50px;
}
.recontact_btn a{
    text-decoration: none !important;
      color:black;
}
/* フォーム用ここまで -----------------------------------*/


.thanks_txt{
  text-align:center;
  padding:0;
}

.input-radio{
  width:auto !important;
}
.radio-txt{
  font-size:0.9em;
}

.footerfix2 a{
  margin:0 auto;
  padding:0;
  line-height:0;
}
.footerfix2 img{
  width:100%;
  margin:0 auto;
  padding:0;
}

@media screen and (max-width: 425px){
  .thanks_txt{
    text-align:justify;
    padding:0;
    font-size:0.8em;
    margin:5px 20px 5px 20px;
  }
  .pc_only{
    display:none;
  }
}

/* グループ企業ロゴ ヘッダーバー追加　2023年10月　start */
.innerLogoContainer {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #eeeeee;
  border-bottom: solid 1px #c6c6c6;
}
.logo_container {
  display: flex;
  justify-content: normal;
  align-items: flex-end;
  margin-bottom: 3px;
  padding-top: 0;
  height: 24px;
}
.logo_container a {
  text-decoration: none;
}
.logo_item {
  padding: 5px 5px 0 15px;
}
.logo_item span {
  background: #41bfc7;
  color: white;
  padding: 2px 4px;
  margin-right: 5px;
  font-size: 0.7em;
}
.logo_item img {
  width: 80px;
  height: 20px;
  vertical-align: middle;
}
.logo_item_reset {
  padding: 0 5px 4px 15px;
}
.logo_item_head {
  width: 150px;
  padding: 0 10px 0 0;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  height: 20px;
}
.logo_item_head img {
/*  margin-top: auto; */
}
.logo_item_1 {
  width: 39px;
  height: 24px;
  padding: 2px 15px 0 0;
  position: relative;
}
.fukidashi {
  display: none;
  position: absolute;
  top: 30px;
  /*       left: 50px; */
  padding: 0 5px;
  border-radius: 5px;
  border: solid 1px #999999;
  background: #fff;
  color: #020202;
  font-size: 0.7em;
  z-index: 999;
}
.fukidashi.f1 {
  left: 50px;
}
.fukidashi.f2 {
  left: 100px;
}
.fukidashi.f3 {
  left: 150px;
}
.logo_item_1:hover + .fukidashi {
  display: block;
}
.header_fixed {
  position: fixed;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 680px) {
  .innerLogoContainer {
    display: none;
  }
  .header {
    height: 70px!important;
  }
/*  .header {
    height: 52px!important;
  }*/
}
/* グループ企業ロゴ ヘッダーバー追加　2023年10月　end */
