@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	letter-spacing: 0.1em;
}

html{
	overflow: auto;
}

body{
	overflow: hidden;
	min-width: 1250px;
}

body.bgicon{
	background: url(../images/common/bg-logo-icon.svg) no-repeat;
	background-position: center;
	background-attachment: fixed;
}

body,
table,
input,textarea,select,option{
	font-family: 'Noto Sans JP', sans-serif;
	color: #302d2c;
}

.sans{
	font-family: 'Noto Sans JP', sans-serif;
}

.barlow{
	font-family: 'Barlow', sans-serif;
}

.mont{
	font-family: 'Montserrat', sans-serif;
}

.robot{
	font-family: 'Roboto', sans-serif;
}

.otf{
	font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
	font-weight: 600;
	font-style: normal;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.f-left{
	float: left;
}

.f-right{
	float: right;
}

a{
	color: #302d2c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.rel{
	position: relative;
}

.v-center {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.wd-100{
	width: 100%;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.flex.reverse{
    flex-direction: row-reverse;
}

.flex.wrap{
	flex-wrap: wrap;
}

.flex.flexstart{
	align-items: flex-start;
}

.flex.flexcenter{
	align-items: center;
}

.flex.flexend{
	align-items: flex-end;
}

.flex.jc-start{
	justify-content: flex-start;
}

.flex.jc-center{
	justify-content: center;
}

.flex.jc-end{
	justify-content: flex-end;
}

.flex.reverse{
	flex-direction: row-reverse;
}

.table-box{
	border-collapse: collapse;
	display: table;
	width: 100%;
}

.table-box .row{
	display: table-row;
}

.table-box .row > div{
	display: table-cell;
}

.trance{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.shadow{
//	-moz-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-ms-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-o-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-webkit-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
	box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}

.d-block{
	display: block;
}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.f-10{font-size: 10px;}
.f-11{font-size: 11px;}
.f-12{font-size: 12px;}
.f-13{font-size: 13px;}
.f-14{font-size: 14px;}
.f-15{font-size: 15px;}
.f-16{font-size: 16px;}
.f-17{font-size: 17px;}
.f-18{font-size: 18px;}
.f-19{font-size: 19px;}
.f-20{font-size: 20px;}

.f-bold{font-weight: 700;}

.pc{display:block;}
.sp{display:none;}

.outer{
	margin: 0 auto;
	max-width: 1366px;
}

.inner{
	margin: 0 auto;
	max-width: 1080px;
	width: 75%;
}

.blo-center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.blo-right{
	display: table;
	margin-left: auto;
}

.txt-center{
	text-align: center;
}

.txt-right{
	text-align: right;
}

.c-white{
	color: #ffffff;
}

.c-red{
	color: #be2e35;
}

.link-btn{
	background: #302d2c;
	font-size: 15px;
	font-weight: 700;
	height: 60px;
	width: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-btn.white-link{
	background: transparent;
	border: 1px solid #ffffff;
}

.link-btn:hover{
	background: #be2e35;
}

.link-btn.white-link:hover{
	border: 1px solid #be2e35;
}

.overlay:before{
	content: "";
	height: 100%;
	width: 100%;
	background: #302d2c;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-5:before{
	content: "";
	height: 100%;
	width: 100%;
	background: #302d2c;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
}

.header{
	padding-top: 25px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.header .logo2,
.kasou .header .logo1,
.recruit-kasou .header .logo1{
	display: none;
}

.kasou .header .logo2,
.recruit-kasou .header .logo2{
	display: block;
}

.header .nav-menu{
	font-size: 14px;
	font-weight: 700;
}

.header .nav-menu li a{
	color: #ffffff;
}

.kasou .header .nav-menu li a,
.recruit-kasou .header .nav-menu li a{
	color: #302d2c;
}

.header .nav-menu li:not(:last-child){
	margin-right: 35px;
}

.header-menu-btn{
	position: fixed;
	right: 0;
	top: 0;
	background: #302d2c;
	height: 70px;
	width: 70px;
	z-index: 11;
}

#panel-btn{
	display: inline-block;
	position: relative;
	width: 70px;
	height: 70px;
}

#panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	transition: .2s;
	transform: translate(-50%, -50%);
}

#panel-btn-icon:before,
#panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	background: #ffffff;
	transition: .3s;
}

#panel-btn-icon:before{
	left: 0;
	width: 36px;
}

#panel-btn-icon:after{
	right: 0;
	width: 20px;
}

#panel-btn-icon:before{
	margin-top: -6px;
}

#panel-btn-icon:after{
	margin-top: 4px;
}

#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
}

#panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	width: 36px;
}

p.small{
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 2;
}

footer{
	background: #302d2c;
	color: #ffffff;
	padding: 100px 0 30px;
}

footer a{
	color: #ffffff;
}

footer .footer-nav li{
	font-size: 14px;
	font-weight: 500;
	line-height: 2.85;
}

footer .footer-nav:not(:last-child){
	margin-right: 80px;
}

footer .footer-nav li .li-child a{
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 3.07;
}

