@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 */
.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/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:10px;

}
.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: 12px;
  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 20px;
  max-width: 390px;
  margin: auto;
}
.sec_inner_plan{
  padding:0 10px;
  max-width: 390px;
  margin: auto;
}

.sec_ttl {
  font-weight: 500;
  margin-bottom:30px;
  font-size: 16px;
  z-index: 50;
  & span{
    font-weight: 700;
    font-size: 32px;
  }
}

.sec_ttl .main_txt{
  padding-top:5px;
  font-size: 32px;
  line-height: 120%;
}
.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;
  }

}
/* common end*/

/* header */

header{
  background: var(--blue);
  min-height: 53px;
  width:100%;
}
.header_sp{
  padding:10px 10px 10px;
  display: flex;
  align-items: center;
  /*gap:30px;*/
  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:35px 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;
}
@supports (background-image: url(../images/mv_sp.webp)) {
  .mv_img {
    background-image: url(../images/mv_sp.webp);
  }
}
.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;
  }
  @supports (background-image: url(../images/mv_pc_03.webp)) {
    .mv_img {
      background-image: url(../images/mv_pc_03.webp);
    }
  }
  .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 */


/* about */
#about .sec_ttl{
  margin-bottom:30px;
}
#about .sec_ttl .adj01{
  font-size: 40px;
}
#about .fl{
  flex-direction: column;
  gap:20px;
  margin-bottom:40px;
}
.about_video{
  margin: auto;
  & h3{
    margin-bottom:20px;
    font-size: 20px;
    text-align: center;
  }
  & iframe{
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
@media screen and (min-width: 756px) {
  #about .fl{
    flex-direction:row-reverse;
    gap:40px;
    margin-bottom:60px;
    & p{
      max-width: 390px;
      width: 100%;
    }
  }
  #about .sec_ttl {
    margin-bottom: 50px;
  }
  .about_video{
    max-width: 715px;
    & h3{
      font-size: 32px;
      margin-bottom:20px;
    }
  }
}
/* about end */

/* three_step */
#three_step{
  background: var(--liblue);
  & h2{
    line-height: 140%;
  }
  & .adj01 {
    font-size: 40px;
  }
}
.step_wrap{
  flex-direction: column;
  gap:50px;
  padding-bottom:30px;
}
.step_box{
  position: relative;
  gap:10px;
  & img{
    height: 130px;
    max-width: 130px;
  }
  & h3{
    font-size: 18px;
    margin-bottom:5px;
  }
  & p{
    font-size: 14px;
  }
  &: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;
}
@media only screen and (min-width:756px) {
  #three_step {
    & .adj01 {
      font-size: 60px;
    }
  }
  .step_wrap {
    flex-direction: row;
    gap: 50px;
    padding-bottom: 30px;
  }
  .step_box {
    flex-direction: column;
    align-items: center;
    & 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: -40px;
      transform: rotate(-90deg);
    }
  }
}
/* three_step end */

/* reason */
#reason{
  position: relative;
  background: #fff;
  padding:0px 0 30px;
}
.bg_wave{
  position: absolute;
  top:-20px;
}
.ico_dakara{
  text-align: center;
  width: 71px;
  position: absolute;
  color:#fff;
  right: 0;
  left: 0;
  top:-10px;
  margin: auto;
  &:after{
    background:url(../images/ico_dakara.svg);
    width: 71px;
    height: 80px;
  }
}
.reason_img{
  top:110px;
  left: 20px;
  position: absolute;
  & > div{
    position: absolute;
    width:max-content;
    top: -40px;
    left: 100px;
  }
  &:before{
    background: url(../images/img_reason_01.svg);
    width: 320px;
    height: 113px;
    background-size: cover;
  }

}
.reason_desc{
  padding-top:185px;
}
@media only screen and (min-width:756px) {
  #reason {
    padding-bottom: 60px;
  }
  #reason .bg_wave{
    top:-40px;
  }
  .ico_dakara {
    &:after {
      background: url(../images/ico_dakara.svg);
      width: 106px;
      height: 120px;
      background-size: cover;
      top:-15px;
    }
  }
  #reason .sec_ttl {
    flex-direction: column;
    font-weight: bold;
    & span{
      font-weight: 900;
    }
  }
  .reason_img {
    top: 160px;
    left: 5px;
    right: 0;
    &:before {
      background: url(../images/img_reason_01.svg);
      width: 520px;
      height: 185px;
      background-size: cover;
    }
    & > div {
      position: absolute;
      width: max-content;
      top: -60px;
      left: 0;
      right: -124px;
      margin: auto;
    }
  }
  .reason_desc {
    padding-top: 270px;
    text-align: center;
  }
}
/* reason */

