@charset "UTF-8";
/* ブレイクポイントと連動している container の幅になる。 */
/* containerにデフォルトで入っているpaddingを設定 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none; /* 背景をクリア */
  color: inherit; /* 親要素から色を継承 */
  border: none; /* 境界線を削除 */
  padding: 0; /* パディングをリセット */
  font: inherit; /* 親要素からフォントを継承 */
  cursor: pointer; /* ホバー時のカーソルをポインターに設定 */
  outline: inherit; /* アウトラインを親要素から継承 */
}

*, *:before, *:after {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-wrapper {
  overflow: hidden;
  width: 100vw;
}

.show-sm {
  display: none !important;
}

.hide-sm {
  display: block !important;
}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 768px) {
  .show-sm {
    display: block !important;
  }
  .hide-sm {
    display: none !important;
  }
}
.u-relative {
  position: relative;
}

* {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}

*::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

img {
  width: 100%;
}

html {
  font-size: 62.5%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 68.75%;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 75%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "NectoMono";
  src: url("./fonts/NectoMono-Regular.woff2") format("woff2");
}
body {
  font-family: "dnp-shuei-gothic-kin-std", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #3E3D3C;
  font-feature-settings: "pwid" on, "palt" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-variant-ligatures: no-common-ligatures;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

::selection {
  background: #ff7c35; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #ff7c35; /* Gecko Browsers */
  color: #fff;
}

.c-button {
  display: inline-block;
  color: #fff;
  height: 4.5rem;
  width: 21rem;
  line-height: 4.5rem;
  border-radius: 2.3rem;
  font-size: 1.4rem;
  font-weight: 600;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 5.2rem;
    width: 18rem;
    border-radius: 2.6rem;
    line-height: 5.2rem;
    font-size: 1.3rem;
  }
}

.c-button--dark {
  background-color: #3E3D3C;
}

.c-headerMenu {
  z-index: 9999;
  position: relative;
}

