@charset "utf-8";
/*
Theme Name: あくるめ財団
Theme URI:
Author: qp3.jp
Author URI: http://qp3.jp/
Description: あくるめ財団用テーマ
Version: 1.0
License:
License URI:
Text Domain:
*/

body{
	color: #000;
	font-size: 16px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	background: #fff;
	margin: 0;
	padding: 0;
}
a{
	color: #000;
	text-decoration: none;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}
a:hover{
	text-decoration:none;
	opacity:0.7;
	cursor: pointer;
}
input[type="text"], textarea, input[type="tel"], input[type="email"]{
	-webkit-appearance : none
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
img{
	border:0;
	vertical-align: middle;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	clear:both;
	line-height: 1.5;
}
p{
	line-height: 2;
}
address{
	font-style:normal;
}
ul{
	margin: 0;
	padding:0;
}
li{
	list-style:none;
}
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

.forPC{
	display: block;
}
.forSP{
	display: none !important;
}

@media screen and (max-width:768px) {
	body{
		font-size: 15px;
	}
	.forPC{
		display: none !important;
	}
	.forSP{
		display: block !important;
	}

}


/*-----------------------------------------------------------------------------* common */
.container{
	min-width: 1000px;
	text-align: center;
}
.contents{
	margin: 0 auto;
}
.contents_inner{
}
.sec{
	margin: 0 auto;
}
.sec_inner{
	margin: 0 auto;
}
.top_sec_ttl{
}
.sec_ttl span, .top_sec_ttl span{
	display: inline-block;
	border-bottom: 5px solid #000;
	padding-bottom: 10px;
}
.top_sec{
	position:relative;
}
.top_sec_inner{
	max-width: 1200px;
	margin: 0 auto;
}
.top_sec_body{
	overflow: hidden;
}

.lead{
	font-weight: bold;
}

/*------* img */
.img{
	background: url(images/top_img_1.jpg) 0 center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	padding-bottom: 41.6%;
}
#img1{
}
#img2{
	background: url(images/top_img_2.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#img3{
	background: url(images/about_img.jpg) 0 center no-repeat;
	background-size: 100% auto;
}

/*------* main */
#top_main{
	background: url(images/main.png) 0 center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	padding-bottom: 62%;
	margin-top: 110px;
}
.main{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding-bottom: 33%;
	margin-top: 110px;
}
#post_main{
	background: url(images/post_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#about_main{
	background: url(images/about_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#works_main{
	background: url(images/works_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#works_detail_main{
	background: url(images/works_detail_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#works_detail_2_main{
	background: url(images/works_detail_2_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
	padding-bottom: 16%;
}
#nature_main{
	background: url(images/nature_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#education_main{
	background: url(images/education_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#apply_main{
	background: url(images/apply_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#faq_main{
	background: url(images/faq_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
#contact_main{
	background: url(images/contact_main.jpg) 0 center no-repeat;
	background-size: 100% auto;
}

/*------* main_catch */
.main_catch{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 13% auto;
}

/*------* btn */
.btns{
	text-align: center;
	margin: 0 auto;
}
.btn{
	background: #0e9af7;
	border-radius: 100px;
	padding: 20px 30px 22px 65px;
	display: inline-block;
	box-sizing:  border-box;
}
.btn:after{
	content: "";
	background: url(images/icon_arrow_2.png) 0 center no-repeat;
	background-size: 6px 8px;
	width: 6px;
	height: 8px;
	display: inline-block;
	margin-left: 40px;
}

.work_btns{
}
.work_btn{
	display: inline-block;
	background: #009c47;
	padding: 40px 0;
	width: 375px;
	margin: 0 10px;
}

.contact_btns{
	text-align: left;
	margin: 0 auto;
}
.contact_btn{
	background: #0e9af7;
	border-radius: 100px;
	padding: 20px 50px 22px 45px;
	display: block;
	margin: 0 auto 10px;
	box-sizing:  border-box;
}
#footer_btn_fb{
	background: #4b6196;
	margin-bottom: 15px;
}
.contact_btns p{
	font-size: 15px;
	margin-left:  20px;
}
.contact_btns p:last-child{
	font-size: 12px;
}

.dowmload_btns{
	text-align: center;
}
.dowmload_btn{
	display: inline-block;
	padding: 18px 50px 24px 45px;
}

.apply_btns{
	text-align: center;
}
.apply_btn{
	display: inline-block;
	width: 241px;
	padding: 20px 10px 22px 0;
}

/*------* menu */
#menus{
	background: #FFF;
	text-align: center;
	border-bottom: 1px solid rgba(0,156,71,0.4);
	-webkit-overflow-scrolling: touch;
}
.menu{
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.menu a{
	display: block;
	padding: 30px 40px;
	line-height: 1.4;
	font-size: 22px;
	letter-spacing: 1px;
}
.menu a.on{
	color: #009c47;
}
.menu a.on:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 70%;
	height: 5px;
	margin: 0 auto;
	background: #009c47;
}
.selected_body{
	display: none;
}
.selected_body.on{
	display: block;
}

/*------* illustration */
.illustration{
	position: absolute;
}


@media screen and (max-width:768px) {
	.container{
		min-width: 320px;
	}
	.contents{
	}
	.contents_inner{
	}
	.sec{
	}
	.sec_inner{
	}
	.top_sec_ttl{
	}
	.sec_ttl span, .top_sec_ttl span{
		padding-bottom: 1px;
		border-bottom: 4px solid;
	}
	.sec_body{
		width: 80% !important;
		margin: 0 auto;
	}
	.top_sec{
	}
	.top_sec_inner{
	}
	.top_sec_body{
	}

	.lead{
	}

	/*------* img */
	.img{
		background-size: 130% auto;
		padding-bottom: 54%;
		background-position: left 50% top 0 !important;
	}
	#img1{
	}
	#img2{
		background-size: 130% auto;
	}
	#img3{
		background-size: 130% auto;
	}

	/*------* main */
	#top_main{
		background: url(images/main_sp.png) 0 center no-repeat;
		background-size: 100% auto;
		padding-bottom: 95%;
		margin-top:  60px;
	}
	.main{
		margin-top: 60px;
		background-size: 130% auto !important;
		padding-bottom: 43.4%;
		background-position: left 50% top 0 !important;
	}
	#about_main{
	}
	#work_main{
	}
	#works_detail_2_main{
		padding-bottom: 26.8%;
		background-size: 160% auto !important;
	}
	#apply_main{
	}
	#faq_main{
	}

	/*------* main_catch */
	.main_catch{
		margin: 13% auto;
	}
	.main_catch img{
		width: 70%;
		height: auto;
		max-width:  320px;
	}

	/*------* btn */
	.btns{
	}
	.btn{
		padding: 20px 0 22px;
		width: 100%;
		max-width: 300px;
	}
	.btn:after{
		margin-left: 15px;
	}

	.work_btns{
	}
	.work_btn{
		width: 80%;
		margin: 0;
		margin-bottom: 30px;
		padding: 30px 0;
	}
	.work_btn img{
		width: 70%;
		height: auto;
		max-width: 244px;
	}
	
	.contact_btns{
		text-align: center;
	}
	.contact_btn{
		width: 100%;
		box-sizing:  border-box;
		max-width:  300px;
	}
	#footer_btn_fb{
	}
	.contact_btn p{
		margin-left: 0;
	}
	.contact_btn p:last-child{
	}

	.dowmload_btns{
	}
	.dowmload_btn{
	}

	.apply_btns{
	}
	.apply_btn{
	}

	/*------* menu */
	#menus{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space:  nowrap;
	}
	.menu{
	}
	.menu a{
		padding: 25px 20px;
		font-size:  18px;
	}
	.menu a.on{
	}
	.menu a.on:after{
	}
	.selected_body{
	}
	.selected_body.on{
	}
	/*------* illustration */
	.illustration{
	}

}


/*-----------------------------------------------------------------------------* header */
#header{
	display: block;
	background: #fff;
	width:auto;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 10000;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
#header_logo{
	height: 160px;
	width: 160px;
	padding: 20px;
	border-radius: 200px;
	background: #fff;
	position: absolute;
	left: 4%;
	transition: 0.2s;
}
#header_logomark{
	width:100%;
	height:auto;
}

/*------* header_nav */
.header_nav{
	float: right;
}
.nav_btn{
	display: none;
}
.nav_menus{
	margin-right: 20px;
}
.nav_menu{
	position: relative;
	display: inline-block;
}
.nav_menu a{
	display: inline-block;
	height: 110px;
	line-height: 110px;
	padding: 0 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav_menu:nth-last-child(2) span, .nav_menu:last-child span{
	display: none;
}
.nav_menu:last-child a{
	padding: 0;
}

/*------* headerスクロール */
#header.scr_header{
}
.scr_header #header_logo{
	width: 100px;
	height: 100px;
	padding: 12px;
}
#header.scr_header .nav_menu a{
	height: 80px;
	line-height: 80px;
}
#header.scr_header .on .nav_menu a{
	height: 60px;
	line-height: 60px;
}

