@charset "UTF-8";
.sns-btn {
  z-index: 5;
  background-color: #fff;
  padding: 20px 45px;
  position: absolute;
  right: 40px;
  bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns-btn {
    display: none;
  }
}

.sns-title {
  font-size: 14px;
  color: #1a191c;
  letter-spacing: 0.1em;
}

.sns-btnArea {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.insta-btn {
  width: 110px;
  padding: 12px 0;
  display: inline-block;
  text-decoration: none;
  background-color: #333333;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
}

.line-btn {
  width: 110px;
  padding: 12px 0;
  display: inline-block;
  text-decoration: none;
  background-color: #20b74b;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
}

.line__btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 290px;
  height: 60px;
  background: #333333;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.line__btn2-line {
  width: 35px;
}
.line__btn2-arrow {
  width: 13px;
}

.yomogi-line__btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 290px;
  height: 60px;
  border-radius: 50px;
  background: #8F75AC;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.yomogi-line__btn2-line {
  width: 35px;
}
.yomogi-line__btn2-arrow {
  width: 13px;
}

.contact__btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 25px 28px;
  background-color: #20b74b;
}
.contact__btn1-muryo {
  margin-top: 5px;
  width: 50px;
}
.contact__btn1-muryo img {
  width: 100%;
}
.contact__btn1-text2 {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ffffff;
}
.contact__btn1-text2 img {
  width: 28px;
  margin-bottom: 2px;
}

.contact__btn2 {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 330px;
  margin: 60px auto 0;
  padding: 12px 22px;
  background-color: #20b74b;
}
@media screen and (max-width: 767px) {
  .contact__btn2 {
    display: flex;
  }
}
.contact__btn2-muryo {
  margin-top: 5px;
  width: 50px;
}
.contact__btn2-muryo img {
  width: 100%;
  margin-top: 2px;
}
.contact__btn2-text2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ffffff;
}
.contact__btn2-text2 img {
  width: 28px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.contact2__btn3 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact2__btn3 {
    flex-direction: column;
    align-items: center;
  }
}
.contact2__btn3-insta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  background-color: #ffffff;
  color: #20b74b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1020px) {
  .contact2__btn3-insta {
    width: 240px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .contact2__btn3-insta {
    width: 210px;
    height: 60px;
  }
}
.contact2__btn3-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  background-color: #20b74b;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1020px) {
  .contact2__btn3-line {
    width: 240px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .contact2__btn3-line {
    width: 210px;
    height: 60px;
  }
}

.yomogi-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 90px;
  background-color: #8F75AC;
}
.yomogi-btn_text {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.yomogi-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 400px;
  height: 80px;
  background-color: #8F75AC;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .yomogi-btn2 {
    width: 300px;
    height: 60px;
    font-size: 16px;
    margin: 10px auto 0;
  }
}
.yomogi-btn2 .yomogi-sankaku {
  width: 13px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .yomogi-btn2 .yomogi-sankaku {
    width: 11px;
    margin-top: 2px;
  }
}

.loop-text {
  align-items: center;
  display: flex;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  white-space: nowrap;
}

