@charset "utf-8";

.recruit_contact_button:visited,
.recruit_contact_button:active {
  color: #fff !important;
}
.banner_button:visited,
.banner_button:active {
  color: #000 !important;
}


input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}


.zoom-target {
  transform: scale(0.8);
  transition: transform 0.6s ease-out;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.zoom-target.active {
  transform: scale(1.0);
  opacity: 1;
}



/* フェードイン用のCSS */
.show2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.show2.active {
  opacity: 1;
  transform: translateY(0);
}




.sidesubmenu_navbutton  {
  position: relative;
}

.child {
    display: none;
}

.sidesubmenu-item a{
	height: 59px;
    background-color: #3EA60C;
    color: #fff!important;
    padding-left: 10px;
    display:block;
    width:100%;
 
}	
.sidesubmenu-item a:visited  {
    color: #fff!important;
}






.wp-pagenavi {
	clear: both;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #3EA60C;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #3EA60C;
}
.wp-pagenavi a:hover{
	color: #fff!important;
	background-color: #3EA60C;
    }
.wp-pagenavi span.current{
	color: #fff!important;
	background-color: #3EA60C;
    }
	
	
	


	/*page-top*/
	#page-top {
		position: fixed;
		bottom: 120px;
		right: 50px;
		font-size: 77%;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
		width: 80px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 80px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -80px;
		height: 80px;
		width: 80px;
			transition: color 0.5s;
	}
 



/* =============================================================================
   基本設定
   ========================================================================== */


*, *:before, *:after {
box-sizing: border-box;

}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
    font-style: normal;
    font-weight: normal;
  
}




/**html**/
html{
	height:100%;
	width: 100%;
	margin: 0!important;
    padding: 0!important;
}




body {
	color: #333;line-height: 1.6;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
	margin: 0!important;
    padding: 0!important;
    width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#overwrap {overflow: hidden;position: relative;}
a {color: #333;text-decoration: none;}
a:hover {color: #FF9326;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}
em {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
sup {vertical-align: super;}
sub {vertical-align: sub;}


p{margin: 0;padding: 0;}


a:visited,
a:active {
  color: #BBBBBB; /* 現在のテキスト色を維持 */
}


/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}



html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent !important;

}

/* コンテンツ全体をラップ */
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
 
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: transparent !important;
}





/**clear**/
.clear:after {
 content:".";
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
}

.clear{
	min-height:1px;
	clear: both;
	float: none;

}



@keyframes shineflow {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}









/* =========================PC=========================================== */
@media screen and (min-width: 768px) {

.recruit_paragraph {
  font-size: 1.2rem;
    line-height: 2;

}


.recruit_feature_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align:center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* 控えめなぼかし */
}

.interview_jp2 {
  text-align:center;
 font-size: 1.2rem;
  font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* 控えめなぼかし */
 
}

.recruit_feature_inner{
padding:40px 0px 150px 0px;
}

.recruit_feature_block {
  background: url("../img/recruit_img01.jpg") center center / cover no-repeat;
  color: #fff;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}


.recruit_feature_inner {
  text-align:center;
}

.recruit_feature_text {
  flex: 1;
  font-size: 1.2rem;
  line-height: 2;
  padding:20px 0px 20px 0px;
}





.sp {
	display: none;
}


.recruit_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  color: #fff;
  transition: height 0.3s ease, background 0.3s ease;
  background: rgba(0, 0, 0, 0.3); /* スクロール時に黒の透過 */
}

.recruit_header.shrink {
  height: 80px;
  background: rgba(0, 0, 0, 0.6); /* スクロール時に黒の透過 */
}


.recruit_logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.recruit_logo img {
  height: 100%;
  max-height: 120px; /* ヘッダー最大高さに応じて調整 */
  transition: max-height 0.3s ease;
}

.recruit_header {
  height: 120px;
  transition: height 0.3s ease;
}



.recruit_header.shrink .recruit_logo img {
  max-height: 50px; /* 縮小時のロゴの最大サイズ */
}


.re_pc_nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.re_pc_nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 10px 0;
}