@media screen and (max-width:930px) {
	#header{
		font-size: 14px;
	}
	#header_logo{
		height: 110px;
		width: 110px;
		padding: 16px;
		left: 2%;
	}

}@media screen and (max-width: 768px) {
	#header{
		height: 60px;
	}
	#header_logo{
		width: 70px;
		height: 70px;
		padding: 10px;
		left: 5px
	}
	#header_logo a{
	}
	#header_logomark{
	}

	/*------* header_nav */
	.header_nav{
		position: absolute;
		float: none;
		width: 100%;
	}
	.nav_btn{
		display: block;
		width: 60px;
		height: 60px;
		background-size: 100% 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: none;
		z-index: 100000;
	}
	.nav_btn span,.nav_btn:after,.nav_btn:before{
		content: " ";
		display: block;
		position: absolute;
		left: 15px;
		right: 15px;
		height: 1px;
		background: #000;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		cursor: pointer;
	}
	.nav_btn:before{
		top: 18px;
	}
	.nav_btn span{
		top: 50%;
		margin-top: -1px;
	}
	.nav_btn:after{
		top: auto;
		bottom: 18px;
	}
	.on .nav_btn{
		transform: rotate(90deg);
	}
	.on .nav_btn span, .on .nav_btn:after, .on .nav_btn:before{
		background: rgba(0,0,0,1);
	}
	.on	.nav_btn:before{
		top: 50%;
		margin-top: -0.5px;
		transform: rotate(45deg);
	}
	.on	.nav_btn span{
		left: 50%;
		right: 50%;
	}
	.on	.nav_btn:after{
		bottom: 50%;
		margin-bottom: -0.5px;
		transform: rotate(-45deg);
	}
	.nav_menus{
		display: none;
		margin: 0;
	}
	.on .nav_menus{
		display: block;
		position: fixed;
		width: 100%;
		background: rgba(255,255,255,1);
		box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1);
		z-index: 10000;
		height: 100%;
	}
	.on .nav_menu{
		display:block;
		border-bottom: 1px dashed rgba(0,0,0,0.3);
	}
	.on .nav_menu a{
		display:block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0;
		padding-left: 20px;
		z-index: 10000;
		box-sizing: border-box;
		text-align: left;
	}
	.on .nav_menu:nth-last-child(2), .on .nav_menu:last-child{
	}
	.on .nav_menu:nth-last-child(2){
	}
	.on .nav_menu:last-child{
	}
	.on .nav_menu:nth-last-child(2) span, .on .nav_menu:last-child span{
		display: block;
	}
	.on .nav_menu:nth-last-child(2) a, .on .nav_menu:last-child a{
	}
	.on .nav_menu:nth-last-child(2) a{
	}
	.on .nav_menu:last-child a{
	}
	.on .nav_menu:nth-last-child(2) img, .on .nav_menu:last-child img{
		display: none;
	}

	/*------* headerスクロール */
	#header.scr_header{
	}
	.scr_header #header_logo{
		height: 45px;
		width: 45px;
		margin-top: 6px;
		left: 13px;
		padding: 0;
	}
	#header.scr_header .nav_menu a{
	}

}


/*-----------------------------------------------------------------------------* footer */
/*------* footer_bnr */
.footer_bnr{
	padding: 110px 0 80px;
}
.footer_bnr ul{
	width: 750px;
	margin: 0 auto;
}
.footer_bnr li{
	display: inline-block;
	margin-bottom: 30px;
}
.footer_bnr li:nth-child(odd){
	margin-right: 24px;
}
.footer_bnr a{
}
.footer_bnr img{
	margin: 0;
	display: block;
}
.footer_bnr .f_bnr_img{
	margin-bottom: 10px;
}
.footer_bnr .f_bnr_text{
}

/*------* footer */
#footer{
	background: #eeeeee;
	padding: 100px 0 40px;
}
.footer_body{
	overflow: hidden;
	width: 800px;
	margin: 0 auto 80px;
}
.footer_content{
	float: left;
}
.footer_info{
	text-align: left;
	margin-bottom: 28px;
}
.footer_info img{
	display: inline-block;
}
#footer_logo{
	margin-right: 20px;
	vertical-align: bottom;
}
#footer_logotext{
	margin-bottom: 15px;
}
.footer_info_body{
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}
.footer_info_body p{
	line-height: 1.6em;
}
.footer_links li{
	display: inline-block;
}
.footer_links li a{
	font-size: 13px;
	padding: 0 7px;
}
.footer_links li:first-child a{
	padding-left: 0;
}
.footer_links li a:after{
	content: " ";
	display: inline-block;
	background: #000;
	position: absolute;
	width: 1px;
	height: 12px;
	margin-left: 7px;
	margin-top:  2px;
}
.footer_links li:last-child a:after{
	display: none;
}
.footer_contact{
	float: right;
}
#copyright{
	font-size: 11px;
	text-align: center;
}

@media screen and (max-width:768px) {
	/*------* footer_bnr */
	.footer_bnr{
		padding: 60px 0 40px;
		border-top: 1px solid rgba(0,0,0,0.3);
	}
	.home .footer_bnr, .apply .footer_bnr{
		border-top: none;
	}
	.footer_bnr ul{
		width: 100%;
	}
	.footer_bnr li{
		display:  block;
	}
	.footer_bnr li:nth-child(odd){
		margin-right: 0;
	}
	.footer_bnr a{
		max-width: 360px;
		display:  block;
		margin:  0 auto;
		width: 80%;
	}
	.footer_bnr img{
		width: 100%;
		height: auto;
		margin:  0 auto;
	}
	.footer_bnr .f_bnr_img{
	}
	.footer_bnr .f_bnr_text{
		margin: 0;
		max-width: 250px;
		width: 70%;
	}

	/*------* footer */
	#footer{
		padding: 60px 0 40px;
	}
	.footer_body{
		width: 100%;
		margin: 0 auto 60px;
	}
	.footer_content{
		float:  none;
		margin:  0;
	}
	.footer_info{
		margin-bottom: 30px;
	}
	.footer_info img{
	}
	#footer_logo{
		display:  block;
		margin:  0 auto;
		margin-bottom:  30px;
	}
	#footer_logotext{
		display:  block;
		margin:  0 auto;
		margin-bottom:  20px;
	}
	.footer_info_body{
		display: block;
	}
	.footer_info_body p{
		text-align:  center;
	}
	.footer_links {
		display: none;
	}
	.footer_contact{
		float:  none;
	}
	#copyright{
	}

}


/*-----------------------------------------------------------------------------* top */
/*------* top_sec_news */
#top_sec_news{
	background: #c3eedd;
	padding: 30px 0 0;
	box-sizing: border-box;
}
#top_sec_news .top_sec_inner{
	padding: 30px 0;
	border-top: #000 1px  dashed;
	width: 90%;
	margin:0 auto;
	position:  relative;
}
#top_sec_news .top_sec_ttl{
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	font-size: 20px;
	position:  absolute;
	top:  50%;
	margin-top: -20px;
}
#top_sec_news .top_sec_body{
	display: inline-block;
	position: relative;
	overflow: initial;
	margin-left: 185px;
}
#top_sec_news .top_sec_body:before{
	content: "";
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	left: -29px;
	width: 1px;
	height: 100%;
}
#newsList{
	width: 100%;
	max-width: 500px;
}
#newsList li{
	display: block;
	text-align: left;
	font-size: 14px;
	position: relative;
	padding: 8px;
}
#newsList li a{
	text-decoration: underline;
}
#newsList li:last-child a{
	margin: 0;
}
.newsList_date{
	font-weight: bold;
	display: inline-block;
	position: absolute;
	top: 11px;
}
.newsList_ttl{
	display: inline-block;
	margin-left: 60px;
}
.newsList_ttl p{
	line-height: 1.5em;
}

/*------* top_sec_about */
#top_sec_about{
	padding: 180px 0 150px;
	background: url(images/top_about_illustration_bg.png) top 40px center no-repeat;
	background-size: 1200px auto;
}
#top_sec_about .top_sec_ttl img{
	display: block;
	margin: 0 auto 37px;
}
#top_sec_about .text{
	line-height: 2.8;
	margin-bottom: 60px;
}
.top_about_body img{
    margin: 0 28px;
}
.top_about_body img.forPC{
	display: inline-block;
}
.top_about_body{
	margin-bottom: 100px;
}

/*------* top_sec_work */
#top_sec_work{
	margin: 0 auto 135px;
}
.top_work_body{
	overflow: hidden;
	position: relative;
	height: 800px;
}
.top_work_textbox{
	float: left;
	width: 50%;
	position: absolute;
	left: 50%;
	margin-top: 150px;
	margin-left: -500px;
}
#ttl_icon_2{
	position: absolute;
	top: -42px;
	left: -70px;
}
#top_sec_work .top_sec_ttl{
	text-align: left;
	margin-bottom: 60px;
	margin-left: -20px;
}
#top_sec_work .top_sec_ttl span{
	border-bottom-color: #009c47;
}
.top_work_text{
	text-align: left;
	width: 400px;
}
.top_work_text .lead{
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.top_work_text .text{
	font-size: 17px;
}
.top_work_img{
	position: relative;
	float: right;
	width: 50%;
}
.top_work_img img{
	position: absolute;
	right: 50%;
}
#top_work_img1{
	top: 100px;
	margin-right: -100px;
}
#top_work_img2{
	top: 350px;
	margin-right: -250px;
}

.top_work_contents{
}
.top_work_content{
	border-top: 1px solid rgba(0,0,0,0.3);
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 60px 0 60px 60px;
	box-sizing: border-box;
}
.top_work_content_ttl{
	display: inline-block;
	margin-left: 10px;
}
.top_work_content_ttl img{
}
.top_work_content .text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	line-height: 1.8;
}
.top_works_illustration{
	display: inline-block;
	margin-left: 20px;
}
#top_works_illustration_1{
	margin-left: 50px;
}

/*------* top_sec_faq */
#top_sec_faq{
	position: relative;
	background: #e4edf1;
	height: 630px;
	padding: 125px 0 0;
	box-sizing: border-box;
}
#top_sec_faq .top_sec_body{
}
.top_faq_body{
	float: left;
	width: 40%;
	margin-left: 10%;
}
#top_sec_faq .top_sec_ttl{
	margin-bottom: 45px;
	text-align: left;
	margin-left: 30px;
}

