@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
	margin: 0;
	padding: 0;
}
body{
	font-family: serif;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
a{
	text-decoration: none;
}
img{
	width: 100%;
	height: auto;
}
.margintop{
	margin-top: 80px;
}
/*header*/
.header{
	width: 100%;
	height: 70px;
	color: #fff;
	background: #000000;
    font-family: serif;
}
.header__content{
	width: 100%;
	max-width: 80%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
    font-size: 10px;
    font-family: serif;
}
.nav__item{
	color: #fff;
	padding-left: 30px;
    white-space: nowrap;
}
.nav__list a{
	position: relative;
    display: inline-block;
}
.nav__list a::after{
    position: absolute;
    content: '';
    left: 16px;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: .3s;
}
.nav__list a:hover::after{
	width: 100%;
}
.nav__list{
	list-style: none;
	text-decoration: none;
	display: flex;
}
.header__btn{
    display: none;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 40px;
    cursor: pointer;
    z-index: 10;
    margin-right: 0 50px 0 0;
}
.header__line{
    background: #fff;
    border-radius: 5px;
    height: 5px;
    width: 100%;
    margin: 5px 0;
}
.header__title{
	margin-left: 20px;
}
.button a{
	font-size: 14px;
	border: solid 2px #AB9B81;
	padding: 6px;
	background: transparent;
	color: #fff;
	position: relative;
    z-index: 1;
    transition: .3s;
}
.button a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: #AB9B81;
	top: 0;
	left: 0;
	transform: scaleY(0);
    transition: transform ease .3s;
}
.button a:hover{
	color: #fff;
}
.button a:hover::before{
    transform: scaleY(1);
}
.hero{
	background-image: url(images/hero.png);
	min-height: 950px;
	background-size: cover;
	width: 100%;
	background-position: center;
	position: relative;
}
.hero__title{
	color: #fff;
	font-family: serif;
	font-weight: lighter;
	font-size: 3.5rem;
	position: absolute;
	left: 8vw;
	top: 10vw;
}
.hero__text{
	color: #fff;
    font-family: serif;
    position: absolute;
    left: 10%;
    bottom: 300px;
    font-size: 1.6rem;
}
.hero__button a{
	font-size: 1.7rem;
	color: #fff;
	position: absolute;
	left: 10%;
    bottom: 5vw;
    padding: 10px 45px;
}
/*main-about*/
.about{
	width: 100%;
    min-height: 700px;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6) ) fixed,url(images/about.png);
	background-size: cover; 
	position: relative;
	background-position: center;
	position: relative;
    padding: 50px 0;
}
.about__border{
	border-bottom: 1px solid #fff;
	width: 30%;
	position: absolute;
	left: 0;
	top: 3%;
}
.about__text{
	color: #fff;
	font-size: 1.5vw;
    margin: 40px;
    padding-top: 40px;
    width: 60%;
}
.about__row{
	display: flex;
	margin-left: 5vw;
}
.about__button a{
	color: #fff;
	padding: 1vw 2vw;
	border: solid #fff 1px;
	margin: 40px;
	position: relative;
    z-index: 8;
    }
