@charset "UTF-8";


:root {
  --blue:#01478F;
  --thblue:#006DC9;
	--liblue:#ECF3FB;
	--pink:#FF557E;
	--tpink:#FFF0F4;
  --yel:#F1F376;
}

@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  /* font-family: "Noto Sans JP";
  src: url("../font/NotoSans-Regular.ttf") format("truetype") */
}


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%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
	box-sizing: border-box;
}
:root :where(body){
	font-family: "Noto Sans JP", arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: "Noto Sans JP", arial, helvetica, sans-serif;
	color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
	font-family: "Noto Sans JP", arial, helvetica, sans-serif;
}

ol,
ul {
  list-style: none;
  padding-inline-start: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.8;
  color: inherit;
}

input,
textarea {
  max-width: 100%;
}
.is-layout-flow > * {
  margin-block-start: 0;
}
/* reset end */


/* common */
main a{
  text-decoration: none;
}
.f_robot{
  font-family: "Roboto", sans-serif;
}
.sub_img {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.gr_2cl{

  display:grid;
  grid-template-columns:1fr 1fr;
	gap:20px;
}
.fl{
  display:flex;
  justify-content: center;
}
.ico{
	position: relative;
	&:before{
		position: absolute;
		content:"";
		right:0;
		left:0;
    top:0;
		bottom:0;
    margin: auto;
		width: 100%;
		height: fit-content;
	}
  &:after{
    position: absolute;
    content:"";
    right:0;
    left:0;
    top:0;
    bottom:0;
      margin: auto;
    height: auto;
    width: 100%;
    height: fit-content;
  }
}
.ico_ul:after{
  top: auto;
  height: 13px;
  bottom:-3px;
  background: url(../images/futon/ico_uline_01.svg);
  background-size: cover;
  z-index: -10;
}

.ico_check{
	position: relative;
	& after{
		position: absolute;
		content:"";
		left:-10px;
		top:0;
		bottom:0;
		margin: auto;
		width: 100%;
		height: fit-content;
		background: url(../images/bg_ul.webp);
	}
}

.ico_fuki{
  width: fit-content;
  margin:auto;
}
.ico_fuki:before,
.ico_fuki:after{
  width: 12px;
  height: 16px;
  top:auto;
  bottom:1px;

}
.ico_fuki:before{
  left: -20px;
  right:auto;
  background: url(../images/ico_fuki_l.svg);
  background-size: cover;
}
.ico_fuki:after{
  right: -20px;
  left:auto;
  background: url(../images/ico_fuki_r.svg);
    background-size: cover;
}
.ul_yel_02:after{
  bottom:2px;
  top:auto;
  height: 5px;
  width:100%;
  background: var(--yel);
  z-index: -5;
}
.txt_unli{
	position: relative;
	& after{
		position: absolute;
		content:"";
		right:0;
		left:0;
		bottom:0;
		width: 100%;
		height: fit-content;
		background: url(../images/bg_ul.webp);
	}
}
.ul_asta{
  font-size: 10px;
  color: #000;
  font-weight: 300;
  line-height: 150%;
  & li{
    padding-left:15px;
    &:before{
      content:"※";
      top:0px;
      bottom:auto;
      right: auto;
    }
  }
}
.txt_asta{
  position: relative;
  font-size: 10px;
  padding-left:15px;
  &:before{
    content:'※';
    position: absolute;
    left:0;
    top:0;
  }
}
.f_blue{
	color:var(--blue);
}
.f_thblue{
	color:var(--thblue);
}
.f_pink{
	color:var(--pink);
}
.f_bold{
  font-weight: bold;
}
.t_center{
  text-align: center;
}
main section{
  padding:30px 0;
}
.sec_inner{
  padding:0 25px;
  max-width: 390px;
  max-width: 430px;
  margin: auto;
}

.sec_ttl {
  font-weight: 500;
  margin-bottom:30px;
  font-size: 16px;
  z-index: 50;
  & span{
    font-weight: 700;
    font-size: 28px;
  }
}
.ttl_cap{
  font-weight: 500;
  text-align: center;
}
.sec_ttl .main_txt{
  padding-top:5px;
  font-size: 28px;
  line-height: 120%;
}
.mb0{
  margin-bottom:0!important;
}
.pc_none{
  display: block;
}
.sp_none{
  display: none;
}
@media only screen and (min-width:756px) {
  .pc_none{
    display: none;
  }
  .sp_none{
    display: block;
  }
  .sec_inner{
    max-width: 1000px;
    padding:0;
  }
  .sec_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-bottom:60px;
    & span{
      font-size: 48px;
    }
  }
  .sec_ttl .main_txt{
    font-size: 48px;
  }
  .ico_ul:after {
    height: 21px;
    bottom: -5px;
  }
  main section {
    padding: 60px 0;
  }
  .ico_fuki:before, .ico_fuki:after {
    width: 22px;
    height: 28px;
    top: auto;
    bottom: 10px;
  }
  .ico_fuki:after {
    right: -40px;
  }
  .ico_fuki:before {
    left: -40px;
    bottom: 13px;
  }
  .step_wrap {
    flex-direction: row;
  }
  .ul_asta{
    font-size: 12px;
  }

}
/* common end*/

/* header */

header{
  background: var(--blue);
  min-height: 53px;
  width:100%;
}
.header_sp{
  padding:10px 10px 10px;
  display: flex;
  align-items: center;
  gap:5px;
  height: 100%;
  max-width: 390px;
  margin: auto;
  & p{
    color:var(--yel);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  & span{
    line-height: 1;
    font-size: 32px;
    font-family: 'Roboto';
  }
}
.header_pc{
  display: none;
}
@media screen and (min-width: 756px) {
  .l-container {
      overflow-x: visible;
      overflow-y: visible;
  }
  header{
    z-index: 5000;
    background: #fff;
    /*position: sticky;*/
    position: relative;
    top:0;
  }
  .header_sp{
    display: none;
  }
  .header_pc{
    height: 76px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    & nav{
      gap:20px;
      margin-right: 20px;
      align-items: center;
      & a{
        color:var(--blue);
        font-size: 13px;
      }
    }
    .header_login{
      background: var(--blue);
      padding:6px 20px;
      padding-right: 45px;
      border-radius: 50px;
      color:#fff;
      font-weight: bold;
      font-size: 13px;
      &:after{
        background: url(../images/ico_head_out.svg);
        background-size: cover;
        height: 24px;
        width: 24px;
        left: auto;
        right: 15px;
      }
    }
  }
}
/* header end */



/* mv */
#mv{
  padding:0px 0 0;

}
h1{
  font-size: 18px;
  line-height: 1.6;
  & .f_thblue{
    font-size: 22px;
    background: var(--liblue);
    padding:0px 5px 2px;
    padding-left:20px;
  }
  & .f_thblue{
    font-size: 22px;
    margin-left: 30px;
    position: relative;
  }
  & .f_thblue:after{
    left: -23px;
    right: auto;
    top: -3px;
    width:46px;
    height: 56px;
    background: url(../images/ico_conce.svg);
  }
  & .f_blue{
    font-size: 40px;
    font-weight: 900;
  }
}

