@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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;
}

sup {
  top: -0.5em;
}

.wysiwyg sub {
  font-size: 75%;
  vertical-align: baseline;
}

/* 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;
}

html {
  color: #333333;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: “palt”;
          font-feature-settings: “palt”;
}

html {
  font-size: 62.5%;
}

@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
body {
  overflow-x: hidden;
}

.wrap {
  padding-top: 10rem;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 5rem;
    overflow-x: hidden;
  }
}
strong {
  font-weight: 700 !important;
}

.font_w-bold {
  font-weight: 700 !important;
}
.font_w-medium {
  font-weight: 500 !important;
}
.font_w-regular {
  font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
  .font_w_sp-bold {
    font-weight: 700 !important;
  }
  .font_w_sp-medium {
    font-weight: 500 !important;
  }
  .font_w_sp-regular {
    font-weight: 400 !important;
  }
}
p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 400;
  white-space: normal;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}
a {
  word-break: break-word;
}

h2, h3, h4, h5, h6 {
  letter-spacing: 0.06em;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sp_bl {
  display: none;
}

.sp_no {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_bl {
    display: block;
  }
  .sp_no {
    display: none;
  }
}
.dis_no {
  display: none !important;
}

.out_1 {
  pointer-events: none;
  opacity: 0.5;
}

.inner {
  padding: 0 6.4rem;
  width: 100%;
  max-width: 136.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.6rem;
    max-width: 100%;
  }
}
.pd-b {
  padding-bottom: 10rem;
}

.section.pd-t {
  padding-top: 10rem;
}
.section.pd-b {
  padding-bottom: 10rem;
}
.section.mg-t {
  margin-top: 10rem;
}
.section.mg-b {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .pd-b {
    padding-bottom: 5rem;
  }
  .section.pd-t {
    padding-top: 5rem;
  }
  .section.pd-b {
    padding-bottom: 5rem;
  }
  .section.mg-t {
    margin-top: 5rem;
  }
  .section.mg-b {
    margin-bottom: 5rem;
  }
}
.m_center {
  display: block;
  margin: 0 auto;
}

.bak_c-gray {
  background-color: #F6F6F6;
}

.futura-pt {
  font-family: futura-pt, YakuHanJP, "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hidden {
  display: none !important;
}

.grid_box {
  display: -ms-grid;
  display: grid;
}

.border-t-gray {
  border-top: 1px solid #CCCCCC;
}
.border-b-gray {
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
  .border-t-gray_sp {
    border-top: 1px solid #CCCCCC;
  }
}
.division .division_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90rem 6.4rem 1fr;
  grid-template-columns: 90rem 1fr;
  gap: 6.4rem;
}

@media screen and (max-width: 768px) {
  .division .division_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.4rem;
  }
}
/* ---------------------------------------------------------------- */
/* パンクズリスト */
/* ---------------------------------------------------------------- */
.breadcrumb_container {
  padding: 1.6rem 6.4rem;
  width: 100%;
  max-width: 136.6rem;
  margin: 0 auto;
}
.breadcrumb_container nav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb_container nav .breadcrumb .breadcrumb_item {
  font-size: 1.3rem;
  line-height: 1.5;
}
.breadcrumb_container nav .breadcrumb .breadcrumb_item::before {
  display: inline-block;
  content: "-";
  margin: 0 0.5em;
}
.breadcrumb_container nav .breadcrumb .breadcrumb_item:first-child::before {
  display: none;
}
.breadcrumb_container nav .breadcrumb .breadcrumb_item a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.breadcrumb_container nav .breadcrumb .breadcrumb_item a:hover, .breadcrumb_container nav .breadcrumb .breadcrumb_item a:focus-visible {
  color: #cc1925;
}

