@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* 小数点切り捨て
===================================== */
html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
#wrapper {
  width: 100%;
  background-color: #ffffff;
}

.l-header {
  background: #ffffff;
  width: 100%;
  height: 80px;
  padding: 0 3.2719836401%;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(155, 155, 155, 0.12);
          box-shadow: 0px 1px 16px 1px rgba(155, 155, 155, 0.12);
  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;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 20;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 0 48px;
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    height: 65px;
    padding: 0 20px;
  }
}
.l-header .l-header-logo {
  width: 264px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .l-header .l-header-logo {
    width: 235px;
  }
}
.l-header .l-header-nav {
  width: calc(100% - 200px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav {
    background: #ffffff;
    width: 100%;
    height: 100vh;
    padding: 125px 62px 50.4px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-header .l-header-nav.is-active {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 600px) {
  .l-header .l-header-nav {
    padding: 0 36px;
    padding: 125px 36px 50.4px;
  }
}
.l-header .l-header-nav .l-header-nav__main {
  width: calc(100% - 395px);
  height: 100%;
  padding-right: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 4.0609137056%;
}
@media screen and (max-width: 1200px) {
  .l-header .l-header-nav .l-header-nav__main {
    width: calc(100% - 287px);
    gap: 2.0304568528%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__main {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 0;
  }
}
.l-header .l-header-nav .l-header-nav__main > li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__main > li {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  .l-header .l-header-nav .l-header-nav__main > li:nth-child(n+2) {
    margin-top: 32px;
  }
}
.l-header .l-header-nav .l-header-nav__main > li.is-current::after {
  content: "";
  background: #FF6600;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__main > li.is-current::after {
    display: none;
  }
}
.l-header .l-header-nav .l-header-nav__main > li.is-current a {
  color: #FF6600;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__main > li.is-current a {
    color: #333333;
    font-weight: 500;
  }
}
.l-header .l-header-nav .l-header-nav__main > li > a {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__main > li > a {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
    display: inline-block;
  }
}
.l-header .l-header-nav .l-header-nav__main > li > a .c-en {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__main > li > a .c-en {
    margin-bottom: 5px;
    color: #EA1D00;
    font-size: 22px;
    line-height: 1.1818181818;
    letter-spacing: 0.01em;
    font-weight: 600;
    display: block;
  }
}
.l-header .l-header-nav .l-header-nav__main > li > a:hover {
  color: #FF6600;
}
.l-header .l-header-nav .l-header-nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__sub {
    width: 100%;
    margin-top: 48.6px;
    gap: 0;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__sub > li:nth-child(n+2) {
    margin-top: 16px;
  }
}
.l-header .l-header-nav .l-header-nav__sub > li a {
  padding: 9px 36px;
  border-radius: 4px;
  display: block;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  .l-header .l-header-nav .l-header-nav__sub > li a {
    padding: 9px 9px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__sub > li a {
    max-width: 304px;
    width: 100%;
    height: 72px;
    padding: 0;
    border-radius: 6px;
    border: none;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media screen and (max-width: 600px) {
  .l-header .l-header-nav .l-header-nav__sub > li a {
    margin: 0 auto;
  }
}
.l-header .l-header-nav .l-header-nav__sub > li a._download {
  background: #FF6600;
}
.l-header .l-header-nav .l-header-nav__sub > li a._download:hover {
  background: #ffffff;
  color: #FF6600;
  border: 1px solid #FF6600;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__sub > li a._download:hover {
    background: #FF6600;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a._download:hover::before {
    content: "";
    -webkit-transform: translate(-50%, -50%) scale(110%);
            transform: translate(-50%, -50%) scale(110%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a._download::before {
    content: "";
    background: url(../images/c-download_link_btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a._download ._inner {
    gap: 20px;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a._download ._inner::before {
    content: "";
    background: url(../images/c-download_link_btn_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33.22px;
    height: 24.99px;
    display: block;
  }
}
.l-header .l-header-nav .l-header-nav__sub > li a._contact {
  background: #EA1D00;
}
.l-header .l-header-nav .l-header-nav__sub > li a._contact:hover {
  background: #ffffff;
  color: #EA1D00;
  border: 1px solid #EA1D00;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__sub > li a._contact:hover {
    background: #EA1D00;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a._contact:hover::before {
    content: "";
    -webkit-transform: translate(-50%, -50%) scale(110%);
            transform: translate(-50%, -50%) scale(110%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a._contact::before {
    content: "";
    background: url(../images/c-contact_link_btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a._contact ._inner {
    gap: 18px;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a._contact ._inner::before {
    content: "";
    background: url(../images/c-contact_link_btn_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 33px;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-nav .l-header-nav__sub > li a ._inner {
    width: 100%;
    padding-left: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header .l-header-nav .l-header-nav__sub > li a ._inner ._text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
.l-header .l-header_ham {
  width: 26px;
  height: 18px;
  display: none;
  position: relative;
}
.l-header .l-header_ham.is-active span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .l-header_ham.is-active span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
@media screen and (max-width: 1024px) {
  .l-header .l-header_ham {
    display: block;
  }
}
.l-header .l-header_ham span {
  background: #364246;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .l-header_ham span:nth-child(2) {
  top: inherit;
  bottom: 3px;
}

.l-header-spnav {
  background: #ffffff;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  display: none;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .l-header-spnav {
    display: block;
  }
}
.l-header-spnav.is-active {
  -webkit-transform: none;
          transform: none;
}
.l-header-spnav .l-header-spnav__inner {
  width: 100%;
  padding: 0 62px;
  padding: 125px 62px 50.4px;
}
@media screen and (max-width: 600px) {
  .l-header-spnav .l-header-spnav__inner {
    padding: 0 36px;
    padding: 125px 36px 50.4px;
  }
}
.l-header-spnav .l-header-spnav__inner .l-header-spnav__main > li:nth-child(n+2) {
  margin-top: 32px;
}
.l-header-spnav .l-header-spnav__inner .l-header-spnav__main > li a {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: inline-block;
}
.l-header-spnav .l-header-spnav__inner .l-header-spnav__main > li a .c-en {
  color: #EA1D00;
  font-size: 22px;
  line-height: 1.1818181818;
  letter-spacing: 0.01em;
  font-weight: 600;
  display: block;
}
.l-header-spnav .l-header-spnav__inner .l-header-spnav__sub {
  margin-top: 48.6px;
}
.l-header-spnav .l-header-spnav__inner .l-header-spnav__sub > li:nth-child(n+2) {
  margin-top: 16px;
}
.l-header-spnav .l-header-spnav__inner .l-header-spnav__sub > li a {
  width: 100%;
}

.p-top .js_mv_header {
  width: 91.6875%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(155, 155, 155, 0.12);
          box-shadow: 0px 1px 16px 1px rgba(155, 155, 155, 0.12);
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1400px) {
  .p-top .js_mv_header {
    padding: 0 1.0906612134%;
  }
}
@media screen and (max-width: 1400px) {
  .p-top .js_mv_header .l-header-nav .l-header-nav__main {
    width: calc(100% - 287px);
    gap: 2.0304568528%;
  }
}
@media screen and (max-width: 1400px) {
  .p-top .js_mv_header .l-header-nav .l-header-nav__sub > li a {
    padding: 9px 9px;
  }
}

.l-sub-footer-contact {
  width: 100%;
  position: relative;
}
.l-sub-footer-contact::before {
  content: "";
  background: #333333;
  width: 100%;
  height: 227px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact::before {
    display: none;
  }
}
.l-sub-footer-contact:hover .l-sub-footer-contact-inner {
  background: #FF7200;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-sub-footer-contact .l-sub-footer-contact-inner {
  background: #ED1C24;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner {
    width: 100%;
    border-radius: 0;
  }
}
.l-sub-footer-contact .l-sub-footer-contact-inner a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.l-sub-footer-contact .l-sub-footer-contact-inner a ._img_container {
  width: 42.8571428571%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner a ._img_container {
    background: rgba(237, 28, 36, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.l-sub-footer-contact .l-sub-footer-contact-inner a ._img_container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner a ._img_container img {
    z-index: -1;
    opacity: 0.4;
  }
}
.l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container {
  width: 57.1428571429%;
  padding: 88px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container {
    width: 100%;
    padding: 96px 36px;
    z-index: 2;
  }
}
.l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner {
  max-width: 600px;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner {
    width: 100%;
  }
}
.l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner .l-subfooter__heading {
  margin-bottom: 80px;
  font-size: 56px;
  line-height: 1.2142857143;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner .l-subfooter__heading {
    margin-bottom: 33.4px;
    font-size: 32px;
    line-height: 1.21875;
  }
}
.l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner .l-subfooter__heading ._text {
  margin-top: 5.6;
  margin-left: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: block;
}
.l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner .c-copy {
  width: 100%;
  padding-right: 70px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner .c-copy {
    padding-right: 0;
  }
}
.l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner .c-circle_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-sub-footer-contact .l-sub-footer-contact-inner a ._text_container ._inner .c-circle_btn {
    bottom: inherit;
    top: 5px;
    right: 0;
  }
}

.l-subfooter {
  width: 100%;
  position: relative;
}
.l-subfooter::before {
  content: "";
  background: #333333;
  width: 100%;
  height: 227px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-subfooter::before {
    display: none;
  }
}
.l-subfooter::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: calc(100% - 100px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-subfooter::after {
    width: calc(100% - 40px);
    height: 1px;
  }
}
.l-subfooter .l-subfooter-inner {
  padding: 0 5.1428571429%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner {
    width: 100%;
    padding: 0 32px;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-subfooter .l-subfooter-inner::before {
  content: "";
  background: rgb(255, 102, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 102, 0)), to(rgb(234, 29, 0)));
  background: linear-gradient(90deg, rgb(255, 102, 0) 0%, rgb(234, 29, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 102, 0)), to(rgb(234, 29, 0)));
    background: linear-gradient(180deg, rgb(255, 102, 0) 0%, rgb(234, 29, 0) 100%);
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col {
  width: 50%;
  padding: 130px 0 70px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col {
    width: 100%;
    padding: 130px 16px 79px;
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col .l-subfooter__heading {
  margin-bottom: 80px;
  font-size: 48px;
  line-height: 1.2291666667;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col .l-subfooter__heading {
    margin-bottom: 33.4px;
    font-size: 32px;
    line-height: 1.21875;
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col .l-subfooter__heading ._text {
  margin-top: 5.6;
  margin-left: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: block;
}
.l-subfooter .l-subfooter-inner .l-subfooter-col .c-copy {
  width: 100%;
  padding-right: 70px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col .c-copy {
    padding-right: 0;
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col._download {
  padding-right: 7.9545454545%;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col._download {
    padding-right: 16px;
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col._download::after {
  content: "";
  background: url(../images/c-download_link_btn_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40.79px;
  height: 30.7px;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col._download::after {
    top: 64px;
    left: 16px;
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col._download .c-circle_btn {
  position: absolute;
  bottom: 70px;
  right: 16%;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col._download .c-circle_btn {
    bottom: inherit;
    top: 136px;
    right: 16px;
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col._contact {
  padding-left: 7.9545454545%;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col._contact {
    padding-left: 16px;
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col._contact::after {
  content: "";
  background: url(../images/c-contact_link_btn_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 43px;
  height: 39px;
  display: block;
  position: absolute;
  top: 60px;
  left: 15%;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col._contact::after {
    top: 64px;
    left: 16px;
  }
}
.l-subfooter .l-subfooter-inner .l-subfooter-col._contact .c-circle_btn {
  position: absolute;
  bottom: 70px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-subfooter .l-subfooter-inner .l-subfooter-col._contact .c-circle_btn {
    bottom: inherit;
    top: 136px;
    right: 16px;
  }
}

.l-footer {
  background: #333333;
  width: 100%;
  padding: 72.3px 0 0;
}
.l-footer .l-footer-row {
  width: 100%;
  padding-bottom: 71px;
  border-bottom: 1px solid rgba(211, 216, 220, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .l-footer-row .l-footer-col._logo_col .l-footer__logo {
  width: 324px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-row .l-footer-col._logo_col .l-footer__logo {
    max-width: 249px;
    width: 100%;
  }
}
.l-footer .l-footer-row .l-footer-col._logo_col .l-footer__sns {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-footer .l-footer-row .l-footer-col._logo_col .l-footer__sns ._sns_icon svg {
  fill: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-footer .l-footer-row .l-footer-col._logo_col .l-footer__sns ._sns_icon .facebook_icon {
  width: 25.65px;
  height: 25.49px;
}
.l-footer .l-footer-row .l-footer-col._logo_col .l-footer__sns ._sns_icon .instagram_icon {
  width: 25.49px;
  height: 25.49px;
}
.l-footer .l-footer-row .l-footer-col._logo_col .l-footer__sns ._sns_icon:hover svg {
  fill: #9398A2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-footer .l-footer-row .l-footer-col._nav_col {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-row .l-footer-col._nav_col {
    margin-top: 48px;
  }
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link {
  margin-top: 18.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 0;
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li {
  width: 50%;
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li:nth-child(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li.is-current a {
  opacity: 0.4;
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li a {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.l-footer .l-footer-row .l-footer-col._nav_col .l-footer__link li a:hover {
  color: #9398A2;
}
.l-footer .l-footer-bottom {
  width: 100%;
  padding: 35px 0 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-bottom {
    padding: 40px 0 52px;
  }
}
.l-footer .l-footer-bottom .l-footer-bottom__upper {
  margin-bottom: 13.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 17.6px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__upper {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(211, 216, 220, 0.3);
  }
}
.l-footer .l-footer-bottom .l-footer-bottom__upper .l-footer-bottom__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__upper .l-footer-bottom__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 5px;
  }
}
.l-footer .l-footer-bottom .l-footer-bottom__upper .l-footer-bottom__logo .footer_bottom_logo01 {
  width: 84.51px;
}
.l-footer .l-footer-bottom .l-footer-bottom__upper .l-footer-bottom__logo .footer_bottom_logo02 {
  width: 261.23px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__upper .l-footer-bottom__logo .footer_bottom_logo02 {
    width: 228.24px;
  }
}
.l-footer .l-footer-bottom .l-footer-bottom__upper .l-footer-bottom__link {
  color: #9398A2;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-footer .l-footer-bottom .l-footer-bottom__upper .l-footer-bottom__link:hover {
  opacity: 0.6;
}
.l-footer .l-footer-bottom .l-footer-bottom__upper .l-footer-bottom__link::after {
  content: "";
  background: url(../images/arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.83px;
  height: 12.91px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-footer .l-footer-bottom .l-footer-bottom__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 28.1px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 9.6px;
  }
}
.l-footer .l-footer-bottom .l-footer-bottom__lower .l-footer-bottom__copyright,
.l-footer .l-footer-bottom .l-footer-bottom__lower .l-footer-bottom__policy {
  color: #9398A2;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.l-footer .l-footer-bottom .l-footer-bottom__lower .l-footer-bottom__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-footer .l-footer-bottom .l-footer-bottom__lower .l-footer-bottom__policy:hover {
  opacity: 0.6;
}
.l-footer .l-footer-bottom .l-footer-bottom__lower .l-footer-bottom__policy::after {
  content: "";
  background: url(../images/arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.86px;
  height: 9.46px;
  margin-bottom: 1px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-footer .l-footer-bottom .l-footer-bottom__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  bottom: 46px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-footer .l-footer-bottom .l-footer-bottom__pagetop:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__pagetop {
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
.l-footer .l-footer-bottom .l-footer-bottom__pagetop span {
  color: #9398A2;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__pagetop span {
    display: none;
  }
}
.l-footer .l-footer-bottom .l-footer-bottom__pagetop::after {
  content: "";
  background: url(../images/arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.83px;
  height: 12.91px;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__pagetop::after {
    display: none;
  }
}
.l-footer .l-footer-bottom .l-footer-bottom__pagetop .back_to_top_icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer-bottom__pagetop .back_to_top_icon {
    width: 100%;
    height: 100%;
    display: block;
    fill: #9398a2;
    stroke: #d3d8dc;
  }
}

.l-story {
  width: 100%;
  padding-left: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-story {
    padding-left: 0;
  }
}
.l-story ._nav_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.l-story ._nav_title::before {
  content: "";
  background: url(../images/search_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
}
.l-story .l-story-nav-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-story .l-story-nav-btn {
    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;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 17px;
    border: 1px solid #D3D8DC;
  }
  .l-story .l-story-nav-btn::after {
    content: "";
    background: url(../images/plus_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: block;
  }
  .l-story .l-story-nav-btn ._nav_title {
    font-size: 16px;
  }
}
.l-story .l-story-nav {
  width: 300px;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-story .l-story-nav {
    background: #ffffff;
    width: 100%;
    height: 100vh;
    padding: 0 10%;
    pointer-events: auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-story .l-story-nav.is-active {
    -webkit-transform: none;
            transform: none;
  }
}
.l-story .l-story-nav .l-story-nav__sticky {
  width: 200px;
  position: sticky;
  top: 136px;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .l-story .l-story-nav .l-story-nav__sticky {
    width: 100%;
    padding-top: 113px;
    position: static;
  }
}
.l-story .l-story-nav .l-story-nav__sticky ._nav_title {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .l-story .l-story-nav .l-story-nav__sticky ._nav_title {
    display: none;
  }
}
.l-story .l-story-nav .l-story-nav__sticky ._broad_category_list > li {
  margin-bottom: 21px;
}
.l-story .l-story-nav .l-story-nav__sticky ._broad_category_list > li ._broad_category_title {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 2.3571428571;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.l-story .l-story-nav .l-story-nav__sticky ._close_text {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-story .l-story-nav .l-story-nav__sticky ._close_text {
    margin-top: 60px;
    text-align: center;
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 0.01em;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #333333;
    cursor: pointer;
    display: block;
  }
}
.l-story .l-story-column {
  width: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 80px;
}
@media screen and (max-width: 600px) {
  .l-story .l-story-column {
    min-height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
  }
}
.l-story .l-story-column > li {
  width: 47.1111111111%;
}
@media screen and (max-width: 600px) {
  .l-story .l-story-column > li {
    width: 100%;
  }
}

.c-story-link-items {
  width: 100%;
  display: block;
}
.c-story-link-items ._post_img {
  width: 100%;
  aspect-ratio: 422/276;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.c-story-link-items ._post_img.--border {
  border: 1px solid #D3D8DC;
}
.c-story-link-items ._post_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-story-link-items ._post_img.--border {
  border: 1px solid #D3D8DC;
}
.c-story-link-items .c-post-data {
  margin-top: 32px;
}
.c-story-link-items .c-post-data .c-category-list {
  gap: 4px;
}
.c-story-link-items ._post_title {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 600;
}
.c-story-link-items:hover ._post_img img {
  scale: 1.05;
}

.l-column2 {
  max-width: 1480px;
  width: 92.5%;
  margin: 0 auto;
  padding-left: 29.7297297297%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-column2 {
    padding-left: 0;
  }
}
.l-column2 .l-column2-nav {
  width: 29.7297297297%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .l-column2 .l-column2-nav {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav {
    width: 100%;
    margin-bottom: 95.2px;
    padding-right: 0;
    position: static;
    pointer-events: auto;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sp_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sp_btn {
    width: 100%;
    padding: 16px 24px;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.03em;
    font-weight: 700;
    border: 1px solid #D3D8DC;
    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;
    cursor: pointer;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sp_btn span {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}
.l-column2 .l-column2-nav .l-column2-nav__sp_btn span::before, .l-column2 .l-column2-nav .l-column2-nav__sp_btn span::after {
  content: "";
  background: #333333;
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-column2 .l-column2-nav .l-column2-nav__sp_btn span::after {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-column2 .l-column2-nav .l-column2-nav__sp_btn.is-active span::after {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sp_btn.--cat-btn {
    padding: 16px 24px;
    padding-left: 52px;
    position: relative;
  }
  .l-column2 .l-column2-nav .l-column2-nav__sp_btn.--cat-btn::after {
    content: "";
    background: url(../images/search_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sticky {
  max-width: 280px;
  width: 100%;
  position: sticky;
  top: 136px;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sticky {
    background: #ffffff;
    max-width: inherit;
    position: absolute;
    top: 66px;
    left: 0;
    border: 1px solid #D3D8DC;
    border-top: none;
    display: none;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list {
    margin-bottom: 0;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li {
  border-top: 1px solid #D3D8DC;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li:nth-last-child(1) {
  border-bottom: 1px solid #D3D8DC;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li:nth-last-child(1) {
    border-bottom: none;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li ._link {
  width: 100%;
  padding: 16px 0;
  padding-right: 12px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
  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;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li ._link {
    padding: 16px 24px;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li ._link::after {
  content: "";
  background: url(../images/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.66px;
  height: 12.77px;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li ._link:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li ._link.is-current {
  color: #FF6600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_list > li ._link.is-current::after {
  content: "";
  background: url(../images/arrow_accent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.66px;
  height: 12.77px;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_sub_list {
  width: 100%;
  margin-top: 3px;
  padding: 0 20px 16px;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_sub_list {
    padding: 0 40px 16px;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_sub_list > li {
  margin-bottom: 12px;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_sub_list > li:nth-last-child(1) {
  margin-bottom: 0;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_sub_list > li ._sub_link {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_sub_list > li ._sub_link:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._sec_anchor_sub_list > li ._sub_link.is-current {
  color: #FF6600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sticky ._btn_list {
    display: none;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._btn_list > li:nth-child(n+2) {
  margin-top: 12px;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._btn_list > li a ._inner {
  padding-left: 12%;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._search_head {
  margin-bottom: 38px;
  font-size: 18px;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sticky ._search_head {
    display: none;
  }
}
.l-column2 .l-column2-nav .l-column2-nav__sticky ._search_head::before {
  content: "";
  background: url(../images/search_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
}
.l-column2 .l-column2-nav .l-column2-nav__sticky .c-category-list {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-column2 .l-column2-nav .l-column2-nav__sticky .c-category-list {
    border-top: 1px solid #D3D8DC;
    padding: 16px 24px;
  }
}
.l-column2 .l-column2-main {
  max-width: 900px;
  width: 100%;
  min-height: 700px;
}

.l-news-list .l-news-list__post:nth-child(1) {
  border-top: 1px solid #D3D8DC;
}
.l-news-list .l-news-list__post > a {
  width: 100%;
  padding: 40px 0;
  display: block;
  border-bottom: 1px solid #D3D8DC;
}
@media screen and (max-width: 600px) {
  .l-news-list .l-news-list__post > a {
    padding: 28px 0;
  }
}
.l-news-list .l-news-list__post > a .c-post-data {
  gap: 32px;
}
.l-news-list .l-news-list__post > a .c-post-data .c-category-list > li ._cat {
  background: transparent;
  padding: 6px 4px;
}
.l-news-list .l-news-list__post > a ._post_title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .l-news-list .l-news-list__post > a ._post_title {
    margin-top: 10px;
  }
}

.l-sub-fv {
  background: #ffffff;
  width: 100%;
  padding: 140px 0 130px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-sub-fv {
    padding: 90px 0 60px;
  }
}
.l-sub-fv .c-section_inner_wide {
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .l-sub-fv .c-section_inner_wide {
    padding-bottom: 80px;
  }
}

.l-related-projects {
  width: 100%;
  padding: 100px 0 115px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-related-projects {
    padding: 60px 0 130px;
  }
}
.l-related-projects .l-related-projects-title {
  font-size: 28px;
  line-height: 1.4642857143;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .l-related-projects .l-related-projects-title {
    font-size: 22px;
    line-height: 1.5454545455;
  }
}
.l-related-projects .l-related-projects-slide {
  width: auto;
  margin-top: 52.5px;
  overflow: visible;
}
@media screen and (max-width: 600px) {
  .l-related-projects .l-related-projects-slide {
    margin-top: 48.5px;
  }
}
.l-related-projects .l-related-projects-slide .l-related-projects-slide__list ._related-projects_item {
  width: 363px;
}
@media screen and (max-width: 600px) {
  .l-related-projects .l-related-projects-slide .l-related-projects-slide__list ._related-projects_item {
    width: 90vw;
  }
}
.l-related-projects .l-related-projects-slide__controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39.5px;
  position: absolute;
  top: -94px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .l-related-projects .l-related-projects-slide__controls {
    width: 100%;
    margin-top: 45px;
    position: static;
  }
}
.l-related-projects .l-related-projects-slide__controls ._swiper-pagination {
  width: 382.7px;
  height: 2px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-related-projects .l-related-projects-slide__controls ._swiper-pagination {
    width: calc(100% - 156.5px);
  }
}
.l-related-projects .l-related-projects-slide__controls ._swiper-pagination.swiper-pagination-progressbar {
  background: #D3D8DC;
  border-radius: 50px;
}
.l-related-projects .l-related-projects-slide__controls ._swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  width: 100%;
  height: 2px;
  background: #FF6600;
  border-radius: 50px;
}
.l-related-projects .l-related-projects-slide__controls ._slide_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  position: relative;
  cursor: pointer;
}
.l-related-projects .l-related-projects-slide__controls .swiper-button-disabled {
  opacity: 0.4;
}

.c-copy {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.c-copy ._small {
  font-size: 12px;
}

.c-en {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.c-dot-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
.c-dot-text::before {
  content: "";
  background: #EA1D00;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  display: block;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 1px;
}
.c-dot-text ._small {
  font-size: 12px;
}

.c-top_section_title,
.c-sub_page_title {
  color: #EA1D00;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .c-top_section_title,
  .c-sub_page_title {
    font-size: 44px;
    line-height: 1.2272727273;
  }
}
.c-top_section_title.--white,
.c-sub_page_title.--white {
  color: #ffffff;
}
.c-top_section_title.--white ._jp_title,
.c-sub_page_title.--white ._jp_title {
  color: #ffffff;
}
.c-top_section_title.--white ._jp_title::after,
.c-sub_page_title.--white ._jp_title::after {
  background: #ffffff;
}
.c-top_section_title ._jp_title,
.c-sub_page_title ._jp_title {
  margin-bottom: 12px;
  padding-left: 26px;
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
}
.c-top_section_title ._jp_title::after,
.c-sub_page_title ._jp_title::after {
  content: "";
  background: #FF6600;
  clip-path: polygon(50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0 26%);
  width: 13.89px;
  height: 16.18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-sub_page_title {
  font-size: 80px;
  line-height: 1.2125;
}
@media screen and (max-width: 600px) {
  .c-sub_page_title {
    font-size: 48px;
    line-height: 1.2291666667;
  }
}

.c-sub_section_title {
  color: #333333;
  font-size: 40px;
  line-height: 1.325;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .c-sub_section_title {
    font-size: 27px;
    line-height: 1.3333333333;
  }
}
.c-sub_section_title ._en_title {
  margin-bottom: 19px;
  display: block;
  color: #EA1D00;
  font-size: 15px;
  line-height: 1.2666666667;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .c-sub_section_title ._en_title {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.2142857143;
  }
}
.c-sub_section_title ._en_copy {
  color: #333333;
  font-size: 44px;
  line-height: 1.2272727273;
  letter-spacing: 0.01em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .c-sub_section_title ._en_copy {
    font-size: 30px;
    line-height: 1.2;
  }
}
.c-sub_section_title img {
  width: 435.15px;
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  .c-sub_section_title img {
    width: 309px;
    margin-top: 7px;
  }
}

.c-hashtag_title {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .c-hashtag_title {
    font-size: 22px;
    line-height: 1.5454545455;
  }
}
.c-hashtag_title ._accent {
  margin-right: 8px;
  color: #FF6600;
  font-size: 28px;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .c-hashtag_title ._accent {
    font-size: 26px;
    line-height: 1.3076923077;
  }
}
.c-hashtag_title img {
  width: 231.11px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .c-hashtag_title img {
    width: 238.11px;
    margin-top: 11px;
  }
}

.c-button {
  width: 200px;
  height: 54px;
  padding: 12px 24px 12px 28px;
  border-radius: 50px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.c-button::after {
  content: "";
  background: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media screen and (max-width: 767px) {
  .c-button::after {
    content: "";
    background: url(../images/arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10.73px;
    height: 9.35px;
    border-radius: 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 22.6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
.c-button ._button_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.c-button.--black {
  background: rgb(255, 102, 0);
  background: -webkit-gradient(linear, left top, right top, from(#FF6600), to(#EA1D00));
  background: linear-gradient(90deg, #FF6600 0%, #EA1D00 100%);
  color: #ffffff;
  position: relative;
}
.c-button.--black::before {
  content: "";
  background: #333333;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-button.--black:hover::before {
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-button.--black:hover::after {
  content: "";
  background: url(../images/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.73px;
  height: 9.35px;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 22.6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-button.--white {
  background: #ffffff;
  color: #EA1D00;
  position: relative;
}
.c-button.--white::before {
  content: "";
  display: none;
}
.c-button.--white::after {
  content: "";
  background: #EA1D00;
}
@media screen and (max-width: 767px) {
  .c-button.--white::after {
    content: "";
    background: transparent;
    background: url(../images/arrow_main_color.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10.73px;
    height: 9.35px;
    border-radius: 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 22.6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
.c-button.--white:hover::after {
  content: "";
  background: url(../images/arrow_main_color.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.73px;
  height: 9.35px;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 22.6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.c-download_link_btn,
.c-contact_link_btn {
  max-width: 304px;
  width: 100%;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-download_link_btn::before,
.c-contact_link_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-download_link_btn:hover::before,
.c-contact_link_btn:hover::before {
  content: "";
  -webkit-transform: translate(-50%, -50%) scale(110%);
          transform: translate(-50%, -50%) scale(110%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-download_link_btn ._inner,
.c-contact_link_btn ._inner {
  width: 100%;
  padding-left: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-download_link_btn ._inner ._text,
.c-contact_link_btn ._inner ._text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.c-download_link_btn {
  background: #FF6600;
}
.c-download_link_btn::before {
  content: "";
  background: url(../images/c-download_link_btn_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.c-download_link_btn ._inner {
  gap: 20px;
}
.c-download_link_btn ._inner::before {
  content: "";
  background: url(../images/c-download_link_btn_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33.22px;
  height: 24.99px;
  display: block;
}

.c-contact_link_btn {
  background: #EA1D00;
}
.c-contact_link_btn::before {
  content: "";
  background: url(../images/c-contact_link_btn_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.c-contact_link_btn ._inner {
  gap: 18px;
}
.c-contact_link_btn ._inner::before {
  content: "";
  background: url(../images/c-contact_link_btn_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 33px;
  display: block;
}

.c-outer_links .c-circle_btn {
  background: #ffffff;
  width: 52.35px;
  height: 52.35px;
  border-radius: 50px;
  position: relative;
}
.c-outer_links .c-circle_btn::before {
  content: "";
  background: #EA1D00;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .c-outer_links .c-circle_btn::before {
    content: "";
    background: transparent;
    background: url(../images/arrow_main_color.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11.56px;
    height: 10.7px;
    border-radius: 0;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
.c-outer_links:hover .c-circle_btn::before {
  content: "";
  background: url(../images/arrow_main_color.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.56px;
  height: 10.7px;
  border-radius: 0;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.c-outer_links .c-view_btn {
  width: 100%;
  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;
  color: #333333;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-outer_links .c-view_btn ._arrow {
  background: #333333;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-outer_links .c-view_btn ._arrow::after {
  content: "";
  background: url(../images/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9.9px;
  height: 8.63px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-outer_links:hover .c-view_btn ._arrow {
  background: #EA1D00;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-outer_links:hover .c-view_btn ._arrow::after {
  content: "";
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-stop-button {
  background: #333333;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.c-stop-button::before {
  content: "";
  background: url(../images/stop_btn_before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.c-stop-button::after {
  content: "";
  background: url(../images/stop_btn_after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21.51px;
  height: 26.88px;
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
.c-stop-button.is-stop::before {
  content: "";
  visibility: visible;
  opacity: 1;
}
.c-stop-button.is-stop::after {
  content: "";
  visibility: hidden;
  opacity: 0;
}

.c-pagination {
  width: 100%;
  margin-top: 193.8px;
}
@media screen and (max-width: 600px) {
  .c-pagination {
    margin-top: 65.5px;
  }
}
.c-pagination ._inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 600px) {
  .c-pagination ._inner {
    gap: 40px;
  }
}
.c-pagination ._inner ._page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.c-pagination ._inner ._page_list > li a,
.c-pagination ._inner ._page_list > li span {
  color: #333333;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0em;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-pagination ._inner ._page_list > li._dot {
  width: 13.75px;
  height: 2.75px;
}
.c-pagination ._inner ._page_list > li._dot::after {
  content: "";
  background: url(../images/dots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13.75px;
  height: 2.75px;
  display: block;
}
.c-pagination ._inner ._page_list > li.is-current {
  opacity: 0.2;
}
.c-pagination ._inner ._page_list > li:hover {
  opacity: 0.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-prev,
.c-next {
  width: 53px;
  height: 53px;
  border-radius: 50px;
  border: 1px solid #D3D8DC;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-prev::after,
.c-next::after {
  content: "";
  background: url(../images/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.66px;
  height: 12.77px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-prev:hover,
.c-next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-prev:hover::after,
.c-next:hover::after {
  content: "";
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-prev::after {
  content: "";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-prev:hover::after {
  content: "";
  -webkit-transform: rotate(-180deg) scale(0.8);
          transform: rotate(-180deg) scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-fv-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-fv-link > a {
  background: #D3D8DC;
  width: 50%;
  padding: 22px 0;
  border-radius: 5px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .c-fv-link > a {
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.c-fv-link > a:nth-child(2) {
  border-radius: 0 5px 0 0;
}
.c-fv-link > a.is-current {
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  padding-top: 28px;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .c-fv-link > a.is-current {
    padding-top: 16px;
  }
}
.c-fv-link > a:not(.is-current):hover {
  padding-top: 28px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .c-fv-link > a:not(.is-current):hover {
    padding-top: 16px;
  }
}

.c-section_inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.c-section_inner_wide {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.c-section_inner_middle {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.c-sec_title_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-sec_title_content._upper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-sec_title_content._middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-sec_title_content._bottoming {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-flex-half {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .c-flex-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-flex-half ._half_column {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .c-flex-half ._half_column {
    width: 100%;
  }
}

.c-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-category-list > li ._cat {
  width: 100%;
  background: #ffffff;
  padding: 6px 7px;
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}
.c-category-list > li ._cat.is-current {
  background: #FF6600;
  color: white;
}
.c-category-list > li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-category-list > li a:hover {
  background: #FF6600;
  color: white;
}

.c-post-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.c-post-data ._date {
  margin-top: 8px;
  color: #9398A2;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.c-breadcrumb {
  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: 12px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.c-breadcrumb ._text {
  color: #333333;
  font-size: 13px;
  line-height: 2.3076923077;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .c-breadcrumb ._text {
    font-weight: 400;
  }
}
.c-breadcrumb ._page_back ._text {
  color: #9398A2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.c-breadcrumb ._page_back ._text::after {
  content: "";
  background: url(../images/arrow_gray02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  margin-top: 2px;
  display: block;
}

.c-scroll-hint {
  background: rgba(0, 0, 0, 0.27);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 18;
  display: none;
}
@media screen and (max-width: 600px) {
  .c-scroll-hint {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.c-scroll-hint.is-hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s 1s;
  transition: all 0.4s 1s;
}
.c-scroll-hint::after {
  content: "";
  background: url(../images/scroll-hint-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37.44px;
  height: 57.38px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  .js-scroll-hint-area {
    pointer-events: none;
    overflow-x: hidden;
  }
  .js-scroll-hint-area.is-action {
    overflow-x: scroll;
    pointer-events: auto;
  }
}

.p-top-loading {
  background: #EFF3F4;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  visibility: visible;
  opacity: 1;
}
.p-top-loading .p-top-mv__loading_logo {
  width: 11.175625%;
  aspect-ratio: 178.81/126.51;
  position: absolute;
  top: 39.1666666667%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .p-top-loading .p-top-mv__loading_logo {
    width: 178.81px;
    top: 41.9161676647%;
  }
}
.p-top-loading .p-top-mv__loading_logo ._loading_hexagon {
  width: 66.9146020916%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .p-top-loading .p-top-mv__loading_logo ._loading_hexagon {
    width: 119.65px;
  }
}
.p-top-loading .p-top-mv__loading_logo ._loading_hexagon img {
  width: 100%;
}
.p-top-loading .p-top-mv__loading_logo ._loading_circle {
  width: 66.8698618645%;
  position: absolute;
  top: 4.7031855189%;
  right: 0.5px;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .p-top-loading .p-top-mv__loading_logo ._loading_circle {
    width: 119.57px;
    top: 5.9px;
  }
}
.p-top-loading .p-top-mv__loading_logo ._loading_circle img {
  width: 100%;
}
.p-top-loading .p-top-mv__loading_title {
  width: 7.651875%;
  position: absolute;
  top: 55.5555555556%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .p-top-loading .p-top-mv__loading_title {
    width: 122.43px;
    top: 58.3832335329%;
  }
}
.p-top-loading .p-top-mv__loading_title img {
  width: 100%;
}

.loading ._loading_hexagon {
  display: none;
}
.loading ._loading_circle {
  display: none;
}
.loading .p-top-mv__loading_logo {
  display: none;
}
.loading .p-top-mv__loading_title {
  display: none;
}
.loading .p-top-loading.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
}
.loading .p-top-mv__logo ._logo_hexagon.js-mv-after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s 0.2s ease-out;
  transition: all 0.6s 0.2s ease-out;
}
.loading .p-top-mv__logo ._logo_hexagon.js-mv-before {
  opacity: 0;
  -webkit-transform: translate(-40%, 0%) rotate(-20deg);
          transform: translate(-40%, 0%) rotate(-20deg);
}
.loading .p-top-mv__logo ._logo_circle.js-mv-after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s 0.2s ease-out;
  transition: all 0.6s 0.2s ease-out;
}
.loading .p-top-mv__logo ._logo_circle.js-mv-before {
  opacity: 0;
  -webkit-transform: translate(40%, 0%) rotate(20deg);
          transform: translate(40%, 0%) rotate(20deg);
}
.loading .l-header.js-mv-after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.8s 0.8s ease-in-out;
  transition: 0.8s 0.8s ease-in-out;
}
.loading .l-header.js-mv-before {
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}
.loading .p-top-mv__scroll.js-mv-after,
.loading .p-top-mv__site_title.js-mv-after,
.loading .p-top-mv__text.js-mv-after {
  opacity: 1;
  -webkit-transition: all 0.8s 1s ease-in-out;
  transition: all 0.8s 1s ease-in-out;
}
.loading .p-top-mv__scroll.js-mv-before,
.loading .p-top-mv__site_title.js-mv-before,
.loading .p-top-mv__text.js-mv-before {
  opacity: 0;
}

.p-top-mv {
  background: url(../images/p-top-mv-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-top-mv {
    background: url(../images/p-top-mv-bg_sp.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
  }
}
.p-top-mv .p-top-mv__object {
  position: absolute;
}
.p-top-mv .p-top-mv__object img {
  width: 100%;
}
.p-top-mv .p-top-mv__object._object01 {
  width: 2.78375%;
  top: 30.1888888889vh;
  left: 2.19375%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object01 {
    width: 11.8293333333%;
    top: 83.7574850299vh;
    left: -1.76%;
  }
}
.p-top-mv .p-top-mv__object._object02 {
  width: 1.369375%;
  top: 82.7vh;
  left: 3.2125%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object02 {
    width: 4.568%;
    top: 19.2365269461vh;
    left: 3.04%;
  }
}
.p-top-mv .p-top-mv__object._object03 {
  width: 0.728125%;
  top: 45.9444444444vh;
  left: 18.625%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object03 {
    display: none;
  }
}
.p-top-mv .p-top-mv__object._object04 {
  width: 1.248125%;
  top: 93.2vh;
  left: 18.31875%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object04 {
    display: none;
  }
}
.p-top-mv .p-top-mv__object._object05 {
  width: 1.2775%;
  top: 18.6555555556vh;
  left: 33.83125%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object05 {
    display: none;
  }
}
.p-top-mv .p-top-mv__object._object07 {
  width: 1.369375%;
  top: 91.5222222222vh;
  left: 64.73125%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object07 {
    display: none;
  }
}
.p-top-mv .p-top-mv__object._object08 {
  width: 1.369375%;
  top: 37.6777777778vh;
  left: 80.375%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object08 {
    display: none;
  }
}
.p-top-mv .p-top-mv__object._object09 {
  width: 0.786875%;
  top: 72.9vh;
  left: 80.625%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object09 {
    display: none;
  }
}
.p-top-mv .p-top-mv__object._object10 {
  width: 1.248125%;
  top: 21.7111111111vh;
  left: 95.8125%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object10 {
    width: 4.1626666667%;
    top: 92.8143712575vh;
    left: 93.3333333333%;
  }
}
.p-top-mv .p-top-mv__object._object11 {
  width: 2.59625%;
  top: 78.9vh;
  left: 95.10625%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__object._object11 {
    width: 10.9813333333%;
    top: 33.7425149701vh;
    left: 89.8666666667%;
  }
}
.p-top-mv .p-top-mv__object._object_scale01 img {
  -webkit-animation: mv_object_wide 4s infinite ease-in-out;
          animation: mv_object_wide 4s infinite ease-in-out;
}
.p-top-mv .p-top-mv__object._object_scale02 img {
  -webkit-animation: mv_object_wide 4s 0.4s infinite ease-in-out;
          animation: mv_object_wide 4s 0.4s infinite ease-in-out;
}
.p-top-mv .p-top-mv__object._object_scale03 img {
  -webkit-animation: mv_object_wide 4s 0.8s infinite ease-in-out;
          animation: mv_object_wide 4s 0.8s infinite ease-in-out;
}
@-webkit-keyframes mv_object_wide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mv_object_wide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top-mv .p-top-mv__text {
  width: 0.854375%;
  position: absolute;
  top: 39.4444444444vh;
  left: 95.875%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__text {
    display: none;
  }
}
.p-top-mv .p-top-mv__text img {
  width: 100%;
}
.p-top-mv .p-top-mv__scroll {
  margin: 0 auto;
  position: absolute;
  top: 91vh;
  left: 48.54375%;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__scroll {
    top: 89.6706586826vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top-mv .p-top-mv__scroll .c-en {
  color: #333333;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.p-top-mv .p-top-mv__scroll ._mv_scroll_bar {
  background: #D3D8DC;
  width: 1px;
  height: 16px;
  margin: 0 auto;
  margin-top: 11.6px;
  position: relative;
}
.p-top-mv .p-top-mv__scroll ._mv_scroll_bar ._mv_scroll_circle {
  background: #EA1D00;
  width: 6.59px;
  height: 6.59px;
  border-radius: 50px;
  position: absolute;
  top: -3.295px;
  left: -2.9px;
  -webkit-animation: mv_scroll_loop 2s infinite;
          animation: mv_scroll_loop 2s infinite;
}
@-webkit-keyframes mv_scroll_loop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    background: #FF6600;
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@keyframes mv_scroll_loop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    background: #FF6600;
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
.p-top-mv .p-top-mv__logo {
  width: 45%;
  aspect-ratio: 720/445;
  position: absolute;
  top: 26.7777777778vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__logo {
    width: 93.3333333333%;
    aspect-ratio: 350/217;
    top: 46.8562874251vh;
  }
}
.p-top-mv .p-top-mv__logo ._logo_hexagon {
  width: 52.9638888889%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__logo ._logo_hexagon {
    width: 52.7857142857%;
  }
}
.p-top-mv .p-top-mv__logo ._logo_hexagon img {
  width: 100%;
}
.p-top-mv .p-top-mv__logo ._logo_circle {
  width: 55.8333333333%;
  position: absolute;
  top: 5.393258427%;
  right: 0;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__logo ._logo_circle {
    width: 56%;
    top: 5.5299539171%;
  }
}
.p-top-mv .p-top-mv__logo ._logo_circle img {
  width: 100%;
}
.p-top-mv .p-top-mv__site_title {
  width: 22.06625%;
  position: absolute;
  top: 73.1777777778vh;
  left: 7.7125%;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-top-mv__site_title {
    width: 70.9333333333%;
    top: 24.4011976048vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top-mv .p-top-mv__site_title img,
.p-top-mv .p-top-mv__site_title source {
  width: 100%;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .u-sp {
    display: block;
  }
}
.u-pc {
  display: block;
}

@media screen and (max-width: 600px) {
  .u-pc {
    display: none;
  }
}
.u-new_line {
  display: inline-block;
  letter-spacing: inherit;
  font-family: inherit;
}

.u-img {
  display: block;
}
.u-img img {
  width: 100%;
}

.u-para-img img {
  width: 100%;
  height: 110%;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top {
  background: #ffffff;
}
.p-top .l-main {
  background: #EFF3F4;
}
.p-top .p-top-sec01 {
  padding: 137px 0 161px;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec01 {
    padding: 90px 0 94px;
  }
}
.p-top .p-top-sec01 .l-story {
  margin-top: 73px;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec01 .l-story {
    margin-top: 48px;
  }
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec01 .c-button {
    margin: 0 auto;
    margin-top: 52px;
  }
}
.p-top .p-top-sec02 {
  padding: 300px 0 140px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec02 {
    padding: 144px 0 100px;
  }
}
.p-top .p-top-sec02::before {
  content: "";
  background: rgb(255, 102, 0);
  background: linear-gradient(80deg, rgb(255, 102, 0) 45%, rgb(234, 29, 0) 60%);
  width: 4450px;
  height: 4450px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec02::before {
    width: 2000px;
    background: rgb(255, 102, 0);
    background: linear-gradient(84deg, rgb(255, 102, 0) 45%, rgb(234, 29, 0) 60%);
  }
}
.p-top .p-top-sec02 ._objects01 {
  width: 31.5525%;
  position: absolute;
  top: 7.87%;
  left: 3.9375%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec02 ._objects01 {
    width: 308.67px;
    top: 20px;
    left: -10px;
  }
}
.p-top .p-top-sec02 ._objects02 {
  width: 33.773125%;
  position: absolute;
  bottom: 3.55%;
  right: 3.125%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec02 ._objects02 {
    width: 330.4px;
    bottom: 0;
    right: -7px;
  }
}
.p-top .p-top-sec02 ._img01 {
  width: 25.125%;
  aspect-ratio: 402/579;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
  position: absolute;
  top: 33.6%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec02 ._img01 {
    display: none;
  }
}
.p-top .p-top-sec02 ._img02 {
  width: 25%;
  aspect-ratio: 400/579;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  position: absolute;
  top: 19.2%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec02 ._img02 {
    display: none;
  }
}
.p-top .p-top-sec02 ._inner {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec02 ._inner {
    padding: 0;
  }
}
.p-top .p-top-sec02 ._inner ._title {
  margin-top: 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec02 ._inner ._title {
    margin-top: 48px;
  }
}
.p-top .p-top-sec02 ._inner .c-copy {
  margin-top: 24px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec02 ._inner .c-copy {
    margin-top: 42px;
  }
}
.p-top .p-top-sec02 ._inner .c-button {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec02 ._inner .c-button {
    margin: 0 auto;
    margin-top: 47.5px;
  }
}
.p-top .p-top-sec03 {
  background: #ffffff;
  width: 100%;
  padding: 163px 0 147px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec03 {
    padding: 105px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec03 .c-sec_title_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top .p-top-sec03 .c-sec_title_content .c-copy {
  width: 50%;
  margin-top: 46px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec03 .c-sec_title_content .c-copy {
    width: 100%;
  }
}
.p-top .p-top-sec03 ._outer {
  width: 100%;
  position: relative;
}
.p-top .p-top-sec03 ._outer::before, .p-top .p-top-sec03 ._outer::after {
  content: "";
  background: linear-gradient(95deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 80%);
  width: 12.5%;
  height: 100%;
  aspect-ratio: 200/510;
  display: block;
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec03 ._outer::before, .p-top .p-top-sec03 ._outer::after {
    display: none;
  }
}
.p-top .p-top-sec03 ._outer::before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top .p-top-sec03 ._outer::after {
  background: linear-gradient(-95deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  top: 0;
  right: 0;
}
.p-top .p-top-sec03 ._outer ._swiper_control {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
}
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-next,
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-prev {
  background: #ffffff;
  width: 54px;
  height: 54px;
  -webkit-box-shadow: 0px 1px 10px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 10px -5px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-next::before,
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-prev::before {
  content: "";
  background: rgb(255, 102, 0);
  background: linear-gradient(80deg, rgb(255, 102, 0) 0%, rgb(234, 29, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-next::after,
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-prev::after {
  content: "";
  background: url(../images/arrow_main_color.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-next:hover::before,
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-prev:hover::before {
  content: "";
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-next:hover::after,
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-prev:hover::after {
  content: "";
  background: url(../images/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-next {
  position: absolute;
  top: 50%;
  right: 6%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-next {
    right: 1.5%;
  }
}
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-prev {
  position: absolute;
  top: 50%;
  left: 6%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-prev {
    left: 1.5%;
  }
}
.p-top .p-top-sec03 ._outer ._swiper_control ._technology-button-prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-top .p-top-sec03 .p-top-technology__slide {
  width: 66.5%;
  padding-top: 87px;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec03 .p-top-technology__slide {
    width: 100%;
    padding: 0 40px;
    padding-top: 70px;
  }
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list {
  width: auto;
  overflow: visible;
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item {
  background: #EFF3F4;
  width: 328px;
  height: auto;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item {
    width: 100%;
  }
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item > a {
  width: 100%;
  height: 100%;
  padding: 36px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item > a ._upper {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item > a ._upper img {
  width: 99px;
  height: 99px;
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item > a ._upper ._item_title {
  color: #333333;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item > a ._upper ._item_title .c-en {
  color: #9398A2;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: block;
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item > a .c-copy {
  width: 254px;
  margin: 0 auto;
  margin-bottom: 47px;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item > a .c-copy {
    width: 100%;
  }
}
.p-top .p-top-sec03 .p-top-technology__slide ._technology_list .c-technology_item > a ._lower {
  width: 100%;
  margin-top: auto;
  padding: 22px 0 27px;
  border-top: 1px solid #D3D8DC;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-top .p-top-sec03 .p-top-technology__slide:hover ._technology_list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-top .p-top-sec03 ._btn_container {
  margin-top: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec03 ._btn_container {
    margin-top: 32px;
  }
  .p-top .p-top-sec03 ._btn_container .c-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top .p-top-sec03 ._btn_container .c-stop-button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top .p-top-sec04 {
  background: #ffffff;
  width: 100%;
  padding: 140px 0 160px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec04 {
    padding: 100px 0;
  }
}
.p-top .p-top-sec04 .top-news_object {
  position: absolute;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec04 .top-news_object {
    display: none;
  }
}
.p-top .p-top-sec04 .top-news_object img {
  width: 100%;
}
.p-top .p-top-sec04 .top-news_object._object01 {
  width: 13.524375%;
  top: 14.4680851064%;
  left: -5%;
}
.p-top .p-top-sec04 .top-news_object._object02 {
  width: 2.835625%;
  top: 53.029787234%;
  left: 8.25625%;
}
.p-top .p-top-sec04 .top-news_object._object03 {
  width: 2.54875%;
  top: 27.2340425532%;
  right: 13.9625%;
}
.p-top .p-top-sec04 .top-news_object._object04 {
  width: 12.7075%;
  top: 45.9574468085%;
  right: -1.5%;
}
.p-top .p-top-sec04 .top-news_object._object05 {
  width: 1.248125%;
  top: 33.7106382979%;
  left: 9.05%;
}
.p-top .p-top-sec04 .top-news_object._object06 {
  width: 1.248125%;
  top: 20.7659574468%;
  right: 11.25%;
}
.p-top .p-top-sec04 .top-news_object._object07 {
  width: 0.649375%;
  top: 36.3234042553%;
  right: 12.5%;
}
.p-top .p-top-sec04 .top-news_object.white_circle {
  background: #ffffff;
  aspect-ratio: 1/1;
  border-radius: 50px;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec04 .top-news_object.white_circle {
    display: none;
  }
}
.p-top .p-top-sec04 .top_news_inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-top .p-top-sec04 .top_news_inner .l-news-list {
  max-width: 800px;
  width: 100%;
  margin: 0 0 0 auto;
  margin-top: 72.3px;
  margin-bottom: 53px;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec04 .top_news_inner .l-news-list {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.p-top .p-top-sec04 .top_news_inner .c-button {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 600px) {
  .p-top .p-top-sec04 .top_news_inner .c-button {
    margin: 0 auto;
  }
}

.p-technology {
  background: #ffffff;
}
.p-technology .p-technology-sec01 {
  width: 100%;
  padding-bottom: 172px;
  border-bottom: 1px solid #D3D8DC;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec01 {
    padding-bottom: 205px;
  }
}
.p-technology .p-technology-sec01 .c-sub_section_title {
  margin-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec01 .c-sub_section_title {
    margin-bottom: 48px;
  }
}
.p-technology .p-technology-sec01 .p-technology-sec01__content {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec01 .p-technology-sec01__content {
    margin-top: 60px;
  }
}
.p-technology .p-technology-sec01 .p-technology-sec01__content:nth-of-type(1) {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec01 .p-technology-sec01__content:nth-of-type(1) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec01 .p-technology-sec01__content ._img_box {
    display: none;
  }
}
.p-technology .p-technology-sec01 .p-technology-sec01__content ._img_box .u-img {
  width: 82.8888888889%;
  overflow: hidden;
  border-radius: 4px;
}
.p-technology .p-technology-sec01 .p-technology-sec01__content ._text_box .c-copy {
  margin-top: 28px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec01 .p-technology-sec01__content ._text_box .c-copy {
    margin-top: 22px;
  }
}
.p-technology .p-technology-sec01 .p-technology-sec01__content ._text_box .u-img {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec01 .p-technology-sec01__content ._text_box .u-img {
    margin-top: 28px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
  }
}
.p-technology .p-technology-sec01 .p-technology-sec01__content ._text_box ._application {
  background: #F2F5F5;
  width: 100%;
  margin-top: 36.5px;
  padding: 27.5px 24px 20px;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec01 .p-technology-sec01__content ._text_box ._application {
    margin-top: 34px;
  }
}
.p-technology .p-technology-sec01 .p-technology-sec01__content ._text_box ._application::after {
  content: "応用例";
  background: #EA1D00;
  width: 72px;
  height: 24px;
  padding: 4px 0;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
  position: absolute;
  top: -12px;
  left: 20px;
}
.p-technology .p-technology-sec01 .p-technology-sec01__content ._text_box ._application .c-dot-text:nth-child(n+2) {
  margin-top: 8px;
}
.p-technology .p-technology-sec02 {
  padding-top: 69px;
}
.p-technology .p-technology-sec02 .c-sub_section_title {
  margin-bottom: 40px;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure {
  width: 100%;
  margin-top: 69px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__figure {
    position: relative;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_inner {
  background: url(../images/technology_figure_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 900/420;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_inner {
    width: 797.39px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor {
  display: block;
  position: absolute;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor ._figure_anchor_text {
  color: #333333;
  font-size: clamp(0.375rem, -0.202rem + 1.2vw, 1rem);
  font-weight: 600;
  line-height: 1;
  display: block;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor ._figure_anchor_text {
    font-size: 9px;
  }
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor ._figure_anchor_text {
    font-size: 14px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor ._figure_anchor_text::before, .p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor ._figure_anchor_text::after {
  content: "";
  background: url(../images/technology_figure_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 10%;
  right: -65%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor ._figure_anchor_text::after {
  content: "";
  background: url(../images/technology_figure_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor:hover ._figure_anchor_text {
  color: #EA1D00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor:hover ._figure_anchor_text::before {
  content: "";
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor:hover ._figure_anchor_text::after {
  content: "";
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor:hover img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor01 {
  width: 12.5555555556%;
  top: 16.1904761905%;
  left: 16.6666666667%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor01 ._figure_anchor_text {
  top: -19%;
  left: 39%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor02 {
  width: 12.5555555556%;
  top: 17.619047619%;
  left: 33.5555555556%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor02 ._figure_anchor_text {
  top: -26%;
  left: 39%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor03 {
  width: 13.9022222222%;
  top: 20.9523809524%;
  left: 50.3222222222%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor03 ._figure_anchor_text {
  top: -47%;
  left: -9%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor03 ._figure_anchor_text::before, .p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor03 ._figure_anchor_text::after {
  left: 105%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor04 {
  width: 5.1111111111%;
  top: 18.8095238095%;
  left: 75.3111111111%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor04 ._figure_anchor_text {
  top: -36%;
  left: -12%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor05 {
  width: 13.5988888889%;
  top: 67.0952380952%;
  left: 31.3888888889%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor05 ._figure_anchor_text {
  top: -35%;
  left: 10%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor05 ._figure_anchor_text::before, .p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor05 ._figure_anchor_text::after {
  left: 107%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor06 {
  width: 8.6666666667%;
  top: 71.380952381%;
  left: 80.7777777778%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor06 ._figure_anchor_text {
  top: -30%;
  left: -45%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor06 ._figure_anchor_text::before, .p-technology .p-technology-sec02 .p-technology-sec02__figure ._figure_anchor.--anchor06 ._figure_anchor_text::after {
  left: 105%;
}
.p-technology .p-technology-sec02 .p-technology-sec02__core {
  margin-top: 180px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core {
    margin-top: 65px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core:nth-child(n+2) {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core:nth-child(n+2) {
    margin-top: 65px;
  }
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core {
    padding-bottom: 83px;
    position: relative;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container ._upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container ._upper {
    gap: 20px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container ._upper img {
  width: 100px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container ._upper img {
    width: 80px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container ._upper ._item_title {
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container ._upper ._item_title {
    font-size: 22px;
    line-height: 1.5454545455;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container ._upper ._item_title ._hash {
  margin-top: 8px;
  color: #FF6600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container ._upper ._item_title ._hash {
    margin-top: 5.5px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container .c-category-list {
  margin-top: 44px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container .c-category-list {
    margin-top: 22px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container .c-copy {
  max-width: 387px;
  width: 90%;
  margin-top: 44.5px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container .c-copy {
    max-width: inherit;
    width: 100%;
    margin-top: 29px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container .c-copy:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container .c-copy ._small {
  font-size: 12px;
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container .c-button {
  margin-top: 36px;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._text_container .c-button {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._lottie_container {
    aspect-ratio: 335/394;
    margin-top: 28px;
  }
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._lottie_container ._lottie_object {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._lottie_container ._lottie_object ._lottie_thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._lottie_container ._lottie_object ._lottie_thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._lottie_container ._lottie_object ._lottie_thumbnail.is-hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-technology .p-technology-sec02 .p-technology-sec02__core ._lottie_container ._lottie_object .c-stop-button {
  position: absolute;
  right: 17px;
  bottom: 23px;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .p-technology .p-technology-sec02 .p-technology-sec02__core ._lottie_container ._lottie_object .c-stop-button {
    right: 17px;
    bottom: 23px;
    z-index: 5;
  }
}
.p-technology .l-related-projects {
  margin-top: 122.7px;
}
@media screen and (max-width: 600px) {
  .p-technology .l-related-projects {
    margin-top: 107.8px;
  }
}

.p-concept {
  overflow: hidden;
}
.p-concept .p-concept-sec01 {
  background: #EFF3F4;
}
.p-concept .p-concept-sec01 ._text {
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .p-concept .p-concept-sec01 ._text {
    font-size: 18px;
    line-height: 1.8888888889;
  }
}
.p-concept .p-concept-sec01 ._copy {
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p-concept .p-concept-sec01 ._copy {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-concept .p-concept-sec01 ._copy .--accent {
  color: #FF6600;
}
.p-concept .p-concept-sec01 ._parallax_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 ._parallax_wrap {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .u-para-img img {
    border-radius: 8px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper {
  padding: 210px 0 276px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper {
    padding: 140px 0 0;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._inner {
    margin-bottom: 32px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._text_container {
  max-width: 520px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._text_container ._title_img {
  width: 77.448%;
}
@media screen and (max-width: 600px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._text_container ._title_img {
    width: 217.85px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._text_container ._text {
  margin-top: 32px;
  margin-bottom: 108px;
}
@media screen and (max-width: 600px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._text_container ._text {
    margin-top: 36px;
    margin-bottom: 32px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._text_container ._copy {
  margin-bottom: 47px;
}
@media screen and (max-width: 600px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._text_container ._copy {
    margin-bottom: 32px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._text_container ._copy:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._parallax_wrap {
    height: 348px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._img01 {
  width: 31.9375%;
  aspect-ratio: 511/676;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 10.4735883424%;
  right: -11px;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._img01 {
    width: 228.5px;
    aspect-ratio: 228.5/303.18;
    top: 0;
    right: -22px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._objects01 {
  width: 5.875%;
  position: absolute;
  top: 37.6138433515%;
  left: 3.1%;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._objects01 {
    width: 39px;
    top: 53px;
    left: 65px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._objects02 {
  width: 15.3075%;
  position: absolute;
  top: 71.9489981785%;
  right: -8px;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._objects02 {
    width: 101px;
    bottom: 0;
    right: 170px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._objects03 {
  width: 6.16%;
  position: absolute;
  top: 68.2149362477%;
  left: 3.4625%;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._objects03 {
    width: 70px;
    top: 137px;
    left: 49px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__upper ._objects04 {
  width: 5.259375%;
  position: absolute;
  top: 91.0746812386%;
  right: 25.9875%;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__upper ._objects04 {
    display: none;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower {
  padding: 135px 0 382px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower {
    padding: 24px 0 50px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._inner {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._inner {
    margin-bottom: 44px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._text_container {
  max-width: 410px;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._text_container {
    max-width: inherit;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._text_container ._copy {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._text_container ._copy {
    margin-bottom: 32px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._text_container ._copy ._small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._parallax_wrap {
    height: 376px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._img02 {
  width: 31.0725%;
  aspect-ratio: 497.16/601.68;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._img02 {
    width: 187.5px;
    aspect-ratio: 187.5/226.92;
    top: 0;
    left: -22px;
    border-radius: 8px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._img03 {
  width: 15%;
  aspect-ratio: 240/327.37;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 12.6103404792%;
  right: 6.25%;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._img03 {
    width: 112px;
    aspect-ratio: 112/152;
    top: 200px;
    right: 24px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._img03 img {
  border-radius: 8px;
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._objects05 {
  width: 4.8575%;
  position: absolute;
  top: -10.0882723834%;
  left: 7.625%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._objects05 {
    width: 38px;
    top: 20%;
    left: initial;
    right: 42px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._objects06 {
  width: 16.3125%;
  position: absolute;
  top: 58.2597730139%;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._objects06 {
    width: 95.6px;
    top: 79%;
    left: initial;
    right: 97px;
  }
}
.p-concept .p-concept-sec01 .p-concept-sec01__lower ._objects07 {
  width: 9.25%;
  position: absolute;
  top: 73.2660781841%;
  right: 8.875%;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._objects07 {
    width: 60px;
    top: 38%;
    left: initial;
    right: 87px;
  }
  .p-concept .p-concept-sec01 .p-concept-sec01__lower ._objects07 img {
    -webkit-transform: rotate(-67deg);
            transform: rotate(-67deg);
  }
}
.p-concept .p-concept-sec02 {
  padding: 235px 0 235px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-concept .p-concept-sec02 {
    padding: 144px 0 100px;
  }
}
.p-concept .p-concept-sec02::before {
  content: "";
  background: #ffffff;
  width: 4450px;
  height: 4450px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-concept .p-concept-sec02::before {
    background: #ffffff;
    width: 2000px;
  }
}
.p-concept .p-concept-sec02 .c-sub_section_title {
  margin-bottom: 35px;
}
.p-concept .p-concept-sec02 .p-concept-sec02__img {
  background: #EFF3F4;
  width: 100%;
  margin-top: 76px;
  padding: 39px 0;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .p-concept .p-concept-sec02 .p-concept-sec02__img {
    padding: 13px 0 31px;
  }
}
.p-concept .p-concept-sec02 .p-concept-sec02__img img {
  max-width: 748.19px;
  width: 90%;
}
.p-concept .p-concept-sec02 .c-button {
  margin: 0 auto;
  margin-top: 54px;
}

.p-story {
  background: #ffffff;
}
.p-story .p-story-sec01 {
  width: 100%;
  padding-bottom: 123.3px;
}
.p-story .p-story-sec01 .p-story-sec01__inner {
  max-width: 1480px;
  width: 90%;
  margin: 0 auto;
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story {
  padding-left: 30.3867403315%;
}
@media screen and (max-width: 767px) {
  .p-story .p-story-sec01 .p-story-sec01__inner .l-story {
    padding-left: 0;
  }
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav {
  width: 30.3867403315%;
}
@media screen and (max-width: 1200px) {
  .p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav {
    width: 100%;
    padding-right: 0;
    padding: 0 10%;
    max-width: inherit;
  }
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav .l-story-nav__sticky {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav .l-story-nav__sticky {
    max-width: inherit;
  }
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav .l-story-nav__sticky ._broad_category_list > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav .l-story-nav__sticky ._btn_list {
  margin-top: 39px;
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav .l-story-nav__sticky ._btn_list > li:nth-child(n+2) {
  margin-top: 12px;
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav .l-story-nav__sticky ._btn_list > li a ._inner {
  padding-left: 12%;
}
@media screen and (max-width: 767px) {
  .p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-nav .l-story-nav__sticky ._btn_list {
    display: none;
  }
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-column {
  max-width: 900px;
  min-height: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-column {
    min-height: inherit;
  }
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-column > li {
  width: 47.1111111111%;
}
@media screen and (max-width: 600px) {
  .p-story .p-story-sec01 .p-story-sec01__inner .l-story .l-story-column > li {
    width: 100%;
    min-height: inherit;
  }
}
.p-story .p-story-sec01 .p-story-sec01__inner .l-story .c-pagination {
  max-width: 900px;
  width: 100%;
}

.p-news {
  background: #ffffff;
  padding-bottom: 137px;
}
.p-news .c-pagination {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .p-news .c-pagination {
    margin-top: 48px;
  }
}
.p-news .l-column2-main {
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .p-news .l-column2-main {
    min-height: inherit;
  }
}

.p-single {
  background: #EFF3F4;
}
@media screen and (max-width: 600px) {
  .p-single {
    background: #ffffff;
  }
}
.p-single .c-breadcrumb {
  padding: 140px 0 78px;
}
@media screen and (max-width: 767px) {
  .p-single .c-breadcrumb {
    padding: 140px 0 78px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: inherit;
    row-gap: 0;
  }
  .p-single .c-breadcrumb li:nth-last-of-type(1) ._text {
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .p-single .c-breadcrumb {
    padding: 90px 0 60px;
  }
}
.p-single .p-single-post {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post {
    padding-bottom: 61px;
  }
}
.p-single .p-single-post .c-section_inner_middle {
  background: #ffffff;
  padding: 87px 100px 94px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-post .c-section_inner_middle {
    padding: 87px 40px 94px;
  }
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .c-section_inner_middle {
    width: 100%;
    padding: 0 5% 84px;
    border-radius: inherit;
  }
}
.p-single .p-single-post .p-post-head .p-post-head__download_btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-post .p-post-head .p-post-head__download_btn {
    display: none;
  }
}
.p-single .p-single-post .p-post-head .c-download_link_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-post .p-post-head .c-download_link_btn {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
  }
}
.p-single .p-single-post .p-post-head__data {
  color: #9398A2;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .p-post-head__data {
    font-size: 14px;
  }
}
.p-single .p-single-post .p-post-head__title {
  margin-top: 36px;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .p-post-head__title {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.44;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.p-single .p-single-post .c-category-list {
  margin-top: 28px;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .c-category-list {
    margin-top: 24px;
  }
}
.p-single .p-single-post .p-post-head__corporate {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .p-post-head__corporate {
    margin-top: 40px;
  }
}
.p-single .p-single-post .p-post-head__corporate ._img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .p-post-head__corporate ._img {
    width: 45px;
    height: 45px;
  }
}
.p-single .p-single-post .p-post-head__corporate ._text {
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.p-single .p-single-post .p-post-head__download_btn {
  background-color: #FF6600;
  width: 100%;
  padding: 36px 40px;
  border-radius: 6px;
  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: 20px;
  position: relative;
  display: none;
}
.p-single .p-single-post .p-post-head__download_btn::before {
  content: "";
  background: url(../images/post-head__download_btn_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.p-single .p-single-post .p-post-head__download_btn:hover::before {
  content: "";
  -webkit-transform: translate(-50%, -50%) scale(105%);
          transform: translate(-50%, -50%) scale(105%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.p-single .p-single-post .p-post-head__download_btn .c-copy {
  color: #ffffff;
}
.p-single .p-single-post .p-post-head__download_btn ._box {
  background: #ffffff;
  min-width: 253px;
  height: 44px;
  padding: 0 10px;
  border-radius: 4px;
  color: #FF6600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-single .p-single-post .p-post-contents {
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .p-post-contents {
    padding-top: 62px;
  }
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner h2 {
  margin-bottom: 83.4px;
  font-size: 24px;
  line-height: 2.125;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .p-post-contents .p-post-contents__inner h2 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.5454545455;
  }
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner h3 {
  margin-bottom: 24px;
  padding-left: 13px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner h3::before {
  content: "";
  background: #FF6600;
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner h4 {
  margin-bottom: 24px;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner h4::before {
  content: "";
  background: #FF6600;
  clip-path: polygon(50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0 26%);
  width: 12px;
  height: 13.98px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner a {
  color: #1A73E8;
  text-decoration: underline;
  text-decoration-color: #1A73E8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner a:hover {
  opacity: 0.8;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner figure {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner figure img {
  width: 100%;
  border-radius: 6px;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner figure figcaption {
  margin-top: 7.5px;
  color: #9398A2;
  font-size: 12px;
  font-size: 500;
  text-align: center;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner .wp-element-button {
  background: #333333;
  width: 200px;
  height: 54px;
  margin-bottom: 40px;
  padding: 12px 24px 12px 28px;
  border-radius: 50px;
  display: block;
  color: #ffffff;
  line-height: 1.5;
  text-decoration-line: none;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner .wp-element-button::after {
  content: "";
  background: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner .wp-element-button:hover {
  opacity: 1;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner .wp-element-button:hover::after {
  content: "";
  background: url(../images/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.73px;
  height: 9.35px;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 22.6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner ul,
.p-single .p-single-post .p-post-contents .p-post-contents__inner ol {
  margin-bottom: 40px;
  padding-left: 29px;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner ul li,
.p-single .p-single-post .p-post-contents .p-post-contents__inner ol li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner ul li:nth-last-of-type(1),
.p-single .p-single-post .p-post-contents .p-post-contents__inner ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner ul {
  list-style-type: disc;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner ul li::marker {
  color: #22272C;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner ol {
  list-style-type: decimal-leading-zero;
}
.p-single .p-single-post .p-post-contents .p-post-contents__inner ol li::marker {
  font-family: "Inter", sans-serif;
  color: #9398A2;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.p-single .p-single-post .p-post-contents .p-post-contents__banner {
  width: 100%;
  height: 270px;
  padding-top: 54px;
  padding-left: 69px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: inherit;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-post .p-post-contents .p-post-contents__banner {
    width: 100%;
    height: 100%;
    aspect-ratio: 303/304;
    margin: 0 auto;
    padding-top: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-single .p-single-post .p-post-contents .p-post-contents__banner::after {
  content: "";
  background: url(../images/post-contents__banner_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-post .p-post-contents .p-post-contents__banner::after {
    background: url(../images/post-contents__banner_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
.p-single .p-single-post .p-post-contents .p-post-contents__banner ._heading {
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 1.21875;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-post .p-post-contents .p-post-contents__banner ._heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2142857143;
  }
}
.p-single .p-single-post .p-post-contents .p-post-contents__banner ._heading ._text {
  margin-top: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-post .p-post-contents .p-post-contents__banner ._heading ._text {
    margin-top: 6px;
  }
}
.p-single .p-single-post .p-post-contents .p-post-contents__banner .c-copy {
  color: #ffffff;
  margin-bottom: 0;
}
.p-single .p-single-post .p-post-contents .p-post-contents__banner .c-circle_btn {
  position: absolute;
  bottom: 22.6px;
  right: 22.6px;
}
.p-single .p-single-post .c-button {
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .p-single .p-single-post .c-button {
    margin-top: 0;
  }
}
.p-single .l-related-projects {
  background: #ffffff;
}

.p-contact .l-sub-fv,
.p-download .l-sub-fv {
  background: #EFF3F4;
  padding-bottom: 130px;
}
.p-contact .p-contact-main,
.p-contact .p-download-main,
.p-download .p-contact-main,
.p-download .p-download-main {
  background: #ffffff;
  width: 100%;
  padding-top: 105px;
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact-main,
  .p-contact .p-download-main,
  .p-download .p-contact-main,
  .p-download .p-download-main {
    padding-top: 70px;
  }
}
.p-contact .p-contact-main .c-form-status,
.p-contact .p-download-main .c-form-status,
.p-download .p-contact-main .c-form-status,
.p-download .p-download-main .c-form-status {
  margin-bottom: 105px;
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact-main .c-form-status,
  .p-contact .p-download-main .c-form-status,
  .p-download .p-contact-main .c-form-status,
  .p-download .p-download-main .c-form-status {
    margin-bottom: 81px;
  }
}
.p-contact .p-contact-main ._privacy_text,
.p-contact .p-download-main ._privacy_text,
.p-download .p-contact-main ._privacy_text,
.p-download .p-download-main ._privacy_text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-contact .p-contact-main ._privacy_text a,
.p-contact .p-download-main ._privacy_text a,
.p-download .p-contact-main ._privacy_text a,
.p-download .p-download-main ._privacy_text a {
  color: #1A73E8;
  padding-right: 20px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-contact .p-contact-main ._privacy_text a:hover,
.p-contact .p-download-main ._privacy_text a:hover,
.p-download .p-contact-main ._privacy_text a:hover,
.p-download .p-download-main ._privacy_text a:hover {
  opacity: 0.6;
}
.p-contact .p-contact-main ._privacy_text a::after,
.p-contact .p-download-main ._privacy_text a::after,
.p-download .p-contact-main ._privacy_text a::after,
.p-download .p-download-main ._privacy_text a::after {
  content: "";
  background: url(../images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13.61px;
  height: 11.85px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-40%) rotate(-45deg);
          transform: translateY(-40%) rotate(-45deg);
}
.p-contact .p-contact-main ._privacy_text.--center,
.p-contact .p-download-main ._privacy_text.--center,
.p-download .p-contact-main ._privacy_text.--center,
.p-download .p-download-main ._privacy_text.--center {
  margin-top: 40px;
  text-align: center;
}
.p-contact .p-contact-main ._complete_text,
.p-contact .p-download-main ._complete_text,
.p-download .p-contact-main ._complete_text,
.p-download .p-download-main ._complete_text {
  color: #FF6600;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.p-contact .p-contact-main ._complete_top_link,
.p-contact .p-download-main ._complete_top_link,
.p-download .p-contact-main ._complete_top_link,
.p-download .p-download-main ._complete_top_link {
  margin: 100px 0 150px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #333333;
  text-align: center;
  display: block;
}
.p-contact .p-contact-main .l-form,
.p-contact .p-download-main .l-form,
.p-download .p-contact-main .l-form,
.p-download .p-download-main .l-form {
  margin-top: 115px;
  padding-bottom: 155px;
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact-main .l-form,
  .p-contact .p-download-main .l-form,
  .p-download .p-contact-main .l-form,
  .p-download .p-download-main .l-form {
    margin-top: 40px;
    padding-bottom: 113px;
  }
}

.l-form label {
  margin-top: 12px;
  font-size: 16px;
  line-height: 2.625;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-form label {
    margin-top: 0;
  }
}
.l-form label .--alert {
  color: #EA1D00;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-form label .--alert {
    margin-left: 10px;
    position: static;
  }
}
.l-form input,
.l-form select,
.l-form textarea {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
  font-weight: 400;
  padding: 14px 24px;
  border-radius: 0;
  border: 1px solid #D3D8DC;
}
@media screen and (max-width: 600px) {
  .l-form input,
  .l-form select,
  .l-form textarea {
    padding: 11px 12px;
  }
}
.l-form input[type=text]:focus,
.l-form select:focus,
.l-form textarea:focus {
  outline: none;
  border-radius: 0;
  border: 1px solid #FF6600;
}
.l-form ._placeholder {
  margin-top: 10px;
  padding-left: 24px;
  color: #9FA5AF;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-form ._placeholder {
    padding-left: 0;
  }
}
.l-form ._error_message {
  margin-top: 10px;
  padding-left: 24px;
  color: #EA1D00;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-form ._error_message {
    padding-left: 0;
  }
}
.l-form .l-form-string {
  margin-bottom: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-form .l-form-string {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .l-form .l-form-string {
    margin-bottom: 48px;
  }
}
.l-form .l-form-string > label {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .l-form .l-form-string > label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.l-form .l-form-string > .l-form-string-operation {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .l-form .l-form-string > .l-form-string-operation {
    width: 100%;
  }
}
.l-form .l-form-string > .l-form-string-operation.--tri {
  position: relative;
}
.l-form .l-form-string > .l-form-string-operation.--tri::after {
  content: "";
  background: url(../images/arrow_black02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-form .l-form-string > .l-form-string-operation > input[type=text],
.l-form .l-form-string > .l-form-string-operation > select,
.l-form .l-form-string > .l-form-string-operation > textarea {
  width: 100%;
}
.l-form .l-form-string > .l-form-string-operation > input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 16px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.l-form .l-form-string > .l-form-string-operation > input[type=checkbox]::before {
  content: "同意する";
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  display: block;
  position: absolute;
  top: -1px;
  left: 26px;
}
.l-form .l-form-string > .l-form-string-operation > input[type=checkbox]::after {
  content: "";
  width: 9px;
  height: 12px;
  background: none;
  border-bottom: 3px solid #FF6600;
  border-right: 3px solid #FF6600;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  position: absolute;
  top: 0;
  left: 4px;
  opacity: 0;
}
.l-form .l-form-string > .l-form-string-operation > input[type=checkbox]:checked::after {
  opacity: 1;
}
.l-form .l-form-string > .l-form-string-operation input[type=radio] {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  padding: 0;
  position: relative;
}
.l-form .l-form-string > .l-form-string-operation input[type=radio]::after {
  content: "";
  background: #FF6600;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.l-form .l-form-string > .l-form-string-operation input[type=radio]:checked::after {
  opacity: 1;
}
.l-form .l-form-string .l-form-string__2column {
  width: calc(100% - 200px);
  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;
}
@media screen and (max-width: 767px) {
  .l-form .l-form-string .l-form-string__2column {
    width: 100%;
  }
}
.l-form .l-form-string .l-form-string__2column > .l-form-string-operation {
  width: 48.75%;
}
.l-form .l-form-string .l-form-string__2column > .l-form-string-operation > input {
  width: 100%;
}
.l-form .l-form-string.--request_contact > label {
  line-height: 1.6;
}
.l-form .l-form-string.--request_contact ._request_contact_label {
  cursor: pointer;
  font-weight: 500;
}
.l-form .l-form-string.--request_contact ._request_contact_label input[type=radio] {
  margin: -4px 5px 0 16px;
}
.l-form .c-button {
  width: 249px;
  margin: 0 auto;
  position: relative;
}
.l-form .c-button input[type=submit] {
  width: 249px;
  height: 54px;
  padding: 0;
  padding-left: 34px;
  border: none;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.l-form.--confirm {
  overflow: hidden;
}
.l-form.--confirm ._confirm_text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: inline;
}
.l-form.--confirm .l-form-string {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-form.--confirm .l-form-string > label {
  margin-top: 0;
}
.l-form.--confirm .l-form-string__2column {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  gap: 10px;
}
.l-form.--confirm .l-form-string__2column .l-form-string-operation {
  width: auto;
}

.c-form-status {
  max-width: 412px;
  width: 100%;
  margin: 0 auto;
  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;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-form-status {
    max-width: inherit;
    width: 276px;
  }
}
.c-form-status::before {
  content: "";
  background: #D3D8DC;
  max-width: 350px;
  width: 84.9514563107%;
  height: 1px;
  display: block;
  position: absolute;
  top: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .c-form-status::before {
    max-width: inherit;
    width: 215px;
    top: 20px;
    left: 48%;
  }
}
.c-form-status p {
  color: #D3D8DC;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .c-form-status p {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.c-form-status p span {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-form-status p span {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    margin-left: 7px;
  }
}
.c-form-status p span::before {
  content: "";
  background: #D3D8DC;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .c-form-status p span::before {
    width: 11px;
    height: 11px;
  }
}
.c-form-status p.is-current {
  color: #FF6600;
}
.c-form-status p.is-current span::before {
  content: "";
  background: #FF6600;
}
.c-form-status p.is-current span::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #FF6600;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-download .p-download-main .l-column2 {
  width: 100%;
  margin-bottom: 155px;
  padding-left: calc(100% - 780px);
}
@media screen and (max-width: 1200px) {
  .p-download .p-download-main .l-column2 {
    padding-left: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-download .p-download-main .l-column2 {
    padding-left: 0;
  }
}
.p-download .p-download-main .l-column2 .l-column2-nav {
  width: calc(100% - 780px);
}
@media screen and (max-width: 1200px) {
  .p-download .p-download-main .l-column2 .l-column2-nav {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-download .p-download-main .l-column2 .l-column2-nav {
    width: 100%;
    margin-bottom: 82px;
    position: static;
  }
}
.p-download .p-download-main .l-column2 .l-column2-nav .l-column2-nav__sticky {
  max-width: 300px;
  width: 90%;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-download .p-download-main .l-column2 .l-column2-nav .l-column2-nav__sticky {
    max-width: inherit;
    width: 100%;
    position: static;
    display: block;
  }
}
.p-download .p-download-main .l-column2 .l-column2-nav .l-column2-nav__sticky .p-download-main__item {
  width: 100%;
}
.p-download .p-download-main .l-column2 .l-column2-nav .l-column2-nav__sticky .p-download-main__item ._download_img {
  width: 100%;
  aspect-ratio: 300/184;
  border-radius: 4px;
  border: 1px solid #D3D8DC;
  overflow: hidden;
  position: relative;
}
.p-download .p-download-main .l-column2 .l-column2-nav .l-column2-nav__sticky .p-download-main__item ._download_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-download .p-download-main .l-column2 .l-column2-nav .l-column2-nav__sticky .p-download-main__item ._download_title {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #FF6600;
  font-size: 17px;
  line-height: 1.1764705882;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.p-download .p-download-main .l-column2 .l-column2-main {
  width: 780px;
  row-gap: 0;
}
@media screen and (max-width: 1200px) {
  .p-download .p-download-main .l-column2 .l-column2-main {
    width: 100%;
  }
}
.p-download .p-download-main .l-column2 .l-column2-main .l-form {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-download .p-download-main .l-column2 .l-column2-main .l-form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .p-download .p-download-main .l-column2 .l-column2-main .l-form .l-form-string {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .p-download .p-download-main .l-column2 .l-column2-main .l-form .l-form-string > label {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .p-download .p-download-main .l-column2 .l-column2-main .l-form .l-form-string > .l-form-string-operation {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .p-download .p-download-main .l-column2 .l-column2-main .l-form .l-form-string .l-form-string__2column {
    width: 100%;
  }
}