#top_sec_faq .top_sec_ttl span{
	border-bottom-color: #ff4a00;
}
.top_faq_body .lead{
	text-align: left;
	margin-left: 50px;
	margin-bottom: 30px;
}
.top_faq_illustration{
	left: 50%;
	bottom: 140px;
}
#top_faq_illustration_1{
	margin-left: -470px;
}
#top_faq_illustration_2{
	margin-left: -250px;
}
.top_faq_contents{
	float: right;
	width: 50%;
	margin-top: 30px;
}
.top_faq_contents ul{
	background: #fff;
	width: 430px;
	border-radius: 25px;
	padding: 40px 0 50px 73px;
	box-sizing: border-box;
	position: relative;
}
.top_faq_contents ul:before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: -50px;
    margin: 0 auto;
    border: 25px solid transparent;
    border-right: 30px solid #fff;
    border-radius:  12px;
}
.top_faq_contents li{
	text-align: left;
}
.top_faq_contents li a{
	font-size: 18px;
	font-weight: bold;
	padding:  15px 0;
	display:  block;
	line-height:  1.8em;
}
.top_faq_contents li a:hover{
	text-decoration: underline;
}
.top_faq_contents li a:before{
	content: "";
	background: url(images/icon_arrow.png) 0 center no-repeat;
	background-size: 9px 14px;
	width: 9px;
	height: 14px;
	display: inline-block;
	margin-right: 13px;
}
#top_sec_faq .btns{
	margin:  0;
	margin-top: -35px;
	padding-right: 15px;
	width: 430px;
	text-align:  right;
	box-sizing:  border-box;
}
#top_sec_faq .btn{
	background: #ff4a00;
	position: relative;
}


@media screen and (max-width:768px) {
	/*------* top_sec_news */
	#top_sec_news{
		padding: 30px 0 0;
	}
	#top_sec_news .top_sec_inner{
		width: 80%;
		margin:  0 auto;
	}
	#top_sec_news .top_sec_ttl{
		display: none;
	}
	#top_sec_news .top_sec_body{
	margin:  0;
	}
	#top_sec_news .top_sec_body:before{
		display: none;
	}
	#newsList{
	}
	#newsList li{
		font-size:  13px;
	}
	#newsList li a{
	}
	#newsList li:last-child a{
	}
	.newsList_date{
	}
	.newsList_ttl{
	}

	/*------* top_sec_about */
	#top_sec_about{
		padding: 80px 0;
		overflow: hidden;
		background: url(images/top_about_illustration_bg_sp.png) top 41% center no-repeat;
		background-size: 100% auto;
	}
	#top_sec_about .top_sec_ttl img{
		width: 80%;
		height:  auto;
		max-width:  380px;
	}
	#top_sec_about .text{
		width: 80%;
		margin: 0 auto 50px;
		padding-bottom: 55%;
		line-height: 2.6;
	}
	.top_about_body img{
		margin: 0 auto;
		width: 100%;
		height:  auto;
		max-width:  380px;
	}
	.top_about_body img.forPC{
		display: none;
	}
	.top_about_body{
		margin-left: 7%;
		margin-bottom: 40px;
	}

	/*------* top_sec_work */
	#top_sec_work{
	margin-bottom:  80px;
	}
	.top_work_body{
		height:  auto;
	}
	.top_work_textbox{
		float:  none;
		width: 80%;
		position:  static;
		margin: 0 auto;
		padding: 69px 0 60px;
	}
	#ttl_icon_2{
		width: 60px;
		height: auto;
		top: 30px;
		left: 3%;
	}
	#top_sec_work .top_sec_ttl{
		margin-left: 0;
	}
	#top_sec_work .top_sec_ttl img{
		width: 120px;
		height: auto;
	}
	.top_work_text{
		width: 100%;
	}
	.top_work_text .lead{
		font-size: 18px;
	}
	.top_work_text .text{
		font-size: 15px;
		line-height: 2.2;
	}
	.top_work_img{
		float:  none;
		width: 80%;
		display: flex;
		flex-direction: column;
		height: auto;
		position:  static;
		margin:  0 auto;
	}
	.top_work_img img{
		right: 0;
	}
	#top_work_img1{
		top: 0;
		margin:  0;
		order: 1;
		width: 100%;
		height: auto;
		display:  block;
		position:  static;
		margin-bottom: 40px;
	}
	#top_work_img2{
		margin: 0 auto;
		order: 2;
		width: 100%;
		height: auto;
		display:  block;
		position: static;
		top: 0;
	}
	.top_work_contents{
	}
	.top_work_content{
		width: 80%;
		padding: 60px 0;
		margin-top:  60px;
	}
	.top_work_contents:last-child .top_work_content{
		margin-top: 0;
		padding-bottom: 30px;
	}
	.top_work_content_ttl{
		display: block;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.top_work_content_ttl img{
		width: 100px;
		height: auto;
	}
	.top_work_content .text{
		margin: 0;
		margin-bottom: 20px;
	}
	.top_works_illustration{
		display:  block;
		margin:  0 auto;
	}
	#top_works_illustration_1{
		margin: 0 auto;
	}

	/*------* top_sec_faq */
	#top_sec_faq{
		padding: 60px 0 260px;
		height: auto;
	}
	.top_sec_body{
	}
	.top_faq_body{
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.top_faq_illustration{
		bottom:  80px;
		width: 170px;
		height:  auto;
	}
	#top_faq_illustration_1{
		margin-left: -170px;
	}
	#top_faq_illustration_2{
		margin-left: 0;
	}
	#top_sec_faq .top_sec_ttl{
		margin-left: 0;
	}
	#top_sec_faq .top_sec_ttl img{
		width: 140px;
		height:  auto;
	}
	.top_faq_body .lead{
		margin-left: 0;
	}
	.top_faq_contents{
		float: none;
		width: 100%;
		margin: 0;
	}
	.top_faq_contents ul{
		width: 80%;
		margin: 0 auto;
		padding: 30px 20px 50px 35px;
	}
	.top_faq_contents ul:before{
		display: none;
	}
	.top_faq_contents li{
	}
	.top_faq_contents li a{
		font-size: 16px;
		padding:  10px 0;
	}
	.top_faq_contents li a:before{
		margin-right: 9px;
	}
	#top_sec_faq .btns{
		position:  relative;
		width: 80%;
		padding-right: 7%;
		margin-top: -33px;
	}
	#top_sec_faq .btn{
		margin-right: -20%;
		padding: 20px 20px 20px 45px;
	}

}@media screen and (max-width:375px) {
	#top_sec_about .text {
		font-size: 13px;
	}

}


/*-----------------------------------------------------------------------------* about */
/*------* sec_about_lead */
#sec_about_lead{
    padding: 130px 0 140px;
}
#sec_about_lead .sec_ttl{
	margin-bottom: 40px;
}
#sec_about_lead .sec_ttl:after{
	display: none;
}
.ttl_icon{
	margin-bottom: 37px;
}
#sec_about_lead .sec_body{
	width: 700px;
	text-align: left;
	margin: 0 auto;
}
#sec_about_lead .text{
	margin-bottom: 35px;
}

/*------* sec_about_feature */
#sec_about_feature{
	background: #fffddf;
	overflow:  hidden;
	padding:  160px 0;
}
#sec_about_feature .sec_body{
	overflow: hidden;
	width: 860px;
	margin: 0 auto 90px;
	padding-bottom: 90px;
	border-bottom: 1px solid rgba(0,0,0,1);
}
.about_feature_body{
    float: left;
	width: 500px;
}
.about_feature_ttl{
	margin-bottom: 40px;
}
.about_feature_ttl img{
	margin: 0;
}
.about_feature_body .text{
	text-align: left;
}
.sec_body:first-child .about_feature_body .text{
	margin-bottom: 20px;
}
.about_feature_body span{
	text-align: left;
	font-size: 13px;
	display:  block;
	line-height: 1.8;
}
.about_illustration{
	float: right;
	margin-top: 80px;
}

/*------* sec_about_member */
#sec_about_member{
	padding: 140px 0 70px;
}
#sec_about_member .sec_ttl{
	margin-bottom: 70px;
}
#sec_about_member .sec_ttl:after{
	width: 235px;
	margin-left: -118px;
	left: 50%;
}
.about_member_body{
	overflow: hidden;
	width: 760px;
	margin: 0 auto 70px;
	padding-left: 60px;
}
.member{
	border-top: 1px solid rgba(0,0,0,1);
	text-align: left;
	float: left;
	margin-top:  60px;
}
.member tr{
	border-bottom: 1px solid rgba(0,0,0,1);
}
.member tr:nth-child(2) td:last-of-type{
	padding-top: 0;
}
.member th{
	font-size: 16px;
	padding: 20px;
	padding-top:  21px;
	color: rgba(0,0,0,0.6);
	vertical-align:  top;
}
.member td{
	display: block;
	font-size: 21px;
	padding: 20px;
	padding-right: 40px;
	font-weight: bold;
}
.member_illustration{
	float: right;
}
.about_director_body{
	width: 700px;
	margin: 0 auto 120px;
}
.about_director_body h2{
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px;
}
.about_director_body .text{
	text-align: left;
	margin-bottom: 20px;
	line-height: 2.2;
}
.about_director_body .name{
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
.document{
	border-top: 1px solid rgba(0,0,0,1);
	border-bottom: 1px solid rgba(0,0,0,1);
	width: 720px;
	margin: 0 auto;
	padding: 50px 0;
}
.document a{
	font-size: 23px;
	font-weight: bold;
}
.document img{
	margin-right: 20px;
	margin-top: -3px;
}


@media screen and (max-width: 768px) {
	/*------* sec_about_lead */
	#sec_about_lead{
		padding: 60px 0 35px;
	}
	#sec_about_lead .sec_ttl{
	}
	#sec_about_lead .sec_ttl img{
		width: 80%;
		height: auto;
		max-width: 400px;
	}
	.ttl_icon{
		width: 32px;
		height:  auto;
	}
	#sec_about_lead .sec_body{
	}
	#sec_about_lead .text{
	}

	/*------* sec_about_feature */
	#sec_about_feature{
		padding: 60px 0 30px;
	}
	#sec_about_feature .sec_body{
		margin-bottom:  60px;
		padding-bottom:  60px;
	}
	#sec_about_feature .sec_body:nth-child(3){
	}
	.about_feature_body{
		width: auto;
		float:  none;
	}
	.about_feature_ttl{
	}
	.about_feature_ttl img{
	}
	.about_feature_body .text{
	}
	.about_feature_body span{
	}
	.about_illustration{
		float:  none;
		margin-top:  20px;
	}

	/*------* sec_about_member */
	#sec_about_member{
		padding: 60px 0;
	}
	#sec_about_member .sec_body{
		width: 100% !important;
	}
	#sec_about_member .sec_ttl{
		margin-bottom: 50px;
	}
	#sec_about_member .sec_ttl span{
		padding-bottom: 6px;
	}
	#sec_about_member .sec_ttl img{
		width: 180px;
		height: auto;
	}
	.about_member_body{
		width: auto;
		padding-left: 0;
		margin: 0 auto 50px;
	}
	.member{
		float: none;
		margin: 0 auto;
	}
	.member tr{
	}
	.member th{
		font-size:  14px;
	}
	.member td{
		font-size:  18px;
	}
	.member_illustration{
		float: none;
		width: 108%;
		height: auto;
		margin-left: -5%;
		margin-top: 10px;
		max-width: 420px;
	}
	.about_director_body{
		width: 80%;
		margin-bottom: 50px;
	}
	.about_director_body h2{
		font-size: 21px;
	}
	.about_director_body .text{
	}
	.about_director_body .name{
		font-size:  17px;
	}
	.document{
		width: 80%;
		padding: 30px 0;
	}
	.document a{
		font-size: 18px;
	}
	.document img{
		margin-right:  15px;
	}

}