@media screen and (max-width: 768px) {
  .breadcrumb_container {
    padding: 1.6rem;
  }
  .breadcrumb_container nav .breadcrumb .breadcrumb_item {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------------------------- */
/* ページトップへ戻る */
/* ---------------------------------------------------------------- */
.pagetop-btn {
  position: fixed;
  width: 48px;
  height: 48px;
  border: solid 1px #999;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  right: 20px;
  bottom: 24px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s, border 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.3s, border 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, border 0.5s;
  transition: opacity 0.3s, transform 0.3s, border 0.5s, -webkit-transform 0.3s;
}
.pagetop-btn:hover {
  border: solid 1px #cc1925;
}
.pagetop-btn:hover::before {
  border-left: 2px solid #cc1925;
  border-top: 2px solid #cc1925;
}

.pagetop-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #999;
  border-top: 2px solid #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

.pagetop-btn.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .pagetop-btn {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 36px;
    height: 36px;
  }
}
.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

.fadein_t {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_t.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_r {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_b {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.fadein_img.active {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img.active img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.anime_d_01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.anime_d_01 img {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anime_d_02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.anime_d_02 img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.anime_d_03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.anime_d_03 img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime_d_04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.anime_d_04 img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.anime_d_05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anime_d_05 img {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.anime_d_06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.anime_d_06 img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime_d_07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.anime_d_07 img {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.anime_d_08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.anime_d_08 img {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.anime_d_09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.anime_d_09 img {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.anime_d_10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anime_d_10 img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.anime_d_11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.anime_d_11 img {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.anime_d_12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.anime_d_12 img {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.anime_d_13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.anime_d_13 img {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.anime_d_14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.anime_d_14 img {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.anime_d_15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.anime_d_15 img {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime_d_16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.anime_d_16 img {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.anime_d_17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.anime_d_17 img {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.anime_d_18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.anime_d_18 img {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.anime_d_19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.anime_d_19 img {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.anime_d_20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.anime_d_20 img {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.grid_cl-1 {
  -ms-grid-columns: (1fr)[1] !important;
  grid-template-columns: repeat(1, 1fr) !important;
}
.grid_cl-2 {
  -ms-grid-columns: (1fr)[2] !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
.grid_cl-3 {
  -ms-grid-columns: (1fr)[3] !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
.grid_cl-4 {
  -ms-grid-columns: (1fr)[4] !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.grid_cl-5 {
  -ms-grid-columns: (1fr)[5] !important;
  grid-template-columns: repeat(5, 1fr) !important;
}
.grid_cl-6 {
  -ms-grid-columns: (1fr)[6] !important;
  grid-template-columns: repeat(6, 1fr) !important;
}

@media screen and (max-width: 768px) {
  .grid_cl_sp-1 {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid_cl_sp-2 {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid_cl_sp-3 {
    -ms-grid-columns: (1fr)[3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid_cl_sp-4 {
    -ms-grid-columns: (1fr)[4] !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid_cl_sp-5 {
    -ms-grid-columns: (1fr)[5] !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid_cl_sp-6 {
    -ms-grid-columns: (1fr)[6] !important;
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
.gap-0 {
  gap: 0rem !important;
}
.gap-4 {
  gap: 0.4rem !important;
}
.gap-8 {
  gap: 0.8rem !important;
}
.gap-12 {
  gap: 1.2rem !important;
}
.gap-16 {
  gap: 1.6rem !important;
}
.gap-24 {
  gap: 2.4rem !important;
}
.gap-32 {
  gap: 3.2rem !important;
}
.gap-40 {
  gap: 4rem !important;
}
.gap-48 {
  gap: 4.8rem !important;
}
.gap-50 {
  gap: 5rem !important;
}
.gap-56 {
  gap: 5.6rem !important;
}
.gap-64 {
  gap: 6.4rem !important;
}
.gap-72 {
  gap: 7.2rem !important;
}
.gap-80 {
  gap: 8rem !important;
}
.gap-100 {
  gap: 10rem !important;
}
.gap-120 {
  gap: 12rem !important;
}
.gap-240 {
  gap: 24rem !important;
}
.gap-360 {
  gap: 36rem !important;
}
.gap-400 {
  gap: 40rem !important;
}
.gap-800 {
  gap: 80rem !important;
}

.gap_row-0 {
  row-gap: 0rem !important;
}
.gap_row-4 {
  row-gap: 0.4rem !important;
}
.gap_row-8 {
  row-gap: 0.8rem !important;
}
.gap_row-12 {
  row-gap: 1.2rem !important;
}
.gap_row-16 {
  row-gap: 1.6rem !important;
}
.gap_row-24 {
  row-gap: 2.4rem !important;
}
.gap_row-32 {
  row-gap: 3.2rem !important;
}
.gap_row-40 {
  row-gap: 4rem !important;
}
.gap_row-48 {
  row-gap: 4.8rem !important;
}
.gap_row-50 {
  row-gap: 5rem !important;
}
.gap_row-56 {
  row-gap: 5.6rem !important;
}
.gap_row-64 {
  row-gap: 6.4rem !important;
}
.gap_row-72 {
  row-gap: 7.2rem !important;
}
.gap_row-80 {
  row-gap: 8rem !important;
}
.gap_row-100 {
  row-gap: 10rem !important;
}
.gap_row-120 {
  row-gap: 12rem !important;
}
.gap_row-240 {
  row-gap: 24rem !important;
}
.gap_row-360 {
  row-gap: 36rem !important;
}
.gap_row-400 {
  row-gap: 40rem !important;
}
.gap_row-800 {
  row-gap: 80rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}
.mt-4 {
  margin-top: 0.4rem !important;
}
.mt-8 {
  margin-top: 0.8rem !important;
}
.mt-12 {
  margin-top: 1.2rem !important;
}
.mt-16 {
  margin-top: 1.6rem !important;
}
.mt-24 {
  margin-top: 2.4rem !important;
}
.mt-32 {
  margin-top: 3.2rem !important;
}
.mt-40 {
  margin-top: 4rem !important;
}
.mt-48 {
  margin-top: 4.8rem !important;
}
.mt-50 {
  margin-top: 5rem !important;
}
.mt-56 {
  margin-top: 5.6rem !important;
}
.mt-64 {
  margin-top: 6.4rem !important;
}
.mt-72 {
  margin-top: 7.2rem !important;
}
.mt-80 {
  margin-top: 8rem !important;
}
.mt-100 {
  margin-top: 10rem !important;
}
.mt-120 {
  margin-top: 12rem !important;
}
.mt-240 {
  margin-top: 24rem !important;
}
.mt-360 {
  margin-top: 36rem !important;
}
.mt-400 {
  margin-top: 40rem !important;
}
.mt-800 {
  margin-top: 80rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-4 {
  margin-bottom: 0.4rem !important;
}
.mb-8 {
  margin-bottom: 0.8rem !important;
}
.mb-12 {
  margin-bottom: 1.2rem !important;
}
.mb-16 {
  margin-bottom: 1.6rem !important;
}
.mb-24 {
  margin-bottom: 2.4rem !important;
}
.mb-32 {
  margin-bottom: 3.2rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mb-48 {
  margin-bottom: 4.8rem !important;
}
.mb-50 {
  margin-bottom: 5rem !important;
}
.mb-56 {
  margin-bottom: 5.6rem !important;
}
.mb-64 {
  margin-bottom: 6.4rem !important;
}
.mb-72 {
  margin-bottom: 7.2rem !important;
}
.mb-80 {
  margin-bottom: 8rem !important;
}
.mb-100 {
  margin-bottom: 10rem !important;
}
.mb-120 {
  margin-bottom: 12rem !important;
}
.mb-240 {
  margin-bottom: 24rem !important;
}
.mb-360 {
  margin-bottom: 36rem !important;
}
.mb-400 {
  margin-bottom: 40rem !important;
}
.mb-800 {
  margin-bottom: 80rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}
.ml-4 {
  margin-left: 0.4rem !important;
}
.ml-8 {
  margin-left: 0.8rem !important;
}
.ml-12 {
  margin-left: 1.2rem !important;
}
.ml-16 {
  margin-left: 1.6rem !important;
}
.ml-24 {
  margin-left: 2.4rem !important;
}
.ml-32 {
  margin-left: 3.2rem !important;
}
.ml-40 {
  margin-left: 4rem !important;
}
.ml-48 {
  margin-left: 4.8rem !important;
}
.ml-50 {
  margin-left: 5rem !important;
}
.ml-56 {
  margin-left: 5.6rem !important;
}
.ml-64 {
  margin-left: 6.4rem !important;
}
.ml-72 {
  margin-left: 7.2rem !important;
}
.ml-80 {
  margin-left: 8rem !important;
}
.ml-100 {
  margin-left: 10rem !important;
}
.ml-120 {
  margin-left: 12rem !important;
}
.ml-240 {
  margin-left: 24rem !important;
}
.ml-360 {
  margin-left: 36rem !important;
}
.ml-400 {
  margin-left: 40rem !important;
}
.ml-800 {
  margin-left: 80rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}
.mr-4 {
  margin-right: 0.4rem !important;
}
.mr-8 {
  margin-right: 0.8rem !important;
}
.mr-12 {
  margin-right: 1.2rem !important;
}
.mr-16 {
  margin-right: 1.6rem !important;
}
.mr-24 {
  margin-right: 2.4rem !important;
}
.mr-32 {
  margin-right: 3.2rem !important;
}
.mr-40 {
  margin-right: 4rem !important;
}
.mr-48 {
  margin-right: 4.8rem !important;
}
.mr-50 {
  margin-right: 5rem !important;
}
.mr-56 {
  margin-right: 5.6rem !important;
}
.mr-64 {
  margin-right: 6.4rem !important;
}
.mr-72 {
  margin-right: 7.2rem !important;
}
.mr-80 {
  margin-right: 8rem !important;
}
.mr-100 {
  margin-right: 10rem !important;
}
.mr-120 {
  margin-right: 12rem !important;
}
.mr-240 {
  margin-right: 24rem !important;
}
.mr-360 {
  margin-right: 36rem !important;
}
.mr-400 {
  margin-right: 40rem !important;
}
.mr-800 {
  margin-right: 80rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}
.pt-4 {
  padding-top: 0.4rem !important;
}
.pt-8 {
  padding-top: 0.8rem !important;
}
.pt-12 {
  padding-top: 1.2rem !important;
}
.pt-16 {
  padding-top: 1.6rem !important;
}
.pt-24 {
  padding-top: 2.4rem !important;
}
.pt-32 {
  padding-top: 3.2rem !important;
}
.pt-40 {
  padding-top: 4rem !important;
}
.pt-48 {
  padding-top: 4.8rem !important;
}
.pt-50 {
  padding-top: 5rem !important;
}
.pt-56 {
  padding-top: 5.6rem !important;
}
.pt-64 {
  padding-top: 6.4rem !important;
}
.pt-72 {
  padding-top: 7.2rem !important;
}
.pt-80 {
  padding-top: 8rem !important;
}
.pt-100 {
  padding-top: 10rem !important;
}
.pt-120 {
  padding-top: 12rem !important;
}
.pt-240 {
  padding-top: 24rem !important;
}
.pt-360 {
  padding-top: 36rem !important;
}
.pt-400 {
  padding-top: 40rem !important;
}
.pt-800 {
  padding-top: 80rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-4 {
  padding-bottom: 0.4rem !important;
}
.pb-8 {
  padding-bottom: 0.8rem !important;
}
.pb-12 {
  padding-bottom: 1.2rem !important;
}
.pb-16 {
  padding-bottom: 1.6rem !important;
}
.pb-24 {
  padding-bottom: 2.4rem !important;
}
.pb-32 {
  padding-bottom: 3.2rem !important;
}
.pb-40 {
  padding-bottom: 4rem !important;
}
.pb-48 {
  padding-bottom: 4.8rem !important;
}
.pb-50 {
  padding-bottom: 5rem !important;
}
.pb-56 {
  padding-bottom: 5.6rem !important;
}
.pb-64 {
  padding-bottom: 6.4rem !important;
}
.pb-72 {
  padding-bottom: 7.2rem !important;
}
.pb-80 {
  padding-bottom: 8rem !important;
}
.pb-100 {
  padding-bottom: 10rem !important;
}
.pb-120 {
  padding-bottom: 12rem !important;
}
.pb-240 {
  padding-bottom: 24rem !important;
}
.pb-360 {
  padding-bottom: 36rem !important;
}
.pb-400 {
  padding-bottom: 40rem !important;
}
.pb-800 {
  padding-bottom: 80rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}
.pl-4 {
  padding-left: 0.4rem !important;
}
.pl-8 {
  padding-left: 0.8rem !important;
}
.pl-12 {
  padding-left: 1.2rem !important;
}
.pl-16 {
  padding-left: 1.6rem !important;
}
.pl-24 {
  padding-left: 2.4rem !important;
}
.pl-32 {
  padding-left: 3.2rem !important;
}
.pl-40 {
  padding-left: 4rem !important;
}
.pl-48 {
  padding-left: 4.8rem !important;
}
.pl-50 {
  padding-left: 5rem !important;
}
.pl-56 {
  padding-left: 5.6rem !important;
}
.pl-64 {
  padding-left: 6.4rem !important;
}
.pl-72 {
  padding-left: 7.2rem !important;
}
.pl-80 {
  padding-left: 8rem !important;
}
.pl-100 {
  padding-left: 10rem !important;
}
.pl-120 {
  padding-left: 12rem !important;
}
.pl-240 {
  padding-left: 24rem !important;
}
.pl-360 {
  padding-left: 36rem !important;
}
.pl-400 {
  padding-left: 40rem !important;
}
.pl-800 {
  padding-left: 80rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}
.pr-4 {
  padding-right: 0.4rem !important;
}
.pr-8 {
  padding-right: 0.8rem !important;
}
.pr-12 {
  padding-right: 1.2rem !important;
}
.pr-16 {
  padding-right: 1.6rem !important;
}
.pr-24 {
  padding-right: 2.4rem !important;
}
.pr-32 {
  padding-right: 3.2rem !important;
}
.pr-40 {
  padding-right: 4rem !important;
}
.pr-48 {
  padding-right: 4.8rem !important;
}
.pr-50 {
  padding-right: 5rem !important;
}
.pr-56 {
  padding-right: 5.6rem !important;
}
.pr-64 {
  padding-right: 6.4rem !important;
}
.pr-72 {
  padding-right: 7.2rem !important;
}
.pr-80 {
  padding-right: 8rem !important;
}
.pr-100 {
  padding-right: 10rem !important;
}
.pr-120 {
  padding-right: 12rem !important;
}
.pr-240 {
  padding-right: 24rem !important;
}
.pr-360 {
  padding-right: 36rem !important;
}
.pr-400 {
  padding-right: 40rem !important;
}
.pr-800 {
  padding-right: 80rem !important;
}

.fs-0 {
  font-size: 0rem !important;
}
.fs-4 {
  font-size: 0.4rem !important;
}
.fs-8 {
  font-size: 0.8rem !important;
}
.fs-12 {
  font-size: 1.2rem !important;
}
.fs-16 {
  font-size: 1.6rem !important;
}
.fs-24 {
  font-size: 2.4rem !important;
}
.fs-32 {
  font-size: 3.2rem !important;
}
.fs-40 {
  font-size: 4rem !important;
}
.fs-48 {
  font-size: 4.8rem !important;
}
.fs-50 {
  font-size: 5rem !important;
}
.fs-56 {
  font-size: 5.6rem !important;
}
.fs-64 {
  font-size: 6.4rem !important;
}
.fs-72 {
  font-size: 7.2rem !important;
}
.fs-80 {
  font-size: 8rem !important;
}
.fs-100 {
  font-size: 10rem !important;
}
.fs-120 {
  font-size: 12rem !important;
}
.fs-240 {
  font-size: 24rem !important;
}
.fs-360 {
  font-size: 36rem !important;
}
.fs-400 {
  font-size: 40rem !important;
}
.fs-800 {
  font-size: 80rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.p-4 {
  padding: 0.4rem !important;
}
.p-8 {
  padding: 0.8rem !important;
}
.p-12 {
  padding: 1.2rem !important;
}
.p-16 {
  padding: 1.6rem !important;
}
.p-24 {
  padding: 2.4rem !important;
}
.p-32 {
  padding: 3.2rem !important;
}
.p-40 {
  padding: 4rem !important;
}
.p-48 {
  padding: 4.8rem !important;
}
.p-50 {
  padding: 5rem !important;
}
.p-56 {
  padding: 5.6rem !important;
}
.p-64 {
  padding: 6.4rem !important;
}
.p-72 {
  padding: 7.2rem !important;
}
.p-80 {
  padding: 8rem !important;
}
.p-100 {
  padding: 10rem !important;
}
.p-120 {
  padding: 12rem !important;
}
.p-240 {
  padding: 24rem !important;
}
.p-360 {
  padding: 36rem !important;
}
.p-400 {
  padding: 40rem !important;
}
.p-800 {
  padding: 80rem !important;
}

.mb_lr-0 {
  margin-inline: 0rem !important;
}
.mb_lr-4 {
  margin-inline: 0.4rem !important;
}
.mb_lr-8 {
  margin-inline: 0.8rem !important;
}
.mb_lr-12 {
  margin-inline: 1.2rem !important;
}
.mb_lr-16 {
  margin-inline: 1.6rem !important;
}
.mb_lr-24 {
  margin-inline: 2.4rem !important;
}
.mb_lr-32 {
  margin-inline: 3.2rem !important;
}
.mb_lr-40 {
  margin-inline: 4rem !important;
}
.mb_lr-48 {
  margin-inline: 4.8rem !important;
}
.mb_lr-50 {
  margin-inline: 5rem !important;
}
.mb_lr-56 {
  margin-inline: 5.6rem !important;
}
.mb_lr-64 {
  margin-inline: 6.4rem !important;
}
.mb_lr-72 {
  margin-inline: 7.2rem !important;
}
.mb_lr-80 {
  margin-inline: 8rem !important;
}
.mb_lr-100 {
  margin-inline: 10rem !important;
}
.mb_lr-120 {
  margin-inline: 12rem !important;
}
.mb_lr-240 {
  margin-inline: 24rem !important;
}
.mb_lr-360 {
  margin-inline: 36rem !important;
}
.mb_lr-400 {
  margin-inline: 40rem !important;
}
.mb_lr-800 {
  margin-inline: 80rem !important;
}

.mb_tb-0 {
  margin-block: 0rem !important;
}
.mb_tb-4 {
  margin-block: 0.4rem !important;
}
.mb_tb-8 {
  margin-block: 0.8rem !important;
}
.mb_tb-12 {
  margin-block: 1.2rem !important;
}
.mb_tb-16 {
  margin-block: 1.6rem !important;
}
.mb_tb-24 {
  margin-block: 2.4rem !important;
}
.mb_tb-32 {
  margin-block: 3.2rem !important;
}
.mb_tb-40 {
  margin-block: 4rem !important;
}
.mb_tb-48 {
  margin-block: 4.8rem !important;
}
.mb_tb-50 {
  margin-block: 5rem !important;
}
.mb_tb-56 {
  margin-block: 5.6rem !important;
}
.mb_tb-64 {
  margin-block: 6.4rem !important;
}
.mb_tb-72 {
  margin-block: 7.2rem !important;
}
.mb_tb-80 {
  margin-block: 8rem !important;
}
.mb_tb-100 {
  margin-block: 10rem !important;
}
.mb_tb-120 {
  margin-block: 12rem !important;
}
.mb_tb-240 {
  margin-block: 24rem !important;
}
.mb_tb-360 {
  margin-block: 36rem !important;
}
.mb_tb-400 {
  margin-block: 40rem !important;
}
.mb_tb-800 {
  margin-block: 80rem !important;
}

.pb_lr-0 {
  padding-inline: 0rem !important;
}
.pb_lr-4 {
  padding-inline: 0.4rem !important;
}
.pb_lr-8 {
  padding-inline: 0.8rem !important;
}
.pb_lr-12 {
  padding-inline: 1.2rem !important;
}
.pb_lr-16 {
  padding-inline: 1.6rem !important;
}
.pb_lr-24 {
  padding-inline: 2.4rem !important;
}
.pb_lr-32 {
  padding-inline: 3.2rem !important;
}
.pb_lr-40 {
  padding-inline: 4rem !important;
}
.pb_lr-48 {
  padding-inline: 4.8rem !important;
}
.pb_lr-50 {
  padding-inline: 5rem !important;
}
.pb_lr-56 {
  padding-inline: 5.6rem !important;
}
.pb_lr-64 {
  padding-inline: 6.4rem !important;
}
.pb_lr-72 {
  padding-inline: 7.2rem !important;
}
.pb_lr-80 {
  padding-inline: 8rem !important;
}
.pb_lr-100 {
  padding-inline: 10rem !important;
}
.pb_lr-120 {
  padding-inline: 12rem !important;
}
.pb_lr-240 {
  padding-inline: 24rem !important;
}
.pb_lr-360 {
  padding-inline: 36rem !important;
}
.pb_lr-400 {
  padding-inline: 40rem !important;
}
.pb_lr-800 {
  padding-inline: 80rem !important;
}

.pb_tb-0 {
  padding-block: 0rem !important;
}
.pb_tb-4 {
  padding-block: 0.4rem !important;
}
.pb_tb-8 {
  padding-block: 0.8rem !important;
}
.pb_tb-12 {
  padding-block: 1.2rem !important;
}
.pb_tb-16 {
  padding-block: 1.6rem !important;
}
.pb_tb-24 {
  padding-block: 2.4rem !important;
}
.pb_tb-32 {
  padding-block: 3.2rem !important;
}
.pb_tb-40 {
  padding-block: 4rem !important;
}
.pb_tb-48 {
  padding-block: 4.8rem !important;
}
.pb_tb-50 {
  padding-block: 5rem !important;
}
.pb_tb-56 {
  padding-block: 5.6rem !important;
}
.pb_tb-64 {
  padding-block: 6.4rem !important;
}
.pb_tb-72 {
  padding-block: 7.2rem !important;
}
.pb_tb-80 {
  padding-block: 8rem !important;
}
.pb_tb-100 {
  padding-block: 10rem !important;
}
.pb_tb-120 {
  padding-block: 12rem !important;
}
.pb_tb-240 {
  padding-block: 24rem !important;
}
.pb_tb-360 {
  padding-block: 36rem !important;
}
.pb_tb-400 {
  padding-block: 40rem !important;
}
.pb_tb-800 {
  padding-block: 80rem !important;
}

.w-0 {
  width: 0rem !important;
}
.w-4 {
  width: 0.4rem !important;
}
.w-8 {
  width: 0.8rem !important;
}
.w-12 {
  width: 1.2rem !important;
}
.w-16 {
  width: 1.6rem !important;
}
.w-24 {
  width: 2.4rem !important;
}
.w-32 {
  width: 3.2rem !important;
}
.w-40 {
  width: 4rem !important;
}
.w-48 {
  width: 4.8rem !important;
}
.w-50 {
  width: 5rem !important;
}
.w-56 {
  width: 5.6rem !important;
}
.w-64 {
  width: 6.4rem !important;
}
.w-72 {
  width: 7.2rem !important;
}
.w-80 {
  width: 8rem !important;
}
.w-100 {
  width: 10rem !important;
}
.w-120 {
  width: 12rem !important;
}
.w-240 {
  width: 24rem !important;
}
.w-360 {
  width: 36rem !important;
}
.w-400 {
  width: 40rem !important;
}
.w-800 {
  width: 80rem !important;
}

.h-0 {
  height: 0rem !important;
}
.h-4 {
  height: 0.4rem !important;
}
.h-8 {
  height: 0.8rem !important;
}
.h-12 {
  height: 1.2rem !important;
}
.h-16 {
  height: 1.6rem !important;
}
.h-24 {
  height: 2.4rem !important;
}
.h-32 {
  height: 3.2rem !important;
}
.h-40 {
  height: 4rem !important;
}
.h-48 {
  height: 4.8rem !important;
}
.h-50 {
  height: 5rem !important;
}
.h-56 {
  height: 5.6rem !important;
}
.h-64 {
  height: 6.4rem !important;
}
.h-72 {
  height: 7.2rem !important;
}
.h-80 {
  height: 8rem !important;
}
.h-100 {
  height: 10rem !important;
}
.h-120 {
  height: 12rem !important;
}
.h-240 {
  height: 24rem !important;
}
.h-360 {
  height: 36rem !important;
}
.h-400 {
  height: 40rem !important;
}
.h-800 {
  height: 80rem !important;
}

@media screen and (max-width: 768px) {
  .gap_sp-0 {
    gap: 0rem !important;
  }
  .gap_sp-4 {
    gap: 0.4rem !important;
  }
  .gap_sp-8 {
    gap: 0.8rem !important;
  }
  .gap_sp-12 {
    gap: 1.2rem !important;
  }
  .gap_sp-16 {
    gap: 1.6rem !important;
  }
  .gap_sp-24 {
    gap: 2.4rem !important;
  }
  .gap_sp-32 {
    gap: 3.2rem !important;
  }
  .gap_sp-40 {
    gap: 4rem !important;
  }
  .gap_sp-48 {
    gap: 4.8rem !important;
  }
  .gap_sp-50 {
    gap: 5rem !important;
  }
  .gap_sp-56 {
    gap: 5.6rem !important;
  }
  .gap_sp-64 {
    gap: 6.4rem !important;
  }
  .gap_sp-72 {
    gap: 7.2rem !important;
  }
  .gap_sp-80 {
    gap: 8rem !important;
  }
  .gap_sp-100 {
    gap: 10rem !important;
  }
  .gap_sp-120 {
    gap: 12rem !important;
  }
  .gap_sp-240 {
    gap: 24rem !important;
  }
  .gap_sp-360 {
    gap: 36rem !important;
  }
  .gap_sp-400 {
    gap: 40rem !important;
  }
  .gap_sp-800 {
    gap: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .gap_row_sp-0 {
    row-gap: 0rem !important;
  }
  .gap_row_sp-4 {
    row-gap: 0.4rem !important;
  }
  .gap_row_sp-8 {
    row-gap: 0.8rem !important;
  }
  .gap_row_sp-12 {
    row-gap: 1.2rem !important;
  }
  .gap_row_sp-16 {
    row-gap: 1.6rem !important;
  }
  .gap_row_sp-24 {
    row-gap: 2.4rem !important;
  }
  .gap_row_sp-32 {
    row-gap: 3.2rem !important;
  }
  .gap_row_sp-40 {
    row-gap: 4rem !important;
  }
  .gap_row_sp-48 {
    row-gap: 4.8rem !important;
  }
  .gap_row_sp-50 {
    row-gap: 5rem !important;
  }
  .gap_row_sp-56 {
    row-gap: 5.6rem !important;
  }
  .gap_row_sp-64 {
    row-gap: 6.4rem !important;
  }
  .gap_row_sp-72 {
    row-gap: 7.2rem !important;
  }
  .gap_row_sp-80 {
    row-gap: 8rem !important;
  }
  .gap_row_sp-100 {
    row-gap: 10rem !important;
  }
  .gap_row_sp-120 {
    row-gap: 12rem !important;
  }
  .gap_row_sp-240 {
    row-gap: 24rem !important;
  }
  .gap_row_sp-360 {
    row-gap: 36rem !important;
  }
  .gap_row_sp-400 {
    row-gap: 40rem !important;
  }
  .gap_row_sp-800 {
    row-gap: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt_sp-0 {
    margin-top: 0rem !important;
  }
  .mt_sp-4 {
    margin-top: 0.4rem !important;
  }
  .mt_sp-8 {
    margin-top: 0.8rem !important;
  }
  .mt_sp-12 {
    margin-top: 1.2rem !important;
  }
  .mt_sp-16 {
    margin-top: 1.6rem !important;
  }
  .mt_sp-24 {
    margin-top: 2.4rem !important;
  }
  .mt_sp-32 {
    margin-top: 3.2rem !important;
  }
  .mt_sp-40 {
    margin-top: 4rem !important;
  }
  .mt_sp-48 {
    margin-top: 4.8rem !important;
  }
  .mt_sp-50 {
    margin-top: 5rem !important;
  }
  .mt_sp-56 {
    margin-top: 5.6rem !important;
  }
  .mt_sp-64 {
    margin-top: 6.4rem !important;
  }
  .mt_sp-72 {
    margin-top: 7.2rem !important;
  }
  .mt_sp-80 {
    margin-top: 8rem !important;
  }
  .mt_sp-100 {
    margin-top: 10rem !important;
  }
  .mt_sp-120 {
    margin-top: 12rem !important;
  }
  .mt_sp-240 {
    margin-top: 24rem !important;
  }
  .mt_sp-360 {
    margin-top: 36rem !important;
  }
  .mt_sp-400 {
    margin-top: 40rem !important;
  }
  .mt_sp-800 {
    margin-top: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb_sp-0 {
    margin-bottom: 0rem !important;
  }
  .mb_sp-4 {
    margin-bottom: 0.4rem !important;
  }
  .mb_sp-8 {
    margin-bottom: 0.8rem !important;
  }
  .mb_sp-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb_sp-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb_sp-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb_sp-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb_sp-40 {
    margin-bottom: 4rem !important;
  }
  .mb_sp-48 {
    margin-bottom: 4.8rem !important;
  }
  .mb_sp-50 {
    margin-bottom: 5rem !important;
  }
  .mb_sp-56 {
    margin-bottom: 5.6rem !important;
  }
  .mb_sp-64 {
    margin-bottom: 6.4rem !important;
  }
  .mb_sp-72 {
    margin-bottom: 7.2rem !important;
  }
  .mb_sp-80 {
    margin-bottom: 8rem !important;
  }
  .mb_sp-100 {
    margin-bottom: 10rem !important;
  }
  .mb_sp-120 {
    margin-bottom: 12rem !important;
  }
  .mb_sp-240 {
    margin-bottom: 24rem !important;
  }
  .mb_sp-360 {
    margin-bottom: 36rem !important;
  }
  .mb_sp-400 {
    margin-bottom: 40rem !important;
  }
  .mb_sp-800 {
    margin-bottom: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml_sp-0 {
    margin-left: 0rem !important;
  }
  .ml_sp-4 {
    margin-left: 0.4rem !important;
  }
  .ml_sp-8 {
    margin-left: 0.8rem !important;
  }
  .ml_sp-12 {
    margin-left: 1.2rem !important;
  }
  .ml_sp-16 {
    margin-left: 1.6rem !important;
  }
  .ml_sp-24 {
    margin-left: 2.4rem !important;
  }
  .ml_sp-32 {
    margin-left: 3.2rem !important;
  }
  .ml_sp-40 {
    margin-left: 4rem !important;
  }
  .ml_sp-48 {
    margin-left: 4.8rem !important;
  }
  .ml_sp-50 {
    margin-left: 5rem !important;
  }
  .ml_sp-56 {
    margin-left: 5.6rem !important;
  }
  .ml_sp-64 {
    margin-left: 6.4rem !important;
  }
  .ml_sp-72 {
    margin-left: 7.2rem !important;
  }
  .ml_sp-80 {
    margin-left: 8rem !important;
  }
  .ml_sp-100 {
    margin-left: 10rem !important;
  }
  .ml_sp-120 {
    margin-left: 12rem !important;
  }
  .ml_sp-240 {
    margin-left: 24rem !important;
  }
  .ml_sp-360 {
    margin-left: 36rem !important;
  }
  .ml_sp-400 {
    margin-left: 40rem !important;
  }
  .ml_sp-800 {
    margin-left: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr_sp-0 {
    margin-right: 0rem !important;
  }
  .mr_sp-4 {
    margin-right: 0.4rem !important;
  }
  .mr_sp-8 {
    margin-right: 0.8rem !important;
  }
  .mr_sp-12 {
    margin-right: 1.2rem !important;
  }
  .mr_sp-16 {
    margin-right: 1.6rem !important;
  }
  .mr_sp-24 {
    margin-right: 2.4rem !important;
  }
  .mr_sp-32 {
    margin-right: 3.2rem !important;
  }
  .mr_sp-40 {
    margin-right: 4rem !important;
  }
  .mr_sp-48 {
    margin-right: 4.8rem !important;
  }
  .mr_sp-50 {
    margin-right: 5rem !important;
  }
  .mr_sp-56 {
    margin-right: 5.6rem !important;
  }
  .mr_sp-64 {
    margin-right: 6.4rem !important;
  }
  .mr_sp-72 {
    margin-right: 7.2rem !important;
  }
  .mr_sp-80 {
    margin-right: 8rem !important;
  }
  .mr_sp-100 {
    margin-right: 10rem !important;
  }
  .mr_sp-120 {
    margin-right: 12rem !important;
  }
  .mr_sp-240 {
    margin-right: 24rem !important;
  }
  .mr_sp-360 {
    margin-right: 36rem !important;
  }
  .mr_sp-400 {
    margin-right: 40rem !important;
  }
  .mr_sp-800 {
    margin-right: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt_sp-0 {
    padding-top: 0rem !important;
  }
  .pt_sp-4 {
    padding-top: 0.4rem !important;
  }
  .pt_sp-8 {
    padding-top: 0.8rem !important;
  }
  .pt_sp-12 {
    padding-top: 1.2rem !important;
  }
  .pt_sp-16 {
    padding-top: 1.6rem !important;
  }
  .pt_sp-24 {
    padding-top: 2.4rem !important;
  }
  .pt_sp-32 {
    padding-top: 3.2rem !important;
  }
  .pt_sp-40 {
    padding-top: 4rem !important;
  }
  .pt_sp-48 {
    padding-top: 4.8rem !important;
  }
  .pt_sp-50 {
    padding-top: 5rem !important;
  }
  .pt_sp-56 {
    padding-top: 5.6rem !important;
  }
  .pt_sp-64 {
    padding-top: 6.4rem !important;
  }
  .pt_sp-72 {
    padding-top: 7.2rem !important;
  }
  .pt_sp-80 {
    padding-top: 8rem !important;
  }
  .pt_sp-100 {
    padding-top: 10rem !important;
  }
  .pt_sp-120 {
    padding-top: 12rem !important;
  }
  .pt_sp-240 {
    padding-top: 24rem !important;
  }
  .pt_sp-360 {
    padding-top: 36rem !important;
  }
  .pt_sp-400 {
    padding-top: 40rem !important;
  }
  .pt_sp-800 {
    padding-top: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb_sp-0 {
    padding-bottom: 0rem !important;
  }
  .pb_sp-4 {
    padding-bottom: 0.4rem !important;
  }
  .pb_sp-8 {
    padding-bottom: 0.8rem !important;
  }
  .pb_sp-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb_sp-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb_sp-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb_sp-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb_sp-40 {
    padding-bottom: 4rem !important;
  }
  .pb_sp-48 {
    padding-bottom: 4.8rem !important;
  }
  .pb_sp-50 {
    padding-bottom: 5rem !important;
  }
  .pb_sp-56 {
    padding-bottom: 5.6rem !important;
  }
  .pb_sp-64 {
    padding-bottom: 6.4rem !important;
  }
  .pb_sp-72 {
    padding-bottom: 7.2rem !important;
  }
  .pb_sp-80 {
    padding-bottom: 8rem !important;
  }
  .pb_sp-100 {
    padding-bottom: 10rem !important;
  }
  .pb_sp-120 {
    padding-bottom: 12rem !important;
  }
  .pb_sp-240 {
    padding-bottom: 24rem !important;
  }
  .pb_sp-360 {
    padding-bottom: 36rem !important;
  }
  .pb_sp-400 {
    padding-bottom: 40rem !important;
  }
  .pb_sp-800 {
    padding-bottom: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl_sp-0 {
    padding-left: 0rem !important;
  }
  .pl_sp-4 {
    padding-left: 0.4rem !important;
  }
  .pl_sp-8 {
    padding-left: 0.8rem !important;
  }
  .pl_sp-12 {
    padding-left: 1.2rem !important;
  }
  .pl_sp-16 {
    padding-left: 1.6rem !important;
  }
  .pl_sp-24 {
    padding-left: 2.4rem !important;
  }
  .pl_sp-32 {
    padding-left: 3.2rem !important;
  }
  .pl_sp-40 {
    padding-left: 4rem !important;
  }
  .pl_sp-48 {
    padding-left: 4.8rem !important;
  }
  .pl_sp-50 {
    padding-left: 5rem !important;
  }
  .pl_sp-56 {
    padding-left: 5.6rem !important;
  }
  .pl_sp-64 {
    padding-left: 6.4rem !important;
  }
  .pl_sp-72 {
    padding-left: 7.2rem !important;
  }
  .pl_sp-80 {
    padding-left: 8rem !important;
  }
  .pl_sp-100 {
    padding-left: 10rem !important;
  }
  .pl_sp-120 {
    padding-left: 12rem !important;
  }
  .pl_sp-240 {
    padding-left: 24rem !important;
  }
  .pl_sp-360 {
    padding-left: 36rem !important;
  }
  .pl_sp-400 {
    padding-left: 40rem !important;
  }
  .pl_sp-800 {
    padding-left: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr_sp-0 {
    padding-right: 0rem !important;
  }
  .pr_sp-4 {
    padding-right: 0.4rem !important;
  }
  .pr_sp-8 {
    padding-right: 0.8rem !important;
  }
  .pr_sp-12 {
    padding-right: 1.2rem !important;
  }
  .pr_sp-16 {
    padding-right: 1.6rem !important;
  }
  .pr_sp-24 {
    padding-right: 2.4rem !important;
  }
  .pr_sp-32 {
    padding-right: 3.2rem !important;
  }
  .pr_sp-40 {
    padding-right: 4rem !important;
  }
  .pr_sp-48 {
    padding-right: 4.8rem !important;
  }
  .pr_sp-50 {
    padding-right: 5rem !important;
  }
  .pr_sp-56 {
    padding-right: 5.6rem !important;
  }
  .pr_sp-64 {
    padding-right: 6.4rem !important;
  }
  .pr_sp-72 {
    padding-right: 7.2rem !important;
  }
  .pr_sp-80 {
    padding-right: 8rem !important;
  }
  .pr_sp-100 {
    padding-right: 10rem !important;
  }
  .pr_sp-120 {
    padding-right: 12rem !important;
  }
  .pr_sp-240 {
    padding-right: 24rem !important;
  }
  .pr_sp-360 {
    padding-right: 36rem !important;
  }
  .pr_sp-400 {
    padding-right: 40rem !important;
  }
  .pr_sp-800 {
    padding-right: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .fs_sp-0 {
    font-size: 0rem !important;
  }
  .fs_sp-4 {
    font-size: 0.4rem !important;
  }
  .fs_sp-8 {
    font-size: 0.8rem !important;
  }
  .fs_sp-12 {
    font-size: 1.2rem !important;
  }
  .fs_sp-16 {
    font-size: 1.6rem !important;
  }
  .fs_sp-24 {
    font-size: 2.4rem !important;
  }
  .fs_sp-32 {
    font-size: 3.2rem !important;
  }
  .fs_sp-40 {
    font-size: 4rem !important;
  }
  .fs_sp-48 {
    font-size: 4.8rem !important;
  }
  .fs_sp-50 {
    font-size: 5rem !important;
  }
  .fs_sp-56 {
    font-size: 5.6rem !important;
  }
  .fs_sp-64 {
    font-size: 6.4rem !important;
  }
  .fs_sp-72 {
    font-size: 7.2rem !important;
  }
  .fs_sp-80 {
    font-size: 8rem !important;
  }
  .fs_sp-100 {
    font-size: 10rem !important;
  }
  .fs_sp-120 {
    font-size: 12rem !important;
  }
  .fs_sp-240 {
    font-size: 24rem !important;
  }
  .fs_sp-360 {
    font-size: 36rem !important;
  }
  .fs_sp-400 {
    font-size: 40rem !important;
  }
  .fs_sp-800 {
    font-size: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p_sp-0 {
    padding: 0rem !important;
  }
  .p_sp-4 {
    padding: 0.4rem !important;
  }
  .p_sp-8 {
    padding: 0.8rem !important;
  }
  .p_sp-12 {
    padding: 1.2rem !important;
  }
  .p_sp-16 {
    padding: 1.6rem !important;
  }
  .p_sp-24 {
    padding: 2.4rem !important;
  }
  .p_sp-32 {
    padding: 3.2rem !important;
  }
  .p_sp-40 {
    padding: 4rem !important;
  }
  .p_sp-48 {
    padding: 4.8rem !important;
  }
  .p_sp-50 {
    padding: 5rem !important;
  }
  .p_sp-56 {
    padding: 5.6rem !important;
  }
  .p_sp-64 {
    padding: 6.4rem !important;
  }
  .p_sp-72 {
    padding: 7.2rem !important;
  }
  .p_sp-80 {
    padding: 8rem !important;
  }
  .p_sp-100 {
    padding: 10rem !important;
  }
  .p_sp-120 {
    padding: 12rem !important;
  }
  .p_sp-240 {
    padding: 24rem !important;
  }
  .p_sp-360 {
    padding: 36rem !important;
  }
  .p_sp-400 {
    padding: 40rem !important;
  }
  .p_sp-800 {
    padding: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb_lr_sp-0 {
    margin-inline: 0rem !important;
  }
  .mb_lr_sp-4 {
    margin-inline: 0.4rem !important;
  }
  .mb_lr_sp-8 {
    margin-inline: 0.8rem !important;
  }
  .mb_lr_sp-12 {
    margin-inline: 1.2rem !important;
  }
  .mb_lr_sp-16 {
    margin-inline: 1.6rem !important;
  }
  .mb_lr_sp-24 {
    margin-inline: 2.4rem !important;
  }
  .mb_lr_sp-32 {
    margin-inline: 3.2rem !important;
  }
  .mb_lr_sp-40 {
    margin-inline: 4rem !important;
  }
  .mb_lr_sp-48 {
    margin-inline: 4.8rem !important;
  }
  .mb_lr_sp-50 {
    margin-inline: 5rem !important;
  }
  .mb_lr_sp-56 {
    margin-inline: 5.6rem !important;
  }
  .mb_lr_sp-64 {
    margin-inline: 6.4rem !important;
  }
  .mb_lr_sp-72 {
    margin-inline: 7.2rem !important;
  }
  .mb_lr_sp-80 {
    margin-inline: 8rem !important;
  }
  .mb_lr_sp-100 {
    margin-inline: 10rem !important;
  }
  .mb_lr_sp-120 {
    margin-inline: 12rem !important;
  }
  .mb_lr_sp-240 {
    margin-inline: 24rem !important;
  }
  .mb_lr_sp-360 {
    margin-inline: 36rem !important;
  }
  .mb_lr_sp-400 {
    margin-inline: 40rem !important;
  }
  .mb_lr_sp-800 {
    margin-inline: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb_tb_sp-0 {
    margin-block: 0rem !important;
  }
  .mb_tb_sp-4 {
    margin-block: 0.4rem !important;
  }
  .mb_tb_sp-8 {
    margin-block: 0.8rem !important;
  }
  .mb_tb_sp-12 {
    margin-block: 1.2rem !important;
  }
  .mb_tb_sp-16 {
    margin-block: 1.6rem !important;
  }
  .mb_tb_sp-24 {
    margin-block: 2.4rem !important;
  }
  .mb_tb_sp-32 {
    margin-block: 3.2rem !important;
  }
  .mb_tb_sp-40 {
    margin-block: 4rem !important;
  }
  .mb_tb_sp-48 {
    margin-block: 4.8rem !important;
  }
  .mb_tb_sp-50 {
    margin-block: 5rem !important;
  }
  .mb_tb_sp-56 {
    margin-block: 5.6rem !important;
  }
  .mb_tb_sp-64 {
    margin-block: 6.4rem !important;
  }
  .mb_tb_sp-72 {
    margin-block: 7.2rem !important;
  }
  .mb_tb_sp-80 {
    margin-block: 8rem !important;
  }
  .mb_tb_sp-100 {
    margin-block: 10rem !important;
  }
  .mb_tb_sp-120 {
    margin-block: 12rem !important;
  }
  .mb_tb_sp-240 {
    margin-block: 24rem !important;
  }
  .mb_tb_sp-360 {
    margin-block: 36rem !important;
  }
  .mb_tb_sp-400 {
    margin-block: 40rem !important;
  }
  .mb_tb_sp-800 {
    margin-block: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb_lr_sp-0 {
    padding-inline: 0rem !important;
  }
  .pb_lr_sp-4 {
    padding-inline: 0.4rem !important;
  }
  .pb_lr_sp-8 {
    padding-inline: 0.8rem !important;
  }
  .pb_lr_sp-12 {
    padding-inline: 1.2rem !important;
  }
  .pb_lr_sp-16 {
    padding-inline: 1.6rem !important;
  }
  .pb_lr_sp-24 {
    padding-inline: 2.4rem !important;
  }
  .pb_lr_sp-32 {
    padding-inline: 3.2rem !important;
  }
  .pb_lr_sp-40 {
    padding-inline: 4rem !important;
  }
  .pb_lr_sp-48 {
    padding-inline: 4.8rem !important;
  }
  .pb_lr_sp-50 {
    padding-inline: 5rem !important;
  }
  .pb_lr_sp-56 {
    padding-inline: 5.6rem !important;
  }
  .pb_lr_sp-64 {
    padding-inline: 6.4rem !important;
  }
  .pb_lr_sp-72 {
    padding-inline: 7.2rem !important;
  }
  .pb_lr_sp-80 {
    padding-inline: 8rem !important;
  }
  .pb_lr_sp-100 {
    padding-inline: 10rem !important;
  }
  .pb_lr_sp-120 {
    padding-inline: 12rem !important;
  }
  .pb_lr_sp-240 {
    padding-inline: 24rem !important;
  }
  .pb_lr_sp-360 {
    padding-inline: 36rem !important;
  }
  .pb_lr_sp-400 {
    padding-inline: 40rem !important;
  }
  .pb_lr_sp-800 {
    padding-inline: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb_tb_sp-0 {
    padding-block: 0rem !important;
  }
  .pb_tb_sp-4 {
    padding-block: 0.4rem !important;
  }
  .pb_tb_sp-8 {
    padding-block: 0.8rem !important;
  }
  .pb_tb_sp-12 {
    padding-block: 1.2rem !important;
  }
  .pb_tb_sp-16 {
    padding-block: 1.6rem !important;
  }
  .pb_tb_sp-24 {
    padding-block: 2.4rem !important;
  }
  .pb_tb_sp-32 {
    padding-block: 3.2rem !important;
  }
  .pb_tb_sp-40 {
    padding-block: 4rem !important;
  }
  .pb_tb_sp-48 {
    padding-block: 4.8rem !important;
  }
  .pb_tb_sp-50 {
    padding-block: 5rem !important;
  }
  .pb_tb_sp-56 {
    padding-block: 5.6rem !important;
  }
  .pb_tb_sp-64 {
    padding-block: 6.4rem !important;
  }
  .pb_tb_sp-72 {
    padding-block: 7.2rem !important;
  }
  .pb_tb_sp-80 {
    padding-block: 8rem !important;
  }
  .pb_tb_sp-100 {
    padding-block: 10rem !important;
  }
  .pb_tb_sp-120 {
    padding-block: 12rem !important;
  }
  .pb_tb_sp-240 {
    padding-block: 24rem !important;
  }
  .pb_tb_sp-360 {
    padding-block: 36rem !important;
  }
  .pb_tb_sp-400 {
    padding-block: 40rem !important;
  }
  .pb_tb_sp-800 {
    padding-block: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .w_sp-0 {
    width: 0rem !important;
  }
  .w_sp-4 {
    width: 0.4rem !important;
  }
  .w_sp-8 {
    width: 0.8rem !important;
  }
  .w_sp-12 {
    width: 1.2rem !important;
  }
  .w_sp-16 {
    width: 1.6rem !important;
  }
  .w_sp-24 {
    width: 2.4rem !important;
  }
  .w_sp-32 {
    width: 3.2rem !important;
  }
  .w_sp-40 {
    width: 4rem !important;
  }
  .w_sp-48 {
    width: 4.8rem !important;
  }
  .w_sp-50 {
    width: 5rem !important;
  }
  .w_sp-56 {
    width: 5.6rem !important;
  }
  .w_sp-64 {
    width: 6.4rem !important;
  }
  .w_sp-72 {
    width: 7.2rem !important;
  }
  .w_sp-80 {
    width: 8rem !important;
  }
  .w_sp-100 {
    width: 10rem !important;
  }
  .w_sp-120 {
    width: 12rem !important;
  }
  .w_sp-240 {
    width: 24rem !important;
  }
  .w_sp-360 {
    width: 36rem !important;
  }
  .w_sp-400 {
    width: 40rem !important;
  }
  .w_sp-800 {
    width: 80rem !important;
  }
}
@media screen and (max-width: 768px) {
  .h_sp-0 {
    height: 0rem !important;
  }
  .h_sp-4 {
    height: 0.4rem !important;
  }
  .h_sp-8 {
    height: 0.8rem !important;
  }
  .h_sp-12 {
    height: 1.2rem !important;
  }
  .h_sp-16 {
    height: 1.6rem !important;
  }
  .h_sp-24 {
    height: 2.4rem !important;
  }
  .h_sp-32 {
    height: 3.2rem !important;
  }
  .h_sp-40 {
    height: 4rem !important;
  }
  .h_sp-48 {
    height: 4.8rem !important;
  }
  .h_sp-50 {
    height: 5rem !important;
  }
  .h_sp-56 {
    height: 5.6rem !important;
  }
  .h_sp-64 {
    height: 6.4rem !important;
  }
  .h_sp-72 {
    height: 7.2rem !important;
  }
  .h_sp-80 {
    height: 8rem !important;
  }
  .h_sp-100 {
    height: 10rem !important;
  }
  .h_sp-120 {
    height: 12rem !important;
  }
  .h_sp-240 {
    height: 24rem !important;
  }
  .h_sp-360 {
    height: 36rem !important;
  }
  .h_sp-400 {
    height: 40rem !important;
  }
  .h_sp-800 {
    height: 80rem !important;
  }
}
.w-100p {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .w_sp-100p {
    width: 100% !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.display-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.footer {
  border-top: 0.4rem solid #CCCCCC;
}
.footer .ft_menu {
  padding: 6.5rem;
}
.footer .ft_menu .group {
  margin-top: 4rem;
}
.footer .ft_menu .group__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.2rem;
}
.footer .ft_menu .group__flex .group_ttl {
  margin-top: 0;
}
.footer .ft_menu .group:first-child {
  margin-top: 0;
}
.footer .ft_menu .group .group_ttl {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
}
.footer .ft_menu .group a.group_ttl {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.footer .ft_menu .group a.group_ttl:hover, .footer .ft_menu .group a.group_ttl:focus-visible {
  color: #cc1925;
}
.footer .ft_menu .group .r_line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1em;
}
.footer .ft_menu .group .r_line::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(1.3rem);
          transform: translateY(1.3rem);
}
.footer .ft_menu .group .ft_menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .ft_menu .group .ft_menu__items .flex_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item {
  display: inline-block;
  margin-top: 3.2rem;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item:first-child {
  margin-left: 0;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item .name {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 500;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item a.name {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item a.name:hover, .footer .ft_menu .group .ft_menu__items .ft_menu__item a.name:focus-visible {
  color: #cc1925;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 1.8;
  gap: 0.4em 2em;
  margin-top: 1.6rem;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a:hover, .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a:focus-visible {
  color: #cc1925;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list.__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list.__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
.footer .ft_bt {
  padding: 4rem 8.5rem 4rem 6.5rem;
  border-top: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .ft_bt .bt_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  font-size: 1.4rem;
}
.footer .ft_bt .bt_menu__list a {
  font-weight: 400;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.footer .ft_bt .bt_menu__list a:hover, .footer .ft_bt .bt_menu__list a:focus-visible {
  opacity: 0.5;
}
.footer .ft_bt .copy {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #666666;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer .ft_menu {
    padding: 4rem 1.5rem;
    gap: 2.4rem;
  }
  .footer .ft_menu .group {
    margin-top: 2.4rem;
  }
  .footer .ft_menu .group__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
  }
  .footer .ft_menu .group__flex .group_ttl {
    margin-top: 0;
  }
  .footer .ft_menu .group .group_ttl {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .footer .ft_menu .group a.group_ttl {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .footer .ft_menu .group a.group_ttl:hover, .footer .ft_menu .group a.group_ttl:focus-visible {
    color: #cc1925;
  }
  .footer .ft_menu .group .r_line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 1em;
  }
  .footer .ft_menu .group .r_line::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transform: translateY(1.3rem);
            transform: translateY(1.3rem);
  }
  .footer .ft_menu .group .ft_menu__items .ft_menu__item {
    margin-top: 2.4rem;
  }
  .footer .ft_menu .group .ft_menu__items .ft_menu__item:first-child {
    margin-left: 0;
  }
  .footer .ft_menu .group .ft_menu__items .ft_menu__item .name {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
  }
  .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
    display: -ms-inline-grid;
    display: inline-grid;
    gap: 0.4em 2em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a:hover, .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a:focus-visible {
    color: #cc1925;
  }
  .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list.__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list.__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 1.6rem;
  }
  .footer .ft_bt {
    padding: 2.4rem 1.5rem;
    border-top: 1px solid #CCCCCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .footer .ft_bt .bt_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 2em;
    font-size: 1.2rem;
  }
  .footer .ft_bt .bt_menu__list a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .footer .ft_bt .bt_menu__list a:hover, .footer .ft_bt .bt_menu__list a:focus-visible {
    opacity: 0.5;
  }
  .footer .ft_bt .copy {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #666666;
  }
}
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.2rem;
}
.header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.header .logo {
  display: block;
  width: 34rem;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6rem;
}
.header .menu .top_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  gap: 3.2rem;
}
.header .menu .top_item li.nikken__logo img {
  width: 7.5rem;
}
.header .menu .top_item li a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header .menu .top_item li a:hover, .header .menu .top_item li a:focus-visible {
  opacity: 0.5;
}
.header .menu .top_item li a img {
  width: 7.5rem;
}
.header .menu .top_item li a.blank__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.header .menu .top_item li a.blank__item::after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/common/blank_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header .menu .top_item li button.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.header .menu .top_item li button.search__item::before {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/common/search_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header .menu .top_item li.language__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu .top_item li.language__item::before {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/language_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.8rem;
}
.header .menu .top_item.__sp {
  display: none;
}
.header .menu .bottom_item .bottom_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6rem;
  color: #fff;
}
.header .menu .bottom_item .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  gap: 3.2rem;
}
.header .menu .bottom_item .menu__list li {
  display: inline-block;
}
.header .menu .bottom_item .menu__list li .__sp {
  display: none;
}
.header .menu .bottom_item .menu__list li .menu__a, .header .menu .bottom_item .menu__list li .menu__op {
  position: relative;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  color: #333333;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.header .menu .bottom_item .menu__list li .menu__a:hover, .header .menu .bottom_item .menu__list li .menu__a:focus-visible, .header .menu .bottom_item .menu__list li .menu__op:hover, .header .menu .bottom_item .menu__list li .menu__op:focus-visible {
  color: #cc1925;
}
.header .menu .bottom_item .menu__list li .menu__a.__sp, .header .menu .bottom_item .menu__list li .menu__op.__sp {
  display: none;
}
.header .menu .bottom_item .menu__list li .menu__a.current::after, .header .menu .bottom_item .menu__list li .menu__op.current::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.8rem;
  height: 1px;
  width: 100%;
  background-color: #cc1925;
}
.header .menu .bottom_item .menu__list li .menu__op::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.8rem;
  height: 1px;
  width: 0;
  background-color: #cc1925;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .menu .bottom_item .menu__list li .menu__op.active {
  pointer-events: none;
}
.header .menu .bottom_item .menu__list li .menu__op.active::after {
  width: 100%;
}
.header .menu .bottom_item .menu__list li .hd_btn {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 1em 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
}
.header .menu .bottom_item .menu__list li .under_menu {
  display: block;
  position: fixed;
  top: 10rem;
  left: 0;
  background-color: #8A8A8A;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 10rem);
  max-height: calc(100dvh - 10rem);
  z-index: 1100;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  pointer-events: none;
}
.header .menu .bottom_item .menu__list li .under_menu.active {
  opacity: 1;
  pointer-events: auto;
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner {
  overflow-y: auto;
  max-height: calc(100dvh - 20rem);
  padding: 4.8vw 5.6vw 4.8vw;
  scrollbar-gutter: stable;
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_project__item {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0;
  height: 40rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_project__item::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_project__item::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_project__item::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_story__item {
  padding: 0;
  height: 40rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_story__item::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_story__item::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
.header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_story__item::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
.header .menu .bottom_item .menu__list li .under_menu .under_ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6rem;
}
.header .menu .bottom_item .menu__list li .under_menu .under_ttl_box.-mt {
  margin-top: 5.6rem;
}
.header .menu .bottom_item .menu__list li .under_menu .under_ttl_box.block_box {
  display: block;
}
.header .menu .bottom_item .menu__list li .under_menu .under_ttl_box .under_ttl {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
}
.header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.6em 3em;
  border: 1px solid #fff;
  border-radius: 100vw;
  color: #fff;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a.mt4 {
  margin-top: 4rem;
}
.header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a:hover, .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a:focus-visible {
  opacity: 1;
  background-color: #fff;
  color: #8A8A8A;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list_ttl {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 0.5em 1.5em 0.5em 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.6rem;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 1.8;
  display: -ms-grid;
  display: grid;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li.w240 {
  width: 240px;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 0.5em 1.5em 0.5em 0;
  color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a:hover, .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a:focus-visible {
  color: #fff;
  opacity: 0.5;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #fff;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 25.6rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 1.6rem 0;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl li {
  border-bottom: none;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl-grid {
  display: -ms-grid;
  display: grid;
  height: 6.4rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl-grid::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl-grid::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl-grid::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__name {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 1em 1.5em 1em 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__name:hover, .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name:focus-visible {
  color: #fff;
  opacity: 0.5;
}
.header .menu .bottom_item .menu__list li .under_menu .hd_menu__name::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #fff;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4rem;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item {
  display: inline-block;
  margin-left: 7rem;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item:first-child {
  margin-left: 0;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item .name {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax {
  width: 100%;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax .hd_menu__item {
  width: 100%;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax .hd_menu__item .__column-6 {
  width: 100%;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box.mt24 {
  margin-top: 2.4rem;
}
.header .menu .bottom_item .menu__list li .under_menu .flex_box.mt0 {
  margin-top: 0 !important;
}
.header .menu .bottom_item .menu__list li .under_menu .grid_box {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
}
.header .menu .bottom_item .menu__list li .under_menu .grid_box .hd_menu__item .hd_menu__list li a {
  padding: 0.5em 1.5em 0.5em 0;
}
.header .menu .bottom_item .btn__contact_s {
  display: inline-block;
  padding: 0.4em 1em 0.5em;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #cc1925;
  border-radius: 50vw;
  border: 1px solid #cc1925;
  background-color: #fff;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.header .menu .bottom_item .btn__contact_s:hover, .header .menu .bottom_item .btn__contact_s:focus-visible {
  color: #fff;
  background-color: #cc1925;
}
.header .menu .bottom_item .hd_bt {
  display: none;
}
.header .menu .menu_btn {
  display: none;
}
.header .header-search-main {
  position: absolute;
  width: 100vw;
  padding: 2rem 3.2rem;
  bottom: 0;
  right: 0;
  background-color: #8A8A8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  z-index: -2;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header .header-search-main.active {
  -webkit-transform: translateY(calc(100% - 1px));
          transform: translateY(calc(100% - 1px));
  pointer-events: auto;
}
.header .header-search-main form .header-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-search-main form .header-search-inner input {
  padding: 0.8em;
  width: 32rem;
  background-color: #fff;
  font-size: 1.4rem;
}
.header .header-search-main form .header-search-inner .header-search-btn {
  width: 4rem;
  background-color: #cc1925;
}
.header .header-search-main form .header-search-inner .header-search-btn::before {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/search_icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.header .header-search-main .cl_search {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
}
.header .header-search-main .cl_search::before, .header .header-search-main .cl_search::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.header .header-search-main .cl_search::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header .header-search-main .cl_search::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    z-index: 1000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.5rem;
  }
  .header::before {
    z-index: 1000;
  }
  .header .logo {
    position: relative;
    width: 20rem;
    z-index: 3000;
  }
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.6rem;
  }
  .header .menu .top_item {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    z-index: 1000;
  }
  .header .menu .top_item li.nikken__logo img {
    width: 4.5rem;
  }
  .header .menu .top_item li a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header .menu .top_item li a:hover, .header .menu .top_item li a:focus-visible {
    opacity: 0.5;
  }
  .header .menu .top_item li a img {
    width: 4.5rem;
  }
  .header .menu .top_item li a.blank__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .header .menu .top_item li a.blank__item::after {
    display: block;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/common/blank_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .menu .top_item li button.search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
    font-size: 0;
  }
  .header .menu .top_item li button.search__item::before {
    display: block;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/common/search_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .menu .top_item li.brand__item {
    display: none;
  }
  .header .menu .top_item li.language__item {
    display: none;
  }
  .header .menu .top_item.__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1.7rem;
    margin: -2.4rem 0 2.4rem;
    gap: 4rem;
  }
  .header .menu .top_item.__sp .brand__item {
    display: block;
  }
  .header .menu .top_item.__sp .language__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu .bottom_item {
    position: fixed;
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 900;
    padding-top: 5rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: -1000;
  }
  .header .menu .bottom_item .bottom_item_inner {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    -webkit-overflow-scrolling: touch;
    /* スクロールバー非表示 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-y: auto;
    height: calc(100vh - 5rem);
    height: calc(100dvh - 5rem);
    padding: 5rem 0;
  }
  .header .menu .bottom_item.active {
    z-index: 900;
    opacity: 1;
    pointer-events: auto;
  }
  .header .menu .bottom_item.active .bottom_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu .bottom_item .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    gap: 4rem;
    padding: 0 1.7rem;
  }
  .header .menu .bottom_item .menu__list li {
    padding: 0;
    display: inline-block;
  }
  .header .menu .bottom_item .menu__list li .__sp {
    display: block;
  }
  .header .menu .bottom_item .menu__list li .menu__a, .header .menu .bottom_item .menu__list li .menu__op {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
    color: #333333;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .header .menu .bottom_item .menu__list li .menu__a:hover, .header .menu .bottom_item .menu__list li .menu__a:focus-visible, .header .menu .bottom_item .menu__list li .menu__op:hover, .header .menu .bottom_item .menu__list li .menu__op:focus-visible {
    color: #cc1925;
  }
  .header .menu .bottom_item .menu__list li .menu__a.__spno, .header .menu .bottom_item .menu__list li .menu__op.__spno {
    display: none !important;
  }
  .header .menu .bottom_item .menu__list li .menu__a.__sp, .header .menu .bottom_item .menu__list li .menu__op.__sp {
    display: block;
  }
  .header .menu .bottom_item .menu__list li .menu__op::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -0.8rem;
    height: 1px;
    width: 0;
    background-color: #cc1925;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .menu .bottom_item .menu__list li .menu__op.active {
    pointer-events: none;
  }
  .header .menu .bottom_item .menu__list li .menu__op.active::after {
    width: 100%;
  }
  .header .menu .bottom_item .menu__list li .menu__op.__spno {
    display: none;
  }
  .header .menu .bottom_item .menu__list li .hd_btn {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    padding: 1em 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
  }
  .header .menu .bottom_item .menu__list li .under_menu {
    display: block;
    position: relative;
    top: auto;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0;
    z-index: 1100;
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    pointer-events: none;
  }
  .header .menu .bottom_item .menu__list li .under_menu.__spno {
    display: none !important;
  }
  .header .menu .bottom_item .menu__list li .under_menu.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner {
    overflow-y: initial;
    max-height: 100%;
    padding: 0;
  }
  .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.__spno {
    display: none;
  }
  .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.6rem;
  }
  .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box.__spno {
    display: none;
  }
  .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box.-mt {
    margin-top: 5.6rem;
  }
  .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box .under_ttl {
    font-size: 2.8rem;
    line-height: 1;
    color: #000;
  }
  .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a {
    display: inline-block;
    font-size: 1.3rem;
    padding: 0.6em 3em;
    border: 1px solid #fff;
    border-radius: 100vw;
    color: #333333;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
  }
  .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a:hover, .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a:focus-visible {
    opacity: 1;
    background-color: #fff;
    color: #8A8A8A;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name {
    position: relative;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    padding: 1em 1.5em 1em 0;
    color: #333333;
    border-bottom: 1px solid #333333;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name:hover, .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name:focus-visible {
    color: #333333;
    opacity: 0.5;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    rotate: 45deg;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #333333;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list {
    font-size: 1.2rem;
    letter-spacing: 0.16em;
    line-height: 1.8;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li {
    display: inline-block;
    border-bottom: none;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 0;
    color: #333333;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a:hover, .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a:focus-visible {
    color: #cc1925;
    opacity: 1;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a::after {
    display: none;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow-y: auto;
    scrollbar-gutter: stable;
    overflow: auto; /* または scroll */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl::-webkit-scrollbar {
    display: none;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl li {
    border-bottom: none;
  }
  .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl.grid_cl_sp-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .header .menu .bottom_item .menu__list li .under_menu .flex_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item {
    display: inline-block;
    margin-left: 0;
    margin-top: 2.4rem;
  }
  .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item:first-child {
    margin-left: 0;
  }
  .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item .name {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
    margin-bottom: 1.6rem;
    font-weight: 500;
    color: #333333;
  }
  .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item .name::before {
    display: inline-block;
    content: "ー ";
  }
  .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax {
    width: 100%;
  }
  .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax .hd_menu__item {
    width: 100%;
  }
  .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax .hd_menu__item .__column-6 {
    width: 100%;
  }
  .header .menu .bottom_item .menu__list li .under_menu .grid_box {
    margin-top: 1.6rem;
    display: -ms-grid;
    display: grid;
  }
  .header .menu .bottom_item .menu__list li .under_menu .grid_box .hd_menu__item .hd_menu__list li a {
    padding: 0.5em 1.5em 0.5em 0;
  }
  .header .menu .bottom_item .btn__contact_s {
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    border-radius: 0;
    border: none;
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.4;
    vertical-align: middle;
    color: #333333;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    margin: 0 1.5rem;
    margin-top: 2rem;
  }
  .header .menu .bottom_item .btn__contact_s:hover, .header .menu .bottom_item .btn__contact_s:focus-visible {
    color: #cc1925;
    background-color: transparent;
  }
  .header .menu .bottom_item .hd_bt {
    padding: 2.4rem 1.5rem;
    border-top: 1px solid #CCCCCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
  .header .menu .bottom_item .hd_bt .bt_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 2em;
    font-size: 1.2rem;
  }
  .header .menu .bottom_item .hd_bt .bt_menu__list a {
    color: #333333;
    font-weight: 400;
  }
  .header .menu .bottom_item .hd_bt .copy {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #666666;
    font-weight: 400;
  }
  .header .menu .menu_btn {
    display: block;
    position: relative;
    width: 2.8rem;
    height: 2rem;
    z-index: 1000;
  }
  .header .menu .menu_btn span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333333;
  }
  .header .menu .menu_btn span:nth-child(1) {
    top: 0;
  }
  .header .menu .menu_btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .menu .menu_btn span:nth-child(3) {
    top: 100%;
  }
  .header .menu .menu_btn.on span:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-animation: line_on-1 1s;
            animation: line_on-1 1s;
  }
  @-webkit-keyframes line_on-1 {
    0% {
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    50% {
      top: 0;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    51% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  @keyframes line_on-1 {
    0% {
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    50% {
      top: 0;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    51% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  .header .menu .menu_btn.on span:nth-child(2) {
    width: 0;
    -webkit-animation: line_on-2 1s;
            animation: line_on-2 1s;
  }
  @-webkit-keyframes line_on-2 {
    0% {
      width: 100%;
    }
    50%, 100% {
      width: 0;
    }
  }
  @keyframes line_on-2 {
    0% {
      width: 100%;
    }
    50%, 100% {
      width: 0;
    }
  }
  .header .menu .menu_btn.on span:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-animation: line_on-3 1s;
            animation: line_on-3 1s;
  }
  @-webkit-keyframes line_on-3 {
    0% {
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    50% {
      top: 100%;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    51% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    100% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
  }
  @keyframes line_on-3 {
    0% {
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    50% {
      top: 100%;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    51% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    100% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
  }
  .header .menu .menu_btn.off span:nth-child(1) {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-animation: line_off-1 1s;
            animation: line_off-1 1s;
  }
  @-webkit-keyframes line_off-1 {
    0% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    50% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    51% {
      top: 0;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    100% {
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
  }
  @keyframes line_off-1 {
    0% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    50% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    51% {
      top: 0;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    100% {
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
  }
  .header .menu .menu_btn.off span:nth-child(2) {
    width: 100%;
    -webkit-animation: line_off-2 1s;
            animation: line_off-2 1s;
  }
  @-webkit-keyframes line_off-2 {
    0%, 50% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line_off-2 {
    0%, 50% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .header .menu .menu_btn.off span:nth-child(3) {
    top: 100%;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-animation: line_off-3 1s;
            animation: line_off-3 1s;
  }
  @-webkit-keyframes line_off-3 {
    0% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    50% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    51% {
      width: 0;
      top: 100%;
      left: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    100% {
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
  }
  @keyframes line_off-3 {
    0% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    50% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    51% {
      width: 0;
      top: 100%;
      left: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    100% {
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
  }
  .header .menu .close_btn {
    display: none;
  }
  .header .header-search-main {
    padding: 1.6rem 1.6rem;
  }
  .header .header-search-main.active {
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 900;
  }
}
.topic-pass .topic-pass-inner {
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.topic-pass .topic-pass-inner::-webkit-scrollbar {
  display: none;
}

.btn__1 {
  position: relative;
  display: block;
  width: 28rem;
  background-color: #cc1925;
  border-radius: 0.4rem;
  color: #fff;
  padding: 1em 0 1em 2em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  letter-spacing: 0.16em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  border: 1px solid #cc1925;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.btn__1::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn__1:hover, .btn__1:focus-visible {
  background-color: #fff;
  color: #cc1925;
}
.btn__1:hover::after, .btn__1:focus-visible::after {
  background-color: #cc1925;
}

@media screen and (max-width: 768px) {
  .btn__1 {
    width: 22rem;
    font-size: 1.4rem;
  }
  .btn__1::after {
    width: 1rem;
    height: 1rem;
  }
}
.btn__2 {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.2em 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.btn__2::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #cc1925;
  position: absolute;
  top: -1px;
  left: auto;
  right: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.btn__2::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #cc1925;
  position: absolute;
  bottom: -1px;
  left: auto;
  right: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.btn__2:hover, .btn__2:focus-visible {
  color: #cc1925;
}
.btn__2:hover::before, .btn__2:focus-visible::before {
  left: 0;
  right: auto;
  width: 100%;
}
.btn__2:hover::after, .btn__2:focus-visible::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .btn__2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.btn__arrow {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 1em 5.5em 1em 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  border-bottom: 1px solid #707070;
  line-height: 1.4;
  font-weight: 400;
}
.btn__arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #333333;
}
.btn__arrow::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #cc1925;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.btn__arrow:hover::before, .btn__arrow:focus-visible::before {
  left: 0;
  right: auto;
  width: 100%;
}
.btn__arrow._w-240 {
  color: #333333;
  width: 24rem;
  text-decoration: none;
}
.btn__arrow-prev {
  color: #333333 !important;
  text-align: right;
  padding: 1em 0 1em 5.5em;
  margin: 0 auto 0 0;
  text-decoration: none !important;
}
.btn__arrow-prev::after {
  right: auto;
  left: 0.8rem;
  -webkit-transform: translate(50%, -50%) rotate(225deg);
          transform: translate(50%, -50%) rotate(225deg);
}
.btn__arrow-next {
  color: #333333 !important;
  margin: 0 0 0 auto;
  text-decoration: none !important;
}

.btn__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 32rem;
  height: 8rem;
  background-color: #cc1925;
  border: 1px solid #cc1925;
  border-radius: 0.4rem;
  color: #fff;
  padding: 0 0 0 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  letter-spacing: 0.08em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.btn__contact::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 2.1rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/mail_icon-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn__contact::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 2.1rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/mail_icon-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn__contact .arrow {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn__contact:hover, .btn__contact:focus-visible {
  background-color: #fff;
  color: #cc1925;
}
.btn__contact:hover::before, .btn__contact:focus-visible::before {
  opacity: 0;
}
.btn__contact:hover::after, .btn__contact:focus-visible::after {
  opacity: 1;
}
.btn__contact:hover .arrow, .btn__contact:focus-visible .arrow {
  background-color: #cc1925;
}

@media screen and (max-width: 768px) {
  .btn__arrow {
    font-size: 1.5rem;
  }
  .btn__contact {
    width: 100%;
    height: 6rem;
    padding: 0 0 0 5rem;
    font-size: 1.5rem;
  }
  .btn__contact::before {
    left: 2rem;
    width: 1.6rem;
    height: 1.2rem;
  }
  .btn__contact::after {
    left: 2rem;
    width: 1.6rem;
    height: 1.2rem;
  }
  .btn__contact .arrow {
    right: 10%;
    width: 0.8rem;
    height: 0.8rem;
    rotate: 45deg;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #fff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
}
.btn__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32rem;
  height: 8rem;
  background-color: #fff;
  border: 1px solid #cc1925;
  border-radius: 0.4rem;
  color: #fff;
  padding: 0 0 0 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  letter-spacing: 0.08em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn__tel .num {
  color: #cc1925;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.btn__tel .date {
  color: #333333;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 0.6em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.btn__tel::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/tel_icon-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn__tel::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/tel_icon-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn__tel .arrow {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #cc1925;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn__tel:hover, .btn__tel:focus-visible {
  background-color: #cc1925;
}
.btn__tel:hover .num, .btn__tel:focus-visible .num {
  color: #fff;
}
.btn__tel:hover .date, .btn__tel:focus-visible .date {
  color: #fff;
}
.btn__tel:hover::before, .btn__tel:focus-visible::before {
  opacity: 0;
}
.btn__tel:hover::after, .btn__tel:focus-visible::after {
  opacity: 1;
}
.btn__tel:hover .arrow, .btn__tel:focus-visible .arrow {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .btn__tel {
    width: 100%;
    height: 6rem;
    padding: 0 0 0 5rem;
    font-size: 1.6rem;
  }
  .btn__tel .num {
    font-size: 1.6rem;
  }
  .btn__tel .date {
    font-size: 1.3rem;
  }
  .btn__tel::before {
    left: 2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .btn__tel::after {
    left: 2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .btn__tel .arrow {
    right: 10%;
    width: 0.8rem;
    height: 0.8rem;
    rotate: 45deg;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #cc1925;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
}
.tag {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 0.4rem;
  background-color: #fff;
}
.tag-gray {
  background-color: #DBDBDB;
  color: #333333;
}
.tag-border {
  border: 1px solid #DBDBDB;
  background-color: #fff;
}
.tag-red {
  background-color: #fff;
  color: #cc1925;
  border-radius: 0;
  border: 1px solid #cc1925;
  padding: 0.25em 1em;
}
.tag-gray-2 {
  background-color: #f0f0f0;
  color: #333333;
  border-radius: 0;
  padding: 0.25em 1em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .tag {
    padding: 0.25em 0.5em;
  }
}
.tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.tag__list li {
  display: inline-block;
  list-style: none;
}
.tag__list li a {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0.4rem;
  background-color: #fff;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tag__list li a:hover, .tag__list li a:focus-visible {
  color: #fff;
  background-color: #cc1925;
}
.tag__list li.active a {
  background-color: #666666;
  color: #fff;
}
.tag__list li::before {
  content: "" !important;
}
.tag__list-gray li a {
  background-color: #DBDBDB;
  color: #333333;
}
.tag__list-border li a {
  border: 1px solid #DBDBDB;
  color: #333333;
  -webkit-transition: color 0.5s, background-color 0.5s, border 0.5s;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
}
.tag__list-border li a:hover, .tag__list-border li a:focus-visible {
  border: 1px solid #cc1925;
}
.tag__list-border li.active a {
  border: 1px solid #666666;
}
.tag__list.__bt-gray li a {
  border: 1px solid #DBDBDB;
}
.tag__list.__nolink li {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 0.4rem;
  background-color: #fff;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  border: 1px solid #DBDBDB;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .tag__list li a {
    padding: 0.25em 0.5em;
  }
  .tag__list.__nolink {
    gap: 0.8rem;
  }
  .tag__list.__nolink li {
    padding: 0.25em 0.5em;
  }
}
.close_btn {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: block;
  content: "";
  width: 5rem;
  height: 5rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.close_btn .reset {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.close_btn .reset::before, .close_btn .reset::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.close_btn .reset::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close_btn .reset::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.close_btn:hover, .close_btn:focus-visible {
  opacity: 0.5;
}

.red_btn_box {
  position: relative;
  display: inline-block;
  width: 48%;
  background-color: #cc1925;
  border: 1px solid #cc1925;
  border-radius: 0.4rem;
  color: #fff;
  padding: 2.4rem 4.8rem 2.4rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.red_btn_box::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.red_btn_box:hover, .red_btn_box:focus-visible {
  background-color: #fff;
  color: #cc1925;
}
.red_btn_box:hover::after, .red_btn_box:focus-visible::after {
  background-color: #cc1925;
}
.red_btn_box:first-of-type {
  margin-right: 3%;
}
.red_btn_box.blank__item::after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  rotate: inherit;
  clip-path: none;
  background-image: url(../images/common/blank_icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.red_btn_box.blank__item:hover::after, .red_btn_box.blank__item:focus-visible::after {
  background-image: url(../images/common/blank_icon-red.svg);
}
.red_btn_box.type-black {
  background-color: #333333;
  border: 1px solid #333333;
}
.red_btn_box.type-black:hover, .red_btn_box.type-black:focus-visible {
  background-color: #fff;
  color: #333333;
}
.red_btn_box.type-black:hover::after, .red_btn_box.type-black:focus-visible::after {
  background-color: #333333;
}
.red_btn_box.type-black:hover.blank__item::after, .red_btn_box.type-black:focus-visible.blank__item::after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  rotate: inherit;
  clip-path: none;
  background-image: url(../images/common/blank_icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.red_btn_box.type-black:hover.blank__item:hover::after, .red_btn_box.type-black:hover.blank__item:focus-visible::after, .red_btn_box.type-black:focus-visible.blank__item:hover::after, .red_btn_box.type-black:focus-visible.blank__item:focus-visible::after {
  background-image: url(../images/common/blank_icon.svg);
}
.red_btn_box.type-white {
  background-color: #fff;
  border: 1px solid #333333;
  color: #333333;
}
.red_btn_box.type-white::after {
  background-color: #333333;
}
.red_btn_box.type-white:hover, .red_btn_box.type-white:focus-visible {
  background-color: #333333;
  color: #fff;
}
.red_btn_box.type-white:hover::after, .red_btn_box.type-white:focus-visible::after {
  background-color: #fff;
}
.red_btn_box.type-white.blank__item::after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  rotate: inherit;
  clip-path: none;
  background-image: url(../images/common/blank_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.red_btn_box.type-white.blank__item:hover::after, .red_btn_box.type-white.blank__item:focus-visible::after {
  background-image: url(../images/common/blank_icon-white.svg);
}

@media screen and (max-width: 768px) {
  .red_btn_box {
    width: 100%;
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
    font-size: 1.4rem;
  }
  .red_btn_box::after {
    right: 1.6rem;
  }
  .red_btn_box:first-of-type {
    margin-right: 0;
  }
}
/* ---------------------------------------------------------------- */
/* 下層タイトル */
/* ---------------------------------------------------------------- */
.page-title {
  padding-top: 8rem;
}
.page-title h1 {
  font-size: 4.6rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  font-weight: 300;
}
.page-title p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 2.4rem;
}
.page-title small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-weight: 400;
  margin-top: 1.6rem;
}
.page-title .fs28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .page-title {
    padding-top: 4rem;
  }
  .page-title h1 {
    font-size: 2.9rem;
  }
  .page-title p {
    font-size: 1.5rem;
    margin-top: 2.4rem;
  }
  .page-title small {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 0.4rem;
  }
  .page-title .fs28 {
    font-size: 2rem;
  }
}
.page_category {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #787878;
}

/* ---------------------------------------------------------------- */
/* 共通タイトル */
/* ---------------------------------------------------------------- */
.cm-ttl {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  padding-left: 1em;
  font-weight: 400;
  border-left: 2px solid #cc1925;
  line-height: 1.4;
}
.cm-ttl small {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .cm-ttl {
    font-size: 2rem;
    padding-left: 0.5em;
  }
}
.cm-ttl-2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .cm-ttl-2 {
    font-size: 1.6rem;
  }
}
.cm-ttl-3 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .cm-ttl-3 {
    font-size: 1.6rem;
  }
}
.cm-ttl-4 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cm-ttl-4 {
    font-size: 1.8rem;
  }
}
/* ---------------------------------------------------------------- */
/* ラインリスト */
/* ---------------------------------------------------------------- */
.borderbox__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.borderbox__list a {
  display: block;
  position: relative;
  padding: 2.4rem 7.2rem 2.4rem 4rem;
  border: 1px solid #CCCCCC;
  border-left: 0.4rem solid #8A8A8A;
  border-radius: 0 0.4rem 0.4rem 0;
  background-color: #fff;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.borderbox__list a .name {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 0 !important;
}
.borderbox__list a p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 0.8em;
}
.borderbox__list a .link-name {
  margin: 0;
}
.borderbox__list a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #333333;
}
.borderbox__list a:hover, .borderbox__list a:focus-visible {
  border: 1px solid #cc1925;
  border-left: 0.4rem solid #cc1925;
}
.borderbox__list.hg-80 a {
  height: 8rem;
  padding: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.borderbox__list.__icon a {
  padding: 2.4rem 8rem 2.4rem 7.2rem;
}
.borderbox__list.__icon a .name img {
  display: inline-block;
  width: 3.2rem;
  position: absolute;
  top: 50%;
  left: -1.6rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.borderbox {
  display: block;
  position: relative;
  padding: 1.6rem 8rem 1.6rem 4rem;
  border: 1px solid #CCCCCC;
  border-left: 0.4rem solid #8A8A8A;
  border-radius: 0 0.4rem 0.4rem 0;
  background-color: #fff;
}
.borderbox .name {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 0 !important;
}
.borderbox::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #333333;
}

@media screen and (max-width: 768px) {
  .borderbox__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .borderbox__list a {
    padding: 1.6rem 4rem 1.6rem 2rem;
    border-left: 0.3rem solid #8A8A8A;
  }
  .borderbox__list a .name {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .borderbox__list a p {
    font-size: 1.3rem;
  }
  .borderbox__list a::after {
    right: 2.5rem;
  }
  .borderbox__list a:hover, .borderbox__list a:focus-visible {
    border-left: 0.3rem solid #cc1925;
  }
  .borderbox__list.hg_sp-no a {
    height: auto;
    padding: 1.6rem 4rem 1.6rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .borderbox__list.__icon a {
    padding: 1.4rem 4rem 1.4rem 2rem;
  }
  .borderbox__list.__icon a .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
    line-height: 1.4;
  }
  .borderbox__list.__icon a .name img {
    width: 3.2rem;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .borderbox {
    padding: 1.4rem 4rem 1.4rem 2rem;
    border-left: 0.3rem solid #8A8A8A;
  }
  .borderbox .name {
    font-size: 1.5rem;
  }
  .borderbox::after {
    right: 2.5rem;
  }
}
.borderbox__item {
  margin-top: 4rem;
}
.borderbox__item .borderbox__list {
  margin-top: 2.4rem;
}
.borderbox__item .borderbox__list .borderbox__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .borderbox__item {
    margin-top: 2.4rem;
  }
  .borderbox__item .borderbox__list {
    margin-top: 1.6rem;
  }
}
/* ---------------------------------------------------------------- */
/* ボーダーリスト（アイコン） */
/* ---------------------------------------------------------------- */
.borderbox-icon__list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.borderbox-icon__list ul li {
  display: inline-block;
}
.borderbox-icon__list ul li a {
  position: relative;
  padding: 2.8rem 3.2rem 2.8rem 6.4rem;
  border: 1px solid #CCCCCC;
  border-left: 0.4rem solid #8A8A8A;
  border-radius: 0 0.4rem 0.4rem 0;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.borderbox-icon__list ul li a img {
  display: inline-block;
  width: 3.2rem;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.borderbox-icon__list ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #333333;
}
.borderbox-icon__list ul li a:hover, .borderbox-icon__list ul li a:focus-visible {
  border: 1px solid #cc1925;
  border-left: 0.4rem solid #cc1925;
}

@media screen and (max-width: 768px) {
  .borderbox-icon__list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.8rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  .borderbox-icon__list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .borderbox-icon__list ul li a {
    padding: 2rem 2.4rem 2rem 3.6rem;
    border-left: 0.3rem solid #8A8A8A;
    font-size: 1.4rem;
    width: 100%;
  }
  .borderbox-icon__list ul li a img {
    width: 2rem;
    left: 0.8rem;
  }
  .borderbox-icon__list ul li a::after {
    right: 1.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .borderbox-icon__list ul li a:hover, .borderbox-icon__list ul li a:focus-visible {
    border-left: 0.3rem solid #cc1925;
  }
}
/* ---------------------------------------------------------------- */
/* 下線リスト（アイコン） */
/* ---------------------------------------------------------------- */
.underline__list ul {
  display: -ms-grid;
  display: grid;
}
.underline__list ul li {
  display: block;
}
.underline__list ul li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 1em 1.5em 1em 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  border-bottom: 1px solid #707070;
  line-height: 1.6;
}
.underline__list ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #333333;
}
.underline__list ul li a::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #cc1925;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.underline__list ul li a:hover::before, .underline__list ul li a:focus-visible::before {
  left: 0;
  right: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .underline__list ul {
    display: -ms-grid;
    display: grid;
  }
  .underline__list ul li {
    display: block;
  }
  .underline__list ul li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    padding: 1em 1.5em 1em 0;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    border-bottom: 1px solid #707070;
  }
  .underline__list ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    rotate: 45deg;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #333333;
  }
  .underline__list ul li a::before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: #cc1925;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .underline__list ul li a:hover::before, .underline__list ul li a:focus-visible::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
/* ---------------------------------------------------------------- */
/* 下線リスト（アイコン） */
/* ---------------------------------------------------------------- */
.underline__links {
  display: -ms-grid;
  display: grid;
}
.underline__links li a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #8A8A8A;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.underline__links li a:hover, .underline__links li a:focus-visible {
  color: #cc1925;
}

@media screen and (max-width: 768px) {
  .underline__links li a {
    font-size: 1.5rem;
  }
}
/* ---------------------------------------------------------------- */
/* 注釈 */
/* ---------------------------------------------------------------- */
.note__list {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  opacity: 0.8;
}
.note__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.note__list.__num li {
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin-top: 0.8rem;
}
.note__list.__num li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .note__list {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------------------------- */
/* ストーリー投稿一覧 */
/* ---------------------------------------------------------------- */
.story__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.4rem 1fr 6.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4rem;
}
.story__list li {
  display: inline-block;
}
.story__list li a {
  display: block;
}
.story__list li a .img_box {
  position: relative;
  width: 100%;
  height: 27.5rem;
  overflow: hidden;
  border-radius: 0.4rem 0.4rem 0 0;
  z-index: 0;
}
.story__list li a .img_box::before {
  display: block;
  content: "";
  width: 0;
  height: 0.4rem;
  background-color: #cc1925;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 1;
}
.story__list li a .img_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.story__list li a .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.story__list li a .tag {
  margin-top: 1.6rem;
}
.story__list li a p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 1.2rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.story__list li a small {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 1.2rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.story__list li a:hover .img_box::before, .story__list li a:focus-visible .img_box::before {
  right: auto;
  left: 0;
  width: 100%;
}
.story__list li a:hover p, .story__list li a:focus-visible p {
  color: #cc1925;
}
.story__list li a:hover small, .story__list li a:focus-visible small {
  color: #cc1925;
}

@media screen and (max-width: 768px) {
  .story__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .story__list li a .img_box {
    height: 25rem;
  }
  .story__list li a .img_box::before {
    height: 0.4rem;
  }
  .story__list li a .tag {
    margin-top: 1rem;
  }
  .story__list li a p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 0.8rem;
  }
  .story__list li a small {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}
/* ---------------------------------------------------------------- */
/* お知らせ投稿一覧 */
/* ---------------------------------------------------------------- */
.news__list {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.8rem 1fr 4.8rem 1fr 4.8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
}
.news__list li a {
  display: block;
}
.news__list li a .img_box {
  position: relative;
  width: 100%;
  height: 20rem;
  background-color: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
  overflow: hidden;
}
.news__list li a .img_box::before {
  display: block;
  content: "";
  width: 0;
  height: 0.4rem;
  background-color: #cc1925;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 1;
}
.news__list li a .img_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news__list li a .img_box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news__list li a .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}
.news__list li a .group p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
}
.news__list li a .txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 0.8em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.news__list li a:hover .img_box::before, .news__list li a:focus-visible .img_box::before {
  right: auto;
  left: 0;
  width: 100%;
}
.news__list li a:hover .txt, .news__list li a:focus-visible .txt {
  color: #cc1925;
}
.news__list_archive {
  margin-top: 8rem;
  gap: 6.4rem;
  -ms-grid-columns: 1fr 6.4rem 1fr 6.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.news__list_archive li a .img_box {
  height: 28rem;
}
.news__list_archive li a .group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__list_archive li a .ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.8em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.news__list_archive li a .txt {
  font-size: 1.4rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news__list_archive li a:hover .ttl, .news__list_archive li a:focus-visible .ttl {
  color: #cc1925;
}

@media screen and (max-width: 768px) {
  .news__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .news__list li a .img_box {
    height: 25rem;
  }
  .news__list li a .group p {
    font-size: 1.5rem;
  }
  .news__list li a .txt {
    font-size: 1.5rem;
  }
  .news__list_archive {
    margin-top: 4rem;
  }
  .news__list_archive li a .ttl {
    font-size: 1.5rem;
  }
  .news__list_archive li a .txt {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------------------------- */
/* サイドメニュー */
/* ---------------------------------------------------------------- */
.side_menu .contents {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.06em;
}
.side_menu dl {
  margin-top: 4rem;
}
.side_menu dl dt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.side_menu dl dt a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.side_menu dl dt a:hover, .side_menu dl dt a:focus-visible {
  color: #cc1925;
}
.side_menu dl dt.active {
  pointer-events: none;
  color: #cc1925;
}
.side_menu dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-top: 2.4rem;
}
.side_menu ul {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.side_menu ul li {
  margin-top: 0.8rem;
}
.side_menu ul li a {
  line-height: 1.8;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.side_menu ul li a:hover, .side_menu ul li a:focus-visible {
  color: #cc1925;
}
.side_menu ul li:first-child {
  margin-top: 0;
}
.side_menu ul li.active {
  pointer-events: none;
  color: #cc1925;
}

@media screen and (max-width: 768px) {
  .side_menu {
    display: none;
  }
}
/* ---------------------------------------------------------------- */
/* ページ移動 */
/* ---------------------------------------------------------------- */
.prev_next_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .prev_next_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ---------------------------------------------------------------- */
/* コラム */
/* ---------------------------------------------------------------- */
.esg_column__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.8rem 1fr 4.8rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
}
.esg_column__list li a {
  display: block;
}
.esg_column__list li a .img_box {
  position: relative;
  width: 100%;
  height: 20rem;
  background-color: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
  overflow: hidden;
}
.esg_column__list li a .img_box::before {
  display: block;
  content: "";
  width: 0;
  height: 0.4rem;
  background-color: #cc1925;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 1;
}
.esg_column__list li a .img_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.esg_column__list li a .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.esg_column__list li a .date {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 0.8rem;
}
.esg_column__list li a .ttl {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 1.2rem;
  font-weight: 500;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.esg_column__list li a .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.6rem;
}
.esg_column__list li a:hover .img_box::before, .esg_column__list li a:focus-visible .img_box::before {
  right: auto;
  left: 0;
  width: 100%;
}
.esg_column__list li a:hover .ttl, .esg_column__list li a:focus-visible .ttl {
  color: #cc1925;
}

@media screen and (max-width: 768px) {
  .esg_column__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
  .esg_column__list li a .img_box {
    height: 24.5rem;
  }
  .esg_column__list li a .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .esg_column__list li a .date {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 0.8rem;
  }
  .esg_column__list li a .ttl {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: 1.2rem;
    font-weight: 500;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
/* ---------------------------------------------------------------- */
/* 事例 */
/* ---------------------------------------------------------------- */
.case__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.8rem 1fr 4.8rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
}
.case__list li .img_box, .case__list .case_item .img_box {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case__list li .img_box img, .case__list .case_item .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.case__list li .img_box::before, .case__list .case_item .img_box::before {
  display: block;
  content: "";
  width: 0;
  height: 0.4rem;
  background-color: #cc1925;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 1;
}
.case__list li .img_box::after, .case__list .case_item .img_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.case__list li .en, .case__list .case_item .en {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 400;
}
.case__list li .ttl, .case__list .case_item .ttl {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 500;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.case__list li .add, .case__list .case_item .add {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.case__list li .tag_box, .case__list .case_item .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.6rem;
  font-weight: 400;
}
.case__list li .case_link:hover .img_box::before, .case__list li .case_link:focus-visible .img_box::before, .case__list .case_item .case_link:hover .img_box::before, .case__list .case_item .case_link:focus-visible .img_box::before {
  right: auto;
  left: 0;
  width: 100%;
}
.case__list li .case_link:hover .ttl, .case__list li .case_link:focus-visible .ttl, .case__list .case_item .case_link:hover .ttl, .case__list .case_item .case_link:focus-visible .ttl {
  color: #cc1925;
}

@media screen and (max-width: 768px) {
  .case__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .case__list .case_item .name {
    font-size: 1.4rem;
  }
  .case__list .case_item .ttl {
    font-size: 1.5rem;
  }
  .case__list .case_item .tag_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.6rem;
  }
}
/* ---------------------------------------------------------------- */
/* 事例ボックス */
/* ---------------------------------------------------------------- */
.case__box .ttl {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
}
.case__box p {
  font-weight: 500;
}
.case__box ul {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.case__box ul li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .case__box .ttl {
    font-size: 1.5rem;
  }
  .case__box ul {
    font-size: 1.5rem;
  }
}
/* ---------------------------------------------------------------- */
/* 紹介 */
/* ---------------------------------------------------------------- */
.staff__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.8rem 1fr 4.8rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
}
.staff__list li .img_box {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  background-color: #787878;
}
.staff__list li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.staff__list li .ttl_box .name {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.2rem;
}
.staff__list li .ttl_box .job {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0.8rem;
  font-weight: 400;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.staff__list li .txt_box {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #CCCCCC;
}
.staff__list li .txt_box p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .staff__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .staff__list li .ttl_box .name {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
  .staff__list li .ttl_box .job {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .staff__list li .txt_box {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 1px solid #CCCCCC;
  }
  .staff__list li .txt_box p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-weight: 400;
  }
}
/* ---------------------------------------------------------------- */
/* 目次 */
/* ---------------------------------------------------------------- */
.toc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
}
.toc dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.toc dl dt {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 400;
}
.toc dl dd {
  margin-top: 2.4rem;
}
.toc dl dd ul li {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-weight: 400;
  text-indent: -2.2em;
  padding-left: 2.2em;
  margin-top: 0.8rem;
}
.toc dl dd ul li a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.toc dl dd ul li a:hover, .toc dl dd ul li a:focus-visible {
  opacity: 0.5;
}
.toc .img_box {
  width: 40rem;
}
.toc .img_box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .toc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .toc dl dt {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 2;
    font-weight: 400;
  }
  .toc dl dd {
    margin-top: 1.6rem;
  }
  .toc dl dd ul li {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
  .toc .img_box {
    width: 100%;
  }
}
/* ---------------------------------------------------------------- */
/* 背景ありリスト */
/* ---------------------------------------------------------------- */
.bak__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
}
.bak__list li {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 0 0.5em;
}

.gray-marker-text {
  background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .bak__list li {
    font-size: 1.5rem;
  }
}
/* ---------------------------------------------------------------- */
/* 共通テーブル */
/* ---------------------------------------------------------------- */
.cm_table {
  width: 100%;
  border-collapse: collapse;
}
.cm_table th, .cm_table td {
  border: 1px solid #CCCCCC;
  padding: 0.5em 1em;
  text-align: left;
}
.cm_table th:first-child, .cm_table td:first-child {
  width: 24rem;
}
.cm_table tr th {
  background-color: #f0f0f0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
}
.cm_table tr th.width_auto {
  width: auto;
}
.cm_table tr th.width_36 {
  width: 36rem;
}
.cm_table tr th.width_40 {
  width: 40rem;
}
.cm_table tr th.width_76 {
  width: 76rem;
}
.cm_table tr td {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
}
.cm_table tr td:first-child {
  font-weight: 500;
}
.cm_table_3 th:nth-child(2), .cm_table_3 td:nth-child(2) {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .cm_table_box {
    width: 100%;
    overflow-x: auto;
  }
  .cm_table_box .scroll-table-wrap {
    padding-bottom: 0;
  }
  .cm_table {
    width: 80rem;
  }
  .cm_table th:first-child, .cm_table td:first-child {
    width: 22rem;
  }
  .cm_table tr th {
    font-size: 1.5rem;
  }
  .cm_table tr td {
    font-size: 1.5rem;
  }
  .cm_table_3 th:nth-child(2), .cm_table_3 td:nth-child(2) {
    width: 36rem;
  }
}
/* ---------------------------------------------------------------- */
/* イメージ フレックス */
/* ---------------------------------------------------------------- */
.flex__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
}
.flex__img .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex__img .img_box {
  width: 40rem;
}
.flex__img .img_box img {
  width: 100%;
}
.flex__img_r .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex__img_r .img_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .flex__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .flex__img .txt_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex__img .img_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
/* ---------------------------------------------------------------- */
/* コラム 一覧 */
/* ---------------------------------------------------------------- */
.column__list_archive {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 8rem;
  gap: 6.4rem;
  -ms-grid-columns: 1fr 6.4rem 1fr 6.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.column__list_archive li a {
  display: block;
  width: 100%;
}
.column__list_archive li a .list_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.column__list_archive li a .list_head p {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.column__list_archive li a .img_box {
  margin-top: 2.4rem;
  /* height: 20rem; */
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  /* border: 1px solid $gray_n-1; */
}
.column__list_archive li a .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.column__list_archive li a .txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 1.2rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.column__list_archive li a:hover .txt, .column__list_archive li a:focus-visible .txt {
  color: #cc1925;
}

@media screen and (max-width: 768px) {
  .column__list_archive {
    margin-top: 4rem;
    gap: 3.2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .column__list_archive li a .list_head {
    gap: 0.8rem;
  }
  .column__list_archive li a .list_head p {
    font-size: 1.3rem;
  }
  .column__list_archive li a .img_box {
    margin-top: 1.6rem;
    /* height: 20rem; */
  }
  .column__list_archive li a .txt {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
/* ---------------------------------------------------------------- */
/* コラム */
/* ---------------------------------------------------------------- */
.story_pickup__list {
  position: relative;
  margin-top: 4rem;
}
.story_pickup__list .splide__track {
  width: 163.2rem;
}
.story_pickup__list .splide__track .splide__list .splide__slide a {
  display: block;
  width: 48rem;
}
.story_pickup__list .splide__track .splide__list .splide__slide a .img_box {
  position: relative;
  width: 100%;
  height: 36rem;
  overflow: hidden;
  border-radius: 0.4rem 0.4rem 0 0;
  z-index: 0;
}
.story_pickup__list .splide__track .splide__list .splide__slide a .img_box::before {
  display: block;
  content: "";
  width: 0;
  height: 0.4rem;
  background-color: #cc1925;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 1;
}
.story_pickup__list .splide__track .splide__list .splide__slide a .img_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.story_pickup__list .splide__track .splide__list .splide__slide a .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.story_pickup__list .splide__track .splide__list .splide__slide a .tag {
  margin-top: 1.6rem;
}
.story_pickup__list .splide__track .splide__list .splide__slide a p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 1.2rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.story_pickup__list .splide__track .splide__list .splide__slide a small {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 1.2rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.story_pickup__list .splide__track .splide__list .splide__slide a:hover .img_box::before, .story_pickup__list .splide__track .splide__list .splide__slide a:focus-visible .img_box::before {
  right: auto;
  left: 0;
  width: 100%;
}
.story_pickup__list .splide__track .splide__list .splide__slide a:hover p, .story_pickup__list .splide__track .splide__list .splide__slide a:focus-visible p {
  color: #cc1925;
}
.story_pickup__list .splide__track .splide__list .splide__slide a:hover small, .story_pickup__list .splide__track .splide__list .splide__slide a:focus-visible small {
  color: #cc1925;
}
.story_pickup__list .splide__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.story_pickup__list .splide__arrows .splide__arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
}
.story_pickup__list .splide__arrows .splide__arrow svg {
  display: none;
}
.story_pickup__list .splide__arrows .splide__arrow::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.story_pickup__list .splide__arrows .splide__arrow--prev::before {
  border-bottom: 2px solid #CCCCCC;
  border-left: 2px solid #CCCCCC;
  -webkit-transition: border-bottom 0.5s, border-left 0.5s;
  transition: border-bottom 0.5s, border-left 0.5s;
}
.story_pickup__list .splide__arrows .splide__arrow--prev:hover::before, .story_pickup__list .splide__arrows .splide__arrow--prev:focus-visible::before {
  border-bottom: 2px solid #cc1925;
  border-left: 2px solid #cc1925;
}
.story_pickup__list .splide__arrows .splide__arrow--next::before {
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  -webkit-transition: border-top 0.5s, border-right 0.5s;
  transition: border-top 0.5s, border-right 0.5s;
}
.story_pickup__list .splide__arrows .splide__arrow--next:hover::before, .story_pickup__list .splide__arrows .splide__arrow--next:focus-visible::before {
  border-top: 2px solid #cc1925;
  border-right: 2px solid #cc1925;
}
.story_pickup__list .splide__progress {
  position: relative;
  height: 4px;
  background: #8A8A8A;
  margin-top: 5.6rem;
  width: 114rem;
}
.story_pickup__list .splide__progress .splide__progress__bar {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #cc1925;
  min-width: 8rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.story_pickup__list .my-carousel-progress {
  position: relative;
  height: 4px;
  background: #8A8A8A;
  margin-top: 5.6rem;
  width: 114rem;
}
.story_pickup__list .my-carousel-progress .my-carousel-progress-bar {
  height: 100%;
  background-color: #cc1925;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
}

@media screen and (max-width: 768px) {
  .story_pickup__list .splide__track {
    width: 67.2rem;
  }
  .story_pickup__list .splide__track .splide__list .splide__slide a {
    width: 32rem;
  }
  .story_pickup__list .splide__track .splide__list .splide__slide a .img_box {
    height: 22rem;
  }
  .story_pickup__list .splide__track .splide__list .splide__slide a .tag {
    margin-top: 1rem;
  }
  .story_pickup__list .splide__track .splide__list .splide__slide a p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 0.8rem;
  }
  .story_pickup__list .splide__track .splide__list .splide__slide a small {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
  .story_pickup__list .my-carousel-progress {
    height: 2px;
    margin-top: 4rem;
    width: 28.4rem;
  }
}
.news_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.news_tag .tag__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_tag .narrow_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_tag .narrow_down .status {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  background-color: #fff;
  padding: 0.8rem 2.4rem;
  border-radius: 0.4rem;
  font-weight: 400;
}
.news_tag .narrow_down .year_select {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  background-color: #666666;
  color: #fff;
  padding: 0.8rem 2.4rem;
  border-radius: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .news_tag {
    display: block;
    gap: 0;
  }
  .news_tag .tag__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news_tag .narrow_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 2.4rem;
  }
  .news_tag .narrow_down .status {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1;
    background-color: #fff;
    padding: 0.8rem 2.4rem;
    border-radius: 0.4rem;
    font-weight: 400;
  }
  .news_tag .narrow_down .year_select {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1;
    background-color: #666666;
    color: #fff;
    padding: 0.8rem 2.4rem;
    border-radius: 0.4rem;
    font-weight: 400;
  }
}
/* ---------------------------------------------------------------- */
/* 画像 ＋ テキスト 横並び */
/* ---------------------------------------------------------------- */
.img_flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.img_flex_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.img_flex_list li .img_box {
  width: 16rem;
  text-align: center;
}
.img_flex_list li .img_box img {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  max-width: 16rem;
}
.img_flex_list li .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.05em;
}
.img_flex_list li .txt_box .item_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.08rem;
}
.img_flex_list li .txt_box .item_txt {
  margin-top: 0.8rem;
  line-height: 1.625;
}
.img_flex_list li .txt_box a {
  color: #cc1925;
  text-decoration: underline;
}
.img_flex_list li .txt_box a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .img_flex_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .img_flex_list li .img_box {
    width: 100%;
  }
  .img_flex_list li .img_box img {
    width: auto;
    max-width: 10rem;
  }
}
.img_flex_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.img_flex_btn .img_box {
  width: 32rem;
}
.img_flex_btn .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.img_flex_btn .txt_box {
  position: relative;
  background-color: #F6F6F6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 4rem 8rem 4rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_flex_btn .txt_box .item_ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.img_flex_btn .txt_box .item_txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 4rem;
  margin-top: 0.8rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.img_flex_btn .txt_box::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #333333;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.img_flex_btn:hover .txt_box .item_ttl {
  color: #cc1925;
}
.img_flex_btn:hover .txt_box .item_txt {
  color: #cc1925;
}
.img_flex_btn:hover .txt_box::after {
  background-color: #cc1925;
}

@media screen and (max-width: 768px) {
  .img_flex_btn {
    display: block;
  }
  .img_flex_btn .img_box {
    width: 100%;
  }
  .img_flex_btn .txt_box {
    padding: 2.4rem 2.4rem 2.4rem 1.6rem;
  }
  .img_flex_btn .txt_box .item_ttl {
    font-size: 1.6rem;
  }
  .img_flex_btn .txt_box .item_txt {
    font-size: 1.2rem;
    margin-top: 2.4rem;
  }
  .img_flex_btn .txt_box::after {
    right: 1.6rem;
  }
}
.contact_item {
  padding: 5.6rem 4.8rem;
  background-color: #F6F6F6;
}

@media screen and (max-width: 768px) {
  .contact_item {
    padding: 2.4rem 1.6rem;
  }
}
.overflow-scroll {
  width: 100%;
  overflow: hidden !important;
  overflow-x: scroll !important;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.overflow-scroll::-webkit-scrollbar {
  display: none;
}
.overflow-scroll img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .overflow-scroll {
    overflow-x: auto;
    overflow-y: hidden !important;
  }
  .overflow-scroll img {
    min-width: 800px;
  }
}
/* ---------------------------------------------------------------- */
/* ストーリーリストセット */
/* ---------------------------------------------------------------- */
.story_list_set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

/* ---------------------------------------------------------------- */
/* ページャー */
/* ---------------------------------------------------------------- */
.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.pager__list-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  font-size: 1rem;
}
.pager__list .pager__item._w-240 {
  width: 24rem;
}
.pager__list .btn__arrow {
  width: 100%;
}
.pager__list .btn__number {
  width: 5.6rem;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 1em;
  border: 1px solid #8A8A8A;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0.4rem;
  -webkit-transition: color 0.5s, background-color 0.5s, border 0.5s;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
  text-align: center;
}
.pager__list .btn__number:hover {
  color: #cc1925;
  border: 1px solid #cc1925;
}
.pager__list .btn__number.active {
  color: #cc1925;
  border: 1px solid #cc1925;
}

@media screen and (max-width: 768px) {
  .pager__list .pager__item._w-240 {
    width: 6.4rem;
  }
  .pager__list .btn__arrow._w-240 {
    width: 6.4rem;
  }
  .pager__list .btn__arrow-prev {
    padding: 1em 0 1em 2em;
  }
  .pager__list .btn__arrow-next {
    padding: 1em 2em 1em 0;
  }
  .pager__list .btn__number {
    width: 3.2rem;
    padding: 0.2em 0;
  }
}
/* ---------------------------------------------------------------- */
/* サイトマップ */
/* ---------------------------------------------------------------- */
.sitemap_menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.sitemap_menu__list.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.sitemap_menu__list.col4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.sitemap_menu__list.col5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.sitemap_menu__list li {
  letter-spacing: 0.03em;
  line-height: 2;
  padding: 0 1em 0 1em !important;
}
.sitemap_menu__list li a {
  padding-left: 0.6rem;
}

a.sitemap_menu__top_item {
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.3em 3em;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 100vw;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
a.sitemap_menu__top_item:hover {
  color: #fff;
  background-color: #cc1925;
  border: 1px solid #cc1925;
}

.sitemap_sub-ttl1 {
  margin-top: -3.2rem;
}

.sitemap_sub-ttl2 {
  margin-top: -4.8rem;
}

@media screen and (max-width: 768px) {
  .sitemap_menu__list {
    display: block;
  }
  .sitemap_menu__list.col2_sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .sitemap_menu__list li {
    margin-top: 0 !important;
  }
  a.sitemap_menu__top_item {
    font-size: 1.4rem;
    padding: 0.2em 1.6em;
  }
  body.global a.sitemap_menu__top_item {
    font-size: 1.2rem;
  }
  .sitemap_sub-ttl1 {
    margin-top: 0;
  }
  .sitemap_sub-ttl2 {
    margin-top: -2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg .scroll-table-wrap table.about_profile_data {
    width: 560px;
  }
  .wysiwyg .scroll-table-wrap th {
    width: 80px;
  }
}
.search_wrap .news-post-list-head {
  margin: 0 0 8rem;
}
.search_wrap .news-archive-post-list .list-elm:first-of-type .block {
  padding: 0 0 4rem;
}
.search_wrap .news-archive-post-list .list-elm + .list-elm .block {
  padding: 4rem 0;
  border-top: 1px solid #DBDBDB;
}
.search_wrap .news-archive-post-list .post-ttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 0.8rem;
}
.search_wrap .news-archive-post-list .search-post-url {
  font-size: 1.2rem;
  margin: 0 0 1.6rem;
}
.search_wrap .news-archive-post-list .trunk-4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .search_wrap .news-post-list-head {
    margin: 0 0 4rem;
  }
  .search_wrap .news-archive-post-list .list-elm:first-of-type .block {
    padding: 0 0 1.4rem;
  }
  .search_wrap .news-archive-post-list .list-elm + .list-elm .block {
    padding: 2.4rem 0 1.4rem;
  }
  .search_wrap .news-archive-post-list .post-ttl {
    font-size: 1.7rem;
  }
  .search_wrap .news-archive-post-list .trunk-4 {
    font-size: 1.5rem;
  }
}
/* ---------------------------------------------------------------- */
/* 共通 */
/* ---------------------------------------------------------------- */
.top_common_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  gap: 8rem;
}
.top_common_head hgroup {
  text-align: left;
  font-weight: 400;
}
.top_common_head hgroup .en {
  font-size: 2rem;
  color: #cc1925;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 1em;
}
.top_common_head hgroup h2 {
  font-size: 4rem;
  letter-spacing: 0.04em;
}
.top_common_head p {
  font-size: 1.6rem;
  margin-bottom: -0.4rem;
}
.top_common_head-column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .top_common_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 2rem;
  }
  .top_common_head hgroup .en {
    font-size: 1.3rem;
  }
  .top_common_head hgroup h2 {
    font-size: 2.9rem;
  }
  .top_common_head p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .top_common_head-column {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 2rem;
  }
}
.txt_arrow {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  padding: 1em 3.2em 1em 2em;
}
.txt_arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #333333;
}

@media screen and (max-width: 768px) {
  .txt_arrow {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 1em 2em 1em 1em;
  }
  .txt_arrow::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 1.8rem;
    width: 0.8rem;
    height: 0.8rem;
    rotate: 45deg;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #333333;
  }
}
/* ---------------------------------------------------------------- */
/* メインビジュアル */
/* ---------------------------------------------------------------- */
#top__mv .mv_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: calc(100vh - 10rem);
  height: calc(100svh - 10rem);
}
#top__mv .mv_img .mv_img_l {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#top__mv .mv_img .mv_img_l .mv_bak {
  width: 100%;
  height: 100%;
}
#top__mv .mv_img .mv_img_l .mv_bak img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#top__mv .mv_img .mv_img_l::after {
  display: block;
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
}
#top__mv .mv_img .mv_img_r {
  position: relative;
  width: 50%;
  height: 100%;
}
#top__mv .mv_img .mv_img_r .mv_bak {
  width: 100%;
  height: 100%;
}
#top__mv .mv_img .mv_img_r .mv_bak img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 10s;
  transition: -webkit-transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s;
}
#top__mv .mv_img .mv_img_r .mv_bak.active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top__mv .mv_img .mv_img_r::after {
  display: block;
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 36, 53, 0)), to(rgba(21, 36, 53, 0.6)));
  background-image: linear-gradient(180deg, rgba(21, 36, 53, 0), rgba(21, 36, 53, 0.6));
}
#top__mv .mv_img .mv_ttl {
  display: block;
  position: absolute;
  bottom: 5vh;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  width: 136.6rem;
}
#top__mv .mv_img .mv_ttl img {
  width: 100%;
}
#top__mv .mv_img .mv_bak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  overflow: hidden;
}
#top__mv .mv_img .mv_bak.active {
  opacity: 1;
  z-index: 1;
}
#top__mv .mv_img .mv_txt_box {
  position: absolute;
  left: 6rem;
  top: 5rem;
  z-index: 10;
}
#top__mv .mv_img .mv_txt_box .mv_txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #cc1925;
  opacity: 0;
  pointer-events: none;
}
#top__mv .mv_img .mv_txt_box .mv_txt .ttl_box {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  margin-bottom: 1em;
}
#top__mv .mv_img .mv_txt_box .mv_txt .txt_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  white-space: nowrap;
  line-height: 1;
}
#top__mv .mv_img .mv_txt_box .mv_txt .line {
  display: inline-block;
  position: relative;
  padding: 0.2rem 1rem 0.3rem;
}
#top__mv .mv_img .mv_txt_box .mv_txt .line::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #cc1925;
}
#top__mv .mv_img .mv_txt_box .mv_txt .line .txt {
  opacity: 0;
}
#top__mv .mv_img .mv_txt_box .mv_txt.active {
  opacity: 1;
  pointer-events: auto;
}
#top__mv .mv_img .mv_txt_box .mv_txt.active .line::before {
  -webkit-animation: mv_txt_bak 1.5s;
          animation: mv_txt_bak 1.5s;
}
@-webkit-keyframes mv_txt_bak {
  0% {
    width: 0;
    left: 0;
  }
  45% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes mv_txt_bak {
  0% {
    width: 0;
    left: 0;
  }
  45% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
#top__mv .mv_img .mv_txt_box .mv_txt.active .line .txt {
  opacity: 1;
  -webkit-animation: mv_txt 1.5s;
          animation: mv_txt 1.5s;
}
@-webkit-keyframes mv_txt {
  0%, 45% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes mv_txt {
  0%, 45% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
#top__mv .container {
  padding-top: 8rem;
}
#top__mv .topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #F6F6F6;
  padding: 2.4rem 4rem;
  gap: 4rem;
  border-radius: 0.4rem;
  height: 10.8rem;
}
#top__mv .topics .name {
  color: #cc1925;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#top__mv .topics .item_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top__mv .topics .item_list .item {
  opacity: 0;
}
#top__mv .topics .item_list .item a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#top__mv .topics .item_list .item a:hover, #top__mv .topics .item_list .item a:focus-visible {
  opacity: 0.5;
}
#top__mv .topics .item_list .item a .date {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
#top__mv .topics .item_list .item a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行で切る */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#top__mv .top__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top__mv .top__about p {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #top__mv .mv_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: calc(100vh - 5rem);
    height: calc(100svh - 5rem);
  }
  #top__mv .mv_img .mv_img_l {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
  }
  #top__mv .mv_img .mv_img_r {
    position: relative;
    width: 100%;
    height: 50%;
  }
  #top__mv .mv_img .mv_img_r .mv_bak {
    width: 100%;
    height: 100%;
  }
  #top__mv .mv_img .mv_img_r::after {
    bottom: auto;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 36, 53, 0)), to(rgba(21, 36, 53, 0.6)));
    background-image: linear-gradient(0deg, rgba(21, 36, 53, 0), rgba(21, 36, 53, 0.6));
  }
  #top__mv .mv_img .mv_ttl {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 37.5rem;
  }
  #top__mv .mv_img .mv_txt_box {
    left: 3.2rem;
    top: 3.6rem;
  }
  #top__mv .mv_img .mv_txt_box .mv_txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #cc1925;
    opacity: 0;
    pointer-events: none;
  }
  #top__mv .mv_img .mv_txt_box .mv_txt .ttl_box {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    margin-bottom: 0.5em;
  }
  #top__mv .mv_img .mv_txt_box .mv_txt .txt_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    white-space: nowrap;
    line-height: 1;
  }
  #top__mv .mv_img .mv_txt_box .mv_txt .line {
    display: inline-block;
    position: relative;
    padding: 0.2rem 0 0.3rem;
  }
  #top__mv .mv_img .mv_txt_box .mv_txt .line::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #cc1925;
  }
  #top__mv .mv_img .mv_txt_box .mv_txt .line .txt {
    opacity: 0;
  }
  #top__mv .mv_img .mv_txt_box .mv_txt.active {
    opacity: 1;
    pointer-events: auto;
  }
  #top__mv .mv_img .mv_txt_box .mv_txt.active .line::before {
    -webkit-animation: mv_txt_bak 1.5s;
            animation: mv_txt_bak 1.5s;
  }
  @-webkit-keyframes mv_txt_bak {
    0% {
      width: 0;
      left: 0;
    }
    45% {
      width: 100%;
      left: 0;
    }
    50% {
      width: 100%;
      left: auto;
      right: 0;
    }
    100% {
      width: 0;
      left: auto;
      right: 0;
    }
  }
  @keyframes mv_txt_bak {
    0% {
      width: 0;
      left: 0;
    }
    45% {
      width: 100%;
      left: 0;
    }
    50% {
      width: 100%;
      left: auto;
      right: 0;
    }
    100% {
      width: 0;
      left: auto;
      right: 0;
    }
  }
  #top__mv .mv_img .mv_txt_box .mv_txt.active .line .txt {
    opacity: 1;
    -webkit-animation: mv_txt 1.5s;
            animation: mv_txt 1.5s;
  }
  @-webkit-keyframes mv_txt {
    0%, 45% {
      opacity: 0;
    }
    50%, 100% {
      opacity: 1;
    }
  }
  @keyframes mv_txt {
    0%, 45% {
      opacity: 0;
    }
    50%, 100% {
      opacity: 1;
    }
  }
  #top__mv .container {
    padding-top: 4rem;
  }
  #top__mv .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #F6F6F6;
    padding: 2.4rem 1.6rem;
    gap: 1.6rem;
    border-radius: 0.4rem;
    height: 20rem;
  }
  #top__mv .topics .name {
    color: #cc1925;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  #top__mv .topics .item_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #top__mv .topics .item_list .item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem;
  }
  #top__mv .topics .item_list .item a .date {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  #top__mv .topics .item_list .item a p {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    line-height: 1.8;
    font-weight: 500;
    -webkit-line-clamp: 3;
  }
  #top__mv .top__about {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  #top__mv .top__about p {
    font-size: 1.5rem;
  }
}
/* ---------------------------------------------------------------- */
/* サービス */
/* ---------------------------------------------------------------- */
#top__service .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.4rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6.4rem;
}
#top__service .container .item .ttl_box .en {
  font-family: futura-pt, YakuHanJP, "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #cc1925;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.25em;
}
#top__service .container .item .ttl_box h3 {
  border-top: 2px solid #cc1925;
  padding-top: 4rem;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  color: #cc1925;
}
#top__service .container .item .borderbox__list {
  margin-top: 4rem;
  max-height: 40rem;
  overflow-y: auto;
  padding-right: 1rem;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
#top__service .container .item .borderbox__list::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
#top__service .container .item .borderbox__list::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
#top__service .container .item .borderbox__list::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
#top__service .container .item .borderbox-icon__list {
  margin-top: 4rem;
  max-height: 40rem;
  overflow-y: auto;
  padding-right: 1rem;
}
#top__service .container .item .borderbox-icon__list::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
#top__service .container .item .borderbox-icon__list::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
#top__service .container .item .borderbox-icon__list::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
#top__service .container .item .borderbox {
  margin-top: 3.2rem;
  margin-right: 1.6rem;
}

@media screen and (max-width: 768px) {
  #top__service .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  #top__service .container .item .ttl_box .en {
    font-size: 2rem;
  }
  #top__service .container .item .ttl_box h3 {
    font-size: 1.8rem;
    border-top: 2px solid #cc1925;
    padding-top: 3.2rem;
    line-height: 1.5;
  }
  #top__service .container .item .borderbox__list {
    margin-top: 3.2rem;
    max-height: 100vw;
  }
  #top__service .container .item .borderbox-icon__list {
    margin-top: 3.2rem;
    max-height: 100vw;
    padding-right: 0;
  }
  #top__service .container .item .borderbox {
    margin-top: 2.4rem;
    margin-right: 1.6rem;
  }
}
/* ---------------------------------------------------------------- */
/* 実績 */
/* ---------------------------------------------------------------- */
#top__project {
  padding-bottom: 16rem;
}
#top__project .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  height: 68.5rem;
}
#top__project .container .project__list_main {
  height: 100%;
}
#top__project .container .project__list.splide {
  visibility: initial;
}
#top__project .container .project__list .splide__track {
  height: 100%;
}
#top__project .container .project__list .splide__track .splide__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
#top__project .container .item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
#top__project .container .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#top__project .container .item .txt_box {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 1.4rem 2rem 1.8rem;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
#top__project .container .item .txt_box .ja {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 500;
}
#top__project .container .item .txt_box .en {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 0.6em;
  text-align: right;
}
#top__project .container .item:hover .txt_box, #top__project .container .item:focus-visible .txt_box {
  background-color: #cc1925;
  color: #fff;
}
#top__project .container .item:hover img, #top__project .container .item:focus-visible img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #top__project {
    padding-bottom: 8rem;
  }
  #top__project .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
  }
  #top__project .container .project__list_main {
    height: 37.5rem;
    width: 37.5rem;
  }
  #top__project .container .project__list .splide__track {
    height: 30rem;
    width: 60rem;
  }
  #top__project .container .project__list .splide__track .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  #top__project .container .project__list .splide__track .splide__list .item {
    width: 30rem;
  }
  #top__project .container .project__list .splide__arrows {
    position: absolute;
    bottom: 0;
    right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
  #top__project .container .project__list .splide__arrows .splide__arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
  }
  #top__project .container .project__list .splide__arrows .splide__arrow svg {
    display: none;
  }
  #top__project .container .project__list .splide__arrows .splide__arrow::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #top__project .container .project__list .splide__arrows .splide__arrow--prev::before {
    border-bottom: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    -webkit-transition: border-bottom 0.5s, border-left 0.5s;
    transition: border-bottom 0.5s, border-left 0.5s;
  }
  #top__project .container .project__list .splide__arrows .splide__arrow--prev:hover::before, #top__project .container .project__list .splide__arrows .splide__arrow--prev:focus-visible::before {
    border-bottom: 2px solid #cc1925;
    border-left: 2px solid #cc1925;
  }
  #top__project .container .project__list .splide__arrows .splide__arrow--next::before {
    border-top: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    -webkit-transition: border-top 0.5s, border-right 0.5s;
    transition: border-top 0.5s, border-right 0.5s;
  }
  #top__project .container .project__list .splide__arrows .splide__arrow--next:hover::before, #top__project .container .project__list .splide__arrows .splide__arrow--next:focus-visible::before {
    border-top: 2px solid #cc1925;
    border-right: 2px solid #cc1925;
  }
  #top__project .container .project__list .splide__progress {
    position: relative;
    height: 4px;
    background: #8A8A8A;
    margin-top: 5.6rem;
    width: 114rem;
  }
  #top__project .container .project__list .splide__progress .splide__progress__bar {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #cc1925;
    min-width: 8rem;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  #top__project .container .project__list .my-carousel-progress {
    position: relative;
    background: #CCCCCC;
    height: 2px;
    margin-top: 4rem;
    margin-left: 1.6rem;
    width: 28.4rem;
  }
  #top__project .container .project__list .my-carousel-progress .my-carousel-progress-bar {
    height: 100%;
    background-color: #cc1925;
    -webkit-transition: width 400ms ease;
    transition: width 400ms ease;
    width: 0;
  }
  #top__project .container .item {
    height: 100%;
  }
  #top__project .container .item .txt_box {
    padding: 1rem 1.6rem 1.6rem;
  }
  #top__project .container .item .txt_box .ja {
    font-size: 1.5rem;
  }
  #top__project .container .item .txt_box .en {
    font-size: 1.2rem;
    margin-top: 0.4em;
  }
}
/* ---------------------------------------------------------------- */
/* ストーリー */
/* ---------------------------------------------------------------- */
#top__story {
  padding-bottom: 16rem;
}

