@charset "utf-8";
/* CSS Document */
.b-logo {
  position: relative;
}
.b-logo-switch1 {
  animation: 6s linear infinite alternate logoChange1;
}
.b-logo-switch2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: 6s linear infinite alternate logoChange2;
}
@keyframes logoChange1 {
	0% {opacity: 1;}
	33% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes logoChange2 {
  0% {opacity: 0;}
  33% {opacity: 0;}
  66% {opacity: 1;}
  100% {opacity: 1;}
}
@media screen and (max-width: 600px) {
  .b-sec{
    padding:15vw 0;
  }
}
/* b-main ----------*/
@media screen and (min-width: 768px){
  .b-main,
  .slick-track{
    height:600px;
  }
}
.b-main{
  padding:0;
  align-items:flex-start;
}
.b-main .b-img{
  overflow:hidden;
}
.b-main .b-homeTtl{
  position:relative;
  z-index:5;
}
.b-main .b-homeIronoha{
  position: absolute;
  bottom: -30px;
  right: 10px;
  z-index: 4;
  width: 20%;
}
.b-copy{
  bottom:50%;
  transform: translateY(50%);
  white-space: nowrap;
}

@media screen and (min-width: 1101px){
  .b-nav .b-logo,
  .b-main .b-homeTtl{
    width:160px;
    min-width:160px;
  }
  .b-nav .b-logo{
    margin-top:25px;
  }
  .b-main{
    margin-top:-70px;
  }
  .b-main .b-homeTtl{
    text-align:center;
    margin-top:135px;
  }
  .b-main .b-homeTtl img{
    width:119px;
  }
  .b-main .b-homeIronoha{
    right: auto;
    bottom: 40px;
    left: 18%;
    width: 240px;
  }
}
@media screen and (min-width: 1301px){
  .b-nav .b-logo,
  .b-main .b-homeTtl{
    margin-left:70px;
  }

}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .b-nav .b-logo,
  .b-main .b-homeTtl{
    margin-left:1.5%;
  }
  .b-main .b-img{
    width:80%;
  }

}
@media screen and (max-width: 1100px) {
  .b-main{
    align-items: center;
  }
  .b-main .b-homeTtl{
    width:15%;
  }
}
@media screen and (max-width: 767px) {
  .b-main,
  .slick-track{
    height:400px;
  }
  .b-main .b-homeTtl{
    width:20%;
  }
}
@media screen and (max-width: 600px) {
  .b-main,
  .slick-track{
    height:65vw;
  }
  .b-main .b-homeTtl{
    width:25%;
  }
}
/* slick */
.slider{
  z-index: 1;
}
.slider li{
  background-size:cover;
  background-position:center center;
}
.slider li div{
  display: block !important;
  width:100%;
  height:100%;
}
.slider li.m-main01{
 background-image:url(../image/index/main01.png);
}
.slider li.m-main02{
 background-image:url(../image/index/main02.png);
}
.slider li.m-main03{
 background-image:url(../image/index/main03.png);
}

#youtube-area{
  width:100%;
  height:100%;
}

/* sec-news ------------*/
.sec-news .b-ttlWrap{
  display: flex;
  align-items: flex-end;
  margin-bottom:45px;
}
.sec-news .b-ttlWrap .b-ttl,
.sec-news .b-ttlWrap .e-lead{
  margin:0;
}
.sec-news .b-ttlWrap .b-ttl{
  margin-right:30px;
}
.sec-news .b-ttlWrap .e-lead{
  line-height:1;
}
@media all and (-ms-high-contrast: none) {
  .sec-news .b-ttlWrap .e-lead{
    padding-bottom:.2em;
  }
}
@media screen and (max-width: 767px){
  .sec-news .b-ttlWrap{
    display: block;
  }
  .sec-news .b-ttlWrap .e-lead{
    margin-top:.8em;
    line-height:1.5;
  }
}
.sec-news .b-catLst{
  text-align: left;
  margin:0;
}
@media screen and (max-width: 600px){
  .sec-news .b-catLst{
    margin-top:-5vw;
  }
}

