@charset "utf-8";

#container {
	position: relative;
	line-height: 1.6;
	min-width: 100%;
	width: 100%;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/* recruit */
/* -------------------------------------------------- */
#recruitWrap {
	width: 100%;
	padding-top: 10px;
	/*    overflow: hidden;*/
}

#bgImg {
	position: relative;
	background: #000;
	width: 100%;
	height: 100%;
}

#recruit .ttlBox {
	text-align: center;
	margin-bottom: 45px;
}

#recruit .ttlBox h2 {
	display: inline-block;
	padding: 0 100px;
	background-image: url(../img/recruit_ttl_border.jpg),
		url(../img/recruit_ttl_border.jpg);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 0%, 0%;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

#recruit .ttlBox h2.active {
	padding: 0 70px;
	opacity: 1;
	background-size: auto, auto;
}

#recruitContent {
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

#recruitWrap .scrollBox {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#recruitWrap .scrollBox .bgB {
	width: 100%;
	height: 100%;
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

#recruit .txtBox1 {
	width: 980px;
	margin-left: -450px;
	position: relative;
	left: 50%;
}

#recruit .txtBox1 p {
	margin-bottom: 250px;
	font-size: 2.4rem;
	color: #ffffff;
}

#recruit .txtBox1 .ttlBox2 {
	width: 240px;
	padding: 10px 0;
	margin: 0 0 20px 220px;
	border: 1px solid #ffffff;
	font-size: 2.1rem;
	text-align: center;
	color: #ffffff;
}

#recruit .txtBox1 .tableStyle1 {
	width: 100%;
	font-size: 1.8rem;
}

#recruit .txtBox1 .tableStyle1 th,
#recruit .txtBox1 .tableStyle1 td {
	padding: 10px 0 10px 0;
	color: #ffffff;
}

#recruit .txtBox1 .tableStyle1 th {
	width: 180px;
	padding: 10px 60px 10px 0;
	text-align: right;
}

#recruit .txtBox1 .tableStyle1 td {
	padding: 10px 0 10px 60px;
	border-left: 1px solid #ffffff;
}

#recruit .txtBox1 .tableStyle1 td a {
	color: #ffffff;
	text-decoration: underline;
}

#recruit .txtBox1 .tableStyle1 td a:hover {
	color: #40b2d9;
	text-decoration: none;
}

.recruit.btnBox {
	width: 100%;
	padding: 100px 0 120px;
	text-align: center;
	/* background-color: rgba(0, 0, 0, 0.7); */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 60px;
}

.recruit.btnBox a {
	width: 310px;
	height: 70px;
	display: block;
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 2px solid #40b2d9;
}

.recruit.btnBox a:after {
	width: 12px;
	height: 21px;
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	left: 255px;
	z-index: 3;
	background-image: url(../img/recruit_icon1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.recruit.btnBox a:hover:after {
	background-image: url(../img/company_icon2.png);
}

.recruit.btnBox a.active:after {
	width: 21px;
	height: 12px;
	top: 29px;
	background-image: url(../img/recruit_icon2.png);
}

.recruit.btnBox a:before {
	width: 0%;
	height: 70px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #40b2d9;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.recruit.btnBox a:hover:before,
.recruit.btnBox a.active:before {
	width: 100%;
}

.recruit.btnBox .txtArea {
	display: inline-block;
	position: relative;
	z-index: 3;
}

.recruit.btnBox .txtArea .txtInner {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	font-size: 2.4rem;
	color: #40b2d9;
}

.recruit.btnBox a:hover .txtArea .txtInner,
.recruit.btnBox a.active .txtArea .txtInner {
	color: #ffffff;
}


/* 採用情報追加 */
/* -------------------------------------------------- */
#recruit {
	color: #fff;
}

.section_box {
	width: 90%;
	max-width: 980px;
	margin: 0 auto 20px;
	padding: 30px 0px;
	display: block;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid;
	box-sizing: border-box;
}

h2.cmp_ttl_bl, h2.cmp_ttl_bl span {
	color: #fff;
}

h2.cmp_ttl_bl {
	margin-bottom: 0.5em;
}

h2.cmp_ttl:before, h2.cmp_ttl:after {
	content: "";
	border-top: solid 1px #fff;
}

#recruitIntro {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: rgb(0, 0, 0, 0.7);
}

#recIntroTxt {
	font-size: 16px;
	color: #fff;
	line-height: 2.4rem;
	text-align: left;
	display: inline-block;
	padding: 40px 0;
}

#recIntroTxt>p {
	text-indent: 1em;
	padding-left: 1em;
}

#recIntroTxt>p:not(:last-of-type) {
	margin-bottom: 20px;
}

#outLine {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}

#recruit .ttlBox2 {
	padding: 5px 30px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2.5rem;
	border: 4px #fff solid;
	display: inline-block;
	color: #fff;
}

#outLineBtnWrap {
	letter-spacing: -0.4em;
}

#outLine2 {
	display: none;
}

.outLineBtn {
	width: 50%;
	padding: 10px 30px;
	display: inline-block;
	letter-spacing: normal;
	border: 1px #fff solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2rem;
	transition: all 0.3s ease-in-out 0s;
	/* cursor: pointer; */
}

.outLineBtn.active {
	background: #fff;
	color: #000;
}

.outLineBtn:hover {
	background: #fff;
	color: #000;
}

.tab {
	width: 100%;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 30px;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	color: #333;
	text-align: left;
}

.tableStyle1 th,
.tableStyle1 td {
	padding: 10px 0 10px 0;
}

.tableStyle1 th {
	width: 180px;
	padding: 10px 20px 10px 0;
	text-align: right;
	vertical-align: top;
}

.tableStyle1 td {
	padding: 10px 0 20px 20px;
}

.tableStyle1 td .tdInner {
	padding: 0 0 0 40px;
	border-left: 1px #333 solid;
}

.tableStyle1 td .tdInner:nth-child(2) {
	margin-top: 20px;
}

.tableStyle1 td a {
	text-decoration: underline;
}

.tableStyle1 td a:hover {
	color: #40b2d9;
	text-decoration: none;
}

.recruitDesc {
	font-size: 16px;
	padding-bottom: 20px;
}

#environment {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}

#envDetail {
	display: flex;
	justify-content: center;
	letter-spacing: -0.4em;
}

#envDetail li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 0.2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.envImg {
	height: 240px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.envImg img {
	height: 100%;
}

.envTxt {
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.3;
}

#flow {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}

#flowWrap {
	letter-spacing: -0.4em;
}

#flowWrap li {
	width: 33%;
	margin-right: 0.5%;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#flowWrap li:last-child {
	margin: 0;
	background: none;
}

#flowWrap li:after {
	content: "";
	width: 22px;
	height: 22px;
	margin: -22px 0 0 0;
	background: url(../img/common/contact_icon3.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	right: -15px;
}

#flowWrap li:last-child:after {
	content: "";
	width: 0;
	height: 0;
	margin: 0;
	background: none;
}

#flowWrap li:last-child .flowTit {
	border: #40b2d9;
	background: #40b2d9;
}

.flowTit {
	width: 100%;
	padding: 50px 0;
	margin-bottom: 5px;
	border: 1px #fff solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: bold;
}

.flowTxt {
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.3;
}

#entry {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

#entryWrap li {
	padding: 30px 50px;
	margin-bottom: 15px;
	background: #fff;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	color: #333;
}

.entryTit {
	width: 200px;
	display: inline-block;
	font-weight: bold;
	margin-right: 30px;
	vertical-align: middle;
	text-align: right;
}

.entryTel {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 1.2;
}

.entryTel .large {
	font-size: 4.2rem;
	padding-right: 20px;
	font-weight: bold;
	color: #3fb2d8;
	vertical-align: middle;
}

.anno {
	font-size: 1.3rem;
}

#recruitData {
	margin-bottom: 100px;
	padding: 100px 0;
}

.recruitTit {
	margin-bottom: 50px;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
}

#dataList {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

.dataList50,
.dataList70,
.dataList30,
.dataList25 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.dataBox {
	width: 100%;
	margin-bottom: 40px;
	padding: 30px 0 50px;
	background: #fff;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.dataList50 .dataBox {
	width: 48%;
}

.dataList30 .dataBox:first-child,
.dataList70 .dataBox:last-child {
	width: 64%;
}

.dataList70 .dataBox:first-child,
.dataList30 .dataBox:last-child {
	width: 34%;
}