.mv_img{
  position: relative;
}
.bg_wave_mv{
  position: absolute;
  top: 0px;
  transform: rotate(180deg);
}
.mv_pict img{
  width: 100%;
}
/* .mv_img{

  position: relative;
  height: 610px;
  background: url(../images/mv_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -20px;
  z-index: -50;
  max-width: 390px;
  margin: auto;
}
.mv_bg_txt{
  position: absolute;
  font-weight: 700;
  top:120px;
  left: 30px;
  font-size: 15px;
  line-height: 160%;
  &:before{
    background:url(../images/ico_mv_txt.svg);
    height: 90px;
    width: 90px;
    background-size: cover;
    right: -55px;
  }
  &:after{
    left: -20%;
    width: 120%;
    height: 375%;
    background-image: radial-gradient(circle closest-corner, rgba(255, 255, 255, 1) 3% 8%, rgba(255, 255, 255, 0) 93%);
    z-index: -5;
    position: absolute;
    border-radius: 40px;
    box-shadow: 4px 10px 52px #ffffff33;
  }
  & .mv_bg_txt_01{
    transform: rotate(-2deg);
    & span{
      font-size: 27px;
    }
  }
  & .mv_bg_txt_02{
    padding-left:15px;
    transform: rotate(-7deg);
    & span{
      background: top left / 1em .5em repeat-x radial-gradient(circle, var(--thblue) .1em, rgba(0, 0, 0, 0) .06em);
          padding-top: .2em;
    }
  }
}
.mv_desc{
  padding-top:210px;
}
.txt_anb{
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  margin-right:-20px;
}
.mv_point{
  margin-top:-20px;
  gap:15px;
  margin-bottom:0px;
  & img{
    max-width: 100px;
  }
}
#mv .ul_asta{
  font-weight: 300;
  line-height: 150%;
  & li{
    counter-increment: note-counter;
    font-size: 12px;
    line-height: 150%;
    font-weight: 300;
    padding-left: 25px;
    position: relative;
    &:before{
      position:absolute;
      top:0px;
      left:0;
      content: "※" counter(note-counter);
    }
  }
} */
@media screen and (min-width: 756px) {
  #mv{
    padding-top:0;

  }
  .mv_ttl{
    max-width: 1280px;
    position: absolute;
    top:110px;
    left: 30px;
    right: 0;
      margin: auto;
  }
  h1{
    font-size: 36px;
    & .f_thblue {
      font-size: 41px;
      margin-left: 60px;
      position: relative;
    }
    & .f_thblue:after {
      left:-57px;
      width: 87px;
      height: 105px;
      background: url(../images/ico_conce.svg);
      background-size: cover;
    }
    & .f_blue {
      font-size: 74px;
    }
  }

  /* .mv_img{
    position: relative;
    height: 790px;
    background: url(../images/mv_pc_03.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 0px;
    z-index: -50;
    max-width: 100%;
    margin: auto;
  }
  .mv_desc {
    padding-top: 275px;
    position: relative;
  }
  .mv_point {
    padding-left:55px;
    gap:25px;
    justify-content: flex-start;
    & img {
        max-width: 150px;
    }
  }
  .txt_anb {
    position: absolute;
    top: 350px;
    right: 0px;
  }
  #mv .ul_asta {
    margin-right: 0;
    margin-left: auto;
    width: fit-content;
  }
  .mv_bg_txt {
    top: 100px;
    left: auto;
    right: 78px;
    font-size: 18px;
    &:before {
      background: url(../images/ico_mv_txt.svg);
      height: 147px;
      width: 128px;
      background-size: cover;
      right: 42px;
      transform: rotate(184deg);
    }
    &:after{
      content:none;
    }
    & .mv_bg_txt_01 {
      transform: rotate(-4deg);
      margin-bottom:10px;
      & span {
          font-size: 31px;
      }
    }
    & .mv_bg_txt_02 {
      padding-left: 2px;
      transform: rotate(2deg);
    }
  } */
}
/* mv end */

/* ctaボタン */


.btn_cta_pink{
  padding:50px 0 30px;
}
.cta_btn_box{
  max-width: 470px;
  width: 100%;
  position: relative;
  margin:auto;
  .cta_head_cir{
    position: absolute;
    background: var(--yel);
    width: 56px;
    height: 56px;
    border-radius: 100px;
    color:var(--blue);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    top:-5px;
    left: 0px;
    z-index: 20;
  }
  .cta_head_txt{
    width:fit-content;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    color:var(--pink);
    span{
      font-size: 22px;
    }
    &:after{
      left:auto;
      right:-20px;
      width:16px;
      height: 22px;
      background:url(../images/futon/ico_cta_pink_txt.svg);
      background-size: cover;
    }
    &:before{
      right:auto;
      left:-20px;
      width:16px;
      height: 22px;
      background:url(../images/futon/ico_cta_pink_txt_l.svg);
      background-size: cover;
    }

  }
  a{
    padding: 15px 0 15px;
    font-size: 29px;
    display: block;
    background: var(--pink);
    width:100%;
    border-radius: 50px;
    color:#fff;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    overflow: hidden;
    & .ctn_15{
      letter-spacing: -0.1em;
      padding-right:5px;
      font-size: 41px;
      font-family: Roboto;
      font-weight: 500;
    }
    & .cta_off{
      font-size: 29px;
      font-family: Roboto;
      font-weight: 500;
      padding-right:5px;

    }
    .cta_otameshi{
      position: relative;
      bottom:2px;
    }
    &:after{
      right:20px;
      left: auto;
      width: 0;
      height: 0;
      border-left: 8px solid #fff;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
    }
    &:before{
      content: '';
      width: 30px;
      height: 100%;
      background-color: #fff;
      animation: shine 3s ease-in-out infinite;
      position: absolute;
      top: -180px;
      right: auto;
      left: 0;
      opacity: 0;
      transform: rotate(45deg);
    }
  }
}
@keyframes shine{
  0%{
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80%{
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81%{
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100%{
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

#cta_01{
  padding:30px 0 0;
}
#cta_02{
  padding:30px 0 20px;
}
@media screen and (min-width: 756px) {
  .btn_cta_pink{
    padding:30px 0 30px;
  }

  .cta_btn_box{
    .cta_head_cir{
      width: 75px;
      height: 75px;
      font-size: 20px;
      top:-20px;
      left: 10px;
      z-index: 20;
    }
    .cta_head_txt{
      width:fit-content;
      font-size: 24px;
      margin-bottom: 10px;
      span{
        font-size:28px;
      }
    }
    a{
      padding: 24px 0 19px;
      font-size: 29px;
      & .ctn_15{
        font-size: 52px;
      }
      & .cta_off{
        font-size: 36px;
      }
      &:after{
        right:35px;
        left: auto;
      }
    }
  }
  #cta_01{
    padding:50px 0 30px;
  }
  #cta_02{
    padding:50px 0 30px;
  }
}
/**/

/* about */
#about{
  padding-top:40px;

}
#about .sec_ttl{
  margin-bottom:20px;

}
#about .sec_ttl span{
  font-size: 28px;
}
#about .about_main{
  flex-direction: column;
  gap:0px;
  margin-bottom:40px;
  img{
    display: none;
  }
}
#about .about_txt{
  max-width: 390px;
  width:100%;
  h3{
    text-align: center;
    font-size: 20px;
    margin-bottom:10px;
    line-height: 180%;
  }
  p {
    margin-bottom:8px;
  }
}
#about .about_merit{
  position: relative;
  padding-top:100px;
  padding-bottom:90px;
  background:url(../images/futon/bg_water.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  .fl {
    flex-direction: row;
    flex-wrap: wrap;
    gap:0 12px;
    justify-content:center;
    margin-bottom:20px;
    > div{
      width: 100px;
      height: 100px;
      background: var(--liblue);
      border-radius: 100px;
      font-size: 16px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      line-height: 120%;
    }
    .f_small{
      font-size: 11px;
    }
    .abo_meri_01{
      img{
        width:31px;
      }
    }
    .abo_meri_02{
      img{
        width:31px;
      }
    }
    .abo_meri_03{
      img{
        width:31px;
      }
    }
    .abo_meri_04{
      font-size: 12px;
      img{
        width:43px;
        padding-bottom:5px;
      }
    }
    .abo_meri_05{
      font-size: 12px;
      img{
        width:26px;
        padding-bottom:8px;
      }
      span{
        font-size: 10px;
      }
    }
  }
  .txt_asta{

  }
  .about_women{
    position: absolute;
    bottom:-30px;
    right:0;
    left: 0;
    margin: auto;
  }
}