/* plan */
.plan{
  background: var(--liblue);
  position: relative;
  overflow: hidden;
}
.plan .sec_ttl{
  margin-bottom:50px;
}
.plan_fl{
  flex-direction: column;
  gap:30px;
}
.plan_num1{
  max-width: 150px;
  width:100%;
  font-size: 17px;
  background: var(--yel);
  border:solid 2px var(--blue);
  padding:0px 10px;
  padding-left:40px;
  border-radius: 50px;
  position: absolute;
  text-align: center;
  color:var(--blue);
  font-weight: 700;
  right:0;
  left:0;
  top:-25px;
  margin: auto;
  letter-spacing: -18%;
  &:before{
    width:25px;
    height: 19px;
    left:15px;
    right:auto;
    background: url(../images/ico_rank.svg);
    background-size: cover;
  }
}
.plan_wrap{
  position: relative;
  background: #fff;
  border-radius: 20px;
  & > div{
    padding:20px;
  }
  & h3{
    text-align: center;
    color:#fff;
  }
  & img{
    margin: auto;
    margin-bottom:20px;
    display: block;
    width: fit-content;
  }
  & .plan_intro{
    margin-bottom:20px;
  }
}
.plan_01{
  border: solid 5px var(--blue);
  & h3{
    border-radius: 12px 12px 0 0;
    background: var(--blue);
    font-size: 24px;
    padding:13px 0;
  }
}
.plan_price_box{
  padding:10px;
  width:100%;
  background: #F7F7F7;
  margin: 0 auto 10px;
  text-align: center;
  & p:first-of-type{
    font-size:12px;
  }
}
.price_desc{
  font-weight: 700;
  font-size: 20px;
  & .f_thblue{
    padding-left:3px;
    font-size: 37px;
    font-weight: 500;
  }
  & .tax_small{
    font-size: 12px;
    font-weight: 400;
  }
}
.plan_desc{
  margin-bottom:10px;
  & > li{
    padding:10px 0;
    padding-left:35px;
    border-bottom:dashed 2px #ADB8BE;
    &:before{
      bottom:auto;
      top:13px;
      height:27px;
      width:27px;
      right:auto;
      background:url(../images/ico_check.svg);
    }
  }
  .ul_asta{
    font-size: 10px;
  }
}
.plan_desc li:last-of-type{
  border-bottom:none;
}
.plan_btn{
  & p{
    text-align: center;
    font-weight: 700;
    color:var(--pink);
    margin-bottom:5px;
    & span{
      font-size: 22px;
    }
    &.ico_fuki:before{
      left: -20px;
      right:auto;
      bottom: 6px;
      background: url(../images/ico_fuki_l_pink.svg);
      background-size: cover;
    }
    &.ico_fuki:after{
      right: -12px;
      left:auto;
      bottom: 6px;
      background: url(../images/ico_fuki_r_pink.svg);
      background-size: cover;
    }
  }
  & a{
    display: block;
    max-width: 315px;
    width:100%;
    color:#fff;
    padding:20px 20px;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    border-radius: 50px;
    background: var(--pink);
    overflow: hidden;
  }
  & a:after{
    width: 0;
    height: 0;
    left:auto;
    right: 15px;
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  & a: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;
  }
}

