@charset "UTF-8";

:root {
  --com_logo_column: 4;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 3.8647342995vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  cursor: pointer;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.mh-about {
  position: relative;
  overflow-x: clip;
  background-color: #fdfeed;
  padding-top: 0.625rem;
  padding-bottom: 4.25rem;
  margin-top: -1px;
}

.mh-about__inner.inner {
  position: relative;
  z-index: 1;
  padding-inline: 1.375rem;
}

.mh-about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  color: #866e06;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: 0.1625rem solid #866e06;
  width: fit-content;
  margin-inline: auto;
}

.mh-about__outline {
  padding-left: 0.4375rem;
  margin-top: 2.4375rem;
}

.mh-about__outline-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  color: #000;
  line-height: 130%;
  letter-spacing: 0.03em;
}

.mh-about__outline-text.mh-about__outline-text--mt {
  margin-top: 0.3125rem;
}

.mh-about__outline-text:nth-child(n + 2) {
  padding-left: 0.375rem;
}

.mh-about__outline-white {
  display: inline-block;
  font: inherit;
  background-color: #fff;
  padding-left: 0.375rem;
  padding-right: 0.25rem;
  border-radius: 2px;
}

.mh-about__outline-small {
  display: inline-block;
  font: inherit;
  font-size: 1.0625rem;
  margin-inline: 0.375rem;
}

.mh-about__feature-list {
  position: relative;
  background-color: #fff;
  border-radius: 1.25rem;
  padding-top: 1.125rem;
  padding-inline: 0.9375rem;
  margin-top: 0.6875rem;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
}

.mh-about__feature-list::before {
  content: "";
  position: absolute;
  top: -5.625rem;
  right: -1.875rem;
  background: url(../../img/main/mascot02.webp) no-repeat center center/contain;
  width: 8.75rem;
  aspect-ratio: 131/114;
}

.mh-about__feature-list-img img {
  aspect-ratio: 597/188;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-about__feature-list-descriptions {
  margin-top: 0.5rem;
  padding-inline: 0.5625rem;
}

.mh-about__feature-list-description {
  display: flex;
  justify-content: center;
  gap: 1.0625rem;
  padding-block: 1rem;
}

.mh-about__feature-list-description+.mh-about__feature-list-description {
  border-top: 1px solid #f0f0f0;
}

.mh-about__feature-description-img {
  width: 12.8125%;
}

.mh-about__feature-description-img img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-about__feature-content {
  width: 81.875%;
}

.mh-about__feature-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.0625rem;
  color: #000;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.mh-about__feature-title-gold {
  font: inherit;
  color: #9d820c;
}

.mh-about__feature-list-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 130%;
  margin-top: 0.4375rem;
}

.mh-about__land {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8125rem;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
  padding-top: 0.9375rem;
  padding-bottom: 0.875rem;
  padding-inline: 1.125rem;
  margin-top: 3.8125rem;
}

.mh-about__land::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  right: -1.375rem;
  background: url(../../img/main/good.webp) no-repeat center center/contain;
  width: 8.125rem;
  aspect-ratio: 97/65;
}

.mh-about__land::after {
  content: "";
  position: absolute;
  top: -2.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/main/plus.webp) no-repeat center center/contain;
  width: 1.625rem;
  aspect-ratio: 1;
}

.mh-about__land-img {
  width: 36.2275449102%;
}

.mh-about__land-img img {
  aspect-ratio: 121/96;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-about__land-body {
  width: 59.880239521%;
}

.mh-about__land-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 130%;
}

.mh-about__land-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.0625rem;
  color: #000;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
}

.mh-about__land-title-gold {
  font: inherit;
  color: #9d820c;
}

.mh-about__ornament01,
.mh-about__ornament02,
.mh-about__ornament03 {
  position: absolute;
}

.mh-about__ornament01 {
  top: 4.1875rem;
  right: 0;
  width: 13.25rem;
  aspect-ratio: 212/301;
}

