/* colors */
/* utility */
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

body {
  background-color: #fff;
  color: #333333;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}

p {
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/* section common */
section {
  padding: 0;
}

.sec__inner {
  width: 80%;
  max-width: 1280px;
  margin: auto;
  padding: 5em 0;
}
@media (max-width: 767px) {
  .sec__inner {
    width: 89.333%;
    padding: 3em 0;
  }
}
.sec__title {
  font-size: 1.75em;
  font-weight: 600;
  color: #9C242C;
  line-height: 1.7143;
  text-align: center;
  padding-bottom: 1.65625rem;
  margin-bottom: 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec__title {
    font-size: 24px;
    padding-bottom: 1rem;
    margin-bottom: 30px;
  }
}
.sec__title::after {
  content: "";
  display: block;
  width: 10rem;
  height: 4px;
  background-color: #9C242C;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* btn */
.btn {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 9px;
}
.btn a {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.btn-gold {
  background-color: #CCBC9C;
}
.btn-gold a {
  color: #fff;
  line-height: 48px;
}
.btn-gold a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0e0";
  display: inline-block;
  margin-right: 6px;
}
.btn-gold:hover {
  background-color: #fff;
}
.btn-gold:hover a {
  color: #CCBC9C;
}

.fv {
  background: url(../img/fv_bg.jpg) center center/cover no-repeat;
  padding-top: max(80vh - 100px, 41.667vw);
  width: 100%;
  height: 0;
  position: relative;
  z-index: 0;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .fv {
    margin-top: 60px;
    height: auto;
    padding-top: 0;
  }
}
.fv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
.fv__inner {
  max-width: 1520px;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .fv__inner {
    position: inherit;
    left: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.fv__title {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .fv__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fv__title {
    text-align: center;
    line-height: 1.6;
  }
}
.fv__title img {
  width: 200px;
  height: 60px;
  margin-right: 20px;
}
@media (max-width: 1080px) {
  .fv__title img {
    width: 180px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .fv__title img {
    width: 150px;
    height: 45px;
    margin-right: 10px;
  }
}
.fv__lead {
  width: 55.65%;
  font-size: clamp(12px, 1.041667vw, 20px);
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 2em;
}
@media (max-width: 1080px) {
  .fv__lead {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fv__lead {
    font-size: 11px;
    display: block;
    max-width: 480px;
    margin: 0 auto 2em;
  }
}
.fv__jpx {
  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;
  gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: clamp(0.625em, 0.8333vw, 1em);
  padding: 2.25em 1.15em;
  max-width: 500px;
}
@media (max-width: 767px) {
  .fv__jpx {
    gap: 10px;
    padding: 1em;
  }
}
.fv__jpx img {
  width: 62px;
}
@media (max-width: 767px) {
  .fv__jpx img {
    width: 45px;
  }
}
.fv__jpx span {
  line-height: 1.5;
}
.fv__nav {
  background-color: #F4F0EC;
  height: 216px;
}
@media (max-width: 1080px) {
  .fv__nav {
    height: auto;
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  .fv__nav {
    display: none;
  }
}
.fv__nav-list {
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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 (max-width: 1080px) {
  .fv__nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0;
    gap: 10px 0;
  }
}
.fv__nav-item {
  padding: 13px 2.5%;
  border-right: 1px solid #707070;
}
.fv__nav-item:last-child {
  border-right: inherit;
}
@media (max-width: 1080px) {
  .fv__nav-item {
    text-align: center;
    width: 50%;
  }
  .fv__nav-item:nth-child(2n) {
    border-right: inherit;
  }
}
.fv__nav-item a {
  display: inline-block;
  font-size: 1.25em;
  position: relative;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fv__nav-item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1A2F3F;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.fv__nav-item a:hover {
  color: #1A2F3F;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fv__nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.about {
  background: url(https://e-stories.jp/images/bg_flower.png);
}
@media (max-width: 767px) {
  .about {
    margin-top: 0;
  }
}
.about__title {
  text-align: center;
  font-size: 2.1875em;
  line-height: 1.2;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 24px;
  }
}
.about__title::after {
  display: none;
}
.about__text {
  font-size: 1.25em;
  line-height: 1.6;
  margin: auto;
}
@media (max-width: 767px) {
  .about__text {
    max-width: 90%;
  }
}

.feature__title {
  color: #324148;
  text-align: center;
  padding-bottom: 0;
}
.feature__title img {
  width: 180px;
  margin-bottom: 12px;
}
.feature__title::after {
  display: none;
}
.feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1080px) {
  .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    max-width: 360px;
    margin: 0 auto;
  }
}
.feature__item {
  width: 32%;
  max-width: 360px;
}
@media (max-width: 1080px) {
  .feature__item {
    width: 100%;
    max-width: 100%;
  }
}
.feature__item-title {
  position: relative;
  text-align: center;
  padding: 2em 0 1.25em;
  margin-bottom: 0.5em;
}
.feature__item-title-num {
  font-family: "yumincho";
  font-size: 5rem;
  color: rgba(138, 22, 35, 0.15);
  line-height: 1;
  position: absolute;
  top: 0;
  left: 1.125rem;
}
.feature__item-title-text {
  font-size: 1.75em;
}
@media (max-width: 767px) {
  .feature__item-title-text {
    font-size: 24px;
  }
}
.feature__item-text {
  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;
  font-size: 1.25em;
  border-radius: 8px;
  background-color: #FAF5F6;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1.25rem;
  min-height: 160px;
  margin-bottom: 0.875em;
  position: relative;
}
.feature__item-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 59px 11px 0px 11px;
  border-color: #FAF5F6 transparent transparent transparent;
  position: absolute;
  top: 85%;
  left: 25%;
  z-index: 1;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.feature__item-img {
  position: relative;
}
.feature__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.feature__item-img::before {
  content: "";
  display: block;
  padding-top: 66.667%;
}

.plan {
  background: url(https://e-stories.jp/images/bg_flower.png);
}
.plan__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.125em 7.5%;
  margin-bottom: 2.5em;
}
@media (max-width: 1080px) {
  .plan__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto 2em;
  }
}
@media (max-width: 767px) {
  .plan__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.plan__item {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1080px) {
  .plan__item {
    width: 100%;
    max-width: 100%;
  }
}
.plan__item-contents {
  padding: 1.5em;
  text-align: center;
}
.plan__item-img img {
  aspect-ratio: 9/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan__item-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #707070;
}
.plan__item-price {
  padding-top: 1.25em;
  margin-bottom: 1.25em;
}
.plan__item-price-heading {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.75em;
}
.plan__item-price-yen {
  font-size: 1.25em;
  line-height: 1.6;
}
.plan__item-price-yen span.number {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}
.plan__item-price-yen span.small {
  font-size: 1rem;
  line-height: 2;
}
.plan__item-btn {
  max-width: 240px;
  height: 56px;
  margin: 0 auto;
}
.plan__item-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 1.25em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  background-color: #9C242C;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 58px;
}
.plan__note {
  font-size: 1.25em;
  line-height: 2;
  margin-bottom: 3.125em;
}
@media (max-width: 767px) {
  .plan__note {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.plan__btn {
  max-width: 360px;
  margin: 0 auto;
  height: 72px;
}
.plan__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 1.25em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #9C242C;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 58px;
}

.cv {
  background: url(/wp-content/themes/e-stories-c/shasou/img/cv_bg.jpg) center center/cover no-repeat;
  position: relative;
  z-index: 0;
}
.cv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background: rgba(58, 58, 58, 0.5);
}
.cv__text {
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cv__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.cv__text img {
  width: 210px;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .cv__text img {
    width: 160px;
    padding: 20px 0;
  }
}
.cv__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 60px;
}
@media (max-width: 1080px) {
  .cv__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.cv__btn {
  width: 50%;
  max-width: 435px;
  height: 119px;
}
@media (max-width: 1080px) {
  .cv__btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cv__btn {
    max-width: 350px;
    height: 95px;
  }
}
.cv__btn a {
  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;
  gap: 12px;
  overflow: hidden;
  border-radius: 9px;
  height: 100%;
}
@media (max-width: 767px) {
  .cv__btn a {
    padding: 15px 40px 15px 25px;
  }
}
.cv__btn.--tel a {
  background-color: #fff;
  color: #9C242C;
  position: relative;
  font-size: 45px;
  font-family: "source-han-serif-japanese";
}
@media (max-width: 767px) {
  .cv__btn.--tel a {
    font-size: 35px;
  }
}
.cv__btn.--tel a img {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .cv__btn.--tel a img {
    width: 40px;
    height: 40px;
  }
}
.cv__btn.--tel a > span {
  display: block;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .cv__btn.--tel a > span {
    font-size: 15px;
  }
}
.cv__btn.--tel a > span .ltg_telnum {
  display: block;
  font-size: 2.25em;
  margin-bottom: 10px;
  white-space: nowrap;
}
.cv__btn.--inquiry a {
  font-size: 2em;
  background-color: #9C242C;
  color: #fff;
  padding: 37px 20px;
}
@media (max-width: 767px) {
  .cv__btn.--inquiry a {
    padding: 23px 20px;
    font-size: 20px;
  }
}

.s_flow {
  background-color: #FAF5F6;
}
.s_flow__inner {
  background-color: inherit;
}
.s_flow__list {
  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;
  gap: 6.25em;
}
.s_flow__item-title {
  font-family: "yumincho";
  border-left: 10px solid #9C242C;
  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;
  gap: 1.5em;
  background-color: #fff;
  height: 88px;
  padding: 1em 1.5em;
  margin-bottom: 3.75em;
}
@media (max-width: 767px) {
  .s_flow__item-title {
    gap: 1em;
    padding: 1em;
    margin-bottom: 30px;
  }
}
.s_flow__item-title-step {
  color: rgba(138, 22, 35, 0.15);
  text-align: center;
  font-weight: 600;
}
.s_flow__item-title-step .step, .s_flow__item-title-step .num {
  display: block;
  white-space: nowrap;
}
.s_flow__item-title-step .step {
  font-size: 0.9375rem;
  margin-bottom: 3px;
}
.s_flow__item-title-step .num {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .s_flow__item-title-step .num {
    font-size: 2rem;
  }
}
.s_flow__item-title-text {
  font-size: 1.75em;
  font-weight: 600;
  color: #324148;
}
@media (max-width: 767px) {
  .s_flow__item-title-text {
    font-size: 24px;
  }
}
.s_flow__item-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .s_flow__item-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.s_flow__item-step {
  width: 30%;
  max-width: 320px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .s_flow__item-step {
    width: 100%;
    max-width: 100%;
  }
}
.s_flow__item-step:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../../images/icon_arrow_red.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -23%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1460px) {
  .s_flow__item-step:nth-child(n+2)::before {
    left: -16%;
  }
}
@media (max-width: 1080px) {
  .s_flow__item-step:nth-child(n+2)::before {
    left: -8%;
  }
}
@media (max-width: 767px) {
  .s_flow__item-step:nth-child(n+2)::before {
    left: -17.5%;
  }
}
.s_flow__item-step-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.9375em;
}
@media (max-width: 1080px) {
  .s_flow__item-step-image {
    width: 150px;
    height: 150px;
  }
}
.s_flow__item-step-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_flow__item-step-num {
  font-size: 1.25em;
  color: #9C242C;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}
.s_flow__item-step-title {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  color: #324148;
  margin-bottom: 1.5rem;
}
.s_flow__item-step-text {
  font-size: 1.25em;
  line-height: 1.6;
}

.voice {
  background: url(https://e-stories.jp/images/bg_flower.png);
}
.voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5em;
}
@media (max-width: 1080px) {
  .voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    max-width: 360px;
    margin: 0 auto;
  }
}
.voice__item {
  width: 32%;
  max-width: 400px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  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;
}
@media (max-width: 1080px) {
  .voice__item {
    width: 100%;
    max-width: 100%;
  }
}
.voice__item-contents {
  padding: 1.5em 1.25em;
  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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice__item-img img {
  aspect-ratio: 9/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice__item-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.25em;
}
.voice__item-text {
  font-size: 1.25em;
  margin-bottom: 1.5em;
}
.voice__item-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.voice__item-btn {
  width: 175px;
  height: 50px;
  margin: 0 auto;
}
.voice__item-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 1.25em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  background-color: #9C242C;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 58px;
}
.voice__note {
  font-size: 1.25em;
  line-height: 2;
  margin-bottom: 3.125em;
}
.voice__btn {
  max-width: 360px;
  margin: 0 auto;
  height: 72px;
}
.voice__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 1.25em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #9C242C;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 58px;
}

.faq__ttl {
  text-align: center;
}
.faq dt {
  padding: 30px;
  background-color: #F4F0EC;
  font-weight: bold;
  color: #1A2F3F;
}
@media (max-width: 767px) {
  .faq dt {
    padding: 15px;
  }
}
.faq dd {
  padding: 30px 50px 30px 80px;
  position: relative;
}
@media (max-width: 767px) {
  .faq dd {
    padding: 20px 10px 20px 30px;
  }
}
.faq dd::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #9C242C;
  position: absolute;
  left: 40px;
  top: 30px;
}
@media (max-width: 767px) {
  .faq dd::before {
    border-width: 6px 0 6px 11px;
    left: 10px;
    top: 22px;
  }
}

.inquiry__inner {
  text-align: center;
}
.inquiry__lead {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .inquiry__lead {
    margin-bottom: 30px;
  }
}
.inquiry__item iframe.pc_only {
  display: block !important;
}
@media (max-width: 767px) {
  .inquiry__item iframe.pc_only {
    display: none !important;
  }
}
.inquiry__item iframe.sp_only {
  display: none !important;
}
@media (max-width: 767px) {
  .inquiry__item iframe.sp_only {
    display: block !important;
  }
}

.form {
  padding: 60px 50px !important;
  margin: 0 !important;
}
.form textarea {
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .form {
    padding: 30px 20px !important;
  }
}

.sec_footer {
  padding: 60px 2%;
}
.sec_footer .box_info .prime {
  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;
}
.sec_footer .box_info img {
  margin-right: 30px;
}
.sec_footer .box_info p {
  font-size: 13px;
  line-height: 1.6;
}
.sec_footer .box_info .nav_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.sec_footer .box_info .nav_footer li a {
  font-size: 14px;
  text-decoration: underline;
  margin: auto 8px;
  color: #666;
}
.sec_footer .box_info .copy {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 16px auto;
}

/* colors */
.breadcrumb {
  display: none;
}

.a_price, .s_price {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #F5F5F5;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.a_price::before, .a_price::after, .s_price::before, .s_price::after {
  content: "";
  display: block;
  background-color: #F5F5F5;
  position: absolute;
  z-index: -1;
}
.a_price::before, .s_price::before {
  top: 0;
  right: 0;
  width: 50%;
  height: 320px;
  background: url(../landing/common/img/case/index_bg01.png) right top/100% auto no-repeat;
}
.a_price::after, .s_price::after {
  left: 0;
  bottom: 0;
  width: 33.333%;
  height: 640px;
  background: url(../landing/common/img/case/index_bg02.png) left top/100% auto no-repeat;
}
.a_price__inner, .s_price__inner {
  background-color: #fff;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.a_price__container, .s_price__container {
  width: 90%;
  margin: 0 auto;
  padding: 6.25em 0;
}
@media (max-width: 767px) {
  .a_price__container, .s_price__container {
    width: 100%;
    padding: 3em 0;
  }
}

.a_price__container {
  max-width: 1280px;
}

.price__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.125em 7.5%;
  margin-bottom: 2.5em;
}
@media (max-width: 1080px) {
  .price__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto 2em;
  }
}
@media (max-width: 767px) {
  .price__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.price__item {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1080px) {
  .price__item {
    width: 100%;
    max-width: 100%;
  }
}
.price__item-contents {
  padding: 1.5em;
  text-align: center;
}
.price__item-img img {
  aspect-ratio: 9/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.price__item-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #707070;
}
.price__item-price {
  padding-top: 1.25em;
  margin-bottom: 1.25em;
}
.price__item-price-heading {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.75em;
}
.price__item-price-yen {
  font-size: 1.25em;
  line-height: 1.6;
}
.price__item-price-yen span.number {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}
.price__item-price-yen span.small {
  font-size: 1rem;
  line-height: 2;
}
.price__item-btn {
  max-width: 240px;
  height: 56px;
  margin: 0 auto;
}
.price__item-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 1.25em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  background-color: #9C242C;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 58px;
}

.s_price__container {
  max-width: 960px;
}
.s_price__title {
  color: #9C242C;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4375;
  text-decoration: underline;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .s_price__title {
    font-size: 1.5em;
    margin-bottom: 2rem;
  }
}
.s_price__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.125em;
}
@media screen and (max-width: 767px) {
  .s_price__headline {
    margin-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.s_price__headline-image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .s_price__headline-image {
    width: 100%;
  }
}
.s_price__headline-text {
  width: 65%;
  font-size: 1.25em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .s_price__headline-text {
    font-size: 1em;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.s_price__heading {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3333;
  padding-bottom: 1.25em;
  padding-left: 0.875rem;
  position: relative;
  border-bottom: 1px solid #D5D5D5;
  margin-top: 2.08333em;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .s_price__heading {
    font-size: 1.25em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
.s_price__heading::before {
  content: "";
  display: block;
  width: 6px;
  height: 1.333em;
  background-color: #9C242C;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.s_price__text {
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .s_price__text {
    font-size: 1em;
    margin-bottom: 1.5rem;
  }
}
.s_price__text span.number {
  display: inline-block;
  margin: 0 10px;
  font-weight: bold;
  font-size: 1.6em;
}
.s_price__text span.small {
  font-size: 1rem;
}
.s_price__table {
  overflow: scroll;
  border-radius: 8px;
  border: 20px solid #f5f5f5;
}
@media (max-width: 767px) {
  .s_price__table {
    border-radius: 4px;
    border-width: 10px;
  }
}
.s_price__table table {
  max-width: 920px;
}
.s_price__table thead {
  background-color: #324148;
  color: #fff;
  border-bottom: 10px solid #f5f5f5;
}
.s_price__table thead th {
  font-size: 1.25em;
  line-height: 1.45;
  padding: 11px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .s_price__table thead th {
    font-size: 0.875em;
    padding: 10px;
  }
}
.s_price__table thead th::after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.s_price__table tbody tr:nth-child(n+2) {
  border-top: 20px solid #f5f5f5;
}
.s_price__table tbody td {
  font-size: 1.125em;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .s_price__table tbody td {
    font-size: 0.875em;
  }
}
.s_price__table tbody td::after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D5D5D5;
}
.s_price__table th.fixed, .s_price__table td.fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.s_price__table th.fixed::before, .s_price__table td.fixed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.s_price__table th.w580, .s_price__table td.w580 {
  width: 580px;
}
@media (max-width: 767px) {
  .s_price__table th.w580, .s_price__table td.w580 {
    width: 290px;
  }
}
.s_price__table th.w310, .s_price__table td.w310 {
  width: 310px;
}
@media (max-width: 767px) {
  .s_price__table th.w310, .s_price__table td.w310 {
    width: 155px;
  }
}
.s_price__table th.w225, .s_price__table td.w225 {
  width: 225px;
}
@media (max-width: 767px) {
  .s_price__table th.w225, .s_price__table td.w225 {
    width: 112.5px;
  }
}
.s_price__table th.w220, .s_price__table td.w220 {
  width: 220px;
}
@media (max-width: 767px) {
  .s_price__table th.w220, .s_price__table td.w220 {
    width: 110px;
  }
}
.s_price__table th.w150, .s_price__table td.w150 {
  width: 150px;
}
@media (max-width: 767px) {
  .s_price__table th.w150, .s_price__table td.w150 {
    width: 90px;
  }
}
.s_price__table th.w100, .s_price__table td.w100 {
  width: 100px;
}
@media (max-width: 767px) {
  .s_price__table th.w100, .s_price__table td.w100 {
    width: 60px;
  }
}
.s_price__table th.w85, .s_price__table td.w85 {
  width: 85px;
}
@media (max-width: 767px) {
  .s_price__table th.w85, .s_price__table td.w85 {
    width: 50px;
  }
}
.s_price__table th.bold, .s_price__table td.bold {
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .s_price__table th.bold, .s_price__table td.bold {
    font-size: 0.875rem;
  }
}
.s_price__table th.tar, .s_price__table td.tar {
  text-align: right;
}
.s_price__table th.tac, .s_price__table td.tac {
  text-align: center;
}
.s_price__table th.fixed::before {
  background-color: #324148;
}
.s_price__table td.fixed::before {
  background-color: #fff;
}
.s_price__option-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media (max-width: 767px) {
  .s_price__option-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.s_price__option-list-item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.s_price__option-list-item-image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_price__option-list-item-contents {
  padding: 1.5625em 1.25em;
}
.s_price__option-list-item-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #9C242C;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .s_price__option-list-item-title {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
.s_price__option-list-item-price {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .s_price__option-list-item-price {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
.s_price__option-list-item-text {
  font-size: 1.25em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .s_price__option-list-item-text {
    font-size: 1em;
  }
}

.btn_area {
  padding-top: 6.25em;
  padding-bottom: 5em;
}
.btn_area .btn {
  max-width: 320px;
  height: 72px;
  margin: 0 auto;
}
.btn_area .btn a {
  border: 1px solid #9C242C;
  border-radius: 58px;
  background-color: #9C242C;
  color: #fff;
  font-size: 1.25em;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_area .btn a:hover {
  background-color: #fff;
  color: #9C242C;
}