@charset "UTF-8";
/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
/* reset
-------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  text-decoration: none;
  color: #000;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

i {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

sup {
  vertical-align: super;
  font-size: x-small;
}

address {
  font-style: normal;
}

/* base
-------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  background-color: #fff;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  color: #141414;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7857;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 3.6vw;
}

@media (min-width: 769px) {
  body {
    font-size: 1.2365vw;
  }
}
@media (min-width: 1295px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: #141414;
  transition: color 0.4s ease, background-color 0.4s ease, opacity 0.4s ease;
}
a img {
  overflow: hidden;
  outline: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
a svg {
  transition: fill 0.4s ease;
}
a.pcmo:hover {
  color: #555;
}
a.pcmo:hover img {
  opacity: 0.8;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  outline: none;
  vertical-align: middle;
  pointer-events: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  /* stylelint-disable-next-line property-no-unknown */
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  display: block;
  vertical-align: middle;
}

button {
  display: block;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  letter-spacing: 0.01em;
  color: #141414;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7857;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  transition: color 0.4s ease, background-color 0.4s ease;
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #666;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #333;
  outline: 1px solid #333;
}

@media (min-width: 769px) {
  input[type=text],
  input[type=email],
  input[type=password],
  textarea {
    padding: 0.7em;
  }
}
/* font
-------------------------- */
.u-font-rubik-r {
  font-family: Rubik, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-font-noto-sans-r {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-font-noto-sans-m {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* common
-------------------------- */
.u-pc {
  display: none;
}

.l-width-01 {
  margin: 0 auto;
  width: 87.5vw;
}

.l-width-02 {
  margin: 0 auto;
  width: 75vw;
}

.swiper {
  display: none;
}

.swiper.swiper-initialized {
  display: block;
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
  .l-width-01,
  .l-width-02 {
    /* width: vw(1214, 1294); */
    max-width: 83.4621vw;
  }
}
@media (min-width: 1295px) {
  .l-width-01,
  .l-width-02 {
    /* width: 1214px; */
    max-width: 1080px;
  }
}
/* JS settings */
.js-accordion-content {
  display: none;
}

/* Scroll Animation */
.js-scroll-animate.title-animate-01 {
  opacity: 0;
  transform: translateX(1em);
  color: #fff;
  transition: opacity 2.6s cubic-bezier(0.25, 0.1, 0.1, 1), transform 2.6s cubic-bezier(0.25, 0.1, 0.1, 1);
  will-change: opacity, transform;
}
.js-scroll-animate.title-animate-01.is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-scroll-animate.gradient-01.is-animated {
  animation: title-color-01 2.6s linear forwards;
}
.js-scroll-animate.gradient-02.is-animated {
  animation: title-color-02 2.6s linear forwards;
}
.js-scroll-animate.gradient-03.is-animated {
  animation: title-color-03 2.6s linear forwards;
}
.js-scroll-animate.gradient-04.is-animated {
  animation: title-color-04 2.6s linear forwards;
}
.js-scroll-animate.sc-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2.6s cubic-bezier(0.25, 0.1, 0.1, 1), transform 2.6s cubic-bezier(0.25, 0.1, 0.1, 1);
  will-change: opacity, transform;
}
.js-scroll-animate.sc-fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll-animate.sc-fade-left {
  opacity: 0;
  transform: translateX(1em);
  transition: opacity 2.6s cubic-bezier(0.25, 0.1, 0.1, 1), transform 2.6s cubic-bezier(0.25, 0.1, 0.1, 1);
  will-change: opacity, transform;
}
.js-scroll-animate.sc-fade-left.is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-scroll-animate.sc-fade-right {
  opacity: 0;
  transform: translateX(-1em);
  transition: opacity 2.6s cubic-bezier(0.25, 0.1, 0.1, 1), transform 2.6s cubic-bezier(0.25, 0.1, 0.1, 1);
  will-change: opacity, transform;
}
.js-scroll-animate.sc-fade-right.is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-scroll-animate.ghost-animation {
  position: relative;
}
.js-scroll-animate.ghost-animation span {
  display: inline-block;
}
.js-scroll-animate.ghost-animation::before, .js-scroll-animate.ghost-animation::after {
  content: var(--ghost-text, attr(data-text));
  display: inline-block;
  opacity: 0;
  position: absolute;
  left: 0;
  transform: translateX(1em);
  mix-blend-mode: normal;
  white-space: pre-line;
  color: #fff;
  transition: opacity 2.6s cubic-bezier(0.25, 0.1, 0.1, 1), filter 2.6s cubic-bezier(0.25, 0.1, 0.1, 1), transform 2.6s cubic-bezier(0.25, 0.1, 0.1, 1);
  will-change: opacity, filter, transform;
}
.js-scroll-animate.ghost-animation::before {
  filter: blur(0.01em);
}
.js-scroll-animate.ghost-animation::after {
  filter: blur(0.03em);
}
.js-scroll-animate.ghost-animation.is-animated::before {
  animation: ghost-front 2.6s cubic-bezier(0.25, 0.1, 0.1, 1) forwards;
}
.js-scroll-animate.ghost-animation.is-animated::after {
  animation: ghost-back 2.6s cubic-bezier(0.25, 0.1, 0.1, 1) forwards;
}

/* header
-------------------------- */
/* stylelint-disable no-descending-specificity */
.l-header {
  width: 100%;
  height: 25vw;
}
.l-header__sticky {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vw;
  background-color: #fff;
  transition: height 0.6s ease;
}
.l-header__sticky.is-scrolled {
  height: 13.3333vw;
}
.l-header__logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37.3333vw;
  transition: width 0.6s ease, top 0.6s ease;
}
.l-header__sticky.is-scrolled .l-header__logo {
  width: 24vw;
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}

.c-drawer-btn {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 6.25vw;
  transform: translate(0, -50%);
  width: 9.3333vw;
  height: auto;
  aspect-ratio: 1/1;
}
.c-drawer-btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0;
  color: #999;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  font-size: 3.2vw;
}
.js-drawer-open .c-drawer-btn__text--open {
  visibility: hidden;
  opacity: 0;
}
.c-drawer-btn__text--close {
  visibility: hidden;
  opacity: 0;
}
.js-drawer-open .c-drawer-btn__text--close {
  visibility: visible;
  opacity: 1;
}