.mh-about__ornament01 img {
  aspect-ratio: 212/301;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-about__ornament02 {
  top: 28.125rem;
  left: 0;
  width: 10.25rem;
  aspect-ratio: 164/244;
}

.mh-about__ornament02 img {
  aspect-ratio: 164/244;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-about__ornament03 {
  top: 35.1875rem;
  right: 0;
  width: 13.25rem;
  aspect-ratio: 212/268;
}

.mh-about__ornament03 img {
  aspect-ratio: 212/268;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-cta01 {
  padding-bottom: 1.6875rem;
  overflow-x: clip;
}

.mh-cta01__inner.inner {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.mh-cta01__slider {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.mh-cta01__slider .splide__slide {
  width: 7.4375rem;
}

.mh-cta01__slider .splide__slide img {
  aspect-ratio: 119/89;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta01__slider-note {
  display: block;
  font-size: 0.5625rem;
  font-weight: 400;
  color: #000;
  text-align: right;
  margin-top: 0.25rem;
}

.mh-cta01__text {
  position: relative;
  text-align: center;
  margin-top: 1rem;
}

.mh-cta01__text::before,
.mh-cta01__text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3.125rem;
  aspect-ratio: 51/57;
  z-index: -1;
}

.mh-cta01__text::before {
  left: 0.5rem;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
}

.mh-cta01__text::after {
  right: 0.5rem;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
  transform: scaleX(-1);
}

.mh-cta01__text-small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  color: #293630;
  line-height: 130%;
  letter-spacing: 0.05em;
}

.mh-cta01__text-small span {
  font-weight: 900;
  color: #e54b5a;
}

.mh-cta01__text-large {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.09375rem;
  color: #293630;
  line-height: 130%;
  letter-spacing: 0.14em;
  margin-top: 0.125rem;
}

.mh-cta01__btn {
  display: block;
  padding: 0;
  width: 100%;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  margin-top: 0.5rem;
  border-radius: calc(infinity * 1px);
  transition: opacity 0.3s;
}

.mh-cta01__btn img {
  aspect-ratio: 390/97;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta01__achievement {
  width: 81.884057971vw;
  margin-top: 1.0625rem;
  margin-inline: auto;
}

.mh-cta01__achievement img {
  aspect-ratio: 339/95;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta02 {
  position: relative;
  padding-top: 3.9375rem;
  padding-bottom: 3.875rem;
  background: url(../../img/main/cta02_bg.webp) no-repeat center top/cover;
}

.mh-cta02::before {
  content: "";
  position: absolute;
  top: -0.8125rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/main/mascot_cta02.webp) no-repeat center center/contain;
  width: 5.9375rem;
  aspect-ratio: 95/67;
}

.mh-cta02__inner.inner {
  padding-inline: 0.75rem;
}

.mh-cta02__title-img {
  width: 7.3125rem;
  margin-inline: auto;
}

.mh-cta02__title-img img {
  aspect-ratio: 117/21;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta02__title-img img {
  aspect-ratio: 117/21;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta02__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 0.6875rem;
}

.cta02__title-bgWhite {
  position: relative;
  display: inline-block;
  font: inherit;
  color: #40a886;
  padding-block: 0.4375rem;
  padding-inline: 0.5rem;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 0.1875rem;
  margin-bottom: 0.625rem;
}

.cta02__title-bgWhite::before {
  content: "";
  position: absolute;
  top: -1.375rem;
  left: -1.625rem;
  background: url(../../img/main/myhome.webp) no-repeat center center/contain;
  width: 5.625rem;
  aspect-ratio: 79/33;
}

.mh-cta02__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1.125rem;
  padding-inline: 0.125rem;
}

.mh-cta02__item img {
  aspect-ratio: 124/114;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta02__more {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  line-height: 120%;
  letter-spacing: 0.03em;
  margin-top: 2.0625rem;
  width: fit-content;
  margin-inline: auto;
  padding-left: 0.875rem;
  padding-right: 0.9375rem;
}

.mh-cta02__more::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  background: url(../../img/main/line-left.webp) no-repeat center center/contain;
  width: 0.58rem;
  aspect-ratio: 7/16;
}

.mh-cta02__more::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  background: url(../../img/main/line-left.webp) no-repeat center center/contain;
  width: 0.58rem;
  aspect-ratio: 7/16;
  transform: translateY(-50%) scaleX(-1);
}

.mh-cta02__present {
  position: relative;
  border: 3px solid #fff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 9px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0.375rem;
  padding-inline: 0rem;
  padding-top: 5.3125rem;
  padding-bottom: 0.8125rem;
  width: 84.0579710145vw;
  margin-inline: auto;
}

.mh-cta02__ribbon {
  position: absolute;
  top: 0.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25.125rem;
}

.mh-cta02__ribbon img {
  aspect-ratio: 402/68;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta02__present-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: min(3.9vw, 1.125rem);
  color: #000;
  line-height: 181%;
  letter-spacing: 0.1em;
  text-align: center;
}

.mh-cta02__heading-large {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min(3.9vw, 1.4375rem);
  color: #000;
  line-height: 138%;
  letter-spacing: 0.1em;
  text-align: center;
}

.mh-cta02__heading-large span {
  font: inherit;
  font-size: 2.25rem;
}

.mh-cta02__present-img {
  width: 100%;
}

.mh-cta02__present-img img {
  aspect-ratio: 329/240;
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.mh-cta02__present-text {
  font-size: 0.625rem;
  font-weight: 400;
  color: #595959;
  line-height: 138%;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: -0.625rem;
}

.mh-cta02__cta-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.09375rem;
  color: #fff;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.5rem;
  width: fit-content;
  margin-inline: auto;
  padding-left: 2.4375rem;
  padding-right: 1.875rem;
}

.mh-cta02__cta-text::before,
.mh-cta02__cta-text::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.25rem);
  transform: translateY(-50%);
  width: 2.1875rem;
  aspect-ratio: 35/39;
}

.mh-cta02__cta-text::before {
  left: 0;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
}

.mh-cta02__cta-text::after {
  right: 0;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
  transform: translateY(-50%) scaleX(-1);
}

.mh-cta02__cta-btn {
  display: block;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
  margin-top: 0.3125rem;
  border-radius: calc(infinity * 1px);
  transition: opacity 0.3s;
}

.mh-cta02__cta-btn img {
  aspect-ratio: 390/94;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta03 {
  background-color: #fdfeed;
}

.mh-cta03__top {
  background: url(../../img/main/cta03_bg.webp) no-repeat center top/cover;
  padding-top: 3.6875rem;
  padding-bottom: 4.75rem;
}

.mh-cta03__head-img {
  width: 17.875rem;
  margin-inline: auto;
}

.mh-cta03__head-img img {
  aspect-ratio: 286/39;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-cta03__title-group {
  text-align: center;
  margin-top: 1rem;
}

.mh-cta03__title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.625rem;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.12em;
}

.mh-cta03__title+.mh-cta03__title {
  margin-top: 0.9375rem;
}

.mh-cta03__bottom {
  position: relative;
  padding-bottom: 1.375rem;
  padding-inline: 0.75rem;
  background-color: #fff;
}

.mh-cta03__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  background: url(../../img/main/cta03_bottom.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 414/30;
}

.mh-cta03__bottom::after {
  content: "";
  position: absolute;
  top: -3.875rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/main/mascot.webp) no-repeat center center/contain;
  width: 6.5rem;
  aspect-ratio: 104/62;
}

.mh-cta03__cta-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.09375rem;
  color: #293630;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 2.625rem;
}

.mh-cta03__cta-text::before,
.mh-cta03__cta-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  transform: translateY(-50%);
  width: 2.1875rem;
  aspect-ratio: 35/39;
}

.mh-cta03__cta-text::before {
  left: 0;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
}

.mh-cta03__cta-text::after {
  right: 0;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
  transform: translateY(-50%) scaleX(-1);
}

.mh-cta03__cta-red {
  font: inherit;
  color: #e54b5a;
}

.mh-cta03__cta-large {
  font: inherit;
  font-size: 1.46875rem;
}

.mh-cta03__cta-btn {
  margin-top: 0.5rem;
  padding: 0;
  width: 100%;
  border-radius: calc(infinity * 1px);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s;
}

.mh-cta03__cta-btn img {
  aspect-ratio: 390/94;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-faq {
  position: relative;
  background-color: #fdfeed;
  padding-top: 2.125rem;
  padding-bottom: 2.25rem;
}

.mh-faq::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url(../../img/main/faq_wave.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 414/30;
}

.mh-faq__inner.inner {
  padding-inline: 21px;
}

.mh-faq__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  color: #1a2d27;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-align: center;
}

.mh-faq__list {
  margin-top: 1.4375rem;
}

.mh-faq__item {
  position: relative;
  background-color: #fff;
  border: 2px solid #e1eeea;
  border-radius: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  padding-left: 2.4375rem;
  padding-right: 1rem;
}

.mh-faq__item::before {
  content: "";
  position: absolute;
  top: -0.875rem;
  left: -0.5rem;
  background: url(../../img/main/question.webp) no-repeat center center/contain;
  width: 2.4375rem;
  aspect-ratio: 39/64;
}

.mh-faq__item+.mh-faq__item {
  margin-top: 1rem;
}

.mh-faq__item-question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1a2d27;
  line-height: 130%;
  letter-spacing: 0.06em;
}

.mh-faq__item-answer {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a2d27;
  line-height: 170%;
  letter-spacing: 0.06em;
  margin-top: 0.4375rem;
}

.mh-fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 90%;
  max-width: 500px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

.mh-fixed.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mh-fixed__btn {
  display: block;
  padding: 0;
  width: 100%;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  border-radius: calc(infinity * 1px);
  transition: opacity 0.3s;
}

.mh-fixed__btn img {
  aspect-ratio: 390/64;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-footer {
  padding-top: 2rem;
}

.mh-footer__certified-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.mh-footer__certified-item+.mh-footer__certified-item {
  margin-top: 2rem;
}

.mh-footer__certified-img {
  width: 4.375rem;
  flex-shrink: 0;
}

.mh-footer__certified-img img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-footer__certified-text {
  font-size: 0.6875rem;
  color: #293630;
  line-height: 140%;
  letter-spacing: 0.1em;
}

.mh-footer__link-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.625rem;
  margin-top: 1.875rem;
  padding-inline: 1.375rem;
}