/*-----------------------------------------------------------------------------* work */
/*------* sec_work_list */
#sec_work_list{
}
#sec_work_list .sec_ttl{
	margin-bottom: 60px;
}
#sec_work_list .sec_ttl:after{
	display: none;
}
#sec_work_list .sec_body{
}
#sec_work_list .sec_body .selected_body{
}
#sec_work_list .sec_body .selected_body ul{
}
#sec_work_list .sec_body .selected_body li{
}
#sec_work_list .sec_body .selected_body li a{
	position: relative;
	display: block;
	overflow: hidden;
	width: 820px;
	margin: 0 auto;
	padding: 70px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.work_list_img{
	float: left;
}
.work_list_text{
	float: right;
	text-align: left;
	width: 375px;
}
.work_list_text h3{
	font-size: 25px;
	margin-bottom: 20px;
}
.work_list_text h3:before{
	content: "";
	background: url(images/icon_number_1.png) 0 center no-repeat;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 13px;
	vertical-align: middle;
	margin-top: -5px;
}
#sec_work_list .sec_body .selected_body li:nth-child(2) .work_list_text h3:before{
	background: url(images/icon_number_2.png) 0 center no-repeat;
	background-size: 32px 32px;
}
#sec_work_list .sec_body .selected_body li:nth-child(3) .work_list_text h3:before{
	background: url(images/icon_number_3.png) 0 center no-repeat;
	background-size: 32px 32px;
}
#sec_work_list .sec_body .selected_body li:nth-child(4) .work_list_text h3:before{
	background: url(images/icon_number_4.png) 0 center no-repeat;
	background-size: 32px 32px;
}
#sec_work_list .sec_body .selected_body li:nth-child(5) .work_list_text h3:before{
	background: url(images/icon_number_5.png) 0 center no-repeat;
	background-size: 32px 32px;
}
#sec_work_list .lead, .wait{
	background:  rgba(0,156,71,0.1);
}
#sec_work_list .lead{
	font-size: 16px;
	padding: 60px 0;
}
.wait{
	font-size: 18px;
	font-weight: bold;
	padding: 60px 0 180px;
}
.work_list_text p{
	font-size: 18px;
	font-weight: bold;
}
.work_list_text .more{
	position: absolute;
	right: 20px;
	bottom: 70px;
	font-size: 16px;
	color: #009c47;
}
.work_list_text .more:before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 7px solid #009c47;
	padding-right: 4px;
}


@media screen and (max-width: 768px) {
	/*------* sec_work_list */
	#sec_work_list{
	padding: 0;
	}
	#sec_work_list .sec_ttl{
	}
	#sec_work_list .sec_ttl:after{
	}
	#sec_work_list .sec_body{
		width: 100% !important;
	}
	#sec_work_list .sec_body .selected_body{
	}
	#sec_work_list .sec_body .selected_body ul{
	}
	#sec_work_list .sec_body .selected_body li{
	}
	#sec_work_list .sec_body .selected_body li a{
		width: 80%;
		padding: 50px 0 55px;
	}
	#sec_work_list .sec_body .selected_body li:last-child a{
		margin-bottom: 60px;
	}
	.work_list_img{
		float: none;
		width: 100%;
		height:  auto;
		margin-bottom:  30px;
	}
	.work_list_text{
		float: none;
		width: 100%;
	}
	.work_list_text h3{
		font-size: 20px;
		margin-bottom: 15px;
		padding-left: 37px;
	}
	.work_list_text h3:before{
		background-size: 28px 28px !important;
		width: 28px;
		height:  28px;
		margin-right: 9px;
		margin-left: -37px;
	}
	#sec_work_list .lead, .wait{
	}
	#sec_work_list .lead{
		font-size: 15px;
		text-align: left;
		width: 100%;
		margin: 0 auto;
		padding: 40px 10%;
		box-sizing: border-box;
	}
	.wait{
		font-size: 16px;
		padding: 40px 0 120px;
	}
	.work_list_text p{
		font-size: 15px;
	}
	.work_list_text .more{
		right: 5px;
		bottom: 25px;
		font-size: 13px;
	}
	.work_list_text .more:before{
		border: 3px solid transparent;
		border-left: 5px solid #009c47;
	}

}


/*-----------------------------------------------------------------------------* work */
/*------* sec_work_detail */
.works_detail #header{
}
.works_detail #header.scr_header{
	border-bottom: none;
}

#works_detail_2_main p{
	position: absolute;
	bottom: 10px;
	left: 4%;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.7);
	font-weight: bold;
}
.work_min_year{
}
.work_min_year a{
	color: #fff;
}
.work_min_name{
}
.work_detail_img{
	margin-bottom: 70px;
}

#sec_work_detail{
	padding: 80px 0 100px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	width: 880px;
}
#sec_work_detail .sec_ttl{
	color: #009c47;
	font-size: 32px;
	margin-bottom: 60px;
}
#sec_work_detail .sec_ttl span{
	border-bottom-color: #009c47;
	padding-bottom: 5px;
}
#sec_work_detail .sec_body{
	margin-bottom: 50px;
}
#sec_work_detail .sec_body .lead{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px;
}
#sec_work_detail .sec_body .text{
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
#sec_work_detail .sec_body .text a, .work_detail_table a{
	text-decoration: underline;
}
.work_detail_table{
	margin: 0 auto;
	border-top: 1px solid rgba(0,0,0,0.5);
	text-align: left;
	font-size: 20px;
}
.work_detail_table tr{
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.work_detail_table th{
	background: #fffdc5;
	padding: 30px 35px;
}
.work_detail_table td{
	padding: 0 40px;
}

/*------* sec_work_report */
.sec_work_report{
}
.sec_work_report .sec_body{
	width: 700px;
	margin: 0 auto 70px;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.sec_work_report .PostsList_item_img{
	margin-bottom: 45px;
}
.sec_work_report .PostsList_item_img img{
}
.PostsList_item_titleGroup{
	text-align: left;
	margin: 0 auto;
}
.PostsList_item_props_date{
	margin-bottom: 30px;
	font-size: 16px;
}
.PostsList_item_title{
	margin-bottom: 45px;
	font-size: 23px;
}
.PostsList_item_text{
}
.works_btns{
	width: 740px;
	margin: 105px auto 210px;
	position: relative;
}
.works_btn{
    display: inline-block;
}
.works_btn a{
	color: #009c47;
    border-radius: 100px;
    padding: 20px 30px 20px 70px;
    box-sizing: border-box;
	border: 1px solid #009c47;
}
.works_btns li{
	display: inline-block;
}
.works_btns li a{
}
.prev_works{
	float: left;
}
.prev_works a{
    padding: 20px 70px 20px 30px;
}
.prev_works a:before{
	content: "";
	background: url(images/icon_prev_works.png) 0 center no-repeat;
	background-size: 6px 9px;
	width: 6px;
	height: 9px;
	display: inline-block;
	margin-right: 40px;
}
.back_works{
	position: absolute;
	left: 50%;
	margin-left: -110px;
}
.back_works a{
	background: #009c47;
	color: #fff;
    border-radius: 100px;
    padding: 20px 70px 20px;
    box-sizing: border-box;
	border: 1px solid #009c47;
}
.next_works{
	float: right;
}
.next_works a{
}
.next_works a:after{
	content: "";
	background: url(images/icon_next_works.png) 0 center no-repeat;
	background-size: 6px 9px;
	width: 6px;
	height: 9px;
	display: inline-block;
	margin-left: 40px;
}

@media screen and (max-width: 768px) {
	#works_detail_2_main p{
		left: 8%;
		font-size: 13px;
	}
	.work_min_year{
	}
	.work_min_name{
	}

	/*------* sec_work_detail */
	#sec_work_detail{
		width: 80%;
		padding: 40px 0 60px;
	}
	.work_detail_img{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#sec_work_detail .sec_ttl{
		font-size: 22px;
		margin-bottom: 30px;
	}
	#sec_work_detail .sec_ttl span{
	padding-bottom: 2px;
	}
	#sec_work_detail .sec_body{
		width: 100% !important;
		margin-bottom: 30px;
	}
	#sec_work_detail .sec_body .lead{
		font-size: 17px;
		text-align: left;
		margin-bottom:  20px;
		line-height:  1.6em;
	}
	#sec_work_detail .sec_body .text{
		width: 100%;
	}
	.work_detail_table{
		font-size: 15px;
	}
	.work_detail_table tr{
	}
	.work_detail_table th{
		padding: 30px 15px 30px 20px;
		box-sizing: border-box;
	}
	.work_detail_table td{
		box-sizing: border-box;
		padding:  0;
		padding-left: 20px;
		padding-right:  10px;
		word-break: break-all;
	}

	/*------* sec_work_report */
	.sec_work_report{
	}
	.sec_work_report .sec_body{
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.sec_work_report .PostsList_item_img{
	}
	.sec_work_report .PostsList_item_img img{
		width: 100%;
		height: auto;
	}
	.PostsList_item_titleGroup{
		width: 100%;
	}
	.PostsList_item_props_date{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.PostsList_item_title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.PostsList_item_text{
	}
	.works_btns{
		width: 80%;
		margin: 60px auto;
	}
	.pn_btns{
		overflow: hidden;
	}
	.works_btn{
		width: 49%;
		display: inline-block;
	}
	.works_btn a{
		padding: 12px 0 12px;
		width: 100%;
		display: inline-block;
	}
	.works_btns li{
	}
	.works_btns li a{
		font-size: 14px;
	}
	.prev_works{
	}
	.prev_works a{
		padding: 12px 0 12px;
	}
	.prev_works a:before{
		margin-right: 13px;
	}
	.back_works{
		position: static;
		margin-left: 0;
		left: 0;
	}
	.back_works a{
		padding: 12px 0;
		display: inline-block;
		margin-top:  20px;
		width: 50%;
	}
	.next_works{
	}
	.next_works a{
	}
	.next_works a:after{
		margin-left: 13px;
	}

}


/*-----------------------------------------------------------------------------* apply */
#sec_apply_lead, #sec_apply_2, #sec_apply_5, #sec_apply_7{
	background: #e9f0f4;
}
.apply_contents .sec{
	padding: 70px 0;
}
.apply_contents .sec_ttl{
	margin: 0 auto 60px;
	font-size: 30px;
}
.apply_contents .sec_ttl span{
	letter-spacing: 1px;
}
.apply_contents .lead{
	font-size: 20px;
}

