@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
:root {
  --black: #000;
  --white:#fff;
  --red: #951422;
  --gray: #DCD1BF80;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "EB Garamond", serif;
}

html {
  font-size: 62.5% !important;
}

body {
  font-weight: 400;
  line-height: 1.8;
  font-size: 12px;
  color: var(--black);
  background-color: var(--white);
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-size: 1.4rem;
  background-image: url("/assets/img/common/img_bg.webp");
  background-repeat: repeat;
  background-position: center;
}

a {
  text-decoration: none;
  color: var(--white);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

p, a {
  font-family: "EB Garamond", serif;
}

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;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

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;
}

input:focus {
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

textarea {
  overflow: auto;
}

hr {
  margin: 0;
  border: none;
}

option {
  padding: 0;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "HKGroteskWide-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/font/HKGroteskWide-Light.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "NeueMetanaNext-SemiBold";
  font-style: normal;
  font-weight: 400;
  src: url("/font/NeueMetana-Regular.otf") format("opentype");
  font-display: swap;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: var(--red);
  gap: min(9%, 80px);
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 16px 40px 69px;
  }
}
.footer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__content__links {
  width: max(31.5%, 170px);
  min-width: max(31.5%, 170px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__content__links {
    width: 100%;
    padding-bottom: 29px;
  }
}
.footer__content__links::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .footer__content__links::after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
  }
}
.footer__content__links .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer__content__links .list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content__links .list {
    gap: 17px;
  }
}
.footer__content__links .list li {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.footer__content__links .list li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer__content__links .list li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.footer__content__links .list a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .footer__content__links .list a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.footer__content__links .list a:hover {
  opacity: 0.5;
}
.footer__content__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .footer__content__contact {
    width: 55%;
  }
}
.footer__content__contact ul {
  padding-left: 21%;
}
@media screen and (max-width: 1000px) {
  .footer__content__contact ul {
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content__contact ul {
    padding-left: 0;
  }
}
.footer__content__contact .item {
  margin-bottom: 40px;
}
.footer__content__contact .item--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__content__contact .item--social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
.footer__content__contact .item--social .item__social {
  width: 24px;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-width: 24px;
}
.footer__content__contact .item--social .item__social > img, .footer__content__contact .item--social .item__social > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1/1) {
  .footer__content__contact .item--social .item__social {
    position: relative;
  }
  .footer__content__contact .item--social .item__social::before {
    float: left;
    content: "";
    padding-top: 100%;
  }
  .footer__content__contact .item--social .item__social::after {
    display: block;
    content: "";
    clear: both;
  }
  .footer__content__contact .item--social .item__social > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.footer__content__contact .item--social .item__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  min-width: 100%;
}
.footer__content__contact .item--social .item__logo::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("/assets/img/common/img-logoW.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .footer__content__contact .item--social .item__logo {
    display: none;
  }
}
.footer__content__contact .item--social p {
  margin-top: 0;
}
.footer__content__contact .item--social span {
  font-size: 29px;
  font-size: 2.9rem;
  color: var(--white);
}
.footer__content__contact .item--social a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 768px) {
  .footer__content__contact .item:nth-child(1), .footer__content__contact .item:nth-child(2) {
    display: none;
  }
}
.footer__content__contact .copy {
  margin-top: auto;
  padding-left: 21%;
}
@media screen and (max-width: 1000px) {
  .footer__content__contact .copy {
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content__contact .copy {
    padding-left: 0;
  }
}
.footer__content__contact p, .footer__content__contact address {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  color: var(--white);
  max-width: 411px;
  font-family: "EB Garamond", serif;
}
.footer__content__contact p + p, .footer__content__contact p + address, .footer__content__contact address + p, .footer__content__contact address + address {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .footer__content__contact p, .footer__content__contact address {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.footer__content__logo {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .footer__content__logo {
    display: none;
  }
}
.footer__sub {
  background-image: url("/assets/img/common/img_bg.webp");
  background-repeat: repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 56px 56px 32px;
  height: 940px;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .footer__sub {
    padding: 36px 15px 32px;
  }
}
.footer__sub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 26px 55px 0;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .footer__sub__inner {
    margin: 0 0 35px;
    gap: 25px;
  }
}
.footer__sub__title {
  font-size: 16px;
  font-size: 1.6rem;
  text-orientation: upright;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: nowrap;
  letter-spacing: -2px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-family: "EB Garamond", serif;
}
.footer__sub__title span {
  font-family: "EB Garamond", serif;
}
.footer__sub__desc {
  -webkit-font-feature-settings: "vrt2" on;
          font-feature-settings: "vrt2" on;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .footer__sub__desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub__desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 40px min(5.5%, 80px) 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 24px 16px 0;
  }
}
.header__logo {
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__logo__img {
  width: 64px;
  height: auto;
  display: inline-block;
  overflow: hidden;
  aspect-ratio: 64/264;
}
.header__logo__img > img, .header__logo__img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 64/264) {
  .header__logo__img {
    position: relative;
  }
  .header__logo__img::before {
    float: left;
    content: "";
    padding-top: 412.5%;
  }
  .header__logo__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .header__logo__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo__img {
    width: 40px;
    overflow: hidden;
    aspect-ratio: 40/196;
  }
  .header__logo__img > img, .header__logo__img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 40/196) {
    .header__logo__img {
      position: relative;
    }
    .header__logo__img::before {
      float: left;
      content: "";
      padding-top: 490%;
    }
    .header__logo__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .header__logo__img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .header__logo__img--pc {
    display: none;
  }
}
.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .header__hamburger {
    left: min(5.5%, 80px);
    top: 40px;
    gap: 12px;
  }
  .header__hamburger:hover {
    gap: 14px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (max-width: 1000px) {
  .header__hamburger {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    gap: 6px;
    top: 33px;
  }
}
.header__hamburger span {
  width: 64px;
  height: 1.5px;
  background-color: var(--white);
  display: block;
  position: relative;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media screen and (max-width: 768px) {
  .header__hamburger span {
    width: 38px;
  }
}
.header__hamburger--bg span {
  background-color: var(--black);
}
.header__hamburger.is-scrolled span {
  background-color: var(--black);
}
.header__hamburger.is-footer {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  opacity: 0;
}
.header__cta {
  border: solid 1px var(--white);
  color: var(--white);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-orientation: upright;
  position: fixed;
  bottom: 60px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  letter-spacing: -0.3em;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 769px) {
  .header__cta {
    width: 64px;
    left: min(5.5%, 80px);
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 20px;
    gap: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .header__cta {
    left: 0;
    bottom: 0;
    background-color: var(--white);
    color: var(--black);
    border: var(--white);
    width: 56px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    gap: 16px;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__cta {
    z-index: 10;
  }
}
@media screen and (min-width: 769px) {
  .header__cta.is-scrolled {
    border-color: var(--black);
    color: var(--black);
  }
  .header__cta.is-scrolled::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .header__cta.is-scrolled:hover {
    color: var(--white);
  }
  .header__cta.is-scrolled:hover::after {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .header__cta.is-scrolled:hover::before {
    background-color: var(--black);
    width: 100%;
  }
}
.header__cta.is-footer {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  opacity: 0;
}
.header__cta::before {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--white);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: -1;
}
.header__cta:hover {
  color: var(--black);
}
.header__cta:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header__cta:hover::before {
  width: 100%;
}
.header__cta span {
  font-family: inherit;
}
.header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  display: none;
  opacity: 0;
  background-image: url("/assets/img/common/img_bg.webp");
  background-repeat: repeat;
  background-position: center;
  background-color: var(--white);
  padding-bottom: 50px;
  gap: min(40px, 5vh);
}
.header__inner .modBtn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 768px) {
  .header__inner {
    gap: 36px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner::after {
    content: "";
    width: 16px;
    height: auto;
    aspect-ratio: 16/168;
    background-image: url("/assets/img/common/header/sp/img_logoRed.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    left: 20px;
    top: 120px;
  }
}
.header__wrapper {
  width: calc(100% - 28px);
  height: calc(100vh - 28px);
  margin: auto;
  margin-top: 14px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .header__wrapper {
    border: solid 1px var(--black);
  }
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 36px;
  }
}
.header__nav {
  margin: 0 auto;
  margin-top: max(60px, 19vh);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header__nav {
    margin-right: unset;
    width: calc(100% - 70px);
    margin-top: 83px;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .header__nav__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    text-align: left;
  }
}
.header__nav__list .item {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 769px) {
  .header__nav__list .item {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.header__nav__list .item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header__nav__list .item:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header__nav__list .item:last-child a {
  border-bottom: none;
}
.header__nav__list a {
  font-size: min(2rem, 2.5vh);
  color: var(--black);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 769px) {
  .header__nav__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -2px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav__list a {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    text-align: left;
    padding: 24px 0;
    border-bottom: solid 1px var(--black);
    width: 100%;
    display: block;
  }
}
.header__nav__list a:hover {
  opacity: 0.5;
}
.header__nav__list a span {
  font-family: inherit;
}
.header__logoBW {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 769px) {
  .header__logoBW {
    top: 40px;
    right: min(5.5%, 80px);
  }
}
@media screen and (max-width: 768px) {
  .header__logoBW {
    top: 24px;
    right: 17px;
  }
}
.header__logoBW:hover {
  opacity: 0.5;
}
.header__logoBW__img {
  display: inline-block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logoBW__img {
    width: 132px;
    overflow: hidden;
    aspect-ratio: 132/36;
  }
  .header__logoBW__img > img, .header__logoBW__img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 132/36) {
    .header__logoBW__img {
      position: relative;
    }
    .header__logoBW__img::before {
      float: left;
      content: "";
      padding-top: 27.27%;
    }
    .header__logoBW__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .header__logoBW__img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (min-width: 769px) {
  .header__logoBW__img {
    width: 64px;
    overflow: hidden;
    aspect-ratio: 64/264;
  }
  .header__logoBW__img > img, .header__logoBW__img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 64/264) {
    .header__logoBW__img {
      position: relative;
    }
    .header__logoBW__img::before {
      float: left;
      content: "";
      padding-top: 412.5%;
    }
    .header__logoBW__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .header__logoBW__img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .header__contact {
    padding: 0 min(5.5%, 80px);
  }
}
@media screen and (max-width: 1000px) {
  .header__contact {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    width: calc(100% - 70px);
    margin-left: auto;
    padding: 0;
  }
}
.header__contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: min(20px, 20%);
  width: 58%;
  margin-right: 5%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .header__contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.header__contact__list .item {
  font-size: 18px;
  font-size: 1.8rem;
}
.header__contact__list .item__title {
  margin-bottom: 24px;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .header__contact__list .item__title {
    margin-bottom: 12px;
  }
}
.header__contact__list .item__desc {
  line-height: 27px;
  font-family: "EB Garamond", serif;
}
.header__contact__list .item__desc span {
  white-space: nowrap;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .header__contact .modBtn {
    display: none;
  }
}
.header.is-act .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
}
.header.is-act .header__hamburger span {
  background-color: var(--black);
}
.header.is-act .header__hamburger span:nth-child(2) {
  opacity: 0;
}
.header.is-act .header__hamburger span:nth-child(1) {
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
  top: 13px;
}
.header.is-act .header__hamburger span:nth-child(3) {
  -webkit-transform: rotate(-155deg);
          transform: rotate(-155deg);
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  .header.is-act .header__hamburger span:nth-child(1) {
    -webkit-transform: rotate(155deg);
            transform: rotate(155deg);
    top: 7px;
    width: 40.58px !important;
  }
  .header.is-act .header__hamburger span:nth-child(3) {
    -webkit-transform: rotate(-155deg);
            transform: rotate(-155deg);
    bottom: 8px;
    width: 40.58px !important;
  }
}
@media screen and (min-width: 769px) {
  .header.is-act .header__hamburger:hover span:nth-child(1) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 15px;
  }
  .header.is-act .header__hamburger:hover span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    bottom: 15px;
  }
}

.modSection {
  max-width: 1550px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (min-width: 769px) {
  .modSection {
    padding: min(5.5%, 80px);
  }
}
@media screen and (max-width: 768px) {
  .modSection {
    padding: 0 16px;
  }
}
.modSection--full {
  max-width: 100%;
  padding: 0 !important;
}
.modSection--gray {
  background-color: var(--gray);
}
.modSection--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modKv {
  min-height: 100svh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100%;
  background-image: url("/assets/img/pages/top/img_kv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white);
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .modKv {
    gap: 50px;
  }
}
.modKv__title {
  text-orientation: upright;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: nowrap;
  letter-spacing: -2px;
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modKv__title {
    letter-spacing: -0.17em;
  }
}
.modKv__desc {
  -webkit-font-feature-settings: "vrt2" on;
          font-feature-settings: "vrt2" on;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .modKv__desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modKv__desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modKv__scroll {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--white);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .modKv__scroll {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 60px;
  }
}
.modKv__scroll span {
  width: 1.5px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 88px;
  margin: auto;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modKv__scroll span {
    height: 80px;
  }
}
.modKv__scroll span::after, .modKv__scroll span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5px;
  height: 100%;
}
.modKv__scroll span::after {
  background-color: var(--white);
}
.modKv__scroll span::before {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background-color: var(--black);
  -webkit-animation: scrollDown 1.5s infinite;
          animation: scrollDown 1.5s infinite;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .modKv__scroll span {
    top: 67px;
  }
}
.modKv__social {
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .modKv__social {
    right: 100px;
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modKv__social {
    display: none;
  }
}
.modKv__social__link:nth-child(1) {
  position: relative;
  margin: 15px 0 43px;
}
.modKv__social__link:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  border-top: 1px solid #fff;
  opacity: 0.6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  left: 0;
  bottom: -20px;
}
.modKv__arrow {
  position: absolute;
  right: 80px;
  bottom: 60px;
  width: 64px;
  height: auto;
  aspect-ratio: 1/1;
  border: solid 1px var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .modKv__arrow {
    right: 24px;
    bottom: 30px;
    width: 48px;
  }
}
.modKv__arrow::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("/assets/img/common/img_arrowDown.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-animation: arrowPrivacy 1.48s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
          animation: arrowPrivacy 1.48s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}
@media screen and (max-width: 768px) {
  .modKv__arrow::after {
    width: 18px;
  }
}
@media screen and (min-width: 769px) {
  .modSub {
    padding-left: max(26.7%, 90px);
  }
}
@media screen and (max-width: 768px) {
  .modSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
}
.modSub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .modSub__inner {
    display: contents;
  }
}
.modSub__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .modSub__title {
    padding-top: 100px;
    min-width: 200px;
    font-size: 24px;
    font-size: 2.4rem;
    gap: 24px;
    text-orientation: upright;
    padding-right: 20px;
    letter-spacing: -0.3em;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .modSub__title {
    min-width: 150px;
    font-size: 16px;
    font-size: 1.6rem;
    gap: 16px;
    text-transform: capitalize;
    line-height: 20px;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 768px) {
  .modSub__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 769px) {
  .modSub__content {
    padding-top: 204px;
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  .modSub__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 90px;
    padding-right: 16px;
    margin-bottom: 60px;
  }
}
.modSub__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1056/700;
}
.modSub__img > img, .modSub__img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1056/700) {
  .modSub__img {
    position: relative;
  }
  .modSub__img::before {
    float: left;
    content: "";
    padding-top: 66.29%;
  }
  .modSub__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .modSub__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .modSub__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 15px;
    overflow: hidden;
    aspect-ratio: 377/240;
    margin-bottom: 40px;
  }
  .modSub__img > img, .modSub__img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 377/240) {
    .modSub__img {
      position: relative;
    }
    .modSub__img::before {
      float: left;
      content: "";
      padding-top: 63.66%;
    }
    .modSub__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .modSub__img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.modFoot {
  max-width: 646px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .modFoot {
    margin-bottom: 60px;
  }
}
.modFoot .modBtn {
  margin-top: 40px;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.modBtn {
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px;
  border: solid 1px var(--black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: ease 0.8s all;
  transition: ease 0.8s all;
  min-width: 199px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .modBtn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 19.2px;
  }
}
.modBtn:hover {
  background-color: var(--black);
  color: var(--white);
}
.modBtn:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.modTitle {
  color: var(--red);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .modTitle {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
}
@media screen and (min-width: 769px) {
  .modTitle + p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle + p {
    margin-top: 20px;
  }
}
.modTitle02 {
  color: var(--red);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .modTitle02 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle02 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
}
@media screen and (min-width: 769px) {
  .modTitle02 + p, .modTitle02 + .privacyList__item__desc {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle02 + p, .modTitle02 + .privacyList__item__desc {
    margin-top: 20px;
  }
}
.modTitle02--center {
  text-align: center;
}
.modTitle03 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}
.modTitleSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .modTitleSub {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .modTitleSub {
    margin-bottom: 24px;
  }
}
.modTitleSub::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("/assets/img/common/img_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.modText {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .modText {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .modText {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .modText + .modBtn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modText + .modBtn {
    margin-top: 20px;
  }
}
.modText:has(+ .serviceList) {
  max-width: 596px;
  text-align: center;
}
.modText--red {
  color: var(--red);
}

.modLayout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .modLayout02 {
    padding: 100px 150px;
    gap: max(45px, 5.56%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modLayout02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px 60px;
  }
}
.modLayout02__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .modLayout02__content {
    max-width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .modLayout02__content {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .modLayout02__content {
    display: contents;
  }
  .modLayout02__content .modLayout02__content__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .modLayout02__content .modTitle02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
  }
  .modLayout02__content .modText {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 40px;
  }
}
.modLayout02__img {
  z-index: 10;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .modLayout02__img {
    -webkit-box-flex: 1.01;
        -ms-flex: 1.01;
            flex: 1.01;
  }
}
@media screen and (max-width: 768px) {
  .modLayout02__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.modLayout02__img figure {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.modLayout02__img figure > img, .modLayout02__img figure > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1/1) {
  .modLayout02__img figure {
    position: relative;
  }
  .modLayout02__img figure::before {
    float: left;
    content: "";
    padding-top: 100%;
  }
  .modLayout02__img figure::after {
    display: block;
    content: "";
    clear: both;
  }
  .modLayout02__img figure > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .modLayout02__img figure {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .modLayout02--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
main.top .topKv {
  min-height: 100dvh;
}
main.top .topAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  main.top .topAbout {
    padding-bottom: 116px;
  }
}
main.top .topAbout__fullImg {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1440/1024;
}
main.top .topAbout__fullImg > img, main.top .topAbout__fullImg > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1440/1024) {
  main.top .topAbout__fullImg {
    position: relative;
  }
  main.top .topAbout__fullImg::before {
    float: left;
    content: "";
    padding-top: 71.11%;
  }
  main.top .topAbout__fullImg::after {
    display: block;
    content: "";
    clear: both;
  }
  main.top .topAbout__fullImg > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  main.top .topAbout__fullImg {
    display: none;
  }
}
main.top .topAbout .modLayout02 {
  gap: 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  main.top .topAbout .modLayout02 {
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  main.top .topAbout .modLayout02__content {
    max-width: 70%;
    margin-top: 8.1%;
    padding: 0 99px;
  }
}
@media screen and (max-width: 1000px) {
  main.top .topAbout .modLayout02__content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  main.top .topAbout .modLayout02__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 16px 219px;
    text-align: center;
    background-image: url("/assets/img/pages/top/sp/img_about.webp");
    background-size: cover;
    background-position: top center;
    width: 100%;
  }
  main.top .topAbout .modLayout02__content > * {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  main.top .topAbout .modLayout02__content .modTitle02, main.top .topAbout .modLayout02__content .modTitleSub {
    color: var(--white);
  }
}
@media screen and (max-width: 768px) {
  main.top .topAbout .modLayout02__content .modTitleSub::before {
    background-image: url("/assets/img/common/img-logoW.svg");
  }
}
@media screen and (min-width: 769px) {
  main.top .topAbout .modLayout02__content .modText {
    width: 85.45%;
  }
}
@media screen and (max-width: 1000px) {
  main.top .topAbout .modLayout02__content .modText {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main.top .topAbout .modLayout02__content .modText {
    color: var(--white);
  }
}
main.top .topAbout .modLayout02__content .modBtn {
  font-variant-caps: small-caps;
}
@media screen and (max-width: 768px) {
  main.top .topAbout .modLayout02__content .modBtn {
    color: var(--white);
    border-color: var(--white);
  }
  main.top .topAbout .modLayout02__content .modBtn:hover {
    background-color: var(--white);
    color: var(--black);
  }
}
@media screen and (min-width: 769px) {
  main.top .topAbout .modLayout02__img figure {
    width: 86%;
    height: auto;
    margin-left: 13%;
    -webkit-transform: translateY(-59%);
            transform: translateY(-59%);
  }
}
@media screen and (max-width: 768px) {
  main.top .topAbout .modLayout02__img figure {
    margin-top: -107px;
    width: 76%;
    height: auto;
    margin-left: unset;
  }
}
@media screen and (max-width: 768px) {
  main.top .topAbout .modTitle02 {
    margin-bottom: 0;
  }
}
main.top .topService {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  main.top .topService {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  main.top .topService {
    padding: 60px 0;
  }
}
main.top .topService__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main.top .topService__list {
    padding-right: min(10vw, 80px);
    margin: 120px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
@media screen and (max-width: 1000px) {
  main.top .topService__list {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main.top .topService__list {
    margin: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
}
main.top .topService__list__item {
  position: relative;
  height: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  max-width: 480px;
}
@media screen and (min-width: 769px) {
  main.top .topService__list__item {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  main.top .topService__list__item {
    width: 192px;
  }
}
@media screen and (max-width: 768px) {
  main.top .topService__list__item:nth-child(1) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
main.top .topService__list__item::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--gray);
}
@media screen and (max-width: 768px) {
  main.top .topService__list__item::after {
    width: 142px;
  }
}
@media screen and (min-width: 769px) {
  main.top .topService__list__item:hover {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main.top .topService__list__item:hover {
    width: 344px;
  }
}
main.top .topService__list__item .card {
  position: relative;
  z-index: 10;
  display: block;
}
@media screen and (min-width: 769px) {
  main.top .topService__list__item .card {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  main.top .topService__list__item .card {
    height: 344px;
  }
}
main.top .topService__list__item .card__content {
  color: var(--black);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 20px 24px 30px 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 769px) {
  main.top .topService__list__item .card__content {
    text-transform: uppercase;
  }
}
main.top .topService__list__item .card__content span {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  main.top .topService__list__item .card__content {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 13px 15px 0;
  }
  main.top .topService__list__item .card__content span {
    font-variant-caps: small-caps;
  }
}
main.top .topService__list__item .card__content p {
  text-orientation: upright;
  letter-spacing: -0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  main.top .topService__list__item .card__content p {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  main.top .topService__list__item .card__content p {
    gap: 14px;
  }
}
main.top .topService__list__item .card__imgSm, main.top .topService__list__item .card__imgLg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/1;
}
main.top .topService__list__item .card__imgSm > img, main.top .topService__list__item .card__imgSm > video, main.top .topService__list__item .card__imgLg > img, main.top .topService__list__item .card__imgLg > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1/1) {
  main.top .topService__list__item .card__imgSm, main.top .topService__list__item .card__imgLg {
    position: relative;
  }
  main.top .topService__list__item .card__imgSm::before, main.top .topService__list__item .card__imgLg::before {
    float: left;
    content: "";
    padding-top: 100%;
  }
  main.top .topService__list__item .card__imgSm::after, main.top .topService__list__item .card__imgLg::after {
    display: block;
    content: "";
    clear: both;
  }
  main.top .topService__list__item .card__imgSm > img, main.top .topService__list__item .card__imgLg > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
main.top .topService__list__item .card__imgSm {
  left: 0;
  width: 50%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 768px) {
  main.top .topService__list__item .card__imgSm {
    width: 129px;
    right: unset;
  }
}
main.top .topService__list__item .card__imgLg {
  width: 50%;
  height: 100%;
  right: 0;
  -o-object-position: right;
     object-position: right;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.77, 0, 0.18, 1) width, 0.8s cubic-bezier(0.77, 0, 0.18, 1) opacity;
  transition: 0.8s cubic-bezier(0.77, 0, 0.18, 1) width, 0.8s cubic-bezier(0.77, 0, 0.18, 1) opacity;
}
main.top .topService__list__item .card__imgLg img {
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .topService__list__item .card:hover .card__content {
  color: var(--white);
}
main.top .topService__list__item .card:hover .card__imgSm {
  opacity: 0;
}
main.top .topService__list__item .card:hover .card__imgLg {
  opacity: 1;
  width: 100%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
main.top .topLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 769px) {
  main.top .topLocation {
    padding: 120px 80px;
  }
}
@media screen and (max-width: 1000px) {
  main.top .topLocation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  main.top .topLocation {
    padding: 60px 16px;
  }
}
main.top .topLocation__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.top .topLocation__map iframe {
  width: 87%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  main.top .topLocation__map iframe {
    width: 100%;
    height: 357px;
    margin-bottom: 60px;
  }
}
main.top .topLocation__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  main.top .topLocation__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  main.top .topLocation__info__list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  main.top .topLocation__info__list {
    margin-top: 40px;
  }
}
main.top .topLocation__info__list .item {
  border-bottom: solid 1px var(--black);
}
main.top .topLocation__info__list .item:first-child {
  border-top: solid 1px var(--black);
}
@media screen and (min-width: 769px) {
  main.top .topLocation__info__list .item {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  main.top .topLocation__info__list .item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 20px 0;
  }
}
main.top .topLocation__info__list .item section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  main.top .topLocation__info__list .item h3 {
    width: 140px;
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  main.top .topLocation__info__list .item h3 {
    width: 104px;
    min-width: 104px;
  }
}
main.top .topLocation__info__list .item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main.privacy .privacyKv {
  background-color: rgba(220, 209, 191, 0.5019607843);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main.privacy .privacyKv {
    padding: 44px min(5.5%, 80px);
    height: min(80vh, 600px);
  }
}
@media screen and (max-width: 768px) {
  main.privacy .privacyKv {
    padding: 60px 16px;
    height: 440px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  main.privacy .privacyKv .modTitleSub {
    position: absolute;
    left: 170px;
    top: 44px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 769px) and (max-width: 1000px) {
  main.privacy .privacyKv .modTitleSub {
    top: 54px;
    left: 100px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  main.privacy .privacyKv .privacyKv__heading {
    margin-top: auto;
  }
}
main.privacy .privacyKv__inner {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main.privacy .privacyKv__inner .modTitleSub {
    padding-left: 55px;
  }
}
main.privacy .privacyList {
  counter-reset: title-counter;
}
@media screen and (min-width: 769px) {
  main.privacy .privacyList__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  main.privacy .privacyList__item {
    margin-top: 40px;
  }
}
main.privacy .privacyList__item .modTitle02 {
  counter-increment: title-counter;
}
main.privacy .privacyList__item .modTitle02:before {
  content: counter(title-counter) ". ";
}
@media screen and (max-width: 768px) {
  main.privacy .privacyList__item__desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (min-width: 769px) {
  main.privacy .privacyList__item__desc {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
main.privacy .privacyList__item__desc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main.privacy .privacyList__item__desc ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  min-width: 5px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--black);
  border-radius: 50%;
  margin: 12px 12px 0;
}
@media screen and (max-width: 768px) {
  main.privacy .privacyList__item__desc ul li::before {
    min-width: 4px;
    width: 4px;
    margin: 10px 10px 0;
  }
}
main.privacy .modSection {
  max-width: unset;
}
@media screen and (min-width: 769px) {
  main.privacy .modSection {
    padding: 0 min(5.5%, 80px) 0;
  }
}
main.privacy .modSection__inner {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  main.privacy .modSection__inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  main.privacy .modSection__inner {
    padding: 60px 0 60px 50px;
  }
}
main.privacy .modSection__inner::after {
  content: "";
  width: 64px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--white);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  main.privacy .modSection__inner::after {
    width: 48px;
  }
}
main.privacy .modSection__inner::before {
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("/assets/img/common/img_arrowDown.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  top: -12px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 10;
  -webkit-animation: arrowPrivacy 1.48s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
          animation: arrowPrivacy 1.48s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}
@media screen and (max-width: 768px) {
  main.privacy .modSection__inner::before {
    width: 18px;
    right: 15px;
    top: -9px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes arrowPrivacy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  45.99% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  46% {
    -webkit-transform: translateY(-95%);
            transform: translateY(-95%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes arrowPrivacy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  45.99% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  46% {
    -webkit-transform: translateY(-95%);
            transform: translateY(-95%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
main.quality .modKv {
  background-image: url("/assets/img/pages/quality/img_kv.webp");
}
main.quality .modSection:has(.modLayout02) {
  padding: 0;
}

main.service .modKv {
  background-image: url("/assets/img/pages/service/img_kv.webp");
}
main.service .serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main.service .serviceList {
    gap: 24px 20px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  main.service .serviceList {
    margin-top: 60px;
    gap: 60px 20px;
  }
}
main.service .serviceList__item {
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  main.service .serviceList__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1000px) {
  main.service .serviceList__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  main.service .serviceList__item {
    width: 100%;
  }
}
main.service .serviceList__item__inner {
  background-color: var(--gray);
  padding: 0 24.5px 26px 23.5px;
}
@media screen and (min-width: 769px) {
  main.service .serviceList__item__inner {
    min-height: 406px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
main.service .serviceList__item__img {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: clamp(155px, 155px, 60%);
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  margin-bottom: -79px;
  margin-left: auto;
  margin-right: auto;
}
main.service .serviceList__item__img > img, main.service .serviceList__item__img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1/1) {
  main.service .serviceList__item__img {
    position: relative;
  }
  main.service .serviceList__item__img::before {
    float: left;
    content: "";
    padding-top: 100%;
  }
  main.service .serviceList__item__img::after {
    display: block;
    content: "";
    clear: both;
  }
  main.service .serviceList__item__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  main.service .serviceList__item__img + .modTitle03 {
    margin: 22px 0 28px;
  }
}
@media screen and (max-width: 768px) {
  main.service .serviceList__item__img + .modTitle03 {
    margin: 24.5px 0 24px;
  }
}
main.service .serviceList__item__desc .desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.service .serviceList__item__desc .desc:not(:last-child) {
  margin-bottom: 16px;
}
main.service .serviceList__item__desc .desc::before {
  content: "";
  display: inline-block;
  width: 4px;
  min-width: 4px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--black);
  border-radius: 50%;
  margin: 6px 10px 0;
}
main.service .serviceList__item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  main.service .serviceList__item__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
main.service .serviceList__item__price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.service .serviceList__item__price .price div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.service .serviceList__item__price .price div p:nth-child(1) {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main.service .serviceList__item__price .price div p:nth-child(1) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main.service .serviceList__item__price .price div p:nth-child(2) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main.service .serviceList__item__price .price div p:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.service .serviceList__item__price .price > p {
  min-width: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main.service .serviceList__item__price .price > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main.service .serviceList__item .modBtn {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  main.service .serviceList__item .modBtn {
    margin-top: 24px;
  }
}
main.service .modSection:has(.modLayout02) {
  padding: 0;
}
main.service .modSection:has(.serviceList) {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main.service .modSection:has(.serviceList) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
main.service .modFoot .modTtitle02 {
  max-width: 646px;
}
@media screen and (max-width: 768px) {
  main.service .modLayout02 {
    padding-bottom: 0;
  }
}