@charset "utf-8";
/*
Theme Name: ThemeName
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #0f74c9; }
a:active { text-decoration: none; color: #0f74c9; }

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container {
	position: relative;
	line-height: 1.5;
}

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


.brSp {
	display: none;
}

.brPc {
	display: inline-block;
}

.on {
	transition: all 0.3s ease-in-out 0s;
}

.on:hover {
	opacity: 0.7;
}

.en {
	font-family: "Oswald", sans-serif;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* header */
/* ----------------------------------- */
header {
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
	font-weight: bold;
	font-size: 1.8rem;
}

#nav a {
	transition: all 0.3s ease-in-out 0s;
}

#nav a:hover {
	color: #0f74c9;
}

#headerTel {
	font-weight: bold;
	font-size: 2.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: #0f74c9;
	letter-spacing: 0.05em;
}

#headerTel a {
	color: #0f74c9;
}

#headerTel::before {
	content: "";
	width: 21px;
	height: 21px;
	background: url(../img/common/icon_tel.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}



/* title */
/* ----------------------------------- */
.tit1 {
	padding-bottom: 20px;
	font-size: 3rem;
	color: #0f74c9;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.tit1.white {
	color: #FFF;
}

.tit1::before {
	content: attr(data-en);
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 1.4rem;
	color: #79c2ff;
	letter-spacing: 0.7em;
	font-weight: normal;
	text-indent: 0.7em;
}

.tit1.white::before {
	color: #fff;
}

.tit2 {
	width: 80%;
	padding: 10px 20px;
	margin-bottom: 30px;
	background: #0f74c9;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
}

.tit3 {
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	line-height: 1.2;
}

.tit3.num::before {
	content: attr(data-num);
	font-size: 6.6rem;
	color: #0f74c9;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	line-height: 1;
}

.tit3.circle::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/common/icon_circle.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.tit4 {
	font-size: 4rem;
	font-weight: bold;
}

.tit4::before {
	content: attr(data-num);
	font-size: 4rem;
	font-weight: bold;
	color: #0f74c9;
	font-family: "Oswald", sans-serif;
	display: block;
	letter-spacing: 0.1em;
}

.tit5 {
	padding-bottom: 30px;
	font-size: 3.4rem;
	color: #0f74c9;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.tit5.left {
	text-align: left;
}

.tit5 .subTit {
	padding: 3px 10px;
	display: inline-block;
	background: #79c2ff;
	color: #fffc00;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.4em;
}

/* txt */
/* ----------------------------------- */
.txt1 {
	padding-bottom: 30px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.8;
}

.txt1.white {
	color: #FFF;
}

/* btn */
/* ----------------------------------- */
.btn1 {
	padding: 10px 25px;
	background: #0f74c9;
	border-radius: 100vw;
	color: #FFF!important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	letter-spacing: 0.05em;
}

.btn1.mail::before {
	content: "";
	width: 23px;
	height: 18px;
	background: url(../img/common/icon_mail.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.btn2 {
	width: 400px;
	padding: 25px 10px;
	background: #FFF;
	border-radius: 10px;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #0f74c9!important;
	position: relative;
	display: inline-block;
	border: 1px solid #0f74c9;
}

.btn2::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../img/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.btn2.works::before {
	content: "";
	width: 38px;
	height: 44px;
	background: url(../img/common/icon_works.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.btn3 {
	width: 400px;
	padding: 25px 10px;
	background: #0f74c9;
	border-radius: 10px;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #FFF!important;
	position: relative;
	display: inline-block;
}

.btn3::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../img/common/icon_arrow2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* footer */
/* ----------------------------------- */
footer {
	padding: 50px 0;
	background: #eef4f8;
}

footer .inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#footerInfo {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}

#companyInfoWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#companyInfo p {
	padding-bottom: 0.3em;
	line-height: 1.2;
	font-size: 1.5rem;
}

#footerNav ul {
	width: 70%;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}

#footerNav li {
	font-size: 1.6rem;
}

#footerNav li a {
	transition: all 0.3s ease-in-out 0s;
}

#footerMap {
	width: 50%;
}

#footerMap iframe {
	width: 100%;
}

#footerAccess {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#footerAccess li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 1.6rem;
}

#footerAccess li.bus::before {
	content: "";
	width: 23px;
	height: 25px;
	background: url(../img/common/icon_bus.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#footerAccess li.train::before {
	content: "";
	width: 21px;
	height: 24px;
	background: url(../img/common/icon_train.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#pagetop {
	position: absolute;
	top: -92px;
	right: 0;
}

/* 下層共通 */
/* ----------------------------------- */
#underMv {
	width: calc(100% - 80px);
	margin: 0 auto 60px;
	position: relative;
}

.underMvTit {
	width: 45%;
	color: #FFF;
	font-size: 3rem;
	padding: 100px 100px 100px 100px;
	position: relative;
	z-index: 2;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#underMv::before {
	content: "";
	width: 45%;
	height: 100%;
	background: url(../img/common/undermv_overlay.png) right center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.underMvTit::after {
	padding-top: 20px;
	content: attr(data-en);
	font-size: 1rem;
	display: block;
	letter-spacing: 0.5em;
	text-align: center;
	font-family: "Oswald", sans-serif;
}

.underMvTit::before {
	content: "";
	width: 200px;
	height: 1px;
	background: url(../img/common/undermv_border.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

#recruitBtn {
	position: fixed;
	right: 2%;
	bottom: 30px;
	z-index: 2000;
}

#bc {
	padding: 20px 0;
	background: #FFF;
}

#bc .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

#bc li:not(:last-child):after {
	content: "/";
	display: inline-block;
}