.plan_02{
  & h3{
    border-radius: 14px 14px 0 0;
    background: var(--thblue);
    font-size: 24px;
    padding:13px 0;
  }
  .plan_price_box{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 27px 0 17px;
    & p:first-of-type {
      font-size: 20px;
    }
    & .f_thblue {
      padding-left: 3px;
      font-size: 32px;
      font-weight: 700;
    }
  }

  .plan_btn a{
    background: var(--thblue);
  }

}
@media only screen and (min-width:756px) {
  .plan > .sec_inner{
    position: relative;
    &:before{
      width: 163px;
      height: 240px;
      background: url(../images/ico_plan_bg_l.svg);
      background-size: cover;
      top: auto;
      bottom: 140px;
      left: -110px;
      right: auto;

    }
    &:after{
      width: 163px;
      height: 240px;
      background: url(../images/ico_plan_bg_r.svg);
      background-size: cover;
      top: 170px;
      right: -115px;
      left: auto;
      bottom: auto;

    }
  }
  .plan_fl {
    gap: 15px;
    flex-direction: row;
    padding:0 15px;
    justify-content: center;
    z-index: 80;
    position: relative;
  }
  .plan .sec_ttl {
    margin-bottom: 60px;
  }

  .plan_num1 {
    max-width: 210px;
    font-size: 24px;
    padding: 6px 10px;
    padding-left: 55px;
    border: solid 3px var(--blue);
    &:before {
      width: 35px;
      height: 27px;
      left: 20px;
    }
  }

  .plan_wrap {
    max-width: 475px;
    width: 100%;
    & >div{
      padding: 40px;
      padding-bottom:30px;
    }
    & .plan_intro {
      margin-bottom: 20px;
      text-align: center;
    }
    & .txt_asta{
      width: fit-content;
      margin: auto;
      font-size: 12px;
    }
    .ul_asta {
      line-height: 180%;
      font-size: 12px;
    }
    .plan_btn {
      & a {
        margin: auto;
      }
      & p {
        &.ico_fuki:before {
          width: 19px;
          height: 23px;
          left: -25px;
          right: auto;
          bottom: 0px;
        }
        &.ico_fuki:after {
          width: 19px;
          height: 23px;
          right: -20px;
          left: auto;
          bottom: 0px;
        }
      }

    }

  }
  .plan_01 {
    position: relative;
    & h3 {
      padding-top:35px;
    }
    .plan_accord{
      display: none;
    }
    .plan_accord_btn{
      font-size: 16px;
      text-align: center;
      width: fit-content;
      margin: 15px auto;
      color:#000;
      font-weight: 500;
      position: relative;
      cursor: pointer;
      &:after {
        width: 0;
        height: 0;
        left: auto;
        right: -15px;
        border-left: 6px solid #000;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        transform:rotate(90deg);
      }
    }
  }
  .plan_02 {
    margin-top:28px;
    position: relative;

    .plan_price_box {
      padding: 42px 0 35px;
    }
    .plan_btn{
      width: 295px;
      position: absolute;
      bottom:30px;
      right: 0;
      left: 0;
      margin: auto;
    }
  }
}
/* plan end */

/* worries */
#worries{
  height: 775px;
  background: url(../images/bg_worries.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@supports (background-image: url(../images/bg_worries.webp)) {
  #worries {
    background-image: url(../images/bg_worries.webp);
  }
}
#worries h2{
  color: #fff;
  font-size: 32px;
  margin-bottom:30px;
  & span{
    font-size: 42px;
    background: top left / 1em .5em repeat-x radial-gradient(circle, #fff 3px, rgba(0, 0, 0, 0) .06em);
    padding-top: .2em;
  }
  &.ico_fuki:before{
    height: 80px;
    width:34px;
    left: -30px;
    right:auto;
    bottom: 6px;
    background: url(../images/ico_fuki_l_wor.svg);
    background-size: cover;
  }
  &.ico_fuki:after{
    height: 80px;
    width:34px;
    right: -25px;
    left:auto;
    bottom: 6px;
    background: url(../images/ico_fuki_r_wor.svg);
    background-size: cover;
  }
}

.wor_wrap{
  position: relative;
  max-width: 360px;
  margin: auto;
}
.wor_wrap > div{
  position: absolute;
  border-radius: 500px;
  font-weight: 700;
  & > p{
    line-height: 160%;
    font-size: 14px;
    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 5px #fff;
}
.wo_01{
  width: 145px;
  height: 145px;
  top:30px;
  left: 15px;
}
.wo_02{
  width: 170px;
  height: 170px;
  top:0px;
  right: 20px;
  &:before{
    width:43px;
    height: 43px;
    background: url(../images/ico_clock.svg);
    background-size: cover;
    top:-10px;
    bottom:auto;
    right: 5px;
    left: auto;
  }
}
.wo_03{
  width: 160px;
  height: 160px;
  top:150px;
  left: -10px;
}
.wo_04{
  width: 160px;
  height: 160px;
  top:155px;
  right: 0px;
}
.wo_05{
  width: 145px;
  height: 145px;
  top:290px;
  left: 20px;
}
.img_wor{
  bottom: 0;
  right: 0;
  left: 50px;
  position: absolute;
  margin: auto;
  width: auto;
  max-height: 415px;
}
@media only screen and (min-width:1000px) {
  #worries{
    padding-top:80px;
    height: 685px;
    background: url(../images/bg_worries_pc.png);
    background-size: cover;
  }
  @supports (background-image: url(../images/bg_worries_pc.webp)) {
    #worries {
      background-image: url(../images/bg_worries_pc.webp);
    }
  }
  #worries h2 {
    font-size: 40px;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    & span {
      font-size: 56px;
    }
    &.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: 100%;
    margin: auto;
  }
  .wor_wrap > div {
    & > p {
      line-height: 160%;
      font-size: 16px;
    }
  }
  .wo_01 {
    width: 165px;
    height: 165px;
    top: 30px;
    left: 170px;
  }
  .wo_02 {
    width: 195px;
    height: 195px;
    top: -14px;
    right: auto;
    left: 341px;
  }
  .wo_03 {
    width: 180px;
    height: 180px;
    top: 165px;
    left: 100px;
  }
  .wo_04 {
    width: 180px;
    height: 180px;
    top: 160px;
    right: auto;
    left: 405px;
  }
  .wo_05 {
    width: 165px;
    height: 165px;
    top: 245px;
    left:240px;
  }
  .img_wor {
    left: 540px;
    margin: auto;
    width: 740px;
    max-height: 100%;
  }
}
/* worriws end */

