/*!
Theme Name: customize_theme
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #444444;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 2px;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	opacity:0.6;
}
.min {
	font-family: "Shippori Mincho", serif;
}
.en {
	font-family: "Belleza", serif;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.flex_jc_c{
	justify-content: center;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
		overflow: hidden !important;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

.cor_w{
	color: #fff;
}
.cor_g{
	color: #14a83a;
}
.cor_red {
	color: #c41d1d;
}
.cor_o {
	color: #f79225;
}
.cor_gr{
	color: #989898;
}
.bg_w{
	background: #fff;
}
.bg_g{
	background: #14a83a;
}
.bg_g_02{
	background: #f1fff4;
}
.bg_o {
	background: #f79225;
}
.bg_gr {
	background: #fafafa;
}



#header{
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .header_w .h_r{
	align-items: center;
}
#header .header_w .h_r .h_nav li{
	margin-left: 20px;
}
#header .header_w .btn_w{
	margin-left: 20px;
}
#header .header_w .btn_w .h_btn{
	width: 190px;
	display: flex;
	padding:10px 10px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	position: relative;
	line-height: 1;
	align-items: center;
	margin-left: 10px;
}
#header .header_w .btn_w .h_btn .icon{
	width: 24px;
	display: block;
	flex-shrink: 0;
}
#header .header_w .btn_w .h_btn .txt{
	width: 100%;
}
@media screen and (max-width: 750px) {
	#header{
		padding: 15px;
	}
	#header .site_logo img{
		width: 130px;
	}
	#header .header_w .h_r {
        position: absolute;
        top: 0px;
        width: 110%;
        background: #fff;
        left: -20px;
        padding: 20px;
		padding-top: 20px;
        box-sizing: border-box;
		display:none;
    }
	#header .header_w .h_r .hum_menu_w{
		margin-bottom: 20px;
		padding-right: 5%;
		text-align: right;
	}
	#header .header_w .h_r .h_nav{
		margin-bottom: 30px;
	}
	#header .header_w .h_r .h_nav li {
		margin-left: 0px;
		width: 100%;
		padding: 10px;
		padding-left: 20px;
		border-top: 1px solid #e8e8e8;
	}
	#header .header_w .h_r .h_nav li:nth-last-of-type(1){
		border-bottom: 1px solid #e8e8e8;
	}
	#header .header_w .btn_w {
		margin-left: 0px;
		margin: auto;
		width: 90%;
	}
	#header .header_w .btn_w .h_btn{
		width: 100%;
		margin-bottom: 15px;
		padding: 15px 10px;
		margin-left: 0;
	}

}

#footer{
	background: #333333;
	padding: 50px 0;
}
#footer .footer_h{
	text-align: center;
	margin-bottom: 50px;
}
#footer .footer_h > div{
	margin-bottom: 20px;
}
#footer .f_nav{
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#footer .f_nav ul{
	justify-content: center;
}
#footer .f_nav li{
	margin: 0 10px;
}
#footer .f_nav_u{
	margin-bottom: 30px;
}
#footer .f_nav_u ul {
	justify-content: center;
	font-size: 1.4rem;
}
#footer .f_nav_u li {
	margin: 0 10px;
}
#footer .copy{
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
	#footer .footer_h{
		margin-bottom: 30px;
	}
	#footer .footer_h > div{
		margin-bottom: 30px;
	}
	#footer .f_nav li{
		width: 100%;
		text-align: center;
	}
	#footer .f_nav li a{
		padding:  5px 0;
		display: inline-block;
	}
}

.sec_ttl_w{
	margin-bottom: 70px;
	line-height: 1;
	text-align: center;
}
.sec_ttl_w .en{
	margin-bottom: 20px;
	font-size: 2.0rem;
}
.sec_ttl_w .sec_ttl {
	font-weight: 500;
	font-size: 2.8rem;
}
.sec_ttl_w .sec_ttl.w_stxt{
	line-height: 1.25;
}
.sec_ttl_w .sec_ttl .s_txt{
	font-size: 2.0rem;
}

.sec_ttl_w_02{
	margin-bottom: 70px;
	line-height: 1;
	text-align: center;
}
.sec_ttl_w_02 .sec_ttl {
	font-weight: 500;
	font-size: 2.8rem;
}
.sec_ttl_w_02 .sec_ttl span{
	border-bottom: 1px solid #14a83a;
	display: inline-block;
	padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w .sec_ttl{
		line-height: 1.25;
		font-size: 2.4rem;
	}
}

.cta{
	padding: 50px 0;
	background: url(images/common/cta_bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
.cta .cta_ttl_w{
	text-align: center;
	display: table;
	margin:0 auto 50px;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}

.cta .btns{
	justify-content: space-between;
}
.cta .btns .btn_i{
	width: 49%;
	padding:25px 15px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	line-height: 1.25;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
}
.cta .btns .btn_i .s_txt{
	font-size: 1.4rem;
	vertical-align: middle;
}
.cta .btns .btn_i.btn_01 img{
	width: 24px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0,-50%);
}
.cta .btns .btn_i.btn_02 img {
	width: 34px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
.cta .btns .btn_i:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: flex;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 768px) {
	.cta{
		padding: 50px 0 40px;
	}
	.cta .cta_ttl_w{
		margin-bottom: 30px;
	}
	.cta .cta_ttl_w h2{
		font-size: 2.2rem;
	}
	.cta .cta_ttl_w p{
		font-size: 1.6rem;
	}
	.cta .btns .btn_i{
		width: 100%;
		height: 65px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.cta .btns .btn_i .s_txt{
		display: block;
	}
}

.more_btn{
	width: 380px;
	padding: 15px;
	text-align: center;
	display: block;
	margin:70px auto 0;
	border: 1px solid #14a83a;
	position: relative;
	box-sizing: border-box;
}
.more_btn:before{
	content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #14a83a;
    border-left: 2px solid #14a83a;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 25px;
}
@media screen and (max-width: 768px) {
	.more_btn {
		width: 100%;
		margin: 50px auto 0;
	}
}

.breadcrumbs{
	font-size: 1.2rem;
}
.breadcrumbs a{
	color: #14a83a;
}