.loop-area {
  display: flex;
  gap: 40px;
  animation: loop-text 150s linear infinite;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .content {
  display: inline-block;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #20b74b 0%, #aad65f 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  opacity: 0.6;
}
@media screen and (max-width: 1020px) {
  .loop-area .content {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .loop-area .content {
    font-size: 50px;
    line-height: 60px;
  }
}
.loop-area .content .batsu {
  display: inline;
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.content-color2 {
  display: inline-block;
  background: linear-gradient(90deg, #D07047 0%, #EA956F 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

@keyframes loop-text {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll__infinity {
  margin-top: -200px;
}
@media screen and (max-width: 1020px) {
  .scroll__infinity {
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .scroll__infinity {
    margin-top: -120px;
  }
}
.scroll__infinity-wrap {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.scroll__infinity-wrap:nth-child(2) {
  margin-top: 20px;
}
.scroll__infinity-list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1020px) {
  .scroll__infinity-list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .scroll__infinity-list {
    gap: 10px;
  }
}
.scroll__infinity-list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll__infinity-item {
  width: 16.6666666667vw;
}
@media screen and (max-width: 1020px) {
  .scroll__infinity-item {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .scroll__infinity-item {
    width: 40vw;
  }
}
.scroll__infinity-item:nth-child(2n) {
  margin-top: 20px;
}
.scroll__infinity-item > img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
* {
  text-decoration: none;
}

body {
  color: #333333;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  list-style: none;
}

main {
  overflow: hidden;
}

figure {
  margin-bottom: 0;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.text-accentGreen {
  color: #20b74b;
  font-weight: 600;
}

.text-accentOrange {
  color: #D07047;
  font-weight: 600;
}

.text-purple {
  color: #7A308B;
  font-weight: 600;
}

.marker-purple {
  background-color: #FFFAA4;
  color: #7A308B;
  font-weight: 600;
}

.marker-green {
  background-color: #E7FFB8;
  color: #20b74b;
}

.marker-orange {
  background-color: #FFFAA4;
  color: #D07047;
}

.marker-yomogi {
  background-color: #E0F1E4;
  color: #7A308B;
  font-weight: 600;
}

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

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.batsu {
  display: block;
  opacity: 0.5;
  color: #ffffff !important;
}

.gradation-color2 {
  background: linear-gradient(90deg, rgb(208, 112, 71) 0%, rgb(234, 149, 111) 100%);
}

.titleArea {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .titleArea {
    gap: 30px;
  }
}
.titleArea__left, .titleArea__right {
  width: 2px;
  height: 110px;
  background-color: #20b74b;
  transform: rotate(20deg);
}
@media screen and (max-width: 1020px) {
  .titleArea__left, .titleArea__right {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .titleArea__left, .titleArea__right {
    height: 70px;
  }
}
.titleArea__center {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.titleArea__mainTitle {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #20b74b 0%, #aad65f 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media screen and (max-width: 1020px) {
  .titleArea__mainTitle {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .titleArea__mainTitle {
    font-size: 50px;
    line-height: 50px;
  }
}
.titleArea__subTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #20b74b;
}
@media screen and (max-width: 1020px) {
  .titleArea__subTitle {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .titleArea__subTitle {
    font-size: 15px;
    line-height: 15px;
  }
}

.yomogi-titleArea {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yomogi-titleArea {
    gap: 10px;
  }
}
.yomogi-titleArea__subTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #8F75AC;
}
.yomogi-titleArea__mainTitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #7A308B;
}
@media screen and (max-width: 767px) {
  .yomogi-titleArea__mainTitle {
    font-size: 25px;
    line-height: 30px;
  }
}
.yomogi-titleArea__message {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #513C34;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .yomogi-titleArea__message {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
}

.section__head {
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1020px) {
  .section__head {
    display: none;
  }
}
.section__head-sp {
  display: none;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1020px) {
  .section__head-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section__head-sp {
    display: block;
    font-size: 23px;
  }
}

.section__paragraph {
  width: 420px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1020px) {
  .section__paragraph {
    width: 300px;
    font-size: 14px;
  }
}

.section__number {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 70px;
  color: #20b74b;
  padding: 5px;
}
@media screen and (max-width: 1020px) {
  .section__number {
    font-size: 60px;
    line-height: 50px;
  }
}
.section__number-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  z-index: -1;
}
@media screen and (max-width: 1020px) {
  .section__number-bg {
    width: 40px;
  }
}

.separator-line {
  width: 100%;
  height: 1px;
  background-color: #333333;
}

#page__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  background-color: #20b74b;
  opacity: 0;
  transition: opacity 0.7s;
}
@media screen and (max-width: 767px) {
  #page__top {
    width: 40px;
    height: 40px;
  }
}
#page__top img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #page__top img {
    width: 15px;
    height: 15px;
  }
}

.page__top-text {
  display: block;
  margin-top: -6px;
  text-decoration: none;
  font-size: 13px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page__top-text {
    font-size: 11px;
    margin-top: -4px;
  }
}

#yomogi-page__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  background-color: #8F75AC;
  opacity: 0;
  transition: opacity 0.7s;
}
@media screen and (max-width: 767px) {
  #yomogi-page__top {
    width: 40px;
    height: 40px;
  }
}
#yomogi-page__top img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #yomogi-page__top img {
    width: 15px;
    height: 15px;
  }
}

.yomogi-page__top-text {
  display: block;
  margin-top: -6px;
  text-decoration: none;
  font-size: 13px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .yomogi-page__top-text {
    font-size: 11px;
    margin-top: -4px;
  }
}

.header {
  display: flex;
  position: fixed;
  z-index: 10;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    justify-content: end;
  }
}
.header__logoArea {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 40px;
}
@media screen and (max-width: 1020px) {
  .header__logoArea {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__logoArea {
    display: none;
  }
}
.header__logoArea-logo {
  width: 150px;
}
.header__menuArea {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1020px) {
  .header__menuArea {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
}
.header__nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-decoration: none;
}

.hamburger-menu {
  display: none;
  position: relative;
  margin-right: 20px;
  z-index: 500;
}
@media screen and (max-width: 1020px) {
  .hamburger-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    display: block;
    margin-right: 0;
  }
}

.hamburger {
  width: 70px;
  height: 70px;
  background-color: #20b74b;
  border: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 4px 0;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.menu {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #39353d;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(60px);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__logoArea {
  display: none;
}
@media screen and (max-width: 1020px) {
  .menu__logoArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu__logoArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.menu__logoArea-logo {
  width: 150px;
}
.menu__logoArea-title {
  padding-bottom: 2px;
  color: #ffffff;
  font-size: 32px;
  font-family: "robot";
  letter-spacing: 0.1em;
  font-weight: 600;
  display: none;
}
@media screen and (max-width: 1020px) {
  .menu__logoArea-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menu__logoArea-title {
    display: block;
    font-size: 20px;
  }
}
.menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 50px;
  padding: 0;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .menu ul {
    margin-top: 50px;
  }
}
.menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .menu ul li a {
    font-size: 20px;
  }
}
.menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.yomogi-header {
  display: flex;
  position: fixed;
  z-index: 10;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .yomogi-header {
    height: 70px;
    justify-content: space-between;
  }
}
.yomogi-header__title {
  display: flex;
  align-items: center;
  margin-left: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yomogi-header__title {
    margin-left: 20px;
  }
}
.yomogi-header__title a {
  font-size: 18px;
  line-height: 18px;
  color: #513C34;
}
.yomogi-header__menuArea {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1020px) {
  .yomogi-header__menuArea {
    display: none;
  }
}
.yomogi-header__nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
}
.yomogi-header__nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yomogi-header__nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #513C34;
  text-decoration: none;
}
.yomogi-header__nav-insta {
  display: block;
  width: 17px;
}

