@charset "utf-8";

#main-cnt .wrapper-in{
    padding: 0 50px 0;
}
.main-view{
	width: 100%;
	position: relative;
}
.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: 120px;
	background: #5cc2d0;
    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 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"); }

/*CONTACT*/
.contact {
	margin-top: 180px;
}
.contact .contact-area1,
.contact .contact-area2{
	position: relative;
    width: 100%;
    margin: 60px auto 0;
}
.contact .contact-area1 h2,
.contact .contact-area2 h2{
    font-family: 'Kosugi Maru', sans-serif;
    background: #5cc2d0;
    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;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
	z-index: 1;
}
.contact .box1{
	width: 60%;
	margin: 0 auto;
}
.contact .contact-area1 .box1:before {
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
    width: 20%;
    height: 250px;
    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;
}
.contact .contact-area1 .box1:after {
    left:0;
    top: 50%;
    width: 20%;
    height: 250px;
    transform: translate(0%,-50%);
}
.contact .box1-in{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0 50px;
}
.contact .contact-area1 .box1-in:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.contact .contact-area1 .text-box{
	display: table;
    margin: 20px auto;
}
.contact .contact-area1 .text-box .adress{
	padding: 10px 20px;
	margin-top: 10px;
}
.contact .contact-area1 .text-box dl{
	display: flex;
	align-items: baseline;
    justify-content: flex-start;
	padding: 15px 20px;
    font-size: 1.4em;
	border-bottom: 1px solid #0086c7;
}
.contact .contact-area1 .text-box dl:nth-child(2){
	border-bottom: 1px solid #f19eb4;
}
.contact .contact-area1 .text-box dl dt{
	clear: left ;
	font-weight: 700;
	width: 85px;
}
.contact .contact-area1 .text-box dl dd{
	width: 100%;
	letter-spacing: .25em;
	font-family: 'Kosugi Maru', sans-serif;
}
.contact .contact-area1 .text-box dl dd a{
	color: #121212;
}
.contact .contact-area1 .text-box .btn-box{
	margin-top: 30px;
	text-align: center;
}