.c-headerMenu__button {
  position: fixed;
  z-index: 1;
  top: 30px;
  right: 22px;
  width: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-headerMenu__button span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #3E3D3C;
}
.c-headerMenu__button span:nth-child(2) {
  width: 35px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.c-headerMenu__button:after {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  display: block;
  content: "MENU";
  margin-top: 7px;
  font-size: 12px;
}

.c-headerMenu__content {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #E9DDC5;
}

.c-headerMenu__bottom {
  background-color: rgba(0, 0, 0, 0.062745098);
}

.is-open .c-headerMenu__button span:nth-child(1) {
  transform: translateY(7px) rotate(30deg);
  transition: transform 0.3s ease;
}
.is-open .c-headerMenu__button span:nth-child(2) {
  width: 0;
  transition: opacity 0.3s ease;
}
.is-open .c-headerMenu__button span:nth-child(3) {
  margin-top: -2px;
  transform: translateY(-7px) rotate(-30deg);
  transition: transform 0.3s ease;
}
.is-open .c-headerMenu__content {
  display: block;
  animation: fade-in 0.3s ease-in-out 1 both;
}
.is-open .c-headerMenu__nav {
  height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 36px;
  font-weight: 600;
  line-height: 2;
}
.is-open .c-headerMenu__mainList {
  margin-top: 80px;
}
.is-open .c-headerMenu__mainList .c-headerMenu__mainList-item {
  font-size: 20px;
  margin-bottom: 6px;
}
.is-open .c-headerMenu__subList {
  margin-top: 30px;
}
.is-open .c-headerMenu__subList .c-headerMenu__subList-item {
  font-size: 14px;
  margin-bottom: 6px;
}
.is-open .c-headerMenu__bottom {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-open .c-headerMenu__sns {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-left: 36px;
  padding-top: 10px;
}
.is-open .c-headerMenu__sns > li img.insta {
  width: 27px;
}
.is-open .c-headerMenu__sns > li img.note {
  width: 80px;
}
.is-open .c-headerMenu__copyRight {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  margin-top: 40px;
  padding-left: 36px;
  font-size: 9px;
  line-height: 1.5;
  font-weight: 500;
}

@keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.footer {
  color: #fff;
  background-color: #3E4A32;
  border-radius: 48px 48px 0px 0px;
  margin-top: -48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .footer {
    border-radius: 24px 24px 0px 0px;
    margin-top: -24px;
  }
}
.footer .footer__logo {
  width: 12rem;
  padding-top: 5rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .footer .footer__logo {
    width: 105px;
  }
}
.footer .footer__menu {
  display: flex;
  gap: 2.8rem;
  margin-top: 5rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .footer .footer__menu {
    gap: 24px;
  }
}
.footer .footer__menu .footer__menu-item {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .footer .footer__menu .footer__menu-item {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
}
.footer .footer__menuSmall {
  display: flex;
  gap: 2.4rem;
  margin-top: 2rem;
}
.footer .footer__menuSmall .footer__menuSmall-item {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: normal;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .footer .footer__menuSmall .footer__menuSmall-item {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}
.footer .footer__sns {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  gap: 4rem;
}
.footer .footer__sns .footer__sns-item {
  display: flex;
  align-items: center;
}
.footer .footer__sns .footer__sns-item img {
  width: 20px;
}
.footer .footer__sns .footer__sns-item img.insta {
  width: 2.4rem;
}
.footer .footer__sns .footer__sns-item img.note {
  width: 6.4rem;
}
.footer .footer__sns .footer__sns-item > p {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.1rem;
}
.footer .footer__copyright {
  margin-top: 3.2rem;
  padding-bottom: 2.4rem;
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.1rem;
}

.keyvisual__sliderChild.shown {
  display: block !important;
  animation: fade-in 2.5s both;
}
.keyvisual__sliderChild.shown .keyvisual__sliderChild__image {
  transform-origin: center;
  animation: scale-down 7s both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-down {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.c-bg-decotation-main {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-bg-decotation-main {
    display: flex;
    padding-left: calc(24px - 1px);
    padding-right: 24px;
  }
}
.c-bg-decotation-main .c-bg-decotation-main__bar {
  border-right: 1px solid #EBE4D8;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-bg-decotation-main .c-bg-decotation-main__bar:nth-of-type(1) {
    width: 0;
  }
  .c-bg-decotation-main .c-bg-decotation-main__bar:nth-of-type(2) {
    flex: 0 0 50%;
  }
  .c-bg-decotation-main .c-bg-decotation-main__bar:nth-of-type(3) {
    flex: 0 0 50%;
  }
  .c-bg-decotation-main .c-bg-decotation-main__bar:nth-of-type(4) {
    display: none;
  }
  .c-bg-decotation-main .c-bg-decotation-main__bar:nth-of-type(5) {
    display: none;
  }
  .c-bg-decotation-main .c-bg-decotation-main__bar:nth-of-type(6) {
    display: none;
  }
}

.c-sectionTitle .c-sectionTitle__jp {
  display: block;
  margin-top: 1.8rem;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 118%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-sectionTitle .c-sectionTitle__jp {
    font-size: 2.5rem;
  }
}
.c-sectionTitle .c-sectionTitle__en {
  display: block;
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.3rem;
  line-height: 114%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-sectionTitle .c-sectionTitle__en {
    font-size: 1.15rem;
  }
}

.c-articleCard {
  position: relative;
}
.c-articleCard:hover .c-articleCard__title > span.js-style-articleCardTitle {
  background-color: #E9DDC5;
  color: #3E3D3C;
}
.c-articleCard:hover .c-articleCard__image > img {
  transform: scale(1.1);
}
.c-articleCard .c-articleCard__date {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  text-align: right;
  padding-bottom: 0.45em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-articleCard .c-articleCard__date {
    font-size: 1.2rem;
  }
}
.c-articleCard .c-articleCard__date > .year {
  display: inline-block;
  transform: translateY(0.42em);
  color: #3E4A32;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
  margin-left: 0.2em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-articleCard .c-articleCard__date > .year {
    font-size: 3rem;
  }
}
.c-articleCard .c-articleCard__image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.c-articleCard .c-articleCard__image > img {
  vertical-align: bottom;
  aspect-ratio: 3/2;
  transition-duration: 0.3s;
}
.c-articleCard .c-articleCard__title {
  position: absolute;
  top: 83%;
  left: -1em;
  right: 1em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 160%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (min-width: 1281px) {
  .c-articleCard .c-articleCard__title {
    top: 86%;
  }
}
@media screen and (max-width: 768px) {
  .c-articleCard .c-articleCard__title {
    position: relative;
    left: 0;
    right: 0;
    margin-left: -0.8em;
    margin-top: -2.2em;
    font-size: 1.5rem;
  }
}
.c-articleCard .c-articleCard__title > span {
  background-color: #3E4A32;
  color: #fff;
  display: inline-block;
  margin-top: -0.4em;
  line-height: 1.2;
  transition-duration: 0.3s;
}
.c-articleCard .c-articleCard__title > span.js-style-articleCardTitle {
  padding: 0.4em 0.6em;
  border-radius: 3px;
}

.c-logoLink {
  width: 16.6666666667vw;
  position: fixed;
  z-index: 9999;
  top: 2.4rem;
  left: 3.7vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-logoLink {
    left: 24px;
  }
}
.c-logoLink > a > img {
  width: 12.8rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-logoLink > a > img {
    width: 85px;
  }
}

#top-page .container {
  z-index: 0;
  position: relative;
  background-color: #F2EFE8;
  width: 100vw !important;
  overflow-x: hidden !important;
}
#top-page .mv .mv__header {
  position: relative;
  height: 15rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__header {
    height: 120px;
  }
}
#top-page .mv .mv__nav {
  position: fixed;
  z-index: 9999;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#top-page .mv .mv__nav .mv__nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  height: 48px;
  border-radius: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
#top-page .mv .mv__nav .mv__nav__menu .mv__nav__menu-item {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
#top-page .mv .mv__nav .mv__nav__menu .mv__nav__menu-item > a {
  padding-bottom: 8px;
  padding-top: 8px;
}
#top-page .mv .mv__bottom-left {
  position: absolute;
  bottom: 30px;
  left: calc(16.6666666667vw * 1 / 4);
}
#top-page .mv .mv__sns {
  display: flex;
  gap: 3.6rem;
}
#top-page .mv .mv__sns img {
  vertical-align: baseline;
}
#top-page .mv .mv__sns .insta {
  width: 2.2rem;
}
#top-page .mv .mv__sns .note {
  width: 5.7rem;
}
#top-page .mv .mv__sns .mv__sns__label {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.3rem;
  font-weight: 700;
}
#top-page .mv .mv__header__right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: calc(16.6666666667vw * 1 / 4);
}
#top-page .mv .mv__visual {
  position: relative;
  margin-left: calc(16.6666666667vw * 1 / 4);
  margin-right: calc(16.6666666667vw * 1 / 4);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual {
    margin-right: 24px;
    margin-left: 24px;
  }
}
#top-page .mv .mv__visual svg {
  width: 100%;
  vertical-align: bottom;
}
#top-page .mv .mv__visual image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-page .mv .mv__visual .mv__visual__news {
  position: absolute;
  top: 39vw;
  left: calc(16.6666666667vw * 4);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual .mv__visual__news {
    top: 61vw;
    left: 44%;
  }
}
#top-page .mv .mv__visual .mv__visual__news .mv__visual__news__header {
  display: flex;
  gap: 24px;
  align-items: center;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual .mv__visual__news .mv__visual__news__header {
    flex-wrap: wrap;
    gap: 8px;
  }
}
#top-page .mv .mv__visual .mv__visual__news .mv__visual__news__header > .date {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 160%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual .mv__visual__news .mv__visual__news__header > .date {
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}
#top-page .mv .mv__visual .mv__visual__news .mv__visual__news__header > .tag {
  background-color: #E9DDC5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 1.3rem;
  color: #3E3D3C;
  font-weight: 600;
  font-size: 1.2rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual .mv__visual__news .mv__visual__news__header > .tag {
    font-size: 1.2rem;
    padding-left: 8px;
    padding-right: 8px;
    height: 22px;
  }
}
#top-page .mv .mv__visual .mv__visual__news .mv__visual__news__title {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
#top-page .mv .mv__visual .mv__visual__news .mv__visual__news__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual .mv__visual__news .mv__visual__news__title {
    font-size: 1.4rem;
    line-height: 150%;
    margin-top: 6px;
  }
}
#top-page .mv .mv__visual .mv__bottom-text {
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual .mv__bottom-text {
    margin-top: 80px;
  }
}
#top-page .mv .mv__visual .mv__bottom-text .mv__sns-sp {
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual .mv__bottom-text .mv__sns-sp {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
#top-page .mv .mv__visual .mv__bottom-text .insta {
  width: 21px;
}
#top-page .mv .mv__visual .mv__bottom-text .note {
  width: 60px;
}
#top-page .mv .mv__visual .mv__bottom-text .copyright {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.2rem;
  margin-top: 2.4rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__visual .mv__bottom-text .copyright {
    font-size: 0.9rem;
    margin-top: 18px;
  }
}
#top-page .mv .mv__title {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 23vw;
  transform: translateX(-50%);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
