@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  overflow-x: hidden;
}

body {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3b;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.wrapper {
  max-width: 1145px;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 0 20px;
  }
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs {
  position: absolute;
  bottom: -60px;
  left: 14%;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    left: 7%;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .breadcrumbs {
    left: 10%;
    bottom: -46px;
    font-size: 0.8125rem;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, #top__fvTitle, #top__fvTitleSp {
  opacity: 0;
}

.fadeIn__top {
  -webkit-animation: fadeInTop 1s ease-out forwards;
          animation: fadeInTop 1s ease-out forwards;
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 4.1666666667vw, 60px);
  font-size: 0.9375rem;
  position: relative;
  z-index: 999;
  font-weight: 300;
  padding-right: 54px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .header__navList {
    display: none;
  }
}

.header.scroll__nav .header__navList {
  display: none;
  padding-bottom: 0;
}

.header__wrapper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header__logoAndContactArea {
  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;
}

.headerNavContactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 8px;
}
@media (max-width: 499px) {
  .headerNavContactArea {
    gap: 6px;
  }
}

.header__logoArea {
  width: 316px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 499px) {
  .header__logoArea {
    width: 45%;
    padding-left: 10px;
  }
}

.header__nav {
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
  }
}

.has__secondNav {
  position: relative;
}

.secondLayer__navList {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 310px;
  background: #fff;
  border-radius: 20px;
  top: 50px;
  left: -120px;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.has__secondNav:hover .secondLayer__navList {
  visibility: visible;
  opacity: 1;
}

.has__secondNav:hover .headerNavMenu__arrowSvg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.secondLayer__navItem {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.secondLayer__navList .secondLayer__navItem:last-child {
  margin-bottom: 0;
}

.secondLayer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactIcon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  width: inherit;
  height: inherit;
}

.header__tel.contactIcon__container {
  width: unset;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .header__tel.contactIcon__container {
    width: inherit;
    height: inherit;
  }
}

.header__navSpCta.headerNavContact__tel {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .header__navSpCta.headerNavContact__tel {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header__navSpCta.headerNavContact__tel {
    width: 50px;
    height: 50px;
  }
}

.header__emailLink {
  background: #3d0a00;
}
.header__emailLink:hover {
  background: #fff5e0;
}

@media (max-width: 768px) {
  .header__tel {
    background: unset;
    border: 1px solid #3d0a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerOpen__nav {
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.headerOpen__nav.open {
  visibility: visible;
  opacity: 1;
}

.headerOpen__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  max-width: 960px;
  margin: 200px auto 0;
  gap: 30px;
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    max-width: 530px;
  }
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 499px) {
  .headerOpen__navContainer {
    max-width: 420px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerOpen__navItem {
  font-size: 1.5rem;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 499px) {
  .headerOpen__navItem {
    font-size: 1.125rem;
  }
}

.headerOpen__navItem > .nav__borderLeft::before {
  border-top: 1px solid #000;
}
@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft::before {
    width: 14px;
  }
}

@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft {
    padding-left: 30px;
  }
}

.headerOpen__navList > .headerOpen__navItem:last-child {
  margin-bottom: 0;
}

.header__emailLink:hover > .header__emailIcon {
  fill: #3d0a00;
}

.header__sp-menuBtn {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__sp-menuBtn {
    display: block;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 25%;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 20px;
    height: 1px;
    left: 30%;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 20px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 18px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 30px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 24px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 40px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 30px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 24px;
  }
}

.header__sp-menuBtn:hover > span {
  background: #fff;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover > span {
    background: #3d0a00;
  }
}

.header__sp-menuBtn:hover {
  background: #3d0a00;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover {
    background: #fff;
  }
}

.header__sp-menuBtn.open {
  background: #fff5e0;
}

.header.scroll__nav .header__sp-menuBtn {
  display: block;
}

.header__sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header__sp-menuBtn.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(3) {
    top: 24px;
  }
}

.header__contactIcon {
  width: 30px;
}

.header__navSpCta {
  width: 60px;
  height: 60px;
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 50px;
    height: 50px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.sec__space {
  padding: 80px 0 60px;
}

.secTitle__container {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.secBigTitle {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .secBigTitle {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .secBigTitle {
    font-size: 1.875rem;
  }
}

.secSubTitle {
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  color: #79564f;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 0.75rem;
  }
}

.ctaBtn__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ctaBtn__container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .ctaBtn__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta__lightBrown > .ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link:hover::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.cta__lightBrown:hover .ctaBtn__link::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown:hover::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.brownArrow--right::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ctaBtn__link {
  width: 100%;
  display: inline-block;
  padding: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media (max-width: 499px) {
  .ctaBtn__link {
    padding: 20px;
  }
}

.ctaBtn__link::after, .link__serviceItem::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
  position: absolute;
  z-index: 50;
  top: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 29px;
}
@media (max-width: 768px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2em;
  }
}
@media (max-width: 499px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2.4em;
    width: 6px;
    height: 6px;
  }
}

.cta__darkBrown {
  background: #3d0a00;
  color: #fff5e0;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__darkBrown:hover {
  background: #fff5e0;
  color: #3d0a00;
}

.cta__darkBrown:before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .cta__darkBrown:before {
    right: 40px;
  }
}
@media (max-width: 499px) {
  .cta__darkBrown:before {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.cta__darkBrown:hover::before {
  background: #3d0a00;
}

.cta__lightBrown {
  background: #fff5e0;
  color: #3d0a00;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover {
  background: #3d0a00;
  color: #fff5e0;
}

.cta__lightBrown::before {
  background: #3d0a00;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  right: 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cta__lightBrown::before {
    right: 30px;
  }
}
@media (max-width: 499px) {
  .cta__lightBrown::before {
    right: 14px;
  }
}

.cta__lightBrown:hover::before {
  background: #fff5e0;
}

.svg__darkBrown {
  fill: #3d0a00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.svg__lightBrown {
  fill: #fff5e0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover .svg__darkBrown {
  fill: #fff5e0;
}

.cta__lightBrown:hover .svg__lightBrown {
  fill: #3d0a00;
}

.bg-white {
  background: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 499px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.align--right {
  display: block;
  text-align: right;
}

.align--center {
  display: block;
  text-align: center;
}

.darkBrown--text {
  color: #3d0a00;
}

@media (max-width: 768px) {
  .fv__mainTitle.hide--sp {
    display: none;
  }
}

.fv__mainTitle.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .fv__mainTitle.show--sp {
    display: inline;
  }
}

@media (max-width: 1000px) {
  .topAbout__imgContainer.hide--tab {
    display: none;
  }
}

.topAbout__imgContainer.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .topAbout__imgContainer.show--tab {
    display: block;
  }
}

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

.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
  }
}

@media (max-width: 499px) {
  .hide--ssp {
    display: none;
  }
}

.show--ssp {
  display: none;
}
@media (max-width: 499px) {
  .show--ssp {
    display: block;
  }
}

@media (max-width: 1000px) {
  .hide--tab {
    display: none;
  }
}

.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .show--tab {
    display: block;
  }
}

.childPage__fvFrame {
  border: 0.5px solid #3d0a00;
  z-index: -1;
  width: 100%;
}

.childPage__fvImgContainer > .frame__img.fv__frame {
  width: 103%;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .frame__img.fv__frame {
    width: 104%;
  }
}

.fv__imgContainer.childPage__fvImgContainer {
  height: 423px;
}
@media (max-width: 768px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-left: 2%;
  }
}
@media (max-width: 499px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-right: -20%;
  }
}

.fv__titleContainer.childFv__titleContainer {
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  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;
  color: #fff;
}

.fv__mainTitle.childFv__mainTitle {
  background: unset;
  font-size: 2.75rem;
  line-height: 5.3125rem;
}
@media (max-width: 499px) {
  .fv__mainTitle.childFv__mainTitle {
    font-size: 1.875rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }
}

.childPage__fvEnTitle {
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
}

.page-template {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
  top: 130px;
  z-index: -1;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
    top: 80px;
    width: 300px;
    left: -25%;
  }
}

.page-template::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/12/child-page-fv-bg.jpg") no-repeat center;
  width: 58.4722222222vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 1000px) {
  .page-template::before {
    content: unset;
  }
}

.childPage__secTitle {
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  .childPage__secTitle {
    font-size: 1.75rem;
  }
}

.page-template section {
  margin-top: 120px;
}

.page-template section:last-child {
  margin-bottom: 130px;
}

.childPageSec__description {
  font-size: 1.1875rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .childPageSec__description {
    font-size: 1.5rem;
    line-height: 3.0625rem;
  }
}
@media (max-width: 499px) {
  .childPageSec__description {
    font-size: 1.1875rem;
    line-height: 2.25rem;
  }
}

.border--brown {
  border: 1px solid #3d0a00;
  padding: 30px;
}
@media (max-width: 499px) {
  .border--brown {
    padding: 16px;
  }
}

.over--scroll {
  overflow: scroll;
}

.over--scroll::-webkit-scrollbar {
  display: none;
}

.priceGraph__scroll {
  display: block;
  overflow: auto;
}

.priceGraph__scroll img {
  min-width: 800px;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3b;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.wrapper {
  max-width: 1145px;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 0 20px;
  }
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs {
  position: absolute;
  bottom: -60px;
  left: 14%;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    left: 7%;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .breadcrumbs {
    left: 10%;
    bottom: -46px;
    font-size: 0.8125rem;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, #top__fvTitle, #top__fvTitleSp {
  opacity: 0;
}

.fadeIn__top {
  -webkit-animation: fadeInTop 1s ease-out forwards;
          animation: fadeInTop 1s ease-out forwards;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 4.1666666667vw, 60px);
  font-size: 0.9375rem;
  position: relative;
  z-index: 999;
  font-weight: 300;
  padding-right: 54px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .header__navList {
    display: none;
  }
}

.header.scroll__nav .header__navList {
  display: none;
  padding-bottom: 0;
}

.header__wrapper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header__logoAndContactArea {
  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;
}

.headerNavContactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 8px;
}
@media (max-width: 499px) {
  .headerNavContactArea {
    gap: 6px;
  }
}

.header__logoArea {
  width: 316px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 499px) {
  .header__logoArea {
    width: 45%;
    padding-left: 10px;
  }
}

.header__nav {
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
  }
}

.has__secondNav {
  position: relative;
}

.secondLayer__navList {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 310px;
  background: #fff;
  border-radius: 20px;
  top: 50px;
  left: -120px;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.has__secondNav:hover .secondLayer__navList {
  visibility: visible;
  opacity: 1;
}

.has__secondNav:hover .headerNavMenu__arrowSvg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.secondLayer__navItem {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.secondLayer__navList .secondLayer__navItem:last-child {
  margin-bottom: 0;
}

.secondLayer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactIcon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  width: inherit;
  height: inherit;
}

.header__tel.contactIcon__container {
  width: unset;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .header__tel.contactIcon__container {
    width: inherit;
    height: inherit;
  }
}

.header__navSpCta.headerNavContact__tel {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .header__navSpCta.headerNavContact__tel {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header__navSpCta.headerNavContact__tel {
    width: 50px;
    height: 50px;
  }
}

.header__emailLink {
  background: #3d0a00;
}
.header__emailLink:hover {
  background: #fff5e0;
}

@media (max-width: 768px) {
  .header__tel {
    background: unset;
    border: 1px solid #3d0a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerOpen__nav {
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.headerOpen__nav.open {
  visibility: visible;
  opacity: 1;
}

.headerOpen__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  max-width: 960px;
  margin: 200px auto 0;
  gap: 30px;
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    max-width: 530px;
  }
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 499px) {
  .headerOpen__navContainer {
    max-width: 420px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerOpen__navItem {
  font-size: 1.5rem;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 499px) {
  .headerOpen__navItem {
    font-size: 1.125rem;
  }
}

.headerOpen__navItem > .nav__borderLeft::before {
  border-top: 1px solid #000;
}
@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft::before {
    width: 14px;
  }
}

@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft {
    padding-left: 30px;
  }
}

.headerOpen__navList > .headerOpen__navItem:last-child {
  margin-bottom: 0;
}

.header__emailLink:hover > .header__emailIcon {
  fill: #3d0a00;
}

.header__sp-menuBtn {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__sp-menuBtn {
    display: block;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 25%;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 20px;
    height: 1px;
    left: 30%;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 20px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 18px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 30px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 24px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 40px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 30px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 24px;
  }
}

.header__sp-menuBtn:hover > span {
  background: #fff;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover > span {
    background: #3d0a00;
  }
}

.header__sp-menuBtn:hover {
  background: #3d0a00;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover {
    background: #fff;
  }
}

.header__sp-menuBtn.open {
  background: #fff5e0;
}

.header.scroll__nav .header__sp-menuBtn {
  display: block;
}

.header__sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header__sp-menuBtn.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(3) {
    top: 24px;
  }
}

.header__contactIcon {
  width: 30px;
}

.header__navSpCta {
  width: 60px;
  height: 60px;
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 50px;
    height: 50px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.sec__space {
  padding: 80px 0 60px;
}

.secTitle__container {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.secBigTitle {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .secBigTitle {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .secBigTitle {
    font-size: 1.875rem;
  }
}

.secSubTitle {
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  color: #79564f;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 0.75rem;
  }
}

.ctaBtn__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ctaBtn__container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .ctaBtn__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta__lightBrown > .ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link:hover::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.cta__lightBrown:hover .ctaBtn__link::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown:hover::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.brownArrow--right::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ctaBtn__link {
  width: 100%;
  display: inline-block;
  padding: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media (max-width: 499px) {
  .ctaBtn__link {
    padding: 20px;
  }
}

.ctaBtn__link::after, .link__serviceItem::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
  position: absolute;
  z-index: 50;
  top: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 29px;
}
@media (max-width: 768px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2em;
  }
}
@media (max-width: 499px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2.4em;
    width: 6px;
    height: 6px;
  }
}

