@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

ul { list-style-type: none;  }
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
main { display: block; }

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 87.5%;
	color: #363636;
}
img.auto {
	width: 100%;
	height: auto;
}



.txtL { font-weight: 300; }
.txtR { font-weight: 400; }
.txtM { font-weight: 500; }
.txtB { font-weight: 700; }

a { color: #363636; }





/* SP用記述 */

/* 共通 */
.forPC { display: none; }
main { margin-top: 135px; }



/* 共通パーツ */
ul.btn_list {
	width: 270px;
	margin: 0 auto;
}
ul.btn_list li { margin-top: 30px; }
ul.btn_list li a {
	display: block;
	min-height: 70px;
	box-sizing: border-box;
	background: url(../images/bg_stripe_gray.png) left top / 24px 24px;
	position: relative;
	text-decoration: none;
	font-size: 114%;
	font-weight: 500;
}
ul.btn_list.cntct_links li a {
	background-image: url(../images/bg_stripe_blue.png);
	font-size: 128%;
}
ul.btn_list li a span {
	letter-spacing: .3em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-right: 25px;
}
ul.btn_list.cntct_links li a span{
	letter-spacing: 0;
	padding-right: 0;
	text-decoration: underline;
}
ul.btn_list li a span::after {
	content: "";
	display: block;
	width: 12px;
	height: 14px;
	background: url(../images/icon_arrow.svg) left top / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
ul.btn_list.cntct_links li a span::after { content: none; }

/* ヘッダ */
header {
	background-color: white;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: all .3s ease-in-out;
}
header.hide {
	transform: translate(0, -100%);
}
header a.logo {
	text-decoration: none;
	color: #3C3C3C;
	text-align: center;
	padding: 30px 25px 20px;
}
header a.logo h1 {
	font-size: 128%;
	letter-spacing: .3em;
}
header a.logo h2 {
	font-size: 85%;
	letter-spacing: .3em;
	margin-top: 12px;
}

/* ハンバーガー */
.hamburger {
	width: 35px;
	height: 35px;
	position: fixed;
	top: 28px;
	right: 25px;
	z-index: 100;
	cursor: pointer;
}
.hamburger::before,
.hamburger span,
.hamburger::after {
	display: block;
	width: 100%;
	height: 1px;
	background-color: black;
	position: absolute;
	left: 0;
	transition: all .4s ease-in-out;
}
.hamburger::before,
.hamburger::after {
	content: "";
}
.hamburger::before { top: 7px; }
.hamburger span { top: 17px; }
.hamburger::after { top: 27px; }
.hamburger.close::before { top: 17px; transform: rotate(45deg); }
.hamburger.close span { transform: rotate(45deg); opacity: 0; }
.hamburger.close::after { top: 17px; transform: rotate(-45deg); }

/* ドロワーナビ */
nav.drawer {
	background-color: white;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 50;
	box-sizing: border-box;
	padding: 108px 50px 50px;
	transition: all .5s ease-in-out;
	transform: translate(0, -100%);
}
nav.drawer.open { transform: translate(0, 0); }
nav.drawer ul li { margin-top: 32px; }
nav.drawer ul li a {
	text-decoration: none;
	color: black;
	font-size: 114%;
}

/* フッタ */
footer {
	margin-top: 45px;
	background: url(../images/bg_stripe_foot.png) left top / 24px 24px;
	font-size: 84%;
	padding: 30px 10px;
	text-align: center;
}



/* トップページ */
.top_main_pic {
	padding-top: 30px;
	margin: 0 10px;
	min-height: 414px;
	height: 110vw;
	box-sizing: border-box;
	background: url(../images/index_main.jpg) 28.5% 100% / auto 67vw no-repeat;
	text-align: center;
}
.top_main_pic h1{
	font-size: 108%;
	font-weight: 400;
	line-height: 2;
	color: black;
	letter-spacing: .3em;
	padding-left: .3em;
}
.top_nav {
	padding: 30px 0;
	text-align: center;
}
.top_sec_tit {
	font-size: 114%;
	font-weight: 500;
	letter-spacing: .3em;
	text-align: center;
}
.top_sec_tit span { padding-left: .3em; }
.contact_area {
	background-color: #F2FCFF;
	padding: 50px 10px 45px;
}
.contact_area .cntct_lead {
	font-size: 92%;
	margin-top: 40px;
	line-height: 1.8;
	text-align: center;
}
.access_area { padding: 50px 20px 45px; }
.access_area .accs_map {
	width: 100%;
	height: 250px;
	margin-top: 35px;
}
.access_area .add_list.hq { border-bottom: solid 1px #D8D8D8; }
.access_area .add_list li { border-bottom: dashed 1px #D8D8D8; }
.access_area .add_list dt,
.access_area .add_list li p.fac_name {
	margin-top: 22px;
	font-weight: 500;
}
.access_area .add_list dd,
.access_area .add_list li p.fac_add {
	margin-top: 12px;
	line-height: 1.6;
	padding-bottom: 22px;
}



/* 下層ページ　共通 */
.lead_sec {
	text-align: center;
	margin: 0 20px;
	position: relative;
	z-index: 1;
}
.lead_sec > h1 {
	font-size: 114%;
	font-weight: 700;
	letter-spacing: .3em;
}
.lead_sec > h1 > span { padding-left: .3em; }
.lead_sec .lead {
	line-height: 2;
	margin-top: 30px;
	font-size: 94%;
	letter-spacing: .1em;
	padding-left: .1em;
}
.cont_sec {
	margin: 60px 25px 0;
	position: relative;
}
.cont_sec > h1 {
	font-weight: 500;
	letter-spacing: .3em;
	text-align: center;
}
.cont_sec > h1 > span { padding-left: .3em; }
.cont_sec .cont_lead {
	font-size: 94%;
	margin-top: 30px;
	text-align: center;
	line-height: 1.8;
}
.cont_sec .cont_list {
	margin-top: 30px;
	border-top: solid 1px #D8D8D8;
	font-size: 94%;
	line-height: 1.6;
}
.cont_sec .cont_list > dt {
	margin-top: 15px;
	font-weight: 700;
}
.cont_sec .cont_list > dd {
	margin-top: 12px;
	padding-bottom: 15px;
	border-bottom: solid 1px #D8D8D8;
}
.cont_sec .cont_list > dd > dl { font-size: 95%; }
.cont_sec .cont_list > dd > dl dt {
	font-weight: 500;
	margin-top: 15px;
}
.cont_sec .cont_list > dd > dl dd { margin-top: 3px; }



/* 会社案内 */
.lead_sec.company::before {
	content: "";
	display: block;
	width: 65px;
	height: 71px;
	background: url(../images/company_illust_1.jpg) left top / contain no-repeat;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: -1;
}
.lead_sec.company::after {
	content: "";
	display: block;
	width: 58px;
	height: 60px;
	background: url(../images/company_illust_2.jpg) left top / contain no-repeat;
	position: absolute;
	right: 0;
	bottom: -54px;
	z-index: -1;
}
.cont_sec.company { margin-bottom: 108px; }
.cont_sec.company::after {
	content: "";
	display: block;
	width: 168px;
	height: 78px;
	background: url(../images/company_illust_3.jpg) left top / contain no-repeat;
	position: absolute;
	right: 0;
	bottom: -63px;
}



/* 採用情報 */
.lead_sec.recruit::after {
	content: "";
	display: block;
	width: 47px;
	height: 70px;
	background: url(../images/recruit_illust_1.jpg) left top / contain no-repeat;
	position: absolute;
	left: 0;
	bottom: -35px;
	z-index: -1;
}
.cont_sec.recruit ul.timetable {
	margin-top: 8px;
	background: url(../images/recruit_illust_2.png) right bottom / 108px auto no-repeat;
}
.cont_sec.recruit ul.timetable li {
	display: flex;
	margin-top: 4px;
}
.cont_sec.recruit ul.timetable li .tit { width: 3.9em; }
.cont_sec.recruit ul.timetable li .start { width: 2.8em; }
.cont_sec.recruit ul.timetable li .btwn { width: 1.3em; }
.cont_sec.recruit ul.timetable li .end { width: 3em; }





@media only screen and (min-width:768px) {
	
	a[href^="tel:"] { pointer-events: none; }
	a { transition: all .3s ease; }
	
	/* PC用記述*/
	.forSP { display: none; }
	.forPC { display: block; }
	.wrap_all { overflow: hidden;  }
	main { margin-top: 160px; }
	
	/* 共通パーツ */
	ul.btn_list {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	ul.btn_list li { margin-top: 0; }
	ul.btn_list li:last-child { margin-left: 100px; }
	ul.btn_list li a { width: 270px; }
	ul.btn_list li a:hover {
		animation: bgMov .6s linear infinite;
	}
	@keyframes bgMov {
		0% { background-position: 0 0; }
		100% { background-position: 24px 0; }
	}
	ul.btn_list.cntct_links { margin-top: 45px; }
	ul.btn_list.cntct_links li:first-child a span{ text-decoration: none; }
	
	
	
	/* ヘッダ */
	header { background-color: transparent; }
	header a.logo:hover { opacity: .6; }
	header a.logo {
		padding: 45px 50px;
	}
	header a.logo h1 { font-size: 142%; }
	header a.logo h2 { font-size: 92%; }
	
	/* ハンバーガー */
	.hamburger {
		top: 43px;
		right: 75px;
		transition: all .3s ease;
	}
	.hamburger:hover { opacity: .3; }
	/* ドロワーナビ */
	nav.drawer {
		text-align: center;
		padding-top: 232px;
		font-weight: 300;
	}
	nav.drawer::before {
		content: "";
		display: block;
		width: 240px;
		height: 1px;
		background-color: #363636;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(120px, -87px) rotate(-45deg);
		transition: all .4s ease .3s;
	}
	nav.drawer.open::before { transform: translate(-38px, 71px) rotate(-45deg); }
	nav.drawer ul li { margin-top: 54px; }
	nav.drawer ul li a {
		font-size: 128%;
		letter-spacing: .3em;
	}
	nav.drawer ul li a span {
		padding-left: .3em;
		position: relative;
	}
	nav.drawer ul li a span::after {
		content: "";
		display: block;
		width: 1px;
		height: 1px;
		background-color: transparent;
		position: absolute;
		left: 50%;
		bottom: -2px;
		transform: translate(-50%, 0);
		transition: all .4s ease;
	}
	nav.drawer ul li a:hover span::after {
		width: 100%;
		background-color: #363636;
	}
	/* フッタ */
	footer {
		margin-top: 60px;
		font-size: 90%;
		padding: 35px 10px;
	}
	
	
	
	/* トップページ */
	.top_main_pic {
		padding-top: 0;
		height: 450px;
		background: url(../images/index_main.jpg) 50% 100% / 872px auto no-repeat;
	}
	.top_main_pic h1{
		font-size: 136%;
		line-height: 2.4;
	}
	.top_nav { padding: 50px 0 70px; }
	.top_sec_tit { font-size: 128%; }
	.contact_area .cntct_lead {
		font-weight: 300;
		margin-top: 36px;
		font-size: 100%;
	}
	.access_area {
		max-width: 980px;
		margin: 0 auto;
		padding: 50px 20px 0;
	}
	.access_area .add_list dd,
	.access_area .add_list li p.fac_add { font-weight: 300; }
	.access_area .add_list.hq {
		font-size: 114%;
		border-bottom: none;
		margin-top: 25px;
	}
	.access_area .add_list.hq {
		display: flex;
		justify-content: center;
	}
	.access_area .add_list.hq dt { margin: 0 1em 0 0; }
	.access_area .add_list.hq dd {
		margin-top: 0;
		line-height: 1;
	}
	.access_area .add_list.hq dd span { margin-left: 1em; }
	.access_area ul.add_list {
		display: flex;
		margin-top: 28px;
	}
	.access_area .add_list li {
		border-bottom: none;
		border-left: solid 1px #D8D8D8;
		padding: 0 15px 0 20px;
		flex: 1;
	}
	.access_area .add_list li:first-child {
		border-left: none;
		padding-left: 0;
	}
	.access_area .add_list li p.fac_name { margin-top: 12px; }
	.access_area .add_list li p.fac_add {
		padding-bottom: 10px;
	}
	
	
	/* 下層ページ　共通 */
	main.bar { position: relative; }
	main.bar::before {
		content: "";
		display: block;
		width: 240px;
		height: 1px;
		background-color: #363636;
		position: absolute;
		left: 50%;
		top: 0;
		animation: lineIn .4s ease .3s both;
	}
	@keyframes lineIn {
		0% { transform: translate(120px, -247px) rotate(-45deg); }
		100% { transform: translate(-38px, -89px) rotate(-45deg); }
	}
	.lead_sec {
		padding: 20px 20px 0;
		margin: 0 auto;
	}
	.lead_sec > h1 { font-size: 128%; }
	.lead_sec .lead {
		margin-top: 66px;
		font-size: 108%;
		letter-spacing: .3em;
		padding-left: .3em;
	}
	.cont_sec {
		padding: 0 20px;
		margin: 120px auto 0;
	}
	.cont_sec > h1 {
		font-size: 114%;
		position: relative;
	}
	.cont_sec > h1::before {
		content: "";
		display: block;
		width: 42px;
		height: 1px;
		background-color: #363636;
		position: absolute;
		left: 50%;
		top: 0;
		animation: lineInS .3s ease .5s both;
	}
	@keyframes lineInS {
		0% { width: 0; transform: translate(29px, -40px) rotate(-45deg); }
		100% { width: 42px; transform: translate(-6px, -25px) rotate(-45deg); }
	}
	.cont_sec .cont_lead {
		font-size: 100%;
		margin-top: 40px;
		line-height: 2;
	}
	.cont_sec .cont_list {
		font-size: 100%;
		border-top: none;
		border-bottom: 1px solid #D8D8D8;
		border-right: 1px solid #D8D8D8;
		border-left: 1px solid #D8D8D8;
	}
	.cont_sec .cont_list > dt {
		margin-top: 0;
		width: 8em;
		box-sizing: border-box;
		float: left;
		border-top: 1px solid #D8D8D8;
		padding: 12px 20px;
		text-align: right;
	}
	.cont_sec .cont_list > dd {
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: none;
		margin-left: 8em;
		border-top: 1px solid #D8D8D8;
		border-left: 1px solid #D8D8D8;
		padding: 12px 20px;
	}
	.cont_sec .cont_list > dd > dl dt:first-child { margin-top: 0; }
	
	
	
	/* 会社案内 */
	.lead_sec.company,
	.cont_sec.company { max-width: 790px; }
	.lead_sec.company::before {
		width: 97px;
		height: 107px;
		left: 28px;
		top: 44px;
	}
	.lead_sec.company::after {
		width: 86px;
		height: 90px;
		right: 20px;
		bottom: -72px;
	}
	.cont_sec.company::after {
		width: 280px;
		height: 130px;
		right: -50px;
		bottom: -12px;
	}
	
	
	
	/* 採用情報 */
	.lead_sec.recruit,
	.cont_sec.recruit { max-width: 700px; }
	.lead_sec.recruit::after {
		width: 73px;
		height: 109px;
		left: auto;
		right: 30px;
		bottom: -80px;
	}
	.cont_sec.recruit ul.timetable {
		background: none;
		position: relative;
	}
	.cont_sec.recruit ul.timetable::after {
		content: "";
		display: block;
		width: 208px;
		height: 152px;
		background: url(../images/recruit_illust_2.png) left top / contain no-repeat;
		position: absolute;
		right: -56px;
		bottom: -42px;
	}
	
	
	
	
}

