@charset "UTF-8";



html {
  overflow-y: scroll;
  scroll-behavior: smooth;
 }





body{
    margin:0;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
    background:#fff;
    font-size:16px;
    width:100%;
    overflow:hidden;
}

main{
  margin-top:-27px;
}

ul{
    padding:0;
}  

li{
    list-style:none;
    letter-spacing: 1px;
}

a{
    text-decoration:none;
    transition:0.4s;
}

a:hover{
  opacity:0.6;
}

p{
    line-height:150%;
    letter-spacing: 1px;
    margin:0;
    font-size:16px;
}

img{
    vertical-align:top;
    max-width:100%;
}

.content{
  margin:0 auto;
  position:relative;
}

h2{
font-size:35px;
font-weight:700;
}

h3{
    font-size: 25px;
    font-weight: 700;
}

.wrap1000{
max-width:1000px;
margin:0 auto;
padding: 111px 15px;
}

.wrap1250{
max-width:1100px;
margin:0 auto
}

.wrap-mv{
max-width:1160px;
margin:0 auto
}

.wrap1500{
max-width:1500px;
margin:0 auto
}


/*PC
@media screen and (min-width: 1280px){*/

.sec-title{
  text-align:center;
  margin-bottom:60px;
}

.sub-en{
  font-weight:bold;
  font-size:26px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom:7px;
}

.sec-title h2{
  margin:0 0 15px;
  font-size:35px;
  letter-spacing: 0.03em;
}

.header{
position: absolute;
    width: 100%;
    z-index: 2;
    max-width: 1250px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 25px;
}

.header-in{
      display: flex;
    justify-content: space-between;
}

.header-in ul{
  display: flex;
  align-items:center;
  margin:0;
}
.header-in ul li a{
  color:#000;
  padding:0 15px;
}

.header .logo{
  max-width:100px;
      padding-left: 20px;
}

.child-header{
      max-width: 100%;
    background: #0064b4;
    padding: 15px;
    position: relative;
}









.mv-area{
  background: url(images/mv.webp) no-repeat;
   background-size: cover;
}

.mv-area-in{
  position:relative;
  padding:30px 0 50px;
}

.mv-left{
max-width: 70%;
}

.mv-text{
    width: 100%;
    display: block;
    margin-left: -9.5%;
}



.blue-text{
  color:#009FE2;
  font-size:48px;
}