.cta__darkBrown {
  background: #3d0a00;
  color: #fff5e0;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__darkBrown:hover {
  background: #fff5e0;
  color: #3d0a00;
}

.cta__darkBrown:before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .cta__darkBrown:before {
    right: 40px;
  }
}
@media (max-width: 499px) {
  .cta__darkBrown:before {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.cta__darkBrown:hover::before {
  background: #3d0a00;
}

.cta__lightBrown {
  background: #fff5e0;
  color: #3d0a00;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover {
  background: #3d0a00;
  color: #fff5e0;
}

.cta__lightBrown::before {
  background: #3d0a00;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  right: 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cta__lightBrown::before {
    right: 30px;
  }
}
@media (max-width: 499px) {
  .cta__lightBrown::before {
    right: 14px;
  }
}

.cta__lightBrown:hover::before {
  background: #fff5e0;
}

.svg__darkBrown {
  fill: #3d0a00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.svg__lightBrown {
  fill: #fff5e0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover .svg__darkBrown {
  fill: #fff5e0;
}

.cta__lightBrown:hover .svg__lightBrown {
  fill: #3d0a00;
}

.bg-white {
  background: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 499px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.align--right {
  display: block;
  text-align: right;
}

.align--center {
  display: block;
  text-align: center;
}

.darkBrown--text {
  color: #3d0a00;
}

@media (max-width: 768px) {
  .fv__mainTitle.hide--sp {
    display: none;
  }
}

.fv__mainTitle.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .fv__mainTitle.show--sp {
    display: inline;
  }
}

@media (max-width: 1000px) {
  .topAbout__imgContainer.hide--tab {
    display: none;
  }
}

.topAbout__imgContainer.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .topAbout__imgContainer.show--tab {
    display: block;
  }
}

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

.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
  }
}

@media (max-width: 499px) {
  .hide--ssp {
    display: none;
  }
}

.show--ssp {
  display: none;
}
@media (max-width: 499px) {
  .show--ssp {
    display: block;
  }
}

@media (max-width: 1000px) {
  .hide--tab {
    display: none;
  }
}

.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .show--tab {
    display: block;
  }
}

.childPage__fvFrame {
  border: 0.5px solid #3d0a00;
  z-index: -1;
  width: 100%;
}

.childPage__fvImgContainer > .frame__img.fv__frame {
  width: 103%;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .frame__img.fv__frame {
    width: 104%;
  }
}

.fv__imgContainer.childPage__fvImgContainer {
  height: 423px;
}
@media (max-width: 768px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-left: 2%;
  }
}
@media (max-width: 499px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-right: -20%;
  }
}

.fv__titleContainer.childFv__titleContainer {
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  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;
  color: #fff;
}

.fv__mainTitle.childFv__mainTitle {
  background: unset;
  font-size: 2.75rem;
  line-height: 5.3125rem;
}
@media (max-width: 499px) {
  .fv__mainTitle.childFv__mainTitle {
    font-size: 1.875rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }
}

.childPage__fvEnTitle {
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
}

.page-template {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
  top: 130px;
  z-index: -1;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
    top: 80px;
    width: 300px;
    left: -25%;
  }
}

.page-template::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/12/child-page-fv-bg.jpg") no-repeat center;
  width: 58.4722222222vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 1000px) {
  .page-template::before {
    content: unset;
  }
}

.childPage__secTitle {
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  .childPage__secTitle {
    font-size: 1.75rem;
  }
}

.page-template section {
  margin-top: 120px;
}

.page-template section:last-child {
  margin-bottom: 130px;
}

.childPageSec__description {
  font-size: 1.1875rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .childPageSec__description {
    font-size: 1.5rem;
    line-height: 3.0625rem;
  }
}
@media (max-width: 499px) {
  .childPageSec__description {
    font-size: 1.1875rem;
    line-height: 2.25rem;
  }
}

.border--brown {
  border: 1px solid #3d0a00;
  padding: 30px;
}
@media (max-width: 499px) {
  .border--brown {
    padding: 16px;
  }
}

.over--scroll {
  overflow: scroll;
}

.over--scroll::-webkit-scrollbar {
  display: none;
}

.priceGraph__scroll {
  display: block;
  overflow: auto;
}

.priceGraph__scroll img {
  min-width: 800px;
}

.ceoSignImg {
  display: inline-block;
  max-width: 260px;
}
@media (max-width: 499px) {
  .ceoSignImg {
    max-width: 180px;
  }
}

.childPageCompany__fv {
  background-size: cover;
}

.company__infoContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .company__infoContents {
    display: block;
  }
}

.company__infoTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: 180px;
  border-top: 1px solid #d2d2d2;
}
@media (max-width: 1000px) {
  .company__infoTitle {
    padding: 30px 0 8px;
    width: 100%;
    border-bottom: unset;
  }
}
@media (max-width: 499px) {
  .company__infoTitle {
    padding: 20px 0 10px;
    font-size: 1.0625rem;
  }
}

.company__infoDesc {
  padding: 20px 0 20px 16px;
  width: calc(100% - 180px);
  line-height: 1.5;
  border-top: 1px solid #d2d2d2;
  margin-left: 0;
}
.company__infoDesc address {
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .company__infoDesc address {
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .company__infoDesc {
    padding: 0 0 30px;
    width: 100%;
    border-top: unset;
  }
}
@media (max-width: 499px) {
  .company__infoDesc {
    padding: 0 0 5.0083472454vw;
  }
}

.lineHeight--small {
  line-height: 1.125rem;
}

.company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1000px) {
  .company__flex {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 499px) {
  .googleMap {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .company__address iframe {
    max-height: 300px;
  }
}

.ddLastItem {
  border-bottom: 1px solid #d2d2d2;
}

.dtLastItem {
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1000px) {
  .dtLastItem {
    border-bottom: unset;
  }
}

.companyInfo__item {
  margin-bottom: 10px;
}

.companyInfo__list > .companyInfo__item:last-child {
  margin-bottom: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3b;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.wrapper {
  max-width: 1145px;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 0 20px;
  }
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs {
  position: absolute;
  bottom: -60px;
  left: 14%;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    left: 7%;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .breadcrumbs {
    left: 10%;
    bottom: -46px;
    font-size: 0.8125rem;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, #top__fvTitle, #top__fvTitleSp {
  opacity: 0;
}

.fadeIn__top {
  -webkit-animation: fadeInTop 1s ease-out forwards;
          animation: fadeInTop 1s ease-out forwards;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 4.1666666667vw, 60px);
  font-size: 0.9375rem;
  position: relative;
  z-index: 999;
  font-weight: 300;
  padding-right: 54px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .header__navList {
    display: none;
  }
}

.header.scroll__nav .header__navList {
  display: none;
  padding-bottom: 0;
}

.header__wrapper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header__logoAndContactArea {
  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;
}

.headerNavContactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 8px;
}
@media (max-width: 499px) {
  .headerNavContactArea {
    gap: 6px;
  }
}

.header__logoArea {
  width: 316px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 499px) {
  .header__logoArea {
    width: 45%;
    padding-left: 10px;
  }
}

.header__nav {
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
  }
}

.has__secondNav {
  position: relative;
}

.secondLayer__navList {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 310px;
  background: #fff;
  border-radius: 20px;
  top: 50px;
  left: -120px;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.has__secondNav:hover .secondLayer__navList {
  visibility: visible;
  opacity: 1;
}

.has__secondNav:hover .headerNavMenu__arrowSvg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.secondLayer__navItem {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.secondLayer__navList .secondLayer__navItem:last-child {
  margin-bottom: 0;
}

.secondLayer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactIcon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  width: inherit;
  height: inherit;
}

.header__tel.contactIcon__container {
  width: unset;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .header__tel.contactIcon__container {
    width: inherit;
    height: inherit;
  }
}

.header__navSpCta.headerNavContact__tel {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .header__navSpCta.headerNavContact__tel {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header__navSpCta.headerNavContact__tel {
    width: 50px;
    height: 50px;
  }
}

.header__emailLink {
  background: #3d0a00;
}
.header__emailLink:hover {
  background: #fff5e0;
}

@media (max-width: 768px) {
  .header__tel {
    background: unset;
    border: 1px solid #3d0a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerOpen__nav {
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.headerOpen__nav.open {
  visibility: visible;
  opacity: 1;
}

.headerOpen__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  max-width: 960px;
  margin: 200px auto 0;
  gap: 30px;
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    max-width: 530px;
  }
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 499px) {
  .headerOpen__navContainer {
    max-width: 420px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerOpen__navItem {
  font-size: 1.5rem;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 499px) {
  .headerOpen__navItem {
    font-size: 1.125rem;
  }
}

.headerOpen__navItem > .nav__borderLeft::before {
  border-top: 1px solid #000;
}
@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft::before {
    width: 14px;
  }
}

@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft {
    padding-left: 30px;
  }
}

.headerOpen__navList > .headerOpen__navItem:last-child {
  margin-bottom: 0;
}

.header__emailLink:hover > .header__emailIcon {
  fill: #3d0a00;
}

.header__sp-menuBtn {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__sp-menuBtn {
    display: block;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 25%;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 20px;
    height: 1px;
    left: 30%;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 20px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 18px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 30px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 24px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 40px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 30px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 24px;
  }
}

.header__sp-menuBtn:hover > span {
  background: #fff;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover > span {
    background: #3d0a00;
  }
}

.header__sp-menuBtn:hover {
  background: #3d0a00;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover {
    background: #fff;
  }
}

.header__sp-menuBtn.open {
  background: #fff5e0;
}

.header.scroll__nav .header__sp-menuBtn {
  display: block;
}

.header__sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header__sp-menuBtn.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(3) {
    top: 24px;
  }
}

.header__contactIcon {
  width: 30px;
}

.header__navSpCta {
  width: 60px;
  height: 60px;
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 50px;
    height: 50px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.sec__space {
  padding: 80px 0 60px;
}

.secTitle__container {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.secBigTitle {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .secBigTitle {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .secBigTitle {
    font-size: 1.875rem;
  }
}

.secSubTitle {
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  color: #79564f;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 0.75rem;
  }
}

.ctaBtn__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ctaBtn__container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .ctaBtn__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta__lightBrown > .ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link:hover::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.cta__lightBrown:hover .ctaBtn__link::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown:hover::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.brownArrow--right::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ctaBtn__link {
  width: 100%;
  display: inline-block;
  padding: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media (max-width: 499px) {
  .ctaBtn__link {
    padding: 20px;
  }
}

.ctaBtn__link::after, .link__serviceItem::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
  position: absolute;
  z-index: 50;
  top: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 29px;
}
@media (max-width: 768px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2em;
  }
}
@media (max-width: 499px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2.4em;
    width: 6px;
    height: 6px;
  }
}

.cta__darkBrown {
  background: #3d0a00;
  color: #fff5e0;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__darkBrown:hover {
  background: #fff5e0;
  color: #3d0a00;
}

.cta__darkBrown:before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .cta__darkBrown:before {
    right: 40px;
  }
}
@media (max-width: 499px) {
  .cta__darkBrown:before {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.cta__darkBrown:hover::before {
  background: #3d0a00;
}

.cta__lightBrown {
  background: #fff5e0;
  color: #3d0a00;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover {
  background: #3d0a00;
  color: #fff5e0;
}

.cta__lightBrown::before {
  background: #3d0a00;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  right: 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cta__lightBrown::before {
    right: 30px;
  }
}
@media (max-width: 499px) {
  .cta__lightBrown::before {
    right: 14px;
  }
}

.cta__lightBrown:hover::before {
  background: #fff5e0;
}

.svg__darkBrown {
  fill: #3d0a00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.svg__lightBrown {
  fill: #fff5e0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover .svg__darkBrown {
  fill: #fff5e0;
}

.cta__lightBrown:hover .svg__lightBrown {
  fill: #3d0a00;
}

.bg-white {
  background: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 499px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.align--right {
  display: block;
  text-align: right;
}

.align--center {
  display: block;
  text-align: center;
}

.darkBrown--text {
  color: #3d0a00;
}

@media (max-width: 768px) {
  .fv__mainTitle.hide--sp {
    display: none;
  }
}

.fv__mainTitle.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .fv__mainTitle.show--sp {
    display: inline;
  }
}

@media (max-width: 1000px) {
  .topAbout__imgContainer.hide--tab {
    display: none;
  }
}

.topAbout__imgContainer.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .topAbout__imgContainer.show--tab {
    display: block;
  }
}

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

.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
  }
}

@media (max-width: 499px) {
  .hide--ssp {
    display: none;
  }
}

.show--ssp {
  display: none;
}
@media (max-width: 499px) {
  .show--ssp {
    display: block;
  }
}

@media (max-width: 1000px) {
  .hide--tab {
    display: none;
  }
}

.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .show--tab {
    display: block;
  }
}

.childPage__fvFrame {
  border: 0.5px solid #3d0a00;
  z-index: -1;
  width: 100%;
}

.childPage__fvImgContainer > .frame__img.fv__frame {
  width: 103%;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .frame__img.fv__frame {
    width: 104%;
  }
}

.fv__imgContainer.childPage__fvImgContainer {
  height: 423px;
}
@media (max-width: 768px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-left: 2%;
  }
}
@media (max-width: 499px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-right: -20%;
  }
}

.fv__titleContainer.childFv__titleContainer {
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  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;
  color: #fff;
}

.fv__mainTitle.childFv__mainTitle {
  background: unset;
  font-size: 2.75rem;
  line-height: 5.3125rem;
}
@media (max-width: 499px) {
  .fv__mainTitle.childFv__mainTitle {
    font-size: 1.875rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }
}

.childPage__fvEnTitle {
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
}

.page-template {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
  top: 130px;
  z-index: -1;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
    top: 80px;
    width: 300px;
    left: -25%;
  }
}

.page-template::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/12/child-page-fv-bg.jpg") no-repeat center;
  width: 58.4722222222vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 1000px) {
  .page-template::before {
    content: unset;
  }
}