#bc li a {
	padding-right: 10px;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
		.inner {
		width: 100%;
		padding: 0 4%;
		margin: 0 auto;
	}

	/* header */
	/* ----------------------------------- */
	header {
		padding: 10px;
	}
	
	#logo img {
		height: 50px;
		width: auto;
	}

	/* ハンバーガーメニュー */
	/* ----------------------------------- */
	#menuBtnWrap {
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 1000;
	}

	#menuBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #0f74c9;
		cursor: pointer;
		width: 50px;
		height: 50px;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
	}

	#menuBtn::after {
		content: "メニュー";
		margin-top: 3px;
		font-size: 1rem;
		display: inline-block;
		text-align: center;
		font-weight: 700;
		color: #FFF;
		line-height: 1;
	}

	#menuBtn.active::after {
		content: "閉じる";
	}

	.bar {
		width: 30px;
		height: 20px;
		position: relative;
	}

	/*ボタン内側*/
	#menuBtn span {
		width: 100%;
		height: 3px;
		display: inline-block;
		transition: all 0.4s; /*アニメーションの設定*/
		position: absolute;
		left: 0;
		border-radius: 2px;
		background: #FFF;
	}

	#menuBtn span:nth-of-type(1) {
		top: 0;
	}

	#menuBtn span:nth-of-type(2) {
		top: 8px;
	}

	#menuBtn span:nth-of-type(3) {
		top: 16px;
	}

	/*activeクラスが付与されると線が回転して×に*/

	#menuBtn.active span:nth-of-type(1) {
		top: 2px;
		left: 0;
		transform: translateY(6px) rotate(-45deg);
	}

	#menuBtn.active span:nth-of-type(2) {
		opacity: 0; /*真ん中の線は透過*/
	}

	#menuBtn.active span:nth-of-type(3) {
		top: 14px;
		left: 0;
		transform: translateY(-6px) rotate(45deg);
	}

	#menuBtn:hover,
	#menuBtn.active {
		background: #0f74c9;
	}

	#menuBtn:hover span, 
	#menuBtn.active span {
		background: #FFF;
	}

	#menuBtn:hover .menuTxt,
	#menuBtn.active .menuTxt {
		color: #FFF;
	}

	#menu {
		width: 100%;
		height: 0;
		background: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		overflow: auto;
		transition: all 0.5s ease-in-out 0s;
		opacity: 0;
	}

	#nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		gap: 30px;
	}

	#menu.active {
		height: 100%;
		opacity: 1;
	}
	/* title */
	/* ----------------------------------- */
	.tit1 {
		font-size: 2.4rem;
	}

	.tit1::before {
		font-size: 1.2rem;
	}

	.tit2 {
		font-size: 2rem;
	}

	.tit3 {
		font-size: 2rem;
	}

	.tit3.circle {
		align-items: flex-start;
	}

	.tit3 span {
		flex: 1;
	}

	.tit4 {
		font-size: 3rem;
		font-weight: bold;
	}

	.tit5 {
		padding-bottom: 30px;
		font-size: 2.6rem;
	}

	.tit5 .subTit {
		font-size: 1.5rem;
	}

	/* text */
	/* ----------------------------------- */
	.txt1 {
		padding-bottom: 30px;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.8;
	}

	/* btn */
	/* ----------------------------------- */
	.btn2 {
		width: 100%;
		padding: 15px 10px;
	}

	.btn3 {
		width: 100%;
		padding: 15px 10px;
	}


	/* footer */
	/* ----------------------------------- */
	footer {
		padding: 50px 0 100px;
	}

	footer .inner {
		flex-direction: column;
		gap: 40px;
	}

	#footerInfo {
		width: 100%;
		gap: 20px;
	}

	#footerNav ul {
		width: 100%;
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
	}

	#footerMap {
		width: 100%;
	}

	#footerAccess {
		padding-top: 10px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	#companyInfo {
		flex: 1;
	}

	#recruitBtn {
		width: 100px;
		bottom: 10px;
	}

	#recruitBtn img {
		width: 100%;
	}

	/* 下層 */
	/* ----------------------------------- */
	#underMv {
		width: 100%;
		margin: 0 auto 30px;
		position: relative;
	}

	.underMvTit {
		width: 45%;
		color: #FFF;
		font-size: 2rem;
		padding: 30px 10px 30px 10px;
		position: relative;
		z-index: 2;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.2em;
	}

	.underMvTit::before {
		width: 130px;
	}

	#underMv::before {
		content: "";
		width: 60%;
		height: 100%;
		background: url(../img/common/undermv_overlay.png) right center no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.underMvTit {
		font-size: 3rem;
		padding: 80px 10px 80px 10px;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.brSp {
		display: inline-block;
	}
	
	.brPc {
		display: none;
	}

}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