.mh-footer__link-item a {
  display: block;
  font-size: 0.75rem;
  color: #293630;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.mh-footer__copyright {
  display: block;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #363636;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 4rem;
  margin-top: 1.375rem;
}

.mh-footer__copyright span {
  display: inline-block;
  font-size: 1rem;
  transform: translateY(0.125rem);
}

.mh-header {
  width: 100%;
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}

.mh-header__inner {
  display: flex;
  justify-content: space-between;
  padding-inline: 0.875rem 0.625rem;
  align-items: center;
}

.mh-header__logo {
  width: 10.3125rem;
  margin-top: 0.25rem;
}

.mh-header__logo a {
  transition: opacity 0.3s;
}

.mh-header__logo img {
  aspect-ratio: 165/20;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-header__banner {
  width: 8.375rem;
}

.mh-header__banner img {
  aspect-ratio: 134/29;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-information {
  position: relative;
  background: url(../../img/main/information_bg.webp) no-repeat center top/cover;
  padding-top: 4rem;
}

.mh-information::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/main/mascot.webp) no-repeat center center/contain;
  width: 7.375rem;
  aspect-ratio: 118/71;
}

.mh-information__ballon {
  width: 69.0821256039vw;
  margin-inline: auto;
}

.mh-information__ballon img {
  aspect-ratio: 286/39;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-information__hgroup {
  text-align: center;
  margin-top: 0.625rem;
}

.mh-information__title-small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.625rem;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.mh-information__title-large {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-top: 0.375rem;
}

.mh-information__image {
  margin-top: 1.375rem;
}

.mh-information__image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-proposal {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 2.125rem;
  background: linear-gradient(180deg,
      rgb(255, 255, 255) 0%,
      rgb(254, 254, 246) 100%);
  overflow-x: clip;
}

.mh-proposal::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url(../../img/main/wave_proposal.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 414/34;
  object-fit: cover;
  width: 100%;
}

.mh-proposal__inner.inner {
  padding-inline: 12px;
}

.mh-proposal__ballon {
  width: 77.2946859903vw;
  margin-inline: auto;
}

.mh-proposal__ballon img {
  aspect-ratio: 320/48;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-proposal__hgroup {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.25rem;
}

.mh-proposal__text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #293630;
  line-height: 170%;
  letter-spacing: 0.05em;
  text-align: center;
}

.mh-proposal__title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4375rem;
  color: #293630;
  line-height: 170%;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #293630;
}

.mh-proposal__title-red {
  font: inherit;
  color: #e54b5a;
}

.mh-proposal__title-large {
  font: inherit;
  font-size: 2.6875rem;
}

.mh-proposal__title-large small {
  font-size: 0.7em;
}

.mh-proposal__title-note {
  position: absolute;
  right: 0;
  bottom: -0.9375rem;
  font-size: 0.5625rem;
  color: #000;
  line-height: 170%;
  letter-spacing: 0.1em;
}

.mh-proposal__logo-images {
  margin-top: 1.375rem;
}

.mh-proposal__comparison {
  margin-top: 2.3125rem;
  width: 24rem;
  margin-inline: auto;
}

.mh-proposal__comparison img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-proposal__comparison-text:first-of-type {
  margin-top: 0.4375rem;
}

.mh-proposal__comparison-text:last-of-type {
  margin-top: 0.3125rem;
}

.mh-proposal__comparison-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.625rem;
  color: #293630;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-align: center;
}

.mh-proposal__comparison-text-bigger {
  font: inherit;
  font-size: 1.875rem;
}

.mh-proposal__comparison-text-biggest {
  font: inherit;
  font-size: 2.1875rem;
}

.mh-proposal__comparison-img {
  margin-top: 1rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.mh-proposal__comparison-img img {
  aspect-ratio: 336/160;
  object-fit: contain;
  height: auto;
}

.mh-proposal__cta {
  text-align: center;
  margin-top: 1.5rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-inline: auto;
}

.mh-proposal__cta-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.09375rem;
  color: #293630;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 2.625rem;
}

.mh-proposal__cta-text::before,
.mh-proposal__cta-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  transform: translateY(-50%);
  width: 2.1875rem;
  aspect-ratio: 35/39;
}

.mh-proposal__cta-text::before {
  left: 0;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
}

.mh-proposal__cta-text::after {
  right: 0;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
  transform: translateY(-50%) scaleX(-1);
}

.mh-proposal__cta-red {
  font: inherit;
  color: #e54b5a;
}

.mh-proposal__cta-large {
  font: inherit;
  font-size: 1.46875rem;
}

.mh-proposal__cta-btn {
  margin-top: 0.5rem;
  padding: 0;
  width: 100%;
  border-radius: calc(infinity * 1px);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s;
}

.mh-proposal__cta-btn img {
  aspect-ratio: 390/94;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-solution {
  position: relative;
  background-color: #fdfeed;
  padding-top: 3.625rem;
  padding-bottom: 4rem;
}

.mh-solution::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../img/main/circles.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 414/219;
}

.mh-solution::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 0;
  background: url(../../img/main/moyamoya.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 414/48;
}

.mh-solution__inner.inner {
  position: relative;
  z-index: 1;
  padding-inline: 0.75rem;
}

.mh-solution__ballon {
  width: 14.8125rem;
  margin-inline: auto;
}

.mh-solution__ballon img {
  aspect-ratio: 237/44;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-solution__heading-large {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.375rem;
  color: #293630;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-align: center;
}

.mh-solution__heading-larger {
  font: inherit;
  font-size: 3.3125rem;
}

.mh-solution__heading-small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #293630;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 0.375rem;
}

.mh-solution__title {
  width: 15.625rem;
  margin-inline: auto;
}

