/*========== p-feature.scss ==========*/
.p-feature {
  padding-top: calc(100vw / ( 750 / 40 ));
}
@media screen and (min-width: 769px) {
  .p-feature {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature {
    padding-top: 35px;
  }
}
.p-feature #sec01 {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-feature #sec01 {
    padding-top: 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature #sec01 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature #sec02 .c-inner {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-feature #sec02 .c-inner {
    position: relative;
  }
}
.p-feature-rmd {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-feature-ttl {
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
.p-feature-txt {
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2em;
  letter-spacing: 0.2em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-feature-txt {
    line-height: 1.9;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-txt {
    font-size: 1.8rem;
  }
}
.p-feature-txt.finished {
  color: #ff0000;
  font-weight: 700;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-feature-txt.finished {
    font-size: 1.3em;
  }
}
.p-feature-btn {
  padding: 0.7em 2.5em 0.7em 1.5em;
  font-size: 3.0666666667vw;
}
@media screen and (max-width: 768px) {
  .p-feature-btn {
    margin: 0 auto;
    width: 36vw;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-btn {
    position: absolute;
    right: 0;
    top: 0;
    top: -0.25em;
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-btn {
    font-size: 2rem;
  }
}
.p-feature-btn:after {
  right: 1em;
}
.p-feature-schedule {
  background-color: #eaebef;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
.p-feature-schedule .forTtl {
  font-weight: 900;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.7em;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-feature-schedule .forTtl {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-schedule .forTtl {
    font-size: 2.2rem;
  }
}
.p-feature-schedule .forTtl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background: url("../../img/icon_calendar_bk.svg") left center no-repeat;
  background-size: contain;
}
.p-feature-schedule .forTxt {
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-feature-schedule .forTxt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-schedule .forTxt {
    font-size: 2rem;
  }
}
.p-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.5em;
}
.p-feature-list a {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-feature-list .item {
    width: 44vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-feature-list .item:nth-child(odd) {
    margin-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-list .item {
    width: 31.8%;
    margin-bottom: 1.7857142857vw;
  }
  .p-feature-list .item:not(:nth-child(3n)) {
    margin-right: 2.3%;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-list .item {
    margin-bottom: 25px;
  }
}
.p-feature-list .item .forTtl {
  line-height: 1.4;
  font-weight: 700;
  padding-top: 0.5em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-feature-list .item .forTtl {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-list .item .forTtl {
    font-size: 1.8rem;
  }
}
.p-feature-list .item .forInfo {
  line-height: 1.4;
  margin-top: 0.5em;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-feature-list .item .forInfo {
    margin-top: 0.3em;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-list .item .forInfo {
    font-size: 1.8rem;
  }
}
.p-feature-list .item .forInfo .cat {
  display: block;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .p-feature-list.onOther {
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-feature-list.onOther .item:last-child {
    margin-right: 0;
  }
}

.p-feature .postArea {
  text-align: justify;
  letter-spacing: 0.14em;
  line-height: 1.75;
  font-size: calc(100vw / ( 750 / 28 ));
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-feature .postArea {
    letter-spacing: 0.1em;
    font-size: calc(100vw / ( 1400 / 17 ));
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature .postArea {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
.p-feature .postArea a {
  text-decoration: underline;
}
.p-feature .postArea a:hover {
  text-decoration: none;
}
.p-feature .postArea b {
  font-weight: 700;
  color: #3e3935;
}
.p-feature .postArea i {
  font-style: italic;
}
.p-feature .postArea ul {
  list-style: disc;
  margin-left: 1em;
}
.p-feature .postArea ol {
  list-style: decimal;
  margin-left: 1em;
}
.p-feature .postArea blockquote {
  border-left: 3px solid #3e3935;
  box-sizing: border-box;
  padding-left: .75em;
}
.p-feature .postArea pre {
  background: #EAEBEE;
  box-sizing: border-box;
  padding: .5em;
  white-space: break-spaces;
}
.p-feature .postArea h1,
.p-feature .postArea h2 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 45 ));
}
@media screen and (min-width: 769px) {
  .p-feature .postArea h1,
  .p-feature .postArea h2 {
    font-weight: bold;
    font-size: calc(100vw / ( 1400 / 34 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-feature .postArea h1,
  .p-feature .postArea h2 {
    font-size: 3.4rem;
  }
}

.p-feature .postArea h3 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 38 ));
}
@media screen and (min-width: 769px) {
  .p-feature .postArea h3 {
    font-size: calc(100vw / ( 1400 / 26 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-feature .postArea h3 {
    font-size: 2.6rem;
  }
}

.p-feature .postArea h4 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 34 ));
}
@media screen and (min-width: 769px) {
  .p-feature .postArea h4 {
    font-size: calc(100vw / ( 1400 / 22 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-feature .postArea h4 {
    font-size: 2.2rem;
  }
}

.p-feature .postArea iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  margin: auto;
  max-width: 640px;
  width: 100%;
}
.p-feature .postArea img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}

/* 赤枠エリア */
.p-feature-suggest {
  font-size: 3.7333333333vw;
  padding: 4vw;
  margin-bottom: 4vw;
  background-color: #e60012;
}
@media screen and (min-width: 769px) {
  .p-feature-suggest {
    font-size: 1.2857142857vw;
    padding: 1.5em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-suggest {
    font-size: 1.8rem;
  }
}
.p-feature-suggestWrap {
  margin-bottom: 6vw;
}
.p-feature-suggest .forTtl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-feature-suggest .forTtl {
    font-size: 1.3em;
  }
}
.p-feature-suggest .forTtl a {
  color: #fff;
}

.p-feature-suggest .forLead {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.p-feature-suggest .forTrial {
  background-color: #fff;
  padding: 4vw;
}
@media screen and (min-width: 769px) {
  .p-feature-suggest .forTrial {
    padding: 1.25em;
    text-align: center;
  }
}
.p-feature-suggest .forTrial_ttl {
  color: #000;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-feature-suggest .forTrial_ttl {
    font-size: calc(100vw / ( 1400 / 26 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-suggest .forTrial_ttl {
    font-size: 2.6rem;
  }
}

.p-feature-suggest .forTrial_btn {
  padding: 1em;
  line-height: 1.3;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-feature-suggest .forTrial_btn {
    font-size: calc(100vw / ( 1400 / 24 ));
    display: inline-block;
    padding: 0.7em 2.5em 0.7em 1.25em;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-suggest .forTrial_btn {
    font-size: 2.4rem;
  }
}

.p-feature-suggest .forTrial_btn:after {
  right: 1em;
}
.p-feature-phone {
  text-align: center;
}
.p-feature-phone .forTtl {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-feature-phone .forTtl {
    font-size: calc(100vw / ( 1400 / 26 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-phone .forTtl {
    font-size: 2.6rem;
  }
}
.p-feature-phone .forObj {
  margin: 0 auto 1em;
  max-width: 545px;
  display: block;
}
.p-feature-phone .u-idt__item {
  line-height: 1.4;
  font-size: calc(100vw / ( 750 / 20 ));
}
@media screen and (max-width: 768px) {
  .p-feature-phone .u-idt__item {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-phone .u-idt__item {
    font-size: calc(100vw / ( 1400 / 14 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-phone .u-idt__item {
    font-size: 1.4rem;
  }
}

.p-feature-bs {
  font-size: 3.7333333333vw;
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  .p-feature-bs {
    font-size: calc(100vw / ( 1400 / 18 ));
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1401px) {
  .p-feature-bs {
    font-size: 1.8rem;
  }
}
.p-feature-bs p {
  line-height: 1.4;
  margin-bottom: 1em;
}
.p-feature-bs .forObj {
  max-width: 550px;
  margin-bottom: 1em;
}
.p-feature-bs .forAnc {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .p-feature-bs .forAncWrap {
    text-align: center;
  }
}
.p-feature-bs .forAnc:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 45%;
  width: 0.3em;
  height: 0.3em;
  border-bottom: 2px solid #3e3935;
  border-right: 2px solid #3e3935;
  transform: rotate(45deg) translateY(-50%);
}

/*バナー追加*/
.p-top-bn__inner {
  margin-bottom: calc(100vw / ( 750 / 50 ));
}
@media screen and (min-width: 769px) {
  .p-top-bn__inner {
    max-width: 728px;
    margin: 0 auto calc(100vw / ( 1400 / 50 ));
  }
  .p-top-bn__inner img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-bn__inner {
    margin-bottom: 50px;
  }
}