#top-page .mv .mv__title img {
  width: 6rem;
}
@media screen and (max-width: 768px) {
  #top-page .mv .mv__title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-left: 24px;
    width: 68vw;
    padding-top: 10vw;
    padding-bottom: 16.5vw;
  }
  #top-page .mv .mv__title > img {
    width: 100%;
  }
}
#top-page .statement {
  position: relative;
  padding-top: 120px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .statement {
    padding-top: 100px;
  }
}
#top-page .statement .statement__text {
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 600;
  line-height: 240%; /* 48px */
  letter-spacing: 4px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .statement .statement__text {
    font-size: 1.5rem;
  }
}
#top-page .statement .statement__image, #top-page .statement .statement__image-03, #top-page .statement .statement__image-02, #top-page .statement .statement__image-01 {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
#top-page .statement .statement__image > img, #top-page .statement .statement__image-03 > img, #top-page .statement .statement__image-02 > img, #top-page .statement .statement__image-01 > img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #top-page .statement .statement__image, #top-page .statement .statement__image-03, #top-page .statement .statement__image-02, #top-page .statement .statement__image-01 {
    border-radius: 8px;
  }
}
#top-page .statement .statement__image-01 {
  top: 540px;
  left: -27px;
  width: calc(16.6666666667vw + calc(16.6666666667vw * 2 / 4));
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .statement .statement__image-01 {
    top: auto;
    bottom: -54vw;
    width: 50vw;
    left: 24px;
  }
}
#top-page .statement .statement__image-02 {
  top: 160px;
  right: -27px;
  width: calc(16.6666666667vw + calc(16.6666666667vw * 2 / 4));
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .statement .statement__image-02 {
    top: 16vw;
    right: 24px;
    width: 50vw;
  }
}
#top-page .statement .statement__image-03 {
  bottom: -800px;
  left: calc(16.6666666667vw * 2 / 4);
  width: calc(16.6666666667vw);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .statement .statement__image-03 {
    left: 54px;
    width: 33.333vw;
  }
}
#top-page .bizRent {
  overflow: hidden;
  position: relative;
  z-index: -2;
  background-color: #E9DDC5;
  background-image: url(../images/_samples/bg_2.png);
  color: #3E4A32;
  border-radius: 36px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent {
    border-radius: 24px;
    margin-top: 100px;
  }
}
#top-page .bizRent .bizRent__header {
  position: relative;
  border-radius: 24px;
}
#top-page .bizRent .bizRent__header .bizRent__header__pict {
  width: 29vw;
  position: absolute;
  left: calc(16.6666666667vw * 2 / 4);
  top: 12rem;
  max-width: 480px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__header .bizRent__header__pict {
    position: relative;
    top: auto;
    left: auto;
    margin: 36px auto 64px;
    width: 66vw;
  }
}
#top-page .bizRent .bizRent__header .bizRent__header__index {
  position: absolute;
  top: calc(16.6666666667vw * 1 / 4);
  left: calc(16.6666666667vw * 1 / 4);
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.5rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__header .bizRent__header__index {
    top: 54px;
    left: 24px;
    font-size: 1.2rem;
  }
}
#top-page .bizRent .bizRent__header .bizRent__header__title {
  margin: 0 auto;
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "vert" on, "pwid" on, "palt" on;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__header .bizRent__header__title {
    font-size: 2.5rem;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    margin-left: 54px;
    line-height: 170%;
    padding-top: 88px;
    padding-bottom: 28px;
  }
}
#top-page .bizRent .bizRent__header .bizRent__header__title > span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
#top-page .bizRent .bizRent__header .bizRent__header__title > span::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #3E4A32;
  margin-left: 0.01em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__header .bizRent__header__title > span::before {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 1.4em;
    left: 0;
    right: 0;
  }
}
#top-page .bizRent .bizRent__header .bizRent__header__title > span:nth-of-type(2) {
  margin-top: 1em;
  margin-right: 0.4em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__header .bizRent__header__title > span:nth-of-type(2) {
    margin-top: 0;
  }
}
#top-page .bizRent .bizRent__header .bizRent__header__text {
  position: absolute;
  left: calc(16.6666666667vw * 4);
  top: 21rem;
  font-weight: 600;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__header .bizRent__header__text {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 54px;
    font-size: 1.3rem;
  }
}
#top-page .bizRent .bizRent__content {
  position: relative;
  padding-bottom: 8.8vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__content {
    padding-bottom: 80px;
  }
}
#top-page .bizRent .bizRent__content .bizRent__bgDeco {
  position: absolute;
  right: -13.2vw;
  top: 2vw;
  width: 45vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__content .bizRent__bgDeco {
    width: 90vw;
    bottom: -30%;
    left: -10vw;
    top: auto;
    right: auto;
  }
}
#top-page .bizRent .bizRent__content .bizRent__visual {
  position: relative;
  margin: 0 auto;
  width: calc(16.6666666667vw * 2 + calc(16.6666666667vw * 2 / 4));
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__content .bizRent__visual {
    width: 72vw;
    margin-top: 24px;
  }
}
#top-page .bizRent .bizRent__content .bizRent__visual .original-image-container {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
#top-page .bizRent .bizRent__content .bizRent__visual .original-image-container img {
  position: absolute;
  width: calc(16.6666666667vw * 2 + calc(16.6666666667vw * 2 / 4));
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__content .bizRent__visual .original-image-container {
    width: 72vw;
  }
  #top-page .bizRent .bizRent__content .bizRent__visual .original-image-container img {
    width: 72vw;
  }
}
#top-page .bizRent .bizRent__content .bizRent__text {
  position: absolute;
  top: 10vw;
  left: calc(16.6666666667vw * 2 / 4);
  z-index: 1;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .bizRent .bizRent__content .bizRent__text {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 24px;
  }
}
#top-page .rentInfo {
  position: relative;
}
#top-page .rentInfo .rentInfo__name {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
#top-page .rentInfo .rentInfo__name > .icon {
  width: 2.2rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 768px) {
  #top-page .rentInfo .rentInfo__name {
    font-size: 1.6rem;
  }
}
#top-page .rentInfo .rentInfo__title {
  position: relative;
  margin-top: 3.5rem;
  font-style: normal;
  font-size: 3rem;
  font-weight: 600;
  line-height: 186%;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .rentInfo .rentInfo__title {
    margin-top: 22px;
    font-size: 2.2rem;
  }
}
#top-page .rentInfo .rentInfo__title span {
  display: inline-block;
  background-color: #3E4A32;
  padding: 0 0.4em;
  border-radius: 4px;
}
#top-page .rentInfo .rentInfo__title span:nth-of-type(2) {
  transform: translateY(-0.3em);
  margin-right: 0.2em;
}
#top-page .rentInfo .rentInfo__tags {
  margin-top: 1rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .rentInfo .rentInfo__tags {
    margin-top: 0.4rem;
  }
}
#top-page .rentInfo .rentInfo__tags > li {
  display: inline-block;
  background-color: #fff;
  padding: 0.5rem 1.3rem;
  margin-right: 0.8em;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .rentInfo .rentInfo__tags > li {
    font-size: 1.3rem;
    padding: 4px 10px;
    margin-right: 6px;
  }
}
#top-page .rentInfo .rentInfo__location {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .rentInfo .rentInfo__location {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
#top-page .rentInfo .rentInfo__location .icon {
  display: inline-block;
  width: 1.4rem;
  margin-right: 0.6rem;
}
#top-page .rentInfo .rentInfo__small {
  margin-top: 3.6rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .rentInfo .rentInfo__small {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
#top-page .rentInfo .rentInfo__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 5.4rem;
  border-radius: 2.7rem;
  margin-left: 200px;
  margin-top: -50px;
  background-color: #EB9900;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .rentInfo .rentInfo__link {
    margin-left: auto;
    margin-top: -41px;
    margin-right: 24px;
    bottom: -74vw;
    width: 140px;
    height: 48px;
  }
}
#top-page .members .members__title {
  margin-left: calc(16.6666666667vw * 2 / 4);
  padding-top: 120px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .members .members__title {
    margin-left: 54px;
    padding-top: 80px;
  }
}
#top-page .members .members__content {
  position: relative;
}
#top-page .members .members__content .members__content__deco-01 {
  position: absolute;
  z-index: -1;
  width: calc(16.6666666667vw + calc(16.6666666667vw * 1 / 4));
  right: calc(0px - calc(16.6666666667vw * 1 / 4));
  bottom: -25vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .members .members__content .members__content__deco-01 {
    width: 40vw;
    bottom: -40vw;
    right: -50px;
  }
}
#top-page .members .members__content .members__content__deco-02 {
  position: absolute;
  z-index: -1;
  width: calc(16.6666666667vw + calc(16.6666666667vw * 1 / 4));
  left: calc(0px - calc(16.6666666667vw * 3 / 4));
  top: 20vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .members .members__content .members__content__deco-02 {
    width: 40vw;
    top: 50vh;
  }
}
#top-page .members .members__list {
  margin-top: 20px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .members .members__list {
    margin-top: 34px;
  }
}
#top-page .memberUnit {
  display: flex;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit {
    flex-direction: column;
  }
}
#top-page .memberUnit .memberUnit__text {
  width: calc(16.6666666667vw + calc(16.6666666667vw * 3 / 4));
  padding-top: 90px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__text {
    order: 1;
    width: 100%;
    padding-top: 0px;
    padding-left: 54px;
    padding-right: 54px;
    margin-top: 40px;
  }
}
#top-page .memberUnit .memberUnit__text.left {
  margin-right: calc(16.6666666667vw * 1 / 4);
  margin-left: calc(16.6666666667vw + calc(16.6666666667vw * 1 / 4));
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__text.left {
    margin-top: 37px;
    margin-left: 0;
    margin-right: 0;
  }
}
#top-page .memberUnit .memberUnit__images {
  position: relative;
  width: calc(16.6666666667vw + calc(16.6666666667vw * 2 / 4));
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__images {
    margin-left: 54px;
    width: 54vw;
  }
}
#top-page .memberUnit .memberUnit__images.left {
  margin-right: calc(16.6666666667vw * 1 / 4);
  margin-left: calc(16.6666666667vw + calc(16.6666666667vw * 1 / 4));
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__images.left {
    margin-left: auto;
    margin-right: 54px;
  }
}
#top-page .memberUnit .memberUnit__images.left .memberUnit__images__rect {
  top: 16.6666666667vw;
  left: calc(0px - calc(16.6666666667vw * 2 / 4));
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__images.left .memberUnit__images__rect {
    left: -17.5vw;
    top: 27vw;
  }
}
#top-page .memberUnit .memberUnit__images.right .memberUnit__images__rect {
  top: calc(16.6666666667vw * 3 / 4);
  right: calc(0px - calc(16.6666666667vw * 2 / 4));
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__images.right .memberUnit__images__rect {
    right: -17.5vw;
    top: 32vw;
  }
}
#top-page .memberUnit .memberUnit__images .memberUnit__images__hex {
  width: 100%;
}
#top-page .memberUnit .memberUnit__images .memberUnit__images__rect {
  position: absolute;
  top: 16.6666666667vw;
  width: calc(16.6666666667vw * 3 / 4);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__images .memberUnit__images__rect {
    width: 25vw;
  }
}
#top-page .memberUnit .memberUnit__title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 120%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__title {
    font-size: 2.1rem;
  }
}
#top-page .memberUnit .memberUnit__en {
  margin-top: 1rem;
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.4rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__en {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
#top-page .memberUnit .memberUnit__desc {
  margin-top: 1.5rem;
  font-feature-settings: "palt" on;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 180%;
  text-align: justify;
  margin-bottom: 72px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .memberUnit .memberUnit__desc {
    margin-bottom: 50px;
    font-size: 1.2rem;
  }
}
#top-page .news {
  position: relative;
  padding: 0 calc(16.6666666667vw * 2 / 4);
  margin-top: 120px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .news {
    padding: 0 24px;
    margin-top: 80px;
  }
}
#top-page .news .news__pin {
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  width: 208px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .news .news__pin {
    top: -36px;
  }
}
#top-page .news .news__pin > img {
  vertical-align: bottom;
}
#top-page .news .news__container {
  position: relative;
  background-color: #E9DDC5;
  padding: 36px calc(16.6666666667vw * 2 / 4) 72px;
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .news .news__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 30px 72px;
    border-radius: 8px;
  }
}
#top-page .news .news__container .news__title {
  margin-right: calc(16.6666666667vw * 1 / 4);
  padding-top: 28px;
  flex: 0 0 16rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .news .news__container .news__title {
    flex-basis: auto;
    padding-top: 0;
  }
}
#top-page .news .news__container .news__list {
  flex: 1 1 auto;
  padding: 10px 0;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .news .news__container .news__list {
    padding: 32px 0 0;
  }
}
#top-page .news .news__container .news__list .news__item {
  position: relative;
  transition-duration: 0.3s;
}
#top-page .news .news__container .news__list .news__item:hover {
  background-color: #e1d0af;
}
#top-page .news .news__container .news__list .news__item:not(:last-child):after {
  position: absolute;
  opacity: 0.6;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/border-unit.png);
  background-size: 6px;
}
#top-page .news .news__linkToIndex {
  position: absolute;
  right: 16.6666666667vw;
  bottom: 24px;
  width: 200px;
  height: 4.5rem;
  color: #fff;
  background-color: #3E3D3C;
  border-radius: 2.25rem;
  font-weight: 600;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .news .news__linkToIndex {
    font-size: 1.3rem;
    height: 40px;
    right: 54px;
    width: 128px;
  }
}
#top-page .newsLInk {
  position: relative;
  display: flex;
  align-items: center;
  height: 9.6rem;
  gap: 1.8rem;
  padding-left: 16px;
  padding-right: 24px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .newsLInk {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    gap: 0px;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
#top-page .newsLInk .newsLink__date {
  flex: 0 0 12rem;
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.3rem;
  color: #8E8D89;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .newsLInk .newsLink__date {
    font-size: 1.1rem;
    flex-basis: 100px;
  }
}
#top-page .newsLInk .newsLink__tag {
  background-color: #3E4A32;
  flex: 0 0 10.8rem;
  display: flex;
  height: 2.6rem;
  border-radius: 1.3rem;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 0.8em;
  padding-right: 0.8em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .newsLInk .newsLink__tag {
    font-size: 1.1rem;
    height: 20px;
    flex-basis: 100px;
  }
}
#top-page .newsLInk .newsLink__title {
  flex: 1 1 auto;
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .newsLInk .newsLink__title {
    flex: 0 0 100%;
    font-size: 1.4rem;
    margin-top: 11px;
    margin-top: 9px;
  }
}
#top-page .newsLInk .newsLink__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  z-index: 1;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .newsLInk .newsLink__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
  }
}
#top-page .newsLInk .newsLink__arrow > img {
  display: block;
  top: 0;
}
#top-page .newsLInk .newsLink__arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-60%, -50%);
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F5F2EC;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .newsLInk .newsLink__arrow:after {
    width: 27px;
    height: 27px;
  }
}
#top-page .visuals {
  position: relative;
  z-index: -1;
  margin-top: -50px;
  position: relative;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .visuals {
    margin-top: -24px;
  }
}
#top-page .visuals .visuals__shadow {
  background-color: #000;
  position: absolute;
  z-index: 1;
  opacity: 0.15;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#top-page .visuals .visuals__logos {
  position: absolute;
  top: 35%;
  left: 100%;
  display: flex;
  gap: 10vw;
  animation: ticker-slow-reverse 240s infinite linear 1s both;
  z-index: 1;
  overflow: hidden;
}
#top-page .visuals .visuals__logos .visuals__logo {
  width: 160vw;
}
#top-page .visuals .visuals__logos .visuals__logo img {
  width: 100%;
}
#top-page .visuals .visuals__list {
  display: flex;
  justify-content: stretch;
  animation: ticker-slow 72s infinite linear 1s both;
  width: 5760px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .visuals .visuals__list {
    width: 2400px;
  }
}
#top-page .visuals .visuals__list .visuals__item {
  flex: 1 0 40vw;
  height: calc(30vw + 36px);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .visuals .visuals__list .visuals__item {
    flex: 0 0 300px;
    height: 240px;
  }
}
#top-page .visuals .visuals__list .visuals__item > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#top-page .journals {
  position: relative;
  margin-top: calc(0px - 36px);
  border-radius: 36px;
  background-image: url(../images/masu6.png);
  background-size: 36px;
  padding: 120px calc(16.6666666667vw * 2 / 4);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .journals {
    padding: 80px 36px;
    border-radius: 24px;
    margin-top: calc(0px - 24px);
  }
}
#top-page .journals .journals__title {
  padding-left: calc(16.6666666667vw * 2 / 4);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .journals .journals__title {
    padding-left: 24px;
  }
}
#top-page .journals .journals__desc {
  width: calc(16.6666666667vw * 2);
  margin-left: calc(16.6666666667vw * 2 / 4);
  margin-top: 4.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .journals .journals__desc {
    width: 100%;
    padding-left: 0;
    font-size: 1.3rem;
    margin-top: 28px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 0;
  }
}
#top-page .journals .journals__deco {
  position: absolute;
  right: calc(16.6666666667vw * 3 / 4);
  width: 29vw;
  top: 113px;
  max-width: 400px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .journals .journals__deco {
    position: relative;
    top: auto;
    right: auto;
    width: 70vw;
    margin: 32px auto 0;
  }
}
#top-page .journals .journals__list {
  display: flex;
  margin-top: 85px;
  justify-content: space-between;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .journals .journals__list {
    display: block;
    margin-top: 48px;
  }
}
#top-page .journals .journals__list-item {
  flex: 0 0 30%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .journals .journals__list-item {
    margin-bottom: 18px;
  }
}
#top-page .contact {
  margin-top: -36px;
  z-index: -1;
  position: relative;
  height: 66.666vw;
  background-image: url(../images/036_231220.jpg);
  background-size: cover;
  background-position: center;
  padding-left: calc(16.6666666667vw * 2 / 4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .contact {
    height: auto;
    background: none;
    justify-content: flex-start;
    padding-top: 108px;
    padding-left: 0;
    color: #3E3D3C;
  }
}
#top-page .contact .shadow {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1254901961);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .contact .shadow {
    opacity: 0;
  }
}
#top-page .contact .contact__text {
  position: relative;
  font-weight: 600;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .contact .contact__text {
    padding-left: 54px;
    padding-right: 54px;
  }
}
#top-page .contact .contact__title {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .contact .contact__title {
    text-shadow: none;
  }
}
#top-page .contact .contact__desc {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .contact .contact__desc {
    font-size: 1.7rem;
    text-shadow: none;
  }
}
#top-page .contact .contact__desc > span {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 160%;
}
#top-page .contact .contact__button {
  margin-top: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 369px;
  height: 6.4rem;
  background-color: #EB9900;
  border-radius: 3.2rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #top-page .contact .contact__button {
    color: #fff;
    width: 210px;
    height: 48px;
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
#top-page .contact .contact__visual {
  margin-top: 80px;
}

