@charset "UTF-8";
@counter-style middle-dot {
  system: cyclic;
  symbols: ・;
  suffix: " ";
  fallback: disc;
}
@counter-style large-dot {
  system: cyclic;
  symbols: ●;
  suffix: " ";
  fallback: disc;
}
@counter-style large-dot-white {
  system: cyclic;
  symbols: 〇;
  suffix: " ";
  fallback: disc;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

body {
  color: #121212;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
body {
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: #121212;
}

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

.c-container {
  max-width: 77.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.c-heading {
  position: relative;
  display: grid;
  margin-bottom: clamp(2.5rem, 0.5681818182rem + 8.2424242424vw, 6.75rem);
}
.c-heading > .en {
  font-family: "Philosopher", sans-serif;
  color: #929292;
  line-height: 1.6;
  font-size: clamp(3rem, 0.9545454545rem + 8.7272727273vw, 7.5rem);
}
.c-heading > .ja {
  font-size: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
  position: absolute;
  bottom: -0.25lh;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-heading {
    gap: 0.3125rem 0;
  }
  .c-heading > .en {
    line-height: 1;
  }
  .c-heading > .ja {
    position: relative;
    bottom: 0;
  }
}
.c-heading--mini {
  gap: 0.625rem 0;
}
.c-heading--mini > .en {
  line-height: 1;
  font-size: clamp(2.625rem, 1.5454545455rem + 4.6060606061vw, 5rem);
}
.c-heading--mini > .ja {
  font-size: clamp(1rem, 0.9431818182rem + 0.2424242424vw, 1.125rem);
  position: relative;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-heading--mini {
    gap: 0.3125rem 0;
  }
}
.c-button {
  max-width: 25rem;
  width: 100%;
  min-height: 5rem;
  margin: 0 auto;
  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;
  gap: 0 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  border: 1px solid #d80c24;
  color: #ffffff;
  background-color: #d80c24;
  padding: 1.1875rem 0.625rem;
  cursor: pointer;
}
.c-button .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-button {
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
@media (min-width: 768px) {
  .c-button:hover {
    color: #d80c24;
    background-color: #ffffff;
    border-color: #d80c24;
  }
}
@media (max-width: 767px) {
  .c-button:active {
    color: #d80c24;
    background-color: #ffffff;
    border-color: #d80c24;
  }
}
.c-button[disabled] {
  color: #929292;
  background-color: #ededeb;
  border-color: #ededeb;
  cursor: auto;
  pointer-events: none;
}
.c-button--prev {
  background-color: #ffffff;
  border-color: #121212;
  color: #121212;
}
.c-button--prev .icon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-button--prev:hover {
  color: #ffffff;
  background-color: #121212;
  border-color: #121212;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 0.875rem;
    min-height: auto;
  }
}
.c-link--border {
  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;
  position: relative;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d80c24), color-stop(50%, #121212)) 100%;
  background: linear-gradient(to right, #d80c24 50%, #121212 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.c-link--border::before, .c-link--border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d80c24), color-stop(50%, #929292)) 100%;
  background: linear-gradient(to right, #d80c24 50%, #929292 50%) 100%;
  background-size: 200% 100%;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.c-link--border::before {
  top: 0;
}
.c-link--border::after {
  bottom: 0;
}
.c-link--border:hover {
  background-position: 0 100%;
}
.c-link--border:hover::before, .c-link--border:hover::after {
  background-position: 0 100%;
}
.c-mail {
  word-wrap: anywhere;
}
.c-mail > span::before {
  content: "@";
}

.l-subpage__fv {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv {
    padding: 2.5rem 0 1.25rem;
  }
}
.l-subpage__fv .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem 0;
  margin-bottom: clamp(1.25rem, 0.6818181818rem + 2.4242424242vw, 2.5rem);
}
.l-subpage__fv .heading > .en {
  font-family: "Philosopher", sans-serif;
  color: #929292;
  line-height: 1;
  font-size: clamp(3.75rem, 2.3295454545rem + 6.0606060606vw, 6.875rem);
}
.l-subpage__fv .heading > .ja {
  font-size: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.9375rem;
}
.l-subpage__fv .heading > .ja::before {
  content: "";
  height: 1px;
  width: 1.25rem;
  background-color: #d80c24;
  display: inline-block;
  margin-top: 0.5lh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv .heading {
    gap: 0.3125rem 0;
  }
}
.l-subpage__fv .breadcrumb {
  display: block;
  font-size: 0;
}
.l-subpage__fv .breadcrumb__list {
  display: inline;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv .breadcrumb__list {
    font-size: 0.75rem;
  }
}
.l-subpage__fv .breadcrumb__list:not(:last-child)::after {
  content: "／";
  display: inline-block;
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv .breadcrumb__list:not(:last-child)::after {
    margin: 0 0.5em;
  }
}
.l-subpage__fv .breadcrumb__list .link {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv .breadcrumb__list .link {
    letter-spacing: 0;
  }
}
.l-subpage__fv .breadcrumb__list .link:not([aria-current=page]) {
  text-decoration: underline;
  -webkit-transition: color 0.2s, -webkit-text-decoration 0.3s;
  transition: color 0.2s, -webkit-text-decoration 0.3s;
  transition: color 0.2s, text-decoration 0.3s;
  transition: color 0.2s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
@media (min-width: 768px) {
  .l-subpage__fv .breadcrumb__list .link:not([aria-current=page]):hover {
    color: #d80c24;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .l-subpage__fv .breadcrumb__list .link:not([aria-current=page]):active {
    color: #d80c24;
    text-decoration: none;
  }
}
.l-subpage__fv .breadcrumb__list .link[aria-current=page] {
  cursor: auto;
  pointer-events: none;
}
.l-subpage__fv .lead {
  margin-top: clamp(1.25rem, -1.0227272727rem + 9.696969697vw, 6.25rem);
}
.l-subpage__fv--mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 8.75rem;
}
.l-subpage__fv--mv .block {
  padding: 0 1.25rem;
  margin-left: max(0px, (100% - 75.25rem) / 2 - 1.25rem);
}
.l-subpage__fv--mv .mv {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 45.83%;
  height: auto;
  aspect-ratio: 33/34;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    padding: 2.5rem 0;
  }
  .l-subpage__fv--mv .block {
    margin-left: 0;
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .l-subpage__fv--mv .mv {
    width: 100%;
    aspect-ratio: 25/16;
  }
}
.l-subpage__fv--black {
  background-color: #000000;
  padding: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}
.l-subpage__fv--black .block {
  margin-right: max(0px, (100vw - 75.25rem) / 2 - 1.25rem);
  position: relative;
  z-index: 1;
  padding: 6.25rem 1.25rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--black .block {
    padding: 0 1.25rem 5rem;
  }
}
.l-subpage__fv--black .block .heading > .en {
  color: #ffffff;
}
.l-subpage__fv--black .block .heading > .ja {
  color: #ffffff;
}
.l-subpage__fv--black .block .breadcrumb__list {
  color: #ffffff;
}
.l-subpage__fv--black .block .breadcrumb__list .link {
  color: #ffffff;
}
.l-subpage__fv--black .block .info {
  margin-top: clamp(3.75rem, 0.9090909091rem + 12.1212121212vw, 10rem);
}
.l-subpage__fv--black .block .info__heading {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .l-subpage__fv--black .block .info__heading {
    font-size: 1.25rem;
  }
}
.l-subpage__fv--black .block .info__heading {
  color: #ffffff;
  margin-bottom: clamp(1.875rem, 1.5909090909rem + 1.2121212121vw, 2.5rem);
}
.l-subpage__fv--black .block .info__lead {
  color: #ffffff;
}
.l-subpage__fv--black .block .info__anchor {
  margin-top: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--black .block .info__anchor {
    gap: 0.9375rem;
  }
}
.l-subpage__fv--black .block .info__anchor .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  position: relative;
}
.l-subpage__fv--black .block .info__anchor .link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d80c24;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.l-subpage__fv--black .block .info__anchor .link .arrow {
  background-color: #ffffff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.l-subpage__fv--black .block .info__anchor .link .arrow::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #d80c24;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.l-subpage__fv--black .block .info__anchor .link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-subpage__fv--black .block .info__anchor .link:hover .arrow {
  background-color: #d80c24;
}
.l-subpage__fv--black .block .info__anchor .link:hover .arrow::before {
  color: #ffffff;
}
.l-subpage__fv--black .mv {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--black {
    padding: 0;
  }
  .l-subpage__fv--black .block {
    margin-right: 0;
    padding: 0 1.25rem 5rem;
  }
  .l-subpage__fv--black::after {
    width: 100%;
    height: calc(100% + 60px);
    bottom: 0;
  }
}
.l-subpage__fv--art {
  grid-template-columns: 780fr 638fr;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--art {
    grid-template-columns: 100%;
  }
}
.l-subpage__fv--art::after {
  content: "";
  width: 55%;
  height: calc(100% + 60px);
  display: block;
  background-color: #000000;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--art::after {
    width: calc(100% + 100px);
    height: 40vw;
    top: 60vw;
    left: 0;
  }
}
.l-subpage__fv--art .mv {
  position: relative;
}
.l-subpage__fv--art .mv > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--art .mv {
    aspect-ratio: 375/275;
    overflow: hidden;
    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;
  }
  .l-subpage__fv--art .mv > img {
    height: 100vw;
    width: auto;
    aspect-ratio: 275/375;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.l-subpage__fv--knowledge {
  grid-template-columns: 654fr 638fr;
  gap: 0 10.28%;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--knowledge {
    grid-template-columns: 100%;
  }
}
.l-subpage__fv--knowledge .block {
  padding-bottom: 15.625rem;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--knowledge .block {
    padding-bottom: 10rem;
    margin-top: 16.875rem;
  }
}
.l-subpage__fv--knowledge .mv {
  position: relative;
}
.l-subpage__fv--knowledge .mv > img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--knowledge .mv > img {
    top: -10vw;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-red {
  color: #d80c24;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.main {
  margin-top: 60px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #ffffff;
  border-bottom: 1px solid #ededeb;
}
.header__inner {
  padding: 0 1.875rem;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 1.25rem;
    height: 64px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo .hd__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(6.25rem, 5.5113636364rem + 3.1515151515vw, 7.875rem);
}
.header__logo .hd__logo > svg {
  width: 100%;
  height: auto;
}
.header__logo .hd__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .header__logo .hd__text:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .header__logo .hd__text:active {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .header__logo .hd__text {
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__pc {
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .header__pc {
    display: none;
  }
}
.header__pc .global__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__pc .global__menu .menu {
  margin: 0;
  padding: 0;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__pc .global__menu .menu__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #121212;
  padding: 0 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__pc .global__menu .menu__link::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #d80c24;
  position: absolute;
  bottom: 0;
  left: 10%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header__pc .global__menu .menu__link:hover, .header__pc .global__menu .menu__link.is-on {
  color: #929292;
}
.header__pc .global__menu .menu__link:hover::after, .header__pc .global__menu .menu__link.is-on::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (min-width: 1281px) {
  .header__sp {
    display: none;
  }
}
.header__sp .hamburger__btn {
  width: 1.3125rem;
  height: 1.125rem;
  border: none;
  padding: 0;
  background: #d80c24;
  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;
  gap: 0.5625rem 0;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(45%, #ffffff), color-stop(45%, #d80c24), color-stop(55%, #d80c24), color-stop(55%, #ffffff));
  background: linear-gradient(0deg, #ffffff, #ffffff 45%, #d80c24 45%, #d80c24 55%, #ffffff 55% 100%);
}
.header__sp .hamburger__btn::before, .header__sp .hamburger__btn::after {
  content: "";
  width: 1.3125rem;
  height: 2px;
  background: #d80c24;
  -webkit-transition: translate 0.2s, -webkit-transform 0.2s;
  transition: translate 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, translate 0.2s;
  transition: transform 0.2s, translate 0.2s, -webkit-transform 0.2s;
}
.header__sp .hamburger__btn.is-on {
  background: transparent;
}
.header__sp .hamburger__btn.is-on::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  translate: 5px 10px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.header__sp .hamburger__btn.is-on::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 5px -6px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.header__sp .hamburger__menu {
  border: none;
  padding: 2.5rem 1.25rem;
  margin: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  top: 3.75rem;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: display 0.4s allow-discrete, overlay 0.4s allow-discrete, -webkit-transform 0.4s ease;
  transition: display 0.4s allow-discrete, overlay 0.4s allow-discrete, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, display 0.4s allow-discrete, overlay 0.4s allow-discrete;
  transition: transform 0.4s ease, display 0.4s allow-discrete, overlay 0.4s allow-discrete, -webkit-transform 0.4s ease;
}
.header__sp .hamburger__menu::-ms-backdrop {
  display: none;
}
.header__sp .hamburger__menu::backdrop {
  display: none;
}
.header__sp .hamburger__menu[open] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@starting-style {
  .header__sp .hamburger__menu[open] {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
.header__sp .hamburger__menu .global {
  margin-bottom: 2.5rem;
}
.header__sp .hamburger__menu .global__menu .menu {
  padding-bottom: 0.625rem;
  position: relative;
}
.header__sp .hamburger__menu .global__menu .menu:not(:last-child) {
  margin-bottom: 1.25rem;
}
.header__sp .hamburger__menu .global__menu .menu::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #d80c24, #d80c24 20px, #ededeb 20px 100%);
  position: absolute;
  bottom: 0;
}
.header__sp .hamburger__menu .global__menu .menu__link {
  font-size: 0.875rem;
}
.header__sp .hamburger__menu .navi {
  margin-bottom: 3.75rem;
}
.header__sp .hamburger__menu .navi__menu .menu:not(:last-child) {
  margin-bottom: 1.25rem;
}
.header__sp .hamburger__menu .navi__menu .menu__link {
  font-size: 0.75rem;
}
.header__sp .hamburger__menu .copyright {
  font-family: "Philosopher", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #929292;
}

.footer {
  background-color: #f9f9f9;
  padding: 6.25rem 0;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3.75rem 0;
    margin-top: 5rem;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.25rem;
}
.footer__logo .ft__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(7.5rem, 5.2272727273rem + 9.696969697vw, 12.5rem);
}
.footer__logo .ft__logo > svg {
  width: 100%;
  height: auto;
}
.footer__logo .ft__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .footer__logo .ft__text:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .footer__logo .ft__text:active {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo .ft__text {
    width: 86.57%;
    max-width: 18.75rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.5rem;
  }
}
.footer .sitemap {
  border-bottom: 1px solid #ededeb;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
}
.footer .sitemap__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 2.5rem;
}
.footer .sitemap__menu .menu {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}
.footer .sitemap__menu .menu__link {
  color: #121212;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer .sitemap__menu .menu__link:hover {
  color: #d80c24;
}
@media screen and (max-width: 767px) {
  .footer .sitemap {
    margin-bottom: 1.25rem;
  }
  .footer .sitemap__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .sitemap__menu .menu {
    font-size: 0.8125rem;
  }
}
.footer__bottom .copyright {
  font-family: "Philosopher", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #929292;
}
.footer__bottom .navi {
  margin-bottom: 1.25rem;
}
.footer__bottom .navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem 2.5rem;
}
.footer__bottom .navi__menu .menu {
  font-size: 0.75rem;
}
.footer__bottom .navi__menu .menu__link {
  color: #929292;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__bottom .navi__menu .menu__link:hover {
  color: #d80c24;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__bottom .copyright {
    font-size: 0.6875rem;
  }
  .footer__bottom .navi {
    margin-bottom: 2.5rem;
  }
  .footer__bottom .navi__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.pagetop {
  width: 66px;
  height: 66px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 9;
  cursor: pointer;
  display: none;
}/*# sourceMappingURL=common.css.map */