@charset "utf-8";

/* new css */
/*===================
about-nav
===================*/
/* aboutの下層への共通↓================= */
/***** 01〜03 ↓ *****/
.reason__list {
  width: 100%;
}

.reason__item {
  display: flex;
  justify-content: space-between;
}
.reason__item:nth-child(1) {
  background: url("../imgs_new/index/reason_img01.jpg") center center / cover
    no-repeat;
}
.reason__item:nth-child(2) {
  background: url("../imgs_new/index/reason_img02.jpg") center center / cover
    no-repeat;
}
.reason__item:nth-child(3) {
  background: url("../imgs_new/index/reason_img03.jpg") center center / cover
    no-repeat;
}

.reason__itemLft {
  width: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason__itemLft-num {
  font-size: 69px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  text-align: center;

  line-height: 1.4;
  letter-spacing: -0.02em;
}

.reason__itemRgt {
  width: calc(100% - 129px);
  padding-top: 215px;
}

.reason__itemRgt-heading {
  font-size: 36px;
  font-weight: 900;
  padding-left: 99px;
  margin-bottom: 4px;
  line-height: 1.55;
}

.reason__itemRgt-contents {
  padding-top: 5px;
  padding-bottom: 30px;
  padding-left: 99px;
  padding-right: 40px;
}

.reason__itemRgt-text {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 135px;
  line-height: 1.75;
}

.detail-btn {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 232px;
  padding-top: 22px;
  padding-bottom: 23px;
  padding-left: 10px;
  padding-right: 21px;
  margin: 0 0 0 auto;
  background-color: #c65c26;
  border-radius: 10px;
  position: relative;
  line-height: 1;
}

.detail-btn::after {
  content: "";
  display: block;
  width: 22px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs_new/common/sml_arrow_rgt.png") center center / cover
    no-repeat;
  transition: all 0.3s;
}
/***** 01〜03 ↑ *****/
@media screen and (max-width: 1440px) {
  /***** 01〜03 ↓ *****/

  .reason__itemLft {
    width: 13.163vw;
  }

  .reason__itemLft-num {
    font-size: 7.04vw;
  }

  .reason__itemRgt {
    width: calc(100% - 13.163vw);
    padding-top: 21.938vw;
  }

  .reason__itemRgt-heading {
    font-size: 3.673vw;
    padding-left: 10.102vw;
    margin-bottom: 0.408vw;
  }

  .reason__itemRgt-contents {
    padding-top: 0.51vw;
    padding-bottom: 3.061vw;
    padding-left: 10.102vw;
    padding-right: 4.081vw;
  }

  .reason__itemRgt-text {
    font-size: 2.551vw;
    margin-bottom: 13.775vw;
  }

  .detail-btn {
    font-size: 1.632vw;
    max-width: 23.673vw;
    padding-top: 2.244vw;
    padding-bottom: 2.346vw;
    padding-left: 1.02vw;
    padding-right: 2.142vw;
  }

  .detail-btn::after {
    width: 2.244vw;
    height: 1.02vw;
    right: 1.326vw;
  }
  /***** 01〜03 ↑ *****/
}
@media screen and (max-width: 750px) {
  /***** 01〜03 ↓ *****/
  .reason__item {
    display: block;
  }

  .reason__itemLft {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .reason__itemLft-num {
    font-size: 45px;
    text-align: left;
    padding: 0 20px;
  }

  .reason__itemRgt {
    width: 100%;
    padding-top: 25px;
  }

  .reason__itemRgt-heading {
    font-size: 23px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
  }

  .reason__itemRgt-contents {
    padding-top: 24px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reason__itemRgt-text {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .detail-btn {
    font-size: 14px;
    max-width: 180px;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 5px;
    padding-right: 20px;
  }

  .detail-btn::after {
    width: 19px;
    height: 7px;
    right: 10px;
  }
  /***** 01〜03 ↑ *****/
}
@media screen and (max-width: 480px) {
  /***** 01〜03 ↓ *****/
  .reason__item {
    display: block;
  }

  .reason__itemLft {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .reason__itemLft-num {
    font-size: 40px;
    text-align: left;
    padding: 0 20px;
  }

  .reason__itemRgt {
    width: 100%;
    padding-top: 20px;
  }

  .reason__itemRgt-heading {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .reason__itemRgt-contents {
    padding-top: 9px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reason__itemRgt-text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .detail-btn {
    font-size: 14px;
    max-width: 180px;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 5px;
    padding-right: 20px;
  }

  .detail-btn::after {
    width: 19px;
    height: 7px;
    right: 10px;
  }
  /***** 01〜03 ↑ *****/
}