@keyframes ticker-slow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes ticker-slow-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.content {
  position: relative;
}

.topImage img {
  width: 100%;
}

.content {
  position: relative;
  color: #fff;
}

.imageContainer {
  position: absolute;
  bottom: -38rem;
  left: 50%;
  transform: translate(calc(-50% + 30vw), 0);
  width: 33.333vw;
  height: 33.333vh;
  background-color: #000;
  overflow: hidden;
  border-radius: 12px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageContainer {
    transform: translate(calc(-50% + 60px), 0);
    height: 28vh;
    bottom: -520px;
    border-radius: 8px;
  }
}
.imageContainer .imageInner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imageContainer .imageInner .imageInnerShadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.imageContainer .imageInner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageContainer.fixed {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.business {
  position: relative;
  z-index: 10;
}
.business .business__header {
  transform: translateY(calc(-100% - 18vw));
  height: 0;
  color: #fff;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-bottom: 100px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .business .business__header {
    transform: translateY(calc(-100% - 42vw));
    padding-left: 54px;
    padding-right: 54px;
  }
}
.business .business__header .business__header__content {
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
.business .business__header .business__header__content > p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .business .business__header .business__header__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px;
  }
  .business .business__header .business__header__content > p {
    margin-right: 0;
    margin-bottom: 24px;
    font-size: 1.3rem;
  }
}
.business .business__header .business__header__list {
  line-height: 1.6;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .business .business__header .business__header__list {
    margin-top: 30px;
  }
}
.business .business__header .business__header__list .business__header__list-item {
  display: flex;
  margin-bottom: 1.4rem;
}
.business .business__header .business__header__list .business__header__list-item.is-inactive {
  opacity: 0.7;
}
.business .business__header .business__header__list .business__header__list-item .business__header__list-item__index {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 3rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .business .business__header .business__header__list .business__header__list-item .business__header__list-item__index {
    font-size: 1.5rem;
    margin-right: 1.2rem;
  }
}
.business .business__header .business__header__list .business__header__list-item .business__header__list-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
.business .business__header .business__header__list .business__header__list-item .business__header__list-item__title > span {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  letter-spacing: 0;
  opacity: 0.7;
  margin-left: -0.8em;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .business .business__header .business__header__list .business__header__list-item .business__header__list-item__title {
    font-size: 1.5rem;
  }
}