.marker{
  background:linear-gradient(transparent 60%, #ffff66a3 60%);
  /*background:linear-gradient(transparent 60%, #ff6 60%);*/
}


.mv-left-bottom{
background: #fff;
    padding: 27px 40px;
    border-radius: 12px;
    position:relative;
    margin-top: -29px;
}

.mv-left-bottom p{
    display: block;
    font-size: 29px;
    font-weight: bold;
    border-bottom: 1px solid #009FE2;
    margin-bottom: 15px;
    padding-bottom: 5px;
    width: fit-content;
}

.mv-left-bottom .line-button{
  display: block;
    width: 76%;
    margin: 0;
    position: relative;
    z-index: 3;
}

.mv-left-bottom .mv-cta-p{
  position:absolute;
  bottom:0;
    right: 1%;
    width: 40%;

}



.title-icon{
  height:44px;
  width:auto;
  margin-bottom:25px;
}

.sec-title p{
font-size: 24px;
    letter-spacing: 0;
    font-weight: bold;
}


.sec1{
  background:url(images/sec1-back.webp)no-repeat;
  background-size:cover;
}

.sec1 ul{
  display: flex;
    flex-wrap: wrap;

}

.sec1 ul li{
    width: 37%;
    background: #fff;
    border-radius: 15px;
    padding: 4% 5% 2%;
    text-align: center;
    margin-bottom: 4%;
    position: relative;
    box-shadow: 5px 5px 10px #aaa;
}

.sec1 ul li:nth-child(odd){
  margin-right:6%;
}

.sec1 ul li h3{
  margin-bottom:13px;
}

.sec1 ul li .no{
  position: absolute;
    left: 5px;
    top: -55px;
    font-size: 95px;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #ccc;
    font-style: italic;
}


.sec2{
  background:url(images/sec2-back.webp)no-repeat;
  background-size:58%;
  background-position:top right;
}

.sec2 ul {
  display:flex;
  margin-bottom:70px;
  align-items: start;
}

.sec2 ul li{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right:15px;
  text-align:center;
  font-weight:bold;
  font-size:18px;
}
.sec2 ul li:last-child{
  margin-right:0;
}

.sec2 ul li.sec2-arrow{
margin-top:17%;
}


.sec2 ul li img{
  margin-bottom:20px;
}

.sec2 ul li span{
  background: #009FE2;
    color: #fff;
    font-weight: bold;
    padding: 4px 15px 4px;
    margin-bottom:10px;
        border-radius: 50px;
} 

.sec2 ul li.sec2-arrow img{
  margin-top:-30px;
}


.issai2{
  display:block;
  text-align:center;
  font-size:25px;
  font-weight:bold;
  margin-bottom:10px;
}

.line-button{
  display:block;
  max-width:560px;
  margin:0 auto;
}



.sec3{
  background:#FCFBF7;
}

.sec3 ul{
  display:flex;
  flex-wrap:wrap;
}

.sec3 ul li{
  width:48%;
  margin-bottom:4%;
  position:relative;
}

.sec3 ul li:nth-child(odd){
  margin-right:4%;
}

.sec3 ul li p{
  display: block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 42px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.sec4{
  background:url(images/sec4-top-back.webp)no-repeat;
  background-size:cover;
}


.sec5{
  background: url(images/sec4-bottom-back.webp) no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
    position: relative;;
}

.sec5:before{
    content: "";
    width: 100%;
    height: 270px;
    background: url(images/sec4-bottom-back2.webp) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
}

.sec5-left{
  max-width: 630px;
}

.sec5 ul{
  margin-top:40px;
}
.sec5 ul li{
  margin-bottom: 20px;
    padding-bottom: 20px;
  border-bottom: 1px solid #009FE2;
  position:relative;
  padding-left:50px;
}

.sec5 ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:-15px;
  bottom:0;
  margin:auto 0;
  background:url(images/sec4-check.webp)no-repeat;
  background-size:100% 100%;
width:41px;
height:34px;
}


.sec5 ul li p{
    font-size: 23px;
    font-weight: bold;
}


.cta{
  background:url(images/cta-back.webp)no-repeat;
  background-size:cover;
  color:#fff;
}

.cta-left h3{
  font-size:29px;
  margin-top:20px;
}

.cta-in{
  display: flex;
    padding: 40px 15px 0;
    align-items: center;
}

.issai{
display: block;
    background: #fff;
    border-radius: 9px;
    padding: 15px;
    padding-top: 17px;
}

.issai p{
  font-size:30px;
  font-weight:bold;
  color:#009FE2;
}

.cta-left{
  width:57%;
      margin-bottom: 24px;
}

.cta-right{
  width:40%;
  margin-left:3%;
}

.sec6{
  background:url(images/sec6-back.webp)no-repeat;
  background-size:cover;
  background-position:top right;
}

.sec6 ul{
  display:flex;
}

.sec6 ul li{
  margin-right:25px;
  text-align:center;
  width:33.3%;
}

.sec6 ul li:last-child{
  margin-right:0;
}

.sec6 ul li img{
width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec6 ul li .satei-box{
  margin:20px 0 7px;
}

.sec6 ul li .jireiimg{
  position: relative;
    height: 230px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 5px 5px 7px #aaa;
}

.sec6 ul li .jireiimg p{
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 12px;
    color: #fff;
}



.sec6 ul li .satei-box span{
background: #fff;
    padding: 6px 10px 4px;
    margin: 5px;
    border-radius: 0;
    font-weight: bold;
}

.satei-price{
  font-size: 20px;
    font-weight: bold;
}

.satei-price span{
  font-size:30px;
  margin-left:10px;
}





/* アコーディオン */
.accordion{
  margin-top:80px;
}
.acc{
  
  border:1px solid #b3b3b3;
  margin-bottom:30px;
  font-size:18px;
}

.accordion-content {
  display: none;
}



.accordion-header {
  background-color: #FFF;
  padding: 30px;
  margin: 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
      
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:10px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#0064b4;
}

.accordion-header.active::before,
.accordion-header.active::after{
background:#fff;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 30px;
	font-size:18px;
	font-weight:normal;
  border-radius:15px;
}

.accordion-header span,
.accordion-content span{
    padding-left: 75px;
  position: relative;
	display:inline-block;
	line-height:160%;
}

.accordion-header span::before{
position: absolute;
    content: "Q";
    top: -4px;
    left: 0;
    font-size: 38px;
	color:#0064b4;
  font-weight:bold;
}


.accordion-content span::before{
    position: absolute;
  content:"A";
top: 0;
    left: 3px;
    font-size: 38px;
	color:#0064b4;
	font-weight:bold;
}

/* hover 
.accordion-header:hover {
  background-color: #F2F2F2;
}*/

.accordion-header.active{
  background:#0064b4;
  color:#fff;
}

.accordion-header.active span::before{
  color:#fff;
}


/*アコーディオンここまで*/



.re-button{
  width:200px;
  padding:15px;
  text-align:center;
  display:block;
  margin:80px auto 0;
  color:#fff;
  background:#0064b4;

}


.footer{
  background: #0064b4;
  text-align:center;
  color:#fff;
padding-bottom: 7px;
    padding-top: 7px;
}

.footer a{
  color:#fff;
}
.footer-in ul{
  margin:0 auto;
  display: flex;
  justify-content: center;
      padding: 30px 0;
}

.footer-in ul li{
  padding-right:15px;
  border-right:1px solid #fff;
}
.footer-in ul li:last-child{
  border:none;
  padding-right:0;
  padding-left:15px;
}




 .pc-dis{
  display:block;
}

.sp-dis{
  display:none!important;
}



/*スマートフォン*/
@media screen and (max-width: 900px){



  p{
    line-height:140%;
  }

  .sec-title h2 {
    margin: 0;
    font-size: 22px;
        letter-spacing: 0.03em;
  }

  .sub-en {
    font-size: 18px;
  }

  .wrap1000{
      width: 96%;
       padding: 50px 2%;
    }

    .blue-text {
    color: #009FE2;
    font-size: 34px;
}

h3 {
    font-size: 20px;
}

.header .logo{
  width:70px;
}

.sp-line-button{
max-width: 50px;
    margin-right: 15px;
}

.mv-left {
    max-width: 96%;
    margin: 50px 2%;
}


.mv-left-bottom {
    padding: 15px;
}


.mv-left-bottom p {
    display: block;
    font-size: 3vw;
border:none;
width: 67%;
        padding-right: 25%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

   .mv-left-bottom .line-button {
    display: block;
    width: 78%;
    margin:10px 0 0;
} 

.mv-left-bottom .mv-cta-p {
        width: 51%;
        right: -18px;
}

.title-icon {
    height: 30px;
    width: auto;
    margin-bottom: 15px;
}


.sec1 ul {
    display: block;
}

.sec1 ul li {
    width: 80%;
        margin: 0 5% 15%;
        padding-bottom: 4%;
}

.sec1 ul li:nth-child(odd) {
    margin-right: 0;
}

.sec2 {
    background: url(images/sec2-back.webp) no-repeat;
    background-size: 100%;
}

.sec2 ul {
    display: block;
    margin-bottom: 58px;
}
.sec2 ul li {
    margin-right: 0;
    width: 90%;
        margin: 5%;
}

.sec2 ul li img{
max-width: 150px;
    margin: 10px auto 30px;  
}



.sec2 ul li span {
    padding: 5px 15px 4px;
}

.sec2 ul li.sec2-arrow{
        transform: rotate(90deg);
        width: 50px;
        margin: 0 auto;

}

.sec2 ul li.sec2-arrow img {
    margin-top: 0;
    margin-bottom: 0;
    width: 50px;
}

.issai2{
  font-size:17px;
}

.sec3 ul {
    display: block;
}

.sec3 ul li {
    width: 90%;
    margin: 5%;
}

.sec3 ul li p {
    font-size: 26px;
left: 15px;
}


.sec4 .sec-title p{
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}

.sec5 {
    background: url(images/sec4-bottom-back.webp) no-repeat;
    background-size: auto 100%;
    background-position: 86%;
}

.sec5-in{
background: rgba(255, 255, 255, .8);
}

.sec5 ul {
    margin-top: 40px;
    width: 90%;
    margin: 40px 5%;
}

.sec5 ul li p {
    font-size: 17px;
}

.issai {
  width: 90%;
        padding: 3% 3% 2%;
                max-width: 444px;
}

.cta-in {
    display: block;
    position:relative;
/*    overflow: hidden;*/
    padding:40px 2% 15px !important;
}

.cta-left {
    width: 100%;
}

.cta-left h3 {
font-size: 18px;
        width: 70%;
    position: relative;
        z-index: 5;
}

.issai p{
  font-size: 24px;
}

.cta-right {
            width: 56%;
        margin-left: 3%;
        position: absolute;
        bottom: 0;
        right: -17px;
}
.cta .line-button {
    display: block;
    max-width: 560px;
    margin: 0;
    width: 85%;
    position: relative;
    z-index: 2;
}

.sec6 {
    background: url(images/sec6-back.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.sec6 ul {
    display: block;
}
.sec6 ul li {
    width: 90%;
    margin: 0 5% 12%;
    text-align: center;
}

.accordion-header span::before {
    position: absolute;
    content: "Q";
    top: -4px;
    left: 0;
    font-size: 30px;
}
.accordion-content span::before {
    position: absolute;
    content: "A";
    top: 0;
    left: 0;
    font-size: 30px;
}








  /*アコーディオン　スマホ*/
.accordion {
    margin-top: 40px;
}

.acc {
    margin-bottom: 12px;
    font-size: 15px;
}

.accordion-header {
    padding: 20px;
}

.accordion-content {
    background-color: #FFF;
    padding: 20px;
    font-size: 16px;
}

.accordion-header span, .accordion-content span {
padding-left: 33px;
}

  /*アコーディオン　スマホ　ここまで*/


.privacy-text{
  padding:0 15px;
}
.privacy-text p {
    font-size: 13px;
}
.privacy-text h3 {
    font-size: 15px;
}


  .pc-dis{
    display:none!important;
  }
  
  .sp-dis{
    display:block!important;
  }

  }








  /*アニメーション*/
	
	/*スライドアニメーション*/

.slideUp{
	animation-name:slideUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
bottom: -6.5vw;
}

@keyframes slideUpAnime{
  from {
    bottom: -6.0vw;
  }

  to {
    bottom: 0;
  }
}


/*フェードインアニメーション*/
	.fade-box{
		opacity:0;
	}
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(25px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 上から */



.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-50px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(50px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}







