#d_screen,
#dhead_int figure img {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*--------style--------*/
#d_screen {
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 31.25%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
	box-sizing:border-box;
	position:relative;
	margin-bottom: 40px;
}
#d_screen .inr {
	width:40%;
	height:auto;
	margin:-60px auto 0;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-20%;
	padding-top:20px;
	background: rgba(45,45,45, 0.2);
}
#d_screen h1 {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align: center;
}
#d_screen h1 .jp {
	color:#fff;
	font-size:48px;
	line-height:1;
	letter-spacing:0px;
	display:block;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 10px;
}
#d_screen h1 .jp:first-letter {
	color: #e8ed00;
}
#d_screen h1 .en{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	position:relative;
	margin-bottom:30px;
	display:block;
	font-family:"Montserrat",sans-serif;
}

#d_screen.timg_interview {background-image:url(../img/timg_interview.jpg)}
#d_screen.timg_plant {background-image:url(../img/timg_plant.jpg)}
#d_screen.timg_message {background-image:url(../img/timg_message.jpg)}
#d_screen.timg_welfare {background-image:url(../img/timg_welfare.jpg)}
#d_screen.timg_entry {background-image:url(../img/timg_entry.jpg)}
#d_screen.timg_recruitment {background-image:url(../img/timg_recruitment.jpg)}
#d_screen.timg_about {background-image:url(../img/timg_about.jpg)}
#d_screen.timg_ryou {background-image:url(../img/timg_ryou.jpg)}
#d_screen.timg_faq {background-image:url(../img/timg_faq.jpg)}

#dumm_cont {
	min-height: 600px;
	font-size: 28px;
	text-align: center;
}
/*--------plant--------*/
#plant_detail,
#plant_easy,
#plant_jobs{
	margin-top: 60px;
}
#plant_detail .box,
#plant_easy .box {
	width: 30%;
	margin-bottom: 25px;
}
.pg_plant #main figcaption {
	text-align: center;
}
#plant_detail .box img,
#plant_easy .box img{
	height: auto;
}
#plant_jobs .lower {
	display: flex;
	justify-content: space-between;
	min-height: 400px;
	margin-top: 20px;
}
#plant_jobs .box {
	width: 50%;
	background-color:#f0f0f0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#pl_teishu {
	background-image: url(../img/img_pl01.jpg);
}
#pl_mente {
	background-image: url(../img/img_pl02.jpg);
}
#plant_jobs .box:last-child{
	background-color:#ccc;
}
#plant_jobs .box .inr {
	width: 80%;
	margin:0 auto;
	position: absolute;
	top: 50%;
	left: 10%;
	text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #fff;
}
#plant_jobs .box#pl_teishu .inr {
	background-color:rgba(1,169,48,0.8);
}
#plant_jobs .box#pl_mente .inr {
	background-color:rgba(68,179,168,0.85);
}

#plant_jobs .box h3 {
    font-size: 28px;
    text-align: center;
    padding-top: 30px;
}
#plant_jobs .box p {
    padding: 25px 50px;
    font-size: 18px;
    text-align: left;
}
#plant_detail figcaption {
	font-size: 20px;
	font-weight: bold;
}
/*--------about--------*/
#base_about .base {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
#base_about .box {
	width: 48%;
	display: inline-block;
	border:1px solid #d1d1d1;
	box-sizing: border-box;
	border-radius: 25px;
	padding: 35px 0;
	background-color: #fefefe;
	margin-bottom: 30px;
}
#base_about .box h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#base_about .box figure {
	width: 70%;
	height: 200px;
	margin:10px auto;
	text-align: center;
}
#base_about .box figure img {
	width: auto;
	height: 100%;
}
#base_about .box p {
	padding:0 35px;
}