@media screen and (min-width: 756px) {
  #about{
    padding-top:40px;
    padding-bottom: 30px;
  }
  #about .fl{
    flex-direction: row-reverse;
    gap:40px;
    margin-bottom:30px;
    .about_txt{
      text-align: left;
      max-width: 390px;
      width: 100%;
      h3{
        text-align: left;
        font-size: 24px;
      }
    }
    img{
      display: block;
    }
  }
  #about .sec_ttl {
    margin-bottom: 50px;
    span{
      font-size: 48px;
    }
  }
  .about_merit{
    max-width: 1000px;
    padding: 0;
    margin: auto;
  }
  #about .about_merit {
    padding-top: 135px;
    & .fl {
      max-width: 770px;
      justify-content: space-between;
      margin: auto;
      > div {
        width: 135px;
        height: 135px;
        font-size: 21px;
      }

      .f_small {
        font-size: 15px;
      }
      .abo_meri_01{
        img{
          width:41px;
        }
      }
      .abo_meri_02{
        img{
          width:41px;
        }
      }
      .abo_meri_03{
        img{
          width:41px;
        }
      }
      .abo_meri_04{
        font-size: 16px;
        img{
          width:60px;
          padding-bottom:5px;
        }
      }
      .abo_meri_05{
        font-size: 16px;
        img{
          width:42px;
          padding-bottom:8px;
        }
        span{
          font-size: 10px;
          vertical-align: super;
        }
      }

    }
    .txt_asta {
      max-width: 770px;
      text-align: right;
      width: 100%;
      max-width: 770px;
      justify-content: space-between;
      margin: auto;
      &:before {
          left: auto;
          right: 208px;
      }
    }
  }
  .about_women {
    width: 215px;
  }

}
/* about end */

/* three_step */
#three_step{
  background: var(--liblue);
  padding-bottom:50px;
  h2{
    line-height: 140%;
    letter-spacing: 0.04em;
    span{
      font-size: 24px;
    }
    .adj01 {
      font-size: 32px;
    }
  }

}
.step_wrap{
  flex-direction: column;
  gap:50px;
  padding-bottom:40px;
}
.step_box{
  position: relative;
  gap:10px;
  & img{
    height: 130px;
    max-width: 130px;
  }
  & h3{
    font-size: 18px;
    margin-bottom:5px;
  }
  & p{
    font-size: 14px;
    line-height: 180%;
  }
  &:after{
    position: absolute;
    top:auto;
    bottom:-30px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top:17px solid #BBDFFF;
    border-radius: 3px;
  }
}
.step_box:last-of-type:after{
  content:none;
}

.step_after{
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding:15px;
  padding-top:25px;
  h3{
    top: -16px;
    position: absolute;
    background: var(--thblue);
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 0px 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    &:before {
        width: 0;
        height: 0;
        border-right: 17px solid var(--thblue);
        border-top: 15px solid transparent;
        border-bottom: 14px solid transparent;
        left: -17px;
        right: auto;
    }
    &:after {
        width: 0;
        height: 0;
        border-left: 17px solid var(--thblue);
        border-top: 15px solid transparent;
        border-bottom: 14px solid transparent;
        right: -17px;
        left: auto;
    }
  }
  p{
    margin-bottom:20px;
    span{
      text-decoration: underline;
      color:var(--pink);
    }
  }
}
@media only screen and (min-width:756px) {
  #three_step {
    & .adj01 {
        font-size: 60px;
    }
  }
  .step_wrap {
    flex-direction: row;
    gap: 85px;
    padding-bottom: 50px;
  }
  .step_box {
    max-width: 225px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    & img {
        height: 170px;
        max-width: 170px;
        margin-bottom:10px;
    }
    & h3{
      text-align: center;
      margin-bottom:10px;
    }
    & p {
        font-size: 16px;
    }
    &:after {
      top: 30px;
      bottom: 0;
      left: auto;
      right: -55px;
      transform: rotate(-90deg);
    }
  }
  .step_after{
    max-width: 750px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 40px;
    img{
      max-width: 285px;
    }
  }
}
/* three_step end */