@media screen and (max-width: 768px) {
  #top__story {
    padding-bottom: 8rem;
  }
}
/* ---------------------------------------------------------------- */
/* CMの流れ */
/* ---------------------------------------------------------------- */
#top__workflow {
  padding-bottom: 16rem;
}
#top__workflow .container .workflow__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-columns: repeat(9, 1fr);
  gap: 1.6rem;
}
#top__workflow .container .workflow__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
}
#top__workflow .container .workflow__list li a {
  display: block;
  width: 100%;
  border: 2px solid #CCCCCC;
  border-radius: 0.4rem;
  padding: 3.2rem 1.2rem;
}
#top__workflow .container .workflow__list li a:hover, #top__workflow .container .workflow__list li a:focus-visible {
  color: #cc1925;
  border: 2px solid #cc1925;
}
#top__workflow .container .workflow__list li .num {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #cc1925;
  line-height: 1;
  text-align: center;
}
#top__workflow .container .workflow__list li h3 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0.5em;
  text-align: center;
}
#top__workflow .container .workflow__list li span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1.6rem;
}
#top__workflow .container .workflow__list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% - 1px), -50%);
          transform: translate(calc(100% - 1px), -50%);
  width: 3rem;
  height: 4px;
  background-color: #cc1925;
}
#top__workflow .container .workflow__list li:last-child::before {
  display: none;
}