.mh-solution__title img {
  aspect-ratio: 250/116;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-solution__items {
  padding-inline: 0.375rem;
  margin-top: 3.3125rem;
  margin-inline: auto;
}

.mh-solution__item {
  position: relative;
  background-color: #fff;
  border-radius: 1.5625rem;
  padding-top: 3.0625rem;
  padding-bottom: 1.5rem;
  padding-inline: 1.375rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.mh-solution__item::before {
  content: "";
  position: absolute;
  top: -2.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 13.25rem;
  aspect-ratio: 212/85;
}

.mh-solution__item:first-child::before {
  background: url(../../img/main/solution01.webp) no-repeat center center/contain;
}

.mh-solution__item:nth-child(2)::before {
  background: url(../../img/main/solution02.webp) no-repeat center center/contain;
}

.mh-solution__item:nth-child(3)::before {
  background: url(../../img/main/solution03.webp) no-repeat center center/contain;
}

.mh-solution__item+.mh-solution__item {
  margin-top: 3.875rem;
}

.mh-solution__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4375rem;
  color: #3c3c3c;
  line-height: 145%;
  letter-spacing: 0.08em;
  text-align: center;
}

.mh-solution__item-title span {
  font: inherit;
  display: inline-block;
  background: linear-gradient(transparent 60%, #f0e60f 60%);
  padding-left: 0.3125rem;
}

.mh-solution__item:first-child .mh-solution__item-title {
  font-size: 1.5625rem;
}

.mh-solution__item-img {
  margin-top: 1.125rem;
}

.mh-solution__item-img img {
  aspect-ratio: 335/197;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-solution__item:nth-child(2) .mh-solution__item-img img,
.mh-solution__item:nth-child(3) .mh-solution__item-img img {
  aspect-ratio: 335/220;
}

.mh-solution__item-text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 185%;
  padding-inline: 0.5rem;
  margin-top: 1.125rem;
}

.mh-solution__text-green {
  font: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #34ae86;
}

.mh-solution__img {
  margin-top: 2.9375rem;
  width: 18.4375rem;
  margin-inline: auto;
}

.mh-solution__img img {
  aspect-ratio: 295/190;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-solution__text-underline {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #7a6510;
  line-height: 120%;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #7a6510;
  padding-bottom: 0.1875rem;
  margin-top: 1.0625rem;
  width: fit-content;
  margin-inline: auto;
}

.mh-solution__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #7a6510;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1.0625rem;
}

.mh-solution__cta {
  position: relative;
  margin-top: 2.875rem;
}

.mh-solution__cta-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.09375rem;
  color: #293630;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 2.625rem;
}

.mh-solution__cta-text::before,
.mh-solution__cta-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  transform: translateY(-50%);
  width: 2.1875rem;
  aspect-ratio: 35/39;
  z-index: -1;
}

.mh-solution__cta-text::before {
  left: 0;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
}

.mh-solution__cta-text::after {
  right: 0;
  background: url(../../img/main/cracker01.webp) no-repeat center center/contain;
  transform: translateY(-50%) scaleX(-1);
}

.mh-solution__cta-red {
  font: inherit;
  color: #e54b5a;
}

.mh-solution__cta-large {
  font: inherit;
  font-size: 1.46875rem;
}

.mh-solution__cta-btn {
  margin-top: 0.5rem;
  padding: 0;
  width: 100%;
  border-radius: calc(infinity * 1px);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s;
}

