/* CSS Document */
body {
  color:#241C1C;
    font-family :
  YuMincho,    /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;

}
/*========= 背景動画設定のCSS ===============*/

video{
    height: 440px;
    object-fit: cover;
}
.topmovie{
  position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
     height: 440px;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("../img/movie.jpg") no-repeat;
    background-size: cover;
    z-index: 0;
}

/* ローディングアイコン設定 */

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear{
     display: none;   
}


/* youtube設定 */

#youtube-area{
    position: absolute;
    z-index: -3;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
  opacity: 0;    
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name:PageAnimeAppear;
  animation-duration:.5s;
  animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

#youtube {
/*天地中央配置*/
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
/*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 440px; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
 /* min-height: 100%;*/
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    z-index: -1;/*下から2番目に表示*/
    top:0;
    width:100%;
   /* height: 100%;*/
}


/*youtube 上のロゴ */
.recruitnewh1{
  position:absolute;
  z-index: 2;/*下から2番目に表示*/
/*天地中央配置*/
  top: 180px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
/*色指定*/
  color:#fff;
  text-shadow: 0 0 15px #666;
  font-size: 22px;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  background: none;
}

p,ul{
  color: #000;
}
.recruitnewh1 span{
  display: block;
  font-size: 145%;
  letter-spacing: 3px;

}

.recruitnewp{
  width: 100%;
  max-width: 270px;
  position:absolute;
  z-index: 2;/*下から2番目に表示*/
/*天地中央配置*/
  top: 265px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
/*色指定*/
  color:#30261d;
  background: #fff;
  padding: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  text-shadow: 0 0 15px #666;
}
.recruitnewp2{
  width: 100%;
  max-width: 270px;
  position:absolute;
  z-index: 2;/*下から2番目に表示*/
/*天地中央配置*/
  top: 305px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#30261d;
  background: #fff;
  padding: 5px;
  font-size: 17px;
  text-shadow: 0 0 15px #666;
  margin: 10px auto;
  letter-spacing: 2px;
}
.recruitnewp2 span{
 font-size: 21px;
}
/*下のコンテンツ*/
.recruitnewmain{
    position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
    z-index: 3;/*一番上に表示*/
    /*見た目の調整*/
  background:#fff;
  text-align: center;
}
.recruitnewmain h2 {
 color: #603813;
}
.inner{
  padding: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.contetsarea{
   background: url(../images/recruit/haikei5.png);
   padding: 20px 0;

}
.fixbtnarea{
  position: fixed;
  background: #fff;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 4;
  max-width: 500px;
}
.fixbtnarea img{
  width: 100%;
}
.fixbtnarea a{
display: block;
width: 100%;
text-align: center;
font-weight: bold;
font-size: 20px;
}
.text1{
   color: #603813;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  padding-top: 10px;
}
.text1 span{
  display: block;
  font-size: 130%;
  line-height: 140%;
  padding: 20px 0;
}
.flexp{
  display: flex;
  align-items: center;
  justify-content: center;
}

.left1{
  color: #f45184;
  width: 23%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.left1p{
  width: 100%;
  font-size: 13px;
}

.left1p2{
  color: #fff;
  background-color: #f45184;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px auto;
  font-size: 20px;
  letter-spacing: 10;
}


.right1{
  width: 77%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightp{
color:#000;
font-size: 20px;
}

.rightp span{
color:#f45184;
}

.span1{
  font-size: 39px;
  letter-spacing: -2;
}
.span2{
  font-size: 12px;
  padding-left: 6px;
}
.span3{
  font-size: 30px;
}
.span4{
  font-size: 16px;
}

.bunnerimg{
width: 100%;
}


.topvideo{
  padding: 10px;
  width: 100%;
  box-sizing: border-box;

}
.topvideo iframe{
height: 250px;
}
.recruith2a{
text-align: left;
font-size: 17px;
}

.recruith2a span{
  display: block;
  padding: 5px 0;
  font-size: 24px;
  letter-spacing: 0.6px;
}
.recruitpq{
  font-size: 14px;
  text-align: left;
 padding: 10px 0;
 letter-spacing: 2px;

}

.listarea1{
  background: #fcf7f7;
  margin: 20px auto;
  padding: 10px;
}
.recruitlist1{


}
.listli{
    position: relative;
    padding-left: 25px;
    text-align: left;
    margin: 10px auto;
    font-size: 15px;
  }
 
  .listli:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    z-index: 1;
  }
 
.listli:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #c09933;
    border-radius: 2px;
  }

.content2{
background-image: url(../images/recruit/haikei1.png);
    background-size: cover;
}


.ashurai4{
width: 100%;
max-width: 300px;
padding: 0 15px;
}
.recruith2b{
 font-size: 18px;
 line-height: 35px;
 letter-spacing: 4px;
}

.content3{
  background-image:url(../images/recruit/ashirai2.png);
  background-repeat: no-repeat;
  background-size: 100px;
 margin: 10px;
}
.recruith2c{
text-align: center;
font-size: 23px;
line-height: 30px;
padding: 40px 0;

}
.recruitlist2{
  padding: 15px 0;
}
.listli2 {
  color: #f45184;
    position: relative;
    padding-left: 25px;
    text-align: left;
    margin: 10px auto;
    font-size: 13px;
  }
 
 
 
.listli2:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #f45184;
   
  }