@media screen and (max-width: 768px) {
  #top__workflow {
    padding-bottom: 8rem;
  }
  #top__workflow .container .workflow__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  #top__workflow .container .workflow__list li a {
    padding: 1.6rem 2.4rem;
    border: 1px solid #CCCCCC;
  }
  #top__workflow .container .workflow__list li .num {
    font-size: 1.6rem;
    display: inline-block;
  }
  #top__workflow .container .workflow__list li h3 {
    font-size: 1.5rem;
    margin-top: 0;
    display: inline-block;
    margin-left: 0.5em;
  }
  #top__workflow .container .workflow__list li span {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 0.8em;
  }
  #top__workflow .container .workflow__list li::before {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% + 0px));
            transform: translate(-50%, calc(100% + 0px));
    width: 2px;
    height: 1.2rem;
    background-color: #cc1925;
  }
}
/* ---------------------------------------------------------------- */
/* コラム */
/* ---------------------------------------------------------------- */
#top__column {
  overflow: hidden;
  padding-bottom: 16rem;
}
#top__column .container .column__list {
  position: relative;
  margin-top: 4rem;
}
#top__column .container .column__list .splide__track {
  width: 132rem;
}
#top__column .container .column__list .splide__track .splide__list .splide__slide a {
  display: block;
  width: 40rem;
}
#top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_head p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6rem;
  gap: 2.5rem;
}
#top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_content .img_box {
  width: 20rem;
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  border: 1px solid #8A8A8A;
}
#top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_content .img_box img {
  width: 100%;
}
#top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_content p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#top__column .container .column__list .splide__track .splide__list .splide__slide a:hover .splide_content p, #top__column .container .column__list .splide__track .splide__list .splide__slide a:focus-visible .splide_content p {
  color: #cc1925;
}
#top__column .container .column__list .splide__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#top__column .container .column__list .splide__arrows .splide__arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
}
#top__column .container .column__list .splide__arrows .splide__arrow svg {
  display: none;
}
#top__column .container .column__list .splide__arrows .splide__arrow::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#top__column .container .column__list .splide__arrows .splide__arrow--prev::before {
  border-bottom: 2px solid #CCCCCC;
  border-left: 2px solid #CCCCCC;
  -webkit-transition: border-bottom 0.5s, border-left 0.5s;
  transition: border-bottom 0.5s, border-left 0.5s;
}
#top__column .container .column__list .splide__arrows .splide__arrow--prev:hover::before, #top__column .container .column__list .splide__arrows .splide__arrow--prev:focus-visible::before {
  border-bottom: 2px solid #cc1925;
  border-left: 2px solid #cc1925;
}
#top__column .container .column__list .splide__arrows .splide__arrow--next::before {
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  -webkit-transition: border-top 0.5s, border-right 0.5s;
  transition: border-top 0.5s, border-right 0.5s;
}
#top__column .container .column__list .splide__arrows .splide__arrow--next:hover::before, #top__column .container .column__list .splide__arrows .splide__arrow--next:focus-visible::before {
  border-top: 2px solid #cc1925;
  border-right: 2px solid #cc1925;
}
#top__column .container .column__list .splide__progress {
  position: relative;
  height: 4px;
  background: #8A8A8A;
  margin-top: 5.6rem;
  width: 114rem;
}
#top__column .container .column__list .splide__progress .splide__progress__bar {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #cc1925;
  min-width: 8rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#top__column .container .column__list .my-carousel-progress {
  position: relative;
  height: 4px;
  margin-top: 5.6rem;
  width: 114rem;
  background: #CCCCCC;
}
#top__column .container .column__list .my-carousel-progress .my-carousel-progress-bar {
  height: 100%;
  background-color: #cc1925;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
}