/* plan */
.plan{
  position: relative;
  background: #fff;
  padding:20px 0 30px;
}
.bg_wave{
  position: absolute;
  top:-20px;
}
.txt_intro{
  font-size: 14px;
  margin-bottom:20px;
  span{
    font-weight: bold;
  }
}
.tbl_intro{
  margin-bottom:10px;
  .f_pink{
    color:var(--pink);
    font-size: 20px;
  }
}
.price_tbl_wrap{
  position: relative;
  margin-bottom:20px;
}
.tbl_cap{
  position: absolute;
  width:75px;
  height: 75px;
  background: var(--yel);
  border-radius: 100px;
  right:0;
  top:-15px;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.1;
  p{
    font-size: 30px;
    letter-spacing: 0.01em;
  }
  &:after {
    right: auto;
    left: 15px;
    bottom: -65px;
    width: 0;
    height: 0;
    border-left: 7px solid var(--yel);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(8deg);
  }
}
.plan_tbl{
  margin-bottom:10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width:100%;
  .first_tr{
    background: var(--blue);
    color:#fff;
  }
  .tr_libl{
    background: var(--liblue);
  }
  th{
    padding:5px;
    border-right:solid 1px #adb8be;
  }
  td{
    padding:5px 20px;
    div{
      display: flex;
      justify-content: space-between;
    }
  }
  .line-h{
    /* text-decoration: line-through;
    text-decoration-color: var(--pink); */
    color:#919191;
    &:before{
      border-bottom:solid 2px var(--pink);
      width:120%;
      left:-10%;
    }
    &:after {
        right: -19px;
        left: auto;
        width: 0;
        height: 0;
        border-left: 5px solid #919191;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
  }
  .main_price{
    color:  var(--pink);
    font-size:24px;
    span{
      font-size: 14px;
    }
  }
}
.sim_link{
  border:solid 5px var(--liblue);
  padding:20px;
  border-radius: 10px;
  box-shadow: 0 4px 4px #00000022;
  gap:15px;
  justify-content: space-between;
  align-items: center;
  h3{
    font-size:20px;
  }
  .fl{
    flex-direction: column;
  }
  p{
    font-size: 14px;
    margin-bottom:10px;
  }
  a{
    max-width:145px;
    width:100%;
    background: var(--blue);
    color:#fff;
    font-size: 14px;
    text-align: center;
    padding:4px 0 6px;
    border-radius: 30px;
    display: block;
    margin-right:0;
    margin-left: auto;
    &:after{
      width: 4px;
      height: 4px;
      border: 1px solid;
      border-color: #fff #fff transparent transparent;
      transform: rotate(45deg);
      right:20px;
      left: auto;
    }
  }
}
@media only screen and (min-width:756px) {
  .plan {
    padding: 40px 0 40px;
    .ttl_cap{
      font-size: 24px;
    }
    .sec_ttl{
      margin-bottom:20px;
    }
    .txt_intro{
      font-size: 18px;
      margin-bottom:70px;
    }
  }
  .price_tbl_wrap{
    max-width: 750px;
    margin: auto;
    .tbl_intro {
      font-size: 20px;
      text-align:center;
      .f_pink {
        font-size: 25px;
      }
    }
    .tbl_cap {
      width: 105px;
      height: 105px;
      right: 15px;
      top: -40px;
      font-size: 16px;
      p {
        font-size: 41px;
      }
      &:after {
        right: auto;
        left: 23px;
        bottom: -94px;
      }
    }
  }
  .plan_tbl {
    th {
      font-size: 18px;
      padding:8px 8px 7px;
    }
    td {
      font-size: 18px;
      padding:8px 8px 7px;
      font-family: Roboto;
      >div{
        max-width: 225px;
        margin: auto;
      }
    }
    .first_tr{
      th{
        padding:8px 8px 7px;
      }
    }
    .main_price {
      font-size: 30px;
    }
    & .line-h {
      &:before{
        top:-8px;
      }
      &:after {
        right: -27px;
        left: auto;
        width: 0;
        height: 0;
        border-left: 8px solid #919191;
        border-top: 7px solid transparent;
        border-bottom: 5px solid transparent;
      }
    }

  }

  .price_tbl_wrap .ul_asta{
    margin-bottom:20px;
  }
  .sim_link {
    max-width: 750px;
    margin: auto;
    justify-content: flex-end;
    padding-right: 30px;
    gap:40px;
    img{
      width:100%;
      max-width: 97px;
    }
    .fl{
      width:100%;
      flex-direction: row;
      max-width: 485px;
      gap:30px;
      align-items: center;
      & > div{
        max-width: 270px;
        h3 {
            font-size: 28px;
            margin-bottom:15px;
        }
        p {
          font-size: 20px;
          margin-bottom: 0px;
        }
      }
      a{
        padding:9px 0;
        font-size: 18px;
        height: fit-content;
        max-width: 185px;
        width:100%;
      }
    }


  }
}
/* plan end */



/* confirm */
.confirm{
  background: var(--blue);
  & h2{
    color:var(--yel);
    font-size: 24px;
    margin-bottom:30px;
  }
}
.confi_wrap{
  background: #fff;
  padding:20px;
  border-radius: 10px;
  margin-bottom:25px;
  & h3{
    cursor: pointer;
    font-size: 18px;
    padding-left:0px;
    &:before{
      right:auto;
      left:10px;
    }
    &:after{
      position:absolute;
      right:10px;
      left: auto;
      width: 0;
      height: 0;
      border-left: 8px solid black;
      border-top: 7px solid transparent;
      border-bottom:7px solid transparent;
      transform:rotate(90deg);
    }
    &.on:after{
      transform:rotate(-90deg);
    }
  }
  .confi_accord{
    padding-top:20px;
    font-size: 14px;
    display: none;
  }
  .confi_intro{
    margin-bottom:30px;
    line-height: 150%;
  }
  & .f_thblue{
    font-size: 18px;
  }
  & .f_small{
    font-size: 12px;
  }
}

.conf_price{

  .conf_tbl{
    width:100%;
    margin-bottom:20px;
  }
  .tr_blue{
    background: var(--blue);
    color:#fff;
    th{
      font-size:14px;
    }
  }
  th{
    vertical-align: middle;
    padding:5px;
    font-size: 12px;
    border:solid 1px #DEDEDE;
  }
  td{
    vertical-align: middle;
    padding:5px 2px;
    border:solid 1px #DEDEDE;
    .fl{
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
      gap:20px;
    }
    .line-h{
      /* text-decoration: line-through; */
      /* text-decoration-color: var(--pink); */
      color:#919191;
      &:before{
        border-bottom:solid 2px var(--pink);
        width:120%;
        left:-10%;
      }
      &:after {
        bottom:-45px;
        width: 0;
        height: 0;
        border-top: 7px solid #919191;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
      }
    }
    .main_price{
      color:  var(--pink);
      font-size:24px;
      span{
        font-size: 14px;
      }
    }
  }
}

.conf_flow{
  dl{
    margin-bottom:20px;
    dt{
      background: var(--liblue);
      padding:4px 5px 2px;
      color:var(--blue);
      font-size: 14px;
      font-weight: bold;
      line-height: 140%;
      margin-bottom:15px;
    }
    dd{
        display: flex;
        flex-direction: column;
        gap:15px;

      img{
        display: block;
      }
      p{
        font-size: 12px;
        line-height: 150%;
      }
    }
  }
}
.conf_no{
  .confi_intro{
    font-size: 14px;
    margin-bottom:20px;
    line-height: 180%;
  }
  dl{
    margin-bottom:15px;
    dt{
      font-size: 16px;
    }
    li{
      font-size: 14px;
      line-height: 150%;
    }
  }
}

.conf_comp{
  .confi_intro{
    margin-bottom:20px;
  }
  ol li{
    line-height: 150%;
    margin-bottom:15px;
  }
  .video_iframe{
    aspect-ratio:3/2;
    margin-botom:20px;
    iframe{
      width:100%;
      height: 100%;
    }
  }
}

@media only screen and (min-width:756px) {
  .confirm{
    & h2{
      font-size: 34px;
    }
  }
  .confi_wrap {
    max-width: 750px;
    margin: auto;
    margin-bottom:30px;
    padding: 17px 20px;
    & h3 {
      font-size: 24px;
      padding-left:0px;
      &:before {
        left: 0px;
      }
    }
    & dt{
      line-height: 130%;
      margin-bottom:10px;
    }
    & .f_thblue {
        font-size: 16px;
    }
    .confi_accord {
      padding-top:30px;
    }
  }
  .conf_opt .confi_accord > .fl{
    flex-direction: row;
  }

  .conf_price{
    .first_tr{
      th{
        padding:8px 8px 7px;
      }
    }

    td {
      font-size: 18px;
      .fl {
        flex-direction: row;
        justify-content: space-between;
        max-width: 205px;
        margin: auto;
      }
      .main_price {
        font-size: 30px;
      }
      & .line-h {
        &:after {
          bottom: 0px;
          left: 90px;
          width: 0;
          height: 0;
          border-top: 10px solid #919191;
          border-right: 6px solid transparent;
          border-left: 6px solid transparent;
          transform: rotate(-90deg);
        }
      }
    }
  }
  .conf_flow{
    dl {
      dt {
        font-size: 18px;
        padding:5px 10px;
      }
      dd.fl{
        gap:10px;
        flex-direction: row;
        img {
          max-width: 295px;
        }
        p {
          font-size: 14px;
        }
      }
    }
  }

  .conf_ok {
    & .gr_2cl {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 15px 5px;
      & li {
        font-size: 16px;
      }
    }
  }
  .conf_no {
    & dl {
      & img {
        display: block;
        margin: 20px 0;
      }
    }
  }
  .conf_comp{
    .video_iframe{
      aspect-ratio:auto;
      margin-botom:20px;
      iframe{
        max-width:500px;
        height: 280px;
        margin: auto;
        display: block;
      }
    }
  }

}
/* #confirm */


/* admin */
#admin{
  padding:10px 0 0px;
  .sec_inner{
    padding:0 10px;
  }
}
.admin_wrap{
  z-index: 30;
  padding:30px 15px 40px;
  position: relative;
  background: #444058;
  border-radius: 10px;
  color:#fff;
  h2{
    font-size: 22px;
    margin-bottom:20px;
    line-height: 150%;
  }
  .f_yel{
    color:var(--yel);
    font-weight: bold;
  }
  .fl{
    flex-direction: column-reverse;
  }
  img{
    width:220px;
    display: block;
    margin: auto;
    margin-bottom:20px;
  }
  p{
    margin-bottom:20px;
  }
  &:after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 45px solid #444058;
    border-top: 11px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(137deg);
  }
}

