@charset "UTF-8";
:root {
  overflow-wrap: anywhere;
  line-break: strict;
}

*,
*::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;
}

/* 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]) {
  text-decoration-skip-ink: auto;
}

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

a:hover,
a:focus {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

.bg-black {
  background-color: #001713;
}

.footer {
  background-color: #363636;
  margin-top: 3.125rem;
}

.footer__inner {
  max-width: 75rem;
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 8.875rem;
  aspect-ratio: 142/80;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 29.5625rem;
    aspect-ratio: 473/266;
    padding: 0;
  }
}

.footer__nav {
  border-top: 1px solid #aaa;
  padding-top: 2.1875rem;
  padding-bottom: 2.5rem;
}

.footer__nav__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.625rem;
}

.footer__nav__list {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.hamburger {
  position: fixed;
  top: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
  z-index: 9999;
  height: 2.125rem;
  width: 3rem;
  padding: 0.25rem;
  display: block;
  border: none;
  background-color: rgba(0, 23, 19, 0.3);
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  background-color: #fff;
  border-radius: 0.5rem;
  display: block;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  width: 2.5rem;
  transition: transform 0.4s, opacity 0.2s;
}

.hamburger span:nth-child(1) {
  top: 4px;
  transform: translateX(-50%);
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger span:nth-child(3) {
  bottom: 4px;
  transform: translateX(-50%);
}

.is-active.hamburger span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-active.hamburger span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0);
}

.is-active.hamburger span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header {
  height: 8.75rem;
  background-color: #001713;
  display: none;
}
@media screen and (min-width: 768px) {
  .header {
    display: block;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header__logo {
  aspect-ratio: 250/140;
  width: 15.625rem;
}

.header__nav__lists {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}

.header__nav__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__nav__text--jp {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.4375;
}

.header__nav__en-text {
  color: #A7C693;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
  text-transform: capitalize;
}

.header__nav__sns-wrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.header__nav__sns-label {
  padding-top: 0.1875rem;
  padding-bottom: 0.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
  color: #A7C693;
  border: 0.0625rem solid #A7C693;
}

.header__nav__sns-wrapper a {
  height: 2rem;
  width: 2rem;
}

.inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1450px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv {
  height: 18.75rem;
  /* allow elements (like the mv title) to visually protrude outside the mv section */
}

.mv__inner {
  position: relative;
  height: 100%;
}

.mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv__title {
  position: absolute;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  /* place the title so it sticks out below the mv section */
  top: auto;
  bottom: -3.4375rem;
  right: 2.125rem;
  z-index: 5; /* sit above the next section */
}
@media screen and (min-width: 768px) {
  .mv__title {
    bottom: -11.875rem;
    right: 3.125rem;
    font-size: 2.125rem;
  }
}

.sp-header {
  height: 5.3125rem;
  background-color: #001713;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sp-header {
    display: none;
  }
}

.sp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-header__logo {
  aspect-ratio: 250/140;
  width: 8.875rem;
}

.sp-nav {
  background-color: rgba(0, 23, 19, 0.7);
  height: 100vh;
  left: -100vw;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
  visibility: hidden;
  width: 100vw;
  z-index: 3;
}

.is-active.sp-nav {
  left: 0;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s;
  visibility: visible;
}

.sp-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sp-nav__list {
  text-align: center;
  color: #fff;
}

.sp-nav__item:not(:first-child) {
  margin-top: 1.875rem;
}

.sp-nav__link {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  text-transform: capitalize;
  display: inline-block;
}

body.sp-nav-open {
  overflow: hidden;
}

.about {
  position: relative;
  margin-top: 3.125rem;
  padding-top: 2.5rem;
  padding-bottom: 30.625rem;
  background-image: url("../images/common/about-bg-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .about {
    background-image: url("../images/common/about-bg.webp");
    margin-top: 12.5rem;
    padding-top: 6.25rem;
    padding-bottom: 101.5625rem;
  }
}

.about__gallery {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__gallery {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.625rem;
    width: 80.2083333333%;
  }
}

.about__gallery__item {
  aspect-ratio: 3/2;
}

.about__inner {
  position: relative;
}

.about__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 3.3333333333;
  color: #fff;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1rem;
    letter-spacing: 0.3em;
    margin-right: -0.3em;
    text-align: center;
  }
}

.about__feature__inner {
  position: relative;
  z-index: 5;
  margin-top: -6.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__feature__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 6.25rem;
    margin-top: -55rem;
  }
}

.about__feature {
  padding: 1.25rem 1.25rem 5rem;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__feature {
    padding: 3.75rem 3.125rem 4.375rem;
    gap: 3rem;
  }
}

.about__feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  color: #fff;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (min-width: 768px) {
  .about__feature__title {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
  }
}

.about__feature__text {
  margin-top: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 2.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about__feature__text {
    margin-top: 1.5625rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
  }
}

.about-description {
  display: flex;
  flex-direction: column;
  row-gap: 3.125rem;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .about-description {
    row-gap: 7.3125rem;
  }
}

