@charset "utf-8";

#main-cnt .wrapper-in{
    padding: 0 50px 0;
}
.main-view{
	width: 100%;
	position: relative;
}
.main-view .cap-title{
	position: absolute;
    left: calc(50% - 10px);
    top: 0;
	opacity: 0;
	z-index: 0;
    background: #e898b0;
    padding: 25px 5px;
    border-radius: 0 0 15px 15px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.5s;
    transition: all cubic-bezier(.2,.4,1) 0.5s;
	transform: translate(-50%,20%) scale(0.95, 1.2);
	-webkit-transform: translate(-50%,20%) scale(0.95, 1.2);
}
.main-view .cap-title.view{
	opacity: 1;
	transform: translate(-50%,0%) scale(1);
	-webkit-transform: translate(-50%,0%) scale(1);
}
.main-view .cap-title h2{
	line-height: 4.8em;
    letter-spacing: .6em;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
}
.main-view .cap-title h2 span{
	display: block;
    border-right: 1px solid #fff;
    font-size: 1.45em;
}
.main-view .cap-main{
	padding: 30px;
    background: #fff;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    display: table;
    position: absolute;
    width: fit-content;
    left: 50%;
    bottom: 0;
    z-index: 5;
	border-radius: 15px;
    opacity: 0;
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.5s;
    transition: all cubic-bezier(.2,.4,1) 0.5s;
	transform: translate(-50%,100%) scale(0.95, 1.5);
	-webkit-transform: translate(-50%,100%) scale(0.95, 1.5);
}
.main-view .cap-main.view{
	opacity: 1;
	transform: translate(-50%,50%) scale(1);
	-webkit-transform: translate(-50%,50%) scale(1);
}
.main-view .cap-main h3{
	-webkit-transform: translate3d(0, 10px, 0) scale(0.95, 1);
            transform: translate3d(0, 10px, 0) scale(0.95, 1);
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.5s;
    transition: all cubic-bezier(.2,.4,1) 0.5s;
	display: inline-block;
	opacity: 0;
}
.main-view .cap-main h3 span{
	-webkit-transform: translate3d(0, 10px, 0) scale(0.95, 1);
            transform: translate3d(0, 10px, 0) scale(0.95, 1);
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.8s;
    transition: all cubic-bezier(.2,.4,1) 0.8s;
	display: inline-block;
	opacity: 0;
}
.main-view .cap-main h3 span.b{
	font-size: 1.6em;
}
.main-view .cap-main.view h3,
.main-view .cap-main.view h3 span{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}
.main-view .cap-main h3{
	font-size: 1.4em;
    line-height: 1.3;
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: .48em;
    font-weight: 700;
	margin-left: 6px;
}
.main-view .cap-main h3 span.b{
	font-size: 1.6em;
}
/*top-image*/
.top-image {
    width: calc(100% - 100px);
    height: calc(100vh - 288px);
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	z-index: -1;
}
.top-image:before{
	content: "";
	position: absolute;
    left: 0;
    top: -15%;
    width: calc(50% + 1px);
    height: 130%;
    transform: translateY(0%) skewY(-7deg);
	background: #5cc2cf;
	-webkit-transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
	z-index: 1;
}
.top-image:after{
	content: "";
	position: absolute;
    right: 0;
    top: -15%;
    width: calc(50% + 1px);
    height: 130%;
    transform: translateY(0%) skewY(7deg);
	background: #5cc2cf;
	-webkit-transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
	z-index: 1;
}
.top-image.loadf:before,
.top-image.loadf:after{
	transform: translateY(-100%) skewY(0deg);	
}
.top-image {
	background:#fff;
}

.top-image span.view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    z-index: 0;
}
.top-image span { background-image: url("../img/index/top1.jpg"); }

