@charset "utf-8";
body {
	color:#000;
	font-family: 'Noto Sans JP',-apple-system,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:16px;
	line-height:1.6;
	letter-spacing: 0.05em;
	max-width: 1440px;
	margin: 0 auto;
}
.container{
	width: 100%;
	position: relative;
	max-width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 ;
}
header{
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
header .container{
}
header .container h1{
	position: absolute;
	top: 10px;
	left: -100px;
	width: 221px;
}

#mv{
	background: url("../image/mv.jpg") center 50% no-repeat;
	padding-top: 90px;
}
#mv h2.mv_image{
	margin: auto auto auto 0;
	max-width: 700px;
}
section{
	position: relative;
	text-align: center;
	padding: 45px 0;
}

.cv{
	background: #f6fcff;
}
.cv a{
	display: block;
	max-width: 400px;
	background:  #00183c;
	line-height: 50px;
	border-radius: 6px;
	position: relative;
	color: #fff;
	margin: auto;
	font-weight: bold;
}
.cv a::after{
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 14px;
	width: 23px;
	height: 23px;
	background: url("../image/arrow.png") center 50% no-repeat;
	z-index: 10;
}

#nayami{
	background: url("../image/bg01.jpg") center 50% no-repeat;
}
section h2{
	font-size: 160%;
	font-weight: bold;
}

.title{
	position: relative;
	padding: 20px 0 ;
	background: url("../image/title_bg.jpg") center 50% no-repeat;
	color: #fff;
	line-height: 1.4;
}
.title b{
	font-size: 110%;
}
.title::after{
	content: '';
	width: 80px;
	height: 40px;
	position: absolute;
	z-index: 10;
	bottom: -40px;
	left: calc(50% - 40px);
	background: url("../image/title_arrow.png") center bottom no-repeat;
}

#nayami h2{
	color: #fff;
	margin: auto auto 30px;
}
#nayami h2 b{
	color: #ee771b;
	font-size: 120%;
}
#nayami .nayami_image{
}

#solving{
	padding-top: 60px;
	background: url("../image/bg02.gif") left top repeat;
}
.left{
	float: left;
	width: 48%;
}
.right{
	float: right;
	width: 48%;
}

#solving .solving_image{
	margin: auto auto 30px;
}

#solving .solving_text{
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}
#solving .solving_text b{
	color: #ee771b;
}

#frame{
	background: #dbbf9b;
}
#frame .frame_mask{
	position: absolute;
	left: -200px;
	top: -30px;
	width: 900px;
}
#frame .frame_image{
	float: right;
	width: 40%;
    position: relative;
    z-index: 10;
}

#design{
	background: url("../image/bg02.gif") left top repeat;
}
#design h2{
	color: #00183c;
	margin: auto auto 30px;
}
#design .design_image{
	max-width: 700px;
	margin: auto auto 15px;
}

.box{
	border: 1px solid #00183c;
	padding: 4px;
	background: rgba(255,255,255,.8);
}
.box .box_inner{
	border: 1px solid #00183c;
	padding: 15px 30px;
	text-align: left;
}
.box .box_inner b{
	color: #ff0000;
}

#graph{
	background: url("../image/bg02.gif") left top repeat;
	padding-top: 60px;
	padding-bottom: 150px;
}
#graph h2{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 45px;
	color: #fb8020;
	margin: auto auto 30px;
}
#graph h2::before,
#graph h2::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -59px;
	width: 41px;
	height: 118px;
}

#graph h2::before{
	background: url("../image/title_accent_l.png") center 50% no-repeat;
	background-size: cover;
	left: 0;
}	
#graph h2::after{
	background: url("../image/title_accent_r.png") center 50% no-repeat;
	background-size: cover;
	right: 0;
}

