@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-gray-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #a4a4a4;
  --color-gray-light: #cecece;
  --color-gray-white: #f8f8f8;
  --color-yellow: #f7e700;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 13.5px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  html {
    font-size: max(0.7142857143vw, 9px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-text-privacy-indent {
  display: inline-block;
  position: relative;
}
.u-text-privacy-indent.--indent\:1 {
  padding-left: 0.5em;
}
.u-text-privacy-indent.--indent\:1::before {
  width: 0.5em;
}
.u-text-privacy-indent.--indent\:2 {
  padding-left: 1em;
}
.u-text-privacy-indent.--indent\:2::before {
  width: 1em;
}
.u-text-privacy-indent.--indent\:3 {
  padding-left: 1.5em;
}
.u-text-privacy-indent.--indent\:3::before {
  width: 1.5em;
}
.u-text-privacy-indent.--indent\:4 {
  padding-left: 2em;
}
.u-text-privacy-indent.--indent\:4::before {
  width: 2em;
}
.u-text-privacy-indent.--indent\:5 {
  padding-left: 2.5em;
}
.u-text-privacy-indent.--indent\:5::before {
  width: 2.5em;
}
.u-text-privacy-indent.--indent\:6 {
  padding-left: 3em;
}
.u-text-privacy-indent.--indent\:6::before {
  width: 3em;
}
.u-text-privacy-indent.--indent\:7 {
  padding-left: 3.5em;
}
.u-text-privacy-indent.--indent\:7::before {
  width: 3.5em;
}
.u-text-privacy-indent.--indent\:8 {
  padding-left: 4em;
}
.u-text-privacy-indent.--indent\:8::before {
  width: 4em;
}
.u-text-privacy-indent.--indent\:9 {
  padding-left: 4.5em;
}
.u-text-privacy-indent.--indent\:9::before {
  width: 4.5em;
}
.u-text-privacy-indent.--indent\:10 {
  padding-left: 5em;
}
.u-text-privacy-indent.--indent\:10::before {
  width: 5em;
}
.u-text-privacy-indent::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
}
.u-lazy.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #999 0%, #999 26%, #ccc 50%, #999 75%, #999 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.is-lazy-loading + .u-lazy__loader, .is-lazy-loaded + .u-lazy__loader {
  display: block;
}
.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.u-hov {
  --hov-color: #000;
}
@media screen and (max-width: 960px) and (hover: hover) and (pointer: fine) {
  .u-hov {
    transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .u-hov:hover {
    opacity: 0.5;
  }
}
.u-hov__circle {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .u-hov__circle {
    display: block;
  }
}
.u-hov__circle.--circle_service {
  width: 28rem;
  left: 35%;
  transform: translate(-50%, -50%);
}
.u-hov__circle.--circle_service2 {
  width: 17rem;
  left: 28%;
  transform: translate(-50%, -50%);
}
.u-hov__circle.--circle_times {
  width: 30rem;
  left: 28%;
  transform: translate(-50%, -50%);
}
.u-hov__circle-group {
  display: block;
  position: relative;
}
.u-hov__circle-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--hov-color);
  stroke-width: 0.25rem;
}
.u-hov__circle-path.--path1 {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.u-hov:hover .u-hov__circle-path.--path1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.--circle_service .u-hov__circle-path.--path1 {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.u-hov:hover .--circle_service .u-hov__circle-path.--path1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.--circle_times .u-hov__circle-path.--path1 {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.u-hov:hover .--circle_times .u-hov__circle-path.--path1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.45s cubic-bezier(0.12, 0, 0.39, 0);
}
.u-hov__line {
  width: 140%;
  height: auto;
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .u-hov__line {
    display: block;
  }
}
.u-hov__line-group {
  width: 100%;
  display: block;
  position: relative;
  visibility: hidden;
}
.u-hov__line-group.is-hov-active {
  visibility: visible;
}
.u-hov__line-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--hov-color);
  stroke-width: 0.15rem;
  vector-effect: non-scaling-stroke;
}
.--line1 .u-hov__line-path.--path1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.u-hov:hover .--line1 .u-hov__line-path.--path1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.15s cubic-bezier(0.12, 0, 0.39, 0);
}
.--line1 .u-hov__line-path.--path2 {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.u-hov:hover .--line1 .u-hov__line-path.--path2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.12, 0, 0.39, 0) 0.1s;
}
.--line2 .u-hov__line-path.--path1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.u-hov:hover .--line2 .u-hov__line-path.--path1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.15s cubic-bezier(0.12, 0, 0.39, 0);
}
.--line2 .u-hov__line-path.--path2 {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.u-hov:hover .--line2 .u-hov__line-path.--path2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.12, 0, 0.39, 0) 0.1s;
}
.--line3 .u-hov__line-path.--path1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.u-hov:hover .--line3 .u-hov__line-path.--path1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.15s cubic-bezier(0.12, 0, 0.39, 0);
}
.--line3 .u-hov__line-path.--path2 {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.u-hov:hover .--line3 .u-hov__line-path.--path2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.12, 0, 0.39, 0) 0.15s;
}
.--line3 .u-hov__line-path.--path3 {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.u-hov:hover .--line3 .u-hov__line-path.--path3 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.12, 0, 0.39, 0) 0.25s;
}