/* merit */
#merit{
  margin-top:-1px;
  padding:0 0 30px;
  background: var(--liblue);
}
.fit_head{
  padding: 70px 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: 265px;
  background-repeat: no-repeat;
  background-position: center;
  & >div{
    max-width: 320px;
    width: 100%;
    margin: auto;
    &:before{
      bottom:auto;
      top:-60px;
      background:url(../images/ico_fit_arrow.svg);
      height: 49px;
      width: 8px;
    }
    &: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_wrap{
  padding-top:110px;
  position: relative;
  & > p{
    top: 15px;
    bottom: auto;
    left: 20px;
    position: absolute;
    transform: rotate(-8deg);
  }
  & > .ico_fuki:before{
    height: 48px;
    width: 27px;
    top: 5px;
    left: -28px;
    right: auto;
    background: url(../images/ico_merit_fuki_l.svg);
    background-size: cover;
    transform: rotate(11deg);
  }
  & > .ico_fuki:after{
    content:none;
  }
}
.merit_box{
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding:45px 15px 20px;
  margin-bottom:60px;
  z-index: 20;
  & h2{
    line-height: 150%;
    font-size: 26px;
    z-index: 50;
    margin-bottom:20px;
  }
  & h2:after{
    font-size: 26px;
    z-index: 45;
  }
  .merit_intro{
    margin-bottom:20px;
    & .cap{
      font-size: 10px;
      vertical-align: super;
    }
  }
  & .gr_2cl{
    font-size: 12px;
    text-align: center;
    line-height: 150%;
    font-weight: 700;
    margin-bottom:20px;
    gap:25px 15px;
    & img{
      margin-bottom:5px;
    }
    & .cap{
      font-size: 7px;
      vertical-align: super;
    }
  }
  & .cap_desc{

    & 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);
      }
    }
  }
}
.merit_box.adj_mb{
  margin-bottom:40px;
}
.merit_box:first-of-type:after{
  position: absolute;
  top: -106px;
  bottom: auto;
  height: 107px;
  width: 156px;
  left: auto;
  right: -10px;
  background: url(../images/img_merit_head.svg);
  background-size: cover;
}


.merit_num{
  position: absolute;
  top:-40px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin:auto;
  background: var(--yel);
  border-radius: 80px;
  & p{
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 180%;
    & span span{
      font-size: 30px;
    }
  }
}
.merit_tel_box{
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
  border:solid 1px #C7CED6;
  border-radius: 10px;
  padding:20px;
  & h4{
    margin-bottom:20px;
    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:20px;
  &: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;
}
.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:60px;
  }
  .fit_head {
    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:30px;
      &:before {
        content:none;
      }
      &:after {
        content:none;
      }
    }
    & p {
      font-size: 26px;
      min-width: 325px;
      padding: 6px 0;
    }
    & h2 {
      font-size: 48px;
    }
  }
  .merit_wrap {
    padding-top: 140px;
    & > 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_box:first-of-type:after {
      position: absolute;
      top: -144px;
      bottom: auto;
      height: 145px;
      width: 210px;
      left: 0;
      right: -330px;
    }
  }
  .merit_num{
    position: relative;
    background: #fff;
    max-width: -webkit-fill-available;
    width: auto;
    height: auto;
    top:0;
    margin-bottom:0px;
    & p {
      font-size: 24px;
      margin: auto;
      position: relative;
      width: fit-content;
      &:after{
        position: absolute;
        content: "";
        top: 10px;
        bottom: 0;
        height: 25px;
        width: 2px;
        right: -13px;
        background: var(--blue);
        transform: rotate(30deg);
      }
      &:before{
        position: absolute;
        content: "";
        top: 10px;
        bottom: 0;
        height: 25px;
        width: 2px;
        left: -13px;
        background: var(--blue);
        transform: rotate(-30deg);
      }
    }

  }
  .merit_box {
    padding:60px 40px;
    & h2 {
      font-size: 48px;
      margin-bottom: 20px;
    }
    .merit_intro{
      text-align: center;
      font-size: 20px;
      max-width: 770px;
      margin: auto;
      margin-bottom:40px;
    }
    & .gr_2cl {
      display: flex;
      justify-content: center;
      gap:30px;
      flex-wrap: wrap;
      font-size: 24px;
      margin-bottom:40px;
      & img{
        width: 272px;
        /* width: 100%; */
      }
      & .cap {
        font-size: 14px;
        vertical-align: super;
      }
    }
  }
  .merit_box:first-of-type .cap_desc{
    display: flex;
    gap:10px;
    & li{
      position: relative;
      &:after{
        padding-left:10px;
        content:"/";
      }
      &:before{
        top:0px;
      }
      &:last-of-type:after{
        padding-left:10px;
        content:none;
      }
    }
  }
  .merit_box.adj_mb .cap_desc{
    line-height: 130%;
    & li{
      display: inline;
      position: relative;
      line-height: 100%;
      &:after{
        padding-left:10px;
        content:"/";

      }
      &:before{
        top:3px;
      }
      &:last-of-type:after{
        padding-left:10px;
        content:none;
      }
    }
  }
  .merit_tel_box {
    margin-bottom:40px;
    & 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;
      }
    }
  }
  .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: 30px;
    margin-bottom:20px;
    & 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: 70px;
  }
  #media .fl img{
    max-width: 460px;
  }
  .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 */