/* sec-about ------------*/
.sec-about{
  padding-top:0;
}
.sec-about .container{
  position: relative;
  background:url(../image/index/about.jpg) center center / cover no-repeat;
  height:450px;
  padding:65px 0 0 0;
}
.sec-about .b-txt{
  position: absolute;
  width:898px;
  right:0;
  top:0;
  padding:40px 7% 0 7%;
}
@media screen and (min-width: 768px){
  .sec-about .b-ttl{
    margin:0 auto 50px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px){
  .sec-about .b-txt{
    width:83%;
  }
}
@media screen and (max-width: 767px){
  .sec-about .b-ttl{
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    flex-direction: column-reverse !important;
  }
  .sec-about .container{
    width:95vw;
    margin-left:5vw;
    height:calc(100vw + 85px);
    background:url(../image/index/about-sp.jpg) center top 85px / contain no-repeat;
    padding-top:0;
    padding-left:0;
  }
  .sec-about .b-ttl span{
    margin:0 0 1em .5em;
  }
  .sec-about .b-txt{
    top:85px;
    width:80vw;
    padding-top:5vw;
  }
}
@media screen and (max-width: 600px){
  .sec-about .container{

  }
}
.sec-about .b-txt p{
  color:#fff;
  font-size:1.5rem;
  font-weight: 600;
}
.sec-about .e-lnk{
  border-radius: 50%;
  width:180px;
  height:180px;
  padding-top:10px;
  color:#fff;
  line-height:1.3;
  text-align: center;
  position: absolute;
  transform: translate(0,80px);
  opacity: 0;
}
@media screen and (min-width: 768px){
  .sec-about .e-lnk:hover{
    transition: .4s;
  }
}
@media screen and (max-width: 767px){
  .sec-about .b-txt p{
    font-size:3.3vw;
  }
}
.sec-about .e-lnk a{
  display: flex;
  width:100%;
  height:100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size:1.8rem;
}
.sec-about .e-lnk a::after{
  content:"";
  display: block;
  background:url(../image/common/arw.png) center center / contain no-repeat;
  bottom:0;
  width:18px;
  height:18px;
  margin-top:13px;
}
@media screen and (max-width: 767px){
  .sec-about .e-lnk a{
    font-weight: bold;
  }
}
.sec-about .m-01{
  background:rgba(144,200,114,.8);
  left:12.5%;
  bottom:-75px;
}
.sec-about .m-02{
  background:rgba(224,192,106,.8);
  left:37.5%;
  bottom:-20px;
  animation-delay: .3s;
}
.sec-about .m-03{
  background:rgba(184,206,129,.8);
  right:4%;
  bottom:-100px;
  animation-delay: .6s ;
}
@media screen and (min-width: 768px){
  .sec-about .m-01:hover{
    background:rgba(144,200,114,1);
    bottom:-65px;
  }
  .sec-about .m-02:hover{
    background:rgba(224,192,106,1);
    bottom:-10px;
  }
  .sec-about .m-03:hover{
    background:rgba(184,206,129,1);
    bottom:-90px;
  }
}
@media screen and (max-width: 767px){
  .sec-about .e-lnk{
    width:28vw;
    height:28vw;
  }
  .sec-about .e-lnk a{
    font-size:3vw;
  }
  .sec-about .m-01{
    left:2vw;
  }
  .sec-about .m-02{
    left:34vw;
  }
  .sec-about .m-03{
    right:2vw;
  }
}
@media screen and (max-width: 600px){
  .sec-about{
    padding-bottom:62vw;
  }
  .sec-about .e-lnk{
    width:42vw;
    height:42vw;
  }
  .sec-about .e-lnk a{
    font-size:4.3vw;
  }
  .sec-about .e-lnk a::after{
    width:4vw;
    height:4vw;
    margin-top:2.4vw;
  }
  .sec-about .m-01{
    left:50%;
    margin-left:-22.555vw;
    bottom:-20vw;
  }
  .sec-about .m-02{
    left:0;
    bottom:-62vw;
  }
  .sec-about .m-03{
    right:5vw;
    bottom:-62vw;
  }
}

/* sec-gallery */
.sec-gallery{
  padding-top:0;
}
.sec-gallery .container::before{
  display: none;
}

/* b-nml ----------*/
.b-nml{
  padding-top:0;
}
@media screen and (min-width: 601px){
  .b-nml{
    padding-bottom:120px;
  }
}
.b-nml .container{
  position: relative;
  height: 400px;
}
.b-nml .b-txt,
.b-nml .b-img{
  position: absolute;
}
.b-nml .b-txt{
  width:600px;
  z-index: 1;
  top:50%;
  transform: translateY(-50%) !important;
  background:rgba(255,255,255,.9);
  padding:70px 75px;
}
/* b-img */
.b-nml .b-img{
  width:800px;
  height:100%;
  background-size:cover;
  background-position: center center;
  top:0;
}
.sec-recruit.b-nml .b-img{
  background-image:url(../image/index/recruit.jpg);
}

/* sec-facility */
.sec-facility .b-txt{
  right:0;
}
.sec-facility .b-img{
  background-image:url(../image/index/facility.jpg);
}
.b-facility{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b-facility-inner{
  flex: 1 0 48%;
  max-width: 48%;
}
.b-facility-inner .b-txt{
  position: relative;
  width: 100%;
  padding-left: 41%;
}
.b-facility-inner .b-txt dt{
  position: absolute;
  top: -50px;
  left: 5%;
  width: 27.5%;
}
.b-facility-inner .b-txt dd{
  padding-top: 15px;
}
@media screen and (max-width: 767px){
  .b-facility{
    display: block;
  }
  .b-facility-inner{
    max-width: 80%;
    margin: 0 auto 30px;
  }
  .b-facility-inner .b-txt{
    padding-left: 0;
    text-align: center;
  }
  .b-facility-inner .b-txt dt{
    position: static;
    width: 40%;
    margin: -50px auto 20px;
  }
}
@media screen and (max-width: 600px){
  .b-facility-inner{
    margin: 0 auto 5vw;
  }
  .b-facility-inner .b-txt dt{
    margin: -10vw auto 5vw;
  }
  .b-facility-inner .b-txt dd{
    padding-top: 0;
  }
}

/* sec-faq */
.sec-faq .b-img{
  right:0;
}
.sec-faq .b-img{
  background-image:url(../image/index/faq.jpg);
}

/* sec-recruit */
.sec-recruit .b-txt .b-ttl{
  margin-bottom:15px;
}
.sec-recruit .b-txt p{
  line-height:1.5;
}
.sec-recruit .b-txt .b-lnk{
  margin-top:15px;
}
.sec-recruit .b-img{
  right:0;
}

@media screen and (max-width: 1000px){
  .b-nml .b-txt{
    width:80%;
    left:50%;
    right:auto;
    transform: translate(-50%, -50%) !important;
    text-align: center;
  }
  .b-nml .b-img{
    width:100%;
  }
}
@media screen and (max-width: 767px){
  .b-nml .b-txt{
    padding:70px 5vw;
  }
}
@media screen and (max-width: 600px){
  .b-nml .b-txt{
    padding:8vw 5vw;
  }
  .b-nml .b-txt .b-ttl{
    margin-bottom:0;
  }
  .b-nml .container{
    height:60vw;
  }
  .sec-recruit .container{
    height:68vw;
  }
  .sec-recruit .b-txt .b-ttl{
    margin-bottom:3vw;
  }
}

/* sec-movie */
.sec-movie .b-txt{
  right:0;
}
.sec-movie .b-ttl{
  margin-bottom:0;
  font-feature-settings: "palt";
  line-height:1.5;
}
.sec-movie .b-img{
  overflow: hidden;
}
.sec-movie .b-img .b-inner{
  cursor:pointer
}
.sec-movie .b-img .b-inner img{
  transition: .4s;
}
.sec-movie .b-img:hover .b-inner img{
  transform: scale(1.1,1.1);
}
.sec-movie .b-img .b-inner::after{
  content:"";
  display: block;
  pointer-events: none;
  background:url(../image/common/ic-mv.png) center center / contain no-repeat;
  position: absolute;
  left:50%;
  top:50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  width:100px;
  height:100px;
}
@media screen and (max-width: 1000px){
  .sec-movie .b-txt{
  }
  .sec-movie .b-txt{
    pointer-events: none;
    background:none;
    padding:0;
  }
  .sec-movie .b-ttl,
  .sec-movie .b-ttl span{
    color:#fff;
  }
  .sec-movie .b-ttl{
    transform:translate(0, -85%);
  }
  .sec-movie .b-img .b-inner::after{
    transform: translate(-50% , 15%);
  }
  .sec-movie .b-img{
    background-image:url(../image/index/movie.jpg);
  }
  .sec-movie .b-img .b-inner{
    height:400px;
  }
  .sec-movie .b-img .b-inner >img{
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px){
  .sec-movie .b-ttl br{
    display: none
  }
}
@media screen and (max-width: 767px){
  .sec-movie .b-ttl{
    transform:translate( 0 , -40%);
  }
  .sec-movie .b-img .b-inner::after{
    width:80px;
    height:80px;
    transform: translate(-50% , 40%);
  }
}
@media screen and (max-width: 767px){
  .sec-movie .b-img .b-inner::after{
    width:12vw;
    height:12vw;
  }
}

/* movie */
#movie-area{
  width:800px;
  height:450px;
  position: relative;
}
#movie-area iframe{
  width:100%;
  height:100%;
}
@media screen and (max-width: 900px){
  #movie-area{
    height:45vw;
  }
}

/*  */
.sec-movie2 {}
.sec-movie2 .container {
  position: static;
  height: auto;
}
.sec-movie2 .b-movie {
  overflow: hidden;
  position: relative;
  cursor:pointer
}
.sec-movie2 .b-movie::after {
  content: "";
  display: block;
  pointer-events: none;
  background: url(../image/common/ic-mv2.png) center center / contain no-repeat;
  position: absolute;
  right: 20%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  width: 100px;
  height: 130px;
}
.sec-movie2 img{
  transition: .4s;
}
.sec-movie2:hover img{
  transform: scale(1.1,1.1);
}
@media screen and (max-width: 767px) {
  .sec-movie2 .b-movie::after{
    width:80px;
    height:104px;
  }
}
@media screen and (max-width: 600px) {
  .sec-movie2 .b-movie::after{
    width:12vw;
    height:15.6vw;
  }
}
