@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
　◆ Stracture
　◆ margin padding
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
:root{
	--mainColorBlk:#222;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
　Stracture
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
*{
	max-width: 100%;
}

body{
	margin: 0;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 15px;
	letter-spacing: 0.075em
}

img{
	vertical-align:bottom;
	border:none
}

h1,h2,h3,h4,dl,dt,dd{
	margin:0;
	padding:0
}

ul,li{
	list-style:none;
	padding:0;
	margin:0
}

p{
	max-width: 800px;
	margin: 1em auto;
}

section{
}

header{
    background: url(../images/pluto_bg.jpg);
    background-position: left calc(50% - 180px) top -109px;
    height: 600px;
    background-size: 2140px;
}

h1{
	text-align: right;
	width: 600px;
	margin: 0 auto;	
	padding: 118px 0 0 0;
	box-sizing: border-box;
}

.btnCv{
	width: 745px;
	margin: 30px auto 0;
}

.btnCv a {
    display: block;
    width: 380px;
    float: right;
}


.btnCv img{
	width: 100%;
}

#whats{
	padding: 50px 0 0
}

#whats h2{
	width: 500px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #50aea9;
	line-height: 1em;
	position: relative;
}

#whats h2::before {
    content: "";
    width: 78px;
    height: 108px;
	right: 0;
	bottom: -15px;
    background: url(../images/h2_img.png);
    background-size: 100%;
    display: block;
	position: absolute;
}

.flowList{
	width: 500px;
	margin: 50px auto 0;
}

.flowList li{
	border: 2px solid #50aea9;
	line-height: 1em;
	padding: 40px 0 40px 160px;
	position: relative;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 16px;
	background: url("../images/flow01.png") no-repeat right;
	background-size: auto 100%;
}

.flowList li:nth-child(2){
	background-image: url("../images/flow02.png");
}

.flowList li:nth-child(3){
	background-image: url("../images/flow03.png");
}

.flowList li::before{
	content: "Step1";
	background: #50aea9;
	color: #FFF;
	position: absolute;
	width: 130px;
	height: 96px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
} 

.flowList li:nth-child(2)::before{
	content: "Step2";
} 

.flowList li:nth-child(3)::before{
	content: "Step3";
} 

.flowList li a{
	color: #2ba49e;
} 

.ctaArea{
	padding: 226px 0 60px 0;
	overflow: hidden;
	background: url("../images/cta_bg.jpg") no-repeat;
	background-size: 1000px;
	background-position: center top;
}

#faq{
	padding: 50px 0 80px;
	background: #50aea9;
}

#faq h2{
	margin: 0 auto 50px;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	color: #FFF;
}

.faqList{
	width: 700px;
	margin: 0 auto;
}

.faqList li{
	background: #FFF;
	margin-bottom: 16px;
	padding: 32px 40px 30px;
	border-radius: 10px;
}

.faqList li dt{
	font-size: 17px;
	padding-bottom: 16px;
	border-bottom: 1px solid #cfcfcf;
	color: #2ba49e;
	line-height: 1.375em;
}

.faqList li dd{
	padding-top: 20px;
}

footer{
	padding-bottom: 30px;
	overflow: hidden;
}

footer p{
	padding-top: 50px;
	text-align: center;
	clear: both
}









/*-------------------------------------------------------------------
	min-width:980px
-------------------------------------------------------------------*/
@media screen and (min-width:980px) {
	.ctaArea .btnCv {
		width: 576px;
	}
	
	.ctaArea .btnCv a {
		float: left;
	}
	
	footer .btnCv {
		width: 380px;
		margin: 50px auto 0
	}
	
}
















/*-------------------------------------------------------------------
	max-width:979px
-------------------------------------------------------------------*/
@media screen and (max-width:979px) {
	
	body{
		font-size: 3.74vw;
		font-weight: bold;
		color: #333;
	}
	
	p{
		width: 82.67vw;
		line-height: 1.6em;
	}
	
	header{
		background: url("../images/pluto_bg.jpg") no-repeat #e7e5e7;
		background-position: left calc(50% - 22vw) top -11.5vw;
		height: 113.33vw;
		background-size: 306.13vw;
	}
	
	h1{
		text-align: right;
		width: 800px;
		margin: 0 auto;	
		padding: 16vw 5.33vw 0 0;
	}
	
	h1 img{
		width: 30.93vw;
	}
	
	.btnCv{
		width: 85.33vw;
		margin: 33.5vw auto 0;
	}
	
	.btnCv a {
		width: 100%;
	}

	#whats{
		padding: 10.67vw 0 0
	}
	
	#whats h2{
		width: 82.67vw;
		font-size: 5.34vw;
		padding-bottom: 6.94vw;
		border-bottom: 0.4vw solid #50aea9;
		margin-bottom: 8.8vw;
	}
	
	#whats h2::before {
		width: 12.93vw;
		height: 18.13vw;
		bottom: -3vw;
	}
	
	.flowList{
		width: 82.67vw;
		margin: 12vw auto 0;
	}
	
	.flowList li{
		border: 0.4vw solid #50aea9;
		padding: 8.1vw 0 8.1vw 25.4vw;
		font-size: 3.74vw;
		border-radius: 0.8vw;
		margin-bottom: 4.27vw;
	}

	.flowList li::before{
		font-size: 3.47vw;
		width: 21vw;
		height: 20vw;
	} 	
	
	.ctaArea{
		padding: 11vw 0 9.34vw;
		background-size: 158.4vw;
		background-position: left calc(50% + 3vw) top;
	}

	#faq{
		padding: 10.67vw 0 
	}
	
	#faq h2{
		font-size: 5.34vw;
		margin-bottom: 8.8vw;
	}
	
	.faqList{
		width: 87.34vw;
		margin: 0 auto;
	}
	
	.faqList li{
		border-radius: 1.34vw;
		margin-bottom: 5.6vw;
		padding: 6.14vw 8vw 6.94vw;
	}

	.faqList li dt{
		font-size: 4vw;
		padding-bottom: 4.27vw;
		border-bottom: 0.4vw solid #cfcfcf;
		color: #2ba49e;
	}

	.faqList li dd{
		padding-top: 4.8vw;
	}
	
	footer .btnCv {
		margin: 10vw auto 0;
	}

	footer{
		font-size: 3.2vw;
		padding-bottom: 6vw;
	}

	footer p{
		padding-top: 8vw;
	}

	
}