.u-hov_sticker::after {
  content: "";
  width: min(20rem, 50%);
  padding-top: min(20rem, 50%);
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(15deg) scale3d(1.05, 1.05, 1.05);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 0.2s;
}
@media screen and (max-width: 960px) {
  .u-hov_sticker::after {
    width: min(7rem, 50%);
    padding-top: min(7rem, 50%);
  }
}
.u-hov_sticker[data-sticker="1"]::after {
  top: 5%;
  left: 90%;
  background: url("../img/common/more_1.png") no-repeat center/contain;
}

.u-hov_sticker[data-sticker="2"]::after {
  top: 5%;
  left: 90%;
  background: url("../img/common/more_2.png") no-repeat center/contain;
}

.u-hov_sticker[data-sticker="3"]::after {
  top: 8%;
  left: 90%;
  background: url("../img/common/more_3.png") no-repeat center/contain;
}

.u-hov_sticker[data-sticker="4"]::after {
  top: 3%;
  left: 90%;
  background: url("../img/common/more_4.png") no-repeat center/contain;
}

@media (hover: hover) and (pointer: fine) {
  .u-hov_sticker[data-sticker]:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(15deg) scale3d(1.001, 1.001, 1.001);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
:root {
  --clip: 10rem;
}
@media screen and (max-width: 960px) {
  :root {
    --clip: 5rem;
  }
}

@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(calc(var(--clip) * -1) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(calc(var(--clip) * -1) 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + var(--clip)) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + var(--clip)) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, calc(var(--clip) * -1) 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, calc(var(--clip) * -1) 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + var(--clip)) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + var(--clip)) 100%, 0% 100%);
  }
}
@keyframes clip-out-nav {
  0% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
}
@keyframes clip-in-nav {
  0% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes text_marquee {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -311.5rem 50%;
  }
}
.l-loader {
  width: 12rem;
  height: 12rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: none;
}
.is-load .l-loader, .is-op .l-loader {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-loader__text {
  width: 70%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: var(--color-black);
  transform: translate(-46%, -50%);
  animation: show 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-loader__circle {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  animation: show 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-loader__circle::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/loading.png") no-repeat center/contain;
  animation: rotate 30s linear infinite;
}

.l-main {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-main {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media screen and (min-width: 961px) {
  .l-header {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 961px) {
  .l-header__container {
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 3.5rem 0;
  }
}
.l-header__brand {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(-2rem);
}
.is-load .l-header__brand {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .l-header__brand {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    position: fixed;
    top: 1rem;
    left: 0;
    z-index: 20;
  }
}
.l-header__brand-link {
  width: 15rem;
  display: block;
  position: relative;
  padding: 0 1.5rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-header__brand-link {
    width: 13rem;
  }
}
.l-header__brand-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__brand-path {
  width: 100%;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.15rem;
}
.l-header__brand-path.--path1 {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.l-header__brand-link:hover .l-header__brand-path.--path1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.l-header__brand-path.--path2 {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.l-header__brand-link:hover .l-header__brand-path.--path2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.12, 0, 0.39, 0) 0.2s;
}
@media screen and (min-width: 961px) {
  .l-header__nav {
    flex: 1 1 0;
    min-width: 0;
    display: block;
    position: relative;
    opacity: 0;
    transform: translateY(-2rem);
  }
  .is-load .l-header__nav {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.l-nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    overscroll-behavior-y: none;
    opacity: 0;
    background: var(--color-bg);
    transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.l-nav__container {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 90%;
    min-height: var(--svh);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5rem 0;
    margin: 0 auto;
  }
}
.l-nav__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__inner {
    width: 100%;
    display: block;
    position: relative;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item {
    overflow: hidden;
  }
}
@media screen and (min-width: 961px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 0;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.01rem;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .l-nav__link {
    padding: 1rem 0.6rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    font-size: 4rem;
    line-height: 1;
    transform: translate3d(0, 6rem, 0);
    transition: transform 0s linear 1s;
  }
  .is-menu-open .l-nav__link {
    transform: translate3d(0, 0, 0);
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-open .l-nav__list-item:nth-child(1) .l-nav__link {
    transition-delay: 0.2s;
  }
  .is-menu-open .l-nav__list-item:nth-child(2) .l-nav__link {
    transition-delay: 0.25s;
  }
  .is-menu-open .l-nav__list-item:nth-child(3) .l-nav__link {
    transition-delay: 0.3s;
  }
  .is-menu-open .l-nav__list-item:nth-child(4) .l-nav__link {
    transition-delay: 0.35s;
  }
  .is-menu-open .l-nav__list-item:nth-child(5) .l-nav__link {
    transition-delay: 0.4s;
  }
  .is-menu-open .l-nav__list-item:nth-child(6) .l-nav__link {
    transition-delay: 0.45s;
  }
  .is-menu-open .l-nav__list-item:nth-child(7) .l-nav__link {
    transition-delay: 0.5s;
  }
  .is-menu-open .l-nav__list-item:nth-child(8) .l-nav__link {
    transition-delay: 0.55s;
  }
  .is-menu-open .l-nav__list-item:nth-child(9) .l-nav__link {
    transition-delay: 0.6s;
  }
  .is-menu-open .l-nav__list-item:nth-child(10) .l-nav__link {
    transition-delay: 0.65s;
  }
}

.l-menu {
  width: 5.6rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 1.4rem;
  right: 1.4rem;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu:hover {
    color: var(--color-white);
    background-color: var(--color-main);
  }
}
.l-menu__btn {
  width: 5.6rem;
  height: 1.1rem;
  display: block;
  position: relative;
}
.l-menu__bar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-menu__bar-line {
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  left: 0;
}
.--open .l-menu__bar-line.-line1 {
  top: 0;
}
.--open .l-menu__bar-line.-line2 {
  top: calc(50% - 0.05rem);
}
.--open .l-menu__bar-line.-line3 {
  bottom: 0;
}
.--close .l-menu__bar-line.-line1 {
  top: calc(50% - 0.05rem);
  transform: rotate(16deg);
}
.--close .l-menu__bar-line.-line2 {
  top: calc(50% - 0.05rem);
  transform: rotate(-16deg);
}
.l-menu__bar-line::before {
  content: "";
  width: 100%;
  height: 0.11rem;
  display: block;
  position: absolute;
  top: 0;
  border-bottom: 0.11rem solid var(--color-black);
  transition: border-bottom-color 0.3s cubic-bezier(0.5, 1, 0.89, 1), width 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.--open .l-menu__bar-line::before {
  width: 100%;
  left: 0;
}
.--open .l-menu__bar-line:nth-child(1)::before {
  transition-delay: 0s, 0.25s;
}

.--open .l-menu__bar-line:nth-child(2)::before {
  transition-delay: 0s, 0.3s;
}

.--open .l-menu__bar-line:nth-child(3)::before {
  transition-delay: 0s, 0.35s;
}

.is-menu-open .--open .l-menu__bar-line::before {
  width: 0;
}
.is-menu-open .--open .l-menu__bar-line:nth-child(1)::before {
  transition-delay: 0s, 0s;
}

.is-menu-open .--open .l-menu__bar-line:nth-child(2)::before {
  transition-delay: 0s, 0.05s;
}

.is-menu-open .--open .l-menu__bar-line:nth-child(3)::before {
  transition-delay: 0s, 0.1s;
}

.--close .l-menu__bar-line::before {
  width: 0;
  right: 0;
}
.--close .l-menu__bar-line:nth-child(1)::before {
  transition-delay: 0s, 0s;
}

.--close .l-menu__bar-line:nth-child(2)::before {
  transition-delay: 0s, 0.05s;
}

.--close .l-menu__bar-line:nth-child(3)::before {
  transition-delay: 0s, 0.1s;
}

.is-menu-open .--close .l-menu__bar-line::before {
  width: 100%;
}
.is-menu-open .--close .l-menu__bar-line:nth-child(1)::before {
  transition-delay: 0s, 0.3s;
}

.is-menu-open .--close .l-menu__bar-line:nth-child(2)::before {
  transition-delay: 0s, 0.35s;
}

.is-menu-open .--close .l-menu__bar-line:nth-child(3)::before {
  transition-delay: 0s, 0.4s;
}

.l-footer {
  --color-text: var(--color-white);
  display: block;
  position: relative;
  color: var(--color-text);
  background: var(--color-black);
  padding: 8rem 0;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 5.6rem 0;
  }
}
.is-load .l-footer {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-footer__container {
  width: 86%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: 88%;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content.--content1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
.l-footer__content.--content2 {
  margin-top: 7.5rem;
}
@media screen and (min-width: 961px) {
  .l-footer__content.--content2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__content.--content2 {
    margin-top: 4.5rem;
  }
}
.l-footer__brand {
  width: 30.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 18rem;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
.l-footer__contact {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__contact {
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.l-footer__contact-cap {
  display: block;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .l-footer__contact-cap {
    margin-right: 2.6rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__contact-cap {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
}
.l-footer__contact-link {
  width: 33rem;
  display: block;
  position: relative;
  padding: 1.5rem 2.5rem 1.6rem;
  font-size: 2rem;
  line-height: 1;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer__contact-link {
    width: 100%;
    padding: 1.1rem 1.8rem 1.2rem;
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__contact-link {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer__contact-link[href]:hover {
    color: var(--color-black);
    background-color: var(--color-yellow);
  }
}
.l-footer__contact-link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
}
.l-footer__contact-link::after {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/common/btn/arrow.svg") no-repeat center/contain;
  opacity: 0;
  transform: translateX(-1rem);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__contact-link:hover::after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  font-size: 1rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 4.5rem;
  }
}

.l-footer_nav {
  display: block;
  position: relative;
}
.l-footer_nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.l-footer_nav__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_nav__list-item + .l-footer_nav__list-item {
    margin-left: 1rem;
  }
}
.l-footer_nav__link {
  display: block;
  position: relative;
  padding: 1rem 0.6rem;
  font-size: 1.5rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.01rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link {
    padding: 0;
    font-size: 4rem;
    line-height: 1;
  }
}

.c-more {
  display: block;
  position: relative;
  padding: 1.5rem;
  box-sizing: content-box;
  border: 0.1rem solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-more {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), border-color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-more:hover {
    color: var(--color-black);
    background-color: var(--color-yellow);
    border-color: var(--color-black);
  }
}
.c-more__text {
  display: block;
  position: relative;
}

.c-more_arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  box-sizing: content-box;
  border: 0.1rem solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-more_arrow {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), border-color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-more_arrow:hover {
    color: var(--color-black);
    background-color: var(--color-yellow);
    border-color: var(--color-black);
  }
}
.c-more_arrow__text {
  width: 8.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-more_arrow__text {
    width: 6.8rem;
  }
}
.c-more_arrow__icon {
  width: 6.8rem;
  display: block;
  position: relative;
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .c-more_arrow__icon {
    width: 5rem;
    margin-left: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-more_arrow__icon {
    transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-more_arrow:hover .c-more_arrow__icon {
    transform: translate(1rem, 0);
  }
}

.c-back_btn {
  display: block;
  position: relative;
  padding: 1.7rem 3rem;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .c-back_btn {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-back_btn:hover {
    color: var(--color-black);
    background-color: var(--color-yellow);
  }
}
.c-back_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
  border-radius: 50%;
  pointer-events: none;
}
.c-back_btn__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-btn_round {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 200px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_round {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_round:hover {
    color: var(--color-black);
    background-color: var(--color-yellow);
  }
}
.c-btn_round::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
  border-radius: 200px;
  pointer-events: none;
}
.c-btn_round__text {
  display: block;
  position: relative;
  padding: 2.8rem 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-btn_round__text {
    padding: 2.4rem 1.3rem;
    font-size: 1.4rem;
  }
}