.admin_mem{
  position: relative;
  z-index: 50;
  margin-top:-40px;
  align-items: center;
  img{
    display: block;
    width:135px;
  }
  & >div{
    padding-top:30px;
  }
  .ad_post{
    font-size: 10px;
    line-height: 120%;
  }
  .ad_name{

  }
}
@media only screen and (min-width:756px) {
  #admin{
    padding-top:30px;
  }
  .admin_wrap{
    max-width: 835px;
    margin: auto;
    padding:30px 30px;
    h2 {
      font-size: 34px;
      margin-bottom: 40px;
    }
    .fl{
      flex-direction: row-reverse;
      gap:40px;
    }
    p {
      font-size: 18px;
    }
    img{
      max-width: 300px;
      width:100%;
    }
    &:after {
        right: 0;
        left: 0;
        top: auto;
        bottom: -28px;
        width: 0;
        height: 0;
        border-left: 67px solid #444058;
        border-top: 23px solid transparent;
        border-bottom: 20px solid transparent;
        transform: rotate(137deg);
    }
  }

  .admin_mem {
    & h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    & p {
        font-size: 24px;
        font-weight: 500;
        margin-right: 5px;
    }
  }
  .admin_mem {
    padding-right: 20px;
    img{
      max-width: 235px;
      width:100%;
    }
    .ad_post {
      font-size: 16px;
      margin-bottom:5px;
    }
  }
}
/* admin end */



/* worries */
#worries{
  height: 750px;
  background: url(../images/futon/bg_worries.png);
  background-size: cover;
  position: relative;
}
#worries h2{
  color: #fff;
  font-size: 24px;
  margin-bottom:10px;
  & span{
    font-size: 32px;
    line-height: 180%;
  }
  &.ico_fuki:before{
      height: 80px;
      width:34px;
    left: -40px;
    right:auto;
    bottom: 6px;
    background: url(../images/ico_fuki_l_wor.svg);
    background-size: cover;
  }
  &.ico_fuki:after{
    height: 80px;
    width:34px;
    right: -35px;
    left:auto;
    bottom: 6px;
    background: url(../images/ico_fuki_r_wor.svg);
    background-size: cover;
  }
}

.wor_wrap{
  position: relative;
  max-width: 390px;
  margin: auto;
}
.wor_wrap > div{
  position: absolute;
  border-radius: 500px;
  font-weight: 700;
  text-align: center;

  & > p{
    font-size: 18px;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.wo_whi{
  background: #fff;
}
.wo_trans{
  color:#fff;
  border:solid 3px #fff;
}
.wo_01{
  width: 145px;
  height: 145px;
  top:30px;
  left: 15px;
}
.wo_02{
  width: 170px;
  height: 170px;
  top:0px;
  right: 5px;

}
.wo_03{
  width: 160px;
  height: 160px;
  top:150px;
  left: -15px;
}
.wo_04{
  width: 160px;
  height: 160px;
  top:155px;
  right: -15px;
}
.wo_05{
  width: 145px;
  height: 145px;
  top:290px;
  left: 20px;
}
.wo_06{
  width: 160px;
  height: 160px;
  top:290px;
  right: 5px;
}
.img_wor{
  bottom: 20px;
  right: 35px;
  left: 0;
  position: absolute;
  margin: auto;
  width: auto;
  max-width: 305px;
}
@media only screen and (min-width:1000px) {
  #worries{
    padding-top:80px;
    height: 605px;
    background: url(../images/futon/bg_worries.png);
    background-size: cover;
  }
  #worries h2 {
    font-size: 45px;
    margin-bottom: 50px;
    display: flex;
    align-items: baseline;
    & span {
      font-weight: 500;
      font-size: 45px;
    }
    &.ico_fuki:before {
        height: 110px;
        width: 47px;
        left: -60px;
        right: auto;
        bottom: -25px;
    }
    &.ico_fuki:after {
        height: 110px;
        width: 47px;
        right: -60px;
        left: auto;
        bottom: -25px;
    }
  }
  .wor_wrap{
    position: relative;
    max-width: 1000px;
    margin: auto;
  }
  .wor_wrap > div {
    & > p {
        line-height: 160%;
        font-size: 19px;
    }
  }
  .wo_01 {
    width: 165px;
    height: 165px;
    top: 30px;
    left: 80px;
  }
  .wo_02 {
    width: 195px;
    height: 195px;
    top: -25px;
    right: auto;
    left: 220px;
  }
  .wo_03 {
    width: 180px;
    height: 180px;
    top: 165px;
    left: 80px;
  }
  .wo_04 {
    width: 180px;
    height: 180px;
    top: 15px;
    right: auto;
    left: 405px;
  }
  .wo_05 {
    width: 165px;
    height: 165px;
    top: 215px;
    left: 248px;
  }
  .wo_06 {
    width: 165px;
    height: 165px;
    top: 165px;
    left: 400px;
  }
  .img_wor {
    left: 600px;
    margin: auto;
    width: 405px;
    max-width: 405px;
    bottom: 60px;
  }
}
/* worriws end */


