@charset "UTF-8";
/*responsive----------------------------------------------------*/
/*color*/
/* リキッドレイアウト対応 */
.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.pc2 {
  display: block;
}
@media (max-width: 1024px) {
  .pc2 {
    display: block;
  }
}
@media (max-width: 599px) {
  .pc2 {
    display: none;
  }
}

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

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

.sp2 {
  display: none;
}
@media (max-width: 1024px) {
  .sp2 {
    display: none;
  }
}
@media (max-width: 599px) {
  .sp2 {
    display: block;
  }
}

.sp3 {
  display: none;
}
@media (max-width: 1024px) {
  .sp3 {
    display: none;
  }
}
@media (max-width: 375px) {
  .sp3 {
    display: block;
  }
}

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

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .wrap {
    max-width: 90%;
  }
}

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

.orange {
  color: #F07A31;
}

.texture {
  background-image: url("../images/top/bg01.png");
  position: relative;
  /* z-index: -1; */
  padding-bottom: 15vw;
  overflow: hidden;
}
.texture::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 3.92vw;
  background-image: url("../images/top/wave01.svg");
  bottom: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}

.u-desktop,
.u-desktop2 {
  display: none;
}

@media screen and (min-width: 1025px) {
  .u-desktop,
  .u-desktop2 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-desktop2 {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .u-mobile {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .u-mobile2 {
    display: none;
  }
}
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  color: #394144;
}

p {
  font-size: 20px;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=submit], input[type=button] {
  cursor: pointer;
}

label,
button {
  cursor: pointer;
}

select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

.campaign {
  padding-top: 73.9px;
  padding-top: 4.61875rem;
  padding-bottom: 131.6px;
  padding-bottom: 8.225rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .campaign {
    padding-top: 68px;
    padding-top: 4.25rem;
    padding-bottom: 185.2px;
    padding-bottom: 11.575rem;
  }
}
.campaign__inner {
  position: relative;
}

.campaign__list {
  margin-top: 35.8px;
  margin-top: 2.2375rem;
  width: calc(100vw - 1.25rem);
  padding-bottom: 54.8px;
  padding-bottom: 3.425rem;
}

@media screen and (min-width: 768px) {
  .campaign__list {
    margin-top: 53px;
    margin-top: 3.3125rem;
    width: 100vw;
    padding-bottom: 82px;
    padding-bottom: 5.125rem;
  }
}
.campaign__link {
  display: inline-block;
  width: 100%;
}

.campaign__image img {
  aspect-ratio: 319/217;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0.1875rem 0.625rem rgba(57, 65, 68, 0.16);
}

@media screen and (min-width: 768px) {
  .campaign__image img {
    aspect-ratio: 500/340;
  }
}
.campaign__date {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .campaign__date {
    margin-top: 26px;
    margin-top: 1.625rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.campaign__itemTitle {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .campaign__itemTitle {
    margin-top: 7px;
    margin-top: 0.4375rem;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.campaign__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
}

@media screen and (min-width: 768px) {
  .campaign__text {
    margin-top: 21px;
    margin-top: 1.3125rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.campaign__swiper-scrollbar {
  width: calc(100% - 3.125rem) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 0 !important;
  height: 3px !important;
  height: 0.1875rem !important;
  background: #CECECE;
}
.campaign__swiper-scrollbar .swiper-scrollbar-drag {
  background: #394144;
}

@media screen and (min-width: 768px) {
  .campaign__swiper-scrollbar {
    max-width: 1400px;
    max-width: 87.5rem;
    height: 5px !important;
    height: 0.3125rem !important;
  }
}
.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
}
.fixed-btn .muryou {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.fixed-btn .muryou img {
  max-width: 150px;
}
@media (max-width: 1024px) {
  .fixed-btn .muryou p {
    color: white;
    font-weight: 600;
    background-color: #C23C1F;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .fixed-btn .muryou p {
    padding: 7px 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .fixed-btn {
    bottom: 2.08vw;
    left: auto;
    left: initial;
    right: 27px;
    right: 1.6875rem;
    justify-content: flex-end;
    gap: 12px;
    gap: 0.75rem;
  }
  .fixed-btn .muryou {
    width: initial;
    display: initial;
    margin: initial;
  }
  .fixed-btn .muryou img {
    max-width: initial;
  }
}
.fixed-btn__item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
  padding-block: 1.5rem;
}
@media (max-width: 820px) {
  .fixed-btn__item {
    padding-block: 1rem;
  }
}
@media (max-width: 426px) {
  .fixed-btn__item {
    padding-block: 0.9rem;
    gap: 0.3rem;
  }
}
.fixed-btn__item p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1025px) {
  .fixed-btn__item {
    width: 299px;
    width: 18.6875rem;
    flex-direction: row;
    gap: 18.9px;
    gap: 1.18125rem;
    padding-block: 15px;
    padding-block: 0.9375rem;
    border-radius: 100px;
  }
}
.fixed-btn__item--phone {
  background-color: #fff;
  border: 1px solid #F07A31;
  border: 0.0625rem solid #F07A31;
}
.fixed-btn__item--phone p {
  color: #F07A31;
}

.fixed-btn__icon {
  height: 30px;
  height: 3.875rem;
}
.fixed-btn__icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 100%;
}
@media (max-width: 820px) {
  .fixed-btn__icon {
    height: 2.875rem;
  }
}
@media (max-width: 768px) {
  .fixed-btn__icon {
    height: 1.875rem;
  }
}
@media (max-width: 426px) {
  .fixed-btn__icon {
    height: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .fixed-btn__icon {
    height: 23.7px;
    height: 1.48125rem;
  }
}
.fixed-btn__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 600px) {
  .fixed-btn__text {
    font-size: 17px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .fixed-btn__text {
    font-size: 14px;
  }
}
.fixed-btn__item--email {
  background-color: #F07A31;
}

.fixed-btn__item--line {
  background-color: #0EC859;
}

.footer {
  padding-top: 44.9px;
  padding-top: 2.80625rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer {
    width: 95%;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 42.9px;
    padding-top: 2.68125rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer_container {
    display: flex;
    justify-content: space-between;
  }
}
.footer__info {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__info {
    text-align: left;
  }
}
.footer__logo {
  width: 202.08px;
  width: 12.63rem;
  margin-inline: 0;
}
@media (max-width: 1024px) {
  .footer__logo {
    width: 202.08px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    width: 115.76px;
    width: 7.235rem;
    margin-inline: auto;
  }
}

.footer__address {
  line-height: 2;
  text-align: left;
  display: inline-block;
  margin-top: 38.8px;
  margin-top: 2.425rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1940px) {
  .footer__address {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .footer__address {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__address {
    margin-top: 20.3px;
    margin-top: 1.26875rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer__nav {
  margin-top: 28.5px;
  margin-top: 1.78125rem;
}

@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 0;
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1.6875rem;
  column-gap: 1.6875rem;
  row-gap: 10px;
  row-gap: 0.625rem;
  max-width: 275px;
  max-width: 17.1875rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .footer__nav-list {
    max-width: none;
    row-gap: 56px;
    row-gap: 3.5rem;
  }
}
.footer__nav-link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
}
@media (min-width: 1940px) {
  .footer__nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .footer__nav-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__nav-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer__copyright {
  margin-top: 75.5px;
  margin-top: 4.71875rem;
  text-align: center;
}
.footer__copyright small {
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .footer__copyright small {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 70.5px;
    margin-top: 4.40625rem;
  }
  .footer__copyright small {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

.group {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 47.2px;
  padding-bottom: 2.95rem;
  background-color: #F4F6F8;
}

@media screen and (min-width: 768px) {
  .group {
    padding-top: 53.6px;
    padding-top: 3.35rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
}
.group__logo {
  width: 100%;
  max-width: 309px;
  max-width: 19.3125rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .group__logo {
    max-width: 531.27px;
    max-width: 27.204375rem;
  }
}
.group__list {
  margin-top: 48.3px;
  margin-top: 3.01875rem;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  flex-direction: column;
}

@media screen and (min-width: 600px) {
  .group__list {
    margin-top: 70.3px;
    margin-top: 4.39375rem;
    gap: 27px;
    gap: 1.6875rem;
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .group__list {
    flex-wrap: wrap;
    margin: 70px auto;
    justify-content: center;
  }
}

.group__item {
  width: calc(25% - 1.26563rem);
}
@media (max-width: 1024px) {
  .group__item {
    width: calc(25% + 1.73437rem);
  }
}
@media (max-width: 599px) {
  .group__item {
    width: 100%;
  }
}

.group__itemLink {
  display: inline-block;
  width: 100%;
}

.group__links {
  margin-top: 42px;
  margin-top: 2.625rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .group__links {
    margin-top: 47px;
    margin-top: 2.9375rem;
    flex-direction: row;
    gap: 0;
    justify-content: center;
  }
}
.group__link {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  width: 306.5px;
  width: 19.15625rem;
}
.group__link::before {
  content: "";
  display: inline-block;
  border-top: 2px solid #F07A31;
  border-top: 0.125rem solid #F07A31;
  border-right: 2px solid #F07A31;
  border-right: 0.125rem solid #F07A31;
  transform: rotate(45deg);
  margin-right: 12.7px;
  margin-right: 0.79375rem;
  width: 7.8px;
  width: 0.4875rem;
  height: 7.8px;
  height: 0.4875rem;
}
@media (max-width: 1024px) {
  .group__link {
    font-size: 18px;
    width: 306.5px;
  }
  .group__link::before {
    content: "";
    display: inline-block;
    border-top: 2px solid #F07A31;
    /* border-top: 0.125rem solid #F07A31; */
    border-right: 2px solid #F07A31;
    /* border-right: 0.125rem solid #F07A31; */
    transform: rotate(45deg);
    margin-right: 12.7px;
    /* margin-right: 0.79375rem; */
    width: 7.8px;
    /* width: 0.4875rem; */
    height: 7.8px;
    /* height: 0.4875rem;*/
  }
}
@media (max-width: 768px) {
  .group__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .group__link::before {
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
  }
}

.group__sns {
  display: flex;
  justify-content: center;
  margin-top: 46px;
  margin-top: 2.875rem;
  gap: 27px;
  gap: 1.6875rem;
}
@media (max-width: 1024px) {
  .group__sns {
    margin-top: 46px;
  }
}
@media (max-width: 768px) {
  .group__sns {
    gap: 16.5px;
    gap: 1.03125rem;
    margin-top: 49.3px;
    margin-top: 3.08125rem;
  }
}

.group__snsItem {
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
}
@media (max-width: 1024px) {
  .group__snsItem {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 768px) {
  .group__snsItem {
    width: 50.44px;
    width: 3.1525rem;
    height: 50.44px;
    height: 3.1525rem;
  }
}

.group__snsLink {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  height: 71px;
  height: 8rem;
  top: 0;
  z-index: 5;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .header {
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .header {
    height: 5rem;
  }
}
.header .header__logo {
  width: 91.08px;
  width: 17rem;
  z-index: 4;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media (max-width: 1600px) {
  .header .header__logo {
    width: 14rem;
  }
}
@media (max-width: 1024px) {
  .header .header__logo {
    width: 13rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .header .header__logo {
    width: 8rem;
  }
}
@media (max-width: 599px) {
  .header .header__logo {
    width: 7rem;
  }
}
.header .header__inner {
  padding: 0 20px;
  padding: 0 6.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
@media (max-width: 1600px) {
  .header .header__inner {
    padding: 0 4em;
  }
}
@media (max-width: 1024px) {
  .header .header__inner {
    padding: 0 100px;
    padding: 0 4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}
@media (max-width: 768px) {
  .header .header__inner {
    padding: 0 5%;
  }
}
@media (max-width: 599px) {
  .header .header__inner {
    padding: 0 1.5em;
  }
}
.header.scroll {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color: white;
  border-radius: 100px;
  width: 95%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 5%;
  /* opacity: 0; */
  /* 初期状態で非表示 */
  transform: translateY(-20px);
  /* 上からスライドする効果 */
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* スムーズな出現アニメーション */
}
@media (max-width: 1024px) {
  .header.scroll {
    height: 6rem;
  }
}
@media (max-width: 599px) {
  .header.scroll {
    height: 4.5rem;
  }
}
.header.scroll .header__inner {
  padding: 0 4em;
}
@media (max-width: 1450px) {
  .header.scroll .header__inner {
    padding: 0 3em;
  }
}
@media (max-width: 599px) {
  .header.scroll .header__inner {
    padding: 0 2em;
  }
}
.header.scroll .header__pcnav-wrap {
  gap: 7vw;
}
@media (max-width: 1600px) {
  .header.scroll .header__pcnav-wrap {
    gap: 1vw;
  }
}
@media (max-width: 1450px) {
  .header.scroll .header__pcnav-wrap {
    gap: 2.5vw;
  }
}
.header.scroll.visible {
  opacity: 1;
  /* 表示時 */
  transform: translateY(0);
  /* 元の位置に戻す */
}
.header.scroll .header__logo {
  width: 91.08px;
  width: 13rem;
  z-index: 4;
  margin-top: inherit;
}
@media (max-width: 1450px) {
  .header.scroll .header__logo {
    width: 11rem;
  }
}
@media (max-width: 768px) {
  .header.scroll .header__logo {
    width: 10rem;
  }
}
@media (max-width: 599px) {
  .header.scroll .header__logo {
    width: 7rem;
    margin-top: 3px;
  }
}
.header.scroll .header__burger {
  width: 26.32px;
  width: 3rem;
  position: fixed;
  top: 27px;
  top: 2rem;
  right: 20px;
  right: 6%;
  z-index: 99;
}
@media (max-width: 1024px) {
  .header.scroll .header__burger {
    top: 1.6rem;
  }
}
@media (max-width: 768px) {
  .header.scroll .header__burger {
    width: 1.645rem;
    top: 2.4rem;
    right: 3rem;
  }
}
@media (max-width: 599px) {
  .header.scroll .header__burger {
    right: 2rem;
    top: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .header {
    height: 120px;
    height: 7.5rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .header {
    height: 6.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo {
    width: 160px;
    width: 10rem;
    transition: all 0.3s ease-in-out;
  }
  .header__logo.big {
    width: 17rem;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .header__logo.big {
    width: 13rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1450px) {
  .header__logo.big {
    width: 10rem;
    margin-top: 0;
  }
}
.header__burger {
  width: 26.32px;
  width: 3rem;
  position: fixed;
  top: 27px;
  top: 2rem;
  right: 20px;
  right: 6%;
  z-index: 99;
}
@media (max-width: 1024px) {
  .header__burger {
    top: 3rem;
  }
}
@media (max-width: 768px) {
  .header__burger {
    width: 1.645rem;
    top: 1.6875rem;
    right: 3.25rem;
  }
}
@media (max-width: 426px) {
  .header__burger {
    right: 2rem;
  }
}

.header__burger-bar {
  width: inherit;
  height: 18px;
  height: 2.5rem;
  position: relative;
  padding: 0;
  margin-inline: auto;
  display: block;
}
@media (max-width: 768px) {
  .header__burger-bar {
    height: 1.125rem;
  }
}
.header__burger-bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  height: 0.2rem;
  background-color: #F07A31;
  display: block;
  opacity: 1;
  transition: all 0.7s ease;
}
@media (max-width: 599px) {
  .header__burger-bar span {
    height: 0.1rem;
  }
}
.header__burger-bar::before, .header__burger-bar::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 2px;
  height: 0.2rem;
  background-color: #F07A31;
  transition: all 0.8s;
}
@media (max-width: 599px) {
  .header__burger-bar::before, .header__burger-bar::after {
    height: 0.1rem;
  }
}
.header__burger-bar::before {
  top: 0;
}
.header__burger-bar::after {
  bottom: 0;
}
.header__burger-bar.open span {
  opacity: 0;
  background-color: #fff;
}
.header__burger-bar.open::before {
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(135deg);
  background-color: #fff;
}
.header__burger-bar.open::after {
  top: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  background-color: #fff;
}

.header__spnav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 250px;
  max-width: 15.625rem;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(240, 122, 49, 0.9);
  padding-top: 100px;
  padding-top: 8.25rem;
  opacity: 0;
  transform: translateX(100%);
  z-index: 4;
  transition: all 0.7s ease;
}
@media (max-width: 768px) {
  .header__spnav {
    padding-top: 6.25rem;
  }
}
@media (max-width: 426px) {
  .header__spnav {
    padding-top: 4.25rem;
  }
}

header.scroll .header__spnav {
  top: -80%;
  right: -2.5%;
  padding-top: 12.25rem;
}
@media (max-width: 768px) {
  header.scroll .header__spnav {
    padding-top: 10.25rem;
  }
}
@media (max-width: 426px) {
  header.scroll .header__spnav {
    padding-top: 8.25rem;
  }
}

.header__spnav-lists {
  text-align: center;
  padding-block: 20px;
  padding-block: 1.25rem;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  width: 80%;
  margin-inline: auto;
}

.header__spnav-item {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  width: 100%;
}

.header__spnav-link {
  display: inline-block;
  width: inherit;
  height: inherit;
  font-size: 14px;
  font-size: 0.875rem;
}

.header__spnav-item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.header__spnav-btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.header__spnav-btn {
  display: inline-flex;
  gap: 16px;
  gap: 1rem;
  align-items: center;
  padding: 15px 45px;
  padding: 0.9375rem 2.8125rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  border-radius: 1.75rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  color: #F07A31;
  background-color: #fff;
}
.header__spnav-btn img {
  width: auto;
  height: 24px;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__spnav-btn--colored {
  background-color: #F07A31;
  color: #fff;
}

.header__spnav.open {
  opacity: 1;
  transform: translateX(0%);
  overflow: scroll;
}

.header__pcnav-wrap {
  display: flex;
  align-items: center;
  gap: 1.5vw;
}

@media screen and (min-width: 1800px) {
  .header__pcnav-wrap {
    gap: 10.9vw;
  }
}
.header__pcnav-lists {
  display: flex;
  align-items: center;
  gap: 1.8vw;
}
@media (max-width: 1366px) {
  .header__pcnav-lists {
    gap: 1.5vw;
  }
}

@media screen and (min-width: 1660px) {
  .header__pcnav-lists {
    gap: 2.55vw;
  }
}
.header__pcnav-item {
  position: relative;
}

.header__pcnav-link {
  font-size: 16px;
  font-size: 1.2rem;
  display: inline-block;
}
@media (max-width: 1600px) {
  .header__pcnav-link {
    font-size: 1rem;
  }
}

.header__pcnav-btns {
  display: flex;
  align-items: center;
  gap: 24px;
  gap: 1.5rem;
}

.header__pcnav-btn {
  display: inline-flex;
  gap: 22px;
  gap: 1.375rem;
  align-items: center;
  padding: 15px 45px;
  padding: 0.9375rem 2.8125rem;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  border-radius: 1.9375rem;
  border: 1px solid #F07A31;
  border: 0.0625rem solid #F07A31;
  color: #F07A31;
  background-color: white;
}
.header__pcnav-btn img {
  width: auto;
  height: 28px;
  height: 1.75rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__pcnav-btn--colored {
  background-color: #F07A31;
  color: #fff;
}

.imageText1__wrap {
  display: flex;
  flex-direction: row;
  gap: 104px;
  gap: 6.5rem;
  align-items: center;
}
@media (max-width: 1450px) {
  .imageText1__wrap {
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .imageText1__wrap {
    display: block;
  }
}

@media (max-width: 1024px) {
  .imageText1__wrap {
    gap: 0;
  }
}

.imageText1__image-container {
  order: initial;
  width: 50%;
  margin-inline: initial;
  display: flex;
  margin-left: 0;
  flex-shrink: 0;
  margin-top: 0;
}
.imageText1__image-container img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1450px) {
  .imageText1__image-container {
    order: initial;
    width: 50vw;
    margin-inline: initial;
    margin-left: calc(50% - 50vw);
    flex-shrink: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .imageText1__image-container {
    width: 90vw;
    display: -ms-flexbox;
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-inline: calc(50% - 50vw);
  }
}
@media (max-width: 599px) {
  .imageText1__image-container {
    width: 95vw;
  }
  .imageText1__image-container img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.imageText1__image {
  aspect-ratio: 397/259.29;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .imageText1__image {
    aspect-ratio: 9/5;
  }
}
.imageText1__content {
  display: block;
  width: 40%;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .imageText1__content {
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .imageText1__content {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .imageText1__section-title {
    order: initial;
  }
}
.imageText1__text-container {
  margin-top: 15px;
  margin-top: 0.938rem;
  order: 3;
  position: relative;
}
.imageText1__text-container h3 {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .imageText1__text-container {
    order: initial;
    margin-top: 28.5px;
    margin-top: 1.78125rem;
  }
}
.imageText1__text-title {
  font-size: 16px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media (max-width: 599px) {
  .imageText1__text-title {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .imageText1__text-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.imageText1__description {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .imageText1__description {
    margin-top: 35.1px;
    margin-top: 1.4rem;
    font-size: 18px;
    line-height: 2.5;
  }
}
@media (max-width: 1024px) {
  .imageText1__description {
    margin-top: 1rem;
  }
}

.imageText1__colored {
  display: inline-block;
  margin-top: 28.4px;
  margin-top: 1.775rem;
  background-color: #F07A31;
  color: #fff;
  border-radius: 2.75rem;
  padding: 4.5px 33px;
  padding: 0.28125rem 2.0625rem;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .imageText1__colored {
    margin-top: 34.1px;
    margin-top: 2.13125rem;
    padding: 7.5px 51px;
    padding: 0.46875rem 3.1875rem;
    font-size: 20px;
  }
}
.imageText1__listText {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 14px;
  line-height: 2.0833333333;
}

@media screen and (min-width: 768px) {
  .imageText1__listText {
    margin-top: 24.8px;
    margin-top: 1.55rem;
    font-size: 18px;
    line-height: 2.0555555556;
  }
}
.imageText1__buttons {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: flex;
  gap: 13.2px;
  gap: 0.825rem;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .imageText1__buttons {
    margin-top: 14px;
    margin-top: 0.875rem;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    gap: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .imageText1__buttons {
    margin-top: 3rem;
  }
}

.imageText2 {
  overflow: hidden;
}

.imageText2__wrap {
  flex-direction: row-reverse;
  gap: 104px;
  gap: 6.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .imageText2__wrap {
    display: block;
  }
}

@media (max-width: 1024px) {
  .imageText2__wrap {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .imageText2__wrap {
    gap: 0;
  }
}

.imageText2__image-container {
  display: flex;
  flex-wrap: wrap;
  order: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: calc(100vw - 1.25rem);
}
.imageText2__image-container img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media screen and (min-width: 768px) {
  .imageText2__image-container {
    order: initial;
    width: 50%;
    margin-inline: initial;
    display: flex;
    margin-left: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .imageText2__image-container {
    width: 80vw;
    display: -ms-flexbox;
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-inline: calc(50% - 50vw);
  }
}
.imageText2__image {
  aspect-ratio: 434/216;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .imageText2__image {
    aspect-ratio: 932/457;
  }
}
.imageText2__image--25 {
  aspect-ratio: 198/107.11;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .imageText2__image--25 {
    aspect-ratio: 455.61/226.21;
  }
}
.imageText2__content {
  display: block;
  position: relative;
  width: 40%;
}
@media (max-width: 768px) {
  .imageText2__content {
    display: contents;
  }
}

.imageText2__section-title {
  order: 1;
}

@media screen and (min-width: 768px) {
  .imageText2__section-title {
    order: initial;
  }
}
.imageText2__text-container {
  margin-top: 37.9px;
  margin-top: 2.36875rem;
  order: 3;
}

@media screen and (min-width: 768px) {
  .imageText2__text-container {
    order: initial;
    margin-top: 38.3px;
    margin-top: 2.39375rem;
  }
}
.imageText2__text-title {
  font-size: 16px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  .imageText2__text-title {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .imageText2__text-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.imageText2__description {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 12px;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .imageText2__description {
    margin-top: 35.1px;
    margin-top: 2.19375rem;
    font-size: 18px;
    line-height: 2.5;
  }
}
@media (max-width: 1024px) {
  .imageText2__description {
    margin-top: 1rem;
  }
}

.imageText2__buttons {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: flex;
  gap: 13.2px;
  gap: 0.825rem;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .imageText2__buttons {
    margin-top: 45.4px;
    margin-top: 2.8375rem;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 2.3125rem;
    column-gap: 2.3125rem;
    row-gap: 26px;
    row-gap: 1.625rem;
    flex-wrap: wrap;
    width: 50%;
    margin-left: 5%;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .imageText2__buttons {
    margin-left: 3%;
  }
}
.inner {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1450px) {
  .inner {
    max-width: 1450px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.link-btn .link-btn__link {
  display: inline-block;
  padding: 12px 42px;
  padding: 0.75rem 2.625rem;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  position: relative;
  border-radius: 2.5rem;
  border: 1px solid #F07A31;
  border: 0.0625rem solid #F07A31;
  color: #F07A31;
  transition: all 0.5s ease-out;
  min-width: 220px;
  min-width: 13.75rem;
}
@media (max-width: 768px) {
  .link-btn .link-btn__link {
    width: 100%;
    font-size: 0.7rem;
  }
}
.link-btn .link-btn__link--colored {
  background-color: #F07A31;
  color: #fff;
}
.link-btn .link-btn__link::before {
  content: "";
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 2px solid #F07A31;
  border-top: 0.125rem solid #F07A31;
  border-right: 2px solid #F07A31;
  border-right: 0.125rem solid #F07A31;
  position: absolute;
  top: 50%;
  right: 17px;
  right: 1.0625rem;
  transform: translateY(-50%) rotate(45deg);
}
.link-btn .link-btn__link--colored::before {
  border-color: #fff;
}
@media (max-width: 768px) {
  .link-btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .link-btn .link-btn__link {
    padding: 14.5px 52px;
    padding: 0.90625rem 2rem;
    min-width: 299px;
    min-width: 18.6875rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1940px) {
  .link-btn .link-btn__link {
    min-width: 26.6875rem;
  }
}
.mv {
  padding-top: 0;
  height: 59vw;
  max-height: none;
}
@media (max-width: 1024px) {
  .mv {
    height: 120vw;
  }
}
@media (max-width: 768px) {
  .mv {
    padding-top: 0;
    max-height: 980px;
    max-height: 61.25rem;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .mv {
    overflow: initial;
    height: 234vw;
    max-height: initial;
  }
}

.mv__wrap {
  width: 90%;
  margin: 0 auto;
}
.mv__wrap .mv_mana {
  height: 50vw;
  position: relative;
}
@media (max-width: 1024px) {
  .mv__wrap .mv_mana {
    height: 109vw;
  }
}
@media (max-width: 599px) {
  .mv__wrap .mv_mana {
    height: 213vw;
  }
}
.mv__wrap .mv_mana .mv_top,
.mv__wrap .mv_mana .mv_title,
.mv__wrap .mv_mana .mv_logo,
.mv__wrap .mv_mana .home,
.mv__wrap .mv_mana .number {
  position: absolute;
}
.mv__wrap .mv_mana .mv_top img {
  border-radius: 20px;
}
.mv__wrap .mv_mana .mv_title {
  font-size: 32px;
  font-size: 2rem;
  z-index: 3;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .mv__wrap .mv_mana .mv_title {
    top: 25%;
  }
}
@media (max-width: 599px) {
  .mv__wrap .mv_mana .mv_title {
    top: 9%;
    left: 56%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.mv__wrap .mv_mana .mv_title h2 {
  font-weight: 500;
  letter-spacing: 0.5rem;
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 1600px) {
  .mv__wrap .mv_mana .mv_title h2 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .mv__wrap .mv_mana .mv_title h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .mv__wrap .mv_mana .mv_title h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  .mv__wrap .mv_mana .mv_title h2 {
    line-height: 1.7;
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
  }
}
@media (max-width: 426px) {
  .mv__wrap .mv_mana .mv_title h2 {
    font-size: 1.4rem;
  }
}
.mv__wrap .mv_mana .mv_logo {
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30%;
}
@media (max-width: 1024px) {
  .mv__wrap .mv_mana .mv_logo {
    top: 25%;
    width: 45%;
  }
}
@media (max-width: 599px) {
  .mv__wrap .mv_mana .mv_logo {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    top: 7%;
  }
}
.mv__wrap .mv_mana .home {
  width: 15%;
  right: 3%;
}
@media (max-width: 1024px) {
  .mv__wrap .mv_mana .home {
    width: 30%;
    right: 0;
  }
}
@media (max-width: 768px) {
  .mv__wrap .mv_mana .home {
    width: 25%;
  }
}
@media (max-width: 599px) {
  .mv__wrap .mv_mana .home {
    width: 45%;
    bottom: 20%;
  }
}
@media (max-width: 426px) {
  .mv__wrap .mv_mana .home {
    bottom: 23%;
  }
}
.mv__wrap .mv_mana .number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  bottom: 3%;
}
@media (max-width: 1024px) {
  .mv__wrap .mv_mana .number {
    bottom: 7%;
  }
}
@media (max-width: 768px) {
  .mv__wrap .mv_mana .number {
    gap: 10px;
  }
}
@media (max-width: 599px) {
  .mv__wrap .mv_mana .number {
    gap: 10px;
    bottom: 0;
  }
}
.mv__wrap .mv_mana .number .item {
  width: 25%;
}
@media (max-width: 1024px) {
  .mv__wrap .mv_mana .number .item {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .mv__wrap .mv_mana .number .item {
    width: 31%;
  }
}
@media (max-width: 599px) {
  .mv__wrap .mv_mana .number .item {
    width: 45%;
  }
}
@media (max-width: 375px) {
  .mv__wrap .mv_mana .number .item {
    width: 48%;
  }
}

/* scroll */
.mv__scroll {
  position: absolute;
  right: 4.5vw;
  bottom: 3%;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.5625rem;
  font-family: Helvetica, "Open Sans", sans-serif;
  z-index: 2;
}
.mv__scroll::before {
  animation: scroll 2s infinite;
  background-color: #394144;
  content: "";
  height: 103px;
  height: 6.4375rem;
  top: -30px;
  top: -1.875rem;
  left: -8px;
  left: -0.5rem;
  margin: auto;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  z-index: 2;
}
.mv__scroll::after {
  background-color: #CECECE;
  content: "";
  height: 103px;
  height: 6.4375rem;
  top: -30px;
  top: -1.875rem;
  left: -8px;
  left: -0.5rem;
  margin: auto;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
}

@media screen and (min-width: 768px) {
  .mv__scroll {
    left: 5.208vw;
    bottom: 27%;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* 線のアニメーション */
@media screen and (min-width: 768px) {
  .mv__scroll::before {
    height: 217px;
    height: 13.5625rem;
    top: -83.5px;
    top: -5.21875rem;
    left: -12.5px;
    left: -0.78125rem;
    width: 2px;
    width: 0.125rem;
  }
}
/* 線の背景色 */
@media screen and (min-width: 768px) {
  .mv__scroll::after {
    height: 217px;
    height: 13.5625rem;
    top: -83.5px;
    top: -5.21875rem;
    left: -12.5px;
    left: -0.78125rem;
    width: 2px;
    width: 0.125rem;
  }
}
/* 線のアニメーション */
@keyframes scroll {
  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%;
  }
}
.overview {
  padding-top: 103.2px;
  padding-top: 6.45rem;
  padding-bottom: 140.1px;
  padding-bottom: 8.75625rem;
  background-color: #F4F6F8;
}

@media screen and (min-width: 768px) {
  .overview {
    padding-top: 147.8px;
    padding-top: 9.2375rem;
    padding-bottom: 123.5px;
    padding-bottom: 7.71875rem;
  }
}
.overview__wrap {
  margin-top: 43.2px;
  margin-top: 2.7rem;
}

@media screen and (min-width: 768px) {
  .overview__wrap {
    margin-top: 64.099px;
    margin-top: 4.00625rem;
    display: flex;
    gap: 79.8px;
    gap: 4.9875rem;
  }
}
@media screen and (min-width: 768px) {
  .overview__left {
    width: 47.07%;
  }
}
.overview__title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.overview__title::before {
  content: "";
  display: inline-block;
  width: 16.329px;
  width: 1.020625rem;
  height: 12.84px;
  height: 0.8025rem;
  background-image: url("../images/common/icon-heart.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 17.7px;
  margin-right: 1.10625rem;
}

@media screen and (min-width: 768px) {
  .overview__title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .overview__title::before {
    width: 23.78px;
    width: 1.48625rem;
    height: 18.7px;
    height: 1.16875rem;
  }
}
.overview__table {
  margin-top: 23.3px;
  margin-top: 1.45625rem;
  width: 100%;
  max-width: 390px;
  max-width: 24.375rem;
  border-collapse: collapse;
}
.overview__table tr th {
  background-color: #F07A31;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-block: 12px;
  padding-block: 0.75rem;
}
.overview__table tr th:nth-child(n+2) {
  width: 40.5px;
  width: 2.53125rem;
}
.overview__table tr td {
  padding-block: 15px;
  padding-block: 0.9375rem;
  padding-inline: 3px;
  padding-inline: 0.1875rem;
  font-family: "Crimson Text", serif;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  text-align: center;
}
.overview__table tr td span {
  font-family: "Noto Serif JP", serif;
  font-size: 7px;
  font-size: 0.4375rem;
}
.overview__table tr td:nth-child(n+7) {
  background-color: #E4EDF6;
}
.overview__table tr:last-child td {
  border-top: 1px solid #E4EDF6;
  border-top: 0.0625rem solid #E4EDF6;
}

@media screen and (min-width: 768px) {
  .overview__table {
    margin-top: 32.5px;
    margin-top: 2.03125rem;
    max-width: 553.26px;
    max-width: 34.57875rem;
  }
}
@media screen and (min-width: 768px) {
  .overview__table tr th {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .overview__table tr th:nth-child(n+2) {
    width: 57px;
    width: 3.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .overview__table tr td {
    padding-block: 23px;
    padding-block: 1.4375rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .overview__table tr td span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.overview__payment {
  margin-top: 42.5px;
  margin-top: 2.65625rem;
}

@media screen and (min-width: 768px) {
  .overview__payment {
    margin-top: 64.099px;
    margin-top: 4.00625rem;
  }
}
.overview__payment-description {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .overview__payment-description {
    margin-top: 22px;
    margin-top: 1.375rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.overview__payment-icons {
  margin-top: 19px;
  margin-top: 1.1875rem;
  background-color: #fff;
  padding: 16px 18px;
  padding: 1rem 1.125rem;
  display: flex;
  -moz-column-gap: 0.64375rem;
  column-gap: 0.64375rem;
  row-gap: 13.2px;
  row-gap: 0.825rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.overview__payment-icons img {
  width: calc(14.28571% - 0.55179rem);
  max-width: 56.65px;
  max-width: 3.540625rem;
  height: 100%;
  max-height: 35px;
  max-height: 2.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .overview__payment-icons {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 26px 31px;
    padding: 1.625rem 1.9375rem;
    gap: 17.4px;
    gap: 1.0875rem;
  }
}
@media screen and (min-width: 768px) {
  .overview__payment-icons img {
    width: calc(14.28571% - 0.93214rem);
    max-width: 95.7px;
    max-width: 5.98125rem;
    max-height: 61px;
    max-height: 3.8125rem;
  }
}
.overview__access {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .overview__access {
    width: calc(52.93% - 4.9875rem);
    margin-top: 0;
  }
}
.overview__map {
  margin-top: 28.9px;
  margin-top: 1.80625rem;
  width: 77.279%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .overview__map {
    margin-top: 27px;
    margin-top: 1.6875rem;
    margin-right: 78px;
    margin-right: 4.875rem;
    width: calc(100% - 4.875rem);
  }
}
.overview__access-info {
  margin-top: 23.4px;
  margin-top: 1.4625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}

@media screen and (min-width: 768px) {
  .overview__access-info {
    margin-top: 27.6px;
    margin-top: 1.725rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.4285714286;
  }
}
.overview__access-note {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}

@media screen and (min-width: 768px) {
  .overview__access-note {
    margin-top: 23.4px;
    margin-top: 1.4625rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.4285714286;
  }
}
.seasonal {
  overflow: hidden;
}

.seasonal__body {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 42px;
  gap: 2.625rem;
}

@media screen and (min-width: 768px) {
  .seasonal__body {
    margin-top: 64.5px;
    margin-top: 4.03125rem;
    flex-direction: row;
    gap: 117.8px;
    gap: 7.3625rem;
    align-items: center;
  }
}
.seasonal__image {
  width: 76.96%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .seasonal__image {
    width: 46.44%;
  }
}
.seasonal__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}

@media screen and (min-width: 768px) {
  .seasonal__text {
    width: calc(53.56% - 7.3625rem);
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.0555555556;
  }
}
.seasonal__tabs {
  margin-top: 107.5px;
  margin-top: 6.71875rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.125rem;
  column-gap: 1.125rem;
  row-gap: 24px;
  row-gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .seasonal__tabs {
    margin-top: 150.3px;
    margin-top: 9.39375rem;
    flex-wrap: nowrap;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}
.seasonal__tab {
  width: calc(33.33333% - 0.75rem);
  cursor: pointer;
  position: relative;
}
.seasonal__tab::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  bottom: -0.625rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid;
  border-bottom: 0;
  display: none;
}
.seasonal__tab.active::before {
  display: block;
}

@media screen and (min-width: 768px) {
  .seasonal__tab {
    width: calc(20% - 1.5rem);
  }
}
.seasonal__tab--green::before {
  border-top-color: #d3efcd;
}

.seasonal__tab--red::before {
  border-top-color: #FCCCB7;
}

.seasonal__tab--yellow::before {
  border-top-color: #FFEBA1;
}

.seasonal__tab--orange::before {
  border-top-color: #FFE7C5;
}

.seasonal__tab--blue::before {
  border-top-color: #CCE2E5;
}

.seasonal__tabText {
  display: inline-block;
  width: 100%;
  padding-block: 12px;
  padding-block: 0.75rem;
  padding-inline: 4px;
  padding-inline: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .seasonal__tabText {
    padding-block: 33px;
    padding-block: 2.0625rem;
    padding-inline: 5px;
    padding-inline: 0.3125rem;
    font-size: 20px;
    font-size: 1.25rem;
    min-width: unset;
    width: 100%;
    height: 100%;
  }
}
.seasonal__tab--green .seasonal__tabText {
  background-color: #D3EFCD;
}

.seasonal__tab--red .seasonal__tabText {
  background-color: #FCCCB7;
}

.seasonal__tab--yellow .seasonal__tabText {
  background-color: #FFEBA1;
}

.seasonal__tab--orange .seasonal__tabText {
  background-color: #FFE7C5;
}

.seasonal__tab--blue .seasonal__tabText {
  background-color: #CCE2E5;
}

.seasonal__lists {
  margin-top: 24.9px;
  margin-top: 1.55625rem;
}

@media screen and (min-width: 768px) {
  .seasonal__lists {
    margin-top: 0;
  }
}
.seasonal__item {
  padding: 50px 20px 106.4px;
  padding: 3.125rem 1.25rem 6.65rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .seasonal__item {
    display: block;
    padding: 72px 51px 68px;
    padding: 4.5rem 3.1875rem 4.25rem;
    width: 100%;
    margin-inline: 0;
  }
}
.seasonal__item--green {
  background-color: #D3EFCD;
}

.seasonal__item--red {
  background-color: #FCCCB7;
}

.seasonal__item--yellow {
  background-color: #FFEBA1;
}

.seasonal__item--orange {
  background-color: #FFE7C5;
}

.seasonal__item--blue {
  background-color: #CCE2E5;
}

.seasonal__itemUpper {
  display: contents;
}

@media screen and (min-width: 768px) {
  .seasonal__itemUpper {
    display: flex;
    gap: 68px;
    gap: 4.25rem;
    align-items: center;
  }
}
.seasonal__itemText {
  order: 1;
}

@media screen and (min-width: 768px) {
  .seasonal__itemText {
    order: initial;
    width: 50%;
  }
}
.seasonal__itemTitle {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .seasonal__itemTitle {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
  }
}
.seasonal__item--green .seasonal__itemTitle {
  color: #618800;
}

.seasonal__itemDescription {
  margin-top: 17.6px;
  margin-top: 1.1rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}

@media screen and (min-width: 768px) {
  .seasonal__itemDescription {
    margin-top: 23px;
    margin-top: 1.4375rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.0555555556;
  }
}
.seasonal__itemImage {
  margin-top: 61.1px;
  margin-top: 3.81875rem;
  position: relative;
  order: 3;
}
.seasonal__itemImage::before {
  content: "";
  display: block;
  width: 102.72px;
  width: 6.42rem;
  height: 102.72px;
  height: 6.42rem;
  background-image: url("../images/top/seasonal-circle1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -45.42px;
  bottom: -2.83875rem;
}

@media screen and (min-width: 768px) {
  .seasonal__itemImage {
    order: initial;
    margin-top: 0;
    width: calc(50% - 4.25rem);
  }
}
@media screen and (min-width: 768px) {
  .seasonal__itemImage::before {
    width: 131px;
    width: 8.1875rem;
    height: 131px;
    height: 8.1875rem;
    right: auto;
    right: initial;
    left: -40px;
    left: -2.5rem;
    bottom: -20px;
    bottom: -1.25rem;
  }
}
.seasonal__itemLower {
  margin-top: 38.9px;
  margin-top: 2.43125rem;
  background-color: #F8FFF6;
  border-radius: 1.125rem;
  padding: 34px 24px;
  padding: 2.125rem 1.5rem;
  order: 2;
}

@media screen and (min-width: 768px) {
  .seasonal__itemLower {
    order: initial;
    margin-top: 38.5px;
    margin-top: 2.40625rem;
    padding: 30px 48px;
    padding: 1.875rem 3rem;
  }
}
.seasonal__itemSubtitle {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .seasonal__itemSubtitle {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.seasonal__item--green .seasonal__itemSubtitle {
  color: #618800;
}

.seasonal__itemSubtitle:not(:first-of-type) {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

@media screen and (min-width: 768px) {
  .seasonal__itemSubtitle:not(:first-of-type) {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.seasonal__itemNote {
  margin-top: 11px;
  margin-top: 0.6875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}

@media screen and (min-width: 768px) {
  .seasonal__itemNote {
    margin-top: 10px;
    margin-top: 0.625rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.85;
  }
}
.section-title {
  padding-left: 40.4px;
  padding-left: 2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 4px;
  row-gap: 0.25rem;
}

@media screen and (min-width: 768px) {
  .section-title {
    padding-left: 60px;
    padding-left: 3.5rem;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
    row-gap: 8px;
    row-gap: 0.5rem;
  }
}
.section-title--v {
  padding-left: 0;
  text-align: center;
  display: block;
}

.section-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 16.329px;
  width: 1.020625rem;
  height: 12.84px;
  height: 0.8025rem;
  background-image: url("../images/common/icon-heart.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .section-title::before {
    width: 23.78px;
    width: 1.48625rem;
    height: 18.7px;
    height: 1.16875rem;
    top: 40%;
    transform: none;
  }
}
.section-title--v::before {
  top: -30px;
  top: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .section-title--v::before {
    top: -37px;
    top: -2.3125rem;
  }
}
.section-title__title {
  font-size: 25px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #5E3319;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.section-title__title.center {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 4.063rem;
}
@media screen and (min-width: 768px) {
  .section-title__title.center {
    margin-bottom: 100px;
  }
}
.section-title__title.center::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: #F07A31;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .section-title__title {
    font-size: 50px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .section-title__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 375px) {
  .section-title__title {
    font-size: 1.6rem;
  }
}

.slider {
  padding-block: 7px;
  padding-block: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .slider {
    padding-block: 12.8px;
    padding-block: 0.8rem;
  }
}
.slider__wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.slider__wrap:nth-child(2) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
.slider__wrap img {
  aspect-ratio: 268.25/141.7;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .slider__wrap:nth-child(2) {
    margin-top: 12.8px;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .slider__wrap img {
    aspect-ratio: 521.15/275.3;
  }
}
section.naiyou .naiyou_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.naiyou .naiyou_flex {
    padding: 0 4%;
  }
}
@media (max-width: 599px) {
  section.naiyou .naiyou_flex {
    padding: 0;
  }
}
section.naiyou .naiyou_flex .item {
  width: 30%;
}
@media (max-width: 1024px) {
  section.naiyou .naiyou_flex .item {
    width: 49%;
  }
  section.naiyou .naiyou_flex .item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  section.naiyou .naiyou_flex .item:nth-child(n+4) {
    margin-top: 60px;
  }
}
section.naiyou .naiyou_flex .item .naiyou_flex-inner {
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 599px) {
  section.naiyou .naiyou_flex .item .naiyou_flex-inner {
    padding: 0;
    height: 60px;
    display: table;
    width: 100%;
  }
}
section.naiyou .naiyou_flex .item .naiyou_flex-inner p {
  color: #5E3319;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  section.naiyou .naiyou_flex .item .naiyou_flex-inner p {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  section.naiyou .naiyou_flex .item .naiyou_flex-inner p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1rem;
  }
}
section.strong .wrap {
  max-width: initial;
  background: rgb(246, 178, 132);
  background: linear-gradient(180deg, rgb(246, 178, 132) 0%, rgb(254, 210, 149) 100%);
  position: relative;
  z-index: -1;
}
section.strong .wrap h2 {
  padding: 40px 0 60px;
  width: 20%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  section.strong .wrap h2 {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  section.strong .wrap h2 {
    width: 30%;
  }
}
@media (max-width: 599px) {
  section.strong .wrap h2 {
    width: 50%;
  }
}
section.strong .about {
  padding-top: 0;
  margin-top: -30px;
  padding-bottom: 50px;
}
@media (max-width: 1366px) {
  section.strong .about {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  section.strong .about {
    padding-bottom: 30px;
  }
}
@media (max-width: 599px) {
  section.strong .about {
    padding-bottom: 0;
  }
}
@media (max-width: 1450px) {
  section.strong .about::before {
    height: 32vw;
  }
}
@media (max-width: 1366px) {
  section.strong .about::before {
    bottom: -30vw;
  }
}
@media (max-width: 1024px) {
  section.strong .about::before {
    bottom: initial;
    top: 13%;
    height: 74vw;
  }
}
section.strong .about .strong_item {
  position: relative;
  overflow: hidden;
}
section.strong .about .strong_item::before {
  content: "";
  position: absolute;
  background-color: #FED295;
  width: 100%;
  z-index: -3;
  height: 20vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 426px) {
  section.strong .about .strong_item::before {
    height: 29vw;
  }
}
section.strong .about .inner {
  padding: 30px 0;
}
@media (max-width: 1024px) {
  section.strong .about .inner .imageText1__image-container,
  section.strong .about .inner .imageText2__image-container {
    width: 100%;
  }
  section.strong .about .inner .imageText1__image-container img,
  section.strong .about .inner .imageText2__image-container img {
    width: 90vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  section.strong .about .inner .imageText1__image-container,
  section.strong .about .inner .imageText2__image-container {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 820px) {
  section.strong .about .inner .imageText1__image-container,
  section.strong .about .inner .imageText2__image-container {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  section.strong .about .inner .imageText1__image-container,
  section.strong .about .inner .imageText2__image-container {
    flex-direction: column;
  }
  section.strong .about .inner .imageText2__image-container {
    align-items: end;
  }
}
@media (max-width: 599px) {
  section.strong .about .inner .imageText1__image-container img,
  section.strong .about .inner .imageText2__image-container img {
    width: 95vw;
  }
  section.strong .about .inner .imageText1__image-container img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  section.strong .about .inner .imageText2__image-container img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
section.strong .about .inner .imageText1__content,
section.strong .about .inner .imageText2__content {
  padding-top: 40px;
}
@media (max-width: 1366px) {
  section.strong .about .inner .imageText1__content,
  section.strong .about .inner .imageText2__content {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  section.strong .about .inner .imageText1__content,
  section.strong .about .inner .imageText2__content {
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
  section.strong .about .inner .imageText1__content,
  section.strong .about .inner .imageText2__content {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  section.strong .about .inner .imageText1__content,
  section.strong .about .inner .imageText2__content {
    display: block;
  }
}
section.strong .about .inner .imageText1__text-container p,
section.strong .about .inner .imageText2__text-container p {
  letter-spacing: 0.1rem;
}
@media (max-width: 1450px) {
  section.strong .about .inner .imageText1__text-container,
  section.strong .about .inner .imageText2__text-container {
    margin-top: 1rem;
  }
  section.strong .about .inner .imageText1__text-container p,
  section.strong .about .inner .imageText2__text-container p {
    margin-top: 0;
  }
}
@media (max-width: 1260px) {
  section.strong .about .inner .imageText1__text-container p,
  section.strong .about .inner .imageText2__text-container p {
    line-height: 3rem;
  }
}
@media (max-width: 1940px) {
  section.strong .about .inner .imageText1__text-container p,
  section.strong .about .inner .imageText2__text-container p {
    font-size: 16px;
    line-height: 2.8rem;
  }
}
@media (max-width: 1024px) {
  section.strong .about .inner .imageText1__text-container p,
  section.strong .about .inner .imageText2__text-container p {
    margin-top: 2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 820px) {
  section.strong .about .inner .imageText1__text-container p,
  section.strong .about .inner .imageText2__text-container p {
    line-height: 2.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 599px) {
  section.strong .about .inner .imageText1__text-container p,
  section.strong .about .inner .imageText2__text-container p {
    line-height: 1.8rem;
    font-size: 14px;
  }
}
section.strong .about.first {
  margin-top: 0;
}
section.strong .about.first::before {
  bottom: -4%;
  height: 33.5vw;
}
@media (min-width: 1940px) {
  section.strong .about.first::before {
    height: 31.5vw;
  }
}
@media (max-width: 1450px) {
  section.strong .about.first::before {
    height: 35vw;
  }
}
@media (max-width: 1366px) {
  section.strong .about.first::before {
    height: 38vw;
    bottom: -25%;
  }
}
@media (max-width: 1260px) {
  section.strong .about.first::before {
    height: 34vw;
  }
}
@media (max-width: 1024px) {
  section.strong .about.first::before {
    bottom: initial;
    top: 13%;
    height: 87vw;
  }
}
@media (max-width: 820px) {
  section.strong .about.first::before {
    height: 100vw;
  }
}
@media (max-width: 768px) {
  section.strong .about.first::before {
    height: 113vw;
  }
}
@media (max-width: 599px) {
  section.strong .about.first::before {
    height: 150vw;
  }
}
@media (max-width: 375px) {
  section.strong .about.first::before {
    height: 165vw;
  }
}
section.strong .about.white::before {
  background-color: white;
  bottom: -6%;
}
@media (max-width: 1366px) {
  section.strong .about.white::before {
    bottom: -15%;
  }
}
@media (max-width: 1024px) {
  section.strong .about.white::before {
    bottom: initial;
    top: 13%;
    height: 74vw;
  }
}
@media (max-width: 820px) {
  section.strong .about.white::before {
    height: 100vw;
  }
}
@media (max-width: 599px) {
  section.strong .about.white::before {
    height: 140vw;
  }
}
section.strong .about.last {
  padding-bottom: 0;
}
section.strong .about.last .inner {
  padding-bottom: 0;
}
section.strong .about.last::before {
  z-index: -1;
  height: 35vw;
  bottom: 0;
}
@media (max-width: 1450px) {
  section.strong .about.last::before {
    height: 37vw;
  }
}
@media (max-width: 1024px) {
  section.strong .about.last::before {
    height: 85vw;
  }
}
@media (max-width: 820px) {
  section.strong .about.last::before {
    height: 100vw;
  }
}
@media (max-width: 768px) {
  section.strong .about.last::before {
    height: 120vw;
  }
}
@media (max-width: 650px) {
  section.strong .about.last::before {
    height: 125vw;
  }
}
@media (max-width: 599px) {
  section.strong .about.last::before {
    height: 135vw;
  }
}
@media (max-width: 426px) {
  section.strong .about.last::before {
    height: 150vw;
  }
}
@media (max-width: 375px) {
  section.strong .about.last::before {
    height: 180vw;
  }
}
@media (max-width: 1024px) {
  section.strong .about.last .inner .imageText2__text-container p {
    margin-top: 10px;
  }
}
section.strong .about::before {
  background-color: #FFF5E9;
}
section.strong .about .h3_flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1450px) {
  section.strong .about .h3_flex {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  section.strong .about .h3_flex {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  section.strong .about .h3_flex {
    margin-top: 0;
  }
}
section.strong .about .h3_flex .number {
  width: 10%;
  margin-right: 30px;
}
section.strong .about .h3_flex .number img {
  display: inline;
}
@media (max-width: 1024px) {
  section.strong .about .h3_flex .number {
    width: 6%;
    margin-right: 20px;
  }
}
@media (max-width: 820px) {
  section.strong .about .h3_flex .number {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  section.strong .about .h3_flex .number {
    width: 10%;
    margin-right: 30px;
  }
}
@media (max-width: 599px) {
  section.strong .about .h3_flex .number {
    width: 10%;
    margin-right: 20px;
  }
}
section.strong .about .h3_flex h3 {
  color: #5E3319;
  font-size: 1.8rem;
}
@media (max-width: 1450px) {
  section.strong .about .h3_flex h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  section.strong .about .h3_flex h3 {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 820px) {
  section.strong .about .h3_flex h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  section.strong .about .h3_flex h3 {
    line-height: 2.4rem;
  }
}
@media (max-width: 599px) {
  section.strong .about .h3_flex h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
section.strong .about h4 {
  color: #5E3319;
  font-size: 1.4rem;
}
@media (max-width: 1450px) {
  section.strong .about h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  section.strong .about h4 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 820px) {
  section.strong .about h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  section.strong .about h4 {
    font-size: 1.2rem;
  }
}
section.strong .about:last-child p {
  margin-top: 10px;
}
section.onayami {
  position: relative;
  overflow: hidden;
  padding: 300px 0 200px;
  background-image: url("../images/top/bk02.png");
}
@media (max-width: 1024px) {
  section.onayami {
    padding: 350px 0 200px;
  }
}
@media (max-width: 599px) {
  section.onayami {
    padding: 250px 0 200px;
  }
}
section.onayami::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 30vw;
  background-image: url("../images/top/wave02.svg");
  top: -34%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1940px) {
  section.onayami::before {
    top: -43%;
  }
}
@media (max-width: 1450px) {
  section.onayami::before {
    top: -26%;
  }
}
@media (max-width: 1200px) {
  section.onayami::before {
    top: -22%;
  }
}
@media (max-width: 1024px) {
  section.onayami::before {
    top: -5%;
    width: 140%;
  }
}
@media (max-width: 599px) {
  section.onayami::before {
    top: 0%;
  }
}
@media (max-width: 1024px) {
  section.onayami .onayami_img {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  section.onayami .onayami_img {
    width: 80%;
  }
}
@media (max-width: 599px) {
  section.onayami .onayami_img {
    width: 100%;
  }
}
section.taisyou {
  position: relative;
  padding: 150px 0 200px;
  background-color: #FFF5E9;
}
@media (max-width: 599px) {
  section.taisyou {
    padding: 70px 0 90px;
  }
}
section.taisyou::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 21.92vw;
  background-image: url(../images/top/wave03.svg);
  top: -50px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
section.taisyou::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21.92vw;
  background-image: url("../images/top/wave03.svg");
  bottom: -50px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
section.taisyou .wrap {
  position: relative;
  z-index: 4;
}
@media (max-width: 1024px) {
  section.taisyou .wrap {
    width: 100%;
    max-width: 100%;
  }
}
section.taisyou .wrap::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/heart.svg);
  width: 100%;
  height: 62vw;
  z-index: 0;
  left: 50%;
  top: -50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1940px) {
  section.taisyou .wrap::before {
    top: -80%;
  }
}
@media (max-width: 1450px) {
  section.taisyou .wrap::before {
    top: -30%;
  }
}
@media (max-width: 1366px) {
  section.taisyou .wrap::before {
    top: -20%;
  }
}
@media (max-width: 1024px) {
  section.taisyou .wrap::before {
    background-image: url("../images/top/heart_sp.svg");
    height: 101vw;
    top: -8%;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  section.taisyou .wrap::before {
    height: 119vw;
    width: 100%;
    top: -10%;
  }
}
section.taisyou .onayami_img {
  position: relative;
}
@media (max-width: 1024px) {
  section.taisyou .onayami_img {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  section.taisyou .onayami_img {
    width: 80%;
  }
}
@media (max-width: 599px) {
  section.taisyou .onayami_img {
    width: 90%;
  }
}
section.hanni {
  overflow: hidden;
  position: relative;
  padding: 200px 0 200px;
  z-index: -1;
}
@media (max-width: 599px) {
  section.hanni {
    padding: 150px 0 150px;
  }
}
section.hanni .flash,
section.hanni .flash2 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/top/bk_flash.svg");
}
section.hanni .flash {
  width: 700px;
  height: 700px;
  right: -3%;
  top: 5%;
}
section.hanni .flash2 {
  width: 500px;
  height: 500px;
  left: -3%;
  bottom: 5%;
}
section.hanni::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3.92vw;
  background-image: url("../images/top/wave03.svg");
  top: -80px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
section.hanni .onayami_img {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  section.hanni .onayami_img.u-mobile .item {
    width: 60%;
    margin: 0 auto;
  }
  section.hanni .onayami_img.u-mobile .item:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  section.hanni .onayami_img.u-mobile .item {
    width: 80%;
  }
}
@media (max-width: 599px) {
  section.hanni .onayami_img.u-mobile .item {
    width: 100%;
  }
}
section.flow {
  position: relative;
  background-color: #FFF5D5;
  padding: 150px 0 200px;
}
@media (max-width: 599px) {
  section.flow {
    padding: 50px 0 150px;
  }
}
section.flow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 17.92vw;
  background-image: url("../images/top/wave04.svg");
  top: -70px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 426px) {
  section.flow::before {
    top: -62px;
  }
}
section.flow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 17.92vw;
  background-image: url("../images/top/wave04.svg");
  bottom: -70px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: -1;
}
@media (max-width: 426px) {
  section.flow::after {
    bottom: -60px;
  }
}
section.flow .onayami_img {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  section.flow .flow_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.flow .flow_img .onayami_img {
    width: 48%;
  }
}
@media (max-width: 599px) {
  section.flow .flow_img .onayami_img {
    width: 100%;
  }
}
section.jirei {
  padding-top: 200px;
}
section.qa {
  padding-top: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
section.qa .flash,
section.qa .flash2 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
section.qa .flash {
  width: 700px;
  height: 700px;
  left: -3%;
  top: 3%;
  background-image: url("../images/top/qa_bk2.svg");
}
@media (max-width: 1024px) {
  section.qa .flash {
    left: -27%;
    top: 0;
  }
}
section.qa .flash2 {
  width: 500px;
  height: 500px;
  right: -3%;
  top: 50%;
  background-image: url("../images/top/qa_bk.svg");
}
@media (max-width: 1024px) {
  section.qa .flash2 {
    right: -27%;
  }
}
@media (max-width: 1024px) {
  section.greeting .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
section.greeting h3 {
  color: #5E3319;
  font-size: 1.8rem;
}
@media (max-width: 599px) {
  section.greeting h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
section.greeting p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  section.greeting p {
    font-size: 16px;
    line-height: 2.5;
  }
}
@media (max-width: 599px) {
  section.greeting p {
    font-size: 14px;
  }
}
section.greeting .imageText1__colored {
  background-color: #5E3319;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  section.greeting .imageText1__colored {
    font-size: 14px;
  }
}
section.greeting::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFF5E9;
  right: 0;
  z-index: -1;
  bottom: 0;
  top: 9vw;
}
@media (max-width: 1450px) {
  section.greeting::before {
    height: 54vw;
  }
}
@media (max-width: 1366px) {
  section.greeting::before {
    height: 59vw;
  }
}
@media (max-width: 1024px) {
  section.greeting::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF5E9;
    right: 0;
    z-index: -1;
    bottom: 0;
    top: 30%;
  }
}
@media (max-width: 599px) {
  section.greeting::before {
    height: 164vw;
  }
}
@media (max-width: 426px) {
  section.greeting::before {
    height: 181vw;
  }
}
section.greeting .imageText1__image {
  aspect-ratio: 4/3;
}
section.greeting .imageText1__content {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  section.greeting .imageText1__content {
    width: 90%;
    margin: 40px auto;
  }
}
@media (max-width: 768px) {
  section.greeting .imageText1__content {
    display: block;
  }
}
section.salon {
  margin-top: 60px;
}
@media (max-width: 599px) {
  section.salon h2.section-title__title {
    font-size: 1.8rem;
  }
}
section.salon h3 {
  color: #5E3319;
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  section.salon h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
section.salon p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  section.salon p {
    font-size: 16px;
    line-height: 2.5;
  }
}
@media (max-width: 599px) {
  section.salon p {
    font-size: 14px;
  }
}
section.salon .imageText1__colored {
  background-color: #5E3319;
  font-family: "Noto Sans JP", sans-serif;
}
section.salon::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 30vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFF5E9;
  right: 0;
  z-index: -1;
  bottom: 0;
  top: 9.5vw;
  background-image: none;
}
@media (max-width: 1450px) {
  section.salon::before {
    height: 57vw;
  }
}
@media (max-width: 1366px) {
  section.salon::before {
    height: 60vw;
  }
}
@media (max-width: 1024px) {
  section.salon::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF5E9;
    right: 0;
    z-index: -1;
    bottom: 0;
    top: 18%;
  }
}
@media (max-width: 599px) {
  section.salon::before {
    height: 201vw;
  }
}
@media (max-width: 426px) {
  section.salon::before {
    height: 218vw;
  }
}
@media (max-width: 1024px) {
  section.salon .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
section.salon .imageText2__image--25 {
  border-radius: 0;
}
section.salon .imageText2__image--25:first-child {
  border-top-left-radius: 30px;
}
section.salon .imageText2__image--25:nth-child(3) {
  border-bottom-left-radius: 30px;
}
section.salon .imageText2__image-container {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  section.salon .imageText2__image-container {
    width: 100%;
    flex-direction: column;
    align-items: end;
  }
  section.salon .imageText2__image-container img {
    width: 95vw;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
section.salon .imageText1__image {
  aspect-ratio: 4/3;
}
section.salon .imageText2__content {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  section.salon .imageText2__content {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  section.salon .imageText2__content {
    display: block;
  }
}
@media (max-width: 1024px) {
  section.salon .imageText2__buttons {
    width: 90%;
    justify-content: center;
    margin: 40px auto;
  }
  section.salon .imageText2__buttons .link-btn {
    width: 45%;
  }
  section.salon .imageText2__buttons .link-btn a.link-btn__link {
    min-width: initial;
    width: 100%;
    font-size: 17px;
  }
}
@media (max-width: 599px) {
  section.salon .imageText2__buttons .link-btn {
    width: 90%;
    margin: 0 auto;
  }
  section.salon .imageText2__buttons .link-btn a.link-btn__link {
    font-size: 14px;
  }
}
section.salon .imageText2__text-container {
  margin-top: 20px;
}
section.salon .link-btn__link {
  border: 0.0625rem solid #5E3319;
  color: #5E3319;
  background-color: white;
}
@media (max-width: 1024px) {
  section.salon .link-btn__link {
    padding: 14.5px 52px;
  }
}
section.salon .link-btn__link::before {
  border-top: 0.125rem solid #5E3319;
  border-right: 0.125rem solid #5E3319;
}
section.overview .inner {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  section.overview .inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  section.overview .inner {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  section.overview .overview__wrap {
    display: block;
  }
  section.overview .overview__wrap .overview__left {
    width: 100%;
  }
}
section.overview .overview__title {
  color: #5E3319;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 599px) {
  section.overview .overview__title {
    font-size: 1.3rem;
  }
}
section.overview .overview__hours .flex {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  section.overview .overview__hours .flex {
    gap: 30px;
  }
}
@media (max-width: 599px) {
  section.overview .overview__hours .flex p {
    font-size: 16px;
  }
}
section.overview .overview__payment {
  margin-top: 0;
}
@media (max-width: 768px) {
  section.overview .overview__payment {
    margin-top: inherit;
  }
}
@media (max-width: 599px) {
  section.overview .overview__payment .overview__payment-description {
    font-size: 16px;
  }
}

.about {
  padding-top: 59.2px;
  padding-top: 3.7rem;
  padding-bottom: 73.1px;
  padding-bottom: 0;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 63.0511627907vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  right: 0;
  z-index: 0;
  bottom: -4%;
}
@media (max-width: 768px) {
  .about::before {
    height: 120vw;
  }
}
.about h3 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .about h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1450px) {
  .about h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .about h3 {
    margin-top: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 820px) {
  .about h3 {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .about h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .about h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) and (max-width: 426px) {
  .about h3 {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .about {
    padding-top: 146.2px;
    padding-top: 9.1375rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .about::before {
    height: 28vw;
    bottom: -1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .about::before {
    height: 45vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about::before {
    height: 60vw;
    bottom: -4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .about::before {
    height: 67vw;
  }
}
@media (max-width: 768px) {
  .about.us::before {
    height: 86vw;
    bottom: -4%;
  }
}
@media (max-width: 599px) {
  .about.us::before {
    height: 120vw;
  }
}
@media (max-width: 426px) {
  .about.us::before {
    height: 159vw;
  }
}

.consultation {
  padding-top: 59.2px;
  padding-top: 3.7rem;
  position: relative;
}
.consultation::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 63.0511627907vw;
  background-image: url("../images/top/aboutUs-bg_sp.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .consultation {
    padding-top: 157.3px;
    padding-top: 9.83125rem;
  }
}
@media screen and (min-width: 768px) {
  .consultation::before {
    width: 82.395%;
    height: 22.925vw;
    background-image: url("../images/top/aboutUs-bg.jpg");
  }
}
.greeting {
  margin-top: 128.8px;
  margin-top: 8.05rem;
  padding-top: 60.3px;
  padding-top: 3.76875rem;
  position: relative;
}
.greeting::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 63.0511627907vw;
  background-color: #FFF5E9;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .greeting {
    margin-top: 208px;
    margin-top: 13rem;
    padding-top: 148.2px;
    padding-top: 9.2625rem;
  }
}
@media screen and (min-width: 768px) {
  .greeting::before {
    width: 82.395%;
    height: 22.925vw;
    background-image: none;
  }
}
.menu {
  margin-top: 63.9px;
  margin-top: 3.99375rem;
}
@media (max-width: 1024px) {
  .menu {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .menu {
    margin-top: 112.4px;
    margin-top: 7.025rem;
  }
}
.menu__inner {
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  flex-direction: column;
  padding-top: 3.5rem;
}
@media (max-width: 768px) {
  .menu__inner {
    padding-top: 0;
  }
}
.menu__inner.inner {
  max-width: 1720px;
}

@media screen and (min-width: 600px) {
  .menu__inner {
    -moz-column-gap: 5.8625rem;
    column-gap: 1rem;
    row-gap: 47px;
    row-gap: 2.9375rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.menu__item {
  width: calc(50% - 19rem);
}
@media (max-width: 1600px) {
  .menu__item {
    width: calc(50% - 17rem);
  }
}
@media (max-width: 1450px) {
  .menu__item {
    width: calc(50% - 16rem);
  }
}
@media (max-width: 1024px) {
  .menu__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 599px) {
  .menu__item {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .menu__item-content:last-child {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .menu__item-content {
    margin-top: -82px;
    margin-top: -5.125rem;
  }
}
.menu__item-image img {
  aspect-ratio: 390/237.13;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .menu__item-image img {
    aspect-ratio: 656.85/399.37;
  }
}
.menu__item-text {
  margin-top: 19.9px;
  margin-top: 1.24375rem;
}

@media screen and (min-width: 768px) {
  .menu__item-text {
    margin-top: 25.6px;
    margin-top: 1.6rem;
  }
}
.menu__item-title {
  font-size: 16px;
  font-size: 1.4rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  color: #F07A31;
}
@media (max-width: 768px) {
  .menu__item-title {
    line-height: 1.8rem;
  }
}
.menu__item-title span {
  color: #394144;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .menu__item-title span {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .menu__item-title {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-top: 1.8rem;
  }
}
.menu__item-description {
  margin-top: 13.3px;
  margin-top: 0.83125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}

@media screen and (min-width: 768px) {
  .menu__item-description {
    margin-top: 14px;
    margin-top: 0.875rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}
.menu__btns {
  margin-top: 28.2px;
  margin-top: 1.7625rem;
  display: flex;
  flex-direction: column;
  gap: 12.1px;
  gap: 0.75625rem;
}

@media screen and (min-width: 768px) {
  .menu__btns {
    margin-top: 31px;
    margin-top: 1.9375rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    gap: 1rem;
  }
}
.salon {
  margin-top: 114.4px;
  margin-top: 7.15rem;
  padding-top: 59.6px;
  padding-top: 3.725rem;
  padding-bottom: 153.6px;
  padding-bottom: 9.6rem;
  position: relative;
}
.salon::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 63.0511627907vw;
  background-image: url("../images/top/aboutUs-bg_sp.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}
.salon .imageText2__buttons {
  margin-top: 3rem;
}
@media (min-width: 1940px) {
  .salon .imageText2__buttons {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .salon {
    margin-top: 276.4px;
    margin-top: 17.275rem;
    padding-top: 158.9px;
    padding-top: 9.93125rem;
    padding-bottom: 322.9px;
    padding-bottom: 20.18125rem;
  }
}
@media screen and (min-width: 768px) {
  .salon::before {
    width: 82.395%;
    height: 22.925vw;
    background-image: url("../images/top/aboutUs-bg.jpg");
  }
}
.salon__bg-text {
  position: absolute;
  bottom: -2.5581395349vw;
  height: 11.2186046512vw;
}
.salon__bg-text img {
  height: 100%;
  width: auto;
  max-width: none;
  max-width: initial;
  -o-object-fit: cover;
  object-fit: cover;
  animation: text_scroll 20s linear infinite;
}

@media screen and (min-width: 768px) {
  .salon__bg-text {
    bottom: -1.875vw;
    height: 7.8921875vw;
  }
}
@media screen and (min-width: 768px) {
  .salon__bg-text img {
    animation: text_scroll 40s linear infinite;
  }
}
@keyframes text_scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.checkup {
  padding-top: 142.5px;
  padding-top: 7rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .checkup {
    padding-top: 164.3px;
    padding-top: 10.26875rem;
  }
}
.checkup__description {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}

@media screen and (min-width: 768px) {
  .checkup__description {
    margin-top: 63.7px;
    margin-top: 3rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.0555555556;
    text-align: center;
  }
}
.checkup__wrap {
  margin-top: 56.3px;
  margin-top: 3.51875rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}

@media screen and (min-width: 768px) {
  .checkup__wrap {
    margin-top: 104px;
    margin-top: 6.5rem;
    padding-bottom: 87px;
    padding-bottom: 5.4375rem;
  }
}
.checkup__body {
  width: 100%;
  border: 3px solid;
  border: 0.1875rem solid;
  border-radius: 1.125rem;
  padding: 24px 27px;
  padding: 1.5rem 1.6875rem;
}

@media screen and (min-width: 768px) {
  .checkup__body {
    padding: 40px 62px;
    padding: 2.5rem 3.875rem;
    display: flex;
    gap: 57.7px;
    gap: 3.60625rem;
    align-items: center;
  }
}
.checkup__body--pink {
  border-color: #FB7A8A;
}

.checkup__body--brown {
  border-color: #B89B68;
}

.checkup__body--blue {
  border-color: #83B0C1;
}

.checkup__body--yellow {
  border-color: #DFAF3E;
}

.checkup__body--green {
  border-color: #9BCC67;
}

.checkup__body--purple {
  border-color: #BB9CCC;
}

.checkup__body-image {
  width: 126.63px;
  width: 7.914375rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .checkup__body-image {
    width: 31.7%;
  }
}
.checkup__body-text {
  margin-top: 15.6px;
  margin-top: 0.975rem;
}

@media screen and (min-width: 768px) {
  .checkup__body-text {
    width: calc(68.3% - 3.60625rem);
  }
}
.checkup__body-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .checkup__body-title {
    font-size: 25px;
    font-size: 1.5625rem;
    text-align: left;
  }
}
.checkup__body--pink .checkup__body-title {
  color: #FB7A8A;
}

.checkup__body--brown .checkup__body-title {
  color: #B89B68;
}

.checkup__body--blue .checkup__body-title {
  color: #83B0C1;
}

.checkup__body--yellow .checkup__body-title {
  color: #DFAF3E;
}

.checkup__body--green .checkup__body-title {
  color: #9BCC67;
}

.checkup__body--purple .checkup__body-title {
  color: #BB9CCC;
}

.checkup__body-list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .checkup__body-list {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
.checkup__body-item {
  padding-left: 28.42px;
  padding-left: 1.77625rem;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.checkup__body-item:nth-child(n+2) {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
.checkup__body-item::before {
  content: "";
  display: block;
  width: 20.82px;
  width: 1.30125rem;
  height: 20.82px;
  height: 1.30125rem;
  background-color: #F4F6F8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.checkup__body-item::after {
  content: "";
  display: block;
  width: 14.78px;
  width: 0.92375rem;
  height: 8.85px;
  height: 0.553125rem;
  border-bottom: 3px solid;
  border-bottom: 0.1875rem solid;
  border-left: 3px solid;
  border-left: 0.1875rem solid;
  transform: rotate(-45deg);
  position: absolute;
  left: 3px;
  left: 0.1875rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .checkup__body-item {
    padding-left: 41px;
    padding-left: 2.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}
@media screen and (min-width: 768px) {
  .checkup__body-item:nth-child(n+2) {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .checkup__body-item::before {
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .checkup__body-item::after {
    border-bottom: 5px solid;
    border-bottom: 0.3125rem solid;
    border-left: 5px solid;
    border-left: 0.3125rem solid;
    width: 21.3px;
    width: 1.33125rem;
    height: 12.76px;
    height: 0.7975rem;
  }
}
.checkup__body--pink .checkup__body-item::after {
  border-color: #FB7A8A;
}

.checkup__body--brown .checkup__body-item::after {
  border-color: #B89B68;
}

.checkup__body--blue .checkup__body-item::after {
  border-color: #83B0C1;
}

.checkup__body--yellow .checkup__body-item::after {
  border-color: #DFAF3E;
}

.checkup__body--green .checkup__body-item::after {
  border-color: #9BCC67;
}

.checkup__body--purple .checkup__body-item::after {
  border-color: #BB9CCC;
}

.checkup__pagination {
  bottom: 0 !important;
  z-index: 0;
}
.checkup__pagination .swiper-pagination-bullet {
  background-color: #E4EDF6;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  margin: 0 7px !important;
  margin: 0 0.4375rem !important;
  opacity: 1;
}
.checkup__pagination .swiper-pagination-bullet-active {
  background-color: #F07A31;
}

@media screen and (min-width: 768px) {
  .checkup__pagination .swiper-pagination-bullet {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    margin: 0 11.5px !important;
    margin: 0 0.71875rem !important;
  }
}
.checkup__pagination .swiper-pagination-bullet {
  background-color: #E8E8E8;
}

.checkup__pagination .swiper-pagination-bullet-active {
  background-color: #F07A31;
}

.details {
  margin-bottom: 20px;
  border: 2px solid #F07A31;
  border-radius: 10px;
}

.details-summary {
  position: relative;
  display: block;
  padding: 20px 20px 20px 80px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background-color: #F07A31;
}
@media (max-width: 599px) {
  .details-summary {
    padding: 20px 40px 20px 50px;
    font-size: 16px;
  }
}
.details-summary span.qa {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 599px) {
  .details-summary span.qa {
    font-size: 1.2rem;
    top: 47%;
    left: 4%;
  }
}
.details-summary .btn {
  position: absolute;
  top: 37%;
  right: 3%;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}
@media (max-width: 599px) {
  .details-summary .btn:before, .details-summary .btn:after {
    width: 14px;
    height: 2px;
    top: 6px;
  }
}
.details-summary .btn:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media (max-width: 599px) {
  .details-summary .btn:before {
    width: 2px;
    height: 14px;
    left: 6 px;
  }
}
.details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 30px 20px;
  background-color: white;
  position: relative;
}
.details-content span.qa {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: bold;
  color: #F07A31;
}
@media (max-width: 599px) {
  .details-content span.qa {
    font-size: 1.2rem;
    top: 47%;
    left: 4%;
  }
}
.details-content p {
  margin: 0 0 0 50px;
  color: #000;
  font-size: 20px;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .details-content p {
    font-size: 14px;
    margin: 0 0 0 30px;
  }
}

.group__inner {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .group__inner {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */