@charset "utf-8";

.sp {
	display: none;
}

.tablet {
	display: none;
}

/*ローディング用記述*/

#loading {
  width: 100vw;
  height: 100vh;
  transition: all .3s;
	background: #373838;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
svg {
  width: 832px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
}
svg path {
  fill: none;
  stroke-linejoin: round;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
  animation: line_animation 2s both;
  animation-delay: 0.3s;
}
.st0{fill:none;stroke:#ACF522;stroke-miterlimit:10;}
.st1{fill:none;stroke:#ECFEFE;stroke-miterlimit:10;}

@keyframes line_animation {
  0% {
    stroke-dashoffset: 500px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

/*MV*/

#mvWrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#mv{
	position: relative;
	width: 100%;
    height: 974px;
    box-sizing: border-box;
}
.topMv{
	background: url(../img/mv.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.topMv:after{
    content: "";
    width: 2px;
    height: 123px;
    background: #fff;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
}
.mvLogo{
    width: 832px;
    position: absolute;
    top: 328px;
    left: 50%;
    transform: translateX(-50%);
}
.mvLogo img{
    width: 100%;
    height: auto;
}

.snsIconW{
    width: 1100px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    padding-top: 25px;
}
.iconIns{
    width: 50px;
    height: 50px;
    display: inline-block;
    padding-top: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    vertical-align: top;
    margin-right: 20px;
}
.iconIns img{
    width: 25px;
    height: 25px;
}
.iconMail{
    width: 50px;
    height: 50px;
    display: inline-block;
    padding-top: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    vertical-align: top;
}
.iconMail img{
    width: 25px;
    height: 17px;
}

#topSecCopy{
    text-align: center;
    padding: 103px 0 170px;
}
.topCopy{
    font-size: 1.8rem;
    line-height: 4rem;
}


#topSecMedia{
    text-align: center;
    margin-bottom: 165px;
}
.topMediaW{
    width: 798px;
    border: 1px solid #fff;
    background: #414141;
    box-sizing: border-box;
    padding: 82px 203px 60px 203px;
    position: relative;
    display: inline-block;
    text-align: left;
    left: 280px;
}
.topMediaImg{
    width: 544px;
    position: absolute;
    left: -435px;
    top: 60px;
}
.topMediaImg img{
    width: 100%;
    height: auto;
}

#topSecRecruit{
    margin-bottom: 140px;
    text-align: center;
}
.topRecruitW{
    width: 798px;
    border: 1px solid #fff;
    background: #414141;
    box-sizing: border-box;
    padding: 82px 203px 60px 203px;
    position: relative;
    display: inline-block;
    text-align: left;
    left: -280px;
}
.topRecruitImg{
    width: 544px;
    position: absolute;
    right: -435px;
    top: 60px;
}
.topRecruitImg img{
    width: 100%;
    height: auto;
}

#topSecContact{
    background: url("../img/contact_bg.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.topContactW{
    text-align: center;
}
.contactTtl{
    font-size: 3rem;
    font-weight: 300;
    color: #E4F6F6;
    margin-bottom: 65px;
}
.contactTable{
    width: 850px;
    margin: 0 auto 72px;
}
.contactTable th{
    width: 148px;
    vertical-align: top;
    text-align: left;
}
.contactTable td{
    text-align: left;
}
.contactTable td input{
    width: 558px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 30px;
}
.input1{
}
.input2{
    width: 558px;
    height: 248px;
    box-sizing: border-box;
    border-radius: 5px;
}
.submitBtn{
    width: 189px;
}



/*RECRUIT*/


#secRecruit{
    
}
.secRecruitW{
    padding: 100px 0 120px;
}
.recruitList{
    padding-bottom: 24px;
    border-bottom: 1px solid #E4F6F6;
    display: flex;
    margin-bottom: 126px;
}
.recruitList dt{
    position: relative;
    width: 470px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 150px;
}
.recruitDt1:before{
    content: "";
    background: url("../img/icon3.png") no-repeat;
    background-size: contain;
    width: 59px;
    height: 67px;
    display: block;
    position: absolute;
    left: 40px;
    top: 10px;
}
.recruitDt2:before{
    content: "";
    background: url("../img/icon4.png") no-repeat;
    background-size: contain;
    width: 78px;
    height: 62px;
    display: block;
    position: absolute;
    left: 30px;
    top: 15px;
}
.recruitDt3:before{
    content: "";
    background: url("../img/icon5.png") no-repeat;
    background-size: contain;
    width: 72px;
    height: 67px;
    display: block;
    position: absolute;
    left: 32px;
    top: 10px;
}
.recruitList dd{
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 33px 0 0;
    width: 630px;
}
.recruitPoint{
    font-size: 2.5rem;
    letter-spacing: 2.5px;
    margin-bottom: 13px;
    color: rgba(228,246,246,0.3);
}
.recruitTtl{
    font-size: 2.5rem;
    color: #E4F6F6;
    letter-spacing: 2.5px;
}
.recruitTxt{
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #E4F6F6;
}
.recruitImgW{
    width: 100%;
    height: 336px;
    position: relative;
}
.recruitImg{
    width: 1415px;
    height: 294px;
    box-sizing: border-box;
    background: url("../img/recruit_img.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 505px;
}
.recruitImgW:before{
    content: "";
    background: #8FCB1E;
    display: block;
    position: absolute;
    width: 1415px;
    height: 294px;
    right: 505px;
    top: 42px;
}

#secCondition{
    
}
.secConditionW{
    padding: 155px 0 139px;
}

.conditionTable{
    width: 824px;
    margin: 0 auto;
    
}
.conditionTable th{
    border-bottom: 1px solid rgba(228,246,246,0.5);
    width: 211px;
    box-sizing: border-box;
    padding: 15px 0 15px 34px;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: left;
}
.conditionTable td{
    border-bottom: 1px solid rgba(228,246,246,0.5);
    font-size: 1.5rem;
    padding: 15px 0 15px;
    line-height: 3rem;
}


/*コンタクトフォーム追記*/

.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    display: block;
    position: relative;
    top: -23px;
}
.wpcf7-response-output {
    margin-top: 20px;
}

