@charset "utf-8";
/* ====================================================
レイカが選ばれる理由　feature
==================================================== */
/*  FEATUREタイトル */
.feature .contents-cmn__pagetitle .title-box h1 {
  width: 182.32px;
  margin: 0 auto 13px;
}
@media (max-width: 767px) {
  .feature .contents-cmn__pagetitle .title-box h1 {
    width: 100%;
    max-width: 140.25px;
    margin: 0 auto 7px;
  }
}

/* feature-reason */
.feature-reason .contents-cmn__inner {
  position: relative;
  padding-top: min(6.9vw, 95px);
  padding-bottom: min(4.2vw, 58px);
}
.feature-reason .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature-reason .reason-list {
  width: 43.1%;
}
.feature-reason .reason-list h3 {
  margin-bottom: 17px;
  font-size: var(--font-size25);
  font-weight: bold;
  color: var(--c-blue1);
}
.feature-reason .reason-list p {
  font-size: var(--font-size16);
  line-height: 1.8;
}
.feature-reason .reason-list figure {
  width: 79.5%;
  margin: auto;
}
.feature-reason .reason-list:nth-child(2) figure {
  width: 79%;
}
.feature-reason .reason-list:nth-child(3) figure {
  width: 79%;
  margin-top: 50px;
}
.feature-reason .reason-list:last-child figure {
  width: 75%;
}
@media (max-width: 767px) {
  .feature-reason .contents-cmn__inner {
    padding-top: 27px;
    padding-bottom: 38px;
  }
  .feature-reason .flex {
    display: block;
    width: 100%;
  }
  .feature-reason .flex .reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .feature-reason .flex .reason-list:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .feature-reason .flex .reason-list > div {
    width: 63%;
  }
  .feature-reason .reason-list h3 {
    margin-bottom: 8px;
    font-size: var(--font-size16);
  }
  .feature-reason .reason-list p {
    font-size: var(--font-size14);
    line-height: 1.4;
    letter-spacing: normal;
  }
  .feature-reason .reason-list figure {
    width: 33% !important;
    margin: 0 !important;
  }
}
/* feature-flow */
.feature-flow {
  padding-top: 6.7vw;
}
.feature-flow .contents-cmn__inner {
  position: relative;
  padding-top: min(6.9vw, 95px);
  padding-bottom: min(6.9vw, 95px);
}
.feature-flow .flow-area {
  max-width: 700px;
  margin: auto;
}
.feature-flow .flow-area .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: solid 1px #d9e5e5;
}
.feature-flow .flow-area .flex:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.feature-flow .flow-area .flex figure {
  width: auto;
}
.feature-flow .flow-area .flex .flow-txt {
  width: 83%;
}
.feature-flow .flow-area .flex .flow-txt h3 {
  margin-bottom: 10px;
  font-size: var(--font-size25);
  font-weight: bold;
  color: var(--c-blue1);
}
.feature-flow .flow-area .flex .flow-txt p {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .feature-flow {
    padding-top: 72px;
  }
  .feature-flow .contents-cmn__inner {
    padding-top: 27px;
    padding-bottom: 40px;
  }
  .feature-flow .flow-area .flex {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  .feature-flow .flow-area .flex .flow-txt {
    width: 80%;
  }
  .feature-flow .flow-area .flex .flow-txt h3 {
    margin-bottom: 6px;
    font-size: var(--font-size16);
  }
  .feature-flow .flow-area .flex .flow-txt p {
    font-size: var(--font-size14);
  }
  .feature-flow .flow-area .flex figure {
    width: 36px;
  }
}

/* feature-other */
.feature-other {
  margin-bottom: 100px;
  padding-top: 6.4vw;
}
.feature-other .contents-cmn__inner {
  position: relative;
  padding-top: min(6.9vw, 95px);
  padding-bottom: min(4.2vw, 58px);
}
.feature-other .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature-other .flex .other-txt h3 {
  margin-bottom: 10px;
  font-size: var(--font-size25);
  font-weight: bold;
  color: var(--c-blue1);
}
.feature-other .flex .other-txt .common-btn_active {
  max-width: 360px;
  margin-top: 30px;
  text-align: center;
}
.feature-other .flex .other-txt .common-btn_active a {
  padding: 8px 0;
  font-size: var(--font-size15);
}
.feature-other .flex .other-txt .common-btn_active a::after {
  margin: 9px 0 0 0;
  border: none;
  background-image: url(../img/common/icon_pdf_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transform: none;
}
.feature-other .flex .other-txt .common-btn_active a:hover::after {
  background-image: url(../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transform: none;
}
.feature-other .flex .other-txt p {
  font-size: var(--font-size16);
  line-height: 1.8;
}
.feature-other .flex .other-txt p a {
  display: inline-block;
  text-decoration: underline;
}
.feature-other .flex .other-txt p a:after {
  content: none;
}
.feature-other .flex .other-txt p a:before {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 10px 0 0;
  background-image: url(../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.feature-other .flex:first-child {
  margin-bottom: 73px;
}
.feature-other .flex:first-child .other-txt {
  width: 43.79%;
}
.feature-other .flex:first-child figure {
  width: 51%;
}
.feature-other .flex:nth-child(2) {
  margin-bottom: 64px;
}
.feature-other .flex:nth-child(2) .other-txt {
  width: 60%;
}
.feature-other .flex:nth-child(2) figure {
  width: 32.4%;
}
.feature-other .flex:nth-child(3) {
  margin-bottom: 64px;
}
.feature-other .flex:nth-child(3) .other-txt {
  width: 60%;
}
.feature-other .flex:nth-child(3) figure {
  width: 32.4%;
}
.feature-other .flex:last-child {
  margin-bottom: 0;
}
.feature-other .flex:last-child .other-txt {
  width: 60%;
}
.feature-other .flex:last-child figure {
  width: 32.4%;
}

.mail-btn.common-btn_active {
  width: 366px;
  margin: 70px auto 120px;
}
.mail-btn.common-btn_active a {
  padding: 19px 0 17px;
  border-radius: 33px;
}
.mail-btn.common-btn_active a .btn-animation_text {
  padding-left: 25px;
  font-size: var(--font-size18);
}
.mail-btn.common-btn_active a::after {
  position: absolute;
  top: 35%;
  right: auto;
  left: 38px;
  display: inline-block;
  width: 22px;
  height: 18px;
  margin: 0;
  border: none;
  background-image: url(../img/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transform: none;
}
.mail-btn.common-btn_active a:hover::after {
  background-image: url(../img/common/icon_mail_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
@media (max-width: 1024px) {
  .feature-other .flex .other-txt .common-btn_active a {
    border-radius: 40px;
  }
  .feature-other .flex .other-txt .common-btn_active a::after {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .feature-other {
    margin-bottom: 50px;
    padding-top: 72px;
  }
  .feature-other .contents-cmn__inner {
    padding-top: 28px;
    padding-bottom: 50px;
  }
  .feature-other .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .feature-other .flex .other-txt {
    width: 100% !important;
  }
  .feature-other .flex .other-txt h3 {
    margin-bottom: 7px;
    font-size: var(--font-size16);
  }
  .feature-other .flex .other-txt p {
    font-size: var(--font-size14);
    line-height: 1.7;
  }
  .feature-other .flex .other-txt .common-btn_active {
    margin: 20px auto 0;
  }
  .feature-other .flex .other-txt .common-btn_active a:hover::after {
    background-image: url(../img/common/icon_pdf_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  .feature-other .flex figure {
    width: 67% !important;
    margin: 20px auto 0 !important;
  }
  .feature-other .flex .other-txt .common-btn_active a {
    font-size: var(--font-size14);
  }
  .feature-other .flex:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .mail-btn.common-btn_active {
    width: 100%;
    max-width: 300px;
    margin-top: 45px;
  }
  .mail-btn.common-btn_active a {
    padding: 16px 0 14px;
  }
  .mail-btn.common-btn_active a .btn-animation_text {
    font-size: var(--font-size15);
    letter-spacing: normal;
  }
  .mail-btn.common-btn_active a::after {
    left: 27px;
  }
  .mail-btn.common-btn_active a:hover::after {
    background-image: url(../img/common/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
}
