@charset "UTF-8";

/*
font-family: 'Lato', sans-serif;
font-family: 'Lexend Deca', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/

/*---------------reset---------------*/
html{
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0.05em;

	/*iosの自動文字サイズ調整機能をoffに*/
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

@media screen and (max-width:767px){
	html{
		font-size:14px;
	}

	p{
		line-height: 1.3;
	}
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: 0;
	vertical-align: baseline;
}

img{
	vertical-align: top;
	max-width: 100%;
}

@media screen and (min-width:767px){
	img{

		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		image-rendering: -webkit-optimize-contrast;
	}
}

sup{
	font-size: 0.7em;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
}


ul,
ol{
	list-style-type: none;
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	display: inline-block;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup{
	font-size: 0.5em;
}


/* MARGINS */

.mr00{margin-right: 0px!important;}
.mr10{margin-right: 10px!important;}
.mr20{margin-right: 20px!important;}

.mb00{margin-bottom: 0px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb70{margin-bottom: 70px!important;}
.mb80{margin-bottom: 80px!important;}
.mb90{margin-bottom: 90px!important;}
.mb100{margin-bottom: 100px!important;}
.mb110{margin-bottom: 110px!important;}
.mb120{margin-bottom: 120px!important;}
.mb130{margin-bottom: 130px!important;}
.mb140{margin-bottom: 140px!important;}
.mb150{margin-bottom: 150px!important;}

.mt2 { margin-top: 2px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt18 { margin-top: 18px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

@media screen and (max-width: 767px){

	.mr00{margin-right: 0px!important;}
	.mr10{margin-right: 5px!important;}
	.mr20{margin-right: 10px!important;}

	.mb10{margin-bottom: 5px!important;}
	.mb20{margin-bottom: 10px!important;}
	.mb30{margin-bottom: 15px!important;}
	.mb40{margin-bottom: 20px!important;}
	.mb50{margin-bottom: 25px!important;}
	.mb60{margin-bottom: 30px!important;}
	.mb70{margin-bottom: 35px!important;}
	.mb80{margin-bottom: 40px!important;}
	.mb90{margin-bottom: 45px!important;}
	.mb100{margin-bottom: 50px!important;}
	.mb110{margin-bottom: 55px!important;}
	.mb120{margin-bottom: 60px!important;}
	.mb130{margin-bottom: 65px!important;}
	.mb140{margin-bottom: 70px!important;}
	.mb150{margin-bottom: 75px!important;}
}


.object-fit-img,
.object-fit-img_container img{
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

@media screen and (min-width:768px){
	.sp_mode{ display: none!important; }
}

@media screen and (max-width:767px){
	.pc_mode{ display: none!important; }
}

.l_height15{
	line-height: 1.5;
}

.green{
	color: #38B349;
}


.w840{
	width: 94%;
	max-width: 840px;
	margin:0 auto;
}

.w960{
	width: 94%;
	max-width: 960px;
	margin:0 auto;
}

.w1080{
	width: 94%;
	max-width: 1080px;
	margin:0 auto;
}

.center_text{
	text-align: center;
}

.h_type01{
	position: relative;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 15px;
}

.h_type01:after{
	content:"";
	position: absolute;
	width: 50px;
	height: 3px;
	background-color: #38B249;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:767px){
	.h_type01{
		font-size: 20px;
	}
}

.h_type02{
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding-left: 10px;
	border-left: 5px solid #38B349;
	box-sizing: border-box;
	margin-bottom: 15px;
}

@media screen and (max-width:767px){
	.h_type02{
		font-size: 18px;
	}
}

.h_type03{
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	color: #38b349;
}

@media screen and (max-width:767px){
	.h_type03{
		font-size: 28px;
	}
}


/*募文番号*/
.created_info{
	padding-bottom: 30px;
	background: #f3f9f1;
}
.created_info p{
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.3;
}


/*前のページに戻るボタン*/
.back_btn{
	position: relative;
	width: 280px;
	height: 55px;
	background: #fff;
	border: 2px solid #17469d;
	border-radius: 27px;
	box-sizing: border-box;
	margin:0 auto;
	transition: all .3s ease;
}

.back_btn:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom:2px solid #17469D; 
	border-left:2px solid #17469D; 
	top: 50%;
	left: 25px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}

.back_btn a{
	display: flex;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.6px;
	justify-content: center;
	align-items: center;
	color: #17469d;
	transition: all .3s ease;
}

.back_btn:hover,
.back_btn:hover:before{
	border-color: #38b349;
	transition: all .3s ease;
}

.back_btn:hover a{
	color: #38b349;
	transition: all .3s ease;
}

@media screen and (max-width:767px){
	.back_btn{
		width: 230px;
	}
}


/*前のページに戻るボタン(追従)*/
.fixed_back_btn{
	position: fixed;
	z-index: 700;
	left: 0;
	top: 90px;
	width: 160px;
	height: 45px;
	border-radius: 0px 22px 22px 0px;
	background: #17469d;
	box-sizing: border-box;
	transition: background-color .3s ease;
}

.fixed_back_btn:hover{
	background-color: #38b349;
	transition: background-color .3s ease;
}

.fixed_back_btn a{
	display: flex;
	justify-content:center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	box-sizing: border-box;
}



.fixed_back_btn a span{
	position: relative;
	padding-left: 18px;
}

.fixed_back_btn a span:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 10px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/hoiku/images/icon_arrow-e4678d4e434e8dab5de52dfc928651f4.svg);
}

@media screen and (max-width:767px){
	.fixed_back_btn{
		top: initial;
		bottom: 0;
		width: 100%;
		border-radius: 0;
	}
}

.content{
	padding-top:70px;
	overflow: hidden;
}

@media screen and (max-width:1080px){
	.content{
		padding-top:50px;
	}
}


/*header*/
#header{
	position: fixed;
	width: 100%;
	background-color:#fff;
	z-index: 999;
}

#header .h_inner{
	position: relative;
	height: 70px;	
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
}


#header .h_inner .h_logo{
	display: contents;
	position: relative;
	z-index: 999;
	width: 300px;
	height: 105px;
	padding:24px;
	margin-left: 30px;
	background-color:#fff;
	border-radius: 6px;
	box-sizing: border-box;
}

