@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Braah+One&family=Chokokutai&family=Shippori+Mincho&family=Spinnaker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Hurricane&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}
:root {
  --easing-easeOut01: cubic-bezier(0.67, 0.31, 0.15, 1);
  --easing-easeOut02: cubic-bezier(0.11, 0.58, 0.26, 1.01);
  --title-jp: 50px;
  --row-space:5.208333333333334vw;
  --red:#E31115;
  --green: #37BCBC;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --row-space:3vw;
  }
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  article.flex {
    padding: 0;
  }
  :root {
    --row-space:2.6vw;
  }
  .sp-hidden {
    display: none;
  }
}
html {
  -webkit-animation: bodyfadein 1.5s ease forwards;
          animation: bodyfadein 1.5s ease forwards;
}

body {
  counter-reset: number 0;
}

img {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

p {
  line-height: 1.9;
  font-size: 1rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding: 0 2.6vw;
  }
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 5vh 0;
  }
  .section .container {
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-header {
    margin-bottom: 1em;
  }
}
.section-header__en {
  display: block;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #136cb4;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Cinzel", serif;
}
.section-header__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .section-header__ja {
    font-size: 22px;
  }
}
.section-header__ja {
  font-weight: bold;
  padding: 1em;
  border: 1px solid #136cb4;
}

.btn-detail, .btn-more {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #136cb4;
  color: #136cb4;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.btn-detail:hover, .btn-more:hover {
  background-color: #136cb4;
  color: #fff;
}

section.pt {
  padding-top: 0 !important;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0;
  text-align: center;
  margin: 0 auto 5vh;
}
@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 0;
  }
}
.hero__inner {
  z-index: 2;
}
.hero__sub {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 400;
}
.hero .scroll-label {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.hero .scroll-label::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #333333;
  margin: 10px auto 0;
}

h3 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #136cb4;
  font-size: 1.45rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.1rem;
  }
}

.product {
  background-color: #fff;
}
.product .product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 40px;
}
@media screen and (max-width: 767px) {
  .product .product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vh 0;
  }
}
.product .product-item {
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product .product-item {
    max-width: 100%;
  }
}
.product .product-item__img-wrapper {
  background-color: #f4faff;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product .product-item__img-wrapper .dummy-img {
  color: #ccc;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.product .product-item__sub {
  font-size: 13px;
  color: #666666;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product .product-item__sub {
    font-size: 11px;
  }
}
.product .product-item__name {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 15px;
}
.product .product-item__desc {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product .product-item__desc {
    font-size: 12px;
  }
}
.product .product-item__desc {
  margin-bottom: 20px;
  color: #666666;
}

.special {
  background-color: #f4faff;
}
@media screen and (max-width: 767px) {
  .special {
    padding: 5vh 0;
  }
}
.special .special-intro {
  text-align: center;
  margin-bottom: 50px;
  font-size: 15px;
  color: #666666;
}
.special .content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.special .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.special .card__num {
  padding: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #eee;
}
.special .card__img {
  height: 250px;
  background-color: #eee;
}
.special .card__body {
  padding: 30px;
  text-align: center;
}
.special .card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin-bottom: 15px;
}
.special .card__text {
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
}

.footer {
  padding: 60px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  text-align: center;
}
.footer-nav {
  margin-bottom: 30px;
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 12px;
}
.footer .copyright {
  font-size: 10px;
  color: #999;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .product-grid, .content-cards {
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__title {
    font-size: 28px;
  }
}
.special {
  background-color: #f4faff;
  padding: 100px 0;
}
.special .special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

