@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.p-top {
  /*width: 1920px;*/
}

.top {
  height: 760px;
}
/* =============トップページ　集合写真　順番切り替わり========================== */
.top-silder {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.top-silder img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.slider-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.top-silder-sp {
  display: none !important;
}

/* ==================↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑===================== */

.wrap {
  position: relative;
}

.top-wrap {
  position: absolute;
  z-index: 10;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  /*bottom: 235px;*/
  bottom: 120px;
  /*left: 322px;*/
  padding-bottom: 62px;
  max-width: 1000px;
  left: 0;
  right: 0;
}

.pc_f2 {
  margin-left: 28px;
}

.sp_f1 {
  display: none !important;
}  

.sp_f2 {
  display: none !important;
}

.slider_wrap {
  margin-bottom: 54px;
  overflow: hidden;
}
.slick-prev,
.slick-next {
  z-index: 9;
  margin-top: -10px;
}

/* =============トップ画下のリンク先（写真）自動で常に横スクロール================== */

.slider_wrap ul img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

.slider_wrap .slick-slide {
  margin:0 10px;/*スライド左右の余白調整*/
}

/* =========================↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑================================== */
.photo {
  width: 390px;
  height: 273px;
}

.text_1 {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  bottom: 15px;
  padding-left: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.text_1 span {
  display: block;
  background: url(../img/common/arrow_1-white.svg) no-repeat right center;
  background-size: 45px 45px;
  padding-right: 57px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text_2 {
  position: absolute;
  font-size: 20px;
  line-height: 1.3em;
  color: #ffffff;
  bottom: 16px;
  right: 64px;
  font-weight: 600;
}

.p-top .bottom {
  width: 100%;
  height: 630px;
  position: relative;
}

.pc_bo {
  width: calc(50% + 500px);
  height: 630px;
  position: relative;
  object-fit: cover;
  display: block !important;
}

.sp_bo {
  display: none !important;
}

.p-top .recrut {
  position: absolute;
  background-color: #333333;
  width: calc(50% + 100px);
  height: 460px;
  bottom: 0px;
  right: 0px;
}

.p-top .recrut_title span {
  color: #881D1F;
}

.p-top .recrut_title h2 {
  color: #ffffff;
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.p-top .recrut div {
  color: #ffffff;
  vertical-align: middle;
  padding-top: 40px;
  padding-left: 92px;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top .recrut div.recrut_title {
  position: relative;
  bottom: 95px;
  padding-left: 0;
  text-align: right;
}

.p-top .recrut h1 {
  font-size: 33px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.p-top .recrut p {
  line-height: 33px;
  width: 417px;
}

.p-top .recrut .link {
  padding-top: 20px;
  text-align: right;
  margin-right: 84px;
}

.p-top .recrut .link a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.p-top .recrut .link a span {
  display: inline-block;
  background: url(../img/common/arrow_1-white.svg) no-repeat right center;
  background-size: 60px 60px;
  padding-right: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-top .news {
  margin: 118px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .news:before,
.p-top .news:after {display: none;}


.p-top .news_title h2 {
  font-size: 40px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

.p-top .news_title a {
  font-size: 15px;
}

.p-top .news_title .pc_link {
  padding-top: 30px;
  display: block !important;
}

.p-top .news_title .pc_link a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.p-top .news_title .pc_link span {
  display: inline-block;
  background: url(../img/common/arrow_1.svg) no-repeat right center;
  background-size: 60px 60px;
  padding-right: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #333;
}

.p-top .notice {
  width: 820px;
}
.p-top .notice li {
  list-style: none;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px solid #999999;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  font-size: 16px;
}

.p-top .notice li p {
  margin-left: 50px;
}
.p-top .notice li a {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.p-top .notice .sp_link {
  display: none !important;
}

.contact_us {
  background-color: #333333;
  text-align: center;
}

.contact_us a {
  display: block;
  text-decoration: none;
  padding-top: 62px;
  padding-bottom: 50px;
}
.contact_us h2 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
.contact_us h2:before {
  display: block;
  content: "";
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  border-bottom: 1px solid #fff;
}

.contact_us_wrap {
  text-align: center;
  background: url(../img/common/arrow_1-white.svg) no-repeat center bottom;
  background-size: 60px 60px;
  padding-bottom: 100px;
}

.contact_us_wrap a {
  color: #ffffff;
}

.contact_us_wrap span {
  color: #881D1F;
}

.contact_us_wrap h2 {
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.l-pagetop .address {
  padding-top: 44px;
  padding-bottom: 35px;
  text-align: center;
}


.l-pagetop .logo {
  margin-bottom: 15px;
}
.l-pagetop .logo img {
  display: block;
  margin: auto;
}

.l-pagetop .address .info {
  margin-top: 10px;
}
.l-pagetop .address ul {
  text-align: center;
  margin-top: 60px;
}

.l-pagetop .address li {
  list-style: none;
  display: inline-block;
  padding:0px 19px;
  line-height: 120%;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}

.l-pagetop .address li+ li {
  border-left: 0;
  border-right: 1px solid #333333;
}

.l-pagetop .copyright {
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 12px;
  line-height: 120%;
}

.js-dragscroll_sp {
  display: none !important;
}

.slick-track {
  display: flex !important;
}

/* ----------------------------- スマホ（～767px） */

@media screen and (max-width: 767px) {

  .top {
    /*height: 262px;*/
    height: 68vw;
  }

  .p-top {
    width: auto;
  }

  .top-wrap {
    padding-top: initial;
    padding-bottom: initial;
    bottom: -30px;
    left: 0;
  }

  /* =============トップページ　集合写真　順番切り替わり========================== */


  .top-silder-sp {
    /* position:relative; */
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    /* height: 100vh;スライダー全体の縦幅を画面の高さいっぱい（100vh）にする */
  }
  
  .top-silder-sp img {
    object-fit: cover;
  }
  
  .top-silder-sp {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
  }

  .slider-item-sp {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    /* height:100vh;各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする */
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
    height: 53vw;
  }

  /* ====================↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑=============================== */

  .pc_f1 {
    display: none !important;
  }

  .pc_f2 {
    display: none !important;
  }

  .sp_f1 {
    position: relative;
    /*top: 183px;*/
    width: 270px;
    display: block !important; 
  }

  .sp_f2 {
    position: relative;
    /*top: 182px;*/
    width: 331px;
    left: 20px;
    display: block !important;
  }

  .f2 {
    position: relative;
    top: 248px;
    width: 665px;
    height: 100px;
    margin-left: 0px;
  }

  .photo {
    width: 225px;
    height: 158px;
  }

  .text_1 {
    font-size: 22px;
  }

  .text_1 span {
    display: block;
    background-size: 30px 27px;
    padding-right: 40px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-right: 17px;
    margin-left: 10px;
    letter-spacing: 0.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-silder-sp {
    display: block !important;
  }

  .top-silder {
    display: none !important;
  }

/* ------------スライドショー--------------------------------- */


  .slider_wrap ul {
    display: block;
  }

  .slider_wrap li {
    width: 223px;
  }

  .slider_wrap li a {
    width: 225px;
    display: block;
    position: relative;
  }

  .js-dragscroll {
    width: 100%;
    /* display: flex; */
    margin: 0 auto;
  }

  .js-dragscroll .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
	  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	  opacity: 0.5;/*透過50%*/
  }

  .js-dragscroll .slick-slide.slick-center {
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	  opacity: 1;/*透過なし*/
  }

  .slick-prev, 
  .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

  .slider_wrap li {
    margin-right: 12px;
    margin-left: 12px;
    min-width: 30px;
    display: flex;
  }

  .slick-next {
    right: 33px;
  }

  .slick-prev:before, 
  .slick-next:before {
    font-size: 51px !important;
    color: #708CA9 !important;
  }

  /* .slick-prev {
    background-image: url(../img/index/pere1.png);
    background-repeat: no-repeat;
    background-size: 30px;
    width: 40px;
  } */

  .slick-prev:before {
    content: none;
  }

  .slick-prev:after {
    content: none;
  }

  
/* ---------------------------------------------------------- */
  
  .p-top .bottom {
    height: 470px;
    position: relative;
  }
  
  .p-top .bottom img {
    width: calc(50% + 375px);
    top: 275px;
    position: relative;
    object-fit: cover;
  }

  .p-top .recrut {
    position: relative;
    width: auto;
    height: 315px;
    bottom: 290px;
  }
  
  .p-top .recrut_title span {
    color: #881D1F;
  }



  /* new */
  .p-top .news {
    margin-bottom: 40px;
    display: block;
    text-align: center;
  }

  .p-top .news:before,
  .p-top .news:after {display: none;}
  
  
  .p-top .news_title span {
    color: #881D1F;
  }
  
  .p-top .news_title h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  
  .p-top .news_title a {
    font-size: 14px;
  }
  
  .p-top .notice {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }


  .p-top .notice li {
    text-align: left;
    line-height: 25px;
  }

  .p-top .notice li h1 {
    line-height: 28px;
    font-size: 14px;
  }

  .p-top .notice li a {
    display: flex;
  }
  
  .p-top .notice li p {
    margin-left: 25px;
    font-size: 14px;
  }

  .contact_us h2:before {
    border-bottom: initial;
  }

  .p-top .recrut div {
    padding-top: initial;
    padding-left: initial;
  }

  .p-top .recrut h1 {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 4px;
    text-align: center;
    letter-spacing: 0.12em;
  }

  .p-top .recrut p {
    line-height: 18px;
    padding: 0px 25px 0px 25px;
    width: initial;
    line-height: 25px;
  }

  .p-top .recrut p br {
    display: none;
  }


  .p-top .recrut div.recrut_title {
    position: relative;
    top: 302px;
    right: 128px;
  }

  .p-top .recrut_title h2 {
    font-size: 57px;
    letter-spacing: 0.02em;
  }

  .p-top .recrut .link a span {
    background: url(../img/common/arrow_1-white.svg) no-repeat right center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .p-top .recrut .link {
    margin-right: 25px;
  }

  .pc_bo {
    display: none !important;
  }
  
  .sp_bo {
    display: block !important;
  }

  .contact_us {
    width: auto;
  }

  .p-top .news_title .pc_link {
    display: none !important;
  }

  .p-top .notice .sp_link {
    display: block !important;
    padding-left: 150px;
    margin-top: 20px;
  }

  .p-top .notice .sp_link a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }
  
  .p-top .notice .sp_link span {
    display: inline-block;
    background: url(../img/common/arrow_1.svg) no-repeat right center;
    background-size: 60px 60px;
    padding-right: 80px;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #333;
  }

  .l-footer .address {
    width: auto;
  }
}

/* ----------------------------- スマホ（横向き） */
@media screen and (orientation: landscape) and (max-width: 767px) {
  .top {
    background-size: 100%;
    height: auto;
  }

  .pc_f2 {
    top: 100px; 
  }

  .sp_f1 {
    /*top: 297px; */
    top: 0;
  }

  .sp_f2 {
    /*top: 297px;*/
    top: 0;
  }

  .slider_wrap {
    margin-top: 150px;
    margin-bottom: 0px;
  }

  .p-top .bottom {
    bottom: 130px;
  }

  .p-top .recrut {
    bottom: 167px;
    height: 322px;
    /* left: 366px; */
    width: 300px;
    float: right;
  }

  .p-top .recrut .link {
    padding-top: 10px;
  }

  .p-top .bottom img {
    top: 155px;
  }

  .p-top .recrut div {
    max-width: 100%;
  }

  .p-top .recrut div.recrut_title {
    top: 226px;
    right: 298px;
  }

  .p-top .news {
    margin-top: 70px;
  }

  .p-top .news_title div {
    text-align: center;
  }
}