/* admin */
#admin{
  padding:0 0 30px;

}

.admin_head{
  background: var(--blue);
  padding:30px 0 40px;
  position: relative;
  & img{
    display: block;
    margin: auto;
  }
  & h2{
    color:#fff;
    font-size: 26px;
    & span.f_yel{
      color:var(--yel);
    }
    & span.f_small{
      font-size: 20px;
    }
  }
  &:after{
    position: absolute;
    content:"";
    top:auto;
    bottom:-15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--blue);
  }
}
.admin_main{
  background: url(../images/bg_kondou.png);
  background-repeat: no-repeat;
  background-color: #f1edf4;
  background-size: contain;
  background-position: bottom;
}
@supports (background-image: url(../images/bg_kondou.webp)) {
  .admin_main {
    background-image: url(../images/bg_kondou.webp);
  }
}
.admin_desc{
  padding:60px 0 0;
  flex-direction: column;
  gap:30px;
  position: relative;
  &:after{
    background: url(../images/ico_admin_message.svg);
    background-size: cover;

    right: auto;
    top:15px;
    bottom:auto;
    width: 195px;
    height: 75px;

  }
}
.admin_mem {
  padding-top: 30px;
  padding-bottom:120px;
  writing-mode: vertical-rl;
  margin-right: 35px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  & h3{
    font-size: 14px;
    margin-bottom:0px;
  }
  & img{
    max-width: 145px;
    display: block;
    margin: auto;
  }
  & p{
    font-size: 20px;
    font-weight: 500;
  }
}
.admin_txt{
  padding:0;
  z-index: 10;
  font-family: 'hanatotyoutyo';
  & img{
    /* padding:0 10px; */
  }
  & p{
    position: relative;
    background-color: #fff; /* 背景色 */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, #ccc 100%);
    background-size: 100% 2.3em;
    line-height: 2.3em;
    padding-bottom: 1px;
    &:after{
      content:"";
      position:absolute;
      background: #fff;
      height: 4px;
      width:100%;
      bottom:0;
      left: 0;
      right: 0;
    }
  }

}
@media only screen and (min-width:756px) {
  .admin_head {
    padding: 55px 0 40px;
  }
  .admin_head {
    & h2 {
      color: #fff;
      font-size: 48px;
      & span.f_small{
        font-size: 32px;
      }
    }
    .f_small_p{
      font-size: 32px;
    }
  }
  .admin_main{
    height: 540px;
    background: url(../images/bg_kondou_pc.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #f1edf4;
    & > div{
      display: flex;
    }
  }
  @supports (background-image: url(../images/bg_kondou_pc.webp)) {
    .admin_main {
      background-image: url(../images/bg_kondou_pc.webp);
    }
  }
  .admin_desc{
    max-width: 640px;
  }
  .admin_mem {
    & h3 {
      font-size: 14px;
      margin-bottom: 0px;
    }
    & p {
      font-size: 24px;
      font-weight: 500;
      margin-right: 5px;
    }
  }
  .admin_mem {
    writing-mode: vertical-rl;
    margin-right: 0px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: fit-content;
    padding-top: 150px;
  }
}
/* admin end */

/* trial */
#trial{
  border:solid 5px #FF557E;
  background: #FFF0F4;
  margin-bottom:30px;
}
.trial_head{
  font-weight: 700;
  margin-bottom:40px;
  & P{
    font-size: 20px;
    margin-bottom:10px;
    & span{
      background: top left / 1em .5em repeat-x radial-gradient(circle, var(--pink) .1em, rgba(0, 0, 0, 0) .06em);
      padding-top: 5px;
    }
  }
  h2{
    font-size: 40px;
    color:var(--pink);
    margin-bottom:10px;
  }
}
.tri_limit{
  padding:0 15px;
  width: fit-content;
  margin: auto;
  &:before{
    left:-45px;
    right: auto;
    height:2px;
    width:45px;
    background: #000;
    z-index: 30;
  }
  &:after{
    right: -45px;
    left: auto;
    height:2px;
    width: 45px;
    background: #000;
    z-index: 30;
  }
}
#trial dl{
  background: #fff;
  border-radius: 10px;
  padding:50px 20px 20px;
  text-align: center;
  position: relative;
  margin-bottom:40px;
  & dt{
    position: absolute;
    top:-10px;
    background: var(--pink);
    color:#fff;
    padding:0px 10px;
    width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 18px;
  }
  dt:before {
    top: 0px;
    right: auto;
    left: -18px;
    border-width: 15px 10px 14px 0px;
    border-color: var(--pink) transparent var(--pink) transparent ;
    border-style: solid;
    width: 9px;
    transform: rotate(180deg);
  }
  dt:after {
    top: 0px;
    left: auto;
    right: -18px;
    border-width: 15px 10px 14px 0px;
    border-color: var(--pink) transparent var(--pink) transparent;
    border-style: solid;
    width: 9px;
  }
  dd{
    display: flex;
    align-items: baseline;
  }
}
.pri_cl{
  & .f_nor{
    font-size: 24px;
  }
  & .f_big{
    font-size: 80px;
    font-weight: 700;
  }
  & .f_mid{
    font-size: 50px;
    font-weight: 700;
  }
}
#trial dl.pri_mem{
  padding:40px 0px 20px;
  margin-bottom:0;
  & dd{
    align-items: center;
  }
  & .f_nor{
    font-size: 18px;
    margin-right:10px;
    line-height: 120%;
  }
  & .f_big{
    font-size: 58px;
    font-weight: 700;
  }
  & .f_mid{
    font-size: 40px;
    font-weight: 700;
  }
}
.tri_limited_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  & ul {
    padding: 0;
  }
  & ul li {
  font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 160%;
  }
  & ul li span {
    font-size: 13px;
  }
}
@media only screen and (min-width:756px) {
  #trial{
    max-width: 985px;
    margin: auto;
    margin-bottom: 60px;
    padding-bottom: 50px;
  }
  .trial_head {
    & P {
      font-size: 21px;
      margin-bottom: 10px;
    }
    h2 {
      font-size: 41px;
    }
  }
  .tri_limit {
    &:before {
      left: -135px;
      right: auto;
      height: 2px;
      width:135px;
      background: #000;
      z-index: 30;
    }
    &:after {
      right: -135px;
      left: auto;
      height: 2px;
      width: 135px;
      background: #000;
      z-index: 30;
    }
  }
  .tri_dl_wrap{
    display: flex;
    gap:30px;
    justify-content: center;
  }
  #trial dl {
    width: 100%;
    max-width: 431px;
    margin-bottom: 0;
    padding: 65px 20px 30px;
    & dt {
      position: absolute;
      top: -10px;
      background: var(--pink);
      color: #fff;
      padding: 2px 20px;
      width: fit-content;
      margin: auto;
      left: 0;
      right: 0;
      font-weight: 700;
      font-size: 24px;
      &:before {
        border-width: 16px 10px 17px 0px;
      }
      &:after {
        border-width: 16px 10px 17px 0px;
      }
    }
  }
  .pri_cl {
    & .f_nor {
      font-size: 31px;
    }
    & .f_big {
      font-size: 105px;
    }
    & .f_mid {
      font-size: 65px;
    }
  }
  #trial dl.pri_mem {
    padding: 60px 0px 20px;
    & .f_nor {
      font-size: 24px;
      margin-right: 10px;
      line-height: 120%;
    }
    & .f_big {
      font-size: 76px;
    }
    & .f_mid {
      font-size: 52px;
      font-weight: 700;
    }
  }
}
/* trial 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:65px;
    &: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;
    display: none;
  }
  .confi_intro{
    margin-bottom:30px;
    line-height: 150%;
  }
  & .f_thblue{
    font-size: 18px;
  }
  & .f_small{
    font-size: 12px;
  }
}
.conf_opt{
  & h3:before{
    background: url(../images/ico_confi_opt.svg);
    width: 43px;
    height: 35px;
    background-size: cover;
    top: -5px;
  }
  & h4{
    margin-bottom:20px;
    border-radius: 20px;
    background: var(--liblue);
    padding:4px 10px;
    text-align: center;
  }
  & .confi_accord > .fl{
    flex-direction: column;
    gap:20px;
  }
  & dl{
    line-height: 150%;
    & p{
      margin-bottom:5px;
    }
  }
  & dl:last-of-type{
    margin-bottom:0;
  }
}
.conf_ok{
  & h3:before{
    background: url(../images/ico_confi_ok.svg);
    width: 48px;
    height: 48px;
    background-size: cover;
    top: -2px;
    left:8px;
  }
  & .gr_2cl{
    gap:15px 5px;
  }
  & ul{
    margin-bottom:20px;
    font-size:16px;
  }
  li{
    font-weight: 500;
    line-height: 150%;
    display: flex;
    gap:10px;
    align-items: center;
    font-size: 14px;
    & img{
      width: 54px;
    }
  }
}
.conf_no{
  margin-bottom:0;
  & h3:before{
    background: url(../images/ico_confi_ng.svg);
    width: 48px;
    height: 48px;
    background-size: cover;
    top: -2px;
    left:8px;
  }
  & dl{
    margin-bottom:20px;
    line-height: 150%;
    & img{
      display: block;
      margin: 20px auto;
    }
  }
  & dt{
    font-weight: 700;
  }
  .txt_asta{

    & li{

    }
  }
}
@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:60px;
      &:before {
        left: 0px;
      }
    }
    & dt{
      line-height: 130%;
      margin-bottom:10px;
    }
    & .f_thblue {
      font-size: 16px;
    }
  }
  .conf_opt .confi_accord > .fl{
    flex-direction: row;
  }
  .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;
      }
    }
    /* & .ul_asta li{
      counter-increment: note-counter;
      &:before{
        position:relative;
        top:0px;
        left:0;
        content: "※" counter(note-counter);
      }
    } */
  }
}
/* #confirm */