.special-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
.special-item:nth-of-type(n+2) {
  margin-top: 10vh;
}
@media screen and (max-width: 767px) {
  .special-item:nth-of-type(n+2) {
    margin-top: 5vh;
  }
}
.special-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.special-item:nth-child(even) .special-item__body {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.special-item__image-unit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  position: relative;
}
.special-item__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.special-item__num {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #fff;
  padding: 15px 25px;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 700;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.special-item__img-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #e8e8e8;
  overflow: hidden;
}
.special-item__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.special-item__text {
  font-size: 15px;
  color: #121212;
  margin-bottom: 30px;
  line-height: 2;
  text-align: left;
}
.special-item__text strong {
  color: #136cb4;
  font-size: 1.25rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.25em;
}
.special-item__btn {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #136cb4;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #136cb4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.special-item__btn:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .special-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 30px;
  }
  .special-item__image-unit, .special-item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .special-item__body {
    text-align: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .special-item__num {
    top: 0;
    left: 0;
    padding: 10px 20px;
  }
}
.search {
  background: url(../../images/lp/contact--bg.webp) no-repeat center center/cover;
  padding: 100px 0;
}
.search .search-box {
  background-color: #f2f2f2;
  padding: 80px 40px;
  text-align: center;
}
.search .search-box__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: #fff;
}
.search .section-header {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .search .section-header {
    margin-bottom: 1em;
  }
}
.search .section-header__en {
  display: block;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #b89f81;
  margin-bottom: 10px;
  font-weight: 700;
}
.search .section-header__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .search .section-header__ja {
    font-size: 24px;
    margin-bottom: 1em;
  }
}

p.search-box__text {
  color: #121212 !important;
}

.solution-box__image {
  text-align: center;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.175);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.175);
  max-width: 800px;
  margin: auto;
}

.btn-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b41913;
  width: 100%;
  max-width: 600px;
  margin: 5vh auto 0;
  padding: 25px 20px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
  border-radius: 4.46em;
}
.btn-cta__text {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .btn-cta__text {
    font-size: 17px;
    margin-bottom: 0.5em;
  }
}
.btn-cta__text {
  letter-spacing: 0.15em;
  font-weight: 400;
}
.btn-cta__arrow {
  position: absolute;
  right: 30px;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.btn-cta__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-cta:hover {
  opacity: 0.7;
  background-color: rgba(255, 24, 82, 0.8);
}

@media (max-width: 767px) {
  .search {
    padding: 40px 0;
  }
  .search .search-box {
    padding: 60px 20px;
  }
  .search .search-box__text {
    font-size: 14px;
    text-align: left;
  }
  .search .search-box__text strong {
    font-size: 13px;
    text-align: left;
    display: block;
  }
}
.trouble {
  background-color: #e9ebef;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .trouble {
    padding: 5vh 0;
  }
}
.trouble .trouble-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
.trouble .trouble-item {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .trouble .trouble-item {
    padding: 40px 10px;
  }
}
.trouble .trouble-item {
  width: calc((100% - 90px) / 3);
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-item {
    width: 100%;
    max-width: 100%;
  }
}
.trouble .trouble-item__text {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  font-weight: 500;
}