.c-drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  inset: 0;
  /* height: 100vh;
  height: 100svh; */
  background-color: #fff;
  transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
}
.js-drawer-open .c-drawer {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.c-drawer__inner {
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding: 32vw 0 26.6667vw;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.c-drawer__inner::-webkit-scrollbar {
  display: none;
}
.c-drawer__nav {
  opacity: 0;
  transform: translateX(20%);
  text-align: center;
  transition-delay: 0.6s;
}
.js-drawer-open .c-drawer__nav {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition-delay: 0.3s;
}
.c-drawer__item {
  margin-bottom: 1.3333vw;
}
.c-drawer__link, .c-drawer__trigger {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  font-size: 5.6vw;
}
.c-drawer__trigger {
  position: relative;
}
.c-drawer__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translate(0, -70%) rotate(45deg);
  width: 2.6667vw;
  height: 2.6667vw;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: transform 0.3s ease;
}
.c-drawer__trigger.is-open::after {
  transform: translate(0, -30%) rotate(-135deg);
}
.c-drawer__subnav {
  display: none;
  padding-bottom: 6.6667vw;
}
.c-drawer__subnav-link {
  font-size: 4.8vw;
}

.js-drawer-open {
  position: fixed !important;
  width: 100%;
}

.c-float-btn {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
}
.is-float-btn-closed .c-float-btn {
  display: none !important;
}
.c-float-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22.4vw;
  height: auto;
  background-color: rgba(224, 224, 224, 0.6);
  text-align: center;
  color: #000;
  aspect-ratio: 1/1;
  font-size: 2.9333vw;
}
.c-float-btn__close {
  position: absolute;
  top: calc(100% + 1.3333vw);
  right: 1.0667vw;
  width: 4.8vw;
  height: auto;
  border-radius: 50%;
  background-color: rgba(224, 224, 224, 0.6);
  aspect-ratio: 1/1;
}
.c-float-btn__close::before, .c-float-btn__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2667vw;
  height: 2.8vw;
  background-color: #000;
}
.c-float-btn__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-float-btn__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 769px) {
  .l-header {
    height: 23.1839vw;
  }
  .l-header__sticky {
    height: 23.1839vw;
  }
  .l-header__sticky.is-scrolled {
    height: 10.0464vw;
  }
  .l-header__logo {
    top: 4.6368vw;
    transform: translate(-50%, 0);
    width: 23.9567vw;
  }
  .l-header__sticky.is-scrolled .l-header__logo {
    top: 2.3184vw;
    width: 9.2736vw;
  }
  .c-drawer-btn {
    display: none;
  }
  .c-gnav {
    display: flex;
    gap: 5.7187vw;
    justify-content: center;
    position: absolute;
    bottom: 5.4096vw;
    left: 0;
    width: 100%;
    transition: bottom 0.6s ease;
  }
  .l-header__sticky.is-scrolled .c-gnav {
    bottom: 1.391vw;
  }
  .c-gnav__item {
    position: relative;
  }
  .c-gnav__link, .c-gnav__trigger {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    color: #808080;
    font-size: 1.0819vw;
  }
  .c-gnav__link.is-current, .c-gnav__trigger.is-current {
    color: #000;
    pointer-events: none;
  }
  .c-gnav__trigger {
    position: relative;
  }
  .c-gnav__trigger::after {
    content: "";
    position: absolute;
    top: 0.4637vw;
    right: -1.2em;
    transform: rotate(45deg);
    width: 0.6182vw;
    height: 0.6182vw;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    transition: top 0.3s ease, transform 0.3s ease;
  }
  .c-gnav__trigger.is-open::after {
    top: 0.7728vw;
    transform: rotate(-135deg);
  }
  .c-gnav__subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: -1.1592vw;
    padding: 0.3864vw 1.1592vw;
    background-color: #fff;
  }
  .c-gnav__subnav-item {
    line-height: 1.6;
  }
  .c-gnav__subnav-link {
    white-space: nowrap;
    color: #808080;
    font-weight: 500;
    font-size: 1.0819vw;
  }
  .c-gnav__subnav-link.is-current {
    color: #000;
  }
  .c-gnav__subnav-link.pcmo:hover {
    color: #000;
  }
  .c-float-btn__link {
    width: 12.983vw;
    font-size: 1.5456vw;
  }
  .c-float-btn__close {
    top: calc(100% + 0.7728vw);
    right: 0.4637vw;
    width: 1.8547vw;
    cursor: pointer;
  }
  .c-float-btn__close::before, .c-float-btn__close::after {
    width: 0.0773vw;
    height: 1.0819vw;
  }
}
@media (min-width: 1295px) {
  .l-header {
    height: 300px;
  }
  .l-header__sticky {
    height: 300px;
  }
  .l-header__sticky.is-scrolled {
    height: 130px;
  }
  .l-header__logo {
    top: 60px;
    width: 310px;
  }
  .l-header__sticky.is-scrolled .l-header__logo {
    top: 30px;
    width: 120px;
  }
  .c-gnav {
    gap: 74px;
    bottom: 70px;
  }
  .l-header__sticky.is-scrolled .c-gnav {
    bottom: 18px;
  }
  .c-gnav__link, .c-gnav__trigger {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-gnav__trigger::after {
    top: 5px;
    width: 8px;
    height: 8px;
  }
  .c-gnav__trigger.is-open::after {
    top: 9px;
  }
  .c-gnav__subnav {
    left: -15px;
    padding: 5px 15px;
  }
  .c-gnav__subnav-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-float-btn__link {
    width: 168px;
    font-size: 20px;
    font-size: 2rem;
  }
  .c-float-btn__close {
    top: calc(100% + 10px);
    right: 6px;
    width: 24px;
  }
  .c-float-btn__close::before, .c-float-btn__close::after {
    width: 1px;
    height: 14px;
  }
}
/* footer
-------------------------- */
.l-footer-contents {
  padding: 0 0 12vw;
}

.c-footer-heading {
  margin-bottom: 8vw;
  line-height: 1.1;
}
.c-footer-heading__en {
  display: block;
  text-align: center;
  font-size: 8vw;
}
.c-footer-heading__ja {
  display: block;
  text-align: center;
  font-size: 3.3333vw;
}

.p-footer-news {
  overflow-x: hidden;
  padding: 12vw 0;
}
.p-footer-news__tabbtn {
  margin-left: calc(50% - 50vw);
  padding-bottom: 1.3333vw;
  width: 100vw;
}
.p-footer-news__tabbtn-item button {
  width: 24.5333vw;
  background-color: #f0f0f0;
  white-space: nowrap;
  color: #000;
  line-height: 2;
  font-size: 2.9333vw;
}
.p-footer-news__tabbtn-item button.is-active {
  background-color: #ccc;
  pointer-events: none;
}
.p-footer-news__list {
  border-top: 1px solid #000;
}
.p-footer-news__item {
  padding: 3.3333vw 0;
  border-bottom: 1px solid #000;
}
.p-footer-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}
.p-footer-news__category {
  width: 24.5333vw;
}
.p-footer-news__category a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 2;
  font-size: 2.9333vw;
}
.p-footer-news__date {
  font-size: 2.9333vw;
}
.p-footer-news__title a {
  font-size: 3.6vw;
}
.p-footer-news__empty {
  padding: 8vw 0;
  text-align: center;
}
.p-footer-news__more {
  margin-top: 8vw;
  text-align: center;
}

