
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800;900&display=swap');
@charset "UTF-8";
/* CSS Document */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a, button {
    cursor: revert;
}


ol, ul, menu {
    list-style: none;
}


img {
    max-inline-size: 100%;
    max-block-size: 100%;
}


table {
    border-collapse: collapse;
}


input, textarea {
    -webkit-user-select: auto;
}


textarea {
    white-space: revert;
}


meter {
    -webkit-appearance: revert;
    appearance: revert;
}


:where(pre) {
    all: revert;
}


::placeholder {
    color: unset;
}


::marker {
    content: initial;
}


:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}


:where([draggable="true"]) {
    -webkit-user-drag: element;
}

:where(dialog:modal) {
    all: revert;
}

a:focus, *:focus { outline:none!important; }
a{ text-decoration: none; }


p{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    padding: 0 20px;
    line-height:36px;
    letter-spacing: 2px;
}

h2{
   font-family: 'Zen Maru Gothic', sans-serif;
   font-size: 20px!important;
   line-height: 35px;
   padding: 10px 20px!important;
   font-weight: bold!important;
   margin-bottom: 0!important;
}

h3{
   font-family: 'Zen Maru Gothic', sans-serif;
   font-size: 18px!important;
   font-weight: bold!important;
   line-height: 28px!important;
}

.fix-menu {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
	width:60px;
	
}





/*----------------------------------------------------------------

ハンバーガーナビここから

----------------------------------------------------------------*/

.hamburger {
  position: fixed;
  right: 15px;
  top: 7px;
  width: 30px;
  height: 70px;
  cursor: pointer;
  z-index:120;
  padding: 40px;
}

.hamburger__line {
  position: absolute;
  width: 17px;
  height: 2px;
  right: 0;
  background:#000;
  transition: all 0.5s;
  z-index:120;
  border-radius: 2px;
}

.hamburger__line--1 {
  top: 26px;
  right: 19px;
}

.hamburger__line--2 {
  top: 34px;
  right: 19px;
}

.hamburger__line--3 {
  top: 42px;
  right: 19px;
}

.sp-nav-wrap .nav-text{
    position:absolute;
    top:30px;
    right:-3px;
    font-size:1.2rem;
    color:#716A6E;
}

.open .nav-text{
    font-size:0;
}
.open .nav-text:before{
    content:"close";
    font-size:1.2rem;
    position: absolute;
    right:1px;
}

.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 35px;
  right: 19px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top:35px;
  right: 19px;
}

.open .hamburger__line{
    background:#000;
}
#filter{
    width: 120%;
    height: 120%;
    position: fixed;
    top: -20px;
    left: -20px;
    background-color: rgba(51,51,51,.2);
    z-index: 15;
}

.sp-nav {
  position: fixed;
  right:0;
  top: 0;
  width: 100%;
  height:100vh;
  transition: all 1s;
  z-index: 80;
  overflow-y: auto;
  padding:20px 20px 0 20px;
  opacity: 0;
  pointer-events: none;
}

.sp-nav{
    background:#fff;
    padding-left: 35px;
    padding-right: 35px;
}
img.ashira17 {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 0;
    width: 120px;
}
img.ashira17-sm {
    position: absolute;
    width: 80px;
}

img.ashira18 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 0;
    width: 140px;
}

