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

/* **************************************************************** */
/*             MAIN-IMAGE  LAYOUT
/* **************************************************************** */

.main-slider {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.main-slider ul.slider {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	float: left;
	z-index: 0;
}

.main-slider .filter {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:rgba(0,0,0,0.3);
	float: left;
	z-index: 999;
	display: block;
	top: -700px;
	position: relative;
}

.main-slider .copy {
	width: 90%;
	margin: 0 5%;
	padding: 0;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 250%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #FFF;
	text-shadow: 3px 3px 3px #000;
	top:350px;
	left: 0;
	position: absolute;
	display: block;
	animation:grow 1.5s ease-in-out 1;
}

.main-slider .copy span {
	font-size: 200%;
	line-height: 2em;
	font-family: 'Roboto';
	font-weight: 400;
}

@keyframes grow { 0% , 40% , 60% , 100%
  	{
      transform:scale(0.0);
    }
    100%{
       transform:scale(1);
    }
  }
  
.main-slider h1.copy { animation-delay:0s; }

/* **************************************************************** */
/*             MAIN-IMAGE  LAYOUT
/* **************************************************************** */

.main {
	width: 100%;
	height: 80vh;
	margin: -100px 0 0;
	padding: 0;
	/*background-image: url("../../image/recruit/top/main_img.webp");*/
	background-image: url("../../../../../uploads/2025/07/main_img_20250708.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	z-index: -10;
}

.main .copy {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	float: left;
	text-align: center;
	background-color: rgba(143,138,130,0.70);
	top:-50vh;
	left: 0;
	position: relative;
	display: block;
	animation:grow 1.5s ease-in-out 1;
	z-index: 99;
}

.main .copy img {
	width: 90%;
	margin: 0 5%;
	float: left;
}



@keyframes grow { 0% , 40% , 60% , 100%
  	{
      transform:scale(0.0);
    }
    100%{
       transform:scale(1);
    }
  }
  
.main h1.copy { animation-delay:0s; }


/* **************************************************************** */
/*             CONTENTS  LAYOUT
/* **************************************************************** */

.contents.frontpage .block {
	width: 100%;
	margin: 50px 0;
	float: left;
	z-index: 99;
}

.contents.frontpage .block .glid {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.contents.frontpage .en {
	color: #ed6c00;
	font-size: 30px;
	font-style: italic;
}

.contents.frontpage h2 {
	color: #4c4948;
	font-size: 15px;
	font-weight: 400;
}

/* **************************************************************** */
/*             TOPICS  LAYOUT
/* **************************************************************** */

.contents.frontpage .block .glid.topics .box {
	width: 90%;
	margin: -150px 5% 0;
	padding: 0;
	float: left;
	background-color: #FFF;
	box-shadow: 0 0 3px 3px #c4c3c2;
	z-index: 9999;
}

.contents.frontpage .block .glid.topics .en {
	margin: 20px 20px 0;
}

.contents.frontpage .block .glid.topics .title {
	width: 100%;
	margin: 10px 0;
	float: left;
	background-image: url("../../image/recruit/common/line.png");
	background-position: center;
	background-repeat: repeat-x;
}

.contents.frontpage .block .glid.topics h2 {
	width: 6em;
	margin: 0 30px;
	padding: 0 1em;
	background-color: #FFF;
	border: none;
}

.contents.frontpage .block .glid.topics a {
	display: block;
	width: 90%;
	margin: 0 5%;
	color: #4c4948;
	transition: ease 0.5s all;
	background-color: rgba(208,208,208,0.00);
}

.contents.frontpage .block .glid.topics a:hover {
	cursor: pointer;
	opacity: 1;
}


.contents.frontpage .block .glid.topics .readmore a:hover {
	cursor: pointer;
}



.contents.frontpage .block .glid.topics table {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	border-collapse: collapse;
	border-bottom: #cacaca 1px dotted;
	transition: ease 0.5s all;
	background-color: rgba(237,108,0,0.00);
}

.contents.frontpage .block .glid.topics table:hover {
	background-color: rgba(237,108,0,0.10);
}



/*.contents.frontpage .block .glid.topics table:hover {
	background-color: rgba(208,208,208,0.30);
}*/

.contents.frontpage .block .glid.topics td {
	padding: 10px 0;
	border: none;
	background-color: initial;
}

.contents.frontpage .block .glid.topics td:nth-of-type(1) {
	width: 8em;
	text-align: center;
	margin: 0;
	vertical-align: top;
}

.contents.frontpage .block .glid.topics td:nth-of-type(2) {
	width: 9em;
	text-align: center;
	margin: 0;
	vertical-align: top;
}

.contents.frontpage .block .glid.topics td:nth-of-type(3) {
	text-align: justify;
}

.contents.frontpage .block .glid.topics td .cat {
	width: 8em;
	border: #ed6c00 1px solid;
	box-sizing: border-box;
	padding: 1px 5px;
	border-radius: 3px;
	margin: 0 auto;
	font-size: 13px;
}

.contents.frontpage .block .glid.topics .readmore a {
	width: 110px;
	background-color: initial;
	float: right;
	text-align: left;
	background-size: 25px;
	background-position: center right 10px;
	padding: 10px 25px 10px 10px;
	margin-bottom: 50px;
	height: auto;
	line-height: 1em;
}

.contents.frontpage .block .glid.topics .readmore a:hover {
	background-color: #ed6c00;
	border-radius: 5px;
	color: #FFF;
}


/* **************************************************************** */
/*             GUIDELINE  LAYOUT
/* **************************************************************** */

.contents.frontpage .block .glid.guideline .box {
	width: 32%;
	margin: 0 0.5%;
	padding: 0;
	float: left;
	text-align: center;
}
.contents.frontpage .block .glid.guideline .en { text-align: left; }
.contents.frontpage .block .glid.guideline .box h2 {
	border: none;
	margin: 5px 0 0;
}

.contents.frontpage .block .glid.guideline .box a {
	width: 90%;
	aspect-ratio: 1 / 1;
	margin: 0 5%;
	background-color: #ed6c00;
	border-radius: 50%;
	display: flex;
	background-image: url("../../image/recruit/common/arr_wh.png");
	background-repeat: no-repeat;
	background-position: center bottom 4vw;
	opacity: 1;
	transition: ease 0.5s all;
}

.contents.frontpage .block .glid.guideline .box.career a {
	background-color: #4c4948;
}

.contents.frontpage .block .glid.guideline .box a:hover {
	opacity: 0.7;
}

.contents.frontpage .block .glid.guideline .box a p {
	font-size: 1.5vw;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	margin: 5vw 0 0;
	width: 100%;
}

.contents.frontpage .block .glid.guideline .box.intern {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: initial;
}

.contents.frontpage .block .glid.guideline .box.intern .button {
	width: 80%;
	height: auto;
	margin: 30px 10%;
	float: left;
	background-color: initial;
}

.contents.frontpage .block .glid.guideline .box.intern .button a {
	width: 96%;
	aspect-ratio: initial;
	margin: 0;
	padding: 10px 2%;
	background-color: #ed6c00;
	border-radius: 0;
	display: block;
	opacity: 1;
	transition: ease 0.5s all;
	float: left;
	background-image: initial;
}

.contents.frontpage .block .glid.guideline .box.intern .button a:hover {
	opacity: 0.7;
}

.contents.frontpage .block .glid.guideline .box.intern .button a img {
	width: 30%;
	float: left;
	margin: 0;
}

.contents.frontpage .block .glid.guideline .box.intern .button a p {
	width: 70%;
	float: left;
	margin: 2vw 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 25px;
}

.contents.frontpage .block .glid.guideline .box.intern .button a p span {
	font-size: 24px;
}

/* **************************************************************** */
/*             TYLE BLOCK  LAYOUT
/* **************************************************************** */

.contents.frontpage .tyle {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.contents.frontpage .tyle h2 {
	border: none;
}

/* *************: BTN01 LAYOUT ****************** */

.contents.frontpage .tyle .btn01,
.contents.frontpage .tyle .btn02,
.contents.frontpage .tyle .btn03,
.contents.frontpage .tyle .btn04 {
	width: 50%;
	height: 400px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url("../../image/recruit/top/env-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: ease 0.5s all;
}

.contents.frontpage .tyle .btn01.skil {
	background-image: url("../../image/recruit/top/skil_bg.webp");
}

.contents.frontpage .tyle .btn01 a,
.contents.frontpage .tyle .btn02 a,
.contents.frontpage .tyle .btn03 a,
.contents.frontpage .tyle .btn04 a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.30);
	transition: ease 0.5s all;
	float: left;
}

.contents.frontpage .tyle .btn01 a:hover,
.contents.frontpage .tyle .btn02 a:hover,
.contents.frontpage .tyle .btn03 a:hover,
.contents.frontpage .tyle .btn04 a:hover {
	background-color: rgba(0,0,0,0.0);
}

.contents.frontpage .tyle .btn01 .line,
.contents.frontpage .tyle .btn02 .line,
.contents.frontpage .tyle .btn03 .line,
.contents.frontpage .tyle .btn04 .line {
	margin: 20px;
	height: 360px;
	border: #FFF 1px solid;
	box-sizing: border-box;
}

.contents.frontpage .tyle .btn01 .en,
.contents.frontpage .tyle .btn01 h2{
	width: 86%;
	margin: 40px 7% 0;
	color: #FFF;
	text-shadow: 0 0 3px #000;
}

.contents.frontpage .tyle .btn01 h2{
	margin-top: 10px;
}

.contents.frontpage .tyle .btn01 .readmore,
.contents.frontpage .tyle .btn02 .readmore,
.contents.frontpage .tyle .btn03 .readmore,
.contents.frontpage .tyle .btn04 .readmore {
	margin: 200px 8% 0 12%;
	width: 80%;
	padding: 0 30px 0 0;
	text-align: right;
	color: #FFF;
	background-image: url("../../image/common/arr_round_org.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 25px;
}

/* *************: BTN02 LAYOUT ****************** */

.contents.frontpage .tyle .btn02 {
	width: 100%;
	background-image: url("../../image/recruit/top/pj_back.webp");
	background-position: center bottom;
}

.contents.frontpage .tyle .btn02 .back_img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 0;
}

.contents.frontpage .tyle .btn02 .back_img img {
	width: 100%;
	height: 100%;
}

.contents.frontpage .tyle .btn02 .line {
	top:0;
	display: block;
	position: relative;
}

.contents.frontpage .tyle .btn02 .en {
	color: #FFF;
	width: 94%;
	margin: -340px 3% 0;
	float: left;
}

.contents.frontpage .tyle .btn02 h2 {
	color: #FFF;
	width: 94%;
	margin: -310px 3% 0;
	float: left;
}

.contents.frontpage .tyle .btn02 p {
	text-align: center;
	font-weight: 700;
	color: #FFF;
	opacity: 0.3;
	font-size: 7vw;
	width: 90%;
	margin: -210px 5% 0;
	float: left;
	transition: ease 0.5s all;
	text-shadow: 0 0 0 #000;
}

.contents.frontpage .tyle .btn02 a:hover p {
	opacity: 1;
	text-shadow: 3px 3px 3px #000;
}

.contents.frontpage .tyle .btn02 .readmore {
	margin: -70px 4% 0 16%;
	color: #ed6c00;
}

/* *************: BTN03 LAYOUT ****************** */

.contents.frontpage .tyle .btn03 {
	width: 40%;
	background-image: url("../../image/recruit/top/oup_bg.webp");
}

.contents.frontpage .tyle .btn03.mvv {
	background-image: url("../../image/recruit/top/mvv.webp");
}

.contents.frontpage .tyle .btn04 {
	width: 20%;
	background-image: url("../../../../../../wp-content/uploads/2024/10/recruit_top_qa.webp");
}

.contents.frontpage .tyle .btn03 .en,
.contents.frontpage .tyle .btn03 h2{
	width: 86%;
	margin: 40px 7% 0;
	color: #FFF;
	text-shadow: 0 0 3px #000;
}

.contents.frontpage .tyle .btn03 h2{
	margin-top: 10px;
}

/* *************: BTN04 LAYOUT ****************** */

.contents.frontpage .tyle .btn04 .image {
	width: 90%;
	height: 80%;
	text-align: center;
	margin: 50px 5% 0;
}

.contents.frontpage .tyle .btn04 .image img {
	width: 100%;
}

.contents.frontpage .tyle .btn04 .readmore {
	margin: -35px 20% 0 0%;
}

/* *********************************************************************** */
/*        GUIDELINE  LAYOUT          */
/* *********************************************************************** */

.contents.frontpage .guideline {
	width: 100%;
	margin: 0;
	padding: 50px 0 0;
	float: left;
}

.contents.frontpage .guideline .btn {
	width: 46%;
	height: 200px;
	margin: 0 2%;
	padding: 0;
	float: left;
}

.contents.frontpage .guideline .btn a {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-color: #ed6c00;
	color: #FFF;
	text-align: center;
	transition: ease 0.5s all;
	opacity: 1;
	background-image: initial;
}

.contents.frontpage .guideline .btn.career a {
	background-color: #4c4948;
	background-image: initial;
}

.contents.frontpage .guideline .btn a:hover {
	opacity: 0.7;
	background-image: initial;
}

.contents.frontpage .guideline .btn .line {
	margin: 20px;
	height: 160px;
	border: #FFF 1px solid;
	box-sizing: border-box;
}

.contents.frontpage .guideline .btn p {
	width: 100%;
	margin: 35px 0 0;
	padding: 0;
	float: left;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 10px;
}

.contents.frontpage .guideline .btn p span {
	font-size: 15px;
}


/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:1400px          */
/* *********************************************************************** */

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

.contents.frontpage .en { font-size: 2vw; }

.contents.frontpage .block .glid.topics td:nth-of-type(1) {
	width: 50%;
	text-align: left;
	float: left;
}

.contents.frontpage .block .glid.topics td:nth-of-type(2) .cat {
	float: right;
}

.contents.frontpage .block .glid.topics td:nth-of-type(2) {
	width: 50%;
	float: left;
}

.contents.frontpage .block .glid.topics td:nth-of-type(3) {
	width: 100%;
	float: left;
	padding-top: 0;
}



.contents.frontpage .block .glid.guideline .box {
	width: 40%;
	margin: 0 5%;
	float: left;
}

.contents.frontpage .block .glid.guideline .box.title_box {
	width: 100%;
	margin: 50px 0;
	float: left;
}

.contents.frontpage .block .glid.guideline .box a {
	background-position: center bottom 6vw;
}

.contents.frontpage .block .glid.guideline .box a p {
	font-size: 2vw;
	margin: 7vw 0 0;
}

.contents.frontpage .tyle .btn03 { width: 35%; }
.contents.frontpage .tyle .btn04 { width: 30%; }

}

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

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

.contents.frontpage .block .en { font-size: 32px; }

.contents.frontpage .block .glid { width: 100%; }
.contents.frontpage .block .glid.guideline .box { width: 29%;margin: 50px 2%; }
.contents.frontpage .block .glid.guideline .box.title_box { width: 34%;}
.contents.frontpage .block .glid.guideline .box h2 {
	text-align: left;
	background-image: url("../../image/common/cub_orange.png");
	margin-top: 5px;
}
.contents.frontpage .block .glid.guideline .en { text-align: left; }
.contents.frontpage .block .glid.guideline .box a {	background-position: center bottom 8vw; }
.contents.frontpage .block .glid.guideline .box a p { margin: 9vw 0 0; }
.contents.frontpage .block .glid.guideline .box.intern {
	width: 100%;
}

.contents.frontpage .block .glid.guideline .box.intern .button {
	
}

.contents.frontpage .tyle .btn01,
.contents.frontpage .tyle .btn02,
.contents.frontpage .tyle .btn03,
.contents.frontpage .tyle .btn04 {
	height: 300px;
}

.contents.frontpage .tyle .btn01 .line,
.contents.frontpage .tyle .btn02 .line,
.contents.frontpage .tyle .btn03 .line,
.contents.frontpage .tyle .btn04 .line {
	height: 260px;
}

.contents.frontpage .tyle .btn01 .en,
.contents.frontpage .tyle .btn01 h2{
	margin:20px 7% 0;
}

.contents.frontpage .tyle .btn01 .readmore,
.contents.frontpage .tyle .btn02 .readmore,
.contents.frontpage .tyle .btn03 .readmore,
.contents.frontpage .tyle .btn04 .readmore {
	margin: 100px 8% 0 12%;
}

.contents.frontpage .tyle .btn02 h2 { margin: -210px 3% 0; }
.contents.frontpage .tyle .btn02 .en { margin: -240px 3% 0; }
.contents.frontpage .tyle .btn02 .readmore { margin: -70px 4% 0 16%; }

.contents.frontpage .tyle .btn03 { width: 50%; }
.contents.frontpage .tyle .btn03 .readmore { margin: 100px 10% 0 10%; }

.contents.frontpage .tyle .btn04 { width: 100%; }
.contents.frontpage .tyle .btn04 .image { width: 30%;margin-top: 20px; }
.contents.frontpage .tyle .btn04 .readmore {
	bottom:120px;
	display: block;
	position: relative;
}

.contents.frontpage .guideline .btn { height: 150px; }
.contents.frontpage .guideline .btn .line { height: 110px; }
.contents.frontpage .guideline .btn p { margin: 10px 0 0; }

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:980px          */
/* *********************************************************************** */

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



}

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

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

.contents.frontpage .tyle .btn01 { width: 100%; }
.contents.frontpage .tyle .btn01 .readmore { margin: 100px 10% 0 10%; }
.contents.frontpage .tyle .btn02 .readmore { margin: -70px 10% 0; }
.contents.frontpage .tyle .btn03 { width: 100%; }

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:780px          */
/* *********************************************************************** */

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



}

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

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

.contents.frontpage .block .glid.guideline .box {
	width: 40%;
	margin: 0 5%;
	float: left;
}

.contents.frontpage .block .glid.guideline .box.title_box {
	width: 100%;
	margin: 50px 0;
	float: left;
}

.contents.frontpage .block .glid.guideline .box a {
	background-position: center bottom 10vw;
}

.contents.frontpage .block .glid.guideline .box a p {
	font-size: 4vw;
	margin: 10vw 0 0;
}

.contents.frontpage .guideline .btn {
	width: 90%;
	margin: 0 5% 20px;
}

}

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

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

.main { height: 50vh; }

.contents.frontpage .tyle .btn01,
.contents.frontpage .tyle .btn02,
.contents.frontpage .tyle .btn03,
.contents.frontpage .tyle .btn04 {
	height: 200px;
}

.contents.frontpage .tyle .btn01 .line,
.contents.frontpage .tyle .btn02 .line,
.contents.frontpage .tyle .btn03 .line,
.contents.frontpage .tyle .btn04 .line {
	height: 160px;
}

.contents.frontpage .tyle .en{ font-size: 18px; }
.contents.frontpage .tyle h2{ line-height: 20px;padding-top: 0;padding-bottom: 0; }

.contents.frontpage .tyle .btn01 h2 { margin-top: 5px; }
.contents.frontpage .tyle .btn01 .readmore { margin: 50px 10% 0 10%; }

.contents.frontpage .tyle .btn02 h2 { margin: -130px 7% 0; }
.contents.frontpage .tyle .btn02 .en { margin: -160px 7% 0; }
.contents.frontpage .tyle .btn02 .readmore { margin: -50px 10% 0; }

.contents.frontpage .tyle .btn03 h2 { margin: 10px 7% 0; }
.contents.frontpage .tyle .btn03 .en { margin: 15px 7% 0; }
.contents.frontpage .tyle .btn03 .readmore { margin: 50px 10% 0 10%; }

.contents.frontpage .tyle .btn04 .image { width: 40%;margin-top: 20px; }
.contents.frontpage .tyle .btn04 .readmore {
	bottom:120px;
	display: block;
	position: relative;
}

}

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

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

.contents.frontpage .block .glid.guideline .box.intern {
	margin: 0 0 -50px;
}

.contents.frontpage .block .glid.guideline .box.intern .button a p {
	font-size: 15px;
}

.contents.frontpage .block .glid.guideline .box.intern .button a p span {
	font-size: 20px;
}


}