.childPage__secTitle {
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  .childPage__secTitle {
    font-size: 1.75rem;
  }
}

.page-template section {
  margin-top: 120px;
}

.page-template section:last-child {
  margin-bottom: 130px;
}

.childPageSec__description {
  font-size: 1.1875rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .childPageSec__description {
    font-size: 1.5rem;
    line-height: 3.0625rem;
  }
}
@media (max-width: 499px) {
  .childPageSec__description {
    font-size: 1.1875rem;
    line-height: 2.25rem;
  }
}

.border--brown {
  border: 1px solid #3d0a00;
  padding: 30px;
}
@media (max-width: 499px) {
  .border--brown {
    padding: 16px;
  }
}

.over--scroll {
  overflow: scroll;
}

.over--scroll::-webkit-scrollbar {
  display: none;
}

.priceGraph__scroll {
  display: block;
  overflow: auto;
}

.priceGraph__scroll img {
  min-width: 800px;
}

.childPageSec__description.customer__desc {
  background: #f8f1f0;
  padding: 50px 70px;
  margin-bottom: 60px;
  line-height: 1.875rem;
}
@media (max-width: 768px) {
  .childPageSec__description.customer__desc {
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .childPageSec__description.customer__desc {
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.customer__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
  margin-bottom: 100px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .customer__column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.customer__column2.retirement__column2 {
  margin-bottom: 60px;
}

.column--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
}
@media (max-width: 768px) {
  .column--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 20px;
  }
}

.customer__columnItemImg {
  width: 382px;
  height: 280px;
}
@media (max-width: 1000px) {
  .customer__columnItemImg {
    width: 332px;
    height: 230px;
  }
}

.customer__columnItemContents {
  width: calc(95% - 382px);
}
@media (max-width: 1000px) {
  .customer__columnItemContents {
    width: calc(95% - 332px);
  }
}
@media (max-width: 768px) {
  .customer__columnItemContents {
    width: 104%;
    margin-bottom: 30px;
    margin-left: -20px;
  }
}

.customer__column2Title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: -0.5rem;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .customer__column2Title {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .customer__column2Title {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 499px) {
  .customer__column2Title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

.customer__contentsText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .customer__contentsText {
    font-size: 1.25rem;
    line-height: 2.0625rem;
  }
}
@media (max-width: 499px) {
  .customer__contentsText {
    font-size: 0.9375rem;
    line-height: 1.75rem;
  }
}

.retirement__contentsText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media (max-width: 768px) {
  .retirement__contentsText {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 499px) {
  .retirement__contentsText {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.service__exampleContainer .title--hasDot {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .service__exampleContainer .title--hasDot {
    font-size: 1.875rem;
  }
}
@media (max-width: 499px) {
  .service__exampleContainer .title--hasDot {
    font-size: 1.25rem;
  }
}

.example__item::marker {
  font-size: 0.6em;
}

.service__exampleContainer .sub__title {
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .service__exampleContainer .sub__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  .service__exampleContainer .sub__title {
    font-size: 1.1875rem;
  }
}

.service__exampleContainer .title--hasDot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #3d0a00;
  border-radius: 50px;
  margin-right: 20px;
}

.service__exampleContainer .example__list {
  list-style-type: disc;
  padding-left: 30px;
  margin-top: 20px;
}

.example__list .example__item {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .example__list .example__item {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 499px) {
  .example__list .example__item {
    font-size: 1rem;
  }
}

.customer__column2 > .blur__left {
  top: 20px;
  right: 47%;
}

.customer__columnItemImg > .blurCircle__img {
  width: 300px;
}
@media (max-width: 499px) {
  .customer__columnItemImg > .blurCircle__img {
    width: 220px;
  }
}

.customer__column2 > .img__hasFrame {
  min-height: inherit;
}
@media (max-width: 768px) {
  .customer__column2 > .img__hasFrame {
    height: 53.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .customer__column2 > .img__hasFrame {
    width: 85%;
  }
}
@media (max-width: 499px) {
  .customer__column2 > .img__hasFrame {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .customer__column2 .frame__img {
    right: 5%;
    width: 100%;
  }
}
@media (max-width: 499px) {
  .customer__column2 .frame__img {
    right: 6%;
  }
}

.objectFit--img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
@media (max-width: 768px) {
  .objectFit--img {
    width: 100%;
  }
}

.objectFit--img > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}

.ctaBtn__container.personal__debtLinkArea {
  width: 106%;
  margin-top: 60px;
  margin-left: -20px;
}

.page-template section.customer__firstSec {
  margin-top: 140px;
}

.page-template section.secBg--gray.retirement__priceSec {
  margin-bottom: -120px !important;
}

.hasBgColor__descArea {
  background: #f8f1f0;
  padding: 50px 70px;
}
@media (max-width: 499px) {
  .hasBgColor__descArea {
    padding: 30px 20px;
  }
}

.retirement__secTitle {
  font-size: 1.875rem;
  text-align: center;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .retirement__secTitle {
    font-size: 2.125rem;
    line-height: 2.8125rem;
  }
}
@media (max-width: 499px) {
  .retirement__secTitle {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.debt__secTitle {
  font-size: 1.75rem;
  text-align: center;
  line-height: 2.375rem;
}
@media (max-width: 768px) {
  .debt__secTitle {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 499px) {
  .debt__secTitle {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.retirementProblem__section {
  background: url("/wp-content/uploads/2024/12/retirement-worries-bg-scaled.jpg") no-repeat center;
  background-size: cover;
}

.retirement__problemColumn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 4%;
}
@media (max-width: 499px) {
  .retirement__problemColumn2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.retirement__problemColumn2 > .retirement__problemList:first-child {
  width: 40%;
}
@media (max-width: 499px) {
  .retirement__problemColumn2 > .retirement__problemList:first-child {
    width: 100%;
  }
}

.retirement__problemColumn2 > .retirement__problemList:last-child {
  width: 52%;
}
@media (max-width: 499px) {
  .retirement__problemColumn2 > .retirement__problemList:last-child {
    width: 100%;
  }
}

.retirementProblem__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}

.retirementProblem__item > img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 16px;
}

.retirementProblem__item > span {
  width: calc(100% - 20px);
  line-height: 1.75rem;
}

.retirement__column {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 460px;
}

.flexAlign--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hasNumber__TitleArea {
  font-size: 1.625rem;
  line-height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .hasNumber__TitleArea {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 499px) {
  .hasNumber__TitleArea {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.retirement__column2Title {
  width: calc(100% - 60px);
}

.titleNumber {
  background: #3d0a00;
  color: #fff;
  margin-right: 8px;
  padding: 4px 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  width: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .titleNumber {
    margin-right: 16px;
    padding: 8px 0 12px;
    width: 70px;
  }
}
@media (max-width: 499px) {
  .titleNumber {
    margin-right: 8px;
    padding: 4px 0 8px;
    width: 50px;
  }
}

.secBg--gray {
  background: #f3f3f3;
  padding: 80px 0;
}

.page-template section.secBg--gray {
  margin-bottom: -80px !important;
}

.priceTable__table {
  border: 1px solid #3d0a00;
  font-family: "Noto Sans JP", sans-serif;
}

.priceTable__tbody {
  display: block;
}

.priceTable__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.priceTable__tr .text--small {
  font-size: 0.6em;
  height: 0;
  margin-left: 4px;
  display: inline-block;
}

.priceTable__tr td, .priceTable__tr th {
  width: 100%;
  min-height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  padding: 10px 8px;
}
@media (max-width: 499px) {
  .priceTable__tr td, .priceTable__tr th {
    font-size: 1rem;
  }
}

.priceTable__tr th {
  border-bottom: 1px solid #3d0a00;
  background: #e5e5e5;
  color: #595959;
  font-weight: 400;
}

.price03__td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
}

.price03__td .text--small {
  margin-top: 6px;
  height: unset;
}

@media (max-width: 499px) {
  .debt__description {
    font-size: 1.0625rem;
    line-height: 1.6875rem;
  }
}

.debt__description .bigger--font {
  font-size: 1.15em;
}

.debt__item {
  margin-bottom: 50px;
}

.debt__list .debt__item:last-child {
  margin-bottom: 0;
}

.debt__itemSecondTitle {
  margin-top: 24px;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .debt__itemSecondTitle {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 499px) {
  .debt__itemSecondTitle {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.debt__itemSecondTitle .small--text {
  font-size: 0.6em;
}

.debt__contentsText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.8125rem;
}
@media (max-width: 768px) {
  .debt__contentsText {
    font-size: 1.4375rem;
    line-height: 2.0625rem;
  }
}
@media (max-width: 499px) {
  .debt__contentsText {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.debt--underlineTextArea {
  text-align: center;
}

.debt--underlineText {
  font-size: 1.875rem;
  line-height: 2.625rem;
  margin-bottom: 16px;
  color: #3d0a00;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #feeae7));
  background: linear-gradient(transparent 60%, #feeae7 40%);
}
@media (max-width: 768px) {
  .debt--underlineText {
    font-size: 2.125rem;
    line-height: 2.875rem;
  }
}
@media (max-width: 499px) {
  .debt--underlineText {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.ctaBtn__container.debt__ctaContainer {
  max-width: 770px;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3b;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.wrapper {
  max-width: 1145px;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 0 20px;
  }
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs {
  position: absolute;
  bottom: -60px;
  left: 14%;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    left: 7%;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .breadcrumbs {
    left: 10%;
    bottom: -46px;
    font-size: 0.8125rem;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, #top__fvTitle, #top__fvTitleSp {
  opacity: 0;
}

.fadeIn__top {
  -webkit-animation: fadeInTop 1s ease-out forwards;
          animation: fadeInTop 1s ease-out forwards;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 4.1666666667vw, 60px);
  font-size: 0.9375rem;
  position: relative;
  z-index: 999;
  font-weight: 300;
  padding-right: 54px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .header__navList {
    display: none;
  }
}

.header.scroll__nav .header__navList {
  display: none;
  padding-bottom: 0;
}

.header__wrapper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header__logoAndContactArea {
  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;
}

.headerNavContactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 8px;
}
@media (max-width: 499px) {
  .headerNavContactArea {
    gap: 6px;
  }
}

.header__logoArea {
  width: 316px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 499px) {
  .header__logoArea {
    width: 45%;
    padding-left: 10px;
  }
}

.header__nav {
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
  }
}

.has__secondNav {
  position: relative;
}

.secondLayer__navList {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 310px;
  background: #fff;
  border-radius: 20px;
  top: 50px;
  left: -120px;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.has__secondNav:hover .secondLayer__navList {
  visibility: visible;
  opacity: 1;
}

.has__secondNav:hover .headerNavMenu__arrowSvg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.secondLayer__navItem {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.secondLayer__navList .secondLayer__navItem:last-child {
  margin-bottom: 0;
}

.secondLayer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactIcon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  width: inherit;
  height: inherit;
}

.header__tel.contactIcon__container {
  width: unset;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .header__tel.contactIcon__container {
    width: inherit;
    height: inherit;
  }
}

.header__navSpCta.headerNavContact__tel {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .header__navSpCta.headerNavContact__tel {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header__navSpCta.headerNavContact__tel {
    width: 50px;
    height: 50px;
  }
}

.header__emailLink {
  background: #3d0a00;
}
.header__emailLink:hover {
  background: #fff5e0;
}

@media (max-width: 768px) {
  .header__tel {
    background: unset;
    border: 1px solid #3d0a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerOpen__nav {
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.headerOpen__nav.open {
  visibility: visible;
  opacity: 1;
}

.headerOpen__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  max-width: 960px;
  margin: 200px auto 0;
  gap: 30px;
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    max-width: 530px;
  }
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 499px) {
  .headerOpen__navContainer {
    max-width: 420px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerOpen__navItem {
  font-size: 1.5rem;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 499px) {
  .headerOpen__navItem {
    font-size: 1.125rem;
  }
}

.headerOpen__navItem > .nav__borderLeft::before {
  border-top: 1px solid #000;
}
@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft::before {
    width: 14px;
  }
}

@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft {
    padding-left: 30px;
  }
}

.headerOpen__navList > .headerOpen__navItem:last-child {
  margin-bottom: 0;
}

.header__emailLink:hover > .header__emailIcon {
  fill: #3d0a00;
}

.header__sp-menuBtn {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__sp-menuBtn {
    display: block;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 25%;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 20px;
    height: 1px;
    left: 30%;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 20px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 18px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 30px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 24px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 40px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 30px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 24px;
  }
}

.header__sp-menuBtn:hover > span {
  background: #fff;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover > span {
    background: #3d0a00;
  }
}

.header__sp-menuBtn:hover {
  background: #3d0a00;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover {
    background: #fff;
  }
}

.header__sp-menuBtn.open {
  background: #fff5e0;
}

.header.scroll__nav .header__sp-menuBtn {
  display: block;
}

.header__sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header__sp-menuBtn.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(3) {
    top: 24px;
  }
}

.header__contactIcon {
  width: 30px;
}

.header__navSpCta {
  width: 60px;
  height: 60px;
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 50px;
    height: 50px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.sec__space {
  padding: 80px 0 60px;
}

.secTitle__container {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.secBigTitle {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .secBigTitle {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .secBigTitle {
    font-size: 1.875rem;
  }
}

.secSubTitle {
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  color: #79564f;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 0.75rem;
  }
}

.ctaBtn__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ctaBtn__container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .ctaBtn__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta__lightBrown > .ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link:hover::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.cta__lightBrown:hover .ctaBtn__link::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown:hover::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.brownArrow--right::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ctaBtn__link {
  width: 100%;
  display: inline-block;
  padding: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media (max-width: 499px) {
  .ctaBtn__link {
    padding: 20px;
  }
}

.ctaBtn__link::after, .link__serviceItem::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
  position: absolute;
  z-index: 50;
  top: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 29px;
}
@media (max-width: 768px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2em;
  }
}
@media (max-width: 499px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2.4em;
    width: 6px;
    height: 6px;
  }
}

.cta__darkBrown {
  background: #3d0a00;
  color: #fff5e0;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__darkBrown:hover {
  background: #fff5e0;
  color: #3d0a00;
}

.cta__darkBrown:before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .cta__darkBrown:before {
    right: 40px;
  }
}
@media (max-width: 499px) {
  .cta__darkBrown:before {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.cta__darkBrown:hover::before {
  background: #3d0a00;
}

.cta__lightBrown {
  background: #fff5e0;
  color: #3d0a00;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover {
  background: #3d0a00;
  color: #fff5e0;
}

.cta__lightBrown::before {
  background: #3d0a00;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  right: 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cta__lightBrown::before {
    right: 30px;
  }
}
@media (max-width: 499px) {
  .cta__lightBrown::before {
    right: 14px;
  }
}

.cta__lightBrown:hover::before {
  background: #fff5e0;
}

.svg__darkBrown {
  fill: #3d0a00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.svg__lightBrown {
  fill: #fff5e0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover .svg__darkBrown {
  fill: #fff5e0;
}

.cta__lightBrown:hover .svg__lightBrown {
  fill: #3d0a00;
}

.bg-white {
  background: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 499px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.align--right {
  display: block;
  text-align: right;
}

.align--center {
  display: block;
  text-align: center;
}

.darkBrown--text {
  color: #3d0a00;
}

@media (max-width: 768px) {
  .fv__mainTitle.hide--sp {
    display: none;
  }
}

.fv__mainTitle.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .fv__mainTitle.show--sp {
    display: inline;
  }
}

@media (max-width: 1000px) {
  .topAbout__imgContainer.hide--tab {
    display: none;
  }
}

.topAbout__imgContainer.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .topAbout__imgContainer.show--tab {
    display: block;
  }
}

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

.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
  }
}

@media (max-width: 499px) {
  .hide--ssp {
    display: none;
  }
}

.show--ssp {
  display: none;
}
@media (max-width: 499px) {
  .show--ssp {
    display: block;
  }
}

@media (max-width: 1000px) {
  .hide--tab {
    display: none;
  }
}

.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .show--tab {
    display: block;
  }
}

.childPage__fvFrame {
  border: 0.5px solid #3d0a00;
  z-index: -1;
  width: 100%;
}

.childPage__fvImgContainer > .frame__img.fv__frame {
  width: 103%;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .frame__img.fv__frame {
    width: 104%;
  }
}

.fv__imgContainer.childPage__fvImgContainer {
  height: 423px;
}
@media (max-width: 768px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-left: 2%;
  }
}
@media (max-width: 499px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-right: -20%;
  }
}

.fv__titleContainer.childFv__titleContainer {
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  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;
  color: #fff;
}

.fv__mainTitle.childFv__mainTitle {
  background: unset;
  font-size: 2.75rem;
  line-height: 5.3125rem;
}
@media (max-width: 499px) {
  .fv__mainTitle.childFv__mainTitle {
    font-size: 1.875rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }
}

.childPage__fvEnTitle {
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
}

.page-template {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
  top: 130px;
  z-index: -1;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
    top: 80px;
    width: 300px;
    left: -25%;
  }
}

.page-template::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/12/child-page-fv-bg.jpg") no-repeat center;
  width: 58.4722222222vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 1000px) {
  .page-template::before {
    content: unset;
  }
}

.childPage__secTitle {
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  .childPage__secTitle {
    font-size: 1.75rem;
  }
}

.page-template section {
  margin-top: 120px;
}

.page-template section:last-child {
  margin-bottom: 130px;
}

.childPageSec__description {
  font-size: 1.1875rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .childPageSec__description {
    font-size: 1.5rem;
    line-height: 3.0625rem;
  }
}
@media (max-width: 499px) {
  .childPageSec__description {
    font-size: 1.1875rem;
    line-height: 2.25rem;
  }
}

.border--brown {
  border: 1px solid #3d0a00;
  padding: 30px;
}
@media (max-width: 499px) {
  .border--brown {
    padding: 16px;
  }
}

.over--scroll {
  overflow: scroll;
}

.over--scroll::-webkit-scrollbar {
  display: none;
}

.priceGraph__scroll {
  display: block;
  overflow: auto;
}

.priceGraph__scroll img {
  min-width: 800px;
}

.childPageArchive__fv {
  background: url("下層ページ共通FV画像URL入れる") no-repeat bottom left;
  background-size: cover;
}

.pagenation {
  text-align: center;
  margin-top: 40px;
}

.page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 15px;
  background: #3d0a00;
  color: #fff;
}
@media (max-width: 768px) {
  .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 499px) {
  .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 2.5041736227vw;
  }
}
.page-numbers.current {
  background: #dadada;
  color: #747474;
}

.page-numbers:hover {
  background: #fff5e0;
  color: #3d0a00;
}

.page-numbers.current:hover {
  background: #dadada;
  color: #747474;
}

.wrapper.post__content {
  padding: 120px 60px;
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .wrapper.post__content {
    padding: 90px 25px 120px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .wrapper.post__content {
    padding: 90px 16px 120px;
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.post__breadcrumbs {
  font-size: 0.8125rem;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 499px) {
  .post__breadcrumbs {
    text-align: left;
    line-height: 15px;
  }
}

.post__mainImage {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .post__mainImage {
    padding-top: 0;
  }
}
.post__mainImage img {
  aspect-ratio: 10/6;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__fvContainer {
  width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .post__fvContainer {
    width: 100%;
  }
}

.post__date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 30px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post__date-category .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
@media (max-width: 499px) {
  .post__date-category .post-categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post__date-category .post-categories li {
  border: 1px solid #333;
  padding: 3px;
  margin: auto;
  line-height: 20px;
  text-indent: unset;
}
@media (max-width: 499px) {
  .post__date-category .post-categories li {
    margin: 0;
  }
}
.post__date-category .post-categories li:before {
  content: unset;
}
.post__date-category .post-categories a {
  text-decoration: unset;
  color: #000;
}

.post__date {
  color: #303030;
  font-family: "Poppins", sans-serif;
}

.post__h1 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 60px;
  color: #000;
}
@media (max-width: 768px) {
  .post__h1 {
    font-size: 2.125rem;
    line-height: 2.875rem;
  }
}
@media (max-width: 499px) {
  .post__h1 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.wp-block-image {
  margin: 40px auto;
}

.post__content {
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .post__content {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .post__content {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.post__content h2 {
  margin-bottom: 30px;
  font-size: 1.25rem;
  border-left: 13px solid #3d0a00;
  padding: 6px 0 6px 12px;
  line-height: 2.25rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .post__content h2 {
    font-size: 2.125rem;
    line-height: 2.875rem;
  }
}
@media (max-width: 499px) {
  .post__content h2 {
    margin-bottom: 24px;
    font-size: 1.5rem;
    border-left: 12px solid #3d0a00;
    line-height: 2.25rem;
  }
}

.post__content h1 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .post__content h1 {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 499px) {
  .post__content h1 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.post__content h3 {
  font-size: 1.125rem;
  background: #f5efee;
  padding: 12px 20px;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .post__content h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .post__content h3 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.post__content h4 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin: 30px 0 20px;
  font-weight: 600;
}
@media (max-width: 499px) {
  .post__content h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.post__content h5 {
  font-size: 1.125rem;
  margin: 30px 0 20px;
  color: #3d0a00;
  font-weight: 600;
}

.post__content p {
  line-height: 1.75rem;
  margin-bottom: 30px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .post__content p {
    line-height: 2rem;
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  .post__content p {
    line-height: 1.75rem;
    margin-bottom: 24px;
    font-size: 1rem;
  }
}

.post__content .is-type-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post__content .wp-block-quote {
  position: relative;
  margin: 30px 60px;
  background: #f5efee;
}
@media (max-width: 499px) {
  .post__content .wp-block-quote {
    margin: 30px 0;
  }
}

.post__content .wp-block-quote p {
  padding: 20px 60px;
  margin-bottom: 0;
  background: #f5efee;
}
@media (max-width: 499px) {
  .post__content .wp-block-quote p {
    padding: 3.3388981636vw 10.0166944908vw;
  }
}

.post__content .wp-block-quote::before {
  content: "";
  background: url("/wp-content/uploads/2024/12/quote-left.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
}

.post__content .wp-block-quote::after {
  content: "";
  background: url("/wp-content/uploads/2024/12/quote-right.webp") no-repeat center;
  background-size: cover;
  bottom: 10px;
  right: 10px;
  position: absolute;
  width: 15px;
  height: 15px;
}

.post__content .wp-block-table {
  margin: 0;
}

.post__content blockquote {
  text-align: center;
}

.post__content table {
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .post__content table {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content table thead {
  border-bottom: unset;
}

.post__content table td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: #fff;
}

.post__content table th {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: #ededed;
}

.post__content ol {
  margin: 30px 0;
  counter-reset: item;
  padding: 20px 30px;
}

.post__content ol li {
  text-indent: -2.2em;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.75rem;
  counter-increment: item;
}
.post__content ol li:last-child {
  margin-bottom: 0;
}

.post__content ol li ul {
  padding: 20px 0;
  list-style-type: none;
}
.post__content ol li ul:last-child {
  margin-bottom: 0;
}

.post__content ol li ul li {
  counter-increment: none;
}

.post__content ol li:before {
  content: counter(item) ".";
  color: #3d0a00;
  font-weight: 700;
  margin-right: 20px;
}

.post__content ul {
  padding: 20px 30px 0;
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .post__content ul {
    margin-bottom: 24px;
  }
}

.post__content ul li {
  text-indent: -1.7em;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.75rem;
}
.post__content ul li:last-child {
  margin-bottom: 0;
}

.post__content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #3d0a00;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
}

.post__content ul li ul, .post__content ol li ol {
  padding: 10px 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0;
}

.post__content ol li ol li ol, .post__content ul li ul li ul {
  padding-left: 20px;
}

.post__content ul li ul li {
  text-indent: -1.7em;
  padding-left: 10px;
}
@media (max-width: 499px) {
  .post__content ul li ul li {
    text-indent: -1em;
  }
}

.post__content ol li ol li {
  text-indent: -2.2em;
  padding-left: 20px;
}

.post__content ul li ul li::before {
  content: "";
  background: unset;
  width: 6px;
  height: 6px;
  border: 1px solid #3d0a00;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 499px) {
  .post__content ul li ul li::before {
    margin-right: 10px;
  }
}

.post__content ul li ul li ul li {
  text-indent: -1.7em;
}

.post__content ol li ol li ol li {
  text-indent: -2.2em;
  padding-left: 20px;
}

.post__content ul li ul li ul li::before {
  content: "";
  background: #3d0a00;
  width: 8px;
  height: 2px;
  border: unset;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.post__content address {
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .post__content address {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content a {
  text-decoration: underline;
  color: #3d0a00;
}

.post__breadcrumbs a {
  color: #333;
  text-decoration: unset;
}

.post__content dl {
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .post__content dl {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content dt {
  font-weight: 700;
  padding-bottom: 8px;
  color: #3d0a00;
}
@media (max-width: 499px) {
  .post__content dt {
    margin-bottom: 1.3355592654vw;
  }
}

.post__content dd {
  margin: 0 0 16px 20px;
}
@media (max-width: 499px) {
  .post__content dd {
    margin: 0 0 2.6711185309vw 3.3388981636vw;
  }
}

.post__content pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  white-space: pre-wrap;
}

.post__content q {
  position: relative;
  margin: 30px 30px 0;
  display: block;
}

.post__content q::before {
  content: "";
  background: url("/wp-content/uploads/2024/12/quote-left.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -30px;
  width: 10px;
  height: 10px;
}

.post__content q::after {
  content: "";
  background: url("/wp-content/uploads/2024/12/quote-right.webp") no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 0px;
  right: -30px;
  position: absolute;
  width: 10px;
  height: 10px;
}

ul.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background: #f6f6f6;
  padding: 16px 0;
  border-radius: 50px;
  max-width: 400px;
  margin: 120px auto 30px;
}
@media (max-width: 768px) {
  ul.sns__list {
    padding: 10px 0;
  }
}
@media (max-width: 499px) {
  ul.sns__list {
    padding: 1.6694490818vw 0;
    gap: 6.6777963272vw;
    margin: 20.0333889816vw auto 5.0083472454vw;
  }
}

ul.sns__list li.sns__item {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}

ul.sns__list li.sns__item::before {
  content: unset;
}

.sns__link {
  width: 30px;
  display: block;
}
@media (max-width: 499px) {
  .sns__link {
    width: 25px;
  }
}

.sns__link img {
  vertical-align: middle;
}

.sns__x {
  width: 24px;
}
@media (max-width: 499px) {
  .sns__x {
    width: 20px;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3b;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.wrapper {
  max-width: 1145px;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 0 20px;
  }
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs {
  position: absolute;
  bottom: -60px;
  left: 14%;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    left: 7%;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .breadcrumbs {
    left: 10%;
    bottom: -46px;
    font-size: 0.8125rem;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, #top__fvTitle, #top__fvTitleSp {
  opacity: 0;
}

.fadeIn__top {
  -webkit-animation: fadeInTop 1s ease-out forwards;
          animation: fadeInTop 1s ease-out forwards;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 4.1666666667vw, 60px);
  font-size: 0.9375rem;
  position: relative;
  z-index: 999;
  font-weight: 300;
  padding-right: 54px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .header__navList {
    display: none;
  }
}

.header.scroll__nav .header__navList {
  display: none;
  padding-bottom: 0;
}

.header__wrapper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header__logoAndContactArea {
  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;
}

.headerNavContactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 8px;
}
@media (max-width: 499px) {
  .headerNavContactArea {
    gap: 6px;
  }
}

.header__logoArea {
  width: 316px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 499px) {
  .header__logoArea {
    width: 45%;
    padding-left: 10px;
  }
}

.header__nav {
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
  }
}

.has__secondNav {
  position: relative;
}

.secondLayer__navList {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 310px;
  background: #fff;
  border-radius: 20px;
  top: 50px;
  left: -120px;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.has__secondNav:hover .secondLayer__navList {
  visibility: visible;
  opacity: 1;
}

.has__secondNav:hover .headerNavMenu__arrowSvg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.secondLayer__navItem {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.secondLayer__navList .secondLayer__navItem:last-child {
  margin-bottom: 0;
}

.secondLayer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactIcon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  width: inherit;
  height: inherit;
}

.header__tel.contactIcon__container {
  width: unset;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .header__tel.contactIcon__container {
    width: inherit;
    height: inherit;
  }
}

.header__navSpCta.headerNavContact__tel {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .header__navSpCta.headerNavContact__tel {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header__navSpCta.headerNavContact__tel {
    width: 50px;
    height: 50px;
  }
}

.header__emailLink {
  background: #3d0a00;
}
.header__emailLink:hover {
  background: #fff5e0;
}

@media (max-width: 768px) {
  .header__tel {
    background: unset;
    border: 1px solid #3d0a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerOpen__nav {
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.headerOpen__nav.open {
  visibility: visible;
  opacity: 1;
}

.headerOpen__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  max-width: 960px;
  margin: 200px auto 0;
  gap: 30px;
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    max-width: 530px;
  }
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 499px) {
  .headerOpen__navContainer {
    max-width: 420px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerOpen__navItem {
  font-size: 1.5rem;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 499px) {
  .headerOpen__navItem {
    font-size: 1.125rem;
  }
}

.headerOpen__navItem > .nav__borderLeft::before {
  border-top: 1px solid #000;
}
@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft::before {
    width: 14px;
  }
}

@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft {
    padding-left: 30px;
  }
}

.headerOpen__navList > .headerOpen__navItem:last-child {
  margin-bottom: 0;
}

.header__emailLink:hover > .header__emailIcon {
  fill: #3d0a00;
}

.header__sp-menuBtn {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__sp-menuBtn {
    display: block;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 25%;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 20px;
    height: 1px;
    left: 30%;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 20px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 18px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 30px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 24px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 40px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 30px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 24px;
  }
}

.header__sp-menuBtn:hover > span {
  background: #fff;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover > span {
    background: #3d0a00;
  }
}

.header__sp-menuBtn:hover {
  background: #3d0a00;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover {
    background: #fff;
  }
}

.header__sp-menuBtn.open {
  background: #fff5e0;
}

.header.scroll__nav .header__sp-menuBtn {
  display: block;
}

.header__sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header__sp-menuBtn.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(3) {
    top: 24px;
  }
}

.header__contactIcon {
  width: 30px;
}

.header__navSpCta {
  width: 60px;
  height: 60px;
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 50px;
    height: 50px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.sec__space {
  padding: 80px 0 60px;
}

.secTitle__container {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.secBigTitle {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .secBigTitle {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .secBigTitle {
    font-size: 1.875rem;
  }
}

.secSubTitle {
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  color: #79564f;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 0.75rem;
  }
}

.ctaBtn__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ctaBtn__container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .ctaBtn__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta__lightBrown > .ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link:hover::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.cta__lightBrown:hover .ctaBtn__link::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown:hover::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.brownArrow--right::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ctaBtn__link {
  width: 100%;
  display: inline-block;
  padding: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media (max-width: 499px) {
  .ctaBtn__link {
    padding: 20px;
  }
}

.ctaBtn__link::after, .link__serviceItem::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
  position: absolute;
  z-index: 50;
  top: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 29px;
}
@media (max-width: 768px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2em;
  }
}
@media (max-width: 499px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2.4em;
    width: 6px;
    height: 6px;
  }
}

.cta__darkBrown {
  background: #3d0a00;
  color: #fff5e0;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__darkBrown:hover {
  background: #fff5e0;
  color: #3d0a00;
}

.cta__darkBrown:before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .cta__darkBrown:before {
    right: 40px;
  }
}
@media (max-width: 499px) {
  .cta__darkBrown:before {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.cta__darkBrown:hover::before {
  background: #3d0a00;
}

.cta__lightBrown {
  background: #fff5e0;
  color: #3d0a00;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover {
  background: #3d0a00;
  color: #fff5e0;
}

.cta__lightBrown::before {
  background: #3d0a00;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  right: 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cta__lightBrown::before {
    right: 30px;
  }
}
@media (max-width: 499px) {
  .cta__lightBrown::before {
    right: 14px;
  }
}

.cta__lightBrown:hover::before {
  background: #fff5e0;
}

.svg__darkBrown {
  fill: #3d0a00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.svg__lightBrown {
  fill: #fff5e0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover .svg__darkBrown {
  fill: #fff5e0;
}

.cta__lightBrown:hover .svg__lightBrown {
  fill: #3d0a00;
}

.bg-white {
  background: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 499px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.align--right {
  display: block;
  text-align: right;
}

.align--center {
  display: block;
  text-align: center;
}

.darkBrown--text {
  color: #3d0a00;
}

@media (max-width: 768px) {
  .fv__mainTitle.hide--sp {
    display: none;
  }
}

.fv__mainTitle.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .fv__mainTitle.show--sp {
    display: inline;
  }
}

@media (max-width: 1000px) {
  .topAbout__imgContainer.hide--tab {
    display: none;
  }
}

.topAbout__imgContainer.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .topAbout__imgContainer.show--tab {
    display: block;
  }
}

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

.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
  }
}

@media (max-width: 499px) {
  .hide--ssp {
    display: none;
  }
}

.show--ssp {
  display: none;
}
@media (max-width: 499px) {
  .show--ssp {
    display: block;
  }
}

@media (max-width: 1000px) {
  .hide--tab {
    display: none;
  }
}

.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .show--tab {
    display: block;
  }
}

.childPage__fvFrame {
  border: 0.5px solid #3d0a00;
  z-index: -1;
  width: 100%;
}

.childPage__fvImgContainer > .frame__img.fv__frame {
  width: 103%;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .frame__img.fv__frame {
    width: 104%;
  }
}

.fv__imgContainer.childPage__fvImgContainer {
  height: 423px;
}
@media (max-width: 768px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-left: 2%;
  }
}
@media (max-width: 499px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-right: -20%;
  }
}

.fv__titleContainer.childFv__titleContainer {
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  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;
  color: #fff;
}

.fv__mainTitle.childFv__mainTitle {
  background: unset;
  font-size: 2.75rem;
  line-height: 5.3125rem;
}
@media (max-width: 499px) {
  .fv__mainTitle.childFv__mainTitle {
    font-size: 1.875rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }
}

.childPage__fvEnTitle {
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
}

.page-template {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
  top: 130px;
  z-index: -1;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
    top: 80px;
    width: 300px;
    left: -25%;
  }
}

.page-template::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/12/child-page-fv-bg.jpg") no-repeat center;
  width: 58.4722222222vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 1000px) {
  .page-template::before {
    content: unset;
  }
}

.childPage__secTitle {
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  .childPage__secTitle {
    font-size: 1.75rem;
  }
}

.page-template section {
  margin-top: 120px;
}

.page-template section:last-child {
  margin-bottom: 130px;
}

.childPageSec__description {
  font-size: 1.1875rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .childPageSec__description {
    font-size: 1.5rem;
    line-height: 3.0625rem;
  }
}
@media (max-width: 499px) {
  .childPageSec__description {
    font-size: 1.1875rem;
    line-height: 2.25rem;
  }
}

.border--brown {
  border: 1px solid #3d0a00;
  padding: 30px;
}
@media (max-width: 499px) {
  .border--brown {
    padding: 16px;
  }
}

.over--scroll {
  overflow: scroll;
}

.over--scroll::-webkit-scrollbar {
  display: none;
}

.priceGraph__scroll {
  display: block;
  overflow: auto;
}

.priceGraph__scroll img {
  min-width: 800px;
}

.members__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
  margin-top: 130px;
}
@media (max-width: 768px) {
  .members__column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.members__ceoImgContainer.img__hasFrame {
  position: relative;
  width: 340px;
  min-height: 437px;
}
@media (max-width: 1000px) {
  .members__ceoImgContainer.img__hasFrame {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .members__ceoImgContainer.img__hasFrame {
    width: 80%;
    margin: auto;
    min-height: 93.3333333333vw;
  }
}

.members__ceoImgContainer > .blur__right {
  width: 310px;
  top: 36%;
  left: 34%;
}
@media (max-width: 1000px) {
  .members__ceoImgContainer > .blur__right {
    top: 18%;
  }
}

.members__commonContentsArea {
  width: calc(96% - 340px);
}
@media (max-width: 1000px) {
  .members__commonContentsArea {
    width: calc(96% - 300px);
  }
}
@media (max-width: 768px) {
  .members__commonContentsArea {
    width: 100%;
  }
}

.members__commonContentsArea .lawyer {
  font-size: 0.9375rem;
  margin-bottom: 4px;
  display: inline-block;
}

.members__nameJp {
  font-size: 1.75rem;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .members__nameJp {
    font-size: 2.375rem;
  }
}
@media (max-width: 499px) {
  .members__nameJp {
    font-size: 1.75rem;
    margin-right: 5.0083472454vw;
  }
}

.members__nameEn {
  font-size: 1.1875rem;
  color: #79564f;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .members__nameEn {
    font-size: 1.8125rem;
  }
}
@media (max-width: 499px) {
  .members__nameEn {
    font-size: 1.1875rem;
  }
}

.members__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.members__dt {
  border: 1px solid #3d0a00;
  font-size: 0.8125rem;
  padding: 4px 8px;
  width: 90px;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .members__dt {
    font-size: 1.4375rem;
    width: 110px;
  }
}
@media (max-width: 499px) {
  .members__dt {
    font-size: 0.8125rem;
    margin-bottom: 6px;
    width: 90px;
  }
}

.members__dd {
  width: calc(100% - 110px);
  margin-left: 20px;
  margin-bottom: 12px;
  margin-top: -3px;
  line-height: 1.6875rem;
}
@media (max-width: 768px) {
  .members__dd {
    width: calc(100% - 130px);
    line-height: 2.3125rem;
  }
}
@media (max-width: 499px) {
  .members__dd {
    width: 100%;
    line-height: 1.6875rem;
    margin-top: 0;
    margin-left: 0;
  }
}

.members__ddText {
  margin-left: 110px;
}
@media (max-width: 768px) {
  .members__ddText {
    margin-left: 130px;
  }
}
@media (max-width: 499px) {
  .members__ddText {
    margin-left: 0;
  }
}

.members__onlyText {
  margin-top: 50px;
  width: 100%;
}

.members__onlyText .members__dl {
  -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: start;
}

.members__onlyText .members__dd {
  margin-left: 0;
}
@media (max-width: 768px) {
  .members__onlyText .members__dd {
    width: 100%;
  }
}

.contactInfo__Container.price__contactContainer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.price__contactEmail .contactBanner__emailIcon {
  position: absolute;
  left: 26px;
}
@media (max-width: 499px) {
  .price__contactEmail .contactBanner__emailIcon {
    left: 20px;
  }
}

.ctaBtn__container.price__contactEmail {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
}
@media (max-width: 768px) {
  .ctaBtn__container.price__contactEmail {
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}

@media (max-width: 499px) {
  .price__contactEmail .ctaBtn__link {
    padding: 24px 0;
    font-size: 0.875rem;
  }
}

.price__contactEmail {
  background: #3d0a00;
  color: #fff5e0;
  border-radius: 50px;
}

.price__contactEmail.cta__darkBrown::before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .price__contactEmail.cta__darkBrown::before {
    right: 30px;
  }
}

@media (max-width: 768px) {
  .price__contactEmail .banner__contactArrow.ctaBtn__link::after {
    right: 1.9em;
  }
}

@media (max-width: 768px) {
  .price__contactContainer .tel__text {
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .price__contactContainer .tel__text {
    font-size: 0.8125rem;
  }
}

@media (max-width: 499px) {
  .price__contactContainer .cta__darkBrown:before {
    right: 20px;
  }
}
.price__contactContainer .cta__darkBrown > .ctaBtn__link::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}
.price__contactContainer .cta__darkBrown:hover > .ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}
.price__contactContainer .cta__darkBrown:hover > .svg__lightBrown {
  fill: #3d0a00;
}
.price__contactContainer .tel__link {
  position: relative;
  left: unset;
  border: unset;
}
@media (max-width: 499px) {
  .price__contactContainer .contactBanner__number {
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  img.price__telIcon {
    position: relative;
    left: 0;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3b;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.wrapper {
  max-width: 1145px;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 0 20px;
  }
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs {
  position: absolute;
  bottom: -60px;
  left: 14%;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    left: 7%;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .breadcrumbs {
    left: 10%;
    bottom: -46px;
    font-size: 0.8125rem;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, #top__fvTitle, #top__fvTitleSp {
  opacity: 0;
}

.fadeIn__top {
  -webkit-animation: fadeInTop 1s ease-out forwards;
          animation: fadeInTop 1s ease-out forwards;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 4.1666666667vw, 60px);
  font-size: 0.9375rem;
  position: relative;
  z-index: 999;
  font-weight: 300;
  padding-right: 54px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .header__navList {
    display: none;
  }
}

.header.scroll__nav .header__navList {
  display: none;
  padding-bottom: 0;
}

.header__wrapper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header__logoAndContactArea {
  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;
}

.headerNavContactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 8px;
}
@media (max-width: 499px) {
  .headerNavContactArea {
    gap: 6px;
  }
}

.header__logoArea {
  width: 316px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 499px) {
  .header__logoArea {
    width: 45%;
    padding-left: 10px;
  }
}

.header__nav {
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
  }
}

.has__secondNav {
  position: relative;
}

.secondLayer__navList {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 310px;
  background: #fff;
  border-radius: 20px;
  top: 50px;
  left: -120px;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.has__secondNav:hover .secondLayer__navList {
  visibility: visible;
  opacity: 1;
}

.has__secondNav:hover .headerNavMenu__arrowSvg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.secondLayer__navItem {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.secondLayer__navList .secondLayer__navItem:last-child {
  margin-bottom: 0;
}

.secondLayer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactIcon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  width: inherit;
  height: inherit;
}

.header__tel.contactIcon__container {
  width: unset;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .header__tel.contactIcon__container {
    width: inherit;
    height: inherit;
  }
}

.header__navSpCta.headerNavContact__tel {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .header__navSpCta.headerNavContact__tel {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header__navSpCta.headerNavContact__tel {
    width: 50px;
    height: 50px;
  }
}

.header__emailLink {
  background: #3d0a00;
}
.header__emailLink:hover {
  background: #fff5e0;
}

@media (max-width: 768px) {
  .header__tel {
    background: unset;
    border: 1px solid #3d0a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerOpen__nav {
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.headerOpen__nav.open {
  visibility: visible;
  opacity: 1;
}

.headerOpen__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  max-width: 960px;
  margin: 200px auto 0;
  gap: 30px;
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    max-width: 530px;
  }
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 499px) {
  .headerOpen__navContainer {
    max-width: 420px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerOpen__navItem {
  font-size: 1.5rem;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 499px) {
  .headerOpen__navItem {
    font-size: 1.125rem;
  }
}

.headerOpen__navItem > .nav__borderLeft::before {
  border-top: 1px solid #000;
}
@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft::before {
    width: 14px;
  }
}

@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft {
    padding-left: 30px;
  }
}

.headerOpen__navList > .headerOpen__navItem:last-child {
  margin-bottom: 0;
}

.header__emailLink:hover > .header__emailIcon {
  fill: #3d0a00;
}

.header__sp-menuBtn {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__sp-menuBtn {
    display: block;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 25%;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 20px;
    height: 1px;
    left: 30%;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 20px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 18px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 30px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 24px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 40px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 30px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 24px;
  }
}

.header__sp-menuBtn:hover > span {
  background: #fff;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover > span {
    background: #3d0a00;
  }
}

.header__sp-menuBtn:hover {
  background: #3d0a00;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover {
    background: #fff;
  }
}

.header__sp-menuBtn.open {
  background: #fff5e0;
}

.header.scroll__nav .header__sp-menuBtn {
  display: block;
}

.header__sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header__sp-menuBtn.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(3) {
    top: 24px;
  }
}

.header__contactIcon {
  width: 30px;
}

.header__navSpCta {
  width: 60px;
  height: 60px;
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 50px;
    height: 50px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.sec__space {
  padding: 80px 0 60px;
}

.secTitle__container {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.secBigTitle {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .secBigTitle {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .secBigTitle {
    font-size: 1.875rem;
  }
}

.secSubTitle {
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  color: #79564f;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 0.75rem;
  }
}

.ctaBtn__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ctaBtn__container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .ctaBtn__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta__lightBrown > .ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link:hover::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.cta__lightBrown:hover .ctaBtn__link::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown:hover::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.brownArrow--right::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ctaBtn__link {
  width: 100%;
  display: inline-block;
  padding: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media (max-width: 499px) {
  .ctaBtn__link {
    padding: 20px;
  }
}

.ctaBtn__link::after, .link__serviceItem::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
  position: absolute;
  z-index: 50;
  top: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 29px;
}
@media (max-width: 768px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2em;
  }
}
@media (max-width: 499px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2.4em;
    width: 6px;
    height: 6px;
  }
}

.cta__darkBrown {
  background: #3d0a00;
  color: #fff5e0;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__darkBrown:hover {
  background: #fff5e0;
  color: #3d0a00;
}

.cta__darkBrown:before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .cta__darkBrown:before {
    right: 40px;
  }
}
@media (max-width: 499px) {
  .cta__darkBrown:before {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.cta__darkBrown:hover::before {
  background: #3d0a00;
}

.cta__lightBrown {
  background: #fff5e0;
  color: #3d0a00;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover {
  background: #3d0a00;
  color: #fff5e0;
}

.cta__lightBrown::before {
  background: #3d0a00;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  right: 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cta__lightBrown::before {
    right: 30px;
  }
}
@media (max-width: 499px) {
  .cta__lightBrown::before {
    right: 14px;
  }
}

.cta__lightBrown:hover::before {
  background: #fff5e0;
}

.svg__darkBrown {
  fill: #3d0a00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.svg__lightBrown {
  fill: #fff5e0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover .svg__darkBrown {
  fill: #fff5e0;
}

.cta__lightBrown:hover .svg__lightBrown {
  fill: #3d0a00;
}

.bg-white {
  background: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 499px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.align--right {
  display: block;
  text-align: right;
}

.align--center {
  display: block;
  text-align: center;
}

.darkBrown--text {
  color: #3d0a00;
}

@media (max-width: 768px) {
  .fv__mainTitle.hide--sp {
    display: none;
  }
}

.fv__mainTitle.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .fv__mainTitle.show--sp {
    display: inline;
  }
}

@media (max-width: 1000px) {
  .topAbout__imgContainer.hide--tab {
    display: none;
  }
}

.topAbout__imgContainer.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .topAbout__imgContainer.show--tab {
    display: block;
  }
}

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

.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
  }
}

@media (max-width: 499px) {
  .hide--ssp {
    display: none;
  }
}

.show--ssp {
  display: none;
}
@media (max-width: 499px) {
  .show--ssp {
    display: block;
  }
}

@media (max-width: 1000px) {
  .hide--tab {
    display: none;
  }
}

.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .show--tab {
    display: block;
  }
}

.childPage__fvFrame {
  border: 0.5px solid #3d0a00;
  z-index: -1;
  width: 100%;
}

.childPage__fvImgContainer > .frame__img.fv__frame {
  width: 103%;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .frame__img.fv__frame {
    width: 104%;
  }
}

.fv__imgContainer.childPage__fvImgContainer {
  height: 423px;
}
@media (max-width: 768px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-left: 2%;
  }
}
@media (max-width: 499px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-right: -20%;
  }
}

.fv__titleContainer.childFv__titleContainer {
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  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;
  color: #fff;
}

.fv__mainTitle.childFv__mainTitle {
  background: unset;
  font-size: 2.75rem;
  line-height: 5.3125rem;
}
@media (max-width: 499px) {
  .fv__mainTitle.childFv__mainTitle {
    font-size: 1.875rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }
}

.childPage__fvEnTitle {
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
}

.page-template {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
  top: 130px;
  z-index: -1;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
    top: 80px;
    width: 300px;
    left: -25%;
  }
}

.page-template::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/12/child-page-fv-bg.jpg") no-repeat center;
  width: 58.4722222222vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 1000px) {
  .page-template::before {
    content: unset;
  }
}

.childPage__secTitle {
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  .childPage__secTitle {
    font-size: 1.75rem;
  }
}

.page-template section {
  margin-top: 120px;
}

.page-template section:last-child {
  margin-bottom: 130px;
}

.childPageSec__description {
  font-size: 1.1875rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .childPageSec__description {
    font-size: 1.5rem;
    line-height: 3.0625rem;
  }
}
@media (max-width: 499px) {
  .childPageSec__description {
    font-size: 1.1875rem;
    line-height: 2.25rem;
  }
}

.border--brown {
  border: 1px solid #3d0a00;
  padding: 30px;
}
@media (max-width: 499px) {
  .border--brown {
    padding: 16px;
  }
}

.over--scroll {
  overflow: scroll;
}

.over--scroll::-webkit-scrollbar {
  display: none;
}

.priceGraph__scroll {
  display: block;
  overflow: auto;
}

.priceGraph__scroll img {
  min-width: 800px;
}

@media (max-width: 768px) {
  .smf-form--simple-table {
    margin-top: 50px;
  }
}

.fontSize--24 {
  font-size: 1.5rem;
}

.contact__telLink {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact__telLink .contactBanner__telIcon {
  position: relative;
  margin-top: 5px;
  left: unset;
}

@media (max-width: 768px) {
  .contact__telLink.tel__link {
    border: unset;
  }
}

.contact__itemLabel {
  font-family: "Noto Sans JP", sans-serif;
}

.contact__itemLabel .sme-bg-color {
  border-radius: 2px;
  padding: 0 10px 6px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .contact__itemLabel .sme-bg-color {
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .form__mustLabel.form__showPc {
    display: none;
  }
}

.form__mustLabel.form__showSp {
  display: none;
}
@media (max-width: 768px) {
  .form__mustLabel.form__showSp {
    display: block;
  }
}

.snow-monkey-form {
  margin: 100px auto 70px;
  max-width: 1105px;
}

.form__description {
  text-align: center;
  margin-bottom: 70px;
}

.wp-block-snow-monkey-forms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.wp-block-snow-monkey-forms-item:nth-of-type(1) {
  display: block;
}
@media (max-width: 768px) {
  .wp-block-snow-monkey-forms-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 30px;
  }
}

.wp-block-snow-monkey-forms-item .smf-item__col--controls .smf-item__controls .formInput__container {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wp-block-snow-monkey-forms-item .smf-item__col--controls .smf-item__controls .formInput__container {
    gap: 16px;
    margin-top: -16px;
  }
}

.smf-item__col--label {
  width: 170px;
}
@media (max-width: 768px) {
  .smf-item__col--label {
    width: inherit;
    margin-bottom: 10px;
  }
}

.smf-item__col--label .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .smf-item__col--label .smf-item__label__text {
    font-size: 1.1875rem;
    font-weight: 600;
  }
}

.smf-item__col--controls {
  margin-left: 30px;
  width: calc(100% - 170px);
}
@media (max-width: 768px) {
  .smf-item__col--controls {
    width: 100%;
    margin-left: 0;
  }
}

.form__descriptionContainer .smf-item__col--controls {
  margin-left: 0;
  width: 100%;
}

.form__mustLabel {
  font-size: 0.6875rem;
  padding: 8px 0;
  width: 50px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .form__mustLabel {
    display: none;
    padding: 5px 0;
  }
}

.formInput__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formInput__container .wp-block-column:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smf-form .smf-item .smf-text-control__control.form__input, .smf-form .smf-item .smf-textarea-control__control.form__textArea {
  width: 100%;
  border: unset;
  background: #ededed;
  border-radius: 0;
  min-height: 70px;
}

.smf-form .smf-item .smf-textarea-control__control.form__textArea {
  min-height: 300px;
}

.smf-form .smf-textarea-control__control {
  background: #ededed;
  border: none;
}

.smf-button-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smf-action .smf-button-control__control {
  margin-top: 16px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  text-align: center;
  padding: 16px;
  font-size: 1.1875rem;
  min-width: 360px;
  position: relative;
  background: #3d0a00;
  color: #fff5e0;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
}
@media (max-width: 768px) {
  .smf-action .smf-button-control__control {
    font-size: 1.25rem;
    min-width: 300px;
  }
}
@media (max-width: 499px) {
  .smf-action .smf-button-control__control {
    font-size: 1rem;
    min-width: unset;
    width: 100%;
  }
}

.smf-action .smf-button-control__control:hover {
  background: #fff5e0;
  color: #3d0a00;
  border: none;
}

.smf-action .smf-button-control__control::before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .smf-action .smf-button-control__control::before {
    right: 20px;
  }
}
@media (max-width: 499px) {
  .smf-action .smf-button-control__control::before {
    width: 20px;
    height: 20px;
  }
}

.smf-action .smf-button-control__control:hover::before {
  background: #3d0a00;
}

.contact__descriptionText {
  font-size: 1.1875rem;
  line-height: 1.875rem;
}
@media (max-width: 768px) {
  .contact__descriptionText {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 499px) {
  .contact__descriptionText {
    font-size: 1.1875rem;
    line-height: 1.875rem;
  }
}

.smf-action .smf-button-control__control::after {
  content: "";
  position: absolute;
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
  right: 28px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 499px) {
  .smf-action .smf-button-control__control::after {
    right: 32px;
  }
}
@media (max-width: 768px) {
  .smf-action .smf-button-control__control::after {
    right: 27px;
  }
}

.smf-action .smf-button-control__control:hover::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.smf-complete-content h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.smf-complete-content p {
  line-height: 1.875rem;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 499px) {
  .smf-complete-content p {
    line-height: 1.5rem;
    text-align: left;
  }
}
.smf-complete-content .contact__descriptionArea {
  display: none;
}

.smf-system-error-content {
  text-align: center;
}

@media (max-width: 768px) {
  .smf-form--simple-table .smf-item__col--label {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
}

@media (max-width: 768px) {
  .smf-form--simple-table .smf-item__col--controls {
    width: 100%;
    max-width: unset !important;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3b;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.wrapper {
  max-width: 1145px;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 0 20px;
  }
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs {
  position: absolute;
  bottom: -60px;
  left: 14%;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    left: 7%;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .breadcrumbs {
    left: 10%;
    bottom: -46px;
    font-size: 0.8125rem;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, #top__fvTitle, #top__fvTitleSp {
  opacity: 0;
}

.fadeIn__top {
  -webkit-animation: fadeInTop 1s ease-out forwards;
          animation: fadeInTop 1s ease-out forwards;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 4.1666666667vw, 60px);
  font-size: 0.9375rem;
  position: relative;
  z-index: 999;
  font-weight: 300;
  padding-right: 54px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .header__navList {
    display: none;
  }
}

.header.scroll__nav .header__navList {
  display: none;
  padding-bottom: 0;
}

.header__wrapper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header__logoAndContactArea {
  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;
}

.headerNavContactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 8px;
}
@media (max-width: 499px) {
  .headerNavContactArea {
    gap: 6px;
  }
}

.header__logoArea {
  width: 316px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 499px) {
  .header__logoArea {
    width: 45%;
    padding-left: 10px;
  }
}

.header__nav {
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
  }
}

.has__secondNav {
  position: relative;
}

.secondLayer__navList {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 310px;
  background: #fff;
  border-radius: 20px;
  top: 50px;
  left: -120px;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.has__secondNav:hover .secondLayer__navList {
  visibility: visible;
  opacity: 1;
}

.has__secondNav:hover .headerNavMenu__arrowSvg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.secondLayer__navItem {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.secondLayer__navList .secondLayer__navItem:last-child {
  margin-bottom: 0;
}

.secondLayer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactIcon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  width: inherit;
  height: inherit;
}

.header__tel.contactIcon__container {
  width: unset;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .header__tel.contactIcon__container {
    width: inherit;
    height: inherit;
  }
}

.header__navSpCta.headerNavContact__tel {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .header__navSpCta.headerNavContact__tel {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header__navSpCta.headerNavContact__tel {
    width: 50px;
    height: 50px;
  }
}

.header__emailLink {
  background: #3d0a00;
}
.header__emailLink:hover {
  background: #fff5e0;
}

@media (max-width: 768px) {
  .header__tel {
    background: unset;
    border: 1px solid #3d0a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerOpen__nav {
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.headerOpen__nav.open {
  visibility: visible;
  opacity: 1;
}

.headerOpen__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  max-width: 960px;
  margin: 200px auto 0;
  gap: 30px;
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    max-width: 530px;
  }
}
@media (max-width: 1000px) {
  .headerOpen__navContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 499px) {
  .headerOpen__navContainer {
    max-width: 420px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerOpen__navItem {
  font-size: 1.5rem;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 499px) {
  .headerOpen__navItem {
    font-size: 1.125rem;
  }
}

.headerOpen__navItem > .nav__borderLeft::before {
  border-top: 1px solid #000;
}
@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft::before {
    width: 14px;
  }
}

@media (max-width: 499px) {
  .headerOpen__navItem > .nav__borderLeft {
    padding-left: 30px;
  }
}

.headerOpen__navList > .headerOpen__navItem:last-child {
  margin-bottom: 0;
}

.header__emailLink:hover > .header__emailIcon {
  fill: #3d0a00;
}

.header__sp-menuBtn {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__sp-menuBtn {
    display: block;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 25%;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 20px;
    height: 1px;
    left: 30%;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 20px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 18px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 30px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 24px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 40px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 30px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 24px;
  }
}

.header__sp-menuBtn:hover > span {
  background: #fff;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover > span {
    background: #3d0a00;
  }
}

.header__sp-menuBtn:hover {
  background: #3d0a00;
}
@media (max-width: 768px) {
  .header__sp-menuBtn:hover {
    background: #fff;
  }
}

.header__sp-menuBtn.open {
  background: #fff5e0;
}

.header.scroll__nav .header__sp-menuBtn {
  display: block;
}

.header__sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header__sp-menuBtn.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(3) {
    top: 24px;
  }
}

.header__contactIcon {
  width: 30px;
}

.header__navSpCta {
  width: 60px;
  height: 60px;
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 50px;
    height: 50px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.sec__space {
  padding: 80px 0 60px;
}

.secTitle__container {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.secBigTitle {
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  .secBigTitle {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .secBigTitle {
    font-size: 1.875rem;
  }
}

.secSubTitle {
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  color: #79564f;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .secSubTitle {
    font-size: 0.75rem;
  }
}

.ctaBtn__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ctaBtn__container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .ctaBtn__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta__lightBrown > .ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.cta__lightBrown.ctaBtn__link:hover::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.cta__lightBrown:hover .ctaBtn__link::after {
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
}

.ctaBtn__link.cta__darkBrown:hover::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
}

.brownArrow--right::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #3d0a00;
  border-bottom: 1px solid #3d0a00;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ctaBtn__link {
  width: 100%;
  display: inline-block;
  padding: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media (max-width: 499px) {
  .ctaBtn__link {
    padding: 20px;
  }
}

.ctaBtn__link::after, .link__serviceItem::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
  position: absolute;
  z-index: 50;
  top: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 29px;
}
@media (max-width: 768px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2em;
  }
}
@media (max-width: 499px) {
  .ctaBtn__link::after, .link__serviceItem::after {
    right: 2.4em;
    width: 6px;
    height: 6px;
  }
}

.cta__darkBrown {
  background: #3d0a00;
  color: #fff5e0;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__darkBrown:hover {
  background: #fff5e0;
  color: #3d0a00;
}

.cta__darkBrown:before {
  background: #fff5e0;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .cta__darkBrown:before {
    right: 40px;
  }
}
@media (max-width: 499px) {
  .cta__darkBrown:before {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.cta__darkBrown:hover::before {
  background: #3d0a00;
}

.cta__lightBrown {
  background: #fff5e0;
  color: #3d0a00;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover {
  background: #3d0a00;
  color: #fff5e0;
}

.cta__lightBrown::before {
  background: #3d0a00;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  right: 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cta__lightBrown::before {
    right: 30px;
  }
}
@media (max-width: 499px) {
  .cta__lightBrown::before {
    right: 14px;
  }
}

.cta__lightBrown:hover::before {
  background: #fff5e0;
}

.svg__darkBrown {
  fill: #3d0a00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.svg__lightBrown {
  fill: #fff5e0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cta__lightBrown:hover .svg__darkBrown {
  fill: #fff5e0;
}

.cta__lightBrown:hover .svg__lightBrown {
  fill: #3d0a00;
}

.bg-white {
  background: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 499px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.align--right {
  display: block;
  text-align: right;
}

.align--center {
  display: block;
  text-align: center;
}

.darkBrown--text {
  color: #3d0a00;
}

@media (max-width: 768px) {
  .fv__mainTitle.hide--sp {
    display: none;
  }
}

.fv__mainTitle.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .fv__mainTitle.show--sp {
    display: inline;
  }
}

@media (max-width: 1000px) {
  .topAbout__imgContainer.hide--tab {
    display: none;
  }
}

.topAbout__imgContainer.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .topAbout__imgContainer.show--tab {
    display: block;
  }
}

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

.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
  }
}

@media (max-width: 499px) {
  .hide--ssp {
    display: none;
  }
}

.show--ssp {
  display: none;
}
@media (max-width: 499px) {
  .show--ssp {
    display: block;
  }
}

@media (max-width: 1000px) {
  .hide--tab {
    display: none;
  }
}

.show--tab {
  display: none;
}
@media (max-width: 1000px) {
  .show--tab {
    display: block;
  }
}

.childPage__fvFrame {
  border: 0.5px solid #3d0a00;
  z-index: -1;
  width: 100%;
}

.childPage__fvImgContainer > .frame__img.fv__frame {
  width: 103%;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .frame__img.fv__frame {
    width: 104%;
  }
}

.fv__imgContainer.childPage__fvImgContainer {
  height: 423px;
}
@media (max-width: 768px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-left: 2%;
  }
}
@media (max-width: 499px) {
  .fv__imgContainer.childPage__fvImgContainer {
    height: 300px;
    margin-right: -20%;
  }
}

.fv__titleContainer.childFv__titleContainer {
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  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;
  color: #fff;
}

.fv__mainTitle.childFv__mainTitle {
  background: unset;
  font-size: 2.75rem;
  line-height: 5.3125rem;
}
@media (max-width: 499px) {
  .fv__mainTitle.childFv__mainTitle {
    font-size: 1.875rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }
}

.childPage__fvEnTitle {
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
}

.page-template {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
  top: 130px;
  z-index: -1;
}
@media (max-width: 768px) {
  .childPage__fvImgContainer > .blurCircle__img.fv__blurCircle {
    top: 80px;
    width: 300px;
    left: -25%;
  }
}

.page-template::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/12/child-page-fv-bg.jpg") no-repeat center;
  width: 58.4722222222vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 1000px) {
  .page-template::before {
    content: unset;
  }
}

