@charset "UTF-8";
.l-section {
  padding: 0 15px;
}
.l-section_inner {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .l-section_inner {
    max-width: 1400px;
  }
}
@media (min-width: 768px) {
  .l-section--gray {
    background-color: #EBEBEB;
  }
}

.container {
	background-color: #fff;
}


.l-section_inner:has(.f-feature__content) {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .l-section_inner:has(.f-feature__content) {
    padding-top: 370px;
    padding-bottom: 82px;
  }
}

.f-feature__content {
    padding-bottom: 50px;
}
@media (min-width: 768px) {
  .f-feature__content {
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    padding-bottom: 100px;
  }
}
.f-feature__text--accent {
  color: #E0414F;
  font-size: 49px;
  display: block;
}
@media (min-width: 768px) {
  .f-feature__text--accent {
    font-size: 82px;
    display: inline;
  }
}
.f-feature__header {
  position: relative;
}
@media (min-width: 768px) {
  .f-feature__header {
    padding: 0 100px;
  }
}
.f-feature__header h3 {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.2;
  position: relative;
  font-size: 25px;
  font-weight: 900;
  margin-top: 6px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .f-feature__header h3 {
    font-size: 40px;
    margin-top: 20px;
    padding-left: 18px;
  }
}
.f-feature__header h3::before {
  content: "";
  background-color: #E0414F;
  width: 8px;
  border-radius: 3px;
  height: 100%;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .f-feature__header h3::before {
    width: 10px;
  }
}
.f-feature__text {
  margin-top: 30px;
  font-size: 19px;
}
@media (min-width: 768px) {
  .f-feature__text {
    font-size: 25px;
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .f-feature__main-image {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    margin: auto;
  }
}
.f-feature__main-image img {
  width: 100%;
}
.f-feature__title {
  color: #E0414F;
  font-size: 20px;
  font-weight: 500;
  padding-top: 34px;
}
@media (min-width: 768px) {
  .f-feature__title {
    font-size: 30px;
    padding-top: 200px;
  }
}
.f-feature__date {
  font-size: 16px;
}
.f-feature__contents {
  margin: 15px 0 40px;
}
@media (min-width: 768px) {
  .f-feature__contents {
    max-width: 1200px;
    margin: 35px 100px 30px;
  }
}
.f-feature__lead {
  border: solid 3px #E0414F;
  border-radius: 30px;
  position: relative;
  padding: 20px 15px 0;
}
@media (min-width: 768px) {
  .f-feature__lead {
    padding: 30px 50px 50px;
  }
}
@media (min-width: 768px) {
  .f-feature__lead-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.f-feature__image {
  max-width: 400px;
}
.f-feature__image img {
  width: 100%;
}
.f-feature__summary {
  margin-top: 15px;
  margin-bottom: 40px;
}
.f-feature__summary h4 {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 22px;
}
@media (min-width: 768px) {
  .f-feature__summary h4 {
    font-size: 40px;
  }
}
.f-feature__points {
  list-style: inside;
  color: #E0414F;
  font-weight: 700;
  font-size: 18px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .f-feature__points {
    font-size: 20px;
    margin-top: 18px;
  }
}
.f-feature__note {
  margin-top: 18px;
  font-size: 16px;
}
.f-feature__case-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .f-feature__case-list {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
.f-feature__case-title {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  color: #E0414F;
  font-size: 20px;
  font-weight: 700;
}
.f-feature__case-table {
  font-size: 16px;
  font-weight: 500;
}
.f-feature__case-table th {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  vertical-align: top;
  position: relative;
  width: 78px;
}
.f-feature__case-table th::after {
  content: "：";
  position: absolute;
}
.f-feature__case-table td {
  font-weight: 700;
  padding-left: 16px;
}
.f-feature__case-link {
  border: solid 1px #707070;
  border-radius: 10px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .f-feature__case-link {
    width: 460px;
  }
}
@media (min-width: 768px) {
  .f-feature__case-link a:hover span:after {
    content: "";
    position: absolute;
    right: -40px;
    opacity: 1;
  }
}
.f-feature__case-link span {
  display: flex;
  align-items: center;
  padding: 2px 10px 2px 10px;
  color: #E0414F;
  text-decoration: underline;
  position: relative;
}
@media (min-width: 768px) {
  .f-feature__case-link span {
    padding: 18px 0 18px 16px;
  }
}
@media (min-width: 768px) {
  .f-feature__case-link span:after {
    content: "";
    position: absolute;
    background: url(/img/icon-image_right.png)no-repeat right center / contain;
    width: 15px;
    height: 20px;
    top: 50px;
    right: -20px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: -10px;
    opacity: 0;
    transition: all 0.3s;
  }
}
.f-feature__case-link a {
  display: flex;
  text-decoration: none;
}
.f-feature__case-link-box {
  background-color: #E0414F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 2px;
  color: #fff;
  border-right: solid 1px #707070;
  border-radius: 8px 0 0 8px;
  font-size: 15px;
  min-width: 82px;
}
@media (min-width: 768px) {
  .f-feature__case-link-box {
    padding: 5px;
  }
}
.f-feature__case-link-box img {
  width: 20px;
  height: 20px;
}
.f-feature__case-extra {
  padding: 50px 0;
  border-bottom: solid 1px #707070;
}
.f-feature__case-extra__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.f-feature__case-extra__title span {
  background-color: #E0414F;
  border-radius: 12px;
  color: #fff;
  padding: 6px 13px;
  margin-right: 6px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .f-feature__case-extra__title span {
    display: inline;
  }
}
@media (min-width: 768px) {
  .f-feature__knack {
    padding: 50px 0;
  }
}
.f-feature__knack-border {
  border-bottom: solid 1px #707070;
}
.f-feature__knack-hd {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .f-feature__knack-hd {
    font-size: 27px;
    margin-top: 0;
  }
}
.f-feature__knack-list {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .f-feature__knack-list {
    row-gap: 56px;
    margin-bottom: 0;
  }
}
.f-feature__knack-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  row-gap: 10px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media (min-width: 768px) {
  .f-feature__knack-item {
    grid-template-columns: 62px 1fr;
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
}
.f-feature__knack-item__image {
  grid-area: 1/1/2/2;
  height:62px;
  width: auto;
}
@media (min-width: 768px) {
  .f-feature__knack-item__image {
    grid-area: 1/1/3/2;
    height: 102px;
  }
}
.f-feature__knack-item__hd {
  grid-area: 1/2/2/3;
  color: #E0414F;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .f-feature__knack-item__hd {
    grid-area: 1/2/2/3;
    display: block;
  }
}
.f-feature__knack-item__text {
  grid-area: 2/1/3/3;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .f-feature__knack-item__text {
    grid-area: 2/2/3/3;
  }
}
.f-feature__knack-comment {
  text-align: center;
  margin-bottom: 48px;
}
.f-feature__knack-comment span {
  /* width: 350px; */
  /* min-width: 226px; */
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 40px;
  margin: auto;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .f-feature__knack-comment span {
    width: 880px;
    max-width: 1400px;
    font-size: 39px;
  }
}
.f-feature__knack-comment span::before, .f-feature__knack-comment span::after {
  position: absolute;
  top: 0;
  content: "";
  width: 3px;
  height: 100px;
  background: #000;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .f-feature__knack-comment span::before, .f-feature__knack-comment span::after {
    height: 100%;
  }
}
.f-feature__knack-comment span::before {
  transform: rotate(-20deg);
  left: 20px;
}
@media (min-width: 768px) {
  .f-feature__knack-comment span::before {
    left: 0;
  }
}
.f-feature__knack-comment span::after {
  transform: rotate(20deg);
  right: 20px;
}
@media (min-width: 768px) {
  .f-feature__knack-comment span::after {
    right: 0;
  }
}
.f-feature__accordion {
  overflow: hidden;
  transition: height 0.4s ease;
  height: 0;
}
.f-feature__accordion.is-open {
  height: auto;
  border-left: solid 3px #E0414F;
  border-right: solid 3px #E0414F;
  border-bottom: solid 3px #E0414F;
  border-radius: 0 0 30px 30px;
  margin-top: -30px;
  padding-top: 30px;
}
.f-feature__accordion-body {
  padding: 74px 15px 50px;
}
@media (min-width: 768px) {
  .f-feature__accordion-body {
    padding: 50px 50px 50px;
  }
}
.f-feature__accordion-body h5 {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 26px;
  border-bottom: solid 1px #000;
}
@media (min-width: 768px) {
  .f-feature__accordion-body h5 {
    font-size: 40px;
    padding-bottom: 0;
    border: none;
  }
}
.f-feature__accordion-text {
  font-size: 18px;
  padding-bottom: 30px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .f-feature__accordion-text {
    font-size: 20px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
.f-feature__details {
  padding-block: 30px;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
@media (min-width: 768px) {
  .f-feature__details {
    padding-block: 50px;
  }
}
.f-feature__details-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.f-feature__details-item:last-child {
  margin-bottom: 0;
}
.f-feature__details-item::before {
  content: "";
  position: absolute;
  background: url(/img/icon-image_right.png) no-repeat right center/contain;
  top: 8px;
  left: 0;
  width: 15px;
  height: 20px;
}
.f-feature__details-ttl {
  color: #E0414F;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.f-feature__sublist {
  list-style: inside;
  font-size: 16px;
}
.f-feature__toggle-btn {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  background-color: #E0414F;
  border: solid 1px #E0414F;
  padding-block: 10px;
  border-radius: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
}
@media (min-width: 768px) {
  .f-feature__toggle-btn {
    position: relative;
    left: unset;
    border: unset;
    transform: unset;
    width: 310px;
  }
  .f-feature__toggle-btn:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E0414F;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    z-index: -1;
  }
  .f-feature__toggle-btn:hover:before {
    top: 130%;
  }
}
.f-feature__toggle-text {
  color: #fff;
  font-size: 20px;
}
.f-feature__btn-icon {
  width: 22px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-feature__toggle-btn.is-active, .f-feature__toggle-btn--close {
  background-color: #fff;
  border: solid 1px #E0414F;
  color: #E0414F;
}

@media (min-width: 768px) {
  .f-feature__toggle-btn--close {
    transform: unset;
    position: relative;
    left: unset;
  }
}

.f-feature__toggle-btn--close {
  display: none;
  position: absolute;
  bottom: -50px;
}
@media (min-width: 768px) {
  .f-feature__toggle-btn--close {
    position: relative;
    bottom: unset;
  }
}
.f-feature__toggle-btn--close.is-open {
  display: flex;
}

.f-feature__toggle-btn.is-active .f-feature__toggle-text, .f-feature__toggle-text--close {
  color: #E0414F;
}
.f-feature__icon-down {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  width: 130px;
}
@media (min-width: 768px) {
  .f-feature__icon-down {
    width: 188px;
  }
}
.f-feature__icon-down img {
  width: 100%;
}
.f-feature__guide {
  max-width: 1200px;
  margin: auto;
}

.p-guide {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .p-guide {
    max-width: 1200px;
    flex-direction: row;
    gap: 24px;
  }
}
.p-guide__btn {
  position: relative;
}
@media (min-width: 768px) {
  .p-guide__btn::after {
    content: "";
    display: block;
    background-color: #DF414F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    transition: all 0.3s;
  }
}
.p-guide__btn a {
  width: 100%;
  padding-block: 35px;
  height: auto;
  text-align: center;
  background-color: #E0414F;
  border: solid 3px #E0414F;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-guide__btn a {
    width: 588px;
    height: 170px;
    padding-block: 0;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .p-guide__btn a:hover {
    background-color: #fff;
    color: #E0414F;
  }
}
.p-guide__btn--tel {
  position: relative;
}
@media (min-width: 768px) {
  .p-guide__btn:hover.p-guide__btn::after {
    top: 120%;
  }
}
.p-guide__arrow {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .p-guide__arrow {
    margin-left: 30px;
  }
}
.p-guide__info {
  font-size: 17px;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-guide__info {
    font-size: 20px;
    bottom: 30px;
  }
}