@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Helvetica Neue', Helvetica,  "noto-sans-cjk-jp", sans-serif;
	font-size:22px;
	text-align:center;
	color:#535353;
	line-height:1.4;
	font-feature-settings: "palt";
}

@media screen and (max-width:1024px){
	body {
	//	font-size:1.8vw;
	}
}

@media screen and (max-width:768px){
	body {
		font-size:3.6vw;
		line-height:1.4;
	}
}

.mincho{
	font-family: "source-han-serif-japanese", serif;
}
.gothic{
	font-family: 'Helvetica Neue', Helvetica,  "noto-sans-cjk-jp", sans-serif;
}



a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.8;
}

img{
	max-width:100%;
}

.only_smart,
.only_smart_i{
	display:none !important;
}
@media screen and (max-width:768px){
	.only_pc{
		display:none !important;
	}
	.only_smart{
		display:block !important;
	}
	.only_smart_i{
		display:inline-block !important;
	}
}

#wrapper{
}


/* .animation */
.animation {
  visibility: visible !important;
  animation-fill-mode: both !important;
  -webkit-animation-fill-mode: both !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  -webkit-animation: bounceBtn 1.8s;
  animation: bounceBtn 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  50% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  60% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  70% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  90% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  50% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  60% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  70% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  90% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* .appli */
.appli{
	padding:80px 0;
	background-color:#ece9e4;
}
.appli.bg_white{
	background-color:#fff;
}
.appli input{
	max-width:855px;
	width:80%;
	line-height:3.4;
	padding:0 1em;
	font-size:28px;
	background-color:#fff;
	border:3px solid #5b5b5b;
	text-align:center;
}
input::placeholder,
textarea::placeholder{
  color:#9b9898;
}
input:-ms-input-placeholder,
textarea::placeholder{
  color:#9b9898;
}
input::-ms-input-placeholder,
textarea::placeholder{
  color:#9b9898;
}
.appli button{
	max-width:615px;
	width:50%;
	margin:50px auto 0;
	display:block;
}
.appli a{
	display:inline-block;
	max-width:615px;
	width:50%;
}


@media screen and (max-width:768px){
	.appli{
		padding:9% 0;
	}
	.appli.nopt{
		padding-top:0;
	}
	.appli input{
		font-size:16px;
		border:2px solid #5b5b5b;
	}
	
	.appli button{
		width:84%;
		margin:3% auto 0;
	}
	.appli a{
		width:84%;
	}
}



/* header */
header{
}


/* article */
article{
}


/* .cont */
.cont{
	padding:90px 0;
}
.cont .inner{
	max-width:1000px;
	width:94%;
	margin:auto;
}
.cont .logo{
	display:inline-block;
	width:10em;
	margin:0 0.5em;
	padding:0 0.5em;
}
.cont .logo.line{
	position:relative;
}
.cont .logo.line:before{
	content:'';
	display:block;
	width:1em;
	height:1em;
	border-top:2px solid #00b8be;
	border-left:2px solid #00b8be;
	position:absolute;
	left:0;
	top:0;
}
.cont .logo.line:after{
	content:'';
	display:block;
	width:1em;
	height:1em;
	border-bottom:2px solid #00b8be;
	border-right:2px solid #00b8be;
	position:absolute;
	right:0;
	bottom:0;
}
.cont .white{
	color:#fff;
}
.cont .bg_white{
	background-color:#fff;
}
.cont .blue{
	color:#51b5bc;
}
.cont .bg_blue{
	background-color:#51b5bc;
}
.cont .red{
	color:#ef5b66;
}
.cont .bg_red{
	background-color:#ef5b66;
}
.cont .yellow{
	color:#ffe629;
}
.cont .bg_yellow{
	background-color:#ffe629;
}


@media screen and (max-width:1024px){
	.cont{
		padding:9% 0;
	}
}

@media screen and (max-width:768px){
	.cont{
	}
}


/* #cont1 */
#cont1{
}
#cont1 h2{
	line-height:1.4;
	font-size:40px;
	margin-bottom:50px;
}
#cont1 h2 .bg_blue{
	display:inline-block;
	padding:0.1em 0.15em;
}
#cont1 p{
	margin-top:1em;
	text-align:left;
}

