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

/* 最初のコンテンツ */
#i-first-con{
  text-align: center;
  padding: 3rem 0;
  background: #fff url(../img/bg-pale1.jpg) repeat center top;
}
#i-first-con .ttl1{
  padding-left: 30px;
  padding-right: 30px;
}
#i-first-con .ttl1 span{
  display: block;
  font-size: max(1.3vw, 1rem);
  font-weight: bold;
  padding-bottom: 6px;
  color: #80bedd;
}
#i-first-con .ttl1 img{
  width: 500px;
  max-width: 100%;
}
#i-first-con .message{
  font-size: max(1.1vw, 13px);
  padding: 2rem 0 2rem;
  line-height: 2.2;
}
#i-first-con .message span{
  color: #39acbb;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 2px;
}
.first-box__items{
  padding-bottom: 3rem;
}
.first-box__items .ttl{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 14px;
  margin: 6px 0;
}
.first-box__items .ttl h3{
  font-size: max(1.5vw, 1.2rem);
}
.first-box__items h3::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 6px;
  height: 24px;
  background-color: #39acbb;
  border-radius: 1px;
}
.first-box__items .en{
  display: block;
  color: #ded9d3;
  font-size: .8rem;
  padding-left: 10px;
  font-weight: bold;
}
.first-box__items h3 span{
  display: block;
  font-size: 12px;
  color: #dd6b74;
  padding-top: 4px;
}
.first-box__items p{
  height: 110px;
  text-align: left;
}
.first-box__items .btn{
  display: block;
  border-radius: 500px;
  text-align: center;
  border: 5px solid #eee;
  background: #fff;
  color: #39acbb;
  height: 45px;
  line-height: 45px;
  font-size: .9rem;
}
.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 #39acbb;
  border-right: solid 2px #39acbb;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transform: rotate(45deg);
}
.first-box__items .btn:hover{
  background: #39acbb;
  color: #fff;
}
.youtube-wrap{
  background: #fff;
  max-width: 100%;
  padding: 2em;
  width: 840px;
  margin: .5em auto 4em auto;
  border-radius: 16px;
  border: 5px solid #eee;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.i-ttl{
  text-align: center;
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
.i-ttl::before {
  content: "";
  background: #39acbb;
  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;
}

/* サービス */
.i-guide{
  text-align: center;
  padding-bottom: 4rem;
}
.i-guide-list{
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}
.i-guide-list li{
  width: 32%;
}
.i-guide-list li a{
  display: block;
  border-radius: 10px;
  background: #39acbb;
  color: #fff;
  font-weight: bold;
  padding: 2vw 0;
}
.i-guide-list li img{
  width: 100px;
}
.i-guide .pdf_btn {
  display: block;
  border-radius: 500px;
  text-align: center;
  border: 5px solid #eee;
  background: #fff;
  color: #39acbb;
  height: 45px;
  line-height: 45px;
  font-size: .9rem;
}
/* 採用情報 */
#i-recruit-con{
  padding: 6rem 0 3rem 0;
  background: #f9f8f4 url(../img/bg-pale.jpg) repeat center top;
}
#i-recruit-con .recruit{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#i-recruit-con .i-ttl-recruit{
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
#i-recruit-con .i-ttl-recruit::before {
  content: "";
  background: #39acbb;
  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: 1rem 0;
}
#i-recruit-con .i-recruit-list li{
  width: 49%;
  text-align: center;
  border: 5px solid #eee;
  background: #fff;
  border-radius: 500px;
}
#i-recruit-con .i-recruit-list li a{
  padding: 14px 0;
  display: block;
  color: #39acbb;
  font-weight: bold;
}
#i-recruit-con .i-recruit-list .ttl-icon{
  width: 50px;
  margin: 0 auto;
}

/* お知らせ */
#news{
  padding: 3rem 0 7rem 0;
  background: #f9f8f4 url(../img/bg-pale.jpg) repeat center top;
}
#news li{
  border-bottom: 1px dashed #555;
  list-style-type: none;
  padding: 20px 0;
}
#news dl{
  position: relative;
  display: flex;
}
#news dt{
  width: 25%;
  display: flex;
}
#news dt time{
  width: 100px;
}
#news dt .cat{
  background: #39acbb;
  border-radius: 500px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 2px 10px;
  width: 100px;
  font-size: .8rem;
}
#news dd{
  width: 75%;
  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 #39acbb;
  display: block;
  color: #39acbb;
  width: 200px;
  margin: 2rem auto 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  font-size: .9rem;
}
.sns-embed{
  padding: 3vw 0 0 0;
  justify-content: space-between;
  text-align:center
}
.sns-embed p{
  font-weight: bold;
  color: #666;
  padding-bottom: 4px;
}
.sns-embed img{
  width: 200px;
}
.sns-embed .col3__items{
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(100 10% 60% / 10%);
  padding: 30px 40px;
  width: 31.5%;
}

@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: 3rem 0 0;
  }
  #i-recruit-con .i-recruit-list li a{
    padding: 20px 0;
  }
  #i-recruit-con .i-recruit-list li a p{
    font-size: 11px;
  }
  .i-guide{
    padding-bottom: 0;
  }
  .i-guide-list li img{
    width: 40px;
  }
  .i-guide-list li p{
    font-size: 12px;
  }
  #news{
    padding: 0 0 3rem 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 .col3__items{
    margin-top: 14px;
    padding: 15px;
  }
}

/* ==================================================
  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: #80bedd;
}
.slider-txt{
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 5%;
  font-size: max(2.4vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.slider-txt span{
  background:rgba(255,255,255,0.8);
  padding: .4rem 1rem;
  color: #222;
}
.slider-txt span i{
  font-style: normal;
  color: #39acbb;
}
@media only screen and (max-width: 991px){
  .slider-txt{
    line-height: 2.3;
  }
  .slick-dots{
    right: 20px;
  }
  .slick-dots button{
    width: 0;
    height: 1px;
  }
}

/* ==================================================
  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;
  }
}