/* sim */
#sim{
  padding-bottom:0;
  & h2{
    font-size: 24px;
    margin-bottom:5px;
    line-height: 160%;
    & span{
      font-size: 32px;
      position: relative;
      &:after{
        background:var(--yel);
        bottom:2px;
        top:auto;
        width: 100%;
        height: 10px;
        z-index: -5;
      }
    }
  }
}
.sim_intro{
  margin-bottom:40px;
  & p{
    font-size: 12px;
  }
}
.p-trial__cal-items{
  margin-bottom:30px;
}
.sim_cont .gr{
  display: grid;
  grid-template-columns: 50px 160px 101px;
  gap:10px;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom:15px;
}
.sim_cont .gr:last-of-type{
  margin-bottom:0;
}
.cal-photo{
  width:50px;
  height: 50px;
}
.cal-txt{
  font-size: 14px;
  line-height: 130%;
  & p:first-of-type{
    margin-bottom:10px;
  }
  & span{
    font-size: 12px;
  }
}
.item_price{
  font-size: 11px;
  & span{
    font-size: 14px;
  }
}
.cal-box{
  display: flex;
  align-items: center;
  gap:10px;
}
.cal-box span{
  color:var(--blue);
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
  &:before{
    position:absolute;
    top:0;
    bottom:0;
    left: 0;
    right:0;
    margin: auto;
    content:"";
    background: var(--liblue);
    border-radius: 50px;
    width:100%;
    height: 100%;
    z-index: -5;
  }
}
.fee-cal__sum {
  width: 30px;
  font-size: 20px;
  border: none;
  background: #fff;
  font-weight: 700;
  text-align: center;
}
.sim_cont .txt_right{
  text-align: right;
  font-size: 12px;
}
.sim_item_cap{
  margin-bottom:20px;
}