.childPage__secTitle {
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  .childPage__secTitle {
    font-size: 1.75rem;
  }
}

.page-template section {
  margin-top: 120px;
}

.page-template section:last-child {
  margin-bottom: 130px;
}

.childPageSec__description {
  font-size: 1.1875rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .childPageSec__description {
    font-size: 1.5rem;
    line-height: 3.0625rem;
  }
}
@media (max-width: 499px) {
  .childPageSec__description {
    font-size: 1.1875rem;
    line-height: 2.25rem;
  }
}

.border--brown {
  border: 1px solid #3d0a00;
  padding: 30px;
}
@media (max-width: 499px) {
  .border--brown {
    padding: 16px;
  }
}

.over--scroll {
  overflow: scroll;
}

.over--scroll::-webkit-scrollbar {
  display: none;
}

.priceGraph__scroll {
  display: block;
  overflow: auto;
}

.priceGraph__scroll img {
  min-width: 800px;
}

.section__404 {
  background: #fff;
  text-align: center;
  padding: 200px 0 150px;
}
@media (max-width: 499px) {
  .section__404 {
    padding: 200px 0;
  }
}

.wrapper__404 {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .wrapper__404 {
    font-size: 1.25rem;
    padding: 0 20px;
  }
}

.bigTitle__404 {
  font-size: 120px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bigTitle__404 {
    font-size: 7.5rem;
  }
}
@media (max-width: 499px) {
  .bigTitle__404 {
    font-size: 6.25rem;
  }
}