/* merit */
#merit{
  margin-top:-1px;
  padding:0 0 50px;
  background: var(--liblue);

}
.fit_head{
  padding: 20px 0 0;
  /* background: url(../images/bg_fit_head.svg); */
  background: #01478F;
  background: linear-gradient(180deg,rgba(1, 71, 143, 1) 0%, rgba(38, 177, 246, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0% 70%);

  background-size: contain;
  min-height: 215px;
  background-repeat: no-repeat;
  background-position: center;
  & >div{
    max-width: 320px;
    width: 100%;
    margin: auto;

    &:after{
      bottom:-90px;
      top:auto;
      background:url(../images/logo_fit.svg);
      height: 80px;
      width: 80px;
    }
  }
  & p{
    background: #fff;
    max-width: 290px;
    width:100%;
    margin: auto;
    padding:0px;
    text-align: center;
    font-size: 18px;
    margin-bottom:10px;
  }
  & h2{
    text-align: center;
    color:#fff;
    font-size: 32px;
  }
}

.merit_main{
  padding-top:30px;
  .ttl_cap{
    font-weight: 500;
  }
  .sec_ttl span {
    font-size: 27px;
  }
}

.merit_wrap{
  padding-top:10px;
  position: relative;
}

.merit_box{
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding:25px 15px 20px;
  margin-bottom:40px;
  z-index: 20;
  & h2{
    line-height: 150%;
    font-size: 26px;
    z-index: 50;
    margin-bottom:10px;
  }
  .merit_desc{
    flex-direction: column;
    gap:10px;
  }
  .merit_txt{

  }
  .merit_img{
     img{
      display: block;
      width:100%;
      margin: auto;
    }
  }
  .merit_img_adj_03 img{
    max-width:240px;
    margin: auto;
    margin-bottom:5px;
  }

}
.merit_box.adj_mb{
  margin-bottom:40px;
}

.merit_num{
  position: absolute;
  top:-16px;
  left: 0;
  right: 0;
  width: 85px;
  height: fit-content;
  border-radius: 20px;
  margin:auto;
  background: var(--yel);
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.merit_tel_box{
  text-align: center;
  margin-top:20px;
  margin-bottom:0px;
  border:solid 1px #C7CED6;
  border-radius: 10px;
  padding:10px 15px;
  & h4{
    margin-bottom:10px;
    font-size: 18px;
  }
  & a{
    color: #000;
    font-size: 24px;
    display: block;
    margin: auto;
    width: fit-content;
    position: relative;
    padding-left:35px;
    &:before{
    }
  }
  a.link_tel{
    margin-bottom:10px;
    &:before{
      right:auto;
      left: 0px;
      width: 26px;
      height: 26px;
      background: url(../images/ico_tel.svg);
    }
  }
  a.link_tel_sp{
    margin-bottom:10px;
    &:before{
      right:auto;
      left: 8px;
      width:15px;
      height:24px;
      background: url(../images/ico_tel_sp.svg);
      background-size: contain;
    }
  }
}
.time_day{
  font-size: 14px;
  line-height: 100%;
  margin-bottom:5px;
  & .robot{
    font-weight: 500;
  }
}
.time_holi{
  font-size: 12px;
  line-height: 165%;
}
.btn_normal{
  cursor: pointer;
  border-radius: 30px;
  padding:5px;
  font-size: 14px;
  text-align: center;
  border:solid 1px #000;
  font-weight: 500;
  &:after{
    position:absolute;
    right:10px;
    left: auto;
    width: 0;
    height: 0;
    border-left: 6px solid black;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  &:first-of-type{

    margin-bottom:20px;

  }
}
.follow img{

}
.follow .fl{
  align-items: center;
}
.follow_rea{
  background: var(--blue);
  color: #fff;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin-right:3px;
  font-size: 18px;
  padding:5px;
  border-radius: 20px;
  max-width: 270px;
  margin: auto;
  margin-bottom:25px;
  position: relative;
  &:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--blue);
    top: auto;
    bottom: -10px;
  }
}
.follow_bef{
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin-right:3px;

}
.fllow_num{

  text-shadow:2px 2px 0 var(--blue), -2px -2px 0 var(--blue),
              -2px 2px 0 var(--blue), 2px -2px 0 var(--blue),
              0px 2px 0 var(--blue),  0 -2px 0 var(--blue),
              -2px 0 0 var(--blue), 2px 0 0 var(--blue);
  color:var(--yel);
  font-size: 39px;
  font-weight: 700;
  letter-spacing: -0.01em;
  & span{
    font-size: 69px;
  }
}
.follow .cap{
  font-size: 12px;
  text-align: right;
  margin-bottom:10px;
}
.follow_img_top{
  margin-bottom:20px;
}
.follow_img_bottom{

}
@media only screen and (min-width:756px) {
  #merit{
    padding-bottom:40px;
  }
  .fit_head {
    padding-top:70px;
    background: #01478F;
    background-image: linear-gradient(180deg, rgba(39, 86, 131, 1), rgba(38, 177, 246, 1));
    & >div {
      max-width: 100%;
      width: fit-content;
      display: flex;
      justify-content: center;
      gap:20px;
      &:before {
        content:none;
      }
      &:after {
        content:none;
      }
    }
    & p {
      font-size: 26px;
      min-width: 325px;
      padding: 6px 0;
    }
    & h2 {
      font-size: 48px;
    }
  }
  .merit_main {
    .ttl_cap {
      font-size: 24px;
    }
    .sec_ttl{
      margin-bottom:30px;
    }
    .sec_ttl span{
      font-size: 48px;
    }
  }
  .merit_wrap {
    padding-top: 0px;
    & > p {
      font-size: 24px;
      top: 25px;
      bottom: auto;
      left: -180px;
      right: 0;
      line-height: 180%;
    }
    & > .ico_fuki:before {
        height: 65px;
        width: 37px;
        top: 5px;
        left: -41px;
    }
  }

  .merit_num{
    position: relative;
    max-width: -webkit-fill-available;
    width: fit-content;
    padding:5px 10px;;
    height: auto;
    font-size: 24px;
    top:0;
    text-align: left;
    margin: 0;
    margin-bottom:0px;
  }
  .merit_box {
    padding:60px 40px;

    > .fl{
      display: flex;
      flex-direction: row-reverse;
      gap:30px;
    }
    .merit_txt_wrap{
      max-width: 435px;
    }
    & h2 {
      font-size: 32px;
      text-align:left;
    }
    .merit_txt{
      font-size: 18px;
    }
    .merit_intro{
      text-align: center;
      font-size: 20px;
      max-width: 770px;
      margin: auto;
      margin-bottom:40px;
    }
    .merit_img{
      max-width: 460px;
      img{
        width:100%;
      }
    }
    .merit_img_adj_03{
      width:455px;
      img {
        max-width: 370px;
        margin-bottom:20px;
      }
    }
  }
  .merit_tel_box {
    margin-top:30px;
    margin-bottom:0px;
      & h4 {
          margin-bottom: 20px;
          font-size: 26px;
      }
  }
  .tel_link{
    display: flex;
    gap:25px;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
    & a{
      font-size: 32px;
      margin: 0;
    }
  }
  a.link_tel {
    &:before {
        width: 31px;
        height: 31px;
        background: url(../images/ico_tel.svg);
        background-size: cover;
    }
  }
  a.link_tel_sp {
    &:before {
        top: 4px;
        right: auto;
        left: 8px;
        width: 19px;
        height: 29px;
        background: url(../images/ico_tel_sp.svg);
        background-size: cover;
    }
  }
  .tel_txt{
    display: flex;
    gap:20px;
    justify-content: center;
    align-items: baseline;
    & .time_day{
      font-weight: 500;
    }
  }
  .tel_btn{
    display: flex;
    justify-content: center;
    gap:30px;
    & .btn_normal {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
      color: #6C6C6C;
      max-width: 450px;
      width: 100%;
      padding:10px;
      &:first-of-type {
        margin-bottom: 0px;
      }
      &:after {
          position: absolute;
          right: 17px;
          left: auto;
          width: 0;
          height: 0;
          border-left: 6px solid #6C6C6C;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
      }
    }
  }
  .merit_box.adj_pd{
    padding-bottom:30px;
  }
  .follow_rea {
    font-size: 31px;
    border-radius: 30px;
    max-width: 460px;
  }
  .follow_bef {
    font-size: 27px;
    margin-bottom:0px;
  }
  .follow_txt_wrap{
    width: fit-content;
    margin: auto;
  }
  .fllow_num{
    font-size: 70px;
    text-shadow: 3px 3px 0 var(--blue), -3px -3px 0 var(--blue), -3px 1px 0 var(--blue), 3px -3px 0 var(--blue), 0px 3px 0 var(--blue), 0 -3px 0 var(--blue), -3px 0 0 var(--blue), 3px 0 0 var(--blue);
    & span{
      font-size: 120px;
    }
  }
  .follow .cap{
    margin-top:10px;
    margin-bottom:30px;
    font-size: 15px;
  }
}
/* merit end */


