@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;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%;
	overflow-x: hidden;
}
*{
	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;
	background: #fff;
	font-weight: 400;
	line-height: 1.75;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	overflow-x: hidden;
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color: #444444;
}
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;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.en{
	font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1100px) {
	.in,.in_in{
		width: 90%;
		margin: 0 auto;
	}
	.flex_w_tab{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

.cor_w{
	color: #fff;
}
.cor_orange{
	color: #E8A231;
}
.cor_red{
	color: #fe2828;
}
.cor_gray {
	color: #888888;
}
.cor_blue{
	color: #6BA5CC;
}
.bg_w{
	background: #fff;
}
.bg_red{
	background: #ec4343;
}
.bg_green{
	background: #66C471;
}
.bg_blue {
	background: #6BA5CC;
}
.bg_blue_02 {
	background: #F4FAFF;
}
.bg_orange{
	background: #E8A231;
}
.bg_orange_02{
	background: #FFFBF6;
}
.bg_orange_03 {
	background: #FFF1DF;
}
.bg_gray{
	background: #e9ecf2;
}
.bg_gray_02{
	background: #5c5c5c;
}
.bg_bray_02{
	background: #f7faff;
}
.bg_bray_03 {
	background: #888888;
}
.bg_blue {
	background: #7D99D8;
}
.box_s{
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .14);
}
.box_s_orange_0{
	box-shadow: 0px 5px 10px 0px rgba(232, 162, 49, .3);
}
.box_s_orange{
	box-shadow: 0 0px 9px 0 rgba(232, 162, 49, .50);
	border: 1px solid #E8A231;
	box-sizing: border-box;
}


footer{}
footer .copy{
	text-align: center;
	font-size: 1.2rem;
	padding:10px 0;
}
@media screen and (max-width: 1000px) {
	footer .copy {
		font-size: 1.0rem;
	}
}