/*!
Theme Name: customize_theme
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;800&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;
}
#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{
	max-width:1200px;
	width: 90%;
	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;
	}
}
.txt_blue_grd{
	color: #102d61;
	background-image: -moz-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cor_white{
	color: #fff;
}
.bg_grd_blue {
	background-image: -moz-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
}
.bg_grd_orange {
	background-image: -moz-linear-gradient(45deg, rgba(255, 153, 51, 0.99608) 0%, rgb(255, 113, 102) 100%);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 153, 51, 0.99608) 0%, rgb(255, 113, 102) 100%);
	background-image: -ms-linear-gradient(45deg, rgba(255, 153, 51, 0.99608) 0%, rgb(255, 113, 102) 100%);
}
.bg_blue{
	background:#e6f5fe;
}
.bg_gray {
	background: #f5f5f5;
}

.btn_bor_blue{
	border: 1px solid #2569ba;
	display: block;
	width: 150px;
	box-sizing: border-box;
	padding: 5px;
	padding-right: 15px;
	text-align: center;
	border-radius: 100px;
	margin: auto;
	position: relative;
	font-size: 1.4rem;
	overflow: hidden;
	transition: 0.25s;
}
.btn_bor_blue span{
	position: relative;
	z-index: 2;
	transition: 0.25s;
}
.btn_bor_blue::after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	border-bottom: 1px solid #2569ba;
	transform: translate(0, -50%);
	position: absolute;
	right: 10px;
	top: 50%;
	transition: 0.25s;
	z-index: 2;
	transition: 0.25s;
}
.btn_bor_blue::before{
	content: "";
	background: #2569ba;
	height: 50px;
	width: 160px;
	left: 100%;
	top:-5px;
	position: absolute;
	display: block;
	transition: 0.25s;
}
.btn_bor_blue:hover{
	opacity: 1;
}
.btn_bor_blue:hover span{
	color: #fff;
	background-image: none;
	-webkit-text-fill-color: #fff;
}
.btn_bor_blue:hover:after {
	border-bottom: 1px solid #fff;
}
.btn_bor_blue:hover:before {
	left: -5px;
}

.btn_bor_white{
	border: 1px solid #fff;
	display: block;
	width: 150px;
	box-sizing: border-box;
	padding: 5px;
	padding-right: 15px;
	text-align: center;
	border-radius: 100px;
	margin: auto;
	position: relative;
	font-size: 1.4rem;
	overflow: hidden;
	transition: 0.25s;
}
.btn_bor_white span{
	position: relative;
	z-index: 2;
	transition: 0.25s;
}
.btn_bor_white::after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	border-bottom: 1px solid #fff;
	transform: translate(0, -50%);
	position: absolute;
	right: 10px;
	top: 50%;
	transition: 0.25s;
	z-index: 2;
	transition: 0.25s;
}
.btn_bor_white::before{
	content: "";
	background: #fff;
	height: 50px;
	width: 160px;
	left: 100%;
	top:-5px;
	position: absolute;
	display: block;
	transition: 0.25s;
}
.btn_bor_white:hover {
	opacity: 1;
}
.btn_bor_white:hover span{
	color: #2569ba;
	background-image: none;
	-webkit-text-fill-color: #2569ba;
}
.btn_bor_white:hover:after {
	border-bottom: 1px solid #2569ba;
}
.btn_bor_white:hover:before {
	left: -5px;
}

.sec_ttl_enjp_w{
	margin-bottom: 30px;
}
.sec_ttl_enjp_w span{
	line-height: 1;
	font-weight: 600;
}
.sec_ttl_enjp_w span.en{
	margin-bottom: 10px;
	display: table;
}
.sec_ttl_enjp_w span.jp {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 4px;
}

.bg_grd_ttl_w{
	padding: 10px 0;
	text-align: center;
}
.bg_grd_ttl{
	font-size: 2.0rem;
	font-weight: 600;
}
.l_line_ttl_w{
	align-items: center;
}
.l_line_ttl_w .l_line_ttl{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.25;
}
.l_line_ttl_w .l_line_ttl .s_txt{
	font-size: 1.6rem;
}
.l_line_ttl_w::before{
	content: "";
	display: block;
	width: 5%;
	height: 2px;
	background-image: -moz-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	margin-right: 10px;
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	.sec_ttl_enjp_w span.jp {
		font-size: 2.2rem;
	}
	.bg_grd_ttl{
		font-size: 1.8rem;
	}
	.l_line_ttl_w .l_line_ttl{
		font-size: 1.7rem;
	}
	.l_line_ttl_w .l_line_ttl .s_txt{
		font-size: 1.4rem;
	}
}


.site_main_w{

}
@media screen and (max-width: 750px) {
	.site_main_w {
		padding-top: 76px;
	}
}
	    

#header{
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	width: 240px;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	z-index: 10;
}
#header .site_logo{
	padding: 40px 25px;
}
#header .gnav ul li{
	border-top: 1px solid #e9e9e9;
}
#header .gnav ul li:nth-last-of-type(1){
	border-bottom: 1px solid #e9e9e9;
}
#header .gnav ul li a{
	padding: 20px;
	display: block;
	position: relative;
	transition: 0.25s;
}
#header .gnav ul li a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(-45deg) translate(0,-50%);
	position: absolute;
	right: 20px;
	top:50%;
	transition: 0.25s;
}
#header .gnav ul li a:hover{
	opacity: 1;
	background: #e4f1ff;
}
#header .gnav ul li a:hover::after{
	right: 15px;
}
#header .gnav ul li a span{
	display: table;
	font-weight: 600;
}
#header .gnav ul li a span.en {
	font-size: 1.2rem;
	letter-spacing: 1px;
}
#header .contact_btn{

}
#header .contact_btn a{
	display: block;
	position: absolute;
	width: 100%;
	bottom:0;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
#header .contact_btn a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg) translate(0, -50%);
	position: absolute;
	right: 20px;
	top: 50%;
	transition: 0.25s;
}
#header .contact_btn a span.en{
	justify-content: center;
}
#header .contact_btn a span.en img{
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	#header{
		width: 100%;
		height: auto;
	}
	.header_w{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5%;
	}
	#header .site_logo{
		padding: 0;
	}
	.hum{
		margin-top: 5px;
		display: block;
		position: relative;
		z-index: 999;
	}
	.hum span{
		width: 20px;
		height: 2px;
		background: #333;
		display: block;
		margin-bottom: 5px;
		transition: 0.5s;
	}
	.hum span:last-child{
		margin-bottom: 0px;
	}
	.hum.active span:nth-of-type(1){
		transform: rotate(45deg);
		margin-top: 3px;
	}
	.hum.active span:nth-of-type(2){
		opacity: 0;
	}
	.hum.active span:nth-of-type(3){
		transform: rotate(-45deg);
		margin-top: -14px;
	}
	#header .gnav .hum{
		position: absolute;
		right: 20px;
		top:20px
	}
	#header .gnav .hum span:nth-of-type(1){
		transform: rotate(45deg);
		margin-top: 3px;
	}
	#header .gnav .hum span:nth-of-type(2){
		opacity: 0;
	}
	#header .gnav .hum span:nth-of-type(3){
		transform: rotate(-45deg);
		margin-top: -14px;
	}
	#header .gnav{
		position: fixed;
		width: 80%;
		transition: 0.5s;
		right: -100%;
		background: #fff;
		z-index: 99999;
		padding-top: 75px;
		top:0;
	}
	#header .gnav.active{
		right: -2.5%;
	}
	#header .gnav ul li a{
		padding: 10px 20px;
	}
	#header .contact_btn a{
		position: static;
	}
}

.page_wrap{
	padding-left: 240px;
}
@media screen and (max-width: 750px) {
	.page_wrap{
		padding-left: 0%;
	}
}

#footer{
	padding: 40px 0 60px;
}
#footer .footer_site_logo{
	text-align: center;
	margin-bottom: 40px;
}
#footer .yt_bnr{
	justify-content: center;
	margin-bottom: 30px;
}
#footer .yt_bnr a{
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid;
	margin: 5px;
	width: 370px;
	text-align: center;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
#footer .yt_bnr a img{
	width: 25px;
	margin-right: 5px;
}
#footer .gnav{
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding: 0 5% 20px;
}
#footer .gnav ul{
	justify-content: space-between;
}
#footer .gnav ul a{
	display: flex;
	align-items: center;
}
#footer .gnav ul a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	margin-left: 15px;
}
#footer .footer_sub_menu{
	margin-bottom: 30px;
}
#footer .footer_sub_menu ul{
	justify-content: center;
}
#footer .footer_sub_menu ul li{
	margin: 0 20px;
}
#footer .copy{
	text-align: center;
	font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
	#footer .yt_bnr a{
		font-size: 1.2rem;
		width: 100%;
	}
	#footer .gnav{
		padding: 0 0 0;
	}
	#footer .gnav ul li{
		width: 100%;
		border-top: 1px solid #fff;
	}
	#footer .gnav ul li a{
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
		justify-content: space-between;
	}
	#footer .footer_sub_menu ul li{
		width: 100%;
	}
	#footer .footer_sub_menu ul li{
		margin: 0 0 10px;
		text-align: center;
	}
}

