@charset "UTF-8";
/* ページ全般の設定 */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

@media screen and (min-width: 768px) and (max-width: 1928px) {
  html {
    font-size: 0.5186721992vw;
  }
}
/*@media screen and (max-width: 1023px) and (min-width: 768px) {
    html {
        font-size: 1vw;
    }
}*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  margin-top: 16.5rem;
  background: #F7F7F7;
}
@media (max-width: 1024px) {
  main {
    margin-top: 70px;
  }
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

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

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.grid {
  display: grid;
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }
}

.content-width {
  max-width: 177rem;
  margin: 0 auto;
}
@media (min-width:768px) and (max-width: 1024px) {
  .content-width {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.marker-brown {
  background: linear-gradient(transparent 70%, #C7B299 70%);
}

.red {
  color: #FF0000;
}

.brown {
  color: #736357;
}

.section-title {
  text-align: center;
}

.section-head {
  background: #998675;
  color: #fff;
  padding: 2.5rem 3.5rem 10rem;
}
@media (max-width: 767px) {
  .section-head {
    padding: 2.5rem 2rem 3rem;
  }
}
.section-head .section-title {
  font-size: 8.8rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 767px) {
  .section-head .section-title {
    font-size: 3.6rem;
    text-align: center;
  }
}
.section-head .section-text {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (min-width:768px) and (max-width: 1024px) {
  .section-head .section-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-head .section-text {
    margin-top: 3rem;
    font-size: 1.6rem;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .page-price .section-head .section-text {
    font-size: 4.6rem;
    letter-spacing: 0.01em;
  }
}

/*下層ページ*/
.main-page {
  background: #F7F7F7;
  padding: 15rem 2rem 15rem;
}
@media (max-width: 767px) {
  .main-page {
    padding: 7rem 2rem;
  }
}

/* プライバシーポリシー */
.privacy {
  padding: 9rem 2rem 10rem;
}
@media (max-width: 767px) {
  .privacy {
    padding: 5rem 1rem;
  }
}
.privacy .section-title {
  font-size: 50px;
  margin-bottom: 75px;
  color: #42210B;
}
@media (max-width: 767px) {
  .privacy .section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.privacy__item {
  font-size: 20px;
}
@media (max-width: 767px) {
  .privacy__item {
    font-size: 16px;
  }
}
.privacy__item h2 {
  font-size: 27px;
  margin: 50px 0 20px;
}

.header {
  width: 100%;
  background: #F7F7F7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 0 3.112033195vw 0 4.1493775934vw;
  height: 16.5rem;
}
@media (min-width:1928px) {
  .header {
    padding: 0 6rem 0 9rem;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    padding: 0 1.6rem;
    height: 70px;
  }
}
.header .header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  height: 16.5rem;
  gap: 3.8900414938vw;
}
@media (min-width:1928px) {
  .header .header__inner {
    gap: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .header .header__inner {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header .header__inner {
    height: 7rem;
    width: 100%;
    align-items: center;
  }
}
.header .header__logo {
  line-height: 1;
  display: flex;
  max-width: 8.8692946058vw;
  width: 100%;
}
@media (min-width:1928px) {
  .header .header__logo {
    max-width: 17.1rem;
  }
}
@media (max-width: 1024px) {
  .header .header__logo {
    max-width: 76px;
  }
}
.header .header__inner__right {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1024px) {
  .header .header__inner__right {
    display: none;
  }
}
.header .header__inner__right .header-text {
  color: #42210B;
  font-size: 2.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.header nav {
  width: 100%;
}
.header .header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5933609959vw;
}
@media (min-width:1928px) {
  .header .header__menu {
    gap: 5rem;
  }
}
.header .header__menu li a {
  font-size: 2.8rem;
  font-weight: 700;
  color: #603813;
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 100;
  cursor: pointer;
}
.hamburger-btn .hamburger-btn__line {
  width: 30px;
  height: 20px;
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #000;
  height: 2px;
  left: 0;
  transition: transform 0.3s, opacity 0.3s;
  width: 30px;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  bottom: 43%;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  bottom: 0;
}

/* ×　オープン */
.hamburger-btn.active {
  top: 0;
  right: 0;
}
.hamburger-btn.active .hamburger-btn__line {
  width: 30px;
  height: 11px;
}
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2), .hamburger-btn.active .line:nth-child(3) {
  width: 30px;
  height: 2px;
  top: 33%;
  left: 0;
}
.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background-color: #998675;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 3rem 2rem 6.4rem;
}
#hamburger-menu .hamburger-menu__list {
  margin: 40px auto 0;
  width: 90%;
}
#hamburger-menu .hamburger-menu__list li {
  border-bottom: solid 1px #fff;
  text-align: center;
}
#hamburger-menu .hamburger-menu__list li:last-child {
  margin-bottom: 0;
}
#hamburger-menu .hamburger-menu__list li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
#hamburger-menu .hamburger-menu__contact {
  margin-top: 3rem;
}
#hamburger-menu .hamburger-menu__contact .more-btn {
  margin: 0 auto;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