/* media */
#media{
  position: relative;
  background: #F7F7F7;
  padding:50px 0 30px;
  overflow: hidden;
  & .media_ttl{
    font-weight: 700;
    font-size: 28px;
    margin-bottom:17px;
    & p{
      position: relative;
      border-bottom:dashed 2px var(--blue);
      padding-bottom: 20px;
      width:fit-content;
      margin: auto;
    }
    .logo_p{
      padding-left:165px;
      margin-bottom:20px;
    }
    & .logo_p > img{
      position: absolute;
      top:-17px;
      left:0;

    }
  }
}
#media .fl{
  flex-direction: column;
  gap:30px;
}
.media_box{
  background: #fff;
  border-radius: 10px;
  border:solid 3px var(--thblue);
  padding:30px 20px 20px;
  position: relative;
  box-shadow:0 6px 20px #d0d0d099;
  margin: 0 10px;
  & h3{
    top:-20px;
    position: absolute;
    background: var(--thblue);
    font-size: 18px;
    text-align: center;
    color:#fff;
    padding:5px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    &:before{
      width: 0;
      height: 0;
      border-right: 17px solid var(--thblue);
      border-top: 17px solid transparent;
      border-bottom: 16px solid transparent;
      left: -17px;
      right: auto;
    }
    &:after{
      width: 0;
      height: 0;
      border-left: 17px solid var(--thblue);
      border-top: 17px solid transparent;
      border-bottom: 16px solid transparent;
      right: -17px;
      left: auto;
    }
  }
}
.media_desc{

  & >div{
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: solid 1px #C7CED6;
  }
  & h4{
    font-weight: 500;
  }
  & .day{
    color:#ADB8BE;
    font-size: 12px;
    line-height: 140%;
    margin-bottom:3px;
  }
}

#media .bg_wave{
  top: auto;
  bottom: -13px;
  transform: rotate(180deg);
  z-index: 1000;
  max-height: 40px;
}
@media only screen and (min-width:756px) {
  #media {
    padding-bottom:40px;
    & .media_ttl {
      font-size: 48px;
      margin-bottom: 60px;
      .logo_p {
        padding-left: 225px;
        margin-bottom: 35px;
        &  > img {
          position: absolute;
          top: -26px;
          left: -5px;
          width: 225px;
        }
      }
      & p {
        background-image: linear-gradient(to right, var(--blue), var(--blue) 8px, transparent 8px);
        background-size: 18px 3px;
        background-position: left bottom;
        background-repeat: repeat-x;
        border-bottom: none;
        padding-bottom: 30px;
      }
    }
  }
  #media .fl {
    flex-direction: row;
    gap: 10px;
  }
  #media .fl img{
    max-width: 505px;
  }
  .media_box {
    width: 100%;
    max-width: 310px;
    height: fit-content;
    padding-top:20px;
    padding-bottom: 30px;
  }
  .media_desc {
    & >div {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: solid 1px #C7CED6;
      &:last-of-type{
        border-bottom:none;
      }
    }
  }
  #media .bg_wave {
    bottom: -25px;
  }
}
/* media end */


/* voice */
#voice{
  padding-bottom:60px;
  background: var(--liblue);
  overflow: hidden;
  & h2{
    font-size: 28px;
    margin-bottom:10px;
    line-height: 150%;
  }

}
.txt_star{
  background: var(--blue);
  width: fit-content;
  color:#fff;
  border-radius: 20px;
  padding:3px 10px 5px;
  margin: 0 auto 10px;
  line-height: 1;
  & .f_small{
    font-size: 8px;
    vertical-align: super;
  }
}
#voice .cap_txt{
  counter-increment: note-counter;
  font-size: 12px;
  line-height: 150%;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
  margin-bottom:80px;
  &:before{
    position:absolute;
    top:0px;
    left:0;
    content: "※" counter(note-counter);
  }
}
#voice .slick-track{
  display: flex;
}
#voice .voice_sli{
  /*margin-left:-20px;*/
}
#voice .slick-list {
  margin: 0 -5px;
  overflow: visible;
}
#voice .slick-slide {
  margin: 0 5px;
  height: auto;
}
#voice .slick-dots{
  bottom:-35px;
  & li {
    width: 7px;
    height: 7px;
    & button {
      width: 100%;
      height: 100%;
      padding: 0;
      &:before {
        opacity: 1;
          font-size: 6px;
          line-height: 20px;
          width: 100%;
          height: 100%;
          content: '';
          border-radius: 30px;
          background: #ADB8BE;
          position: absolute;
          top:0;
          bottom:0;
          right:0;
          left: 0;
          margin: auto;
      }
    }
  }
}
#voice .slick-dots li.slick-active button:before {
  background: var(--thblue);
}
.voice_box{
  padding:70px 20px 40px;
  border-radius: 10px;
  background: #fff;
  border:solid 1px #ADB8BE;
  position: relative;
  & .vo_mem_img{
    width:110px;
    position: absolute;
    top:-50px;
    left:0;
    right:0;
    margin: auto;
  }
  .vo_mem_name{
    margin-bottom:15px;
  }
  & h3{
    font-size: 18px;
    line-height: 180%;
    border-bottom: solid 1px #ADB8BE;
    padding-bottom:15px;
    margin-bottom:15px;
  }
  & .vo_txt{
    font-size: 14px;
    line-height: 180%;
  }
}
@media only screen and (min-width:756px) {
  #voice{
    padding-bottom:120px;
  }
  .txt_star{
    font-size: 24px;
    padding: 6px 40px 7px;
    margin-bottom:30px;
    & .f_small {
        font-size: 12px;
        vertical-align: super;
    }
  }
  .img_star{
    width: 220px;
    margin-bottom:20px;
  }
  #voice {
      & h2 {
          font-size: 48px;
          margin-bottom: 10px;
      }
  }
  #voice .cap_txt{
    width: fit-content;
    margin: auto;
    margin-bottom: 100px;
  }
  #voice .voice_sli {
    margin-left: 0px;
  }
  .voice_box {
    padding: 90px 20px 30px;
    & .vo_mem_img {
        width: 135px;
        position: absolute;
        top: -65px;
    }
    & .vo_mem_name{
      text-align: center;
      font-size: 14px;
    }
    & h3{
      font-size: 24px;
      text-align: center;
    }
  }
  #voice .slick-dots {
    bottom: -70px;
    width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    & li {
      margin: 0 7px;
    }
  }
  #voice .slick-prev,
  #voice .slick-next{
    top: auto;
    bottom: -130px;
    width: 66px;
    height: 66px;
    &:before{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
    }
  }
  #voice .slick-prev{
    left: 350px;
    &:before {
        content: '';
        background: url(../images/ico_sli_l.svg);
        background-size: cover;
    }
  }
  #voice .slick-next {
    right: 350px;
    &:before {
        content: '';
        background: url(../images/ico_sli_r.svg);
        background-size: cover;
    }
  }
}
/* voice end */

/* qa */
#qa{
  & .sec_inner{
    padding:0 10px;
  }
  & h2{
    font-size: 32px;
    border-bottom: solid 1px #aDB8BE;
    padding-bottom:20px;
  }
  & dl{
    border-bottom: solid 1px #ADB8BE;
  }
  & dt{
    cursor: pointer;
    padding:15px 15px 15px;
    padding-right:35px;
    position: relative;
    font-size: 18px;
    &:after{
      position:absolute;
      right:15px;
      left: auto;
      width: 0;
      height: 0;
      border-left: 6px solid black;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      transform: rotate(90deg);
    }
    &.on:after{
      transform:rotate(-90deg);
    }
  }
  & dd{
    display: none;
    padding:15px;
    background:#F7F7F7;
    line-height: 170%;
    & p{
      margin-bottom:20px;
      &:last-of-type{
        margin-bottom:0;
      }
    }
    & a{
      text-decoration: underline;
    }
  }
  .qa_adj{
    margin-bottom:10px;
  }
  .qa_adj_02{
    text-decoration: underline;
  }
}
@media only screen and (min-width:756px) {
  #qa {
    & h2 {
      max-width: 750px;
      margin: auto;
      font-size: 40px;
      border-bottom: solid 1px #C7CED6;
      padding-bottom: 30px;
    }
    .qa_wrap{
      max-width: 750px;
      margin: auto;
    }
    & dl {
      border-bottom: solid 1px #C7CED6;
    }
    & dt {
      cursor: pointer;
      padding: 28px 0;
    }
    & dd {
      padding: 20px 30px;
    }
  }

}
/*  qa end */