.yomogi-hamburger-menu {
  display: none;
  position: relative;
  margin-right: 20px;
  z-index: 500;
}
@media screen and (max-width: 1020px) {
  .yomogi-hamburger-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-hamburger-menu {
    display: block;
    margin-right: 0;
  }
}

.yomogi-hamburger {
  width: 70px;
  height: 70px;
  background-color: #8F75AC;
  border: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
.yomogi-hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 4px 0;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
.yomogi-hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.yomogi-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.yomogi-hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.yomogi-menu {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #39353d;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(60px);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.yomogi-menu__logoArea {
  display: none;
}
@media screen and (max-width: 1020px) {
  .yomogi-menu__logoArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-menu__logoArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.yomogi-menu__logoArea-logo {
  width: 150px;
}
.yomogi-menu__logoArea-title {
  padding-bottom: 2px;
  color: #ffffff;
  font-size: 32px;
  font-family: "robot";
  letter-spacing: 0.1em;
  font-weight: 600;
  display: none;
}
@media screen and (max-width: 1020px) {
  .yomogi-menu__logoArea-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-menu__logoArea-title {
    display: block;
    font-size: 20px;
  }
}
.yomogi-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 50px;
  padding: 0;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .yomogi-menu ul {
    margin-top: 50px;
  }
}
.yomogi-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .yomogi-menu ul li a {
    font-size: 20px;
  }
}
.yomogi-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.fv {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(51, 51, 51, 0.5803921569);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1020px) {
  .fv {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
.fv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    text-align: center;
  }
}
.fv__logoArea {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv__logoArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.fv__logoArea-logo {
  width: 150px;
}
.fv__logoArea-title {
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-family: "robot";
  letter-spacing: 0.05em;
  font-weight: 600;
  display: none;
}
@media screen and (max-width: 767px) {
  .fv__logoArea-title {
    display: block;
  }
}
.fv__subTitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .fv__subTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fv__subTitle {
    font-size: 24px;
    display: none;
  }
}
.fv__subTitle-sp {
  display: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .fv__subTitle-sp {
    display: block;
  }
}
.fv__mainTitle {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #20b74b 0%, #aad65f 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  opacity: 0.6;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1020px) {
  .fv__mainTitle {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .fv__mainTitle {
    font-size: 68px;
    line-height: 80px;
  }
}
.fv__mainTitle .batsu {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #ffffff; /* ← 通常のテキストカラーを指定 */
  /* グラデーション関連を無効化 */
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
  opacity: 1;
  margin-top: 20px;
}
.fv__mainTitle .gradation-color2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, rgb(208, 112, 71) 0%, rgb(234, 149, 111) 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .fv__mainTitle .gradation-color2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .fv__mainTitle .gradation-color2 {
    font-size: 36px;
  }
}

