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

.contents.common.recruit.page h1 {
	font-size: 36px;
}

.mainimg {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.contents.common.recruit.page .career .main.guideline {
	width: 70%;
	max-width: 1400px;
	float: left;
	background-image: url("../../image/recruit/guideline/main-career.webp");
}

.contents.common.recruit.page .career .main.new {
	width: 70%;
	height: auto;
	aspect-ratio: 1280 / 720;
	max-width: 1400px;
	float: left;
	background-image: url("../../image/recruit/guideline/main_new.JPG");
	background-position: center top;
}

.contents.common.recruit.page .career .copy {
	margin: -300px 150px 0 0;
	float: right;
}

.contents.common.recruit.page .career .copy.new {
	margin: -200px 50px 0 0;
}

.contents.common.recruit.page .sub_nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contents.common.recruit.page .bar_mynav {
	width: 100%;
	float: right;
	margin: 30px 0 0;
}

.contents.common.recruit.page .bar_mynav a {
	width: 200px;
	float: right;
	margin: 0 10px;
}

.contents.common.recruit.page .bar_mynav a img {
	width: 100%;
}


/* ******************************************************
             募集要項
********************************************************* */

.content_wrapper.guideline table {
	border: none;
}

.content_wrapper.guideline table td {
	padding: 10px 1em;
	border: none;
	text-align: justify;
}

.content_wrapper.guideline table td:nth-of-type(1) {
	width: 200px;
	margin: 30px 0;
	background-image: url("../../image/common/cub_orange.png");
	background-repeat:no-repeat;
	background-position: left top 20px;
	vertical-align: top;
}

.content_wrapper.guideline .readmore1 {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px;
}

.content_wrapper.guideline .readmore1 .btn {
  cursor: pointer;
  width: 90%;
  margin: 1em 0;
  padding: 10px 5%;
  transition:all .2s ease;
  font-weight: 700;
  font-size: 24px;
  border-bottom: #ed6c00 1px solid;
  background-image: url("../../image/recruit/common/arr_open.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 30px;
}

.content_wrapper.guideline .readmore1 .btn.active {
  background-image: url("../../image/recruit/common/arr_close.png");
}


.content_wrapper.guideline .readmore1 .content_more {
  display: none;
  width: 93%;
  margin: 0 0 0 7%;
}

.content_wrapper.guideline .readmore2 .btn::before {
	content: "●";
	color: #ed6c00;
	margin-right: 10px;
}

.content_wrapper.guideline .readmore2 .content_more {
  display: none;
  width: 100%;
  margin: 0;
}

/* ******************************************************
             採用の流れ
********************************************************* */

.content_wrapper.guideline .guideline_flow {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.content_wrapper.guideline .guideline_flow .flow {
	width: 90%;
	margin: 50px 5%;
	padding: 0;
	float: left;
	display: flex;
	text-align: center;
}

.content_wrapper.guideline .guideline_flow .flow .box {
	margin: 0 auto;
}

.content_wrapper.guideline .guideline_flow .flow .box dl {
	width: 12%;
	background-color: #FFF;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);
	float: left;
	margin: 0 0 20px;
}

.content_wrapper.guideline .guideline_flow .flow .box dt {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin: 10px 0 0;
}

.content_wrapper.guideline .guideline_flow .flow .box dt span {
	font-style: normal;
	font-size: 30px;
	color: #ed6c00;
	font-weight: 700;
}

.content_wrapper.guideline .guideline_flow .flow .box dd {
	float: left;
	text-align: center;
	padding: 10px;
	margin: 0;
}

.content_wrapper.guideline .guideline_flow .flow .box dd img {
	width: 100%;
}

.content_wrapper.guideline .guideline_flow .flow .box .arr {
	width: 1%;
	height: 11.5vw;
	margin: 0 0.5% 20px;
	float: left;
	background-image: url("../../image/recruit/guideline/arr.png");
	background-repeat: no-repeat;
	background-position: center;
}

/* ******************************************************
             働く社員の声
********************************************************* */

.content_wrapper.guideline .voice {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.content_wrapper.guideline .voice table {
	width: 90%;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);
	margin: 30px 5%;
	float: left;
}

.content_wrapper.guideline .voice table td {
	vertical-align: top;
}

.content_wrapper.guideline .voice table td:nth-of-type(1) {
	width: 220px;
	background-image: initial;
	text-align: center;
}


/* ******************************************************
             採用担当からメッセージ
********************************************************* */

.content_wrapper.guideline .message {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.content_wrapper.guideline .message .box {
	width: 90%;
	margin: 0 5% 50px;
	padding: 0;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.content_wrapper.guideline .message dl {
	padding: 0;
	float: left;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);
}

.content_wrapper.guideline .message dl dt {
	padding: 20px;
	text-align: center;
}

.content_wrapper.guideline .message dl dt .photo {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

.content_wrapper.guideline .message dl dd {
	padding: 0 20px 20px;
	margin: 0;
	text-align: justify;
}

/* ******************************************************
             FOOTER
********************************************************* */

.content_wrapper.guideline .bar_box {
	width: 100%;
	margin: 100px 0;
	padding: 0;
	float: left;
	display: flex;
	text-align: center;
}

.content_wrapper.guideline .bar_box a {
	width: 80%;
	height: 170px;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	background-color: #e8e7e6;
	display: block;
	background-image: url("../../image/common/arr_round_org.png");
	background-repeat: no-repeat;
	background-position: center right 50px;
	transition: ease 0.5s all;
	color: #4c4948;
}

.content_wrapper.guideline .bar_box a:hover {
	background-color: #4c4948;
	color: #FFF;
}

.content_wrapper.guideline .bar_box a .line {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: #FFF 2px solid;
}

.content_wrapper.guideline .bar_box a .line p {
	width: 100%;
	font-weight: 700;
	font-size: 36px;
	margin-top: 65px;
}

.footer {
	height: auto;
}

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

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

.contents.common.recruit.page .career .copy.new {
	margin: -100px 50px 0 0;
}

}

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

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

.content_wrapper.guideline .guideline_flow .flow .box dl {
	width: 21%;
	margin: 0 0 20px;
}

.content_wrapper.guideline .guideline_flow .flow .box .arr {
	width: 2%;
	height: 17vw;
	margin: 0 1% 20px;
}

}

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

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

.sub_nav { display: none; }

.contents.common.recruit.page .career .main.guideline,
.contents.common.recruit.page .career .main.new  { width: 100%; }

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:680px          */
/* *********************************************************************** */

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

.content_wrapper.guideline table td { width: 100%;float: left; }
.content_wrapper.guideline table td:nth-of-type(1) { width: 100%;float: left;margin: 0; }

.content_wrapper.guideline .voice table td:nth-of-type(1) {
	width: 100%;
	float: left;
}

.content_wrapper.guideline .voice table td .photo {
	width: 100%;
	text-align: center;
	display: flex;
	float: left;
}

.content_wrapper.guideline .voice td .photo img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

.content_wrapper.guideline .voice td .profile {
	width: 100%;
	text-align: center;
	float: left;
}

.content_wrapper.guideline .message .box {
	grid-template-columns: 1fr;
}

.content_wrapper.guideline .bar_box {
	margin: 50px 0;
}

.content_wrapper.guideline .bar_box a {
	width: 80%;
	height: 100px;
	margin: 0 auto;
	padding: 20px;
	background-size: 20px;
	background-position: center right 30px;
}

.content_wrapper.guideline .bar_box a .line {
	border: #FFF 1px solid;
}

.content_wrapper.guideline .bar_box a .line p {
	font-size: 20px;
	margin-top: 35px;
}


}

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

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

.contents.common.recruit.page .career .copy {
	margin: -150px auto 0;
}

.contents.common.recruit.page .career .main.new {
	background-position: center top -30px;
}

.contents.common.recruit.page .bar_mynav {
	width: 100%;
	margin: 30px 0 0;
	text-align: center;
}

.contents.common.recruit.page .bar_mynav a {
	width: 45%;
	margin: 0 2% 0 3%;
}

.contents.common.recruit.page .bar_mynav img {
	margin: 0 auto;
}

.content_wrapper.guideline .guideline_flow .flow .box dl {
	width: 70%;
	margin: 0 15%;
}

.content_wrapper.guideline .guideline_flow .flow .box .arr {
	width: 100%;
	height: 20px;
	margin: 10px 0;
	background-image: url("../../image/recruit/guideline/arr_dwn.png");
	background-position: center;
}

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:480px          */
/* *********************************************************************** */

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

.contents.common.recruit.page h1 {
	margin: 0;
	font-size: 26px;
}

}