@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

/* 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,
picture {
  max-width: 100%;
  display: block;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 17.78px;
  }
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  color: #242424;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}


.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.layout-page-top {
  position: absolute;
  left: -0.5rem;
  bottom: 0rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .layout-page-top {
    position: fixed;
    left: initial;
    right: 1.875rem;
    bottom: 0rem;
  }
}

.btn {
  font-family: "Lexend", sans-serif;
  padding: 0.75rem 3.875rem;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3.125rem;
  background-color: #fdd000;
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 1.0625rem 5.625rem;
    font-size: 1.4815625rem;
  }
}

.btn__text-wrap {
  transition: transform 0.4s cubic-bezier(0.6, 0, 0, 1);
}

@media (any-hover: hover) {
  .btn:hover .btn__text-wrap {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
  }
  .btn--mail:hover .btn__text-wrap {
    transform: translateY(-210%);
  }
}
.btn__text-second {
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.btn--line .btn__text-second {
	position: absolute;
	top: 235%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.btn.btn--line {
  padding: 0.625rem 0.625rem;
  font-size: 1.25rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 21rem;
  line-height: normal;
  width: 100%;
  gap: 1.0625rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (min-width: 768px) {
  .btn.btn--line {
  padding: 1rem 1rem;
    gap: 1rem;
  }
}

.btn--line .btn__text-wrap {
  transition: transform 0.4s cubic-bezier(0.6, 0, 0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.6, 0, 0, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.6, 0, 0, 1);
}

@media (any-hover: hover) {
  .btn--line:hover .btn__text-wrap {
    transform: translateY(-235%);
  }
}

.btn.btn--phone {
  padding: 0.625rem 0.625rem;
  font-size: 1.5rem;
  position: relative;
  display: inline-flex;
  letter-spacing: 0.03rem;
  align-items: center;
  max-width: 21rem;
  width: 100%;
  gap: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .btn.btn--phone {
  padding: 1rem 1rem;
    gap: 1.25rem;
  }
}

.btn.btn--mail {
  padding: 0.625rem 0.625rem;
  font-size: 1.5rem;
  position: relative;
  display: inline-flex;
  letter-spacing: 0.03rem;
  align-items: center;
  max-width: 21rem;
  width: 100%;
  gap: 0.625rem;
  text-transform: initial;
}

@media screen and (min-width: 768px) {
  .btn.btn--mail {
  padding: 1rem 1rem;
    gap: 1.25rem;
  }
}

.contact-area__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1875rem;
  display: inline-block;
  width: 0.875rem;
  height: 0.625rem;
  background: #fdd000;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  overflow: visible;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .contact-area__btn::before {
    display: none;
  }
}

.contact-area__btn {
  position: relative;
}

.btn.btn--line::before {
  display: none;
}

.btn.btn--phone::before {
  display: none;
}

.btn.btn--mail::before {
  display: none;
}

.btn.btn.btn--line span {
  display: inline-block;
  background-image: url(./../images/common/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8125rem;
  height: 2.8125rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .btn.btn.btn--line span {
    width: 4rem;
    height: 4rem;
  }
}

.btn.btn.btn--phone span {
  display: inline-block;
  background-image: url(./../images/common/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .btn.btn.btn--phone span {
    width: 4rem;
    height: 4rem;
  }
}

.btn.btn.btn--mail span {
  display: inline-block;
  background-image: url(./../images/common/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .btn.btn.btn--mail span {
    width: 4rem;
    height: 4rem;
  }
}

.title {
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  line-height: normal;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title {
    text-align: initial;
    font-size: 4rem;
  }
}

.title span {
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  line-height: normal;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .title span {
    font-size: 1.5rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

  [data-animate] {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
  }

  [data-animate].is-active {
    opacity: 1;
    transform: translateY(0);
  }

.clean {
  background-color: #0075c1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .clean {
    padding-top: 5.5rem;
    padding-bottom: 8rem;
  }
}

.clean__inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .clean__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 83.125rem;
  }
}

.clean__flex {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .clean__flex {
    display: flex;
    flex-direction: initial;
    align-items: center;
    gap: 3.125rem;
    padding-inline: 3.75rem;
  }
}

.clean__left {
  display: contents;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .clean__left {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-top: 4.375rem;
  }
}

.clean__title {
  order: 1;
}

.clean__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4875rem;
  letter-spacing: 0.0175rem;
  margin-top: 2.125rem;
  order: 3;
}
@media screen and (min-width: 768px) {
  .clean__text {
    font-size: clamp(12px, 1.5625vw, 1rem); /* pxで直接指定 */
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    margin-top: 3rem;
  }
}