.recruitpd{
text-align: left;
}

.recruitpd span{
  display: block;
  padding: 7px 0 0;
  font-size: 140%;
  border-bottom:solid;
  border-color:#fcf7f7;
  border-width:10px;
}
table {
    margin: 0 auto;
    font-size: 14px;
}
.tableback{
  background: #fcf7f7;
  border: solid 0.5px #aaa;
  padding: 5px 10px;
}
.recruith2d{
  font-size: 18px;
}
.content4 {
  padding: 5px;
  margin-bottom: 10px;
}
.content4 .inner{
  padding: 10px;
  background: url(../images/recruit/haikei5.png);
}
.content5{
  padding: 5px 0;
  background: url(../images/recruit/haikei3.png);
}

.ashirai2e{
font-size: 17px;
letter-spacing: 1px;
 padding: 20px 0;
}
.ashirai2e span{
  font-size: 140%;
}
.ashirai4{
  width: 140px;
  display: block;
  margin: 0 auto;
}

.recruitpe{
  padding: 10px 0;
  font-size: 13px;
}

.list2{
  background: url(../images/recruit/haikei2.png);
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 10px;
}
.list2li{
  text-align: left;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.list2li:before {
  content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/recruit/ashirai3.png);
    background-size: contain;
  }

  .recruitpf{
text-align: center;
font-size: 23px;
line-height: 30px;
background-image: url(../images/recruit/haikei4.png);
background-size: cover;
padding: 20px 0 15px 0;
letter-spacing: 2px;
background-repeat: no-repeat;
background-position: bottom;
    color: #603813;
  }


.haikei6{
  width: 100%;
  height: 150px;
  object-fit: cover;
  opacity: 0.6;
}
.recruith2f{
padding-top: 25px;
font-size: 19px;

}
.haikei7{
  background-color: #f2e9e9;
  padding: 15px;
}

.haikei8{
  background-color: #fff;
      padding: 10px 0;
}

.recruith3{
  padding: 20px 0;
  font-size: 17px;
  text-align: center;
color: #f45184;
}

.recruith4{
padding: 10px 0;
  font-size: 17px;
  text-align: left;
}
.recruith4 span{
padding: 1px;
    padding-right: 10px;
    font-size: 180%;
    opacity: 0.4;
    font-style: italic;
}

.recruitflex{
  display: flex;
  align-items: center;
}

.recruitpg{
  background: #f9e4ec;
  padding: 2px 1px;
  width: 30%;
  margin: 5px;
  box-sizing: border-box;
}