/* notice */
#notice {
  .notice_desc{
    border: solid 1px #ADB8BE;
    padding:20px 10px;
    padding-right: 5px;
    border-radius: 10px;
    line-height: 150%;
    /* height: 500px;
    overflow-y: scroll; */
  }
  .notice_desc_inner{
    padding-right: 5px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    & h2{
      font-size: 24px;
      margin-bottom:20px;
      line-height: 150%;
    }
    .f_red{
      color:#E52727;
    }
    h3{
      font-size: 18px;
      margin-bottom:20px;
    }
    .txt_intro{
      margin-bottom:10px;
      font-size: 14px;
    }
    .noti_adj{
      padding-bottom:20px;
      border-bottom: solid 1px #ccc;
      margin-bottom:20px;
    }
    .ul_asta{
      font-size: 10px;
      margin-bottom:20px;
    }
  }
  .notice_sec{
    margin-bottom::20px;
    a{
      text-decoration: underline;
    }
    ul{
      font-size: 14px;
      margin-bottom:10px;
    }
    .notice_sec_indiv{
      margin-bottom:10px;
      h4{
        font-weight: bold;
        margin-bottom:5px;
      }
      li{
        font-size: 14px;
      }
      .ul_asta{
        font-size: 10px;
        margin-bottom:5px;
        li{
          font-size: 10px;
        }
      }
      .ul_inul{
        padding-left: 0px;
      }
    }

    .notice_sec_dl{
      margin-bottom:20px;
       > dt{
        font-size: 18px;
        margin-bottom:10px;
        color:var(--blue);
        text-align: center;
        margin-bottom:15px;
        font-weight: bold;
      }
      dd{
        font-size: 14px;
        p{
          margin-bottom:15px;
        }
        dl{
          dt{
            font-weight: bold;
          }
        }
      }
    }
  }

}

.notice_desc_inner::-webkit-scrollbar {
    width: 6px;
}

/*スクロールバーの軌道*/
.notice_desc_inner::-webkit-scrollbar-track {
  border-radius: 10px;
}

/*スクロールバーの動く部分*/
.notice_desc_inner::-webkit-scrollbar-thumb {
  background-color: #ADB8BE;
  border-right:solid 1px #fff;
  border-radius: 10px;
}
.notice_desc_inner::-webkit-scrollbar-track-piece{
  background: inherit;
}
.notice_desc_inner::-webkit-scrollbar-button {
  border: 5px solid inherit;
  width: 10px;
  height: 5px;
}

@media only screen and (min-width:756px) {
  #notice{
    & .notice_desc{
      padding: 30px 24px;
      padding-right: 10px;

      & .notice_desc_inner{
        padding-right: 20px;
      }
      & h2.f_red{
        font-size: 32px;
      }
      & .f_red {
          font-size: 14px;
      }
      & .txt_intro{
        text-align: left;
        margin-bottom:10px;
      }
      & > .ul_asta{
        margin-bottom:30px;
      }


    }
  }

}
/* notice end */

/* モーダル */
.c-modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
    z-index: 50000;
}
.c-modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.c-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: scroll;
    max-height: 80%;
    width: 94%;
    max-width: 358px;
    background: white;
    border-radius: 20px;
    scrollbar-width: none;
}
.c-modal-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
    background: #fff;
}
.c-modal-close-icon::before {
    content: url(../images//img-close-icon.svg);
}
.c-modal-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.c-modal-text-area.-support {
    padding-top: 48px;
}
.c-modal-text-area {
    padding: 24px 16px 32px;
}
.c-modal-title.-support {
    margin-bottom: 16px;
}
.c-modal-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
}

.c-modal-close {
    display: block;
    border: 1px solid #293357;
    border-radius: 80px;
    padding: 8px 16px;
    max-width: 200px;
    width: 100%;
    margin: 32px auto 0;
    cursor: pointer;
    font-size: 18px;
    color: #293357;
    font-weight: bold;
    background: #fff;
}
 /* 規約モーダル */
 .c-modal-list2 {
     text-align: left;

 }
 .c-modal-list2 .layer1 {
     margin-left: 3em;
     text-indent: -2.6em;
     margin-bottom: 16px;
       line-height: 150%;
 }
 .c-modal-list2 .layer1 span {
     margin: 0 8px 0 0;
 }
 .c-modal-list2-inner {
     margin-left: -16px;
 }
 .c-modal-list2-inner .layer2 {
     margin-left: 1em;
     text-indent: -3em;
     margin-top: 8px;
 }
 .c-modal-list2 .layer2 span {
     margin: 0;
 }
 .c-modal-list2 .layer3 {
     text-indent: -2em;
     margin-top: 8px;
 }
 .c-modal-list2 .layer3 span {
     margin: 0 16px 0 0px;
 }
 /* フローモーダル */
 .c-modal-title.-support {
     margin-bottom: 16px;
 }
 .c-modal-step{
   margin-bottom:30px;
 }
 .c-modal-step-title {
     font-size: 14px;
     font-weight: bold;
     background-color: #EFF0F1;
     padding: 8px 4px;
     margin-bottom: 16px;
 }
 .c-modal-img.-small {
     margin-bottom: 28px;
     border: none;
 }
 .c-modal-step-text {
     font-size: 16px;
     text-align: left;
 }
 .c-modal-step ul {
    text-align: left;
  }
 .c-modal-step-text2 {
     margin-top: 24px;
     font-size: 14px;
     line-height: 28px;
 }
@media only screen and (min-width:756px) {
  .c-modal-content {
    max-width: 550px;
  }
}

/* additional fix */
@media only screen and (max-width:360px) {
  .sec_inner{
    padding:0 13px;
    max-width: 390px;
    margin: auto;
  }
  .header_sp{
    & p{
      font-size: 16px;
    }
    & span{
      font-size: 30px;
    }
  }
}

/* ヘッダー周り */
.l-container {
  padding-top: 0;
}

.c-header.c-header-fix {
  background: transparent;
  box-shadow: none;
}

.c-header.c-header-fix .header-flex-content {
  justify-content: right;
}

.header-toggle-fix {
  width: 45px;
  height: 45px;
  background: white;
  padding: 8px;
  border-radius: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

@media screen and (max-width: 1023px) {
  .c-header.c-header-fix {
    padding: 12px;
  }

  .c-header.c-header-fix .header-toggle {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    top: 0;
    border-radius: 100px;
    text-align: center;
    background: #fff;
  }

  .c-header.c-header-fix .header-toggle::after {
    bottom: 0;
    margin-bottom: 14px;
  }

  .c-header.c-header-fix .header-toggle.-js-opened::after {
    margin-bottom: auto;
  }

  .c-header.c-header-fix .header-toggle span {
    top: 14px;
  }

  .c-global-navigation.c-global-navigation-fix {
    top: 0;
    height: 100vh;
    padding: 20px;
  }
}

@media only screen and (min-width: 756px) {
  .c-header.c-header-fix {
    display: none;
  }
}

.c-header-fix {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.c-header-fix.hide-on-scroll {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

/* iPhone アンカーリンク対策 */
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}