@charset "UTF-8";
:root {
  --color-brand: #F07700;
  --color-brand-sub: #FAC897;
  --color-brand-line: #F4D4B5;
  --color-brand-arrow: #F8D5B2;
  --color-bg-brand: #F7E3D0;
  --color-light: #FFFFFF;
  --color-dark: #171717;
  --color-gray: #F3F3F3;
  --color-darkgray: #D8D8D8;
  --color-text: #171717;
  --color-text-sub: #454545;
  --color-text-on-dark: #FFFFFF;
  --color-text-decoration: #F8F8F8;
}

/* ------------------------------------------------------------
■ reset
------------------------------------------------------------ */
ul {
  list-style: none;
}

a,
a:visited,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

button {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  box-sizing: border-box;
}
button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

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

/* fieldset と legend のリセットCSS */
fieldset {
  min-inline-size: auto;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  display: block;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
}

/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat-v31-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v31-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v30-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v30-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/montserrat-v31-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v31-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v54-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v54-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v54-japanese-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v54-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--color-text);
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  body {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.font-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

main {
  width: 100%;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
main.lower {
  padding-top: 110px;
}
@media (max-width: 1023px) {
  main.lower {
    padding-top: 60px;
  }
}

img {
  width: 100%;
  display: block;
}

a {
  display: block;
}

@keyframes PageAnime-ttb {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideBg {
  0% {
    opacity: 1;
    width: 100%;
    height: 100vh;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
.move .a-bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  animation: hideBg 0.1s ease-in-out 0.9s forwards;
}
@media (max-width: 1023px) {
  .move .a-bg {
    height: 120vh;
  }
}
.move .a-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-light);
  animation: fadeOut 0.4s ease-in-out 0.5s forwards;
}
.move .a-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-brand);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: PageAnime-ttb 0.5s ease-in-out forwards;
}

@keyframes loop-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.a-loop--top-fv {
  animation: loop-left 60s infinite linear both;
}
@media (max-width: 1023px) {
  .a-loop--top-fv {
    animation: loop-left 120s infinite linear both;
  }
}

.a-loop--top-slider {
  animation: loop-left 60s infinite linear both;
}

@keyframes arrow-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(36px);
  }
  50.001% {
    transform: translateX(-36px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-move-long {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(60px);
  }
  50.001% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0);
  }
}
.a-hover-arrow-move:hover .u-arrow-right {
  animation: arrow-move 0.6s forwards;
}
@media (max-width: 1023px) {
  .a-hover-arrow-move:hover .u-arrow-right {
    animation: none;
  }
}