/*ABOUT*/
.about {
	margin-top: 180px;
}
.about .about-area{
	position: relative;
    width: 80%;
    margin: 60px auto 0;
    padding-bottom: 100px;
}
.about .about-area:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.about .about-area h2{
    font-family: 'Kosugi Maru', sans-serif;
	background: #f19eb4;
	border-radius: 15px;
    font-size: 1.2em;
	letter-spacing: .4em;
    padding: 13px 35px 15px 43px;
    display: table;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.about .about-area h2 span.b{
	font-size: 1.5em;
}
.about .about-area h3{
	font-family: 'Kosugi Maru', sans-serif;
	position: relative;
    font-size: 1.7em;
	letter-spacing: .1em;
    padding: 20px 35px;
    display: table;
    margin: 20px auto 0;
    text-align: center;
}
.about .about-area .text-box{
	position: relative;
}
.about .about-area .text-box:before {
	content: "";
    right: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.about .about-area .text-box:after {
    left: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
}
.about .about-area h3:before{
	content: "";
	position: absolute;
	background: #0086c7;
	width: 100%;
	height: 1px;
	bottom: 5px;
	left: 0;
}
.about .about-area h3:after{
	content: "";
	position: absolute;
	background: #f19eb4;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.about .about-area p{
	text-align: center;
    color: #666;
    width: 80%;
    max-width: 1000px;
    margin: 40px auto 0;
}
.about .about-area .image{
	width: 112%;
	margin: 50px 0 50px -6%;
	height: 500px;
	background: url("../img/index/about1.jpg") no-repeat center;
    background-size: cover;
	border-radius: 8px;
}
.about .about-area .btn-box{
	margin: 40px auto 0;
    text-align: center;
}
.about .about-area .btn-box a{
	padding: 14px 20px;
}

/*EDUCATION*/
.education {
	margin-top: 130px;
}
.education .education-area{
	position: relative;
    width: calc(100% - 100px);
    margin: 60px auto 0;
    padding-bottom: 100px;
}
.education .education-area:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.education .education-area h2{
    font-family: 'Kosugi Maru', sans-serif;
	background: #f19eb4;
	border-radius: 15px;
    font-size: 1.2em;
	letter-spacing: .4em;
    padding: 13px 35px 15px 43px;
    display: table;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.education .education-area h2 span.b{
	font-size: 1.5em;
}
.education .education-area h3{
	font-family: 'Kosugi Maru', sans-serif;
	position: relative;
    font-size: 1.7em;
	letter-spacing: .1em;
    padding: 20px 35px;
    display: table;
    margin: 20px auto 0;
    text-align: center;
}
.education .education-area h3:before{
	content: "";
	position: absolute;
	background: #0086c7;
	width: 100%;
	height: 1px;
	bottom: 5px;
	left: 0;
}
.education .education-area h3:after{
	content: "";
	position: absolute;
	background: #f19eb4;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.education .education-area p{
	text-align: center;
    color: #666;
    max-width: 1000px;
    margin: 40px auto 0;
}
.education .education-area .image-long{
	width: 80%;
    margin: 50px auto;
	height: 500px;
	background: url("../img/index/education1.jpg") no-repeat center;
    background-size: cover;
	border-radius: 8px;
}
.education .box1{
	position: relative;
	margin-top: 70px;
	width: 100%;
}
.education .box1 ul{
	display: flex;
    width: 80%;
    max-width: 1150px;
	margin: 0 auto;
}
.education .box1 ul li{
    width: 33.3333%;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
	text-align: left;
}
.education ul .text-box{
	padding: 0 20px 20px;
	box-sizing: border-box;
}
.education ul .text-box .cap-box{
	margin-top: 20px;
}
.education ul .text-box h4{
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
}
.education ul .text-box h4 span{
	color: #333;
	position: relative;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: .2em;
}
.education ul .text-box h4 span:before{
	content: "";
    position: absolute;
    left: -30px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    background: #f19eb4;
}
.education ul .text-box h4 span:after{
	content: "";
    position: absolute;
    right: -30px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
	background: #0086c7;
}
.education ul .text-box p{
	margin-top: 10px;
	color: #666;
	text-align: left;
}
.education ul li .image{
	position: absolute;
    top: 100%;
	left: 10px;
    width: calc(100% - 40px);
    border: 10px solid #ea5c85;
    border-radius: 8px;
}
.education ul li:nth-child(2) .image{
    border: 10px solid #0086c7;
}
.education ul li .image img{
	width: 100%;
}

/*PICKUP*/
.pickup {
	margin-top: 100px;
    padding-bottom: 200px;
}
.pic1{
	margin-top: 140px;
}
.pic2 .pickup-area,
.pic3 .pickup-area,
.pic4 .pickup-area{
	padding-top: 70px;	
}

.pickup .pickup-area{
	position: relative;
    width: calc(100% - 100px);
    margin: 60px auto 0;
	padding-bottom: 50px;
}
.pickup .pickup-area:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pickup .pickup-area .icn{
	position: relative;
	padding-top: 20px;
	text-align: center;
    font-size: 3em;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Kosugi Maru', sans-serif;
}
.pickup .pickup-area .icn:after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 20px;
	background:url(../img/index/icn.svg) no-repeat center;
	background-size: 100%;
}
.pickup .pickup-area h2{
    font-family: 'Kosugi Maru', sans-serif;
	background: #f19eb4;
	border-radius: 15px;
    font-size: 1.2em;
	letter-spacing: .4em;
    padding: 13px 35px 15px 43px;
    display: table;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.pickup .pickup-area h2 span.b{
	font-size: 1.5em;
}
.pickup .pickup-area h3{
	font-family: 'Kosugi Maru', sans-serif;
	position: relative;
    font-size: 1.5em;
    letter-spacing: .3em;
    padding: 25px 35px 40px;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.pickup .pickup-area h3:before{
	content: "";
	position: absolute;
	background: #0086c7;
	width: 100px;
	height: 1px;
	bottom: 5px;
	left: 50%;
    transform: translateX(-50%);
}
.pickup .pickup-area h3:after{
	content: "";
	position: absolute;
	background: #f19eb4;
	width: 100px;
	height: 1px;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
}
.pickup .pickup-area p{
	text-align: center;
    color: #666;
    width: 80%;
    max-width: 1000px;
    margin: 40px auto 0;
}
.pickup .pickup-area .btn-box{
	margin: 20px auto 0;
    text-align: center;
}
.pickup .pickup-area .btn-box a{
	padding: 14px 20px;
}
.pickup .image-box{
	position: relative;
    width: calc(100% - 100px);
	height: 200px;
    margin: 0 auto;
}
.pickup .image-box:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pickup .image-box .image{
	width: 80%;
    margin: 0 auto 50px;
    height: 400px;
	border-radius: 8px;
}
.pic1 .image-box .image{
	background: url(../img/index/picup1.jpg) no-repeat center;
    background-size: cover;
}
.pic2 .image-box .image{
	background: url(../img/index/picup2.jpg) no-repeat center;
    background-size: cover;
}
.pic3 .image-box .image{
	background: url(../img/index/picup3.jpg) no-repeat center;
    background-size: cover;
}
.pic4 .image-box .image{
	background: url(../img/index/picup4.jpg) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 1450px) {
	.about .about-area p,
	.education .education-area p.main-t{
	    width: calc(100% - 100px);
		max-width: 100%;
		text-align: left;
	}
	.about .about-area p br,
	.education .education-area p br{
		display: none;
	}
	.education .education-area .image-long{
		width: calc(100% - 100px);
	}
	.entrance .entrance-area .box1 ul{
		width: calc(100% - 80px);
	}
	.education .education-area .box1 ul li{
    	padding: 0 10px;
	}
	.education .education-area ul .text-box{
		padding: 0 10px 20px;
	}
	.education ul .text-box h4{
		font-size: .9em;
	}
}
@media screen and (max-width: 1300px) {
	.main-view .cap-title h2 {
		line-height: 3.8em;
		letter-spacing: .45em;
	}
	.main-view .cap-title h2 span{
		font-size: 1.4em;
	}
	.about{
		margin-top: 160px;
	}
	.education{
		margin-top: 100px;
	}
	.education ul .text-box h4 span{
		font-size: 1.15em;
	    letter-spacing: .1em;
	}
	.education ul .text-box h4 span:before,
	.education ul .text-box h4 span:after{
		top: 1px;
	}
	.education ul .text-box h4 span:before{
		left: -21px;
	}
	.education ul .text-box h4 span:after{
		right: -21px;
	}
}
@media screen and (max-width: 1100px) {
	.about .about-area{
		padding-bottom: 70px;
	}
	.about .about-area h3,
	.education .education-area h3{
	    margin: 0 auto;
	}
	.about .about-area .box1{
    	margin-top: 60px;
	}
	.about .about-area .box2{
		margin-top: 100px;
	}
	.about .about-area h3,
	.education .education-area h3{
		font-size: 1.6em;
	}
	.education .education-area ul .text-box{
		padding: 0 0 20px;
	}
	.education .education-area ul li .image{
		width: calc(100% - 40px);
	}
	.pickup .pickup-area .icn{
		font-size: 2em;
	}
	.pickup .pickup-area .icn:after{
		width: 29px;
    	height: 22px;
	}
	.pickup .pickup-area h3{
		font-size: 1.45em;
		letter-spacing: .2em;
	    padding: 20px 35px;
	}
	.pickup .pickup-area p{
	    width: calc(100% - 100px);
		max-width: 100%;
		text-align: left;
	}
	.pickup .pickup-area p br{
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.main-view .cap-title h2 {
		line-height: 3.4em;
    	letter-spacing: .4em;
	}
	.main-view .cap-title h2 span{
		font-size: 1.3em;
	}
	#main-cnt .wrapper-in{
		padding: 50px 3vw 0;
	}
	.top-image{
		width: calc(100% - 6vw);
		height: calc(100vh - 220px);
	}
	.top-image .cap-main {
    	padding: 20px 30px;
	    bottom: 0;
	    top: initial;
	}
	.top-image .cap-main.view{
		transform: translate(-50%,50%) scale(1);
    	-webkit-transform: translate(-50%,50%) scale(1);
	}
	.main-view .cap-main h3 {
		font-size: 1.2em;
	    letter-spacing: .35em;
	}
	.about .about-area{
	    width: calc(100% - 6vw);
	}
	.about .about-area .image {
		width: calc(100% + 6vw);
		margin: 50px 0 20px -3vw;
		border-radius: 0;
	}
	
	.about .about-area .text-box:before,
	.about .about-area .text-box:after {
		width: 6vw;
	}
	.about .about-area .text-box:before {
    	right: -3vw;
	}
	.about .about-area .text-box:after {
    	left: -3vw;
	}
	.about .about-area ul li span.cap{
		font-size: .9em;
		letter-spacing: .1em;
		padding: 15px 20px;
		width: auto;
		display: table;
	}
	.entrance .entrance-area,
	.education .education-area,
	.education .education-area .box1 ul,
	.education .education-area .image-long,
	.pickup .pickup-area,
	.pickup .image-box{
	    width: calc(100% - 6vw);
	}
	.education .education-area .image-long{
		margin: 50px auto;
	}
	.education .box1{
		margin-top: 50px;
	}
	.pickup .image-box .image {
    	width: 86%;
	}
	.pickup {
		margin-top: 80px;
	}
	.pic1{
		margin-top: 110px;
	}
}
@media screen and (max-width: 768px) {
	.top-image {
		height: calc(100vh - 290px);
	}
	.main-view .cap-title h2 {
	    font-size: .85em;
		line-height: 3rem;
		letter-spacing: .4em;
	}
	.main-view .cap-title h2 span{
	    font-size: 1.15rem;
	}
	.main-view .cap-main {
    	padding: 20px;
	}
	.main-view .cap-main h3 {
		font-size: .95em;
	    letter-spacing: .1em;
	}
	.about .about-area .image {
		width: calc(100% + 6vw);
		margin: 50px 0 50px -3vw;
	}
	.about .about-area h2,
	.education .education-area h2,
	.pickup .pickup-area h2{
		font-size: .9em;
		padding: 7px 20px 7px 26px;
	}
	.about,
	.education{
		margin-top: 50px;
	}
	.about .about-area,
	.education .education-area{
		width: 100%;
		margin: 35px auto 0;
		padding-bottom: 40px;
	}
	.about .about-area{
		margin: 95px auto 0;
	}
	.about .about-area ul li span.cap{
		left: 50%;
		right: inherit;
		transform: translate(-50%, 50%);
	}
	.about .about-area h3,
	.education .education-area h3{
		font-size: 1.2em;
		line-height: 1.4;
	    padding: 0px 3vw 20px;
	}
	.about .about-area p,
	.education .education-area p.main-t,
	.pickup .pickup-area p{
		margin: 20px auto 0;
	    width: calc(100% - 6vw);
	}
	.about .about-area .image{
		width: 100%;
   		margin: 30px 0;
		height: 250px;
	}
	.about .about-area .text-box:before,
	.about .about-area .text-box:after{
		width: 0;
	}
	.about .about-area .btn-box,
	.pickup .pickup-area .btn-box{
	    margin: 20px auto 0;
	}
	.education{
	    padding-bottom: 0;
	}
	.education .education-area .image-long{
		width: 100%;
   		margin: 30px 0 50px;
		height: 250px;
		border-radius: 0;
	}
	.education .education-area .box1{
	    margin-top: 50px;
	}
	.education .education-area .box1 ul{
		display: block;
	}
	.education .education-area .box1 ul li{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}
	.education .education-area .box1 ul li:nth-child(1){
		margin-top: 0;
	}
	.education .education-area ul .text-box .cap-box{
		margin-top: 10px;
	}
	.education .education-area ul li .image{
		left: 0;
		position: relative;
		width: calc(100% - 3vw);
	}
	.education .education-area ul li .image,
	.education .education-area ul li:nth-child(3) .image{
		width: calc(100% - 10px);
		margin: 0 auto;
		height: 280px;
		overflow: hidden;
		border: 5px solid #ea5c85;
	}
	.education .education-area ul li:nth-child(2) .image{
		border: 5px solid #0086c7;
	}
	.education .education-area ul li .image img {
		transform: translateY(-20%);
	}
	.education .education-area ul .text-box p{
		padding-left: 3vw;
    	padding-right: 3vw;
	}
	.pickup{
		margin-top: 50px;
		padding-bottom: 125px;
	}
	.pic4{
		margin-bottom: 50px;
	}
	.pic2 .pickup-area,
	.pic3 .pickup-area,
	.pic4 .pickup-area {
		padding-top: 30px;
	}
	.pickup .pickup-area{
		width: 100%;
		margin: 35px auto 0;
		padding-bottom: 40px;
	}
	.pickup .pickup-area .icn{
		font-size: 2em;
	}
	.pickup .pickup-area h3{
		font-size: 1.2em;
		line-height: 1.4;
	    padding: 10px 3vw 20px;
	}
	.pickup .pickup-area p{
		margin: 20px auto 0;
	}
	.pickup .image-box{
		width: 100%;
		height: 125px;
	}
	.pickup .image-box .image{
	    height: 250px;
	}

@media screen and (max-width: 320px) {
	.about .about-area h2,
	.education .education-area h2,
	.pickup .pickup-area h2 {
		font-size: .8em;
	}
}