.dataList25 .dataBox {
	width: 23.5%;
	padding: 30px 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dataNum {
	border: 50px solid #225B9F;
	border-right-color: transparent;
	border-bottom-color: transparent;
	height: 0;
	width: 0;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.dataNum span {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	position: absolute;
	top: -42px;
	left: -34px;
}

.dataList25 .dataNum {
	border: 40px solid #225B9F;
	border-right-color: transparent;
	border-bottom-color: transparent;
	height: 0;
	width: 0;
}

.dataList25 .dataNum span {
	font-size: 2.0rem;
	top: -35px;
	left: -28px;
}

.dataTit {
	margin-bottom: 30px;
	color: #333;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
}

.dataList25 .dataTit {
	margin-bottom: 0;
	height: 14vh;
	font-size: 2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dataBox img {
	width: 80%;
	height: auto;
}

.dataList50 .dataBox img {
	width: auto;
	height: 36vh;
}

.dataList50 .dataBox#data05 img {
	width: 80%;
	height: auto;
}

.dataList50 .dataBox#data06 img {
	width: auto;
	height: 24vh;
}

.dataList30 .dataBox:last-child img,
.dataList70 .dataBox:first-child img {
	width: auto;
	height: 28vh;
}

.dataList25 .dataBox img {
	width: auto;
	height: 7vh;
}

.dataTxt {
	width: 80%;
	margin: 20px auto 0;
	color: #777;
	font-size: 1.2rem;
	text-align: left;
}

/* .sp-nav */
/* -------------------------------------------------- */
.sp-nav>ul {
	padding: 60px 20px;
}

.sp-nav>ul>li {
	padding: 10px;
	border-bottom: 1px dotted #999;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}

.sp-nav>ul li a {
	display: block;
	font-size: 1.6rem;
	color: #333;
}

.sp-nav>ul>li>a::before {
	content: "\0bb";
	margin-right: 10px;
	color: #45b4da;
}

.sp-nav>ul>li>ul>li {
	padding: 6px 10px 3px 6px;
	font-weight: normal;
}

.sp-nav>ul>li>ul>li a::before {
	content: "\0bb";
	margin-right: 10px;
	color: #45b4da;
}

/* TAB & SP */
/* -------------------------------------------------- */

@media screen and (max-width:1024px) {
	#recruitData {
		margin: 50px 0 100px;
		padding: 0;
	}

	.dataList25 .dataNum {
		border: 30px solid #225B9F;
		border-right-color: transparent;
		border-bottom-color: transparent;
	}

	dataList25 .dataNum span {
		font-size: 1.6rem;
		top: -25px;
		left: -22px;
	}

	.dataTit {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	.dataList25 .dataTit {
		height: 10vh;
	}

	.dataList50 .dataBox img {
		width: auto;
		height: 16vh;
	}

	.dataList50 .dataBox#data06 img {
		width: auto;
		height: 14vh;
	}

	.dataList30 .dataBox:last-child img,
	.dataList70 .dataBox:first-child img {
		width: auto;
		height: 14vh;
	}

	.dataList30 .dataBox:first-child img {
		width: 70%;
	}

	.dataList25 .dataBox img {
		width: auto;
		height: 3vh;
	}

	.dataTxt {
		width: 80%;
		margin: 20px auto 0;
		font-size: 1.1rem;
		line-height: 1.3;
	}

	#envDetail {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#envDetail li {
		width: 48%;
		margin-bottom: 20px;
	}

	#entryWrap li {
		text-align: center;
	}

	.entryTit {
		width: auto;
		display: block;
		margin: 0 0 10px 0;
		text-align: center;
	}
}

/* SP */
/* -------------------------------------------------- */

