@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*--------------- form reset ------------*/
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
button:hover {
  opacity: 0.7;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 1.5rem;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 2.5rem;
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
label input[type=checkbox] + span::before {
  border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 0.2rem solid #313131;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 0.2rem 0.4rem;
  width: 0.6rem;
  height: 0.9rem;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.1rem solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 1.4rem;
  height: 1.4rem;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit], input[type=reset], button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }
  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}
::-webkit-input-placeholder {
  color: #B7B7B7;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #B7B7B7;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1340px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #272526;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
.m-bold {
  font-weight: bold;
}

.c-inner {
  width: 115.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 4%;
  }
}

.l-container {
  background: #272526;
}

.l-page {
  padding-top: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-top: 6.6rem;
  }
}
.l-page-head {
  border-bottom: 1px solid #fff;
}
.l-page-head .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-page-head .c-inner {
    display: block;
  }
}
.l-page-head .-headline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-page-head .-breadcrumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-page-head .-breadcrumbs {
    margin-bottom: 0;
  }
}
.l-page-head .-breadcrumbs ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-page-head .-breadcrumbs ol li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #F4F2F1;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-page-head .-breadcrumbs ol li {
    font-size: 1.2rem;
  }
}
.l-page-head .-breadcrumbs ol li a {
  opacity: 1;
  text-decoration: none;
}
.l-page-head .-breadcrumbs ol li + li:before {
  color: #F4F2F1;
  content: "/";
  margin: 0 0.5rem 0 1rem;
}
.l-page-head .-breadcrumbs ol li:last-child a {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .l-page-head {
    display: block;
  }
}
.l-page-head.m-index {
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .l-page-head.m-index {
    padding: 7rem 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-head.m-index .-headline {
    margin-bottom: 3rem;
  }
}
.l-page-head.m-index .-headline .ja {
  font-size: 2rem;
  font-weight: 700;
  color: #F4F2F1;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-head.m-index .-headline .ja {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
.l-page-head.m-index .-headline .ja:before {
  content: "";
  width: 0.9rem;
  height: 2rem;
  background: url(../img/headline_icn.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-page-head.m-index .-headline .en {
  font-size: 9.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  color: #F4F2F1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page-head.m-index .-headline .en {
    font-size: 4.8rem;
  }
}
.l-page-head.m-under {
  padding: 11.5rem 0 13rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .l-page-head.m-under {
    padding: 7rem 0 1.5rem;
    margin-bottom: 5rem;
  }
}
.l-page-head.m-under .-headline .en {
  color: #F4F2F1;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-head.m-under .-headline .en {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.l-page-head.m-under .-headline .ja {
  font-size: 4.8rem;
  font-weight: 700;
  color: #F4F2F1;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-head.m-under .-headline .ja {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 6rem;
  }
}
.l-page-head.m-under .-headline .ja:before {
  content: "";
  width: 0.9rem;
  height: 2rem;
  background: url(../img/headline_icn.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-page-head.m-under .-breadcrumbs {
  margin-bottom: 0;
}
.l-page-body {
  position: relative;
  z-index: 1;
}
.l-page-foot {
  padding: 12.5rem 0 11.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-foot {
    padding: 12.5rem 6% 11.5rem;
  }
}
.l-page-foot .-headline {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-foot .-headline {
    margin-bottom: 3rem;
    font-size: 2.8rem;
    padding-left: 2.8rem;
  }
  .l-page-foot .-headline:before {
    width: 1.6rem;
    height: 4.2rem;
  }
}
.l-page-foot .-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-page-foot .-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.l-page-foot .-list li {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-page-foot .-list li {
    font-size: 1.6rem;
  }
}
.l-page-foot .-list li a {
  display: block;
  padding: 2.4rem 0.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-page-foot .-list li a {
    padding: 2rem 0.5rem 2rem 0.8rem;
  }
}
.l-page-foot .-list li a:before {
  content: "";
  width: 4rem;
  height: 0.7rem;
  background: url(../img/btn_arw_wh.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media screen and (max-width: 767px) {
  .l-page-foot .-list li a:before {
    right: 0.8rem;
  }
}
.l-page-foot .-list li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #E60012;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.l-page-foot .-list li a:hover:after {
  width: 100%;
}

.c-sectionhead.m-bk .-headline {
  color: #272526;
}
.c-sectionhead.m-bk .-en {
  color: #272526;
}
.c-sectionhead .-headline {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-sectionhead .-headline {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }
}
.c-sectionhead .-headline:before {
  content: "";
  width: 0.9rem;
  height: 2rem;
  background: url(../img/headline_icn.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-sectionhead .-en {
  font-size: 9.6rem;
  font-weight: 500;
  letter-spacing: -0.6rem;
  line-height: 1.3;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sectionhead .-en {
    font-size: 4.8rem;
    letter-spacing: -0.2rem;
  }
}

.c-loopslide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.c-loopslide .-list {
  --_item-width: 491;
  --_item-val: 4;
  --_design-window-width: 1440;
  --_animation-time: 60s;
  --_item-gap: 2rem;
  display: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--_item-width) * var(--_item-val) / var(--_design-window-width) * 100vw);
}
@media screen and (max-width: 767px) {
  .c-loopslide .-list {
    --_item-width: 368;
    --_design-window-width: 375;
    --_item-gap: 1.5rem;
  }
}
.c-loopslide .-list .item {
  margin-right: var(--_item-gap);
}
.c-loopslide .-list:after {
  content: "";
  width: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-loopslide .-list:first-of-type {
  -webkit-animation: loop-slide1 var(--_animation-time) calc(var(--_animation-time) / 2 * -1) linear infinite;
          animation: loop-slide1 var(--_animation-time) calc(var(--_animation-time) / 2 * -1) linear infinite;
}
.c-loopslide .-list:last-of-type {
  -webkit-animation: loop-slide2 var(--_animation-time) linear infinite;
          animation: loop-slide2 var(--_animation-time) linear infinite;
}
@-webkit-keyframes loop-slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop-slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/*カテゴリートップページ*/
.c-categoryhead {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .c-categoryhead {
    padding: 6rem 0 1.5rem;
  }
}
.c-categoryhead .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-categoryhead .c-inner {
    display: block;
  }
}
.c-categoryhead .-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-categoryhead .-img {
    width: 100%;
  }
}
.c-categoryhead .-img img {
  width: 100%;
  height: auto;
}
.c-categoryhead .-txt {
  color: #F4F2F1;
  padding: 0 8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-categoryhead .-txt {
    padding: 3.5rem 0;
  }
}
.c-categoryhead .-txt .catch {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-categoryhead .-txt .catch {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
.c-categoryhead .-txt .lead {
  font-size: 1.7rem;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .c-categoryhead .-txt .lead {
    font-size: 1.4rem;
  }
}

.c-categoryindex {
  padding-bottom: 12.5rem;
}
.c-categoryindex .-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-categoryindex .-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
.c-categoryindex .-grid .item a {
  display: block;
  position: relative;
}
.c-categoryindex .-grid .item a .item-img {
  overflow: hidden;
}
.c-categoryindex .-grid .item a .item-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.c-categoryindex .-grid .item a .item-ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 1.6rem 10.5rem 1.6rem 4rem;
  color: #F4F2F1;
  background: #272526;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-categoryindex .-grid .item a .item-ttl {
    font-size: 1.6rem;
    padding: 1.2rem 8rem 1.2rem 2.8rem;
  }
}
.c-categoryindex .-grid .item a .item-ttl:before {
  content: "";
  width: 4rem;
  height: 0.7rem;
  background: url(../img/btn_arw_wh.svg) no-repeat center center/contain;
  position: absolute;
  right: 3.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media screen and (max-width: 767px) {
  .c-categoryindex .-grid .item a .item-ttl:before {
    right: 2rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-categoryindex .-grid .item a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-categoryindex .-grid .item a:hover .item-ttl:before {
    background-image: url(../img/btn_arw_red.svg);
  }
}

.safari .c-categoryindex .-grid .item a .item-ttl:before {
  -webkit-transition: none;
  transition: none;
}

.grecaptcha-badge {
  display: none;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

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

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

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

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

.u-en {
  font-family: "Poppins", sans-serif;
}

/* --------------------------------------------------
  headline
-------------------------------------------------- */
.u-headline {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3.5rem;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .u-headline {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    padding-left: 2.2rem;
  }
}
.u-headline:before {
  content: "";
  width: 1.6rem;
  height: 4.2rem;
  background: url(../img/headline_icn.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .u-headline:before {
    width: 1rem;
    height: 2.3rem;
  }
}

/* --------------------------------------------------
  	pdf
-------------------------------------------------- */
.u-pdf {
  display: inline-block;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-pdf {
    padding-right: 2.5rem;
    display: inline;
  }
}
.u-pdf:after {
  content: "";
  width: 2rem;
  height: 2.3rem;
  background: url(../img/icn_pdf.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .u-pdf:after {
    -webkit-transform: none;
            transform: none;
    top: auto;
    botom: 0;
  }
}

/* --------------------------------------------------
  	word
-------------------------------------------------- */
.u-word {
  display: inline-block;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-word {
    padding-right: 2.5rem;
    display: inline;
  }
}
.u-word:after {
  content: "";
  width: 2rem;
  height: 2.4rem;
  background: url(../img/icn_word.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .u-word:after {
    -webkit-transform: none;
            transform: none;
    top: auto;
    botom: 0;
  }
}

/* --------------------------------------------------
  mark
-------------------------------------------------- */
.u-mark span {
  color: #272526;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  background: rgb(182, 180, 180);
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .u-mark span {
    font-size: 1.6rem;
    padding: 1rem 2.4rem;
  }
}

/* --------------------------------------------------
  bgline
-------------------------------------------------- */
.u-bgline {
  height: 100%;
  width: 115.4rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 1px solid var(--border-color, rgba(200, 200, 200, 0.2));
  border-right: 1px solid var(--border-color, rgba(200, 200, 200, 0.2));
  z-index: 1;
  pointer-events: none;
}
.u-bgline:before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--before-bg-color, rgba(200, 200, 200, 0.2));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .u-bgline {
    width: 34.5rem;
  }
}

/* --------------------------------------------------
  btn
-------------------------------------------------- */
.u-btn {
  min-height: 6.5rem;
  width: 40rem;
  position: relative;
  -webkit-box-shadow: 0 0.4rem 0 0 rgba(53, 63, 65, 0.25);
          box-shadow: 0 0.4rem 0 0 rgba(53, 63, 65, 0.25);
}
@media screen and (max-width: 767px) {
  .u-btn {
    width: 100%;
  }
}
.u-btn:after {
  content: "";
  width: 4rem;
  height: 0.7rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.u-btn:before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#e60012), color-stop(99%, #7f0921));
  background: linear-gradient(to right, #e60012 0%, #7f0921 99%);
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-btn:hover:before {
    content: "";
    width: 100%;
  }
}
.u-btn a {
  font-size: 1.7rem;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 6.5rem;
  padding: 0.2rem 7rem 0.2rem 3rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .u-btn a {
    font-weight: 400;
  }
}
.u-btn a span {
  position: relative;
  z-index: 1;
}
.u-btn.m-wh {
  background: #F4F2F1;
  color: #272526;
}
.u-btn.m-wh:after {
  background: url(../img/btn_arw.svg) no-repeat center center/contain;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-btn.m-wh:hover {
    color: #F4F2F1;
  }
  .u-btn.m-wh:hover:after {
    background: url(../img/btn_arw_wh.svg) no-repeat center center/contain;
  }
}
.u-btn.m-bk {
  background: #272526;
  color: #F4F2F1;
}
.u-btn.m-bk:after {
  background: url(../img/btn_arw_wh.svg) no-repeat center center/contain;
}

.safari .u-btn.m-wh:after {
  -webkit-transition: none;
  transition: none;
}

/* --------------------------------------------------
  animation
-------------------------------------------------- */
@-webkit-keyframes bottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bottomToCenter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes bottomToCenter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.u-btt .btt-line {
  overflow: hidden;
}
.u-btt .btt-line span {
  display: inline-block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 50;
  height: 12rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6.6rem;
    border-bottom: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(39, 37, 38);
  }
}
.l-header .-logo {
  margin: 0 0 0 0;
  width: 57.3rem;
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-header .-logo {
    width: 27.8rem;
    left: 4%;
  }
}
.l-header .-logo img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.l-header .-logo img.m-wh {
  display: block;
}
.l-header .-logo img.m-bk {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .-toggle {
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    background: #E60012;
    z-index: 10;
  }
  .l-header .-toggle span {
    display: block;
    width: 3.2rem;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-header .-toggle span:nth-of-type(1) {
    top: calc(50% - 0.7rem);
  }
  .l-header .-toggle span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header .-toggle span:nth-of-type(3) {
    bottom: calc(50% - 0.7rem);
  }
  .l-header .-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(0.4rem) rotate(45deg);
            transform: translateY(0.4rem) rotate(45deg);
  }
  .l-header .-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
    left: -10%;
  }
  .l-header .-toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
}
.l-header .-nav {
  width: 100%;
  padding: 2.5rem 17.5rem 3rem 0;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .l-header .-nav {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav {
    display: none;
    top: 6.6rem;
    background: #272526;
    width: 100%;
    padding: 5rem 4% 8rem;
    max-height: calc(100svh - 6.6rem);
    overflow-y: auto;
    position: fixed;
    left: 0;
  }
}
.l-header .-nav .util {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .util {
    margin-bottom: 5rem;
  }
}
.l-header .-nav .util-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
  margin-right: 2.4rem;
}
.l-header .-nav .util-list li a {
  color: #F4F2F1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .-nav .util-list li a.m-outlink {
  padding-right: 1.5rem;
}
.l-header .-nav .util-list li a.m-outlink:after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/header_icn_outlink.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: calc(50% + 0.1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header .-nav .util-list li a:hover {
    color: #E60012;
  }
}
.l-header .-nav .util-search {
  width: 24rem;
  height: 2.8rem;
  border: 1px solid #F4F2F1;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .util-search {
    width: 100%;
    height: 5.6rem;
    padding: 0 1rem;
  }
}
.l-header .-nav .util-search:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.5rem;
  background: url(../img/header_search_btn.svg) no-repeat center center/contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header .-nav .util-search:before {
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .util-search form {
    height: 100%;
  }
}
.l-header .-nav .util-search .-input {
  width: 100%;
  height: 100%;
  background: none !important;
  background-color: transparent !important;
  padding: 0.2rem 3rem 0.2rem 1rem;
  color: #fff;
}
.l-header .-nav .util-search .-input::-webkit-input-placeholder {
  color: #fff;
}
.l-header .-nav .util-search .-input::-moz-placeholder {
  color: #fff;
}
.l-header .-nav .util-search .-input:-ms-input-placeholder {
  color: #fff;
}
.l-header .-nav .util-search .-input::-ms-input-placeholder {
  color: #fff;
}
.l-header .-nav .util-search .-input::placeholder {
  color: #fff;
}
.l-header .-nav .util-search .-input:-webkit-autofill, .l-header .-nav .util-search .-input:-webkit-autofill:hover, .l-header .-nav .util-search .-input:-webkit-autofill:focus, .l-header .-nav .util-search .-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  background-color: transparent !important;
  background: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.l-header .-nav .util-search .-input:-internal-autofill-selected {
  background: none !important;
  background-color: transparent !important;
  color: #fff;
}
.l-header .-nav .util-search .-input:focus {
  background-color: transparent !important;
  background: transparent !important;
}
.l-header .-nav .util-search .-btn {
  width: 1.4rem;
  height: 1.5rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .util-search .-btn {
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header .-nav .gnav-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-list {
    display: block;
  }
}
.l-header .-nav .gnav-list > li > a, .l-header .-nav .gnav-list > li > span {
  color: #F4F2F1;
  font-size: 1.6rem;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .l-header .-nav .gnav-list > li > a, .l-header .-nav .gnav-list > li > span {
    position: relative;
    display: block;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-list > li > a, .l-header .-nav .gnav-list > li > span {
    display: block;
    font-size: 1.2rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(244, 242, 241, 0.1);
    border-bottom: 1px solid rgba(244, 242, 241, 0.1);
    position: relative;
    padding-right: 7rem;
  }
  .l-header .-nav .gnav-list > li > a:before, .l-header .-nav .gnav-list > li > span:before {
    content: "";
    display: block;
    width: 4rem;
    height: 0.7rem;
    background: url(../img/btn_arw_wh.svg) no-repeat center center/contain;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header .-nav .gnav-list > li > a .en, .l-header .-nav .gnav-list > li > span .en {
    display: block;
    font-size: 2.3rem;
    font-family: "Poppins", sans-serif;
    margin-top: 0.5rem;
  }
}
.l-header .-nav .gnav-list > li > a .original-item, .l-header .-nav .gnav-list > li > span .original-item {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
.l-header .-nav .gnav-list > li > a .rotate-item, .l-header .-nav .gnav-list > li > span .rotate-item {
  position: absolute;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header .-nav .gnav-list > li > a:hover .original-item, .l-header .-nav .gnav-list > li > span:hover .original-item {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #E60012;
  }
  .l-header .-nav .gnav-list > li > a:hover .rotate-item, .l-header .-nav .gnav-list > li > span:hover .rotate-item {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #E60012;
  }
}
.l-header .-nav .gnav-list > li > a.js-hasunder, .l-header .-nav .gnav-list > li > span.js-hasunder {
  position: relative;
  padding-right: 1rem;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .l-header .-nav .gnav-list > li > a.js-hasunder:before, .l-header .-nav .gnav-list > li > span.js-hasunder:before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    background: url(../img/header_icn_arw.svg) no-repeat left top/contain;
    position: absolute;
    top: calc(50% + 0.2rem);
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header .-nav .gnav-list > li > a.js-hasunder:hover:before, .l-header .-nav .gnav-list > li > span.js-hasunder:hover:before {
    background-image: url(../img/header_icn_arw_red.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-list > li > a.js-hasunder:before, .l-header .-nav .gnav-list > li > a.js-hasunder:after, .l-header .-nav .gnav-list > li > span.js-hasunder:before, .l-header .-nav .gnav-list > li > span.js-hasunder:after {
    content: "";
    display: block;
    width: 2rem;
    height: 0.1rem;
    top: 50%;
    right: 4%;
    background: #F4F2F1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .l-header .-nav .gnav-list > li > a.js-hasunder:after, .l-header .-nav .gnav-list > li > span.js-hasunder:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(50%) rotate(90deg);
            transform: translateY(50%) rotate(90deg);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header .-nav .gnav-list > li > a.js-hasunder.is-active:before, .l-header .-nav .gnav-list > li > span.js-hasunder.is-active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .l-header .-nav .gnav-list > li > a.js-hasunder.is-active:after, .l-header .-nav .gnav-list > li > span.js-hasunder.is-active:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-list > li > a.js-hasunder.is-active:after, .l-header .-nav .gnav-list > li > span.js-hasunder.is-active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-list > li > a.m-outlink:before, .l-header .-nav .gnav-list > li > span.m-outlink:before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../img/header_icn_outlink.svg) no-repeat center center/contain;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header .-nav .gnav-under {
  display: none;
}
.l-header .-nav .gnav-under .-unit {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 13.5rem;
  width: 90%;
  max-width: 115.2rem;
  margin: 0 auto;
  padding: 5rem 5.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-under .-unit {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-under .-unit .head {
    background: #3C3A3A;
  }
}
.l-header .-nav .gnav-under .-unit .head a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #272526;
  padding: 0 0 3rem 0;
  margin-bottom: 4.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-under .-unit .head a {
    color: #F4F2F1;
    padding: 3.5rem 6%;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header .-nav .gnav-under .-unit .head a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #E60012;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-under .-unit .head a:after {
    content: "";
    width: 4rem;
    height: 0.7rem;
    background: url(../img/btn_arw_wh.svg) no-repeat center center/contain;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header .-nav .gnav-under .-unit .head a .en {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 1rem;
  padding-right: 7.5rem;
  position: relative;
}
.l-header .-nav .gnav-under .-unit .head a .en:before {
  content: "";
  width: 4.2rem;
  height: 0.7rem;
  background: url(../img/btn_arw.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: calc(50% - 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-under .-unit .head a .en {
    color: #F4F2F1;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header .-nav .gnav-under .-unit .head a:hover:after {
    width: 100%;
  }
}
.l-header .-nav .gnav-under .-unit .lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-under .-unit .lists {
    display: block;
  }
}
.l-header .-nav .gnav-under .-unit .lists li a {
  color: #797777;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #DDDFDF;
  padding-bottom: 2.5rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-header .-nav .gnav-under .-unit .lists li a:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #E60012;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-under .-unit .lists li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #B6B4B4;
    background: #504E4F;
    padding: 2rem 6%;
    border-bottom: none;
    margin-bottom: 0;
    min-height: 8.7rem;
  }
  .l-header .-nav .gnav-under .-unit .lists li a br {
    display: none;
  }
  .l-header .-nav .gnav-under .-unit .lists li a:before {
    content: "";
    width: 4.2rem;
    height: 0.7rem;
    background: url(../img/btn_arw_wh.svg) no-repeat center center/contain;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header .-nav .gnav-under .-unit .lists li a span {
  font-size: 1.6rem;
  color: #272526;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-under .-unit .lists li a span {
    color: #F4F2F1;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header .-nav .gnav-under .-unit .lists li a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header .-nav .gnav-util {
    margin-top: 5rem;
  }
  .l-header .-nav .gnav-util .-list li {
    text-align: center;
  }
  .l-header .-nav .gnav-util .-list li a {
    color: #B6B4B4;
    font-size: 1.4rem;
  }
  .l-header .-nav .gnav-util .-list li + li {
    margin-top: 2.5rem;
  }
}
.l-header .-nav .contact {
  margin: 0;
  width: 14.5rem;
  height: 12rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-header .-nav .contact {
    display: none;
  }
}
.l-header .-nav .contact a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #E60012;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.l-header .-nav .contact a:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#d30c1b), to(#8b1129));
  background: linear-gradient(to right, #d30c1b 0%, #8b1129 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  z-index: -1;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header .-nav .contact a:hover:before {
    opacity: 1;
  }
}
.l-header .-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(39, 37, 38, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
.l-header .-bg.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  .l-header.is-top {
    background: transparent;
    opacity: 1;
    pointer-events: auto;
  }
  .l-header.is-top .-logo img.m-wh {
    display: block;
  }
  .l-header.is-top .-logo img.m-bk {
    display: none;
  }
  .l-header.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header.is-show .-logo img.m-wh {
    display: none;
  }
  .l-header.is-show .-logo img.m-bk {
    display: block;
  }
  .l-header.is-show .-nav {
    background: #fff;
  }
  .l-header.is-show .-nav .util-list li a {
    color: #272526;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) and (min-width: 768px) {
  .l-header.is-show .-nav .util-list li a:hover {
    color: #E60012;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.is-show .-nav .util-list li a:before {
    background: #272526;
  }
  .l-header.is-show .-nav .util-list li a.m-outlink:after {
    background: url(../img/header_icn_outlink_bk.svg) no-repeat center center/contain;
  }
  .l-header.is-show .-nav .util-search {
    border: 1px solid #8E8B8D;
  }
  .l-header.is-show .-nav .util-search:before {
    background: url(../img/header_search_btn_bk.svg) no-repeat center center/contain;
  }
  .l-header.is-show .-nav .util-search .-input {
    color: #272526 !important;
  }
  .l-header.is-show .-nav .util-search .-input::-webkit-input-placeholder {
    color: #8E8B8D;
  }
  .l-header.is-show .-nav .util-search .-input::-moz-placeholder {
    color: #8E8B8D;
  }
  .l-header.is-show .-nav .util-search .-input:-ms-input-placeholder {
    color: #8E8B8D;
  }
  .l-header.is-show .-nav .util-search .-input::-ms-input-placeholder {
    color: #8E8B8D;
  }
  .l-header.is-show .-nav .util-search .-input::placeholder {
    color: #8E8B8D;
  }
  .l-header.is-show .-nav .util-search .-input:-webkit-autofill, .l-header.is-show .-nav .util-search .-input:-webkit-autofill:hover, .l-header.is-show .-nav .util-search .-input:-webkit-autofill:focus, .l-header.is-show .-nav .util-search .-input:-webkit-autofill:active {
    color: #272526 !important;
    -webkit-text-fill-color: #272526 !important;
  }
  .l-header.is-show .-nav .gnav-list li > a, .l-header.is-show .-nav .gnav-list li > span {
    color: #272526;
  }
  .l-header.is-show .-nav .gnav-list li > a:after, .l-header.is-show .-nav .gnav-list li > span:after {
    background: #272526;
  }
  .l-header.is-show .-nav .gnav-list li > a.js-hasunder:before, .l-header.is-show .-nav .gnav-list li > span.js-hasunder:before {
    background: url(../img/header_icn_arw_bk.svg) no-repeat left top/contain;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) and (min-width: 768px) {
  .l-header.is-show .-nav .gnav-list li > a:hover:before, .l-header.is-show .-nav .gnav-list li > span:hover:before {
    background-image: url(../img/header_icn_arw_red.svg);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.is-hide {
    opacity: 0;
    pointer-events: none;
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer .u-bgline {
  border-color: rgba(244, 242, 241, 0.15);
}
.l-footer .u-bgline:before {
  background: rgba(244, 242, 241, 0.15);
}
.l-footer-contact {
  background: url(../img/contact_bg_pc.jpg) no-repeat center center/cover;
  padding: 10rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer-contact {
    padding: 8rem 0 7.5rem;
    background-image: url(../img/contact_bg_sp.jpg);
  }
}
.l-footer-contact .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 3rem 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .c-inner {
    display: block;
    padding: 0 4%;
  }
}
.l-footer-contact .-head .c-sectionhead {
  margin-top: 1rem;
}
.l-footer-contact .-head .c-sectionhead .-headline {
  margin-bottom: 1.2rem;
}
.l-footer-contact .-head .c-sectionhead .-en {
  font-size: 8.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-head .c-sectionhead .-en {
    font-size: 4.8rem;
  }
}
.l-footer-contact .-head .lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #F4F2F1;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-head .lead {
    font-size: 1.4rem;
    margin: 1rem 0 3rem;
  }
}
.l-footer-contact .-body .tel {
  color: #F4F2F1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 3.5rem;
  padding-bottom: 1.7rem;
  border-bottom: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-body .tel {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.l-footer-contact .-body .tel a {
  display: block;
  color: #F4F2F1;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 3rem;
  position: relative;
  text-decoration: none;
}
.l-footer-contact .-body .tel a:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.7rem;
  background: url(../img/contact_icn_pc.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-body .tel a:before {
    background: url(../img/contact_icn_sp.svg) no-repeat center center/contain;
    left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-body .tel a {
    background: #F4F2F1;
    color: #272526;
    font-size: 1.6rem;
    font-weight: 600;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    min-height: 6.5rem;
    padding: 0.5rem 7rem 0.2rem 6rem;
    margin-top: 0.7rem;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 2;
  }
  .l-footer-contact .-body .tel a:after {
    content: "";
    width: 4rem;
    height: 0.7rem;
    background: url(../img/btn_arw.svg) no-repeat center center/contain;
    position: absolute;
    left: auto;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-footer-contact .-body .mail {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-body .mail {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.l-footer-contact .-body .mail .btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-body .mail .btn {
    margin-top: 0.8rem;
  }
}
.l-footer-main {
  background: #272526;
  padding: 5rem 0;
  position: relative;
  border-bottom: 1px solid #3C3A3A;
}
@media screen and (max-width: 767px) {
  .l-footer-main {
    padding: 7rem 0 5rem;
  }
}
.l-footer-main .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer-main .c-inner {
    display: block;
    position: relative;
    z-index: 2;
  }
}
.l-footer-main .-head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer-main .-head .logo {
  width: 29.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-head .logo {
    width: 96%;
    margin: 0 auto 1.5rem;
  }
}
.l-footer-main .-head .address {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-head .address {
    font-size: 1.3rem;
    text-align: center;
  }
}
.l-footer-main .-form {
  background: #fff;
  width: 47.2rem;
  padding: 2rem 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-form {
    width: 100%;
    margin-top: 5rem;
    padding: 2rem 2.5rem;
  }
}
.l-footer-main .-form .ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-form .ttl {
    font-size: 1.8rem;
  }
}
.l-footer-main .-form .lead {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-form .lead {
    line-height: 1.6;
  }
}
.l-footer-main .-form .btn {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-form .btn {
    margin-top: 1.5rem;
  }
  .l-footer-main .-form .btn a {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.l-footer-menu {
  background: #272526;
  padding: 6rem 0 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer-menu {
    padding: 0;
  }
}
.l-footer-menu .-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem 4rem;
  margin-right: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
    margin-right: 0;
  }
}
.l-footer-menu .-lists .item > a {
  display: block;
  color: #F4F2F1;
  font-size: 1.2rem;
  text-decoration: none;
  padding-bottom: 1.5rem;
  position: relative;
  border-bottom: 0.1rem solid #F4F2F1;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item > a {
    padding-bottom: 1rem;
  }
}
.l-footer-menu .-lists .item > a:after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #E60012;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.l-footer-menu .-lists .item > a:before {
  content: "";
  width: 0.9rem;
  height: 0.5rem;
  background: url(../img/footer_arw.svg) no-repeat right bottom/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer-menu .-lists .item > a:hover:after {
    width: 100%;
  }
  .l-footer-menu .-lists .item > a:hover:before {
    -webkit-animation: background 0.2s ease-out 0.3s forwards;
            animation: background 0.2s ease-out 0.3s forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
}
.l-footer-menu .-lists .item > a .en {
  display: block;
  font-size: 2.3rem;
  font-family: "Poppins", sans-serif;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item > a .en {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.l-footer-menu .-lists .item.m-outlink > a span {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
}
.l-footer-menu .-lists .item.m-outlink > a span:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/header_icn_outlink.svg) no-repeat right bottom/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer-menu .-lists .item.m-2col {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-2col {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.l-footer-menu .-lists .item.m-2col .under {
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 4rem;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-2col .under {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-2col .under li a:before {
    top: 0.9rem;
    -webkit-transform: none;
            transform: none;
  }
}
.l-footer-menu .-lists .item.m-2col .under_company {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-2col .under_company {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-footer-menu .-lists .item.m-2col .under_company .under {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.l-footer-menu .-lists .item.m-2col .under_company .under + .under {
  margin-top: 1rem;
}
.l-footer-menu .-lists .item.m-2col .under_company .under_under {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem 0;
  margin-left: 1.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-2col .under_company .under_under {
    gap: 1rem 0;
    margin-top: 0.5rem;
  }
}
.l-footer-menu .-lists .item.m-2col .under_company .under_under a {
  color: #A2A0A0;
  padding-left: 1.4rem;
  position: relative;
}
.l-footer-menu .-lists .item.m-2col .under_company .under_under a::before {
  content: "";
  width: 0.8rem;
  height: 1px;
  background-color: #A2A0A0;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-2col .under_company .under_under a::before {
    top: 0.7rem;
  }
}
.l-footer-menu .-lists .item.m-2col .project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-2col .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-menu .-lists .item.m-2col .project .under {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-2col .project .under + .under {
    margin-top: 1.2rem;
  }
}
.l-footer-menu .-lists .item.m-2col .project .under_indent {
  margin-left: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .item.m-sp2col {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .l-footer-menu .-lists .item.m-sp2col a {
    width: calc(50% - 1rem);
  }
}
.l-footer-menu .-lists .under {
  display: -ms-grid;
  display: grid;
  gap: 1.2rem 1rem;
  margin: 2rem 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .under {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 2rem 0 0 0;
  }
}
.l-footer-menu .-lists .under li a {
  color: #A2A0A0;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 1.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .under li a {
    font-size: 1.25rem;
  }
}
.l-footer-menu .-lists .under li a:before {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  background: #F4F2F1;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .under li a:before {
    top: calc(50% - 0.1rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-footer-menu .-lists .under li a:after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #E60012;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-footer-menu .-lists .under li a span {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #F4F2F1;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-lists .under li a span {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (any-hover: hover) {
  .l-footer-menu .-lists .under li a:hover:after {
    width: 100%;
  }
}
.l-footer-menu .-lists .under.technology li:nth-of-type(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.l-footer-menu .-utilmenu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 4.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .-utilmenu {
    padding: 4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
.l-footer-menu .-utilmenu li {
  color: #B6B4B4;
  font-weight: 400;
  font-size: 1.4rem;
}
.l-footer-copy {
  background: #3B393A;
  text-align: center;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    font-weight: 300;
  }
}

@-webkit-keyframes background {
  0% {
    background: url(../img/footer_arw.svg) no-repeat right bottom/contain;
  }
  100% {
    background: url(../img/footer_arw_hv.svg) no-repeat right bottom/contain;
  }
}

@keyframes background {
  0% {
    background: url(../img/footer_arw.svg) no-repeat right bottom/contain;
  }
  100% {
    background: url(../img/footer_arw_hv.svg) no-repeat right bottom/contain;
  }
}