.sp-nav-inner{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sp-nav .main-menu{
    text-align: center;
    width:100%;
    margin:0 auto;
    background:#fff;
    padding:20px 10px;
    margin:15px 0;
    font-weight: 600;
    border-radius: 5px;
}

.sp-nav .sub-menu{
    font-weight: 500;
}

.sub-menu li{
    padding:0!important;
}


.open .sp-nav {
  opacity: .95;
  pointer-events:auto;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index:80;
}

.sp-nav-wrap{
  //max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.menu h2{
    text-align: center;
    letter-spacing: 2px;
    font-size: 27px !important;
}

.menu-list{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    border-bottom: solid 1px #212529;
    padding-top: 15px;
    padding-bottom: 8px;
    z-index: 9999;
}

.menu-list-a-wrap{
    position:relative;
}
.menu-list a{
    color: #212529;
    text-decoration: none;
    font-size: 14px !important;
}


.menu-list a::after{
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 2px;
    border: 0;
    border-top: solid 2px #212529;
    border-right: solid 2px #212529;
    position: absolute;
    right: 18px;
    margin-top: 10px;
    transform: rotate(45deg);
}


.menu-list .hover{
    color: #F7B346;
    transition: 0.5s;
}

.menu-list .hover::after{
    border-top: solid 2px #F7B346;
    border-right: solid 2px #F7B346;
    transition: 0.5s;
}
/*----------------------------------------------------------------

ハンバーガーナビここまで

----------------------------------------------------------------*/

.fv-wrap{
    position: relative;
    overflow: hidden;
}
.sp-nav-wrap{
	position: relative;
}

.sp-nav-logo img{
    width:220px;
    padding-left: 20px;
}

.circle{
	width: 50px;
	height: 50px;
	background: #fff;
	position: fixed;
	top: 17px;
	right: 18px;
	transform: translate(-0%, -0%);
	-webkit-transform: translate(-0%, -0%);
	-ms-transform: translate(-0%, -0%);
	border-radius: 50%;
	z-index: 90;
    border: 2px solid #000;
}

.fv{
  width: 100%;
  margin: 0  auto;
  padding:  20px 20px 0 20px;
  position: relative;
}

.fv img{
  width: 100%;
}

img.ashira3{
    position: absolute;
    width: 230px;
    top: -30px;
    right: -90px;
    z-index: -1;
}

img.ashira4{
    position: absolute;
    width: 95px;
    bottom: 27px;
    left: -32px;
    z-index:-1;
}


.worries{
  top: -50px;
  z-index: 10;
  position: relative;
}

.wor__inner p{
  border: 2px solid #333;
  background: #fff;
  filter: drop-shadow(0px 3px 0px rgba(0,0,0,1));
  border-radius: 20px;
  padding: 22px 28px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}

.fuki-mar{
  margin-top: 30px;
  margin-bottom: 20px;
}

.about-cont p{
  line-height: 27px;
  font-size: 17px;
}

.about-cont img{
    height: 394px;
    object-fit: cover;
}

.gr-bg{
    background-image: url('../images/rep_g.jpg');
    background-size: 5%;
}

.why p{
  padding: 0px 20px 0 20px;
  margin-bottom: 5px;
  z-index: 1;
  position:relative;
}

.why .fuki-mar{
  margin-top: 0;
  z-index: 1;
}

.why{
    position: relative;
    overflow: hidden;
}

.why-cont img{
    width: 100%;
}

img.ashira7{
    position: absolute;
    top: 0px;
    left: -25px;
    z-index: 0;
    width: 120px;
}

img.ashira8{
    position: absolute;
    top: -19px;
    right: -53px;
    z-index: 0;
    width: 120px;
}

.type-a__text{
  text-align: center;
  background: #FFE940;
  padding: 32px 5px;
  margin: 0 20px;
  border-radius: 20px;
  position: relative;
  top: -20px;

}

.type-a__text h3{
  margin-bottom: 0;
  letter-spacing: 1px;
}

.type-a__text p{
  font-size: 14px;
  line-height: 23px;
  margin-top: 14px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-align: left;
  padding-top: 0;
  letter-spacing: 1px;
}

.type-a{
    margin-bottom: 10px;
}

p.num{
  position: absolute;
  right: -5px;
  bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 100px;
  color: #FFF184;
  z-index: 0;
  font-weight: 600;
}

.type-b__text{
  text-align: center;
  background: #FFC502;
  padding: 32px 5px;
  margin: 0 20px;
  border-radius: 20px;
  position: relative;
  top: -20px;

}

.type-b__text h3{
  margin-bottom: 0;
  letter-spacing: 1px;
}

.type-b__text p{
  font-size: 14px;
  line-height: 23px;
  margin-top: 14px;
  position: relative;
  z-index: 1;
  text-align: left;
  padding-top: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

p.num2{
  position: absolute;
  right: -5px;
  bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 100px;
  color: #FFD340;
  z-index: 0;
  font-weight: 600;
}

.numbers-bg{
    background: #FFE940;
    padding-top: 50px;
}

.numbers .fukidashi{
    margin-bottom: 20px;
    z-index: 1;
}

.numbers .fukidashi h2{
    font-size: 18px;
    line-height: 28px;
}

.numbers p{
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: 500;
}

.plan-bg{
    background: #FAFBFB;
}

.plan .fukidashi{
    margin-top: 30px;
    margin-bottom: 30px;
}

.price-text{
    border: 2px solid #000;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    margin: 20px auto 0px auto;
}

.breakdown{
    background: #fff;
    margin: 20px;
    border-radius: 20px;
    padding: 30px 0;
    filter: drop-shadow(0px 3px 6px #33333326);
    max-width: 1300px;

}

.breakdown hr{
    margin: 0 20px 20px 20px;
}

.yetext{
    background: #FFE940;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 16px;
}

p.plus{
    margin-bottom: 0!important;
}

.breakdown-read p{
    font-size: 13px;
    line-height: 20px;
    margin-top: 30px;
    font-weight: 500;
}


.option .textmd{
    margin-bottom: 0;
}
.option .textlg{
    font-size: 34px;
    color: #D9493D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    letter-spacing: 3px;
    font-weight: 600;
}

.option .textlg span{
    color: #000;
    font-size: 14px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

.option .breakdown-read p{
    margin-top: 10px;
}

.con{
    padding: 100px 20px;
}

.con p{
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    font-weight: 500;
}

.con-tit img{
    max-width: 606px;
    margin: 0 auto;
}

.links{
    background: #fff;
    border-radius: 70px;
    border: 3px solid #000;
    padding: 20px;
    margin-top: 30px;
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}

.links{
    color: #000;
    text-decoration: none;
     font-family: 'Zen Maru Gothic', sans-serif;
     font-weight: 600;
     font-size: 22px;
     line-height: 31px;
     transition: 1s all;
}

.links:hover{
    background: #FFC502;
}

.con a{
    color: transparent!important;
}

.ye-circle{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFC502;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 1s all;
}

.ye-circle.active{
    background: #fff;
}

.feature{
    overflow: hidden;
}


.feature-tit{
    position: relative;
}

img.ashira11{
    position: absolute;
    width: auto;
    top: -40px;
    left:-20px;
    z-index: 0;
}

img.ashira12{
    position: absolute;
    width: auto;
    top: -30px;
    right:-20px;
    z-index: 0;
}

.feature-cont img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}

.feature .fukidashi{
    margin-bottom: 20px;
    z-index: 1;
}

.feature .textlg{
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.feature .textmd{
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

.feature2 img{
    max-width: 226px;
    margin: 0 atuo;
    padding-bottom: 20px;
}

.feature2 .yetext{
    max-width: 230px;
}

.bg-w{
    background: #fff;
    filter: drop-shadow(0px 3px 6px #33333326);
    border-radius: 20px;
    padding: 15px 0;
    margin: 5px 0;
    height:auto;
}

.feature2{
    background: #FAFBFB;
    padding: 50px 0;
    margin: 20px 20px 0px 20px;
}

.feature2 .textmd{
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 1px;
}


.rep hr{
    width: 30px;
    color: #FFC502;
    height: 3px!important;
    margin: 20px auto!important;
    opacity: 1;
}

.rep{
    padding-top: 30px;
}

.rep img{
    width: 100%;
}

 .rep h3{
        font-size: 20px!important;
        line-height: 30px;
    }

.rep .textlg{
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
    text-align: left;
}

.rep .textmd{
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

.inst-cont img{
    border-radius: 20px;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.inst .fukidashi{
    margin-bottom: 20px;
    z-index: 1;
}

.inst .textlg{
    font-size: 18px;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 10px;
}

.inst .textmd{
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: left;
}

.inst-bg{
    background: #FFE940;
    padding: 30px 0;
}

.inst-tit{
    position: relative;
}

img.ashira13{
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}

img.ashira14{
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
}

.step{
    text-align: center;
    padding: 0 20px;
}

.step-title{
    background: #FFC502;
    border-radius: 20px 20px 0 0;
    color: #fff;
}

p.step-title{
    margin-bottom: 0;
    font-size: 16px;
}

.step-title span{
    font-size: 22px;
    letter-spacing: 2px;
}

.step-read{
    border: 2px solid #FFC502;
    border-radius:0 0 20px 20px;
    padding: 10px 0;
    background: #fff;
}

.triangle{
  border-top: 30px solid #D9493D;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  width: 10px;
  margin: 0 auto;
}

.flow .fukidashi{
    margin-bottom: 20px;
}

.flow .fukidashi h2{
    font-size: 20px;
    line-height: 28px;
}

.flow .gr-bg{
    padding: 30px 0;
}

.ser-bg{
    background: #FAFBFB;
    padding: 30px 0;
}

.service-box{
    filter: drop-shadow(0px 3px 6px #33333326);
    margin: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.service-box h3{
    color: #D9493D;
    font-size: 18px;
    line-height: 55px;
}

.service-box p{
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    padding: 0;
    letter-spacing: 1px;
}

.rev-bg{
    background: #FFE940;
    padding: 30px 0;
}

.rev-box{
    padding: 20px 0 5px 0;
}

.rev-box__img{
    width: 100%;

}

.rev-box__img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius:20px 20px 0 0 ;
}

.rev-box__inner{
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.rev-box__inner p{
    margin-bottom: 0;
}

.rev-box__inner .textlg{
    font-size: 18px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 0;
}

.rev-box__inner .textmd{
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 30px;
    font-weight: 500;
}

.rev-box .row>*{
    padding: 0;
}

.review{
    padding:0 20px;
}

.by .bg-w{
  filter: drop-shadow(0px 2px 0px rgba(0,0,0,1));
  border: 2px solid #000;
}

.by-bg .gr-bg{
    padding: 50px 0;
}

.by .yetext{
    max-width: 285px;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.by a{
    color: #000;
    text-decoration: none!important;
}

.by a:hover{
     color: #000;
}


/*fukidashi*/
.fukidashi {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 300px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #333;
  box-sizing: border-box;
  border-radius: 50px;
  filter: drop-shadow(0px 2px 0px rgba(0,0,0,1));
}

.fukidashi h2{
    letter-spacing: 2px;
}

.fukidashi:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #333;
  z-index: 1;
}
/*fukidashi*/

.review-tit{
    position: relative;
}

.review .fukidashi{
    z-index: 1;
}

img.ashira15{
    position: absolute;
    top: -60px;
    left: -40px;
    z-index: 0;
}

img.ashira16{
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: 0;
    width: 120px;
}

.review-tit{
    height: 130px;
}

.rev-box{
    position: relative;
    top: -60px;
}

.footer{
    background: #7FBCCA;
    padding: 30px 0 20px 10px;
    color: #fff;
}

.footer p{
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.footer img{
    padding: 0 20px;
}

small{
    font-size: 10px!important;
    line-height: 13px!important;
}

.sup-br{
    display: none;
}

.about{
    position: relative;
    overflow: hidden;
}

img.about-tit{
    width: 205px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 15px;
}

.about p{
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 2px;
}

.about img.ashira5-sm{
    width: 100px;
    height: auto;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(-00%, -50%);
    -webkit-transform: translate(-00%, -50%);
    -ms-transform: translate(-00%, -50%);
     z-index: -1;
}

.about img.ashira6-sm{
    width: 60px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    z-index: -1;
}

.why .fuki-mar{
    margin-bottom: 20px;
}

.why .gr-bg{
    padding-bottom: 20px;
}

.num_inner{
    position: relative;
}

img.ashira9{
    position: absolute;
    top: -60px;
    left: 5px;
    z-index: 0;
}

 .inst-tit img.ashira9{
    top: -40px;
 }

img.ashira10{
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 0;
}

.inst-tit img.ashira10{
    top: -50px;
 }

.num-cont img{
    width: 100%;
}

.option__inner:first-child{
    border-right: 1px solid #D8D8D8;
    margin-top: 20px;
}

.option__inner:last-child{
    border-left: 1px solid #D8D8D8;
}

.option__inner .textsm{
    margin-bottom: 30px;
}

.con-bg{
    background-image: url('../images/con-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.ac-wrap{
    padding: 25px 0;
}

.ac-tit .fukidashi{
    margin: 20px 0 20px 0;
}

.feature{
    padding-top: 30px;
}

.why .gr-bg{
    padding-top: 30px;
}

.footer img{
    width: 270px;
    margin-bottom: 15px;
}

.footer p{
    margin-bottom: 15px;
}

.rep-cont{
    padding-bottom: 30px;
}

.rep-cont .row>*{
    padding: 0;
}

.con-bg{
    position: relative;
}

.page-top{
    position: absolute;
    bottom: -20px;
    right: 45px;
}

.page-top p{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.page-top a{
    text-decoration: none;
}

.page-top img{
        widht: 50px;
        height: 50px;
    }

/*----------------------------------------------------------------

アコーディオンメニューここから

----------------------------------------------------------------*/
.ac-wrap{
    background: #FAFBFB;
}
.parent-wrap{
    filter: drop-shadow(0px 3px 6px #33333326);
    max-width: 1100px;
    margin: 10px 20px;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
}

.ac-menu{
    margin:0 auto;
}

.parent-wrap-s{
    border-radius: 5px 5px 0 0;
}

.parent-wrap-e{
    border-radius: 0 0 5px 5px;
    transition: 1s all;
}

.parent-wrap-e.active{
    border-radius: 0 0 0 0;
}
.ac-child-e{
    border-radius: 0 0 5px 5px;
}


.ac-child{
    background:#FAFBFB;
    color:#333;
    padding:20px 40px;
    display:none;
}

.ac-child__inner{
    max-width: 740px;
    margin: 0 auto;
}

.ac-arrow{
    transition:all .5s;
    height:30px;
}

.ac-parent{
    margin-right: 20px;
}

.ac-parent p{
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.ac-child p{
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 23px;
}

.q p{
    margin-bottom: 0!important;  
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 0px 5px;
    line-height: 0;
    display: inline;
    position: relative;
    top: 18px;
}

.ans p{
    margin-bottom: 0!important;  
    background: #D9493D;
    color: #fff;
    border-radius: 5px;
    line-height: 0;
    padding: 0px 5px;
    display: inline;
    position: relative;
    top: 0px;
}

.q{
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-left: 10px;

}

.ac-text{
    margin-left: 10px;
    display: block;
}

.ac-arrow {
	position: relative;
    background: #212529;
    width: 15px;
    height: 3px;
    top: 17px;
    right: 10px;

}
.ac-arrow::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    background: #212529;
    top: -6px;
    right: 6px;
}

.ac-arrow.active::after{
    transition:all .5s;
    transform: rotate(90deg);
    animation: opc0 .6s ease 0s forwards;
}

.parent-wrap .col-1{
    width: 15px!important;
}


@keyframes opc0 {
    100%{
        opacity: 0;
    }
}

/*----------------------------------------------------------------

アコーディオンメニューここまで

----------------------------------------------------------------*/

/*-----------------------------------------------*/

@media screen and (min-width:370px) {
    .sup-br{
        display: block;
    }
}

@media screen and (min-width:576px) {
    .sup-br{
        display: none;
    }

    .about img.ashira5-sm{
        top: 50%;
        left: 0%;
    }

    .about img.ashira6-sm{
        top: 50%;
        left: 100%;
    }

    .type-a__text p,.type-b__text p{
        max-width: 500px;
        margin: 14px auto 5px auto;
    }

    .inst-tit img.ashira9, .inst-tit img.ashira10{
        width: auto;
    }

    img.ashira9{
        position: absolute;
        top: -25px;
        left: 20px;
        z-index: 0;
        width: 140px;
    }

    img.ashira10{
        position: absolute;
        top: -40px;
        right: 0;
        z-index: 0;
        width: 140px;
    }

    .num_inner{
        height: 140px;
    }

    .feature-cont img{
        height: 360px;
    }

    img.ashira11{
        left: 20px;
        top: -20px;
    }

    img.ashira12{
       right: 20px;
    }

    .inst-cont img{
        height: 400px;
    }

}

@media screen and (min-width:768px) {
    .sp-nav-wrap{
        margin-left: 20px;
        //margin-right: 25px;
    }

    .wor__inner p{
        font-size: 17px;
        line-height: 30px;
    }

    

    .option__inner{
        width: 33.333%;
    }

    p.num{
        left: 5px;
        right: auto;
    }

    .type-start{
        margin-top: 20px;
    }

    .gr-bg{
        background-image: url('../images/rep_g.jpg');
        background-size: 1.5%;
    }

    .fv {
        padding: 0 40px;
    }

    img.fv-img{
        z-index: 0;
    }

    img.ashira3{
        top: -20px;
        width: 250px;
        z-index: 2;
    }

    img.ashira4{
        width: 150px;
    }


    .type-a__wrap{
        position: relative;
        width: 50%;
        margin: 0 0 0 auto;
    }

    .type-a__wrap img{
        position: relative;
        z-index: 1;
        border-radius: 20px 0 0 20px;
        height: 300px;
        object-fit: cover;
    }

    .type-a__text {
        position: absolute;
        top: 20px;
        left: -410px;
        z-index: 0;
        width: 400px;
        height: 420px;
    }

    .type-b__wrap{
        position: relative;
        width: 50%;
        margin: 0 auto 0 0;
    }

    .type-b__wrap img{
        position: relative;
        z-index: 1;
        border-radius:0 20px 20px 0;
        height: 300px;
        object-fit: cover;
    }

    .type-b__text {
        position: absolute;
        top: 20px;
        right: -410px;
        z-index: 0;
        width: 400px;
        height: 420px;
    }

    .type-b__wrap{
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .option__inner:first-child{
        margin-top: 0;
    }

    .option .price-text{
        margin: 20px auto 50px auto;
    }

    .inst .fukidashi{
        margin-bottom: 40px;
    }

    .step-title{
        border-radius:40px 0 0 40px;
        padding: 15px 20px;
        border: 2px solid #FFC502;
        font-size: 18px;
    }

     .step-title span{
        font-size:40px;
        letter-spacing: 1px;
     }

    .step-read{
        border-radius: 0 40px 40px 0;
        padding: 20px 10px;
        margin-bottom: 0;
        width: 800px;
        font-size: 18px;
    }

    .step{
        margin-bottom: 20px;
    }

    .flow .fukidashi{
        margin-bottom: 40px;
    }

    .why .gr-bg{
        padding-bottom: 180px;
    }

    .type-a,.type-b{
        margin-bottom: 230px;
    }

    .why-cont{
        padding: 15px 0;
    }

    .why .gr-bg{
        padding-bottom: 0;
    }

     .inst-bg,.flow .gr-bg, .ser-bg,.rev-bg,.plan-bg,.rep,.feature{
        padding: 50px 0;
    }

    .feature .textlg{
        text-align: left;
    }

    .step-read span{
        padding-right: 100px;
    }

    .service .fukidashi{
        margin-bottom: 40px;
    }

    .review .fukidashi{
         margin-bottom: 40px;
    }

    .ac-tit .fukidashi{
        margin-bottom: 40px;
    }

    .footer img{
        width: 300px;
        margin-bottom: 20px;
    }

    .footer p{
        margin-bottom: 20px;
    }

    .rev-box__img img{
        height: 500px;
    }

    img.ashira7{
        position: absolute;
        top: 0px;
        left: 50px;
        width: 140px;
    }

    img.ashira8{
        position: absolute;
        top: 0px;
        right: 50px;
        width: 140px;
    }

    .feature-cont img{
        height: 220px;
    }

    img.ashira11{
        left: 40px;
        top: -20px;

    }

    img.ashira12{
       right: 40px;

    }

    .inst-cont img{
        height: 260px;
    }

    img.ashira15{
        top: 0px;
    }
    
    img.ashira16{
        top: 0px;
    }

    .rep-cont .row>*{
        padding: 15px;
    }
}

@media screen and (min-width:992px) {
    .sp-nav{
        margin-top: 35px;
        inset: 0;
        border: solid 3px;
        border-radius: 20px;
        width:auto;
        max-height:550px;
        height: 100%;
        margin:40px 40px 0 40px;
    }
    .menu-list{
        width: 376px !important;
        padding-left: 22px !important;
        padding-right: 10px !important;
    }
    .wor__inner p{
        height: 100%;
        padding: 70px 20px;
    }

    .wor__inner_b p{
        padding: 55px 20px;
    }

     .type-a__text {
        top: 60px;
    }

    .type-b__text {
        top: 60px;
    }

    .numbers-bg{
        padding-top: 100px;
    }

    .price-text{
        margin: 20px;
    }

    .breakdown{
        padding: 30px 40px;
    }

    .plan{
        padding: 50px 0;
    }

    .rep-cont img{
        margin-top: 20px;
    }

    .feature .fukidashi{
        margin-bottom: 40px;
    }

    .rev-box__img img{
        border-radius: 20px 0 0 20px;
        height: 100%;
        object-fit: cover;
        
    }

    .rev-box__inner{
        border-radius: 0 20px 20px 0;
    }

    .rev-box__img{
        padding-right: 0;

    }

    .parent-wrap{
        max-width: 900px;
        margin: 10px auto;
    }

    .ac-child__inner{
        max-width: 800px;
    }

     .type-a__wrap img{
         height: 400px;
    }

    .type-b__wrap img{
         height: 400px;
    }

    .rev-box__inner .textlg{
        text-align: left;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .feature-cont img{
        height: 230px;
    }

    .inst-cont img{
        height: 220px;
    }

    .bg-w{
        padding: 35px 0;
    }

    .con{
        padding: 150px 20px;
    }

    img.ashira17{
        width: 90px;
    }

    .page-top{
        position: absolute;
        bottom: 0px;
        right: 200px;
        
    }
	
	.menu-list a{
  
    	font-size: 17px !important;
	}
	
	.menu-list{
		padding-top: 32px;
		padding-bottom: 12px;

	}

    

    

}

@media screen and (min-width:1200px) {
    .menu h2{
        font-size: 40px!important;
    }

    img.about-tit{
        width: 360px;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .about p{
        font-size: 25px;
        line-height: 65px;
        letter-spacing: 2px;
    }

    .about img.ashira5{
        width: 320px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-00%, -50%);
        -webkit-transform: translate(-00%, -50%);
        -ms-transform: translate(-00%, -50%);
         z-index: -1;
    }

    .about img.ashira6{
        width: 320px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-100%, -50%);
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        z-index: -1;
    }

    .fukidashi h2{
        font-size: 40px!important;
    }
    .fukidashi{
        width: 870px;
    }

    .fuki-mar{
        margin-top: 100px;
    }

    .about-cont p{
      line-height: 40px;
      font-size: 25px;
      font-weight: 500;
    }

    .option .price-text{
        margin: 20px auto;
    }
   
    p.num{
        font-size: 100px;
    }

    p.num2{
        font-size: 100px;
    }

     img.ashira4{
        width: 150px;
        bottom: 150px;
        z-index: 1;
    }

       .about-cont img{
        height: 690px;
    }

    .why p{
        font-size: 28px;
        line-height: 55px;
    }


    .wor__inner p{
        font-size: 20px;
    }

   

    p.num{
        font-size: 100px!important;
    }

    p.num2{
        font-size: 100px!important;
    }

    .type-a__text h3{
        font-size: 30px!important;
        line-height: 51px!important;
    }

    .type-a__text p{
        font-size: 16px;
        line-height: 35px;
    }

    .type-b__text h3{
        font-size: 30px!important;
        line-height: 51px!important;
    }

    .type-b__text p{
        font-size: 16px;
        line-height: 35px;
    }

    .type-a__text {
        top: 100px;
        left: -580px;
        z-index: 0;
        width: 600px;
        height: 520px;
    }

    .type-b__text {
        top: 100px;
        right: -580px;
        z-index: 0;
        width: 600px;
        height: 520px;
    }

    .numbers .fukidashi{
        margin-bottom: 40px;
    }

    .breakdown{
        padding: 30px 80px;
    }

    .feature{
        padding: 80px;
    }

    .feature .fukidashi{
       margin-bottom: 40px;
    }

    .rep .textlg{
        font-size: 30px;
        line-height: 54px;
    }

    .rep .textmd{
        font-size: 16px;
        line-height: 35px;
    }

    .rep h3{
        font-size: 40px!important;
        line-height: 55px;
    }

    .rep hr{
        margin-top: 40px!important;
    }

    .step-read{
        width: 1300px;
    }

    .service{
        max-width: 1300px;
        margin: 0 auto;
    }

    .review{
        margin: 0 auto;
    }

    .parent-wrap{
        max-width: 1100px;
        margin: 10px auto;
    }

    .ac-child__inner{
        max-width: 1000px;
    }

    .type-a, .type-b{
        margin-bottom: 300px;
    }

    .type-a__wrap img{
         height: 560px;
    }

    .type-b__wrap img{
         height: 560px;
    }

    .fuki-mar{
        margin-bottom: 30px;
    }

    .option .textmd{
        font-size: 20px;
        line-height: 55px;
    }

    .option .textlg{
        font-size: 50px;
        line-height: 72px;
    }

    .option .textlg span{
        font-size: 20px;
        line-height: 71px;
    }

    .breakdown-read p{
        font-size: 14px;
        line-height: 26px;
    }

    .links a{
        font-size: 30px;
    }

    .feature .textlg{
        font-size: 20px;
        line-height: 55px;
    }

    .feature2 .yetext{
        font-size: 20px;
        line-height: 55px;
        border-radius: 50px;
    }

    .inst .textlg{
        font-size: 20px;
        line-height: 55px;
    }

    p.step-title{
        font-size: 20px;
    }

    .step-title span{
        font-size: 40px;
    }

    .step-read{
        font-size: 20px;
    }

    .service-box h3{
        font-size: 20px!important;
    }

    .rev-box__inner .textlg{
        font-size: 30px;
    }

    .rev-box__inner .textmd{
        font-size: 16px;
        line-height: 35px;
        padding: 0 50px 50px 50px;
    }

    .rev-box__inner .textlg{
        padding: 0 50px;
    }

    .ac-parent p{
        font-size: 16px;
    }

    .ac-child p{
        font-size: 16px;
    }

    .by .yetext{
        font-size: 20px;
        max-width: 370px;
    }

    .rev-box__inner .textlg{
        text-align: left;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    img.ashira7{
        position: absolute;
        top: 0px;
        left: 50px;
        width: 240px;
    }

    img.ashira8{
        position: absolute;
        top: -27px;
        right: 50px;
        width: 240px;
    }

    .why-tit{
        height: 250px;
    }

    img.ashira9{
        position: absolute;
        top: -25px;
        left: 90px;
        z-index: 0;
        width: 220px;
    }

    img.ashira10{
        position: absolute;
        top: -40px;
        right: 100px;
        z-index: 0;
        width: 220px;
    }

    .num_inner{
        height: 268px;
    }

    .num-cont{
        position: relative;
        top: -150px;
    }

    .numbers{
        margin: -50px;
    }

    .numbers-bg{
        padding-top: 200px;
    }

    .numbers-bg{
        overflow: hidden;
    }

    .feature-cont img{
        height: 300px;
    }

    img.ashira11{
        width: 220px
    }

    img.ashira12{
        width: 220px
    }

    .feature-tit{
        height: 270px;
    }

    .feature-cont{
        position: relative;
        top: -140px;
        margin-bottom: -50px;
        
    }

    .feature{
        padding-bottom: 0;
    }

    .inst-tit{
        height: 200px;
    }

    .inst-cont{
        position: relative;
        top: -80px;
        margin-bottom: -20px;
    }

    .inst-bg{
        padding-top: 100px;
        padding-bottom: 0;

    }

    .inst-cont img{
        height: 300px;
    }

    .review-tit{
        height: 130px;
    }

    .review-tit{
        height: 170px;
    }

    img.ashira15{
        top: -50px;
        left: 20px;
        width: 240px;
    }
    
    img.ashira16{
        top: -50px;
        right: 20px;
        width: 240px;
    }

    .review-tit{
        height: 290px;
    }

    .rev-box{
        position: relative;
        top: -180px;
    }

    .rev-bg{
        padding-bottom: 0;
        padding-top: 150px;
    }

    .bg-w{
        padding: 50px 0;
    }

    img.ashira17{
        width: 120px;
    }

    .sp-nav-logo img{
        width: 396px;
    }









}

@media screen and (min-width:1300px) {
    .breakdown{
        margin: 20px auto;
    }
}

@media screen and (min-width:1500px) {
 .type-a__wrap{
        width: 890px;
    }

    .type-a__text {
        top: 150px;
    }

    .type-b__text {
        top: 150px;
    }
   
}