.recruitflex2{
    display: flex;
  align-items: center;
  justify-content: stretch;
  margin: 0 10px;
  margin-bottom: 2px;
   border-bottom: 1px solid #999;
}
.recruitflex2end {
   display: flex;
  align-items: center;
  justify-content: stretch;
  margin: 6px 10px;
  margin-bottom: 2px;
  background: #dabbbc;
}
.recruitflex2end p{
    width: 100%;
    text-align: left;
    padding: 2px 20px;
     font-size: 110%;
}
.recruitflex2 p{
    width: 100%;
    text-align: left;
    padding: 2px 20px;

}

.pright{
  text-align: right;
}



.riyu{
  font-size:22px;
font-weight:300;
color:#603813;
text-align: left;
margin-bottom: 10px;
}

.allure{
font-size: 90%;
display: block;
padding: 5px 0;
text-align: left;
}
.riyu1{
background-color:#F2E4D1;
font-size:13px;
font-weight:normal;
padding:5px;
text-align: left;
}

.riyu2{
font-size:12px;
line-height:16px;
text-align: left;
padding:10px 5px;
}

.faq{
font-weight:300;
padding-bottom:10px;
text-align: left;
}

.faqtitle{
letter-spacing:8px;
font-size: 21px;
}

.faqtitle1{
font-size:11px;
letter-spacing:3px;
text-align: left;
}

.situmon{
letter-spacing:0.8px;
}

.faq1{
background-color:#FCF7F7;
color:#BFAB95;
font-size:14px;
font-weight:600;
padding: 4px 10px;
text-align: left;
}

.faq2{
font-size:13px;
padding-top:10px;
padding-bottom:8px;
text-align: left;
}


.koe{
text-align:center;
color:#754C24;
font-weight:lighter;
font-size:15px;
letter-spacing:0.4em;
text-align:center;
    margin: 20px auto 10px;
}
.koe1{
border:solid 0.5px #ccc;
background-color:#FCF7F7;
text-align:center;
margin:12px 0;
text-align: left;
}

.koe2{
font-size:13px;
color:#000000;
padding:20px 0;
text-align: center;
}

.koe3{
font-size:9.5px;
padding: 0 20px 10px;
line-height:130%;
color:#000000;
text-align: left;
}