.subTitle__404 {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 499px) {
  .subTitle__404 {
    font-size: 2.5rem;
  }
}

.contents__404 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contents__404 {
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .contents__404 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 80px;
  }
}

.reason__container {
  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;
  margin-bottom: 50px;
}

.reason__list {
  width: 640px;
  margin: 20px 0;
  text-align: left;
  line-height: 36px;
  background: #e3e3e3;
  padding: 20px 20px 20px 40px;
}
@media (max-width: 768px) {
  .reason__list {
    width: 100%;
    font-size: 20px;
    padding-left: 40px;
  }
}
@media (max-width: 499px) {
  .reason__list {
    font-size: 1.125rem;
    padding-left: 6.6777963272vw;
  }
}

.reason__item {
  line-height: 30px;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media (max-width: 499px) {
  .reason__item {
    margin-bottom: 10px;
  }
}
.reason__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #4a4a4a;
  display: inline-block;
  bottom: 2px;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 499px) {
  .reason__item::before {
    width: 1.3355592654vw;
    height: 1.3355592654vw;
  }
}

.topPageBtn__404 {
  margin: 50px auto 0;
  max-width: 500px;
}
@media (max-width: 499px) {
  .topPageBtn__404 {
    margin-top: 8.347245409vw;
  }
}

.header__logoAreaText.text--black404 {
  color: #3d3d3d;
}

