@charset "utf-8";

html{
}

body{
  font-family: "Noto Sans JP", sans-serif;
}

img{
    width: 100%;
    vertical-align: bottom;
}

section a{
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    max-width: 420px;
    position: relative;
    margin: 0 auto;
    font-size: 20px;
}

section a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid #008cc2;
  border-right: 2px solid #008cc2;
  transform: rotate(45deg) translateY(-50%);
}

section a:hover{
  opacity: 0.7;
  transition: all .3s;
}

*{
    box-sizing: border-box;
}

body {
    background:linear-gradient(to bottom,#0da84b8e,#009fde79);
}

section{
    padding: 6% 0;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}

h2,h3,h4{
  font-weight: 700;
}

h2{
  font-size: 18px;
  line-height: 1.6;
  color: #008cc2;
}

h3{
  font-size: 24px;
  line-height: 1.4;
}

p{
  font-size: 16px;
  line-height: 1.8;
}

.blue{
  color: #3fbde0;
}

.underline{
  background: linear-gradient(to bottom, transparent 60%,#ffee0050 40%);
}

.s{
  font-size: 80%;
}

.b{
  font-size: 160%;
}

.catch{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.rel{
    position: relative;
}

.abs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#content_wrapper{
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
}

.inner{
    padding: 0 8%;
}

small{
  font-size: 14px;
  display: block;
  line-height: 1.6;
}

small.copyright{
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    font-size: 12px;
    padding: 10px 0;
    background-color: #333;
}


.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

#floating{
position: fixed;
width:100%;
max-width: 540px;
  bottom: 20px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  color: #fff;
}

#floating a{
    padding: 25px 60px 25px;
  display: block;
  font-size: 20px;
  text-align: center;
    background: url(./img/re_btn_floating.png) no-repeat center center / 100% 100%;
overflow: hidden;
position: relative;
border-radius: 50px;

}

#floating a:hover{
  opacity: 0.8;
  transition: all .3s;
}

#floating a::before{
	content: "";
	position: absolute;
	display: block;
  border-radius: 50px;
	background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.9));
	width: 50px;
	height: 50px;
	top: -60px;
	left: -60px;
	animation-name:shine-run;
	animation-delay:0;
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
}

@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }

  30% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }

  60% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }

  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}


.f{
  display: flex;
}

.util_ttl{
  margin: 0 auto 4%;
  position: relative;
  width: fit-content;
  max-width: 520px;
}

.util_ttl::before,
.util_ttl::after{
  content: '';
  background: url(./img/re_el.png) no-repeat center center / contain;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.util_ttl::before{
  left:-100px;
}

.util_ttl::after{
  right:-100px;
}

.util_ttl p.en{
  font-size: 32px;
  letter-spacing: 6px;
  color: #008cc2;
  font-weight: 900;
}

/*individual*/

#mv{
  padding: 0;
}

#lead{
  background-color: #e6f5fd;
  color: #008cc2;
  border-radius: 0 0 100px 100px;
  margin: 0 0 8%;
}

#lead p{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

#lead .car{
  margin: 2% auto;
  max-width: 320px;
}

#lead ul{
  gap: 0 40px;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto;
}

#lead ul li{
  width: calc(100% / 3 - 40px * 2 / 3);
}

#lead ul li p{
  background: url(./img/re_fukidashi.png) no-repeat center center / 100% 100%;
  padding: 20% 4% 10%;
  margin-top: 4%;
}

#lead .catch,
#charge .bg1 .catch{
  position: relative;
  display: inline-block;
}

#lead .catch::before,
#lead .catch::after,
#charge .bg1 .catch::before,
#charge .bg1 .catch::after{
  content: ' / ';
  transform: rotate(-40deg);
  position: absolute;
  bottom: 0;
  left: -40px;
  font-size: 30px;
}

#lead .catch::after,
#charge .bg1 .catch::after{
  left: auto;
  right: -40px;
  transform: rotate(10deg);
}

#charge{
}

#charge .bg{
  background-color: #e6f5fd;
  padding: 4% 0;
}

#charge .bg .map{
  max-width: 640px;
  margin: 0 auto;
}

