@charset "UTF-8";

/* HeroBnr
======================================================================*/
.HeroBnr {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    /*チラつき対策*/
    visibility: hidden;
}
/*
.HeroBnr ul.slider li img{
    max-width: 1100px;
    height: auto;
}
*/

/*h2*/
.HeroBnr .ttlbox{
    width: 100%;
    max-width: 1280px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 3;
}

.HeroBnr h2{
	text-align: center;
}
@media only screen and (max-width: 480px){
.HeroBnr h2 img{
	max-width: 180px;
}
}

.HeroBnr p{
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 1em;
	/*margin-top: 1em;*/
}
@media only screen and (max-width: 768px){
.HeroBnr p{
	width: 85%;
	font-size: 2.0rem;
	margin: 0 auto 1em;
	/*margin: 1em auto 0;*/
}
}
@media only screen and (max-width: 480px){
.HeroBnr p{
	font-size: 1.8rem;
}
}



/* slick-slide
===================================*/
.slider .slick-slide {
  /*max-width: 1600px;
  height: 600px;
  margin: 0 10px;*/
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
.slider .slick-slide {
  height: 430px;
}
.slider .slick-slide img {
  display: block;
  width: auto;
  height: 430px;
  object-fit: cover;
}
}


/* top_contents
===================================*/

#top_contents {
	width: 100%;
    position: relative;
	overflow: hidden;
    padding-bottom: 5em;
}
@media screen and (max-width: 768px){
#top_contents {
    padding-bottom: 2em;
}
}

#top_contents h2{
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 3.2rem;
	font-weight: 400;
    line-height: 1.4;
	text-align: center;
    position: relative;
    margin-bottom: 100px;
	letter-spacing: 0.15em;
}

#top_contents h2 span{
	display: block;
	font-size: 1.4rem;
	color: #303030;
	padding-top: 1.0em;
	letter-spacing: 0.1em;
}

#top_contents h2::after{
	position: absolute;
    content: '';
    left: 50%;
	bottom: -70px;
    transform: translateX(-50%);
    width: 1px;
    height: 48px;
    background-color: #303030;
	z-index: 3;
}
@media screen and (max-width: 768px){
#top_contents h2{
	font-size: 2.2rem;
    margin-bottom: 80px;
}
#top_contents h2::after{
	bottom: -50px;
    width: 1px;
    height: 40px;
}
}

#top_contents h3 {
    font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
    position: relative;
	font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
	margin-bottom: 0.5em;
}

#top_contents h3.bdr {
    font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    display: inline-block;
    position: relative;
	font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-right: 210px;
    color: #ffffff;
	z-index: 11;
}

#top_contents h3.bdr::after{
	position: absolute;
    content: '';
    right: 0;
	top: 50%;
    transform: translateY(-50%);
    width: 182px;
    height: 1px;
    background-color: #ffffff;
	z-index: 3;
}

@media screen and (max-width: 768px){
#top_contents h3 {
	font-size: 1.6rem;
}
#top_contents h3.bdr {
	padding-right: 110px;
}
#top_contents h3.bdr::after{
    width: 90px;
}
}

#top_contents .ttlbox{
	position: relative;
    margin-bottom: 3em;
}
@media screen and (max-width: 768px){
/*#top_contents .ttlbox{
    margin-bottom: 2em;
}*/
}

/* top_message
===================================*/

.top_message {
	width: 100%;
    padding: 5em 0 2em;
	position: relative;
}
@media screen and (max-width: 768px){
.top_message {
    padding: 3em 0 1em;
}
}

.top_message ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 480px){
.top_message ul{
	width: 90%;
    margin: 0 auto;
}
}

.top_message li{
	width: 100%;
    /*max-width: 600px;*/
	vertical-align: top;
}

.top_message li p{
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;
}

.top_message li p span{
    margin-left: 10px;
    vertical-align: 5px;
}

.top_message li a{
	color: #303030;	
}

.top_message li a .top_thumb{
    overflow: hidden;
    background-color: #303030;
}

.top_message li a .top_thumb img {
	width: 100%;
	height: auto;
	transform: scale(1.00);
    transition: all 0.3s ease-out;
}

.top_message li a:hover .top_thumb img {
  transform: scale(1.02);
    opacity: 0.6;
}

/* top_contact
===================================*/

.top_contact {
	width: 100%;
    padding: 2em 0;
	position: relative;
}
@media screen and (max-width: 768px){
/*.top_contact {
    padding: 2em 0;
}*/
}

.top_contact ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_contact li{
    width: 50%;
    /*max-width: 600px;*/
    vertical-align: top;
    background-color: #303030;
}
@media screen and (max-width: 768px){
.top_contact li{
    width: 100%;
    margin: 0 auto;
}
}

.top_contact li a{
    display: block;
    width: 100%;
    /*height: 320px;*/
	height: 150px;
    position: relative;
    overflow: hidden;
    background-color: #303030;
    transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px){
.top_contact li a{
    height: 120px;
}
}

.top_contact li a.recruit{
    background-image: url(../images/index/img_recruit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.top_contact li a.recruit:after{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: rgba(72,81,95,0.50);
	opacity: 0.4;
	transition: all 0.4s ease-out;
}
.top_contact li a.recruit:hover:after{
    /*opacity: 0.6;*/
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(72,81,95,0.50);
}

.top_contact li a.contact{
    background-color: #707070;
	background-image: url(../images/index/img_contact.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*
.top_contact li a.contact:hover{
    background-color: #48515F;
}
*/
.top_contact li a.contact:after{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: rgba(72,81,95,0.50);
	opacity: 0.4;
	transition: all 0.4s ease-out;
}
.top_contact li a.contact:hover:after{
	opacity: 1.0;
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(72,81,95,0.50);
}

.top_contact h3{
    position: absolute;
    top: 20px;
    left: 30px;
	z-index: 11;
}
@media screen and (max-width: 768px){
.top_contact h3{
    top: 10px;
    left: 20px;
}
}

.top_contact li a .btn_recruit,
.top_contact li a .btn_contact{
    position: absolute;
    /*left: 50%;
    transform: translateX(-50%);*/
    right: 30px;
    bottom: 30px;
}
@media screen and (max-width: 768px){
.top_contact li a .btn_recruit,
.top_contact li a .btn_contact{
    right: 20px;
    bottom: 20px;
}
}

.top_contact li a .btn_recruit,
.top_contact li a .btn_contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        align-items: center;
    /*display: block;*/
    width: 230px;
    height: 44px;
    font-size: 1.6rem;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    text-align: center;
    /*overflow: hidden;*/
}
@media screen and (max-width: 768px){
.top_contact li a .btn_recruit,
.top_contact li a .btn_contact{
    font-size: 1.4rem;
	width: 180px;
    height: 36px;
}
}
/*
.top_contact li a .btn_recruit{
    background-color: #48515F;
}
*/
.top_contact li a .btn_recruit span,
.top_contact li a .btn_contact span{
    position: relative;
    z-index: 11;
}

.top_contact li a .btn_recruit:before,
.top_contact li a .btn_contact:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
	background: rgba(72,81,95,0.60);
  /*-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);*/
	transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s ease-in-out;
	inset: 0;
  z-index: 2;
}
/*
.top_contact li a .btn_recruit:before {
  background: #072076;
}
*/
.top_contact li a:hover .btn_recruit:before,
.top_contact li a:hover .btn_contact:before {
  /*-webkit-transform: translateX(0%);
  transform: translateX(0%);*/
	transform: scaleX(1);
}

/* arrow */
.top_contact li a .btn_recruit .arrow,
.top_contact li a .btn_contact .arrow{
    position: absolute;
	right: 10px;
	top: 40%;
	transform: translateY(-50%);
	transition:  all 0.3s ease-out;
	z-index: 33;
	
}

.top_contact li a:hover .btn_recruit .arrow,
.top_contact li a:hover .btn_contact .arrow{
	right: -10px;
}

/* mv_logo SVGアニメーション
===================================*/

/* 描画中：線だけ */
#mvLogo path{
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill-opacity: 0;
  transition: fill-opacity .6s;
}

/* 描画後：塗り */
#mvLogo.done path{
  fill: #fff;
  fill-opacity: 1;
  stroke: none;
}