@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  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.
 */
html,
body {
  margin: 0;
  padding: 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "halter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/halter.woff2") format("woff2"), url("../fonts/halter.woff") format("woff");
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6em;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.l-inner {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--lg {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--lg {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--md {
  max-width: 1033px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--md {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--sm {
  max-width: 960px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

::-moz-placeholder {
  color: #B5B5B5;
}

::placeholder {
  color: #B5B5B5;
}

/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3rem;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 10px 20px;
}
input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3rem;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 18rem;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #002E5E;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #002E5E;
  opacity: 1;
}

/**
 * radio
 *
 */
.radio-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .radio-wrap {
    row-gap: 0.8rem;
  }
}
.radio-wrap .radio-item label {
  display: block;
}

input[type=radio] {
  display: none;
  vertical-align: middle;
}

input[type=radio] + .radio-item-label,
input[type=checkbox] + .radio-item-label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-left: 17px;
  position: relative;
  transition: 0.5s;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .radio-item-label::before,
input[type=checkbox] + .radio-item-label::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease;
  z-index: 2;
}

input[type=radio] + .radio-item-label::after,
input[type=checkbox] + .radio-item-label::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type=radio]:checked + .radio-item-label::after,
input[type=checkbox]:checked + .radio-item-label::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
.check-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .check-wrap {
    row-gap: 0.8rem;
  }
}
.check-wrap .radio-item label {
  display: block;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

input[type=checkbox] + label::before {
  background: #fff;
  border: 1px #000 solid;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #000 solid;
  border-radius: 0.8rem;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/13;
  background: url(../img/icon/icon_arrow-select.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .select-parts::after {
    width: 1.6rem;
  }
}
.select-parts select {
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select-parts select {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

/**
 * button
 *
 */
form button[type=submit],
form input[type=submit] {
  background-color: #002E5E;
  border: 2px solid #002E5E;
  border-radius: 10rem;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  margin-inline: auto;
  max-width: 24rem;
  padding: 1.6rem 3.8rem;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
form button[type=submit]:hover, form button[type=submit]:focus,
form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: #fff;
  color: #002E5E;
}
form button[type=submit]:hover::after, form button[type=submit]:focus::after,
form input[type=submit]:hover::after,
form input[type=submit]:focus::after {
  background-color: #002E5E;
}
form + * {
  margin-top: 2.4rem;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.l-header__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
  padding-block: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    flex-wrap: nowrap;
    padding-block: 0;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-right: 0.5rem;
  }
}
.l-header__logo {
  align-items: center;
  display: flex;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    z-index: 0;
  }
}
.l-header__logo a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 40;
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo-main {
  display: block;
  max-width: 17.1rem;
  position: relative;
  width: 100%;
}
.l-header__logo-img {
  transition: all 0.3s;
}
.l-header__logo-img.white {
  left: 0;
  position: absolute;
  top: 0;
}
.l-header__container {
  align-items: center;
  display: flex;
  gap: 2.9rem;
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btnwrap {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.l-header__btn-link {
  background-color: #002E5E;
  border: 2px solid #002E5E;
  border-radius: 10rem;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  min-width: 13rem;
  padding-block: 0.7rem;
  text-align: center;
  transition: all 0.3s;
}
.l-header__btn-link:hover, .l-header__btn-link:focus-visible {
  background-color: #fff;
  color: #002E5E;
}
.l-header__btn-link.--cta {
  background-color: #B40019;
  border-color: #B40019;
}
.l-header__btn-link.--cta:hover, .l-header__btn-link.--cta:focus-visible {
  background-color: #fff;
  color: #B40019;
}

.l-header,
.l-header__inner,
.p-sub-nav__link {
  transition: all 0.25s;
}

.p-header-nav__list {
  align-items: center;
  display: flex;
  gap: 2rem;
}
.p-header-nav__item.has-child {
  position: relative;
}
.p-header-nav__link {
  align-items: center;
  color: #1a1311;
  display: flex;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  padding: 1rem 0.5rem;
  transition: all 0.3s;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  color: #002E5E;
}
.p-header-nav__link.has-child {
  cursor: pointer;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 6.4rem;
    justify-content: center;
    position: relative;
    width: 6.4rem;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn {
    height: 6rem;
    width: 6rem;
  }
}
.c-hamburger-btn__inner {
  display: block;
  height: 2.2rem;
  position: relative;
  width: 3rem;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.15s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  background-color: #002E5E;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 0.2rem;
  transition: all 0.3s;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    background-color: rgba(34, 65, 106, 0.96);
    display: block;
    height: 100svh;
    right: 0;
    min-height: auto;
    opacity: 0;
    padding-block: 7rem 3rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 0.15s;
    transform: translateX(100%);
    visibility: hidden;
    width: 28rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__inner.l-inner {
    height: 100%;
    overflow-y: auto;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 30;
  }
}
.p-sub-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-sub-nav__item {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item {
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.p-sub-nav__item.has-child {
  position: relative;
}
.p-sub-nav__item.has-child:has(.p-sub-nav__child-wrap.show) .p-sub-nav__link {
  opacity: 0.7;
}
.p-sub-nav__item.has-child:has(.p-sub-nav__child-wrap.show) .p-sub-nav__link::after {
  opacity: 1;
}
.p-sub-nav__item.has-child .p-sub-nav__link {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item.has-child .p-sub-nav__link {
    padding-block: 1.1rem;
  }
}
.p-sub-nav__item.has-child .p-sub-nav__link::after {
  display: none;
}
.p-sub-nav__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 1.5rem;
  justify-content: space-between;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-block: 1.1rem;
  padding-right: 1rem;
  position: relative;
  transition: 0.25s;
}
.p-sub-nav__link:hover, .p-sub-nav__link:focus {
  opacity: 0.7;
}
.p-sub-nav__link::after {
  aspect-ratio: 8/11;
  background: url(../img/icon/icon_arrow-nav.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 0.8rem;
}
.p-sub-nav__child-wrap {
  background: rgba(34, 65, 106, 0.95);
  border-radius: 1rem;
  bottom: 1px;
  left: -2.4rem;
  opacity: 0;
  padding: 3rem;
  position: absolute;
  transform: translateY(100%);
  transition: all 0.3s;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__child-wrap {
    opacity: 1;
    padding: 0 0 1.2rem;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }
}
.p-sub-nav__child-wrap.show {
  opacity: 1;
  visibility: visible;
}
.p-sub-nav__child-item a {
  background-color: #fff;
  border-radius: 1rem;
  color: #222;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  justify-content: space-between;
  letter-spacing: 0.06em;
  padding: 1.3rem 2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__child-item a {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.4285714286;
    padding-block: 1rem;
    padding-inline: 1rem 0.8rem;
  }
}
.p-sub-nav__child-item a .mn {
  font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__child-item a .mn {
    font-size: 1.15rem;
  }
}
.p-sub-nav__child-item a:hover, .p-sub-nav__child-item a:focus-visible {
  opacity: 0.7;
}
.p-sub-nav__child-item a:after {
  aspect-ratio: 8/11;
  background-color: #222;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow-nav.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow-nav.svg) 50%/contain no-repeat;
  width: 0.8rem;
}
.p-sub-nav__child-item + * {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__child-item + * {
    margin-top: 1rem;
  }
}
.p-sub-nav__btnwrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 4rem;
}
.p-sub-nav__btn-link {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10rem;
  color: #002E5E;
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  min-width: 18rem;
  padding-block: 0.7rem;
  text-align: center;
  transition: all 0.3s;
}
.p-sub-nav__btn-link:hover, .p-sub-nav__btn-link:focus-visible {
  background-color: #002E5E;
  color: #fff;
}
.p-sub-nav__btn-link.--cta {
  background-color: #B40019;
  border-color: #B40019;
  color: #fff;
}
.p-sub-nav__btn-link.--cta:hover, .p-sub-nav__btn-link.--cta:focus-visible {
  background-color: #fff;
  color: #B40019;
}

.l-header.is-top.scrolled {
  background-color: #fff;
}
.l-header.is-top.scrolled .p-header-nav__link {
  color: #000;
}
.l-header.is-top.scrolled .l-header__logo-img.white {
  opacity: 0;
}
.l-header.is-top.scrolled .c-hamburger-btn__line::before {
  background-color: #000;
}

.l-header.is-top {
  background-color: transparent;
}
.l-header.is-top .p-header-nav__link {
  color: #fff;
}
.l-header.is-top .c-hamburger-btn__line::before {
  background-color: #fff;
}

.l-header.is-open .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header.is-open .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.is-open .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.l-header.is-open .c-hamburger-btn__line::before {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .l-header.is-open .p-sub-nav {
    opacity: 1;
    pointer-events: auto;
    transition: 0.15s;
    transform: translateX(0);
    visibility: visible;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  padding-block: 5.5rem 4.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 4rem 5.9rem;
  }
}
.l-footer .l-inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer .l-inner {
    align-items: center;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-inner {
    gap: 2.5rem;
  }
}
.l-footer__info {
  padding-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__info {
    padding-top: 0;
  }
}
.l-footer__info-title {
  display: block;
  width: 21.5rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__info-title {
    margin-inline: auto;
  }
}
.l-footer__info-title .main {
  display: block;
}
.l-footer__info-title .main img {
  width: 100%;
}
.l-footer__info-title + * {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-title + * {
    margin-top: 2.9rem;
  }
}
.l-footer__info-address {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .l-footer__info-address {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-address {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-footer__nav {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-list {
    display: flex;
    gap: 1em;
    justify-content: center;
  }
}
.l-footer__nav-item + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-item + * {
    margin-top: 0;
  }
}
.l-footer__nav-link {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  padding-block: 0.5rem;
  transition: all 0.3s;
}
.l-footer__nav-link:hover, .l-footer__nav-link:focus-visible {
  color: #002E5E;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.l-footer__nav-link.no-link:hover, .l-footer__nav-link.no-link:focus-visible {
  color: #000;
}
.l-footer__nav-link::before {
  content: "・";
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-link::before {
    display: none;
  }
}
.l-footer__nav-child {
  padding-left: 1em;
  padding-top: 0.8rem;
}
.l-footer__nav-child-item + * {
  margin-top: 0.8rem;
}
.l-footer__nav-child-item a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  padding-block: 0.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-child-item a {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.l-footer__nav-child-item a:hover, .l-footer__nav-child-item a:focus-visible {
  color: #002E5E;
}
.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 3.5rem;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  position: relative;
  overflow: hidden;
}
.l-main--under {
  margin-top: 7rem;
}
@media screen and (max-width: 1023px) {
  .l-main--under {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main--under {
    margin-top: 6rem;
  }
}
.l-main__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .l-main__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.l-main__text.--bold {
  font-weight: 700;
}
.l-main__text + * {
  margin-top: 3.7rem;
}
.l-main__text + * .l-main__h2 {
  margin-top: 5.7rem;
}
.l-main__h2 {
  border-bottom: 2px solid #B40019;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.45;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-main__h2 {
    font-size: 1.8rem;
  }
}
.l-main__h2 + * {
  margin-top: 1.7rem;
}
.l-main--404 {
  padding-top: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-top: 10rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1981132075;
  color: #002E5E;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 5.6rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn02 {
  max-width: 36rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-link .c-btn02 {
    max-width: 30rem;
  }
}
.l-main--404 .l-recruit {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .l-recruit {
    margin-top: 8rem;
  }
}

.l-main__privacy-inner {
  margin-inline: auto;
  max-width: 76rem;
}
.l-main__privacy + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main__privacy + * {
    margin-top: 8rem;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
.l-form__dl + * {
  margin-top: 2.2rem;
}
.l-form__box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-form__box + .l-form__box {
  margin-top: 2rem;
}
.l-form__label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  gap: 1rem;
}
.l-form__label .required {
  border: 1px solid #B40019;
  border-radius: 0.3rem;
  color: #B40019;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0.1rem 0.4rem;
  text-align: center;
}
.l-form__dd {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.l-form__privacy {
  text-align: center;
}
.l-form__privacy-check {
  font-size: 16px;
  line-height: 1.375;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-form__privacy-check a {
  text-decoration: underline;
  transition: all 0.3s;
}
.l-form__privacy-check a:hover, .l-form__privacy-check a:focus-visible {
  color: #002E5E;
}
.l-form__privacy-check label.confirm {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
}
.l-form__privacy + * {
  margin-top: 3rem;
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  background-color: #B40019;
  color: #fff;
  padding-block: 5.8rem 8rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-block: 4rem;
  }
}
.l-cta::after {
  background: url(../img/common/cta-bg.jpg) top left/1920px repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.l-cta .c-primary-title::after {
  display: none;
}
.l-cta__text {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
}
.l-cta__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-cta__text span {
    display: inline;
  }
}
.l-cta__text + * {
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .l-cta__text + * {
    margin-top: 3rem;
  }
}
.l-cta__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4.3rem;
  margin-inline: auto;
  max-width: 76rem;
}
@media screen and (max-width: 767px) {
  .l-cta__body {
    gap: 1.8rem;
    justify-content: center;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-cta__body + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-cta__body + * {
    margin-top: 3.8rem;
  }
}
.l-cta__item {
  width: 50%;
  max-width: 30.2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}
.l-cta__item-title {
  border-left: 3px solid #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-cta__item-title {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}
.l-cta__item-title .mn {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-cta__item-title .mn {
    font-size: 1.4rem;
  }
}
.l-cta__item-title + * {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-cta__item-title + * {
    margin-top: 0.9rem;
  }
}
.l-cta__tel, .l-cta__mail {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .l-cta__tel, .l-cta__mail {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.l-cta__btn-link {
  align-items: center;
  background-color: #fff;
  border-radius: 10rem;
  color: #B40019;
  display: flex;
  font-weight: 700;
  font-size: 1.8rem;
  gap: 2rem;
  justify-content: center;
  line-height: 1.5;
  margin-inline: auto;
  max-width: 29.3rem;
  padding-block: 1.6rem 1.7rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-cta__btn-link {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 26rem;
    padding-block: 1.3rem;
  }
}
.l-cta__btn-link:hover, .l-cta__btn-link:focus-visible {
  opacity: 0.7;
}
.l-cta__btn-link::after {
  aspect-ratio: 9/14;
  background-color: #B40019;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  width: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btn-link::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* -------------------------------------
        l-faq
-----------------------------------------*/
.l-faq__dl-inner {
  padding: 4rem 7.5rem 3.6rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .l-faq__dl-inner {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__dl-inner {
    padding: 1.6rem 1rem 2rem;
  }
}
.l-faq__dl-inner:first-child {
  border-top: 1px solid #000;
}
.l-faq__dt, .l-faq__dd {
  align-items: flex-start;
  display: flex;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt, .l-faq__dd {
    gap: 1.2rem;
  }
}
.l-faq__dt::before, .l-faq__dd::before {
  display: block;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.4666666667;
  text-align: center;
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt::before, .l-faq__dd::before {
    font-size: 2.4rem;
    width: 1.9rem;
  }
}
.l-faq__dt .inner, .l-faq__dd .inner {
  flex: 1;
}
.l-faq__dt::before {
  content: "Q";
  color: #002E5E;
}
.l-faq__dt .inner {
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt .inner {
    padding-top: 0.9rem;
  }
}
.l-faq__dt p {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-faq__dt p {
    font-size: 1.6rem;
  }
}
.l-faq__dt + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt + * {
    margin-top: 1.2rem;
  }
}
.l-faq__dd::before {
  content: "A";
  color: #B40019;
}
.l-faq__dd .inner {
  padding-top: 0.6rem;
}
.l-faq__dd p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-faq__dd p {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        l-undermv
-----------------------------------------*/
.l-undermv {
  background-color: #002E5E;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.l-undermv .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv .l-inner {
    position: static;
  }
}
.l-undermv__body {
  display: flex;
  min-height: 30rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-undermv__body {
    align-items: center;
    flex-direction: column;
    min-height: auto;
  }
}
.l-undermv__title {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.4705882353;
}
@media screen and (max-width: 1023px) {
  .l-undermv__title {
    font-size: 2.8rem;
    padding-block: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.l-undermv__title-wrap {
  align-items: center;
  display: flex;
  position: relative;
  width: 36rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-undermv__title-wrap {
    justify-content: center;
  }
}
.l-undermv__title-wrap::after {
  background-color: #002E5E;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .l-undermv__title-wrap::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.l-undermv__content {
  align-items: center;
  display: flex;
  flex: 1;
  padding-left: 6rem;
}
@media screen and (max-width: 1023px) {
  .l-undermv__content {
    min-height: 29.1rem;
    padding: 0;
    width: 100%;
  }
}
.l-undermv__lead {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-undermv__lead {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.l-undermv__lead + .l-undermv__text {
  margin-top: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-undermv__lead + .l-undermv__text {
    margin-top: 1.3rem;
  }
}
.l-undermv__text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .l-undermv__text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
  }
}
.l-undermv__bg {
  background-color: #002E5E;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-undermv__bg {
    height: calc(100% - 10.1rem);
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__bg {
    height: calc(100% - 9.6rem);
  }
}
.l-undermv__bg picture {
  display: block;
  height: 100%;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .l-undermv__bg picture {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-undermv__bg picture img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.l-undermv__bg::after {
  background-color: #002E5E;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  width: 100vw;
}

/* -------------------------------------
        l-breadcrumbs
-----------------------------------------*/
.l-breadcrumbs {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-breadcrumbs::-webkit-scrollbar {
  display: none;
}
.l-breadcrumbs ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.3em;
  position: relative;
  z-index: 2;
}
.l-breadcrumbs ol li {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  white-space: nowrap;
}
.l-breadcrumbs ol li + li {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.l-breadcrumbs ol li + li::before {
  content: "＞";
  display: block;
}
.l-breadcrumbs ol li br {
  display: none;
}
.l-breadcrumbs ol li a {
  display: block;
  padding-block: 1rem;
  text-decoration: underline;
  transition: all 0.3s;
}
.l-breadcrumbs ol li a:hover, .l-breadcrumbs ol li a:focus-visible {
  color: #002E5E;
}
.l-breadcrumbs + * {
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs + * {
    margin-top: 2.9rem;
  }
}

/* -------------------------------------
        l-single
-----------------------------------------*/
.l-single__body {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
}
.l-single__body-inner {
  padding-block: 8rem 9.5rem;
}
@media screen and (max-width: 767px) {
  .l-single__body-inner {
    padding: 3rem 1rem;
  }
}
.l-single__body + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-single__body + * {
    margin-top: 6rem;
  }
}
.l-single__thumbnail {
  border-radius: 1rem;
  margin-inline: auto;
  overflow: hidden;
  width: 88.6363636364%;
}
@media screen and (max-width: 767px) {
  .l-single__thumbnail {
    width: 95%;
  }
}
.l-single__thumbnail + * {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-single__thumbnail + * {
    margin-top: 2.5rem;
  }
}
.l-single__content h2 {
  background-color: #002E5E;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 0.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 {
    font-size: 2rem;
    padding: 0.3rem 1rem;
  }
}
.l-single__content h3 {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-single__content h3 {
    font-size: 1.7rem;
    line-height: 1.5;
    padding-left: 1.2rem;
  }
}
.l-single__content h3::before {
  background-color: #002E5E;
  border-radius: 1rem;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h3::before {
    width: 0.4rem;
  }
}
.l-single__content h2,
.l-single__content h3 {
  font-weight: 700;
}
.l-single__content h2 + *,
.l-single__content h3 + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 + *,
.l-single__content h3 + * {
    margin-top: 2rem;
  }
}
.l-single__content h2 + p,
.l-single__content h3 + p {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 + p,
.l-single__content h3 + p {
    margin-top: 2rem;
  }
}
.l-single__content p,
.l-single__content figure,
.l-single__content ol,
.l-single__content ul {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .l-single__content p,
.l-single__content figure,
.l-single__content ol,
.l-single__content ul {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.l-single__content p + *,
.l-single__content figure + *,
.l-single__content ol + *,
.l-single__content ul + * {
  margin-top: 1.6rem;
}
.l-single__content p + figure,
.l-single__content figure + figure,
.l-single__content ol + figure,
.l-single__content ul + figure {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-single__content p + figure,
.l-single__content figure + figure,
.l-single__content ol + figure,
.l-single__content ul + figure {
    margin-top: 3rem;
  }
}
.l-single__content p + h2, .l-single__content p + h3,
.l-single__content figure + h2,
.l-single__content figure + h3,
.l-single__content ol + h2,
.l-single__content ol + h3,
.l-single__content ul + h2,
.l-single__content ul + h3 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-single__content p + h2, .l-single__content p + h3,
.l-single__content figure + h2,
.l-single__content figure + h3,
.l-single__content ol + h2,
.l-single__content ol + h3,
.l-single__content ul + h2,
.l-single__content ul + h3 {
    margin-top: 3rem;
  }
}
.l-single__content ul li + *,
.l-single__content ol li + * {
  margin-top: 0;
}
.l-single__content ol {
  list-style-position: inside;
  list-style-type: decimal !important;
}
.l-single__content ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.l-single__content ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .l-single__content ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.l-single__content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.l-single__content figure {
  border-radius: 1rem;
  margin-inline: auto;
  overflow: hidden;
  width: 88.6363636364%;
}
@media screen and (max-width: 767px) {
  .l-single__content figure {
    width: 95%;
  }
}
.l-single__btn .c-btn {
  font-size: 1.5rem;
  gap: 1rem;
  justify-content: center;
  line-height: 1.6;
  margin-inline: auto;
  max-width: 18.2rem;
  padding: 1.1rem 2rem;
}
.l-single__btn .c-btn::after {
  width: 0.5rem;
}

/* -------------------------------------
        l-recruit
-----------------------------------------*/
.l-recruit {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .l-recruit {
    padding-block: 6rem;
  }
}
.l-recruit__link {
  background-color: #002E5E;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .l-recruit__link {
    flex-direction: column;
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit__link {
    width: 100%;
  }
}
.l-recruit__link:hover, .l-recruit__link:focus-visible {
  opacity: 0.7;
}
.l-recruit__image {
  flex: 1;
  position: relative;
}
.l-recruit__image picture {
  display: block;
  height: 100%;
}
.l-recruit__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-recruit__image .en {
  bottom: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 10rem;
  font-weight: 400;
  left: 6.9541029207%;
  line-height: 1.32;
  position: absolute;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-recruit__image .en {
    bottom: -1rem;
    font-size: 7.6rem;
    left: 50%;
    line-height: 1.3289473684;
    transform: translateX(-50%);
  }
}
.l-recruit__content {
  padding: 2.9rem 6rem 3.4rem;
  width: 38.1rem;
}
@media screen and (max-width: 1023px) {
  .l-recruit__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit__content {
    padding: 2rem 2rem 2.9rem;
  }
}
.l-recruit__lead {
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 1023px) {
  .l-recruit__lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit__lead {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.l-recruit__lead + * {
  margin-top: 1.6rem;
}
.l-recruit__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 1023px) {
  .l-recruit__text {
    text-align: center;
  }
}
.l-recruit__text + * {
  margin-top: 2.8rem;
}
.l-recruit__more {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 3rem;
  gap: 1.1rem;
  justify-content: flex-end;
  line-height: 1.5;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .l-recruit__more {
    font-size: 2.4rem;
    gap: 2.5rem;
    line-height: 1.5;
  }
}
.l-recruit__more::after {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_arrow-rec.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 2.6rem;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.c-primary-title .jp {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.4705882353;
  text-align: center;
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp .mn {
    font-size: 2rem;
  }
}
.c-primary-title .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.3125;
  text-transform: capitalize;
  order: 1;
}
@media screen and (max-width: 767px) {
  .c-primary-title .en {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.c-primary-title::after {
  background-color: #B40019;
  content: "";
  display: block;
  height: 0.6rem;
  margin-top: 1.3rem;
  order: 3;
  width: 1.7rem;
}
.c-primary-title + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 2.5rem;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  background-color: #002E5E;
  border: 2px solid #002E5E;
  border-radius: 10rem;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  padding: 1.2rem 3.8rem;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-btn:hover, .c-btn:focus {
  background-color: #fff;
  color: #002E5E;
}
.c-btn:hover::after, .c-btn:focus::after {
  background-color: #002E5E;
}
.c-btn--s {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.8rem 2.8rem;
}

/* -------------------------------------
  p-top
-----------------------------------------*/
.p-top__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
  p-top-mv
-----------------------------------------*/
.p-top-mv {
  height: 100svh;
  position: relative;
}
.p-top-mv__video video {
  display: block;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-mv__content {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 1rem;
  bottom: 4rem;
  display: flex;
  gap: 3.47rem;
  left: 4rem;
  padding: 3.1rem 4.3rem;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__content {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    bottom: 7.2rem;
    left: 0;
    padding-block: 2.64rem 1.92rem;
    padding-inline: 2.64rem 1.56rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    bottom: 6rem;
    padding-block: 2.2rem 1.6rem;
    padding-inline: 2.2rem 1.3rem;
  }
}
.p-top-mv__content-logo {
  width: 8.6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__content-logo {
    position: absolute;
    width: 6.4932rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content-logo {
    width: 5.412rem;
  }
}
.p-top-mv__content-content {
  flex: 1;
}
.p-top-mv__lead {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.475;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__lead {
    font-size: 2.88rem;
    padding-left: 9.4224rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-left: 7.852rem;
  }
}
.p-top-mv__lead + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__lead + * {
    margin-top: 0.84rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead + * {
    margin-top: 0.7rem;
  }
}
.p-top-mv__text {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6153846154;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__text {
    font-size: 1.56rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

/* -------------------------------------
  p-top-company
-----------------------------------------*/
.p-top-company {
  background: linear-gradient(to bottom, #B40019 0%, #B40019 20rem, #002E5E 20rem, #002E5E 100%);
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    background: linear-gradient(to bottom, #B40019 0%, #B40019 8rem, #002E5E 8rem, #002E5E 100%);
    padding-bottom: 6rem;
  }
}
.p-top-company::before, .p-top-company::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-company::before {
  background-color: #fff;
  border-bottom-right-radius: 10rem;
  height: calc(100% - 10rem);
  left: 0;
  top: 0;
  width: 89.5833333333%;
}
@media screen and (max-width: 1920px) {
  .p-top-company::before {
    max-width: 1720px;
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 1800px) {
  .p-top-company::before {
    left: auto;
    right: 8rem;
    min-width: 125rem;
  }
}
@media screen and (max-width: 1339px) {
  .p-top-company::before {
    right: 4rem;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 1280px) {
  .p-top-company::before {
    right: 8rem;
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 1023px) {
  .p-top-company::before {
    right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company::before {
    border-bottom-right-radius: 6rem;
    height: calc(100% - 6rem);
    right: 2rem;
    width: calc(100% - 2rem);
  }
}
.p-top-company::after {
  background: url(../img/top/bg-noise.jpg) top left/1920px repeat;
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.15;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-top-company .l-inner {
  position: relative;
  z-index: 2;
}
.p-top-company__wrap {
  padding-top: 9.8rem;
}
@media screen and (max-width: 1280px) {
  .p-top-company__wrap {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-company__wrap {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__wrap {
    padding-top: 4rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company .c-primary-title .jp {
    line-height: 1.25;
  }
}
.p-top-company .c-primary-title + * {
  margin-top: 4rem;
}
.p-top-company__lead {
  border: 1px solid #B40019;
  border-radius: 3rem;
  color: #B40019;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 3.6rem 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__lead {
    border-radius: 2rem;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    padding: 0.9rem 1.3rem;
  }
}
.p-top-company__lead + * {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__lead + * {
    margin-top: 3.4rem;
  }
}
.p-top-company__body {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__body {
    flex-direction: column-reverse;
    gap: 1.5rem;
    padding-bottom: 3.6rem;
  }
}
.p-top-company__box {
  width: 56.1818181818%;
}
@media screen and (max-width: 767px) {
  .p-top-company__box {
    width: 100%;
  }
}
.p-top-company__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-company__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-top-company__text + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__text + * {
    margin-top: 2.8rem;
  }
}
.p-top-company__image {
  width: 39.0909090909%;
  transform: translateX(1.1rem);
}
@media screen and (max-width: 767px) {
  .p-top-company__image {
    margin-inline: auto;
    width: 88.5714285714%;
  }
}

/* -------------------------------------
  p-top-about
-----------------------------------------*/
.p-top-about {
  background-color: #F1F8FF;
  padding: 12rem 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-about {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 6rem;
  }
}
.p-top-about .c-primary-title + * {
  margin-top: 4rem;
}
.p-top-about__body + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__body + * {
    margin-top: 4rem;
  }
}
.p-top-about__item {
  background-color: #fff;
  border-radius: 3rem;
  display: flex;
  margin-inline: auto;
  max-width: 110rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-top-about__item {
    border-radius: 3rem 0 0 3rem;
    flex-direction: column-reverse;
    margin-right: 0;
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__item {
    border-radius: 2rem 0 0 2rem;
    width: calc(100% - 4rem);
  }
}
.p-top-about__item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .p-top-about__item:nth-child(odd) {
    border-radius: 0 3rem 3rem 0;
    flex-direction: column-reverse;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__item:nth-child(odd) {
    border-radius: 0 2rem 2rem 0;
  }
}
.p-top-about__item + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__item + * {
    margin-top: 2rem;
  }
}
.p-top-about__box {
  flex: 1;
  padding-block: 2rem 3rem;
  padding-inline: 5rem 3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-about__box {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__box {
    padding: 1.6rem 2rem;
  }
}
.p-top-about__h3 {
  color: #002E5E;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.3125;
}
@media screen and (max-width: 1023px) {
  .p-top-about__h3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-top-about__h3 + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__h3 + * {
    margin-top: 1.3rem;
  }
}
.p-top-about__text {
  color: #002E5E;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-top-about__image {
  width: 47.1818181818%;
}
@media screen and (max-width: 1023px) {
  .p-top-about__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__image {
    aspect-ratio: 350/220;
  }
}
.p-top-about__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-about__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
  p-top-service
-----------------------------------------*/
.p-top-service {
  background: linear-gradient(to bottom, #B40019 0%, #B40019 20rem, #002E5E 20rem, #002E5E 100%);
  padding-block: 9.6rem 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    background: linear-gradient(to bottom, #B40019 0%, #B40019 8rem, #002E5E 8rem, #002E5E 100%);
    padding-block: 4rem 6rem;
  }
}
.p-top-service::before, .p-top-service::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-service::before {
  background-color: #fff;
  border-bottom-left-radius: 10rem;
  height: calc(100% - 10rem);
  right: 0;
  top: 0;
  width: 89.5833333333%;
}
@media screen and (max-width: 1920px) {
  .p-top-service::before {
    max-width: 1720px;
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 1800px) {
  .p-top-service::before {
    right: auto;
    left: 8rem;
    min-width: 125rem;
  }
}
@media screen and (max-width: 1339px) {
  .p-top-service::before {
    left: 4rem;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 1280px) {
  .p-top-service::before {
    left: 8rem;
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 1023px) {
  .p-top-service::before {
    left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service::before {
    border-bottom-left-radius: 6rem;
    height: calc(100% - 6rem);
    left: 2rem;
    width: calc(100% - 2rem);
  }
}
.p-top-service::after {
  background: url(../img/top/bg-noise.jpg) top left/1920px repeat;
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.15;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-top-service .l-inner {
  position: relative;
  z-index: 2;
}
.p-top-service__wrap {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1280px) {
  .p-top-service__wrap {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-service__wrap {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__wrap {
    padding-bottom: 4rem;
    padding-left: 2rem;
  }
}
.p-top-service__item {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-service__item {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-service__item {
    gap: 1rem;
  }
}
.p-top-service__item + * {
  margin-top: 5rem;
}
.p-top-service__box {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-service__box {
    width: 100%;
  }
}
.p-top-service__h3 {
  border-bottom: 2px solid #002E5E;
  color: #002E5E;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-service__h3 {
    font-size: 2rem;
    line-height: 1.45;
    padding-bottom: 1rem;
    text-align: center;
  }
}
.p-top-service__h3 + * {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__h3 + * {
    margin-top: 0.7rem;
  }
}
.p-top-service__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-top-service__text + * {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text + * {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-service__btn .c-btn {
    margin-inline: auto;
  }
}
.p-top-service__image {
  border-radius: 3rem;
  overflow: hidden;
  width: 46.3636363636%;
}
@media screen and (max-width: 1023px) {
  .p-top-service__image {
    margin-inline: auto;
    width: 90.9090909091%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__image {
    border-radius: 2rem;
  }
}
.p-top-service__image img {
  width: 100%;
}

/* -------------------------------------
  p-about
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-about .l-undermv__bg picture img {
    -o-object-position: right;
       object-position: right;
  }
}
.p-about__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-about__text + *.p-about__text {
  margin-top: 3rem;
}

/* -------------------------------------
  p-about-message
-----------------------------------------*/
.p-about-message {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    padding-bottom: 6rem;
  }
}
.p-about-message__body {
  align-items: flex-start;
  display: flex;
  gap: 2.6rem 5rem;
}
@media screen and (max-width: 1023px) {
  .p-about-message__body {
    align-items: center;
    flex-direction: column;
  }
}
.p-about-message__image {
  width: 24.7rem;
}
.p-about-message__image img {
  width: 100%;
}
.p-about-message__image figcaption {
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-about-message__image figcaption {
    text-align: center;
  }
}
.p-about-message__box {
  flex: 1;
}

/* -------------------------------------
  p-about-feature
-----------------------------------------*/
.p-about-feature {
  background-color: #F1F8FF;
  padding: 12rem 4rem;
}
@media screen and (max-width: 1023px) {
  .p-about-feature {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature {
    padding-block: 6rem;
  }
}
.p-about-feature__item {
  background-color: #fff;
  border-radius: 3em;
  counter-increment: feature;
  display: flex;
  margin-inline: auto;
  max-width: 150rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-about-feature__item {
    border-radius: 3rem 0 0 3rem;
    flex-direction: column-reverse;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature__item {
    border-radius: 2rem 0 0 2rem;
    width: calc(100% - 2rem);
  }
}
.p-about-feature__item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .p-about-feature__item:nth-child(odd) {
    border-radius: 0 3rem 3rem 0;
    flex-direction: column-reverse;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature__item:nth-child(odd) {
    border-radius: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-about-feature__item:nth-child(even) {
    margin-right: 0;
  }
}
.p-about-feature__item + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature__item + * {
    margin-top: 2rem;
  }
}
.p-about-feature__box {
  flex: 1;
  padding: 4rem 5rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature__box {
    padding: 1.6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature__box .p-about__text {
    line-height: 1.8666666667;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature__box .p-about__text + * {
    margin-top: 2.8rem;
  }
}
.p-about-feature__title {
  align-items: center;
  display: flex;
  font-weight: 900;
  font-size: 3.4rem;
  gap: 2rem;
  line-height: 1.4705882353;
}
@media screen and (max-width: 1023px) {
  .p-about-feature__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature__title {
    font-size: 2rem;
    gap: 1rem;
    line-height: 1.5;
  }
}
.p-about-feature__title::before {
  background-color: #B40019;
  content: "";
  display: block;
  height: 0.6rem;
  order: 1;
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature__title::before {
    height: 0.4rem;
    width: 1.2rem;
  }
}
.p-about-feature__title::after {
  content: counter(feature, decimal-leading-zero);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.6rem;
  line-height: 1.3333333333;
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-about-feature__title::after {
    font-size: 2.8rem;
    line-height: 1.3214285714;
    margin-right: 0.6rem;
  }
}
.p-about-feature__title span {
  flex: 1;
  order: 3;
}
.p-about-feature__title span span {
  display: inline-block;
}
.p-about-feature__title + * {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature__title + * {
    margin-top: 1.3rem;
  }
}
.p-about-feature__image {
  width: 55rem;
}
@media screen and (max-width: 1023px) {
  .p-about-feature__image {
    width: 100%;
  }
}
.p-about-feature__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* -------------------------------------
  p-factory
-----------------------------------------*/
.p-factory {
  background-color: #F1F8FF;
}
.p-factory__nihonmatsu .p-factory-details__equipment-dt {
  width: 19.2rem;
}
@media screen and (max-width: 767px) {
  .p-factory__nihonmatsu .p-factory-details__equipment-dt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-factory__nihonmatsu .p-factory-details__equipment-dd {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-factory .p-factory-head .c-primary-title .jp {
    line-height: 1.25;
  }
}
.p-factory__title {
  background-color: #002E5E;
  color: #fff;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  padding-block: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-factory__title {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-block: 1.2rem;
  }
}
.p-factory .l-recruit {
  background-color: #fff;
}

/* -------------------------------------
  p-factory-head
-----------------------------------------*/
.p-factory-head {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-factory-head {
    padding-bottom: 5.6rem;
  }
}
.p-factory-head__body + * {
  margin-top: 6rem;
}
.p-factory-head__item {
  background-color: #fff;
  border-radius: 3rem;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-factory-head__item {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-factory-head__item {
    border-radius: 2rem;
  }
}
.p-factory-head__item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .p-factory-head__item:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.p-factory-head__item + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-factory-head__item + * {
    margin-top: 3rem;
  }
}
.p-factory-head__box {
  flex: 1;
  padding: 3rem 4rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-factory-head__box {
    padding: 1.6rem 2rem;
  }
}
.p-factory-head__title {
  color: #002E5E;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 1023px) {
  .p-factory-head__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-factory-head__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-factory-head__title.--02 {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-factory-head__title.--02 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-factory-head__title.--02 + * {
  margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-factory-head__title.--02 + * {
    margin-top: 2.9rem;
  }
}
.p-factory-head__title + * {
  margin-top: 1.6rem;
}
.p-factory-head__text {
  color: #002E5E;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-factory-head__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-factory-head__text + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-factory-head__text + * {
    margin-top: 2.8rem;
  }
}
.p-factory-head__image {
  width: 32.7272727273%;
}
@media screen and (max-width: 1023px) {
  .p-factory-head__image {
    width: 100%;
  }
}
.p-factory-head__image img {
  width: 100%;
}
.p-factory-head__list {
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-factory-head__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-factory-head__list {
    gap: 3.6rem;
  }
}
.p-factory-head__list .p-factory__title {
  border-radius: 3rem 3rem 0 0;
  font-size: 2rem;
  line-height: 1.45;
  padding-block: 1.4rem;
}
.p-factory-head__list-image {
  aspect-ratio: 340/255;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
}
.p-factory-head__list-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-factory-head__list-image + * {
  margin-top: 1.3rem;
}
.p-factory-head__list-text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-factory-head__list-text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

/* -------------------------------------
  p-factory-details
-----------------------------------------*/
.p-factory-details {
  background-color: #fff;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-factory-details .l-inner {
    padding-inline: 1.5rem;
  }
}
.p-factory-details__body {
  background-color: #F1F8FF;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-factory-details__body {
    border-radius: 2rem;
  }
}
.p-factory-details__body-inner {
  padding: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-factory-details__body-inner {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-factory-details__body-inner {
    padding-inline: 1.5rem;
  }
}
.p-factory-details__body + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__body + * {
    margin-top: 6rem;
  }
}
.p-factory-details__h3 {
  display: flex;
  font-weight: 900;
  font-size: 2.6rem;
  gap: 0.2em;
  line-height: 1.4615384615;
}
@media screen and (max-width: 1023px) {
  .p-factory-details__h3 {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-factory-details__h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-factory-details__h3::before {
  content: "●";
}
.p-factory-details__h3 + * {
  margin-top: 1.9rem;
}
.p-factory-details__list {
  gap: 4rem 2rem;
}
@media screen and (max-width: 1023px) {
  .p-factory-details__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-factory-details__list {
    gap: 2rem 1rem;
  }
}
.p-factory-details__list + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__list + * {
    margin-top: 3rem;
  }
}
.p-factory-details__list-wrap {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-factory-details__list-wrap {
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-factory-details__list-wrap {
    gap: 3rem;
  }
}
.p-factory-details__list-wrap .box-col1 {
  width: calc(33.3333333333% - 1.3333333333rem);
}
@media screen and (max-width: 1023px) {
  .p-factory-details__list-wrap .box-col1 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-factory-details__list-wrap .box-col1 .p-factory-details__list {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-factory-details__list-wrap .box-col1 .p-factory-details__list {
    width: calc(50% - 0.5rem);
  }
}
.p-factory-details__list-wrap .box-col2 {
  flex: 1;
}
.p-factory-details__list-image img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__list-image img {
    border-radius: 1rem;
  }
}
.p-factory-details__list-image figcaption {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__list-image figcaption {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin-top: 0.6rem;
  }
}
.p-factory-details__equipment-body {
  gap: 3.7rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__equipment-body {
    gap: 3.9rem;
    padding-inline: 0.5rem;
  }
}
.p-factory-details__equipment-body + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__equipment-body + * {
    margin-top: 3.8rem;
  }
}
.p-factory-details__equipment-image figcaption {
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  gap: 0.2em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__equipment-image figcaption {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-factory-details__equipment-image figcaption::before {
  content: "■";
}
.p-factory-details__equipment-image img {
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-factory-details__equipment-image img {
    border-radius: 1rem;
  }
}
.p-factory-details__equipment-image + * {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__equipment-image + * {
    margin-top: 0.9rem;
  }
}
.p-factory-details__equipment-text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-factory-details__equipment-text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-factory-details__equipment-dl {
  background-color: #fff;
  border: 1px solid #002E5E;
}
.p-factory-details__equipment-dl > .inner {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-factory-details__equipment-dl > .inner {
    flex-direction: column;
  }
}
.p-factory-details__equipment-dl > .inner + * {
  border-top: 1px solid #002E5E;
}
.p-factory-details__equipment-dt, .p-factory-details__equipment-dd {
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 1.7rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-factory-details__equipment-dt, .p-factory-details__equipment-dd {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 1rem 1.6rem;
  }
}
.p-factory-details__equipment-dt {
  background-color: #DBEDFF;
  font-weight: 700;
  width: 39.5rem;
}
@media screen and (max-width: 1023px) {
  .p-factory-details__equipment-dt {
    width: 100%;
  }
}
.p-factory-details__equipment-dd {
  border-left: 1px solid #002E5E;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-factory-details__equipment-dd {
    border-left: none;
    border-top: 1px solid #002E5E;
  }
}
.p-factory-details__equipment-dd .list li {
  align-items: flex-start;
  display: flex;
}
.p-factory-details__equipment-dd .list li::before {
  content: "・";
}
.p-factory-details__equipment-dd .list li span span {
  display: inline-block;
}

/* -------------------------------------
  p-company
-----------------------------------------*/
.p-company {
  background-color: #F1F8FF;
}
.p-company .l-recruit {
  background-color: #fff;
}

/* -------------------------------------
  p-company-about
-----------------------------------------*/
.p-company-about {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-about {
    padding-bottom: 6rem;
  }
}
.p-company-about__dl {
  border: 1px solid #002E5E;
  font-size: 1.6rem;
  margin-inline: auto;
  max-width: 74rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__dl {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.p-company-about__dl-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-company-about__dl-inner {
    flex-direction: column;
  }
}
.p-company-about__dl-inner + * {
  border-top: 1px solid #002E5E;
}
.p-company-about__dl-dt, .p-company-about__dl-dd {
  padding-block: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__dl-dt, .p-company-about__dl-dd {
    padding: 1.1rem 2rem;
  }
}
.p-company-about__dl-dt {
  background-color: #DBEDFF;
  font-weight: 700;
  padding-left: 5rem;
  width: 21.1rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__dl-dt {
    border-bottom: 1px solid #002E5E;
    padding: 1.1rem 2rem;
    width: 100%;
  }
}
.p-company-about__dl-dd {
  background-color: #fff;
  border-left: 1px solid #002E5E;
  flex: 1;
  padding-inline: 3.7rem 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__dl-dd {
    border-left: none;
    padding: 1.1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-about__dl-dd ul li {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-company-about__dl-dd ul li + * {
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__dl-dd ul li + * {
    margin-top: 0;
  }
}

/* -------------------------------------
  p-company-area
-----------------------------------------*/
.p-company-area {
  background-color: #fff;
  padding-block: 12rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-area {
    padding-block: 6rem;
  }
}
.p-company-area .c-primary-title + * {
  margin-top: 4rem;
}
.p-company-area__item {
  align-items: flex-start;
  display: flex;
  gap: 1rem 5rem;
}
@media screen and (max-width: 1023px) {
  .p-company-area__item {
    align-items: center;
    flex-direction: column;
  }
}
.p-company-area__item + * {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-company-area__item + * {
    margin-top: 5rem;
  }
}
.p-company-area__image {
  border-radius: 3rem;
  overflow: hidden;
  width: 32.7272727273%;
}
@media screen and (max-width: 1023px) {
  .p-company-area__image {
    width: 68.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .p-company-area__image {
    border-radius: 1rem;
  }
}
.p-company-area__image img {
  width: 100%;
}
.p-company-area__box {
  flex: 1;
  padding-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-company-area__box {
    padding-top: 0;
  }
}
.p-company-area__title {
  color: #002E5E;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 1023px) {
  .p-company-area__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-company-area__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-company-area__title + * {
  margin-top: 1.6rem;
}
.p-company-area__address {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-company-area__address {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5714285714;
  }
}
.p-company-area__address-inner {
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-company-area__address-inner + * {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-area__address-dt {
    font-weight: 700;
  }
}
.p-company-area__address-dt::after {
  content: "：";
}
.p-company-area__address + * {
  margin-top: 3.7rem;
}
@media screen and (max-width: 1023px) {
  .p-company-area__address + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-company-area__btn .c-btn {
    margin-inline: auto;
  }
}

/* -------------------------------------
  p-company-policy
-----------------------------------------*/
.p-company-policy {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy {
    padding-block: 6rem;
  }
}
.p-company-policy .c-primary-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy .c-primary-title + * {
    margin-top: 3rem;
  }
}
.p-company-policy__list {
  background-color: #fff;
  border-radius: 3rem;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__list {
    border-radius: 2rem;
    padding: 2rem;
  }
}
.p-company-policy__list-item {
  display: flex;
  font-size: 1.6rem;
  gap: 0.4rem 2.7rem;
  justify-content: center;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-company-policy__list-item {
    font-size: 1.5rem;
    flex-direction: column;
    line-height: 1.6;
  }
}
.p-company-policy__list-item .title {
  font-weight: 700;
  width: 5.1rem;
}
.p-company-policy__list-item .content {
  flex: 1;
  max-width: 79.4rem;
}
.p-company-policy__list-item + * {
  margin-top: 1.4rem;
}
.p-company-policy__list + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__list + * {
    margin-top: 4rem;
  }
}
.p-company-policy__ex {
  gap: 7rem;
}
@media screen and (max-width: 1023px) {
  .p-company-policy__ex {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
.p-company-policy__ex-title {
  align-items: flex-start;
  display: flex;
  font-weight: 900;
  font-size: 1.6rem;
  gap: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-company-policy__ex-title {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-company-policy__ex-title::before {
  content: "●";
}
.p-company-policy__ex-title + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__ex-title + * {
    margin-top: 0.6rem;
  }
}
.p-company-policy__ex-image {
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company-policy__ex-image {
    border-radius: 1rem;
  }
}
.p-company-policy__ex-image img {
  width: 100%;
}
.p-company-policy__ex-image + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__ex-image + * {
    margin-top: 0.4rem;
  }
}
.p-company-policy__ex-text {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-company-policy__ex-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

/* -------------------------------------
  p-company-history
-----------------------------------------*/
.p-company-history {
  background-color: #fff;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-history {
    padding-top: 6rem;
  }
}
.p-company-history .c-primary-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-history .c-primary-title + * {
    margin-top: 3rem;
  }
}
.p-company-history__timeline {
  margin-inline: auto;
  max-width: 62rem;
}
.p-company-history__timeline-item {
  display: flex;
  font-size: 1.6rem;
  gap: 1em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-company-history__timeline-item {
    font-size: 1.4rem;
    gap: 1.9rem;
    line-height: 1.4285714286;
  }
}
.p-company-history__timeline-item .date {
  width: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__timeline-item .date {
    width: 4.7rem;
  }
}
.p-company-history__timeline-item .content {
  flex: 1;
}
.p-company-history__timeline-item .content span {
  display: inline-block;
}
.p-company-history__timeline-item + * {
  margin-top: 2rem;
}

/* -------------------------------------
  p-recruit
-----------------------------------------*/
.p-recruit__title {
  background-color: #002E5E;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  padding-block: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-block: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__title .mn {
    font-size: 1.8rem;
  }
}
.p-recruit__title + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__title + * {
    margin-top: 2rem;
  }
}

/* -------------------------------------
  p-recruit-head
-----------------------------------------*/
.p-recruit-head + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-head + * {
    margin-top: 6rem;
  }
}
.p-recruit-head__nav-link {
  align-items: center;
  border: 3px solid #002E5E;
  border-radius: 1rem;
  color: #002E5E;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 3rem;
  gap: 0.7rem;
  line-height: 1.5;
  margin-inline: auto;
  max-width: 58rem;
  padding-block: 1.5rem 1.8rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__nav-link {
    border-width: 2px;
    font-size: 1.6rem;
    gap: 0.8rem;
    padding-block: 1rem 1.2rem;
    max-width: 27rem;
  }
}
.p-recruit-head__nav-link:hover, .p-recruit-head__nav-link:focus-visible {
  background-color: #002E5E;
  color: #fff;
}
.p-recruit-head__nav-link:hover::after, .p-recruit-head__nav-link:focus-visible::after {
  background-color: #fff;
}
.p-recruit-head__nav-link::after {
  aspect-ratio: 34/9;
  background-color: #002E5E;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  display: block;
  transition: all 0.3s;
  width: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__nav-link::after {
    aspect-ratio: 30/10;
    width: 3rem;
  }
}
.p-recruit-head__nav + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__nav + * {
    margin-top: 6rem;
  }
}
.p-recruit-head .c-primary-title + * {
  margin-top: 4rem;
}
.p-recruit-head__body {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 5.6rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__body {
    flex-direction: column;
  }
}
.p-recruit-head__box {
  flex: 1;
}
.p-recruit-head__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-recruit-head__text + * {
  margin-top: 3rem;
}
.p-recruit-head__image {
  border-radius: 3rem;
  overflow: hidden;
  width: 32.7272727273%;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__image {
    border-radius: 2rem;
    width: 100%;
  }
}

/* -------------------------------------
  p-recruit-profile
-----------------------------------------*/
.p-recruit-profile + * {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-profile + * {
    margin-top: 6rem;
  }
}
.p-recruit-profile__body {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-profile__body {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.p-recruit-profile__box {
  flex: 1;
}
.p-recruit-profile__lead {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-recruit-profile__lead {
    line-height: 1.5;
    text-align: center;
  }
}
.p-recruit-profile__lead + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-profile__lead + * {
    margin-top: 2rem;
  }
}
.p-recruit-profile__lead + *.p-recruit-profile__list {
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-profile__lead + *.p-recruit-profile__list {
    margin-top: 1.6rem;
  }
}
.p-recruit-profile__list-item {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-recruit-profile__list-item {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-recruit-profile__list-item + * {
  margin-top: 3rem;
}
.p-recruit-profile__image {
  border-radius: 3rem;
  overflow: hidden;
  width: 47.1818181818%;
}
@media screen and (max-width: 767px) {
  .p-recruit-profile__image {
    border-radius: 2rem;
    width: 100%;
  }
}

/* -------------------------------------
  p-recruit-interview
-----------------------------------------*/
.p-recruit-interview {
  background-color: #F1F8FF;
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview {
    padding-block: 6rem;
  }
}
.p-recruit-interview__item {
  background-color: #fff;
  border: 2px solid #002E5E;
  border-radius: 1rem;
  overflow: hidden;
  padding: 4.8rem 3.8rem 6.4rem;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__item {
    padding: 2.8rem 1.8rem;
  }
}
.p-recruit-interview__item.is-hide {
  max-height: 46rem;
}
.p-recruit-interview__item:not(.is-hide) {
  max-height: 500rem;
}
.p-recruit-interview__item + * {
  margin-top: 4.8rem;
}
.p-recruit-interview__title {
  color: #B40019;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-recruit-interview__title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__title + * {
    margin-top: 2rem;
  }
}
.p-recruit-interview__body {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__body {
    flex-direction: column-reverse;
  }
}
.p-recruit-interview__box {
  flex: 1;
}
.p-recruit-interview__name {
  border-bottom: 2px solid #002E5E;
  color: #002E5E;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.45;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__name {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 0.9rem;
    text-align: center;
  }
}
.p-recruit-interview__name + * {
  margin-top: 1rem;
}
.p-recruit-interview__name + *.p-recruit-interview__details {
  margin-top: 0.7rem;
}
.p-recruit-interview__details .inner {
  align-items: flex-start;
  display: flex;
}
.p-recruit-interview__details-dt, .p-recruit-interview__details-dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__details-dt, .p-recruit-interview__details-dd {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8666666667;
  }
}
.p-recruit-interview__details + * {
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__details + * {
    margin-top: 3.3rem;
  }
}
.p-recruit-interview__faq .inner + * {
  margin-top: 4rem;
}
.p-recruit-interview__faq-dt {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-recruit-interview__faq-dt::before {
  content: "Q. ";
}
.p-recruit-interview__faq-dt + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__faq-dt + * {
    margin-top: 0.6rem;
  }
}
.p-recruit-interview__faq-dd {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__faq-dd {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8666666667;
  }
}
.p-recruit-interview__images {
  width: 34.5454545455%;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__images {
    width: 100%;
  }
}
.p-recruit-interview__image {
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__image {
    border-radius: 2rem;
  }
}
.p-recruit-interview__image + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__image + * {
    margin-top: 1rem;
  }
}
.p-recruit-interview__btn {
  background-color: #002E5E;
  border-radius: 1rem 1rem 0 0;
  bottom: 0;
  color: #fff;
  font-size: 1.6rem;
  left: 50%;
  min-width: 16.2rem;
  padding-block: 0.4rem 0.9rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.p-recruit-interview__btn.is-open::before {
  opacity: 0;
}
.p-recruit-interview__btn.is-open::after {
  opacity: 1;
}
.p-recruit-interview__btn.is-open .open {
  opacity: 0;
}
.p-recruit-interview__btn.is-open .close {
  opacity: 1;
}
.p-recruit-interview__btn::before, .p-recruit-interview__btn::after {
  aspect-ratio: 14/6;
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.4rem;
}
.p-recruit-interview__btn::before {
  bottom: 0.25rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-recruit-interview__btn::after {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
  top: 0.65rem;
}
.p-recruit-interview__btn .open,
.p-recruit-interview__btn .close {
  transition: all 0.3s;
}
.p-recruit-interview__btn .close {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 1rem;
  transform: translateX(-50%);
}
.p-recruit-interview + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview + * {
    margin-top: 6rem;
  }
}

/* -------------------------------------
  p-recruit-job
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-recruit-job .p-recruit__title + * {
    margin-top: 3rem;
  }
}
.p-recruit-job__item {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem 4.9rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item {
    flex-direction: column-reverse;
  }
}
.p-recruit-job__item + .p-recruit-job__item {
  border-top: 2px solid #002E5E;
  padding-top: 3rem;
}
.p-recruit-job__box {
  flex: 1;
}
.p-recruit-job__title {
  align-items: flex-start;
  color: #000;
  display: flex;
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__title {
    font-size: 1.8rem;
    justify-content: center;
    line-height: 1.5;
    text-align: center;
  }
}
.p-recruit-job__title::before {
  content: "●";
}
.p-recruit-job__title + * {
  margin-top: 1rem;
}
.p-recruit-job__title + *.p-recruit-job__text {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__title + *.p-recruit-job__text {
    margin-top: 0.6rem;
  }
}
.p-recruit-job__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-recruit-job__text + * {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__text + * {
    margin-top: 1.6rem;
  }
}
.p-recruit-job__details .inner {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__details .inner {
    align-items: initial;
    gap: 1rem;
  }
}
.p-recruit-job__details-dt {
  border: 1px solid #002E5E;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-top: 0.3rem;
  padding: 0.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__details-dt {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    min-height: 8rem;
    min-width: 10rem;
  }
}
.p-recruit-job__details-dd {
  flex: 1;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__details-dd {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    justify-content: center;
    line-height: 1.7142857143;
  }
}
.p-recruit-job__details-dd ul li {
  align-items: flex-start;
  display: flex;
}
.p-recruit-job__details-dd ul li::before {
  content: "・";
}
.p-recruit-job__image {
  border-radius: 3rem;
  overflow: hidden;
  width: 38.1818181818%;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__image {
    border-radius: 2rem;
    width: 100%;
  }
}
.p-recruit-job + * {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job + * {
    margin-top: 8rem;
  }
}

/* -------------------------------------
  p-recruit-apply
-----------------------------------------*/
.p-recruit-apply + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-apply + * {
    margin-top: 8rem;
  }
}
.p-recruit-apply__text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-apply__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-recruit-apply__text + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-apply__text + * {
    margin-top: 2.8rem;
  }
}
.p-recruit-apply__list {
  gap: 2rem 6rem;
}
.p-recruit-apply__list-link {
  border: 2px solid #002E5E;
  border-radius: 1rem;
  display: block;
  padding-block: 6.4rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-apply__list-link {
    padding-block: 6.2rem;
  }
}
.p-recruit-apply__list-link:hover, .p-recruit-apply__list-link:focus-visible {
  opacity: 0.7;
}
.p-recruit-apply__list-link.--recruit {
  background: url(../img/recruit/apply-bg-recruit.jpg) 50%/cover no-repeat;
}
.p-recruit-apply__list-link.--contact {
  background: url(../img/recruit/apply-bg-contact.jpg) 50%/cover no-repeat;
}
.p-recruit-apply__list-link .text {
  background-color: #002E5E;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 3rem;
  gap: 3rem;
  justify-content: center;
  padding-block: 1.2rem;
  position: relative;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  .p-recruit-apply__list-link .text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-apply__list-link .text {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-block: 1rem;
  }
}
.p-recruit-apply__list-link .text::after {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_arrow-recruit.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-apply__list-link .text::after {
    right: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* -------------------------------------
  p-contact
-----------------------------------------*/
.p-contact__area {
  border: 2px solid #B40019;
  border-radius: 3rem;
  margin-inline: auto;
  max-width: 93.3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact__area {
    border-radius: 1.8rem;
  }
}
.p-contact__area-title {
  background-color: #B40019;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.45;
  padding: 1.7rem 4.8rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__area-title {
    font-size: 1.8rem;
    padding: 1.2rem 2.4rem;
  }
}
.p-contact__area-title .mn {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__area-title .mn {
    display: block;
    font-size: 1.4rem;
  }
}
.p-contact__area-list {
  gap: 4rem;
  margin-inline: auto;
  max-width: 89.8rem;
  padding: 4rem 5rem 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact__area-list {
    gap: 1.8rem;
    padding: 2.4rem 1.6rem;
  }
}
.p-contact__area-list .title {
  border-left: 0.3rem solid #B40019;
  color: #002E5E;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.45;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__area-list .title {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}
.p-contact__area-list .title .mn {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__area-list .title .mn {
    font-size: 1.4rem;
  }
}
.p-contact__area-list .title + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact__area-list .title + * {
    margin-top: 1.2rem;
  }
}
.p-contact__area-list .text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-contact__area-list .text {
    font-size: 1.5rem;
  }
}
.p-contact__area + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-contact__area + * {
    margin-top: 6rem;
  }
}
.p-contact__title {
  background-color: #B40019;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  padding-block: 0.9rem 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 2rem;
  }
}
.p-contact__title + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title + * {
    margin-top: 2rem;
  }
}
.p-contact__form {
  margin-inline: auto;
  max-width: 68rem;
}

/* -------------------------------------
  p-contact-thanks
-----------------------------------------*/
.p-contact-thanks__text {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__text {
    text-align: left;
  }
}
.p-contact-thanks__text + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__text + * {
    margin-top: 6rem;
  }
}
.p-contact-thanks__text + *.p-contact-thanks__text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__text + *.p-contact-thanks__text {
    margin-top: 2.4rem;
  }
}
.p-contact-thanks__btn .c-btn {
  letter-spacing: 0.1em;
  margin-inline: auto;
  min-width: 24rem;
  padding-block: 1.6rem;
  text-align: center;
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only-sp {
    display: block;
  }
}

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  .u-only-tbpc {
    display: none;
  }
}

.u-c-blue {
  color: #002E5E;
}

.u-c-red {
  color: #B40019;
}

.u-c-yellow {
  color: #FF8900;
}

.js-accordion-body {
  display: none;
}

/* -------------------------------------
        animation
-----------------------------------------*/
@-webkit-keyframes flowingRight1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowingRight1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingRight2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes flowingRight2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes flowingLeft1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes flowingLeft1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes flowingLeft2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowingLeft2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/