@charset "utf-8";
html body { font-family:var(--f_base1), sans-serif; font-size:var(--fs16); font-weight:400; line-height:1.6; color:#666; word-break:keep-all; overflow-x:hidden; }
html body * {box-sizing:border-box;}
a,img,i,button { transition:all .3s ease; }

.hidden {display:none;}

.ellipsis {text-overflow: ellipsis; white-space:nowrap;}
.ellipsis2 {text-overflow: ellipsis; display: -webkit-box; overflow: hidden; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.sub-visual {position:relative; width:100%; height:500px; background:#000 center /cover no-repeat;}
.sub-visual {background-image:url(https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1920&q=80);}

.tabWrap {}
.tabInner .tabItem {display:none;}
.tabInner .tabItem.on {display:block;}
.tabWrap {display:flex; gap:10px; background:#fff;}
.tabBtn {width:calc((100% - 20px)/3); padding:10px 20px; background:#f7f7f7; border-radius:7px; font-size:var(--fs18); font-weight:500; color:#999; cursor:pointer; position:relative; transition:all .25s;}
.tabBtn.on {background:var(--c_base1); color:#fff;}

@media screen and (min-width: 1200px), print {
	.mobile {display:none !important;}
	.page_box {margin-top:100px; line-height:1; font-size:14px; text-align:center; position:relative;}
	.contents {padding:100px 0;}
	.w90vw { width:90vw; margin:0 auto!important; max-width:100%; }
	.w1400 { max-width:1400px; margin:0 auto!important; width:100%; }
	.w1600 { max-width:1600px; margin:0 auto!important; width:100%; }
}
@media screen and (max-width: 1199px) {
	.pc { display:none !important; }
	.w90vw { padding:0!important; max-width:100%; }
	.contents {padding:80px 30px;}
}
@media screen and (max-width: 767px) {
	.tabWrap {flex-wrap:wrap;}
	.tabBtn {width:100%;}
	.contents {padding:50px 20px;}
}