.mh-solution__cta-btn img {
  aspect-ratio: 390/94;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-solution__achievement {
  margin-top: 1.25rem;
  width: 21.125rem;
  margin-inline: auto;
}

.mh-solution__achievement img {
  aspect-ratio: 338/97;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-solution__mascot {
  margin-top: 1.3125rem;
  width: 7.375rem;
  margin-inline: auto;
}

.mh-solution__mascot img {
  aspect-ratio: 118/71;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-solution__ornament01,
.mh-solution__ornament02,
.mh-solution__ornament03,
.mh-solution__ornament04,
.mh-solution__ornament05 {
  position: absolute;
}

.mh-solution__ornament01 {
  top: 14.125rem;
  right: 0;
  width: 10.1875rem;
  aspect-ratio: 163/386;
}

.mh-solution__ornament01 img {
  aspect-ratio: 163/386;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-solution__ornament02 {
  top: 43.9375rem;
  left: 0;
  width: 10.3125rem;
  aspect-ratio: 165/324;
}

.mh-solution__ornament02 img {
  aspect-ratio: 165/324;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-solution__ornament03 {
  top: 81.0625rem;
  right: 0;
  width: 8.9375rem;
  aspect-ratio: 143/359;
}

.mh-solution__ornament03 img {
  aspect-ratio: 143/359;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-solution__ornament04 {
  top: 136.625rem;
  left: 0;
  width: 6.8125rem;
  aspect-ratio: 109/292;
}

.mh-solution__ornament04 img {
  aspect-ratio: 109/292;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-solution__ornament05 {
  top: 127.3125rem;
  right: 0;
  width: 4.25rem;
  aspect-ratio: 68/257;
}

.mh-solution__ornament05 img {
  aspect-ratio: 68/257;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mh-step {
  position: relative;
  padding-top: 1.4375rem;
  padding-bottom: 2.6875rem;
  background-color: #fff;
}

.mh-step::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url(../../img/main/step-top.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 414/64;
}

.mh-step__inner.inner {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.mh-step__ballon {
  width: 14.8125rem;
  margin-inline: auto;
}

.mh-step__ballon img {
  aspect-ratio: 237/44;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-step__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  color: #1a2d27;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 0.3125rem;
}

.mh-step__list {
  position: relative;
  padding-left: 2.3125rem;
  margin-top: 2.3125rem;
  overflow: hidden;
}

.mh-step__item {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.mh-step__item::after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: -1rem;
  background-color: #000;
  width: 1px;
  height: 110%;
  z-index: 0;
}

.mh-step__item+.mh-step__item {
  margin-top: 1.4375rem;
}

.mh-step__label {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.07em;
  background-color: #7a6510;
  border-radius: 3px;
  padding-block: 0.375rem 0.4375rem;
  padding-inline: 0.4375rem;
  width: fit-content;
  z-index: 1;
}

.mh-step__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  background: url(../../img/main/step-circle.webp) no-repeat center center/contain;
  width: 1rem;
  aspect-ratio: 1;
}

.mh-step__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #1a2d27;
  line-height: 130%;
  letter-spacing: 0.08em;
  margin-top: 0.5625rem;
}

.mh-step__item-text {
  font-size: 0.875rem;
  color: #3c3c3c;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-top: 0.75rem;
}

.mh-step__item-img {
  width: 6.1875rem;
  margin-top: 0.25rem;
}

.mh-step__item-img img {
  aspect-ratio: 99/135;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-step__note {
  font-size: 0.625rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 1.9375rem;
}

.mh-worry {
  position: relative;
  background: url(../../img/main/worry_bg.webp) no-repeat center top/cover;
  padding-top: 4.25rem;
  overflow-x: clip;
}

.mh-worry::before {
  content: "";
  position: absolute;
  top: 2.1875rem;
  left: 0;
  background: url(../../img/main/big_shopping.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 414/43;
}

.mh-worry__wrap {
  position: relative;
}

.mh-worry__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2.375rem;
  background: url(../../img/main/worry_house.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 414/238;
}

.mh-worry__inner.inner {
  padding-inline: 2.3125rem;
}

.mh-worry__title-img {
  width: 19.5rem;
  margin-inline: auto;
}

.mh-worry__title-img img {
  aspect-ratio: 312/48;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-worry__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  color: #2a2200;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 0.375rem;
}

.mh-worry__items {
  margin-top: 3.4375rem;
}

.mh-worry__item {
  position: relative;
  min-height: 7.25rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.625rem;
}

.mh-worry__item::before {
  content: "";
  position: absolute;
  top: -2.375rem;
  left: -1.5625rem;
  width: 6.8125rem;
  aspect-ratio: 109/48;
}

.mh-worry__item::after {
  content: "";
  position: absolute;
  top: -3.0625rem;
  right: 0;
  background: url(../../img/main/worry_ornament.webp) no-repeat center center/contain;
  width: 1.9375rem;
  aspect-ratio: 29/17;
}

.mh-worry__item:nth-child(2)::after {
  top: -2.875rem;
  right: 6.625rem;
  background: url(../../img/main/worry_ornament02.webp) no-repeat center center/contain;
  width: 1.6875rem;
  aspect-ratio: 27/34;
}

.mh-worry__item:first-child::before {
  background: url(../../img/main/worry_ballon01.webp) no-repeat center center/contain;
}

.mh-worry__item:nth-child(2)::before {
  background: url(../../img/main/worry_ballon02.webp) no-repeat center center/contain;
  left: initial;
  right: -0.625rem;
}

.mh-worry__item:nth-child(3)::before {
  background: url(../../img/main/worry_ballon03.webp) no-repeat center center/contain;
}

.mh-worry__item+.mh-worry__item {
  margin-top: 4.5rem;
}

.mh-worry__note {
  position: absolute;
  top: -1.8125rem;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.0625rem;
  color: #fff;
  line-height: 134%;
  letter-spacing: 0.1em;
}

.mh-worry__item:nth-child(2) .mh-worry__note {
  right: initial;
  left: 1.625rem;
}

.mh-worry__item-img {
  position: absolute;
  left: -1.25rem;
  bottom: 0;
}

.mh-worry__item:nth-child(1) .mh-worry__item-img {
  width: 7.375rem;
}

.mh-worry__item:nth-child(1) .mh-worry__item-img img {
  aspect-ratio: 118/114;
}

.mh-worry__item:nth-child(2) .mh-worry__item-img {
  left: initial;
  right: -0.375rem;
  width: 6.6875rem;
}

.mh-worry__item:nth-child(2) .mh-worry__item-img img {
  aspect-ratio: 107/115;
}

.mh-worry__item:nth-child(3) .mh-worry__item-img {
  width: 7rem;
}

.mh-worry__item:nth-child(3) .mh-worry__item-img img {
  aspect-ratio: 112/130;
}

.mh-worry__item-img img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mh-worry__item-text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1a2d27;
  line-height: 140%;
  letter-spacing: 0.1em;
  width: fit-content;
}

.mh-worry__item-text span {
  font: inherit;
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.mh-worry__item:first-child .mh-worry__item-text {
  padding-left: 6.8125rem;
}

.mh-worry__item:nth-child(2) .mh-worry__item-text {
  padding-left: 1.875rem;
}

.mh-worry__item:nth-child(3) .mh-worry__item-text {
  padding-left: 8rem;
}

.mh-worry__img {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2.625rem;
}

.mh-worry__img img {
  aspect-ratio: 414/234;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (any-hover: hover) {
  .mh-cta01__btn:hover {
    opacity: 0.8;
  }

  .mh-cta02__cta-btn:hover {
    opacity: 0.8;
  }

  .mh-cta03__cta-btn:hover {
    opacity: 0.8;
  }

  .mh-fixed__btn:hover {
    opacity: 0.8;
  }

  .mh-header__logo a:hover {
    opacity: 0.7;
  }

  .mh-proposal__cta-btn:hover {
    opacity: 0.8;
  }

  .mh-solution__cta-btn:hover {
    opacity: 0.8;
  }
}

/*提携大手企業ロゴ*/
.publish-list {
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.publish-list-item {
  width: calc((100% - 10px * (var(--com_logo_column) - 1)) / var(--com_logo_column));
}

.publish-list-item img {
  height: auto;
}

@media screen and (min-width: 500px) {
  :root {
    --com_logo_column: 5;
  }
}

@media screen and (min-width: 768px) {
  :root {
    --com_logo_column: 6;
  }

  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .mh-about {
    padding-top: 1.625rem;
    padding-bottom: 8.3125rem;
  }

  .mh-about__inner.inner {
    padding-inline: 1.5625rem;
  }

  .mh-about__title {
    font-size: 2.95rem;
    padding-bottom: 1rem;
    border-bottom: 0.3125rem solid #866e06;
  }

  .mh-about__outline {
    padding-left: 0.625rem;
    max-width: 40.75rem;
    margin-inline: auto;
    margin-top: 4.0625rem;
  }

  .mh-about__outline-text {
    font-size: 2.375rem;
  }

  .mh-about__outline-text.mh-about__outline-text--mt {
    margin-top: 0.5rem;
  }

  .mh-about__outline-white {
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
    border-radius: 3px;
  }

  .mh-about__outline-small {
    font-size: 1.75rem;
    margin-inline: 0.625rem;
  }

  .mh-about__feature-list {
    border-radius: 2.1875rem;
    padding-top: 1.9375rem;
    padding-bottom: 1.3125rem;
    padding-inline: 1.5625rem;
    margin-top: 1.875rem;
    max-width: 40.625rem;
    margin-inline: auto;
  }

  .mh-about__feature-list::before {
    top: -10.5rem;
    right: -1.3125rem;
    width: 14.825rem;
    aspect-ratio: 274/225;
  }

  .mh-about__feature-list-descriptions {
    margin-top: 1.125rem;
    padding-inline: 2.0625rem;
  }

  .mh-about__feature-list-description {
    gap: 1.875rem;
    align-items: center;
    padding-block: 1.75rem;
  }

  .mh-about__feature-description-img {
    width: 13.8195777351%;
  }

  .mh-about__feature-content {
    width: 84.452975048%;
  }

  .mh-about__feature-list-title {
    font-size: 1.8125rem;
  }

  .mh-about__feature-list-text {
    font-size: 1.5375rem;
    margin-top: 0.8125rem;
  }

  .mh-about__land {
    gap: 1.375rem;
    border-radius: 2.1875rem;
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
    padding-inline: 1.9375rem;
    margin-top: 7.1875rem;
    max-width: 40.625rem;
    margin-inline: auto;
  }

  .mh-about__land::before {
    top: -3.75rem;
    right: -2.5rem;
    width: 14.375rem;
    aspect-ratio: 174/114;
  }

  .mh-about__land::after {
    top: -4.75rem;
    width: 2.8125rem;
  }

  .mh-about__land-img {
    width: 36.0544217687%;
    width: 13.25rem;
  }

  .mh-about__land-img img {
    aspect-ratio: 212/168;
  }

  .mh-about__land-body {
    width: initial;
    flex-grow: 1;
  }

  .mh-about__land-text {
    font-size: 1.53125rem;
  }

  .mh-about__land-title {
    font-size: 1.8125rem;
  }

  .mh-about__ornament01 {
    top: -10.375rem;
    width: 28.5rem;
  }

  .mh-about__ornament02 {
    top: 8.75rem;
    width: 24.6875rem;
  }

  .mh-about__ornament03 {
    top: 55.375rem;
    width: 31.1875rem;
  }

  .mh-cta01 {
    padding-bottom: 2.25rem;
  }

  .mh-cta01__inner.inner {
    max-width: 71.5625rem;
  }

  .mh-cta01__slider {
    margin-left: initial;
    margin-right: initial;
  }

  .mh-cta01__slider .splide__slide {
    width: 13.33625rem;
  }

  .mh-cta01__slider .splide__slide img {
    aspect-ratio: 435/326;
  }

  .mh-cta01__slider-note {
    font-size: 0.75rem;
    /* text-align: center; */
    margin-top: 0.875rem;
  }

  .mh-cta01__text {
    width: fit-content;
    margin-inline: auto;
    margin-top: 1.625rem;
    padding-left: 4.375rem;
    padding-right: 4.25rem;
  }

  .mh-cta01__text::before,
  .mh-cta01__text::after {
    top: 0.1875rem;
    width: 4.625rem;
  }

  .mh-cta01__text-small {
    font-size: 1.40625rem;
    width: fit-content;
    margin-inline: auto;
  }

  .mh-cta01__text-large {
    font-size: 1.60625rem;
    width: fit-content;
    margin-inline: auto;
  }

  .mh-cta01__btn {
    max-width: 35.8125rem;
    margin-inline: auto;
  }

  .mh-cta01__btn img {
    aspect-ratio: 573/138;
  }

  .mh-cta01__achievement {
    max-width: 35.0625rem;
    margin-top: 1.625rem;
  }

  .mh-cta01__achievement img {
    aspect-ratio: 561/157;
  }

  .mh-cta02 {
    padding-top: 7.875rem;
    padding-bottom: 11.3125rem;
    background: url(../../img/main/cta02_bg_pc.webp) no-repeat center top/cover;
  }

  .mh-cta02::before {
    top: -2.3125rem;
    width: 11.8125rem;
    aspect-ratio: 253/180;
  }

  .mh-cta02__inner.inner {
    max-width: 59.625rem;
    padding-inline: 1.5625rem;
  }

  .mh-cta02__title-img {
    width: 12.75rem;
  }

  .mh-cta02__title-img img {
    aspect-ratio: 204/37;
  }

  .mh-cta02__title {
    font-size: 3.0625rem;
    margin-top: 1.1875rem;
  }

  .cta02__title-bgWhite {
    padding-block: 0.75rem;
    padding-inline: 0.875rem;
    border-radius: 7px;
    margin-right: 0.375rem;
    margin-bottom: 1.0625rem;
  }

  .cta02__title-bgWhite::before {
    top: -2.625rem;
    left: -3rem;
    width: 10.3125rem;
    aspect-ratio: 138/59;
  }

  .mh-cta02__items {
    gap: 0.8125rem;
    margin-top: 2.75rem;
    padding-inline: 1.75rem;
  }

  .mh-cta02__item img {
    aspect-ratio: 273/252;
  }

  .mh-cta02__more {
    font-size: 3.0625rem;
    margin-top: 1.9375rem;
    padding-left: 1.625rem;
    padding-right: 1.8125rem;
  }

  .mh-cta02__more::before {
    width: 1.0625rem;
    aspect-ratio: 13/32;
  }

  .mh-cta02__more::after {
    width: 1.125rem;
    aspect-ratio: 13/32;
  }

  .mh-cta02__present {
    border: 4px solid #fff;
    border-radius: 7px;
    padding-top: 1.3125rem;
    padding-bottom: 1.125rem;
    padding-inline: 1.5625rem;
    margin-top: 1.25rem;
    width: 100%;
    margin-inline: initial;
  }

  .mh-cta02__ribbon {
    position: static;
    left: initial;
    transform: initial;
    width: 36.25rem;
    margin-inline: auto;
  }

  .mh-cta02__ribbon img {
    aspect-ratio: 580/98;
  }

  .mh-cta02__present-heading {
    font-size: 1.625rem;
    margin-top: 0.25rem;
  }

  .mh-cta02__heading-large {
    font-size: 2.0625rem;
  }

  .mh-cta02__heading-large span {
    font-size: 3.5625rem;
  }

  .mh-cta02__present-img img {
    aspect-ratio: 821/396;
  }

  .mh-cta02__present-text {
    font-size: 0.875rem;
    margin-top: -0.625rem;
  }

  .mh-cta02__cta-text {
    font-size: 1.5625rem;
    margin-top: 2.5625rem;
    padding-left: 3.25rem;
    padding-right: 2.8125rem;
  }

  .mh-cta02__cta-text::before,
  .mh-cta02__cta-text::after {
    top: calc(50% + 0.5rem);
    width: 3.25rem;
    aspect-ratio: 52/58;
  }

  .mh-cta02__cta-btn {
    margin-top: 0.5rem;
    width: 35.375rem;
    margin-inline: auto;
  }

  .mh-cta03__top {
    background: url(../../img/main/cta03_bg_pc.webp) no-repeat center top/cover;
    padding-top: 6.875rem;
    padding-bottom: 12.3125rem;
    padding-bottom: 11.7261904762vw;
  }

  .mh-cta03__head-img {
    width: 31.375rem;
  }

  .mh-cta03__head-img img {
    aspect-ratio: 502/68;
  }

  .mh-cta03__title-group {
    margin-top: 1.75rem;
  }

  .mh-cta03__title {
    font-size: 2.875rem;
  }

  .mh-cta03__title+.mh-cta03__title {
    margin-top: 1.5625rem;
  }

  .mh-cta03__bottom {
    padding-inline: 0;
    padding-bottom: 5.0625rem;
  }

  .mh-cta03__bottom::before {
    background: url(../../img/main/cta03_bottom_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1680/106;
  }

  .mh-cta03__bottom::after {
    top: -10rem;
    top: -9.5238095238vw;
    width: 15vw;
    aspect-ratio: 252/150;
  }

  .mh-cta03__cta-text {
    font-size: 1.5625rem;
    padding-inline: 3.875rem;
  }

  .mh-cta03__cta-text::before,
  .mh-cta03__cta-text::after {
    top: calc(50% - 0.25rem);
    width: 3.25rem;
    aspect-ratio: 52/58;
  }

  .mh-cta03__cta-large {
    font-size: 2.125rem;
  }

  .mh-cta03__cta-btn {
    display: block;
    margin-top: 0.5625rem;
    max-width: 35.125rem;
    margin-inline: auto;
  }

  .mh-faq {
    padding-top: 0.1875rem;
    padding-bottom: 4.0625rem;
  }

  .mh-faq::before {
    background: url(../../img/main/faq_wave_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1680/118;
  }

  .mh-faq__inner.inner {
    max-width: 46.875rem;
    padding-inline: rem(25);
  }

  .mh-faq__title {
    font-size: 2.75rem;
  }

  .mh-faq__list {
    margin-top: 2.875rem;
  }

  .mh-faq__item {
    padding-left: 3.125rem;
    padding-right: 2.8125rem;
    padding-bottom: 1.625rem;
  }

  .mh-faq__item::before {
    top: -1.4375rem;
    left: -1.3125rem;

    width: 4.0625rem;
    aspect-ratio: 65/107;
  }

  .mh-faq__item+.mh-faq__item {
    margin-top: 1.5rem;
  }

  .mh-faq__item-question {
    font-size: 1.25rem;
  }

  .mh-faq__item-answer {
    font-size: 1rem;
    margin-top: 0.75rem;
  }

  .mh-fixed {
    left: initial;
    transform: translateX(-3%);
    right: 0;
    bottom: 0.9rem;
    max-width: 340px;
  }

  .mh-footer {
    padding-top: 0;
  }

  .mh-footer__inner.inner {
    max-width: 50rem;
  }

  .mh-footer__certified-items {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
  }

  .mh-footer__certified-item+.mh-footer__certified-item {
    margin-top: 0;
  }

  .mh-footer__certified-img {
    width: 6.25rem;
  }

  .mh-footer__certified-text {
    font-size: 0.75rem;
    line-height: 170%;
  }

  .mh-footer__link-items {
    max-width: 23.4375rem;
    margin-inline: auto;
    padding-inline: 0;
  }

  .mh-footer__copyright {
    font-size: 0.75rem;
    margin-top: 2.1875rem;
  }

  .mh-footer__copyright span {
    font-size: 1.125rem;
    transform: translateY(0.1875rem);
  }

  .mh-header {
    padding-top: 0.6875rem;
    padding-bottom: 0.625rem;
  }

  .mh-header__inner {
    max-width: 62.1875rem;
    margin-inline: auto;
    padding-inline: 0;
  }

  .mh-header__logo {
    width: 18.1875rem;
    margin-top: 0;
  }

  .mh-header__logo img {
    aspect-ratio: 291/34;
    padding-top: 0.3rem;
  }

  .mh-header__banner {
    width: 11.875rem;
  }

  .mh-header__banner img {
    aspect-ratio: 190/41;
  }

  .mh-information {
    padding-top: 5.6875rem;
    padding-top: 8vw;
    background: url(../../img/main/information_bg_pc.webp) no-repeat center top/cover;
  }

  .mh-information::before {
    top: -1.25rem;
    width: 12.059524vw;
    max-width: 17.5rem;
  }

  .mh-information__ballon {
    max-width: 24.8125rem;
  }

  .mh-information__ballon img {
    aspect-ratio: 477/65;
  }

  .mh-information__hgroup {
    margin-top: 1rem;
  }

  .mh-information__title-small {
    font-size: 2.2875rem;
  }

  .mh-information__title-large {
    font-size: 4.3rem;
    margin-top: 0.875rem;
  }

  .mh-proposal {
    padding-top: 2.0625rem;
    padding-bottom: 1.875rem;
  }

  .mh-proposal::before {
    background: url(../../img/main/wave_proposal_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1680/94;
  }

  .mh-proposal__inner.inner {
    max-width: 58.875rem;
    padding-inline: 1.5625rem;
  }

  .mh-proposal__ballon {
    width: 30rem;
  }

  .mh-proposal__ballon img {
    aspect-ratio: 480/72;
  }

  .mh-proposal__hgroup {
    margin-top: 0.375rem;
  }

  .mh-proposal__text {
    font-size: 1.5625rem;
  }

  .mh-proposal__title {
    font-size: 2.125rem;
  }

  .mh-proposal__title-large {
    font-size: 4.0625rem;
  }

  .mh-proposal__title-note {
    bottom: -1.5rem;
    font-size: 0.8125rem;
  }

  .mh-proposal__logo-images {

    margin-inline: auto;
    margin-top: 2.1875rem;
  }

  .mh-proposal__comparison {
    margin-top: 4.625rem;
    width: 37.5rem;
  }

  .mh-proposal__comparison-text:first-of-type {
    margin-top: 0.75rem;
  }

  .mh-proposal__comparison-text:last-of-type {
    margin-top: 0.4375rem;
  }

  .mh-proposal__comparison-text {
    font-size: 2.625rem;
  }

  .mh-proposal__comparison-text-bigger {
    font-size: 3.0625rem;
  }

  .mh-proposal__comparison-text-biggest {
    font-size: 3.5625rem;
  }

  .mh-proposal__comparison-img {
    margin-top: 0;
  }

  .mh-proposal__comparison-img img {
    aspect-ratio: 1680/369;
  }

  .mh-proposal__cta-text {
    font-size: 1.5625rem;
    padding-inline: 3.875rem;
  }

  .mh-proposal__cta-text::before,
  .mh-proposal__cta-text::after {
    top: calc(50% - 0.25rem);
    width: 3.25rem;
    aspect-ratio: 52/58;
  }

  .mh-proposal__cta-large {
    font-size: 2.125rem;
  }

  .mh-proposal__cta-btn {
    margin: auto;
    margin-top: 0.5625rem;
    max-width: 35.8125rem;
  }

  .mh-solution {
    padding-top: 5rem;
    padding-bottom: 8.5119047619vw;
    margin-top: -1px;
  }

  .mh-solution::before {
    bottom: -15rem;
    background: url(../../img/main/circles_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1680/889;
  }

  .mh-solution::after {
    top: -3.125rem;
    background: url(../../img/main/moyamoya_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1680/281;
  }

  .mh-solution__inner.inner {
    max-width: 50.625rem;
    padding-inline: 1.5625rem;
  }

  .mh-solution__ballon {
    width: 24.6875rem;
  }

  .mh-solution__ballon img {
    aspect-ratio: 395/74;
  }

  .mh-solution__heading-large {
    font-size: 3.9375rem;
  }

  .mh-solution__heading-larger {
    font-size: 5.5rem;
  }

  .mh-solution__heading-small {
    font-size: 2.5rem;
    margin-top: 0.625rem;
  }

  .mh-solution__title {
    width: 26.0625rem;
  }

  .mh-solution__title img {
    aspect-ratio: 417/193;
  }

  .mh-solution__items {
    margin-top: 5rem;
  }

  .mh-solution__item {
    padding-top: 3.4375rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.8125rem;
  }

  .mh-solution__item::before {
    top: -4.5rem;
    left: 50%;
    width: 15.875rem;
    aspect-ratio: 254/123;
  }

  .mh-solution__item+.mh-solution__item {
    margin-top: 5.875rem;
  }

  .mh-solution__item-title {
    font-size: 2.0625rem;
  }

  .mh-solution__item:first-child .mh-solution__item-title {
    font-size: 2.0625rem;
  }

  .mh-solution__item-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4375rem;
    margin-top: 2.4375rem;
  }

  .mh-solution__item-img {
    margin-top: 0;
    flex-shrink: 0;
    width: 20.9375rem;
  }

  .mh-solution__item-text {
    font-size: 1rem;
    padding-inline: 0;
    margin-top: 0;
  }

  .mh-solution__img {
    margin-top: 3.9375rem;
    width: 30.0625rem;
  }

  .mh-solution__img img {
    aspect-ratio: 545/350;
  }

  .mh-solution__text-underline {
    font-size: 2.8125rem;
    padding-bottom: 0.375rem;
    margin-top: 0.5625rem;
    border-bottom: 3px solid #7a6510;
  }

  .mh-solution__text {
    font-size: 2.125rem;
    margin-top: 1.3125rem;
  }

  .mh-solution__cta {
    margin-top: 3.9375rem;
  }

  .mh-solution__cta-text {
    font-size: 1.5625rem;
    padding-inline: 3.875rem;
  }

  .mh-solution__cta-text::before,
  .mh-solution__cta-text::after {
    top: calc(50% - 0.25rem);
    width: 3.25rem;
    aspect-ratio: 52/58;
  }

  .mh-solution__cta-large {
    font-size: 2.125rem;
  }

  .mh-solution__cta-btn {
    display: block;
    margin-top: 0.5625rem;
    max-width: 35.75rem;
    margin-inline: auto;
  }

  .mh-solution__cta-btn img {
    aspect-ratio: 572/137;
  }

  .mh-solution__achievement {
    margin-top: 2.3125rem;
    width: 35.0625rem;
  }

  .mh-solution__achievement img {
    aspect-ratio: 561/162;
  }

  .mh-solution__mascot {
    width: 15.8125rem;
    margin-top: 2.8125rem;
  }

  .mh-solution__mascot img {
    aspect-ratio: 253/151;
  }

  .mh-solution__ornament01 {
    top: 15.0625rem;
    width: 17rem;
    aspect-ratio: 272/489;
  }

  .mh-solution__ornament01 img {
    aspect-ratio: 272/489;
  }

  .mh-solution__ornament02 {
    top: 50.8125rem;
    width: 17.9375rem;
  }

  .mh-solution__ornament03 {
    top: 82rem;
    width: 14.8125rem;
  }

  .mh-solution__ornament04 {
    top: 120.4375rem;
    width: 17.75rem;
  }

  .mh-solution__ornament05 {
    top: 150.4375rem;
    width: 12.3125rem;
  }

  .mh-step {
    padding-top: 0.4375rem;
    padding-bottom: 9.6875rem;
  }

  .mh-step::before {
    background: url(../../img/main/step-top_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1680/187;
  }

  .mh-step__ballon {
    width: 24.8125rem;
  }

  .mh-step__ballon img {
    aspect-ratio: 397/74;
  }

  .mh-step__title {
    font-size: 2.875rem;
    margin-top: 1.1875rem;
  }

  .mh-step__list {
    padding-left: 4.625rem;
    margin-top: 4.5rem;
    max-width: 44.75rem;
    margin-inline: auto;
    overflow: hidden;
  }

  .mh-step__item::after {
    left: -1.625rem;
    height: 115%;
  }

  .mh-step__item+.mh-step__item {
    margin-top: 2.1875rem;
  }

  .mh-step__label {
    font-size: 1.625rem;
    border-radius: 5px;
    padding-block: 0.5rem 0.6875rem;
    padding-inline: 0.75rem;
  }

  .mh-step__label::before {
    left: -2.4375rem;
    width: 1.625rem;
  }

  .mh-step__item-title {
    font-size: 2rem;
    margin-top: 0.875rem;
  }

  .mh-step__item-text {
    font-size: 1.375rem;
    margin-top: 1.25rem;
  }

  .mh-step__item-img {
    width: 10.125rem;
    margin-top: 0.4375rem;
  }

  .mh-step__item-img img {
    aspect-ratio: 162/221;
  }

  .mh-step__note {
    font-size: 0.75rem;
    max-width: 44.75rem;
    margin-inline: auto;
    margin-top: 1.375rem;
  }

  .mh-worry {
    background: url(../../img/main/worry_bg_pc.webp) no-repeat center top/cover;
    padding-top: 9.3125rem;
  }

  .mh-worry::before {
    background: url(../../img/main/big_shopping_pc.webp) no-repeat center center/cover;
    top: 2.5rem;
    aspect-ratio: 1680/170;
  }

  .mh-worry__wrap::before {
    bottom: -4.625rem;
    background: url(../../img/main/worry_house_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1680/490;
  }

  .mh-worry__title-img {
    width: 34rem;
  }

  .mh-worry__title-img img {
    aspect-ratio: 544/84;
  }

  .mh-worry__title {
    font-size: 2.9375rem;
    margin-top: 0.875rem;
  }

  .mh-worry__items {
    display: flex;
    justify-content: center;
    gap: 4.6875rem;
    margin-top: 5.375rem;
    max-width: 66.25rem;
    margin-inline: auto;
  }

  .mh-worry__item {
    flex-direction: column;
    justify-content: center;
    height: 18.4375rem;
    min-width: 18.5625rem;
  }

  .mh-worry__item::before {
    width: 7.8125rem;
    aspect-ratio: 125/59;
    top: 0.5625rem;
    left: -1.8125rem;
  }

  .mh-worry__item::after {
    top: -4rem;
    right: -0.8125rem;
    width: 2.75rem;
    aspect-ratio: 44/26;
  }

  .mh-worry__item:nth-child(2)::after {
    top: -4rem;
    right: 0.625rem;
    background: url(../../img/main/worry_ornament.webp) no-repeat center center/contain;
    width: 2.75rem;
    aspect-ratio: 44/26;
  }

  .mh-worry__items .mh-worry__item:nth-child(3) {
    margin-top: 5.75rem;
  }

  .mh-worry__item:nth-child(2)::before {
    left: -1.8125rem;
    right: initial;
    background: url(../../img/main/worry_ballon02_pc.webp) no-repeat center center/contain;
  }

  .mh-worry__item+.mh-worry__item {
    margin-top: 2.5625rem;
  }

  .mh-worry__note {
    font-size: 1.25rem;
    top: -2.125rem;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }

  .mh-worry__item:nth-child(2) .mh-worry__note {
    left: 50%;
  }

  .mh-worry__item-img {
    position: static;
    left: initial;
    bottom: initial;
  }

  .mh-worry__item:nth-child(1) .mh-worry__item-img {
    width: 8.8125rem;
  }

  .mh-worry__item:nth-child(1) .mh-worry__item-img img {
    aspect-ratio: 141/138;
  }

  .mh-worry__item:nth-child(2) .mh-worry__item-img {
    width: 8.0625rem;
    right: initial;
  }

  .mh-worry__item:nth-child(2) .mh-worry__item-img img {
    aspect-ratio: 129/138;
  }

  .mh-worry__item:nth-child(3) .mh-worry__item-img {
    width: 8.375rem;
  }

  .mh-worry__item:nth-child(3) .mh-worry__item-img img {
    aspect-ratio: 134/156;
  }

  .mh-worry__item-text {
    font-size: 1.35rem;
  }

  .mh-worry__item:first-child .mh-worry__item-text {
    padding-left: 0;
    margin-top: 0.5625rem;
  }

  .mh-worry__item:nth-child(2) .mh-worry__item-text {
    padding-left: 0;
    margin-top: 0.34375rem;
  }

  .mh-worry__item:nth-child(3) .mh-worry__item-text {
    padding-left: 0.6875rem;
    margin-top: 1.3125rem;
  }

  .mh-worry__item-text span {
    font-size: 1.5625rem;
  }

  .mh-worry__img {
    margin-left: initial;
    margin-right: initial;
  }

  .mh-worry__img img {
    aspect-ratio: 1680/406;
    object-fit: cover;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1680px) {
  .mh-cta03__bottom::after {
    width: 11.75rem;
  }
}