@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  font-size: 1.1875rem;
  font-family: "Noto Sans", sans-serif;
  color: #3a3a3a;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

html, body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.bg--lightGray {
  background: #f8f8f8;
}

.wrapper {
  max-width: 1105px;
  margin: auto;
  padding: 0 40px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding-bottom: 80px;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, .lpHeader__wrapper, .lpFv__mainText, .lp__fvSmallText, .childFv__titleEn, .childFv__titleJp, .post__mainImage {
  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(14px, 2.7777777778vw, 40px);
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .header__navList {
    display: none;
    padding: 190px 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6130653266vw;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    height: 100vh;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 499px) {
  .header__navList {
    font-size: 1.8090452261vw;
    padding: 160px 20px 0;
  }
}

@media (max-width: 1000px) {
  .header__navItem {
    width: 295px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .header__navItem {
    width: 326px;
  }
}
@media (max-width: 499px) {
  .header__navItem {
    width: 217px;
  }
}

@media (max-width: 1000px) {
  .header__navItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .header__navItem:last-child {
    margin-bottom: 30px;
  }
}

.header__lineIcon {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 499px) {
  .header__lineIcon {
    margin-top: 120px;
  }
}

.header__navItem > .lineIcon {
  width: 80px;
}
@media (max-width: 499px) {
  .header__navItem > .lineIcon {
    width: 60px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 500;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .header__wrapper {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header__wrapper {
    height: 80px;
  }
}

.header.scroll__nav .header__wrapper:before {
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  z-index: 999;
  display: block;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
}
@media (max-width: 768px) {
  .header.scroll__nav .header__wrapper:before {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header.scroll__nav .header__wrapper:before {
    height: 105px;
  }
}

.header.scroll__nav .header__wrapper {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__wrapper.open {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__logo {
  width: 150px;
  display: block;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 499px) {
  .header__logo {
    width: 60px;
  }
}

.header__logoArea {
  padding-left: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__logoArea {
    padding-left: 25px;
  }
}

@media (max-width: 1000px) {
  .header__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 1000px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
    background: #f8f8f8;
  }
}

.header__contact {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .header__contact {
    display: none;
  }
}

.header__navLink {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .header__navLink {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .header__navLink {
    font-size: 1.75rem;
  }
}

.navLink__jp {
  font-size: 1.75rem;
}
@media (max-width: 499px) {
  .navLink__jp {
    font-size: 1.125rem;
  }
}

.header__contact .header__navLink {
  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.0625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: inherit;
  height: inherit;
}

.header__contact:hover {
  background: #fff;
}

.header__contact:hover > .header__navLink svg {
  fill: #000;
}

.header__navLink svg {
  fill: #fff;
  width: 35px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 499px) {
  .header__navLink svg {
    width: 25px;
    height: 15px;
  }
}

@media (max-width: 499px) {
  .header__navLinkSp {
    margin-top: -10px;
  }
}

@media (max-width: 499px) {
  .home .header__navLinkSp {
    margin-top: 0;
  }
}

.header__navLinkSp svg {
  fill: #fff;
}

.header__navSp {
  height: 135px;
  z-index: 999;
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .header__navSp {
    height: 105px;
    gap: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .header__navSpCta {
    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;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 60px;
    height: 60px;
  }
}

.header__sp-menuBtn {
  display: none;
  width: 135px;
  height: 135px;
  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;
}
@media (max-width: 1000px) {
  .header__sp-menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 499px) {
  .header__sp-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #3a3a3a;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 40px;
    height: 1px;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 45px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 16px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 64px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 30px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 85px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 45px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 30px;
  }
}

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

.header__sp-menuBtn.open span:nth-child(3) {
  top: 70px;
  -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: 30px;
  }
}

.header__contactIcon {
  width: 25px;
}
@media (max-width: 499px) {
  .header__contactIcon {
    width: 18px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.ctaBtn__container {
  text-align: right;
}

.arrowBtn {
  position: relative;
  display: inline-block;
}

.btnText {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  text-align: left;
  width: 180px;
}
@media (max-width: 768px) {
  .btnText {
    font-size: 2.125rem;
    width: 200px;
  }
}
@media (max-width: 499px) {
  .btnText {
    font-size: 1.5rem;
    width: 140px;
  }
}

.arrowBtn:hover::after {
  right: 0;
}

.arrowBtn:after {
  content: "";
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 75px;
  height: 10px;
  border-bottom: 1px solid #626262;
  border-right: 1px solid #626262;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .arrowBtn:after {
    top: 30%;
    right: 0;
  }
}
@media (max-width: 499px) {
  .arrowBtn:after {
    width: 60px;
  }
}

.section__titleContainer {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .section__titleContainer {
    gap: 8px;
    padding-bottom: 30px;
  }
}

.section__title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .section__title {
    font-size: clamp(60px, 10.9333333333vw, 82px);
    line-height: clamp(70px, 12.6666666667vw, 95px);
  }
}
@media (max-width: 499px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    letter-spacing: 0.1rem;
  }
}

.section__titleJp {
  font-size: 0.9375rem;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section__titleJp {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .section__titleJp {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.title__hasBorder {
  border-bottom: 1px solid #dfdde0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.first__section {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .first__section {
    margin-top: 100px;
  }
}
@media (max-width: 499px) {
  .first__section {
    margin-top: 50px;
  }
}

.page-template, .post-type-archive, .single-post {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.childFv__titleEn {
  position: absolute;
  top: 70%;
  z-index: 200;
}
@media (max-width: 768px) {
  .childFv__titleEn {
    top: 45%;
  }
}
@media (max-width: 499px) {
  .childFv__titleEn {
    top: 45%;
  }
}

.fv.childPage__fv {
  height: 400px;
}
@media (max-width: 1440px) {
  .fv.childPage__fv {
    height: 300px;
  }
}

.fv.childPage__fv::after {
  bottom: -50%;
  z-index: 100;
}
@media (max-width: 1440px) {
  .fv.childPage__fv::after {
    bottom: -56%;
  }
}
@media (max-width: 1000px) {
  .fv.childPage__fv::after {
    bottom: -40%;
  }
}
@media (max-width: 768px) {
  .fv.childPage__fv::after {
    bottom: -60%;
    height: 200px;
  }
}
@media (max-width: 499px) {
  .fv.childPage__fv::after {
    bottom: -20%;
  }
}

.childFv__titleJp {
  position: absolute;
  top: 85%;
  z-index: 200;
  font-weight: 600;
}
@media (max-width: 768px) {
  .childFv__titleJp {
    top: 75%;
  }
}
@media (max-width: 499px) {
  .childFv__titleJp {
    font-size: 0.75rem;
    top: 60%;
    font-weight: 500;
  }
}

.child__footerContact.bg__round {
  background: #fff;
}

.child__footerContact.bg__round::after {
  top: -14%;
  height: 80%;
}
@media (max-width: 768px) {
  .child__footerContact.bg__round::after {
    top: -90%;
    height: 160%;
  }
}
@media (max-width: 499px) {
  .child__footerContact.bg__round::after {
    top: -110%;
    height: 160%;
  }
}

.child__footerContact .section__nav {
  border-top: unset;
  border-bottom: unset;
  background: #3a3a3a;
  color: #fff;
}

.child__footerContact .section__nav:last-child {
  border-bottom: unset;
}

.child__footerContact .arrowBtn::after {
  border-right: 1px solid #fff;
}

.child__footerContact .section__nav:hover {
  background: #fff;
  color: #3a3a3a;
}

.child__footerContact .section__nav:hover .arrowBtn::after {
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}

.section__nav.childPage__beforeFooterContactArea {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 40px 30px;
  }
}
@media (max-width: 499px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 6.6777963272vw 5.0083472454vw;
  }
}

.img__labelRight {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9375rem;
  padding: 6px;
}
@media (max-width: 768px) {
  .img__labelRight {
    font-size: 1.5rem;
    padding: 12px;
  }
}
@media (max-width: 499px) {
  .img__labelRight {
    font-size: 0.9375rem;
    padding: 6px;
  }
}

.flex--alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

.bg--gray {
  background: #e7e5e7;
}

.border--gray {
  border: 1px solid #bfbfbf;
}

.fontSize--15 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .fontSize--15 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .fontSize--15 {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.fontSize--19 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .fontSize--19 {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 499px) {
  .fontSize--19 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

body {
  font-size: 1.1875rem;
  font-family: "Noto Sans", sans-serif;
  color: #3a3a3a;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

html, body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.bg--lightGray {
  background: #f8f8f8;
}

.wrapper {
  max-width: 1105px;
  margin: auto;
  padding: 0 40px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding-bottom: 80px;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, .lpHeader__wrapper, .lpFv__mainText, .lp__fvSmallText, .childFv__titleEn, .childFv__titleJp, .post__mainImage {
  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(14px, 2.7777777778vw, 40px);
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .header__navList {
    display: none;
    padding: 190px 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6130653266vw;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    height: 100vh;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 499px) {
  .header__navList {
    font-size: 1.8090452261vw;
    padding: 160px 20px 0;
  }
}

@media (max-width: 1000px) {
  .header__navItem {
    width: 295px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .header__navItem {
    width: 326px;
  }
}
@media (max-width: 499px) {
  .header__navItem {
    width: 217px;
  }
}

@media (max-width: 1000px) {
  .header__navItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .header__navItem:last-child {
    margin-bottom: 30px;
  }
}

.header__lineIcon {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 499px) {
  .header__lineIcon {
    margin-top: 120px;
  }
}

.header__navItem > .lineIcon {
  width: 80px;
}
@media (max-width: 499px) {
  .header__navItem > .lineIcon {
    width: 60px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 500;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .header__wrapper {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header__wrapper {
    height: 80px;
  }
}

.header.scroll__nav .header__wrapper:before {
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  z-index: 999;
  display: block;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
}
@media (max-width: 768px) {
  .header.scroll__nav .header__wrapper:before {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header.scroll__nav .header__wrapper:before {
    height: 105px;
  }
}

.header.scroll__nav .header__wrapper {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__wrapper.open {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__logo {
  width: 150px;
  display: block;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 499px) {
  .header__logo {
    width: 60px;
  }
}

.header__logoArea {
  padding-left: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__logoArea {
    padding-left: 25px;
  }
}

@media (max-width: 1000px) {
  .header__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 1000px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
    background: #f8f8f8;
  }
}

.header__contact {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .header__contact {
    display: none;
  }
}

.header__navLink {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .header__navLink {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .header__navLink {
    font-size: 1.75rem;
  }
}

.navLink__jp {
  font-size: 1.75rem;
}
@media (max-width: 499px) {
  .navLink__jp {
    font-size: 1.125rem;
  }
}

.header__contact .header__navLink {
  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.0625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: inherit;
  height: inherit;
}

.header__contact:hover {
  background: #fff;
}

.header__contact:hover > .header__navLink svg {
  fill: #000;
}

.header__navLink svg {
  fill: #fff;
  width: 35px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 499px) {
  .header__navLink svg {
    width: 25px;
    height: 15px;
  }
}

@media (max-width: 499px) {
  .header__navLinkSp {
    margin-top: -10px;
  }
}

@media (max-width: 499px) {
  .home .header__navLinkSp {
    margin-top: 0;
  }
}

.header__navLinkSp svg {
  fill: #fff;
}

.header__navSp {
  height: 135px;
  z-index: 999;
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .header__navSp {
    height: 105px;
    gap: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .header__navSpCta {
    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;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 60px;
    height: 60px;
  }
}

.header__sp-menuBtn {
  display: none;
  width: 135px;
  height: 135px;
  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;
}
@media (max-width: 1000px) {
  .header__sp-menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 499px) {
  .header__sp-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #3a3a3a;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 40px;
    height: 1px;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 45px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 16px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 64px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 30px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 85px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 45px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 30px;
  }
}

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

.header__sp-menuBtn.open span:nth-child(3) {
  top: 70px;
  -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: 30px;
  }
}

.header__contactIcon {
  width: 25px;
}
@media (max-width: 499px) {
  .header__contactIcon {
    width: 18px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.ctaBtn__container {
  text-align: right;
}

.arrowBtn {
  position: relative;
  display: inline-block;
}

.btnText {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  text-align: left;
  width: 180px;
}
@media (max-width: 768px) {
  .btnText {
    font-size: 2.125rem;
    width: 200px;
  }
}
@media (max-width: 499px) {
  .btnText {
    font-size: 1.5rem;
    width: 140px;
  }
}

.arrowBtn:hover::after {
  right: 0;
}

.arrowBtn:after {
  content: "";
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 75px;
  height: 10px;
  border-bottom: 1px solid #626262;
  border-right: 1px solid #626262;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .arrowBtn:after {
    top: 30%;
    right: 0;
  }
}
@media (max-width: 499px) {
  .arrowBtn:after {
    width: 60px;
  }
}

.section__titleContainer {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .section__titleContainer {
    gap: 8px;
    padding-bottom: 30px;
  }
}

.section__title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .section__title {
    font-size: clamp(60px, 10.9333333333vw, 82px);
    line-height: clamp(70px, 12.6666666667vw, 95px);
  }
}
@media (max-width: 499px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    letter-spacing: 0.1rem;
  }
}

.section__titleJp {
  font-size: 0.9375rem;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section__titleJp {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .section__titleJp {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.title__hasBorder {
  border-bottom: 1px solid #dfdde0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.first__section {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .first__section {
    margin-top: 100px;
  }
}
@media (max-width: 499px) {
  .first__section {
    margin-top: 50px;
  }
}

.page-template, .post-type-archive, .single-post {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.childFv__titleEn {
  position: absolute;
  top: 70%;
  z-index: 200;
}
@media (max-width: 768px) {
  .childFv__titleEn {
    top: 45%;
  }
}
@media (max-width: 499px) {
  .childFv__titleEn {
    top: 45%;
  }
}

.fv.childPage__fv {
  height: 400px;
}
@media (max-width: 1440px) {
  .fv.childPage__fv {
    height: 300px;
  }
}

.fv.childPage__fv::after {
  bottom: -50%;
  z-index: 100;
}
@media (max-width: 1440px) {
  .fv.childPage__fv::after {
    bottom: -56%;
  }
}
@media (max-width: 1000px) {
  .fv.childPage__fv::after {
    bottom: -40%;
  }
}
@media (max-width: 768px) {
  .fv.childPage__fv::after {
    bottom: -60%;
    height: 200px;
  }
}
@media (max-width: 499px) {
  .fv.childPage__fv::after {
    bottom: -20%;
  }
}

.childFv__titleJp {
  position: absolute;
  top: 85%;
  z-index: 200;
  font-weight: 600;
}
@media (max-width: 768px) {
  .childFv__titleJp {
    top: 75%;
  }
}
@media (max-width: 499px) {
  .childFv__titleJp {
    font-size: 0.75rem;
    top: 60%;
    font-weight: 500;
  }
}

.child__footerContact.bg__round {
  background: #fff;
}

.child__footerContact.bg__round::after {
  top: -14%;
  height: 80%;
}
@media (max-width: 768px) {
  .child__footerContact.bg__round::after {
    top: -90%;
    height: 160%;
  }
}
@media (max-width: 499px) {
  .child__footerContact.bg__round::after {
    top: -110%;
    height: 160%;
  }
}

.child__footerContact .section__nav {
  border-top: unset;
  border-bottom: unset;
  background: #3a3a3a;
  color: #fff;
}

.child__footerContact .section__nav:last-child {
  border-bottom: unset;
}

.child__footerContact .arrowBtn::after {
  border-right: 1px solid #fff;
}

.child__footerContact .section__nav:hover {
  background: #fff;
  color: #3a3a3a;
}

.child__footerContact .section__nav:hover .arrowBtn::after {
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}

.section__nav.childPage__beforeFooterContactArea {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 40px 30px;
  }
}
@media (max-width: 499px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 6.6777963272vw 5.0083472454vw;
  }
}

.img__labelRight {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9375rem;
  padding: 6px;
}
@media (max-width: 768px) {
  .img__labelRight {
    font-size: 1.5rem;
    padding: 12px;
  }
}
@media (max-width: 499px) {
  .img__labelRight {
    font-size: 0.9375rem;
    padding: 6px;
  }
}

.flex--alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

.bg--gray {
  background: #e7e5e7;
}

.border--gray {
  border: 1px solid #bfbfbf;
}

.fontSize--15 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .fontSize--15 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .fontSize--15 {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.fontSize--19 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .fontSize--19 {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 499px) {
  .fontSize--19 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

.lpBg--gray {
  background: #f6f6f6;
}

.lp--secTitle {
  position: relative;
  font-size: 7.5rem;
  height: 50px;
  color: #faf7dd;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp--secTitle {
    font-size: 18.6666666667vw;
  }
}
@media (max-width: 499px) {
  .lp--secTitle {
    font-size: 23.3722871452vw;
  }
}

.lpBgGray--title {
  color: #fff;
}

.lp__secTitleJp {
  font-size: 1.1875rem;
  position: absolute;
  top: 50%;
  left: 72px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3a3a3a;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp__secTitleJp {
    font-size: 1.5rem;
    top: 35%;
    left: 40px;
  }
}
@media (max-width: 499px) {
  .lp__secTitleJp {
    font-size: 1rem;
  }
}

.lp__simpleTitle {
  font-size: 2.125rem;
  line-height: 3.3125rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp__simpleTitle {
    font-size: 3.3125rem;
    line-height: 5.75rem;
  }
}
@media (max-width: 499px) {
  .lp__simpleTitle {
    font-size: 1.625rem;
    line-height: 2.875rem;
  }
}

.lp__simpleTitle .big--text {
  font-size: 1.4em;
}

.fontSize17 {
  font-size: 1.0625rem;
  line-height: 1.6875rem;
}
@media (max-width: 768px) {
  .fontSize17 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 499px) {
  .fontSize17 {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.fontSize15 {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}

.sec__description {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .sec__description {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 600;
  }
}
@media (max-width: 499px) {
  .sec__description {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
}

.bg--yellow {
  background: #efdf51;
}

.mt--40 {
  margin-top: 40px;
  letter-spacing: 0;
}

.lpHeader__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 4.4444444444vw, 65px);
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .lpHeader__navList {
    padding: 300px 60px 0;
    color: #3a3a3a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6130653266vw;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    height: 100vh;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 499px) {
  .lpHeader__navList {
    padding-top: 160px;
  }
}

@media (max-width: 768px) {
  .lpHeader__navItem {
    width: 320px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 499px) {
  .lpHeader__navItem {
    width: 166px;
  }
}

@media (max-width: 1000px) {
  .lpHeader__navItem:last-child {
    margin-bottom: 0;
  }
}

.lpHeader__lineIcon {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 499px) {
  .lpHeader__lineIcon {
    margin-top: 120px;
  }
}

.lpHeader__navItem > .lineIcon {
  width: 100px;
}
@media (max-width: 499px) {
  .lpHeader__navItem > .lineIcon {
    width: 60px;
  }
}

.lpHeader__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 100;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .lpHeader__wrapper {
    height: 100px;
    padding: 0;
  }
}
@media (max-width: 499px) {
  .lpHeader__wrapper {
    height: 60px;
  }
}

.lpHeader.scroll__nav .lpHeader__wrapper:before {
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  z-index: 999;
  display: block;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
}
@media (max-width: 768px) {
  .lpHeader.scroll__nav .lpHeader__wrapper:before {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .lpHeader.scroll__nav .lpHeader__wrapper:before {
    height: 105px;
  }
}

.lpHeader.scroll__nav .lpHeader__wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 15px -5px #777777;
          box-shadow: 0px 1px 15px -5px #777777;
}

.lpHeader.scroll__nav .lpHeader__navList {
  color: #3a3a3a;
  font-weight: 600;
}

.lpHeader__logo {
  width: 230px;
  display: block;
}
@media (max-width: 768px) {
  .lpHeader__logo {
    width: 180px;
  }
}
@media (max-width: 499px) {
  .lpHeader__logo {
    width: 120px;
  }
}

.lp__headerLogo--white {
  display: block;
}

.lp__headerLogo--black {
  display: none;
}

.lpHeader.scroll__nav .lp__headerLogo--white, .lpHeader__wrapper.open .lp__headerLogo--white {
  display: none;
}

.lpHeader.scroll__nav .lp__headerLogo--black, .lpHeader__wrapper.open .lp__headerLogo--black {
  display: block;
}

.lpHeader__logoArea {
  padding-left: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .lpHeader__logoArea {
    padding-left: 25px;
  }
}
@media (max-width: 499px) {
  .lpHeader__logoArea {
    padding-left: 20px;
  }
}

@media (max-width: 1000px) {
  .lpHeader__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 1000px) {
  .lpHeader__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
    background: #f8f8f8;
  }
}

.lpHeader__contact {
  background: #efdf51;
  border-radius: 50px;
  font-weight: 600;
  padding: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #3a3a3a;
}
@media (max-width: 1000px) {
  .lpHeader__contact {
    display: none;
  }
}

.lpHeader__contact:hover {
  color: #efdf51;
}

.lpHeader__navLink {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .lpHeader__navLink {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .lpHeader__navLink {
    font-size: 1.375rem;
  }
}

.lpHeader__contact .lpHeader__navLink {
  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.0625rem;
  width: inherit;
  height: inherit;
}

.lpHeader__contact:hover {
  background: #333;
}

.lpHeader__contact:hover > .lpHeader__navLink svg {
  fill: #efdf51;
}

.lpHeader__navLink svg {
  margin-right: 24px;
  fill: #333;
  width: 20px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 499px) {
  .lpHeader__navLink svg {
    width: 25px;
    height: 15px;
  }
}

.lpHeader__navLinkSp {
  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;
  font-size: 0.9375rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  margin-top: 10px;
}
@media (max-width: 499px) {
  .lpHeader__navLinkSp {
    font-size: 0.625rem;
  }
}

.lpHeader__navLinkSp svg {
  fill: #333;
}

.lpHeader__navSp {
  height: 135px;
  z-index: 999;
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  .lpHeader__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .lpHeader__navSp {
    height: 105px;
  }
}

@media (max-width: 768px) {
  .lpHeader__navSpCta {
    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;
    width: 100px;
    height: 100px;
    background: #efdf51;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 499px) {
  .lpHeader__navSpCta {
    width: 60px;
    height: 60px;
  }
}

.lpHeader__sp-menuBtn {
  display: none;
  width: 135px;
  height: 135px;
  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;
}
@media (max-width: 768px) {
  .lpHeader__sp-menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 499px) {
  .lpHeader__sp-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.lpHeader__sp-menuBtn span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #3a3a3a;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .lpHeader__sp-menuBtn span {
    width: 50px;
  }
}
@media (max-width: 499px) {
  .lpHeader__sp-menuBtn span {
    width: 30px;
  }
}
.lpHeader__sp-menuBtn span:nth-child(1) {
  top: 31px;
}
@media (max-width: 499px) {
  .lpHeader__sp-menuBtn span:nth-child(1) {
    top: 19px;
  }
}
.lpHeader__sp-menuBtn span:nth-child(2) {
  top: 47px;
}
@media (max-width: 499px) {
  .lpHeader__sp-menuBtn span:nth-child(2) {
    top: 30px;
  }
}
.lpHeader__sp-menuBtn span:nth-child(3) {
  top: 65px;
}
@media (max-width: 499px) {
  .lpHeader__sp-menuBtn span:nth-child(3) {
    top: 41px;
  }
}
.lpHeader__sp-menuBtn.open span:nth-child(1) {
  top: 47px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .lpHeader__sp-menuBtn.open span:nth-child(1) {
    top: 30px;
  }
}

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

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

.lpHeader__contactIcon {
  width: 25px;
}
@media (max-width: 499px) {
  .lpHeader__contactIcon {
    width: 18px;
  }
}

.lp--title, .title--serif {
  font-family: "Noto Serif JP", serif;
}

.lp__fv {
  color: #fff;
  position: relative;
  height: 53.4722222222vw;
}
@media (max-width: 768px) {
  .lp__fv {
    height: 113.3333333333vw;
  }
}

.lp__fvImg {
  position: absolute;
  z-index: -1;
}

.wrapper.lpFv__wrapper {
  height: 50vw;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .wrapper.lpFv__wrapper {
    height: 117.3333333333vw;
    padding-left: 8vw;
    padding-top: 16vw;
  }
}

.lpFv__mainText {
  font-size: 4.5rem;
  line-height: 5.125rem;
  letter-spacing: 0.6rem;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lpFv__mainText {
    letter-spacing: 0;
  }
}
@media (max-width: 499px) {
  .lpFv__mainText {
    font-size: 12.020033389vw;
    line-height: 13.6894824708vw;
    letter-spacing: 0.3rem;
  }
}

.main--yellow {
  color: #efdf51;
}

.lp__fvSmallText {
  font-size: 1.4375rem;
  line-height: 2.6875rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .lp__fvSmallText {
    font-weight: 600;
  }
}
@media (max-width: 499px) {
  .lp__fvSmallText {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

.lp--firstSec {
  margin-top: 100px;
}

.sec__bigTitle {
  font-size: 3.3125rem;
  line-height: 4.125rem;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .sec__bigTitle {
    line-height: 4.25rem;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 499px) {
  .sec__bigTitle {
    font-size: 1.625rem;
    line-height: 2.125rem;
    letter-spacing: 0.15rem;
  }
}

.lp--introDescription {
  font-size: 1.3125rem;
  line-height: 2.75rem;
}
@media (max-width: 768px) {
  .lp--introDescription {
    font-size: 1.5625rem;
    line-height: 3.3125rem;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 499px) {
  .lp--introDescription {
    font-size: 1.125rem;
    line-height: 2.875rem;
    letter-spacing: 0.1rem;
  }
}

.wrapper.lpIntro__wrapper {
  padding-bottom: 150px;
}
@media (max-width: 499px) {
  .wrapper.lpIntro__wrapper {
    padding-bottom: 100px;
  }
}

.lp__introColumnInner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media (max-width: 768px) {
  .lp__introColumnInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lp__introContentsArea {
  width: 58%;
}
@media (max-width: 768px) {
  .lp__introContentsArea {
    width: 100%;
  }
}

.intro__imgArea {
  margin-top: -60px;
  width: 38%;
}
@media (max-width: 768px) {
  .intro__imgArea {
    margin: 60px auto;
    width: 80%;
  }
}
@media (max-width: 499px) {
  .intro__imgArea {
    margin: 0 auto 60px;
  }
}

.intro__desc {
  margin-top: 40px;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .intro__desc {
    margin-bottom: 20px;
    line-height: 2.5rem;
  }
}
@media (max-width: 499px) {
  .intro__desc {
    letter-spacing: 0;
  }
}

.lp__supportImgArea {
  width: 100%;
  margin-top: 30px;
}

.lp__supportImgArea img {
  min-width: 1000px;
  padding-bottom: 40px;
}

.wrapper.lpService__wrapper {
  padding-bottom: 110px;
}

.lp__serviceContents {
  margin-top: 24px;
  padding: 50px;
  background: #f6f6f6;
}
@media (max-width: 768px) {
  .lp__serviceContents {
    padding: 32px;
  }
}
@media (max-width: 499px) {
  .lp__serviceContents {
    padding: 20px;
  }
}

.lp__serviceItem {
  list-style-type: disc;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .lp__serviceItem {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-left: 25px;
    margin-bottom: 16px;
  }
}
@media (max-width: 499px) {
  .lp__serviceItem {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.yellow--dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .yellow--dot {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 499px) {
  .yellow--dot {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.yellow--dot::before {
  content: "";
  display: block;
  background: #efdf51;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin-right: 10px;
}

.lp__serviceList {
  margin-bottom: 50px;
}

.lp__serviceContents .lp__serviceList:last-child {
  margin-bottom: 0;
}

.lp__tabInner {
  margin-top: 40px;
  margin-bottom: 60px;
}

.lp__tabBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5%;
  margin-bottom: 48px;
}

.lp__tabBtnItem {
  width: 32.5%;
  background: #fff;
  border: 2px solid #efdf51;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1.1875rem;
  font-weight: 600;
  position: relative;
}
@media (max-width: 768px) {
  .lp__tabBtnItem {
    line-height: 1.625rem;
  }
}
@media (max-width: 499px) {
  .lp__tabBtnItem {
    line-height: 1.4375rem;
    font-size: 1rem;
  }
}

.js--sort {
  padding: 16px;
}
@media (max-width: 768px) {
  .js--sort {
    padding: 5px 16px;
  }
}
@media (max-width: 499px) {
  .js--sort {
    padding: 5px;
  }
}

.lp__tabBtnItem::after {
  content: "";
  background: url("/wp-content/uploads/2025/01/down-arrow-whitev2.png") no-repeat center;
  background-size: contain;
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lp__tabBtnItem.is--active::after {
  background: url("/wp-content/uploads/2025/01/down-arrow.png") no-repeat center;
  background-size: contain;
}

.lp__tabBtnItem.is--active {
  background: #efdf51;
  border: 2px solid #efdf51;
}

.lp__typeItem {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.lp__typeItem.is--active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.flo__list {
  list-style: none;
}

.flo__list .flow__item:nth-child(1) .flow__desc {
  padding-bottom: 0;
}

.flo__list .flow__item:last-child::after {
  content: unset;
}

.flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .flow__title {
    font-size: 2.125rem;
    line-height: 2.875rem;
  }
}
@media (max-width: 499px) {
  .flow__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.lpFlow__titleNumImg {
  width: 96px;
  margin-right: 20px;
}
@media (max-width: 499px) {
  .lpFlow__titleNumImg {
    width: 70px;
    margin-right: 10px;
  }
}

.flow__titleText {
  width: calc(100% - 116px);
}
@media (max-width: 499px) {
  .flow__titleText {
    width: calc(100% - 70px);
    letter-spacing: 0.05rem;
  }
}

.flow__item {
  border: 1px solid #bfbfbf;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .flow__item {
    margin-bottom: 60px;
  }
}

.flow__item::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid #efdf51;
  border-bottom: 0;
}
@media (max-width: 499px) {
  .flow__item::after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid #efdf51;
  }
}

.flow__desc {
  padding: 0 26px 40px;
}
@media (max-width: 499px) {
  .flow__desc {
    padding: 0 16px 20px;
  }
}

.flow__commentColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 26px;
  gap: 50px;
}
@media (max-width: 499px) {
  .flow__commentColumn {
    gap: 30px;
    padding: 0 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.commentImgArea {
  width: 110px;
}
@media (max-width: 499px) {
  .commentImgArea {
    width: 60px;
  }
}

.speechBubbleArea {
  width: calc(100% - 160px);
  position: relative;
  background: #f6f6f6;
}
@media (max-width: 499px) {
  .speechBubbleArea {
    width: calc(100% - 60px);
  }
}

.speechBubbleArea p {
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .speechBubbleArea p {
    font-weight: 600;
  }
}
@media (max-width: 499px) {
  .speechBubbleArea p {
    padding: 12px;
  }
}

.speechBubbleArea:before {
  left: -24px;
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid #f6f6f6;
}
@media (max-width: 499px) {
  .speechBubbleArea:before {
    left: -18px;
    top: 18px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #f6f6f6;
  }
}

.wrapper.lp--reviewWrapper {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .wrapper.lp--reviewWrapper {
    padding-top: 130px;
  }
}

.lp__reviewImgArea {
  position: absolute;
  display: block;
  top: 15%;
  right: -10%;
  width: 53%;
}
@media (max-width: 768px) {
  .lp__reviewImgArea {
    top: unset;
    bottom: -17%;
    width: 66%;
  }
}
@media (max-width: 499px) {
  .lp__reviewImgArea {
    bottom: -3%;
    right: -15%;
  }
}

.lp__reviewItemLabel {
  font-size: 0.8125rem;
  padding: 0 6px;
  margin-right: 5px;
  width: 90px;
}
@media (max-width: 768px) {
  .lp__reviewItemLabel {
    margin-bottom: 8px;
    font-size: 1.1875rem;
    width: 126px;
  }
}
@media (max-width: 499px) {
  .lp__reviewItemLabel {
    font-size: 0.8125rem;
    width: 90px;
  }
}

.lp__reviewItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .lp__reviewItem {
    -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;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 499px) {
  .lp__reviewItem {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
}

.review__text {
  font-size: 1.25rem;
  margin-top: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .review__text {
    font-size: 2.125rem;
    line-height: 3.3125rem;
    margin-top: 60px;
  }
}
@media (max-width: 499px) {
  .review__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.lp--reviewColumn {
  margin-top: 50px;
}

.lp__reviewList {
  margin-top: 30px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lp__reviewList {
    margin-top: 60px;
  }
}

.lp__contactSec {
  background: url("/wp-content/uploads/2025/01/lp-contact-bg-scaled.jpg") no-repeat top;
  text-align: center;
  font-weight: 600;
  padding-top: 140px;
}
@media (max-width: 768px) {
  .lp__contactSec {
    padding-top: 220px;
  }
}
@media (max-width: 499px) {
  .lp__contactSec {
    padding-top: 110px;
  }
}

.lp__contactSubTitle {
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .lp__contactSubTitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .lp__contactSubTitle {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.lp__contactSec .lp--contactSectTitle {
  text-align: center;
  height: 120px;
  top: 43px;
  display: block;
  font-size: 9.375rem;
  margin: 20px auto;
  letter-spacing: 0.6rem;
}
@media (max-width: 768px) {
  .lp__contactSec .lp--contactSectTitle {
    font-size: 20.6666666667vw;
  }
}
@media (max-width: 499px) {
  .lp__contactSec .lp--contactSectTitle {
    font-size: 20.0333889816vw;
    height: 30px;
    top: 10px;
    letter-spacing: 0.2rem;
  }
}

.lp__contactSec .lp--contactSectTitle span {
  font-weight: 700;
  font-size: 2.75rem;
  text-align: center;
  width: 100%;
  left: 0;
  top: 20px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lp__contactSec .lp--contactSectTitle span {
    top: 30px;
    letter-spacing: 0.1rem;
    font-size: 5.8666666667vw;
  }
}
@media (max-width: 499px) {
  .lp__contactSec .lp--contactSectTitle span {
    top: 20px;
    letter-spacing: 0.1rem;
    font-size: 5.0083472454vw;
  }
}

.lp__textLink {
  display: block;
}

.lp__textLink {
  text-decoration: underline;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .lp__textLink {
    font-size: 1.5rem;
    display: block;
    margin-top: 50px;
  }
}
@media (max-width: 499px) {
  .lp__textLink {
    margin-top: 40px;
    font-size: 0.9375rem;
  }
}

.lp--form {
  padding: 40px 0 100px;
}

@media (max-width: 499px) {
  .footer.child__footer {
    padding-top: 100px;
  }
}

body {
  font-size: 1.1875rem;
  font-family: "Noto Sans", sans-serif;
  color: #3a3a3a;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

html, body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.bg--lightGray {
  background: #f8f8f8;
}

.wrapper {
  max-width: 1105px;
  margin: auto;
  padding: 0 40px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding-bottom: 80px;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, .lpHeader__wrapper, .lpFv__mainText, .lp__fvSmallText, .childFv__titleEn, .childFv__titleJp, .post__mainImage {
  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(14px, 2.7777777778vw, 40px);
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .header__navList {
    display: none;
    padding: 190px 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6130653266vw;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    height: 100vh;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 499px) {
  .header__navList {
    font-size: 1.8090452261vw;
    padding: 160px 20px 0;
  }
}

@media (max-width: 1000px) {
  .header__navItem {
    width: 295px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .header__navItem {
    width: 326px;
  }
}
@media (max-width: 499px) {
  .header__navItem {
    width: 217px;
  }
}

@media (max-width: 1000px) {
  .header__navItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .header__navItem:last-child {
    margin-bottom: 30px;
  }
}

.header__lineIcon {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 499px) {
  .header__lineIcon {
    margin-top: 120px;
  }
}

.header__navItem > .lineIcon {
  width: 80px;
}
@media (max-width: 499px) {
  .header__navItem > .lineIcon {
    width: 60px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 500;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .header__wrapper {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header__wrapper {
    height: 80px;
  }
}

.header.scroll__nav .header__wrapper:before {
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  z-index: 999;
  display: block;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
}
@media (max-width: 768px) {
  .header.scroll__nav .header__wrapper:before {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header.scroll__nav .header__wrapper:before {
    height: 105px;
  }
}

.header.scroll__nav .header__wrapper {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__wrapper.open {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__logo {
  width: 150px;
  display: block;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 499px) {
  .header__logo {
    width: 60px;
  }
}

.header__logoArea {
  padding-left: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__logoArea {
    padding-left: 25px;
  }
}

@media (max-width: 1000px) {
  .header__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 1000px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
    background: #f8f8f8;
  }
}

.header__contact {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .header__contact {
    display: none;
  }
}

.header__navLink {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .header__navLink {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .header__navLink {
    font-size: 1.75rem;
  }
}

.navLink__jp {
  font-size: 1.75rem;
}
@media (max-width: 499px) {
  .navLink__jp {
    font-size: 1.125rem;
  }
}

.header__contact .header__navLink {
  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.0625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: inherit;
  height: inherit;
}

.header__contact:hover {
  background: #fff;
}

.header__contact:hover > .header__navLink svg {
  fill: #000;
}

.header__navLink svg {
  fill: #fff;
  width: 35px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 499px) {
  .header__navLink svg {
    width: 25px;
    height: 15px;
  }
}

@media (max-width: 499px) {
  .header__navLinkSp {
    margin-top: -10px;
  }
}

@media (max-width: 499px) {
  .home .header__navLinkSp {
    margin-top: 0;
  }
}

.header__navLinkSp svg {
  fill: #fff;
}

.header__navSp {
  height: 135px;
  z-index: 999;
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .header__navSp {
    height: 105px;
    gap: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .header__navSpCta {
    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;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 60px;
    height: 60px;
  }
}

.header__sp-menuBtn {
  display: none;
  width: 135px;
  height: 135px;
  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;
}
@media (max-width: 1000px) {
  .header__sp-menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 499px) {
  .header__sp-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #3a3a3a;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 40px;
    height: 1px;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 45px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 16px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 64px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 30px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 85px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 45px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 30px;
  }
}

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

.header__sp-menuBtn.open span:nth-child(3) {
  top: 70px;
  -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: 30px;
  }
}

.header__contactIcon {
  width: 25px;
}
@media (max-width: 499px) {
  .header__contactIcon {
    width: 18px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.ctaBtn__container {
  text-align: right;
}

.arrowBtn {
  position: relative;
  display: inline-block;
}

.btnText {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  text-align: left;
  width: 180px;
}
@media (max-width: 768px) {
  .btnText {
    font-size: 2.125rem;
    width: 200px;
  }
}
@media (max-width: 499px) {
  .btnText {
    font-size: 1.5rem;
    width: 140px;
  }
}

.arrowBtn:hover::after {
  right: 0;
}

.arrowBtn:after {
  content: "";
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 75px;
  height: 10px;
  border-bottom: 1px solid #626262;
  border-right: 1px solid #626262;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .arrowBtn:after {
    top: 30%;
    right: 0;
  }
}
@media (max-width: 499px) {
  .arrowBtn:after {
    width: 60px;
  }
}

.section__titleContainer {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .section__titleContainer {
    gap: 8px;
    padding-bottom: 30px;
  }
}

.section__title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .section__title {
    font-size: clamp(60px, 10.9333333333vw, 82px);
    line-height: clamp(70px, 12.6666666667vw, 95px);
  }
}
@media (max-width: 499px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    letter-spacing: 0.1rem;
  }
}

.section__titleJp {
  font-size: 0.9375rem;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section__titleJp {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .section__titleJp {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.title__hasBorder {
  border-bottom: 1px solid #dfdde0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.first__section {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .first__section {
    margin-top: 100px;
  }
}
@media (max-width: 499px) {
  .first__section {
    margin-top: 50px;
  }
}

.page-template, .post-type-archive, .single-post {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.childFv__titleEn {
  position: absolute;
  top: 70%;
  z-index: 200;
}
@media (max-width: 768px) {
  .childFv__titleEn {
    top: 45%;
  }
}
@media (max-width: 499px) {
  .childFv__titleEn {
    top: 45%;
  }
}

.fv.childPage__fv {
  height: 400px;
}
@media (max-width: 1440px) {
  .fv.childPage__fv {
    height: 300px;
  }
}

.fv.childPage__fv::after {
  bottom: -50%;
  z-index: 100;
}
@media (max-width: 1440px) {
  .fv.childPage__fv::after {
    bottom: -56%;
  }
}
@media (max-width: 1000px) {
  .fv.childPage__fv::after {
    bottom: -40%;
  }
}
@media (max-width: 768px) {
  .fv.childPage__fv::after {
    bottom: -60%;
    height: 200px;
  }
}
@media (max-width: 499px) {
  .fv.childPage__fv::after {
    bottom: -20%;
  }
}

.childFv__titleJp {
  position: absolute;
  top: 85%;
  z-index: 200;
  font-weight: 600;
}
@media (max-width: 768px) {
  .childFv__titleJp {
    top: 75%;
  }
}
@media (max-width: 499px) {
  .childFv__titleJp {
    font-size: 0.75rem;
    top: 60%;
    font-weight: 500;
  }
}

.child__footerContact.bg__round {
  background: #fff;
}

.child__footerContact.bg__round::after {
  top: -14%;
  height: 80%;
}
@media (max-width: 768px) {
  .child__footerContact.bg__round::after {
    top: -90%;
    height: 160%;
  }
}
@media (max-width: 499px) {
  .child__footerContact.bg__round::after {
    top: -110%;
    height: 160%;
  }
}

.child__footerContact .section__nav {
  border-top: unset;
  border-bottom: unset;
  background: #3a3a3a;
  color: #fff;
}

.child__footerContact .section__nav:last-child {
  border-bottom: unset;
}

.child__footerContact .arrowBtn::after {
  border-right: 1px solid #fff;
}

.child__footerContact .section__nav:hover {
  background: #fff;
  color: #3a3a3a;
}

.child__footerContact .section__nav:hover .arrowBtn::after {
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}

.section__nav.childPage__beforeFooterContactArea {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 40px 30px;
  }
}
@media (max-width: 499px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 6.6777963272vw 5.0083472454vw;
  }
}

.img__labelRight {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9375rem;
  padding: 6px;
}
@media (max-width: 768px) {
  .img__labelRight {
    font-size: 1.5rem;
    padding: 12px;
  }
}
@media (max-width: 499px) {
  .img__labelRight {
    font-size: 0.9375rem;
    padding: 6px;
  }
}

.flex--alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

.bg--gray {
  background: #e7e5e7;
}

.border--gray {
  border: 1px solid #bfbfbf;
}

.fontSize--15 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .fontSize--15 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .fontSize--15 {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.fontSize--19 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .fontSize--19 {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 499px) {
  .fontSize--19 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

.single-post p {
  letter-spacing: 0;
}

.archive__inner {
  position: relative;
  top: -310px;
  margin-bottom: -310px;
}
@media (max-width: 768px) {
  .archive__inner {
    top: -200px;
    margin-bottom: -200px;
  }
}

.archive__newsColumn3 .news__column {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .archive__newsColumn3 .news__column {
    margin-bottom: 45px;
  }
}

.news__imgContainer {
  aspect-ratio: 1/0.67;
}

.news__imgContainer img {
  height: auto;
}

.pagenation {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 200;
}

.page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 15px;
  background: #3a3a3a;
  color: #fff;
  padding-left: 2px;
}
@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: #747474;
  color: #fff;
}

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

.next.page-numbers, .prev.page-numbers {
  background: unset;
  color: #3a3a3a;
  width: auto;
  height: auto;
}

.wrapper.post__content {
  margin-top: -200px;
  padding: 0 60px;
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .wrapper.post__content {
    padding: 0 25px 120px;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: -160px;
  }
}
@media (max-width: 499px) {
  .wrapper.post__content {
    padding: 0 16px 120px;
    margin-top: -240px;
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.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: 100%;
  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: 34px 0 26px;
  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;
}

.single-post .news__label a {
  margin-top: 0;
}

.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 #3a3a3a;
  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 #3a3a3a;
    line-height: 2.25rem;
  }
}

.post__content h1 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 50px;
  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: #f1f1f1;
  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: #3a3a3a;
  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: #dfdfdf;
}
@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: #dfdfdf;
}
@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: #3a3a3a;
  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: #3a3a3a;
  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 #3a3a3a;
  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: #3a3a3a;
  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 {
  color: #3a3a3a;
  font-weight: 600;
  border-bottom: 1px solid #1d2088;
}

.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: #3a3a3a;
}
@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: 60px;
  background: #f1f1f1;
  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;
}

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

.sns__link img {
  vertical-align: middle;
  aspect-ratio: unset;
}

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

body {
  font-size: 1.1875rem;
  font-family: "Noto Sans", sans-serif;
  color: #3a3a3a;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

html, body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.bg--lightGray {
  background: #f8f8f8;
}

.wrapper {
  max-width: 1105px;
  margin: auto;
  padding: 0 40px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding-bottom: 80px;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, .lpHeader__wrapper, .lpFv__mainText, .lp__fvSmallText, .childFv__titleEn, .childFv__titleJp, .post__mainImage {
  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(14px, 2.7777777778vw, 40px);
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .header__navList {
    display: none;
    padding: 190px 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6130653266vw;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    height: 100vh;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 499px) {
  .header__navList {
    font-size: 1.8090452261vw;
    padding: 160px 20px 0;
  }
}

@media (max-width: 1000px) {
  .header__navItem {
    width: 295px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .header__navItem {
    width: 326px;
  }
}
@media (max-width: 499px) {
  .header__navItem {
    width: 217px;
  }
}

@media (max-width: 1000px) {
  .header__navItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .header__navItem:last-child {
    margin-bottom: 30px;
  }
}

.header__lineIcon {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 499px) {
  .header__lineIcon {
    margin-top: 120px;
  }
}

.header__navItem > .lineIcon {
  width: 80px;
}
@media (max-width: 499px) {
  .header__navItem > .lineIcon {
    width: 60px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 500;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .header__wrapper {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header__wrapper {
    height: 80px;
  }
}

.header.scroll__nav .header__wrapper:before {
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  z-index: 999;
  display: block;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
}
@media (max-width: 768px) {
  .header.scroll__nav .header__wrapper:before {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header.scroll__nav .header__wrapper:before {
    height: 105px;
  }
}

.header.scroll__nav .header__wrapper {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__wrapper.open {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__logo {
  width: 150px;
  display: block;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 499px) {
  .header__logo {
    width: 60px;
  }
}

.header__logoArea {
  padding-left: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__logoArea {
    padding-left: 25px;
  }
}

@media (max-width: 1000px) {
  .header__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 1000px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
    background: #f8f8f8;
  }
}

.header__contact {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .header__contact {
    display: none;
  }
}

.header__navLink {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .header__navLink {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .header__navLink {
    font-size: 1.75rem;
  }
}

.navLink__jp {
  font-size: 1.75rem;
}
@media (max-width: 499px) {
  .navLink__jp {
    font-size: 1.125rem;
  }
}

.header__contact .header__navLink {
  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.0625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: inherit;
  height: inherit;
}

.header__contact:hover {
  background: #fff;
}

.header__contact:hover > .header__navLink svg {
  fill: #000;
}

.header__navLink svg {
  fill: #fff;
  width: 35px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 499px) {
  .header__navLink svg {
    width: 25px;
    height: 15px;
  }
}

@media (max-width: 499px) {
  .header__navLinkSp {
    margin-top: -10px;
  }
}

@media (max-width: 499px) {
  .home .header__navLinkSp {
    margin-top: 0;
  }
}

.header__navLinkSp svg {
  fill: #fff;
}

.header__navSp {
  height: 135px;
  z-index: 999;
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .header__navSp {
    height: 105px;
    gap: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .header__navSpCta {
    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;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 60px;
    height: 60px;
  }
}

.header__sp-menuBtn {
  display: none;
  width: 135px;
  height: 135px;
  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;
}
@media (max-width: 1000px) {
  .header__sp-menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 499px) {
  .header__sp-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #3a3a3a;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 40px;
    height: 1px;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 45px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 16px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 64px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 30px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 85px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 45px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 30px;
  }
}

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

.header__sp-menuBtn.open span:nth-child(3) {
  top: 70px;
  -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: 30px;
  }
}

.header__contactIcon {
  width: 25px;
}
@media (max-width: 499px) {
  .header__contactIcon {
    width: 18px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.ctaBtn__container {
  text-align: right;
}

.arrowBtn {
  position: relative;
  display: inline-block;
}

.btnText {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  text-align: left;
  width: 180px;
}
@media (max-width: 768px) {
  .btnText {
    font-size: 2.125rem;
    width: 200px;
  }
}
@media (max-width: 499px) {
  .btnText {
    font-size: 1.5rem;
    width: 140px;
  }
}

.arrowBtn:hover::after {
  right: 0;
}

.arrowBtn:after {
  content: "";
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 75px;
  height: 10px;
  border-bottom: 1px solid #626262;
  border-right: 1px solid #626262;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .arrowBtn:after {
    top: 30%;
    right: 0;
  }
}
@media (max-width: 499px) {
  .arrowBtn:after {
    width: 60px;
  }
}

.section__titleContainer {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .section__titleContainer {
    gap: 8px;
    padding-bottom: 30px;
  }
}

.section__title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .section__title {
    font-size: clamp(60px, 10.9333333333vw, 82px);
    line-height: clamp(70px, 12.6666666667vw, 95px);
  }
}
@media (max-width: 499px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    letter-spacing: 0.1rem;
  }
}

.section__titleJp {
  font-size: 0.9375rem;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section__titleJp {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .section__titleJp {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.title__hasBorder {
  border-bottom: 1px solid #dfdde0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.first__section {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .first__section {
    margin-top: 100px;
  }
}
@media (max-width: 499px) {
  .first__section {
    margin-top: 50px;
  }
}

.page-template, .post-type-archive, .single-post {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.childFv__titleEn {
  position: absolute;
  top: 70%;
  z-index: 200;
}
@media (max-width: 768px) {
  .childFv__titleEn {
    top: 45%;
  }
}
@media (max-width: 499px) {
  .childFv__titleEn {
    top: 45%;
  }
}

.fv.childPage__fv {
  height: 400px;
}
@media (max-width: 1440px) {
  .fv.childPage__fv {
    height: 300px;
  }
}

.fv.childPage__fv::after {
  bottom: -50%;
  z-index: 100;
}
@media (max-width: 1440px) {
  .fv.childPage__fv::after {
    bottom: -56%;
  }
}
@media (max-width: 1000px) {
  .fv.childPage__fv::after {
    bottom: -40%;
  }
}
@media (max-width: 768px) {
  .fv.childPage__fv::after {
    bottom: -60%;
    height: 200px;
  }
}
@media (max-width: 499px) {
  .fv.childPage__fv::after {
    bottom: -20%;
  }
}

.childFv__titleJp {
  position: absolute;
  top: 85%;
  z-index: 200;
  font-weight: 600;
}
@media (max-width: 768px) {
  .childFv__titleJp {
    top: 75%;
  }
}
@media (max-width: 499px) {
  .childFv__titleJp {
    font-size: 0.75rem;
    top: 60%;
    font-weight: 500;
  }
}

.child__footerContact.bg__round {
  background: #fff;
}

.child__footerContact.bg__round::after {
  top: -14%;
  height: 80%;
}
@media (max-width: 768px) {
  .child__footerContact.bg__round::after {
    top: -90%;
    height: 160%;
  }
}
@media (max-width: 499px) {
  .child__footerContact.bg__round::after {
    top: -110%;
    height: 160%;
  }
}

.child__footerContact .section__nav {
  border-top: unset;
  border-bottom: unset;
  background: #3a3a3a;
  color: #fff;
}

.child__footerContact .section__nav:last-child {
  border-bottom: unset;
}

.child__footerContact .arrowBtn::after {
  border-right: 1px solid #fff;
}

.child__footerContact .section__nav:hover {
  background: #fff;
  color: #3a3a3a;
}

.child__footerContact .section__nav:hover .arrowBtn::after {
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}

.section__nav.childPage__beforeFooterContactArea {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 40px 30px;
  }
}
@media (max-width: 499px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 6.6777963272vw 5.0083472454vw;
  }
}

.img__labelRight {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9375rem;
  padding: 6px;
}
@media (max-width: 768px) {
  .img__labelRight {
    font-size: 1.5rem;
    padding: 12px;
  }
}
@media (max-width: 499px) {
  .img__labelRight {
    font-size: 0.9375rem;
    padding: 6px;
  }
}

.flex--alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

.bg--gray {
  background: #e7e5e7;
}

.border--gray {
  border: 1px solid #bfbfbf;
}

.fontSize--15 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .fontSize--15 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .fontSize--15 {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.fontSize--19 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .fontSize--19 {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 499px) {
  .fontSize--19 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .section__titleContainer.pageCompany__messageTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.message__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media (max-width: 768px) {
  .message__column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.message__column {
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  .message__column {
    width: 100%;
  }
}

.message__columnImgArea {
  width: 250px;
}
@media (max-width: 768px) {
  .message__columnImgArea {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 499px) {
  .message__columnImgArea {
    width: 100%;
    max-width: 250px;
  }
}

.message__texts {
  margin-bottom: 30px;
}

.message__column > .message__texts:last-child {
  margin-bottom: 0;
}

.pageCompany__infoSec {
  position: relative;
  z-index: 10;
}

.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 #333;
}
@media (max-width: 1000px) {
  .company__infoTitle {
    padding: 30px 0 8px;
    width: 100%;
    border-bottom: unset;
  }
}
@media (max-width: 499px) {
  .company__infoTitle {
    padding: 5.0083472454vw 0 1.3355592654vw;
  }
}

.company__infoDesc {
  padding: 20px 0 20px 16px;
  width: calc(100% - 180px);
  line-height: 1.5;
  border-top: 1px solid #dfdde0;
  margin-left: 0;
}
.company__infoDesc address {
  margin-bottom: 10px;
}
@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;
  }
}

.border__gray {
  border-bottom: 1px solid #dfdde0;
}
@media (max-width: 1000px) {
  .border__gray {
    border-bottom: 1px solid #333;
  }
}

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

.companyInfo__itemMap {
  margin-bottom: 40px;
}

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

.external__link {
  width: 15px;
  margin-left: 15px;
}

.textLink--hasUnderline {
  text-decoration: underline;
}

body {
  font-size: 1.1875rem;
  font-family: "Noto Sans", sans-serif;
  color: #3a3a3a;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

html, body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.bg--lightGray {
  background: #f8f8f8;
}

.wrapper {
  max-width: 1105px;
  margin: auto;
  padding: 0 40px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding-bottom: 80px;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, .lpHeader__wrapper, .lpFv__mainText, .lp__fvSmallText, .childFv__titleEn, .childFv__titleJp, .post__mainImage {
  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(14px, 2.7777777778vw, 40px);
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .header__navList {
    display: none;
    padding: 190px 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6130653266vw;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    height: 100vh;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 499px) {
  .header__navList {
    font-size: 1.8090452261vw;
    padding: 160px 20px 0;
  }
}

@media (max-width: 1000px) {
  .header__navItem {
    width: 295px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .header__navItem {
    width: 326px;
  }
}
@media (max-width: 499px) {
  .header__navItem {
    width: 217px;
  }
}

@media (max-width: 1000px) {
  .header__navItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .header__navItem:last-child {
    margin-bottom: 30px;
  }
}

.header__lineIcon {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 499px) {
  .header__lineIcon {
    margin-top: 120px;
  }
}

.header__navItem > .lineIcon {
  width: 80px;
}
@media (max-width: 499px) {
  .header__navItem > .lineIcon {
    width: 60px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 500;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .header__wrapper {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header__wrapper {
    height: 80px;
  }
}

.header.scroll__nav .header__wrapper:before {
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  z-index: 999;
  display: block;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
}
@media (max-width: 768px) {
  .header.scroll__nav .header__wrapper:before {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header.scroll__nav .header__wrapper:before {
    height: 105px;
  }
}

.header.scroll__nav .header__wrapper {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__wrapper.open {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__logo {
  width: 150px;
  display: block;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 499px) {
  .header__logo {
    width: 60px;
  }
}

.header__logoArea {
  padding-left: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__logoArea {
    padding-left: 25px;
  }
}

@media (max-width: 1000px) {
  .header__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 1000px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
    background: #f8f8f8;
  }
}

.header__contact {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .header__contact {
    display: none;
  }
}

.header__navLink {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .header__navLink {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .header__navLink {
    font-size: 1.75rem;
  }
}

.navLink__jp {
  font-size: 1.75rem;
}
@media (max-width: 499px) {
  .navLink__jp {
    font-size: 1.125rem;
  }
}

.header__contact .header__navLink {
  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.0625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: inherit;
  height: inherit;
}

.header__contact:hover {
  background: #fff;
}

.header__contact:hover > .header__navLink svg {
  fill: #000;
}

.header__navLink svg {
  fill: #fff;
  width: 35px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 499px) {
  .header__navLink svg {
    width: 25px;
    height: 15px;
  }
}

@media (max-width: 499px) {
  .header__navLinkSp {
    margin-top: -10px;
  }
}

@media (max-width: 499px) {
  .home .header__navLinkSp {
    margin-top: 0;
  }
}

.header__navLinkSp svg {
  fill: #fff;
}

.header__navSp {
  height: 135px;
  z-index: 999;
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .header__navSp {
    height: 105px;
    gap: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .header__navSpCta {
    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;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 60px;
    height: 60px;
  }
}

.header__sp-menuBtn {
  display: none;
  width: 135px;
  height: 135px;
  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;
}
@media (max-width: 1000px) {
  .header__sp-menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 499px) {
  .header__sp-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #3a3a3a;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 40px;
    height: 1px;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 45px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 16px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 64px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 30px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 85px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 45px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 30px;
  }
}

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

.header__sp-menuBtn.open span:nth-child(3) {
  top: 70px;
  -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: 30px;
  }
}

.header__contactIcon {
  width: 25px;
}
@media (max-width: 499px) {
  .header__contactIcon {
    width: 18px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.ctaBtn__container {
  text-align: right;
}

.arrowBtn {
  position: relative;
  display: inline-block;
}

.btnText {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  text-align: left;
  width: 180px;
}
@media (max-width: 768px) {
  .btnText {
    font-size: 2.125rem;
    width: 200px;
  }
}
@media (max-width: 499px) {
  .btnText {
    font-size: 1.5rem;
    width: 140px;
  }
}

.arrowBtn:hover::after {
  right: 0;
}

.arrowBtn:after {
  content: "";
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 75px;
  height: 10px;
  border-bottom: 1px solid #626262;
  border-right: 1px solid #626262;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .arrowBtn:after {
    top: 30%;
    right: 0;
  }
}
@media (max-width: 499px) {
  .arrowBtn:after {
    width: 60px;
  }
}

.section__titleContainer {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .section__titleContainer {
    gap: 8px;
    padding-bottom: 30px;
  }
}

.section__title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .section__title {
    font-size: clamp(60px, 10.9333333333vw, 82px);
    line-height: clamp(70px, 12.6666666667vw, 95px);
  }
}
@media (max-width: 499px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    letter-spacing: 0.1rem;
  }
}

.section__titleJp {
  font-size: 0.9375rem;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section__titleJp {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .section__titleJp {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.title__hasBorder {
  border-bottom: 1px solid #dfdde0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.first__section {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .first__section {
    margin-top: 100px;
  }
}
@media (max-width: 499px) {
  .first__section {
    margin-top: 50px;
  }
}

.page-template, .post-type-archive, .single-post {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.childFv__titleEn {
  position: absolute;
  top: 70%;
  z-index: 200;
}
@media (max-width: 768px) {
  .childFv__titleEn {
    top: 45%;
  }
}
@media (max-width: 499px) {
  .childFv__titleEn {
    top: 45%;
  }
}

.fv.childPage__fv {
  height: 400px;
}
@media (max-width: 1440px) {
  .fv.childPage__fv {
    height: 300px;
  }
}

.fv.childPage__fv::after {
  bottom: -50%;
  z-index: 100;
}
@media (max-width: 1440px) {
  .fv.childPage__fv::after {
    bottom: -56%;
  }
}
@media (max-width: 1000px) {
  .fv.childPage__fv::after {
    bottom: -40%;
  }
}
@media (max-width: 768px) {
  .fv.childPage__fv::after {
    bottom: -60%;
    height: 200px;
  }
}
@media (max-width: 499px) {
  .fv.childPage__fv::after {
    bottom: -20%;
  }
}

.childFv__titleJp {
  position: absolute;
  top: 85%;
  z-index: 200;
  font-weight: 600;
}
@media (max-width: 768px) {
  .childFv__titleJp {
    top: 75%;
  }
}
@media (max-width: 499px) {
  .childFv__titleJp {
    font-size: 0.75rem;
    top: 60%;
    font-weight: 500;
  }
}

.child__footerContact.bg__round {
  background: #fff;
}

.child__footerContact.bg__round::after {
  top: -14%;
  height: 80%;
}
@media (max-width: 768px) {
  .child__footerContact.bg__round::after {
    top: -90%;
    height: 160%;
  }
}
@media (max-width: 499px) {
  .child__footerContact.bg__round::after {
    top: -110%;
    height: 160%;
  }
}

.child__footerContact .section__nav {
  border-top: unset;
  border-bottom: unset;
  background: #3a3a3a;
  color: #fff;
}

.child__footerContact .section__nav:last-child {
  border-bottom: unset;
}

.child__footerContact .arrowBtn::after {
  border-right: 1px solid #fff;
}

.child__footerContact .section__nav:hover {
  background: #fff;
  color: #3a3a3a;
}

.child__footerContact .section__nav:hover .arrowBtn::after {
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}

.section__nav.childPage__beforeFooterContactArea {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 40px 30px;
  }
}
@media (max-width: 499px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 6.6777963272vw 5.0083472454vw;
  }
}

.img__labelRight {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9375rem;
  padding: 6px;
}
@media (max-width: 768px) {
  .img__labelRight {
    font-size: 1.5rem;
    padding: 12px;
  }
}
@media (max-width: 499px) {
  .img__labelRight {
    font-size: 0.9375rem;
    padding: 6px;
  }
}

.flex--alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

.bg--gray {
  background: #e7e5e7;
}

.border--gray {
  border: 1px solid #bfbfbf;
}

.fontSize--15 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .fontSize--15 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .fontSize--15 {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.fontSize--19 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .fontSize--19 {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 499px) {
  .fontSize--19 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

.column3__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media (max-width: 768px) {
  .column3__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.column3__inner {
  width: 32%;
}
@media (max-width: 768px) {
  .column3__inner {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .column3__wrapper .column3__inner:last-child {
    margin-bottom: 0;
  }
}

.service__columnImgArea {
  position: relative;
}

.childService__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 0.9375rem;
  padding: 18px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .childService__btn {
    font-size: 1.25rem;
    padding: 22px;
  }
}
@media (max-width: 499px) {
  .childService__btn {
    font-size: 0.9375rem;
    padding: 18px;
  }
}

.mailIcon__insideBtn {
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
}

.childService__btn .arrowBtn {
  position: unset;
}

.childService__btn .arrowBtn:after {
  content: "";
  margin-left: 0;
  top: 40%;
  right: 30px;
  width: 40px;
  border-bottom: 2px solid #626262;
  border-right: 2px solid #626262;
}
@media (max-width: 768px) {
  .childService__btn .arrowBtn:after {
    top: 46%;
    right: 50px;
    width: 15%;
  }
}
@media (max-width: 499px) {
  .childService__btn .arrowBtn:after {
    right: 30px;
  }
}

.childService__btn:hover .arrowBtn::after {
  right: 20px;
}

.childService__columnTitle {
  margin: 20px 0 16px;
  font-weight: 600;
}

.page-template-page-vision-stance .section__titleContainer {
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  .page-template-page-vision-stance .section__titleContainer {
    padding-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .page-template-page-vision-stance .section__title {
    font-size: clamp(50px, 10.9333333333vw, 82px);
    line-height: clamp(60px, 12.6666666667vw, 95px);
  }
}
@media (max-width: 499px) {
  .page-template-page-vision-stance .section__title {
    font-size: 10.8514190317vw;
    line-height: 15.0250417362vw;
  }
}

@media (max-width: 768px) {
  .section__titleContainer.visionPage__secTitleLong {
    -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;
  }
}

@media (max-width: 768px) {
  .section__titleJp {
    margin-top: 0;
  }
}

.childVision__firstSec {
  top: -160px;
}
@media (max-width: 768px) {
  .childVision__firstSec {
    top: -130px;
  }
}
@media (max-width: 499px) {
  .childVision__firstSec {
    top: -160px;
  }
}

.relative {
  position: relative;
}

.vision__FirstSecBgImg {
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.lp--firstSec {
  margin-top: 100px;
}

.visionPage__bigTitle {
  font-size: 3.3125rem;
  line-height: 5.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .visionPage__bigTitle {
    font-size: clamp(36px, 6.6666666667vw, 63px);
    line-height: clamp(65px, 12vw, 100px);
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 499px) {
  .visionPage__bigTitle {
    font-size: clamp(26px, 4vw, 30px);
    line-height: clamp(46px, 6.6666666667vw, 50px);
    letter-spacing: 0.1rem;
  }
}

@media (max-width: 768px) {
  .visionPage__introBigTitle {
    font-size: clamp(46px, 8.4vw, 63px);
    line-height: clamp(83px, 13.3333333333vw, 100px);
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 499px) {
  .visionPage__introBigTitle {
    font-size: 1.875rem;
    line-height: 3.125rem;
    letter-spacing: 0.1rem;
  }
}

.vision__textArea {
  margin-top: 60px;
}

.stance__textArea {
  margin-top: 30px;
}
@media (max-width: 499px) {
  .stance__textArea {
    margin-top: 0;
  }
}

.vision__introArea {
  padding-top: 100px;
  padding-bottom: 60px;
  width: 50%;
  margin-left: auto;
  color: #fff;
}
@media (max-width: 1000px) {
  .vision__introArea {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .vision__introArea {
    width: clamp(373px, 68vw, 510px);
    padding-bottom: 0;
  }
}
@media (max-width: 499px) {
  .vision__introArea {
    width: 90%;
  }
}

.vision__introSubTitle {
  margin-bottom: 50px;
  display: inline-block;
  font-size: 1.4375rem;
  line-height: 2.125rem;
}
@media (max-width: 499px) {
  .vision__introSubTitle {
    font-size: 1.125rem;
    line-height: 1.8125rem;
    margin-bottom: 20px;
  }
}

.philosophy__sec {
  margin-top: -150px;
}
@media (max-width: 768px) {
  .philosophy__sec {
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .philosophy__sec {
    margin-top: -30px;
  }
}

.vision__introText {
  font-size: 0.9375rem;
  line-height: 2.125rem;
}
@media (max-width: 768px) {
  .vision__introText {
    font-size: clamp(18px, 3.0666666667vw, 23px);
    line-height: clamp(39px, 5.8666666667vw, 44px);
  }
}
@media (max-width: 499px) {
  .vision__introText {
    font-size: 0.8125rem;
    line-height: 2rem;
  }
}

.section__title.childPage__secTitleBigger {
  font-size: 4.5rem;
  line-height: 3.75rem;
}
@media (max-width: 499px) {
  .section__title.childPage__secTitleBigger {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

.childVision__text {
  font-size: 1.1875rem;
  line-height: 3.3125rem;
}
@media (max-width: 499px) {
  .childVision__text {
    font-size: 0.875rem;
    line-height: 2.9375rem;
  }
}

.vision__figureArea {
  width: 90%;
  margin: 50px auto;
}

@media (max-width: 499px) {
  .vision__textArea.guidLine__listArea {
    margin-top: 0;
  }
}

.guidelines__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .guidelines__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.guidelines__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  width: 300px;
  border-top: 1px solid #dbdcdc;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .guidelines__dt {
    width: 43%;
    font-size: 4vw;
  }
}
@media (max-width: 499px) {
  .guidelines__dt {
    padding: 20px 0;
    font-size: 0.9375rem;
    width: 47%;
  }
}

.guidelines--smallerdt {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .guidelines--smallerdt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
@media (max-width: 499px) {
  .guidelines--smallerdt {
    font-size: 0.75rem;
  }
}

.guidelines__list .guidelines__dt:nth-child(1) {
  border-top: unset;
}

.guidelines__dd {
  padding: 40px 0 40px 40px;
  width: calc(100% - 300px);
  line-height: 1.5;
  border-top: 1px solid #dbdcdc;
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .guidelines__dd {
    padding: 40px 0;
    padding-left: 10vw;
    font-size: 3.2vw;
    width: 57%;
    white-space: nowrap;
    font-weight: 500;
  }
}
@media (max-width: 499px) {
  .guidelines__dd {
    padding: 20px 0;
    padding-left: 3vw;
    font-size: 0.75rem;
    width: 53%;
  }
}

.guidelines__list .guidelines__dd:nth-child(2) {
  border-top: unset;
}

.wrapper.visionLast__secWrapper {
  padding-bottom: 60px;
}

.philosophy__item {
  font-family: "Noto Serif JP", serif;
  font-size: 2.125rem;
  margin-bottom: 48px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .philosophy__item {
    font-size: clamp(42px, 7.0666666667vw, 53px);
    line-height: clamp(72px, 10.9333333333vw, 82px);
  }
}
@media (max-width: 499px) {
  .philosophy__item {
    font-size: 1.625rem;
    line-height: 2.5625rem;
  }
}

body {
  font-size: 1.1875rem;
  font-family: "Noto Sans", sans-serif;
  color: #3a3a3a;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

html, body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.bg--lightGray {
  background: #f8f8f8;
}

.wrapper {
  max-width: 1105px;
  margin: auto;
  padding: 0 40px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding-bottom: 80px;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, .lpHeader__wrapper, .lpFv__mainText, .lp__fvSmallText, .childFv__titleEn, .childFv__titleJp, .post__mainImage {
  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(14px, 2.7777777778vw, 40px);
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .header__navList {
    display: none;
    padding: 190px 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6130653266vw;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    height: 100vh;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 499px) {
  .header__navList {
    font-size: 1.8090452261vw;
    padding: 160px 20px 0;
  }
}

@media (max-width: 1000px) {
  .header__navItem {
    width: 295px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .header__navItem {
    width: 326px;
  }
}
@media (max-width: 499px) {
  .header__navItem {
    width: 217px;
  }
}

@media (max-width: 1000px) {
  .header__navItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .header__navItem:last-child {
    margin-bottom: 30px;
  }
}

.header__lineIcon {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 499px) {
  .header__lineIcon {
    margin-top: 120px;
  }
}

.header__navItem > .lineIcon {
  width: 80px;
}
@media (max-width: 499px) {
  .header__navItem > .lineIcon {
    width: 60px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 500;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .header__wrapper {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header__wrapper {
    height: 80px;
  }
}

.header.scroll__nav .header__wrapper:before {
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  z-index: 999;
  display: block;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
}
@media (max-width: 768px) {
  .header.scroll__nav .header__wrapper:before {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header.scroll__nav .header__wrapper:before {
    height: 105px;
  }
}

.header.scroll__nav .header__wrapper {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__wrapper.open {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__logo {
  width: 150px;
  display: block;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 499px) {
  .header__logo {
    width: 60px;
  }
}

.header__logoArea {
  padding-left: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__logoArea {
    padding-left: 25px;
  }
}

@media (max-width: 1000px) {
  .header__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 1000px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
    background: #f8f8f8;
  }
}

.header__contact {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .header__contact {
    display: none;
  }
}

.header__navLink {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .header__navLink {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .header__navLink {
    font-size: 1.75rem;
  }
}

.navLink__jp {
  font-size: 1.75rem;
}
@media (max-width: 499px) {
  .navLink__jp {
    font-size: 1.125rem;
  }
}

.header__contact .header__navLink {
  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.0625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: inherit;
  height: inherit;
}

.header__contact:hover {
  background: #fff;
}

.header__contact:hover > .header__navLink svg {
  fill: #000;
}

.header__navLink svg {
  fill: #fff;
  width: 35px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 499px) {
  .header__navLink svg {
    width: 25px;
    height: 15px;
  }
}

@media (max-width: 499px) {
  .header__navLinkSp {
    margin-top: -10px;
  }
}

@media (max-width: 499px) {
  .home .header__navLinkSp {
    margin-top: 0;
  }
}

.header__navLinkSp svg {
  fill: #fff;
}

.header__navSp {
  height: 135px;
  z-index: 999;
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .header__navSp {
    height: 105px;
    gap: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .header__navSpCta {
    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;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 60px;
    height: 60px;
  }
}

.header__sp-menuBtn {
  display: none;
  width: 135px;
  height: 135px;
  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;
}
@media (max-width: 1000px) {
  .header__sp-menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 499px) {
  .header__sp-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #3a3a3a;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 40px;
    height: 1px;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 45px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 16px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 64px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 30px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 85px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 45px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 30px;
  }
}

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

.header__sp-menuBtn.open span:nth-child(3) {
  top: 70px;
  -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: 30px;
  }
}

.header__contactIcon {
  width: 25px;
}
@media (max-width: 499px) {
  .header__contactIcon {
    width: 18px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.ctaBtn__container {
  text-align: right;
}

.arrowBtn {
  position: relative;
  display: inline-block;
}

.btnText {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  text-align: left;
  width: 180px;
}
@media (max-width: 768px) {
  .btnText {
    font-size: 2.125rem;
    width: 200px;
  }
}
@media (max-width: 499px) {
  .btnText {
    font-size: 1.5rem;
    width: 140px;
  }
}

.arrowBtn:hover::after {
  right: 0;
}

.arrowBtn:after {
  content: "";
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 75px;
  height: 10px;
  border-bottom: 1px solid #626262;
  border-right: 1px solid #626262;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .arrowBtn:after {
    top: 30%;
    right: 0;
  }
}
@media (max-width: 499px) {
  .arrowBtn:after {
    width: 60px;
  }
}

.section__titleContainer {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .section__titleContainer {
    gap: 8px;
    padding-bottom: 30px;
  }
}

.section__title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .section__title {
    font-size: clamp(60px, 10.9333333333vw, 82px);
    line-height: clamp(70px, 12.6666666667vw, 95px);
  }
}
@media (max-width: 499px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    letter-spacing: 0.1rem;
  }
}

.section__titleJp {
  font-size: 0.9375rem;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section__titleJp {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .section__titleJp {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.title__hasBorder {
  border-bottom: 1px solid #dfdde0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.first__section {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .first__section {
    margin-top: 100px;
  }
}
@media (max-width: 499px) {
  .first__section {
    margin-top: 50px;
  }
}

.page-template, .post-type-archive, .single-post {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.childFv__titleEn {
  position: absolute;
  top: 70%;
  z-index: 200;
}
@media (max-width: 768px) {
  .childFv__titleEn {
    top: 45%;
  }
}
@media (max-width: 499px) {
  .childFv__titleEn {
    top: 45%;
  }
}

.fv.childPage__fv {
  height: 400px;
}
@media (max-width: 1440px) {
  .fv.childPage__fv {
    height: 300px;
  }
}

.fv.childPage__fv::after {
  bottom: -50%;
  z-index: 100;
}
@media (max-width: 1440px) {
  .fv.childPage__fv::after {
    bottom: -56%;
  }
}
@media (max-width: 1000px) {
  .fv.childPage__fv::after {
    bottom: -40%;
  }
}
@media (max-width: 768px) {
  .fv.childPage__fv::after {
    bottom: -60%;
    height: 200px;
  }
}
@media (max-width: 499px) {
  .fv.childPage__fv::after {
    bottom: -20%;
  }
}

.childFv__titleJp {
  position: absolute;
  top: 85%;
  z-index: 200;
  font-weight: 600;
}
@media (max-width: 768px) {
  .childFv__titleJp {
    top: 75%;
  }
}
@media (max-width: 499px) {
  .childFv__titleJp {
    font-size: 0.75rem;
    top: 60%;
    font-weight: 500;
  }
}

.child__footerContact.bg__round {
  background: #fff;
}

.child__footerContact.bg__round::after {
  top: -14%;
  height: 80%;
}
@media (max-width: 768px) {
  .child__footerContact.bg__round::after {
    top: -90%;
    height: 160%;
  }
}
@media (max-width: 499px) {
  .child__footerContact.bg__round::after {
    top: -110%;
    height: 160%;
  }
}

.child__footerContact .section__nav {
  border-top: unset;
  border-bottom: unset;
  background: #3a3a3a;
  color: #fff;
}

.child__footerContact .section__nav:last-child {
  border-bottom: unset;
}

.child__footerContact .arrowBtn::after {
  border-right: 1px solid #fff;
}

.child__footerContact .section__nav:hover {
  background: #fff;
  color: #3a3a3a;
}

.child__footerContact .section__nav:hover .arrowBtn::after {
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}

.section__nav.childPage__beforeFooterContactArea {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 40px 30px;
  }
}
@media (max-width: 499px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 6.6777963272vw 5.0083472454vw;
  }
}

.img__labelRight {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9375rem;
  padding: 6px;
}
@media (max-width: 768px) {
  .img__labelRight {
    font-size: 1.5rem;
    padding: 12px;
  }
}
@media (max-width: 499px) {
  .img__labelRight {
    font-size: 0.9375rem;
    padding: 6px;
  }
}

.flex--alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

.bg--gray {
  background: #e7e5e7;
}

.border--gray {
  border: 1px solid #bfbfbf;
}

.fontSize--15 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .fontSize--15 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .fontSize--15 {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.fontSize--19 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .fontSize--19 {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 499px) {
  .fontSize--19 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

.privacy__intro {
  margin-top: -120px;
  margin-bottom: 45px;
}
@media (max-width: 1000px) {
  .privacy__intro {
    margin-top: -80px;
  }
}
@media (max-width: 768px) {
  .privacy__intro {
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .privacy__intro {
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .page-id-2392 .section__title {
    font-size: clamp(26px, 8vw, 60px);
  }
}

@media (max-width: 768px) {
  .page-id-2392 .childFv__titleEn {
    top: 55%;
  }
}

.page-template-page-privacy .title__hasUnderLine {
  font-size: 1.25rem;
  line-height: 1.875rem;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-template-page-privacy .title__hasUnderLine {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 499px) {
  .page-template-page-privacy .title__hasUnderLine {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.page-template-page-privacy .privacy__block {
  margin-bottom: 45px;
}
.page-template-page-privacy .privacy__contactInfoArea {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-page-privacy table {
  border-color: #a8a8a8;
  margin-bottom: 10px;
}
.page-template-page-privacy tr th {
  background: #ececec;
  font-weight: 500;
}
.page-template-page-privacy tr th, .page-template-page-privacy tr td {
  padding: 24px;
}
@media (max-width: 499px) {
  .page-template-page-privacy tr th, .page-template-page-privacy tr td {
    padding: 10px;
  }
}
.page-template-page-privacy tr td {
  vertical-align: middle;
  background: #fff;
}
.page-template-page-privacy .privacy__table tr th:last-child, .page-template-page-privacy .privacy__table tr td:last-child {
  width: calc(100% - 250px);
}
@media (max-width: 768px) {
  .page-template-page-privacy .privacy__table tr th:last-child, .page-template-page-privacy .privacy__table tr td:last-child {
    width: calc(100% - 275px);
  }
}
@media (max-width: 499px) {
  .page-template-page-privacy .privacy__table tr th:last-child, .page-template-page-privacy .privacy__table tr td:last-child {
    width: calc(100% - 120px);
  }
}
.page-template-page-privacy .privacy__table tr th:first-child, .page-template-page-privacy .privacy__table tr td:first-child {
  width: 250px;
}
@media (max-width: 768px) {
  .page-template-page-privacy .privacy__table tr th:first-child, .page-template-page-privacy .privacy__table tr td:first-child {
    width: 275px;
  }
}
@media (max-width: 499px) {
  .page-template-page-privacy .privacy__table tr th:first-child, .page-template-page-privacy .privacy__table tr td:first-child {
    width: 120px;
  }
}
.page-template-page-privacy .license__table table {
  margin-top: 30px;
}
.page-template-page-privacy .license__table tr th:first-child, .page-template-page-privacy .license__table tr td:first-child {
  width: 355px;
}
@media (max-width: 768px) {
  .page-template-page-privacy .license__table tr th:first-child, .page-template-page-privacy .license__table tr td:first-child {
    width: 275px;
  }
}
@media (max-width: 499px) {
  .page-template-page-privacy .license__table tr th:first-child, .page-template-page-privacy .license__table tr td:first-child {
    width: 120px;
  }
}
.page-template-page-privacy .license__table tr th:last-child, .page-template-page-privacy .license__table tr td:last-child {
  width: calc(100% - 355px);
}
@media (max-width: 768px) {
  .page-template-page-privacy .license__table tr th:last-child, .page-template-page-privacy .license__table tr td:last-child {
    width: calc(100% - 275px);
  }
}
@media (max-width: 499px) {
  .page-template-page-privacy .license__table tr th:last-child, .page-template-page-privacy .license__table tr td:last-child {
    width: calc(100% - 120px);
  }
}
.page-template-page-privacy .tableCell__half table {
  margin-top: 30px;
}
.page-template-page-privacy .tableCell__half tr th:first-child, .page-template-page-privacy .tableCell__half tr td:first-child {
  width: 580px;
}
@media (max-width: 768px) {
  .page-template-page-privacy .tableCell__half tr th:first-child, .page-template-page-privacy .tableCell__half tr td:first-child {
    width: 50%;
  }
}
.page-template-page-privacy .tableCell__half tr th:last-child, .page-template-page-privacy .tableCell__half tr td:last-child {
  width: calc(100% - 580px);
}
@media (max-width: 768px) {
  .page-template-page-privacy .tableCell__half tr th:last-child, .page-template-page-privacy .tableCell__half tr td:last-child {
    width: 50%;
  }
}
.page-template-page-privacy .wp-element-caption {
  font-size: 0.8em;
}
.page-template-page-privacy ol {
  counter-reset: item;
  padding: 20px 0 20px 16px;
}
@media (max-width: 768px) {
  .page-template-page-privacy ol {
    padding: 20px 0 20px 30px;
  }
}
@media (max-width: 499px) {
  .page-template-page-privacy ol {
    padding: 20px 0 20px 16px;
  }
}
.page-template-page-privacy ol li {
  text-indent: -2.2em;
  padding-left: 20px;
  margin-bottom: 24px;
  line-height: 1.75rem;
  counter-increment: item;
}
@media (max-width: 768px) {
  .page-template-page-privacy ol li {
    text-indent: -1.9em;
  }
}
@media (max-width: 499px) {
  .page-template-page-privacy ol li {
    text-indent: -2.3em;
  }
}
.page-template-page-privacy ol li:last-child {
  margin-bottom: 0;
}
.page-template-page-privacy ol li:before {
  content: counter(item) ".";
  color: #3a3a3a;
  font-weight: 700;
  margin-right: 20px;
}
.page-template-page-privacy .title__h3 {
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .page-template-page-privacy .title__h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 499px) {
  .page-template-page-privacy .title__h3 {
    font-size: 1.1875rem;
  }
}
.page-template-page-privacy .license__block {
  margin-bottom: 40px;
}

.wp-block-table thead {
  border-bottom: 1px solid #a8a8a8;
}

body {
  font-size: 1.1875rem;
  font-family: "Noto Sans", sans-serif;
  color: #3a3a3a;
  letter-spacing: 0.1rem;
}
@media (max-width: 499px) {
  body {
    font-size: 1rem;
  }
}

html, body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.bg--lightGray {
  background: #f8f8f8;
}

.wrapper {
  max-width: 1105px;
  margin: auto;
  padding: 0 40px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding-bottom: 80px;
  }
}

.scroll-in, .c_timeLag-bottom, .header__wrapper, .lpHeader__wrapper, .lpFv__mainText, .lp__fvSmallText, .childFv__titleEn, .childFv__titleJp, .post__mainImage {
  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(14px, 2.7777777778vw, 40px);
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .header__navList {
    display: none;
    padding: 190px 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6130653266vw;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    height: 100vh;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 499px) {
  .header__navList {
    font-size: 1.8090452261vw;
    padding: 160px 20px 0;
  }
}

@media (max-width: 1000px) {
  .header__navItem {
    width: 295px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .header__navItem {
    width: 326px;
  }
}
@media (max-width: 499px) {
  .header__navItem {
    width: 217px;
  }
}

@media (max-width: 1000px) {
  .header__navItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .header__navItem:last-child {
    margin-bottom: 30px;
  }
}

.header__lineIcon {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 499px) {
  .header__lineIcon {
    margin-top: 120px;
  }
}

.header__navItem > .lineIcon {
  width: 80px;
}
@media (max-width: 499px) {
  .header__navItem > .lineIcon {
    width: 60px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 500;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .header__wrapper {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header__wrapper {
    height: 80px;
  }
}

.header.scroll__nav .header__wrapper:before {
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  z-index: 999;
  display: block;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
}
@media (max-width: 768px) {
  .header.scroll__nav .header__wrapper:before {
    height: 120px;
  }
}
@media (max-width: 499px) {
  .header.scroll__nav .header__wrapper:before {
    height: 105px;
  }
}

.header.scroll__nav .header__wrapper {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__wrapper.open {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header__logo {
  width: 150px;
  display: block;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 499px) {
  .header__logo {
    width: 60px;
  }
}

.header__logoArea {
  padding-left: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__logoArea {
    padding-left: 25px;
  }
}

@media (max-width: 1000px) {
  .header__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 1000px) {
  .header__nav {
    width: 100%;
    position: fixed;
    margin-top: 100px;
    top: -100px;
    background: #f8f8f8;
  }
}

.header__contact {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .header__contact {
    display: none;
  }
}

.header__navLink {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .header__navLink {
    font-size: 2.75rem;
  }
}
@media (max-width: 499px) {
  .header__navLink {
    font-size: 1.75rem;
  }
}

.navLink__jp {
  font-size: 1.75rem;
}
@media (max-width: 499px) {
  .navLink__jp {
    font-size: 1.125rem;
  }
}

.header__contact .header__navLink {
  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.0625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: inherit;
  height: inherit;
}

.header__contact:hover {
  background: #fff;
}

.header__contact:hover > .header__navLink svg {
  fill: #000;
}

.header__navLink svg {
  fill: #fff;
  width: 35px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 499px) {
  .header__navLink svg {
    width: 25px;
    height: 15px;
  }
}

@media (max-width: 499px) {
  .header__navLinkSp {
    margin-top: -10px;
  }
}

@media (max-width: 499px) {
  .home .header__navLinkSp {
    margin-top: 0;
  }
}

.header__navLinkSp svg {
  fill: #fff;
}

.header__navSp {
  height: 135px;
  z-index: 999;
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .header__navSp {
    height: 105px;
    gap: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .header__navSpCta {
    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;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 499px) {
  .header__navSpCta {
    width: 60px;
    height: 60px;
  }
}

.header__sp-menuBtn {
  display: none;
  width: 135px;
  height: 135px;
  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;
}
@media (max-width: 1000px) {
  .header__sp-menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 499px) {
  .header__sp-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #3a3a3a;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span {
    width: 40px;
    height: 1px;
  }
}
.header__sp-menuBtn span:nth-child(1) {
  top: 45px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(1) {
    top: 16px;
  }
}
.header__sp-menuBtn span:nth-child(2) {
  top: 64px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(2) {
    top: 30px;
  }
}
.header__sp-menuBtn span:nth-child(3) {
  top: 85px;
}
@media (max-width: 499px) {
  .header__sp-menuBtn span:nth-child(3) {
    top: 45px;
  }
}
.header__sp-menuBtn.open span:nth-child(1) {
  top: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .header__sp-menuBtn.open span:nth-child(1) {
    top: 30px;
  }
}

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

.header__sp-menuBtn.open span:nth-child(3) {
  top: 70px;
  -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: 30px;
  }
}

.header__contactIcon {
  width: 25px;
}
@media (max-width: 499px) {
  .header__contactIcon {
    width: 18px;
  }
}

.overflow__hidden {
  overflow: hidden;
}

.ctaBtn__container {
  text-align: right;
}

.arrowBtn {
  position: relative;
  display: inline-block;
}

.btnText {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  text-align: left;
  width: 180px;
}
@media (max-width: 768px) {
  .btnText {
    font-size: 2.125rem;
    width: 200px;
  }
}
@media (max-width: 499px) {
  .btnText {
    font-size: 1.5rem;
    width: 140px;
  }
}

.arrowBtn:hover::after {
  right: 0;
}

.arrowBtn:after {
  content: "";
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 75px;
  height: 10px;
  border-bottom: 1px solid #626262;
  border-right: 1px solid #626262;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .arrowBtn:after {
    top: 30%;
    right: 0;
  }
}
@media (max-width: 499px) {
  .arrowBtn:after {
    width: 60px;
  }
}

.section__titleContainer {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .section__titleContainer {
    gap: 8px;
    padding-bottom: 30px;
  }
}

.section__title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .section__title {
    font-size: clamp(60px, 10.9333333333vw, 82px);
    line-height: clamp(70px, 12.6666666667vw, 95px);
  }
}
@media (max-width: 499px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    letter-spacing: 0.1rem;
  }
}

.section__titleJp {
  font-size: 0.9375rem;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section__titleJp {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .section__titleJp {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.title__hasBorder {
  border-bottom: 1px solid #dfdde0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.first__section {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .first__section {
    margin-top: 100px;
  }
}
@media (max-width: 499px) {
  .first__section {
    margin-top: 50px;
  }
}

.page-template, .post-type-archive, .single-post {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .page-template, .post-type-archive, .single-post {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.childFv__titleEn {
  position: absolute;
  top: 70%;
  z-index: 200;
}
@media (max-width: 768px) {
  .childFv__titleEn {
    top: 45%;
  }
}
@media (max-width: 499px) {
  .childFv__titleEn {
    top: 45%;
  }
}

.fv.childPage__fv {
  height: 400px;
}
@media (max-width: 1440px) {
  .fv.childPage__fv {
    height: 300px;
  }
}

.fv.childPage__fv::after {
  bottom: -50%;
  z-index: 100;
}
@media (max-width: 1440px) {
  .fv.childPage__fv::after {
    bottom: -56%;
  }
}
@media (max-width: 1000px) {
  .fv.childPage__fv::after {
    bottom: -40%;
  }
}
@media (max-width: 768px) {
  .fv.childPage__fv::after {
    bottom: -60%;
    height: 200px;
  }
}
@media (max-width: 499px) {
  .fv.childPage__fv::after {
    bottom: -20%;
  }
}

.childFv__titleJp {
  position: absolute;
  top: 85%;
  z-index: 200;
  font-weight: 600;
}
@media (max-width: 768px) {
  .childFv__titleJp {
    top: 75%;
  }
}
@media (max-width: 499px) {
  .childFv__titleJp {
    font-size: 0.75rem;
    top: 60%;
    font-weight: 500;
  }
}

.child__footerContact.bg__round {
  background: #fff;
}

.child__footerContact.bg__round::after {
  top: -14%;
  height: 80%;
}
@media (max-width: 768px) {
  .child__footerContact.bg__round::after {
    top: -90%;
    height: 160%;
  }
}
@media (max-width: 499px) {
  .child__footerContact.bg__round::after {
    top: -110%;
    height: 160%;
  }
}

.child__footerContact .section__nav {
  border-top: unset;
  border-bottom: unset;
  background: #3a3a3a;
  color: #fff;
}

.child__footerContact .section__nav:last-child {
  border-bottom: unset;
}

.child__footerContact .arrowBtn::after {
  border-right: 1px solid #fff;
}

.child__footerContact .section__nav:hover {
  background: #fff;
  color: #3a3a3a;
}

.child__footerContact .section__nav:hover .arrowBtn::after {
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}

.section__nav.childPage__beforeFooterContactArea {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 40px 30px;
  }
}
@media (max-width: 499px) {
  .section__nav.childPage__beforeFooterContactArea {
    padding: 6.6777963272vw 5.0083472454vw;
  }
}

.img__labelRight {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9375rem;
  padding: 6px;
}
@media (max-width: 768px) {
  .img__labelRight {
    font-size: 1.5rem;
    padding: 12px;
  }
}
@media (max-width: 499px) {
  .img__labelRight {
    font-size: 0.9375rem;
    padding: 6px;
  }
}

.flex--alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

.bg--gray {
  background: #e7e5e7;
}

.border--gray {
  border: 1px solid #bfbfbf;
}

.fontSize--15 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .fontSize--15 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 499px) {
  .fontSize--15 {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.fontSize--19 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .fontSize--19 {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 499px) {
  .fontSize--19 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

.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: 100px;
}
@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;
}

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

.topPageBtn__404 > .arrowBtn {
  width: unset;
}

.topPageBtn__404 > .arrowBtn:after {
  content: "";
  right: -40%;
}

.topPageBtn__404:hover > .arrowBtn:after {
  content: "";
  right: -45%;
}

.header__logoAreaText.text--black404 {
  color: #3d3d3d;
}

.fv {
  height: 700px;
  position: relative;
  width: 100%;
  background: #efefef;
  margin-bottom: 250px;
}
@media (max-width: 1000px) {
  .fv {
    height: 70.351758794vw;
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .fv {
    height: 110.6666666667vw;
    margin-bottom: 250px;
  }
}
@media (max-width: 499px) {
  .fv {
    height: 116.8614357262vw;
    margin-bottom: 200px;
  }
}

.fv::after {
  content: "";
  position: absolute;
  bottom: -20%;
  display: block;
  width: 100%;
  height: 200px;
  background: url("/wp-content/uploads/2024/11/fv-img02-scaled.webp") no-repeat bottom;
}
@media (max-width: 1440px) {
  .fv::after {
    bottom: -10%;
  }
}
@media (max-width: 768px) {
  .fv::after {
    background: url("/wp-content/uploads/2024/11/fv-img02-sp.webp") no-repeat bottom;
    height: 100px;
  }
}

.fv__img01 {
  position: absolute;
  top: 80px;
  right: 0;
  width: auto;
  height: 900px;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1250px) {
  .fv__img01 {
    top: 120px;
    right: -10%;
    height: 820px;
  }
}
@media (max-width: 1000px) {
  .fv__img01 {
    top: 12%;
    right: -16%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .fv__img01 {
    top: 110px;
    right: 0;
    width: auto;
    height: 106%;
  }
}
@media (max-width: 499px) {
  .fv__img01 {
    top: 80px;
  }
}

.fv__img02 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .fv__img02 {
    bottom: 0;
    top: unset;
    display: none;
  }
}

.fv__mainText {
  font-size: 3.3125rem;
  line-height: 5.125rem;
  letter-spacing: 0.3em;
  font-weight: 800;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  z-index: 10;
  top: 40%;
  opacity: 0;
}
@media (max-width: 1000px) {
  .fv__mainText {
    top: 40%;
    font-size: clamp(48px, 5.3266331658vw, 53px);
  }
}
@media (max-width: 768px) {
  .fv__mainText {
    font-size: clamp(36px, 7.0666666667vw, 53px);
    line-height: clamp(74px, 14.8vw, 111px);
  }
}
@media (max-width: 499px) {
  .fv__mainText {
    letter-spacing: 0.15em;
    line-height: 4.375rem;
    top: 40%;
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .topLonger__secTitle {
    font-size: clamp(55px, 10.9333333333vw, 82px);
  }
}
@media (max-width: 499px) {
  .topLonger__secTitle {
    font-size: 2.5rem;
  }
}

.mission__text {
  font-size: 1.5rem;
  line-height: 2.75rem;
  padding-bottom: 50px;
  font-weight: 600;
}
@media (max-width: 499px) {
  .mission__text {
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.news__column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .news__column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}

.news__column {
  width: 32%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .news__column {
    width: 100%;
    margin-bottom: 45px;
  }
}

.news__column3 .news__column:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.news__label {
  border: 1px solid #333;
  padding: 0 8px;
  white-space: nowrap;
  margin-bottom: 3px;
}

.news__labelArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .news__textContainer {
    width: calc(100% - 200px);
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 499px) {
  .news__textContainer {
    width: 54%;
    line-height: 1.4375rem;
  }
}

.news__text {
  font-size: 1.1875rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 84px;
}
@media (max-width: 768px) {
  .news__text {
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-top: 0;
    min-height: auto;
  }
}
@media (max-width: 499px) {
  .news__text {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.news__label a {
  font-size: 0.6875rem;
  border: 1px solid #3a3a3a;
  padding: 5px 8px;
  margin-top: 16px;
  display: inline-block;
  line-height: 8px;
}
@media (max-width: 768px) {
  .news__label a {
    font-size: 1.1875rem;
    padding: 6px;
    font-weight: 500;
    line-height: 12px;
  }
}
@media (max-width: 499px) {
  .news__label a {
    font-size: 0.6875rem;
    margin-top: 10px;
    line-height: 6px;
  }
}

.news__imgContainer {
  overflow: hidden;
}
@media (max-width: 768px) {
  .news__imgContainer {
    width: 300px;
  }
}
@media (max-width: 499px) {
  .news__imgContainer {
    width: 43%;
  }
}

.news__imgContainer img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news__imgContainer img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.top__serviceWrapper .service__column2 {
  margin-bottom: 35px;
}

.top__serviceWrapper .service__column2:last-child {
  margin-bottom: 0;
}

.service__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .service__column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 499px) {
  .service__column2 {
    gap: 30px;
  }
}

.service__column {
  width: 50%;
}
@media (max-width: 768px) {
  .service__column {
    width: 100%;
  }
}

.service__img {
  width: 100%;
}

.service__contentsTitle {
  font-weight: 600;
  margin-bottom: 16px;
}

.service__text {
  margin-bottom: 20px;
}

.section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: 1px solid #dfdde0;
}
@media (max-width: 768px) {
  .section__nav {
    padding: 40px 4vw;
  }
}

.section__nav:last-child {
  border-bottom: 1px solid #dfdde0;
}

.section__nav:hover {
  background: #3a3a3a;
  color: #fff;
}

.section__nav:hover .arrowBtn::after {
  margin-left: 16px;
  display: inline-block;
  width: 75px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.section__nav > .section__titleContainer {
  padding: 0;
}
@media (max-width: 768px) {
  .section__nav > .section__titleContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .section__nav > .arrowBtn:after {
    right: 0;
  }
}

@media (max-width: 768px) {
  .section__nav > .section__titleContainer > .section__titleJp {
    margin-top: 0;
  }
}

.bg__round {
  position: relative;
}

.bg__round .wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.bg__round::after {
  content: "";
  background: url("/wp-content/uploads/2024/11/footer-bg-frame-scaled.webp") no-repeat center;
  position: absolute;
  bottom: -20%;
  width: 100%;
  height: 40%;
}
@media (max-width: 768px) {
  .bg__round::after {
    background: url("/wp-content/uploads/2024/11/footer-bg-frame-sp.webp") no-repeat center;
  }
}
@media (max-width: 499px) {
  .bg__round::after {
    height: 60%;
  }
}

.footer {
  padding-top: 130px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 200px;
  }
}

.footer > .wrapper {
  padding-bottom: 0;
}

.footer__column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .footer__column4 {
    -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;
    max-width: 512px;
    margin: auto;
  }
}

.footer__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
}
@media (max-width: 1000px) {
  .footer__navContainer {
    width: 460px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer__navContainer {
    width: unset;
    gap: 10px;
  }
}

.footer__logo {
  display: inline-block;
  width: 152px;
}
@media (max-width: 768px) {
  .footer__logo {
    margin-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .footer__logo {
    width: 120px;
    margin-bottom: 80px;
  }
}

.footer__navLink {
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .footer__navLink {
    font-size: 2.125rem;
  }
}
@media (max-width: 499px) {
  .footer__navLink {
    font-size: 1.5rem;
  }
}

@media (max-width: 499px) {
  .footer__navList {
    margin-bottom: 45px;
  }
}

@media (max-width: 499px) {
  .footer__navContainer > .footer__navList:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .footer__navListJp {
    margin-top: 130px;
  }
}
@media (max-width: 499px) {
  .footer__navListJp {
    margin-top: 80px;
  }
}

.footer__navListJp .footer__navLink {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .footer__navListJp .footer__navLink {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  .footer__navListJp .footer__navLink {
    font-size: 1.125rem;
  }
}

.footer__navItem {
  margin-bottom: 50px;
}

.footer__navItem:last-child {
  margin-bottom: 0;
}

@media (max-width: 499px) {
  .footer__nav1st {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .footer .lineIcon {
    margin-top: 190px;
    width: 70px;
  }
}
@media (max-width: 499px) {
  .footer .lineIcon {
    margin-top: 120px;
    width: 50px;
  }
}

.lineIcon {
  display: inline-block;
  width: 40px;
  margin-bottom: 70px;
}

.lineIcon img {
  width: 100%;
}

.copyright {
  font-size: 0.75rem;
  padding: 20px 0;
}/*# sourceMappingURL=style.css.map */