@media screen and (max-width:768px) {
	.pnav ul li {
		font-size: 1.1rem;
	}

	#recruit .ttlBox h2 {
		padding: 0;
	}

	#recruitContent {
		padding: 60px 0;
	}

	.section_box {
		padding: 30px 20px;
	}

	h2.cmp_ttl.cmp_ttl_bl {
		margin-bottom: 1em;
		padding: 0;
	}

	h2.cmp_ttl span {
		font-size: 2.0rem;
	}

	h2.cmp_ttl:before, h2.cmp_ttl:after {
		content: none;
	}

	.section_box p {
		display: inline-block;
		width: auto;
		font-size: 1.5rem;
		line-height: 1.6;
		text-align: left;
	}

	#recIntroTxt {
		padding: 30px 20px;
		font-size: 1.5rem;
	}

	#recIntroTxt>p {
		padding-left: 0;
	}

	#recruitData {
		margin-bottom: 60px;
		padding: 0;
	}

	.recruitTit {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}

	.dataList50,
	.dataList70,
	.dataList30 {
		flex-direction: column;
	}

	.dataList25 {
		flex-wrap: wrap;
	}

	.dataBox {
		margin-bottom: 20px;
		padding: 30px 30px 40px;
	}

	.dataList50 .dataBox,
	.dataList70 .dataBox,
	.dataList30 .dataBox:first-child,
	.dataList30 .dataBox:last-child,
	.dataList70 .dataBox:last-child,
	.dataList70 .dataBox:first-child {
		width: 100%;
	}

	.dataList25 .dataBox {
		width: 48%;
	}

	.dataTit {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	.dataNum {
		border: 40px solid #225B9F;
		border-right-color: transparent;
		border-bottom-color: transparent;
	}

	.dataNum span {
		font-size: 2.0rem;
		top: -34px;
		left: -28px;
	}

	.dataList25 .dataNum {
		border: 30px solid #225B9F;
		border-right-color: transparent;
		border-bottom-color: transparent;
	}

	.dataList25 .dataNum span {
		font-size: 1.6rem;
		top: -26px;
		left: -22px;
	}

	.dataBoxImg {
		width: 100%;
		overflow: scroll;
	}

	.dataBox img {
		width: auto;
		height: 20vh;
	}

	.dataList100 .dataBox img {
		padding-bottom: 20px;
	}

	.dataList50 .dataBox img,
	.dataList30 .dataBox:last-child img,
	.dataList70 .dataBox:first-child img {
		width: auto;
		height: 25vh;
	}

	.dataList30 .dataBox:first-child img,
	.dataList70 .dataBox:last-child img {
		width: 100%;
		height: auto;
	}

	.dataList50 .dataBox#data06 img {
		width: auto;
		height: 20vh;
	}

	.dataList25 .dataBox img {
		width: auto;
		height: 6vh;
	}

	.dataTxt {
		width: 100%;
	}

	.dataList25 .dataTit {
		margin-bottom: 0;
		height: 12vh;
		font-size: 1.5rem;
		line-height: 1.3;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* 募集要項 */
	#recruit .ttlBox2 {
		padding: 5px 40px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 2.0rem;
		letter-spacing: 0.1em;
	}

	.tab {
		padding: 30px 20px;
	}

	table {
		width: 100%;
	}

	.tableStyle1 th {
		width: 100%;
		display: block;
		padding: 10px 0;
		text-align: center;
		vertical-align: top;
		background: #225B9F;
		color: #fff;
		font-weight: 700;
	}

	.tableStyle1 th span {
		margin-left: 10px;
		font-size: 1.2rem;
	}

	.tableStyle1 td .tdInner {
		padding: 0;
		border-left: none;
	}

	.tableStyle1 td {
		width: 100%;
		display: block;
		padding: 0;
		margin: 10px 0 30px;
	}

	.tableStyle1 tr:last-child td {
		margin-bottom: 0;
	}

	.recruitDesc {
		margin-bottom: 30px;
		padding-bottom: 0;
		font-size: 1.5rem;
		text-align: left;
	}

	#envDetail {
		display: block;
		letter-spacing: 0.01em;
	}

	#envDetail li {
		display: block;
		margin-bottom: 30px;
		padding: 0;
	}

	#envDetail li:last-child {
		margin-bottom: 0;
	}

	.envImg {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		padding: 0;
	}

	.envImg img {
		height: 200px;
		width: 100%;
		object-fit: cover;
	}

	#envDetail li {
		width: 100%;
		margin-right: 0;
		padding: 0;
		display: block;
	}

	#flowWrap li {
		width: 100%;
		margin-right: 0;
		padding: 0;
		display: block;
	}

	#flowWrap li:after {
		content: "";
		background: none;
		width: 24px;
		height: 24px;
		border: 3px solid;
		border-color: transparent transparent #40b2d9 #40b2d9;
		transform: rotate(-45deg) translateX(-24px);
		position: absolute;
		left: 50%;
		top: auto;
		right: auto;
		bottom: -10px;
	}

	#flowWrap li:last-child:after {
		content: none;
	}

	.flowTit {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 20px;
	}

	.flowTxt {
		margin-bottom: 50px;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.3;
	}

	#entryWrap li {
		padding: 30px 20px;
		margin-bottom: 15px;
		background: #fff;
		text-align: center;
		font-size: 1.6rem;
	}

	.entryTit {
		width: 100%;
		display: block;
		margin: 0 0 10px 0px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}

	.entryTel {
		display: block;
		margin-right: 0;
	}

	.entryTel .large {
		padding-right: 0;
		display: block;
		font-size: 3.5rem;
	}

	.anno {
		display: block;
		margin-top: 10px;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.5;
	}

	a.commonBtn {
		width: 100%;
		padding: 20px 0;
		display: block;
		border: 2px solid #40b2d9;
		font-size: 1.8rem;
	}

	a.commonBtn:before {
		width: 12px;
		height: 16px;
		content: "";
		display: block;
		position: absolute;
		margin-top: -8px;
		top: 50%;
		right: 5%;
		z-index: 3;
		background-image: url(../img/recruit_icon1.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.recruit.btnBox {
		margin: 60px auto 60px;
		padding: 0;
		gap: 15px;
	}

	.recruit.btnBox .boxR,
	.recruit.btnBox .boxL {
		float: none;
		width: calc(50% - 28px);
	}

	.recruit.btnBox a {
		width: 100%;
		height: 50px;
	}

	.recruit.btnBox .txtArea .txtInner {
		font-size: 1.6rem;
		height: 50px;
	}

	.recruit.btnBox a:before {
		height: 50px;
	}

	.recruit.btnBox a:after {
		width: 10px;
		height: 18px;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 6%;
		left: auto;
		transform: translateY(-9px);
		z-index: 3;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.recruit.btnBox a.active:after {
		width: 18px;
		height: 10px;
		top: 50%;
		transform: translateY(-5px);
	}
}