.sim-plan{

  & h3{
    font-size: 20px;
    margin-bottom:15px;
    font-weight: 500;
  }
}

.sim-plan{
  padding-bottom:30px;
}
.sim-plan .sim-plan-select li {
  margin: 0px 0 15px;
  position: relative;
  &:last-of-type{
    margin-bottom:0;
  }
}
.sim-plan .sim-plan-select input[type="radio"]:checked+label {
  color: #000;
  border: 1px solid #01478F;
  background: #ECF3FB;
}
.sim-plan .sim-plan-select label {
  position: relative;
  padding: 8px 10px 8px 40px;
  display: block;
  color: #AEA8A5;
  border: 1px solid #C7CED6;
  border-radius: 5px;
}
.sim-plan .sim-plan-select input[type="radio"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto 0;
  z-index: 10;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  vertical-align: sub;
}
.sim-plan .sim-plan-select input[type="radio"]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.sim-plan-select input[type="radio"]::before{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.sim-plan .sim-plan-select input[type="radio"]::before {
  background-color: #fff;
  border: 1px solid #969BA1;
  height: 14px;
  width: 14px;
  left: 0px;
}
.sim-plan .sim-plan-select input[type="radio"]::after {
  background-color: #01478F;
  opacity: 0;
  height: 8px;
  width: 8px;
  left: 4px;
}
.sim-plan .sim-plan-select input[type="radio"]:checked::after {
  opacity: 1;
}

.sim-result{
  padding:30px 0;
  background: #F7F7F7;

  & > .sec_inner{
    position: relative;
    max-width: 305px;
    margin: auto;
  }
  & dl {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    padding:0 10px;
  }
  & dt{
    font-size: 14px;
  }
  & dd{
  }
  .discount{
    color:#E52727;
  }
  .sim-price{
    font-size: 24px;
    font-weight: 600;
  }
  .deliver-fee{
    border-bottom: dashed 1px #ADB8BE;
    padding-bottom:10px;
  }
}

.sim_notice{
  padding:30px 0;
  & h3{
    font-size: 14px;
    color: #E52727;
    margin-bottom:10px;
  }
}
@media only screen and (min-width:756px) {
  #sim {
    padding-bottom:60px;
    & .sim_intro{
      width: fit-content;
      margin:auto;
      margin-bottom:40px;

    }
    & h2 {
      font-size: 32px;
      margin-bottom: 5px;
      line-height: 180%;

      & span{
        font-size: 48px;
      }
    }
  }
  .sim_sel{
    margin-bottom:50px;
  }
  .p-trial__cal-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:50px 10px;
  }
  .sim_cont .gr{
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    max-height: 105px;
  }
  .cal-photo {
    grid-area: 1 / 1 / 3 / 2;
    width: 135px;
    & img{
      margin-top:-30px;
    }
  }
  .cal-txt {
    grid-area: 1 / 2 / 2 / 3;
    text-align: center;
    font-size: 16px;
    margin-bottom:10px;
  }
  .item_price {
    font-size: 15px;
    & span {
      font-size: 20px;
    }
  }
  .cal-box {
    grid-area: 2 / 2 / 3 / 3;
    justify-content: center;
  }
  .sim_cont .txt_right {
    max-width: 860px;
    margin: auto;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
  }
  .sim-plan{
    max-width: 860px;
    margin: auto;
    padding-bottom:0;
  }
  .sim-plan-select{
    display: flex;
    gap: 20px;
  }
  .sim-plan .sim-plan-select li {
    margin: 0px 0 0px;
    position: relative;
    max-width: 420px;
    width: 100%;
    font-size: 21px;
  }
  .sim-plan .sim-plan-select label {
    position: relative;
    padding: 12px 10px 12px 40px;
  }
  .sim-result{
    max-width: 750px;
    margin: auto;
  }
  .sim-result {
    padding:0;
    & > .sec_inner {
      padding:60px 0 40px;
      position: relative;
      max-width: 520px;
      margin: auto;
    }
    & dl{
      margin-bottom:20px;
    }
    & dt {
      font-size: 24px;
      font-weight: 700;
    }
    .sim-price {
      font-size: 41px;
      padding-right: 10px;
    }
    .deliver-fee{
      border-bottom: dashed 2px #ADB8BE;
      padding-bottom:20px;
    }
  }
  .sim_notice {
    max-width: 810px;
    margin: auto;
    padding-bottom:0;
    & h3 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .ul_asta{
      font-size: 16px;
    }
  }
}
/* sim end */