.a-hover-arrow-move--long:hover .u-arrow-right {
  animation: arrow-move-long 0.6s forwards;
}
@media (max-width: 1023px) {
  .a-hover-arrow-move--long:hover .u-arrow-right {
    animation: none;
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}
.a-floating {
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}

.u-font-light {
  font-weight: 200;
}

.u-font-regular {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

.u-pc-only {
  display: block;
}

.u-pc-only--inline {
  display: inline;
}

.u-sp-only, .u-sp-only--inline {
  display: none;
}

@media (max-width: 1023px) {
  .u-pc-only, .u-pc-only--inline {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only--inline {
    display: inline;
  }
}
.u-d-central {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
}

.u-no-scroll {
  overflow: hidden;
  height: 100vh;
}

.u-accent-color {
  color: var(--color-brand);
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-tate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.u-no-wrap {
  white-space: nowrap;
}

.u-cursor-dflt {
  cursor: default;
}

.u-tel-pointer {
  pointer-events: none;
}
@media (max-width: 1023px) {
  .u-tel-pointer {
    pointer-events: auto;
  }
}

.u-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .u-title {
    gap: 10px;
  }
}
.u-title .title--en {
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .u-title .title--en {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.u-title .title--ja {
  font-size: 1.6rem;
  line-height: 1;
}
.u-title::after {
  content: "";
  width: 44px;
  height: 5px;
  display: block;
  background: linear-gradient(90deg, var(--color-brand) 0%, var(--color-brand) 50%, var(--color-dark) 50%, var(--color-dark) 100%);
}
@media (max-width: 1023px) {
  .u-title::after {
    margin-top: 6px;
  }
}
.u-title--center {
  align-items: center;
}

.js-fade-text .text-wrap .letter {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--index) + 0.8s);
}
.js-fade-text .text-wrap .u-pc-only {
  display: inline;
}
@media (max-width: 1023px) {
  .js-fade-text .text-wrap .u-pc-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  .js-fade-text.u-sp-only-center .text-wrap {
    display: inline-block;
    text-align: center;
  }
}
.js-fade-text.is-active .text-wrap .letter {
  opacity: 1;
}

.u-btn {
  width: 320px;
  width: clamp(250px, 24.4140625vw, 320px);
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-brand);
  background-color: var(--color-light);
  border: 1px solid var(--color-brand);
  border-radius: 46px;
  padding-left: 50px;
  padding-right: 12px;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .u-btn {
    width: 230px;
    height: 50px;
    padding-left: 30px;
    padding-right: 9px;
  }
}

.u-arrow-icon {
  width: 46px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-brand);
  border: 1px solid var(--color-brand);
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .u-arrow-icon {
    width: 33px;
  }
}

.u-arrow-right {
  width: 10px;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: var(--color-light);
  border-radius: 1px;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .u-arrow-right {
    width: 7px;
    height: 1px;
    border-radius: 0.5px;
  }
}
.u-arrow-right::before, .u-arrow-right::after {
  content: "";
  width: 6px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  background-color: var(--color-light);
  border-radius: 1px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .u-arrow-right::before, .u-arrow-right::after {
    width: 4px;
    height: 1px;
    top: calc(50% - 0.5px);
    border-radius: 0.5px;
    transform-origin: calc(100% - 0.5px) 50%;
  }
}
.u-arrow-right::after {
  transform: rotate(-45deg);
}
.u-arrow-right--c-brand {
  background-color: var(--color-brand);
}
.u-arrow-right--c-brand::before, .u-arrow-right--c-brand::after {
  background-color: var(--color-brand);
}

.u-btn:hover {
  color: var(--color-light);
  background-color: var(--color-brand);
}
.u-btn:hover .u-arrow-icon {
  background-color: var(--color-light);
}
.u-btn:hover .u-arrow-right {
  background-color: var(--color-brand);
}
.u-btn:hover .u-arrow-right::before, .u-btn:hover .u-arrow-right::after {
  background-color: var(--color-brand);
}

.u-arrow-left {
  width: 12px;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: var(--color-light);
  border-radius: 1px;
}
.u-arrow-left::before, .u-arrow-left::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: var(--color-light);
  border-radius: 1px;
  transform: rotate(45deg);
  transform-origin: 1px 50%;
}
.u-arrow-left::after {
  transform: rotate(-45deg);
}

.u-dot-line {
  position: relative;
}
.u-dot-line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(to right, var(--color-dark) 0px, var(--color-dark) 1px, transparent 1px, transparent 5px);
}

