html {
    font-size: 62.5%;
    scroll-behavior: smooth;

}

body {
    font-size: 1.6rem;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Helvetica Neue", "Helvetica", "メイリオ","Meiryo","Arial",  sans-serif;
    position: relative;
    background-color:#e7e7e7;
    line-height: 1.75;
}

@media screen and (max-width:640px){
    body {
        padding-bottom:60px;
    }
}



@media screen and (min-width:641px){
    body {
        padding-bottom:65px;
    }
}

/*----------------------------
可変
------------------------------*/
@media screen and (min-width:320px) and (max-width:640px){

    html{
        font-size: 3.125vw;
    }

    body{
        font-size:1.6rem;
    }
}

/*----------------------------
Basic
------------------------------*/
.allcontents__wrap{
    width:100%;
    margin: 0 auto;
    background-color:#fff;
}

@media screen and (min-width:641px){
    
    .allcontents__wrap{
    width:640px;
}
}

img {
    max-width: 100%;}



/*----------------------------
CTA
------------------------------*/

.cta {
    width:100%;
    margin:0 auto;
    margin-top:2%;
    margin-bottom:5%;
}

.btn1_area,.btn2_area {
    position: relative;
}

.btn2_area {
    margin-top:12%;
}
.btn {
    width:min(calc(540 / 640 * 100vw),540px);
    position:absolute;
}

.btn_tokubetu {
    left:50%;
    bottom:215px;
    transform: translateX(-50%);
}

.btn_card {
    left:50%;
    bottom:242px;
    transform: translateX(-50%);
}

.btn_ginkou {
    left:50%;
    bottom:116px;
    transform: translateX(-50%);
}

@media screen and (max-width:640px){
    .btn_tokubetu{
    bottom:calc(212 / 640 * 100vw);
}

    .btn_card {
    bottom:calc(242 / 640 * 100vw);

}

    .btn_ginkou {
    bottom:calc(116 / 640 * 100vw);}

}

/*-----------------------------
QA
-------------------------------*/

.qa{
    margin-bottom:4.2%;
}

.inner{
    width:87.5%;
    margin: 0 auto;
    margin-top:11%;
}

.faq {
    padding-bottom: 1rem;
    margin-bottom:5%;
}


@media screen and (min-width:641px){

    .faq {
        /* padding-top: 78px; */
        padding-bottom: 50px;
        margin-bottom:3%;
}

}

.faq_list dt {
    position: relative;
    padding-left:3rem;
    padding-right:1.5rem;
    line-height: 1.75;
    letter-spacing: 0;
    font-size: calc(29 / 640 * 100vw);
    margin-bottom: 1.6rem;
    border-top:solid 0.1rem #e5e5e5;

}

@media screen and (min-width:641px){
    .faq_list dt{
        font-size: 29px;
        margin-bottom: 33px;
        padding-left:60px;
        padding-right:30px;
    }

}

.faq_list dt:first-child{
    border-top:none;
}

.faq_list dt:not(:first-of-type) {
    padding-top:2.5rem;
}

@media screen and (min-width:641px){
    .faq_list dt:not(:first-of-type) {
        padding-top:50px;
}

}

.faq_list .q::before{
    content:"Q";
    color:#fff;
    background-color: #04c099;
    border-radius: 50%;
    width:2.5rem;
    height: 2.5rem;
    position: absolute;
    left:-3rem;
    top:0;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

@media screen and (min-width:641px){
    .faq_list .q::before{
        width: 50px;
        height: 50px;
        font-size: 30px;
        left: -60px;
        top: 5%;
    }
}

.faq_list .q::after {
    content: "";
    display: block;
    background-color: #04c099;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    right:-1.8rem;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
     background: url("../img/arrow2.png") no-repeat;
    background-size:contain;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.faq_list .q.open::after{
    background: url("../img/arrow.png") no-repeat;
    background-size:contain;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    top:43%;
}

@media screen and (min-width:641px){
    .faq_list .q::after {
        width: 26px;
        height: 26px;
        right: -30px;
        top: 64%;
    }
    .faq_list .q.open::after{
        top:57%;
        right: -30px;
}
}

.faq_list dd {
    font-size:calc(26 / 640 * 100vw);
    line-height: 1.692;
    letter-spacing: 0;
    padding-left:3rem;
    padding-right:1.8rem;
    padding-bottom: 1.8rem;
    display:none;
}

@media screen and (min-width:641px){
    .faq_list dd {
        font-size: 26px;
        padding-left: 60px;
        padding-right: 35px;
        padding-bottom: 47px;
        
    }

    .faq_list dd p {
        letter-spacing: 0;
        margin-bottom:0;
    }
}

.faq_list {
    border-bottom:solid 0.1rem #e5e5e5;
    padding-bottom:5%;
}

p.q {
    position: relative;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
}

dd > p > span {
    font-size:min(calc(20 / 640 *100vw),20px);
}

dd > p > span.mid {
    font-size:min(calc(24 / 640 *100vw),24px);
    display: block;
    margin-top:8%;
}



/*-----------------------------
固定ボタン
-------------------------------*/

.fixed-button{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:60px;
    line-height: 60px;
    background-color: #fd2590;
    color:#fff;
    z-index: 50;
}



.fixed-button a{
    display: block;
    font-size:min(5vw,20px);
    text-align: center;
    position: relative;
}

.fixed-button span::after {
    content:"";
    display: inline-block;
    width:2rem;
    height:2rem;
    position:relative;
    top: 0.4rem;
    right: -1.3rem;
    background-image: url(../img/button_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width:641px){
    .fixed-button {
        height:65px;
        line-height: 65px;
    }
    .fixed-button a{
        font-size: 28px;
    }
    
    .fixed-button span::after {
        width: 2.5rem;
        height:2.5rem;
    }

}

/*--------------------------------------------------
iframe レスポンシブ
---------------------------------------------------*/
.video {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*----------------------------
footer
------------------------------*/

footer {
    background-color: #262525;
    color:#fff;
    font-size: min(3.4375vw,22px);
    text-align: center;
    height:min(21.875vw,140px);
    padding-bottom:3%;
    margin-top:19%;
}

.footer__menu {
    padding-top: min(6.25vw,40px);
}

footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer ul li {
    padding-right:min(3.125vw,20px);
    line-height: 1;
}

footer ul li+ li{
    border-left:solid var(--color-white) min(0.3125vw,2px);
    padding-left:min(3.125vw,20px);
}

footer ul li:last-child {
    padding-right: 0;
}

p.copy {
    font-size: min(3.125vw,20px);
    margin-top:min(5.46875vw,35px);
    margin-bottom:0;
    position: relative;
}

/*----------------------------
CTA
------------------------------*/

.cta {
    position: relative;
}

.btn > img {
    max-width: 87.1875%;
    display: block;
    margin: 0 auto;
}

.cta > a.btn {
    display: block;
    position:absolute;
    bottom:82px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}

@media screen and (max-width:640px){
    
.cta > a.btn {
    bottom:calc(210 / 640 * 35vw);
}
}




.form{
	margin-bottom: 5rem;
}
.form_area{
	margin: 5%;
	padding: 5%;
	background: #f0f1f3;
	border-radius: 20px;
	
}
.time{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	font-size: 2.2rem;
	margin-bottom: 1rem;
    text-align: center;
}
.reason_area{
	margin-bottom: 3rem;
}
.reason_area h3{
	margin-bottom: 1.5rem;
}
.reason_area figure{
	padding: 0 5%;
	margin-bottom: 1rem;

}
  



@media screen and (max-width:640px){
    
    .form{
        margin-bottom: 5rem;
    }
    .form_area{
        margin: 5%;
        padding: 5%;
        background: #f0f1f3;
        border-radius: 20px;
        
    }
    .time{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:700;
        font-size: 1.2rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .reason_area{
        margin-bottom: 3rem;
    }
    .reason_area h3{
        margin-bottom: 1.5rem;
    }
    .reason_area figure{
        padding: 0 5%;
        margin-bottom: 1rem;
    
    }

    .anime2 {

        padding-left: 0px;
        padding-top: 0px;
    }
    
      
    }
    



/*animate-------------------------*/



@media screen and (max-width:640px){
    


    .anime2 {

        padding-left: 0px!important;
        padding-top: 0px!important;
    }
    
      
    }


.anime {
    -webkit-animation: poyoyon 2.5s infinite;
    animation: poyoyon 2.5s infinite;
    opacity: 1;
    padding-top: 15px;
}

.anime2 {
    -webkit-animation: poyoyon 2.5s infinite;
    animation: poyoyon 2.5s infinite;
    opacity: 1;
    padding-left: 38px;
    padding-top: 25px;
}



@-webkit-keyframes poyoyon {
    0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
5% {
    -webkit-transform: skew(4deg, 3.2deg);
    transform: skew(4deg, 3.2deg);
}
10% {
    -webkit-transform: skew(-3deg, -2deg);
    transform: skew(-3deg, -2deg);
}
15% {
    -webkit-transform: skew(2deg, 1.2deg);
    transform: skew(2deg, 1.2deg);
}
20% {
    -webkit-transform: skew(-2deg, -1.5deg);
    transform: skew(-2deg, -1.5deg);
}

25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
    transform: skew(0.9deg, 0.9deg);
}
30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
    transform: skew(-0.6deg, -0.6deg);
}
35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
    transform: skew(0.3deg, 0.3deg);
}
40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
    transform: skew(-0.2deg, -0.2deg);
}
45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
    transform: skew(0.1deg, 0.1deg);
}
50% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
}

@keyframes poyoyon {
    0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
5% {
    -webkit-transform: skew(4deg, 3.2deg);
    transform: skew(4deg, 3.2deg);
}
10% {
    -webkit-transform: skew(-3deg, -2deg);
    transform: skew(-3deg, -2deg);
}
15% {
    -webkit-transform: skew(2deg, 1.2deg);
    transform: skew(2deg, 1.2deg);
}
20% {
    -webkit-transform: skew(-2deg, -1.5deg);
    transform: skew(-2deg, -1.5deg);
}

25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
    transform: skew(0.9deg, 0.9deg);
}
30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
    transform: skew(-0.6deg, -0.6deg);
}
35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
    transform: skew(0.3deg, 0.3deg);
}
40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
    transform: skew(-0.2deg, -0.2deg);
}
45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
    transform: skew(0.1deg, 0.1deg);
}
50% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
}