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


/* ---------------------▼MESSAGE--------------------- */

#container {
	background: url("../../image/information/img_info_back.jpg");
	background-size: contain;

}

img.recruit_info {
	width: 45%;
	margin-top: 13%;
}

.space {
		padding-top: 8%;
}

section {
	position: relative;
	z-index: 0;
}

section ul.message {
	width: 90%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 5% 3%;
/*	2025.10.3 スペシャルムービーを非表示
	margin: 0 auto;
*/
	margin: 0 auto 10px auto;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.8);

}

section ul.message li {
	display: inline-block;
	vertical-align: top;
}

/* MESSAGE代表紹介 */
section ul.message li.massage_prof {
	width: 33%;
	margin-right: 5%;
}

section ul.message li.massage_prof img.message_title {
	width: 90%;
}

section ul.message li.massage_prof img.message_photo {
	width: 90%;
}

section ul.message li.massage_prof p.d_message {
	display: inline-block;
	font-size: calc(15px + 0.5vw);
	font-weight: bold;
	margin: 8% 0;
	padding: 1% 4%;
	box-sizing: border-box;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

section ul.message li.massage_prof p.d_company {
	font-size: calc(12px + 0.5vw);
	font-weight: bold;
	margin: 9% 0 7%;
}

section ul.message li.massage_prof p.d_name {
	font-size: calc(15px + 0.5vw);
	font-weight: bold;
	letter-spacing: 2px;
}

section ul.message li.massage_prof p.d_name span {
	font-size: calc(12px + 0.5vw);
	margin-right: 4%;
}


/* 社長コメント */
section ul.message li.comment {
	width: 60%;
	text-align: left;
	font-size: calc(14px + 0.5vw);
	font-weight: bold;
	color: #808080;
	line-height: 180%;
}

/* ---------------------▲MESSAGE--------------------- */


/* ---------------------▼募集要項--------------------- */

/* 共通設定 */
section#guideline ul {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

section#guideline ul li {
	display: inline-block;
	vertical-align: top;
}


/* 枠設定 */
section #recruit {
	position: relative;
	width: 90%;
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 4%;
	margin: 10% auto 6%;
	border: 3px solid #2e9ee7;
	color: #696969;
}

section #recruit img.recruit_title {
	position: absolute;
	height: 45px;
	top: -45px;
	left: 0;
}


/* タイトル行 */
section #recruit ul li.heading {
	width: 15%;
	margin-right: 3%;
	vertical-align: middle;
}

section #recruit ul li.heading img {
	width: 100%;
}

section #recruit ul li.heading_com {
	width: 80%;
	text-align: left;
	font-size: calc(20px + 0.5vw);
	font-weight: bold;
	line-height: 180%;
	vertical-align: middle;
}

section #recruit ul li.heading_com.information_com {
	width: 100%;
}

/* 詳細内容 */
section #recruit ul.recruit_cont {
	border-top: 3px dotted #a9a9a9;
	margin: 3% 0 0;
	padding: 3% 0 0;
	display: flex;
    align-items: center;
}

section #recruit ul li.title_row {
	width: 13%;
	margin-right: 3%;
	text-align: center;
}

section #recruit ul li.title_row h2 {
	font-size: calc(13px + 0.5vw);
	border: 1px solid #a9a9a9;
	font-weight: bold;
	padding: 25% 0;
	line-height: 140%;
}

section #recruit ul li.guide_row {
	width: 83%;
	text-align: left;
	font-size: calc(15px + 0.3vw);
	line-height: 180%;
}

section #recruit ul li.guide_row span {
	font-weight: bold;
}


/* 2枠目 */
section #recruit2 {
	position: relative;
	width: 90%;
	background-color: rgba(255,255,255,1);
	box-sizing: border-box;
	padding: 1% 4% 4%;
	margin: 0 auto;
	color: #2e9ee7;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.8);

}

/* 詳細内容 */
section #recruit2 .line_none {
	border: none!important;
}

section #recruit2 ul.recruit_cont {
	border-bottom: 3px dotted #2e9ee7;
	margin: 4% 0 0;
	padding: 0.5% 0 4%;
}

section #recruit2 ul li.title_row {
	width: 13%;
	margin-right: 3%;
	text-align: center;
	vertical-align: middle;
}

section #recruit2 ul li.title_row h2 {
	font-size: calc(13px + 0.5vw);
	border: 1px solid #2e9ee7;
	font-weight: bold;
	padding: 25% 0;
	line-height: 140%;
}

section #recruit2 ul li.guide_row {
	width: 83%;
	text-align: left;
	font-size: calc(13px + 0.3vw);
	line-height: 180%;
	vertical-align: middle;

}

section #recruit2 ul li.guide_row span {
	font-weight: bold;
}

/* ---------------------▲募集要項--------------------- */


/* ---------------------▼スペシャルムービー--------------------- */

section #special {
	width: 80%;
	background-color: #2e9ee7;
	margin: 7% auto;
	padding: 3% 4%;
	box-sizing: border-box;
}

section #special h3 {
	background-color: #fff;
	color: #2e9ee7;
	padding: 0.5em;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

section #special h3 span{
	font-size: 0.8em;
	display: block;
	letter-spacing: 0;
}

section #special h3 img {
	width: 70%;
	margin: 2% 0;
}

section #special .spacial_movie {
	width: 100%;
	margin: 2% auto 6%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

section #special .spacial_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


section #special .profile {
	border-bottom: 1px solid #fff;
}

section #special .profile h4 {
	color: #fff;
	font-size: calc(20px + 0.5vw);
	text-align: left;
	letter-spacing: 5px;
	margin-bottom: -0.8%;
}