@media screen and (max-width: 768px) {
  #top__column {
    padding-bottom: 8rem;
  }
  #top__column .container .column__list .splide__track {
    width: 59rem;
  }
  #top__column .container .column__list .splide__track .splide__list .splide__slide a {
    width: 28rem;
  }
  #top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_head p {
    font-size: 1.3rem;
    margin-top: 0.4em;
  }
  #top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
    gap: 1rem;
  }
  #top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_content .img_box {
    width: 100%;
  }
  #top__column .container .column__list .splide__track .splide__list .splide__slide a .splide_content p {
    font-size: 1.5rem;
  }
  #top__column .container .column__list .my-carousel-progress {
    height: 2px;
    margin-top: 4rem;
    width: 28.4rem;
  }
}
/* ---------------------------------------------------------------- */
/* お知らせ */
/* ---------------------------------------------------------------- */
#top__news {
  padding-bottom: 16rem;
}

@media screen and (max-width: 768px) {
  #top__news {
    padding-bottom: 8rem;
  }
}
/* ---------------------------------------------------------------- */
/* 採用情報 */
/* ---------------------------------------------------------------- */
#top__recruit {
  background-color: rgba(204, 25, 37, 0.1);
}
#top__recruit .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6.4rem;
}
#top__recruit .item {
  position: relative;
}
#top__recruit .item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top__recruit .item-2 {
  width: 69rem;
  overflow: hidden;
}
#top__recruit .item-2 img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#top__recruit .item-2:hover img, #top__recruit .item-2:focus-visible img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #top__recruit .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
  #top__recruit .item {
    position: relative;
  }
  #top__recruit .item-1 {
    gap: 3rem;
  }
  #top__recruit .item-2 {
    width: 100%;
  }
}
/* ---------------------------------------------------------------- */
/* お問い合わせ */
/* ---------------------------------------------------------------- */
#top__contact {
  padding-top: 0;
}
#top__contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem 6.4rem;
}
#top__contact .container .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
}
#top__contact .container .group .item p {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #top__contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 1.6rem;
  }
  #top__contact .container .top_common_head {
    width: 100%;
  }
  #top__contact .container .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2rem;
    gap: 2.4rem;
    width: 100%;
  }
  #top__contact .container .group .item p {
    font-size: 1.5rem;
    margin-bottom: 0.8em;
  }
}
/* ---------------------------------------------------------------- */
/* トップラベル */
/* ---------------------------------------------------------------- */
.recruit-red-label {
  position: fixed;
  top: 3.2rem;
  right: 3.2rem;
  width: 15rem;
  margin: 10rem 0 0;
  z-index: 500;
}
.recruit-red-label a .over-elm {
  display: block;
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-radius: 50%;
  height: 15rem;
  background-color: #cc1925;
}
.recruit-red-label a .over-elm .table-style {
  width: 100%;
  height: 100%;
}
.recruit-red-label a .over-elm .table-style .table-cell {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.recruit-red-label a .over-elm .table-style .table-cell .label-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}
.recruit-red-label a .over-elm .table-style .table-cell .label-ttl .typesquare_tags {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .recruit-red-label {
    top: 0.8rem;
    right: 0.8rem;
    width: 10rem;
    margin: 5rem 0 0;
    z-index: 500;
  }
  .recruit-red-label a .over-elm {
    height: 10rem;
  }
  .recruit-red-label a .over-elm .table-style .table-cell .label-ttl {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .recruit-red-label a .over-elm .table-style .table-cell .label-ttl .typesquare_tags {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------------------------- */
/* サービス共通 */
/* ---------------------------------------------------------------- */
.main.service .page-title {
  padding-top: 0;
  margin-bottom: 8rem;
}

@media (max-width: 768px) {
  .main.service .page-title {
    margin-bottom: 4.4rem;
  }
}
/* ---------------------------------------------------------------- */
/* よくあるお困りごとから探す */
/* ---------------------------------------------------------------- */
.trouble__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.2rem;
}
.trouble__item .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.trouble__item .img_box {
  width: 28rem;
}
.trouble__item .img_box img {
  width: 100%;
}

@media (max-width: 768px) {
  .trouble__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
  .trouble__item .img_box {
    width: 100%;
    min-width: 100%;
    height: 40vw;
    overflow: hidden;
  }
  .trouble__item .img_box img {
    margin-top: -15vw;
  }
}
.slider-set-prev {
  top: 150px;
}
.slider-set-prev:before {
  background-image: none;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-left: 2px solid #999;
  border-top: 2px solid #999;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.slider-set-prev:hover:before {
  border-left: 2px solid #cc1925;
  border-top: 2px solid #cc1925;
}
.slider-set-prev:after {
  display: none;
}

.slider-set-next {
  top: 150px;
}
.slider-set-next:before {
  background-image: none;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-left: 2px solid #999;
  border-top: 2px solid #999;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.slider-set-next:hover:before {
  border-left: 2px solid #cc1925;
  border-top: 2px solid #cc1925;
}
.slider-set-next:after {
  display: none;
}

@media (max-width: 768px) {
  .slider-set-prev {
    top: 35%;
    margin: 0;
  }
  .slider-set-next {
    top: 35%;
    margin: 0;
  }
  .slider-set-next:before {
    right: 20%;
  }
}
/* ---------------------------------------------------------------- */
/* CMの流れ */
/* ---------------------------------------------------------------- */
.cm_img_1 {
  display: block;
  max-width: 800px;
  margin: 8rem auto 0;
}

@media screen and (max-width: 768px) {
  .cm_img_1 {
    display: block;
    width: 100%;
    margin: 4rem auto 0;
  }
}
.workflow_list .flex_item.border-t-gray:first-child {
  border: none;
}

.flex_item {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  -ms-grid-columns: 31rem 4rem 1fr;
  grid-template-columns: 31rem 1fr;
}
.flex_item a {
  color: #d82531;
  text-decoration: underline;
}
.flex_item a:hover {
  text-decoration: none;
}
.flex_item .flex_item_l.img_cover {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.flex_item .flex_item_l.img_cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .flex_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .flex_item .flex_item_l {
    width: 100%;
  }
  .flex_item .flex_item_l.img_cover {
    height: 65vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    overflow: hidden;
  }
  .flex_item .flex_item_l.img_cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
}
.cm_mv {
  width: 100%;
}

.contents.workflow .img-text-box .img-box {
  max-width: 31rem;
}
.contents.workflow .img-text-box .img-box.fl-l {
  margin-right: 4rem;
}
.contents.workflow .img-text-box .img-box.fl-r {
  margin-left: 4rem;
}
.contents.workflow .img-text-box .text-box {
  width: 100% !important;
  max-width: 55rem;
}

@media screen and (max-width: 768px) {
  .contents.workflow .img-text-box .img-box {
    display: none;
  }
  .contents.workflow .img-text-box .text-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg small.small-text {
    font-size: 1.2rem;
    line-height: 1.6;
    display: inline-block;
    text-indent: -1rem;
    margin-left: 1rem;
  }
}
/* ---------------------------------------------------------------- */
/* NCMの立ち位置の例 */
/* ---------------------------------------------------------------- */
.cm_position .content {
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
  -ms-grid-columns: 1fr 1.6rem 26.7rem 1.6rem 1fr;
  grid-template-columns: 1fr 26.7rem 1fr;
}
.cm_position .content .position_box {
  background-color: #F6F6F6;
  padding: 2.4rem;
}
.cm_position .content .position_box .position_ttl {
  color: #707070;
  font-size: 1.8rem;
  border-left: 1.5px solid #cc1925;
  padding-left: 0.5em;
  letter-spacing: 0.07em;
}
.cm_position .content .position_box .position_flex .position_item {
  margin-top: 2.4rem;
}
.cm_position .content .position_box .position_flex .position_item .img_box {
  height: 19.7rem;
}
.cm_position .content .position_box .position_flex .position_item .img_box img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.cm_position .content .position_box .position_flex .position_item p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .cm_position .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cm_position .content .position_box {
    padding: 2.4rem;
  }
  .cm_position .content .position_box .position_ttl {
    font-size: 1.4rem;
  }
  .cm_position .content .position_box .position_flex .position_item .img_box {
    height: 19.7rem;
  }
  .cm_position .content .position_box .position_flex .position_item p {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------------------------- */
/* 実績 */
/* ---------------------------------------------------------------- */
.project_ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 136.6rem;
  margin: 0 auto;
}
.project_ttl .project_label {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.project_ttl .txt_box {
  padding: 0 6.4rem;
}
.project_ttl .img_box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.project_ttl .img_box img {
  width: 100%;
  height: auto;
  will-change: transform;
}
.project_ttl .img_box.no_aspect {
  aspect-ratio: auto;
}
.project_ttl_pt-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.project_ttl_mv {
  margin-top: 8rem;
  width: 100%;
}
.project_ttl_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.connection__list {
  display: -ms-grid;
  display: grid;
}
.connection__list .list_item .img_box {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.connection__list .list_item .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.connection__list .list_item .cont_box {
  margin-top: 1.6rem;
}
.connection__list .list_item .txt_box .ja {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.connection__list .list_item .txt_box .en {
  font-size: 1.4rem;
  line-height: 1.5;
}

.project_content {
  position: relative;
}

:root {
  --header-height: 0px;
}

.side_menu_move {
  width: 100%;
  max-width: 130.2rem;
  margin-bottom: 10rem;
  margin-right: 6.4rem;
  padding: 0 0 0 6.4rem;
  top: 0;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
}
.side_menu_move .menu_inner {
  margin: 0 0 0 auto;
  width: 36rem;
  pointer-events: auto;
  max-height: calc(100vh - var(--header-height));
  overflow-y: auto;
}
.side_menu_move .menu_inner .menu_box {
  padding: 0 2.4rem 9rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.side_menu_move .ttl {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.side_menu_move .side_menu_list {
  margin-top: 3.2rem;
}
.side_menu_move .side_menu_list dl {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
}
.side_menu_move .side_menu_list dl:first-child {
  margin-top: 0;
}
.side_menu_move .side_menu_list dl dt {
  font-weight: 500;
  width: 12rem;
}
.side_menu_move .side_menu_list dl dd {
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.side_menu_move.st-top {
  position: absolute;
  top: 0;
}
.side_menu_move.st-fixed {
  position: fixed;
  top: var(--header-height);
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.side_menu_move.st-fixed .menu_inner .menu_box {
  padding: 2.4rem 2.4rem 2.4rem;
}
.side_menu_move.st-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}

.project_item {
  padding-right: 50rem;
}
.project_item .temp-page-ttl {
  font-size: 3.6rem;
}
.project_item .img_box {
  width: 100%;
  margin-top: 6.4rem;
}
.project_item .img_box img {
  width: 100%;
}

.project_box {
  margin-top: 7.2rem;
}
.project_box .ttl {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.project_box ul li {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  margin-top: 1.6rem;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.project_box ul li:first-child {
  margin-top: 0;
}
.project_box p {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  margin-top: 1.6rem;
}

.item_img {
  margin-top: 12rem;
  width: 100%;
  height: 48rem;
  overflow: hidden;
}
.item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.sl_box {
  margin-top: 6.4rem;
}
.sl_box #project_sl_item .splide__track,
.sl_box #project_sl_item .splide__list {
  width: 64rem;
  height: 42rem;
}
.sl_box #project_sl_item .splide__track {
  margin: 0 auto;
}
.sl_box #project_sl_item .splide__slide {
  width: 64rem;
  height: 42rem;
  overflow: hidden;
}
.sl_box #project_sl_item .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.sl_box #project_sl_item .splide__arrows {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.sl_box #project_sl_item .splide__arrows .splide__arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
}
.sl_box #project_sl_item .splide__arrows .splide__arrow svg {
  display: none;
}
.sl_box #project_sl_item .splide__arrows .splide__arrow::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sl_box #project_sl_item .splide__arrows .splide__arrow--prev::before {
  border-bottom: 2px solid #CCCCCC;
  border-left: 2px solid #CCCCCC;
  -webkit-transition: border-bottom 0.5s, border-left 0.5s;
  transition: border-bottom 0.5s, border-left 0.5s;
}
.sl_box #project_sl_item .splide__arrows .splide__arrow--prev:hover::before, .sl_box #project_sl_item .splide__arrows .splide__arrow--prev:focus-visible::before {
  border-bottom: 2px solid #cc1925;
  border-left: 2px solid #cc1925;
}
.sl_box #project_sl_item .splide__arrows .splide__arrow--next::before {
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  -webkit-transition: border-top 0.5s, border-right 0.5s;
  transition: border-top 0.5s, border-right 0.5s;
}
.sl_box #project_sl_item .splide__arrows .splide__arrow--next:hover::before, .sl_box #project_sl_item .splide__arrows .splide__arrow--next:focus-visible::before {
  border-top: 2px solid #cc1925;
  border-right: 2px solid #cc1925;
}
.sl_box .project_sl_btn {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.sl_box .project_sl_btn li {
  height: 8rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.sl_box .project_sl_btn li.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.sl_box .project_sl_btn li button {
  display: block;
  width: 100%;
  height: 100%;
}
.sl_box .project_sl_btn li button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.offer_item_list .offer_item:not(:first-child) {
  margin-top: 1.6rem;
}

.offer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2.8rem 8rem 2.4rem 4rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.4rem;
  background-color: #fff;
  position: relative;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.offer_item:hover, .offer_item:focus-visible {
  border: 1px solid #cc1925;
}
.offer_item img {
  max-width: 6.4rem;
  margin-right: 4rem;
}
.offer_item .name {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 400;
}
.offer_item p {
  margin-top: 1.6rem;
}
.offer_item::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #333333;
}

@media screen and (max-width: 768px) {
  .project_ttl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 4rem;
  }
  .project_ttl .project_label {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
  .project_ttl .txt_box {
    padding: 0 1.6rem;
  }
  .project_ttl_mv {
    margin-top: 4rem;
    height: 28rem;
  }
  .connection__list {
    display: -ms-grid;
    display: grid;
  }
  .connection__list .list_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .connection__list .list_item .img_box {
    width: 100%;
  }
  .connection__list .list_item .cont_box {
    margin-top: 0;
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .connection__list .list_item .txt_box .ja {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .connection__list .list_item .txt_box .en {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 4px 0 0;
  }
  .project_content {
    position: relative;
  }
  .side_menu_move {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .side_menu_move.st-top {
    position: relative;
  }
  .side_menu_move .menu_inner {
    margin: 0;
    height: auto;
    width: 100%;
  }
  .side_menu_move .menu_inner .menu_box {
    padding: 2.4rem 1.6rem;
  }
  .side_menu_move .ttl {
    font-size: 1.3rem;
  }
  .side_menu_move .side_menu_list {
    margin-top: 1.6rem;
  }
  .side_menu_move .side_menu_list dl {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.8rem;
  }
  .side_menu_move .side_menu_list dl:first-child {
    margin-top: 0;
  }
  .side_menu_move .side_menu_list dl dt {
    width: 9.6rem;
  }
  .project_item {
    padding-right: 1.6rem;
    margin-top: 4rem;
  }
  .project_item .temp-page-ttl {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .project_item .img_box {
    margin-top: 4rem;
  }
  .project_box {
    margin-top: 2.4rem;
  }
  .project_box .ttl {
    font-size: 1.8rem;
  }
  .project_box ul li {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
  .project_box ul li:first-child {
    margin-top: 0;
  }
  .project_box p {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
  .item_img {
    margin-top: 4rem;
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
  .sl_box {
    margin-top: 2.4rem;
  }
  .sl_box #project_sl_item .splide__track,
  .sl_box #project_sl_item .splide__list {
    width: calc(100vw - 6.4rem);
    height: 22rem;
  }
  .sl_box #project_sl_item .splide__slide {
    width: calc(100vw - 6.4rem);
    height: 22rem;
  }
  .sl_box .project_sl_btn {
    -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
  .sl_box .project_sl_btn li {
    height: 7.2rem;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .sl_box .project_sl_btn li.active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .sl_box .project_sl_btn li button {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sl_box .project_sl_btn li button img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .offer_item {
    padding: 1.4rem 4rem 1.4rem 2rem;
  }
  .offer_item img {
    max-width: 3.6rem;
    margin-right: 2.4rem;
  }
  .offer_item .name {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: 400;
  }
  .offer_item p {
    font-size: 1.3rem;
    margin-top: 0.8rem;
    line-height: 1.5;
  }
  .offer_item::after {
    right: 2.5rem;
  }
}
.other_contents .ttl_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2em;
}
.other_contents .ttl_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.other_contents .ttl_box .txt {
  color: #787878;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.filter_item_box .filter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.6rem 0;
  border-bottom: 1px solid #DBDBDB;
}
.filter_item_box .filter_item:first-child {
  padding-top: 0;
}
.filter_item_box .filter_item .filter_ttl {
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  width: 20rem;
  padding-top: 0.4em;
  letter-spacing: 0.04em;
}
.filter_item_box .filter_item .filter_ttl_all {
  font-size: 2rem;
  width: auto;
  padding-top: 0.2em;
  margin-right: 2.4rem;
}
.filter_item_box .filter_item .tag__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.img_flex_btn_wrap .img_flex_btn_ttl {
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}
.img_flex_btn_wrap .img_flex_btn {
  margin: 4.8rem auto 0;
  width: 90rem;
}

@media screen and (max-width: 768px) {
  .filter_item_box .filter_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 0;
  }
  .filter_item_box .filter_item .filter_ttl {
    font-size: 1.5rem;
    width: 100%;
    padding-top: 0;
  }
  .filter_item_box .filter_item .filter_ttl_all {
    font-size: 1.6rem;
    padding-top: 0;
    margin-right: 0;
  }
  .img_flex_btn_wrap .img_flex_btn_ttl {
    font-size: 2.4rem;
  }
  .img_flex_btn_wrap .img_flex_btn {
    margin: 2.4rem auto 0;
    width: 100%;
  }
}
.post-count-result {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 10rem auto 0;
}
@media screen and (max-width: 768px) {
  .post-count-result {
    font-size: 1.6rem;
    margin: 5rem auto 0;
  }
}

.project-post-area .ct-side-space {
  padding-left: 0;
  padding-right: 0;
}

.project-main-area-small {
  padding-top: 8rem;
}
.project-main-area-small.project-main-area-small-modal .project_label {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.6rem;
}

.project-main-ttl.project-main-ttl-small {
  margin: 0;
}
.project-main-ttl.project-main-ttl-small .main-text {
  font-size: 4.6rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  font-weight: 300;
}
.project-main-ttl.project-main-ttl-small .sub-text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-weight: 400;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .project-main-area-small {
    padding-top: 4rem;
  }
  .project-main-area-small.project-main-area-small-modal .project_label {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
  .project-main-ttl.project-main-ttl-small .main-text {
    font-size: 2.9rem;
  }
  .project-main-ttl.project-main-ttl-small .sub-text {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 0.4rem;
  }
  .project-small-img-text-set {
    margin-top: 4rem;
  }
}
.project_content .inner {
  padding: 0 6.4rem;
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
  padding: 0;
  max-width: none;
}
.project_content .project_item.inner .ct-inner-900 {
  padding-right: 46.6rem;
  padding-left: 6.4rem;
}
.project_content .project_item.inner .offer_item_list.post-set.service_list_set {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.4rem;
  padding-right: 46.6rem;
  width: 100%;
  max-width: 136.6rem;
}

@media screen and (max-width: 768px) {
  .project_content .project_item.inner .ct-inner-900 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .project_content .project_item.inner .offer_item_list.post-set.service_list_set {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.single_post-set {
  margin-top: 6.4rem;
}
.single_post-set.mmb24 {
  margin-bottom: -2.4rem;
}

@media screen and (max-width: 768px) {
  .single_post-set {
    margin-top: 3.2rem;
  }
  .single_post-set.mmb24 {
    margin-bottom: -0.8rem;
  }
}
/* ---------------------------------------------------------------- */
/* お問い合わせ */
/* ---------------------------------------------------------------- */
.contact_wrap .wysiwyg .form-page-ttl {
  margin: 0 0 70px;
  padding: 0;
  line-height: 1.4;
  font-size: 4.6rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  font-weight: 300;
}
.contact_wrap .form-post-area {
  padding: 8rem 0 10rem;
}
.contact_wrap .wysiwyg * + * {
  margin-top: 0.3rem;
}
.contact_wrap .wysiwyg * + * .mwform-radio-field {
  font-size: 1.6rem;
  line-height: 1.6;
}
.contact_wrap .ct-inner-800 {
  max-width: 880px;
}
.contact_wrap .form-post-table:not(:first-of-type) {
  margin-top: 3.2rem;
}
.contact_wrap .form-post-table:not(:first-of-type) .ttl-cell {
  margin-top: 1.4rem;
}
.contact_wrap .form-post-table .ttl-cell {
  width: 320px;
  padding: 0;
}
.contact_wrap .form-post-table .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 1rem;
}
.contact_wrap .form-post-table .ttl p {
  margin-top: 0;
}
.contact_wrap .form-post-table .ttl p strong {
  font-size: 1.6rem;
}
.contact_wrap .form-post-table .ttl p strong .confirm-hide {
  font-size: 1.2rem;
}
.contact_wrap .form-post-table .label-red {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 0.2rem 0.6rem 0.3rem;
  min-width: 40px;
  position: inherit;
  top: auto;
  word-break: keep-all;
}
.contact_wrap .form-post-table .label-gray {
  background-color: #999;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 0.2rem 0.6rem 0.3rem;
  min-width: 40px;
  position: inherit;
  top: auto;
  word-break: keep-all;
}
.contact_wrap .mw_wp_form_confirm .form-post-table.table-style-pc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_wrap .mw_wp_form_confirm .form-post-table .ttl-cell {
  margin-top: 0;
}
.contact_wrap .additional-page-form-input-caption {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  padding: 0.4rem 0 0;
}
.contact_wrap .textarea {
  resize: vertical;
}
.contact_wrap .form-post-table-wrap {
  margin: 0 0 8rem;
}
.contact_wrap .additional-page-form-form-notice p, .contact_wrap .additional-page-form-comfirm-form-notice p {
  margin-bottom: 2.4rem;
}
.contact_wrap .additional-page-form-submit-button-area .form-btn-submit .ct-btn .table-cell {
  padding: 1.6rem 6rem 1.6rem 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
}
.contact_wrap .wysiwyg .mw_wp_form .error {
  border-radius: 0.4rem;
}
.contact_wrap .mw_wp_form_confirm .form-btn-back {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 2.4rem;
  max-width: 400px;
}
.contact_wrap .mw_wp_form_confirm .form-btn-back .ct-btn .ct-btn-text:before {
  top: 45%;
  right: 1.6rem;
  rotate: -135deg;
}
.contact_wrap .mw_wp_form_confirm .form-btn-back .ct-btn .ct-btn-text .table-cell {
  font-size: 1.6rem;
  line-height: 1.6;
}
.contact_wrap .mw_wp_form_complete .ct-btn.type-back .ct-btn-text:before {
  top: 38%;
  rotate: 135deg;
}

@media screen and (max-width: 768px) {
  .contact_wrap.form-post-area {
    padding: 4rem 1.6rem 5rem;
  }
  .contact_wrap .wysiwyg .form-page-ttl {
    font-size: 2.9rem;
    text-align: left;
    margin-bottom: 3.2rem;
  }
  .contact_wrap .wysiwyg .additional-page-form-list-form-flow li {
    line-height: 1.4;
  }
  .contact_wrap .wysiwyg .additional-page-form-list-form-flow {
    margin-bottom: 3.2rem;
  }
  .contact_wrap .wysiwyg .additional-page-form-contact-tel {
    padding: 1.2rem 1.6rem;
    margin-bottom: 3.2rem;
  }
  .contact_wrap .wysiwyg .additional-page-form-contact-tel p {
    line-height: 1.6;
  }
  .contact_wrap .form-post-table:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  .contact_wrap .form-post-table .ttl-cell {
    width: 320px;
  }
  .contact_wrap .form-post-table .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 1rem;
  }
  .contact_wrap .form-post-table .ttl p {
    margin-top: 0;
  }
  .contact_wrap .form-post-table .ttl p strong {
    font-size: 1.5rem;
  }
  .contact_wrap .form-post-table .ttl p strong .confirm-hide {
    font-size: 1.2rem;
  }
  .contact_wrap .form-post-table .label-red {
    margin: 0;
  }
  .contact_wrap .wysiwyg * + * .mwform-radio-field {
    font-size: 1.5rem;
    margin: 0 0 1.6rem;
  }
  .contact_wrap .form-post-table-wrap {
    margin: 0 0 4rem;
  }
  .contact_wrap .additional-page-form-privacy-policy-scrolling-box {
    margin: 0 0 4rem;
  }
  .contact_wrap .additional-page-form-form-notice p, .contact_wrap .additional-page-form-comfirm-form-notice p {
    font-size: 1.4rem;
  }
  .contact_wrap .additional-page-form-submit-button-area .form-btn-submit .ct-btn .table-cell {
    font-size: 1.5rem;
  }
}
.global .contact_wrap.form-post-area {
  padding: 8rem 0 10rem;
}
.global .contact_wrap .wysiwyg .form-page-ttl {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .global .contact_wrap.form-post-area {
    padding: 4rem 1.6rem 5rem;
  }
  .global .additional-page-form-list-form-flow li .__inner span {
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
/* ---------------------------------------------------------------- */
/* トップページ */
/* ---------------------------------------------------------------- */
body.global .top__about {
  color: #cc1925;
}
body.global .top__about .box_note {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
  display: inline-block;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  body.global .top__about .box_note {
    font-size: 1.2rem;
  }
}
body.global .top_common_head hgroup h2 {
  padding-left: 2.4rem;
  border-left: 2px solid #cc1925;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body.global .top_common_head hgroup h2 {
    font-size: 2rem;
    padding-left: 1.2rem;
  }
}
body.global #gl_top_statistics {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_statistics {
    padding-top: 4rem;
  }
}
body.global #gl_top_statistics img {
  max-width: 100%;
  height: auto;
}
body.global #gl_top_quality .boxwrap {
  display: -ms-grid;
  display: grid;
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_quality .boxwrap {
    gap: 4rem;
  }
}
body.global #gl_top_quality .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_quality .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  body.global #gl_top_quality .box:nth-child(odd) .box_item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.global #gl_top_quality .box:nth-child(odd) .box_item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 769px) {
  body.global #gl_top_quality .box_item:nth-child(1) {
    max-width: 450px;
    width: 40%;
  }
  body.global #gl_top_quality .box_item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.global #gl_top_quality .box_item img {
  width: 100%;
  height: auto;
}
body.global #gl_top_quality .box_ttl {
  padding: 0.8rem 1.6rem;
  line-height: 1.5;
  color: #fff;
  background-color: #cc1925;
  font-size: 2rem;
  letter-spacing: 0.03em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_quality .box_ttl {
    font-size: 1.6rem;
    padding: 0.8rem 1.2rem;
  }
}
body.global #gl_top_quality .box_txt {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_quality .box_txt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
body.global #gl_top_quality .box_txt02 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_quality .box_txt02 {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
body.global #gl_top_quality .box_note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_quality .box_note {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
body.global #gl_top_about .boxwrap {
  display: -ms-grid;
  display: grid;
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_about .boxwrap {
    gap: 4rem;
  }
}
body.global #gl_top_about .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_about .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  body.global #gl_top_about .box:nth-child(odd) .box_item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.global #gl_top_about .box:nth-child(odd) .box_item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 769px) {
  body.global #gl_top_about .box_item:nth-child(1) {
    max-width: 450px;
    width: 40%;
  }
  body.global #gl_top_about .box_item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.global #gl_top_about .box_item img {
  width: 100%;
  height: auto;
}
body.global #gl_top_about .box_txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_about .box_txt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
  }
}
body.global #gl_top_about .box_txt02 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_about .box_txt02 {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
body.global #gl_top_about .box_note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  body.global #gl_top_about .box_note {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
body.global #top__project {
  padding-bottom: 0;
}
body.global .top_common_head {
  display: block;
}
body.global .top_common_head p {
  margin: 2.4rem 0 0;
}
body.global #top__workflow .container .workflow__list li a {
  padding: 3.2rem 0.8rem;
}
@media screen and (max-width: 768px) {
  body.global #top__workflow .container .workflow__list li a {
    padding: 1.6rem 2.4rem;
  }
}
body.global #top__workflow .container .workflow__list li h3 {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
body.global #top__column .inner .top_common_head {
  padding-top: 0;
}
body.global .tag__list li a {
  border: 1px solid #DBDBDB;
  word-break: normal;
  overflow-wrap: normal; /* 収まらない場合に折り返す */
  line-break: strict; /* 禁則処理を厳格に適用 */
  width: 100%;
}
body.global .tag {
  border: 1px solid #DBDBDB;
}
body.global .italic {
  font-style: italic;
}