.business img {
  width: 100%;
}

.gsap-dammy {
  height: 1820px;
}

.c-bukken-info-title {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-bukken-info-title {
    font-size: 2.1rem;
  }
}

#koyodai-page {
  background-color: #F2EFE8;
}
#koyodai-page .bukken-grid-container {
  position: relative;
}
#koyodai-page .bukken-grid-container .bukken-images {
  position: absolute;
  width: calc(50vw - calc(16.6666666667vw * 1 / 4));
  padding-top: 13vw;
  top: 0;
  left: 0;
  height: calc(100% - 13vw);
  margin-left: calc(16.6666666667vw * 1 / 4);
  overflow: hidden;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .bukken-grid-container .bukken-images {
    position: relative;
    width: 100vw;
    margin-left: 0;
    padding-top: 130px;
  }
}
#koyodai-page .bukken-grid-container .bukken-images img {
  border-radius: 4px;
  aspect-ratio: 16/9;
  object-fit: cover;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .bukken-grid-container .bukken-images img {
    border-radius: 0;
  }
}
#koyodai-page .bukken-grid-container .bukken-images .bukken-images__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1.3em;
}
#koyodai-page .bukken-grid-container .bukken-images .bukken-images__note {
  font-size: 1.3rem;
  color: #8E8D89;
  letter-spacing: 0.06em;
  margin-top: 0.5em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .bukken-grid-container .bukken-images .bukken-images__note {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.1rem;
  }
}
#koyodai-page .bukken-grid-container .bukken-images .thumbnail-slides {
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .bukken-grid-container .bukken-images .thumbnail-slides {
    padding-left: calc(24px / 2);
    padding-right: calc(24px / 2);
    padding-top: 4px;
  }
  #koyodai-page .bukken-grid-container .bukken-images .thumbnail-slides img {
    border-radius: 3px;
  }
}
#koyodai-page .bukken-grid-container .bukken-images .swiper-pagination {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-weight: 600;
  font-size: 1.15rem;
  background-color: #E9DDC5;
  width: 5.8em;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  border-radius: 2px;
}
#koyodai-page .bukken-grid-container .bukken-images .swiper-button-prev:after {
  font-size: 3rem;
  color: #fff;
}
#koyodai-page .bukken-grid-container .bukken-images .swiper-button-next:after {
  font-size: 3rem;
  color: #fff;
}
#koyodai-page .bukken-grid-container .koyodai-content {
  margin-left: 50vw;
  padding-left: calc(16.6666666667vw * 2 / 4);
  padding-right: calc(16.6666666667vw * 2 / 4);
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .bukken-grid-container .koyodai-content {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    gap: 72px;
    padding-bottom: 120px;
  }
}
#koyodai-page .page-title {
  font-size: 3.6rem;
  font-weight: 600;
  padding-top: 13vw;
  line-height: 1em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .page-title {
    font-size: 2.8rem;
    padding-top: 48px;
  }
}
#koyodai-page .bigVisual {
  margin-left: calc(16.6666666667vw * 1 / 4);
  margin-right: calc(16.6666666667vw * 1 / 4);
  padding-bottom: 180px;
  border-radius: 12px;
  overflow: hidden;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