.headerContact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .headerContact__container {
    padding-right: 8px;
  }
}

.header__telIcon {
  width: 30px;
  height: 30px;
}
@media (max-width: 499px) {
  .header__telIcon {
    width: 20px;
    height: 20px;
  }
}

.header__telNumber {
  font-size: 2.125rem;
  margin-left: 10px;
  color: #3d0a00;
}

.header__telLink {
  color: #3d0a00;
}

.header__emailIcon {
  width: 20px;
  height: auto;
  fill: #fff5e0;
}
@media (max-width: 499px) {
  .header__emailIcon {
    width: 16px;
  }
}

.headerNavMenu__arrowSvg {
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  margin-right: 10px;
  top: 40%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__navPrice {
  padding-left: 10px;
}

body.home {
  position: relative;
}
@media (max-width: 1000px) {
  body.home {
    background: #fef5e1;
  }
}

body.home::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/12/top-fv-lightbrown-bg.jpg") no-repeat center;
  width: 58.4722222222vw;
  height: 79.8611111111vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1000px) {
  body.home::before {
    content: unset;
  }
}

.fv {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 30px;
  padding-top: 130px;
}
@media (max-width: 768px) {
  .fv {
    padding-top: 90px;
  }
}

.fv__titleContainer {
  position: absolute;
  bottom: -130px;
  left: 4%;
}
@media (max-width: 768px) {
  .fv__titleContainer {
    bottom: -280px;
  }
}
@media (max-width: 499px) {
  .fv__titleContainer {
    bottom: -130px;
  }
}