@media screen and (max-width:768px){
	#cont1 h2{
		font-size:5vw;
		margin-bottom:5%;
	}
}


/* #cont2 */
#cont2{
	padding-bottom:270px;
	background:url(../images/cont2_bg.jpg)no-repeat center center;
	background-size:cover;
}
#cont2 .inner{
	max-width:1130px;
	padding:90px 60px;
	background-color:rgba(255,255,255,0.6);
}
#cont2 .inner h2{
	line-height:1.2;
	font-size:63px;
	color:#303030;
}
#cont2 .inner h2 span{
	display:block;
	font-size:114px;
	font-weight:900;
	background:url(../images/cont2_h2.png)no-repeat center center;
	background-size:6em auto;
}
#cont2 .inner figure.fig1{
	margin-bottom:50px;
}
#cont2 .inner figure figcaption{
	line-height:1.6;
	display:inline-block;
	margin:1.5em 0 1em;
	padding:0 0.5em;
	font-size:40px;
	font-weight:bold;
	background-color:#303030;
}
#cont2 .inner p{
	margin-top:1.4em;
	text-align:left;
}
#cont2 .inner p.red{
	font-weight:bold;
}
#cont2 .inner p.large{
	font-size:26px;
}
#cont2 .inner figure.fig2{
	margin-top:50px;
}

@media screen and (max-width:1024px){
	#cont2{
		padding-bottom:30%;
	}
	#cont2 .inner{
		padding:9% 5%;
	}
	#cont2 .inner h2{
		font-size:6.3vw;
	}
	#cont2 .inner h2 span{
		font-size:11.4vw;
	}
	#cont2 .inner figure.fig1{
		margin-bottom:5%;
	}
	#cont2 .inner figure figcaption{
		font-size:5vw;
	}
	#cont2 .inner figure.fig2{
		margin-top:5%;
	}
}

@media screen and (max-width:768px){
	#cont2 .inner p.large{
		font-size:3.8vw;
	}
}


/* #cont6 */
#cont6{
	padding-top:0;
	background-color:#e2ded8;
}
#cont6 > figure{
	display:inline-block;
	max-width:723px;
	width:70%;
	margin:-210px auto 120px;
}
#cont6 h2{
	margin-bottom:50px;
	line-height:1;
	font-size:45px;
}
#cont6 h2 .large{
	margin-top:0.15em;
	display:block;
	font-size:59px;
	font-weight:900;
}
#cont6 h2 .red span{
	font-size:80px;
}
#cont6 ul li{
	margin-top:3%;
	padding:4% 3%;
	background-color:#fff;
	border-radius:0.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-shadow:7px 7px 5px rgba(0,0,0,0.3);
}
#cont6 ul li figure{
	width:25%;
}
#cont6 ul li section{
	width:72%;
	text-align:left;
}
#cont6 ul li section h3{
	margin-bottom:0.5em;
	line-height:1.2;
	font-size:36px;
	font-weight:900;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#cont6 ul li section h3 > span:first-child{
	width:10%;
	line-height:0.8;
	border-right:2px solid;
	font-size:103px;
	font-weight:normal;
	color:rgba(255,76,97,0.34);
}
#cont6 ul li section h3 > span:last-child{
	width:90%;
	padding-left:0.5em;
}


@media screen and (max-width:1024px){
	#cont6 ul li section h3{
		font-size:3.5vw;
	}
	#cont6 ul li section h3 > span:first-child{
		font-size:10vw;
	}
}

@media screen and (max-width:768px){
	#cont6 > figure{
		margin:-23% auto 10%;
	}
	#cont6 h2{
		margin-bottom:5%;
		font-size:5.2vw;
	}
	#cont6 h2 .large{
		font-size:6vw;
	}
	#cont6 h2 .red span{
		font-size:8vw;
	}
	#cont6 ul li{
		margin-top:5%;
	}
	#cont6 ul li section{
		width:auto;
	}
	#cont6 ul li section h3{
		font-size:4.8vw;
	}
	#cont6 ul li section h3 > span:first-child{
		font-size:13vw;
	}
	#cont6 ul li section img{
		width:25%;
		margin-left:0.5em;
		float:right;
	}
}


/* #cont7 */
#cont7{
	padding:0;
}
#cont7 > section{
	padding:150px 0 90px;
	position:relative;
}
#cont7 > section:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 80px 0 80px;
	border-color: #e2ded8 transparent transparent transparent;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
#cont7 > section h3{
	margin-bottom:50px;
	line-height:1;
	font-size:45px;
}
#cont7 > section h3 .logo{
	width:8em;
}
#cont7 > section h3 .large{
	margin-top:0.15em;
	display:block;
	font-size:59px;
	font-weight:900;
}
#cont7 > section h3 .yellow{
	font-size:80px;
}

#cont7 > section ul li{
	margin-top:3%;
	padding:3%;
	background-color:#fff;
	border-radius:0.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-shadow:7px 7px 5px rgba(0,0,0,0.3);
}
#cont7 > section ul li section{
	width:46%;
	text-align:left;
}
#cont7 > section ul li section h4{
	line-height:1.2;
	font-size:40px;
	font-weight:900;
}
#cont7 > section ul li section h4 img{
	display:block;
	width:3.2em;
	margin-bottom:0.1em;
}
#cont7 > section ul li section h4 span{
	display:block;
}
#cont7 > section ul li section p{
	margin-top:0.5em;
	padding-top:1em;
	border-top:1px solid #00b8be;
}
#cont7 > section ul li figure{
	width:50%;
}

@media screen and (max-width:1024px){
	#cont7 > section h3{
		margin-bottom:5%;
		line-height:1;
		font-size:4.5vw;
	}
	#cont7 > section h3 .large{
		font-size:5.5vw;
	}
	#cont7 > section h3 .yellow{
		font-size:8vw;
	}
	#cont7 > section ul li section h4{
		font-size:3.6vw;
	}
}

@media screen and (max-width:768px){
	#cont7 > section{
		padding:15% 0 9%;
	}
	#cont7 > section:before{
		border-width: 2em 2em 0 2em;
	}
	#cont7 > section ul li{
		margin-top:5%;
		padding:5%;
		display: block;
		box-shadow:5px 5px 3px rgba(0,0,0,0.3);
	}
	#cont7 > section ul li section{
		width:auto;
	}
	#cont7 > section ul li section h4{
		font-size:4.8vw;
	}
	#cont7 > section ul li section h4 span{
		display:inline;
	}
	#cont7 > section ul li figure{
		width:auto;
		margin-top:1em;
	}
}




/* #cont3 */
#cont3{
	padding:30px 0 0;
}
#cont3 h2{
	line-height:1.3;
	font-size:45px;
}
#cont3 h2 span{
	margin-bottom:1em;
	display:block;
	font-size:50px;
}
#cont3 h2 img{
	width:10.5em;
	margin-right:0.3em;
}