#koyodai-page .bigVisual img {
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  #koyodai-page .bigVisual {
    position: relative;
    margin: 0;
    border-radius: 0;
    padding-bottom: 0;
    z-index: -1;
  }
  #koyodai-page .bigVisual img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
#koyodai-page .general .general__features {
  display: flex;
  align-items: center;
  margin-top: 2.8rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .general .general__features {
    margin-top: 2.2rem;
  }
}
#koyodai-page .general .general__features .general__features-item {
  margin-right: 0.6em;
  padding: 0.5rem 1.1rem;
  border-radius: 3px;
  background-color: #3E4A32;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .general .general__features .general__features-item {
    font-size: 1.3rem;
  }
}
#koyodai-page .spec__list {
  display: grid;
  grid-template-columns: calc(16.6666666667vw * 2 / 4) 1fr;
  gap: 2.2rem 0;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: 600;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .spec__list {
    grid-template-columns: 100px 1fr;
    font-size: 1.3rem;
    gap: 2rem 0;
  }
}
#koyodai-page .spec__list .spec__title {
  color: #8E8D89;
  font-size: 1.3rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .spec__list .spec__title {
    font-size: 1.2rem;
  }
}
#koyodai-page .spec__list .spec__content > dl {
  display: grid;
  grid-template-columns: calc(16.6666666667vw * 2 / 4) 16.6666666667vw;
  gap: 1rem 0;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .spec__list .spec__content > dl {
    grid-template-columns: 80px 1fr;
    gap: 0.8rem 0;
  }
}
#koyodai-page .spec__list .spec__content > .price {
  display: block;
  font-size: 3.2rem;
  margin-top: -0.5em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .spec__list .spec__content > .price {
    font-size: 2.4rem;
  }
}
#koyodai-page .desc {
  font-size: 1.5rem;
}
#koyodai-page .desc .desc__desc {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page .desc .desc__desc {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
#koyodai-page section.geer .geer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 0.8em;
  margin-top: 2rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page section.geer .geer__list {
    gap: 1.2rem 0.6em;
  }
}
#koyodai-page section.geer .geer__list .geer__item {
  font-weight: 600;
  font-size: 1.5rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page section.geer .geer__list .geer__item {
    font-size: 1.3rem;
  }
}
#koyodai-page section.geer .geer__list .geer__item:after {
  display: inline;
  content: "/";
  margin-left: 0.8em;
}
#koyodai-page section.geer p {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 2em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #koyodai-page section.geer p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