.u-arrow-bottom {
  position: relative;
}
.u-arrow-bottom::after {
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

header {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1023px) {
  header {
    height: 60px;
    justify-content: center;
    background-color: var(--color-light);
  }
  header.header--top {
    box-shadow: 0px 3px 4px rgba(23, 23, 23, 0.0784313725);
  }
}
header a {
  color: var(--color-text);
}
header .header__logo {
  width: 239px;
  width: clamp(216px, 17.7037037037vw, 239px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-left: calc(clamp(60px, 5.859375vw, 80px) + 2.6041666667%);
}
@media (max-width: 1023px) {
  header .header__logo {
    width: 150px;
    gap: 3px;
    margin-left: 0;
  }
}
header .header__logo .logo__text {
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 1350px) {
  header .header__logo .logo__text {
    letter-spacing: 0.005em;
  }
}
@media (max-width: 1023px) {
  header .header__logo .logo__text {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
  }
}
header .header__nav--pc {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(25px, 25px + 32 * (100vw - 1024px) / 416, 52px);
}
@media (max-width: 1023px) {
  header .header__nav--pc {
    display: none;
  }
}
header .header__nav--pc .header__nav-item a {
  color: transparent;
  background: linear-gradient(to right, var(--color-brand) 50%, var(--color-text) 50%) 100%;
  background-size: 200% 100%;
  background-clip: text;
  transition: background-position 0.3s;
}
header .header__nav--pc .header__nav-item a:hover {
  background-position: 0 100%;
}
@media (max-width: 1150px) {
  header .header__nav--pc .header__nav-item a {
    font-size: 1.7rem;
  }
}
header .header__nav--pc .header__contact {
  width: 170px;
  height: 100%;
  border-radius: 0px 0px 0px 40px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  header .header__nav--pc .header__contact {
    width: 135px;
  }
}
header .header__nav--pc .header__contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text-on-dark);
  background: none;
  background-color: var(--color-brand);
  transition: 0.3s;
}
header .header__nav--pc .header__contact a:hover {
  background-color: var(--color-dark);
}
header .header__nav--sp {
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  transition: 0.3s;
  overflow: hidden;
  background-color: var(--color-dark);
}
header .header__nav--sp .header__nav-inner {
  width: 90.6666666667%;
  margin: 0 auto;
}
header.is-open .header__nav--sp {
  height: calc(100vh - 60px);
  overflow-y: scroll;
  padding-bottom: 60px;
}
header .header__menutoggle {
  display: none;
}
@media (max-width: 1023px) {
  header .header__menutoggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 18px;
    font-size: 0.8rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }
}
header .header__menutoggle .header__veggieburger {
  width: 20px;
  height: 6px;
  display: block;
  position: relative;
}
header .header__menutoggle .header__veggieburger::before, header .header__menutoggle .header__veggieburger::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transform-origin: right;
  transition: all 0.5s;
  background-color: #000000;
}
header .header__menutoggle .header__veggieburger::before {
  top: 0;
}
header .header__menutoggle .header__veggieburger::after {
  bottom: 0;
}
@media (max-width: 1023px) {
  header.is-open .header__menutoggle .header__veggieburger::before {
    top: 0;
    transform: rotate(-14deg);
  }
  header.is-open .header__menutoggle .header__veggieburger::after {
    bottom: 0;
    transform: rotate(14deg);
  }
}

footer {
  width: 100%;
  color: var(--color-text-on-dark);
  padding-top: 160px;
}
@media (max-width: 1023px) {
  footer {
    padding-top: 0;
  }
}
footer a {
  display: inline-block;
  color: var(--color-text-on-dark);
}
footer .footer__contact-link {
  width: clamp(750px, 75%, 1440px);
  aspect-ratio: 1440/560;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: var(--color-brand);
  background-image: url(../images/common/c-contact__logomark.webp);
  background-position: right bottom;
  background-size: auto 94.6428571429%;
  border-radius: 40px;
  padding-left: 7.03125%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  footer .footer__contact-link {
    width: clamp(320px, 90.6666666667%, 600px);
    height: 270px;
    background-image: url(../images/common/c-contact__logomark_sp.webp);
    background-size: auto 97.037037037%;
    border-radius: 20px;
    padding-left: clamp(30px, 8%, 40px);
  }
}
footer .footer__contact-link .contact-link__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  footer .footer__contact-link .contact-link__title {
    gap: 6px;
  }
}
footer .footer__contact-link .contact-link__title .title--en {
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-weight: 700;
}
@media (max-width: 1023px) {
  footer .footer__contact-link .contact-link__title .title--en {
    font-size: 3.2rem;
    line-height: 1.21875;
  }
}
footer .footer__contact-link .contact-link__title .title--ja {
  font-size: 1.6rem;
  line-height: 1;
}
footer .footer__contact-link .contact-link__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: clamp(50px, 3.8541666667vw, 74px);
}
@media (max-width: 1023px) {
  footer .footer__contact-link .contact-link__text {
    width: 90.3225806452%;
    line-height: 1.625;
    margin-top: 40px;
  }
}
footer .footer__content {
  width: 100%;
  background-color: var(--color-dark);
  border-radius: clamp(60px, 5.859375vw, 80px) clamp(60px, 5.859375vw, 80px) 0px 0px;
  padding-bottom: 31px;
  padding-top: 14.5833333333%;
  margin-top: -14.5833333333%;
}
@media (min-width: 1920px) {
  footer .footer__content {
    margin-top: -280px;
  }
}
@media (max-width: 1023px) {
  footer .footer__content {
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 40px;
    padding-top: 160px;
    margin-top: -160px;
  }
}
footer .footer__content .footer__content-inner {
  width: clamp(980px, 93.9285714286%, 1315px);
  position: relative;
  padding: 80px 0 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  footer .footer__content .footer__content-inner {
    width: clamp(320px, 90.6666666667%, 500px);
    padding: 32px 0 0;
  }
}
footer .footer__content .footer__content-inner .footer__logo {
  width: 27.1482889734%;
  position: absolute;
  bottom: 10px;
}
@media (max-width: 1023px) {
  footer .footer__content .footer__content-inner .footer__logo {
    width: 72.9411764706%;
    position: static;
    margin: 0 auto;
  }
}
footer .footer__content .footer__content-inner .footer__logo .footer__company-name {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  footer .footer__content .footer__content-inner .footer__logo .footer__company-name {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}
footer .footer__content .footer__content-inner .footer__nav {
  display: flex;
  justify-content: center;
  gap: 4.5627376426%;
}
@media (max-width: 1023px) {
  footer .footer__content .footer__content-inner .footer__nav {
    flex-direction: column;
    gap: 0;
    margin-top: 40px;
  }
}
footer .footer__content .footer__content-inner .footer__legal-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(34px, 34px + (100vw - 1024px) * 0.165, 82px);
  font-size: 1.2rem;
  line-height: 1;
  padding-right: 30px;
  margin-top: 163px;
}
@media (max-width: 1023px) {
  footer .footer__content .footer__content-inner .footer__legal-links {
    flex-direction: column;
    gap: 16px;
    padding-right: 0;
    margin-top: 60px;
  }
}
footer .footer__content .footer__content-inner .footer__legal-links .footer__legal-link {
  position: relative;
}
footer .footer__content .footer__content-inner .footer__legal-links .footer__legal-link:not(:first-child)::before {
  content: "/";
  position: absolute;
  transform: translateX(calc(clamp(34px, 34px + (100vw - 1024px) * 0.165, 82px) / -2));
}
@media (max-width: 1023px) {
  footer .footer__content .footer__content-inner .footer__legal-links .footer__legal-link:not(:first-child)::before {
    content: none;
  }
}
footer .footer__content .footer__content-inner .footer__copyright {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  padding-right: 30px;
  margin-top: 19px;
}
@media (max-width: 1023px) {
  footer .footer__content .footer__content-inner .footer__copyright {
    text-align: center;
    padding-right: 0;
    margin-top: 40px;
  }
}

