@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
/**
 * 共通処理
 */
.b-subBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 100px;
}
.b-subBox > div {
  display: inline-block;
}
.b-subBox > div:first-child {
  margin-right: 40px;
}
.b-subBox > div.child1 {
  order: 1;
  margin-left: 25px;
  margin-right: 0;
}
.b-subBox > div.child2 {
  order: 0;
}
.b-subBox--text h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.b-subBox--text h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background-color: #E50012;
  margin-top: 4px;
}
.b-subBox--text p {
  font-size: 18px;
  font-weight: bold;
}
.b-subBox--link {
  position: relative;
}
.b-subBox--link a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 260px;
  height: 80px;
  background-color: #E50012;
  text-align: center;
  padding: 27px 0 0;
  color: #FFF;
  font-size: 17px;
}
.b-subBox--link a img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * TOP全体レイアウト
 * - メイン画像
 * - コンテンツレイアウト
 */
.b-main {
  margin-bottom: 30px;
  /**
   * メイン画像
   */
  /*** コンテンツレイアウト ***/
}
.b-main--img {
  width: 100%;
  display: flex;
}
.b-main--img div {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: calc(550 / 1600 * 100%);
}
.b-main--img div:first-child {
  background: url("../img/top/main_img/area_back.png") center center/cover no-repeat;
}
.b-main--img div:last-child {
  background: url("../img/top/main_img/line_back.png") center center/cover no-repeat;
}
.b-main--img div a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 80px;
}
.b-main--contents {
  width: 1000px;
  margin: 65px auto;
  overflow: hidden;
}

.btn-kodawari {
  text-align: center;
  margin: 0 0 100px;
}
.btn-kodawari a {
  display: inline-block;
}

.b-supportList {
  display: flex;
}
.b-supportList li {
  width: 100%;
  max-width: 250px;
  height: 260px;
  position: relative;
}
.b-supportList li:nth-child(1) {
  background: url("../img/common/support/list_rental.png") no-repeat;
}
.b-supportList li:nth-child(2) {
  background: url("../img/common/support/list_oheyasagashi.png") no-repeat;
}
.b-supportList li:nth-child(3) {
  background: url("../img/common/support/list_service.png") no-repeat;
}
.b-supportList li:nth-child(4) {
  background: url("../img/common/support/list_kuiki.png") no-repeat;
}
.b-supportList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.b-supportList li:hover {
  opacity: 0.8;
}
.b-supportList p {
  padding: 0 10px;
  position: absolute;
  top: 158px;
  font-size: 12px;
  color: #000;
}