.content7{
  background-color: #f8f5f0;
  padding: 15px 0;
}
.taikenh2{
  background-color: #F2E4D1;
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
    text-align: left;
}
.taikenflex{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.flexbox1{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  border-top: solid 0.5px #ccc;
  margin: 10px auto;

}
.endborder{
  border-bottom: solid 0.5px #ccc;
  padding-bottom: 15px;
}
.taikenbox1 img{
  width: 100%;
 
  box-sizing: border-box;
}
.taikenbox1{
  width: 35%;
}
.taikenbox2{
  width: 65%;
}
.taikenbox2 h3{
  color: #ff7bac;
  font-size: 13px;
  text-align: left;
  padding-left: 2px;
}
.taikenbox2 p{
  font-size: 12px;
  text-align: left;
   padding-left: 2px;
}

.content8{
  background-image:url(../images/recruit/ashirai2.png);
  background-repeat: no-repeat;
  background-size: 60px;
    background-color: #fff;
 padding: 25px 0;
}

.recruith2g{
  font-size: 23px;
    line-height: 30px;
    text-align: left;
}
.recruith2g span{
  font-size: 90%;
}

.recruitpr{
  font-size: 14px;
  text-align: left;
 padding: 10px 0;
 color: #42210b;
 letter-spacing: 1px;
}
.recruitpr span{
font-size: 140%;
}
.recruitflex3{
  display: flex;
  justify-content: center;
  align-items: centr;
}
.boxa{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.boxa img{
  width: 100%;
}

.boxa p{
background-color: #af9072;
color: #fff;
paddung: 2px;
width: 100%;
margin-top: 2px;
}
.recruitflex3{
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.recruitflex3 h2{
  width: 100%;
  color: #fff;
  background: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.recruitflex3 a{
  display: block;
  width: 100%;
  color: #000;
   border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 10px;

}
.content9{
  background: url(../images/recruit/haikei5.png);
      background-size: cover;
      padding: 25px 0;
}

.content10{
padding: 20px 0;
}
.recruith2i {
        font-size: 19px;
    letter-spacing: 2px;
    padding-bottom: 7px;
}
.recruith3a{
 font-size: 16px;
  padding: 14px 0;
  letter-spacing: 2px;
}
.recruitps{
  font-size: 13px;
  letter-spacing: 1px;
line-height: 18px;
text-align: center;
margin-bottom: 20px;
}

.recruith2h{
  font-size: 17px;
  padding: 15px 0;
}
.tAlain-C {
font-size: 14px;
}
.contact_form{
  background: #fff;
  padding: 25px 10px;
  margin: 0 auto;
}


.contact_form td textarea, .contact_form td input {
  background-color:#FCF7F7;
  border: none;
}

.bottomh2{
font-size: 17px;
line-height: 18px;
text-align: center;
margin: 10px auto;
}

.bottomhp{
font-size: 14px;
line-height: 18px;
text-align: center;
}
.googlemap{
  margin: 10px auto;
}
.googlemap iframe{
  height: 300px;
      margin-bottom: 55px;
}
.footer .tAlain-C {
    background: #000;
}
.footer {
    z-index: 1;
    position: relative;
    margin-top: -10px;
}

.youkouParts {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.youkouParts table tr td:nth-child(2){

padding-left: 50px;
text-align: left;

  }
table {
    margin: 0 auto;
    width: 100%;
  }
  .youkouParts table tr {
    width: 100%;
    display: flex;
    justify-content: center;
}
  

.graduation{
display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
    margin: 10px auto;
    border-bottom: solid 1px #fff;
 }
.garadbox1
{
  width: 40%;
}
.garadbox2
{
  width: 60%;
padding: 0 2%;
}
.gradh3{
       width: 100%;
    text-align:center;
    font-size: 14px;
    color: #f7c2e1;
    letter-spacing: 1px;
}
.gradh3 span{
  color: #9d8181;
  font-size: 120%;
  display: inline-block;
  padding: 0 4px;
}

.woman{
  display: block;
    width: 100%;
    padding: 5% 15%;
    box-sizing: border-box;
}

.gradp{
  text-align: left;
  padding:5% 2%;
}
.gradh3b{
  text-align: left;
  font-size: 14px;
  padding:2%;
}

.castimage{
  opacity: 0.5;
  width: 100%;
}


@media screen and (min-width: 600px) {

 .recruitnewp,.recruitnewp2{
line-height: 28px;
}
.recruitnewh1 {
    top: 140px;
}

    .topvideo iframe{
height: 350px;
}
.text1 {
    color: #603813;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 44px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.span1 {
    font-size: 60px;
}
.left1p {
   
    font-size: 20px;
}

.rightp {
    
    font-size: 26px;
}

.span2 {
    font-size: 18px;
    padding-left: 10px;
}
.span3 {
    font-size: 60px;
    padding-right: 10px;
}

.span4 {
    font-size: 30px;
}
.recruith2b {
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 7px;
    padding: 5px;
}
.ashurai4 {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
    margin: 25px auto;
}

.listli2 {
    font-size: 18px;
}
.listli2:after {
  width: 19px;
    height: 19px;
}
.recruitpd {
    font-size: 140%;
}
th,tr{
    font-size: 120%;
}

.recruitpe {
font-size: 18px;
}
.list2li{
font-size: 20px;
}
.list2 {
 padding: 100px 50px;
}

.list2li {   
    padding: 25px 50px;
    font-size: 20px;
}
.recruith2a span {
    display: block;
    padding: 5px 0;
    font-size: 32px;
}
.recruith2a {
    text-align: left;
    font-size: 25px;
    letter-spacing: 3px;
}

.recruitpf {
    font-size: 32px;
    line-height: 105px;
    letter-spacing: 8px;
}
.recruitpq {
    font-size: 15px;
    }
.haikei6 {
    height: 300px;
  }
.recruith2f {
    font-size: 25px;
}
.recruith3 {
    padding: 30px 0;
    font-size: 24px;
}

.recruith2c {
  
    font-size: 25px;
    
}
.pc{
  display: none;
}
.recruith2i {
    font-size: 25px;
}

.recruith3a {
    font-size: 23px;
    padding: 20px 0;
  }
  .recruitps {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.flexbox1 {
    align-items: baseline;
    padding: 5px;
}
.taikenbox2 h3 {
    font-size: 19px;
    padding-left: 20px;
     padding-top: 10px;
}

.taikenbox2 p {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
}
.content5 {
    padding: 50px 0;
    }
.content10 {
    padding: 100px 0;
}.ashirai2e {
    font-size: 30px;
    letter-spacing: 4px;
  }
.recruith3a {
    font-size: 32px;
    padding: 20px 0;
    letter-spacing: 5px;
}
.riyu {
    font-size: 32px;
}
.riyu1 {
    font-size: 18px;
    }
    .riyu2 {
        font-size: 14.5px;
    line-height: 21px;
    padding: 10px 5px;
}
.faqtitle {
    font-size: 32px;
}
.faqtitle1 {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .faqtitle1 {
    font-size: 18px;
    letter-spacing: 3px;
}
.faq1{
 font-size: 18px;
}
.faq2{
   font-size: 14.5px;
    line-height: 21px;
    padding: 10px 5px;
}
.content6{

padding: 15px 0;
}
.koe{
font-size: 32px;
margin-top: 40px;
}

.koe2 {
    font-size: 18px;
    letter-spacing: 2px;
  }

.koe3 {
    font-size: 14.5px;
    padding: 0 20px 10px;
    line-height: 21px;
  }

.gradh3b {
    font-size: 19px;
  }
.recruith2g {
    font-size: 32px;
 letter-spacing: 5px;
padding: 20px 0;
}
.recruitpr {
    font-size: 18px;
  }
  .recruitflex3 h2{
        font-size: 140%;
  }
.recruitflex3 a {
    font-size: 140%;
  }
  .recruith2h {
    font-size: 32px;
 letter-spacing: 5px;
}
.tAlain-C {
    font-size: 17px;
}
.contact_form {
    background: #fff;
    padding: 45px 10px;
    margin: 40px auto;
}

.bottomh2 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  .bottomp{
    padding: 50px 0;
    font-size: 18px;
    line-height: 45px;
  }
  .recruitpd span{
  font-size: 110%;
}
.contact_form th {
    color: #cfcfcf;
    line-height: 1;
    width: 30%;
    vertical-align: top;
    margin-top: 30px;
}
.contact_form td {
    margin-bottom: 30px;
    width: 70%;
    margin-top: 30px;
}
.contact_en {
    font-size: 12px;
    color: #b0976d;
    line-height: 1;
}
.contact_form td input{
  width: 95%;
  height:40px;
  border:none;
 
  margin-bottom: 30px;
}

.contact_form td textarea{
  width:95%;
  height:190px;
  border:none;
  padding-top: 10px;
  font-size: 16px;
  
}

input.txt{
    color: #3b3a3a;
}
input.txt::-webkit-input-placeholder {
    color: #3b3a3a;
    font-weight: normal;
}
input.txt:-ms-input-placeholder {
    color: #3b3a3a;
    font-weight: normal;
}
input.txt::-moz-placeholder {
    color: #3b3a3a;
    font-weight: normal;
}


::-webkit-input-placeholder {
    color:    #3b3a3a;
}
:-moz-placeholder {
    color:    #3b3a3a;
}

}