footer .copy{
	font-size: 11px;
	font-weight: 700;
	opacity: 0.4;
	margin-top: 160px;
}

.notice{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.83;
	padding-left: 15px;
	position: relative;
}

.notice:before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.5;
}

.internship-contact-banner{
	background: #be2e35;
}

.internship-contact-banner a{
	display: block;
	padding: 110px 0;
}

.internship-contact-banner h3{
	font-size: 35px;
}

.internship-contact-banner p{
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 2.2;
	margin-top: 30px;
}

.open-menu{
	background: #302d2c;
	display: none;
	height: 100vh;
	padding-top: 150px;
	position: fixed;
	width: 100%;
	z-index: 10;
	left: 0;
    top: 0;
}

.open-menu a{
	color: #ffffff;
}

.open-menu-list{
	width: 250px;
}

.open-menu-list:first-child{
	margin-right: 90px;
}

.open-menu-list li{
	font-size: 15px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 15px;
}

.open-menu-list li:not(:last-child){
	margin-bottom: 40px;
}

.open-menu-list li a, .open-menu-list li .aco-link{
	display: table;
	color: #ffffff;
	cursor: pointer;
}

.open-menu-list li .aco-in{
	display: none;
	line-height: 3.33;
	margin-top: 10px;
}

.open-menu-list .aco-menu .aco-btn{
	position: absolute;
	right: 0;
	top: -7px;
	z-index: 10;
	cursor: pointer;
}

.open-menu .inner{
	height: 100%;
}

.open-menu .copy {
	color: #ffffff;
	opacity: 0.4;
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.open-menu-list .aco-menu .aco-btn:before{
	content: "+";
	color: #ffffff;
	display: block;
	font-size: 30px;
	line-height: 1;
}

.open-menu-list .aco-menu .aco-btn.close:before{
	content: "-";
}

.o-hidden{
	overflow: hidden;
}

.side-internship{
	position: fixed;
	right: -93px;
	top: 30%;
	background: #be2e35;
	z-index: 5;
	transform: rotate(90deg);
	height: 55px;
	width: 235px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	letter-spacing: 0.15em;
	border: 3px solid #be2e35;
}

.side-internship:hover{
	color: #be2e35;
	background: #ffffff;
}

.underline{
	text-decoration: underline;
}

.mix{
	mix-blend-mode: multiply;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.pc{display:none;}
	.sp{display:block;}

	body{
		min-width: auto;
	}
	
	body.bgicon {
		background-size: 50%;
	}

	.sp-mt0{margin-top: 0px;}
	.sp-mt10{margin-top: 10px;}
	.sp-mt15{margin-top: 15px;}
	.sp-mt20{margin-top: 20px;}
	.sp-mt30{margin-top: 30px;}
	.sp-mt40{margin-top: 40px;}
	.sp-mt50{margin-top: 50px;}
	.sp-mt60{margin-top: 60px;}
	.sp-mt70{margin-top: 70px;}
	.sp-mt80{margin-top: 80px;}
	.sp-mt90{margin-top: 90px;}
	.sp-mt100{margin-top: 100px;}
	
	.sp-txt-left{
		text-align: left;
	}
	
	.header{
		padding: 15px 0 0 0;
	}

	.recruit-kasou .header .logo1{
		display: block;
	}

	.recruit-kasou .header .logo2{
		display: none;
	}

	.recruit-kasou .header .nav-menu li a{
		color: #ffffff;
	}

	.header-menu-btn,
	#panel-btn{
		height: 40px;
		width: 40px;
	}
	
	#panel-btn-icon,
	#panel-btn-icon:before,
	#panel-btn .close:after{
		width: 22px;
	}
	
	#panel-btn-icon:before{
		margin-top: -4px;
	}
	
	#panel-btn-icon:after {
		width: 13px;
	}
	
	.link-btn {
		font-size: 14px;
		height: 55px;
		width: 95%;
	}
	
	footer {
		padding: 60px 0 20px;
	}
	
	footer .logo{
		margin: 0 auto;
	}
	
	footer .copy {
		margin-top: 60px;
		text-align: center;
	}
	
	.internship-contact-banner a {
		padding: 60px 0;
	}
	
	.internship-contact-banner p {
		font-size: 17px;
		letter-spacing: 0.17em;
		margin-top: 20px;
	}
	
	.open-menu{
		padding-top: 55px;
	}
	
	.header .open-menu .inner{
		width: 75%;
	}
	
	.open-menu-list {
		width: 100%;
	}
	
	.open-menu-list:first-child {
		margin-right: 0;
	}
	
	.open-menu-list li {
		font-size: 14px;
		border-bottom: none;
		line-height: 3.28;
		padding-bottom: 0;
	}

	.open-menu-list li:not(:last-child) {
		margin-bottom: 0;
	}
	
	.open-menu-list .aco-menu .aco-btn{
		top: 3px;
	}
	
	.open-menu-list li .aco-in {
		margin-top: 0;
		padding-left: 15px;
	}
	
	.open-menu .internship-link{
		background: #be2e35;
		width: 100%;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		letter-spacing: 0.2em;
	}
	
	.sp-block{
		display: block;
	}


}