.about-description__item__title-wrapper {
  position: relative;
}

.about-description__item__title-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 768px) {
  .about-description__item__title-wrapper::after {
    top: 50%;
    right: 0;
    width: 48%;
    display: block;
  }
}

.about-description__item__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #fff;
  font-size: 4.375rem;
  line-height: 1.4428571429;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about-description__item__title {
    font-size: 6.25rem;
    line-height: 1.44;
  }
}

.about-description__item__box {
  display: flex;
  justify-content: space-between;
}

.about-description__item__text-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about-description__item__text-wrapper {
    width: 48%;
  }
}

.about-description__item__img-wrapper {
  aspect-ratio: 480/320;
  overflow: hidden;
  margin-top: 1.25rem;
}

.about-description__item__en-title {
  margin-top: -0.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-align: left;
}

.about-description__item__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about-description__item__text {
    font-size: 0.875rem;
    letter-spacing: 0;
    margin-right: 0;
    margin-top: auto;
  }
}

.about-description__item__en-text {
  margin-top: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 0.625rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
@media screen and (min-width: 768px) {
  .about-description__item__en-text {
    margin-top: 0.6875rem;
  }
}

.about-description__item__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-description__item__img {
    width: 48%;
    aspect-ratio: 480/320;
  }
}

.belief {
  background-color: #fff;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .belief {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.belief__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .belief__inner {
    flex-direction: row;
    align-items: center;
  }
}

.belief__img {
  aspect-ratio: 2/1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .belief__img {
    margin-right: 0;
    width: 50vw;
  }
}

.belief__text-wrapper {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .belief__text-wrapper {
    margin-left: 2.5rem;
    margin-top: 0;
  }
}

.belief__copy {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.4375;
  color: #001713;
}
@media screen and (min-width: 768px) {
  .belief__copy {
    font-size: 1.5rem;
  }
}

.belief__text {
  margin-top: 0.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2.5;
  color: #001713;
}
@media screen and (min-width: 768px) {
  .belief__text {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}

.fv {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
  background-color: #AAAAAA;
}
@media screen and (min-width: 768px) {
  .fv {
    height: calc(100svh - 8.75rem);
  }
}

.message {
  padding: 3.125rem 0 3.75rem;
  background-image: url("../images/common/message-bg-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .message {
    background-image: url("../images/common/message-bg.webp");
  }
}

.message__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.message__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  text-align: center;
}

.message__contents {
  margin-top: 2.8125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .message__contents {
    flex-direction: row;
    align-items: start;
    gap: 2.5rem;
  }
}

.message__img {
  aspect-ratio: 320/213;
}
@media screen and (min-width: 768px) {
  .message__img {
    aspect-ratio: 600/400;
    width: 42.8571428571%;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 768px) {
  .message__text-wrapper {
    width: 54.2857142857%;
  }
}

.message__text {
  display: block;
  margin-top: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 2.6666666667;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .message__text {
    margin-top: 0;
    font-size: 1rem;
  }
}

.message__text:not(:first-child) {
  margin-top: 2em;
}

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

.news__inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.news__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  color: #00362C;
  display: flex;
  align-items: center;
}

.news__title::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1.875rem;
  background-color: #00362C;
  margin-right: 0.625rem;
}

.news__items {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2.5rem;
    gap: 4.0625rem;
  }
}

.news__item {
  display: flex;
  flex-direction: column;
}

.news__item__img {
  aspect-ratio: 1/1;
}

.news__item__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #000000;
  margin-top: 1.875rem;
}

.news__item__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #000000;
  margin-top: 0.5rem;
}

.news__item__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #000000;
  margin-top: 0.5rem;
  /* 3行で省略する（マルチラインクリップ） */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 非WebKitブラウザ向けの将来のプロパティ（現状は主にプレフィックス版が効く） */
  line-clamp: 3;
}

.news__item__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #000000;
  margin-top: 0.5rem;
}

.page-about-us {
  margin-top: 6.5625rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-about-us {
    margin-top: 3.125rem;
    padding-bottom: 10.3125rem;
  }
}

.page-about-us__inner {
  max-width: 65.625rem;
}

.page-about-us__en-copy {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-about-us__en-copy {
    font-size: 0.75rem;
  }
}

.page-about-us__jp-copy {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  color: #fff;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-about-us__jp-copy {
    font-size: 2.25rem;
  }
}

.page-about-us__sub-copy {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-about-us__sub-copy {
    font-size: 1.125rem;
  }
}

.page-about-us__text {
  margin-top: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 2.5;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-about-us__text {
    font-size: 1rem;
    text-align: center;
    margin-top: 1.875rem;
  }
}

.page-about-us__text:not(:first-child) {
  margin-top: 2em;
}

.page-about-us__grid {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .page-about-us__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.125rem;
    margin-top: 6.25rem;
  }
}

.page-about-us__grid-img {
  aspect-ratio: 3/2;
}

.page-about-us__grid-title {
  margin-top: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-about-us__grid-title {
    font-size: 1.125rem;
  }
}

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