/*!
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;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&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: #333333;
	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: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#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: 5;
}
.in_in{
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.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_b{
	color: #0b5caa;
}
.cor_red {
	color: #c73b3b;
}
.bg_w{
	background: #fff;
}
.bg_b{
	background: #0b5caa;
}
.bg_b_02{
	background: #f1f8ff;
}
.bg_r {
	background: #c73b3b;
}
.bg_g {
	background: #fafafa;
}


.btn_02{
	width: 480px;
	padding: 15px;
	text-align: center;
	display: block;
	margin: auto;
	border: 1px solid #0b5caa;
	position: relative;
	box-sizing: border-box;
}
.btn_02:before{
	content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0b5caa;
    border-left: 2px solid #0b5caa;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 25px;
}

.btn_02_w{
	width: 480px;
	padding: 15px;
	text-align: center;
	display: block;
	margin: auto;
	border: 1px solid #fff;
	position: relative;
	box-sizing: border-box;
}
.btn_02_w:before{
	content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 25px;
}

.btn_03{
	width: 240px;
	padding: 15px;
	text-align: center;
	display: block;
	border: 1px solid #0b5caa;
	position: relative;
	box-sizing: border-box;
}
.btn_03:before{
	content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #0b5caa;
    border-left: 2px solid #0b5caa;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 25px;
}

.btn_03_w{
	width: 240px;
	padding: 15px;
	text-align: center;
	display: inline-block;
	border: 1px solid #fff;
	position: relative;
	box-sizing: border-box;
}
.btn_03_w:before{
	content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 25px;
}

.rl{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 750px) {
	.btn_02,.btn_02_w,.btn_03,.btn_03_w{
		width: 100%;
	}
}


/*Header*/
#header {
	padding-left: 25px;
	position: relative;
	z-index: 99999;
	padding-right: 0;
}

#header .header_w {
	align-items: center;
	justify-content: space-between;
}

#header .header_w .site_logo {
	align-items: center;
}

#header .header_w .site_logo img {
	margin-right: 10px;
	width: 225px;
}

#header .header_w .site_logo span {
	font-size: 1.0rem;
	font-weight: 400;
	letter-spacing: 1px;
}

#header .header_nav_w {}

#header .header_nav_w .gnav_w {
	align-items: center;
}

#header .header_nav_w .gnav_w li {
	margin-left: 20px;
}

#header .hum {
	display: none;
}

.child_w{
	display: none;
	background: #0b5caa;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 999999;
	top: 78px;
}
.child_w_i {
	width: 100%;
	padding: 60px;
	box-sizing: border-box;
	justify-content: center;
}
.child_w .child_i{
	margin: 0 30px;
}
.child_w .child_i .m_txt{
	display:flex;
	margin-bottom: 10px;
	align-items: center;
}
.child_w .child_i .m_txt::before{
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	display: block;
	margin-right: 15px;
}
#header .child_w .child_i .grandchild li{
	margin-bottom: 5px;
	margin-left: 30px;
}
.child_w .child_i .grandchild a{
	font-size: 1.4rem;
}

#header .contact_btn{
	padding: 15px;
	display: block;
	font-size: 1.4rem;
}
#header .contact_btn img{
	width: 28px;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

@media screen and (max-width: 1180px) {
	#header {
		padding: 0 0 0 10px;
		position: fixed;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 999999999;
	}
	#header .header_w .site_logo img {
		margin-right: 10px;
		width: 180px;
	}
	#header .hum {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
	}
	#header .hum:hover {
		opacity: 0.6;
	}
	#header .hum_w {
		width: 50%;
	}
	#header .hum_w span {
		height: 1px;
		background: #888;
		display: block;
		margin-left: auto;
	}
	#header .hum_w span:nth-of-type(1) {
		width: 100%;
	}
	#header .hum_w span:nth-of-type(2) {
		width: 50%;
		margin-top: 8px;
	}
	.sp_h_btns{
		display: flex;
	}
	#header .to_con {
		
	}
	#header .to_con .sp_contact_btn{
		display: flex;
		padding: 18px;
	}
	#header .to_con .sp_contact_btn img{
		width: 25px;
		
	}
}

