@charset "utf-8";
/* リセットCSS */
*{margin:0;padding:0;min-height: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height:100%;}
ul li ,ol li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;margin: 0;}
p{margin: 0;}
a:focus, *:focus{ outline:none; }
article, header, footer, aside, figure, figcaption, nav, section,main{ 
  display:block;
}
body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	height:100%;
	width:100%;
	color: #0b0b0b;
	position:relative;
	z-index: 0;
}
a{
	text-decoration: none;
	outline: none;
	color: #0b0b0b;
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
img{
	height: auto;
	max-width: 100%;
	box-sizing: unset;
	vertical-align: bottom;
}
/* フォントCSS */
.mincho{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
/* img用クラス */
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
}
/* インナー設定 */
.inner,
.pc-inner,
.sp-inner{
	margin-left: auto;
	margin-right: auto;
}
/* フレックス */
.flex{
	display: flex;
}
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	display: flex;
	justify-content: space-between;
}
/* スライダー読み込みまで非表示 */
.slide{
	opacity: 0;
	transition: opacity .3s linear;
}
.slide.slick-initialized{
	opacity: 1;
}
/* スクロールバー消す */
.y-scroll,
.x-scroll{
	-ms-overflow-style: none;/* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
}
.y-scroll{
	overflow-y: scroll;
	overflow-x: auto;
}
.x-scroll{
	overflow-x: scroll;
	overflow-y: auto;
}
.y-scroll::-webkit-scrollbar,
.x-scroll::-webkit-scrollbar{/* Chrome, Safari 対応 */
	display: none;
}
/* 縦書き */
.tategaki{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
/* CSS関数設定 */
:root{
  --white: #fff;
	--black: #000;
	--gray01: #F7F7F7;
	--gray02: #575757;
	--gray03: #606060;
	--gray04: #d0d0d0;
	--gray05: #6a6a6a;
	--gray06: #c3c3c3;
	--gray07: #808080;
	--blue01: #56C1F1;
	--blue02: #F7FCFF;
	--blue03: #005AAB;
	--blue04: #D9E7F1;
	--green01: #398025;
	--orange01: #ff6200;
}
@media screen and (min-width: 768px){
	body{
		font-size: 15px;
		line-height: 1.7;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	a:hover{
		opacity: 0.7;
		text-decoration: none;
	}
	a:hover img{
		opacity:0.75 !important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.sp{
		display: none !important;
	}
	.inner,
	.pc-inner{
		width: 80%;
		max-width: 1280px;
	}
	.generalsec{
		margin-bottom: 80px;
	}
	.hamburger{
		display: none !important;
	}
}
@media screen and (max-width: 767px){
	body{
		font-size: 14px;
		line-height: 1.6;
	}
	.pc{
		display: none !important;
	}
	.inner,
	.sp-inner{
		width: 90%;
	}
	.generalsec{
		margin-bottom: 40px;
	}
}
/* --------------------header------------------- */


/* --------------------fatnav------------------- */
@media screen and (max-width: 767px){
	.ft-nav{
		margin-bottom: 30px;
	}
	.ft-nav li:not(:last-child){
		margin-bottom: 20px;
	}
	.ft-nav li span{
		display: block;
	}
	.ft-nav li .ja{
		font-size: 20px;
		color: var(--gray02);
	}
	.ft-nav li .en{
		font-size: 11px;
		color: var(--blue01);
	}
	.nav{
		margin-bottom: 30px;
	}
	.nav li:not(:last-child){
		margin-bottom: 10px;
	}
	.nav li a{
		display: flex;
		align-items: center;
		background: var(--white) url(../images/common/topnav-arrow.svg) no-repeat right 20px center / 18px;
		border: 1px solid var(--gray04);
		border-radius: 5px;
	}
	.nav li a span{
		display: inline-block;
	}
	.nav li a img{
		width: 108px;
		margin-right: 15px;
	}
	.nav li a .txtarea{
		flex: 1;
	}
	.nav li a .big{
		font-size: 13px;
		color: var(--gray03);
		font-weight: bold;
	}
	.nav li a .sub{
		font-size: 10px;
	}
	.ft-end{
		padding-bottom: 60px;
	}
	.ft-end li{
		margin-bottom: 10px;
	}
	.ft-end li a{
		font-size: 14px;
		color: var(--gray02);
	}
}
/* --------------------footer------------------- */
@media screen and (max-width: 767px){
	.footerarea{
		background-color: var(--blue04);
		margin-top: 60px;
		padding: 30px 0 20px;
	}
	.f-logo{
		width: 50%;
		margin: 0 auto 40px;
	}
	.f-nav{
		margin-bottom: 20px;
	}
	.f-nav li{
		width: 48%;
		margin-right: 4%;
	}
	.f-nav li:nth-child(even){
		margin-right: 0;
	}
	.f-nav li:nth-of-type(n+3){
		margin-top: 4%;
	}
	.f-nav li a{
		background-color: var(--white);
		display: block;
		text-align: center;
		font-size: 12px;
		padding: 8px 0;
	}
	.f-end{
		justify-content: center;
		margin-bottom: 20px;
	}
	.f-end li:not(:last-child){
		margin-right: 30px;
	}
	.f-end li a{
		font-size: 11px;
		text-decoration: underline;
	}
	.copy{
		color: var(--gray07);
		font-size: 10px;
		text-align: center;
	}
}

/* --------------------online_banner------------------- */
@media screen and (max-width: 767px){
	.online_banner{
		margin: 15px 0 0;
		display: block;
	}
}


/* --------------------aside------------------- */
@media screen and (max-width: 767px){
	.sidearea > div:not(:last-child){
		margin-bottom: 50px;
	}
	.sec-ttl{
		border-left: 5px var(--blue03) solid;
		padding-left: 12px;
		color: var(--gray03);
		margin-bottom: 15px;
	}
	.sec-ttl span{
		display: block;
	}
	.sec-ttl .sub{
		font-size: 13px;
	}
	.sec-ttl .big{
		font-size: 18px;
		line-height: 1.4;
		font-weight: bold;
	}
	.side-txt{
		margin-bottom: 10px;
	}
	.side-img{
		width: 60%;
		border: 1px solid var(--gray06);
	}
}