@import"https://fonts.googleapis.com/css?family=Roboto:400,700";
@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese";
@charset "UTF-8";
@font-face {
    font-family: aderans_mens-fonts;
    src: url('/mens/common/rn-font//aderans_mens-fonts.eot');
    src: url('/mens/common/rn-font//aderans_mens-fonts.eot?#iefix') format("eot"), url('/mens/common/rn-font//aderans_mens-fonts.woff') format("woff"), url('/mens/common/rn-font//aderans_mens-fonts.ttf') format("truetype"), url('/mens/common/rn-font//aderans_mens-fonts.svg#aderans_mens-fonts') format("svg")
}

a:hover,
a img:hover {
	opacity: 0.7 !important;
}

main {
	position: relative;
	padding-top: 0 !important;
}

img {
	transition:all 0.3s ease;
}

.pc {
		display: block;
	}
	
.sp {
		display: none;
}

section {
	margin-bottom: 180px;
}

.mainimg img {
	width: 100%;
	text-align: center;
}

section.moya h2 {
	margin: 30px auto 20px auto;
	text-align: center;
	width: 1220px;
}

section.moya h2 img {
	width: auto;
}

section.moya ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
}

section.moya ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1220px;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
}

section.moya ul li {
}

section.moya ul li .moya-inner {
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 3px dotted #16b7aa;
	width: 374px;
	min-height: 330px;
	position: relative;
}

section.moya .note {
	width: 374px;
	margin: 1.5em auto 0 auto;
}

section .note {
	font-size: 1.15rem;
}

section.moya ul li .moya-inner img {
	text-align: center;
	margin: 20px auto 20px auto;
}

section.moya ul li .moya-inner p {
	padding: 0 2em;
	line-height: 1.8em;
}

section.moya ul li .moya-inner:after {
	content: "";
	width: 123px;
	height: 31px;
	background: url("../../images/kaiketsu.jpg") no-repeat;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}

section.moya ul li .cloud {
	text-align: center;
	margin: 0 auto 30px auto;
}

section h2 {
	text-align: center;
	margin: 0 auto 30px auto;
	display: table;
}

section h2 img {
	text-align: center;
}

section.kaiketsu,
section.counceling,
section.qa {
	width: 1220px;
	margin: 0 auto 180px auto;
}

section.counceling {
	margin: 0 auto 0 auto;
}

section.kaiketsu .youtube {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

section.kaiketsu .youtube iframe {
	width: 100%;
}

section.counceling p.lead {
	text-align: center;
	line-height: 1.6em;
	font-size: 2.2rem;
	margin-bottom: 50px;
}

section.counceling ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1220px;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	flex-wrap: wrap;
}

section.counceling ul li {
	width: calc(100% / 2 - 60px );
	margin-bottom: 50px;
}

section.counceling ul li dl dt {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 20px;
}

section.counceling ul li dl dt img {
	margin: 0 auto;
}

section.counceling ul li dl dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.counceling ul li dl dd div {
	width: 30%;
}

section.counceling ul li dl dd p {
	width: 65%;
	font-size: 1.6rem;
}

section.counceling img.mochi {
	text-align: center;
	margin: 0 auto;
	width: auto;
}

section.flow {
	width: 100%;
	padding-bottom: 50px;
	background: url("../../images/bg_flow.jpg") repeat;
}