a {
  color: var(--color-light);
}

.nav-menu__item {
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .nav-menu__item {
    width: 100%;
    border-bottom: 1px solid var(--color-light);
    padding: 20px 20px 20px 10px;
  }
}
.nav-menu__item.has-sub {
  width: clamp(130px, 130px + 80 * (100% - 980px) / 335, 210px);
}
@media (max-width: 1023px) {
  .nav-menu__item.has-sub {
    width: 100%;
    padding: 0 20px 0 10px;
  }
  .nav-menu__item.has-sub .nav-menu__item-main {
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .nav-menu__item.has-sub .nav-menu__item-main::before, .nav-menu__item.has-sub .nav-menu__item-main::after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    background-color: var(--color-light);
  }
  .nav-menu__item.has-sub .nav-menu__item-main::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
}
.nav-menu__item a {
  display: inline-block;
  color: var(--color-light);
}
.nav-menu__item .nav-menu__nav-sub {
  width: 100%;
  border-top: 1px solid var(--color-light);
  padding-top: 17px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .nav-menu__item .nav-menu__nav-sub {
    max-height: 0;
    overflow: hidden;
    border-top: none;
    padding: 0 0 0 22px;
    margin-top: 0;
    transition: 0.3s;
  }
}
.nav-menu__item .nav-menu__nav-sub-item {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 12px;
}
@media (max-width: 1023px) {
  .nav-menu__item .nav-menu__nav-sub-item {
    line-height: 1;
  }
}
.nav-menu__item .nav-menu__nav-sub-item::before {
  content: "- ";
  position: absolute;
  left: 0;
  color: var(--color-light);
}
.nav-menu__item .nav-menu__nav-sub-item:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 1023px) {
  .nav-menu__item .nav-menu__nav-sub-item:not(:first-child) {
    margin-top: 24px;
  }
}
.nav-menu__item .nav-menu__nav-sub-item a {
  white-space: pre;
}
.nav-menu__item.is-active .nav-menu__item-main::after {
  transform: rotate(0deg);
}
@media (max-width: 1023px) {
  .nav-menu__item.is-active .nav-menu__nav-sub {
    padding: 6px 0 24px 22px;
  }
}/*# sourceMappingURL=common.css.map */