#charge .bg_top{
  background-color: #008cc2;
  padding: 3% 0;
  border-radius: 40px 40px 0 0;
}

#charge p.copy{
  font-size: 18px;
  padding: 0.5% 4%;
  border-radius: 50px;
  color: #008cc2;
  background-color: #fff;
  display: inline-block;

}

#charge .bg1{
  margin: 0 0 4%;
  background: linear-gradient(to bottom,#e6f5fd 80%, #fff 20%);
}

#charge .bg1 .img{
  max-width: 720px;
  margin: 4% auto 0;
}

#charge .bg2{
  padding: 4% 8% 8%;
  background: linear-gradient(to bottom,#fff 70%, #e6f5fd 30%);
}



#charge .bg2 .message img,
#charge .bg3 .box h3 img{
  max-width: 640px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

#charge .bg3 .box h3 img{
  max-width: 480px;
}

#charge .bg2 .message p{
  font-size: 32px;
  font-weight: 700;
  color: #4d4d4d;
}

#charge .bg2 small{
  margin: 2% 0 0;
}

#charge .message{
  margin: 0 0 6%;
}

#charge .bg2 a{
  background: url(./img/re_btn_spot.png) no-repeat center center / 100% 100%;
}

#charge .bg3{
  background-color: #e6f5fd;
  padding: 0 8% 4%;
}

#charge .el{
  background-color: #008cc2;
  height: 80px;
  border-radius: 0 0 40px 40px;
}

#charge .bg3 small{
  display: block;
  margin: 2% 0 0;
}

#charge .bg3 .box{
  background-color: #fff;
  padding: 4%;
  border-radius: 40px;
}

#charge .bg3 .box h3,
#charge .bg3 .box p{
  color: #4d4d4d;
}

#charge .bg3 .box h3{
  margin: -6% 0 4%;
  font-size: 32px;
}

#charge .bg3 .box p{
  font-size: 20px;
}

#charge .bg4{
  margin: 6% 0 0;
}

#charge .bg4 .box{
  border: 4px solid #008cc2;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
  padding: 4% 8%;
}

#charge .bg4 .box .img{
  width: 100%;
  margin: 0 auto;
}

#charge .bg4 .box small{
  text-align: left;
  margin-top: 4%;
}

#charge .bg4 h3{
  background-color: #008cc2;
  color: #fff;
  width: fit-content;
  margin: -9% auto  6%;
  padding: 10px 40px;
    letter-spacing: 1px;
  border-radius: 50px;
}

#price{}

#price .img.rel{
  margin: 0 0 10%;
}

#price .img img.parallax{
  height: 350px;
  object-fit: cover;
}

#price .img img.abs{
  width: 60%;
  max-width: 800px;
  height: auto;
  left: 50%;
  top: auto;
  bottom: -20%;
  transform: translateX(-50%);
}

#price small{
  text-align: left;
  margin: 4% auto 0;
  width: 80%;
}

#price .table_wrap{
  display: flex;
  gap: 0 60px;
  justify-content: center;
  width: 80%;
  margin: 4% auto 0;
}

#price .table_wrap table.z{
  width: 60%;
}

#price .table_wrap table.g{
  width: calc(40% - 60px);
}

#price .table_wrap table.g td{
  border-right: none;
}


#price .table_wrap th,
#price .table_wrap td{
  font-weight: 700;
  padding: 2% ;
}

#price .table_wrap th{
  background-color: #0066a8;
  color: #fff;
  font-size: 28px;
  margin: 0 0 2%;
  padding: 0 1%;
}


#price .table_wrap td{
  border-bottom: 1px solid #0066a8;
  color: #0066a8;
}

#price .table_wrap td.cost{
  font-size: 24px;
}

#price .table_wrap td:first-of-type{
  border-right: 1px solid #0066a8;
}

#price .table_wrap tr:last-of-type td{
  border-bottom: none;
}

#price .table_wrap .hid td:first-of-type{
  border-right: none;
}

#price .table_wrap .hid td{
  border-bottom: none;
}

#price small{
  color: #0066a8;
}

#plan{}

#plan .img{
  width: 80%;
  margin: 0 auto 4%;
}

#plan h2{
  font-size: 28px;
  color: #fff;
  background-color: #00625a;
  padding: 1% 2%;
  letter-spacing: 1px;
  width: 80%;
  margin: 0 auto calc(2% + 40px);
  border-radius: 20px;
  position: relative;
}

#plan h2::before{
  content: '▼';
  color: #00625a;
  position: absolute;
  bottom: -40px;
  font-size: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#color img.parallax{
    height: 300px;
    object-fit: cover;
    object-position: center;
}

#color small{
  margin: 4% auto 0;
  text-align: left;
  width: 80%;
}

#color .inner .img{
  width: 80%;
  margin: 0 auto;
}

.accordion {
  margin-bottom: 7px;
  background-color: #5c7d63;
  border-radius: 5px;
  width: 80%;
  margin: 2% auto 0;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2% 6%;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.accordion summary h3{
  font-size: 18px;
  font-weight: 400;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  width: 2px;
  height: 20px;
  border-radius: 5px;
  background-color: #fff;
  content: '';
}

.accordion summary::before {
  position: absolute;
  right: 30px;
  rotate: 90deg;
}

.accordion summary::after{
  right: 30px;
  position: absolute;
}

.accordion summary::after {
  transition: rotate .3s;
}

.accordion[open] summary::after {
  rotate: 90deg;
}

.accordion .content {
  transform: translateY(-10px);
  background-color: #e4e6d8;
  opacity: 0;
  margin: 0;
  padding: 4%;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion[open] .content {
  transform: none;
  opacity: 1;
}

#sup{
}

#sup p{
  font-size: 20px;
  font-weight: 700;
}

#sup p.blue{
  margin: 2% 0;
  display: block;
}

#sup p.b{
  font-size: 30px;
}

#sup p.b.blue{
  background: url(./img/re_sup_bg.png) no-repeat center center / 100% 100%;
  width: fit-content;
  margin: 0 auto;
  padding:2% 18% 3%;
}

#sup p.b.blue span{
  font-size: 240%;
  margin:0 10px;
}

#sup small{
  margin: 2% 0;
}

#sup a{
  color: #fff;
  background: url(./img/re_btn_sup.png) no-repeat center center / 100% 100%;
}

#sup a::after{
  border-color: #fff;
}

#qa{
}

#qa .ttl{
}

#qa h2{
  background: url(./img/re_question.png) no-repeat center center / 100% 100%;
  padding: 4% 0;
}

#qa span.black{
  color: #333;
}

#qa .wrap{
  background-color: #e6f5fd;
  padding: 2% 0 4%;
}

#qa .accordion{
  width: 100%;
}

#qa .accordion summary{
  background-color: #4dafdd;
  position: relative;
}

#qa .accordion summary span.q,
#qa .accordion .content span.a{
  position: absolute;
    left: -45px;
    top: -10px;
  font-size: 160%;
}

#qa .accordion .content{
  background-color: #fff;
  border: 2px solid #4dafdd;
  position: relative;
  text-align: left;
  padding: 3.5% 6%;
}

#qa .accordion .content h3{
  font-size: 20px;
  margin: 0 0 2%;
}

#qa .accordion .content p.b{
  font-size: 120%;
  font-weight: 700;
  margin: 10px 0;
}

#qa .accordion .content .img{
  margin: 10px 0;
}


#qa .ttl.inner{
      z-index: 2;
    position: relative;
    transform: translateY(15px);
}

#qa .accordion h3{
  position: relative;
}

#qa dl{
  display: flex;
  flex-wrap: wrap;
}

#qa dl dt,
#qa dl dd{
  margin: 0 0 10px;
}

#qa dl dt{
  width: calc(20px * 4);
  font-size: 20px;
  font-weight: 700;
}

#qa dl dd{
  width: calc(100% - 20px * 4 );
}

#cv{
  padding: 0 0 12%;
}

#cv .catch_wrap{
  margin: 0 0 2%;
}

#cv .catch{
  display: inline;
}

