@charset "UTF-8";

@import url(reset.css);

* html body {     
    background:url(null) fixed;     
}  
html,body {
	-webkit-text-size-adjust: 100%;
}
body {
	margin:0;
	padding:0;
	color: #2b2b2b;
	background-color: #fff;
	font-family: "Noto Sans JP";
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

html {
	overflow-x:hidden;
} 

a {
	color: #1c4e93;
	text-decoration: none;
}
a:hover {
	color: #1464d2;
	text-decoration: underline;
}

#wrapper {
  overflow: hidden;
}
img{
-webkit-backface-visibility: hidden;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1.5s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1.5s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*----------------------------------------------------------------

	header style

----------------------------------------------------------------*/
header {
    background: url(../img/heade_bg.jpg) center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    text-align: center;
	position: relative;
}
header.recruit {
    background: url(../img/recruit_bg_02.jpg) center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    text-align: center;
	position: relative;
}
header.achievements {
	background: url(../img/header_img_01.png) center center / cover no-repeat fixed;
	background-size: cover;
	width: 100vw;
	height: 280px;
	text-align: center;
	position: relative;
}
header h1 {
}
header h1 img {
	margin-bottom: 90px;
	width: 150px;
}
header .inner {
	padding: 40px 0 0;
}
header h2 {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0px 0px 8px #BECED2;
}
header.achievements h2 {
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
header.achievements h2 img {
	width: 150px;
}
header.achievements h2 span {
	display: block;
	margin-top: 40px;
}
header.achievements h2:before {
	content: '';
	position: absolute;
	bottom: 45px;
	display: inline-block;
	width: 120px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFF;
}
header .scroll {
	display: none;
}


/*----------------------------------------------------------------

	見出し style

----------------------------------------------------------------*/
nav {
	display: none;
}


/*----------------------------------------------------------------

	見出し style

----------------------------------------------------------------*/
h3{
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
}
h3:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 120px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #143979;
}


/*----------------------------------------------------------------

	overview style

----------------------------------------------------------------*/
section.overview {
	padding: 60px 0 0;
}
.overview h4 {
	margin-bottom: 40px;
	padding: 0 15px;
	color: #143979;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.overview .text_box {
	margin-bottom: 40px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.overview .point_01 {
	margin-bottom: 1px;
	background: url(../img/point_img_01.jpg) right center no-repeat;
	background-size: cover;
}
.overview .point_01 h5.no01 {
	margin-bottom: 30px;
	padding-top: 90px;
	font-size: 26px;
	line-height: 40px;
	text-align: left;
	background: url(../img/point_no_01.png) left top no-repeat;
}
.overview .point_02 {
	margin-bottom: 1px;
	background: url(../img/point_img_02.jpg) left center no-repeat;
	background-size: cover;
}
.overview .point_02 h5.no02 {
	margin-bottom: 30px;
	padding-top: 90px;
	font-size: 26px;
	line-height: 40px;
	text-align: right;
	background: url(../img/point_no_02.png) right top no-repeat;
}
.overview .point_03 {
	margin-bottom: 1px;
	background: url(../img/point_img_03.jpg) right center no-repeat;
	background-size: cover;
}
.overview .point_03 h5.no03 {
	margin-bottom: 20px;
	padding-top: 90px;
	font-size: 26px;
	line-height: 40px;
	text-align: left;
	background: url(../img/point_no_03.png) left top no-repeat;
}
.overview .inner {
	padding: 40px 15px;
	color: #fff;
	background-color: rgba(67,97,148,0.8);
}
.overview .point_01 p,
.overview .point_02 p,
.overview .point_03 p {
	line-height: 32px;
	text-shadow: 2px 4px 3px rgba(67,97,148,0.3);
}


/*----------------------------------------------------------------

	Movie style

----------------------------------------------------------------*/
section.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*----------------------------------------------------------------

	Equipment style

----------------------------------------------------------------*/
section.equipment {
	padding: 60px 0 40px;
}
.equipment h4 {
	margin-bottom: 40px;
	padding: 0 15px;
	color: #143979;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.equipment .text_box {
	margin-bottom: 40px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.pattern,
.pattern3col {
    margin: 0 auto;
	padding: 0 15px;
}
.pattern div,
.pattern3col div{
	margin: 0 5px 20px;
	float: left;
	position: relative;
	width: calc((100% - 20px) / 2);
}
.pattern img,
.pattern3col img {
    width: 100%;
}
.pattern .caption,
.pattern3col .caption {
    position:absolute;
    left:0;
    bottom:0px;
	padding: 5px 0;
	width: 100%;
    color:#fff;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
}
.pattern div:focus,
.pattern3col div:focus {
  outline: none;
}
.equipment center {
	margin: 0 auto 40px;
	padding: 10px 0;
	width: 90%;
	clear: both;
	color:#fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	background-color: rgba(44, 94, 153, 1);
}

.pattern_1col {
    margin: 0 auto;
	width: 90%;
	overflow: hidden;
}
.pattern_1col div {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #efefef;
}
.pattern_2col {
    margin: 0 auto;
	width: 90%;
	overflow: hidden;
}
.pattern_2col div {
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	width: calc((100% - 15px) / 2);
	border: 1px solid #efefef;
}
.pattern_3col {
    margin: 0 auto;
	margin-bottom: 50px;
	width: 90%;
	overflow: hidden;
}
.pattern_3col div {
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	width: calc((100% - 15px) / 2);
	border: 1px solid #efefef;
}
.pattern_2col div:nth-child(even),
.pattern_3col div:nth-child(2),
.pattern_3col div:nth-child(4),
.pattern_3col div:nth-child(6){
	margin-left: 10px;
}
.pattern img,
.pattern_1col img,
.pattern_2col img,
.pattern_3col img,
.pattern3col img {
	max-width :100%;
	max-height: 100%;
	object-fit: cover;
}
.pattern a img,
.pattern_1col a img,
.pattern_2col a img,
.pattern_3col a img,
.pattern3col a img {
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.pattern a:hover img,
.pattern_1col a:hover img,
.pattern_2col a:hover img,
.pattern_3col a:hover img,
.pattern3col a:hover img {
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pattern .caption,
.pattern_1col .caption,
.pattern_2col .caption,
.pattern_3col .caption,
.pattern3col .caption {
    position:absolute;
    left:0;
    bottom:0px;
	width: 100%;
    min-height: 50px;
    color:#fff;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	background-color: rgba(44, 94, 153, 0.7);
}
.pattern div:focus,
.pattern_1col div:focus,
.pattern_2col div:focus,
.pattern_3col div:focus,
.pattern3col div:focus {
  outline: none;
}


/*----------------------------------------------------------------

	Achievements style

----------------------------------------------------------------*/
section.achievements {
	padding: 60px 0;
	background-color: #143979;
	background-size: cover;
}
.achievements h3:before {
	background-color: #fff;
}
.achievements h4 {
	margin-bottom: 40px;
	padding: 0 15px;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.achievements .text_box {
	margin-bottom: 40px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.achievements .text_box br {
	display: none;
}
.achievements .thumb-item {
	max-width: 90%;
	margin: 0 auto 10px;
}
.achievements .thumb-item img {
	width: 100%;
}
.achievements .thumb-item .caption {
    position:absolute;
    left:0;
    bottom:0px;
	width: 100%;
    color:#fff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(44, 94, 153, 0.7);
}
.achievements .thumb-item-nav {
	max-width: 90%;
	margin: 0 auto;
}
.achievements .thumb-item-nav li img {
	margin: 0;
	width: 100%;
}
.achievements .thumb-item-nav li:focus {
  outline: none;
}
.slick-prev,
.slick-next {
    display: none !important;
}
.achievements article {
	margin: 0 auto;
	width:90%;
}
.achievements #more_btn {
	margin: 30px auto;
	width: 200px;
	color: #FFF;
	line-height: 40px;
	text-align: center!important;
	background-color: #143979;
	border: 2px solid #FFF;
	border-radius: 20px;
}


.achievements ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.achievements ul li {
	position: relative;
	overflow: hidden;
	margin:0 1% 2%;
	width: 48%;
}
.achievements ul li:nth-child(1),
.achievements ul li:nth-child(2),
.achievements ul li:nth-child(3) {
	position: relative;
	margin-bottom: 2%;
	width: 100%;
}
.achievements ul li img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	transition: transform 0.2s linear;
}
.achievements ul li:nth-child(1) img,
.achievements ul li:nth-child(2) img,
.achievements ul li:nth-child(3) img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.achievements ul li :hover img,
.achievements_sub .box li :hover img {
	transition: transform 0.2s linear;
	transform: scale(1.1);
}
.achievements ul li span,
.achievements_sub .box li span {
	position:absolute;
	left:0;
	bottom:0px;
	width: 100%;
	min-height: 40px;
	color:#fff;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(44, 94, 153, 0.7);
}

.achievements_sub {
	padding-bottom: 80px;
	background-color: #F2F2F2;
}
.achievements_sub .navi {
	margin: 0 auto;
	padding: 40px 0 60px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.achievements_sub .navi p {
	width: 100%;
}
.achievements_sub .navi p a {
	color: #2C2C2C;
	position: relative;
}
.achievements_sub .navi p a:hover {
	color: #143979;
	text-decoration: none;
}
.achievements_sub .navi p a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #143979;
	opacity: 0;
	transition: .3s;
}
.achievements_sub .navi p a:hover::after {
	bottom: -5px;
	opacity: 1;
}
.achievements_sub .navi a.current {
	color: #143979;
	text-decoration: none;
}
.achievements_sub .navi a.current::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #143979;
	opacity: 1;
	transition: .3s;
}
.achievements_sub .navi p {
	margin: 0 25%;
	text-align: center;
	line-height: 36px;
}
.achievements_sub .navi p:nth-child(1),
.achievements_sub .navi p:nth-child(4),
.achievements_sub .navi p:nth-child(7){
	padding: 0 0 10px;
	border-bottom: 1px solid #707070;
}
.achievements_sub .navi p:nth-child(2),
.achievements_sub .navi p:nth-child(5){
	padding: 10px 0 0;
}
.achievements_sub .box {
	padding-bottom: 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.achievements_sub .box::after {
	display: block;
	content:"";
	width: 48%;
}
.achievements_sub .box li {
	position: relative;
	overflow: hidden;
	margin: 0 1% 2%;
	width: 48%;
}
.achievements_sub .box li img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	transition: transform 0.2s linear;
}

.achievements a.link_btn {
	display: block;
	margin: 80px auto 20px;
	width: 280px;
	color: #FFF;
	line-height: 50px;
	text-align: center!important;
	background-color: #143979;
	border: 2px solid #FFF;
	border-radius: 25px;
	transition: .4s;
}
.achievements a.link_btn:hover {
	color: #143979;
	text-decoration: none;
	background-color: #FFF;
}
.achievements_sub a.link_btn {
	display: block;
	margin: 0 auto;
	width: 280px;
	color: #FFF;
	line-height: 50px;
	text-align: center!important;
	background-color: #143979;
	border: 2px solid #FFF;
	border-radius: 25px;
	transition: .4s;
}
.achievements_sub a.link_btn:hover {
	color: #143979;
	text-decoration: none;
	border: 2px solid #143979;
	background-color: #FFF;
}
.achievements_sub .box li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.achievements_sub .more {
  text-align: center;
  margin-top: 20px;
}
.achievements_sub button {
  display: block;
	cursor: pointer;
	margin: 0 auto;
	width: 280px;
	color: #143979;
	font-size: 18px;
	line-height: 50px;
	text-align: center!important;
	border: 2px solid #143979;
	border-radius: 30px;
	transition: .4s;
}
.achievements_sub button:hover {
  color: #FFF;
	text-decoration: none;
	background-color: #143979;
	border: 2px solid #FFF;
}
.modaal-outer-wrapper {
	background-color: rgba(255, 255, 255, 0.6);
}
.modaal-container {
	position: relative;
	width: auto;
	height: auto;
	border: 5px solid #FFF;
}
.modaal-container img {
	width: auto;
	height: auto;
	object-fit: cover;
	margin-top: 20px;
}
.modaal-gallery-label {
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	min-height: 50px;
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(44, 94, 153, 0.7);
}
.modaal-close:before,
.modaal-close:after {
	background-color: #404040!important;
}
.modaal-close {
	background-color: #FFF!important;
}


/*----------------------------------------------------------------

	Company style

----------------------------------------------------------------*/
section.company {
	padding: 60px 0;
}
.company h4 {
	margin-bottom: 40px;
	color: #143979;
	padding: 0 15px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.company .message_box {
	padding: 0 15px 40px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 220px 15px 40px;
	background:url(../img/compant_img_04.png) center top no-repeat;
}
.company h5 {
	margin: 0 0 10px;
	color: #143979;
	font-size: 24px;
	font-weight: bold;
}
.company .message_box p {
	margin-top: 20px;
	text-align: right;
}
.company .message_box p img {
	max-width: 50%
}
.company dl.idea {
	margin: 0 auto 20px;
	padding: 0 15px;
	overflow: hidden;
}
.company dl.idea dt {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 58px;
	text-align: center;
	background-color: #143979;
}
.company dl.idea dd {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #143979;
}
.company dl.idea dd span {
	display: block;
}
.company .about_box {
	padding: 0 15px;
	font-size: 14px;
	line-height: 36px;
}
.company .about_box table {
	width: 100%;
}
.company .about_box table th {
	padding: 5px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #afafaf;
}
.company .about_box table td {
	padding: 5px;
	display: block;
	text-align: left;
	border-top: 1px dotted #afafaf;
}


/*----------------------------------------------------------------

	Recruit style

----------------------------------------------------------------*/
section.recruit {
	padding: 60px 0;
	background:url(../img/recruit_bg_01.jpg) center center no-repeat;
	background-size: cover;
}
.recruit h3:before {
	background-color: #fff;
}
.recruit h4 {
	margin-bottom: 40px;
	color: #fff;
	padding: 0 15px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.recruit .text_box {
	margin-bottom: 40px;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.recruit .text_box br {
	display: none;
}
.recruit .text_box h5 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.recruit .text_box p {
	padding: 40px 0 0;
	text-align: center;
}
.recruit .text_box p img {
	width: 100%;
}


/*----------------------------------------------------------------

	News style

----------------------------------------------------------------*/
section.news {
	padding: 60px 0;
}
.news h4 {
	margin-bottom: 40px;
	color: #143979;
	padding: 0 15px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.news dl.newsbox {
	padding: 0 15px;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
}
.news dl.newsbox dd {
	margin-bottom: 20px;
}


/*----------------------------------------------------------------

	Conatct style

----------------------------------------------------------------*/
section.contact {
	padding: 60px 0;
	background-color: #143979
}
.contact h3:before {
	background-color: #fff;
}
.contact h4 {
	margin-bottom: 40px;
	color: #fff;
	padding: 0 15px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.contact .text {
	margin-bottom: 40px;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.contact .text .column {
	margin-bottom: 30px;
}
.contact .text .column h5 {
	margin-bottom: 10px;
	display: block;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.contact .text .column span {
	margin-bottom: 20px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.contact .text .column b {
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
}
.contact .text .column i {
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
}
.contact dl.form {
	margin: 0 auto 10px;
	padding: 0 15px;
	color: #fff;
}
.contact dl.form dt {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	margin-bottom: 10px;
	width: 96%;
	border:none;
	box-shadow: none;
	padding: 2%;
	font-size: 18px;
	color: #2b2b2b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-text.text {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 100px;
	border:none;
	box-shadow: none;
	padding: 2%;
	font-size: 18px;
	color: #2b2b2b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 150px;
}
.wpcf7-form .wpcf7-select, select {
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	border:none;
	box-shadow: none;
	font-size: 16px;
	color: #2b2b2b;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	margin: 0 auto 20px;
	color: #ffffff;
	width: 100%;
	line-height: 30px;
}
.wpcf7-form-control {
	padding: 0 5%;
	width: 90%;
}
.grecaptcha-badge, g-recaptcha-response {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  margin-top:20px;
}



/*----------------------------------------------------------------

	overview style

----------------------------------------------------------------*/
section.recruitoverview {
	padding: 60px 0 0;
}
.recruitoverview h4 {
	margin-bottom: 40px;
	color: #143979;
	padding: 0 15px;
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}
.recruitoverview .text_box {
	margin-bottom: 40px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*----------------------------------------------------------------

	Interview style

----------------------------------------------------------------*/
section.interview {
}
.interview h4 {
	margin-bottom: 40px;
	color: #143979;
	padding: 0 15px;
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}
.interview .staff_box {
	padding-top: 40px;
}
.interview .staff_box .item_01 {
	margin: 0 0 40px;
	padding: 240px 15px 0;
	background:url(../img/recruit_img_07.png) center top no-repeat;
}
.interview .staff_box .item_02 {
	margin: 0 0 40px;
	padding: 0 15px;
	padding: 280px 15px 0;
	background:url(../img/recruit_img_08.png) center top no-repeat;
}
.interview .staff_box .item_01 h5,
.interview .staff_box .item_02 h5 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.interview .staff_box .item_01 h5 span,
.interview .staff_box .item_02 h5 span {
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
}
.interview .staff_box .item_01 p,
.interview .staff_box .item_02 p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
.interview .voice_box {
	padding: 0 15px;
	overflow: hidden;
}
.interview .voice_box .column {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #143979;
}
.interview .voice_box h6 {
	margin-bottom: 10px;
	color: #143979;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}
.interview .voice_box h6 i {
	display: none;
}
.interview .voice_box p {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px solid #143979;
}
.interview .voice_box .column p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.interview .voice_photo img {
	width: 100%;
}


/*----------------------------------------------------------------

	Application Guidelines style

----------------------------------------------------------------*/
section.guideline {
	padding: 60px 0;
}
.guideline h4 {
	margin-bottom: 40px;
	color: #143979;
	padding: 0 15px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.ChangeElem_Btn_Content {
	margin: 0 auto 20px;
	width: 90%;
	display: table;
}
.ChangeElem_Btn {
	width: 50%;
	font-size: 15px;
	line-height: 30px;
	color: #143979;
	cursor: pointer;
	display: table-cell;
	flex: 1;
	position: relative;
	background-color: #fff;
	border: 1px solid #143979;
	transition: all .3s ease-in-out;
	vertical-align: middle;
}
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
	color: #fff;
	background-color: #143979;
	border: 1px solid 143979;
	box-sizing: border-box;
}
.ChangeElem_Panel{
	display: none;
}
.guideline .ChangeElem_Panel table {
	margin: 0 auto;
	width: 90%;
	line-height: 1.5em;
}
.guideline .ChangeElem_Panel table th {
	padding: 5px;
	display: block;
	font-weight: bold;
	text-align: left;
	border-top: 2px solid #afafaf;
}
.guideline .ChangeElem_Panel table td {
	padding: 5px;
	display: block;
	text-align: left;
	border-top: 1px dotted #afafaf;
}


/*----------------------------------------------------------------

	フッター

----------------------------------------------------------------*/
footer {
	padding: 40px 0 20px;
	clear: both;
	color: #fff;
	background-color: #404857;
}
footer .inner {
	padding: 0 15px;
	overflow: hidden;
}
footer .data {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.4em;
	text-align: center;
}
footer .data h5 {
	margin-bottom: 30px;
}
footer .link {
	display: none;
}
footer address {
	clear: both;
	font-size: 14px;
	text-align: center;
}


/*----------------------------------------------------------------

	ページトップ

----------------------------------------------------------------*/
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 1000;
}
#pagetop img {
	width: 40px;
}
#pagetop a:hover {
    opacity:0.7;
}


/*----------------------------------------------------------------

	抗菌粉体塗装

----------------------------------------------------------------*/
.main_title {
	padding: 40px 0 120px;
	text-align: center;
	background: url(../img/kokin_maintitle.png) 0 0 no-repeat;
	background-size: cover;
}
.main_title h1 {
	margin-bottom: 40px;
}
.main_title h2 {
	color: #153979;
	font-size: 24px;
	line-height: 36px;
}
.main_title h2 span {
	display: block;
	font-size: 16px;
}
section.kokin {
	padding: 0 0 40px;
	background-color: #F9FAFC;
}
section.kokin .lead {
	padding: 40px 0;
	font-size: 16px;
	line-height: 32px;
	background-color: #FFF;
}
section.kokin .lead p {
	margin: 0 auto;
	width: 90%;
}
section.kokin .item_box {
	padding: 40px 0 0;
}
section.kokin .item_box h3 {
	color: #153979;
	font-size: 24px;
	border: none;
}
section.kokin .item_box h3:before {
	display: none;
}
section.kokin .item_box p {
	margin: 0 auto 20px;
	padding-left: 15%;
	width: 85%;
	font-size: 18px;
	line-height: 28px;
	background: url(../img/kokin_icon.png) 5% 5px no-repeat;
	background-size: 24px;
}
section.kokin .item_box aside {
	position: relative;
	margin: 60px auto;
	padding: 0 5%;
	width: 80%;
	text-align: center;
	border: 3px solid #153979;
	border-radius: 30px;
}
section.kokin .item_box aside h4 {
	position: relative;
	top: -20px;
	margin: 0 auto 20px;
	width: 90%;
	color: #FFF;
	font-size: 24px;
	line-height: 40px;
	background-color: #153979;
}
section.kokin .item_box aside h5 {
	margin: 0 20px 60px;
	font-size: 16px;
	line-height: 26px;
}
section.kokin .item_box aside img {
	margin: 0 auto 20px;
	display: block;
	width: 70%;
}
section.kokin .table_box {
	margin: 0 auto;
	padding: 0 0 40px;
	width: 90%;
}
section.kokin .table_box h3 {
	margin-bottom: 20px;
	color: #153979;
	font-size: 24px;
	border: none;
}
section.kokin .table_box h3:before {
	display: none;
}
section.kokin .table_box .desc {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 28px;
}
section.kokin .table_box h4 {
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
}
section.kokin table sup {
	font-size: 12px;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
section.kokin table {
	margin: 0 0 10px;
	border-left: 1px solid #262626;
	border-top: 1px solid #262626;
	display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
section.kokin table tbody {
  width: 100%;
  display:table;
}
section.kokin table th {
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #E7F1FA;
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
}
section.kokin table td {
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
}
section.kokin .table_box .text_tb_01 {
	margin: 0 auto 20px;
	width: 90%;
	line-height: 20px;
}
section.kokin .table_box .text_tb_02 {
	margin: 0 auto 40px;
	width: 90%;
	line-height: 20px;
}


.contact .text_kokin {
	margin-bottom: 40px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.contact .text_kokin h5 {
	margin-bottom: 10px;
	display: block;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.contact .text_kokin span {
	margin-bottom: 20px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.contact .text_kokin b {
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
}
.contact .text_kokin i {
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
}
.contact .text_kokin p {
	margin: 0 auto 30px;
	width: 90%;
	line-height: 26px;
}

.banner_box {
	margin: 0 auto;
	padding-top: 60px;
	width: 80%;
	text-align: center;
}
.banner_box img {
	width: 100%;
}
.banner_box a {
	transition: .4s;
}
.banner_box a:hover {
	opacity: 0.7;
	transition: .3s;
}