ul.graph_box{
	max-width: 900px;
	margin: auto;
}
ul.graph_box li{
	background: #fff;
	position: relative;
	margin: 60px auto;
}
ul.graph_box li::before,
ul.graph_box li::after{
	position: absolute;
	content: "";
	bottom: -40px;
	width: 300px;
	height: 40px;
}
ul.graph_box li::before{
	left: 0;
	background: url("../image/shadow_l.png") center top no-repeat;
}
ul.graph_box li::after{
	right: 0;
	background: url("../image/shadow_r.png") center top no-repeat;
}
ul.graph_box li .left,
ul.graph_box li .right{
	width: 46%;
}
ul.graph_box li h3{
	position: relative;
	background: #00183c;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 30px;
}
ul.graph_box li h3::after{
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -50px;
	width: 87px;
	height: 101px;
	background: url("../image/survey01.png") center 50%;
}
ul.graph_box li:first-child h3::after{
	background: url("../image/survey01.png") center 50%;
    background-size: cover;
}
ul.graph_box li:nth-child(2) h3::after{
	background: url("../image/survey02.png") center 50%;
    background-size: cover;
}
ul.graph_box li:nth-child(3) h3::after{
	background: url("../image/survey03.png") center 50%;
    background-size: cover;
}
ul.graph_box li:nth-child(4) h3::after{
	background: url("../image/survey04.png") center 50%;
    background-size: cover;
}
ul.graph_box li .graph_inner{
	padding: 30px;
}

#point_title{
	background: url("../image/bg03.png") center top;
	padding: 150px 0 30px;
	color: #fff;
	margin-top: -150px;
}
#point_title b{
	color: #fb8020;
	font-size: 120%;
}
#point{
	background: #00183c;
}
#point .point{
}
#point .point li{
	float: left;
}
#point .point li{
	width: calc(94% / 5);
	margin: auto 1.5% auto auto;
	background: #fff;
	border-radius: 6px;
}
#point .point li:last-child{
	margin-right: auto;
}
#point .point li .point_photo img{
        border-radius: 6px 6px 0 0;
}
#point .point li h3{
	padding: 15px 5px;
}
#no1{
	padding: 0;
}
#no1 .no1_head{
	position: relative;
	background: url("../image/bg04.jpg") center bottom no-repeat;
	background-size: cover;
	padding: 30px 0;
}
#no1 .no1_image{
}
#no1 .no1_head .no1_image_mask{
	position: absolute;
	bottom: -100px;
	left: -100px;
}
#no1 .no1_bottom {
	color: #fff;
	font-size: 120%;
	background: #00183c;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: left;
}
#no1 .no1_bottom .container{
	padding: 30px 0 30px 300px;
}

#no1 .no1_bottom .container b{
	font-size: 120%;
}

#howto{
	background: url("../image/bg02.gif") left top repeat;
}
#howto .howto_image{
	max-width: 900px;
	margin: auto;
}

#wash{
	background: url("../image/bg02.gif") left top repeat;
}
#wash .wash_head{
	margin: auto auto 30px;
	text-align: left;
}
#wash .wash_head .left h3{
	color: #f00;
	margin: auto auto 30px;
	font-weight: bold;
	font-size: 110%;
}
#wash .wash_head .box{
	color: #fb8020;
	font-size: 150%;
	font-weight: bold;
}
#wash .wash_head .right{
}
#wash .wash_bottom{
}
#wash .wash_bottom h3{
	font-size: 110%;
	font-weight: bold;
	color: #00183c;
	margin: auto auto 30px;
}
#wash .youtube {
	margin: auto;
	max-width: 560px;
}

#voice{
	background: #00183c;
}
#voice .voice_content{
	background: #fff;
	padding: 15px 45px;
	margin: 30px auto;
}
#voice .voice_content .voice_head{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
#voice .voice_content .voice_head .voice_title{
	font-size: 120%;
	float: left;
}
#voice .voice_content .voice_head .star{
	float: left;
	padding: 5px 30px;
}
#voice .voice_content .voice_text{
	text-align: left;
}
#faq{
	background: url("../image/bg02.gif") left top repeat;
}
#faq .faq_content{
	margin: 30px auto;
}
#faq .faq_content h3{
	background: #fb8020;
	color: #fff;
	font-size: 110%;
	text-align: left;
	margin: auto auto 15px;
	padding: 5px 15px;
}
#faq .faq_content .faq_text{
	text-align: left;
	padding: 15px;
}
#faq .faq_content .faq_text a{
	text-decoration: underline;
	color: #fb8020;
}
footer{
	text-align: center;
	color: #fff;
	padding: 20px ;
	font-size: 80%;
	background: #fb8020;
}

#graph,
#howto,
#wash{
	padding-top: 60px;
}