.clean__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0.875rem;
  order: 4;
}
@media screen and (min-width: 768px) {
  .clean__list {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.clean__list-item {
  padding-left: 1.625rem;
  position: relative;
  line-height: normal;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .clean__list-item {
    padding-left: 1.875rem;
    font-size: clamp(12px, 1.5625vw, 1.0625rem); /* pxで直接指定 */
  }
}

.clean__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(./../images/common/list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.clean__price {
  order: 5;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.0225rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .clean__price {
    margin-top: 1.5rem;
    line-height: normal;
    font-size: clamp(12px, 1.5625vw, 0.75rem); /* pxで直接指定 */
  }
}

.clean__right {
  flex: 1;
  order: 2;
}
@media screen and (min-width: 768px) {
  .clean__right {
    display: block;
  }
}

.clean__img {
  order: 2;
  aspect-ratio: 552/565;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .clean__img {
    margin-top: 0rem;
  }
}

.clean__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-area {
  background-color: #ffffff;
  border-radius: 0.625rem;
  color: #242424;
  text-align: center;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 11.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact-area {
  border-radius: 1.25rem;
    margin-top: 5rem;
    padding-block: 5rem;
  }
}

.contact-area::before {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(./../images/common/clean-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9.6875rem;
  height: 10.25rem;
}
@media screen and (min-width: 768px) {
  .contact-area::before {
    bottom: -0.9375rem;
    left: 1.125rem;
    transform: initial;
    width: clamp(15rem, 21.5vw, 19.4375rem);
    height: auto;
    aspect-ratio: 311/330;
  }
}

.contact-area__title {
  font-weight: 700;
  line-height: normal;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .contact-area__title {
    font-size: 1.625rem;
    line-height: normal;
  }
}

.contact-area__text {
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-area__text {
    margin-top: 2rem;
    font-size: clamp(12px, 1.5625vw, 1rem); /* pxで直接指定 */
  }
}

.contact-area__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact-area__btn {
    margin-top: 2rem;
  }
}

.concept {
  background-color: #fafafa;
  padding-top: 12.8125rem;
  padding-bottom: 7.8125rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-top: 13.625rem;
    padding-bottom: 13.625rem;
  }
}

.concept__inner {
  width: 100%;
  padding-right: 2.75rem;
  padding-left: 2.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 46.25rem;
  }
}

.concept__text {
  position: relative;
  z-index: 1;
}
.concept__text::before {
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  content: attr(data-title);
  line-height: normal;
  position: absolute;
  top: -23%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5.3125rem;
  color: #e7e7ec;
  z-index: -1;
  opacity: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .concept__text::before {
    font-size: clamp(9.375rem, 15.8vw, 14.1875rem);
    letter-spacing: 1.41875rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.concept__text-inner {
  text-align: left;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.78125rem;
  opacity: 0;
  font-feature-settings: "palt" on;
}
@media screen and (min-width: 768px) {
  .concept__text-inner {
    font-feature-settings: initial;
    text-align: center;
    font-size: 1.25rem;
    line-height: 3.125rem;
    letter-spacing: 0.0375rem;
  }
}

.concept__text.is-active .concept__text-inner {
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact {
  background-color: #fafafa;
  padding-top: 10.75rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 18.125rem;
    padding-bottom: 11.25rem;
  }
}

.contact__inner {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 70.625rem;
  }
}

.contact__text {
  position: relative;
  z-index: 1;
}
.contact__text::before {
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  content: attr(data-title);
  line-height: normal;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5.3125rem;
  color: #e7e7ec;
  z-index: -1;
  opacity: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .contact__text::before {
    font-size: clamp(9.375rem, 15.8vw, 14.1875rem);
    letter-spacing: 1.41875rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.contact__text-inner {
  text-align: center;
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.9rem;
  letter-spacing: 0.03rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .contact__text-inner {
    font-feature-settings: initial;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.25rem;
    letter-spacing: normal;
  }
}

.contact__text-inner span {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact__text-inner span {
    display: inline-block;
  }
}

.contact__text.is-active .contact__text-inner {
  animation: fadeIn 1s ease-out forwards;
}

.contact__grid {
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact__grid {
    margin-top: 5.75rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.contact__grid-item {
  text-align: center;
}

.contact__grid-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .contact__grid-text {
    font-size: clamp(12px, 1.5625vw, 1.125rem); /* pxで直接指定 */
    line-height: 2.025rem;
  }
}

.contact__grid-btn {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .contact__grid-btn {
    margin-top: 1.25rem;
  }
}

.fitness {
  background-color: #009370;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .fitness {
    padding-top: 6.25rem;
    padding-bottom: 8rem;
  }
}

.fitness__inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .fitness__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 83.125rem;
  }
}

.fitness__flex {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .fitness__flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5.9375rem;
    padding-inline: 3rem;
  }
}

.fitness__left {
  display: contents;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fitness__left {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-top: 2.5rem;
  }
}

.fitness__title {
  order: 1;
  white-space: nowrap;
}

.fitness__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4875rem;
  letter-spacing: 0.0175rem;
  margin-top: 1.875rem;
  order: 3;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .fitness__text {
    font-size: clamp(12px, 1.5625vw, 1rem); /* pxで直接指定 */
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    margin-top: 3rem;
    padding-inline: 0rem;
  }
}