.h_logo img{
    margin:10px 0px 10px 60px
}

#header .h_inner .h_logo:before{
	content:"";
	position: absolute;
	width: 100%;
	height: calc(100% - 70px);
	bottom: 0;
	left: 0;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


#header .h_inner .h_menu{
	display: flex;
	align-items: center;
}

#header .h_inner .h_menu ul{
	display: flex;
	align-items: center;
}

#header .h_inner .h_menu li{
	margin-right: 30px;
}

#header .h_inner .h_menu li a:hover{
	color: #38b349;
}

#header .h_inner .contact_btn{
	width: 175px;
	height: 100%;
}

#header .h_inner .contact_btn a{
	position: relative;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	background: #f24c39;
	box-sizing: border-box;
	transition: all .3s ease;
}

#header .h_inner .contact_btn a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

#header .h_inner .contact_btn a:hover{
	background-color: #38b349;
	transition: all .3s ease;
}


#header .h_inner .hamburger{
	display: none;
	position: relative;
	width: 50px;
	/*background-color: #38b349;*/
}

#header .h_inner .hamburger a{
	display: block;
	height: 50px;
}

#header .h_inner .hamburger .bdr{
	position: absolute;
	width: 30px;
	height: 2px;
	left: 10px;
	background-color: #000;
}

#header .h_inner .hamburger .bdr.n1{
	top: calc(50% - 10px);
	transform: translateY(-50%);
	transition: all .3s ease;
}

