@charset "UTF-8";
@import url(color.css);

.reason-banner {
  position: relative;
  background-image: url("../images/reason/banner-pc.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0;
  padding-bottom: calc(320 / 1920 * 100%);
  background-position: bottom 5% center;
}
@media screen and (max-width: 767px) {
  .reason-banner {
    background-image: url("../images/reason/banner-sp.jpg");
    padding-bottom: calc(200 / 375 * 100%);
  }
}
.reason-banner .banner-content {
  display: flex;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reason-banner {
    background-position: center center;
  }
}
.reason .check-icon {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .reason .check-icon {
    align-items: flex-start;
  }
}
.reason .check-icon img {
  width: 3rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .reason .check-icon img {
    width: 2.5rem;
    margin-right: 1rem;
  }
}
.reason .col-2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .reason .col-2 {
    flex-direction: column;
  }
}
.reason .col-2 .txt-block {
  width: 72%;
  padding-right: 4.24%;
}
@media screen and (max-width: 767px) {
  .reason .col-2 .txt-block {
    width: 100%;
  }
}
.reason .col-2 .img01 {
  max-width: 27.88%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .reason .col-2 .img01 {
    max-width: 17rem;
    margin: auto;
  }
}
.reason-cards {
  display: flex;
}
@media screen and (max-width: 767px) {
  .reason-cards {
    flex-wrap: wrap;
    align-items: center;
  }
}
.reason-cards .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32.2%;
  margin-right: 2rem;
  padding: 2rem;
  text-align: center;
  border-radius: 0.8rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .reason-cards .item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0;
    padding: 0 2.5rem;
    box-shadow: none;
  }
}
.reason-cards .item .num {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .reason-cards .item .num {
    font-size: 2.5rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-cards .item .ttl {
    display: flex;
    align-items: center;
  }
}
.reason-cards .item img {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .reason-cards .item img {
    width: 6rem;
    margin-right: 3rem;
  }
}
.reason-cards .item:last-child {
  margin-right: 0;
}
.reason .box-bg {
  counter-reset: css-counter;
}
.reason .box-bg .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding: 3rem;
  background-color: var(--milk);
}
@media screen and (max-width: 767px) {
  .reason .box-bg .item {
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
  }
}
.reason .box-bg .item .text-block {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .reason .box-bg .item .text-block {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .reason .box-bg .item .text-block.bg-img-01 {
    background: url("../images/reason/reason_img05.png") no-repeat top right;
    background-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .reason .box-bg .item .text-block.bg-img-02 {
    background: url("../images/reason/reason_img06.png") no-repeat top right;
    background-size: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .reason .box-bg .item .text-block.bg-img-03 {
    background: url("../images/reason/reason_img07.png") no-repeat top right;
    background-size: 6rem;
  }
}
.reason .box-bg .item .img-block {
  width: 18.75%;
  text-align: center;
}
.reason .box-bg .item .img-block img {
  max-width: 100%;
  width: 85%;
}
.reason .box-bg .item .heading-4 {
  position: relative;
  padding-left: 4rem;
  counter-increment: css-counter 1;
}
@media screen and (max-width: 767px) {
  .reason .box-bg .item .heading-4 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    padding-left: 3rem;
  }
}
.reason .box-bg .item .heading-4::before {
  position: absolute;
  left: 0;
  content: "0" counter(css-counter);
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .reason .box-bg .item .subheading {
    width: 68.3%;
  }
}
@media screen and (max-width: 767px) {
  .reason .box-bg .item img {
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-border {
    margin-bottom: 2rem;
    padding-bottom: 2rem !important;
    border-bottom: 0.1rem solid var(--lightgray1) !important;
  }
}
.reason-box {
  display: flex;
  align-items: flex-end;
  margin-top: 18rem;
  padding: 4rem;
  border: 0.5rem solid var(--lightgray2);
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .reason-box {
    margin-top: 0;
    padding: 2rem 1.5rem;
    border: 0.3rem solid var(--lightgray2);
  }
}
.reason-box .box-img {
  position: relative;
  width: 40%;
}
.reason-box .box-img img {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 100%;
  max-width: 30.9rem;
}
@media screen and (max-width: 767px) {
  .reason-box .box-img img {
    position: static;
    max-width: 12rem;
  }
}
.reason-box .box-details {
  width: 60%;
  max-width: 50rem;
}
.reason-box .title {
  font-size: 3.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason-box .title {
    font-size: 1.8rem;
    line-height: normal;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .reason-box .sub {
    text-align: left;
  }
}
.reason-box .btn-b {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .reason-box .btn-b {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-txt-11-sm {
    font-size: 1.1rem;
  }
}