.fitness__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.875rem;
  order: 4;
  padding-inline: 0.9375rem;

}
@media screen and (min-width: 768px) {
  .fitness__list {
    margin-top: 2rem;
    padding-inline: 0rem;
  }
}

.fitness__list-item {
  padding-left: 1.625rem;
  position: relative;
  line-height: normal;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .fitness__list-item {
    padding-left: 1.875rem;
    font-size: clamp(12px, 1.5625vw, 1.0625rem); /* pxで直接指定 */
  }
}

.fitness__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(./../images/common/list-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.fitness__price {
  order: 5;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.0225rem;
  margin-top: 1.25rem;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .fitness__price {
    margin-top: 1.5rem;
    padding-inline: 0rem;
    font-size: clamp(12px, 1.5625vw, 0.75rem); /* pxで直接指定 */
    line-height: normal;
  }
}

.fitness__right {
  flex: 1;
  order: 2;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .fitness__right {
    display: block;
  padding-inline: 0rem;
  }
}

.fitness__img {
  order: 2;
  aspect-ratio: 314/323;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .fitness__img {
  aspect-ratio: 565/560;
    width: 35.375rem;
    margin-top: 0rem;
  }
}

.fitness__img img,
.fitness__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .contact-area.contact-area--fitness {
    margin-top: 4.75rem;
  }
}

.contact-area.contact-area--fitness::before {
  background-image: url(./../images/common/fitness-icon.webp);
  width: 10.0625rem;
  height: 10.25rem;
}
@media screen and (min-width: 768px) {
  .contact-area.contact-area--fitness::before {
    right: 1.125rem;
    left: initial;
    width: 20.1875rem;
    height: 20.625rem;
  }
}

.contact-area__title {
  font-weight: 700;
  line-height: normal;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .contact-area__title {
    font-size: 1.625rem;
    line-height: normal;
  }
}

.contact-area__text {
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-area__text {
    margin-top: 2rem;
  }
}

.contact-area__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact-area__btn {
    margin-top: 2rem;
  }
}

.footer {
  padding: 6.25rem 0 7.5rem;
  background-color: #2f2f2f;
  color: #ffffff;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 5.625rem 0 5rem;
  border-radius: 1.25rem 1.25rem 0 0;
  }
}

.footer__inner {
  margin: auto;
  padding: 0 0.9375rem;
  max-width: 39.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 0 1.5625rem;
    max-width: 78.125rem;
  }
}

.footer__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__logo {
  margin: auto;
  max-width: 10.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin: initial;
    max-width: 11.75rem;
  }
}

.footer__logo a {
  padding: 0.625rem 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__logo a {
    padding: 0.9375rem 0;
  }
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__text-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  font-weight: 400;
  margin-top: 1.625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__text-wrap {
    font-size: clamp(12px, 1.5625vw, 1rem); /* pxで直接指定 */
    gap: 0.3125rem;
    margin-top: 0.5rem;
  }
}