.message {
  position: relative;
  width: 100%;
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
  background-color: #333333;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .message {
    padding-top: 100px;
  }
}
.message .animation-logo__left {
  position: absolute;
  bottom: 0;
  left: 160px;
  opacity: 0.3;
}
@media screen and (max-width: 1020px) {
  .message .animation-logo__left {
    left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .message .animation-logo__left {
    left: 40px;
  }
}
.message .animation-logo__left img {
  width: 80px;
}
@media screen and (max-width: 1020px) {
  .message .animation-logo__left img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .message .animation-logo__left img {
    width: 35px;
  }
}
.message .animation-logo__right {
  position: absolute;
  top: 150px;
  right: 160px;
  opacity: 0.3;
}
@media screen and (max-width: 1020px) {
  .message .animation-logo__right {
    top: 110px;
    right: 120px;
  }
}
@media screen and (max-width: 767px) {
  .message .animation-logo__right {
    right: 40px;
  }
}
.message .animation-logo__right img {
  width: 80px;
}
@media screen and (max-width: 1020px) {
  .message .animation-logo__right img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .message .animation-logo__right img {
    width: 35px;
  }
}
.message__leftArea {
  width: 150px;
}
@media screen and (max-width: 1020px) {
  .message__leftArea {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .message__leftArea {
    width: 55px;
  }
}
.message__leftArea img {
  width: 100%;
}
.message__rightArea {
  width: 150px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1020px) {
  .message__rightArea {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .message__rightArea {
    width: 55px;
  }
}
.message__rightArea img {
  width: 100%;
}
.message__centerArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .message__centerArea {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.message__centerArea-message {
  font-size: 25px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1020px) {
  .message__centerArea-message {
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .message__centerArea-message {
    display: none;
  }
}
.message__centerArea-messageSP {
  display: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .message__centerArea-messageSP {
    display: block;
  }
}

.scrollAnimation {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #333333;
}
.scrollAnimation-text {
  font-size: 12px;
  font-weight: 600;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 50px;
  color: #ffffff;
  margin: 0 auto;
}
.scrollAnimation-line {
  width: 1px;
  height: 50px;
  margin-right: 3px;
  background-color: #ffffff;
  animation: scrollAnimation 2s infinite;
}
@media screen and (max-width: 1020px) {
  .scrollAnimation-line {
    height: 40px;
  }
}

@keyframes scrollAnimation {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.concept {
  padding-top: 150px;
  padding-bottom: 400px;
  background-color: #333333;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .concept {
    padding-bottom: 280px;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
.concept .titleArea {
  margin-top: 30px;
}
@media screen and (max-width: 1020px) {
  .concept .titleArea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .concept .titleArea {
    margin-top: 15px;
  }
}
.concept__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .concept__inner .section__head-sp {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .concept__inner .section__head-sp {
    margin-top: 40px;
  }
}
.concept__inner-contents {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media screen and (max-width: 1020px) {
  .concept__inner-contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .concept__inner-contents {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.concept__inner-contents:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .concept__inner-contents:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.concept__inner-text {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1020px) {
  .concept__inner-text {
    gap: 30px;
  }
}
.concept__inner-img {
  display: flex;
  justify-content: end;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .concept__inner-img {
    width: 100%;
    display: flex;
    justify-content: end;
  }
}
.concept__inner-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .concept__inner-img img {
    width: 90%;
  }
}
.concept__inner-contents:nth-of-type(2) .concept__inner-img {
  justify-content: start;
}
.concept__decoration1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.0666666667);
}
@media screen and (max-width: 1020px) {
  .concept__decoration1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .concept__decoration1 {
    font-size: 50px;
    line-height: 50px;
    bottom: 0px;
    transform: translateY(-10px);
  }
}
.concept__decoration2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.0666666667);
}
@media screen and (max-width: 1020px) {
  .concept__decoration2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .concept__decoration2 {
    font-size: 50px;
    line-height: 50px;
    bottom: 0px;
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 767px) {
  .concept .section__paragraph {
    display: none;
  }
}
.concept .section__paragraph-sp {
  display: none;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .concept .section__paragraph-sp {
    display: block;
  }
}

.service {
  position: relative;
  padding-top: 400px;
  padding-bottom: 200px;
  background: #ffffff;
}
@media screen and (max-width: 1020px) {
  .service {
    padding-top: 300px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.service .scroll__infinity {
  position: absolute;
  width: 100%;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .service .scroll__infinity {
    top: 20px;
  }
}
.service__titleArea-sp {
  margin-top: 100px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1020px) {
  .service__titleArea-sp {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .service__titleArea-sp {
    flex-direction: column;
    margin-top: 50px;
  }
}
.service__titleArea-sp .section__head-sp {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .service .titleArea {
    margin-top: 100px;
  }
}
.service__inner {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding: 0 20px;
  }
}
.service__inner-contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 100px 0;
}
@media screen and (max-width: 1020px) {
  .service__inner-contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service__inner-contents {
    flex-direction: column-reverse;
    align-items: center;
    margin: 50px 0;
  }
}
.service__inner-contents:nth-of-type(5) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .service__inner-contents:nth-of-type(5) {
    flex-direction: column-reverse;
  }
}
.service__inner-contents:nth-of-type(5) .service__inner-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  background: url(/wp-content/themes/lifeactivation-body/images/sankaku3.webp);
  background-repeat: no-repeat;
  bottom: -5px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .service__inner-contents:nth-of-type(5) .service__inner-img::after {
    width: 70px;
    height: 70px;
  }
}
.service__inner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 1020px) {
  .service__inner-text {
    width: 50%;
    align-items: center;
  }
}
.service__inner-text .section__titleArea {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1020px) {
  .service__inner-text .section__titleArea {
    display: none;
  }
}
.service__inner-text .section__head {
  color: #333333;
}
.service__inner-text .section__paragraph {
  color: #333333;
}
.service__inner-img {
  position: relative;
  z-index: 5;
  width: 500px;
}
@media screen and (max-width: 1020px) {
  .service__inner-img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .service__inner-img {
    width: 100%;
  }
}
.service__inner-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  background: url(/wp-content/themes/lifeactivation-body/images/sankaku2.webp);
  background-repeat: no-repeat;
  bottom: -5px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .service__inner-img::after {
    width: 90px;
    height: 90px;
  }
}
.service__inner-img img {
  width: 100%;
}
.service__rentalspace {
  display: flex;
  gap: 40px;
  background-color: #d2f1db;
  padding: 50px 50px;
}
@media screen and (max-width: 1020px) {
  .service__rentalspace {
    align-items: center;
    gap: 20px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service__rentalspace {
    flex-direction: column;
    gap: 30px;
    padding: 60px 15px;
  }
}
.service__rentalspace-img img {
  width: 250px;
}
@media screen and (max-width: 1020px) {
  .service__rentalspace-img img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .service__rentalspace-img img {
    width: 100%;
  }
}
.service__rentalspace-textArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service__rentalspace-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .service__rentalspace-menu {
    justify-content: center;
  }
}
.service__rentalspace-parts {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  height: 40px;
  background-color: #333333;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 40;
  list-style: none;
}
@media screen and (max-width: 1020px) {
  .service__rentalspace-parts {
    height: 30px;
    font-size: 14px;
  }
}
.service__rentalspace-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.service__yomogimushi {
  display: flex;
  flex-direction: column;
  background-color: #E9E3EE;
  padding: 110px 100px 100px;
  margin-top: 60px;
}
@media screen and (max-width: 1020px) {
  .service__yomogimushi {
    align-items: center;
    padding: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service__yomogimushi {
    flex-direction: column;
    gap: 30px;
    padding: 60px 15px;
  }
}
.service__yomogimushi-titleArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-titleArea {
    flex-direction: column;
    text-align: center;
  }
}
.service__yomogimushi-img {
  width: 75px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-img {
    display: none;
  }
}
.service__yomogimushi-imgSp {
  display: none;
  width: 75px;
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-imgSp {
    display: block;
  }
  .service__yomogimushi-imgSp img {
    width: 100%;
  }
}
.service__yomogimushi-img img {
  width: 100%;
}
.service__yomogimushi-titleGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service__yomogimushi-subTitle {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-subTitle {
    font-size: 34px;
  }
}
.service__yomogimushi-mainTitle {
  font-size: 30px;
  line-height: 30px;
  color: #7A308B;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-mainTitle {
    font-size: 24px;
  }
}
.service__yomogimushi-contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-contents {
    margin-top: 40px;
  }
}
.service__yomogimushi-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.service__yomogimushi-content:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-content:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.service__yomogimushi-contentGroup {
  display: flex;
  flex-direction: column;
  width: 350px;
}
@media screen and (max-width: 1020px) {
  .service__yomogimushi-contentGroup {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-contentGroup {
    width: 100%;
    gap: 30px;
    margin-top: 40px;
  }
}
.service__yomogimushi-contentGroup1 {
  gap: 40px;
}
.service__yomogimushi-contentGroup2 {
  gap: 10px;
}
.service__yomogimushi-contentItem {
  display: flex;
  gap: 5px;
}
.service__yomogimushi-contentImg2 {
  width: 15px;
  margin-top: 5px;
}
.service__yomogimushi-contentImg2 img {
  width: 100%;
}
.service__yomogimushi-contentTitle {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 1020px) {
  .service__yomogimushi-contentTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-contentTitle {
    text-align: center;
  }
}
.service__yomogimushi-contentText {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 1020px) {
  .service__yomogimushi-contentText {
    font-size: 13px;
  }
}
.service__yomogimushi-contentImg {
  width: 45%;
}
@media screen and (max-width: 1020px) {
  .service__yomogimushi-contentImg {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .service__yomogimushi-contentImg {
    width: 100%;
  }
}
.service__yomogimushi-contentImg img {
  width: 100%;
}
.service__separator-line {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.service__separator-line img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .service__separator-line img {
    width: 60px;
  }
}

.message2 {
  padding-top: 100px;
  padding-bottom: 150px;
}
.message2::before {
  content: "";
  background: url(/wp-content/themes/lifeactivation-body/images/message2-img.webp);
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .message2::before {
    background: url(/wp-content/themes/lifeactivation-body/images/message2-img_sp.webp);
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (max-width: 1020px) {
  .message2 {
    padding-bottom: 100px;
  }
}
.message2__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1020px) {
  .message2__inner {
    justify-content: space-between;
  }
}
.message2__leftArea {
  width: 20%;
}
@media screen and (max-width: 1020px) {
  .message2__leftArea {
    order: 2;
    width: 53%;
  }
}
.message2__leftArea img {
  width: 100%;
}
.message2__centerArea {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1020px) {
  .message2__centerArea {
    order: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.message2__mainTitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .message2__mainTitle {
    display: none;
  }
}
.message2__mainTitle-sp {
  display: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .message2__mainTitle-sp {
    display: block;
  }
}
.message2__subTitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.message2__subTitle:nth-of-type(1) {
  margin-top: 50px;
}
.message2__subTitle:nth-of-type(2) {
  margin-top: 20px;
}
.message2__rightArea {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1020px) {
  .message2__rightArea {
    order: 3;
    width: 45%;
    gap: 0;
    justify-content: space-between;
    align-items: stretch;
  }
}
.message2__rightArea img {
  width: 90%;
}
@media screen and (max-width: 1020px) {
  .message2__rightArea img {
    width: 100%;
  }
}
.message2__rightArea picture:nth-of-type(2) {
  display: flex;
  justify-content: end;
  margin-bottom: 5px;
}
.message2 .contact__btn2 {
  display: flex;
}
@media screen and (max-width: 1020px) {
  .message2 .contact__btn2 {
    order: 4;
  }
}

.price {
  padding-top: 200px;
  background: #ffffff;
}
@media screen and (max-width: 1020px) {
  .price {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .price {
    padding: 100px 20px 0 20px;
  }
}
.price__inner {
  position: relative;
  background-color: #333333;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 1020px) {
  .price__inner {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding: 80px 30px 80px 30px;
    margin-top: 70px;
  }
}
.price__bg-left {
  position: absolute;
  opacity: 0.5;
  width: 40%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .price__bg-left {
    width: 50%;
  }
}
.price__bg-left img {
  width: 100%;
}
.price__bg-right {
  position: absolute;
  opacity: 0.6;
  width: 30%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .price__bg-right {
    width: 50%;
  }
}
.price__bg-right img {
  width: 100%;
}
.price__imgArea {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 570px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 1020px) {
  .price__imgArea {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .price__imgArea {
    width: 100%;
  }
}
.price__imgArea img {
  width: 100%;
}
.price__imgArea source {
  width: 100%;
}
.price__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  gap: 20px;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .price__contact {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.price__contact-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .price__contact-text {
    display: none;
  }
}
.price__contact-textSP {
  display: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .price__contact-textSP {
    display: block;
  }
}
.price__contact-tel {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .price__contact-tel {
    font-size: 28px;
  }
}

.information {
  padding: 200px 80px 100px;
  background: #ffffff;
}
@media screen and (max-width: 1020px) {
  .information {
    padding: 150px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .information {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .information .titleArea {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .information .titleArea__left, .information .titleArea__right {
    height: 70px;
  }
}
.information__inner {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1020px) {
  .information__inner {
    width: 80%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .information__inner {
    width: 100%;
    margin-top: 60px;
  }
}
.information__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .information__left {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .information__left {
    flex-direction: column;
    padding: 0 20px;
  }
}
.information__textArea {
  width: auto;
}
.information__address {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.information__businessInformation {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 1020px) {
  .information__businessInformation {
    margin-top: 30px;
  }
}
.information .caution {
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.information__parking-img {
  width: 200px;
  margin-top: 20px;
}
@media screen and (max-width: 1020px) {
  .information__parking-img {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .information__parking-img {
    width: 100%;
  }
}
.information__parking-img img {
  width: 100%;
}
.information__right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 1020px) {
  .information__right {
    width: 100%;
    margin-left: 0;
  }
}
.information__right img:nth-of-type(1) {
  width: 400px;
}
@media screen and (max-width: 1020px) {
  .information__right img:nth-of-type(1) {
    display: none;
  }
}
.information__right img:nth-of-type(2) {
  width: 350px;
  margin-right: 180px;
  margin-top: -150px;
}
@media screen and (max-width: 1020px) {
  .information__right img:nth-of-type(2) {
    display: none;
  }
}
.information__right img:nth-of-type(3) {
  display: none;
}
@media screen and (max-width: 1020px) {
  .information__right img:nth-of-type(3) {
    display: block;
    width: 100%;
  }
}

.separator-inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .separator-inner {
    padding: 0 20px;
  }
}

.access {
  padding-top: 100px;
  padding-bottom: 150px;
  background: #ffffff;
}
@media screen and (max-width: 1020px) {
  .access {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.access .titleArea__left, .access .titleArea__right {
  height: 75px;
}
@media screen and (max-width: 1020px) {
  .access .titleArea__left, .access .titleArea__right {
    margin-top: 3px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .access .titleArea__left, .access .titleArea__right {
    margin-top: -3px;
    height: 45px;
  }
}
.access .titleArea__mainTitle2 {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 6px transparent;
  text-stroke: 6px transparent;
  mix-blend-mode: screen;
  background: linear-gradient(90deg, rgb(32, 183, 75) 0%, rgb(170, 214, 95) 100%);
  background-clip: text;
  color: #ffffff;
  padding-left: 2px;
}
@media screen and (max-width: 1020px) {
  .access .titleArea__mainTitle2 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .access .titleArea__mainTitle2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.access__imgArea {
  max-width: 1080px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1020px) {
  .access__imgArea {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .access__imgArea {
    margin-top: 40px;
  }
}
.access iframe {
  width: 100%;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 200px 0 100px;
  background-color: #20b74b;
}
@media screen and (max-width: 1020px) {
  .contact {
    padding: 150px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 100px 20px 60px;
  }
}
.contact .titleArea__left {
  background-color: #ffffff;
}
.contact .titleArea__mainTitle {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
}
.contact .titleArea__subTitle {
  color: #ffffff;
}
.contact .titleArea__right {
  background-color: #ffffff;
}
.contact__paragraph {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
}

.contact2 {
  width: 100%;
  background: url(/wp-content/themes/lifeactivation-body/images/contact2-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  padding: 100px 40px;
}
@media screen and (max-width: 1020px) {
  .contact2 {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact2 {
    background: url(/wp-content/themes/lifeactivation-body/images/contact2-img-sp.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 40px;
  }
}
.contact2__text {
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact2__text {
    margin-top: 40px;
  }
}

.footer {
  padding: 120px 40px 60px;
  background: #ffffff;
}
@media screen and (max-width: 1020px) {
  .footer {
    padding: 80px 40px 40px;
  }
}
.footer__line {
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.footer__textArea {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__textArea {
    flex-direction: column;
    height: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__textArea__left {
    display: none;
  }
}
.footer__textArea-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer__textArea-center {
    position: static;
    transform: translateX(0);
  }
}
.footer__textArea__textArea-right a {
  text-decoration: none;
  color: #333333;
}
.footer__copyright {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 1020px) {
  .footer__copyright {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 20px;
  }
}
.footer__logo {
  width: 145px;
}
@media screen and (max-width: 1020px) {
  .footer__logo {
    width: 100px;
  }
}
.footer__title {
  font-family: "robot";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .footer__title {
    font-size: 16px;
  }
}
.footer__privacyPolicy {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 1020px) {
  .footer__privacyPolicy {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__privacyPolicy {
    margin-top: 20px;
  }
}

.page #primary {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
.page .entry-header {
  margin-bottom: 2rem;
  text-align: center;
}
.page .entry-header .entry-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
.page .entry-content {
  font-size: 1rem;
  line-height: 1.8;
}
.page .entry-content p {
  margin-bottom: 1.5em;
}
.page .entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}
.page .comments-area {
  margin-top: 3rem;
}

.yomogi-fv {
  position: relative;
  height: 670px;
  padding: 150px 80px 0;
  background: url(/wp-content/themes/lifeactivation-body/images/yomogi-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -10;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv {
    height: 550px;
    padding: 150px 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv {
    height: 800px;
    padding: 100px 20px 0;
  }
}
.yomogi-fv__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__inner {
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 85px;
  }
}
.yomogi-fv__head {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #7A308B;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__head {
    font-size: 35px;
    line-height: 35px;
  }
}
.yomogi-fv__head--small {
  font-size: 36px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0.1em;
  color: #7A308B;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__head--small {
    font-size: 25px;
  }
}
.yomogi-fv__paragraph {
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 10px;
  color: #513C34;
  margin-top: 70px;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__paragraph {
    font-size: 14px;
    line-height: 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__paragraph {
    font-size: 20px;
    line-height: 50px;
  }
}
.yomogi-fv__imgArea {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .yomogi-fv__imgArea {
    width: 100%;
    align-items: center;
  }
}
.yomogi-fv__img--1 {
  width: 450px;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__img--1 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__img--1 {
    display: none;
  }
}
.yomogi-fv__img--1sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .yomogi-fv__img--1sp {
    display: block;
  }
}
.yomogi-fv__img--2 {
  width: 300px;
  margin-top: -300px;
  margin-left: -150px;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__img--2 {
    width: 200px;
    margin-top: -200px;
    margin-left: -100px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__img--2 {
    display: none;
  }
}
.yomogi-fv__img--3 {
  position: absolute;
  width: 250px;
  bottom: -150px;
  left: -90px;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__img--3 {
    width: 200px;
    bottom: -110px;
    left: -70px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__img--3 {
    width: 150px;
    bottom: 150px;
    left: -20px;
    z-index: -1;
  }
}
.yomogi-fv__img--4 {
  position: absolute;
  width: 250px;
  bottom: -80px;
  left: 50px;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__img--4 {
    width: 200px;
    bottom: -60px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__img--4 {
    width: 150px;
    bottom: 240px;
    left: 20px;
    z-index: -1;
  }
}
.yomogi-fv__img--5 {
  position: absolute;
  width: 150px;
  bottom: -50px;
  left: 230px;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__img--5 {
    width: 100px;
    bottom: -20px;
    left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__img--5 {
    width: 70px;
    bottom: 280px;
    left: 150px;
    z-index: -1;
  }
}
.yomogi-fv__img--6 {
  position: absolute;
  width: 200px;
  bottom: -180px;
  right: 150px;
  z-index: -1;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__img--6 {
    width: 150px;
    bottom: -80px;
    right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__img--6 {
    width: 100px;
    right: 100px;
    bottom: -70px;
  }
}
.yomogi-fv__img--7 {
  position: absolute;
  width: 250px;
  bottom: -250px;
  right: 0;
}
@media screen and (max-width: 1020px) {
  .yomogi-fv__img--7 {
    width: 200px;
    bottom: -140px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-fv__img--7 {
    width: 150px;
    bottom: -100px;
    right: 0;
  }
}

.yomogi-about {
  padding: 300px 40px 150px;
}
@media screen and (max-width: 1020px) {
  .yomogi-about {
    padding: 200px 40px 100px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-about {
    padding: 150px 20px 80px;
  }
}
.yomogi-about__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .yomogi-about__content {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.yomogi-about__img img {
  width: 500px;
}
@media screen and (max-width: 1020px) {
  .yomogi-about__img img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-about__img img {
    width: 100%;
  }
}
.yomogi-about__text {
  width: 450px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #513C34;
}
@media screen and (max-width: 1020px) {
  .yomogi-about__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-about__text {
    width: 100%;
  }
}
.yomogi-about__power {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/wp-content/themes/lifeactivation-body/images/yomogi-about__power--fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 150px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1020px) {
  .yomogi-about__power {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-about__power {
    margin-top: 80px;
    padding: 60px 20px;
    overflow: hidden;
  }
}
.yomogi-about__power--title {
  position: relative;
  display: flex;
  justify-content: center;
}
.yomogi-about__power--img1 {
  position: absolute;
  top: -30px;
  left: -85px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .yomogi-about__power--img1 {
    width: 80px;
    top: -40px;
    left: -45px;
  }
}
.yomogi-about__power--img2 {
  width: 350px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .yomogi-about__power--img2 {
    width: 270px;
    height: auto;
  }
}
.yomogi-about__power--img3 {
  position: absolute;
  bottom: -50px;
  left: 310px;
  width: 126px;
}
@media screen and (max-width: 767px) {
  .yomogi-about__power--img3 {
    width: 90px;
    left: 230px;
  }
}
.yomogi-about__power-img {
  width: 790px;
  margin-top: 150px;
}
@media screen and (max-width: 1020px) {
  .yomogi-about__power-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-about__power-img {
    margin-top: 60px;
  }
}
.yomogi-about__power-img img {
  width: 100%;
}
.yomogi-about__list {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  row-gap: 80px;
  column-gap: 40px;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 1020px) {
  .yomogi-about__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-about__list {
    margin-top: 60px;
  }
}
.yomogi-about__item {
  width: 440px;
}
@media screen and (max-width: 1020px) {
  .yomogi-about__item {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-about__item {
    width: 100%;
  }
}
.yomogi-about__item-title {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-color: #8F75AC;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1020px) {
  .yomogi-about__item-title {
    font-size: 20px;
  }
}
.yomogi-about__item-text {
  margin-top: 40px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #513C34;
}
@media screen and (max-width: 1020px) {
  .yomogi-about__item-text {
    margin-top: 20px;
  }
}

.yomogi-service {
  padding: 0 40px 150px;
}
@media screen and (max-width: 1020px) {
  .yomogi-service {
    padding: 0 40px 100px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-service {
    padding: 0 20px 80px;
  }
}
.yomogi-service__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1020px) {
  .yomogi-service__contents {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-service__contents {
    gap: 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-service__contents {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.yomogi-service__contents-textArea {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 385px;
}
@media screen and (max-width: 767px) {
  .yomogi-service__contents-textArea {
    width: 100%;
  }
}
.yomogi-service__contents-text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #513C34;
}
.yomogi-service__contents-imgArea {
  display: flex;
  gap: 10px;
}
.yomogi-service__contents-img {
  width: 285px;
}
@media screen and (max-width: 1020px) {
  .yomogi-service__contents-img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-service__contents-img {
    width: 100%;
  }
}
.yomogi-service__contents-img img {
  width: 100%;
}
.yomogi-service__contents2 {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .yomogi-service__contents2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-service__contents2-img1 {
    display: none;
  }
}
.yomogi-service__contents2-img2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .yomogi-service__contents2-img2 {
    display: block;
  }
}
.yomogi-service__contents2 img {
  width: 100%;
}

.yomogi-price {
  background: url(/wp-content/themes/lifeactivation-body/images/yomogi-price-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 40px 80px;
}
@media screen and (max-width: 1020px) {
  .yomogi-price {
    padding: 100px 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-price {
    padding: 80px 20px 50px;
  }
}
.yomogi-price__content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .yomogi-price__content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-price__content-img1 {
    display: none;
  }
}
.yomogi-price__content-img2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .yomogi-price__content-img2 {
    display: block;
  }
}
.yomogi-price__content img {
  width: 100%;
}

.yomogi-efficacy {
  width: 100%;
}
.yomogi-efficacy__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .yomogi-efficacy__img {
    display: none;
  }
}
.yomogi-efficacy__img-sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .yomogi-efficacy__img-sp {
    display: block;
  }
}

.yomogi-access {
  padding: 150px 40px 100px;
}
@media screen and (max-width: 1020px) {
  .yomogi-access {
    padding: 100px 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-access {
    padding: 80px 0 60px;
  }
}
.yomogi-access__inner {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 100px auto 100px;
}
@media screen and (max-width: 1020px) {
  .yomogi-access__inner {
    width: 80%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-access__inner {
    width: 100%;
    margin: 60px auto 60px;
  }
}
.yomogi-access__left {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .yomogi-access__left {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-access__left {
    flex-direction: column;
    padding: 0 20px;
  }
}
.yomogi-access__textArea {
  width: auto;
}
.yomogi-access__address {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.yomogi-access__businessInformation {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 1020px) {
  .yomogi-access__businessInformation {
    margin-top: 30px;
  }
}
.yomogi-access .caution {
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.yomogi-access__parking-img {
  width: 200px;
  margin-top: 20px;
}
@media screen and (max-width: 1020px) {
  .yomogi-access__parking-img {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-access__parking-img {
    width: 100%;
  }
}
.yomogi-access__parking-img img {
  width: 100%;
}
.yomogi-access__right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 1020px) {
  .yomogi-access__right {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-access__right {
    align-items: center;
  }
}
.yomogi-access__right img {
  width: 600px;
}
@media screen and (max-width: 1020px) {
  .yomogi-access__right img {
    width: 90%;
  }
}
.yomogi-access__imgArea {
  max-width: 1080px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1020px) {
  .yomogi-access__imgArea {
    margin-top: 60px;
  }
}
.yomogi-access iframe {
  width: 100%;
}

.yomogi-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 200px 0 100px;
  background: url(/wp-content/themes/lifeactivation-body/images/yomogi-contact-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1020px) {
  .yomogi-contact {
    padding: 150px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .yomogi-contact {
    padding: 100px 20px 60px;
  }
}
.yomogi-contact__paragraph {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #513C34;
  text-align: center;
}

.yomogi-titleArea__contant .yomogi-titleArea__subTitle {
  color: #ffffff;
}
.yomogi-titleArea__contant .yomogi-titleArea__mainTitle {
  color: #ffffff;
}