/* voice */
#voice{
  padding-bottom:60px;
  background: var(--liblue);
  overflow: hidden;
  & h2{
    font-size: 28px;
    margin-bottom:10px;
  }

}
.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: 25px;
  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 20px;
  }
  & h2{
    font-size: 32px;
    border-bottom: solid 1px #aDB8BE;
    padding-bottom:20px;
  }
  & dl{
    border-bottom: solid 1px #ADB8BE;
  }
  & dt{
    cursor: pointer;
    padding:15px 0 15px;
    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;
    }
  }
}
@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:15px;
  }
  .f_red{
    font-size: 18px;
    color:#E52727;
    margin-bottom:10px;
  }
  .txt_intro{
    margin-bottom:10px;
  }
  .noti_adj{
    padding-bottom:20px;
    border-bottom: solid 1px #ccc;
    margin-bottom:20px;
  }

  a{
    text-decoration: underline;
  }
  .notice_sec{
    margin-bottom::20px;
  }
  ul{
    font-size: 14px;
    margin-bottom:10px;
  }
  dl{
    margin-bottom:20px;
  }
  dt{
    font-size: 16px;
    margin-bottom:10px;
  }
  dd{
    font-size: 14px;
  }
}

.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{
        font-size: 32px;
      }
      & .f_red {
        font-size: 20px;
      }
      & .txt_intro{
        text-align: center;
        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;
    }
  }
}