.footer__text-wrap span {
  display: inline-block;
  margin-left: 0.375rem;
  background-image: url(./../images/common/map-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .footer__text-wrap span {
    margin-left: 0.5rem;
  }
}

.footer__sns {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-top: 2rem;
  }
}

.footer__copyright {
  margin-top: 1.875rem;
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 1.75rem;
    font-size: clamp(12px, 1.5625vw, 0.75rem); /* pxで直接指定 */
  }
}

.footer__copyright span {
  text-transform: uppercase;
}

.header {
  height: 4.0625rem;
  background-color: transparent;
  opacity: 0;
  transition: .3s;
  transform: translateY(-100%);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.4375rem;
  }
}
.header.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.header.is-scroll {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .header.is-scroll {
    background-color: initial;
  }
}

.header__inner {
  padding-left: 0.9375rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 1.875rem;
  }
}

.header__logo {
  max-width: 5.9375rem;
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 8.375rem;
  }
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  display: none;
  height: inherit;
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
  }
}

.header__nav-list {
  display: flex;
  height: inherit;
  gap: 2.375rem;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item.header__nav-item--contact {
  margin-left: 0.8125rem;
  display: flex;
  align-items: center;
}

.header__nav-item a {
  padding-left: 1.375rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1;
  color: #242424;
  position: relative;
	transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  .header__nav-item a {
    font-size: 1.5rem;
  }
}

.header__nav-item.header__nav-item.header__nav-item--green a {
  transition: all 0.5 ease;
}

.header__nav-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #0075c1;
}

.header__nav-item.header__nav-item--green a::before {
  background-color: #009370;
}

.header__nav-item.header__nav-item--blue a:hover {
  color: #0075c1;
}

.header__nav-item.header__nav-item--green a:hover {
  color: #009370;
}

.header__nav-item.header__nav-item--contact a {
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  padding: 0.625rem 1.25rem;
  position: relative;
  height: inherit;
  font-size: 0.875rem;
  color: #242424;
  background-color: #fdd000;
  text-transform: uppercase;
  border-radius: 3.125rem 0rem 0rem 3.125rem;
}

.header__nav-item.header__nav-item--contact a::before {
  display: none;
}

.header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 1.5625rem;
  height: inherit;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.5625rem;
  height: 0.1875rem;
  background-color: #242424;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(30deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  top: -0.09375rem;
  transform: translateX(-50%) translateY(-50%) rotate(-30deg);
}

.header__drawer {
  padding: 0.9375rem 0rem 0.9375rem 1.875rem;
  position: fixed;
  z-index: 900;
  top: 5rem;
  right: -120%;
  width: 100%;
  height: 8.125rem;
  background-color: #ffffff;
  overflow-y: scroll;
  scrollbar-width: none;
  transition: 0.6s;
  border: 0.125rem solid #000;
  border-radius: 0.625rem;
}

.header__drawer.is-open {
  right: -7.8125rem;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-item a {
  padding: 0.9375rem 0rem 0.9375rem 1.625rem;
  font-family: "Lexend", sans-serif;
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #242424;
  text-align: left;
  position: relative;
}

.header__drawer-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(./../images/common/drawer-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 0.625rem;
}

.header__flex {
  display: flex;
  align-items: center;
}

.header__sp-contact {
  height: inherit;
}

.message {
  padding-top: 5rem;
  padding-bottom: 10.625rem;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 10rem;
    padding-bottom: 11.25rem;
  }
}

.message__inner {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .message__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 59.25rem;
  }
}

.message__title {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.625rem;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 3.875rem;
    letter-spacing: 0.19375rem;
  }
}

.message__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .message__flex {
    flex-direction: initial;
    gap: 8.125rem;
    margin-top: 5rem;
  }
}

.message__items {
  padding-inline: 3.125rem;
}
@media screen and (min-width: 768px) {
  .message__items {
    padding-inline: 0rem;
  }
}
.message__img {
  flex: 1;
}

.message__img {
  aspect-ratio: 210/210;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .message__img {
    width: 18rem;
    aspect-ratio: 288/288;
    margin-top: 0rem;
  }
}

