@charset "UTF-8";

/* ------------------------------
		共通
    interview
------------------------------ */

.interview {
	background-image: url(../img/common/bg02.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	padding: 60px 0 90px;
	position: relative;
}

.interview::before {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../img/common/bg02_top.png);
	z-index: 1;
}

.interview::after {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: url(../img/common/bg02_bottom.png);
	z-index: 1;
}
.interview.interview_list::before{
	display: none;
}

.interview .sitename {
	text-align: right;
	max-width: 1200px;
	margin: 0 auto 5px;
}

.interview .wrap_box {
	/*	width: 100%;*/
	padding: 80px 0 100px;
	background-image: url(../img/common/border_yoko.png), url(../img/common/border_yoko.png),
	url(../img/common/border_tate.png),
	url(../img/common/border_tate.png);
	background-repeat: repeat-x,
	repeat-x,
	repeat-y,
	repeat-y;
	background-size: auto;
	background-position: left top,
	left bottom,
	left top,
	right top;
}
.interview .ttl{
	width: 1000px;
	margin: 0 auto;
}
.interview div.flex {
	flex-wrap: wrap;
	padding-top: 72px;
	width: 1000px;
	margin: 0 auto;
}

.interview .box {
	position: relative;
	/*	padding-left: 170px;*/
}

.interview .box + .box {
	margin-top: 90px;
}

.interview .box:nth-of-type(2) {
	margin-top: 0;
}

.interview .box .txt {
	padding: 48px 26px;
	width: 261px;
	height: 306px;
	background: url(../img/index/bg_interview_txt.png) no-repeat;
	background-size: 100%;
	position: absolute;
	/*	left: 0;*/
	top: 50%;
	margin-top: -153px;
}

.interview .box .txt p {
	color: #fff;
}

.interview .box .txt p.name {
	font-size: 2.8rem;
	margin-bottom: 22px;
}

.interview .box .txt p.name span {
	font-size: 3.3rem;
}

.interview .box .txt p.txt_small {
	font-size: 1.4rem;
	line-height: 1.7;
}

.interview .box .txt .more_btn {
	margin-top: 34px;
}

.interview .box01,
.interview .box02 {
	padding-left: 170px;
}

.interview .box01 .txt,
.interview .box02 .txt {
	left: 0;
}

.interview .box03,
.interview .box04 {
	padding-right: 170px;
}

.interview .box03 .txt,
.interview .box04 .txt {
	right: 0;
}

.interview .box02,
.interview .box04 {
	top: -100px;
	margin-left: 45px;
}

@media screen and (max-width: 768px) {
	.interview {
		width: inherit;
		padding: 25px 0;
		position: relative;
	}
	.interview::before {
		height: 9px;
		background-size: 50px 9px;
	}
	.interview::after {
		height: 9px;
		background-size: 50px 9px;
	}

	.interview .sitename {
		margin: 0 5% 5px;
	}

	.interview .sitename img {
		width: 90px;
	}

	.interview .wrap_box {
		width: 90vw;
		padding: 30px 0 50px;
		background-size: auto 2px,
		auto 2px,
		2px auto,
		2px auto;
	}

	/* interview */
	/*
	.interview {
		padding: 35px 0 0;
		width: 100vw;
		margin: 0 -5vw
	}
*/
	.interview .ttl {
		width: 182px;
		margin: auto;
	}
	.interview div.flex {
		flex-wrap: wrap;
		padding-top: 35px;
		width: inherit;
	}

	.interview .box {
		position: relative;
		width: 100%;
		max-width: 450px;
	}

	.interview .box + .box {
		margin-top: 37px;
	}

	.interview .box:nth-of-type(2) {
		margin-top: 37px;
	}

	.interview .box .img {
		width: 62%;
		min-width: 200px;
	}
	.interview .box .img img {
		width: 100%;
	}
	.interview .box .txt {
		padding: 8% 5%;
		width: 50%;
		min-width: 140px;
		height: auto;
		background-size: 100% 100%;
		top: 50%;
		margin-top: 0;
		transform: translateY(-50%);
	}


	.interview .box .txt p.name {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.interview .box .txt p.name span {
		font-size: 2.3rem;
	}

	.interview .box .txt p.txt_small {
		font-size: 1.2rem;
	}

	.interview .box .txt .more_btn {
		margin-top: 17px;
	}
	.interview .box .txt .more_btn a{
		width: 100%;
	}

	.interview .box01 {
		padding-left: 0;
		margin-left: auto;
		margin-right: -5vw;
	}
	.interview .box01 .img {
		margin-left: auto;
	}
	.interview .box02 {
		padding-left: 0;
		padding-right: 0;
	}
	.interview .box01 .txt {
		left: 0;
	}
	.interview .box02 .txt {
		left: auto;
		right: 0;
	}
	.interview .box03 {
		padding-right: 0;
		padding-left: 0;
		margin-left: auto;
		margin-right: -5vw;
	}
	.interview .box03 .img {
		margin-left: auto;
	}

	.interview .box04 {
		padding-right: 0;
	}

	.interview .box03 .txt {
		left: 0;
	}
	.interview .box04 .txt {
		right: 0;
	}

	.interview .box02,
	.interview .box04 {
		top: 0;
		margin-left: 0;
		margin-left: -5vw;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  recruit トップ
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
    mv
------------------------------ */

#mv {
	width: 100%;
	height: calc(100vh - 60px);
	background: url(../img/recruit/index/mv_recruit.jpg) center center/cover no-repeat fixed;
	position: relative;
}

#mv .mv_txt {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 45%;
	transform: translateY(-45%);
}

#mv .mv_txt h2 {
	font-size: 10.7rem;
	line-height: 1.36;
	color: #fff;
	text-align: center;
}

#mv .mv_txt .font_mincho {
	font-size: 4.1rem;
	color: #fff;
	line-height: 1.79;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#mv {
		background: url(../img/recruit/index/mv_recruit_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
	}
	#mv .mv_txt h2 {
		font-size: 5.35rem;
	}
	#mv .mv_txt .font_mincho {
		font-size: 2.05rem;
		margin-top: 10px;
	}

}

/* ------------------------------
    .page_intro
------------------------------ */

.page_intro {
	background: url(../img/recruit/index/bg_pageintro.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0 180px;
}

.page_intro .wrap {
	max-width: 610px;
}

.page_intro .txt {
	font-size: 1.9rem;
	line-height: 2.52;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
	.page_intro {
		background: url(../img/recruit/index/bg_pageintro_sp.png) no-repeat;
		background-size: cover;
		background-position: center;
		padding: 92px 0 130px;
	}
	.page_intro .wrap {
		max-width: 90%;
	}
	.page_intro .txt {
		font-size: 1.3rem;
		line-height: 2.2;
	}
}


/* ------------------------------
    message
------------------------------ */

.message {
	padding: 0 0 90px;
}

.message .ttl {
	width: 323px;
	font-size: 13.6rem;
	height: 130px;
	letter-spacing: 0;
	position: relative;
	margin: -74px auto 100px;
	border-bottom: 3px solid #FF8D00;
}

.message .ttl::before,
.message .ttl::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
}

.message .ttl::before {
	bottom: -35px;
	border-style: solid;
	border-color: transparent #FF8D00 transparent transparent;
	border-width: 0 40px 35px 0;
	left: 128px;
}

.message .ttl::after {
	bottom: -29px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 0 34px 30px 0;
	left: 131px;
	z-index: 10;
}

.message .ttl + p {
	font-size: 2.4rem;
	line-height: 1.79;
	margin-bottom: 40px;
}

.message .txt {
	width: 732px;
}

.message .txt p {
	font-size: 1.7rem;
	line-height: 2.35;
}

.message .ceo_name {
	margin-top: 20px;
}

.message .ceo_name p {
	font-size: 2.8rem;
}

.message .ceo_name p span {
	display: block;
	font-size: 1.6rem;
	line-height: 2;
}

.message .ceo_name p.en {
	font-size: 3.3rem;
}

@media screen and (max-width: 768px) {
	.message {
		padding: 0 0 50px;
	}

	.message .ttl {
		width: 165px;
		font-size: 6.8rem;
		height: 66px;
		margin: -37px auto 24px;
		border-bottom: 2px solid #FF8D00;
	}

	.message .ttl::before {
		bottom: -17px;
		border-width: 0 20px 17px 0;
		left: 64px;
	}
	.message .ttl::after {
		bottom: -13px;
		border-width: 0 17px 15px 0;
		left: 65px;
	}

	.message .ttl + p {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}

	.message .txt {
		float: none;
		width: inherit;
	}
	.message .txt p {
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.message .img {
		float: none;
		display: flex;
		align-items: center;
		margin-top: 20px;
	}
	.message .img img {
		width: 34%;
		height: auto;
	}
	.message .ceo_name {
		margin-top: 10px;
		margin-left: 15px;
	}
	.message .ceo_name p {
		font-size: 2rem;
	}
	.message .ceo_name p span {
		font-size: 1.1rem;
	}
	.message .ceo_name p.en {
		font-size: 2.3rem;
	}

}


/* ------------------------------
    advantage
------------------------------ */

.advantage {
	background: url(../img/recruit/index/bg_advantage.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 93px 0 80px;
}

.advantage .ttl {
	margin-bottom: 20px;
}

.advantage .ttl + p {
	font-size: 2.2rem;
	margin-bottom: 60px;
}

.advantage .box {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 35px;
}

.advantage .box + .box {
	background: url(../img/common/bg_line.png) no-repeat;
	background-position: center top;
}

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

.advantage .box .img {
	width: calc(100% - 540px);
	text-align: center;
}

.advantage .box02 .img {
	padding-top: 15px;
}

.advantage .box01 .img,
.advantage .box03 .img {
	width: calc(100% - 580px);
	padding-right: 25px;
}

.advantage .box .txt {
	width: 540px;
	padding: 0 0 0 40px;
}

.advantage .box01 .txt,
.advantage .box03 .txt {
	width: 580px;
	padding: 0 40px;
}

.advantage .box .txt p.font_midashi {
	font-size: 2.2rem;
	line-height: 1.63;
	margin-bottom: 18px;
}

.advantage .box .txt p {
	font-size: 1.7rem;
	line-height: 2.35;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
	.advantage {
		background: url(../img/recruit/index/bg_advantage_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		padding: 53px 0 25px;
	}
	.advantage .ttl {
		margin-bottom: 10px;
	}
	.advantage .ttl img {
		width: 201px;
	}
	.advantage .ttl + p {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.advantage .box {
		display: block!important;
		padding: 25px 0 30px;
	}

	.advantage .box .img {
		width: inherit;
		text-align: center;
	}
	.advantage .box01 .img {
		width: 46%;
		margin: 0 auto 25px;
		padding-right: 2%;
	}
	.advantage .box02 .img {
		width: 63%;
		margin: 0 auto 25px;
		padding-top: 0;
	}
	.advantage .box03 .img {
		width: 43%;
		margin: 0 auto 25px;
		padding-right: 2%;
	}
	.advantage .box .txt {
		width: inherit;
		padding: 0;
	}
	.advantage .box01 .txt,
	.advantage .box03 .txt {
		width: inherit;
		padding: 0;
	}
	.advantage .box .txt p.font_midashi {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.advantage .box .txt p {
		font-size: 1.2rem;
		line-height: 1.83;
	}
}

/* ------------------------------
    infographics
------------------------------ */

.infographics {
	background: url(../img/common/bg04.png)repeat;
	padding: 90px 0 125px;
	width: 100%;
	overflow-x: hidden;
}

.infographics .wrap {
	width: 1200px;
}

.infographics .ttl {
	font-size: 8rem;
	color: #572C00;
	margin-bottom: 50px;
}

.infographics .ttl + p {
	font-size: 2.2rem;
	color: #572C00;
	margin-bottom: 108px;
}

.infographics .img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.infographics .img p {
	position: relative;
}

.infographics .img p:nth-child(even) {
	margin-left: 28px;
}

.infographics .img p:nth-child(2) {
	margin-left: 23px;
}

.infographics .img p:nth-child(3) {
	margin-top: 20px;
}

.infographics .img p:nth-child(4) {
	margin-top: 46px;
}

.infographics .img p:nth-child(5) {
	margin-top: 40px;
	margin-left: 40px;
}

.infographics .img p:nth-child(6) {
	margin-top: -80px;
}

.infographics .img span {
	position: absolute;
	display: block;
	width: 84%;
	font-size: 1.7rem;
	line-height: 1.76;
	letter-spacing: -1px;
	color: #572C00;
	z-index: 1;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}

.infographics .img p:nth-child(5) span {
	width: 50%;
	left: 8%;
	right: auto;
}

@media screen and (max-width: 768px) {
	.infographics {
		padding: 50px 0 27px;
	}
	.infographics .wrap {
		width: inherit;
	}
	.infographics .ttl {
		font-size: 4rem;
		margin-bottom: 15px;
	}
	.infographics .ttl + p {
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	.infographics .img {
		display: block;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	.infographics .img p {
		position: relative;
		margin: 0 auto 30px!important;
	}

	.infographics .img span {
		font-size: 1.2rem;
		line-height: 1.6;
		bottom: 7%;
	}
	.infographics .img p.sp span {
		width: 50%;
		left: 8%;
		right: auto;
	}
}

/* ------------------------------
    column
------------------------------ */

.column {
	background-image: url(../img/recruit/index/bg_line.png), url(../img/common/bg04.png);
	background-repeat: no-repeat, repeat;
	background-position: center top, left top;
	padding: 113px 0 210px;
}

.column:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0;
	background: url(../img/recruit/index/bg_advancement.png) 0 0 no-repeat;
	background-size: cover;
	padding-top: 8.777%;
}

.column .ttl {
	font-size: 8rem;
	color: #572C00;
	margin-bottom: 76px;
}

.column .column_list {
	display: flex;
	flex-wrap: wrap;
}

.column_list__each {
	display: block;
	width: 450px;
}

.column_list__each + .column_list__each {
	margin-left: calc(100% - 900px);
}

.column_list__each .thumb {
	margin-bottom: 16px;
}

.column .column_list .txt p {
	color: #572C00;
	font-size: 1.7rem;
	line-height: 1.76;
}

.column .column_list .txt .column_ttl {
	font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
	.column {
		background-size: 90% 2px, auto;
		padding: 50px 0 12%;
	}

	.column:before {
		bottom: -0.5px;
	}

	.column .ttl {
		font-size: 4rem;
		margin-bottom: 42px;
	}
	.column .column_list {
		display: block;
	}
	.column_list__each {
		width: inherit;
		max-width: 450px;
		margin: 0 auto;
	}
	.column_list__each + .column_list__each {
		margin-left: auto;
		margin-top: 32px;
	}
	.column .column_list .thumb {
		margin-bottom: 8px;
	}
	.column .column_list .thumb img {
		width: 100%;
	}
	.column .column_list .txt p {
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.column .column_list .txt .column_ttl {
		font-size: 1.8rem;
	}
}

/* ------------------------------
    advancement
------------------------------ */

.advancement {
	position: relative;
	margin-top: -1px;
}

.advancement .bg_orange {
	background: #FF8D00;
	position: relative;
	padding: 20px 0 105px;
}

.advancement .ttl {
	margin-bottom: 24px;
}

.advancement .ttl + p {
	font-size: 2.2rem;
	color: #572C00;
	margin-bottom: 108px;
}

.advancement .flow {
	width: 486px;
	flex-wrap: wrap;
}

.advancement .flow p {
	width: 100%;
	height: 57px;
	line-height: 57px;
	margin-bottom: 48px;
	position: relative;
}

.advancement .flow p::after {
	content: "";
	width: 53px;
	height: 19px;
	background: url(../img/recruit/index/arw_advancement.png) no-repeat;
	background-size: 53px 19px;
	display: block;
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
	margin: auto;
}

.advancement .flow ul {
	justify-content: space-between;
}

.advancement .flow ul li {
	width: 237px;
	height: 107px;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	line-height: 1.4;
}

.advancement .flow ul li span {
	font-size: 1.6rem;
}

.advancement .flow ul li:nth-child(n + 3) {
	margin-top: 10px;
}

.advancement .flow .waku {
	font-size: 2.2rem;
	text-align: center;
	background-image: url(../img/common/border_yoko.png), url(../img/common/border_yoko.png),
	url(../img/common/border_tate.png),
	url(../img/common/border_tate.png);
	background-repeat: repeat-x,
	repeat-x,
	repeat-y,
	repeat-y;
	background-size: auto 2px, auto 2px, 2px auto, 2px auto;
	background-position: left top,
	left bottom,
	left top,
	right top;
}

.advancement .txt_area {
	width: 428px;
}

.advancement .txt_area .font_midashi {
	font-size: 2.2rem;
	line-height: 1.63;
	margin-bottom: 26px;
	letter-spacing: 0.05em;
}

.advancement .txt_area p {
	font-size: 1.7rem;
	line-height: 2.35;
	letter-spacing: -1.2px;
}

.advancement .bg_white {
	position: relative;
	padding: 10px 0 184px;
	;
}

.advancement .bg_white:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	width: 100%;
	height: 0;
	background: url(../img/recruit/index/bg_advancement.png) 0 0 no-repeat;
	transform: rotate(180deg);
	background-size: cover;
	padding-top: 8.777%;
}

.advancement .department li {
	width: 319px;
}

.advancement .department li + li {
	margin-left: calc((100% - (319px * 3)) / 2);
}

.advancement .department .img {
	margin-bottom: 26px;
}

.advancement .department li .txt p {
	font-size: 1.7rem;
	line-height: 2;
}

.advancement .department li .txt .font_midashi {
	font-size: 3rem;
	color: #FF8D00;
	line-height: 1;
	margin-bottom: 12px;
}

.advancement .btn_l {
	margin-top: 130px;
}

.mynav .btn_l {
	margin-top: 65px;
}

.mynav .btn_l a {
	margin-bottom: 130px;
	border: 4px solid #00AAEA;
	box-sizing: border-box;
	transition: .3s;
}
.mynav .btn_l a:hover {
	border: 4px solid #fff;
}

.mynav .btn_l a span {
	background: #fff;
	display: flex;
	align-items: center;
	line-height: 1.5;
	font-size: 2.2rem;
	text-align: left;
}

.mynav .btn_l a span img {
	padding: 0 23px;
}

@media screen and (max-width: 768px) {

	.advancement .bg_orange {
		padding: 40px 0;
	}
	.advancement .ttl {
		margin-bottom: 10px;
	}
	.advancement .ttl img {
		width: 272px;
	}
	.advancement .ttl + p {
		font-size: 1.1rem;
		margin-bottom: 25px;
	}
	.advancement .flow {
		width: inherit;
		max-width: 450px;
		margin: 0 auto 50px;
		float: none;
	}
	.advancement .flow p {
		height: 40px;
		line-height: 40px;
		margin-bottom: 33px;
	}
	.advancement .flow p::after {
		width: 36px;
		height: 13px;
		background-size: 36px 13px;
		bottom: -21px;
	}
	.advancement .flow ul {
		justify-content: space-between;
	}
	.advancement .flow ul li {
		width: 49%;
		height: 75px;
	}
	.advancement .flow ul li span {
		font-size: 1.4rem;
	}
	.advancement .flow ul li:nth-child(n + 3) {
		margin-top: 2%;
	}

	.advancement .flow .waku {
		font-size: 1.5rem;
		background-size: auto 1px, auto 1px, 1px auto, 1px auto;
	}

	.advancement .txt_area {
		width: inherit;
		float: none;
	}
	.advancement .txt_area .font_midashi {
		font-size: 1.5rem;
	}
	.advancement .txt_area p {
		font-size: 1.2rem;
	}

	.advancement .bg_white {
		padding: 20px 0 70px;
	}
	.advancement .bg_white:before {
		top: -0.5px;
	}

	.advancement .department {
		display: block;
	}
	.advancement .department li {
		width: inherit;
		max-width: 450px;
		margin: 0 auto;
	}
	.advancement .department li + li {
		margin-left: auto;
		margin-top: 32px;
	}
	.advancement .department .img {
		margin-bottom: 26px;
	}
	.advancement .department .img img {
		width: 100%;
	}
	.advancement .department li .txt p {
		font-size: 1.2rem;
		line-height: 1.83;
	}
	.advancement .department li .txt .font_midashi {
		font-size: 2.4rem;
	}
	.advancement .btn_l {
		margin-top: 40px;
	}

	.advancement .link-recruit {
		margin-bottom: 9vw;
	}
	.advancement .link-recruit h3 {
		font-size: 1.3rem;
	}

	.mynav .btn_l a {
		max-width: 330px !important;
	}
	.mynav .btn_l a span img {
		padding: 0 23px;
	}
	.mynav .btn_l a {
		width: 90%;
		max-width: 350px;
		margin-bottom: 50px;
	}
	.mynav .btn_l a span {
		line-height: 1.5;
		font-size: 1.2rem;
		text-align: left;
	}

	.mynav .btn_l a span img {
		width: 35%;
		max-width: 145px;
		padding: 0 10px;
	}

}


/* ----------------------------------------------------------------------------------------------------
*  下層共通
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
    pagettl
------------------------------ */

.page_ttl {
	background: url(../img/recruit/common/bg_pagettl.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}

@media screen and (max-width: 768px) {
	.page_ttl {
		background: url(../img/recruit/common/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
}



/* ----------------------------------------------------------------------------------------------------
*   recruit_requirements 募集要項
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
    pagelink
------------------------------ */

.recruit_requirements .pagelink {
	background: url(../img/common/bg04.png) repeat;
	padding: 108px 0 77px;
}

.recruit_requirements .pagelink .ttl + p {
	font-size: 2.2rem;
	margin-bottom: 55px;
}

.recruit_requirements .pagelink ul {
	width: calc(100% - 8px);
}

.recruit_requirements .pagelink ul li a {
	position: relative;
	width: 306px;
	height: 80px;
	display: block;
	margin: 0 auto;
}

.recruit_requirements .pagelink ul li a span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: rgba(255, 141, 0, 0.9);
	font-size: 2.2rem;
	text-align: center;
	line-height: 76px;
	z-index: 2;
	letter-spacing: 0.2em;
}

.recruit_requirements .pagelink ul li a::after {
	content: '';
	position: absolute;
	display: block;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../img/common/bg_btn.png) repeat;
}

.recruit_requirements .pagelink ul li a span::after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	bottom: 13px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
}

.recruit_requirements .pagelink ul li + li {
	margin-left: 35px;
}

#requirement {
	padding-top: 80px;
	margin-top: -80px;
}

.requirement .link-recruit {
	margin-bottom: 113px;
}

.requirement .link-recruit h3 {
	font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
	.requirement .link-recruit {
		margin-bottom: 12vw;
	}
	.requirement .link-recruit h3 {
		font-size: 1.3rem;
	}
	.recruit_requirements .pagelink {
		padding: 35px 0 54px;
	}
	.recruit_requirements .pagelink .ttl img {
		width: 171px;
	}
	.recruit_requirements .pagelink .ttl + p {
		font-size: 1.2rem;
		margin-bottom: 27px;
	}
	
	.recruit_requirements .pagelink ul {
		width: calc(100% - 6px);
	}
	.recruit_requirements .pagelink ul li {
		width: 263px;
		height: 40px;
		margin: auto;
	}
	.recruit_requirements .pagelink ul li a {
		width: 100%;
		height: 40px;
	}

	.recruit_requirements .pagelink ul li a span {
		font-size: 1.2rem;
		line-height: 36px;
		letter-spacing: 0;
		white-space: nowrap;
	}

	.recruit_requirements .pagelink ul li a::after {
		top: 4px;
		left: 4px;
		background-size: 8px 8px;
	}
	.recruit_requirements .pagelink ul li a span::after {
		bottom: 7px;
		width: 6px;
		height: 6px;
	}

	.recruit_requirements .pagelink ul li + li {
		margin-top: 19px;
		margin-left: auto;
	}

}


/* ------------------------------
    requirements_area
------------------------------ */

.requirements_title {
	margin-bottom: 104px;
}
.requirements_title h3 {
	text-align: center;
	margin-bottom: 2rem;
}
.requirements_title p {
	text-align: center;
	color: #000 !important;
	font-weight: bold;
	font-size: 2.2rem;
}

.requirements_area {
	background: url(../img/common/bg04.png) repeat;
}

.requirements_area .requirements_ttl {
	background: url(../img/recruit/requirements/bg_ttl.png) repeat-x;
	width: 100%;
	height: 87px;
	font-size: 2.8rem;
	color: #EDDFC4;
	line-height: 87px;
	padding-left: 25px;
	margin-bottom: 43px;
}

.requirements_area .wrap > div {
	padding: 80px 0;
}

.requirements_area .wrap > div#part-timer {
	padding-bottom: 180px;
}

.requirements_area dl {
	background: url(../img/recruit/requirements/bg_dl.png), url(../img/recruit/requirements/bg_dl.png);
	background-repeat: no-repeat;
	background-position: center top, center bottom;
}

.requirements_area dl dt {
	font-family: "Noto Sans JP", sans-serif;
	float: left;
	width: 220px;
	height: 70px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.6;
    padding: 17px 0 17px 15px;
}

.requirements_area dl dd {
	padding: 20px 15px 20px 245px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	background: url(../img/recruit/requirements/bg_dd.png) no-repeat;
	background-position: center bottom;
}

.requirements_area dl dd:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.2);
}

.requirements_area .btn_l {
	margin-top: 60px;
}

.requirements_area .btn_l.white a span {
	background: #fff;
	display: flex;
	align-items: center;
	line-height: 1.5;
	font-size: 2.2rem;
	text-align: left;
}

.requirements_area .btn_l.white a span img {
	padding: 0 23px;
}


@media screen and (max-width: 768px) {
	.requirements_title {
		margin-bottom: 5vw;
	}
	.requirements_area .requirements_ttl {
		height: 60px;
		background-size: auto 60px;
		/* font-size: 2rem; */
		font-size: 4vw;
		line-height: 60px;
		padding-left: 15px;
		margin-bottom: 32px;
	}

	.requirements_area .wrap > div {
		padding: 40px 0;
	}

	.requirements_area .wrap > div#part-timer {
		padding-bottom: 100px;
	}
	.requirements_area dl dt {
		width: 120px;
		height: 40px;
		font-size: 1.2rem;
		line-height: 1.8;
        padding: 10px 10px 0 10px;
	}

	.requirements_area dl dd {
		padding: 10px 10px 10px 120px;
		font-size: 1.2rem;
	}

	.requirements_area .btn_l {
		margin-top: 35px;
	}

	.requirements_area .btn_l a{
		width: 100%;
		max-width: 350px;
	}
	.requirements_area .btn_l.white a span {
		line-height: 1.5;
		font-size: 1.2rem;
		text-align: left;
	}

	.requirements_area .btn_l.white a span img {
		width: 35%;
		max-width: 145px;
		padding: 0 10px;
	}
	.requirements_title p {
		font-size: 4vw !important;
	}
	.requirements_title img {
		width: 240px;
	}
}




/* ----------------------------------------------------------------------------------------------------
*   recruit_interview インタビュー
* --------------------------------------------------------------------------------------------------*/
.interview_area {
	background-image: url(../img/common/bg02.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	padding: 60px 0 55px;
	position: relative;
}
.interview_area::before {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../img/common/bg02_top.png);
	z-index: 1;
}
/*

.interview_area::after {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: url(../img/common/bg02_bottom.png);
	z-index: 1;
}
*/

.interview_area .ttl{
	margin-bottom: 60px;
}

.interview_area .name_box {
	padding: 42px 0;
	width: 371px;
	height: 206px;
	background: url(../img/recruit/interview/bg_name_box.png) no-repeat;
	background-size: 100%;
	margin: -110px auto 50px;
	position: relative;

}

.interview_area .name_box p {
	text-align: center;
	color: #fff;
}

.interview_area .name_box p.name {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.interview_area .name_box p.name span {
	font-size: 3.3rem;
}

.interview_area .name_box p.txt_small {
	font-size: 1.4rem;
	line-height: 1.7;
}
.interview_area .txt{
	position: relative;
	padding: 0 0 70px 0;
}
.interview_area .txt + .txt{
	padding: 60px 0 70px;
	background: url(../img/recruit/interview/bg_line.png) no-repeat;
	background-position: center top;
}


.interview_area .txt p{
	width: 690px;
	margin: auto;
}

.interview_area .txt p.font_midashi{
	font-size: 2.6rem;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 0;
}
.interview_area .txt p{
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: -0.05em;
}

.interview_area ul{
	margin-top: 30px;
	flex-wrap: wrap;
}
.interview_area ul li{
	width: 486px;
}
.interview_area ul li:nth-of-type(even){
	margin-left: calc(100% - (486px * 2));
}
.interview_area ul li:nth-child(n + 3){
	margin-top: 45px;
}
.interview_area ul li .img{
	margin-bottom: 12px;
}
.interview_area ul li p{
	font-size: 1.6rem;
	line-height: 1.8;
}
.interview_area .txt_orange{
	margin: 115px auto 80px;
}
.interview_area .txt_orange span{
	font-size: 3.2rem;
	line-height: 1.75;
	color: #DA7B00;
	position: relative;
	display: inline-block;
	padding: 0 62px;
}
.interview_area .txt_orange span::before{
	content: "";
	width: 42px;
	height: 31px;
	display: block;
	position: absolute;
	background: url(../img/recruit/interview/bg_before.png) no-repeat;
	left: 0;
	top: 12px;
}
.interview_area .txt_orange span::after{
	content: "";
	width: 42px;
	height: 31px;
	display: block;
	position: absolute;
	background: url(../img/recruit/interview/bg_after.png) no-repeat;
	right: 0;
	top: 12px;
}

.interview_area .main_img img.pc-only {
	display: block;
}
.interview_area .main_img img.sp-only {
	display: none;
}

@media screen and (max-width: 768px) {
	.interview_area {
		padding: 23px 0 20px;
	}
	.interview_area .wrap_box{
		width: 100%;
		padding: 0;
	}
	.interview_area::before {
		height: 9px;
		background-size: 50px 9px;
	}
	.interview_area .ttl{
		margin-bottom: 30px;
	}
	.interview_area .ttl img{
		width: 182px;
	}

	.interview_area .main_img img{
		width: 100%;
	}
	.interview_area .main_img img.pc-only {
		display: none;
	}
	.interview_area .main_img img.sp-only {
		display: block;
	}
	.interview_area .name_box {
		padding: 25px 0;
		width: 260px;
		height: auto;
		background-size: 100% 100%;
		margin: -68px auto 25px;
	}

	.interview_area .name_box p.name {
		font-size: 2rem;
		margin-bottom: 15px;
	}

	.interview_area .name_box p.name span {
		font-size: 2.3rem;
	}

	.interview_area .name_box p.txt_small {
		font-size: 1.2rem;
	}
	.interview_area .txt{
		padding: 0 0 25px 0;
	}
	.interview_area .txt + .txt{
		padding: 25px 0;
		background: url(../img/recruit/interview/bg_line.png) no-repeat;
		background-position: center top;
	}


	.interview_area .txt p{
		width: inherit;
		margin: auto;
	}

	.interview_area .txt p.font_midashi{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.interview_area .txt p{
		font-size: 1.2rem;
	}

	.interview_area ul{
		margin-top: 30px;
		display: block;
	}
	.interview_area ul li{
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
	.interview_area ul li + li{
		margin-top: 12px!important;
	}
	.interview_area ul li:nth-of-type(even){
		margin-left: auto;
	}
	.interview_area ul li:nth-child(n + 3){
		margin-top: 12px;
	}
	.interview_area ul li .img{
		margin-bottom: 10px;
	}
	.interview_area ul li p{
		font-size: 1.2rem;
	}
	.interview_area .txt_orange{
		margin: 20px auto 0;
		width: 100%;
		max-width: 350px;
		margin-bottom: 14vw;
	}
	.interview_area .txt_orange span{
		font-size: 1.4rem;
		padding: 0 ;
		display: block;
	}
	.interview_area .txt_orange span::before{
		width: 18px;
		height: 13.5px;
		background-size: contain;
		left: 0;
		top: 4px;
	}
	.interview_area .txt_orange span::after{
		width: 18px;
		height: 13.5px;
		background-size: contain;
		right: 0;
		top: 4px;
	}
}

.daily-schedule {
	background-image: url(../img/common/border_yoko.png), url(../img/common/border_yoko.png), none, none;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: auto;
    background-position: left top, left bottom, left top, right top;
	padding: 52px 0 0;
}
.daily-schedule .title {
	text-align: center;
}
.daily-schedule .title h3 {
	font-size: 2.2rem;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 48px;
}
.daily-schedule .table {
	
}
.daily-schedule .table dl {
	background: url(../img/recruit/requirements/bg_dd.png) no-repeat;
    background-position: center top;
	padding: 20px 0;
}
.daily-schedule .table dt {
	display: flex;
	justify-content: flex-start;
}
.daily-schedule .table dt .time {
	font-family: 'Chathura', sans-serif;
	font-size: 5rem;
	margin-right: 24px;
    letter-spacing: .05em;
	line-height: .7;
}
.daily-schedule .table dt .t_title {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
    transform: translateY(0px);
}
.daily-schedule .table dt + dd {
	margin-top: 12px;
}
.daily-schedule .table dd {
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.daily-schedule {
        background-size: auto 2px, auto 2px, 2px auto, 2px auto;
		padding: 9vw 0 0;
		margin-top: 14vw;
		margin-bottom: 7vw;
	}
	.daily-schedule .title {
		margin-bottom: 9vw;
	}
	.daily-schedule .title h3 {
		margin: 4vw 0;
		font-size: 1.4rem;
	}
	.daily-schedule .title .title-img {
		width: 158px;
	}
	.daily-schedule .table {
		
	}
	.daily-schedule .table dl {
		padding: 4vw 0;
	}
	.daily-schedule .table dt {
		flex-direction: column;
	}
	.daily-schedule .table dt .time {
		font-size: 2.8rem;
        letter-spacing: .025em;
        margin-right: .6em;
		line-height: .75;
	}
	.daily-schedule .table dt .t_title {
		font-size: 1.4rem;
	}
	.daily-schedule .table dd {
		font-size: 1.2rem;
        line-height: 1.8;
	}
	.daily-schedule .table dt + dd {
		margin-top: 1vw;
	}
}

/* タブのスタイル */
ul.tab_list {
    display: flex; /* タブを横並びにするため */
    list-style: none;
    margin: 0 auto;
	justify-content: space-between;
	gap: 15px;
}

ul.tab_list li {
	font-size: 1.8rem;
	width: 100%;
	height: 87px;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.tab_item {
    cursor: pointer;
    padding: 10px 15px;
    border-bottom: none;
	position: relative;
	background: url(../img/recruit/bg_tab_item.png);
}

.tab_item::after {
	content: "";
    background: rgba(0, 0, 0, 0.1);
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tab_item:not(.active) {
	height: 77px;
	margin-top: 10px;
}

/* アクティブなタブのスタイル */
.tab_item.active {
    background: #FF8D00;
    font-weight: bold;
	position: relative;
}

.tab_item span {
	margin-top: -10px;
}

.tab_item.active span {
    margin-top: -20px;
}

.tab_item.active::after {
	content: "";
	background: #DA7B00;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* タブコンテンツのスタイル */
.tab_content {
    display: none; /* 初期状態で非表示 */
    padding: 20px;
}

/* アクティブなコンテンツのスタイル */
.tab_content.active {
    display: block; /* activeクラスが付いているコンテンツのみ表示 */
}

@media screen and (max-width: 768px) {
	ul.tab_list {
		gap: 5px;
	}
	ul.tab_list li {
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.2;
		border-radius: 5px 5px 0 0;
		height: 70px;
	}
	.tab_item:not(.active) {
		height: 60px;
	}
	.tab_item.active::after {
		height: 16px;
	}
	.tab_item span {
		margin-top: -5px;
	}
	.tab_item.active span {
		margin-top: -5px;
	}
}

.recruit-bnr {
	display: flex;
	justify-content: center;
	margin-bottom: 56px;
	padding-top: 50px;
}

.recruit-bnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.recruit-bnr ul li {
	width: 48%;
}

.recruit-bnr ul li a {
	display: flex;
	width: 100%;
	font-weight: bold;
	height: 80px;
}

.recruit-bnr ul li a::before {
	display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
	right: 3rem;
	top: calc(50% - 5px);
	z-index: 3;
}
.recruit-bnr ul li a:hover::before {
	border-color: #FF8D00;
}

.recruit-bnr ul li a span {
	display: flex;
    justify-content: flex-start;
	padding-left: 3.3rem;
	align-items: center;
	font-size: 2.4rem;
	line-height: auto;
}

@media screen and (max-width: 768px) {
	.recruit-bnr {
		margin-bottom: 0;
        padding: 7vw 0;
	}
	.recruit-bnr ul {
		flex-direction: column;
		gap: 4vw;
		width: 88vw;
	}
	.recruit-bnr ul li {
		width: 100%;
	}
	.recruit-bnr ul li a {
		height: 14.5vw;
	}
	.recruit-bnr ul li a span {
		padding-left: 2rem;
		font-size: 1.6rem;
	}
	.recruit-bnr ul li a::before {
		width: 5px;
		height: 5px;
		right: 2.1rem;
	}
}

#advancement {
	padding-top: 80px;
	margin-top: -80px;
}