@charset "utf-8";

html,body,#contents {height: 100%;}
body {}

.wrap {width:1000px; max-width: 88%; margin:0 auto;}
.top_wrap {width:1200px; max-width: 100%; margin:0 auto;}
.message_wrap {width:1200px; max-width:88%; margin:0 auto;}

#contents {display:none;}


/********* Header *********/
header {padding:26px 0 40px; border-bottom: 1px solid #ececec;}
header .flex {align-items: center;}
header h1 {max-width: 60%;}

@media (max-width:767px) {
	header {padding:15px 0}
	header .wrap {max-width: 92%;}
}

/********* Header：modalメニュー *********/
header #openModal {margin-left: auto; cursor: pointer;}
.modalArea {display: none; position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%;}
.modalBg {width: 100%; height: 100%; background-color: rgba(232,52,12,0.9);}
.modalWrapper {position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width:600px; max-width:90%; padding: 3em;}
.closeModal {position: absolute; top: .5em; right: .5em; cursor: pointer; color: #fff; font-size: 2em;}

.modalWrapper li {display: block; border-bottom:1px solid #ffd0c6;}
.modalWrapper a {display: block; padding:.65em 0 .5em; font-size: 1.2em; color: #FFFFFF; text-align: center; letter-spacing: .15em; transition: .5s; font-weight: bold;}

/* Sweep To Right */
.modalWrapper a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.modalWrapper a:before {
  content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.modalWrapper a:hover, .modalWrapper a:focus, .modalWrapper a:active {color:#e8340c;}
.modalWrapper a:hover:before, .modalWrapper a:focus:before, .modalWrapper a:active:before {-webkit-transform: scaleX(1); transform: scaleX(1);}


/********* パンくずリンク *********/
.pankuzu {padding:1.2em 0; font-size: 12px;}
.pankuzu li {display: inline-block; color: #555555;}
.pankuzu li a {color: #555555;}
.pankuzu li a:hover {color: #333333;}
.pankuzu li span {color: #e8340c;}
.pankuzu li + li::before {content:"＞"; padding: 0 .2em; display: inline-block;}

@media (max-width:767px) {
	.pankuzu {padding:.5em 0;}
}



/********* TOP *********/
.top_wrap {padding-bottom: 65px;}


/********* TOP：メイン *********/
.top_main {padding: 80px 60px 180px;}
.top_main * {color: #000000;}
.top_main h2 {font-size: 60px; line-height: 1.5em; padding-bottom: 30px;}
.top_main h2 + span {font-size: 60px; display: block; color: #d8d8d8; padding-bottom: 30px; line-height: 1.1em;}
.top_main em {display: block; font-size:24px; margin-left: -.5em; padding-bottom:1em;}
.top_main strong {display: block; font-size:42px; padding-bottom: .5em;}
.top_main p {font-size: 14px; line-height: 34px;}


@media (max-width:768px) {
	.top_main {padding: 50px 40px 150px;}
	.top_main h2 {font-size:50px; padding-bottom: 30px;}
	.top_main h2 + span {font-size:40px; padding-bottom: 30px; line-height: 1.1em;}
}

@media (max-width:767px) {
	.top_main {padding: 30px 10px 80px 20px;}
	.top_main h2 {font-size:31px; padding-bottom: 15px;}
	.top_main h2 + span {font-size:28px; padding-bottom: 20px; line-height: 1.1em;}
	.top_main em {font-size:16px; padding-bottom:.5em;}
	.top_main strong {display: block; font-size:23px; padding-bottom: .5em;}
	.top_main p {font-size: 13px; line-height: 2.1em;}
}







/********* TOP：共通 *********/
.top_title {display: block; font-size: 60px; font-weight: bold; color: #e8340c; line-height: 1.3em;}

.btn {display: block; position: relative; background: #e8340c; border:5px solid #e8340c; padding:1em 2em; color: #FFFFFF; font-weight: bold; letter-spacing: .1em; font-size: 14px; transition: .5s;}
.btn::before {content:""; position: absolute; right: 1.5em; top: 50%; width: 1em; height: 1em; background: url("../images/index/arrow_right.png") no-repeat center; margin-top: -.5em;}

.btn:hover {background: #ffffff; color: #e8340c;}
.btn:hover::before {background: url("../images/index/arrow_right_red.png") no-repeat center;}

@media (max-width:768px) {
	.top_title {font-size: 40px;}
}
@media (max-width:767px) {
	.btn {padding:.6em 1em;}
	.top_title {font-size: 30px;}
}



/********* TOP：メッセージ *********/
.top_message {padding: 0 0 280px 60px; position: relative;}
.top_message figure img {max-width: 78%;}
.top_message_text {position: absolute; right: 0; top: 95px; width: 35.8%;}
.top_message_text .top_title {padding-bottom: .19em;}
.top_message_name {color:#2c3560; font-size: 14px; font-weight:bold; line-height: 1.6em; padding-bottom: 1em; letter-spacing: .05em;}
.top_message_name strong {font-size:24px;}
.top_message_read {font-weight: 600; color: #2c3560; font-size: 14px; margin-bottom: 2.7em;}
.top_message_text .btn {max-width: 83%;}

.top_message_name .flex {align-items: center;}
.top_message_name .flex em {font-size: .9em; line-height: 1.5em; font-weight: bold; min-width: 9em;}
.top_message_name .flex strong {padding-left: .3em;}
.top_message_name p {padding: .5em 0 .2em; font-weight: bold; font-size: .9em; line-height: 1.3em;}
.top_message_name p span {font-size: .9em; padding-left: 1em;}
.top_message_name p span::before {content:"/ ";}

@media (max-width:768px) {
	.top_message {padding: 0 0 100px 0;}
	.top_message figure {text-align: right;}
	.top_message figure img {max-width:75.5%;}

	.top_message_text {position:static; right: auto; top: auto; width:86%; margin:-25px auto 0 auto;}
	.top_message_name br {display: none;}
	.top_message_name strong {display: inline-block; padding-right: .3em;}
	.top_message_read {margin-bottom: 1.5em;}

	.top_message_text .btn {max-width: 50%;}

}

@media (max-width:767px) {
	.top_message {padding: 0 0 100px 0;}
	.top_message figure {text-align:center;}
	.top_message figure img {max-width:100%;}
	.top_message_text {width:86%; margin:25px auto 0 auto;}
	.top_message_name br {display: inline;}
	.top_message_text .btn {max-width: 80%;}

	.top_message_name p span::before {display: none;}
	.top_message_name p span {padding-left:0; display: block;}
}



/********* TOP：インタビュー *********/
.top_interview {position: relative; max-width: 92%; margin: 0 auto; padding-bottom: 5em;}
.top_interview .top_title {padding-bottom: .19em;}

.top_interview_text {position: absolute; right: 0; top: -30px; padding-right: 5%; text-align: right;}
.top_interview_text p {font-size: 14px; line-height: 2.2em; color: #2c3560; letter-spacing: .05em; font-weight:600;}

.top_interview ul {margin-right: -55px;}
.top_interview ul li {width: 33.33%; padding-right: 55px}

.top_interview li:nth-child(2) {margin-top: 200px;}
.top_interview li:nth-child(3) {margin-top: 400px;}
.top_interview li:nth-child(4) {margin-top: -350px;}
.top_interview li:nth-child(5) {margin-top: -150px;}
.top_interview li:nth-child(6) {margin-top: 50px;}
.top_interview li:nth-child(7) {margin-top: -350px;}
.top_interview li:nth-child(8) {margin-top: -150px;}
.top_interview li:nth-child(9) {margin-top: 50px;}
.top_interview li:nth-child(10) {margin-top: -350px;}

.top_interview li:nth-child(1) a {background: url("../images/index/staff_top01a.png") no-repeat left top; background-size:100%;}
.top_interview li:nth-child(2) a {background: url("../images/index/staff_top02a.png") no-repeat left top; background-size:100%;}
.top_interview li:nth-child(3) a {background: url("../images/index/staff_top03a.png") no-repeat left top; background-size:100%;}
.top_interview li:nth-child(4) a {background: url("../images/index/staff_top05a.png") no-repeat left top; background-size:100%;}
.top_interview li:nth-child(5) a {background: url("../images/index/staff_top07a.png") no-repeat left top; background-size:100%;}
/**.top_interview li:nth-child(6) a {background: url("../images/index/staff_top06a.png") no-repeat left top; background-size:100%;}**/
.top_interview li:nth-child(6) a {background: url("../images/index/staff_top08a.png") no-repeat left top; background-size:100%;}
.top_interview li:nth-child(7) a {background: url("../images/index/staff_top09a.png") no-repeat left top; background-size:100%;}
.top_interview li:nth-child(8) a {background: url("../images/index/staff_top10a.png") no-repeat left top; background-size:100%;}
/**.top_interview li:nth-child(9) a {background: url("../images/index/staff_top10a.png") no-repeat left top; background-size:100%;}**/

.top_interview ul li a {display: block; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden;}
.top_interview ul li a:before {content: ""; position: absolute; z-index: 10; left: 0; right: 0; top: 0; bottom: 0; border-color: #e8340c; border-style: solid; border-width: 0; -webkit-transition-property: border-width; transition-property: border-width; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.top_interview ul li a:hover:before, .top_interview ul li a:focus:before, .top_interview ul li a:active:before {
  -webkit-transform: translateY(0); transform: translateY(0); border-width:7px;}

.top_interview ul li a img {transition:.3s;}
.top_interview ul li a:hover img {opacity: 0;}

@media (max-width:768px) {
	.top_interview_text {position: absolute; right: 0; top: -20px; padding-right: 3%; text-align: right;}

	.top_interview ul {margin-right: 0;}
	.top_interview ul li {width:50%; padding:0 20px;}

	.top_interview li:nth-child(2) {margin-top: 180px;}
	.top_interview li:nth-child(3) {margin-top: -140px;}
	.top_interview li:nth-child(4) {margin-top: 40px;}
	.top_interview li:nth-child(5) {margin-top: -140px;}
	.top_interview li:nth-child(6) {margin-top: 40px;}
	.top_interview li:nth-child(7) {margin-top: -140px;}
	.top_interview li:nth-child(8) {margin-top: 40px;}
	.top_interview li:nth-child(9) {margin-top: -140px;}
	.top_interview li:nth-child(10) {margin-top: 40px;}
}

@media (max-width:767px) {
	.top_interview {padding-bottom:0;}
	.top_interview_text {position:static; right:auto; top:auto; padding-right:3%; text-align: right; padding-bottom: 2em;}

	.top_interview ul {margin: 0 5px;}
	.top_interview ul li {width:50%; padding:0 5px;}

	.top_interview li:nth-child(2) {margin-top: 0;}
	.top_interview li:nth-child(3),
	.top_interview li:nth-child(4),
	.top_interview li:nth-child(5),
	.top_interview li:nth-child(6),
	.top_interview li:nth-child(7),
	.top_interview li:nth-child(8),
	.top_interview li:nth-child(9),
	.top_interview li:nth-child(10) {margin-top:10px;}
}




/********* スタッフ：メイン *********/
.staff_main {background: url("../images/interview/main_bg.jpg") repeat-x bottom;}
.staff_main_txt {min-height: 538px;}
.staff_main_txt h2 {color:#2c3560; font-size: 35px; padding-bottom:.6em; padding-top: 210px;}
.staff_main_txt .main_txt_sub,
.staff_main_txt .main_txt_sub {display: block; font-size: 16px;}
.staff_main_txt strong {display: block; font-size: 30px; font-weight: bolder;}
.staff_main_txt .indent_half {margin-left: -.5em;}
.staff_main_img {width: 1400px; max-width: 100%; margin: 0 auto; transition: .5s;}
.staff_main_01 {background: url("../images/interview/01_main.jpg") no-repeat right bottom;}
.staff_main_02 {background: url("../images/interview/02_main.jpg") no-repeat right bottom;}
.staff_main_03 {background: url("../images/interview/03_main.jpg") no-repeat right bottom;}
.staff_main_04 {background: url("../images/interview/04_main.jpg") no-repeat right bottom;}
.staff_main_05 {background: url("../images/interview/05_main.jpg") no-repeat right bottom;}
.staff_main_06 {background: url("../images/interview/06_main.jpg") no-repeat right bottom;}
.staff_main_07 {background: url("../images/interview/07_main.jpg") no-repeat right bottom;}
.staff_main_08 {background: url("../images/interview/08_main.jpg") no-repeat right bottom;}
.staff_main_09 {background: url("../images/interview/09_main.jpg") no-repeat right bottom;}
.staff_main_10 {background: url("../images/interview/10_main.jpg") no-repeat right bottom;}

@media (max-width:1400px) {.staff_main_img {background-position:110% 100%;}}
@media (max-width:1200px) {.staff_main_img {background-position:130% 100%;}}
@media (max-width:1000px) {.staff_main_img {background-position:150% 100%;}}
@media (max-width:900px) {.staff_main_img {background-position:200% 100%;}}
@media (max-width:768px) {.staff_main_img {background-position:270% 100%;}}

@media (max-width:767px) {
	.staff_main {background: url("../images/interview/main_bg.jpg") repeat-x bottom; background-size:auto 100%; }
	.staff_main_txt {min-height:300px;}
	.staff_main_txt h2 {font-size:25px; padding-bottom:.6em; padding-top:70px; line-height: 1.25em;}
	.staff_main_img {background-position:150px 0; background-size: auto 100%;}
	.staff_main_txt .main_txt_sub,
	.staff_main_txt .main_txt_sub {font-size:12px; line-height: 1.5em;}
	.staff_main_txt strong {font-size:18px;}
}


/********* スタッフ：コンテンツ *********/
.staff_contets {padding: 100px 90px 180px;}
.staff_contets .staff_contets_info-txt {padding-bottom: 7em;}
.staff_contets p {line-height: 2.5em; padding-bottom: 5em;}
.staff_contets .staff_photo {text-align: center; padding-bottom: 5em;}
.staff_contets .staff_photo img {max-width: 86%;}

@media (max-width:768px) {
	.staff_contets {padding:70px 50px 100px;}
}
@media (max-width:767px) {
	.staff_contets {padding:50px 30px 70px;}
	.staff_contets .staff_contets_info-txt {padding-bottom:4em;}
	.staff_contets p {line-height: 2em; padding-bottom:3em;}
	.staff_contets .staff_photo {text-align: center; padding-bottom:3em;}
	.staff_contets .staff_photo img {max-width:92%;}
}

/********* スタッフ：リスト *********/
.staff_list {padding: 0 20px 80px;}
.staff_list_title {color:#e8340c; font-weight: bold; font-size: 72px; display: block; text-align: center; padding-bottom: .6em;}
.staff_list_title + p {color:#2c3560; text-align: center; line-height: 2em; padding:0 0 2em 0; font-size: 14px;}
.staff_list ul {margin: 0 -5px;}
.staff_list ul li {width: 20%; padding: 5px;}
.staff_list ul li p {color: #2c3560; font-size: 12px; line-height: 1.6em; font-weight: bold; padding: .9em 0 3em;}
.staff_list ul li .women {color: #e8340c;}

.staff_list ul li figure {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.staff_list ul li figure:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #e8340c;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.staff_list ul li figure:hover:before, .staff_list ul li figure:focus:before, .staff_list ul li figure:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width:5px;
}


@media (max-width:1050px) {
	.staff_list ul li {width: 25%; padding: 5px;}
}
@media (max-width:767px) {
	.staff_list {padding: 0 20px 50px;}
	.staff_list_title {font-size:35px; padding-bottom: 0;}
	.staff_list_title + p {padding:1.5em 0;}
	.staff_list ul li {width: 50%; padding: 5px;}
	.staff_list ul li p {padding: .8em 0 1.5em;}
}

/********* スタッフ：エントリーボタンスペース *********/
.entry_wrap {background: #e8340c;}
.entry_wrap .wrap {padding:2.5em 0 3.5em; text-align: center;}
.entry_wrap .wrap p {color: #FFFFFF; font-size: 18px; font-weight: bold; padding-bottom:.8em;}
.entry_wrap .wrap a {display: inline-block; text-align:center; min-width:11em; max-width:90%; padding:.25em 0; font-size:35px; color:#e8340c; font-weight:bold; border:9px solid #ffd0c6; background: #ffffff; transition:.5s;}
.entry_wrap .wrap a:hover {letter-spacing: .2em; border:9px solid #ffa490;}

@media (max-width:767px) {
	.entry_wrap .wrap p {font-size:13px; line-height: 1.5em;}
	.entry_wrap .wrap a {padding:.3em 0 .2em; font-size:22px; border:6px solid #ffd0c6; min-width:8em;}
	.entry_wrap .wrap a:hover {letter-spacing: .2em; border:6px solid #ffa490;}
}

/********* footer *********/
footer {background: #191919;}
footer .wrap {padding: 3.5em 0;}
.foot_arrow {margin-left: auto;}
.foot_arrow a {display: inline-block; padding:1em 1.2em; background:#e8340c; line-height: 1em;}
.foot_arrow a img {line-height: 1em; vertical-align: middle;}
.foot_arrow a:hover {background: #ff2e00;}
.foot_logo span {color: #FFFFFF; font-size: 10px;}

@media (max-width:767px) {
	footer .wrap {padding:2.5em 0;}
}

/********* ローディング *********/
#loader-bg {display:none; position:fixed; width: 100%; height: 100%; top: 0px; left: 0px; background-color: #fff; z-index:1;}
#loader {display: none; position: fixed; top: 50%; left: 50%; width: 140px; height: 200px; margin-top: -100px; margin-left: -70px; text-align: center; z-index: 2;}
#loader span {display: block; text-align: center; padding-top: 1.5em;}


/********* エフェクト *********/
.ef-fade_bottom {opacity: 0; transition: 1s; padding-top:50px; margin-bottom:-50px;}
.fade_bottom {opacity:1; padding-top:0; margin-bottom:0;}

.ef-fade {opacity: 0; transition: 1s;}
.fade {opacity:1;}

.fade_staff_list li {transition: 1.5s; opacity:0;}
.fade_staff_list li.staff_list {opacity:1;}


/********* ローディング *********/
.loader {background:#e8340c; height:100%; left:0; position:fixed; top:0; width:100%; z-index:1000;}
.loader-animation,
.loader-animation:before,
.loader-animation:after {
	background:#ffffff;
	-webkit-animation:load1 1s infinite ease-in-out;
	animation:load1 1s infinite ease-in-out;
	width:5px;
	height:3em;
}
.loader-animation {
	height:10px;
	left:50%;
	margin:-5px 0 0 -5px;
	position:absolute;
	top:50%;
	width:5px;
	color:#ffffff;
	text-indent:-9999em;
	font-size:5px;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation-delay:-0.16s;
	animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
	position:absolute;
	top:0;
	content:'';
}
.loader-animation:before {
	left:-1.5em;
	-webkit-animation-delay:-0.32s;
	animation-delay:-0.32s;
}
.loader-animation:after {left:1.5em;}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow:0 0;
		height:3em;
	}
	40% {
		box-shadow:0 -2em;
		height:4em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow:0 0;
		height:3em;
	}
	40% {
		box-shadow:0 -2em;
		height:4em;
	}
}



/********* MESSAGE：メインビジュアル *********/
.message_bg {background: #f7f5f1; border-top: 1px solid #ececec; padding: 80px 0 30px;}

.message_main {position: relative; margin-bottom: 25px;}
.message_main figure {text-align: center;}
.message_name {display: inline-block; background: #FFFFFF; border-bottom:solid 6px #e2d7c6; padding: 70px 35px; color: #000000; font-size: 14px; font-weight: bold; line-height: 1.8em; position: absolute;}
.message_name strong {font-size: 24px;}
.message_name01 {left: 60px; bottom: 160px;}
.message_name02 {right: 70px; bottom: 50px;}


/********* MESSAGE：メインタイトル *********/
.message_title {width: 800px; max-width: 100%; margin: 0 auto; padding: 30px 0; margin-bottom: 110px;}
.message_title span {color: #e5ded5; font-size: 82px; width: 50%; font-family:"Roboto"; font-weight:700; letter-spacing: .02em;}
.message_title em {color: #111; font-size: 18px; text-align: center; font-weight: bold; width: 50%;}


/********* MESSAGE：本文 *********/
.messge_text_wrap {width: 1000px; max-width: 100%; margin: 0 auto;}
.messge_text_title {background: url("../images/message/message_title_bg.png") no-repeat; background-size:100% 100%; padding: .8em; font-size: 20px; color: #000; display: block; text-align: center; line-height: 1.2em;}
.messge_text {width: 800px; max-width: 100%; padding:40px 0 90px 0; margin: 0 auto;}
.messge_text p {line-height: 2.5em; font-size: 16px;}
.messge_text li {position: relative; padding-left: 1em; padding-bottom: .4em; opacity: 0; transition: .5s; padding-top:30px; margin-bottom:-30px; font-size: 16px;}
.messge_text li::before {content:"・"; position: absolute; left: 0; top: 0;}
.messge_text .fade_bottom {opacity: 1; padding-top:0; margin-bottom:0;}



@media (max-width:1024px) {
	.message_main {position: relative; margin-bottom:15px;}
	.message_main figure img {max-width: 70%;}
	.message_name {border-bottom:solid 5px #e2d7c6; padding:35px 25px;}
	.message_name01 {left: -6.5%; bottom: 60px;}
	.message_name02 {right: -6.5%; bottom: 30px;}
}

@media (max-width:768px) {
	.message_bg {padding: 60px 0 30px;}
	.message_title { margin-bottom:70px;}
	.message_title {-webkit-flex-wrap: wrap; flex-wrap: wrap;}
	.message_title span {font-size:60px; width: 40%;}
	.message_title em {font-size: 18px; width: 60%;}
	.messge_text {padding:30px 0 60px 0;}
}

@media (max-width:767px) {
	.message_bg {padding:30px 0 0;}
	.message_title { margin-bottom:35px;}

	.message_main figure img {max-width:100%;}
	.message_name {border-bottom:solid 4px #e2d7c6; padding:10px; font-size: 12px; line-height: 1.2em;}
	.message_name strong {font-size:16px; display: block; padding:.5em 0;}
	.message_name br {display:none;}
	.message_name span {display: block; font-size: 10px;}
	.message_title {padding: 20px 0;}
	.message_title span {font-size:40px; width:100%; margin-bottom: .2em; text-align: center;}
	.message_title em {font-size: 16px; width:100%; }

	.messge_text_title {padding: .6em; font-size:16px;}
	.messge_text {padding:15px 0 60px 0; margin: 0 auto;}
	.messge_text p {line-height: 2em; font-size: 14px;}
	.messge_text li {font-size: 14px;}
}







/** ENTRY：title **/
.entry_title_wrap {background:linear-gradient(to right, #e8340c 70%, #f1836a);}
.entry_title_wrap * {color: #fff; line-height: 1.3em; letter-spacing:.1em;}
.entry_title {padding:40px 100px; background:linear-gradient(to right, #d30b01 40%, #db1b05); display: inline-block;}
.entry_title h2 {font-size: 36px; font-weight: bold; white-space: nowrap;}
.entry_title span {font-size:20px; white-space: nowrap; padding-left: 20px;}
.entry_midashi {font-size: 24px; font-weight: bold; padding-bottom:10px; color: #e8340c;}
.entry_pdb {padding-bottom:75px;}

@media (max-width:768px) {
    .entry_title {padding:30px 60px;}
    .entry_title h2 {font-size: 30px;}
    .entry_title span {font-size:16px;}
    .entry_midashi {font-size: 20px; padding-bottom:5px;}
    .entry_pdb {padding-bottom:55px;}
}
@media (max-width:767px) {
    .entry_pdb {padding-bottom:35px;}
    .entry_title {padding:15px 25px;}
    .entry_title h2 {font-size: 20px;}
    .entry_title span {font-size:13px; padding-left:10px;}
}




/** ENTRY：ステップ **/
.entry_main {width: 940px; padding: 80px 0 140px;}
.entry_step {padding-top:10px;}
.entry_step ul {margin: 0 -1.5%;}
.entry_step ul li {width:22%; margin: 0 1.5% 15px; background:#fff0ed; border-radius: 10px; padding:35px 10px; text-align: center; border: 1px solid #e8340c; font-size: 18px; font-weight: bold;}
.entry_step li + li {position: relative;}
.entry_step li + li::before {content:""; width:12px; height:10px; background: url("../images/index/arrow_right_red.png") no-repeat; position: absolute; left: -9%; top: 50%; margin-top: -5px;}
.entry_step li:last-child {background:#ffc8bb; color:#e8340c;}

@media (max-width:768px) {
    .entry_step ul li {padding:20px 10px;}
    .entry_step li + li::before {left: -9.5%;}
}
@media (max-width:767px) {
    .entry_main {padding:40px 0 50px;}
    .entry_step ul {margin:0;}
    .entry_step ul li {padding:8px; font-size:15px; letter-spacing: 0; width:100%; margin: 0 1% 10px;}
    .entry_step li + li::before {content:""; width:12px; height:10px; background: url("../images/index/arrow_bottom_red.png") no-repeat; position: absolute; left:0; right:0; top:auto; bottom: 105%; margin:auto;}
}


/** ENTRY：テーブル **/
.entry_midashi + .entry_table  {margin-top: -10px;}
.entry_table {}
.entry_table th,
.entry_table td {border-bottom: dotted 1px #afafaf; padding: 30px 0;}
.entry_table th {width: 20%; font-weight: bold; font-size: 16px; color: #000000;}

@media (max-width:767px) {
    .entry_table,
    .entry_table > tbody,
    .entry_table > tbody > tr,
    .entry_table > tbody > tr > th,
    .entry_table > tbody > tr > td {display: block; width: 100%;}
    .entry_table > tbody > tr > th {padding-bottom:7px; border-bottom: 0; padding-top: 15px;}
    .entry_table > tbody > tr > td {padding: 0 0 10px;}
    .entry_midashi + .entry_table  {margin-top:5px;}
    .entry_table {border-top: dotted 1px #afafaf;}
}


/** ENTRY：テーブル内テーブル **/
.entry_table_sub {width: auto;}
.entry_table_sub th,
.entry_table_sub td {border:1px solid #cecece; padding:8px 20px; text-align: center; line-height: 1.6em;}
.entry_table_sub th {font-weight: normal; color: #4b4b4b; background:#ebebeb;}

@media (max-width:767px) {
    .entry_table_sub {margin-bottom: 10px;}
    .entry_table_sub th,
    .entry_table_sub td {padding:5px 5px; font-size: 14px;}
}



/** ENTRY：リンクボタン **/
.btn_wrap {padding: 60px 0  0 0; }
.btn_wrap p {max-width:90%; margin: 0 auto 5px; width: 670px; font-size: 16px; font-weight: bold;}
.btn_wrap ul li + li {margin-left: 20px;}
.btn_wrap ul li {max-width: 60%; text-align: center; line-height: 25px;}
.btn_wrap ul li:nth-child(1) {margin-left: auto;}
.btn_wrap ul li:last-child {margin-right: auto;}
.btn_wrap ul li img {border: 1px solid #0068b7; transition: .3s;}
.btn_wrap ul li img:hover {border: 1px solid #00abeb;}

@media (max-width:767px) {
    .btn_wrap {padding:40px 0  0 0;}
    .btn_wrap p {max-width:100%; margin: 0 auto 5px; text-align: center; font-size:14.5px;}
    .btn_wrap ul li + li {margin-left:0; margin-top:35px;}
    .btn_wrap ul li {max-width:100%;}
}


/** ENTRY：お問い合わせ **/
.entry_contact {padding: 60px 0 0 0;}
.entry_contact .flex > strong {padding:35px 20px; background: #ebebeb; font-size: 16px; font-weight: bold; text-align: center; border-radius: 10px; margin-left: auto; line-height: 1.3em;}
.entry_contact .flex > p {padding-left: 25px; display: inline-block; margin-right: auto; line-height: 1.9em;}

@media (max-width:767px) {
    .entry_contact {padding:30px 0 0 0;}
    .entry_contact .flex > strong {padding:10px 8px; font-size: 15px; width: 100%; margin-bottom: 10px;}
    .entry_contact .flex > p {padding-left:0;}
}




/********* スタッフ：エントリーボタンスペース *********/
.entry_wrap.entry_btns .wrap a {display: inline-block; text-align:center; min-width:12em; max-width:90%; padding:10px; font-size:30px; color:#e8340c; font-weight:bold; border:9px solid #ffd0c6; background: #ffffff; transition:.5s;}

.entry_wrap.entry_btns .wrap a + a {margin-left:15px;}
.entry_wrap.entry_btns .wrap a span {font-size: 16px; vertical-align: middle;}
.entry_wrap.entry_btns .wrap a:hover {letter-spacing:0; border:9px solid #ffa490;}
.no-link {pointer-events: none !important; border-color:#d2d2d2 !important; color: #b6b6b6 !important;}

@media (max-width:768px) {
    .entry_wrap.entry_btns .wrap a {font-size:26px;}
    .entry_wrap.entry_btns .wrap a span {font-size: 15px;}
}

@media (max-width:767px) {
    .entry_wrap.entry_btns .wrap a {font-size:24px;}
    .entry_wrap.entry_btns .wrap a + a {margin:15px 0 0 0;}
    .entry_wrap.entry_btns .wrap a span {font-size: 14px;}
}





/** ENTRY：中途採用：枠・メニュー **/
.chuto_wrap {padding: 80px 0 100px;}
.chuto_menu {}
.chuto_menu li {width: 25%;}
.chuto_menu li + li {border-left: 1px solid #fff;}
.chuto_menu li a {display:block; text-align:center; padding:11px 10px 10px 10px; font-size:16px; background:#ececec; color:#e8340c; font-weight:600; height: 100%;}
.chuto_menu li a:hover {background: #f6f6f6;}
.chuto_menu .active a {background:#e8340c; color:#ffffff; pointer-events: none;}
.chuto_menu_over {border-bottom:#e8340c 3px solid; margin-bottom: 60px;}
.chuto_menu_bottom {border-top:#e8340c 3px solid; margin-top:80px;}

@media (max-width:768px) {
    .chuto_menu li a {padding:11px 5px 10px 5px; font-size:14px;}
}
@media (max-width:767px) {
    .chuto_wrap {padding:40px 0 50px;}
    .chuto_menu_over {margin-bottom:40px;}
    .chuto_menu_bottom {margin-top:50px;}
    .chuto_menu li a {padding:6px 5px 4px 5px; font-size:12px; line-height: 1.5em;}
}
@media (max-width:320px) {
    .chuto_menu li {width:50%;}
    .chuto_menu_over li {border-top: 1px solid #fff;}
    .chuto_menu_bottom li {border-bottom: 1px solid #fff;}
    .chuto_menu li a {padding:10px 3px 9px 3px;}
}


/** ENTRY：中途採用：メイン **/
.chuto_main {padding-bottom: 80px;}
.chuto_main_text {width:45%;}
.chuto_main_text h3 {font-size: 30px; font-weight: 800; padding-bottom: 15px;}
.chuto_main_img {width: 50%; text-align: right; margin-left: auto; padding: 15px 0;}

@media (max-width:768px) {
    .chuto_main_text h3 {font-size:26px;}
    .chuto_main_text p {line-height: 1.8em;}
    .chuto_main_text {width:50%;}
    .chuto_main_img {width:45%;}
}
@media (max-width:767px) {
    .chuto_main_text h3 {font-size:20px; padding-bottom:10px;}
    .chuto_main {padding-bottom:40px;}
    .chuto_main_text {width:100%;}
    .chuto_main_img {width:100%;}
}



/** ENTRY：中途採用：募集要項 **/
.chuto_youkou_wrap {padding: 0 20px;}

@media (max-width:767px) {
    .chuto_youkou_wrap {padding:0;}
}



/** ENTRY：中途採用：募集要項：勤務地テーブル **/
.entry_table_kinmuchi {}
.entry_table_kinmuchi th,
.entry_table_kinmuchi td {border-bottom:0; padding:0; font-weight: normal; line-height: 1.5em; padding-bottom: 10px;}
.entry_table_kinmuchi td span {color: #ff0000; font-size: 14px;}
.entry_table_kinmuchi tr:last-child th,
.entry_table_kinmuchi tr:last-child td {padding-bottom: 0;}

@media (max-width:767px) {
    .entry_table_kinmuchi th {font-size: 12px; white-space: nowrap; padding-right: 1em;}
    .entry_table_kinmuchi td span {font-size: 11px;}
}