.mv {
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    height: 53.3333333333vw;
  }
}
.mv::after {
  position: absolute;
  content: "";
  background-image: url(../images/service-corner.svg);
  background-size: contain;
  width: 65.5082987552vw;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .mv::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mv .mv-img {
    height: 100%;
    -o-object-position: left center;
       object-position: left center;
  }
}
.mv .mv__top {
  position: absolute;
  top: 0.4149377593vw;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-left: 4.1493775934vw;
  padding-right: 1.2966804979vw;
}
@media (max-width: 767px) {
  .mv .mv__top {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.mv .mv-catch {
  color: #42210B;
  font-size: 3.2676348548vw;
  font-weight: 700;
  margin-top: 3.5269709544vw;
}
@media (max-width: 767px) {
  .mv .mv-catch {
    font-size: 5.3333333333vw;
  }
}
.mv .mv-price {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .mv .mv-price {
    gap: 1.5rem;
    margin-top: 0;
  }
}
.mv .mv-price .mv-price__left,
.mv .mv-price .mv-price__right {
  border-radius: 1rem;
  background: #FFF9C0;
}
.mv .mv-price .mv-price__left {
  padding: 1rem 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__left {
    padding: 0.6rem 0.5rem;
  }
}
.mv .mv-price .mv-price__left::after {
  position: absolute;
  content: "";
  background-image: url(../images/kakeru.png);
  background-size: contain;
  width: 6rem;
  height: 6.1rem;
  bottom: 1rem;
  right: -4.5rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__left::after {
    width: 3rem;
    height: 3.1rem;
    right: -2.3rem;
  }
}
.mv .mv-price .mv-price__left p {
  font-size: 3rem;
  font-weight: 700;
  color: #534741;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__left p {
    font-size: 1.2rem;
  }
}
.mv .mv-price .mv-price__left .red {
  text-align: center;
  font-size: 3.8rem;
  color: #FF0000;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__left .red {
    font-size: 1.4rem;
  }
}
.mv .mv-price .mv-price__left .red em {
  font-size: 4.6rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__left .red em {
    font-size: 1.8rem;
  }
}
.mv .mv-price .mv-price__right {
  position: relative;
  padding: 0.8rem 1.5rem 1rem 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__right {
    padding: 0.5rem 1rem 0.5rem 5rem;
  }
}
.mv .mv-price .mv-price__right .fukidashi {
  position: absolute;
  content: "";
  top: -1rem;
  left: -1.5rem;
  width: 10.6rem;
  height: 9rem;
  background-image: url(../images/fukidashi.png);
  background-size: contain;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  padding-bottom: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__right .fukidashi {
    top: -1.6rem;
    left: -0.8rem;
    width: 5.6rem;
    height: 4.9rem;
    font-size: 1.7rem;
    padding-bottom: 0.9rem;
  }
}
.mv .mv-price .mv-price__right .price-wrap {
  color: #E50012;
  font-weight: 900;
  display: flex;
  align-items: flex-start;
}
.mv .mv-price .mv-price__right .price-wrap .num {
  font-family: "Rubik", sans-serif;
  font-size: 8.6rem;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  text-shadow: -4px -4px 0 #FFF000, 0 -4px 0 #FFF000, 4px -4px 0 #FFF000, -4px 0 0 #FFF000, 4px 0 0 #FFF000, -4px 4px 0 #FFF000, 0 4px 0 #FFF000, 4px 4px 0 #FFF000, 8px 8px 4px rgb(83, 71, 65);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__right .price-wrap .num {
    font-size: 3.6rem;
    letter-spacing: 0.03em;
    text-shadow: -2px -2px 0 #FFF000, 2px -2px 0 #FFF000, -2px 2px 0 #FFF000, 2px 2px 0 #FFF000, 3px 3px 0 rgba(83, 71, 65, 0.4);
  }
}
.mv .mv-price .mv-price__right .price-wrap .num .cron {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__right .price-wrap .num .cron {
    font-size: 3.6rem;
  }
}
.mv .mv-price .mv-price__right .price-wrap .yen-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__right .price-wrap .yen-wrap {
    margin-left: -0.4rem;
  }
}
.mv .mv-price .mv-price__right .price-wrap .yen-wrap .tax,
.mv .mv-price .mv-price__right .price-wrap .yen-wrap .yen {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.mv .mv-price .mv-price__right .price-wrap .yen-wrap .tax {
  font-size: 2.3rem;
  text-shadow: -3px -3px 0 #FFF000, 0 -3px 0 #FFF000, 3px -3px 0 #FFF000, -3px 0 0 #FFF000, 3px 0 0 #FFF000, -3px 3px 0 #FFF000, 0 3px 0 #FFF000, 3px 3px 0 #FFF000, 5px 5px 2px rgb(83, 71, 65);
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__right .price-wrap .yen-wrap .tax {
    font-size: 1.2rem;
    text-shadow: -1px -1px 0 #FFF000, 1px -1px 0 #FFF000, -1px 1px 0 #FFF000, 1px 1px 0 #FFF000, 2px 2px 0 rgba(83, 71, 65, 0.35);
  }
}
.mv .mv-price .mv-price__right .price-wrap .yen-wrap .yen {
  font-size: 5.5rem;
  text-shadow: -4px -4px 0 #FFF000, 0 -4px 0 #FFF000, 4px -4px 0 #FFF000, -4px 0 0 #FFF000, 4px 0 0 #FFF000, -4px 4px 0 #FFF000, 0 4px 0 #FFF000, 4px 4px 0 #FFF000, 8px 8px 4px rgb(83, 71, 65);
  line-height: 1;
}
@media (max-width: 767px) {
  .mv .mv-price .mv-price__right .price-wrap .yen-wrap .yen {
    font-size: 1.9rem;
    text-shadow: -2px -2px 0 #FFF000, 2px -2px 0 #FFF000, -2px 2px 0 #FFF000, 2px 2px 0 #FFF000, 3px 3px 0 rgba(83, 71, 65, 0.35);
  }
}
.mv .mv-title {
  position: absolute;
  bottom: 14.0041493776vw;
  left: 3.8900414938vw;
  font-size: 3.7863070539vw;
  z-index: 2;
  color: #736357;
  border-bottom: solid 2px #000000;
  text-shadow: -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, -2px 2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff;
}
@media (max-width: 767px) {
  .mv .mv-title {
    font-size: 4.1333333333vw;
    bottom: 4.2666666667vw;
    text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff;
  }
}

.mv-page {
  position: relative;
}
.mv-page::after {
  position: absolute;
  content: "";
  background-image: url(../images/service-corner.svg);
  background-size: contain;
  width: 65.5082987552vw;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .mv-page::after {
    height: 56%;
  }
}
@media (min-width: 768px) {
  .mv-page .mv__text {
    position: absolute;
    top: 2.3340248963vw;
    left: 4.1493775934vw;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .mv-page .mv__text {
    padding: 3rem 2rem;
  }
}
.mv-page .mv-title {
  color: #42210B;
  font-size: 4.5643153527vw;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mv-page .mv-title {
    font-size: 3.3rem;
    text-align: center;
  }
}
.mv-page .mv-text {
  font-size: 2.9rem;
  font-weight: 700;
  color: #42210B;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .mv-page .mv-text {
    font-size: 1.4rem;
  }
}

.point {
  background: #F7F7F7;
  padding: 9rem 2rem 8.5rem;
}
@media (max-width: 767px) {
  .point {
    padding: 5rem 2rem 7rem;
  }
}
.point .section-title {
  text-align: center;
  color: #42210B;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .point .section-title {
    font-size: 2.3rem;
  }
}
.point .point_list {
  gap: 1rem;
}