#base_about .s3 .box {
	width: 32%;
}
#base_about .s3 .box figure {
	height: 120px;
}
#base_about #staff_num > div {
	text-align: center;
	height: 200px;
	margin:10px auto;
}
#base_about #staff_num span {
	color: #51bfb7;
}
#base_about #staff_num .number {
	font-size:120px;
	vertical-align: bottom;
	font-weight: 600;
}
#base_about #staff_num .unit {
	font-size:50px;
	vertical-align: bottom;
	line-height: 120px;
	font-weight: bold;
}
#base_about .s3 .box > div {
	text-align: center;
}
#base_about .s3 .box span {
	color: #51bfb7;
	vertical-align: bottom;
}
#base_about .s3 .box .number {
	font-size: 48px;
	line-height: 60px;
}
#base_about .s3 .box .unit {
	font-size: 28px;
	line-height: 48px;
}


/*--------welfare--------*/
#welfare_three .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #fefefe;
}
#welfare_three .box:nth-child(2n) {
	background-color: #fafafa;
}
#welfare_three .box figure{
	width:40%;
}
#welfare_three .box figure img{
	width: 100%;
	height: auto;
	max-height: 360px;
}
#welfare_three .box_c {
	width: 60%;
}
#welfare_three h3 {
    font-size: 24px;
    text-align: center;
    padding-top: 100px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
#welfare_three p {
	padding:0 35px;
}
#welfare_three h3::before {
    content: '';
    width: 130px;
    height: 90px;
    text-align: center;
    font-size: 60px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #FF8540;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -110px;
}
#welfare_three .n1 h3::before {
	content: 'about1';
}
#welfare_three .n2 h3::before {
	content: 'about2';
}
#welfare_three .n3 h3::before {
	content: 'about3';
}
#welfare_system {
	margin-top: 100px;
}
#welfare_system .base {
	margin-top: 30px;
}
#welfare_system .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
#welfare_system .box_c {
	width: calc(100% - 170px);
}
#welfare_system .box_c h4{
	font-size: 24px;
	font-weight: bold;
}
#welfare_system .box figure{
	width: 150px;
}
#welfare_system .box figure img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
/*--------staff_interview--------*/
#staff_interview figure {
	width: 31%;
	margin-bottom: 25px;
}
/*--------staff_interview d--------*/
#dhead_int {
	background-color: #f9fbfa;
	margin-bottom: 60px;
}
#dhead_int .inr {
	max-width: 1000px;
	margin:0 auto;
	padding: 45px 0 0;
}
#dhead_int .inr::after {
	content: '';
	display: block;
	clear: both;
}
#dhead_int h1 {
	width: 240px;
}
#dhead_int h1 img{
	width: 100%;
	height: auto;
}
#dhead_int h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 30px;
}
#dhead_int h2 span {
	display: block;
	font-weight: lighter;
}
#dhead_int .box_c {
	float:left;
	width: 57%;
	margin-top: 15px;
}
#dhead_int figure {
	float:right;
	width: 42%;
}
#dhead_int figure img {
	width: 100%;
	height: auto;
}
.nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space: nowrap;
}
.pg_int_d #content h2{
	font-size: 24px;
	position: relative;
	padding-left: 2.2em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-weight: bold;
}
.pg_int_d #content h2::before {
	content: '';
	width: 2em;
	height: 4px;
	background-color: #333;
	position: absolute;
	top:0.5em;
	left: 0;
}
.pg_int_d #content p {
	margin-bottom: 2em;
}
.pg_int_d #content .box {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.pg_int_d #content .box_c {
	width: 55%;
}
.pg_int_d #content .box figure {
	width: 40%;
}
.pg_int_d #content .box.rv {
	flex-flow: row-reverse;
}
.pg_int_d #content .box.noimg .box_c {
	width: 100%;
}
.pg_int_d #content .box figure img {
	width: 100%;
	height: auto;
}

.pg_int_d #content .box p  {
	font-size: 18px;
}
#f_staff li {
	width: 15.2%;
	margin-bottom: 45px;
}
#f_staff li a {
	display: block;
	height: 0;
	padding-top: 124.4%;
	background-color: #f9fbfa;
	background-size: contain;
	background-repeat: no-repeat;
	transition-duration: 0.4s;
	text-align: center;
	text-decoration: none;
	font-family: "Montserrat",sans-serif;
	font-weight: 100;
	color: #999;
	border-radius: 15px;
}
/*--------message--------*/
.pg_message #main .box {
	margin-bottom: 40px;
}
.pg_message #main .box h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.pg_message #main .box p {
	font-size: 16px;
	line-height: 2em;
}

.m_pictures ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin:0 auto;
	max-width: 800px;
}
.m_pictures li {
	width: 46%;
}
.m_pictures{
	margin-bottom: 40px;
}
.m_pictures figure img {
	width: 100%;
}
#m_sign {
	text-align: center;
}
#m_sign span {
	text-align: center;
	display: block;
	margin-bottom: 40px;
}

.tb1 {
}
.tb1,
.tb1 th,
.tb1 td {
	box-sizing: border-box;
}
.tb1 th,
.tb1 td {
	font-size: 15px;
	padding:25px 15px;
	border-bottom: 1px solid #d1d1d1;
}
.tb1 th {
	width: 240px;
	color: #333;
	font-weight: bold;
}
.tb1 th .required {
	background-color: #B4E227;
	color: #fff;
	display: inline-block;
	padding:3px 6px;
	font-size: 11px;
	border-radius: 5px;
	margin-left: 5px;
}
.tb1 td input,
.tb1 td input select {
	height: 24px;

}
input.s3 {
	width: 40px;
}
.box_anti{
	display: none;
}

#btn_submit {
    margin: 20px auto 40px;
    width: 300px;
	text-align:center;
}
#btn_submit input {
    cursor: pointer;
    font-size: 16px;
    height: 40px;

}

table.confirm {
	width:100%;
	box-sizing:border-box;
}
table.confirm,
table.confirm th,
table.confirm td {
	border:1px solid #d1d1d1;
	border-collapse:collapse;
}

table.confirm th,
table.confirm td {
	padding:10px;
}
table.confirm th {
	width:140px;
	background-color:#f2f2f2;
	font-weight:bold;
	font-size:14px;
	color:#333;
	vertical-align:top;
}

table.confirm td {
	font-size:14px;
	vertical-align:top;
	word-break: break-all;
}


/*--------pg_faq--------*/

#base_faq dl {
	margin:0 20px;
	padding:20px 0 20px 60px;
	border-top:1px solid #62afc5;
	min-height:150px;
	box-sizing:border-box;
}
#base_faq dt::before,
#base_faq dd::before {
	width:20px;
	height:20px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	line-height:18px;
	padding:5px;
	border-radius:50px;
	display:inline-block;
	position:absolute;
	left:-40px;
	top:0;
}
#base_faq dt::before {
	content:'?';
	background-color:#44b3a8;
}
#base_faq dd::before {
	content:'A';
	background-color:#01a92e;
}

#base_faq dt,
#base_faq dd {
	position:relative;
}
#base_faq dt {
	font-size:24px;
	font-weight:bold;
	color:#44b3a8;
	line-height:1.4;
	margin-bottom:20px;
}
#base_faq dd {
	font-size:15px;
	line-height:1.4;
	margin-bottom:20px;
}
/*--------ryou--------*/
#ryou_1r {
	margin-bottom: 60px;
}
#ryou_1r .inr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;

}
#ryou_1r .inr figure {
	width: 40%;
}
#ryou_1r .inr p {
	width: 55%;
}
#ryou_1r .inr figure img {
	width: 100%;
	height: auto;
}
#ryou_pictures {
	margin-bottom: 60px;
}
#ryou_around {
	margin-bottom: 60px;
}
#ryou_around .inr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}
#ryou_around .inr figure {
	width: 30%;
}
#ryou_around .inr figure img {
	width: 100%;
	height: auto;
}
#ryou_around p {
	text-align: center;
}
#ryou_around .inr figcaption {
	text-align: center;
	font-size:14px;
	margin-top: 8px;
}