#policy-page .policy__contaner {
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  margin-top: 96px;
  padding-bottom: 160px;
  font-size: 1.4rem;
  font-weight: 500;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #policy-page .policy__contaner {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 54px;
    padding-bottom: 120px;
    font-size: 1.3rem;
  }
}
#policy-page .bold {
  display: block;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
}

.c-staticPageHaeder {
  position: relative;
  padding-top: 200px;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-staticPageHaeder {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 188px;
  }
}
.c-staticPageHaeder .c-staticPageHaeder__backLink {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  position: fixed;
  left: calc(16.6666666667vw * 1 / 4);
  top: 210px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-staticPageHaeder .c-staticPageHaeder__backLink {
    position: absolute;
    top: 140px;
    left: 24px;
    font-size: 1.4rem;
  }
}
.c-staticPageHaeder .c-staticPageHaeder__backLink img {
  width: 2rem;
  margin-top: 0.4em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-staticPageHaeder .c-staticPageHaeder__backLink img {
    width: 1.6rem;
  }
}
.c-staticPageHaeder .c-staticPageHaeder__backLink .c-staticPageHaeder__text {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-family: "dnp-shuei-gothic-kin-std", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
  margin-right: 2rem;
  font-size: 1.4rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-staticPageHaeder .c-staticPageHaeder__backLink .c-staticPageHaeder__text {
    margin-right: 0.9rem;
  }
}
.c-staticPageHaeder .c-staticPageHaeder__title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .c-staticPageHaeder .c-staticPageHaeder__title {
    font-size: 2.6rem;
  }
}

#news-index-page .container {
  z-index: 0;
  position: relative;
  background-color: #F2EFE8;
  width: 100vw !important;
  overflow-x: hidden !important;
}
#news-index-page section.news {
  margin-left: 16.6666666667vw;
  margin-right: 16.6666666667vw;
  margin-top: 100px;
  margin-bottom: 200px;
  border-radius: 12px;
  background-color: #FFF;
  padding: 10px calc(16.6666666667vw * 1 / 4);
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-index-page section.news {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 48px;
    margin-bottom: 160px;
    padding: 10px 30px;
  }
}
#news-index-page .newsIndex .newsIndex__item {
  position: relative;
}
#news-index-page .newsIndex .newsIndex__item:not(:last-child):after {
  position: absolute;
  opacity: 0.6;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/border-unit.png);
  background-size: 6px;
}
#news-index-page .newsLInk {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.8rem;
  padding-left: 16px;
  padding-right: 24px;
  padding-bottom: 4rem;
  padding-top: 4rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
#news-index-page .newsLInk:hover {
  background-color: #f1eadb;
}
#news-index-page .newsLInk:hover .newsLink__title {
  transform: translateX(0.5em);
  color: #3E4A32;
}
@media screen and (max-width: 768px) {
  #news-index-page .newsLInk {
    padding-left: 0;
    gap: 0px;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
#news-index-page .newsLInk .newsLink__date {
  flex: 0 0 14rem;
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.5rem;
  color: #8E8D89;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-index-page .newsLInk .newsLink__date {
    font-size: 1.3rem;
    flex-basis: 96px;
  }
}
#news-index-page .newsLInk .newsLink__tag {
  background-color: #3E4A32;
  flex: 0 0 10.8rem;
  display: flex;
  height: 2.6rem;
  border-radius: 1.3rem;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-index-page .newsLInk .newsLink__tag {
    font-size: 1.1rem;
    height: 20px;
    flex-basis: 100px;
  }
}
#news-index-page .newsLInk .newsLink__title {
  flex: 0 0 100%;
  padding-right: 30px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%;
  transition-duration: 0.3s;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-index-page .newsLInk .newsLink__title {
    margin-top: 2.2rem;
    margin-top: 9px;
    padding-right: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#news-index-page .newsLInk .newsLink__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  z-index: 1;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-index-page .newsLInk .newsLink__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
  }
}
#news-index-page .newsLInk .newsLink__arrow > img {
  display: block;
  top: 0;
}
#news-index-page .newsLInk .newsLink__arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-60%, -50%);
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F5F2EC;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-index-page .newsLInk .newsLink__arrow:after {
    width: 27px;
    height: 27px;
  }
}