.why {
  position: relative;
  background-color: #F7F7F7;
}
.why .why__top {
  background-image: url(../images/bg-why.svg);
  background-position: bottom center;
  background-size: cover;
  padding: 18rem 0 26rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .why .why__top {
    padding: 6rem 2rem 12rem;
  }
}
.why .why__top .section-title {
  font-size: 7.5rem;
  font-weight: 700;
  text-align: center;
  color: #242424;
}
@media (max-width: 767px) {
  .why .why__top .section-title {
    font-size: 2.7rem;
  }
}
.why::after {
  position: absolute;
  content: "";
  background-image: url(../images/corner-r.svg);
  background-size: contain;
  width: 50.7261410788vw;
  height: 44.2427385892vw;
  top: 0;
  right: 0;
}
.why .why__flex {
  margin-top: 12rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .why .why__flex {
    margin-top: 4rem;
  }
}
.why .why__flex .check-list li {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #242424;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .why .why__flex .check-list li {
    gap: 0.5rem;
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .why .why__flex .check-list li .icon {
    width: 2rem;
  }
}
.why .why__flex .check-list li:last-child {
  margin-bottom: 0;
}
.why .why__flex .why-img {
  max-width: 61.6rem;
  width: 100%;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .why .why__flex .why-img {
    max-width: 100%;
    margin-top: 5rem;
  }
}
.why .section-subtitle {
  background: #736357;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  padding: 2rem 4.5rem;
  display: table;
  text-align: center;
  margin: 7rem auto 0;
}
@media (max-width: 767px) {
  .why .section-subtitle {
    font-size: 2.3rem;
    padding: 2rem 1rem;
  }
}
.why .content-width-l {
  max-width: 181rem;
  margin: 0 auto;
}
.why .why__catch {
  margin-top: 5rem;
}
.why .why__catch .flex {
  align-items: flex-start;
  justify-content: space-between;
  gap: 8.5rem;
}
@media (max-width: 767px) {
  .why .why__catch .flex {
    gap: 3.5rem;
  }
}
.why .why__catch .why__catch__img {
  max-width: 34.3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .why .why__catch .why__catch__img {
    max-width: 15.3rem;
    margin: 0 auto;
  }
}
.why .why__catch .why__catch__text {
  color: #3D4B60;
}
.why .why__catch .why__catch__text .top-text {
  font-size: 4.3rem;
  font-weight: 700;
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .why .why__catch .why__catch__text .top-text {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.why .why__catch .why__catch__text .bottom-text {
  font-size: 6rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 1.2rem;
  text-decoration-thickness: 1px;
}
@media (max-width: 767px) {
  .why .why__catch .why__catch__text .bottom-text {
    font-size: 2.4rem;
    text-underline-offset: 0.6rem;
  }
}
.why .why__bottom__head {
  background: #998675;
  padding: 12.5rem 2rem 12.4rem;
}
@media (max-width: 767px) {
  .why .why__bottom__head {
    padding: 7rem 2rem;
  }
}
.why .why__bottom__head .head-title {
  text-align: center;
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .why .why__bottom__head .head-title {
    font-size: 2rem;
  }
}
.why .why__bottom__head .head-title span {
  background: #42210B;
  padding: 0.7rem 2.5rem 1.6rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .why .why__bottom__head .head-title span {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .why .why__bottom__head .head-title span {
    padding: 0.6rem 1.5rem;
  }
}
.why .why__bottom__head .head-title span:nth-of-type(2) {
  margin-top: 1.5rem;
  padding: 0.9rem 5.5rem 1.6rem;
}
@media (max-width: 767px) {
  .why .why__bottom__head .head-title span:nth-of-type(2) {
    margin-top: 0.9rem;
    padding: 0.6rem 4rem;
  }
}
.why .why__bottom__head p {
  color: #fff;
  font-size: 6.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 9.5rem;
}
@media (max-width: 767px) {
  .why .why__bottom__head p {
    font-size: 2.3rem;
    margin-top: 2.5rem;
  }
}
.why .why__bottom__item {
  padding: 15rem 2rem 10rem;
}
@media (max-width: 767px) {
  .why .why__bottom__item {
    padding: 6rem 2rem;
  }
}
.why .why__bottom__item p {
  font-size: 3.3rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 1.2rem;
  text-decoration-thickness: 1px;
  text-align: center;
  color: #3D4B60;
}
@media (min-width:768px) and (max-width: 1024px) {
  .why .why__bottom__item p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .why .why__bottom__item p {
    font-size: 1.9rem;
    text-underline-offset: 0.6rem;
  }
}
.why .why__bottom__item .item-img {
  max-width: 96.6rem;
  width: 100%;
  margin: 7rem auto 0;
}
@media (max-width: 767px) {
  .why .why__bottom__item .item-img {
    max-width: 100%;
    margin-top: 5rem;
  }
}

.merit {
  background: #E8E8E8;
}
.merit .merit__item {
  padding-bottom: 12.8rem;
}
@media (max-width: 767px) {
  .merit .merit__item {
    padding-bottom: 6rem;
  }
}
.merit .merit__item .merit-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  color: #3D4B60;
  background: #fff;
  border: solid 0.8rem #998675;
  max-width: 138.9rem;
  width: 100%;
  height: 9.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -16rem auto 0;
  position: relative;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .merit .merit__item .merit-title {
    font-size: 2.3rem;
    height: auto;
    padding: 1rem;
    margin: 0 auto 0;
    border: solid 0.4rem #998675;
  }
}
.merit .merit__item .merit-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/label-merit.svg);
  background-size: contain;
  width: 32.4rem;
  height: 12.1rem;
  top: -0.9rem;
  left: -16.8rem;
}
@media (max-width: 767px) {
  .merit .merit__item .merit-title::before {
    top: -4.7rem;
    left: -0.4rem;
    width: 12.4rem;
    height: 4.8rem;
  }
}
.merit .merit__item .merit__box {
  background: #fff;
  border-radius: 5rem;
  padding: 12.5rem 8rem 6rem;
  max-width: 162.2rem;
  margin: -6.8rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .merit .merit__item .merit__box {
    padding: 5.7rem 2rem 2rem;
    margin: 3rem auto 0;
    border-radius: 2rem;
    width: 93%;
  }
}
.merit .merit__item .merit-text {
  background: #EEEFF1;
  text-align: center;
  padding: 3rem;
  font-size: 3rem;
  font-weight: 700;
  color: #242424;
  margin-top: 8rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .merit .merit__item .merit-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .merit .merit__item .merit-text {
    font-size: 1.5rem;
    margin-top: 2rem;
    padding: 1rem;
  }
}
.merit .merit__item .merit-illust {
  margin: 7.5rem auto 0;
}
@media (max-width: 767px) {
  .merit .merit__item .merit-illust {
    margin-top: 2.5rem;
  }
}
.merit .merit__item:nth-of-type(1) .merit-illust {
  max-width: 126.4rem;
}
@media (min-width: 768px) {
  .merit .merit__item:nth-of-type(1) .merit-title {
    justify-content: flex-end;
    padding-right: 10rem;
  }
}
.merit .merit__item:nth-of-type(2) .merit-illust {
  max-width: 128.8rem;
}
.merit .merit__item:nth-of-type(3) .merit-illust {
  max-width: 130.7rem;
}
@media (min-width: 768px) {
  .merit .merit__item:nth-of-type(3) .merit-title {
    font-size: 4.2rem;
    justify-content: flex-end;
    padding-right: 6rem;
  }
}