.message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message__name {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6875rem;
  margin-top: 1.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .message__name {
  font-size: clamp(12px, 1.5625vw, 1rem); /* pxで直接指定 */
  }
}

.message__name-main {
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
}

.message__name-sub {
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .message__name-sub {
    margin-top: 0rem;
  }
}

.message__wrap {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .message__wrap {
  margin-top: 0.625rem;
  }
}

.message__text {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  font-weight: 500;
  line-height: 1.78125rem;
  font-size: 0.9375rem;
  font-feature-settings: "palt" on;
  letter-spacing: 0.028125rem;
}
@media screen and (min-width: 768px) {
  .message__text {
    font-feature-settings: initial;
    font-weight: 400;
    font-size: clamp(12px, 1.5625vw, 1rem); /* pxで直接指定 */
    line-height: 1.5rem;
    gap: 1.5rem;
  }
}

.mv {
	position: sticky;
	top: 0;
	z-index: -8;
	height: 100svh;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 25rem;
}
@media screen and (min-width: 768px) {
  .mv {
	height: 100dvh;
    min-height: 48.75rem;
  }
}


.mv__inner {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.swiper {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.swiper-wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
}

.swiper-slide {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.swiper-img {
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

.swiper-img picture {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.swiper-img picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
	padding: 0;
}

.swiper-slide.swiper-slide-next {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1!important;
  z-index: 50;
}
.swiper-slide.swiper-slide-prev {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.swiper-slide.swiper-slide-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation: mvslide 0.7s 4s cubic-bezier(.9,.04,.35,.78) 1 forwards;
  z-index: 100;
}
.swiper {
  background-position: center;
  background-size: cover;
  animation: mvBg 0s 4.6s cubic-bezier(.9,.04,.35,.78) 1 forwards;
}
@media screen and (min-width: 768px) {
  .swiper-slide.swiper-slide-active{
    animation-duration: .9s;
    animation-delay: 3.7s;
  }
}

.swiper-slide:nth-child(1) {
  opacity: 0 !important;
}


@keyframes mvslide {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  100% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
}

@keyframes mvBg {
  0% {
    background-image: none;
  }

  100% {
    background-image: url(/dist/images/common/mv-sp02.webp);
  }
}
@media screen and (min-width: 768px) {
  @keyframes mvBg {
    0% {
      background-image: none;
    }

    100% {
      background-image: url(/dist/images/common/mv02.webp);
    }
  }
}

.mv__scroll-down {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1%;
	z-index: 2;
}

.mv__slick-img {
  position: relative;
  overflow: hidden;
}

.page-top {
  padding-top: 0.9375rem;
  padding-left: 5.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6875rem;
  height: 6.0625rem;
  background-image: url(./../images/common/page-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.9375rem;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-top {
    width: 6rem;
    height: 6.5625rem;
  }
}
.page-top::before {
  content: "";
  position: absolute;
}

.page-top__speech-bubble {
  position: absolute;
  right: -5.625rem;
  top: -2.8125rem;
}
@media screen and (min-width: 768px) {
  .page-top__speech-bubble {
    right: initial;
    left: -5.625rem;
    top: -1.875rem;
  }
}

.page-top:hover .speech-bubble {
  transform: scale(1.2);
}

.scroll-down {
  padding-bottom: 6.875rem;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  writing-mode: vertical-rl;
  color: #242424;
}

.scroll-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 1px;
  height: 6rem;
  background: #242424;
  animation: scroll-down 2s infinite;
}

@keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.speech-bubble {
  position: relative;
  background-color: #fdd000;
  border-radius: 50%;
  width: 5.125rem;
  height: 5.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0.3125rem;
  width: 0;
  height: 0;
  border-right: 1.25rem solid transparent;
  border-left: 0rem solid transparent;
  border-top: 1.875rem solid #fdd000;
  transform: rotate(43deg);
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .speech-bubble::after {
    bottom: -0.5rem;
    right: 0.3125rem;
    left: initial;
    border-left: 1.25rem solid transparent;
    border-right: 0rem solid transparent;
    border-top: 1.875rem solid #fdd000;
    transform: rotate(-43deg);
  }
}
.speech-bubble span {
  font-family: "Lexend", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: -0.035rem;
  color: #242424;
}

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

.u-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
