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

.head_bg {
	width: 100%;
	height: 89px;
	background-color: #FFF;
	top: 0;
	position: fixed;
	display: block;
	z-index: 0;
	border-bottom: #ed6c00 7px solid;
}


.head {
	height: 140px;
	padding: 0;
	margin: 0;
	background-color: initial;
	background-image: url("../../image/recruit/common/head_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 1;
}

.head .logo {
	z-index: 9;
}

.head .rec_logo {
	margin: 30px auto 0;
	text-align: center;
	font-size: 20px;
}

.head .rec_logo a {
	color: #4c4948;
	display: block;
	opacity: 1;
	transition: ease 0.5s all;
}

.head .rec_logo a:hover {
	opacity: 0.7;
}

.head .head_bar {
	top: 35px;
	right: 70px;
	position: absolute;
	display: block;
}

.head .head_bar .btn a {
	background-position: center left 10px;
	background-size: 30px;
}

.contents.common.recruit {
	width: 100%;
	height: auto;
	margin: 0;
	z-index: 0;
	float: left;
}

.contents.common.recruit h2 { 
	font-size: 15px;
}

.contents.common.recruit.page .wrapper {
	background-color: #ed6c00;
}

.contents.common.recruit .wrapper {
	width: 100%;
	margin: 0;
	padding: 120px 30px 0;
}

.contents.common.recruit .inner {
	width: 100%;
	max-width: 1860px;
	margin: 0 auto;
	padding: 50px 0;
	background-color: initial;
	border-radius: 0;
}

.contents.common.recruit.page .inner {
	padding: 0 0 50px;
}

.contents.common.recruit.page .main {
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contents.common.recruit.page h1 {
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	float: left;
	color: #FFF;
	font-size: 20px;
	text-align: center;
}

.contents.common.recruit.page h1 span {
	font-style: italic;
	font-size: 50px;
	font-weight: 400;
	line-height: 80px;
}

.contents.common.recruit.page .content_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFF;
}

.contents.common.recruit.page .content_wrapper .inner {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

.content_wrapper .sub_title {
	width: 90%;
	height: 130px;
	margin: 50px 5%;
	float: left;
	background-repeat: no-repeat;
	background-position: center left;
}

.content_wrapper .sub_title h2 {
	font-size: 28px;
	line-height: 130px;
	margin: 0;
	padding: 0 0 0 60px;
	background-image: url("../../image/recruit/common/dot_org.png");
	background-repeat: no-repeat;
	background-position: center left 20px;
	background-size: 28px;
	top: -120px;
	display: block;
	position: relative;
	border: none;
}

.contents.common.recruit .content_wrapper .sub_title h2 {
	font-size: 28px;
}

.content_wrapper .sub_title p {
	color: rgba(202,202,202,0.30);
	font-size: 130px;
	font-weight: 700;
	line-height: 1em;
	margin: 0;
}


/* ******************************************************
             パンクズリスト設定
********************************************************* */
.contents.common.page .pan_list {
	width: 90%;
	margin: 20px 5%;
	color: #FFF;
	text-align: justify;
}

.contents.common.page .pan_list a {
	border-bottom: #FFF 1px solid;
	transition: ease 0.5s all;
	opacity: 1;
	color: #FFF;
	padding-bottom: 5px;
	text-decoration: none;
}

.contents.common.page .pan_list a:hover {
	opacity: 0.7;
}

/* ******************************************************
             READ MORE設定
********************************************************* */
.wp-block-columns {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

/* ******************************************************
             READ MORE設定
********************************************************* */

.btn {
	width: 90%;
	margin: 40px 5% 20px;
	float: left;
}

.btn a {
	width: 180px;
	margin: 0;
	float: right;
	text-align: center;
	color: #4c4948;
	background-color: #FFF;
	line-height: 38px;
	border: #ed6c00 1px solid;
	border-radius: 20px;
	box-sizing: border-box;
	background-image: url("../../image/common/arr_round_org.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 20px;
	transition: ease 0.5s all;
}

.btn a:hover {
	background-image: url("../../image/common/arr_round_wh.png");
	background-color: #ed6c00;
	color: #FFF;
}

/* ******************************************************
             FOOTER設定
********************************************************* */

.footer .barnner {
	width: 30%;
	margin: 0;
	float: left;
}

.footer .barnner .box {
  width: 80%;
  margin: 0 10%;
  float: left;
}

.footer .f_navi {
	width: 70%;
	margin: 10px 0 0;
	padding: 0;
	float: left;
	display: flex;
	justify-content: center;
}


/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:1200px          */
/* *********************************************************************** */

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

.content_wrapper .sub_title { width: 90%;height: 10vw;margin: 30px 5%; }
.content_wrapper .sub_title p { font-size: 10vw; }
.content_wrapper .sub_title h2 { line-height: 9vw;top: -9vw; }

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:1100px          */
/* *********************************************************************** */

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

.footer .barnner {
	width: 80%;
	margin: 0 10% 30px;
}

.footer .f_navi {
	width: 90%;
	margin: 10px 5% 0;
}

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:880px          */
/* *********************************************************************** */

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

.head_bg { height: 69px;border-bottom: #ed6c00 5px solid;}
.head { height: 120px; }
.head .rec_logo { width: 200px; }
.head .rec_logo p { margin-top: 0; }
.head .logo { width: 150px;left: 20px; }

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:580px          */
/* *********************************************************************** */

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

.head .rec_logo { width: 150px;margin-top: 60px; }
.head .rec_logo p { margin-top: 0;font-size: 16px; }
.head .logo { width: 110px;left: 20px; }

.contents.common.recruit.page .main { height: 200px; }

.contents.common.recruit.page h1 { margin: 30px 0 0;font-size: 18px; }
.contents.common.recruit.page h1 span { font-size: 30px;line-height: 50px; }

/* 20241010 */
.content_wrapper .sub_title {
	width: 100%;
	margin: 50px 0;
}
.content_wrapper .sub_title p { font-size: 9vw; }
.contents.common.recruit .content_wrapper .sub_title h2 {
	font-size: 18px;
	background-size: 18px;
	padding: 0 0 0 30px;
	background-position: center left 10px;
}

}