/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
body.global .header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.2rem;
}
body.global .header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
body.global .header .logo {
  display: block;
  width: 45rem;
}
body.global .header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6rem;
}
body.global .header .menu .top_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  gap: 3.2rem;
}
body.global .header .menu .top_item.__sp {
  display: none;
}
body.global .header .menu .top_item li a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.global .header .menu .top_item li a:hover, body.global .header .menu .top_item li a:focus-visible {
  opacity: 0.5;
}
body.global .header .menu .top_item li a img {
  width: 7.5rem;
}
body.global .header .menu .top_item li a.blank__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
body.global .header .menu .top_item li a.blank__item::after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/common/blank_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.global .header .menu .top_item li button.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
body.global .header .menu .top_item li button.search__item::before {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/common/search_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.global .header .menu .top_item li.language__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.global .header .menu .top_item li.language__item::before {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/language_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.8rem;
}
body.global .header .menu .bottom_item .bottom_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6rem;
  color: #fff;
}
body.global .header .menu .bottom_item .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  gap: 3.2rem;
}
body.global .header .menu .bottom_item .menu__list li {
  display: inline-block;
}
body.global .header .menu .bottom_item .menu__list li .__sp {
  display: none;
}
body.global .header .menu .bottom_item .menu__list li .menu__a, body.global .header .menu .bottom_item .menu__list li .menu__op {
  position: relative;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  color: #333333;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  letter-spacing: 0.16rem;
}
body.global .header .menu .bottom_item .menu__list li .menu__a:hover, body.global .header .menu .bottom_item .menu__list li .menu__a:focus-visible, body.global .header .menu .bottom_item .menu__list li .menu__op:hover, body.global .header .menu .bottom_item .menu__list li .menu__op:focus-visible {
  color: #cc1925;
}
body.global .header .menu .bottom_item .menu__list li .menu__a.__sp, body.global .header .menu .bottom_item .menu__list li .menu__op.__sp {
  display: none;
}
body.global .header .menu .bottom_item .menu__list li .menu__a.current::after, body.global .header .menu .bottom_item .menu__list li .menu__op.current::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.8rem;
  height: 1px;
  width: 100%;
  background-color: #cc1925;
}
body.global .header .menu .bottom_item .menu__list li .menu__op::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.8rem;
  height: 1px;
  width: 0;
  background-color: #cc1925;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.global .header .menu .bottom_item .menu__list li .menu__op.active {
  pointer-events: none;
}
body.global .header .menu .bottom_item .menu__list li .menu__op.active::after {
  width: 100%;
}
body.global .header .menu .bottom_item .menu__list li .hd_btn {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 1em 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
}
body.global .header .menu .bottom_item .menu__list li .under_menu {
  display: block;
  position: fixed;
  top: 10rem;
  left: 0;
  background-color: #8A8A8A;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 10rem);
  max-height: calc(100dvh - 10rem);
  z-index: 1100;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  pointer-events: none;
}
body.global .header .menu .bottom_item .menu__list li .under_menu.active {
  opacity: 1;
  pointer-events: auto;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner {
  overflow-y: auto;
  max-height: calc(100dvh - 20rem);
  padding: 4.8vw 5.6vw 4.8vw;
  scrollbar-gutter: stable;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_project__item {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0;
  height: 40rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_project__item::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_project__item::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_project__item::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_story__item {
  padding: 0;
  height: 40rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_story__item::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_story__item::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.hd_story__item::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6rem;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box.-mt {
  margin-top: 5.6rem;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box.block_box {
  display: block;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box .under_ttl {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.6em 3em;
  border: 1px solid #fff;
  border-radius: 100vw;
  color: #fff;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a.mt4 {
  margin-top: 4rem;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a:hover, body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a:focus-visible {
  opacity: 1;
  background-color: #fff;
  color: #8A8A8A;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list_ttl {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 0.5em 1.5em 0.5em 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.6rem;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  display: -ms-grid;
  display: grid;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li.w240 {
  width: 240px;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 0.5em 1.5em 0.5em 0;
  color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a:hover, body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a:focus-visible {
  color: #fff;
  opacity: 0.5;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #fff;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 25.6rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 1.6rem 0;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl li {
  border-bottom: none;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl-grid {
  display: -ms-grid;
  display: grid;
  height: 6.4rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl-grid::-webkit-scrollbar {
  width: 0.8rem; /* スクロールバーの幅 */
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl-grid::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明にする */
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl-grid::-webkit-scrollbar-thumb {
  background-color: #707070; /* スクロール部分だけ表示 */
  border-radius: 100vw;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 1em 1.5em 1em 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name:hover, body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name:focus-visible {
  color: #fff;
  opacity: 0.5;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
  background-color: #fff;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4rem;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item {
  display: inline-block;
  margin-left: 7rem;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item:first-child {
  margin-left: 0;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item .name {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax {
  width: 100%;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax .hd_menu__item {
  width: 100%;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax .hd_menu__item .__column-6 {
  width: 100%;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box.mt24 {
  margin-top: 2.4rem;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box.mt0 {
  margin-top: 0 !important;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .grid_box {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
}
body.global .header .menu .bottom_item .menu__list li .under_menu .grid_box .hd_menu__item .hd_menu__list li a {
  padding: 0.5em 1.5em 0.5em 0;
}
body.global .header .menu .bottom_item .btn__contact_s {
  display: inline-block;
  padding: 0.4em 1em 0.5em;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #cc1925;
  border-radius: 50vw;
  border: 1px solid #cc1925;
  background-color: #fff;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
body.global .header .menu .bottom_item .btn__contact_s:hover, body.global .header .menu .bottom_item .btn__contact_s:focus-visible {
  color: #fff;
  background-color: #cc1925;
}
body.global .header .menu .bottom_item .hd_bt {
  display: none;
}
body.global .header .menu .menu_btn {
  display: none;
}
body.global .header .header-search-main {
  position: absolute;
  width: 100vw;
  padding: 2rem 3.2rem;
  bottom: 0;
  right: 0;
  background-color: #8A8A8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  z-index: -2;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
body.global .header .header-search-main.active {
  -webkit-transform: translateY(calc(100% - 1px));
          transform: translateY(calc(100% - 1px));
  pointer-events: auto;
}
body.global .header .header-search-main form .header-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.global .header .header-search-main form .header-search-inner input {
  padding: 0.8em;
  width: 32rem;
  background-color: #fff;
  font-size: 1.4rem;
}
body.global .header .header-search-main form .header-search-inner .header-search-btn {
  width: 4rem;
  background-color: #cc1925;
}
body.global .header .header-search-main .cl_search {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
}
body.global .header .header-search-main .cl_search::before, body.global .header .header-search-main .cl_search::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background-color: #fff;
}
body.global .header .header-search-main .cl_search::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
body.global .header .header-search-main .cl_search::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
body.global .temp-page-ttl {
  letter-spacing: 0.08em;
}
body.global .page-title h1 {
  letter-spacing: 0.08em;
}
body.global #about-top-block .about-top-main-ttl {
  letter-spacing: 0.04em;
}
body.global .wysiwyg .col-set-text #about-top-block h3 + p {
  margin-top: 0.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  body.global .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    z-index: 1000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.5rem;
  }
  body.global .header::before {
    z-index: 1000;
  }
  body.global .header .logo {
    position: relative;
    width: 20rem;
    z-index: 3000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.global .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.6rem;
  }
  body.global .header .menu .top_item {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    z-index: 1000;
  }
  body.global .header .menu .top_item li a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  body.global .header .menu .top_item li a:hover, body.global .header .menu .top_item li a:focus-visible {
    opacity: 0.5;
  }
  body.global .header .menu .top_item li a img {
    width: 4.5rem;
  }
  body.global .header .menu .top_item li a.blank__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  body.global .header .menu .top_item li a.blank__item::after {
    display: block;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/common/blank_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  body.global .header .menu .top_item li button.search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
    font-size: 0;
  }
  body.global .header .menu .top_item li button.search__item::before {
    display: block;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/common/search_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  body.global .header .menu .top_item li.brand__item {
    display: none;
  }
  body.global .header .menu .top_item li.language__item {
    display: none;
  }
  body.global .header .menu .top_item.__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1.7rem;
    margin: -0.2rem 0 2.4rem;
    gap: 4rem;
  }
  body.global .header .menu .top_item.__sp .brand__item {
    display: block;
  }
  body.global .header .menu .top_item.__sp .language__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.global .header .menu .bottom_item {
    position: fixed;
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 900;
    padding-top: 5rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: -1000;
  }
  body.global .header .menu .bottom_item .bottom_item_inner {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    -webkit-overflow-scrolling: touch;
    /* スクロールバー非表示 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-y: auto;
    height: calc(100vh - 5rem);
    height: calc(100dvh - 5rem);
    padding: 2.8rem 0 5rem;
  }
  body.global .header .menu .bottom_item.active {
    z-index: 900;
    opacity: 1;
    pointer-events: auto;
  }
  body.global .header .menu .bottom_item.active .bottom_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.global .header .menu .bottom_item .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    gap: 4rem;
    padding: 0 1.7rem;
  }
  body.global .header .menu .bottom_item .menu__list li {
    padding: 0;
    display: inline-block;
  }
  body.global .header .menu .bottom_item .menu__list li .__sp {
    display: block;
  }
  body.global .header .menu .bottom_item .menu__list li .menu__a, body.global .header .menu .bottom_item .menu__list li .menu__op {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
    color: #333333;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  body.global .header .menu .bottom_item .menu__list li .menu__a:hover, body.global .header .menu .bottom_item .menu__list li .menu__a:focus-visible, body.global .header .menu .bottom_item .menu__list li .menu__op:hover, body.global .header .menu .bottom_item .menu__list li .menu__op:focus-visible {
    color: #cc1925;
  }
  body.global .header .menu .bottom_item .menu__list li .menu__a.__spno, body.global .header .menu .bottom_item .menu__list li .menu__op.__spno {
    display: none !important;
  }
  body.global .header .menu .bottom_item .menu__list li .menu__a.__sp, body.global .header .menu .bottom_item .menu__list li .menu__op.__sp {
    display: block;
  }
  body.global .header .menu .bottom_item .menu__list li .menu__op::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -0.8rem;
    height: 1px;
    width: 0;
    background-color: #cc1925;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body.global .header .menu .bottom_item .menu__list li .menu__op.active {
    pointer-events: none;
  }
  body.global .header .menu .bottom_item .menu__list li .menu__op.active::after {
    width: 100%;
  }
  body.global .header .menu .bottom_item .menu__list li .menu__op.__spno {
    display: none;
  }
  body.global .header .menu .bottom_item .menu__list li .hd_btn {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    padding: 1em 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu {
    display: block;
    position: relative;
    top: auto;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0;
    z-index: 1100;
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    pointer-events: none;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu.__spno {
    display: none !important;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu.active {
    opacity: 1;
    pointer-events: auto;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner {
    overflow-y: initial;
    max-height: 100%;
    padding: 0;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .under_menu_inner.__spno {
    display: none;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.6rem;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box.__spno {
    display: none;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box.-mt {
    margin-top: 5.6rem;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box .under_ttl {
    font-size: 2.8rem;
    line-height: 1;
    color: #000;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a {
    display: inline-block;
    font-size: 1.3rem;
    padding: 0.6em 3em;
    border: 1px solid #fff;
    border-radius: 100vw;
    color: #333333;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a:hover, body.global .header .menu .bottom_item .menu__list li .under_menu .under_ttl_box a:focus-visible {
    opacity: 1;
    background-color: #fff;
    color: #8A8A8A;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name {
    position: relative;
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    padding: 1em 1.5em 1em 0;
    color: #333333;
    border-bottom: 1px solid #333333;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name:hover, body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name:focus-visible {
    color: #333333;
    opacity: 0.5;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__name::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    rotate: 45deg;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #333333;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list {
    font-size: 1.2rem;
    letter-spacing: 0.16em;
    line-height: 1.8;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li {
    display: inline-block;
    border-bottom: none;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 0;
    color: #333333;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a:hover, body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a:focus-visible {
    color: #cc1925;
    opacity: 1;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list li a::after {
    display: none;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow-y: auto;
    scrollbar-gutter: stable;
    overflow: auto; /* または scroll */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl::-webkit-scrollbar {
    display: none;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .hd_menu__list-sl li {
    border-bottom: none;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item {
    display: inline-block;
    margin-left: 0;
    margin-top: 2.4rem;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item:first-child {
    margin-left: 0;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item .name {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
    margin-bottom: 1.6rem;
    font-weight: 500;
    color: #333333;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box .hd_menu__item .name::before {
    display: inline-block;
    content: "ー ";
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax {
    width: 100%;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax .hd_menu__item {
    width: 100%;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .flex_box.wmax .hd_menu__item .__column-6 {
    width: 100%;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .grid_box {
    margin-top: 1.6rem;
    display: -ms-grid;
    display: grid;
  }
  body.global .header .menu .bottom_item .menu__list li .under_menu .grid_box .hd_menu__item .hd_menu__list li a {
    padding: 0.5em 1.5em 0.5em 0;
  }
  body.global .header .menu .bottom_item .btn__contact_s {
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    border-radius: 0;
    border: none;
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.4;
    vertical-align: middle;
    color: #333333;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    margin: 0 1.5rem;
    margin-top: 2.4rem;
  }
  body.global .header .menu .bottom_item .btn__contact_s:hover, body.global .header .menu .bottom_item .btn__contact_s:focus-visible {
    color: #cc1925;
    background-color: transparent;
  }
  body.global .header .menu .bottom_item .hd_bt {
    padding: 2.4rem 1.5rem;
    border-top: 1px solid #CCCCCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
    width: 100%;
  }
  body.global .header .menu .bottom_item .hd_bt .bt_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 2em;
    font-size: 1.2rem;
  }
  body.global .header .menu .bottom_item .hd_bt .bt_menu__list a {
    color: #333333;
    font-weight: 400;
  }
  body.global .header .menu .bottom_item .hd_bt .copy {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #666666;
    font-weight: 400;
  }
  body.global .header .menu .menu_btn {
    display: block;
    position: relative;
    width: 2.8rem;
    height: 2rem;
    z-index: 1000;
  }
  body.global .header .menu .menu_btn span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333333;
  }
  body.global .header .menu .menu_btn span:nth-child(1) {
    top: 0;
  }
  body.global .header .menu .menu_btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.global .header .menu .menu_btn span:nth-child(3) {
    top: 100%;
  }
  body.global .header .menu .menu_btn.on span:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-animation: line_on-1 1s;
            animation: line_on-1 1s;
  }
  @-webkit-keyframes line_on-1 {
    0% {
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    50% {
      top: 0;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    51% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  @keyframes line_on-1 {
    0% {
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    50% {
      top: 0;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    51% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  body.global .header .menu .menu_btn.on span:nth-child(2) {
    width: 0;
    -webkit-animation: line_on-2 1s;
            animation: line_on-2 1s;
  }
  @-webkit-keyframes line_on-2 {
    0% {
      width: 100%;
    }
    50%, 100% {
      width: 0;
    }
  }
  @keyframes line_on-2 {
    0% {
      width: 100%;
    }
    50%, 100% {
      width: 0;
    }
  }
  body.global .header .menu .menu_btn.on span:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-animation: line_on-3 1s;
            animation: line_on-3 1s;
  }
  @-webkit-keyframes line_on-3 {
    0% {
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    50% {
      top: 100%;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    51% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    100% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
  }
  @keyframes line_on-3 {
    0% {
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    50% {
      top: 100%;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    51% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    100% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
  }
  body.global .header .menu .menu_btn.off span:nth-child(1) {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-animation: line_off-1 1s;
            animation: line_off-1 1s;
  }
  @-webkit-keyframes line_off-1 {
    0% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    50% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    51% {
      top: 0;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    100% {
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
  }
  @keyframes line_off-1 {
    0% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    50% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    51% {
      top: 0;
      left: 0;
      width: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    100% {
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
  }
  body.global .header .menu .menu_btn.off span:nth-child(2) {
    width: 100%;
    -webkit-animation: line_off-2 1s;
            animation: line_off-2 1s;
  }
  @-webkit-keyframes line_off-2 {
    0%, 50% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes line_off-2 {
    0%, 50% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  body.global .header .menu .menu_btn.off span:nth-child(3) {
    top: 100%;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-animation: line_off-3 1s;
            animation: line_off-3 1s;
  }
  @-webkit-keyframes line_off-3 {
    0% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    50% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    51% {
      width: 0;
      top: 100%;
      left: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    100% {
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
  }
  @keyframes line_off-3 {
    0% {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    50% {
      width: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    51% {
      width: 0;
      top: 100%;
      left: 0;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
    100% {
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0);
    }
  }
  body.global .header .menu .close_btn {
    display: none;
  }
  body.global .header .header-search-main {
    padding: 1.6rem 1.6rem;
  }
  body.global .header .header-search-main.active {
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 900;
  }
}

/* ---------------------------------------------------------------- */
/* フッター */
/* ---------------------------------------------------------------- */
body.global .footer {
  border-top: 0.4rem solid #CCCCCC;
}
body.global .footer .ft_menu {
  padding: 6.5rem;
}
body.global .footer .ft_menu .group {
  margin-top: 4rem;
}
body.global .footer .ft_menu .group__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
body.global .footer .ft_menu .group__flex .group_ttl {
  margin-top: 0;
}
body.global .footer .ft_menu .group:first-child {
  margin-top: 0;
}
body.global .footer .ft_menu .group .group_ttl {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 700;
}
body.global .footer .ft_menu .group a.group_ttl {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
body.global .footer .ft_menu .group a.group_ttl:hover, body.global .footer .ft_menu .group a.group_ttl:focus-visible {
  color: #cc1925;
}
body.global .footer .ft_menu .group .r_line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2.4em;
}
body.global .footer .ft_menu .group .r_line::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(1.3rem);
          transform: translateY(1.3rem);
}
body.global .footer .ft_menu .group .ft_menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.global .footer .ft_menu .group .ft_menu__items .flex_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item {
  display: inline-block;
  margin-top: 3.2rem;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item:first-child {
  margin-left: 0;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .name {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 500;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item a.name {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item a.name:hover, body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item a.name:focus-visible {
  color: #cc1925;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  gap: 0.4em 2em;
  margin-top: 1.6rem;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a:hover, body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a:focus-visible {
  color: #cc1925;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list.__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list.__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
body.global .footer .ft_bt {
  padding: 4rem 8.5rem 4rem 6.5rem;
  border-top: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.global .footer .ft_bt .bt_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  font-size: 1.4rem;
}
body.global .footer .ft_bt .bt_menu__list a {
  font-weight: 400;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.global .footer .ft_bt .bt_menu__list a:hover, body.global .footer .ft_bt .bt_menu__list a:focus-visible {
  opacity: 0.5;
}
body.global .footer .ft_bt .copy {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #666666;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.global .footer .ft_menu {
    padding: 4rem 1.5rem;
    gap: 2.4rem;
  }
  body.global .footer .ft_menu .group {
    margin-top: 2.4rem;
  }
  body.global .footer .ft_menu .group__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.global .footer .ft_menu .group__flex .group_ttl {
    margin-top: 0;
  }
  body.global .footer .ft_menu .group .group_ttl {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  body.global .footer .ft_menu .group a.group_ttl {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  body.global .footer .ft_menu .group a.group_ttl:hover, body.global .footer .ft_menu .group a.group_ttl:focus-visible {
    color: #cc1925;
  }
  body.global .footer .ft_menu .group .r_line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 1em;
  }
  body.global .footer .ft_menu .group .r_line::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transform: translateY(1.3rem);
            transform: translateY(1.3rem);
  }
  body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item {
    margin-top: 2.4rem;
  }
  body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item:first-child {
    margin-left: 0;
  }
  body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .name {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
  }
  body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
    display: -ms-inline-grid;
    display: inline-grid;
    gap: 0.4em 2em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a:hover, body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list a:focus-visible {
    color: #cc1925;
  }
  body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list.__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body.global .footer .ft_menu .group .ft_menu__items .ft_menu__item .ft_menu__list.__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 1.6rem;
  }
  body.global .footer .ft_bt {
    padding: 2.4rem 1.5rem;
    border-top: 1px solid #CCCCCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  body.global .footer .ft_bt .bt_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 2em;
    font-size: 1.2rem;
  }
  body.global .footer .ft_bt .bt_menu__list a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  body.global .footer .ft_bt .bt_menu__list a:hover, body.global .footer .ft_bt .bt_menu__list a:focus-visible {
    opacity: 0.5;
  }
  body.global .footer .ft_bt .copy {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #666666;
  }
}

/* ---------------------------------------------------------------- */
/* SERVICE */
/* ---------------------------------------------------------------- */
body.global .btn-set-list.col1 {
  max-width: 48%;
  margin: 0;
}
body.global .mmb40 {
  margin-bottom: -4rem;
}
@media screen and (max-width: 768px) {
  body.global .mmb40 {
    margin-bottom: -2rem;
  }
}
body.global .text-intent_1-6 {
  display: inline-block;
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

/* ---------------------------------------------------------------- */
/* PROJECT */
/* ---------------------------------------------------------------- */
body.global .other-project .project-ttl {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 1em;
  border-left: 2px solid #cc1925;
}
@media screen and (max-width: 768px) {
  body.global .other-project .project-ttl {
    font-size: 2rem;
    padding-left: 0.7em;
  }
}
body.global .case__list.project-post-list {
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  body.global .case__list.project-post-list {
    margin: 5.6rem auto;
  }
}
body.global .case__list li .img_box::after {
  background-color: inherit;
}
body.global .case__list li .case__list .case_item .img_box::after {
  background-color: inherit;
}
body.global .project-post-list {
  margin: 0 auto;
}
body.global .project-post-list.col4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body.global .project-post-list.col4 {
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.6rem;
  }
}

/* ---------------------------------------------------------------- */
/* PROCESS */
/* ---------------------------------------------------------------- */
body.global .text-intent_3-2 {
  display: inline-block;
  text-indent: -3.2rem;
  margin-left: 3.2rem;
}
body.global .text-intent_3-8 {
  display: inline-block;
  text-indent: -3.8rem;
  margin-left: 3.8rem;
}

body.global .search_wrap .project-archive-ttl-area {
  border-bottom: 1px solid #cfcfcf;
}
body.global .search_wrap .project-archive-ttl-area .project-archive-ttl {
  letter-spacing: 0.06em;
}