#cont3 .inner{
	margin-top:90px;
}
#cont3 .inner .flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont3 .inner .flex figure{
	width:25%;
}
#cont3 .inner .flex section{
	width:70%;
	text-align:left;
}
#cont3 .inner .flex section h3{
	font-size:20px;
}
#cont3 .inner .flex section h3 .mincho{
	display:block;
	font-size:24px;
	border-bottom:1px solid;
}
#cont3 .inner .flex section p{
	margin-top:1em;
	line-height:1.3;
	min-height:5em;
	padding:0 1.2em;
	font-size:28px;
	font-weight:bold;
	background-color:#fff9c9;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#cont3 .inner .accordion{
	line-height:3;
	margin:40px 0 0.3em;
	cursor:pointer;
}
#cont3 .inner .accordion:after{
	content:'';
	display:inline-block;
	width:1.2em;
	height:1.2em;
	margin-left:0.5em;
	border-right:2px solid;
	border-bottom:2px solid;
	transform:translateY(-0.2em) rotate(45deg);
}
#cont3 .inner .accordion.open:after{
	border:none;
	border-left:2px solid;
	border-top:2px solid;
	transform:translateY(0.6em) rotate(45deg);
}
#cont3 .inner dl{
	padding:10px 30px 30px;
	background-color:#f3f9fa;
	text-align:left;
	display:none;
}
#cont3 .inner dl:after{
	content:'※業務委託として働かれているトレーナーさんです';
	display:block;
	text-align:right;
}
#cont3 .inner dl.nocmt:after{
	content:none;
}
#cont3 .inner dl div{
	margin:25px 0;
	padding:25px 30px;
	background-color:#fff;
	border-radius:1em;
}
#cont3 .inner dl div dt{
	font-size:24px;
	border-bottom:2px solid;
}
#cont3 .inner dl div dd{
	padding:0.8em 0;
	line-height:1.3;
}

@media screen and (max-width:1024px){
	#cont3{
		padding:3% 0 0;
	}
	#cont3 .inner .flex section p{
		font-size:2.2vw;
	}
}

@media screen and (max-width:768px){
	#cont3 h2{
		font-size:5vw;
	}
	#cont3 h2 span{
		font-size:5.5vw;
	}
	#cont3 .inner{
		margin-top:9%;
	}
	#cont3 .inner .flex section h3{
		font-size:3.6vw;
	}
	#cont3 .inner .flex section h3 .mincho{
		font-size:3.8vw;
	}
	#cont3 .inner .flex section p{
		min-height:6em;
		margin-top:0.5em;
		font-size:3.4vw;
	}
	#cont3 .inner .flex section p br{
		display:none;
	}
	#cont3 .inner .accordion{
		margin:5% 0 1%;
	}
	#cont3 .inner .accordion:after{
		content:'';
		display:inline-block;
		width:1.2em;
		height:1.2em;
		margin-left:0.5em;
		border-right:2px solid;
		border-bottom:2px solid;
		transform:translateY(-0.3em) rotate(45deg);
	}
	#cont3 .inner .accordion.open:after{
		border:none;
		border-left:2px solid;
		border-top:2px solid;
		transform:translateY(0.6em) rotate(45deg);
	}
	#cont3 .inner dl{
		padding:1% 5% 5%;
	}
	#cont3 .inner dl:after{
		font-size:3vw;
	}
	#cont3 .inner dl div{
		margin:5% 0;
		padding:5% 5% 3%;
	}
	#cont3 .inner dl div dt{
		padding-bottom:0.3em;
		font-size:3.8vw;
		border-bottom:2px solid;
	}
	#cont3 .inner dl div dd{
		padding:0.8em 0;
		line-height:1.3;
	}
}


/* footer */
footer{
	padding:1em 0;
	line-height:2;
	color:#fff;
	background-color:#51b5bc;
}
footer a{
	color:#fff;
}
footer ul{
	margin-bottom:0.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
footer ul li{
	margin:0 0.5em;
}
@media screen and (max-width:768px){
	footer ul{
		display: block;
	}
	footer ul li{
		margin:0;
	}
}


/* topbtn */
#topbtn{
	width:50px;
	line-height:50px;
	font-size:21px;
	border-radius:50%;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:99;
	right:20px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
@media screen and (max-width:768px){
	#topbtn{
		width:40px;
		line-height:40px;
		font-size:16px;
		right:10px;
	}
}


/* #bottom_banner */
#bottom_banner{
	width:334px;
	position:fixed;
	z-index:100;
	right:0;
	bottom:-400px;
	-webkit-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
#bottom_banner:hover{
	opacity:1;
}

@media screen and (max-width:768px){
	#bottom_banner{
		max-width:500px;
		width:90%;
		right:5%;
}