.reason {
  background: #F7F7F7;
  padding: 4rem 2rem 5rem;
}
.reason .reason__box {
  background: #fff;
  border: solid 1rem #DBDBDB;
  border-radius: 2rem;
  padding: 5rem 2rem 4rem;
}
@media (max-width: 767px) {
  .reason .reason__box {
    padding: 3rem 1rem 4rem;
  }
}
.reason .reason__box .box-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  color: #3D4B60;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .reason .reason__box .box-title {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
}
.reason .reason__box .flex {
  align-items: flex-start;
  justify-content: center;
  gap: 9rem;
}
@media (max-width: 767px) {
  .reason .reason__box .flex {
    align-items: center;
    gap: 3rem;
  }
}
.reason .reason__box .reason__img p {
  text-align: center;
  font-size: 6.5rem;
  font-weight: 700;
  color: #42210B;
  line-height: 1;
}
@media (max-width: 767px) {
  .reason .reason__box .reason__img p {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
.reason .reason__box .reason__img p em {
  font-size: 9.4rem;
}
@media (max-width: 767px) {
  .reason .reason__box .reason__img p em {
    font-size: 4.6rem;
  }
}
.reason .reason__box .reason__img .img {
  max-width: 44rem;
  width: 100%;
  margin: 1.3rem auto 0;
}
@media (max-width: 767px) {
  .reason .reason__box .reason__img .img {
    max-width: 20rem;
    margin: 1rem auto 0;
  }
}
.reason .reason__box .reason-list li {
  display: flex;
  align-items: flex-start;
  font-size: 3.8rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .reason .reason__box .reason-list li {
    font-size: 1.6rem;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.reason .reason__box .reason-list li .num {
  color: #FF0000;
}
.reason .reason__box .reason-list li:last-child {
  margin-bottom: 0;
}

.message .message__img {
  max-width: 49.5331950207vw;
  width: 100%;
}
@media (max-width: 767px) {
  .message .message__img {
    max-width: 100%;
  }
}
.message .message__img img {
  height: 100%;
}
@media (max-width: 767px) {
  .message .message__img img {
    height: auto;
  }
}
.message .message__text {
  background: #998675;
  padding: 7rem 3rem 5rem;
}
@media (max-width: 767px) {
  .message .message__text {
    padding: 5rem 2rem;
  }
}
.message .message__text .message-item {
  background: #fff;
  border-radius: 2rem;
  padding: 5rem 3.5rem 4rem;
  font-weight: 700;
  margin-bottom: 4.3rem;
}
@media (max-width: 767px) {
  .message .message__text .message-item {
    padding: 3rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.message .message__text .message-item span {
  color: #fff;
  background: #736357;
  display: inline-block;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  font-size: 2.9rem;
  font-weight: 500;
}
@media (min-width:768px) and (max-width: 1024px) {
  .message .message__text .message-item span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .message .message__text .message-item span {
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.message .message__text .message-item span:last-of-type {
  margin-bottom: 0;
}
.message .message__text .message-item p {
  font-size: 2.8rem;
  color: #242424;
}
@media (min-width:768px) and (max-width: 1024px) {
  .message .message__text .message-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .message .message__text .message-item p {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .message .message__text .message-item:nth-of-type(2) {
    padding-bottom: 8.5rem;
  }
}
.message .message__text .message-item:last-of-type {
  margin-bottom: 0;
}

.page-service .reason {
  background: #F7F7F7;
  padding: 11rem 2rem 10.5rem;
}
@media (max-width: 767px) {
  .page-service .reason {
    padding: 5rem 2rem 7rem;
  }
}
.page-service .reason .top-text {
  text-align: left;
  font-size: 7rem;
  font-weight: 700;
  color: #42210B;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-service .reason .top-text {
    text-align: center;
    font-size: 2.6rem;
  }
}
.page-service .reason .section-title {
  font-size: 8rem;
  font-weight: 700;
  color: #42210B;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-service .reason .section-title {
    font-size: 2.5rem;
    margin-top: 1.8rem;
  }
}
.page-service .reason .section-title em {
  font-size: 11rem;
  color: #998675;
}
@media (max-width: 767px) {
  .page-service .reason .section-title em {
    font-size: 2.5rem;
  }
}
.page-service .reason .section-title em .red {
  font-size: 13.5rem;
}
@media (max-width: 767px) {
  .page-service .reason .section-title em .red {
    font-size: 3.2rem;
  }
}
.page-service .reason .reason__list {
  margin-top: 6rem;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .page-service .reason .reason__list {
    margin-top: 3rem;
    gap: 2.5rem;
  }
}
.page-service .reason .reason__list li {
  border: solid 1.3rem #C7B299;
  border-radius: 2rem;
  background: #fff;
  padding: 2rem;
}
@media (min-width: 768px) {
  .page-service .reason .reason__list li {
    min-height: 74.7rem;
  }
}
@media (max-width: 767px) {
  .page-service .reason .reason__list li {
    border: solid 0.6rem #C7B299;
  }
}
.page-service .reason .reason__list li .list-title {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: solid 1.5px #42210B;
  color: #42210B;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-service .reason .reason__list li .list-title {
    min-height: 3.3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-service .reason .reason__list li .list-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-service .reason .reason__list li .list-title {
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    padding-bottom: 1rem;
  }
}
.page-service .reason .reason__list li p {
  color: #42210B;
  text-align: left;
  font-size: 2.1rem;
  font-weight: 500;
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-service .reason .reason__list li p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-service .reason .reason__list li p {
    font-size: 1.8rem;
  }
}

.plan {
  background: #F7F7F7;
}
.plan .flex {
  align-items: flex-start;
  justify-content: center;
  gap: 3.5rem;
}
.plan .content-width-l {
  max-width: 188rem;
  margin: 0 auto;
}

.plan__item {
  background: #F7F7F7;
  padding: 2.5rem 0 8rem;
}
@media (max-width: 767px) {
  .plan__item {
    padding: 4rem 2rem 7rem;
  }
}
.plan__item .plan__img {
  max-width: 37.6556016598vw;
  width: 100%;
}
@media (max-width: 767px) {
  .plan__item .plan__img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .plan__item .plan__text {
    width: 51%;
  }
}
.plan__item .plan__text p {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8rem;
  color: #42210B;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width:768px) and (max-width: 1024px) {
  .plan__item .plan__text p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .plan__item .plan__text p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.plan__item .plan__text p:last-of-type {
  margin-bottom: 0;
}
.plan__item .plan__text p .red {
  color: #CC0000;
}

.result .result__content {
  background: #F7F7F7;
  padding: 7rem 2.5rem 3.5rem;
}
@media (max-width: 767px) {
  .result .result__content {
    padding: 4rem 2rem 7rem;
  }
}
.result .result__list {
  max-width: 166.7rem;
  margin: 0 auto;
  gap: 6rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .result__list {
    max-width: 100%;
  }
}
.result .result__list li .list-title {
  font-size: 4.9rem;
  font-weight: 700;
  color: #42210B;
  text-align: center;
}
@media (max-width: 767px) {
  .result .result__list li .list-title {
    font-size: 3rem;
  }
}
.result .result__list li p {
  font-size: 3.2rem;
  font-weight: 700;
  color: #42210B;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 5.5rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .result__list li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .result .result__list li p {
    font-size: 2.2rem;
    margin: 1.2rem auto 2rem;
  }
}
.result .estimate {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .result .estimate {
    margin-top: 7rem;
  }
}
.result .estimate .estimate-title {
  font-size: 8.8rem;
  font-weight: 700;
  color: #006837;
  text-align: center;
}
@media (max-width: 767px) {
  .result .estimate .estimate-title {
    font-size: 2.5rem;
  }
}
.result .estimate .estimate-text {
  font-size: 4.4rem;
  font-weight: 700;
  color: #534741;
  text-align: center;
  margin: 4.5rem auto;
}
@media (max-width: 767px) {
  .result .estimate .estimate-text {
    font-size: 1.8rem;
    margin: 3rem auto 0;
  }
}
.result .estimate .estimate__contact {
  background: #fff;
  border: solid 8px #C7B299;
  padding: 4rem 11rem 4rem 6.5rem;
  max-width: 147rem;
  margin: 0 auto;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .estimate .estimate__contact {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .result .estimate .estimate__contact {
    padding: 2rem 1.5rem;
    margin-top: 3rem;
  }
}
.result .estimate .estimate__contact .flex {
  justify-content: space-between;
  align-items: center;
}
.result .estimate .estimate__contact .round-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding: 1rem 2.8rem;
  border-radius: 5rem;
  display: inline-block;
  background: #C7B299;
  color: #42210B;
  margin-bottom: 2.5rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .estimate .estimate__contact .round-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .result .estimate .estimate__contact .round-title {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
    padding: 1rem;
  }
}
.result .estimate .estimate__contact p {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 5rem;
  color: #42210B;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .estimate .estimate__contact p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .result .estimate .estimate__contact p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.result .estimate .estimate__contact .logo {
  max-width: 44.3rem;
  width: 100%;
}
.result .estimate .estimate__contact .estimate__contact__btn {
  max-width: 60.3rem;
  width: 100%;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .estimate .estimate__contact .estimate__contact__btn {
    max-width: 271px;
  }
}
@media (max-width: 767px) {
  .result .estimate .estimate__contact .estimate__contact__btn {
    margin-top: 3rem;
  }
}
.result .flow {
  border: solid 3.4rem #C7B299;
  background: #fff;
  border-radius: 1rem;
  padding: 7rem 2rem;
  color: #42210B;
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .result .flow {
    border: solid 1.4rem #C7B299;
    padding: 2rem 1.5rem;
    margin-top: 6rem;
  }
}
.result .flow .section-title {
  font-size: 5.2rem;
  background: #C7B299;
  padding: 3.5rem 30rem;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .result .flow .section-title {
    padding: 1rem;
    font-size: 1.9rem;
    width: 100%;
    text-align: center;
  }
}
.result .flow .flow__list {
  margin-top: 8rem;
  gap: 9rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .result .flow .flow__list {
    margin-top: 5rem;
    gap: 5rem;
  }
}
.result .flow .flow__list li {
  position: relative;
}
.result .flow .flow__list li::after {
  position: absolute;
  content: "";
  background-image: url(../images/flow-arrow.svg);
  background-size: contain;
  width: 3.9rem;
  height: 7.3rem;
  top: 21%;
  right: -7rem;
}
@media (max-width: 767px) {
  .result .flow .flow__list li::after {
    width: 1.9rem;
    height: 3.3rem;
    top: 105%;
    left: 50%;
    right: 50%;
    transform: rotate(90deg);
  }
}
.result .flow .flow__list li .list-img {
  max-width: 33.9rem;
  width: 100%;
  height: 24.4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .result .flow .flow__list li .list-img {
    height: auto;
  }
}
.result .flow .flow__list li p {
  margin-top: 4rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .flow .flow__list li p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .result .flow .flow__list li p {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.result .flow .flow__list li:nth-child(1) .list-img {
  max-width: 30.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .result .flow .flow__list li:nth-child(1) .list-img {
    max-width: 19.5rem;
    margin: 0 auto;
  }
}
.result .flow .flow__list li:nth-child(1) p {
  font-size: 3.3rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .flow .flow__list li:nth-child(1) p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .result .flow .flow__list li:nth-child(1) p {
    font-size: 1.8rem;
  }
}
.result .flow .flow__list li:nth-child(3) p {
  font-size: 4.2rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .result .flow .flow__list li:nth-child(3) p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .result .flow .flow__list li:nth-child(3) p {
    font-size: 1.8rem;
  }
}
.result .flow .flow__list li:last-child::after {
  display: none;
}

/* お問い合わせボタン */
.estimate__contact__btn {
  text-align: center;
}
.estimate__contact__btn .cta-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

/* 上の吹き出し */
.cta-btn__label {
  position: relative;
  margin-bottom: -12px;
  padding: 6px 33px 9px;
  background: #fff;
  border: 4px solid #736357;
  border-radius: 9999px;
  font-size: 2.3rem;
  color: #736357;
  z-index: 2;
  font-weight: 700;
}

.cta-btn__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
}

/* メインボタン */
.cta-btn__main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  background: #f15a24;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  border-radius: 9999px;
  box-shadow: 0 10px 0 #8c6239;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 60.3rem;
  width: 100%;
  height: 13rem;
}

.cta-btn:hover .cta-btn__main {
  transform: translateY(5px);
  box-shadow: 0 5px 0 #8c6239;
}

@media (max-width: 767px) {
  /* 吹き出し */
  .cta-btn__label {
    padding: 6px 20px 8px;
    font-size: 1.2rem;
    border-width: 3px;
    margin-bottom: -8px;
  }
  .cta-btn__label::after {
    bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
  }
  /* メインボタン */
  .cta-btn__main {
    font-size: 2.2rem;
    height: 8.5rem;
    padding: 16px 24px;
    box-shadow: 0 6px 0 #8c6239;
    max-width: 100%;
  }
  .cta-btn:hover .cta-btn__main {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #8c6239;
  }
}
.contact-link {
  padding: 10rem 2rem;
  background: #534741;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-link {
    padding: 5rem 2rem;
  }
}
.contact-link .section-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .contact-link .section-title {
    font-size: 3rem;
    margin-bottom: 4.6rem;
  }
}
@media (min-width: 768px) {
  .contact-link .section-title .marker-brown {
    width: 30.7rem;
    display: inline-block;
  }
}
.contact-link .section-text {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.6222222222;
}
@media (max-width: 767px) {
  .contact-link .section-text {
    font-size: 1.6rem;
  }
}
.contact-link .contact-link__list {
  gap: 3rem;
  margin-top: 11.5rem;
}
@media (max-width: 767px) {
  .contact-link .contact-link__list {
    gap: 1.5rem;
    margin-top: 4rem;
  }
}
.contact-link .contact-link__list .icon {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .contact-link .contact-link__list .icon {
    width: 5.5rem;
  }
}
.contact-link .contact-link__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1.9px #fff;
  padding: 5rem;
  height: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-link .contact-link__list li a {
    padding: 2rem;
  }
}
.contact-link .contact-link__list li .list-title {
  font-size: 4.75rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact-link .contact-link__list li .list-title {
    font-size: 2.5rem;
  }
}
.contact-link .contact-link__list li .tel {
  text-align: center;
  font-size: 7.4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .contact-link .contact-link__list li .tel {
    font-size: 3.7rem;
  }
}
.contact-link .contact-link__list li .open {
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width:768px) and (max-width: 1024px) {
  .contact-link .contact-link__list li .open {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .contact-link .contact-link__list li .open {
    font-size: 1.6rem;
  }
}
.contact-link .contact-link__list li:nth-child(1) .list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact-link .contact-link__list li:nth-child(1) .list-title {
    gap: 1.2rem;
  }
}
.contact-link .contact-link__list li:nth-child(2) .icon {
  display: block;
  margin: 0 auto 0.5rem;
}

.contact {
  background: #F7F7F7;
  padding: 3.5rem 2rem 10rem;
}
.contact .contact-text {
  color: #242424;
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width:768px) and (max-width: 1024px) {
  .contact .contact-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .contact-text {
    font-size: 1.6rem;
  }
}

.Form {
  margin: 10rem auto 0;
  max-width: 118.5rem;
  width: 100%;
  border: solid 2.5px #CCCCCC;
  border-collapse: collapse;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .Form {
    margin-top: 4.5rem;
  }
}
.Form .Form-Item-Label-Required {
  color: #fff;
  background: #F15A24;
  padding: 5px 8px;
  display: inline-block;
  line-height: 1;
  font-size: 2.3rem;
  font-weight: 500;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .Form .Form-Item-Label-Required {
    font-size: 1rem;
    padding: 3px 7px 3px;
    margin-left: 1rem;
    vertical-align: middle;
  }
}
.Form .Form-Item {
  border-bottom: solid 2.5px #CCCCCC;
  /* ラジオボタン */
}
@media (max-width: 767px) {
  .Form .Form-Item {
    display: flex;
    flex-direction: column;
  }
}
.Form .Form-Item .Form-Item-Label {
  width: 42%;
  font-size: 2.2rem;
  padding: 3.5rem 6.5rem;
  position: relative;
  border-right: solid 2.5px #CCCCCC;
  text-align: left;
  font-weight: 700;
  background: #EFE3D8;
  color: #242424;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form .Form-Item .Form-Item-Label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label {
    width: 100%;
    font-size: 1.8rem;
    justify-content: flex-start;
    gap: 0.8rem;
    padding: 1.5rem;
    border-right: none;
    border-bottom: solid 2.5px #CCCCCC;
  }
}
.Form .Form-Item .Form-Item-Input {
  width: 58%;
  font-size: 2.2rem;
  font-weight: 700;
  word-break: break-all;
  padding: 2rem;
  background: #fff;
  color: #242424;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form .Form-Item .Form-Item-Input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Input {
    width: 100%;
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}
.Form .Form-Item .Form-Item-Input .text {
  margin-bottom: 2rem;
}
.Form .Form-Item .Form-Item-Input .caution {
  margin-top: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Input .caution {
    line-height: 1.5;
    font-size: 1.5rem;
    display: flex;
    align-items: flex-start;
  }
}
.Form .Form-Item .input-text {
  background: #fff;
  height: 5.5rem;
  max-width: 50.5rem;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: solid 2px #CCCCCC;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form .Form-Item .input-text {
    font-size: 16px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .Form .Form-Item .input-text {
    height: 3.5rem;
    font-size: 16px;
    padding: 10px;
    border-radius: 0.5rem;
  }
}
.Form .Form-Item textarea::-moz-placeholder, .Form .Form-Item input::-moz-placeholder {
  font-size: 14px;
  color: #CCCCCC;
}
.Form .Form-Item textarea::placeholder,
.Form .Form-Item input::placeholder {
  font-size: 14px;
  color: #CCCCCC;
}
@media (max-width: 767px) {
  .Form .Form-Item textarea::-moz-placeholder, .Form .Form-Item input::-moz-placeholder {
    font-size: 15px;
  }
  .Form .Form-Item textarea::placeholder,
  .Form .Form-Item input::placeholder {
    font-size: 15px;
  }
}
.Form .Form-Item textarea {
  background: #fff;
  height: 30.4rem;
  /* max-width: 42.4rem; */	
  width: 100%;
  padding: 15px;
  font-size: 2.2rem;
  font-weight: 500;
  border: solid 1px #000;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form .Form-Item textarea {
    font-size: 16px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .Form .Form-Item textarea {
    font-size: 15px;
    padding: 10px;
    height: 21.15rem;
  }
}
.Form .Form-Item .radio-wrap {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
@media (max-width: 767px) {
  .Form .Form-Item .radio-wrap {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.Form .Form-Item .radio-wrap li {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form .Form-Item .radio-wrap li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Form .Form-Item .radio-wrap li {
    font-size: 1.6rem;
  }
}
.Form .Form-Item .radio-wrap li input {
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .Form .Form-Item .radio-wrap li input {
    margin-right: 1rem;
  }
}
.Form .Form-Item input[type=radio] {
  width: 14px;
  height: 14px;
  border: solid 2px #CCCCCC;
}
.Form .Form-Item--name .input-list .input-text {
  max-width: 17.9rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form .Form-Item--name .input-list .input-text {
    max-width: 65%;
  }
}
.Form .Form-Item--name .input-list li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.Form .Form-Item--name .input-list li:last-child {
  margin-bottom: 0;
}
.Form .Form-Item--name .input-list li .input-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .Form .Form-Item--name .input-list li .input-wrap {
    gap: 0.4rem;
  }
}
.Form .Form-Item--adderss .input-list {
  width: 100%;
}
@media (min-width: 768px) {
  .Form .Form-Item--adderss .input-list li .input-name {
    width: 27%;
  }
}
.Form .Form-Item--adderss .input-list li:nth-child(1) .input-text {
  max-width: 14.5rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form .Form-Item--adderss .input-list li:nth-child(1) .input-text {
    max-width: 50%;
  }
}
.Form .Form-Item--adderss .input-list li:nth-child(2) .input-text, .Form .Form-Item--adderss .input-list li:nth-child(3) .input-text {
  max-width: 45.3rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .Form .Form-Item--adderss .input-list li:nth-child(2) .input-text, .Form .Form-Item--adderss .input-list li:nth-child(3) .input-text {
    max-width: 100%;
  }
}
.Form .input-list {
  width: -moz-fit-content;
  width: fit-content;
}
.Form .input-list li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2.8rem;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .Form .input-list li {
    gap: 1.8rem;
  }
}
.Form .input-list li:last-child {
  margin-bottom: 0;
}
.Form .input-list li .input-name {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .Form .input-list li .input-name {
    text-align: right;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .Form .input-list li .input-name {
    font-size: 1.4rem;
  }
}
.Form .input-list li .input-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .Form .input-list li .input-wrap {
    flex-direction: column;
    gap: 0.4rem;
  }
}
@media (max-width: 767px) {
  .Form .Form-Item--contact {
    border-bottom: none;
  }
}

.contact .btn-wrap {
  margin: 4rem auto 0;
  max-width: 35rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .btn-wrap {
    margin: 4.5rem auto 0;
  }
}
.contact .confirm-btn {
  color: #fff;
  background: #F15A24;
  border-radius: 8px;
  height: 7.5rem;
  width: 100%;
  font-size: 2.7rem;
  font-weight: 700;
  box-shadow: 0 5px 0 #A54300;
}
@media (max-width: 767px) {
  .contact .confirm-btn {
    height: 7.29rem;
  }
}

.Form--confirm .btn-wrap {
  margin: 8.5rem 0 0 0;
}
@media (max-width: 767px) {
  .Form--confirm .btn-wrap {
    margin: 4.5rem 0 0 0;
  }
}

input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #B3B3B3;
  border-radius: 50%;
  background: transparent;
  vertical-align: -5px;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

/* 確認画面 */
.confirm_area {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .confirm_area {
    margin-top: 7rem;
  }
}
.confirm_area .confirm-title {
  text-align: center;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .confirm_area .confirm-title {
    font-size: 2.7rem;
  }
}
.confirm_area .confirm-text {
  text-align: center;
  font-size: 3.2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .confirm_area .confirm-text {
    font-size: 1.8rem;
  }
}
.confirm_area .Form {
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .confirm_area .Form {
    margin: 3rem auto 0;
  }
}
.confirm_area .Form .input-list {
  width: 100%;
}
.confirm_area .Form .input-list li .input-wrap {
  width: 50%;
}
.confirm_area .Form .input-list li .input-name {
  text-align: left;
  width: auto;
}
.confirm_area .Form .Form-Item--adderss .input-list li .input-wrap {
  width: 100%;
}
.confirm_area .btn-wrap {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  max-width: 100%;
  justify-content: center;
  width: 100%;
  gap: 3rem;
}
@media (max-width: 767px) {
  .confirm_area .btn-wrap {
    flex-direction: column;
  }
}
.confirm_area .btn-wrap input {
  color: #fff;
  background: #F15A24;
  border-radius: 8px;
  height: 7.5rem;
  width: 100%;
  font-size: 2.7rem;
  font-weight: 700;
  box-shadow: 0 5px 0 #A54300;
  max-width: 35rem;
}
@media (max-width: 767px) {
  .confirm_area .btn-wrap input {
    height: 7.29rem;
  }
}
.confirm_area .btn-wrap .back_button {
  background: #998675;
  box-shadow: 0 5px 0 #534741;
}

.contact-thanks {
  background: #F7F7F7;
  padding: 15rem 2rem 15rem;
}
@media (max-width: 767px) {
  .contact-thanks {
    padding: 7rem 2rem;
  }
}
.contact-thanks .section-title {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .contact-thanks .section-title {
    font-size: 3rem;
  }
}
.contact-thanks .section-text {
  text-align: center;
  font-size: 2.8rem;
  margin-top: 6rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .contact-thanks .section-text {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}

/*==================================================
FAQ
===================================*/
.faq {
  padding: 9rem 2rem 10rem;
  background: #E6E6E6;
}
@media (max-width: 767px) {
  .faq {
    padding: 5rem 1rem;
  }
}
.faq .section-title {
  font-size: 8rem;
  margin-bottom: 7.5rem;
  color: #42210B;
}
@media (max-width: 767px) {
  .faq .section-title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

.faq__width {
  max-width: 142.2rem;
  margin: 0 auto;
}

.question__item {
  margin-bottom: 2.8rem;
  background: #fff;
}
@media (max-width: 767px) {
  .question__item {
    margin-bottom: 1.5rem;
  }
}
.question__item:last-of-type {
  margin-bottom: 0;
}
.question__item .q {
  width: 3.7rem;
}
@media (max-width: 767px) {
  .question__item .q {
    width: 1.7rem;
  }
}
.question__item .a {
  width: 3.9rem;
}
@media (max-width: 767px) {
  .question__item .a {
    width: 2.1rem;
  }
}
.question__item .question {
  padding: 4rem 7rem 3rem;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .question__item .question {
    padding: 2rem 1.5rem;
    gap: 0.5rem;
  }
}
.question__item .question .q-title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .question__item .question .q-title {
    font-size: 1.45rem;
    line-height: 1.7586206897;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.question__item .answer {
  padding: 1rem 7rem 3rem;
}
@media (max-width: 767px) {
  .question__item .answer {
    padding: 0 1.4rem 2rem;
  }
}
.question__item .answer .answe-wrap {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 767px) {
  .question__item .answer .answe-wrap {
    gap: 0.5rem;
  }
}
.question__item .answer .answer__text {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .question__item .answer .answer__text {
    font-size: 1.25rem;
    line-height: 1.76;
  }
}

.cover {
  background: #998675;
  padding: 9rem 2rem 8rem;
}
@media (max-width: 767px) {
  .cover {
    padding: 2rem 2rem;
  }
}
.cover .cover-title {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .cover .cover-title {
    font-size: 2.6rem;
  }
}

.greeting {
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .greeting {
    padding: 3.5rem 1.5rem 0;
  }
}
.greeting .greeting-title {
  font-size: 4.7rem;
  line-height: 1.1914893617;
  color: #534741;
  letter-spacing: 0.05em;
}
@media (min-width:768px) and (max-width: 1024px) {
  .greeting .greeting-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .greeting .greeting-title {
    font-size: 2.9rem;
    line-height: 1.5689655172;
    text-align: center;
  }
}
.greeting .greeting__about {
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .greeting .greeting__about {
    gap: 0;
  }
}
.greeting .greeting__text {
  padding-top: 5.5rem;
}
.greeting .greeting__text p {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 5.7rem;
  color: #242424;
  letter-spacing: 0.02em;
}
@media (min-width:768px) and (max-width: 1024px) {
  .greeting .greeting__text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .greeting .greeting__text p {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.greeting .greeting__img {
  max-width: 89rem;
}
@media (max-width: 767px) {
  .greeting .greeting__img {
    max-width: 100%;
  }
}

.company-detail {
  padding: 12.5rem 2rem 10.5rem;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .company-detail {
    padding: 10rem 2rem 7rem;
  }
}
.company-detail .section-title {
  font-size: 7.4rem;
  color: #42210B;
}
@media (max-width: 767px) {
  .company-detail .section-title {
    font-size: 3rem;
  }
}

.company__table {
  width: 100%;
  border-collapse: collapse;
  margin: 6rem auto 0;
  max-width: 124rem;
  border: solid 2.5px #CCCCCC;
}
@media (max-width: 767px) {
  .company__table {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .company__table tr {
    display: flex;
    flex-direction: column;
  }
}
.company__table tr th,
.company__table tr td {
  border-bottom: solid 2.5px #CCCCCC;
}
@media (max-width: 767px) {
  .company__table tr:last-of-type td {
    border-bottom: none;
  }
}
.company__table tr th {
  width: 29%;
  padding: 5rem 2rem 4.5rem 5rem;
  position: relative;
  border-right: solid 2.5px #CCCCCC;
  text-align: left;
  font-size: 2.8rem;
  font-weight: 700;
  background: #EFE3D8;
  color: #242424;
}
@media (min-width:768px) and (max-width: 1024px) {
  .company__table tr th {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .company__table tr th {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding: 2.5rem 1rem 2.5rem;
    border-right: none;
  }
}
.company__table tr td {
  padding-left: 4.5rem;
  width: 69%;
  font-size: 2.8rem;
  font-weight: 700;
  background: #fff;
  color: #242424;
}
@media (min-width:768px) and (max-width: 1024px) {
  .company__table tr td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .company__table tr td {
    width: 100%;
    padding: 2.5rem 1rem;
    font-size: 1.6rem;
    text-align: center;
  }
}

.price-plan__box {
  background: #F7F7F7;
  padding: 2.5rem 0 4.5rem;
}
@media (max-width: 767px) {
  .price-plan__box {
    padding: 5rem 2rem;
  }
}
.price-plan__box .plan-list {
  background: #009245;
  border-radius: 2.5rem;
  padding: 5rem 7rem 4.7rem;
  max-width: 136.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .price-plan__box .plan-list {
    padding: 3rem 1.5rem 4.5rem;
  }
}
.price-plan__box .plan-list li {
  display: flex;
  align-items: center;
  gap: 9rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .price-plan__box .plan-list li {
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 4rem;
  }
}
.price-plan__box .plan-list li:last-child {
  margin-bottom: 0;
}
.price-plan__box .plan-list .list-title {
  font-size: 5.5rem;
  font-weight: 700;
  background: #fff;
  color: #736357;
  border-radius: 5rem;
  display: inline-block;
  padding: 0.5rem 6rem;
}
@media (max-width: 767px) {
  .price-plan__box .plan-list .list-title {
    font-size: 2.4rem;
    padding: 0.5rem 3rem;
  }
}
.price-plan__box .plan-list p {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2rem;
  text-decoration-thickness: 2.2px;
}
@media (max-width: 767px) {
  .price-plan__box .plan-list p {
    font-size: 1.8rem;
    text-underline-offset: 1rem;
  }
}

.price-plan .plan__item {
  padding: 0 2rem 7rem 0;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .price-plan .plan__item {
    padding: 2rem 2rem 7rem;
    gap: 2rem;
  }
}
.price-plan .plan__img {
  max-width: 41.4937759336vw;
}
@media (max-width: 767px) {
  .price-plan .plan__img {
    max-width: 100%;
  }
}

.price {
  background: #E6E6E6;
  padding: 5rem 2rem 9rem;
  color: #42210B;
}
@media (max-width: 767px) {
  .price {
    padding: 5rem 2rem 7rem;
  }
}
.price .section-title {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .price .section-title {
    font-size: 3rem;
  }
}
.price .round-title {
  border-radius: 5rem;
  font-size: 3.4rem;
  font-weight: 700;
  max-width: 121.9rem;
  margin: 0 auto 6rem;
  background: #FFD95C;
  text-align: center;
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .price .round-title {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.price .price__list {
  gap: 3rem;
}
@media (max-width: 767px) {
  .price .price__list {
    gap: 2rem;
  }
}
.price .price__list li {
  background: #fff;
  border-radius: 2rem;
  padding: 5.5rem 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .price .price__list li {
    padding: 2.7rem 1rem;
  }
}
.price .price__list li .list-title {
  font-size: 5.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .price .price__list li .list-title {
    font-size: 2.6rem;
  }
}
.price .price__list li .price-wrap {
  font-size: 4.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .price .price__list li .price-wrap {
    font-size: 3rem;
  }
}
.price .price__list li .price-wrap .red {
  color: #CC0000;
}
.price .price__list li .price-wrap em {
  font-size: 8.8rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .price .price__list li .price-wrap em {
    font-size: 5.8rem;
  }
}
.price .price__base {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .price .price__base {
    margin-top: 7rem;
  }
}
.price .price__base .base-title {
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 6.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .price .price__base .base-title {
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
  }
}
.price .price__base .price-table {
  max-width: 132.3rem;
  width: 100%;
  margin: 0 auto;
  border: solid 1.3px #999999;
  border-collapse: collapse;
  font-size: 6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .price .price__base .price-table {
    font-size: 2rem;
  }
}
.price .price__base .price-table th,
.price .price__base .price-table td {
  width: 50%;
  text-align: center;
  padding: 2.5rem 0;
  border-bottom: solid 1.3px #999999;
}
@media (max-width: 767px) {
  .price .price__base .price-table th,
  .price .price__base .price-table td {
    padding: 2rem 0;
  }
}
.price .price__base .price-table th {
  background: #F2F2F2;
}
.price .price__base .price-table td {
  background: #fff;
}
.price .price__base .price-table tr:last-of-type th,
.price .price__base .price-table tr:last-of-type td {
  border-bottom: none;
}

.fixed-price .fixed-price__item {
  background: #F7F7F7;
  padding: 7.5rem 2rem 7.5rem;
}
.fixed-price .fixed-price__item .fixed-price__list {
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .fixed-price .fixed-price__item .fixed-price__list {
    border: solid 2.68px #E6E6E6;
    background: #fff;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item {
  border-right: solid 2.68px #E6E6E6;
  padding: 5rem 2rem 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item {
    padding: 3rem 2rem 4rem;
    background: #fff;
    border-right: solid 2.68px #E6E6E6;
    border-left: solid 2.68px #E6E6E6;
    border-bottom: solid 2.68px #E6E6E6;
    margin-bottom: 3rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item::after {
  position: absolute;
  content: "";
  background: #E6E6E6;
  width: 100%;
  height: 2.68px;
  top: -0.1rem;
  left: 0;
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .list-title {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .list-title {
    font-size: 2.6rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .month {
  text-align: center;
  font-size: 6.1rem;
  font-weight: 700;
  color: #808080;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .month {
    font-size: 3.1rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .check-list li {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #808080;
}
@media (min-width:768px) and (max-width: 1024px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .check-list li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .check-list li {
    font-size: 1.8rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .check-list li .icon {
  width: 2.9rem;
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .check-list li:last-child {
  margin-bottom: 0;
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .price-wrap {
  text-align: center;
  font-size: 6.1rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: #808080;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .price-wrap {
    font-size: 3.8rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .price-wrap .yen {
  font-size: 3.3rem;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .price-wrap .yen {
    font-size: 3.1rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .btn {
  background: #E7174E;
  color: #fff;
  max-width: 30rem;
  width: 100%;
  margin: 2rem auto 5rem;
  height: 18.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
  font-weight: 500;
  padding:12px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);

}


@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .btn {
    margin: 2rem auto 2rem;
    font-size: 2.4rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .detail-list li {
  font-size: 3.7rem;
  font-weight: 700;
  margin: 0 auto 1.7rem 0;
  text-decoration: underline;
  text-decoration-color: #E6E6E6;
  text-underline-offset: 1.4rem;
  color: #808080;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .detail-list li {
    font-size: 2.5rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item .detail-list li:last-child {
  margin-bottom: 0;
  text-decoration: none;
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(1) {
  border-top: solid 13px #B0B0B0;
  border-radius: 1.5rem 0 0 0;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(1) {
    border-radius: 1.5rem 1.5rem 0 0;
    margin-bottom: 7rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(1) .list-title {
  color: #808080;
  text-shadow: 2.6px 2.6px 0px #E6E6E6, -2.6px 2.6px 0px #E6E6E6, 2.6px -2.6px 0px #E6E6E6, -2.6px -2.6px 0px #E6E6E6, 2.6px 0px 0px #E6E6E6, 0px 2.6px 0px #E6E6E6, -2.6px 0px 0px #E6E6E6, 0px -2.6px 0px #E6E6E6;
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(2) {
  position: relative;
}
@media (min-width: 768px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(2) {
    border-top: solid 13px #FF6683;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(2) .list-title {
  color: #FF6683;
  text-shadow: 0.6px 0.6px 0px #E6E6E6, -0.6px 0.6px 0px #E6E6E6, 0.6px -0.6px 0px #E6E6E6, -0.6px -0.6px 0px #E6E6E6, 0.6px 0px 0px #E6E6E6, 0px 0.6px 0px #E6E6E6, -0.6px 0px 0px #E6E6E6, 0px -0.6px 0px #E6E6E6;
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(2)::before {
  position: absolute;
  content: "";
  background-image: url(../images/text-osusume.svg);
  background-size: contain;
  width: 44rem;
  height: 4.6rem;
  top: -4.6rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(2)::before {
    width: 100%;
    top: -3.2rem;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(3) {
  border-top: solid 13px #067AB7;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(3) {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(3) .list-title {
  color: #067AB7;
  text-shadow: 2.6px 2.6px 0px #E6E6E6, -2.6px 2.6px 0px #E6E6E6, 2.6px -2.6px 0px #E6E6E6, -2.6px -2.6px 0px #E6E6E6, 2.6px 0px 0px #E6E6E6, 0px 2.6px 0px #E6E6E6, -2.6px 0px 0px #E6E6E6, 0px -2.6px 0px #E6E6E6;
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(4) {
  border-top: solid 13px #067AB7;
  border-radius: 0 1.5rem 0 0;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(4) {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:nth-child(4) .list-title {
  color: #067AB7;
  text-shadow: 2.6px 2.6px 0px #E6E6E6, -2.6px 2.6px 0px #E6E6E6, 2.6px -2.6px 0px #E6E6E6, -2.6px -2.6px 0px #E6E6E6, 2.6px 0px 0px #E6E6E6, 0px 2.6px 0px #E6E6E6, -2.6px 0px 0px #E6E6E6, 0px -2.6px 0px #E6E6E6;
}
.fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .fixed-price .fixed-price__item .fixed-price__list .fixed-price__list__item:last-child {
    margin-bottom: 0;
  }
}

.fixed-btn {
  position: fixed;
  top: 16.7rem;
  right: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .fixed-btn {
    top: 9.7rem;
  }
}
.fixed-btn .btn-list li {
  width: 13.0186721992vw;
  margin-bottom: 2.0746887967vw;
}
@media (max-width: 767px) {
  .fixed-btn .btn-list li {
    width: 6.6rem;
    margin-bottom: 0.7rem;
  }
}
.fixed-btn .btn-list li:last-child {
  margin-bottom: 0;
}

.footer {
  background: #998675;
  color: #fff;
  padding: 1rem 2rem 2.5rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 5rem 2rem 7rem;
  }
}
.footer a {
  color: #fff;
}
.footer .footer__inner {
  justify-content: space-between;
  align-items: center;
}
.footer .footer__left {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .footer .footer__left {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}
.footer .footer__logo {
  max-width: 17.1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    max-width: 11.5rem;
    margin: 0 auto;
  }
}
.footer .address {
  font-size: 3.3rem;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 1.1818181818;
}
@media (max-width: 767px) {
  .footer .address {
    margin-top: 3rem;
    text-align: center;
    font-size: 1.6rem;
  }
}
.footer .footer__menu {
  gap: 4rem;
  align-items: center;
  font-weight: 500;
  display: flex;
}
@media (max-width: 767px) {
  .footer .footer__menu {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4rem auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__menu li {
    text-align: center;
  }
}
.footer .footer__menu li a {
  font-size: 3rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer .footer__menu li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .footer__menu li a {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */



.text_center {
	text-align:center;
}
.font_large {
	font-size:large;
}