/*------* sec_apply_lead */
#sec_apply_lead{
	padding: 80px 0 50px;
}
#sec_apply_lead .sec_body{
	text-align: left;
	display: inline-block;
}
#sec_apply_lead .sec_body .lead{
	font-size: 16px;
}
#apply_illustration{
	margin-top: -80px;
	margin-left: 30px;
}

/*------* closed */
.sec_apply_attention{
	padding: 70px 0 0;
}
.sec_apply_attention p{
	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 1px;
}
#closed p{
	background: rgba(0,0,0,0.1);
	padding: 25px 30px;
	border-radius: 10px;
}

/*------* sec_apply_1 */
#sec_apply_1{
}
#sec_apply_1 .sec_ttl{
}
#sec_apply_1 .sec_body{
}
#sec_apply_1 .sec_body .lead{
	margin-bottom: 40px;
}
#sec_apply_1 .apply_works{
}
#sec_apply_1 .apply_works li{
	display: inline-block;
	width: 280px;
	margin:  0 20px;
}
#sec_apply_1 .apply_works img{
	margin-bottom: 35px;
}
#sec_apply_1 .apply_works h3{
	font-size: 22px;
	margin-bottom: 25px;
}
#sec_apply_1 .apply_works .text{
	text-align: left;
}

/*------* sec_apply_2 */
#sec_apply_2{
}
#sec_apply_2 .sec_ttl{
}
#sec_apply_2 .sec_body{
}
#sec_apply_2 .sec_body .text{
	text-align: left;
	width: 400px;
	margin: 0 auto 20px;
	font-weight: bold;
	font-size: 21px;
	position: relative;
	padding-left: 44px;
}
#sec_apply_2 .sec_body .text:before{
	content: "";
	background: url(images/icon_number_1.png) 0 center no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 6px;
}
#sec_apply_2 .sec_body .text:last-child:before{
	background: url(images/icon_number_2.png) 0 center no-repeat;
	background-size: 30px 30px;
}

/*------* sec_apply_3 */
#sec_apply_3{
}
#sec_apply_3 .sec_ttl{
	margin-bottom: 80px;
}
#sec_apply_3 .sec_body{
}
#sec_apply_3 .sec_body .flow{
	margin-bottom: 50px;
}
#sec_apply_3 .sec_body .flow_list{
	background: #eff4f8;
	width: 155px;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	position: relative;
	padding: 23px 16px 10px;
	box-sizing: border-box;
	border-radius: 5px;
}
#sec_apply_3 .sec_body .flow_list:first-child{
	padding-bottom: 0;
}
#sec_apply_3 .sec_body .flow_list:last-child{
	background: #cbdff1;
	margin-right: 0;
}
#sec_apply_3 .sec_body .flow_list:after{
	content: "";
	background: url(images/flow_arrow.png) 0 center no-repeat;
	background-size: 12px 17px;
	width: 12px;
	height: 17px;
	position: absolute;
	top: 47%;
	right: -29px;
}
#sec_apply_3 .sec_body .flow_list:last-child:after{
	display: none;
}
#sec_apply_3 .sec_body .flow_list img{
	margin-bottom: 5px;
}
#sec_apply_3 .sec_body .flow_list h3{
	font-size: 19px;
	padding-bottom: 11px;
	border-bottom: 1px solid rgba(0,0,0,1);
}
#sec_apply_3 .sec_body .flow_list .flow_date{
	font-size: 18px;
	font-weight: bold;
	line-height: 120px;
	height: 120px;
}
#sec_apply_3 .sec_body .flow_list:first-child .flow_date{
	line-height: 1.4;
	margin-top: 8px;
}
#sec_apply_3 .sec_body .flow_list:last-child .flow_date{
	line-height: 1.5;
	padding-top: 30px;
	box-sizing:  border-box;
}
#sec_apply_3 .sec_body .flow_list .flow_date span{
	position: relative;
	padding-left: 18px;
	display: block;
	margin-bottom:  5px;
}
#sec_apply_3 .sec_body .flow_list .flow_date span:before{
	content: "";
	background: url(images/icon_number_1.png) 0 center no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 4px;
}
#sec_apply_3 .sec_body .flow_list .flow_date span:last-child:before{
	background: url(images/icon_number_2.png) 0 center no-repeat;
	background-size: 18px 18px;
}
.meeting{
	border: 1px solid rgba(0,0,0,1);
	width: 960px;
	margin: 0 auto;
	padding: 60px 80px;
	padding-left: 100px;
	box-sizing: border-box;
	overflow: hidden;
}
.meeting_textbox{
	float: left;
	text-align: left;
	margin-right:  20px;
}
.meeting_textbox h2{
	font-size: 22px;
	margin-bottom: 20px;
	margin-left: -17px;
}
.meeting_textbox ul{
}
.meeting_textbox li{list-style: disc;}
.meeting_textbox li p{
	margin-bottom: 3px;
}
.meeting_textbox a{
	text-decoration: underline;
}
.meeting img{
}

/*------* sec_apply_4 */
#sec_apply_4{
	padding-top: 0;
}
#sec_apply_4 .sec_ttl{
}
#sec_apply_4 .sec_body{
}
#sec_apply_4 .sec_body .guidelines{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid rgba(0,0,0,0.2);
}
#sec_apply_4 .sec_body tr{
	vertical-align: top;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#sec_apply_4 .sec_body th{
	background: #e4edf1;
	width: 210px;
	box-sizing: border-box;
	padding: 40px;
}
#sec_apply_4 .sec_body td{
	padding: 32px 20px 30px 40px;
}
#sec_apply_4 .sec_body td p{
}
.request_content{
	margin-bottom: 15px;
}
.request_content:last-child{
	margin-bottom: 0;
}
.request_content p{
}

/*------* sec_apply_5 */
#sec_apply_5{
}
#sec_apply_5 .sec_ttl{
}
#sec_apply_5 .sec_body{
}
#sec_apply_5 .sec_body .text{
	margin-bottom: 50px;
}

/*------* sec_apply_6 */
#sec_apply_6{
	background: url(images/apply_illustration_bg.png) top center no-repeat;
	background-size: 1200px auto;
}
#sec_apply_6 .sec_ttl{
}
#sec_apply_6 .sec_body{
}
#sec_apply_6 .sec_body .text{
	margin-bottom: 50px;
}

/*------* sec_apply_7 */
#sec_apply_7{
}
#sec_apply_7 .sec_inner{
	max-width: 1200px;
}
#sec_apply_7 .sec_ttl span{
	border: none;
	padding: 0;
}
#sec_apply_7 .sec_apply_body{
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,0.5);
	padding: 50px 0;
	width: 49%;
	box-sizing: border-box;
}
#sec_apply_7 .sec_apply_body:last-child{
	border-right: none;
}
#sec_apply_7 .sec_ttl{
	margin-bottom: 20px;
	font-size: 28px;
}
#sec_apply_7 .sec_ttl:after{
	width: 317px;
}
#sec_apply_7 .sec_apply_body:first-child .sec_ttl:after{
	margin-left: 83px;
	width: 150px;
}
#sec_apply_7 .sec_body{
}
#sec_apply_7 .sec_body .text{
	width: 240px;
	margin: 0 auto 30px;
	text-align: left;
}
#sec_apply_7 .sec_apply_body:last-child .text{
}

/*------* 31年度  */
.apply_contents_2{
}

.apply_contents_2 #apply_illustration{
    margin-top: -110px;
	margin-left: 0;
}
#deadline{
	padding: 30px 0;
}
#deadline p{
	padding: 30px 0;
	border-radius: 10px;
	background: #fff;
	width: 620px;
	box-sizing: border-box;
	font-size: 20px;
}
#deadline p span{
	color: #ff4a00;
}

.apply_menu_ttl{
	font-weight: bold;
	margin-bottom: 40px;
}
.apply_menu_content{
	margin-bottom: 60px;
}
.apply_menu_content h3{
	font-size: 25px;
	margin-bottom: 25px;
}
.apply_menu_content_body{
	padding: 25px 30px 25px 40px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.4);
	width: 640px;
	box-sizing: border-box;
	margin: 0 auto;
}
.apply_menu_content p{
	font-weight: bold;
	margin-bottom: 12px;
	text-align: left;
}
.apply_menu_content ul{
}
#sec_apply_2 .sec_body .apply_menu_content li{
	line-height: 1.7;
	font-size: 18px;
	padding-left: 31px;
	width: auto;
	margin-bottom: 10px;
	font-weight: normal;
}
#sec_apply_2 .sec_body .apply_menu_content li.text:before{
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	top: 3px;
}