.p-footer-news__tabbtn-slider {
  display: block;
  overflow: auto hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-footer-news__tabbtn-slider::-webkit-scrollbar {
  display: none;
}
.p-footer-news__tabbtn-slider.is-draggable {
  cursor: grab;
}
.p-footer-news__tabbtn-slider.is-grabbing {
  cursor: grabbing;
}

.p-footer-news__tabbtn-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4vw;
  padding: 0 6.25vw;
  width: -moz-max-content;
  width: max-content;
}

.p-footer-contact {
  padding: 12vw 0;
}

.p-footer-links {
  padding: 12vw 0;
}
.p-footer-links__button {
  display: flex;
  flex-flow: column wrap;
  gap: 6.1333vw;
}
.p-footer-links__button a {
  white-space: nowrap;
}

@media (min-width: 769px) {
  .l-footer-contents {
    padding: 0 0 6.9552vw;
  }
  .c-footer-heading {
    margin-bottom: 7.728vw;
  }
  .c-footer-heading__en {
    font-size: 3.7094vw;
  }
  .c-footer-heading__ja {
    font-size: 1.391vw;
  }
  .p-footer-news {
    padding: 6.9552vw 0;
  }
  .p-footer-news__tabbtn {
    margin-left: 0;
    padding-bottom: 0.7728vw;
    width: auto;
  }
  .p-footer-news__tabbtn-item {
    flex: 1;
  }
  .p-footer-news__tabbtn-item button {
    width: 100%;
    font-size: 1.1592vw;
  }
  .p-footer-news__tabbtn-item button:hover {
    background-color: #ddd;
  }
  .p-footer-news__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.1592vw 0;
  }
  .p-footer-news__header {
    margin-bottom: 0;
  }
  .p-footer-news__category {
    order: 2;
    margin-right: 2.3184vw;
    width: 9.2736vw;
  }
  .p-footer-news__category a {
    font-size: 1.1592vw;
  }
  .p-footer-news__date {
    order: 1;
    width: 8.5008vw;
    font-size: 1.1592vw;
  }
  .p-footer-news__title {
    flex: 1;
    order: 3;
  }
  .p-footer-news__title a {
    font-size: 1.2365vw;
  }
  .p-footer-news__empty {
    padding: 4.6368vw 0;
  }
  .p-footer-news__more {
    margin-top: 4.6368vw;
  }
  .p-footer-news__tabbtn-slider {
    display: block;
  }
  .p-footer-news__tabbtn-list {
    display: flex;
    gap: 0.2318vw;
    padding: 0;
    width: 100%;
  }
  .p-footer-contact {
    padding: 6.9552vw 0;
  }
  .p-footer-links {
    padding: 6.9552vw 0;
  }
  .p-footer-links__button {
    flex-flow: row nowrap;
    gap: 0.3864vw;
  }
  .p-footer-links .c-button__text--en {
    font-size: 1.391vw;
  }
  .p-footer-links .c-button__text--ja {
    font-size: 1.2365vw;
  }
}
@media (min-width: 1295px) {
  .l-footer-contents {
    padding: 0 0 90px;
  }
  .c-footer-heading {
    margin-bottom: 100px;
  }
  .c-footer-heading__en {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .c-footer-heading__ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-footer-news {
    padding: 90px 0;
  }
  .p-footer-news__tabbtn {
    padding-bottom: 10px;
  }
  .p-footer-news__tabbtn-item button {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-footer-news__item {
    padding: 15px 0;
  }
  .p-footer-news__category {
    margin-right: 30px;
    width: 120px;
  }
  .p-footer-news__category a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-footer-news__category a.pcmo:hover {
    opacity: 0.8;
    color: #fff;
  }
  .p-footer-news__date {
    width: 110px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-footer-news__title a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-footer-news__empty {
    padding: 60px 0;
  }
  .p-footer-news__more {
    margin-top: 60px;
  }
  .p-footer-news__tabbtn-list {
    gap: 3px;
  }
  .p-footer-contact {
    padding: 90px 0;
  }
  .p-footer-links {
    padding: 90px 0;
  }
  .p-footer-links__button {
    flex-wrap: nowrap;
    gap: 5px;
  }
  .p-footer-links .c-button__text--en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-footer-links .c-button__text--ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-footer__nav {
  padding: 12vw 0;
  background-color: #f0f0f0;
}
.l-footer__nav-inner {
  display: flex;
  gap: 6.2667vw;
  justify-content: space-between;
  margin: 0 auto;
  width: 87.5vw;
}
.l-footer__nav-list {
  flex: 1;
}
.l-footer__nav-item {
  height: 11.2vw;
  border-top: 1px solid #141414;
}
.l-footer__nav-item:last-child {
  border-bottom: 1px solid #141414;
}
.l-footer__nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2.9333vw;
}
.l-footer__address {
  padding: 18.6667vw 0 13.3333vw;
}
.l-footer__address p {
  text-align: center;
  font-size: 2.9333vw;
}
.l-footer__copyright {
  padding: 0 0 10.6667vw;
  text-align: center;
  font-size: 2.6667vw;
}

@media (min-width: 769px) {
  .l-footer__nav {
    padding: 4.6368vw 0;
  }
  .l-footer__nav-inner {
    gap: 3.6321vw;
    width: 59.5054vw;
  }
  .l-footer__nav-item {
    height: 3.7094vw;
  }
  .l-footer__nav-link {
    font-size: 1.1592vw;
  }
  .l-footer__address {
    padding: 7.728vw 0 6.1824vw;
  }
  .l-footer__address p {
    font-size: 1.1592vw;
  }
  .l-footer__copyright {
    padding: 0 0 6.9552vw;
    font-size: 1.1592vw;
  }
}
@media (min-width: 1295px) {
  .l-footer__nav {
    padding: 60px 0;
  }
  .l-footer__nav-inner {
    gap: 47px;
    width: 770px;
  }
  .l-footer__nav-item {
    height: 48px;
  }
  .l-footer__nav-link {
    padding: 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-footer__address {
    padding: 100px 0 80px;
  }
  .l-footer__address p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-footer__copyright {
    padding: 0 0 90px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* main
-------------------------- */
.l-main {
  padding-bottom: 12vw;
}

.u-color-information {
  background-color: #005550;
}
.u-color-press-release {
  background-color: #00bb81;
}
.u-color-recruit {
  background-color: #005594;
}
.u-color-other {
  background-color: #000;
}

.c-page-heading {
  padding: 16vw 0 13.3333vw;
  line-height: 1.1;
}
.c-page-heading__en {
  display: block;
  text-align: center;
  font-size: 9.0667vw;
}
.c-page-heading__ja {
  display: block;
  text-align: center;
  font-size: 3.3333vw;
}

.c-section-heading {
  margin-bottom: 8vw;
  line-height: 1.1;
}
.c-section-heading__en {
  display: block;
  text-align: center;
  font-size: 8vw;
}
.c-section-heading__ja {
  display: block;
  text-align: center;
  font-size: 3.3333vw;
}

.c-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24vw;
  background-color: #f0f0f0;
  color: #000;
  text-align: center;
}
.c-button__text--en {
  font-size: 5.6vw;
}
.c-button__text--ja {
  font-size: 4.8vw;
}
.c-button__subtext {
  font-size: 2.9333vw;
}

.c-more-btn {
  display: inline-block;
  position: relative;
  line-height: 1.3;
  font-size: 2.9333vw;
}
.c-more-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.c-line-block {
  padding: 4vw 0;
  height: 58vw;
}
.c-line-block__inner {
  position: relative;
  height: 100%;
}
.c-line-block__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transition: height 1s ease;
}
.c-line-block__line.is-line-active {
  height: 100%;
}

.c-list-pagenav {
  display: flex;
  gap: 8vw;
  justify-content: center;
  align-items: center;
  padding: 4vw 0;
}
.c-list-pagenav .page-numbers {
  color: #141414;
  font-size: 2.9333vw;
}
.c-list-pagenav .prev,
.c-list-pagenav .next {
  transform: rotate(45deg);
  width: 2.1333vw;
  height: auto;
  aspect-ratio: 1/1;
}
.c-list-pagenav .prev {
  border-bottom: 1px solid #141414;
  border-left: 1px solid #141414;
}
.c-list-pagenav .next {
  border-top: 1px solid #141414;
  border-right: 1px solid #141414;
}
.c-list-pagenav .current {
  position: relative;
}
.c-list-pagenav .current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #141414;
}

.page-privacy-policy .p-page-content,
.page-terms .p-page-content,
.page-thanks .p-page-content {
  max-width: 810px;
  margin: 0 auto;
}
.page-privacy-policy .p-page-content * + h3,
.page-terms .p-page-content * + h3,
.page-thanks .p-page-content * + h3 {
  margin-top: 3em;
}
.page-privacy-policy .p-page-content * + p,
.page-terms .p-page-content * + p,
.page-thanks .p-page-content * + p {
  margin-top: 1em;
}

@media (min-width: 769px) {
  .l-main {
    padding-bottom: 13.9104vw;
  }
  .u-image-hover-zoom {
    overflow: hidden;
  }
  .u-image-hover-zoom a img {
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    backface-visibility: hidden;
  }
  .u-image-hover-zoom a.pcmo:hover img {
    transform: scale(1.1);
    opacity: 1;
  }
  .c-page-heading {
    padding: 6.1824vw 0 7.728vw;
  }
  .c-page-heading__en {
    font-size: 4.9459vw;
  }
  .c-page-heading__ja {
    font-size: 1.391vw;
  }
  .c-section-heading {
    margin-bottom: 7.728vw;
  }
  .c-section-heading__en {
    font-size: 3.7094vw;
  }
  .c-section-heading__ja {
    font-size: 1.391vw;
  }
  .c-button {
    height: 15.456vw;
  }
  .c-button__text--en {
    font-size: 1.5456vw;
  }
  .c-button__text--ja {
    font-size: 1.7002vw;
  }
  .c-button__subtext {
    font-size: 1.1592vw;
  }
  .c-more-btn {
    font-size: 1.1592vw;
  }
  .c-line-block {
    padding: 3.864vw 0;
    height: 38.6399vw;
  }
  .c-list-pagenav {
    gap: 1.932vw;
    padding: 7.728vw 0 0;
  }
  .c-list-pagenav .page-numbers {
    font-size: 1.1592vw;
  }
  .c-list-pagenav .prev,
  .c-list-pagenav .next {
    width: 0.541vw;
  }
  .page-privacy-policy .p-page-content h3,
  .page-privacy-policy .p-page-content p,
  .page-terms .p-page-content h3,
  .page-terms .p-page-content p,
  .page-thanks .p-page-content h3,
  .page-thanks .p-page-content p {
    font-size: 1.2365vw;
  }
}
@media (min-width: 1295px) {
  .l-main {
    padding-bottom: 180px;
  }
  .c-page-heading {
    padding: 80px 0 100px;
  }
  .c-page-heading__en {
    font-size: 64px;
    font-size: 6.4rem;
  }
  .c-page-heading__ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-section-heading {
    margin-bottom: 100px;
  }
  .c-section-heading__en {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .c-section-heading__ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-button {
    height: 200px;
  }
  .c-button__text--en {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-button__text--ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-button__subtext {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-button.pcmo:hover {
    background-color: #ccc;
    color: #141414;
  }
  .c-more-btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-line-block {
    padding: 50px 0;
    height: 500px;
  }
  .c-list-pagenav {
    gap: 25px;
    padding: 100px 0 0;
  }
  .c-list-pagenav .page-numbers {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-list-pagenav .prev,
  .c-list-pagenav .next {
    width: 7px;
  }
  .page-privacy-policy .p-page-content h3,
  .page-privacy-policy .p-page-content p,
  .page-terms .p-page-content h3,
  .page-terms .p-page-content p,
  .page-thanks .p-page-content h3,
  .page-thanks .p-page-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* アニメーション関連 */
.js-scroll-animation.is-fadein {
  opacity: 0;
  transition: opacity 1.6s ease;
}
.js-scroll-animation.is-fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll-animation.is-fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}
.js-scroll-animation.is-fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll-animation.is-fadeleft {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}
.js-scroll-animation.is-fadeleft.is-active {
  opacity: 1;
  transform: translateX(0);
}
.js-scroll-animation.is-faderight {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}
.js-scroll-animation.is-faderight.is-active {
  opacity: 1;
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */