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

.pc {
	display: none !important;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}

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

#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: 306px;
    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;
  }
}



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

#mv{
	position: relative;
	width: 100%;
    height: 488px;
    box-sizing: border-box;
}
.topMv{
	background: url(../img/mv.jpg) no-repeat;
    background-position: top center;
    background-size: 140vh;
    background-repeat: no-repeat;
}
.topMv:after{
    content: "";
    width: 2px;
    height: 72px;
    background: #fff;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
}
.mvLogo{
    width: 306px;
    position: absolute;
    top: 178px;
    left: 50%;
    transform: translateX(-50%);
}
.mvLogo img{
    width: 100%;
    height: auto;
}

.snsIconW{
    width: 90%;
    margin: 0 auto;
    letter-spacing: -0.4em;
    padding-top: 10px;
}
.iconIns{
    width: 36px;
    height: 36px;
    display: inline-block;
    padding-top: 9px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    vertical-align: top;
    margin-right: 14px;
}
.iconIns img{
    width: 18px;
    height: 18px;
}
.iconMail{
    width: 36px;
    height: 36px;
    display: inline-block;
    padding-top: 11px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    vertical-align: top;
}
.iconMail img{
    width: 18px;
    height: 13px;
}

#topSecCopy{
    text-align: center;
    padding: 51px 0 60px;
}
.topCopy{
    font-size: 1.2rem;
    line-height: 2.4rem;
}


#topSecMedia{
    text-align: center;
    margin-bottom: 65px;
}
.topMediaW{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
.topMediaImg{
    width: 100%;
    margin-top: 23px;
}
.topMediaImg img{
    width: 100%;
    height: auto;
}

#topSecRecruit{
    margin-bottom: 57px;
}
.topRecruitW{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
.topRecruitImg{
    width: 100%;
    margin-top: 23px;
}
.topRecruitImg img{
    width: 100%;
    height: auto;
}

#topSecContact{
    background: url("../img/contact_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 26px;
}
.topContactW{
    text-align: center;
}
.contactTtl{
    font-size: 2.4rem;
    font-weight: 300;
    color: #E4F6F6;
    margin-bottom: 45px;
}
.contactTable{
    width: 84%;
    margin: 0 auto 33px;
}
.contactTable th{
    width: 100%;
    display: block;
    text-align: left;
    padding-bottom: 5px;
}
.contactTable td{
    width: 100%;
    display: block;
    text-align: left;
}
.contactTable td input{
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 15px;
}
.input1{
}
.input2{
    width: 100%;
    height: 118px;
    box-sizing: border-box;
    border-radius: 5px;
}
.submitBtn{
    width: 189px;
}



/*RECRUIT*/


#secRecruit{
    
}
.secRecruitW{
    padding: 43px 0 20px;
}
.recruitList{
    padding-bottom: 24px;
    border-bottom: 1px solid #E4F6F6;
    margin-bottom: 40px;
}
.recruitList dt{
    position: relative;
    width: 250px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding-left: 70px;
}
.recruitDt1:before{
    content: "";
    background: url("../img/icon3.png") no-repeat;
    background-size: contain;
    width: 33px;
    height: 40px;
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
}
.recruitDt2:before{
    content: "";
    background: url("../img/icon4.png") no-repeat;
    background-size: contain;
    width: 48px;
    height: 38px;
    display: block;
    position: absolute;
    left: 3px;
    top: 7px;
}
.recruitDt3:before{
    content: "";
    background: url("../img/icon5.png") no-repeat;
    background-size: contain;
    width: 42px;
    height: 39px;
    display: block;
    position: absolute;
    left: 6px;
    top: 7px;
}
.recruitList dd{
    display: block;
    box-sizing: border-box;
    width: 250px;
    margin: 0 auto;
}
.recruitPoint{
    font-size: 1.5rem;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
    color: rgba(228,246,246,0.3);
}
.recruitTtl{
    font-size: 1.5rem;
    color: #E4F6F6;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
}
.recruitTxt{
    font-size: 1rem;
    line-height: 2rem;
    color: #E4F6F6;
}
.recruitImgW{
    width: 100%;
    height: 98px;
    position: relative;
}
.recruitImg{
    width: 300px;
    height: 88px;
    box-sizing: border-box;
    background: url("../img/recruit_img.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
.recruitImgW:before{
    content: "";
    background: #8FCB1E;
    display: block;
    position: absolute;
    width: 300px;
    height: 88px;
    left: 0;
    top: 10px;
}

#secCondition{
    
}
.secConditionW{
    padding: 77px 0 54px;
}

.conditionTable{
    width: 100%;
    margin: 0 auto;
    
}
.conditionTable th{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
    font-size: 1.4rem;
    line-height: 3rem;
    text-align: left;
    font-weight: bold;
}
.conditionTable td{
    border-bottom: 1px solid rgba(228,246,246,0.5);
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 1.2rem;
    padding: 0px 10px 10px 10px;
    line-height: 3rem;
}

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

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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}