#cv .bg{
  background-color: #e6f5fd;
  padding: 4% 0;
  margin: 2% 0 8%;
}

#cv .bg .f{
  gap:0 20px;
  width: 80%;
  margin: 0 auto;
}

#cv .bg .f a{
  color: #fff;
  background:linear-gradient(to right,#12a947,#00a0e2);
  border-radius: 50px;
  width: calc(100% / 2 - 20px * 1 / 2);
  padding: 20px;
}

#cv .bg .f a::after{
  border-color: #fff;
}

#cv a.to_top{
  background-color: #00625a;
  padding: 20px;
  color: #fff;
}

#cv a.to_top::after{
  border-color: #fff;
  right: 16px;
}


@media screen and (min-width:768px) and (max-width:1279px){
.inner {
    padding: 0 4%;
}
h3 {
    font-size: 20px;
  }

  #charge .bg2 .message img, #charge .bg3 .box h3 img{
max-width: 520px;
  }
  #charge .bg2 .message p {
    font-size: 30px;
  }

  #charge .bg3 .box h3 img {
    max-width: 380px;
}
#charge .bg3 .box p {
    font-size: 18px;
}

#charge .bg3 small{
  text-align: left;
    margin: 4% 0 0;
}


#charge .bg .map {
    max-width: 480px;
  }

#floating a{
  font-size: 18px;
}

.util_ttl p.en {
    font-size: 28px;
  }

.util_ttl::before, .util_ttl::after{
    width: 45px;
    height: 45px;
}
.util_ttl::before {
    left: -70px;
}
.util_ttl::after {
    right: -70px;
}

#price .img.rel {
    margin: 0 0 12%;
}

}


.sp{display:none;}
@media screen and (max-width:768px){
.sp{display:block;}
.pc{display:none;}

section{
    padding: 12% 0;
}

section a{
  padding: 20px 30px 20px;
  font-size: 18px;
}

.inner{
  padding: 0 4%;
}

small{
  font-size: 12px;
  text-align: left;
}

h2 {
    font-size: 16px;
  }

h3 {
    font-size: 18px;
  }

p{
  font-size: 15px;
}

.util_ttl{
  width: 100%;
      margin: 0 auto 8%;
}

.util_ttl p.en {
    font-size: 21px;
    letter-spacing: 2px;
}

.util_ttl::before, .util_ttl::after{
    width: 30px;
    height: 30px;
}

.util_ttl::before {
    left: 20px;
}

.util_ttl::after {
    right: 20px;
}

.catch {
    font-size: 18px;
  }

.pagetop{
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
}

#floating{
  width: 100%;
  max-width: 420px;
}

#floating a{
  font-size: 16px;
    padding: 18px 45px 18px;
}



#lead{
border-radius: 0 0 60px 60px;
}

#lead .car {
    margin: 6% auto;
    max-width: 240px;
}

#lead ul {
  gap: 0 6px;
  max-width: 480px;
  }

#lead ul li{
      width: calc(100% / 3 - 10px * 2 / 3);
}

#lead ul li .img{
  width: 80%;
  margin: 0 auto;
}

#lead ul li p{
  margin-top: 8%;
}

#lead ul li p{
  font-size: 14px;
}



#charge .bg2 .message img, #charge .bg3 .box h3 img {
    max-width: 240px;
  }


#charge .bg2 .message p {
    font-size: 18px;
  }
  #charge p.copy {
    font-size: 16px;
    padding: 1% 8%;
  }
  #charge .bg_top {
    padding: 4% 0;
  }
  #charge .bg2 small {
    margin: 6% 0 0;
}
#charge .bg3 .box h3 {
    margin: -12% 0 4%;
    font-size: 24px;
  }

  #charge .bg3 .box p {
    font-size: 16px;
}

#charge .bg3 .box{
    border-radius: 20px;
    padding: 8% 4%;
}

#charge .bg2 {
    padding: 8% 4% 16%;
  }

  #charge .bg3{
    padding: 0 4% 8%;
  }

#charge .message {
    margin: 0 0 12%;
}

#charge .bg3 small{
  margin: 4% 0 0;
}