section #special .profile_about {
	width: 97%;
	text-align: left;
	color: #fff;
	margin: 3% auto 0;
}

section #special .profile_about	p.profile_name {
	font-size: calc(19px + 0.5vw);
	font-weight: bold;
}

section #special .profile_about	p.profile_name span {
	font-size: calc(13px + 0.5vw);
	font-weight: normal;
	margin-left: 3%;
}

section #special .profile_about	p.profile_comment {
	font-size: calc(13px + 0.5vw);
	font-weight: normal;
	margin: 2% 0 3%;
	line-height: 170%;
	border-bottom: 1px solid #fff;
	padding-bottom: 3%;
}

section #special .profile_about .adjust {
	border: none!important;
	padding: 0!important;
}

/* ---------------------▲スペシャルムービー--------------------- */


/* ---------------------▼採用選考プロセス--------------------- */

section #process {
	width: 100%;
	background-color: #fff;
	padding: 8% 0;
}

section #process h3 {
	width: 90%;
	margin: 0 auto 4%;
	color: #2e9ee7;
	border-bottom: 1px solid #2e9ee7;
	text-align: left;
}

section #process h3 img {
	width: 30%;
	margin: 0 0 0.5% 1%;
}

section #process ul {
	width: 80%;
	margin: 0 auto;
	font-size: 0;
}

section #process ul li {
	display: inline-block;
	vertical-align: middle;
	height: 85px;
}

section #process ul li.step {
	position: relative;
	width: 15%;
	background-color: #2e9ee7;
	border-radius: 10px 0 0 10px;
	color: #fff;
	line-height: 140%;
	font-size: calc(13px + 0.5vw);
	letter-spacing: 2px;
	box-sizing: border-box;
}
/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, section #process ul li.step {
    font-size: 18px;
  }
}

section #process ul li.step p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}


section #process ul li.step_cont {
	position: relative;
	width: 84%;
	background-color: #e9e4d1;
	border-radius: 0 10px 10px 0;
	font-size: calc(17px + 0.5vw);
	line-height: 140%;
}
/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, section #process ul li.step_cont {
    font-size: 18px;
  }
}

section #process ul li.step_cont p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: left;
	padding-left: 3%;
	box-sizing: border-box;
	font-size: calc(16px + 0.5vw);
}

section #process ul li.step_cont p span {
	font-weight: bold;
	margin-left: 1%;
}

section #process img.arrow {
	width: 4%;
	margin: 1.5% 0;
}

/* ---------------------▲採用選考プロセス--------------------- */


/* ---------------------▲ENTRY FORM--------------------- */

section #entry {
	background-color: #fff;
	padding: 5% 0;
	margin-top: -1%;
}

section #entry h3 {
	background-color: #2e9ee7;
	padding: 1% 0 0.5%;
	text-align: left;
}

section #entry h3 img {
	width: 30%;
	margin-left: 8%
}


/* フォーム部分 */
section #entry ul {
	width: 85%;
	margin: 5% auto;
	text-align: left;
}

section #entry ul li {
	display: inline-block;
	height: 75px;
	vertical-align: top;
	line-height: 75px;
}

section #entry ul li.form_title {
	position: relative;
	width: 30%;
	background-color: #2e9ee7;
	color: #fff;
	box-sizing: border-box;
	padding-left: 2%;
	margin-bottom: 0.5%;
	font-size: calc(12px + 0.5vw);
	text-align: left;
}

section #entry ul li.must {
	background: url("../../image/information/img_must.png") no-repeat 94% 90%;
	background-size: 19% auto;
	background-color: #2e9ee7;
}

section #entry ul li.form_title img.must {
	position: absolute;
	width: 22%;
	bottom: 5%;
	right: 3%;
}


section #entry ul li.form_field {
	width: 69%;
	background-color: #a5caec;
	box-sizing: border-box;
	text-align: center;
}

section #entry ul li.form_field input {
	width: 95%;
	height: 25px;
	font-size: calc(12px + 0.5vw);

}

section #entry ul li.form_check {
	width: 69%;
	background-color: #a5caec;
	box-sizing: border-box;
	padding-left: 2%;
	text-align: left;
}

/* 希望職種 */
section #entry ul li.profession {
	line-height: 20px;
	padding-top: 20px;
}

section #entry ul li.form_check input {
	width: auto;
	background-color: #a5caec;
	box-sizing: border-box;
	font-size: calc(12px + 0.5vw);
}

section #entry ul li.check_adjust {
	line-height: 30px;
	padding-top: 1%;
}

section #entry input.sub_button {
	width: 18%;
	height: auto;
	min-height: 60px;
	font-size: 15px;
	color: transparent;
	cursor: pointer;
	border-style: none;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	background: url(../../image/information/img_entry_n.png) center center no-repeat;
	background-size: 85%;
	background-color: #2e9ee7;
}

section #entry input.sub_button:hover {
	opacity: 0.8;
}

/* ---------------------▲ENTRY FORM--------------------- */


/* ---------------------▼thanksページ--------------------- */

#thanks {
	width: 100%;
	padding: 18% 0 3%;
	background-color: #fff;
}

#thanks p {
	font-size: calc(16px + 1vw);
	margin-bottom: 3%;
	line-height: 200%;
	font-weight: bold;
	color: #696969;
}

#thanks p a {
	color: #2e9ee7;
}

#thanks p a:hover {
	color: #87cefa;
}

/* ---------------------▲thanksページ--------------------- */


/* ---------------------▼footer--------------------- */

footer {
	background-color: #fff;
}

footer ul.footer_menu  {
  padding-top: 3%;
}

#container footer ul.sns li.entry {
	display: none;
}