section.flow .inner {
	width: 1220px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

section.flow .prepare {
	background: #16b7aa;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 25px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

section.flow .prepare p {
	text-align: center;
	width: 100%;
	font-size: 1.7rem;
	color: white;
	margin-top: 40px;
	letter-spacing: 0.1em;
}

section.flow h2 {
	margin: 0 auto 50px auto;
}

section.flow p.note {
	text-align: center;
	margin: 20px auto 100px auto;
}

section.flow ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

section.flow ul li {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 327px;
}

section.flow ul li:first-child {
	width: 714px;
	background-image: url(../../images/bg_step1.png);
	background-size: 714px 327px;
	margin-bottom: 30px;
}

section.flow ul li:nth-child(2) {
	width: 460px;
	background-image: url(../../images/bg_step2.png);
	margin-bottom: 30px;
}

section.flow ul li:nth-child(3) {
	width: 593px;
	background-image: url(../../images/bg_step3.png);
}

section.flow ul li:nth-child(4) {
	width: 576px;
	background-image: url(../../images/bg_step4.png);
}

section.flow ul li:after {
	
}

section.flow ul li dt {
	background-repeat: no-repeat;
	height: 23px;
	margin: 0 auto 20px auto;
	text-indent: -9999em;
}

section.flow ul li:first-child dt {
	width: 293px;
	background-image: url(../../images/bg_dt_1.png);
}

section.flow ul li:nth-child(2) dt {
	width: 289px;
	background-image: url(../../images/bg_dt_2.png);
}

section.flow ul li:nth-child(3) dt {
	width: 224px;
	background-image: url(../../images/bg_dt_3.png);
}

section.flow ul li:nth-child(4) dt {
	width: 246px;
	background-image: url(../../images/bg_dt_3.png);
}

section.flow ul dl {
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 4em;
	width: 100%;
}

section.flow ul li dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

section.flow ul li dd .img {
	margin-right: 20px;
}

section.flow ul li dd .img img {
	width: 100%;
	margin-top: 20px;
}

section.flow ul li:first-child dd .img,
section.flow ul li:nth-child(3) dd .img,
section.flow ul li:nth-child(4) dd .img {
	width: 300px;
}

section.flow ul li:nth-child(2) dd .img {
	width: 172px;
}

section.flow ul li dd .txt {
	width: 50%;
}

section.flow ul li dd a img {
	margin-top: 15px;
}

section.flow .tel {
	color: rgb(22, 183, 170);
	text-align: center;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-size: 30px;
	margin: 10px 0 0 0;
	width: 300px;
}

section.qa {
	background: url(../../images/img_zomoqa_06.png) repeat;
	width: 100%;
	text-align: center;
}

section.qa dl {
	width: 870px;
	margin: 0 auto;
	padding-bottom: 50px;
	font-size: 20px;
	line-height: 1.6em;
	text-align: left;
}

section.qa dt {
	display:block;
	width: 100%;
	padding: 1.5em 1.5em 1.5em 90px;
	box-sizing: border-box;
	border:#fff 1px solid;
	cursor:pointer;
	color: white;
	background: #656565 url(../../images/qa_02.png) no-repeat 20px 50%;
	position: relative;
	border-right: 70px solid #b2b2b2;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

section.qa dt:after {
	content: "";
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -45px;
	margin: auto;
	background: url(../../images/qa_04.png) no-repeat;
	transition: all .3s ease;
}

section.qa dt.mouseon:after {
	transform: rotateX(180deg);
	width: 21px;
	height: 11px;
}

section.qa dd {
	background: #fff url(../../images/qa_03.png) no-repeat 20px 50%;
	width: 100%;
	padding: 1.5em 1.5em 1.5em 90px;
	box-sizing: border-box;
	line-height: 1.6em;
	display: none;
	border-bottom: 2px solid #656565;
	border-right: 2px solid #656565;
	border-left: 2px solid #656565;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

section.qa .zomoqa-img-01 {
	width: 100%;
	padding: 60px 0;
}

section.qa .zomoqa-img-01 img {
	width: auto;
}

footer {
	width: 100%;
	background: #f2f2f2;
	padding: 50px 0;
	text-align: center;
}

footer h2 {
	margin: 0 auto 25px auto;
}

footer img {
	width: auto;
	margin: 0 auto;
}

footer .lead,
footer .open {
	font-size: 2rem;
	margin-bottom: 30px;
}

footer .tel,
footer .tel a {
	color: #16b7aa;
	font-weight: bold;
	font-size: 40px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

footer .flogo {
	background: #656565;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}

footer .flogo a {
	
}

footer .flogo a img {
	width: 130px;
	height: auto;
	vertical-align: middle;
}

footer .apply {
	display: block;
	margin-bottom: 50px;
}


/* ====================================== */
/* media query */

@media screen and (max-width : 64em) {
	
	section {
		margin-bottom: 40px;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 100% !important;
		width: 100% !important;
		height: 100% !important;
	}
	
	section.moya ul {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
	section.moya ul li {

	}
	
	section.moya ul li .cloud {
		width: calc(100vw - 50%);
		margin: 0 auto 55px auto;
	}
	
	section.moya ul li .moya-inner {
		width: 100%;
		min-height: auto;
		margin-bottom: 30px;
		padding-bottom: 1em;
	}
	
	section.moya ul li .moya-inner p {
		font-size: 2rem;
	}
	
	section.moya ul li .moya-inner img {
		width: 60%;
	}
	
	section.moya .note {
		width: 90%;
		margin: 0 auto;
	}	

	section h2 {
		width: 90%;
		margin: 0 auto 30px;
	}
	
	section.qa h2,
	footer h2 {
		width: 60%;
	}

	section h2 img {
		width: 100%;
	}
	
	section.kaiketsu,
	section.counceling,
	section.qa {
		width: 90%;
		margin: 0 auto 40px auto;
	}
	
	section.counceling p.lead {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	
	section.counceling ul {
		display: block;
		width: 100%;
	}
	
	section.counceling ul li {
		width: 100%;
	}
	
	section.counceling ul li dl dd div img {
		width: 100%;
	}
	
	section.flow .inner {
		width: 90%;
		padding: 30px 0 0 0;
	}
	
	section.flow ul dl {
		top: 8em;
		left: 0;
		right: 0;
	}
	
	section.flow .prepare {
		display: block;
	}
	
	section.flow .prepare img {
		margin-bottom: 20px;
	}
	
	section.flow .prepare p {
		margin-top: 0;
		font-size: 1.5rem;
	}
	
	section.flow h2 {
		margin: 0 auto 30px auto;
	}
	
	section.flow p.note {
		margin: 20px auto 20px auto;
	}
	
	section.flow ul li dt {
		height: auto;
		margin: 0 auto 10px auto;
	}
	
	section.flow ul li:first-child,
	section.flow ul li:nth-child(2) {
		margin-bottom: 20px;
	}
	
	section.flow ul li {
		height: 0 !important;
		background-size: contain;
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	
	section.flow ul li:first-child {
		background-image: url(../../images/bg_step1_sp.png);
		padding-top: 129.247910864%;
		background-size: contain;
	}

	section.flow ul li:nth-child(2) {
		background-image: url(../../images/bg_step2_sp.png);
		padding-top: 108.635097493%;
		margin-bottom: 0;
	}

	section.flow ul li:nth-child(3) {
		padding-top: 115.320334262%;
		background-image: url(../../images/bg_step3_sp.png);
	}

	section.flow ul li:nth-child(4) {
		padding-top: 92.7576601671%;
		background-image: url(../../images/bg_step4_sp.png);
	}
	
	section.flow ul li dd {
		display: block;
	}
	
	section.flow ul li:first-child dd .img,
	section.flow ul li:nth-child(3) dd .img,
	section.flow ul li:nth-child(4) dd .img,
	section.flow ul li:nth-child(2) dd .img {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	
	section.flow ul li dd .txt {
		margin-top: 20px;
		line-height: 1.8em;
		width: 90%;
		margin-right: auto;
		font-size: 2.5rem;
		margin-left: auto;
	}
	
	section.flow ul li dd .img img {
		margin-top: 0;
		width: 90%;
		margin: 0 auto;
	}
	
	section.flow .tel {
		font-size: 40px;
		margin: 1em auto 0 auto;
		width: 100%;
	}
	
	section.flow .tel a {
		color: rgb(22, 183, 170);
	}
	
	section.qa dl {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
		font-size: 2rem;
	}
	
	section.qa dt {
		padding: 1em 1em 1em 50px;
		background-size: 20px;
		border-right: 50px solid #b2b2b2;
	}
	
	section.qa dt:after {
		right: -35px;
	}
	
	section.qa dd {
		padding: 1em 1em 1em 50px;
		background-size: 20px;
	}
	
	footer {
		padding: 2em 0;
	}
	
	footer .lead,
	footer .open{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	
	footer .tel {
		
	}
	
	footer .tel {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	
	footer .flogo {
		padding: 10px 0;
	}
	
	footer .inner {
		width: 90%;
		margin: 0 auto;
	}
	
	section.flow {
		padding-bottom: 30px;
	}
	
	footer .apply {
		margin-bottom: 70px;
	}
	
	section.moya ul li .moya-inner:after {
		width: 200px;
		height: 60px;
		top: -40px;
		background-size: contain;
	}		
	
}

@media screen and (max-width : 42em) {
	
	
	section.moya h2 {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	section.moya h2 img {
		width: 100%;
		height: auto;
	}
	
	section.flow ul dl {
		top: 4em;
	}
	
	section.flow ul li dd .txt {
		font-size: 1.3rem;
		width: 100%;
		margin-top: 10px;
		line-height: 1.5em;
	}
	
	section.flow .tel {
		font-size: 2.8rem;
		margin: 1em auto 0 auto;
	}	
	
	section.moya ul li .moya-inner:after {
			width: 123px;
			height: 31px;
			top: -20px;
		}	
	
	section.moya ul li .moya-inner img {
		width: 70%;
		margin: 20px auto 10px auto;
	}
	
	section.moya ul li .cloud {
		margin: 0 auto 30px auto;
	}
	
	section.moya ul li .moya-inner p {
		line-height: 1.5em;
	}
	
	section.moya ul li .moya-inner p {
		font-size: 1.3rem;
	}
	
	section.qa dl {
		font-size: 1.3rem;
	}
	
	footer .apply {
		margin-bottom: 50px;
	}
	
	footer .lead,
	footer .open{
		font-size: 1.3rem;
	}	

}


	
	