.fv__subTitle {
  letter-spacing: 0.2rem;
  margin-top: 5px;
  display: block;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .fv__subTitle {
    font-size: 1.5rem;
    line-height: 2.125rem;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .fv__subTitle {
    line-height: 1.625rem;
    font-size: 1rem;
  }
}

.fv__mainTitle {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 7.5rem;
  color: #fff5e0;
  background: #3d0a00;
  display: inline;
}
@media (max-width: 1000px) {
  .fv__mainTitle {
    font-size: 3.25rem;
    line-height: 6.75rem;
  }
}
@media (max-width: 499px) {
  .fv__mainTitle {
    font-size: clamp(32px, 6.6777963272vw, 40px);
    line-height: clamp(68px, 13.3555926544vw, 80px);
  }
}

.fv__imgCommon {
  height: inherit;
  width: 100%;
}

.fv__mainTitle > span {
  border: 1px solid #fff5e0;
}

.fv__mainTitle > span:last-child {
  padding-left: 10px;
  padding-right: 10px;
}

.fv__imgContainer {
  margin-left: 12%;
  margin-right: -8%;
  position: relative;
  height: clamp(680px, 51.3888888889vw, 740px);
}
@media (max-width: 768px) {
  .fv__imgContainer {
    height: 82.6666666667vw;
  }
}
@media (max-width: 499px) {
  .fv__imgContainer {
    height: 100.1669449082vw;
  }
}

.fv__img {
  position: absolute;
  width: 100%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
  height: inherit;
}

.fv__img.active {
  opacity: 1;
}

.blurCircle__img.fv__blurCircle {
  position: absolute;
  left: -17%;
  top: 72%;
}
@media (max-width: 1000px) {
  .blurCircle__img.fv__blurCircle {
    top: 50%;
  }
}

.frame__img.fv__frame {
  position: absolute;
  top: 5%;
  right: -1%;
  width: 104%;
  height: inherit;
}
@media (max-width: 768px) {
  .frame__img.fv__frame {
    width: 105%;
  }
}

.sec__topAboutAndCustomer {
  margin-bottom: 70px;
}

.wider__wrapper {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 70px 120px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1000px) {
  .wider__wrapper {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 499px) {
  .wider__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.topAboutCustomer__wrapperRight {
  padding-right: 140px;
  padding-top: 0;
  padding-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .topAboutCustomer__wrapperRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 499px) {
  .topAboutCustomer__wrapperRight {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.topAboutCustomer__wrapperRight > .topCustomer__imgContainer {
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 1000px) {
  .topAboutCustomer__wrapperRight > .topCustomer__imgContainer {
    margin-right: 0;
  }
}

.topAbout__Wrapper {
  padding-top: 240px;
  padding-bottom: 0;
  gap: 60px;
}
@media (max-width: 768px) {
  .topAbout__Wrapper {
    padding-top: 380px;
  }
}
@media (max-width: 499px) {
  .topAbout__Wrapper {
    padding-top: 220px;
  }
}

.topAboutCustomer__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .topAboutCustomer__wrapper {
    padding-bottom: 90px;
  }
}

.topAbout__imgContainer {
  width: 450px;
}
@media (max-width: 1000px) {
  .topAbout__imgContainer {
    position: relative;
    width: 85%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1000px) {
  .topAbout__imgContainer > .topAbout__spBlur {
    position: absolute;
    bottom: -25%;
    left: -24%;
  }
}

.topAbout__img--sp {
  position: relative;
}

.topAbout__img {
  position: relative;
}

.topCustomer__imgContainer {
  width: 500px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1000px) {
  .topCustomer__imgContainer {
    width: 100%;
    max-width: 800px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .topCustomer__imgContainer {
    width: 100%;
    max-width: 530px;
  }
}

.top__introTextArea {
  position: relative;
  width: calc(100% - 520px);
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1000px) {
  .top__introTextArea {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1000px) {
  .top__introTextArea {
    width: 100%;
    margin-bottom: 40px;
  }
}

.top__introText {
  margin-top: 65px;
  font-size: 1.1875rem;
  line-height: 2.75rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .top__introText {
    font-size: 1.5rem;
    line-height: 3.3125rem;
  }
}
@media (max-width: 499px) {
  .top__introText {
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin-top: 40px;
  }
}

.top__introTextArea > .top__introText:first-of-type {
  margin-top: 45px;
}

.top__customersText {
  margin-top: 24px;
  line-height: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .top__customersText {
    line-height: 2.375rem;
  }
}
@media (max-width: 499px) {
  .top__customersText {
    line-height: 1.875rem;
  }
}

.topCustomer__textArea {
  padding-left: 30px;
}
@media (max-width: 1000px) {
  .topCustomer__textArea {
    padding-left: 0;
  }
}

.topAboutCustomer__wrapperRight > .topCustomer__textArea {
  padding-right: 60px;
  padding-left: 0;
}
@media (max-width: 1000px) {
  .topAboutCustomer__wrapperRight > .topCustomer__textArea {
    padding-right: 0;
  }
}

.img__hasFrame {
  position: relative;
  min-height: 380px;
}

.img__hasFrame > img {
  position: absolute;
}

.frame__img {
  top: 20px;
  height: inherit;
  width: inherit;
}

.frame__left {
  right: 20px;
}

.blur__left {
  top: 30%;
  right: 50%;
}

.blur__rightLong {
  top: 80%;
  left: 50%;
}

.frame__right {
  left: 20px;
}

.blur__right {
  top: 30%;
  left: 50%;
}

.blurCircle__img {
  width: 420px;
}

.sec__personalCustomerService {
  background: url("/wp-content/uploads/2024/12/bg-service.webp") no-repeat center;
  background-size: cover;
}

.column2__listOfService {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
@media (max-width: 768px) {
  .column2__listOfService {
    -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;
  }
}

.column__serviceItem {
  width: 48%;
  background: #fff;
  border-color: #e4d9c2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .column__serviceItem {
    width: 100%;
  }
}

.column2__listOfService > .column__serviceItem:last-child {
  margin-bottom: 30px;
}

.title__serviceItem {
  color: #3d0a00;
  border-top: 2px solid #3d0a00;
  border-bottom: 1px solid #e4d9c2;
  background: #f7edd9;
  text-align: center;
  padding: 20px 0;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .title__serviceItem {
    font-size: 2.125rem;
  }
}
@media (max-width: 499px) {
  .title__serviceItem {
    font-size: 1.5rem;
  }
}

.text__serviceItem {
  line-height: 1.875rem;
  padding: 30px;
}
@media (max-width: 768px) {
  .text__serviceItem {
    line-height: 2.375rem;
  }
}

.column__serviceItem > .textLink__container {
  text-align: right;
  padding: 0 30px 30px 0;
}

.link__serviceItem {
  position: relative;
  color: #3d0a00;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 40px;
}

.link__serviceItem::after {
  border-right: 1px solid #fff5e0;
  border-bottom: 1px solid #fff5e0;
  right: 9px;
  top: 30%;
}
@media (max-width: 768px) {
  .link__serviceItem::after {
    top: 43%;
  }
}

.link__serviceItem:before {
  background: #3d0a00;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 0;
}
@media (max-width: 768px) {
  .link__serviceItem:before {
    top: 4px;
  }
}

.top-selfEmployDesc {
  margin-top: 24px;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .top-selfEmployDesc {
    line-height: 2.375rem;
  }
}

.siteMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.siteMenu__priceList {
  background: url("/wp-content/uploads/2024/12/pricelist-bg.webp") no-repeat center;
}

.siteMenu__lawyer {
  background: url("/wp-content/uploads/2024/12/site-menu-lawer.png") no-repeat center;
}

.siteMenu__item {
  min-height: 500px;
  background-size: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .siteMenu__item {
    min-height: unset;
  }
}

.siteMenu__itemHalf {
  width: 50%;
}
@media (max-width: 768px) {
  .siteMenu__itemHalf {
    width: 100%;
  }
}

.bgImg__frame {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #9d9d9d;
  margin: 30px;
}
@media (max-width: 499px) {
  .bgImg__frame {
    margin: 20px;
  }
}

.siteMenuItem__inner {
  min-height: 440px;
}
@media (max-width: 499px) {
  .siteMenuItem__inner {
    padding: 0 10px;
    min-height: 350px;
  }
}

.siteMenuItem__inner > .secTitle__container, .siteMenuItem__inner > .secTitle__container > .secSubTitle, .text--white {
  color: #fff;
}

.siteMenuItem__text {
  color: #fff;
  font-size: 0.9375rem;
  margin-top: 20px;
  margin-bottom: 30px;
}

.siteMenuItem__inner > .ctaBtn__container {
  max-width: 520px;
  width: 80%;
}
@media (max-width: 1000px) {
  .siteMenuItem__inner > .ctaBtn__container {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .siteMenuItem__inner > .ctaBtn__container {
    width: 100%;
  }
}

.siteMenu__ctaLink::before {
  right: 8%;
}
@media (max-width: 768px) {
  .siteMenu__ctaLink::before {
    right: 10%;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 499px) {
  .siteMenu__ctaLink::before {
    right: 18px;
    width: 25px;
    height: 25px;
  }
}

.siteMenu__ctaLink::after {
  right: 10%;
}
@media (max-width: 1000px) {
  .siteMenu__ctaLink::after {
    right: 11%;
  }
}
@media (max-width: 768px) {
  .siteMenu__ctaLink::after {
    right: 12.5%;
  }
}
@media (max-width: 499px) {
  .siteMenu__ctaLink::after {
    right: 1.7em;
  }
}

.topNews__titleContainer {
  position: relative;
}

.news__archiveLink {
  position: absolute;
  bottom: 30px;
  right: 50px;
  color: #3d0a00;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news__archiveLink {
    font-size: 1.75rem;
  }
}
@media (max-width: 499px) {
  .news__archiveLink {
    font-size: 1.125rem;
  }
}

.news__archiveLink::after {
  margin-left: 20px;
  position: absolute;
  z-index: 50;
  top: 4px;
}
@media (max-width: 768px) {
  .news__archiveLink::after {
    top: 11px;
    width: 16px;
    height: 16px;
    border-right: 2px solid #3d0a00;
    border-bottom: 2px solid #3d0a00;
  }
}
@media (max-width: 499px) {
  .news__archiveLink::after {
    top: 7px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #3d0a00;
    border-bottom: 1px solid #3d0a00;
  }
}

.news__list {
  margin-top: 24px;
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  padding: 30px 0;
}

.news__Item {
  border-top: 1px solid #dbdbdb;
}

.news__list > .news__Item:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.news__date {
  width: 110px;
}
@media (max-width: 768px) {
  .news__date {
    font-size: 1.1875rem;
  }
}
@media (max-width: 499px) {
  .news__date {
    font-size: 1rem;
  }
}

.news__title {
  width: calc(97% - 110px);
  line-height: 1.75rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  max-height: 56px;
}
@media (max-width: 768px) {
  .news__title {
    line-height: 2.375rem;
    max-height: 80px;
  }
}
@media (max-width: 499px) {
  .news__title {
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .topNews__btnContainer {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 50px;
    display: inline-block;
  }
}

.news__arrowSpArea {
  text-align: right;
  margin-right: 40px;
}
@media (max-width: 499px) {
  .news__arrowSpArea {
    margin-left: 20px;
  }
}

.sec__contact {
  min-height: 580px;
  background: url("/wp-content/uploads/2024/12/contact-banner-bg.webp") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 30px;
  color: #fff;
}
@media (max-width: 499px) {
  .sec__contact {
    padding: 20px;
  }
}

.contact__inner {
  min-height: 520px;
  margin: 0;
}
@media (max-width: 768px) {
  .contact__inner {
    padding: 20px;
  }
}
@media (max-width: 499px) {
  .contact__inner {
    padding: 8px;
  }
}

.secTopContact__text {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .secTopContact__text {
    line-height: 36px;
  }
}

.contactInfo__Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
}
@media (max-width: 1000px) {
  .contactInfo__Container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .contactInfo__Container {
    width: 100%;
  }
}

@media (max-width: 499px) {
  .cta__lightBrown.banner__contactArrow::after {
    right: 1.4em;
  }
}

.banner__contactArrow {
  position: unset;
}

@media (max-width: 499px) {
  .banner__contactArrow.ctaBtn__link::after {
    right: 1.5em;
  }
}

.contactBanner__telContainer {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff5e0;
}

.contactBanner__number {
  font-size: 2.5rem;
}
@media (max-width: 499px) {
  .contactBanner__number {
    font-size: 1.5rem;
    line-height: 2.8125rem;
  }
}

.contactBanner__telIcon {
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .contactBanner__telIcon {
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 499px) {
  .contactBanner__telIcon {
    width: 20px;
    height: 20px;
    left: 20px;
  }
}

.tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .tel__link {
    border: 1px solid #fff5e0;
    border-radius: 50px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    position: relative;
    margin-top: 20px;
    max-width: 600px;
  }
}
@media (max-width: 499px) {
  .tel__link {
    padding: 5px 0;
    margin-top: 10px;
  }
}

.tel__text {
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .tel__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  .tel__text {
    font-size: 0.8125rem;
  }
}

.contactBanner__emailIcon {
  width: 25px;
  position: absolute;
  left: 40px;
}
@media (max-width: 768px) {
  .contactBanner__emailIcon {
    left: 30px;
  }
}
@media (max-width: 499px) {
  .contactBanner__emailIcon {
    width: 20px;
    left: 20px;
  }
}

.contactBanner__ctaBtnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
  width: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .contactBanner__ctaBtnContainer {
    width: 100%;
  }
}

.contactBanner__ctaBtnContainer > .ctaBtn__link {
  font-size: 0.9375rem;
  width: unset;
}
@media (max-width: 1000px) {
  .contactBanner__ctaBtnContainer > .ctaBtn__link {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .contactBanner__ctaBtnContainer > .ctaBtn__link {
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  .contactBanner__ctaBtnContainer > .ctaBtn__link {
    font-size: 1rem;
  }
}

.footer {
  background: #2d0801;
  color: #fff;
  font-weight: 400;
}

.footer__wrapper {
  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;
  min-height: 600px;
  gap: 130px;
}
@media (max-width: 1000px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
    padding-bottom: 200px;
    gap: 90px;
  }
}
@media (max-width: 768px) {
  .footer__wrapper {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.footer__logo {
  max-width: 310px;
  display: inline-block;
  margin-bottom: 16px;
}

.footer__address {
  font-size: 0.8125rem;
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .footer__address {
    font-size: 1.1875rem;
  }
}
@media (max-width: 499px) {
  .footer__address {
    font-size: 0.8125rem;
  }
}

.footer__tel {
  font-size: 0.9375rem;
  border: 1px solid #fff;
  padding: 3px 8px;
  margin-right: 16px;
}
@media (max-width: 1000px) {
  .footer__tel {
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  .footer__tel {
    font-size: 1rem;
  }
}

.footerNav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .footerNav__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 499px) {
  .footerNav__container {
    gap: 10px;
  }
}

.footer__navItem {
  margin-bottom: 30px;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 300;
}
@media (max-width: 1000px) {
  .footer__navItem {
    font-size: 1.625rem;
    margin-bottom: 60px;
  }
}
@media (max-width: 499px) {
  .footer__navItem {
    font-size: 1rem;
  }
}

.footer__navList .footer__navItem:last-child {
  margin-bottom: 0;
}

.nav__borderLeft::before {
  content: "";
  border-top: 1px solid #fff;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 499px) {
  .nav__borderLeft::before {
    width: 16px;
  }
}

.nav__borderLeft {
  padding-left: 50px;
}
@media (max-width: 499px) {
  .nav__borderLeft {
    padding-left: 35px;
  }
}

.copyRight__container {
  padding: 30px 0;
  text-align: center;
  border-top: 0.5px solid #685555;
}

.copyRight__container > small {
  font-size: 0.6875rem;
  font-weight: 300;
  color: #685555;
}/*# sourceMappingURL=style.css.map */