#header .h_inner .hamburger .bdr.n2{
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	transition: all .3s ease;
}

#header .h_inner .hamburger .bdr.n3{
	top: calc(50% + 10px);
	transform: translateY(-50%);
	transition: all .3s ease;
}


#header.on .h_inner .hamburger .bdr.n1{
	top: 50% ;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}

#header.on .h_inner .hamburger .bdr.n2{
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .3s ease;
}

#header.on .h_inner .hamburger .bdr.n3{
	top: 50% ;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .3s ease;
}


@media screen and (max-width:1080px){

	#header .h_inner{
		height: 50px;
	}

	#header .h_inner .h_logo{
		position: static;
		display: flex;
		align-items: center;
		width: 150px;
		height: initial;
		padding: 0;
		border-radius:  0;
	}

	#header .h_inner .h_logo img{
		height: auto;
	}

	#header .h_inner .h_logo:before{
		content: initial;
	}

	#header .h_inner .h_menu{
		position: fixed;
		display: block;
		background-color: #fff;
		top: 50px;
		width: 100%;
		right: -100%;
		height: calc(100vh - 50px);
		box-sizing: border-box;
		padding: 0 30px;
		transition: all .6s ease;
	}

	#header.on .h_inner .h_menu{
		right: 0;
		transition: all .6s ease;
	}

	#header .h_inner .h_menu ul{
		display: block;
	}

	#header .h_inner .h_menu li{
		position: relative;
		border-bottom:1px solid #ccc;
		margin:0;
	}

	#header .h_inner .h_menu li a{
		display: block;
		padding:20px;
		height: 100%;
	}

	#header .h_inner .h_menu li:after{
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) rotate(45deg);
		border-top: 1px solid #38b349;
		border-right: 1px solid #38b349;

	}

	#header .h_inner .hamburger{
		display: block;
	}

	#header .h_inner .contact_btn{
		width: 230px;
		height: 70px;
		margin:0 auto;
		margin-top: 50px;

	}
}


	


/*footer*/
#footer{
	background-color: #f4f4f4;
}

#footer #top_btn{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 50px;
	bottom: 70px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #38b349;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	cursor: pointer;
}

#footer #top_btn:hover{
	opacity: .6;
}

#footer #top_btn span{
	position: relative;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #38b349;
	padding-top: 13px;
}

#footer #top_btn span:before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top:2px solid #38B349;
	border-left:2px solid #38B349;
	top: 0;
	left: 50%;
	transform:translateX(-50%) rotate(45deg);
}

@media screen and (max-width:767px){
	#footer #top_btn{
		width: 50px;
		height: 50px;
	}
}

#footer .f_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 840px;
	padding:23px 0;
	box-sizing: border-box;
	margin:0 auto;
}


#footer .f_inner .f_menu ul{
	display: flex;
	align-items: center;
}

#footer .f_inner .f_menu li{
	padding:0 20px;
	border-left: 2px solid #BCBCBC;
	font-size: 14px;
}

#footer .f_inner .f_menu li:last-of-type{
	border-right: 2px solid #BCBCBC;	
}

#footer .f_inner .f_menu li a:hover{
	color: #38b349;	
}


#footer .f_inner .copylight{
	font-size: 12px;
}

@media screen and (max-width:767px){
	#footer .f_inner{
		flex-direction: column;
		padding: 10px 0;
	}

	#footer .f_inner .f_menu ul{
		margin-bottom: 15px;
	}

	#footer .f_inner .f_menu li{
		padding:0 10px;
	}
}

/* --------------print setting-------------- */
@media print {
	body {
		-webkit-print-color-adjust: exact;
		width: 1300px;
	}

	#header{
		position: static;
	}

	.fixed_back_btn{
		position: absolute;
	}

	.content{
		padding:0;
	}

	#top_btn{
		display: none !important; 
	}

	.sp_mode{
		display: none;
	}

}