.apply_contents_2 #sec_apply_3 .sec_body .flow_list .flow_date span:first-child{
	margin-top: 8px;
}
.apply_contents_2 #sec_apply_3 .sec_body .flow_list .flow_date span:before{
	left: -2px;
}
.guidelines_dl{
	margin-top: 60px;
}
.guidelines_dl .text{
	margin-bottom: 35px;
}

.application_form_dl{
	display: inline-block;
}
.application_form_dl:nth-of-type(1){
	margin-right: 50px;
}
.application_form_dl h3{
	font-size: 22px;
	margin-bottom: 30px;
}


/*------* 令和元年   */
/* new_applyクラスの追記 */

.new_apply #sec_apply_lead{
	padding: 80px 0;
}
.new_apply #sec_apply_lead .lead span{
	display: block;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
}
.new_apply #apply_illustration{
	vertical-align: top;
	margin: 0 0 0 30px;
}
.new_apply #sec_apply_1 .lead{
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.new_apply #sec_apply_2 .sec_body .apply_menu_content li{
	padding-left: 0;
}
.new_apply #sec_apply_2 .sec_body .apply_menu_content li.text:before{
	display: none;
}
.new_apply #sec_apply_2 .sec_body .apply_menu_content li span{
	display: block;
	font-size: 15px;
}
.new_apply #sec_apply_2 .sec_body .apply_menu_content li span a{
	text-decoration: underline;
}
.new_apply #sec_apply_3 .sec_body .flow_list:first-child{
	padding: 23px 16px 10px;
}
.new_apply #sec_apply_3 .sec_body .flow_list .flow_date{
	font-size: 18px;
    font-weight: bold;
    line-height: 120px;
    height: 120px;
	margin: 0 auto;
}
.new_apply #sec_apply_3 .sec_body .flow_list:nth-child(2) .flow_date, .new_apply #sec_apply_3 .sec_body .flow_list:last-child .flow_date{
	line-height: 1.5;
	padding-top: 35px;
	box-sizing: border-box;
}
.new_apply .application_form_dl:nth-of-type(1){
	margin: 0 auto;
}

.apply_menu_content{
	margin-bottom: 0;
}
#sec_apply_8{
	background: #e9f0f4;
	padding: 0 0 100px;
}
.apply_time_period p{
	font-size: 18px;
	font-weight: bold;
}



@media screen and (max-width: 768px) {
	#sec_apply_lead, #sec_apply_2, #sec_apply_5, #sec_apply_7{
	}
	.apply_contents .sec{
		padding: 50px 0;
	}
	.apply_contents .sec_ttl{
		margin: 0 auto 30px;
		font-size: 25px;
	}
	.apply_contents .sec_ttl span{
		line-height: 1.4em;
	}
	.apply_contents .lead{
		font-size: 16px;
	}

	/*------* sec_apply_lead */
	#sec_apply_lead{
		padding: 40px 0;
	}
	#sec_apply_lead .sec_body{
	}
	#sec_apply_lead .sec_body .lead{
		margin-bottom: 30px;
		font-size:  15px;
		line-height:  1.8em;
	}
	#apply_illustration{
		margin-top: -10px;
		margin-left: 0;
		width: 80%;
		height: auto;
		max-width: 400px;
	}

	/*------* closed */
	.sec_apply_attention{
		padding: 50px 0 0;
		width: 80%;
		margin: 0 auto;
	}
	.sec_apply_attention p{
		text-align: left;
	}
	#closed p{
	}

	/*------* sec_apply_1 */
	#sec_apply_1{
	}
	#sec_apply_1 .sec_ttl{
	}
	#sec_apply_1 .sec_body{
	}
	#sec_apply_1 .sec_body .lead{
		text-align: left;
	}
	#sec_apply_1 .apply_works{
	}
	#sec_apply_1 .apply_works li{
		display: block;
		width: 100%;
		margin: 0 auto 40px;
	}
	#sec_apply_1 .apply_works img{
		margin-bottom: 18px;
	}
	#sec_apply_1 .apply_works h3{
		margin-bottom: 10px;
		font-size:  21px;
	}
	#sec_apply_1 .apply_works .text{
	}

	/*------* sec_apply_2 */
	#sec_apply_2{
	}
	#sec_apply_2 .sec_ttl{
	}
	#sec_apply_2 .sec_body{
	}
	#sec_apply_2 .sec_body .text{
		width: 100%;
		font-size: 18px;
		padding-left:  40px;
		box-sizing: border-box;
	}
		#sec_apply_2 .sec_body .text:before{
		background-size: 28px 28px;
		width: 28px;
		height: 28px;
		top: 3px;
	}
	#sec_apply_2 .sec_body .text:last-child:before{
		background-size: 28px 28px;
	}

	/*------* sec_apply_3 */
	#sec_apply_3{
	}
	#sec_apply_3 .sec_ttl{
		margin-bottom: 30px;
	}
	#sec_apply_3 .sec_body{
	}
	#sec_apply_3 .sec_body .flow{
	}
	#sec_apply_3 .sec_body .flow_list{
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom:  40px;
		padding: 23px 16px 10px;
		box-sizing: border-box;
	}
	#sec_apply_3 .sec_body .flow_list:last-child{
	}
	#sec_apply_3 .sec_body .flow_list:after{
		transform: rotateZ( 90deg );
		top: initial;
		bottom: -28px;
		right:  initial;
	}
	#sec_apply_3 .sec_body .flow_list:last-child:after{
		display: none;
	}
	#sec_apply_3 .sec_body .flow_list img{
		position:  absolute;
		top: 16px;
		left: 16px;
	}
	#sec_apply_3 .sec_body .flow_list h3{
	}
	#sec_apply_3 .sec_body .flow_list .flow_date{
		line-height: 60px;
		height: 60px;
	}
	#sec_apply_3 .sec_body .flow_list:first-child .flow_date{
	}
	#sec_apply_3 .sec_body .flow_list:last-child .flow_date{
		padding-top: 0;
		line-height:  60px;
		height:  60px;
	}
	#sec_apply_3 .sec_body .flow_list .flow_date span{
		margin-bottom:  0;
	}
	#sec_apply_3 .sec_body .flow_list .flow_date span:before{
		left:  50%;
		margin-left:  -95px;
	}
	#sec_apply_3 .sec_body .flow_list .flow_date span:last-child:before{
	}
	.meeting{
		width: 100%;
		padding: 25px;
	}
	.meeting_textbox{
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.meeting_textbox h2{
		font-size: 19px;
		margin-bottom: 10px;
		margin-left:  0;
	}
	.meeting_textbox ul{
		padding-left: 18px;
	}
	.meeting_textbox li{
	}
	.meeting_textbox li p{
	}
	.meeting_textbox a{
	}
	.meeting img{
		width:  100%;
		height:  auto;
	}

	/*------* sec_apply_4 */
	#sec_apply_4{
	}
	#sec_apply_4 .sec_ttl{
	}
	#sec_apply_4 .sec_body{
	}
	#sec_apply_4 .sec_body .guidelines{
		width: 100%;
		border-top: none;
	}
	#sec_apply_4 .sec_body tr{
		border-top: 1px solid rgba(0,0,0,0.2);
		border-bottom: none;
	}
	#sec_apply_4 .sec_body th{
		width: 100%;
		padding: 20px 0;
		display:  block;
		text-align:  center;
	}
	#sec_apply_4 .sec_body td{
		padding: 18px 0 25px;
		display:  block;
	}
	#sec_apply_4 .sec_body td p{
	}
	.request_content{
	}
	.request_content:last-child{
	}
	.request_content p{
	}

	/*------* sec_apply_5 */
	#sec_apply_5{
	}
	#sec_apply_5 .sec_ttl{
	}
	#sec_apply_5 .sec_body{
	}
	#sec_apply_5 .sec_body .text{
		margin-bottom: 30px;
	}

	/*------* sec_apply_6 */
	#sec_apply_6{
		background: none;
	}
	#sec_apply_6 .sec_ttl{
	}
	#sec_apply_6 .sec_body{
	}
	#sec_apply_6 .sec_body .text{
		margin-bottom: 30px;
		text-align:  left;
	}

	/*------* sec_apply_7 */
	#sec_apply_7{
		padding: 0;
	}
	#sec_apply_7 .sec_apply_body{
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.5);
		border-right: none;
		padding: 60px 0 60px;
		width: 100%;
		margin: 0 auto;
	}
	#sec_apply_7 .sec_apply_body:last-child{
		border-bottom: none;
		padding-left: 0;
	}
	#sec_apply_7 .sec_ttl{
		font-size: 24px;
	}
	#sec_apply_7 .sec_apply_body:first-child .sec_ttl:after{
	}
	#sec_apply_7 .sec_body{
	}
	#sec_apply_7 .sec_body .text{
		width: 100%;
		max-width: 450px;
		margin: 0 auto 30px;
	}
	#sec_apply_7 .sec_apply_body:last-child .text{
		max-width: 360px;
		margin-bottom: 30px;
	}

	/*------* 31年度  */
	.apply_contents_2{
	}

	.apply_contents_2 #apply_illustration{
		margin-top: -10px;
	}
	#deadline{
		padding: 30px 0;
	}
	#deadline p{
		padding: 25px 0 25px 25px;
		width: 100%;
		font-size: 18px;
	}
	#deadline p span{
	}

	.apply_menu_ttl{
		margin-bottom: 30px;
	}
	.apply_menu_content{
	}
	.apply_menu_content h3{
		font-size: 19px;
	}
	.apply_menu_content_body{
		width: 100%;
		padding: 25px 27px;
	}
	.apply_menu_content p{
		margin-bottom: 10px;
	}
	.apply_menu_content ul{
	}
	#sec_apply_2 .sec_body .apply_menu_content li{
		font-size: 15px;
		padding-left: 26px;
	}
	#sec_apply_2 .sec_body .apply_menu_content li.text:before{
		background-size: 18px 18px;
		width: 18px;
		height: 18px;
	}

	.apply_contents_2 #sec_apply_3 .sec_body .flow_list:first-child .flow_date{
		height: 90px;
	}
	.apply_contents_2 #sec_apply_3 .sec_body .flow_list .flow_date span:first-child{
		margin-top: 0;
	}
	.apply_contents_2 #sec_apply_3 .sec_body .flow_list .flow_date span:before{
		left: 50%;
		margin-left: -65px;
	}
	
	.apply_contents_2 #sec_apply_4 .sec_body .guidelines{
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.guidelines_dl{
		margin-top: 55px;
	}
	.guidelines_dl .text{
		margin-bottom: 30px;
	}

	.application_form_dl{
		display: block;
	}
	.application_form_dl:nth-of-type(1){
		margin-right: 0;
		margin-bottom: 35px;
	}
	.application_form_dl h3{
		font-size: 20px;
		margin-bottom: 20px;
	}


	/*------* 令和元年   */
	/* new_applyクラスの追記 */

	.new_apply #sec_apply_lead{
		padding: 50px 0;
	}
	.new_apply #sec_apply_lead .lead span{
		margin-top: 10px;
	}
	.new_apply #apply_illustration{
		margin: -10px auto 0;
	}
	.new_apply #sec_apply_1 .lead{
	}
	.new_apply #sec_apply_2 .sec_body .apply_menu_content li{
	}
	.new_apply #sec_apply_2 .sec_body .apply_menu_content li.text:before{
	}
	.new_apply #sec_apply_2 .sec_body .apply_menu_content li span{
	}
	.new_apply #sec_apply_2 .sec_body .apply_menu_content li span a{
	}
	.new_apply #sec_apply_3 .sec_body .flow_list:first-child{
	}
	.new_apply #sec_apply_3 .sec_body .flow_list .flow_date{
		line-height: 60px;
		height: 60px;
	}
	.new_apply #sec_apply_3 .sec_body .flow_list:nth-child(2) .flow_date, .new_apply #sec_apply_3 .sec_body .flow_list:last-child .flow_date{
		line-height: 60px;
		height: 60px;
		padding: 0;
	}

	#sec_apply_8{
		padding: 0 0 80px;
	}
	.apply_time_period p{
		font-size: 15px;
		text-align: left;
	}


}@media screen and (max-width: 360px) {

	.apply_menu_content h3{
		font-size: 15px;
	}

}@media screen and (max-width: 350px) {

	#sec_apply_7 .sec_apply_body:last-child .sec_ttl{
		width: 300px;
	}
	#sec_apply_7 .sec_apply_body:last-child .sec_ttl img{
		width: 300px;
		height: auto;
	}
	#sec_apply_7 .sec_apply_body:last-child .sec_ttl:after{
		width: 300px;
	}



	/*------* 令和元年   */
	/* new_applyクラスの追記 */

	.new_apply #sec_apply_3 .sec_body .flow_list:last-child .flow_date{
		font-size: 16px;
	}

}



