/* ==================================================
  Top Page
================================================== */
#content {
  min-height: calc(100vh - 300px);
}

/* 最初のコンテンツ */
#i-first-con{
  text-align: center;
  padding: 3rem 0 5rem;
}
#i-first-con .ttl{
  font-size: max(1.8vw, 1rem);
  font-weight: bold;
  line-height: 2;
}
#i-first-con .ttl span{
  border-bottom: 3px dashed #b4ab87;
}
#i-first-con .message{
  font-size: max(1.1vw, 13px);
  padding: 2rem 0 0;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
#i-first-con .message span{
  color: #FF8CBC;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 2px;
}
#i-first-con .btn{
  background: #FF8CBC;
  display: block;
  color: #fff;
  width: 300px;
  margin: 2em auto 0 auto;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  position: relative;
}
#i-first-con .btn span{
  position: relative;
  padding-right: 16px;
}
#i-first-con .btn span::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.first-box__items{
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.first-box__items .ttl{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
  margin: 6px 0;
}
.first-box__items .ttl h3{
  font-size: max(1.5vw, 1.2em);
}
.first-box__items h3::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: #FF8CBC;
  border-radius: 5px;
}
.first-box__items .en{
  display: block;
  color: #aaa;
  font-size: .8rem;
  padding-left: 10px;
  font-weight: bold;
}
.first-box__items h3 span{
  display: block;
  font-size: 12px;
  color: #FF8CBC;
  padding-top: 4px;
}
.first-box__items .btn{
  display: block;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #FF8CBC;
  color: #FF8CBC;
  height: 45px;
  line-height: 45px;
  font-size: .9rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.first-box__items .btn span{
  position: relative;
  padding-right: 16px;
}
.first-box__items .btn span::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #FF8CBC;
  border-right: solid 2px #FF8CBC;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transform: rotate(45deg);
}
.first-box__items .btn:hover{
  background: #FF8CBC;
  color: #fff;
}

/* 施設紹介 */
.i-ttl{
  text-align: center;
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
.i-ttl::before {
  content: "";
  background: #FF8CBC;
  width: 36px;
  height: 3px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
  margin: auto;
}
.i-ttl::after {
  content: "";
  background: #d4ceb4;
  width: 36px;
  height: 3px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 35px;
  margin: auto;
}
.i-ttl h2{
  font-size: max(2.2vw, 1.5rem);
  line-height: 1.4;
}
.i-ttl span{
  font-size: .8rem;
  color: #aaa;
  letter-spacing: .03rem;
}
.index-facility{
  background: #f9f8f4;
  padding: 5rem 0;
  text-align: left;
}
.index-facility .i-ttl{
  text-align: left;
  position: relative;
}
.index-facility .i-ttl::before {
  content: "";
  background: #FF8CBC;
  width: 36px;
  height: 3px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: auto;
  margin: auto;
}
.index-facility .i-ttl::after {
  content: "";
  background: #d4ceb4;
  width: 36px;
  height: 3px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  bottom: 0;
  right: auto;
  left: 35px;
  margin: auto;
}
.index-facility .txt{
  padding: .4rem 0 1.8rem;
}
.index-facility .btn {
  width: 60%;
  text-align: center;
  border: 1px solid #FF8CBC;
  background: #fff;
  border-radius: 4px;
  margin: 0;
}
.index-facility .btn a {
  padding: 15px 0;
  display: block;
  color: #FF8CBC;
  font-weight: bold;
}
.index-facility .btn span::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #FFACCF;
  border-right: solid 2px #FFACCF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transform: rotate(45deg);
}
.index-facility .btn a:hover{
  background: #FF8CBC;
  color: #fff;
}


/* 採用情報 */
#i-recruit-con{
  padding: 4rem 0;
  background: #f9f8f4;
}
#i-recruit-con .i-ttl-recruit{
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
#i-recruit-con .i-ttl-recruit::before {
  content: "";
  background: #FF8CBC;
  width: 36px;
  height: 3px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  bottom: 0;
  left: 0px;
  margin: auto;
}
#i-recruit-con .i-ttl-recruit::after {
  content: "";
  background: #d4ceb4;
  width: 36px;
  height: 3px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  bottom: 0;
  left: 35px;
  margin: auto;
}
#i-recruit-con .i-ttl-recruit h2 {
  font-size: max(2.2vw, 1.5rem);
  line-height: 1.4;
  margin-left: -2px;
}
#i-recruit-con .i-ttl-recruit span {
  font-size: .8rem;
  color: #aaa;
  letter-spacing: .03rem;
}
#i-recruit-con .i-recruit-list{
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
#i-recruit-con .i-recruit-list li{
  width: 31%;
  text-align: center;
  border: 1px solid #FF8CBC;
  background: #fff;
  border-radius: 4px;
}
#i-recruit-con .i-recruit-list li a{
  padding: 40px 0;
  display: block;
  color: #FF8CBC;
  font-weight: bold;
}
#i-recruit-con .i-recruit-list .ttl-icon{
  width: 50px;
  margin: 0 auto;
}