@media (max-width: 1100px) {
	header .container h1{
		left: 15px;
		width: 200px;
	}
}
@media (max-width: 1000px) {
	.container{
		padding: 0 15px;
		box-sizing: border-box;
	}
	#no1 .no1_image{
		width: 90%;
		margin: auto;
	}
	#no1 .no1_head .no1_image_mask{
		width: 30%;
		left: 10px;
		bottom: -150px;
	}
}	
@media (min-width: 781px) {
	.sp_only{
		display: none !important;
	}
}
@media (max-width: 780px) {
	body{
		font-size: 15px;
	}
	.pc_only{
		display: none !important;
	}
	#mv h2.mv_image{
		width: 80%;
	}
	.left,
	.right{
		float: none;
		margin: 30px auto;
		width: 90%;
		max-width: 600px;
	}
	#solving .left{
		max-width: 450px;
	}
	#solving .solving_text{
		text-align: center;
		font-size: 160%;
	}
	#frame .frame_mask{
		position: inherit;
		left: auto;
		top: auto;
		width: 100%;
		margin: auto auto 30px;
	}
	#frame .frame_image{
		float: none;
		width: 80%;
		max-width: 450px;
		margin: auto;
	}
	ul.graph_box li .left,
	ul.graph_box li .right{
		width: 46%;
		margin: auto;
	}
	ul.graph_box li .left{
		float: left;
	}
	ul.graph_box li .right{
		float: right;
	}
	ul.graph_box li h3::after{
		width: 59px;
		height: 65px;
		margin-top: -32px;
	}
	#point .point{
		font-size: 0;
		letter-spacing: -2em;
	}
	#point .point li{
		float: none;
		display:inline-block;
		vertical-align: top;
		width: 30%;
		margin: 15px 1.5%;
		font-size: 16px;
		letter-spacing: normal;
	}
	#wash .wash_head .left h3{
		font-size: 160%;
		text-align: center;
	}
	section{
		padding: 30px 0;
	}
	#solving{
		padding-top: 45px;
	}
	ul.graph_box li h3{
		padding: 5px 30px 5px 80px;
	}
	#no1 .no1_bottom .container{
		padding: 15px;
	}
}
@media (min-width: 601px) {
	a,
	a img{
		transition: .3s;
	}
	a:hover,
	a:hover img{
		opacity: .7;
	}
	.flow_sp{
		display: none;
	}
}
@media (max-width: 600px) {
	body{
		font-size: 14px;
	}
	#mv{
		background-size: 900px;
	}
	section h2,
	#solving .solving_text,
	#wash .wash_head .left h3,
	#wash .wash_head .box{
		font-size: 140%;
	}
	ul.graph_box li h3{
		text-align: left;
	}
	#graph h2{
		margin-bottom: auto;
	}
	#graph h2::before, 
	#graph h2::after {
		content: '';
		margin-top: -29px;
		width: 20px;
		height: 59px;
	}
	#graph, 
	#howto, 
	#wash {
    padding-top: 45px;
	}
	#graph{
		padding-bottom: 100px;
	}
	#point .point li h3{
		font-size: 14px;
	}
	#wash .youtube iframe{
		width: 336px;
		height: 189px;
	}
	#voice .voice_content .voice_head .star{
		padding: 0 30px;
	}
	.cv a{
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	header .container h1{
		width: 120px;
	}
	#mv{
		padding-top: 60px;
		background-size: 700px;
	}
	#mv h2.mv_image{
		width: 90%;
	}
	.cv a{
		font-size: 16px;
	}
	.cv a::after {
		content: '';
		right: 10px;
		top: 17px;
		width: 16px;
		height: 16px;
		background: url(../image/arrow.png) center 50% no-repeat;
		background-size: cover;
	}
	section h2{
		font-size: 120%;
	}
	#solving .solving_text{
		font-size: 110%;
	}
	.left,
	.right{
		width: 100%;
	}
	#graph h2{
		padding: 0 25px;
		font-size: 110%;
	}
	ul.graph_box li{
		margin: 45px auto;
	}
	ul.graph_box li .graph_inner{
		padding: 15px 10px;
	}
	ul.graph_box li .left, 
	ul.graph_box li .right{
		width: 49%;
	}
	ul.graph_box li h3{
		font-size: 110%;
	}
	#graph{
		padding-bottom: 60px;
	}
	#point_title b{
		font-size: 110%;
	}
	#point .point li{
		width: 320px;
		margin: 15px auto;
	}
	#no1 .no1_image{
		width: 100%;
	}
	#no1 .no1_bottom,
	#wash .wash_head .left h3,
	#wash .wash_head .box{
		font-size: 110%;
	}
	#voice .voice_content{
		padding: 15px 10px;
	}
	.box .box_inner{
		padding: 15px;
	}
}