@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※
==================================================== */
/*----------------------------------------
// Reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*----------------------------------------
// Base
----------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 2.6666666667vw;
}
@media (min-width: 750px) {
  html {
    font-size: 80%;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  background-color: #f7f2e4;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus {
  opacity: 0.7;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/*----------------------------------------
// Layout
----------------------------------------*/
.wrapper {
  overflow-x: hidden;
  max-width: 96rem;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .wrapper {
    max-width: 75rem;
  }
}

.main-contents {
  width: 37.5rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 960px) {
  .main-contents {
    margin-left: auto;
    margin-right: 3rem;
  }
}

.container {
  padding: 0 1.5rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.pc-side-img {
  display: none;
}
@media (min-width: 960px) {
  .pc-side-img {
    position: fixed;
    display: block;
    width: 18.75rem;
  }
  .pc-side-img--left {
    bottom: 3rem;
    right: calc(50% + 35.9375rem);
  }
  .pc-side-img--right {
    bottom: 4rem;
    left: calc(50% + 35.9375rem);
  }
}

/*----------------------------------------
// PC Menu
----------------------------------------*/
.pc-menu {
  display: none;
}
@media (min-width: 960px) {
  .pc-menu {
    position: fixed;
    z-index: 99;
    top: 0;
    right: calc(50% + 5.859375rem);
    overflow-y: scroll;
    display: block;
    width: 29.296875rem;
    height: 100%;
    padding: 2.34375rem;
    padding-top: 3.515625rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  }
  .pc-menu-head, .pc-menu-body {
    margin-left: 1.5625rem;
    margin-bottom: 3.125rem;
  }
  .pc-menu__text {
    width: 15.625rem;
    margin-bottom: 0.9375rem;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.40625rem;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2.1875rem;
    color: #4c3073;
  }
  .pc-menu__logo {
    width: 15.625rem;
  }
  .pc-menu-nav__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .pc-menu-nav__link {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.40625rem;
    font-weight: 600;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 2.1875rem;
    color: #735f50;
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 0.7;
  }
  .pc-menu-nav__link:focus, .pc-menu-nav__link:hover {
    opacity: 1;
  }
  .pc-menu-nav__item.current .pc-menu-nav__link {
    position: relative;
    padding-left: 1em;
    opacity: 1;
  }
  .pc-menu-nav__item.current .pc-menu-nav__link::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    content: "";
    width: 0.78125rem;
    height: 0.78125rem;
    border-right: 2px solid #f58e00;
    border-bottom: 2px solid #f58e00;
  }
  .pc-menu-cta__btn {
    display: block;
  }
  .pc-menu-cta__btn--tel {
    margin-bottom: 1.40625rem;
  }
}

