@charset "UTF-8";
html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 0.6944444444vw;
  }
}

#page-contents p,
#page-contents span,
#page-contents a,
#page-contents ul,
#page-contents ol,
#page-contents li,
#page-contents h1,
#page-contents h2,
#page-contents h3,
#page-contents h4,
#page-contents h5,
#page-contents h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page-contents .fw-light {
  font-weight: 300;
}
#page-contents .fw-regular {
  font-weight: 400;
}
#page-contents .fw-medium {
  font-weight: 500;
}
#page-contents .fw-semibold {
  font-weight: 600;
}
#page-contents .font-feature-plat {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page-contents .text-white {
  color: #ffffff;
}
#page-contents .text-blue {
  color: #0099ff;
}
#page-contents .text-center {
  text-align: center;
}
#page-contents .lh-0 {
  line-height: 0;
}
#page-contents .w-75 {
  width: 75%;
}
#page-contents .position-relative {
  position: relative;
}
#page-contents .position-absolute {
  position: absolute;
}
#page-contents .top-0 {
  top: 0;
}
#page-contents .start-0 {
  left: 0;
}
#page-contents .d-block {
  display: block;
}
#page-contents .d-none {
  display: none;
}
#page-contents .d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #page-contents .d-md-none {
    display: none;
  }
}
#page-contents .d-md-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  #page-contents .d-md-inline {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  #page-contents .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  #page-contents .d-lg-block {
    display: block;
  }
}
#page-contents .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  #page-contents .d-lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#page-contents .d-sp-only {
  display: block !important;
}
@media screen and (min-width: 768px) {
  #page-contents .d-sp-only {
    display: none !important;
  }
}
#page-contents .d-pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  #page-contents .d-pc-only {
    display: block !important;
  }
}
#page-contents .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  max-width: 57.6rem;
}
@media screen and (min-width: 768px) {
  #page-contents .container {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 86rem;
  }
}
#page-contents .container-box {
  max-width: 55.6rem;
}
@media screen and (min-width: 768px) {
  #page-contents .container-box {
    max-width: 80rem;
  }
}
#page-contents h2.section-ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1428571429;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page-contents h2.section-ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.75;
    text-align: center;
  }
}
#page-contents .divider-vertical-1 {
  height: 2.1rem;
  border-left: 0.1rem solid #000000;
  width: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #page-contents .divider-vertical-1 {
    height: 0.1rem;
    border-bottom: 1px solid #000000;
    width: 2.5rem;
    margin-left: initial;
    margin-right: 2rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  #page-contents .flex-box--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.2rem;
  }
}
#page-contents .title-wrap--h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents .title-wrap--h3 {
    margin-bottom: 2rem;
  }
}
#page-contents .title-wrap--h3 h3 {
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-family: "Josefin Sans", sans-serif;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents .title-wrap--h3 h3 {
    font-size: max(12px, 2rem);
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.69;
  }
}
#page-contents .title-wrap--h3 .divider-vertical-2 {
  height: 1px;
  border-bottom: 1px solid #000000;
  width: 100%;
  margin-bottom: 0.4rem;
}
#page-contents #sec-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e3e3;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-2 {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
#page-contents #sec-2 p {
  font-size: max(12px, 1.5rem);
  font-weight: 400;
  /* XDの文字間隔: 40 */
  letter-spacing: 0em;
  /* XDの行送り: xx / フォントサイズ: yy */
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-2 p {
    font-size: max(12px, 2.4rem);
    font-weight: 400;
    /* XDの文字間隔: 40 */
    letter-spacing: 0.04em;
    /* XDの行送り: 45 / フォントサイズ: 24px の場合 */
    line-height: 1.875;
    text-align: center;
  }
}
#page-contents #sec-3 {
  padding-bottom: 5rem;
  background-color: #e3e3e3;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 {
    padding-bottom: 7rem;
  }
}
#page-contents #sec-3 .inner-container {
  max-width: 35.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 .inner-container {
    max-width: 80rem;
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 6rem;
  }
}
#page-contents #sec-3 h2 {
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  /* XDの文字間隔: 40 */
  letter-spacing: 0em;
  /* XDの行送り: xx / フォントサイズ: yy */
  line-height: 1.4444444444;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 h2 {
    font-size: max(12px, 2.6rem);
    font-weight: 400;
    /* XDの文字間隔: 40 */
    letter-spacing: 0em;
    /* XDの行送り: xx / フォントサイズ: yy */
    line-height: 1.3076923077;
    margin-top: 7rem;
    margin-bottom: 4rem;
  }
}
#page-contents #sec-3 .p--1 {
  font-size: max(12px, 1.2rem);
  font-weight: 600;
  /* XDの文字間隔: 40 */
  letter-spacing: 0.07em;
  /* XDの行送り: xx / フォントサイズ: yy */
  line-height: 1.6666666667;
  text-align: center;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 .p--1 {
    font-size: max(12px, 1.6rem);
    font-weight: 600;
    /* XDの文字間隔: xx */
    letter-spacing: 0.07em;
    /* XDの行送り: xx / フォントサイズ: yy */
    line-height: 1.625;
    padding-bottom: 6rem;
  }
}
#page-contents #sec-3 .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 3.6rem;
  padding-bottom: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4.8rem;
    max-width: 52rem;
  }
}
#page-contents #sec-3 .item-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 .item-flex-box {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
#page-contents #sec-3 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(12px, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 h4 {
    font-size: max(12px, 1.8rem);
    letter-spacing: 0.07em;
  }
}
#page-contents #sec-3 .p--2 {
  font-size: max(12px, 1.2rem);
  letter-spacing: 0.05em;
  line-height: 1.25;
  padding-top: 0.4rem;
  text-align: center;
}
#page-contents #sec-3 .p--2 strong {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 .p--2 {
    font-size: max(12px, 1.8rem);
    letter-spacing: 0.05em;
    line-height: 1.3333333333;
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 .p--2-var-1 {
    padding-top: 2.2rem;
  }
}
#page-contents #sec-3 .p--2-var-2 {
  border-bottom: 1px solid #000000;
  padding-bottom: 1.8rem;
}
#page-contents #sec-3 .p--price {
  font-size: max(12px, 1.5rem);
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: 500;
  padding-top: 0.4rem;
  border-bottom: 0.5px solid #000000;
  padding-bottom: 1.5rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-3 .p--price {
    font-size: max(12px, 2.25rem);
    letter-spacing: 0.07em;
  }
}
#page-contents #sec-4 {
  background-color: #d6d6d6;
  margin-top: max(5px, 0.5rem);
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 {
    margin-bottom: 0.5rem;
  }
}
#page-contents #sec-4 .inner-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .inner-container {
    max-width: 124.2rem;
    padding-bottom: 7rem;
  }
}
#page-contents #sec-4 .title-wrap--h3 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .title-wrap--h3 {
    padding-left: 0;
    padding-right: 0;
  }
}
#page-contents #sec-4 h2 {
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  /* XDの文字間隔: xx */
  letter-spacing: 0em;
  /* XDの行送り: xx / フォントサイズ: yy */
  line-height: 1.4444444444;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 h2 {
    font-size: max(12px, 2.6rem);
    font-weight: 400;
    /* XDの文字間隔: xx */
    letter-spacing: 0em;
    /* XDの行送り: xx / フォントサイズ: yy */
    line-height: 1.3076923077;
    margin-top: 7rem;
    margin-bottom: 5.6rem;
  }
}
#page-contents #sec-4 .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 3.6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 7rem;
  }
}
#page-contents #sec-4 .item-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: auto;
  scrollbar-width: thin;
  scrollbar-color: #404040;
  padding-bottom: 2rem;
}
#page-contents #sec-4 .item-flex-box::-webkit-scrollbar {
  height: 8px;
  display: block !important;
  -webkit-appearance: none;
}
#page-contents #sec-4 .item-flex-box::-webkit-scrollbar-track {
  border-radius: 4px;
}
#page-contents #sec-4 .item-flex-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
#page-contents #sec-4 .item-flex-box::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
#page-contents #sec-4 .item-flex-box .item-flex-box__item:first-child {
  margin-left: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .item-flex-box .item-flex-box__item:first-child {
    margin-left: 0;
  }
}
#page-contents #sec-4 .item-flex-box .item-flex-box__item:last-child {
  margin-right: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .item-flex-box .item-flex-box__item:last-child {
    margin-right: 0;
  }
}
#page-contents #sec-4 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  height: 3.4rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 h4 {
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    height: 5rem;
  }
}
#page-contents #sec-4 h5 {
  font-size: max(12px, 1.5rem);
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 h5 {
    font-size: max(12px, 2rem);
  }
}
#page-contents #sec-4 .inner-container--2 {
  background-color: #ffffff;
  max-width: 35.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .inner-container--2 {
    max-width: 80rem;
    padding-top: 5.4rem;
    padding-bottom: 6rem;
  }
}
#page-contents #sec-4 .inner-container--2 h3 {
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  color: #404040;
  letter-spacing: 0.07em;
  text-align: center;
  padding-bottom: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .inner-container--2 h3 {
    font-size: max(12px, 2rem);
    padding-bottom: 5.4rem;
  }
}
#page-contents #sec-4 .inner-container--2 .text-wrap {
  border-top: 1px solid #000000;
  padding: 2rem 0;
  max-width: 33rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .inner-container--2 .text-wrap {
    padding: 3.6rem 0;
    max-width: 52rem;
  }
}
#page-contents #sec-4 .inner-container--2 .text-wrap:last-of-type {
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .inner-container--2 .text-wrap:last-of-type {
    margin-bottom: 4.5rem;
  }
}
#page-contents #sec-4 .inner-container--2 .text-wrap p {
  font-size: max(12px, 1.3rem);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-4 .inner-container--2 .text-wrap p {
    font-size: max(12px, 1.6rem);
    letter-spacing: 0.07em;
    line-height: 1.625;
  }
}
#page-contents #sec-5 {
  background-color: #e3e3e3;
}
#page-contents #sec-5 .inner-container {
  max-width: 35.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .inner-container {
    max-width: 120rem;
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 1.2rem;
  }
}
#page-contents #sec-5 h2.h2--1 {
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  /* XDの文字間隔: 40 */
  letter-spacing: 0em;
  /* XDの行送り: xx / フォントサイズ: yy */
  line-height: 1.4444444444;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-top: 5.4rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 h2.h2--1 {
    font-size: max(12px, 2.6rem);
    font-weight: 400;
    /* XDの文字間隔: 40 */
    letter-spacing: 0em;
    /* XDの行送り: xx / フォントサイズ: yy */
    line-height: 1.3076923077;
    margin-top: 7rem;
    margin-bottom: 6rem;
  }
}
#page-contents #sec-5 h2.h2--2 {
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  /* XDの文字間隔: 40 */
  letter-spacing: 0.07em;
  /* XDの行送り: xx / フォントサイズ: yy */
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  margin-top: 3.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 h2.h2--2 {
    font-size: max(12px, 2rem);
    /* XDの文字間隔: 40 */
    letter-spacing: 0.07em;
    /* XDの行送り: xx / フォントサイズ: yy */
    margin-top: 5.4rem;
    margin-bottom: 4.8rem;
  }
}
#page-contents #sec-5 .p--1 {
  font-size: max(10px, 1rem);
  font-weight: 400;
  /* XDの文字間隔: 40 */
  letter-spacing: 0.09em;
  /* XDの行送り: xx / フォントサイズ: yy */
  line-height: 1.5;
  text-align: center;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .p--1 {
    font-size: max(12px, 1.5rem);
    font-weight: 400;
    /* XDの文字間隔: xx */
    letter-spacing: 0.09em;
    /* XDの行送り: xx / フォントサイズ: yy */
    line-height: 1.5;
    padding-bottom: 4.2rem;
  }
}
#page-contents #sec-5 .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 3.6rem;
  padding-bottom: 3.6rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4.8rem;
    row-gap: 4.5rem;
  }
}
#page-contents #sec-5 .item-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .item-flex-box {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
#page-contents #sec-5 .item-flex-box > div {
  width: 48.4%;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .item-flex-box > div {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .item-flex-box {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
#page-contents #sec-5 .item-flex-box .price-box {
  height: 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .item-flex-box .price-box {
    height: 13.4rem;
  }
}
#page-contents #sec-5 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(12px, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 h4 {
    font-size: max(12px, 1.6rem);
    letter-spacing: 0.07em;
  }
}
#page-contents #sec-5 .p--2 {
  font-size: max(12px, 1.2rem);
  letter-spacing: 0em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .p--2 {
    font-size: max(12px, 1.6rem);
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .p--2-var-1 {
    padding-top: 2.2rem;
  }
}
#page-contents #sec-5 .p--price {
  font-size: max(12px, 1.5rem);
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: 500;
  padding-top: 0.4rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .p--price {
    font-size: max(12px, 2.2rem);
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .rip-box {
    width: 24.5rem;
  }
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-5 .special-box {
    width: 51rem;
  }
}
#page-contents #sec-6 {
  background-color: #e3e3e3;
}
#page-contents #sec-6 .inner-container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 .inner-container {
    max-width: 124.2rem;
  }
}
#page-contents #sec-6 h2 {
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  /* XDの文字間隔: xx */
  letter-spacing: 0em;
  /* XDの行送り: xx / フォントサイズ: yy */
  line-height: 1.4444444444;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 h2 {
    font-size: max(12px, 2.6rem);
    font-weight: 400;
    /* XDの文字間隔: xx */
    letter-spacing: 0em;
    /* XDの行送り: xx / フォントサイズ: yy */
    line-height: 1.3076923077;
    margin-top: 9rem;
    margin-bottom: 5.6rem;
  }
}
#page-contents #sec-6 .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 3.6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 7rem;
  }
}
#page-contents #sec-6 .inner-container--2 {
  background-color: #ffffff;
  max-width: 35.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 .inner-container--2 {
    max-width: 80rem;
    padding-top: 5.4rem;
    padding-bottom: 6rem;
  }
}
#page-contents #sec-6 .inner-container--2 h3 {
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  color: #404040;
  letter-spacing: 0.07em;
  text-align: center;
  padding-bottom: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 .inner-container--2 h3 {
    font-size: max(12px, 2rem);
    padding-bottom: 4.8rem;
  }
}
#page-contents #sec-6 .inner-container--2 .text-wrap {
  padding: 0 0 2rem;
  max-width: 33rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 .inner-container--2 .text-wrap {
    padding: 0 0 3.6rem;
    max-width: 52rem;
  }
}
#page-contents #sec-6 .inner-container--2 .text-wrap h4 {
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  color: #000;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 .inner-container--2 .text-wrap h4 {
    font-size: max(12px, 1.9rem);
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
#page-contents #sec-6 .inner-container--2 .text-wrap p {
  font-size: max(12px, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 .inner-container--2 .text-wrap p {
    font-size: max(12px, 1.8rem);
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
}
#page-contents #sec-6 .inner-container--2 .text-wrap small {
  font-size: max(10px, 1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
@media screen and (min-width: 1024px) {
  #page-contents #sec-6 .inner-container--2 .text-wrap small {
    font-size: max(12px, 1.5rem);
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
}
#page-contents #sec-6 .inner-container--2 .faq-accordion-content {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  opacity: 0;
}
#page-contents #sec-6 .inner-container--2 .faq-accordion-content[style*="display: block"] {
  opacity: 1;
}
#page-contents #sec-6 .inner-container--2 #faq-toggle-btn,
#page-contents #sec-6 .inner-container--2 #faq-toggle-btn-pc {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#page-contents #sec-6 .inner-container--2 #faq-toggle-btn:hover,
#page-contents #sec-6 .inner-container--2 #faq-toggle-btn-pc:hover {
  opacity: 0.8;
}
#page-contents #sec-6 .inner-container--2 #faq-toggle-btn:active,
#page-contents #sec-6 .inner-container--2 #faq-toggle-btn-pc:active {
  opacity: 0.6;
}