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

/* position-active */
 #nav_global .gnav06 a{
	border-bottom: 1px solid #47B739;
}

/*mainVisual*/
#maincatch{
	width: 72%;
	box-sizing: border-box;
	display:flex;
	margin: 160px auto 0px;
}

#maincatch_sp{
	display: none;
}

.maincatch-sec01{
	width: 30%;
	margin:0px 0 20px 0px;
}

.catch01{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-weight: 600;
	width: 246px;
	height: 90px;
	background: #FFFFFF;
	color: #262626;
	font-size: clamp(1rem, 0.273rem + 3.64vw, 3rem);
	font-family: 'Roboto', sans-serif;
	z-index: -1;
	overflow: hidden;
}

.catch01::before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	background:#228B22;
	opacity: 0.8;
	width: 100%;
	height: 60%;
	animation-name: square_box_slide;
	animation-timing-function:ease;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	z-index: -2;
}

@keyframes square_box_slide{
0% {
	width: 0%;
}
  50%{
	  width: 100%;
  }
 100% {
	 transform: translateX(200%);
 } 
}

.title_jp{
	width: 80%;
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 600;	
	font-family: 'Noto Sans JP', sans-serif;
}

.title_jp_sp{
	display: none;
}

.subcatch{
	width: 70%;
	margin: 30px 0px 0px 120px;
}

.subcatch_sp{
	display: none;
}

.catch02{
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.catch02_detail{
	width: 100%;
	margin: 20px 0 20px 0;
	text-align: left;
	line-height: 2.0;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
}

#mainVisual_area01{
	display: flex;
	margin: 60px auto 20px;
	width:74%;
	height: 500px;
}

.business01-images,
.business02-images,
.business03-images,
.business04-images{
	width: 30%;
	margin: 0 20px;
}

#mainVisual_area01_sp{
	display: none;
}

.main-title{
	width: 70%;
	margin:60px auto;
	height: 130px;
	display: flex;
}

.application-title{
	display: block;
	width: 260px;
	margin: 0 60px 60px 0px;
}

.application-title a{
  position: relative;
}

.application-title  a{
  color:#6A6666;
}

.application-title  a:hover{
  color:#cccccc;
}

.application-title  a::after {
    content: '';
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    height: 2px;
    background:#1FB146;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.application-title a::after {
    transform: scale(0.2, 1);
}

.application-title a:hover::after,
.application-title a:hover::after {
    transform: scale(1, 1);
}


.application-title01{
	display: block;
	width: 260px;
	margin: 0 60px 60px 200px;
}

.application-title01 a{
  position: relative;
}

.application-title01  a{
  color:#6A6666;
}

.application-title01  a:hover{
  color:#cccccc;
}

.application-title01  a::after {
    content: '';
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    height: 2px;
    background:#1FB146;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.application-title01 a::after {
    transform: scale(0.2, 1);
}

.application-title01 a:hover::after,
.application-title01 a:hover::after {
    transform: scale(1, 1);
}


.application_title_jpn{
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}

.application_title_eng{
	display: block;
	width: 100%;
	font-size: 1.2rem;
	margin: 10px 0px 5px;
	text-align: left;
	color: #41A63E;
	font-family: 'Roboto', sans-serif;
}


/*contents*/

#contents{
	margin: 30px auto 120px;	
	line-height: 1.8;
	width: 78%;
	font-family: 'Noto Sans JP', sans-serif;
}

#recruitment-sec{
	width: 90%;
	margin: 0 auto;
}
 
#recruitment-sec p{
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	font-size: 1.1rem;
}

.sp{
	margin: 0 14px;
}

.sp-member{
	margin: 0 15px 0 38px;
}

.jpn{
	font-size: 1.3rem;	
}

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 90%;
	margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 60px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#test:checked ~ #test_content,
#test-part:checked ~ #test-part_content,
#design:checked ~ #design_content,
#clerk:checked ~ #clerk_content,
#clerk-part:checked ~ #clerk-part_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.c-txtsp{
	font-size: 1.1rem;
	font-weight: 600;
}

/*application_info*/

#application_info{
	width: 80%;
}

.graduate-info{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

.application-data{
	width: 100%;
	margin: 30px auto;
}

.app-list{
	display: inline-block;
	width: 20%;
	margin: 20px 0px 0 10px;
	font-size: 1.1rem;
	border-bottom: #CECECE double 4px;
	text-align: left;
	padding: 0 0 36px 20px;
}

.app-detail{	
	display: inline-block;
	width: 64%;
	margin: 20px 20px 20px;
	font-size: 1.1rem;
	border-bottom: #CECECE double 4px;
	text-align: left;
	padding: 0 0 36px 24px;
}

.company-plant{
	display: inline-block;
	width: 600px;
	text-align: left;
	margin: 0 0 10px 20px;
	padding: 0 0 14px 24px;
	border-bottom: #CECECE double 4px;
	font-size: 1.0rem;
	line-height: 1.6;
}

.company-plant-wrap{
	width: 200px;
	margin: 50px 20px;
	display: inline-block;
	vertical-align: top;
	border-bottom: #CECECE double 4px;
	padding: 0 0 48px 20px;
	font-size: 1.1rem;
}

.business-content-wrap{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	border-bottom: #CECECE double 4px;
	font-size: 1.1rem;
	margin: 0px 20px 10px;
	padding: 0 0 420px 20px;
}

.business-content{
	display: inline-block;
	width: 600px;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0 0 20px 24px;
	border-bottom: #CECECE double 4px;
	font-size: 1.0rem;
	line-height: 1.8;
}

#appselect-sec01,
#appselect-sec02{
	width: 90%;
	margin: 60px auto;
}

#apphowto-title,
#select-title{
	width: 22%;
	margin: 0 0 30px 0;
	padding-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: #1FB146 solid 2px
}

.apphowto-detail{
	width: 80%;
	margin: 0 0 30px;
	font-size: 1.0rem;
}

.address{
	display: block;
	width: 80%;
	background:#E8E3E3;
	margin: 10px 5px 0px 0px;
	padding: 12px 0 12px 22px;
}

.address p{
	font-weight: 600;
	font-size: 1.2rem;
}

.address ul{
	font-size: 1.1rem;
}

.info_02{
	display: block;
	width: 900px;
	margin: 0 0 120px 50px;
}

dl.recruit_detail_02{
	display: flex;
	height: 80px;
	padding: 14px 0px 14px 0px;
}

dt.detail_head_02{
	width: 130px;
	background:#F3E196;
	padding: 20px 0px 0px 19px; 
	text-align: left;
	margin: 5px 20px 0px 5px; 
}

dd.detail_inner_02{
	width: 600px;
	padding: 0;
	margin: 6px 0 0 5px;
}