/*----------------------------------------
// Fixed Header
----------------------------------------*/
.fixed-header {
  position: fixed;
  z-index: 99;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.fixed-header.is-shown {
  -webkit-animation: moveUp 0.5s forwards;
          animation: moveUp 0.5s forwards;
}
@-webkit-keyframes moveUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fixed-header.is-hidden {
  -webkit-animation: moveDown 0.5s forwards;
          animation: moveDown 0.5s forwards;
}
@-webkit-keyframes moveDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes moveDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (min-width: 960px) {
  .fixed-header {
    display: none;
  }
}

/*----------------------------------------
// CTA area
----------------------------------------*/
.cta-head {
  padding: 5.9rem 0 9.5rem;
  background: url("../images/section-bg.jpg") repeat-y center top/37.5rem 112.5rem;
}
.cta__heading {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.cta-body {
  position: relative;
  z-index: 0;
  padding: 4.7rem 0 9.5rem;
  background-color: #fff;
}
.cta-body::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}
.cta__title {
  margin-bottom: 1.4rem;
}
.cta__offer-img {
  margin-bottom: 3.4rem;
}
.cta__btn {
  display: block;
}
.cta__btn--tel {
  margin-bottom: 2rem;
}

/*----------------------------------------
// Achievement area
----------------------------------------*/
.achieve {
  position: relative;
  z-index: 0;
  padding: 7.5rem 0 9.5rem;
  background: url("../images/section-bg.jpg") repeat-y center top/37.5rem 112.5rem;
}
.achieve__item:not(:last-child) {
  margin-bottom: 1.8rem;
}
.achieve__text-img {
  margin-bottom: 2.2rem;
}
.achieve::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// Reason section
----------------------------------------*/
.reason {
  position: relative;
  z-index: 0;
  padding: 5.7rem 0 9.5rem;
  background-color: #fff;
}
.reason__heading {
  margin-bottom: 2.5rem;
}
.reason__list {
  margin-bottom: 4rem;
}
.reason__item {
  padding: 1.5rem;
  position: relative;
  background-color: #fef4e5;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.reason__item-title {
  padding-left: 6.5rem;
  margin-bottom: 1.5rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.8rem;
  white-space: nowrap;
  color: #735f50;
}
.reason__item-title span {
  color: #f58e00;
}
.reason__item-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  text-align: justify;
}
.reason__item-text span {
  color: #f58e00;
}
.reason__item::before {
  position: absolute;
  top: -0.6rem;
  left: 1.5rem;
  content: "";
  width: 5.5rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.reason__item:nth-of-type(1)::before {
  background-image: url("../images/reason-item-label_01.png");
}
.reason__item:nth-of-type(2)::before {
  background-image: url("../images/reason-item-label_02.png");
}
.reason__item:nth-of-type(3)::before {
  background-image: url("../images/reason-item-label_03.png");
}
.reason__item:not(:last-child) {
  margin-bottom: 3rem;
}
.reason__partnership-img:not(:last-child) {
  margin-bottom: 2rem;
}
.reason::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// Plan section
----------------------------------------*/
.plan {
  position: relative;
  z-index: 0;
  padding: 9.5rem 0 13.5rem;
  background: url("../images/section-bg.jpg") repeat-y center top/37.5rem 112.5rem;
}
.plan__heading {
  margin-bottom: 1.7rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.plan__heading span {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.plan__lead {
  margin-bottom: 3.7rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  color: #735f50;
}
.plan__item {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.plan__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.5rem;
  padding: 1.5rem;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.plan__item-title {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.plan__item-body {
  padding: 1.8rem 1.5rem 3.2rem;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.plan__item-lead {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.5rem;
  text-align: center;
  white-space: nowrap;
  color: #735f50;
}
.plan__item-lead-caption {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.5rem;
  text-align: center;
  color: #735f50;
}
.plan__item-img {
  margin-bottom: 2rem;
}
.plan__item-img img {
  border-radius: 1rem;
}
.plan__item-price {
  margin-bottom: 1.6rem;
}
.plan__item-text {
  line-height: 2.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
.plan__item:nth-of-type(1) .plan__item-head {
  background-color: #82b43c;
}
.plan__item:nth-of-type(1) .plan__item-body {
  background-color: #f2f7eb;
}
.plan__item:nth-of-type(2) .plan__item-head {
  background-color: #4db4e1;
}
.plan__item:nth-of-type(2) .plan__item-body {
  background-color: #edf7fc;
}
.plan__item:nth-of-type(3) .plan__item-head {
  background-color: #fba11b;
}
.plan__item:nth-of-type(3) .plan__item-body {
  background-color: #fff6e8;
}
.plan__item:not(:last-child) {
  margin-bottom: 3rem;
}
.plan::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// Feature section
----------------------------------------*/
.feature {
  position: relative;
  z-index: 0;
  padding: 6.7rem 0 9.5rem;
  background-color: #fff;
}
.feature__heading {
  margin-bottom: 3.2rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.feature__list {
  counter-reset: num 0;
}
.feature__item {
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 1rem;
  background: #f7f2e4;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.feature__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.feature__item-title {
  padding-bottom: 1.8rem;
  border-bottom: 2px dotted #f58e00;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 2.8rem;
  color: #735f50;
  text-align: center;
}
.feature__item-title::before {
  display: inline-block;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  counter-increment: num 1;
  content: counter(num);
  width: 2.8rem;
  border-radius: 50%;
  margin-right: 1rem;
  font-family: "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.8rem;
  color: #fff;
  background: #f58e00;
}
.feature__item-text {
  margin-top: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  text-align: justify;
}
.feature::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// Kind section
----------------------------------------*/
.kind {
  position: relative;
  z-index: 0;
  padding: 10.7rem 0 9.5rem;
  background: url("../images/section-bg.jpg") repeat-y center top/37.5rem 112.5rem;
}
.kind__heading {
  margin-bottom: 1.5rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.kind::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}
.kind__caption {
  width: 30rem;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*----------------------------------------
// Price section
----------------------------------------*/
.price {
  position: relative;
  z-index: 0;
  padding: 6.4rem 0 9.6rem;
  background-color: #fff;
}
.price__heading {
  margin-bottom: 3.5rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.price__item:nth-of-type(1) .price-table, .price__item:nth-of-type(2) .price-table {
  border-color: #82b43c;
  background-color: #f2f7eb;
}
.price__item:nth-of-type(1) .price-table__title, .price__item:nth-of-type(2) .price-table__title {
  color: #82b43c;
}
.price__item:nth-of-type(1) .price-table__icon::before, .price__item:nth-of-type(1) .price-table__icon::after, .price__item:nth-of-type(2) .price-table__icon::before, .price__item:nth-of-type(2) .price-table__icon::after {
  background-color: #82b43c;
}
.price__item:nth-of-type(1) .price-table-body::before, .price__item:nth-of-type(1) .price-table__item::before, .price__item:nth-of-type(2) .price-table-body::before, .price__item:nth-of-type(2) .price-table__item::before {
  border-color: #82b43c;
}
.price__item:nth-of-type(1) .price-table__dt, .price__item:nth-of-type(2) .price-table__dt {
  background-color: #d1e7b5;
}
.price__item:nth-of-type(3) .price-table {
  border-color: #4db4e1;
  background-color: #edf7fc;
}
.price__item:nth-of-type(3) .price-table__title {
  color: #4db4e1;
}
.price__item:nth-of-type(3) .price-table__icon::before, .price__item:nth-of-type(3) .price-table__icon::after {
  background-color: #4db4e1;
}
.price__item:nth-of-type(3) .price-table-body::before, .price__item:nth-of-type(3) .price-table__item::before {
  border-color: #4db4e1;
}
.price__item:nth-of-type(3) .price-table__dt {
  background-color: #b8e1f3;
}
.price__item:nth-of-type(4) .price-table {
  border-color: #fba11b;
  background-color: #fff6e8;
}
.price__item:nth-of-type(4) .price-table__title {
  color: #fba11b;
}
.price__item:nth-of-type(4) .price-table__icon::before, .price__item:nth-of-type(4) .price-table__icon::after {
  background-color: #fba11b;
}
.price__item:nth-of-type(4) .price-table-body::before, .price__item:nth-of-type(4) .price-table__item::before {
  border-color: #fba11b;
}
.price__item:nth-of-type(4) .price-table__dt {
  background-color: #fdd9a4;
}
.price__item:not(:last-child) {
  margin-bottom: 3rem;
}
.price::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/* Price table */
.price-table {
  width: 31.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #000;
}
.price-table-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  padding: 0 1.65rem;
  cursor: pointer;
}
.price-table-head.is-opened .price-table__icon::before {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.price-table-head.is-opened .price-table__icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.price-table__title {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  text-align: center;
}
.price-table__title span {
  font-family: "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #735f50;
}
.price-table__icon {
  position: absolute;
  top: 50%;
  right: 1.65rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.price-table__icon::before, .price-table__icon::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 1.5rem;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.price-table__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.price-table-body {
  display: none;
  position: relative;
  padding: 0 1.65rem;
}
.price-table-body::before {
  position: absolute;
  top: 0;
  content: "";
  width: calc(100% - 3.3rem);
  border-top: 1px solid #000;
}
.price-table__text {
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.price-table__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.9rem 0;
}
.price-table__item::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  border-top: 1px dotted #000;
}
.price-table__dt {
  width: 18rem;
  height: 2.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.2rem;
  text-align: center;
  white-space: nowrap;
  color: #735f50;
  background-color: #fff;
}
.price-table__dd {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.2rem;
  text-align: right;
}
.price-table__dd:empty::before {
  content: "ー";
}

/*----------------------------------------
// Flow section
----------------------------------------*/
.flow {
  position: relative;
  z-index: 0;
  padding: 10.1rem 0 13.5rem;
  background: url("../images/section-bg.jpg") repeat-y center top/37.5rem 112.5rem;
}
.flow__heading {
  margin-bottom: 3.5rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.8rem 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
.flow__item-img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1.6rem;
  text-align: center;
}
.flow__item-img img {
  width: 10rem;
}
.flow__item-title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2.6rem;
  text-align: center;
  color: #f58e00;
}
.flow__item-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  text-align: justify;
}
.flow__item .cta__btn {
  margin-top: 1.2rem;
  margin-bottom: 0;
}
.flow__item .flow__payment-img {
  margin-top: 1.8rem;
}
.flow__item:not(:last-child) {
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
}
.flow__item:not(:last-child)::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  content: "";
  height: 3rem;
  border-left: 2px dotted #f58e00;
}
.flow::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// Funeral section
----------------------------------------*/
.funeral {
  position: relative;
  z-index: 0;
  padding: 7rem 0 9.5rem;
  background-color: #fff;
}
.funeral__heading {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.funeral__heading span {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
}
.funeral__item-title {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  text-align: center;
  color: #f58e00;
}
.funeral__item-title:after {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 10rem;
  border-bottom: 1px solid #f58e00;
}
.funeral__item-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  text-align: justify;
}
.funeral__item:not(:last-child) {
  margin-bottom: 3rem;
}
.funeral::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// Voice section
----------------------------------------*/
.voice {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 9.5rem 0;
  background: url("../images/section-bg.jpg") repeat-y center top/37.5rem 112.5rem;
}
.voice-head {
  padding: 1.3rem 0 2.8rem;
}
.voice-body {
  padding: 3rem 0 2.8rem;
}
.voice__heading {
  margin-bottom: 3rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.voice__item {
  width: 16rem;
  padding: 1.8rem 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
.voice__item-img {
  margin-bottom: 0.4rem;
  text-align: center;
}
.voice__item-img img {
  width: 10rem;
}
.voice__item-name {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  text-align: center;
  color: #967850;
}
.voice__item-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.03em;
  line-height: 2.6rem;
  text-align: justify;
}
.voice__item:nth-child(n+3) {
  margin-top: 2rem;
}
.voice::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// Goods section
----------------------------------------*/
.goods {
  position: relative;
  z-index: 0;
  padding: 7.5rem 0 9.5rem;
  background-color: #fff;
}
.goods__heading {
  margin-bottom: 3.3rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16rem;
}
.goods__item-img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1.7rem;
}
.goods__item-img img {
  border-radius: 1rem;
}
.goods__item-title {
  min-height: 5rem;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  color: #967850;
}
.goods__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  text-align: justify;
}
.goods__item-price {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.5rem;
  color: #967850;
}
.goods__item-price span {
  font-size: 0.7em;
}
.goods__item:nth-child(n+3) {
  margin-top: 3.7rem;
}
.goods::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// FAQ section
----------------------------------------*/
.faq {
  position: relative;
  z-index: 0;
  padding: 11.1rem 0 3.8rem;
  background: url("../images/section-bg.jpg") repeat-y center top/37.5rem 112.5rem;
}
.faq__heading {
  margin-bottom: 3.5rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  color: #735f50;
  text-align: center;
}
.faq__item {
  padding: 3rem 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.faq__item-title {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  color: #735f50;
}
.faq__item-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../images/faq-icon.png") no-repeat center/contain;
}
.faq__item-title::after {
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 1px dotted #f58e00;
}
.faq__item-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.6rem;
  text-align: justify;
}
.faq__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.faq::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}

/*----------------------------------------
// Footer
----------------------------------------*/
.footer-body {
  position: relative;
  z-index: 0;
  padding: 6.3rem 0 4.2rem;
  background: url("../images/section-bg.jpg") repeat-y center top/37.5rem 112.5rem;
}
.footer-body::before {
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  content: "";
  width: 100%;
  height: 19rem;
  background: url("../images/section-break.png") no-repeat center/contain;
}
.footer__text {
  width: 20rem;
  margin: 0 auto 1.2rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.8rem;
  color: #4c3073;
}
.footer__logo {
  width: 20rem;
  margin: 0 auto;
}
.footer__copyright {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  background-color: #4c3073;
}/*# sourceMappingURL=style.css.map */