.hum_menu{
	background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 8rem 0 8rem;
	z-index: 99999;
	display: none;
	overflow: scroll;
}
.hum_menu .side_bar_btn {
	width: 80px;
	height: 80px;
	position: absolute;
	top:0;
	right: 0;
}
.hum_menu .hum_w{
	width: 80px;
	height: 80px;
	position: relative;
	right: 0;
	top: 0;
}
.hum_menu .hum_w span {
	height: 1px;
	width: 50%;
	background: #888;
	display: block;
	margin-left: auto;
	transform: rotate(45deg);
	position: absolute;
}
.hum_menu .hum_w span:nth-of-type(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.hum_menu .hum_w span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hum_menu .in{
	padding-bottom: 150px;
}
.hum_menu .hum_menu_i{
	margin-bottom: 30px;
}
.hum_menu .hum_menu_i .parent{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.hum_menu .hum_menu_i .parent,
.hum_menu .hum_menu_i .parent a{
	font-size: 1.8rem;
}
.hum_menu .hum_menu_i .child{
	margin-top: 20px;
}
.hum_menu .hum_menu_i .child li{
	width: 33%;
}
.hum_menu .hum_menu_i .child li .child_ttl{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.hum_menu .hum_menu_i .child li a{
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width: 1180px) {
	.hum_menu .side_bar_btn {
		position: fixed;
		width: 60px;
		height: 60px;
		z-index: 9999999999;
	}
	.hum_menu{
		height: 100vh;
		overflow: scroll;
		padding-top: 100px;
		z-index: 99999999999;
	}

	.hum_menu .hum_menu_i .child li {
		width: 100%;
		padding: 10px;
	}

	.hum_menu .hum_w{
		width: 60px;
		height: 60px;
	}
}


.cta{
	padding:50px 0;
}
.cta .cta_w{
	align-items: center;
	justify-content: space-between;
}
.cta .cta_w .logo_w{
}
.cta .cta_w .logo_w .logo{
	margin-right: 20px;
}
.cta .cta_w .logo_w .logo img{
	width: 270px;
}
.cta .cta_w .logo_w .address{
	line-height: 1.5;
}
.cta .cta_w .btn_w{
	align-items: center;
}
.cta .cta_w .btn_w .tel_btn img{
	width: 250px;
}
.cta .cta_w .btn_w .contact_btn{
	width: 280px;
	text-align: center;
	margin-left: 20px;
	padding: 15px 0;
}
.cta .cta_w .btn_w .contact_btn img{
	width: 25px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
@media screen and (max-width: 1180px) {
	.cta .cta_w .logo_w{
		margin-bottom: 30px;
	}
	.cta .cta_w .logo_w .logo{
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.cta .cta_w .logo_w .address {
		line-height: 1.5;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 10px;
	}
	.cta .cta_w .btn_w .tel_btn{
		display: inline-block;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.cta .cta_w .btn_w .contact_btn {
		width: 100%;
		text-align: center;
		margin-left: 0;
		padding: 15px 0;
	}
}

#footer {
	padding: 60px 0;
	position: relative;
	background: #333333;
}

/*
#footer:after {
	content: "";
	width: 100%;
	height: 90px;
	display: block;
	background: url(images/common/f_bg.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
*/

#footer .footer_w {
	justify-content: center;
	width: 100%;
}

#footer .footer_w .footer_logo_area {}

#footer .footer_w .footer_logo_area .logo {
	margin-bottom: 20px;
}

#footer .footer_w .footer_logo_area .logo p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

#footer .footer_w .footer_logo_area .address {
	font-size: 1.4rem;
}

#footer .footer_w .footer_nav_lis_i {
	margin:0 30px;
}

#footer .footer_w .footer_nav_lis_ii {
	margin-bottom: 20px;
}

#footer .footer_w .footer_nav_lis_i .l_txt {
	font-size: 1.8rem;
	margin-bottom: 10px;
	display: block;
}
#footer .footer_w .footer_nav_lis_i a.l_txt {
	text-decoration: underline;
}
#footer .footer_w .footer_nav_lis_ii .childs_w {
	margin-bottom: 20px;
}

#footer .footer_w .footer_nav_lis_ii .childs_w .m_txt {
	margin-bottom: 10px;
}

#footer .footer_w .footer_nav_lis_ii .childs_w a.m_txt{
	text-decoration: underline;
}

#footer .footer_w .footer_nav_lis_ii .childs_w ul li a {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	text-decoration: underline;
}

#footer .footer_w .footer_nav_lis_ii .childs_w ul li a::before {
	content: "";
	width: 15px;
	height: 1px;
	background: #fff;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
}

.footer_u_w {
	border-top: 1px solid #fff;
	padding-top: 30px;
	margin-top: 30px;
	text-align: center;
}

.footer_u_w .footer_u_link_area {
	justify-content: center;
}

.footer_u_w .footer_u_link_area {
	margin-bottom: 20px;
}

.footer_u_w .footer_u_lis li {
	margin: 0 5px;
}

.footer_u_w .copy {
	text-align: center;
	font-size: 1.4rem;
}

@media screen and (max-width: 1180px) {
	#footer .footer_w .footer_logo_area {
		margin-bottom: 30px;
	}

	#footer .footer_w .footer_logo_area .logo {
		text-align: center;
	}

	#footer .footer_w .footer_nav_lis_i {
		margin-left: 0;
	}

	#footer .footer_w .footer_logo_area .address {
		font-size: 1.2rem;
	}

	#footer .footer_w .footer_nav_lis_i .l_txt {
		font-size: 1.6rem;
	}

	#footer .footer_w .footer_nav_lis_ii {
		margin-bottom: 10px;
	}

	#footer .footer_w .footer_nav_lis_ii .childs_w {
		padding-left: 10px;
	}

	#footer .footer_w .footer_nav_lis_ii .childs_w .m_txt {
		font-size: 1.4rem;
	}
}