@charset "UTF-8";
/*breakpoint*/
/*cursor*/
/*color*/
/*border*/
/*font*/
/*brand*/
/*
 * htmlのfont-size用
 */
/*重要なお知らせ*/
.l-header .inner {
  display: flex;
}
.l-header__pre {
  background: #990000;
  padding: 11px 0;
}
.l-header__pre .u-inner {
  display: flex;
}
.l-header__pre--tag {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding-top: 2px;
  text-align: center;
  width: 110px;
}
.l-header__pre--text {
  color: #fff;
  flex: 1;
  font-weight: 700;
  margin-left: 20px;
}
.l-header__pre--text a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-header__pre--tag {
    border-radius: 10px;
    padding: 5px 10px;
    width: auto;
  }
  .l-header__pre--text {
    font-size: 3.2vw;
    margin-left: 10px;
  }
}
/*slide*/
.kv {
  position: relative;
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to right, #000000 0%, #292929 100%);
  height: 518px;
  width: 100%;
  left: 0;
  top: 0;
}
.kv-slide {
  margin: 0 auto;
  width: 1170px;
}
.kv-slide .slick-arrow {
  background: #fff;
  border-radius: 0;
  font-size: 0;
  height: 72px;
  width: 72px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.kv-slide .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 10px;
  margin: 0 auto;
  width: 10px;
  left: 0;
  right: 0;
  top: calc(50% - 5px);
}
.kv-slide .slick-arrow.slick-next {
  right: 0;
}
.kv-slide .slick-arrow.slick-next::before {
  transform: rotate(45deg);
}
.kv-slide .slick-arrow.slick-prev {
  right: 72px;
}
.kv-slide .slick-arrow.slick-prev::before {
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .kv::before {
    content: none;
  }
  .kv-slide {
    width: 100%;
  }
  .kv-slide .slick-arrow {
    bottom: -20px;
    height: 45px;
    width: 45px;
  }
  .kv-slide .slick-arrow.slick-prev {
    right: 45px;
  }
  .kv-slide .slick-arrow::before {
    height: 8px;
    width: 8px;
  }
}
/*special*/
.special {
  margin: 50px 0 80px;
}
.special-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.special-head__title {
  font-size: 6rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .special-head__title {
    font-size: 10.667vw;
  }
}
.special-head__message {
  color: #cc0000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 30px;
  padding: 3px 0 0 67px;
  position: absolute;
  left: 198px;
  top: 27px;
}
.special-head__message::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/index/ico_special.png);
  background-size: cover;
  height: 50px;
  left: 0;
  top: 0;
  width: 52px;
}
.special-head__btn {
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 11px 63px;
}
@media screen and (max-width: 767px) {
  .special-head__btn {
    font-size: 3.2vw;
    margin-top: 0;
    padding: 11px 40px;
  }
}
.special-slide {
  display: flex;
  align-items: stretch;
}
.special-slide a {
  display: block;
}
.special-slide__unit {
  padding: 40px 0;
}
.special-slide__unit .wrap {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  min-height: 500px;
  width: 450px;
}
.special-slide__unit img {
  height: 300px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.special-slide__unit--text {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}
.special-slide__unit--text .tag {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
}
.special-slide__unit--text .title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 11px;
}
.special-slide__unit--text .hashtag li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  color: #999;
  font-size: 1.2rem;
}
.special-slide__unit.full-image .wrap {
  position: relative;
}
.special-slide__unit.full-image .wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
}
.special-slide__unit.full-image .special-slide__unit--text {
  background: none;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.special-slide__unit.full-image .special-slide__unit--text .title {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 5px;
}
.special-slide__unit.full-image .special-slide__unit--text .hashtag li {
  color: #fff;
}

.ie .special-head__btn {
  position: absolute;
  right: 0;
  top: 30px;
}

@media screen and (max-width: 767px) {
  .special {
    margin-top: 60px;
  }
  .special-head {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .special-head__title {
    font-size: 10.67vw;
  }
  .special-head__btn {
    font-size: 3.2vw;
    margin-top: 0;
    padding: 11px 40px;
  }
  .special-head__message {
    font-size: 3.2vw;
    line-height: 1.2;
    margin: 0;
    padding-left: 40px;
    position: relative;
    left: 0;
    top: 0;
  }
  .special-head__message::before {
    height: 31px;
    width: 32px;
    top: calc(50% - 13px);
  }
  .special-slide__unit {
    padding: 0;
  }
  .special-slide__unit .wrap {
    margin: 0 5px 10px;
    min-height: 400px;
    width: calc(100vw - 80px);
  }
  .special-slide__unit img {
    height: auto;
  }
  .special-slide__unit--text {
    padding: 20px 5%;
  }
  .special-slide__unit--text .title {
    font-size: 3.733vw;
  }
  .special-slide__unit--text .hashtag li {
    line-height: 1;
    font-size: 2.133vw;
  }
  .special-slide__unit.full-image .special-slide__unit--text .title {
    font-size: 3.733vw;
  }
  .special-slide__unit.full-image .special-slide__unit--text .hashtag li {
    line-height: 1;
    font-size: 2.133vw;
  }
}
/*chain*/
.chain-box {
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 95px;
  padding: 50px 0 40px 75px;
}
.chain-box__head {
  margin-bottom: 20px;
  position: relative;
  width: 210px;
}
.chain-box__head::before {
  background: url(../../images/index/bg_brands_head.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 240px;
  width: 208px;
  position: absolute;
  top: -30px;
  left: 0;
}
.chain-box__head--title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 13px;
  text-align: center;
}
.chain-box__head--title .num {
  font-size: 6rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.chain-box__head--note {
  font-size: 1.2rem;
  text-align: center;
}
.chain-box__body {
  align-items: flex-start;
  border-left: 1px solid #ccc;
  flex: 1;
  margin-left: 20px;
  padding: 5px 0 5px 40px;
}
.chain-box__body--col {
  width: 49%;
}
.chain-box__body--col:nth-child(1) {
  margin-right: 2%;
}
.chain-box__body--col--title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.chain-box__body--col--list {
  margin-bottom: 30px;
}
.chain-box__body--col--list:last-of-type {
  margin-bottom: 0;
}
.chain-box__body--col--list li {
  display: inline-block;
  margin: 0 25px 15px 0;
  padding-left: 20px;
  position: relative;
}
.chain-box__body--col--list li a {
  font-size: 1.6rem;
}
.chain-box__body--col--list li::before {
  background: url(../../images/ico_marker.png);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 11px;
  left: 0;
  top: calc(50% - 8px);
}
.chain-box__body--col--list .wide {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .chain-box {
    padding: 20px 5% 1px;
  }
  .chain-box__head {
    width: 100%;
  }
  .chain-box__head::before {
    margin: 0 auto;
    height: 120px;
    width: 104px;
    left: 0;
    right: 0;
    top: 0;
  }
  .chain-box__head--title {
    font-size: 5.333vw;
    margin-bottom: 5px;
  }
  .chain-box__head--title .num {
    font-size: 10.667vw;
  }
  .chain-box__head--note {
    font-size: 3.2vw;
  }
  .chain-box__body {
    border-top: 1px solid #ccc;
    border-left: none;
    margin-left: 0;
    padding: 30px 0 0;
    width: 100%;
  }
  .chain-box__body--col {
    margin-right: 0 !important;
    width: 100%;
  }
  .chain-box__body--col--title {
    font-size: 4.267vw;
    margin-bottom: 10px;
  }
  .chain-box__body--col--list {
    margin-bottom: 10px !important;
  }
  .chain-box__body--col--list li {
    padding-left: 15px;
  }
  .chain-box__body--col--list li::before {
    height: 10px;
    top: calc(50% - 4px);
    width: 7px;
  }
  .chain-box__body--col--list li a {
    font-size: 3.2vw;
  }
}
/*brands*/
.brands {
  margin-bottom: 53px;
}
.brands-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.brands-head__title {
  font-size: 6rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .brands-head__title {
    font-size: 10.667vw;
  }
}
.brands-head__btn {
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 11px 63px;
}
@media screen and (max-width: 767px) {
  .brands-head__btn {
    font-size: 3.2vw;
    margin-top: 0;
    padding: 11px 40px;
  }
}
.brands-lead {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 55px;
}
.brands-tab__list {
  border-radius: 3px;
  display: flex;
  margin-bottom: 50px;
  overflow: hidden;
}
.brands-tab__list .btn {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 11px 10px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  width: 25%;
}
.brands-tab__list .btn:hover {
  background: #999;
  color: #fff;
}
.brands-tab__list .btn:last-child {
  border-right: 1px solid #000;
}
.brands-tab__list .current {
  background: #000;
  color: #fff;
  pointer-events: none;
}
.brands-contents {
  align-items: stretch;
  opacity: 0;
  position: absolute;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
  min-width: 1110px;
}
.brands-contents.show {
  opacity: 1;
  position: static;
  height: auto;
  width: auto;
}
.brands-contents__unit {
  margin-bottom: 60px;
  position: relative;
  width: 50%;
}
.brands-contents__unit::before {
  content: "";
  display: block;
  position: absolute;
  height: 59%;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.brands-contents__unit .wrap {
  margin: 0 auto;
  width: 480px;
}
.brands-contents__unit--logo {
  height: 35px;
  margin-bottom: 20px;
}
.brands-contents__unit--logo a {
  height: 100%;
  display: inline-block;
}
.brands-contents__unit--logo a img {
  height: 100%;
  width: auto;
  vertical-align: -webkit-baseline-middle;
}
.brands-contents__unit--logo a img.logo-tube {
  height: 22px;
  width: auto;
}
.brands-contents__unit--logo a img.logo-village {
  height: 22px;
  width: auto;
}
.brands-contents__unit--logo a img.logo-hostel {
  height: 16px;
  width: auto;
}
.brands-contents__unit--slide {
  margin-bottom: 15px;
  position: relative;
}
.brands-contents__unit--slide .image {
  width: 480px;
  height: 320px;
}
.brands-contents__unit--slide .image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.brands-contents__unit--slide .slick-arrow {
  border-radius: 0;
  color: transparent;
  font-size: 0;
  height: 56px;
  width: 56px;
  position: absolute;
  bottom: 4px;
  z-index: 2;
}
.brands-contents__unit--slide .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
  left: 0;
  top: calc(50% - 5px);
  margin: 0 auto;
  height: 10px;
  width: 10px;
}
.brands-contents__unit--slide .slick-arrow.slick-prev {
  right: 56px;
}
.brands-contents__unit--slide .slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
}
.brands-contents__unit--slide .slick-arrow.slick-next {
  right: 0px;
}
.brands-contents__unit--slide .slick-arrow.slick-next:before {
  transform: rotate(45deg);
}
.brands-contents__unit--text {
  padding-bottom: 42px;
  position: relative;
}
.brands-contents__unit--text .name a {
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.brands-contents__unit--text .detail {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.brands-contents__unit--text .address {
  color: #fff;
  font-size: 1.2rem;
  padding-left: 15px;
  position: relative;
}
.brands-contents__unit--text .address::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/ico_marker_wh.png);
  background-size: cover;
  left: 0;
  height: 10px;
  width: 7px;
  top: calc(50% - 4px);
}
.brands-contents__unit.r9::before {
  background: #4a4a4a;
}
.brands-contents__unit.r9 .slick-arrow {
  background: #4a4a4a;
}
.brands-contents__unit.premium-ichikawa::before {
  background: linear-gradient(to right, #4a4a4a 0, #000000 100%);
}
.brands-contents__unit.premium-ichikawa .slick-arrow {
  background: #000;
}
.brands-contents__unit.yard::before {
  background: #000;
}
.brands-contents__unit.yard .slick-arrow {
  background: #000;
}
.brands-contents__unit.yard .brands-contents__unit--text {
  padding-right: 190px;
}
.brands-contents__unit.yard .brands-contents__unit--text .btn {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 12px 25px;
  position: absolute;
  right: 0;
  top: 50px;
}
.brands-contents__unit.coff::before {
  background: #cc0000;
}
.brands-contents__unit.coff .slick-arrow {
  background: #cc0000;
}
.brands-contents__unit.tube::before {
  background: #86754d;
}
.brands-contents__unit.tube .slick-arrow {
  background: #86754d;
}
.brands-contents__unit.hostel::before {
  background: #a08cbe;
}
.brands-contents__unit.hostel .slick-arrow {
  background: #a08cbe;
}
.brands-contents__unit.village::before {
  background: #657d70;
}
.brands-contents__unit.village .slick-arrow {
  background: #657d70;
}

@media screen and (max-width: 767px) {
  .brands {
    margin-bottom: 100px;
  }
  .brands-lead {
    font-size: 3.733vw;
  }
  .brands-tab .u-inner {
    padding: 0;
  }
  .brands-tab__list {
    margin: 0 5% 50px;
    overflow: scroll;
  }
  .brands-tab__list .btn {
    font-size: 3.2vw;
    padding: 11px 20px;
    white-space: nowrap;
    width: auto;
  }
  .brands-contents {
    padding-top: 0;
    min-width: auto;
  }
  .brands-contents__unit {
    margin-bottom: 50px;
    width: 100%;
  }
  .brands-contents__unit::before {
    height: 63%;
  }
  .brands-contents__unit .wrap {
    padding: 0 5%;
    width: 100%;
  }
  .brands-contents__unit--logo {
    margin: 0 auto 15px;
    width: 90%;
  }
  .brands-contents__unit--logo img {
    height: 40px;
  }
  .brands-contents__unit--slide {
    margin: 0 auto 10px;
    width: 90%;
  }
  .brands-contents__unit--slide .image {
    width: 100%;
    height: 54vw;
  }
  .brands-contents__unit--slide .slick-arrow {
    height: 40px;
    width: 40px;
  }
  .brands-contents__unit--slide .slick-arrow.slick-prev {
    right: 40px;
  }
  .brands-contents__unit--slide .slick-arrow::before {
    height: 7px;
    width: 7px;
    top: calc(50% - 2.5px);
  }
  .brands-contents__unit--text {
    padding-bottom: 30px;
  }
  .brands-contents__unit--text .name a {
    font-size: 6.4vw;
  }
  .brands-contents__unit--text .detail {
    font-size: 3.2vw;
    line-height: 2;
  }
  .brands-contents__unit--text .address {
    font-size: 2.667vw;
  }
  .brands-contents__unit.yard .brands-contents__unit--text {
    padding-right: 0;
  }
  .brands-contents__unit.yard .brands-contents__unit--text .btn {
    font-size: 3.2vw;
    display: block;
    margin: 10px 0 0 auto;
    position: static;
    text-align: center;
    width: 180px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .brands-contents__unit.yard .brands-contents__unit--text .btn {
    width: 60%;
  }
}
.news-col2wrap {
  align-items: flex-start;
  margin-bottom: 120px;
}

/*news*/
.news {
  margin-right: 4.4%;
  width: 64%;
}
.news-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.news-head__title {
  font-size: 4rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}
.news-head__btn {
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 11px 63px;
  padding: 11px 69px;
}
@media screen and (max-width: 767px) {
  .news-head__btn {
    font-size: 3.2vw;
    margin-top: 0;
    padding: 11px 40px;
  }
}
.news-body__list {
  border-top: 1px solid #ccc;
}
.news-body__list li {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 19px 120px 22px 20px;
  position: relative;
  align-items: baseline;
}
.news-body__list li .date {
  color: #999;
  display: inline-block;
  font-size: 1.2rem;
  flex: 1;
}
.news-body__list li .title {
  margin-left: 30px;
  padding-right: 20px;
  display: block;
  width: 100%;
}
.news-body__list li .tag {
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .news-col2wrap {
    padding: 0;
  }

  .news {
    margin: 0 0 100px;
    width: 100%;
  }
  .news-head {
    padding: 0 5%;
  }
  .news-head__title {
    font-size: 10.667vw;
  }
  .news-body__list li {
    display: block;
    padding: 20px 5%;
    position: relative;
  }
  .news-body__list li .date {
    display: block;
    font-size: 2.667vw;
    margin-bottom: 10px;
    width: 100%;
  }
  .news-body__list li .title {
    padding-right: 0;
    margin-left: 0;
    font-weight: 700;
  }
  .news-body__list li .tag {
    position: absolute;
    top: 15px;
  }
}
/*open*/
.open {
  flex: 1;
}
.open-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.open-head__title {
  font-size: 3rem;
  font-weight: 700;
}
.open-head__btn {
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 11px 63px;
  padding: 11px 38px;
}
@media screen and (max-width: 767px) {
  .open-head__btn {
    font-size: 3.2vw;
    margin-top: 0;
    padding: 11px 40px;
  }
}
.open-body__list li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.open-body__list li .date {
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: inline-block;
  height: 75px;
  padding-top: 3px;
  text-align: center;
  width: 94px;
  position: relative;
}
.open-body__list li .date .month {
  display: block;
  font-weight: 900;
  line-height: 1;
}
.open-body__list li .date .month .num {
  font-size: 2rem;
}
.open-body__list li .date .badge {
  border-top: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  display: block;
  font-size: 1rem;
  padding: 3px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.open-body__list li .date .badge.soon {
  background: #f7f7f7;
  color: #999;
}
.open-body__list li .date .badge.new {
  background: #fcf2f2;
  color: #cc0000;
  font-weight: 900;
}
.open-body__list li .info {
  flex: 1;
  margin-left: 20px;
}
.open-body__list li .info .name {
  font-size: 1.6rem;
  font-weight: 700;
}
.open-body__list li .info .address {
  color: #999;
  display: block;
  font-size: 1.2rem;
  padding-left: 15px;
  position: relative;
}
.open-body__list li .info .address::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/ico_marker_gray.png);
  background-size: cover;
  left: 0;
  height: 10px;
  width: 7px;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .open-head {
    padding: 0 5%;
  }
  .open-head__title {
    font-size: 8vw;
    font-weight: 900;
  }
  .open-body {
    padding: 0 5%;
  }
  .open-body__list li .date {
    font-size: 1.4rem;
    padding-top: 5px;
  }
  .open-body__list li .date .month {
    margin-top: 3px;
  }
  .open-body__list li .info .name {
    font-size: 4.267vw;
  }
  .open-body__list li .info .address {
    font-size: 2.667vw;
    margin-top: 8px;
    padding-left: 10px;
  }
  .open-body__list li .info .address::before {
    top: calc(50% - 3px);
  }
}
/*recruit*/
.recruit {
  width: 1110px;
  margin: 0 auto;
}
.recruit__title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 40px;
}

.recruit-banner {
  padding: 20px 65px 20px 40px;
  background: linear-gradient(90deg, #008ee5 0%, #00e0f5 100%);
  color: #fff;
}
.recruit-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit-banner__title {
  color: #fff;
  line-height: 1;
  font-size: 4rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.recruit-banner__title-recruit {
  display: block;
  color: #fff;
  margin-top: 20px;
  line-height: 1;
  font-size: 2.5rem;
}
.recruit-banner__text-area {
  align-items: flex-end;
  width: 670px;
  display: flex;
  flex-direction: column;
  padding-top: 17px;
  padding-bottom: 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.recruit-banner__heading-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.recruit-banner__heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
}
.recruit-banner__position {
  font-size: 1.6rem;
  font-weight: 700;
}
.recruit-banner__button {
  padding-left: 55px;
  margin: 0 auto;
}
.recruit-banner__button-link {
  width: 350px;
  display: block;
  padding: 18px 10px;
  font-size: 1.6rem;
  color: #008ee5;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .recruit {
    width: 100%;
  }
  .recruit__title {
    padding: 0 5%;
    font-size: 8vw;
    margin-bottom: 50px;
  }

  .recruit-banner {
    padding: 30px 0px 30px 0px;
  }
  .recruit-banner__inner {
    flex-direction: column;
  }
  .recruit-banner__title {
    font-size: 30px;
    font-size: 8vw;
    margin-bottom: 20px;
  }
  .recruit-banner__title-recruit {
    font-size: 24px;
    font-size: 6.4vw;
    margin-top: 10px;
  }
  .recruit-banner__text-area {
    width: 89%;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
    padding-top: 20px;
    padding-bottom: 0;
    align-items: center;
  }
  .recruit-banner__heading-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .recruit-banner__heading {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recruit-banner__position {
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
  }
  .recruit-banner__button {
    padding-left: 0;
    width: 88%;
  }
  .recruit-banner__button-link {
    display: block;
    padding: 20px 10px;
    font-size: 18px;
    font-size: 4.8vw;
    width: 100%;
  }
}
.fixbtn {
  background: #000;
  opacity: 0.5;
  border-radius: 2px;
  margin: 0 auto;
  transition: 0.3s;
  width: 340px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 20;
}
.fixbtn.on {
  bottom: 45px;
}
.fixbtn a {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 18px;
  text-align: center;
}
.fixbtn a span {
  padding-left: 20px;
  position: relative;
}
.fixbtn a span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/index/ico_fixbtn.png);
  background-size: cover;
  height: 15px;
  width: 15px;
  left: 0;
  top: calc(50% - 7px);
}

@media screen and (max-width: 767px) {
  .fixbtn {
    bottom: -20vh;
    width: 80%;
  }
  .fixbtn a {
    padding: 10px;
  }
}
.l-footer {
  margin-top: 100px;
}