#news-details-page .container {
  z-index: 0;
  position: relative;
  background-color: #F2EFE8;
  width: 100vw !important;
  overflow-x: hidden !important;
}
#news-details-page .newsDetails {
  padding-bottom: 200px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-details-page .newsDetails {
    padding-bottom: 160px;
  }
}
#news-details-page .newsDetails .newsDetails__infoContainer {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 2em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-details-page .newsDetails .newsDetails__infoContainer {
    display: block;
    margin-top: 1.5em;
  }
}
#news-details-page .newsDetails .newsDetails__date {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.6rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-details-page .newsDetails .newsDetails__date {
    padding-left: 24px;
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
#news-details-page .newsDetails .newsDetails__tag {
  background-color: #3E4A32;
  min-width: 120px;
  margin-left: 16.6666666667vw;
  display: flex;
  height: 2.6rem;
  border-radius: 1.3rem;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  padding-left: 1em;
  padding-right: 1em;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-details-page .newsDetails .newsDetails__tag {
    font-size: 1.1rem;
    height: 20px;
    width: 100px;
    margin-left: 24px;
  }
}
#news-details-page .newsDetails .newsDetails__contaner {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-family: "dnp-shuei-gothic-kin-std", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 80px;
  background-color: #fff;
  margin-left: 16.6666666667vw;
  margin-right: 16.6666666667vw;
  padding: 1px calc(16.6666666667vw * 1 / 4) 60px;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 180%;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-details-page .newsDetails .newsDetails__contaner {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 48px;
    padding: 1px 30px 36px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
#news-details-page .newsDetails .newsDetails__bottom {
  text-align: center;
  padding-top: 50px;
}
#news-details-page .newsDetails .newsDetails__body {
  margin-top: 6rem;
}
#news-details-page .newsDetails .newsDetails__body img {
  height: auto;
  width: unset;
  max-width: 100%;
}
#news-details-page .newsDetails .newsDetails__body h1, #news-details-page .newsDetails .newsDetails__body h2, #news-details-page .newsDetails .newsDetails__body h3, #news-details-page .newsDetails .newsDetails__body h4, #news-details-page .newsDetails .newsDetails__body p, #news-details-page .newsDetails .newsDetails__body ul, #news-details-page .newsDetails .newsDetails__body ol, #news-details-page .newsDetails .newsDetails__body li, #news-details-page .newsDetails .newsDetails__body img, #news-details-page .newsDetails .newsDetails__body a, #news-details-page .newsDetails .newsDetails__body table, #news-details-page .newsDetails .newsDetails__body blockquote, #news-details-page .newsDetails .newsDetails__body pre, #news-details-page .newsDetails .newsDetails__body iframe, #news-details-page .newsDetails .newsDetails__body hr {
  margin-bottom: 1em;
}
#news-details-page .newsDetails .newsDetails__body h1, #news-details-page .newsDetails .newsDetails__body h2, #news-details-page .newsDetails .newsDetails__body h3, #news-details-page .newsDetails .newsDetails__body h4 {
  font-weight: 700;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
}
#news-details-page .newsDetails .newsDetails__body h1 {
  font-size: 3rem;
}
#news-details-page .newsDetails .newsDetails__body h2 {
  font-size: 2.4rem;
}
#news-details-page .newsDetails .newsDetails__body h3 {
  font-size: 2rem;
}
#news-details-page .newsDetails .newsDetails__body h4 {
  font-size: 1.8rem;
}
#news-details-page .newsDetails .newsDetails__body li {
  list-style-type: disc;
  margin-left: 1em;
}
#news-details-page .newsDetails .newsDetails__body em {
  font-style: italic;
}
#news-details-page .newsDetails .newsDetails__body strong {
  color: #3E4A32 !important;
}
#news-details-page .newsDetails .newsDetails__body a {
  color: #EB9900;
}
#news-details-page .newsDetails .newsDetails__body blockquote {
  padding: 2em;
  background-color: #F5F2EC;
  border-radius: 3px;
}
#news-details-page .newsDetails .newsDetails__body blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 1.3rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #news-details-page .newsDetails .newsDetails__body blockquote p {
    font-size: 1.2rem;
  }
}

#about-page .container {
  z-index: 0;
  position: relative;
  background-color: #F2EFE8;
  width: 100vw !important;
  overflow-x: hidden !important;
}
#about-page .about__contaner {
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  margin-top: 96px;
  padding-bottom: 160px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #about-page .about__contaner {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 54px;
    padding-bottom: 120px;
  }
}
#about-page .corporateInfo {
  display: grid;
  grid-template-columns: 16.6666666667vw 1fr;
  gap: 2rem 0;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #about-page .corporateInfo {
    grid-template-columns: 96px 1fr;
    gap: 1.8rem 0;
  }
}
#about-page .corporateInfo .corporateInfo__title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8E8D89;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #about-page .corporateInfo .corporateInfo__title {
    font-size: 1.3rem;
  }
}
#about-page .corporateInfo .corporateInfo__text {
  font-size: 1.8rem;
  font-weight: 600;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  #about-page .corporateInfo .corporateInfo__text {
    font-size: 1.5rem;
  }
}

.animation-container {
  margin-top: 200px;
  position: relative;
  width: 100%;
  height: 37.5vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .animation-container {
    height: 54vw;
    margin-top: 100px;
  }
}

.decotrationText {
  position: fixed;
  bottom: 0;
  left: 100%;
  display: flex;
  z-index: -2;
}
.decotrationText img {
  width: 180vw;
  opacity: 0.6;
}

.imageSliderAnimationContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 37.5vw;
  width: 194vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer {
    height: 54vw;
    width: 279vw;
  }
}

.imageSliderAnimationContainer__images {
  position: absolute;
  top: 0;
  left: 50vw;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 6vw;
  width: 194vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer__images {
    width: 279vw;
  }
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image {
  border-radius: 12px;
  overflow: hidden;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image {
    border-radius: 8px;
  }
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(1) {
  flex: 0 0 28vw;
  height: 38vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(1) {
    flex: 0 0 42vw;
    height: 54vw;
  }
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(2) {
  flex: 0 0 38vw;
  height: 28vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(2) {
    flex: 0 0 57vw;
    height: 42vw;
  }
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(4) {
  flex: 0 0 28vw;
  height: 38vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(4) {
    flex: 0 0 42vw;
    height: 54vw;
  }
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(5) {
  flex: 0 0 38vw;
  height: 28vw;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(5) {
    flex: 0 0 57vw;
    height: 42vw;
  }
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(2) {
  z-index: 0;
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image:nth-of-type(4) {
  z-index: 0;
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image img, .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image--target {
  position: relative;
  flex: 0 0 38vw;
  height: 28vw;
  margin-top: 5vw;
  z-index: 1;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image--target {
    margin-top: 6vw;
    flex: 0 0 57vw;
    height: 42vw;
  }
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image--target .image_3__inner {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image--target .image_3__inner {
    border-radius: 8px;
  }
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image--target .image_3__inner video, .imageSliderAnimationContainer__images .imageSliderAnimationContainer__image--target .image_3__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageSliderAnimationContainer__images .imageSliderAnimationContainer__image--target .image_3__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.businessTitle {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  width: 100vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
}

.businessTitle__content {
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
.businessTitle__content > p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .businessTitle__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px;
  }
  .businessTitle__content > p {
    margin-right: 0;
    margin-bottom: 24px;
    font-size: 1.3rem;
  }
}

.businessTitle__list {
  line-height: 1.6;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .businessTitle__list {
    margin-top: 30px;
  }
}
.businessTitle__list .businessTitle__list-item {
  display: flex;
  margin-bottom: 1.4rem;
}
.businessTitle__list .businessTitle__list-item.is-inactive {
  opacity: 0.7;
}
.businessTitle__list .businessTitle__list-item .businessTitle__list-item__index {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 3rem;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
@media screen and (max-width: 768px) {
  .businessTitle__list .businessTitle__list-item .businessTitle__list-item__index {
    font-size: 1.5rem;
    margin-right: 1.2rem;
  }
}
.businessTitle__list .businessTitle__list-item .businessTitle__list-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}
.businessTitle__list .businessTitle__list-item .businessTitle__list-item__title > span {
  font-family: "NectoMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: "ss01" on;
  letter-spacing: 0;
  opacity: 0.7;
  margin-left: -0.8em;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .businessTitle__list .businessTitle__list-item .businessTitle__list-item__title {
    font-size: 1.5rem;
  }
}

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