.about__button a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: 0;
    display: block;
    background: #fff;
    z-index: -1;
    transition: .5s;

}
.about__button a:hover{
	color: #000000;
}
.about__button a:hover:before{
	 width: 100%;
}
/*main-service*/
.service{
	width: 100%;
    font-family: serif;
}
.service__row{
	display: flex;
	align-items: center;
}
.service__row--order{
    display: flex;
	align-items: center;
}
.service__images{
	flex:1;
	flex-shrink: 0;
	width: 50%;
}
.service__img{
	min-height: 700px;
	flex-shrink: 0;
	filter: drop-shadow(5px 5px 5px #aaa);
    border-radius: 200px 0px 0px 0px;
}
.service__img--radius{
	border-radius: 0px 0px 200px 0px;
}
.service__content{
	flex: 1;
	text-align: center;
	line-height: 2;
	justify-content: center;
}
.margin-top{
	margin-top: -80px;
	filter: drop-shadow(-5px -5px 5px #aaa);
    width: 100%;
}
.service__minititle{
    font-size: 1.5rem;
}
.service__title{
    font-size: 2rem;
    position: relative;
    border-bottom: 1px solid ;
    display: inline-block;
}
.service__border{
	border-bottom: 1px solid #000000;
	width: 10%;
	margin-top: -20px;
	text-align: center;
}
.service__button a{
    color: #000000;
	padding: 2% 10%;
	border: solid #000000 1px;
	margin: 40px;
	position: relative;
    z-index: 10;
    margin-left: auto;
    margin: 20px 0 0 0;
}
.service__button a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    background: #000000;
    z-index: -1;
    transition: .5s;
}
.service__button a:hover{
	color: #fff;
}
.service__button a:hover:before{
	 width: 100%;
}
/*main-goal*/
.textcenter{
	text-align: center;
}
.goal__title{
	color: #B18A2F;
	font-size: 1.3rem;
	border-bottom: solid 1px #000000;
	display: inline-block;
	position: relative;
	padding: 0 45px;
}
.goal__title:after{
	content: '';
	position: absolute;
	-webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background-color: #000000;
    width: 10%;
    height: 1px;
    top: 90%;
}
.goal__row{
	display: flex;
	flex: 1;
}
.goal__content{
	flex-basis: 50%;
    position: relative;
}
.goal__images{
	flex-basis: 50%;
	display: inline-block;
    position: relative;
}
.goal__img{
	width: 80%;
}
.goal__img{
    width: 95%;
    top: 30%;
    position: relative;
    height: 50%;
}
.goal__minititle{
	font-size: 2.5rem;
	margin-bottom: -5px;
	position: relative;
}
.goal__text{
	width: 85%;
}
.goal__minititle:after{
	content: '';
	position: absolute;
	-webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    background-color: #000000;
    width: 30%;
    height: 1px;
    top: 70%;
    right: 70%;
}
.goal__mark{
    background: #000000;
    color: #fff;
    font-size: 1rem;
    display:inline-block;
    padding: 5px 20px;
    margin-top: -90px;
}
.goal__subtitle{
	font-size: 1.7rem;  
}
.row{
	display: flex;
    padding-left: 8vw;
}
.goal__number1 , .goal__number2 , 
.goal__number3 , .goal__number4{
	line-height: 0.5;
	font-size: 2vw;
}
/*main-feature*/
.feature{
	background: url(images/feature.png);
	min-height: 800px;
	background-size: cover;
	width: 100%;
	background-position: center;
	margin-top: 200px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: .8rem;
}

.feature__button a{
    color: #fff;
	padding: 2% 10%;
	border: solid #fff 1px;
	margin: 40px;
	position: relative;
    z-index: 10;
    margin-left: auto;
}
.feature__button a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #fff;
    z-index: -1;
    transition: .5s;
    left: 0;
}
.feature__button a:hover{
	color: #000000;
}
.feature__button a:hover:before{
	 width: 100%;
}
.feature__content--top{
    position: absolute;
    left: 25%;
    width: 20%;
    top: 5%;
}
.feature__content--middle{
	position: absolute;
    width: 20%;
    top: 30%;
    right: 45%;
}
.feature__content--bottom{
	position: absolute;
	bottom: 10%;
	width: 20%;
	left: 55%;
}
.feature__text--top , .feature__text--middle , .feature__text--bottom{
    font-size: 1.2rem;
}
/*main-benefits*/
.benefits{
	padding: 0 20vw;
}
.benefits__row--order{
	display: flex;
}
.benefits__row{
    display: flex;
}
.benefits__content{
    flex-basis: 70%;
    line-height: 3;
    margin-left: 3vw;
}
.benefits__content--after{
    margin-left: 3%;
	flex-basis: 70%;
    line-height: 2.5;
}
.benefits__images--after{
	flex-basis: 30%;
	position: relative;
	margin-left:  3vw;
}
.benefits__images{
	flex-basis: 30%;
	position: relative;
	margin-right: 3vw;	
}
.benefits_img--after{
	position: relative;
}
.benefits__minititle{
	position: relative;
}
.benefits_img--position{
	position: absolute;
	left: 60%;
	top:  50%;
}
.benefits_img--afterposition{
	position: absolute;
	top: 45%;
	right: 80%;
}
.benefits__minititle:after{
	content: '';
	position: absolute;
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #000000;
    width: 8%;
    height: 1px;
    top: 40%;
    left: -5%;
}
.benefits__margintop{
	margin-top: 250px;
	text-align: left;
}
.benefits__minititle:before{
    content: '';
	position: absolute;
    background-color: #000000;
    width: 100%;
    height: 1px;
    top: -50%;
    left: 0;
}
.benefits__button{
	margin-left: 3vw;
}
.benefits__minititle--after{
    position: relative;
}
.benefits__minititle--after:before{
	content: '';
	position: absolute;
    background-color: #000000;
    width: 40%;
    height: 1px;
    top: -70%;
    left: -20%;
}
.benefits__minititle--after:after{
	content: '';
	position: absolute;
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #000000;
    width: 8%;
    height: 1px;
    top: 40%;
    left: -5%;
}
/*main-trainer*/
.dialog_style{
	margin-bottom: 30px;
}
.trainer__img{
	border-radius:50%;
	width: 12vw;
}
.trainer__images{
	width: 20vw;
}
.trainer__title{
	border: 1px solid ;
	display: inline-block;
	padding: 30px 80px ;
    transform:skew(0deg, 10deg)
}
.trainer__row{
	display: flex;
	justify-content: space-around;
}
.trainer{
	text-align: center;
	margin-top: 180px;
	background-color: #f5f5f5;
	transform:skew(0deg, -10deg);
}
.trainer__content{
    margin: 30px 90px;
    padding-bottom: 80px;
    border-radius: 80px;
    transform:skew(0deg, 10deg)
}
.trainer__right{
	font-size: 1.6vw;
}
.trainer__left{
    flex: 50%
}
.trainer__right{
    flex: 50%;
}
.dialog_style{ 
    border: 1px solid #000000;
    border-radius: 10px;
}
.form__btn{
	background-color: #f5f5f5;
	border: none;
	font-size: 1rem;
}
.form__btn--fff{
    background: #fff;
}
.fas{
	font-size: 2rem;
}
.fa-times:before{
	margin-left: -60%;
}
/*main-article*/
.article{
	padding: 5%;
	position: relative;
    z-index: -10000;
}
.article__backtext{
	font-size: 10rem;
	opacity: 0.1;
    transform: rotate(-90deg);
    position: absolute;
    left: -8vw;
    top: 30%;
}
.article a{
	color: #000000;
}
.article__content{
    width: 80%;
    margin: 0 auto;
    padding: 65px 0 100px;
    background: #fff;
    font-size: 1.2vw;
}
.article__title{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
}
.article ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.article__list{
   margin: 0 5%;
}
.article__list--item{
	padding: 25px 0;
	border-bottom: 1px solid #E6E6E6;
   }
.article__list--item:first-child{
	border-top: 1px solid #E6E6E6;
}
.article__list--item a{
	position: relative;
	display: flex;
	padding-right: 30px;
}
.article__list--date{
	display: flex;
	align-items: center;
	margin-right: 35px;
	margin-left: 80px;
}
.article__list--news{
	border-radius: 14px;
	background: #deb887;
    text-align: center;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 1vw;
}
.article__list--news{
	display: inline-block;
}
.article__arrow{
	position: absolute;
	right: 0;
	width: 25px;
	height: 1px;
	background: #707070;
	top: 50%;
	margin-right: 30px;
}
.article__arrow::after{
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    position: absolute;
    right: 0;
    bottom: 2px;
    transform: rotate(45deg);
}
 .article__button{
 	margin-top: 50px;
 	margin-left: 50px;
 }
/*main-question*/
.question{
    font-size: 1.5vw;
    text-align: center;
    padding: 50px 300px;
}
.question__title{
	font-size: 3rem;
}
.ac{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.ac__parent{
	height: 50px;
	border-bottom: 1px solid #b0c4de;
	 line-height: 50px;
     cursor: pointer;
     text-align: left;
     margin-top: 40px;
     width: 100%;
}
.ac__child{ 
    display: none;
	background: #b0c4de;
	padding: 40px;
	text-align: center;
    margin-left: -1px;
}
/*main-access*/
.access{
    padding: 30px 50px;
	background: #000000;
	color: #fff;
	position: relative;
}
.access__row{
	display: flex;
	width: 70%;
}
iframe{
	width:  95%;
	height: 100%;
}
.access___map{
    flex: 4;
    padding: 10px
}
.access__content{
    flex: 1;
}
.access__button{
    float: right;
    padding: 0 40px;
}
.access .feature__button a{
	font-size: 1rem;
}
.access .feature__button{
	width: 80%;
}
.access__backtext{
    position: absolute;
    font-size: 6rem;
    transform: rotate(90deg);
    right: 0;
    top: 20%;
}
dl{
    display: flex; 
    width: 100%;
    flex-wrap: wrap;
}
dd{
    width: 100%;
    margin-left: 0px;
}
/*main-experience*/
.experience{
	background-image: url(images/exeperience.png);
	min-height: 950px;
	background-size: cover;
	width: 100%;
	background-position: center;
	color: #fff;
	text-align: center;
	align-items: center;
    display: inline-block;
}
.material-icons-outlined{
	font-size: 3rem;
	margin-right: 20px;
}
.experience span {
	font-size: 4rem;
}
.experience__title{
	color: #C1FFB5;
	font-size: 3rem;
}
.experience__row{
	display: flex;
	justify-content: center;
	margin: 20px;
    font-size: 1.5rem; 
}
.experience__text{
	border: solid 1px #fff;
	display: inline-block;
	border-radius: 20px;
	padding: 10px;
}
.experience__row--button{
    display: flex;
	justify-content: center;
	margin: 20px;
    font-size: 1.2rem;
    padding: 10px;
}
.experience__button a{
	color: #fff;
	padding: 10px 30px;
    margin: 10px;
}
/*footer*/
.footer{
	padding: 60px 0 20px 0;
	background: #393E46;
	color: #fff;
}
.footer__wrapper{
	max-width: 860px;
	margin: 0 auto;
}
.footer__text{
    font-size: 0.875rem;
}
.footer a{
	color: #fff;
	text-decoration: none;
	list-style: none;
    font-size: 0.875rem;
	transition: 0.3s;
}
.footer a:hover{
	opacity: 0.7;
}
.footer li{
	text-decoration: none;
	list-style: none;
}
.footer__content{
	display: flex;
	justify-content: space-between;
}
.footer__nav li{
	margin-bottom: 20px;
}
.footer__nav--center {
	text-align: center;
}
.footer__img{
	width: 100%;
}
.footer__nav{
	padding: 10px 0 0 10px;
}
.footer__title{
	font-weight: bold;
	margin-left: 9px;
}


@media(max-width: 1060px){
    /*header*/
    .header__btn{
    	display: flex;
    	z-index: 11;
    }
    .header{
    	position: relative;
    }
    .header__nav{
    	background: #000000;
    	width: 100%;
    	height: 100vh;
        padding: 80px 0 0 0;
    	position: absolute;
    	top: 0;
    	left: -100%;
    	transition: .5s;
    	z-index: 10;
    }
    .header__content{
    	max-width: 100%;
    }
    .nav__list{
    	display: block;
    	text-align: center;
    	margin-left:-60px;
    }
    .nav__list li{
     	margin: 0 0 40px;
     	text-align: center;
    }
    .nav__item{
     	font-size: 20px;
    }
    .menu__active{
     	left: 0;
    }
    .benefits_img , .benefits_img--position , .benefits_img--after{
        height: 60%;
    }
    .feature__text--top , .feature__text--middle , .feature__text--bottom{
        font-size: 2.2vw;
    }
    .row{
        display: block;
    }
    .goal__img{
        height: 70%
    }
}	
@media(max-width: 768px){
    /*hero*/
    .hero__title{
    	font-size: 1.7rem;
    	width: 60%;
    }
    .hero{
    	min-height: 500px;
    }
    .hero__text{
    	position: absolute;
    	bottom: 90px;
    	
    	font-size: 1rem;
    }
    .hero__title br{
    	display: none;
    }
    .hero__button a{
    	font-size: 1rem;
    	margin-left: 50px;
    }
    /*main-about*/
    .about__button {
    	margin-top: 30px;	
    }
    .about{
        min-height: 300px;
        background-position: initial;
    }  
    .about__text{
        font-size: 1rem;
        margin-top:-40px;
    }
    /*main-servicer*/
    .service__images{
        margin: 0 auto;
    	width: 100%;
    	margin: 60px 0;
    }
    .service__row--order{
    	flex-direction: column;
    }
    .service__content--order{
        order: 2;
    }
    .service__content--order1{
        order: 1;
    }
    .service__img{
    	border-radius: 0%;
    	margin: 0 auto;
    	min-height: 400px;
    }
    .service__text{
    	padding: 10px;
    }
    .service__content{
      
        margin-top: 100px;
    }
    /*main-goal*/
    .goal__text{
    	width: 90%;
    }
    .goal__minititle:after{
    	display: none;
    }
    .goal__img{
    	width: 95%;
    }
    
    /*main-feature*/
    .feature{
    	min-height: 500px;
    }
    .feture__text--top{
        font-size: .8rem;
    }
     .feture__text--middle{
        font-size: .8rem;
        margin-bottom: 60%;
    }
     .feture__text--bottom{
        font-size: .8rem;
        
    }
    .feature__content--top{
        width: 60%;
        left: 10%;
    }
    .feature__content--middle{
        width: 50%;
        left: 30%;
        font-size: .8rem;
    }
    .feature__content--bottom{
        width: 50%;
        left: 40%;
        
    }
    /*共通row*/
	.row , .goal__row ,
	.service__row ,  
	.about__row , .access__row , .trainer__row{
        display: block;
	}
    /*main-trainer*/
	.trainer__images{
		display: none;
	}
	.trainer__content{
		margin: 0;
		border-radius: 0;
	}
    .trainer__img{
        width: 40vw;
        border-radius: 0;
    }
    .trainer__right{
        font-size: 1rem;
    }
    /*main-benefits*/
	.benefits__row {
		flex-direction: column;
	}
    .benefits{
        padding: 15%;
    }
    .benefits__images--after{
        padding: 7%;
    }
    .benefits_img--position{
        position: static;
    }

    .benefits__margintop{
        margin-top: 30px;
        margin-left: -3vw;
    }
    .benefits_img--afterposition{
        position: static;
    }
    .benefits__content--after{
        order: 1;
        margin-bottom: 5%;
        margin-left: 8%;
    }
    .benefits__images--after{
        order: 2;
        margin-left: -3%;
        width: 93%;
    }
    .benefits__row--order{
        display: inline-flex;
    }
    .benefits__content--after{
        line-height: 2.5;
    }
    .benefits__minititle:before{
        left: -10px;
        width: 50%;
    }
    .benefits__content{
        margin-bottom: 10%;
    }
    .benefits__minititle--after:before{
        width: 50%;
        margin-left: 20%;
    }
    /*main-access*/
	iframe{
		width: 130%;
			}
	.access__backtext{
		display: none;
	}
	.access{
		padding: 10px;
	}
	.access___map{
		width: 100%;
	}
    .ac__parent{
        height: 50%;
        width: 100%;
    }
    .access__content{
        width: 100%;
        padding: 40px;
    }
    .access__content dl{
        width: 120%;
    }
    .access{
        float: left;
    }
    .accsess__button{
        margin-left: -30px;
    }
    /*main-article*/
	.article{
		padding: 0;
	}
    .article__content{
        font-size: 1rem;
    }
	.article__backtext{
		display: none;
	}
	.article__list--item a{
		display: block;
	}
	.article__list--date{
        margin-left:0;
	}
	.article__list--news{
		margin-right: -30px;
        font-size: 1rem;
	}
     .article__button{
        margin-left: 0;
        text-align: center;
    }
    /*main-question*/
	.question{
        padding: 0;
	}
    .ac__parent , .ac__child{
        font-size: 1rem;
    }
    /*main-experience*/
	.experience{
		min-height: 50%;
	}
	.experience__row--button{
        display: block;
        margin: 10px;
	}
	.experience__button a{
	    padding-left: 20px;
	    margin-top: 30px;
	}
    .experience__button{
    	margin-top: 30px;
    }
    .experience__row--text{
        text-align: left;
    }
      /*footer*/
    
	.footer__nav--center {
	    text-align: left;
    }
    .footer a{
	    font-size: 0.75rem;
    }
    .footer__text{
        font-size: 0.75rem;
    }
	.footer__title{
		font-size: 0.9375rem;
	}
	.footer__content{
		flex-wrap: wrap;
	}
    .footer__content li{
    	width: 50%;
    	margin-bottom: 30px;
    }
}
@media(max-width: 512px){
    .trainer__img{
        width: 80%;
    }

}
@media(max-width: 460px){
	.benefits{
        padding: 10%;
      
    }
}	