.re_pc_nav li a:hover {
  border-bottom: 2px solid #ff5f1f;
}


.re_pc_nav ul li {
  position: relative;
}

.re_pc_nav ul li::after {
  content: '▼';
  position: absolute;
  top: 100%;         /* テキストの下に表示 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #ff5f1f;     /* お好みで色変更 */
  margin-top: 5px;
  pointer-events: none;
}


/*
.recruit_entry .btn_entry {
  width: 300px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #132F74;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  border-radius: 6px;
  line-height: 1.4;
  margin-right:10px;
}

.recruit_entry .btn_entry span {
  font-size: 13px;
  opacity: 0.8;
}
*/



.lower_recruit_hero {
  width: 100%;
  height: 100vh;
  background: url('../img/recruit_main.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero_inner {
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.hero_copy p {
  margin-bottom: 10px;
}

.hero_copy h2 {
  font-weight: bold;
  margin-bottom: 15px;
}

.site_title {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* 控えめなぼかし */
  opacity: 0.9;
}


.hero_copy p:first-of-type {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8); /* ぼかし付き黒の光彩 */
  margin-bottom: 15px;
}





.hero_copy h2 {
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7); /* 少し控えめなぼかし */
  margin-bottom: 10px;
}




.recruit_content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 白＋80%の不透明度 */
  margin-top: -220px; /* ヒーローと重なる */
  position: relative;
  z-index: 2;
  padding: 80px 20px 0 20px; /* 上:80px 右:20px 下:0 左:20px */
}


.recruit_content_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}





.recruit_message {
  text-align: center;
  padding: 80px 20px;
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  padding-bottom:140px;
}

.recruit_kun_reading {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #444;
}

.recruit_kun_title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.recruit_kun_en {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 20px;
  color: #666;
}

.recruit_kun_note {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #666;
}

.recruit_belief {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #111;
}





.recruit_content_inner_02 {
  display: flex;
  width: 100%;
  min-height: 100%;
}

.recruit_message2_left {
  width: 30%;
  background: #132F74;
  color: #fff;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.recruit_message2_left h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: normal;
}

.recruit_message2_left h3 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.recruit_message2_right {
  width: 70%;
  background: #fff;
  color: #000;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.recruit_text {
  flex: 1;
  font-size: 1.2rem;
  line-height: 2;
}

