@charset "UTF-8";
/* INTERVIEW */
.h2-title_04 {
  color: #e30000;
  font-family: "D-DIN", sans-serif;
  font-size: 15vw;
  margin: 50px 0 30px;
  text-align: center;
}
.h3-title {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6vw;
  margin: 70px 0 20px;
}

/*------ スライダーの横幅 ------*/
.slider {
  width: 70%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}

/* next */

.slick-next {
  right: -26px;
}
.slick-next::after {
  right: 2px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

/* prev */

.slick-prev {
  left: -26px;
  z-index: 999;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
.noneslide {
  width: 70%;
  margin: 0 auto;
}
.int_detile {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.int_under {
  text-decoration: underline;
}

.c-page-video__cont {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin: 0 auto;
  margin-top: 60px;
}
.c-page-video__cont iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-page-post-clomun ul li {
  margin-top: 50px;
}
.p-page-post-clomun {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.int_title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 15px;
}
.int_title_red {
  color: #e30000;
  font-family: "D-DIN", sans-serif;
  font-size: 40px;
}
.int_title {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 84%;
  line-height: 1.3;
}
.bkj_detile {
  margin-top: -40px;
}
.greeting_wrap {
  margin: 100px 0;
}
.title_center {
  margin: 10px auto;
}
.greeting_name {
  text-align: end;
  margin-bottom: 20px;
}
.recruit_li {
  font-size: 14px;
}
.recruit_li:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #f44336; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
}
.recruit_wrap {
  padding: 1.5em 1em;
  margin: 2em 0;
  border: solid 3px #e30000;
}
.recruit_detile {
  width: 63%;
  margin: 0 auto;
}
.title_center_02 {
  margin: 10px auto;
  text-align: center;
}
.recruit_li {
  margin: 10px 0;
  line-height: 1.5;
}
.recruit_button a {
  background: #6c6c6c;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.recruit_button a:hover {
  background: #333;
  color: #fff;
}
.recruit_button a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.recruit_button a:hover:after {
  border-color: #fff;
}
.recruit_button {
  margin: 30px 0;
}

@media (min-width: 576px) {
  .inner {
    padding: 0 36px;
  }
  .int_detile,
  .int_title,
  .recruit_li {
    font-size: 2.2vw;
  }
  .int_title {
    width: 88%;
  }
  .bkj_detile {
    margin-top: -70px;
  }
}
@media (min-width: 768px) {
  .inner {
    padding: 0 60px;
  }
  .h3-title {
    margin: 100px 0 20px;
  }
  .int_title_wrap {
    margin: 60px 0 25px;
  }
  .bkj_detile {
    margin-top: -90px;
  }
}
@media (min-width: 992px) {
  .h2-title_04 {
    font-size: 13vw;
    margin: 120px 0 30px;
  }
  .h3-title {
    font-size: 4vw;
    margin: 70px 0 20px;
  }
  .flexbox {
    display: flex;
    justify-content: space-evenly; /*両端揃えで配置*/
  }

  .flex-item {
    width: 32%;
  }
  .flex-item_02 {
    width: 31%;
  }
  .slider {
    width: 100%;
  }
  .noneslide {
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    margin-top: -100px;
  }
  .int_detile {
    margin-bottom: 38px;
  }
  .int_title {
    width: 93%;
    margin: 20px;
  }
  .int_title_red {
    font-size: 4vw;
  }
  .pc_layout_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pc_layout_contents {
    width: 48%;
  }
  .int_img_02 {
    width: 70%;
    margin: 30px auto;
  }
  .int_title_wrap {
    margin: 0;
  }
  .bkj_detile {
    margin-top: -140px;
  }
  .bkj_img,
  .bkj_img_02 {
    width: 66%;
  }
  .bkj_img_02 {
    margin: 0 0 0 auto;
  }
  .recruit_button a {
    max-width: 350px;
    padding: 20px 25px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }

  .recruit_button {
    margin: 50px 0;
    font-size: 24px;
  }
  .recruit_wrap {
    padding: 2em 1em;
    margin: 2em 0;
  }
}
@media (min-width: 1200px) {
  .h3-title {
    font-size: 4vw;
    margin: 150px 0 20px;
  }
  .int_detile {
    margin-bottom: 65px;
  }
  .c-page-video__cont {
    margin-top: 100px;
  }
  .int_title_wrap {
    margin-top: 60px;
  }
}