/* お知らせ */
#news{
  padding: 3rem 0 7rem 0;
  background: #f9f8f4;
}
#news li{
  border-bottom: 1px dashed #555;
  list-style-type: none;
}
#news li a{
  display: block;
  padding: 20px 0;
  color: #222;
}
#news dl{
  position: relative;
  display: flex;
}
#news dt{
  width: 20%;
  display: flex;
}
#news dt time{
  width: 100px;
}
#news dt .cat{
  background: #FF8CBC;
  border-radius: 500px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 2px 10px;
  width: 100px;
  font-size: .8rem;
}
#news dd{
  width: 80%;
  padding-right: 60px;
  position: relative;
}
#news dd:after {
  content:"";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #929292;
  border-right: 1px solid #929292;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news .btn{
  border: 2px solid #FF8CBC;
  display: block;
  color: #FF8CBC;
  width: 200px;
  margin: 2rem auto 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  font-size: .9rem;
}
.sns-embed{
  padding: 6vw 0 0 0;
}
.sns-embed .col2__items{
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(100 10% 60% / 10%);
  padding: 30px 0;
}

@media only screen and (min-width: 992px){
  .first-box__items{
    width: 31%;
  }
}
@media only screen and (max-width: 991px){
  #i-first-con .message{
    text-align: left;
  }
  .first-box__items h3::before{
    top: 2px;
  }
  .first-box__items p{
    height: auto;
    padding-bottom: 14px;
  }
  .index-facility{
    padding: 3rem 0;
  }
  #i-recruit-con{
    padding: 0;
  }
  #i-recruit-con .i-recruit-list li a{
    padding: 20px 0;
  }
  #i-recruit-con .i-recruit-list li a p{
    font-size: 11px;
  }
  #news{
    padding: 2.5em 0;
  }
  #news dl{
    flex-direction: column;
  }
  #news dt,#news dd{
    width: 100%;
  }
  #news dt{
    font-size: 12px;
  }
  #news dd{
    font-size: .8rem;
  }
  #news dt time{
    width: 80px;
  }
  #news dt .cat{
    font-size: 10px;
    width: 70px;
    padding: 1px 6px 3px 6px;
  }
  .sns-embed{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sns-embed .col2__items{
    margin-top: 14px;
  }
}

/* ==================================================
  Main Slider
================================================== */
.slider {
  position:relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 -6px;
  height: 100vh;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.slider-item01 {
  background:url(../img/slider/img_01.jpg);
}
.slider-item02 {
  background:url(../img/slider/img_02.jpg);
}
.slider-item03 {
  background:url(../img/slider/img_03.jpg);
}
.slider-item {
  width: 100%;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slick-dots {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 10px;
}
.slick-dots li {
  display:block;
  margin:10px 0;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
  background:#fff;
  border: 0;
}
.slick-dots .slick-active button{
  background:#FF8CBC;
}
.slider-txt{
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 5%;
  font-size: max(2.4vw, 1.4em);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

/* ==================================================
  Main image
================================================== */
.still-image{
  width: 100%;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url(../img/slider/img_01.jpg);
}
@media only screen and (max-width: 768px){
  .still-image{
    background-image:url(../img/slider/img_01_sp.jpg);
  }
}

/* ==================================================
  Facility Slider
================================================== */
.multiple-item__box{
  padding: 0 1vw;
}
.multiple-item__list{
  
}
.multiple-item__list p{
  text-align: left;
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0 0;
}
.multiple-item__list p span{
  font-size: .85rem;
  font-weight: normal;
}
.multiple-item__list img{
  border-radius: 10px;
}
.multiple-item{
  position: relative;
}
.multiple-item .prev{
  position: absolute;
  top: 42%;
  left: -40px;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,0);
  background-image: url(../img/slider/anchor-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  z-index: 1;
}
.multiple-item .next{
  position: absolute;
  top: 42%;
  right: -40px;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,0);
  background-image: url(../img/slider/anchor-next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  z-index: 1;
}

@media only screen and (max-width: 991px){
  .multiple-item .prev{
    left: -24px;
    background-size: 10px auto;
  }
  .multiple-item .next{
    right: -24px;
    background-size: 10px auto;
  }
}

.qr{
  width: 380px;
  max-width: 90%;
  background: #fff;
  padding: 3vw;
  margin: 3em auto 0 auto;
  border-radius: 10px;
}

@media only screen and (max-width: 768px){
  .qr{
    width: 200px;
  }
}