.solution {
  background-color: #ffffff;
  padding: 10vh 0;
  position: relative;
}
.solution .solution-box__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.solution .solution-box__sub {
  display: block;
  font-size: 16px;
  color: #b89f81;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.solution .solution-box__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 600;
  padding: 0.75em;
  border: 1px solid #b89f81;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .solution .solution-box__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution-box__title {
    font-size: 22px;
    padding: 0.5em;
  }
}
.solution .solution-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution .solution-box__desc {
  font-size: 16px;
  line-height: 2.2;
  color: #121212;
  margin-bottom: 60px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .solution .solution-box__desc {
    margin-bottom: 0;
  }
}
.solution .solution-box__desc strong {
  color: #c7730e;
}
.solution .solution-box__image {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.175);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.175);
}
.solution .solution-box__image .dummy-img {
  color: #aaa;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .trouble-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .solution {
    padding: 5vh 0;
  }
  .solution__title {
    font-size: 24px;
  }
  .solution__desc {
    font-size: 14px;
    padding: 0 20px;
  }
}
.trouble-item {
  background-color: #ffffff;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .trouble-item {
    width: 47%;
  }
}
.trouble-item__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 18px;
  height: 18px;
  border: 1px solid #b89f81;
  background: #fff;
}
.trouble-item__icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #b89f81;
  border-bottom: 2px solid #b89f81;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.trouble-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #b89f81;
  border-left: 1px solid #b89f81;
}
.trouble-item::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #b89f81;
  border-right: 1px solid #b89f81;
}
.trouble-item__text {
  font-size: 15px;
  line-height: 2;
  color: #333333;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.p-plan {
  background-color: #fff;
  padding: 80px 0;
  border-top: 1px solid #eee;
}
.p-plan p.Center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding: 5vh 0;
  }
  .p-plan .p-plan__inner {
    padding: 0 1em;
  }
}
.p-plan__header {
  text-align: center;
  margin-bottom: 50px;
}
.p-plan__lead {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #121212;
}
.p-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7vh;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-plan__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .p-plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-plan__item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  width: calc(33.333% - 20px);
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-plan__item {
    width: 100%;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .p-plan__item {
    width: 100%;
  }
}
.p-plan__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.p-plan__item.is-recommend {
  border: 3px solid #b89f81;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
}
.p-plan__item.is-recommend .p-plan__item-title {
  border-color: #fff;
}
@media (max-width: 768px) {
  .p-plan__item.is-recommend {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-plan__item.is-recommend .p-plan__item-head {
  background-color: #b89f81;
  color: #fff;
}
.p-plan__item-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #b41913;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
.p-plan__item-head {
  padding: 30px 20px;
  text-align: center;
  border-bottom: 1px dashed #eee;
  border-radius: 10px 10px 0 0;
}
.p-plan__item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-plan__item-price {
  font-size: 32px;
  font-weight: bold;
  color: #b89f81;
}
.p-plan__item-price span {
  font-size: 16px;
  margin-left: 4px;
}
.is-recommend .p-plan__item-price {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.p-plan__item-tag {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  padding: 0.75em;
  background: #f0f0f0;
  border-radius: 4px;
  color: #121212;
}
.p-plan__item-body {
  padding: 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-plan__item-desc {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 20px;
  color: #121212;
}
.p-plan__item-features {
  list-style: none;
  padding: 0;
}
.p-plan__item-features li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.p-plan__item-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b89f81;
  font-weight: bold;
}
.p-plan__item-features li strong {
  display: block;
  font-size: 16px;
  color: #121212;
  margin-bottom: 0.5em;
}

.red strong {
  color: #b41913 !important;
  text-decoration: underline;
}

dl.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.5em auto 1em;
}
dl.contact__wrap dt {
  margin: 0 0 0.5em;
  padding: 0 0.25em 0.35em;
  width: 100%;
  border-bottom: 1px solid #8c8c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  color: #111;
  font-size: 16px;
  letter-spacing: 0.086em;
  font-weight: bold;
}
dl.contact__wrap dd {
  font-family: "adobe-garamond-pro", serif;
  color: #8c8c8c;
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.57em;
}
dl.contact__wrap dd small {
  text-align: left;
}
dl.contact__wrap .requiare {
  display: inline-block;
  padding: 5px;
  font-size: 11px;
  background: #aa0909;
  text-align: center;
  color: #fff;
  line-height: 1;
}
dl.contact__wrap .any {
  display: inline-block;
  padding: 5px;
  font-size: 11px;
  background: #b2afaf;
  text-align: center;
  line-height: 1;
  color: #fff;
}

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: top;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
select,
textarea {
  border-radius: 0;
  padding: 0.75em;
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
  border: solid 1px #a7a7a7;
  background-color: rgba(255, 255, 255, 0.75);
  margin: auto;
  width: 100%;
  display: block;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.privacy {
  font-size: 15px;
}

::-webkit-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

::-ms-input-placeholder {
  color: #bbb;
}

::placeholder {
  color: #bbb;
}

.wpcf7-not-valid-tip {
  text-align: left;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 5px;
}

.wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}

textarea {
  max-height: 100px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.75);
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=date] {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
}

input[type=date i] {
  padding: 0.75em;
  margin-bottom: 1em;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], select, textarea {
  width: 100%;
  color: #010101;
}

input[type=reset],
input[type=button],
input[type=submit],
button {
  color: #fff;
  display: block;
  margin: 1em auto 0 auto;
  padding: 1.5em 0.5em;
  border-radius: 4.46em;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
  background-color: #cf3e00;
  border: 0px;
  width: 100%;
  font-size: 1.35rem;
  font-weight: 400;
  max-width: 468px;
  font-family: "adobe-garamond-pro", serif;
}

input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover {
  -webkit-box-shadow: 0 0 2px rgb(0, 0, 0);
          box-shadow: 0 0 2px rgb(0, 0, 0);
  background: #9d373b;
}