.recruit_image {
  flex-shrink: 0;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit_image img {
  max-height: 589px;
  width: auto;
  height: auto;
  display: block;
}

.recruit_slider div {
  margin: 0;
  padding: 0;
}

.recruit_slider img {
  display: block;
  height: 250px; /* 必要に応じて調整 */
  width: auto;
}





.recruit_interview_intro {
  background-color: #FF8000;
  color: #fff;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}


.recruit_interview_inner {
  max-width: 880px;
  text-align: center;
  padding: 0 20px;
}

.recruit_interview_inner h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.interview_sub {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.interview_jp {
  font-size: 1.8rem;
  font-weight: bold;
}


.recruit_content_inner_02.recruit_bg_half {
  position: relative;
  overflow: hidden;
}

.recruit_content_inner_02.recruit_bg_half::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: #F9F1E4;
  z-index: 0;
}

.recruit_interview_block {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  z-index: 1;
}

.interview_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.interview_img {
  width: 300px;
  flex-shrink: 0;
}

.interview_img img {
  width: 100%;
  height: auto;
  display: block;
}

.interview_text {
  flex: 1;
  padding: 30px 40px;
  /*background: #fff;*/
  box-sizing: border-box;
}

.interview_text h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.interview_text p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.interview_year {
  font-weight: bold;
}




.recruit_banner_yfs {
  width: 100%;
  height: 400px;
  background-image: url("../img/banner_bg.jpg"); /* 背景画像 */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner_overlay {
  color: #fff;
  z-index: 2;
  padding: 20px;
}

.banner_title {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin-bottom: 30px;
}

.banner_button {
  display: inline-block;
  width: 320px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1rem;
  position: relative;
  text-align: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.banner_button:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.banner_button::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow_right.png"); /* 矢印アイコン画像 */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}


.recruit_contact_cta {
  text-align: center;
  padding: 100px 20px 120px;
  background: #fff;
}

.recruit_contact_text {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 40px;
}

.recruit_contact_button {
  display: inline-block;
  background: #D62828;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 60px;
  border-radius: 10px;
  text-decoration: none;
  border: 2px dotted #fff;
  box-shadow: 0 0 0 5px #D62828; /* ← 外側に赤を塗り足し */
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.recruit_contact_button:hover {
  background: #b82020;
  box-shadow: 0 0 0 5px #b82020; /* ← ホバー時も同様に濃く */
}


/********foot***********/
/* フッター */
footer {
 background: linear-gradient(
  135deg,
  #000 0%,
  #1c255f 40%,
  #1f2b74 50%,
  #1c255f 60%,
  #000 100%
);
  color: #fff;
  padding: 60px 0; /* 高めの高さ */
  font-size: 0.9rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  width: 84px;
  height: 40px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.company-name {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

footer .copyright {
  font-size: 0.8rem;
  opacity: 0.7;
}


/**********追加*******************/

.youkou_tilebox {
  background-color: #EDEFF1;
  color: #000;
  height: 470px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  display: flex;
}


.youkou_tile {
  font-weight: bold;
  font-size: 2.0rem;
  display:block;
  text-align:center;
}


.youkou_tile h3{
  font-weight: bold;
  font-size: 2.0rem;
}
.youkou_tile span{
  font-size: 1.0rem;
}

.youkou_mess {
  text-align:center;
  font-size: 2.0rem;
  margin:60px 0px;
}


.youkou_table {
  width: 1100px;
  margin: 0 auto;
  padding-bottom:120px;
}

.youkou_table.styled {
  width: 1100px;
  margin: 40px auto;
  border-collapse: collapse;
  font-size: 16px;
  color: #333;
}

.youkou_table.styled th {
  background: #f4f4f4;
  width: 200px;
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  font-weight: bold;
}

.youkou_table.styled td {
  padding: 16px 20px;
  border: 1px solid #ccc;
  line-height: 1.6;
}



}





/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {

 .sp_head {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 9999;
   /*background-color: rgba(0, 0, 0, 0.6); /* ← 黒 + 60%透過 */
   width:100%;
  }

  #sp_headlogo_icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
  }
  #sp_headlogo_icon a {
  display: block;
  width: 60px;
  height: 60px;
  margin-left:10px;
}

  
  
  

.recruit_paragraph {
  font-size: 1.0rem;
    line-height: 2;

}


.recruit_feature_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align:center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* 控えめなぼかし */
}

.interview_jp2 {
  text-align:center;
 font-size: 0.9rem;
  font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* 控えめなぼかし */
 
}

.recruit_feature_inner{
padding:40px 0px 40px 0px;
}

.recruit_feature_block {
  background: url("../img/recruit_img01.jpg") center center / cover no-repeat;
  color: #fff;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}


.recruit_feature_inner {
  text-align:center;
}

.recruit_feature_text {
  flex: 1;
  font-size: 1.0rem;
  line-height: 2;
  padding:0px 20px 0px 20px;
}

.pc {
  display: none !important;
}


  .sp {
    display: block;
  }


.recruit_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-color: #fff;
  z-index: 10;
  display: block;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}

.recruit_logo img {
  height: auto;
  width: 150px;
}

.recruit_entry .btn_entry {
  width: 80%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #132F74;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  line-height: 1.4;
  margin: 20px auto; /* ← これで左右中央寄せ */
}


.recruit_entry .btn_entry span {
  font-size: 11px;
  opacity: 0.8;
}



.lower_recruit_hero {
  width: 100%;
  height: 100vh;
  background: url('../img/recruit_main.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero_inner {
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.hero_copy p {
  margin-bottom: 10px;
}

.hero_copy h2 {
  font-weight: bold;
  margin-bottom: 15px;
}

.site_title {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* 控えめなぼかし */
  opacity: 0.9;
}


.hero_copy p:first-of-type {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8); /* ぼかし付き黒の光彩 */
  margin-bottom: 15px;
}





.hero_copy h2 {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7); /* 少し控えめなぼかし */
  margin-bottom: 10px;
}




.recruit_content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 白＋80%の不透明度 */

  position: relative;
  z-index: 2;

}

.recruit_content_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}





.recruit_message {
  text-align: center;
  padding: 80px 20px;
  max-width: 800px;
  margin: 0 auto;
  color: #000;
}

.recruit_kun_reading {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #444;
}

.recruit_kun_title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.recruit_kun_en {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 20px;
  color: #666;
}

.recruit_kun_note {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #666;
}

.recruit_belief {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #111;
}

.recruit_paragraph {
  font-size: 1.2rm;

}




.recruit_content_inner_02 {
  display: flex;
  width: 100%;
  min-height: 100%;
}

.recruit_message2_left {
  width: 30%;
  background: #132F74;
  color: #fff;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.recruit_message2_left h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: normal;
}

.recruit_message2_left h3 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.recruit_message2_right {
  width: 70%;
  background: #fff;
  color: #000;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.recruit_text {
  flex: 1;
  font-size: 1.0rem;
  line-height: 2;
}

.recruit_image {
  flex-shrink: 0;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit_image img {
  max-height: 589px;
  width: auto;
  height: auto;
  display: block;
}

.recruit_slider div {
  margin: 0;
  padding: 0;
}

.recruit_slider img {
  display: block;
  height: 250px; /* 必要に応じて調整 */
  width: auto;
}





.recruit_interview_intro {
  background-color: #FF8000;
  color: #fff;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.recruit_interview_inner {
  max-width: 880px;
  text-align: center;
  padding: 0 20px;
}

.recruit_interview_inner h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.interview_sub {
  font-size: 1.0rem;
  margin-bottom: 20px;
}

.interview_jp {
  font-size: 1.4rem;
  font-weight: bold;
}


.recruit_content_inner_02.recruit_bg_half {
  position: relative;
  overflow: hidden;
}

.recruit_content_inner_02.recruit_bg_half::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: #F9F1E4;
  z-index: 0;
}

.recruit_interview_block {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  z-index: 1;
}

.interview_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.interview_img {
  width: 300px;
  flex-shrink: 0;
}

.interview_img img {
  width: 100%;
  height: auto;
  display: block;
}

.interview_text {
  flex: 1;
  padding: 30px 40px;
  /*background: #fff;*/
  box-sizing: border-box;
}

.interview_text h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.interview_text p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.interview_year {
  font-weight: bold;
}




.recruit_banner_yfs {
  width: 100%;
  height: 400px;
  background-image: url("../img/banner_bg.jpg"); /* 背景画像 */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner_overlay {
  color: #fff;
  z-index: 2;
  padding: 20px;
}

.banner_title {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin-bottom: 30px;
}

.banner_button {
  display: inline-block;
  width: 320px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1rem;
  position: relative;
  text-align: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.banner_button:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.banner_button::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow_right.png"); /* 矢印アイコン画像 */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}


.recruit_contact_cta {
  text-align: center;
  padding: 100px 20px 120px;
  background: #fff;
}

.recruit_contact_text {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 40px;
}

.recruit_contact_button {
  display: inline-block;
  background: #D62828;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 60px;
  border-radius: 10px;
  text-decoration: none;
  border: 2px dotted #fff;
  box-shadow: 0 0 0 5px #D62828; /* ← 外側に赤を塗り足し */
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.recruit_contact_button:hover {
  background: #b82020;
  box-shadow: 0 0 0 5px #b82020; /* ← ホバー時も同様に濃く */
}


/********foot***********/
/* フッター */
footer {
   background: linear-gradient(
  135deg,
  #000 0%,
  #1c255f 40%,
  #1f2b74 50%,
  #1c255f 60%,
  #000 100%
);
  color: #fff;
  padding: 60px 0; /* 高めの高さ */
  font-size: 0.9rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  width: 84px;
  height: 40px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.company-name {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

footer .copyright {
  font-size: 0.8rem;
  opacity: 0.7;
}

 footer {
    padding: 40px 0;
    font-size: 0.85rem;
  }

  .footer-inner {
    padding: 0 15px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-logo img {
    width: 70px;
    height: auto;
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .footer-nav a {
    font-size: 0.95rem;
  }

  .company-name {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  footer .copyright {
    font-size: 0.75rem;
  }



  .footer-nav ul {
    flex-direction: column;
    gap: 12px;
  }

  .footer-nav a {
    font-size: 1rem;
  }

  .company-name {
    font-size: 1rem;
  }

  footer {
    padding: 50px 0;
  }

.footer-nav {
    display: none;
  }

  
.recruit_content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 白＋80%の不透明度 */
  margin-top: -80px; /* ヒーローと重なる */
  position: relative;
  z-index: 2;
  padding: 40px 0 0 0; /* ← 上:40px / 右:0 / 下:0 / 左:0 */
}


  .recruit_content_inner,
  .recruit_content_inner_02 {
    flex-direction: column;
  }

  .recruit_message {
    padding: 40px 16px;
  }

  .recruit_kun_title {
    font-size: 2rem;
  }

  .recruit_belief {
    font-size: 1.3rem;
  }

  .recruit_paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }

  .recruit_message2_left,
  .recruit_message2_right {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
  }

  .recruit_message2_right {
    flex-direction: column;
    gap: 30px;
  }

  .recruit_image {
    max-width: 60%;
    justify-content: center;
  }

  .recruit_slider img {
    height: auto;
    width: 100%;
  }

  .recruit_interview_intro {
    height: auto;
    padding: 60px 16px;
  }

  .recruit_interview_inner h2 {
    font-size: 2rem;
  }

  .interview_item {
    flex-direction: column;
    align-items: center;
  }

  .interview_img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
  }

  .interview_text {
    padding: 20px;
   }

  .recruit_banner_yfs {
    height: auto;
    padding: 60px 16px;
    background-position: center center;
  }

  .banner_title {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .banner_button {
    width: 260px;
    height: 64px;
    line-height: 64px;
    font-size: 1rem;
  }

  .banner_button::after {
    right: 16px;
  }

  .recruit_contact_cta {
    padding: 80px 16px;
  }

  .recruit_contact_button {
    width: 260px;
    padding: 18px 40px;
    font-size: 1.2rem;
  }
  
  
/**********追加*******************/

.youkou_tilebox {
  background-color: #EDEFF1;
  color: #000;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px;
  display: flex;
}


.youkou_tile {
  font-weight: bold;
  display:block;
  text-align:center;
}


.youkou_tile h3{
  font-weight: bold;
  font-size: 1.4rem;
}
.youkou_tile span{
  font-size: 1.0rem;
}

.youkou_mess {
  text-align:center;
  font-size: 1.0rem;
  margin:60px 0px;
  padding:20px;
}


.youkou_table {
  width: 100%;
  margin: 0 auto;
  padding-bottom:120px;
}

.youkou_table.styled {
  width: 100%;
  margin: 40px auto;
  border-collapse: collapse;
  font-size: 16px;
  color: #333;
}

.youkou_table.styled th {
  background: #f4f4f4;
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  font-weight: bold;
   display:block;
}

.youkou_table.styled td {
  padding: 16px 20px;
  border: 1px solid #ccc;
  line-height: 1.6;
   display:block;
}


}
@media screen and (max-width: 767px) {
  #page-top {
    display: none !important;
  }
}
