@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --white: #fff;
  --black: #111;
  --dark-black: #333;
  --grad: linear-gradient(94deg, #DE1010 0%, #FF8333 100%);
  --grad-gray: linear-gradient(295deg, #DCE7F3 40.92%, #B3BCCC 100%);
  --gray: #ccc;
  --red: #DE1010;
  --main01: #B3BCCC;
}

html {
  overflow-y: scroll;
  font-size: 0.625em;
  box-sizing: border-box;
}

body {
  color: var(--dark-black);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt" on;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

sup {
  font-size: 0.6em;
}

img,
video {
  max-width: 100%;
  height: auto;
}

input {
  all: unset;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  line-height: normal;
}

em {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}

a {
  color: inherit;
}
a:link, a:visited {
  color: var(--dark-black);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 1;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: 0;
}

a,
button {
  outline: none;
}

fieldset {
  border: none;
}

ul {
  list-style: none;
}

@media screen and (min-width: 1025px) {
  .is-hide-pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .is-hide-tab-l {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-hide-tab-s {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .is-hide-sp {
    display: none;
  }
}

@keyframes slideIn {
  from {
    clip-path: polygon(0 0, 0 0, -30% 100%, -20% 100%);
  }
  to {
    clip-path: polygon(0 0, 130% 0, 120% 100%, 0 100%);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 1rem));
  }
}
@keyframes scrollCategory {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.l-contents__section {
  padding: 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .l-contents__section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width:767px) {
  .l-contents__section {
    gap: 4rem;
  }
}
@media screen and (max-width:540px) {
  .l-contents__section {
    padding-top: 2.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
.l-contents__wrapper {
  max-width: 144rem;
  margin: 0 auto;
}
.l-contents__dl {
  width: 31.6rem;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 10;
  transform: translateY(30%);
  opacity: 0;
}
@media screen and (max-width:540px) {
  .l-contents__dl {
    width: 11.2rem;
    right: auto;
    left: 0;
    bottom: 8.4rem;
    transform: translateX(-100%);
  }
}
.l-contents__dl.is-visible {
  transition: transform 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width:540px) {
  .l-contents__dl.is-visible {
    transform: translateX(0);
  }
}
.l-contents__dl img {
  vertical-align: bottom;
}

.l-footer {
  padding: 10rem 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  background: var(--dark-black);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width:540px) {
  .l-footer {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.l-footer__basicinfo {
  flex: 0 0 auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding-right: 4rem;
}
.l-footer__basicinfo dt {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.32px;
}
.l-footer__basicinfo dd {
  margin-top: 1rem;
  color: var(--main01);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.14px;
}
.l-footer__basicinfo dd:first-of-type {
  margin-top: 0;
  margin-bottom: 2.4rem;
  color: var(--white);
}
.l-footer__basicinfo dd:last-of-type {
  margin-bottom: 0;
}
.l-footer__basicinfo dd .link {
  color: var(--main01);
  transition: 0.35s ease;
}
.l-footer__basicinfo dd .link:link, .l-footer__basicinfo dd .link:visited {
  color: var(--main01);
}
.l-footer__basicinfo dd .link:hover {
  color: var(--white);
}
.l-footer__box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width:767px) {
  .l-footer__box {
    gap: 3.2rem;
  }
}
.l-footer__nav {
  flex: 0 0 25rem;
}
.l-footer__nav > ul > li {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid var(--white);
}
.l-footer__nav > ul > li:last-child {
  margin-bottom: 0;
}
.l-footer__nav > ul > li a {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1rem;
}
.l-footer__nav > ul > li a:link:hover .en,
.l-footer__nav > ul > li a:link:hover .ja {
  opacity: 0.75;
}
.l-footer__nav > ul > li a .en {
  color: var(--main01);
  text-align: center;
  font-family: "Genos", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  transition: 0.35s ease;
}
.l-footer__nav > ul > li a .ja {
  color: var(--white);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.14px;
  transition: 0.35s ease;
}
.l-footer__navSub {
  margin-top: 1rem;
}
.l-footer__navSub li {
  padding-left: 2rem;
  margin-top: 0.4rem;
}
.l-footer__navSub li a {
  color: var(--white);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.14px;
  transition: 0.35s ease;
}
.l-footer__navSub li a:link, .l-footer__navSub li a:visited {
  color: var(--white);
}
.l-footer__navSub li a:hover {
  opacity: 0.75;
}
.l-footer__copyright {
  padding: 1.6rem 0.8rem;
  background: var(--black);
  text-align: center;
  color: var(--white);
  font-family: "Genos", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
}
@media screen and (max-width:767px) {
  .l-footer__copyright {
    padding-bottom: 7.6rem;
  }
}

.l-header {
  width: 100%;
  padding: 0 0 0 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width:540px) {
  .l-header {
    padding-left: 1.6rem;
  }
}
.l-header::before {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.6rem);
          backdrop-filter: blur(0.6rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}
.l-header::after {
  width: 100%;
  height: 0.1rem;
  display: block;
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
.l-header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__nav {
  flex: 0 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 1330px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.l-header__nav > ul li {
  flex: 0 0 auto;
}
.l-header__nav > ul li a {
  height: 6.4rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
.l-header__nav > ul li a:link:hover .en,
.l-header__nav > ul li a:link:hover .ja {
  background: var(--grad);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__nav > ul li a .en {
  color: var(--black);
  text-align: center;
  font-family: "Genos", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  transition: 0.35s ease;
}
.l-header__nav > ul li a .ja {
  color: var(--black);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.14px;
  transition: 0.35s ease;
}
.l-header__nav > ul li a[data-ancher] {
  cursor: pointer;
}
.l-header__nav > ul li a[data-ancher]:hover + .l-header__navSub {
  clip-path: inset(0 0 0 0);
}
.l-header__navSub {
  width: 100%;
  padding-right: 71.5rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.6rem);
          backdrop-filter: blur(0.6rem);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
  position: absolute;
  top: 100%;
  left: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.15s linear;
}
.l-header__navSub::after {
  width: 100%;
  height: 0.1rem;
  display: block;
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
.l-header__navSub:hover {
  clip-path: inset(0 0 0 0);
}
.l-header__logo {
  flex: 0 0 auto;
  margin-right: auto;
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  vertical-align: bottom;
}
.l-header__menuButton {
  flex: 0 0 auto;
  border-left: 0.1rem solid var(--white);
}
.l-header__menuButton button {
  width: 18rem;
  height: 8rem;
  padding: 0.8rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .l-header__menuButton button {
    width: 13.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.l-header__menuButton button:hover {
  opacity: 0.8;
}
.l-header__menuButtonLine {
  width: 3rem;
  flex: 0 0 3rem;
  height: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  background: var(--red);
}
.l-header__menuButtonLine span, .l-header__menuButtonLine::before, .l-header__menuButtonLine::after {
  width: 3rem;
  flex: 0 0 0.1rem;
  height: 0.1rem;
  display: block;
  background: var(--red);
  content: "";
}
.l-header__menuButtonText {
  padding-bottom: 0.3rem;
  color: var(--black, #111);
  font-family: "Genos", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.24px;
}
.l-header__actions {
  display: flex;
}
@media screen and (max-width:767px) {
  .l-header__actions {
    width: 100%;
    border-top: 0.1rem solid var(--white);
    position: fixed;
    transform: translateY(100%);
    left: 0;
    bottom: 0;
    transition: 0.35s ease;
  }
  .l-header__actions::before {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(0.6rem);
    backdrop-filter: blur(0.6rem);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .l-header__actions.is-visible {
    transform: translateY(0);
    z-index: 100;
  }
}
@media screen and (max-width:540px) {
  .l-header__actions.is-hidden {
    display: none;
  }
}
.l-header__tel {
  flex: 0 0 auto;
  border-left: 0.1rem solid var(--white);
}
@media screen and (max-width:767px) {
  .l-header__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%;
    border-left: none;
  }
}
.l-header__tel a {
  width: 22rem;
  height: 8rem;
  padding: 0.8rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width:767px) {
  .l-header__tel a {
    width: 100%;
    height: 6rem;
  }
}
.l-header__tel a span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.l-header__tel a > img {
  flex: 0 0 3.2rem;
}
@media screen and (max-width:540px) {
  .l-header__tel a > img {
    flex: 0 0 2.4rem;
    width: 2.4rem;
  }
}
.l-header__telTime {
  color: var(--black);
  font-family: "Genos", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.12px;
}
.l-header__telNumber {
  color: var(--black);
  font-family: "Genos", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.24px;
}
@media screen and (max-width:540px) {
  .l-header__telNumber {
    font-size: 2rem;
  }
}
.l-header__cta {
  flex: 0 0 22rem;
  border-left: 0.1rem solid var(--white);
}
@media screen and (max-width:767px) {
  .l-header__cta {
    flex: 0 0 50%;
  }
}
.l-header-menu {
  width: 100%;
  height: 100%;
  padding: 10rem 8rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  background: var(--dark-black);
  color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.15s linear;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width:540px) {
  .l-header-menu {
    padding-top: 8rem;
    padding-right: 1.6rem;
    padding-left: 20rem;
    padding-bottom: 8rem;
  }
}
.l-header-menu.is-open {
  clip-path: inset(0 0 0 0);
}
.l-header-menu__basicinfo {
  flex: 0 0 auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width:767px) {
  .l-header-menu__basicinfo {
    margin-right: 0;
    display: none;
  }
}
.l-header-menu__basicinfo dt {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.32px;
}
.l-header-menu__basicinfo dd {
  margin-top: 1rem;
  color: var(--main01);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.14px;
}
.l-header-menu__basicinfo dd:first-of-type {
  margin-top: 0;
  margin-bottom: 2.4rem;
  color: var(--white);
}
.l-header-menu__basicinfo dd:last-of-type {
  margin-top: 4rem;
  margin-bottom: 0;
}
.l-header-menu__basicinfo dd .link {
  color: var(--main01);
  transition: 0.35s ease;
}
.l-header-menu__basicinfo dd .link:link, .l-header-menu__basicinfo dd .link:visited {
  color: var(--main01);
}
.l-header-menu__basicinfo dd .link:hover {
  color: var(--white);
}
.l-header-menu__box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width:767px) {
  .l-header-menu__box {
    gap: 3.2rem;
  }
}
@media screen and (max-width:540px) {
  .l-header-menu__box {
    justify-content: flex-end;
  }
}
.l-header-menu__nav {
  flex: 0 0 25rem;
}
.l-header-menu__nav > ul > li {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid var(--white);
}
.l-header-menu__nav > ul > li a {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1rem;
}
.l-header-menu__nav > ul > li a:link:hover .en,
.l-header-menu__nav > ul > li a:link:hover .ja {
  opacity: 0.75;
}
.l-header-menu__nav > ul > li a .en {
  color: var(--main01);
  text-align: center;
  font-family: "Genos", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  transition: 0.35s ease;
}
.l-header-menu__nav > ul > li a .ja {
  color: var(--white);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.14px;
  transition: 0.35s ease;
}
.l-header-menu__navSub {
  margin-top: 1rem;
}
.l-header-menu__navSub li {
  padding-left: 2rem;
  margin-top: 0.4rem;
}
.l-header-menu__navSub li a {
  color: var(--white);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.14px;
  transition: 0.35s ease;
}
.l-header-menu__navSub li a:link, .l-header-menu__navSub li a:visited {
  color: var(--white);
}
.l-header-menu__navSub li a:hover {
  opacity: 0.75;
}
.l-header-menu__close {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  color: var(--white);
  position: fixed;
  top: 3rem;
  right: 8rem;
}
@media screen and (max-width:540px) {
  .l-header-menu__close {
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2rem;
    right: 1rem;
  }
  .l-header-menu__close > span {
    display: none;
  }
}
.l-header-menu__str {
  width: calc(100% + 16rem);
  margin-top: 18rem;
  margin-left: -8rem;
  margin-right: -8rem;
}
@media screen and (max-width:540px) {
  .l-header-menu__str {
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.l-header-menu__str img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width:540px) {
  .l-header-menu__str img {
    width: auto;
    height: 100%;
  }
}

.c-sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip-path: rect(0, 0, 0, 0);
  border: 0;
}

.c-breadcrumb-list {
  padding: 1.2rem 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  background: #4E5659;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb-list {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width:540px) {
  .c-breadcrumb-list {
    padding-top: 0.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 0.8rem;
  }
}
.c-breadcrumb-item {
  color: var(--white);
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .c-breadcrumb-item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:540px) {
  .c-breadcrumb-item {
    font-size: 1rem;
  }
}
.c-breadcrumb-item a {
  color: var(--white);
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  transition: opacity 0.35s ease;
}
.c-breadcrumb-item a:link, .c-breadcrumb-item a:visited {
  color: var(--white);
}
.c-breadcrumb-item a:link:hover, .c-breadcrumb-item a:visited:hover {
  opacity: 0.75;
}
.c-breadcrumb-item a::after {
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  border-right: 0.1rem solid var(--white);
  border-bottom: 0.1rem solid var(--white);
  transform: rotate(-45deg) translate(-0.1rem, 0.1rem);
  content: "";
}
@media screen and (max-width:540px) {
  .c-breadcrumb-item a::after {
    width: 0.4rem;
    height: 0.4rem;
    transform: rotate(-45deg) translate(-0.2rem, -0.1rem);
  }
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width:767px) {
  .c-title {
    gap: 0.4rem;
  }
}
.c-title__label {
  color: var(--black);
  font-family: "Genos", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.2px;
}
@media screen and (max-width:767px) {
  .c-title__label {
    font-size: 2rem;
  }
}
.c-title__label--category {
  color: var(--white);
  font-size: 7.2rem;
}
@media screen and (max-width:767px) {
  .c-title__label--category {
    font-size: 3.6rem;
  }
}
.c-title__main {
  color: var(--black);
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .c-title__main {
    font-size: 2.8rem;
  }
}
.c-title__main--white {
  color: var(--white);
}
.c-title-small {
  color: var(--black);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .c-title-small {
    font-size: 2.2rem;
  }
}

.c-text {
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width:767px) {
  .c-text {
    font-size: 1.4rem;
  }
}

.c-button {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(94deg, #FF8333 0%, #DE1010 50%, #FF8333 100%);
  background-position: 100% 100%;
  background-size: 200% 100%;
  border-radius: 4rem;
  color: var(--white);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  position: relative;
  transition: background 0.35s ease;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .c-button {
    height: 6rem;
  }
}
@media screen and (max-width:540px) {
  .c-button {
    font-size: 1.4rem;
  }
}
.c-button:link, .c-button:visited {
  color: var(--white);
}
.c-button:hover {
  background-position: 0% 100%;
}
.c-button--header {
  padding: 0.8rem 1.8rem;
  height: 8rem;
  border-radius: 0;
  gap: 1rem;
  letter-spacing: 0.16px;
}
@media screen and (max-width:767px) {
  .c-button--header {
    padding: 0.8rem 1.2rem;
    height: 6rem;
  }
}
.c-button--header img {
  flex: 0 0 3.2rem;
  vertical-align: bottom;
}
@media screen and (max-width:540px) {
  .c-button--header img {
    flex: 0 0 2.4rem;
    width: 2.4rem;
  }
}
.c-button--header span {
  padding-bottom: 0.3rem;
}
.c-button__arrow {
  position: absolute;
  right: 3.2rem;
}
.c-button__hidden {
  display: none;
}
.c-button__hidden + .wpcf7-spinner {
  margin: auto;
  position: absolute;
  top: 0;
  left: 1.6rem;
  bottom: 0;
}

.c-link {
  width: 100%;
  text-align: right;
}
.c-link__text {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  color: var(--black);
  text-align: right;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .c-link__text {
    font-size: 1.4rem;
  }
}
.c-link__arrow {
  flex: 0 0 6rem;
  height: auto;
}
@media screen and (max-width:767px) {
  .c-link__arrow {
    width: 4rem;
    height: auto;
    flex: 0 0 4rem;
  }
}

.js-t-wrap {
  display: inline-block;
  overflow: hidden;
}
.js-t-block {
  display: inline-block;
}
.js-t-obj {
  display: inline-block;
  transform: translateY(100%) skewX(30deg);
}
.js-t.is-visible .js-t-obj {
  transition: transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
  transform: translateY(0) skewX(0);
}

[data-trigger-scroll] [data-target-scroll-category] {
  opacity: 0;
}
[data-trigger-scroll] [data-target-scroll-category] dt {
  transform: translateY(30%) skewX(30deg);
  opacity: 0;
}
[data-trigger-scroll] [data-target-scroll-category] dd {
  transform: translateY(30%) skewX(30deg);
  opacity: 0;
}
[data-trigger-scroll].is-visible [data-target-scroll-category] {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.36, 0.14, 0, 1) 0.35s;
}
[data-trigger-scroll].is-visible [data-target-scroll-category] dt {
  transform: translateY(0) skewX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.36, 0.14, 0, 1) 0.7s, opacity 1.2s cubic-bezier(0.36, 0.14, 0, 1) 0.7s;
}
[data-trigger-scroll].is-visible [data-target-scroll-category] dd {
  transform: translateY(0) skewX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.36, 0.14, 0, 1) 0.7s, opacity 1.2s cubic-bezier(0.36, 0.14, 0, 1) 0.7s;
}
[data-trigger-scroll] [data-target-scroll-point] {
  opacity: 0;
  transform: translateY(30%) skewX(10deg);
}
[data-trigger-scroll].is-visible [data-target-scroll-point] {
  transform: translateY(0) skewX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.36, 0.14, 0, 1) 0.5s, opacity 1.2s cubic-bezier(0.36, 0.14, 0, 1) 0.5s;
}
[data-trigger-scroll].is-visible [data-target-scroll-point]:nth-child(2) {
  transition-delay: 0.65s;
}
[data-trigger-scroll].is-visible [data-target-scroll-point]:nth-child(3) {
  transition-delay: 0.8s;
}/*# sourceMappingURL=map/main.css.map */