/*------* 令和2年 追記  */

.sec_apply_1_body{
	width: 100%;
	max-width: 850px;
	margin: 50px auto 0;
}
.sec_apply_1_body_ttl{
	font-size: 30px;
	color: #0e9af7;
}
.sec_apply_1_body_content_lists{
	margin-top: 45px;
}
.sec_apply_1_body_content_list{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-left: 5%;
}
.sec_apply_1_body_content_list:first-child{
	margin-left: 0;
}
.sec_apply_1_body_content_ttls{
    height: 159px;
}
.sec_apply_1_body_content_ttls:before{
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	margin: 0 auto;
}
.sec_apply_1_body_content_list:first-child .sec_apply_1_body_content_ttls:before{
	background: url(images/icon_number_1.png) 0 center no-repeat;
	background-size: 33px auto;
}
.sec_apply_1_body_content_list:nth-child(2) .sec_apply_1_body_content_ttls:before{
	background: url(images/icon_number_2.png) 0 center no-repeat;
	background-size: 33px auto;
}
.sec_apply_1_body_content_list:last-child .sec_apply_1_body_content_ttls:before{
	background: url(images/icon_number_3.png) 0 center no-repeat;
	background-size: 33px auto;
}
.sec_apply_1_body_content_ttls_ttl{
	display: block;
	font-size: 23px;
	margin-top: 20px;
}
.sec_apply_1_body_content_ttls_txt{
	display: inline-block;
	margin-top: 13px;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 6px 12px;
	box-sizing: border-box;
	font-size: 15px;
}
.sec_apply_1_body_content_list_txt{
	text-align: left;
	margin-top: 25px;
}

.sec_apply_1_body_project{
	border-top: 1px solid #000;
	padding-top: 70px;
	margin-top: 70px;
}
.sec_apply_1_body_project .sec_apply_1_body_ttl{
}
.sec_apply_1_body_project .sec_apply_1_body_content_ttls{
	display: inline-block;
	height: auto;
}
.sec_apply_1_body_project .sec_apply_1_body_content_ttls:before{
	display: none;
}
.sec_apply_1_body_project .sec_apply_1_body_content_ttls_ttl{
}
.sec_apply_1_body_project .sec_apply_1_body_content_ttls_txt{
	vertical-align: bottom;
}
.sec_apply_1_body_project .sec_apply_1_body_content_list_txt{
}

.sec_apply_1_body_project_theme{
	margin-top: 20px;
}
.sec_apply_1_body_project_theme span{
	display: block;
}
.sec_apply_1_body_project_theme .sec_apply_1_body_project_theme_content{
	display: inline-block;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.6;
	position: relative;
	margin-top: 5px;
}
.sec_apply_1_body_project_theme .sec_apply_1_body_project_theme_content:before{
	content: "";
    position: absolute;
    top: -13%;
    left: -25px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    width: 10px;
    height: 85%;
}
.sec_apply_1_body_project_theme .sec_apply_1_body_project_theme_content:after{
	content: "";
    position: absolute;
    bottom: -13%;
    right: -25px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 10px;
    height: 85%;
}
.sec_apply_1_body_project_txt{
	text-align: left;
	margin: 30px auto 0;
	max-width: 540px;
	width: 100%;
}

.sec_apply_1_dl{
}
.dl_txt{
}
.sec_apply_1_dl a{
	margin-top: 30px;
}

@media screen and (max-width: 768px) {

	.apply_contents .sec.sec_apply_1{
	}
	.sec_apply_1_body{
	}
	.sec_apply_1_body_ttl{
		font-size: 26px;
	}
	.sec_apply_1_body_content_lists{
	}
	.sec_apply_1_body_content_list{
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.sec_apply_1_body_content_list:first-child{
	}
	.sec_apply_1_body_content_ttls{
		height: auto;
	}
	.sec_apply_1_body_content_ttls:before{
		width: 24px;
		height: 24px;
	}
	.sec_apply_1_body_content_list:first-child .sec_apply_1_body_content_ttls:before{
		background-size: 24px auto;
	}
	.sec_apply_1_body_content_list:nth-child(2) .sec_apply_1_body_content_ttls:before{
		background-size: 24px auto;
	}
	.sec_apply_1_body_content_list:last-child .sec_apply_1_body_content_ttls:before{
		background-size: 24px auto;
	}
	.sec_apply_1_body_content_ttls_ttl{
		font-size: 21px;
		margin-top: 13px;
	}
	.sec_apply_1_body_content_ttls_txt{
		font-size: 13px;
		padding: 5px 12px;
	}
	.sec_apply_1_body_content_list_txt{
	}

	.sec_apply_1_body_project{
	}
	.sec_apply_1_body_project .sec_apply_1_body_ttl{
		display: block;
	}
	.sec_apply_1_body_project .sec_apply_1_body_content_ttls{
	}
	.sec_apply_1_body_project .sec_apply_1_body_content_ttls_ttl{
	}
	.sec_apply_1_body_project .sec_apply_1_body_content_ttls_txt{
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	.sec_apply_1_body_project .sec_apply_1_body_content_list_txt{
	}

	.sec_apply_1_body_project_theme{
	}
	.sec_apply_1_body_project_theme span{
	}
	.sec_apply_1_body_project_theme .sec_apply_1_body_project_theme_content{
		display: inline-block;
		font-size: 19px;
	}
	.sec_apply_1_body_project_theme .sec_apply_1_body_project_theme_content:before{
		top: 0;
		left: -17px;
		height: 95%;
	}
	.sec_apply_1_body_project_theme .sec_apply_1_body_project_theme_content:after{
		bottom: 0;
		right: -17px;
		height: 95%;
	}
	.sec_apply_1_body_project_txt{
	}

	.sec_apply_1_dl{
	}
	.dl_txt{
		width: 100%;
		max-width: 432px;
		margin: 0 auto;
		text-align: left;
	}
	.sec_apply_1_dl a{
	}

}



/*-----------------------------------------------------------------------------* faq */
/*------* sec_faq */
#sec_faq{
	text-align: left;
	padding: 60px 0 0;
}
#sec_faq .sec_body{width: 800px;margin: 0 auto;}
.faq_menus_box{
	position: relative;
	padding-bottom: 60px;
}
#faq_illustration{
	position: absolute;
	bottom: 30px;
	right: 50%;
	margin-right: -450px;
}
.faq_menus{
}
.faq_menus li{
	/*display: inline-block;*/
	/*width: 400px;*/
}
.faq_menus li:before{
	content: "";
	background: url(images/icon_arrow.png) 0 center no-repeat;
	background-size: 9px 14px;
	width: 9px;
	height: 14px;
	display: inline-block;
	margin-right: 13px;
}
.faq_menus li a{
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	display: inline-block;
}
.faq_menus li a:hover{
	text-decoration: underline;
}
.faq_body{
}
.faq_body_list{
}
.faq_body .faq_title{
	border-top: 1px solid rgba(0,0,0,0.5);
	padding-top: 35px;
}
.faq_body .faq_title span{
	display: block;
	width: 800px;
	margin: 0 auto;
	color:  #ff4a00;
	font-size: 19px;
}
.faq_lists{
	padding: 40px 0 60px;
}
.faq_list{
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding:  30px 0;
}
.faq_list:first-child{
	padding-top: 0;
}
.faq_list:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.faq_q{
	font-size: 18px;
	margin-bottom: 10px;
	position:  relative;
	padding-left: 17px;
	margin-left: 10px;
}
.faq_q:before{
	content: "";
	display: block;
	background: #ff4a00;
	position: absolute;
	width: 6px;
	height: 86%;
	margin-left: -17px;
	margin-top: 2px;
}
.faq_a{margin-left:  10px;line-height:  1.8em;font-size:  15px;}
.faq_a a{
	text-decoration: underline;
}


@media screen and (max-width: 768px) {
	/*------* sec_faq */
	#sec_faq{
		padding: 25px 0 0;
		overflow: hidden;
	}
	#sec_faq .sec_body{
	}
	.faq_menus_box{
		margin-left: -10px;
		padding-bottom: 0;
	}
	#faq_illustration{
		right: -11%;
		margin-right: 0;
		width: 200px;
		height:  auto;
	}
	.faq_menus{
		/*width: 65%;*/
		padding-bottom: 200px;
	}
	.faq_menus li{
		/*display: block;*/
		/*width: 100%;*/
		position:  relative;
		padding-left: 20px;
	}
	.faq_menus li:before{
		position: absolute;
		top: 15px;
		left: 0;
	}
	.faq_menus li a{
		font-size: 17px;
		line-height: 1.5em;
		padding:  10px 0;
	}
	.faq_body{
	}
	.faq_body_list{
	}
	.faq_body .faq_title{
		margin-left: -13%;
		margin-right: -13%;
		overflow: hidden;
		padding-top:  30px;
	}
	.faq_body .faq_title span{
		width: 100%;
		margin-left: 9%;
		font-size:  18px;
	}
	.faq_lists{
		width: 100%;
		padding: 30px 0 80px;
	}
	.faq_list{
	}
	.faq_list:first-child{
	}
	.faq_list:last-child{
	}
	.faq_q{
		font-size: 16px;
		margin-left: 0;
	}
	.faq_q:before{
	}
	.faq_a{
	margin-left:  0;
	font-size:  14px;
	}

}


/*-----------------------------------------------------------------------------* アニメーション */
#top_sec_about.top_sec .top_sec_ttl,
#top_sec_about.top_sec .ttl_icon,
#top_sec_about.top_sec .text,
#top_sec_about.top_sec .top_about_body img,
#top_sec_work.top_sec #ttl_icon_2,
#top_sec_work.top_sec .top_sec_ttl span,
#top_sec_work.top_sec .top_work_text .lead,
#top_sec_work.top_sec .top_work_text .text,
#top_sec_work.top_sec #top_work_img1,
#top_sec_work.top_sec #top_work_img2,
#top_sec_faq.top_sec .top_sec_ttl span,
#top_sec_faq.top_sec .lead,
#top_sec_faq.top_sec #top_faq_illustration_1,
#top_sec_faq.top_sec #top_faq_illustration_2
{
	opacity: 0;
}
.top_sec .inview{
	position: absolute;
	top:20%;
	left:20%;
	bottom:20%;
	right:20%;
	display: block;
}
#top_sec_work.top_sec .inview, #top_sec_faq.top_sec .inview{
	position: absolute;
	top:10%;
	left:20%;
	bottom:20%;
	right:20%;
	display: block;
}


/*///////////////////////*/
/* 下からの */
#top_sec_about.top_sec.on .top_sec_ttl,
#top_sec_about.top_sec.on .ttl_icon,
#top_sec_about.top_sec.on .text,
#top_sec_about.top_sec.on .top_about_body img,
#top_sec_faq.top_sec.on #top_faq_illustration_1,
#top_sec_faq.top_sec.on #top_faq_illustration_2
{
  -webkit-animation: bottom_in ease-out 0.6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: bottom_in ease-out 0.6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: bottom_in ease-out 0.6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: bottom_in ease-out 0.6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  animation: bottom_in ease-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
	animation-delay: 0s;
}
/* 時間差 */
#top_sec_about.top_sec.on .ttl_icon{
	animation-delay: 0.5s;
}
#top_sec_about.top_sec.on .text
{
	animation-delay: 1.0s;
}
#top_sec_about.top_sec.on .top_about_body img{
	animation-delay: 2s;
}

#top_sec_faq.top_sec.on #top_faq_illustration_1{
	animation-delay: 0.8s;
}
#top_sec_faq.top_sec.on #top_faq_illustration_2{
	animation-delay: 1.2s;
}


@keyframes bottom_in{
  0% {
    opacity:0;
    transform:  translate(0px,20px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes bottom_in{
  0% {
    opacity:0;
    transform:  translate(0px,20px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes bottom_in {
  0% {
    opacity:0;
    transform:  translate(0px,20px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes bottom_in {
  0% {
    opacity:0;
    transform:  translate(0px,20px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes bottom_in {
  0% {
    opacity:0;
    transform:  translate(0px,20px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@media screen and (max-width: 768px) {
	#top_sec_about.top_sec.on .top_about_body img:nth-child(2){
		animation-delay: 2s;
	}
	#top_sec_about.top_sec.on .top_about_body img:nth-child(4){
		animation-delay: 2.5s;
	}
	#top_sec_about.top_sec.on .top_about_body img:last-child{
		animation-delay: 3s;
	}

	#top_sec_faq.top_sec.on #top_faq_illustration_1{
		animation-delay: 1.8s;
	}
	#top_sec_faq.top_sec.on #top_faq_illustration_2{
		animation-delay: 2.2s;
	}
}


/*///////////////////////*/
/* 左から */
#top_sec_work.top_sec.on #ttl_icon_2,
#top_sec_work.top_sec.on .top_sec_ttl span,
#top_sec_work.top_sec.on .top_work_text .lead,
#top_sec_work.top_sec.on .top_work_text .text,
#top_sec_faq.top_sec.on .top_sec_ttl span,
#top_sec_faq.top_sec.on .lead
{
  -webkit-animation: left_in ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: left_in ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: left_in ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: left_in ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  animation: left_in ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/	
	animation-delay: 0s;
	opacity: 0;
}
#top_sec_work.top_sec.on .top_sec_ttl span{
	animation-delay: 0.2s;
}
#top_sec_work.top_sec.on .top_work_text .lead{
	animation-delay: 0.8s;
}
#top_sec_work.top_sec.on .top_work_text .text{
	animation-delay: 1s;
}
#top_sec_faq.top_sec.on .lead{
	animation-delay: 0.4s;
}


/* 右から */
#top_sec_work.top_sec.on #top_work_img1,
#top_sec_work.top_sec.on #top_work_img2{
  -webkit-animation: right_in ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: right_in ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: right_in ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: right_in ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
	
  animation: right_in ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/	
	animation-delay: 1s;
	opacity: 0;
}
#top_sec_work.top_sec.on #top_work_img2{
	animation-delay: 1.5s;
}

@keyframes left_in{
  0% {
    opacity:0;
    transform:  translate(-20px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes left_in{
  0% {
    opacity:0;
    -moz-transform:  translate(-20px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes left_in {
  0% {
    opacity:0;
    -webkit-transform:  translate(-20px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes left_in {
  0% {
    opacity:0;
    -o-transform:  translate(-20px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes left_in {
  0% {
    opacity:0;
    -ms-transform:  translate(-20px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

@keyframes left_in2{
  0% {
    opacity:0;
    transform:  translate(-10%,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes left_in2{
  0% {
    opacity:0;
    -moz-transform:  translate(-10%,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes left_in2 {
  0% {
    opacity:0;
    -webkit-transform:  translate(-10%,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes left_in2 {
  0% {
    opacity:0;
    -o-transform:  translate(-10%,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes left_in2 {
  0% {
    opacity:0;
    -ms-transform:  translate(-10%,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

@media screen and (max-width: 768px) {
	#top_sec_work.top_sec.on #top_work_img1{
		animation-delay: 2.5s;
	}
	#top_sec_work.top_sec.on #top_work_img2{
		animation-delay: 3s;
	}
}


/*///////////////////////*/
/* 右から遅い */
{
  -webkit-animation: right_in ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: right_in ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: right_in ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: right_in ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  animation: right_in ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/	
	animation-delay: 1.6s;
	opacity: 0;
}
/* 左から遅い */
{
  -webkit-animation: left_in ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: left_in ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: left_in ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: left_in ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
	
  animation: left_in ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/	
	animation-delay: 1.6s;
	opacity: 0;
}

@keyframes  right_in{
  0% {
    opacity:0;
    transform:  translate(20px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes  right_in{
  0% {
    opacity:0;
    -moz-transform:  translate(20px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes  right_in {
  0% {
    opacity:0;
    -webkit-transform:  translate(20px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes  right_in {
  0% {
    opacity:0;
    -o-transform:  translate(20px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes  right_in {
  0% {
    opacity:0;
    -ms-transform:  translate(20px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


/*///////////////////////*/
/* 真ん中からの */
{
  -webkit-animation: image_in ease-out 0.6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: image_in ease-out 0.6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: image_in ease-out 0.6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: image_in ease-out 0.6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  animation: image_in ease-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
	animation-delay: 0s;
}
/* 時間差 */
{
	animation-delay: 1.3s;
}

@keyframes image_in{
  0% {
    opacity:0;
    transform:  scaleX(1.15) scaleY(1.15) ;
  }
  100% {
    opacity:1;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes image_in{
  0% {
    opacity:0;
    -moz-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  100% {
    opacity:1;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes image_in {
  0% {
    opacity:0;
    -webkit-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  100% {
    opacity:1;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes image_in {
  0% {
    opacity:0;
    -o-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  100% {
    opacity:1;
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes image_in {
  0% {
    opacity:0;
    -ms-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  100% {
    opacity:1;
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}


