@charset "UTF-8";
/* freepage 共通css */
#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.feature {
  max-width: 900px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  /* 編集ここから */
}

.feature * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.feature span {
  font-size: inherit;
}

.feature img {
  width: 100%;
  height: auto;
  margin: auto;
}

.feature .only-desktop {
  display: block !important;
}

.feature .only-mobile {
  display: none !important;
}

.feature .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .feature {
    font-size: 12px;
  }
  .feature .only-desktop {
    display: none !important;
  }
  .feature .only-mobile {
    display: block !important;
  }
  .feature .only-narrow {
    display: block !important;
  }
}

.feature .bg--beige {
  background-color: #F6F1E8;
}

.feature .bg--round {
  border-radius: 20px;
}

.feature__mv {
  margin-bottom: calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__inner {
    width: 95%;
    margin: 0 auto;
  }
}

.feature__read {
  font-size: 25px;
  margin-bottom: calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__read {
    font-size: 16px;
  }
}

.feature__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: calc(60 / 900 * 100%);
}

.feature__nav > li {
  -webkit-flex-basis: calc((100% - 30px) / 2);
      -ms-flex-preferred-size: calc((100% - 30px) / 2);
          flex-basis: calc((100% - 30px) / 2);
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__contents {
  margin-bottom: calc(80 / 900 * 100%);
}

.feature__ttl {
  margin-bottom: calc(20 / 900 * 100%);
  font-size: 38px;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .feature__ttl {
    font-size: 20px;
  }
}

.feature__ttl--style01 {
  background-color: #C1E4EE;
  color: #775A16;
  border-bottom: 3px solid #A49166;
  padding: 0.3em 0;
}

.feature__ttl--style02 {
  width: calc(820 / 900 * 100%);
  margin: 0 auto calc(20 / 840 * 100%);
  color: #775A16;
  background-color: #fff;
  border: 3px solid #8A7A4B;
  border-radius: 7px;
  padding: 0.2em 0;
}

.feature__ttl--style03 {
  position: relative;
  padding: 0.5em 0;
  color: #305b79;
  font-weight: bold;
  border: solid 2px #305b79;
  box-sizing: border-box;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__ttl--style03::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}

.feature__ttl--style03::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-top: 15px solid #305b79;
  z-index: 1;
}

.feature__txt {
  font-size: 22px;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__txt {
    font-size: 16px;
  }
}

.feature__wrap {
  padding: calc(40 / 900 * 100%) 0 calc(10 / 900 * 100%);
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__wrap__img {
  width: calc(820 / 900 * 100%);
  margin: 0 auto calc(40 / 840 * 100%);
}

.feature__wrap__inner {
  width: calc(820 / 900 * 100%);
  margin: 0 auto calc(40 / 840 * 100%);
}

.feature__btn {
  width: calc(750 / 900 * 100%);
  margin: 0 auto calc(40 / 900 * 100%);
}

.feature__list--bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto calc(20 / 900 * 100%);
}

.feature__list__bnr {
  -webkit-flex-basis: calc((100% - 20px) / 2);
      -ms-flex-preferred-size: calc((100% - 20px) / 2);
          flex-basis: calc((100% - 20px) / 2);
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__list .slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 30;
}

@media screen and (min-width: 961px) {
  .feature__list .slick-arrow {
    width: 15px;
    height: 22px;
    bottom: -40px;
  }
}

@media screen and (max-width: 960px) {
  .feature__list .slick-arrow {
    width: 9px;
    height: 19px;
    bottom: -30px;
  }
}