.b-customerList {
  margin: 75px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.b-customerList li {
  width: 300px;
  margin-right: 20px;
}
.b-customerList li a {
  display: block;
}
.b-customerList li:last-child {
  margin-right: 0;
}
.b-customerList li img {
  width: 100%;
}

.b-contactList {
  border: 5px solid #F2F2F2;
  position: relative;
  overflow: visible;
  padding: 15px 20px;
  height: 150px;
}
.b-contactList > div {
  width: 220px;
  height: 150px;
  position: relative;
  margin-top: -40px;
  background-color: #F2F2F2;
  float: left;
}
.b-contactList > div h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b-contactList > div h2::after {
  content: "";
  display: block;
  height: 6px;
  width: 58px;
  background-color: #E50012;
  margin: 8px auto 0;
}
.b-contactList ul {
  display: flex;
  float: right;
}
.b-contactList ul li:first-child {
  margin-right: 10px;
}
.b-contactList ul li a {
  display: block;
}

.b-mainMenu {
  width: 100%;
  background-color: #F2F2F2;
  padding: 30px 0;
}

/**
 * スライダー
 */
.sliderArea {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea .slick-slide {
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.sliderArea .slick-slide img {
  width: 100%;
  height: auto;
}
.sliderArea .slick-slide a {
  display: block;
}
.sliderArea .slick-prev, .sliderArea .slick-next {
  z-index: 1;
}
.sliderArea .slick-prev:before, .sliderArea .slick-next:before {
  color: #000;
}
.sliderArea.w300 {
  max-width: 300px;
}
.sliderArea .slick-active {
  opacity: 1;
}
.sliderArea .slick-current {
  opacity: 1;
}
.sliderArea .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.sliderArea .prev-arrow {
  left: -45px;
}
.sliderArea .next-arrow {
  right: -45px;
}

.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: 0.7;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  /**
   * 共通処理
   */
  .b-subBox {
    width: auto;
    display: block;
    margin-bottom: 75px;
    padding: 0 36px;
  }
  .b-subBox > div {
    display: block;
    margin-bottom: 10px;
  }
  .b-subBox > div img {
    width: 100%;
  }
  .b-subBox > div:first-child {
    margin-right: 0;
  }
  .b-subBox > div.child1 {
    order: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .b-subBox > div.b-subBox--link a img {
    width: auto;
  }
  .b-subBox--text h2 {
    font-size: 28px;
  }
  .b-subBox--text p {
    font-size: 14px;
  }

  /**
   * TOP全体レイアウト
   * - メイン画像
   * - コンテンツレイアウト
   */
  .b-main {
    margin-bottom: 30px;
    /**
     * メイン画像
     */
    /*** コンテンツレイアウト ***/
  }
  .b-main--img {
    width: 100%;
    display: block;
  }
  .b-main--img div {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(550 / 800 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
  .b-main--img div:first-child {
    background: url("../img/top/main_img/area_back.png") center center/cover no-repeat;
  }
  .b-main--img div:last-child {
    background: url("../img/top/main_img/line_back.png") center center/cover no-repeat;
  }
  .b-main--contents {
    width: 100%;
    margin: 40px auto 0;
  }

  .btn-kodawari {
    margin: 0 0 40px;
    padding: 0 10px;
  }
  .btn-kodawari img {
    width: 100%;
  }

  .b-mainMenu {
    padding: 20px 0;
  }

  /**
   * スライダー
   */
  .sliderArea {
    max-width: 100%;
    padding: 0 45px;
  }

  .b-supportList {
    display: flex;
    flex-wrap: wrap;
  }
  .b-supportList li {
    width: 100%;
    max-width: 50%;
    height: 0;
    position: relative;
    padding-top: calc(260 / 500 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
  .b-supportList li:nth-child(1) {
    background: url("../img/common/support/list_rental.png") center center/cover no-repeat;
  }
  .b-supportList li:nth-child(2) {
    background: url("../img/common/support/list_oheyasagashi.png") center center/cover no-repeat;
  }
  .b-supportList li:nth-child(3) {
    background: url("../img/common/support/list_service.png") center center/cover no-repeat;
  }
  .b-supportList li:nth-child(4) {
    background: url("../img/common/support/list_kuiki.png") center center/cover no-repeat;
  }
  .b-supportList p {
    top: 62%;
    bottom: 0;
  }

  .b-customerList {
    margin: 40px 0 80px;
    flex-wrap: wrap;
  }
  .b-customerList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .b-customerList li:last-child {
    margin-bottom: 0;
  }

  .b-contactList {
    margin: 0 10px 20px;
    height: 312px;
    padding: 15px 20px;
  }
  .b-contactList > div {
    width: 150px;
    height: 80px;
    margin: 0 auto;
    margin-top: -60px;
    float: none;
  }
  .b-contactList > div h2 {
    font-size: 14px;
    height: 60px;
  }
  .b-contactList > div h2::after {
    width: 45px;
  }
  .b-contactList ul {
    flex-wrap: wrap;
    float: none;
    margin-top: 15px;
  }
  .b-contactList ul li {
    margin: 0 auto;
  }
  .b-contactList ul li:first-child {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .b-contactList ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 410px) {
  .b-contactList {
    padding-bottom: 0;
    height: 290px;
  }
}
@media screen and (max-width: 390px) {
  .b-contactList {
    height: 270px;
  }
}

/*# sourceMappingURL=top.css.map */