.contact .box2{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0;
	width: 90%;
	margin: 130px auto 100px;
}
.contact .contact-area2 .box2:before{
	content: "";
	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;
	z-index: -1;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.contact .contact-area2 .box2:after{
	content: "";
	position: absolute;
	background-image: radial-gradient(#fed5f2 25%, transparent 0), radial-gradient(#fed5f2 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
	z-index: -1;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}
.contact .box2 .text-area{
	position: relative;
	display: table;
	margin: 0 auto;
	width: 80%;
	padding: 70px 0 10px;
	background: #fff;
}
.contact .contact-area1 h2 span.b,
.contact .contact-area2 h2 span.b{
	font-size: 1.5em;
}
.contact .contact-area2 h3{
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
    position: relative;
    font-size: 1.35em;
    letter-spacing: .2em;
    padding: 20px;
	display: table;
    margin: 0 auto;
}
.contact .contact-area2 h3:before{
	content: "";
	position: absolute;
	background: #0086c7;
	width: 100%;
	height: 1px;
	bottom: 5px;
	left: 0;
}
.contact .contact-area2 h3:after{
	content: "";
	position: absolute;
	background: #f19eb4;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.contact .contact-area2 ul{
	max-width: 1200px;
	width: 80%;
    margin: 40px auto 0;
}
.contact .contact-area2 ul li{
	padding-bottom: 60px;
}
.contact .contact-area2 ul li .q-area{
	border-bottom: 1px solid #0086c7;
	padding: 0 20px 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact .contact-area2 ul li .q-area span{
	display: flex;
    position: relative;
    border-radius: 50%;
    background: #0086c7;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
	font-weight: 700;
}
.contact .contact-area2 ul li .a-area{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	color: #666;
}
.contact .contact-area2 ul li .a-area span{
	display: flex;
    position: relative;
    border-radius: 50%;
    background: #ea5c85;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
	font-weight: 700;
	margin-top: 3px;
}
.contact .contact-area2 ul li .q-area h4{
	font-size: 1.1em;
}
.contact .contact-area2 ul li .q-area h4,
.contact .contact-area2 ul li .a-area p{
    width: calc(100% - 60px);
}
.contact .contact-area2 ul li .a-area p{
	margin-top: 10px;
}
.contact .contact-area2 ul li:nth-child(2) .q-area,
.contact .contact-area2 ul li:nth-child(4) .q-area{
	border-bottom: 1px solid #f19eb4;
}

@media screen and (max-width: 1300px) {
	.contact{
		margin-top: 160px;
	}
	.contact .box2{
		margin-top: 100px;
	}
	.contact .box2 .text-area,
	.contact .contact-area2 ul{
		width: 90%;
	}
}
@media screen and (max-width: 980px) {
	#main-cnt .wrapper-in{
		padding: 50px 3vw 0;
	}
	.top-image{
		width: calc(100% - 6vw);
	}
	.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);
	}
	.contact .box1 {
    	width: 80%;
	}
	.contact .contact-area1 .box1:before,
	.contact .contact-area1 .box1:after{
		width: 10%;
	}
	.contact .contact-area1 .text-box dl{
		font-size: 1.3em;
	}
}
@media screen and (max-width: 768px) {
	.top-image {
		height: 70px;
	}
	.main-view .cap-main {
    	padding: 20px;
	}
	.main-view .cap-main h3 {
		font-size: .95em;
	    letter-spacing: .2em;
	}
	.contact{
		margin-top: 95px;
	}
	.contact .box1 {
		width: 88vw;
	}
	.contact .contact-area1 .box1:before,
	.contact .contact-area1 .box1:after{
		width: 3vw;
		height: 200px;
	}
	.contact .contact-area1 h2,
	.contact .contact-area2 h2{
		font-size: .9em;
		padding: 7px 20px 7px 26px;
	}
	.contact .contact-area1 h2 span.b{
		font-size: 1.2em;
	}
	.contact .contact-area2 h2 span.b{
		font-size: 1.4em;
	}
	
	.contact .contact-area1 .text-box{
		display: block;
		width: 80vw;
	    margin: 10px auto 0;
	}
	.contact .contact-area1 .text-box dl{
		font-size: 1em;
		padding: 10px 20px;
	}
	.contact .contact-area1 .text-box dl dt {
		width: 60px;
	}
	.contact .contact-area1 .text-box dl dd{
		letter-spacing: .15em;
	}
	.contact .box1-in{
		padding: 35px 0 40px;
	}
	.contact .box2{
		margin-top: 50px;
	    margin-bottom: 50px;
		padding: 3vw 0;
	}
	.contact .box2 .text-area{
	    margin: 40px auto 0px;
    	padding: 30px 0 10px;
	}
	.contact .contact-area2 h3 {
		font-size: 1.1em;
		line-height: 1.4;
		letter-spacing: .1em;
		padding: 20px 3vw;
	}
	.contact .contact-area2 ul{
		margin: 20px auto 0;
	}
	.contact .contact-area2 ul li {
		padding-bottom: 30px;
	}
	.contact .contact-area2 ul li .q-area{
		display: block;
	    padding: 0 0 20px;
		align-items: inherit;
	}
	.contact .contact-area2 ul li .a-area{
	    padding: 15px 0 20px;
	}
	.contact .contact-area2 ul li .q-area h4{
		font-size: 1em;
	}
	.contact .contact-area2 ul li .q-area span,
	.contact .contact-area2 ul li .a-area span{
		width: 33px;
		height: 33px;
		margin: 0 auto;
	}
	.contact .contact-area2 ul li .q-area h4,
	.contact .contact-area2 ul li .a-area p {
    	width: calc(100% - 3vw);
		line-height: 1.5;
		margin: 10px auto 0;
	}
	.contact .contact-area2 .last{
		padding-bottom: 0	
	}
}