#charge .el{
  height: 40px;
}

#charge .bg4 {
    margin: 20% 0 0;
}

#charge .bg4 .box{
  width: 100%;
  padding: 4% 4% 8%;
}

#charge .bg4 .box .img{
  width: 100%;
  margin: 0 0 6%;
}

#charge .bg4 h3{
    margin: -16% auto 8%;
}

#price .table_wrap{
  flex-direction: column;
  width: 100%;
}

#price .img.rel {
    margin: 0 0 18%;
}

#price .img img.abs {
    width: 80%;
    bottom:-30%;
  }

#price .img img.parallax{
  height: 150px;
}

#price .table_wrap table:first-of-type{
  width: 100%;
  margin: 0 0 8%;
}

#price .table_wrap table.z{
  width: 100%;
}

#price .table_wrap th{
  font-size: 24px;
  padding: 2% 0;
}
#price .table_wrap table:last-of-type{
  width: 100%;
}
#price table.sp tbody{
  width: 100%;
  display: block;
}

#price table.sp tr{
  display: flex;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

#price table.sp tr:nth-child(2){
  border-bottom: 1px solid #008cc2;
}
#price table.sp tr:last-of-type{
  border:none;
}

#price table.sp tr td:first-of-type{
  width: 20%;
}

#price table.sp tr td:nth-child(2){
  width: 30%;
}

#price table.sp tr td:last-of-type{
  width: 50%;
}

#price table.sp tr td:not(:last-of-type){
  border-right: #008cc2 1px solid ;
}

#price table.sp th{
  width: 100%;
}

#price table.sp td{
  border:none;
}



#price small{
  width: 100%;
}

#plan h2 {
    font-size: 18px;
    width: 90%;
    padding:2%;
  }



#plan .img {
    width: 100%;
  }

#sup p.blue {
    margin: 4% 0;
  }

#sup p {
    font-size: 18px;
  }
#sup p.b {
    font-size: 24px;
}

#sup p.b.blue span {
    font-size: 200%;
    margin: 0 6px;
  }

#sup small {
    margin: 6% 0;
}

#color img.parallax {
    height: 150px;
  }

  #color small{
    width: 100%;
  }

#qa h2 {
    background: url(./img/re_question_sp.png) no-repeat center center / 100%;
    padding: 8% 0;
}


  #qa .wrap{
    padding: 6% 0 12%;
  }

  #cv .catch_wrap{
  margin: 0 0 4%;
}

#cv {
    padding: 0 0 24%;
}

#cv a.to_top{
  font-size: 15px;
}

#cv .bg{
margin: 8% 0 16%;
    padding: 8% 0;
}

#cv .bg .f{
  flex-direction: column;
  gap: 20px 0;
}

#cv .bg .f a{
  width: 100%;
}

#lead .catch::after, #charge .bg1 .catch::after{
      right: -30px;
    transform: rotate(20deg);
}
#charge .bg1 .catch::before{
    transform: rotate(-42deg);
        left: -35px;
}

#qa .accordion summary span.q, #qa .accordion .content span.a{
  font-size: 120%;
    left: -25px;
    top: -3px;
}

}

@media screen and (max-width:540px){
.pagetop {
  bottom: 100px;
}

.accordion{
  width: 100%;
}

.accordion summary{
        padding: 6% 6% 6% 10%;
}

.accordion .content{
  padding: 6% 4% 0;
}


.accordion summary h3,
#qa .accordion .content h3 {
    font-size: 16px;

}

#qa .accordion .content h3{
  margin: 0 0 20px;
}

#qa .accordion .content p{
  font-size: 14px;
  margin: 0 0 10px;
}

#qa .accordion .content{
        padding: 6% 6% 6% 10%;
}

.accordion summary::before,
.accordion summary::after{
  right: 10px;
}
.accordion summary::before, .accordion summary::after{
  height: 10px;
}

#qa .accordion .content p.b {
    font-size: 100%;
  }

  #qa dl dt{
    width: 100%;
    margin: 0;
  }
    #qa dl dd{
      width: 100%;
      font-size: 14px;
    }

}

