/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* feature common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/start/feature/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/start/feature/page_head_sp.jpg") no-repeat center center;
  }
}

@media screen and (max-width: 767px) {
  .p-feature-section .c-text {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-feature-section .c-button {
  justify-content: flex-start;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .c-button {
    padding: 0 1.6rem;
  }
}
.p-feature-section .reason-box {
  padding-bottom: 56px;
  margin-bottom: 43px;
  border-bottom: 1px dashed #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-feature-section .reason-box .box-heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .box-heading {
    margin-bottom: 1.6rem;
  }
}
.p-feature-section .reason-box .box-heading .num {
  position: relative;
  top: -10px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .box-heading .num {
    top: 0;
    width: 5.2rem;
  }
  .p-feature-section .reason-box .box-heading .num img {
    width: auto;
    height: 5.6rem;
  }
}
.p-feature-section .reason-box .box-heading .title {
  width: calc(100% - 60px);
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .box-heading .title {
    width: calc(100% - 5.2rem);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
  }
}
.p-feature-section .reason-box .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .flex {
    display: block;
  }
}
.p-feature-section .reason-box .flex-txt {
  width: calc(100% - 272px);
  padding-right: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .flex-txt {
    width: 100%;
    padding-right: 0;
  }
}
.p-feature-section .reason-box .flex-txt .atten {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .flex-txt .atten {
    font-size: 1.2rem;
    line-height: 2.3333333333;
    font-weight: 400;
  }
}
.p-feature-section .reason-box .flex-img {
  width: 272px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .flex-img {
    width: 27.2rem;
    margin: 1.6rem auto 0 auto;
  }
}
.p-feature-section .reason-box .flex.-no_img .flex-txt {
  width: 100%;
  padding: 0;
}
.p-feature-section .reason-box .gray-box {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: row-reverse;
  padding: 32px;
  background: #F1F1F1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .gray-box {
    display: block;
    margin-top: 3.2rem;
    padding: 1.6rem 1.6rem 2.4rem 1.6rem;
  }
}
.p-feature-section .reason-box .gray-box__txt {
  width: calc(100% - 200px);
  padding-left: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .gray-box__txt {
    width: 100%;
    padding-left: 0;
  }
}
.p-feature-section .reason-box .gray-box__txt .box-ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .gray-box__txt .box-ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
}
.p-feature-section .reason-box .gray-box__img {
  width: 200px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .gray-box__img {
    width: 27.2rem;
    margin: 1.6rem auto 0 auto;
  }
}
.p-feature-section .reason-box .btn_wrap {
  margin: 32px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .btn_wrap {
    margin-top: 2.4rem;
  }
}
.p-feature-section .reason-box .btn_wrap .c-button {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .btn_wrap .c-button {
    height: 4.8rem;
  }
}
.p-feature-section .reason-box .btn_wrap .c-button:after {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box .btn_wrap .c-button:after {
    right: 1.6rem;
  }
}
.p-feature-section .reason-box.reason01 .flex {
  margin-bottom: -60px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason01 .flex {
    margin-bottom: 0;
  }
  .p-feature-section .reason-box.reason01 .flex-img {
    width: 27rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason01 .gray-box {
    margin-top: 2.4rem;
  }
}
.p-feature-section .reason-box.reason02 .box-heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason02 .box-heading {
    margin-bottom: 2.4rem;
  }
}
.p-feature-section .reason-box.reason02 .box-heading .num {
  top: 5px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason02 .box-heading .num {
    top: 0;
  }
}
.p-feature-section .reason-box.reason02 .btn_wrap .c-button {
  width: 288px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason02 .btn_wrap .c-button {
    width: 28rem;
  }
}
.p-feature-section .reason-box.reason03 .box-heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason03 .box-heading {
    margin-bottom: 2.4rem;
  }
}
.p-feature-section .reason-box.reason03 .box-heading .num {
  top: 5px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason03 .box-heading .num {
    top: 0;
  }
}
.p-feature-section .reason-box.reason04 .box-heading {
  padding-top: 0.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason04 .box-heading .num {
    top: -1rem;
  }
}
.p-feature-section .reason-box.reason05 .box-heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason05 .box-heading {
    margin-bottom: 2.4rem;
  }
}
.p-feature-section .reason-box.reason05 .box-heading .num {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason05 .box-heading .num {
    top: 0;
  }
}
.p-feature-section .reason-box.reason05 .btn_wrap .c-button {
  width: 168px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason05 .btn_wrap .c-button {
    width: 16.8rem;
  }
}
.p-feature-section .reason-box.reason06 .box-heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason06 .box-heading {
    margin-bottom: 2.4rem;
  }
}
.p-feature-section .reason-box.reason06 .box-heading .num {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason06 .box-heading .num {
    top: 0;
  }
}
.p-feature-section .reason-box.reason06 .gray-box {
  flex-direction: row;
}
.p-feature-section .reason-box.reason06 .gray-box__txt {
  padding-left: 0;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason06 .gray-box__txt {
    padding-right: 0;
  }
}
.p-feature-section .reason-box.reason06 .gray-box__img {
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason06 .gray-box__img {
    margin-top: 1.6rem;
    width: 20rem;
  }
}
.p-feature-section .reason-box.reason07 .box-heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason07 .box-heading {
    margin-bottom: 2.4rem;
  }
}
.p-feature-section .reason-box.reason07 .box-heading .num {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason07 .box-heading .num {
    top: 0;
  }
}
.p-feature-section .reason-box.reason08 .box-heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason08 .box-heading {
    margin-bottom: 2.4rem;
  }
}
.p-feature-section .reason-box.reason08 .box-heading .num {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason08 .box-heading .num {
    top: 0;
  }
}
.p-feature-section .reason-box.reason08 .btn_wrap .c-button {
  width: 328px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason08 .btn_wrap .c-button {
    width: 100%;
  }
}
.p-feature-section .reason-box.reason09 .box-heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason09 .box-heading {
    margin-bottom: 2.4rem;
  }
}
.p-feature-section .reason-box.reason09 .box-heading .num {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .reason-box.reason09 .box-heading .num {
    top: 0;
  }
}
.p-feature-section .media_wrap {
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .p-feature-section .media_wrap {
    margin: 2rem 0 3.5rem 0;
  }
}
.p-feature-section .media_wrap .media-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-feature-section .media_wrap .media-list {
    gap: 0.7rem 1.4rem;
    margin-bottom: 3rem;
  }
}
.p-feature-section .media_wrap .media-list__items {
  max-width: 713px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-feature-section .media_wrap .media-list__items {
    max-width: 68.8rem;
  }
}
.p-feature-section .media_wrap .media-list02 {
  max-width: 752px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-feature-section .media_wrap .media-list02 {
    margin-top: 0.5rem;
  }
}
.p-feature-section .media_wrap .media-list02 .media-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 20px 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .media_wrap .media-list02 .media-list {
    gap: 0.8rem 0.8rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
}
.p-feature-section .media_wrap .media-list02 .media-list__items {
  width: calc((100% - 60px) / 3) !important;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .p-feature-section .media_wrap .media-list02 .media-list__items {
    width: calc((100% - 1.6rem) / 3) !important;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-section .media_wrap .media-list02 .media-list__items {
    width: calc((100% - 1.6rem) / 3);
  }
}

/* p-feature-comparison
---------------------------------------------------------------------------- */
.p-feature-comparison {
  padding: 0 0 32px 0;
  margin-bottom: 96px;
  background: #F1F1F1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison {
    width: calc(100% - 3.2rem);
    padding: 0 0 1.2rem 0;
    margin: 0 auto 8rem auto;
  }
  .p-feature-comparison .l-inner {
    padding: 0 0;
  }
}
.p-feature-comparison .comparison__ttl {
  display: inline-block;
  width: 144px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #998632;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .comparison__ttl {
    width: 12.4rem;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.5rem 0.4rem;
  }
}
.p-feature-comparison .comparison__lead {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.2083333333;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .comparison__lead {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .sp-scroll-txt {
    position: relative;
    font-size: 1.2rem;
    line-height: 2.6666666667;
    font-weight: 400;
    padding-left: 1.6rem;
  }
  .p-feature-comparison .sp-scroll-txt:before {
    position: relative;
    top: -0.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6rem;
    content: "";
    background: url("../../assets/images/start/ico_scroll.svg") no-repeat center center;
    background-size: 100% auto;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-feature-comparison .sp-scroll {
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .sp-scroll {
    width: calc(100% + 6rem);
    margin-right: -3rem;
    margin-left: -3rem;
    padding: 0 0 0 4.2rem;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .sp-scroll__inner {
    width: 74.2rem;
    padding-right: 4.2rem;
    box-sizing: border-box;
  }
}
.p-feature-comparison .comparison-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .comparison-tbl {
    border-spacing: 0.4rem 0.4rem;
  }
}
.p-feature-comparison .comparison-tbl thead th {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .comparison-tbl thead th {
    padding: 0.8rem 0;
  }
}
.p-feature-comparison .comparison-tbl thead th .logo {
  width: 169px;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .comparison-tbl thead th .logo {
    width: 14.1rem;
  }
}
.p-feature-comparison .comparison-tbl thead th .small {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
.p-feature-comparison .comparison-tbl thead th:nth-of-type(1) {
  width: 112px;
  background: #CECDC9;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .comparison-tbl thead th:nth-of-type(1) {
    width: 7.6rem;
  }
}
.p-feature-comparison .comparison-tbl thead th:nth-of-type(2) {
  width: 216px;
  background: #DED8BD;
}
@media screen and (max-width: 767px) {
  .p-feature-comparison .comparison-tbl thead th:nth-of-type(2) {
    width: 20rem;
  }
}
.p-feature-comparison .comparison-tbl thead th:nth-of-type(3), .p-feature-comparison .comparison-tbl thead th:nth-of-type(4) {
  color: #fff;
  background: #3F3C3C;
}
.p-feature-comparison .comparison-tbl tbody th {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background: #CECDC9;
  vertical-align: middle;
}
.p-feature-comparison .comparison-tbl tbody td {
  vertical-align: middle;
  padding: 12px 14px;
  box-sizing: border-box;
}
.p-feature-comparison .comparison-tbl tbody td p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.p-feature-comparison .comparison-tbl tbody td .small {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
}
.p-feature-comparison .comparison-tbl tbody td .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
  text-align: left;
}
.p-feature-comparison .comparison-tbl tbody td:nth-of-type(1) {
  background: #DED8BD;
}
.p-feature-comparison .comparison-tbl tbody td:nth-of-type(2), .p-feature-comparison .comparison-tbl tbody td:nth-of-type(3) {
  background: #fff;
}
.p-feature-comparison .comparison-tbl tbody td.v-top {
  vertical-align: top;
}
.p-feature-comparison .comparison-tbl tbody td .slash {
  position: relative;
}
.p-feature-comparison .comparison-tbl tbody td .slash:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background: #843434;
  transform: translateY(-50%) rotate(-25deg);
}