@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  height: 100%;
}

body {
  background-color: #144095;
  color: #242526;
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100%;
}

iframe {
  border: 0;
}

a {
  text-decoration: none;
}

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

i, svg {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(20, 64, 149, 0);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.header.is-active {
  background-color: rgba(20, 64, 149, 0.75);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 2rem;
}
.header__logo {
  background-image: url(../img/logo_header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__logo h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.header__menu-item a {
  color: #FEFEFE;
  font-weight: bold;
  white-space: nowrap;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fafbfc;
  gap: 0.3rem;
}
.header__contact-phone {
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
}
.header__contact-time {
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 1.3rem;
}
.header__inquiry-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background-color: #FFFFFF;
  border-radius: 999px;
  font-weight: bold;
  color: #144095;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  height: 60px;
  width: 180px;
  font-size: 1.6rem;
}
.header__hamburger .drawer-button {
  width: 3.2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  height: 36px;
  margin-top: 0.2rem;
  overflow: hidden;
}
.header__hamburger .drawer-button__line {
  position: absolute;
  width: 100%;
  height: 3.4px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.header__hamburger .drawer-button__line:nth-child(1) {
  top: 0;
}
.menu-open .header__hamburger .drawer-button__line:nth-child(1) {
  -webkit-transform: translateY(0.9rem) rotate(-35deg);
          transform: translateY(0.9rem) rotate(-35deg);
}
.header__hamburger .drawer-button__line:nth-child(2) {
  top: 0.8rem;
  -webkit-transform: translateY(0.4px);
          transform: translateY(0.4px);
}
.menu-open .header__hamburger .drawer-button__line:nth-child(2) {
  -webkit-transform: translateY(0.4px) scaleX(0);
          transform: translateY(0.4px) scaleX(0);
}
.header__hamburger .drawer-button__line:nth-child(3) {
  top: 1.7rem;
}
.menu-open .header__hamburger .drawer-button__line:nth-child(3) {
  -webkit-transform: translateY(-0.9rem) rotate(35deg);
          transform: translateY(-0.9rem) rotate(35deg);
}
.header__hamburger .drawer-button__text {
  color: #FFFFFF;
  font-size: 1.1rem;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.menu-open .header__hamburger .drawer-button__text {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.footer {
  background-color: #242526;
  color: #fff;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-size: 1.4rem;
  gap: 0.8rem;
}
.footer__container p {
  margin: 0;
  text-align: center;
}
.footer__logo {
  margin-bottom: 0.3rem;
}
.footer__contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__contact-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.footer a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.footer__contact-icon {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.footer__contact-icon img {
  max-width: 100%;
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.container-fluid {
  max-width: 100% !important;
}
.display-none {
  display: none !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}

.drawer-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  width: 100%;
  height: 100%;
  outline: none !important;
  background-color: transparent;
}
.menu-open .drawer-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.menu-open .drawer-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.visible-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.note {
  letter-spacing: 0.016em;
  font-weight: 400;
}

.fv {
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.fv__container {
  display: grid;
}
.fv__container > div {
  grid-area: 1/1;
}
.fv__image-mask {
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.fv__image-mask::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.fv__image-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.fv__content {
  z-index: 1;
}
.fv__maincopy-image {
  display: block;
}
.fv__subcopy {
  letter-spacing: 0.05em;
  color: #FEFEFE;
}

.solution {
  overflow: hidden;
}
.solution__box {
  background-color: #FFFFFF;
  position: relative;
}
.solution__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.solution__list-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
  position: relative;
}
.solution__list-item::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.solution__list-item--01::before {
  background-image: url(../img/solution_no1.svg);
}
.solution__list-item--02::before {
  background-image: url(../img/solution_no2.svg);
}
.solution__list-item--03::before {
  background-image: url(../img/solution_no3.svg);
}
.solution__list-item--04::before {
  background-image: url(../img/solution_no4.svg);
}
.solution__list-item--05::before {
  background-image: url(../img/solution_no5.svg);
}
.solution__list-item--06::before {
  background-image: url(../img/solution_no6.svg);
}
.solution__list-item--07::before {
  background-image: url(../img/solution_no7.svg);
}
.solution__list-text {
  color: #144095;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.solution__list-text--highlight {
  font-weight: 900;
  line-height: 1.0833333333;
}
.movie__title {
  position: relative;
  z-index: 1;
}
.movie__title-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FEFEFE;
}
.movie__content {
  overflow: hidden;
  position: relative;
}
.movie__content video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.movie__button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: block;
  cursor: pointer;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.to-factory__title {
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #FFFFFF;
}
.topics__title {
  border-top: dotted #939FB2 1px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  padding-top: 3rem;
}

.banner-list {
  list-style-type: none;
  display: grid;
}

.banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  gap: 1rem;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.banner-link__image img {
  width: 100%;
}
.banner-link__caption {
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.article__box {
  position: relative;
}
.article__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  font-weight: bold;
}
.article__maintitle {
  background-color: #000000;
}
.article__maintitle-text {
  color: #F9F9F9;
  font-weight: bold;
  border-top: 3px solid #F9F9F9;
  border-bottom: 3px solid #F9F9F9;
  display: block;
  text-align: center;
  letter-spacing: -0.069em;
}
.article p {
  letter-spacing: 0;
}

.article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-image__caption {
  font-weight: bold;
  letter-spacing: 0.016em;
  font-size: 1.4rem;
}
.article-image__caption--large {
  letter-spacing: 0;
  font-weight: 900;
}
.article-image__caption .note {
  display: block;
}

.article-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}
.article-column__image img {
  width: 100%;
}

.article-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-group__text {
  position: relative;
  z-index: 1;
}
.article-group__image {
  opacity: 0.75;
}

.article-numbertitle {
  border-bottom: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-numbertitle__number {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  background-color: #000;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 0;
  width: 40px;
}
.article-numbertitle__text {
  font-weight: bold;
  letter-spacing: -0.01em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-what__title {
  background-color: #343A42;
  text-align: center;
  letter-spacing: 0.075em;
  color: #fff;
  font-weight: bold;
}
.article-what__list {
  display: grid;
  list-style: none;
}
.article-what__list-item {
  border: 2px solid #D94646;
}
.article-what__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-what__image-caption {
  font-weight: bold;
  letter-spacing: 0.016em;
  line-height: 1;
}
.interview__box {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  position: relative;
}
.interview__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  gap: 0.7rem;
}
.interview__title-text {
  font-weight: 900;
  color: #144095;
}
.voice:last-child {
  margin-bottom: 0;
}
.voice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice__header-image img {
  width: 100%;
}
.voice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice__title-text {
  color: #144095;
  font-weight: bold;
}
.voice__info {
  display: grid;
  grid-template-columns: auto 1fr;
  letter-spacing: 0.05em;
}
.voice__info-label {
  font-weight: 500;
}
.voice__case {
  list-style-type: none;
  position: relative;
  background-color: #FFFFFF;
}
.voice__case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #144095 0, #144095 2px, transparent 2px, transparent 4px);
}
.voice__case::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #144095 0, #144095 2px, transparent 2px, transparent 4px);
}
.voice__case-list {
  list-style-type: none;
}
.voice__case-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #144095 0, #144095 2px, transparent 2px, transparent 4px);
}
.voice__case-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #144095 0, #144095 2px, transparent 2px, transparent 4px);
}
.voice__case-item {
  position: relative;
  letter-spacing: 0.05em;
}
.voice__case-item::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
.voice__content-inner {
  background-color: #F5F5F5;
}
.voice__interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice__interview:first-child {
  margin-top: 0;
}
.voice__interview-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice__interview-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.5;
}
.voice__interview-caption span {
  font-weight: bold;
}
.voice__interview-title {
  font-weight: bold;
  line-height: 1.6363636364;
  position: relative;
}
.voice__interview-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #144095 0, #144095 2px, transparent 2px, transparent 4px);
}
.voice__interview-text {
  font-weight: 400;
}
.service__box {
  background-color: #FFFFFF;
}
.service__maintitle {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  color: #144095;
}
.service__maintitle span {
  font-weight: 900;
}
.service__subtitle {
  background-color: #08085E;
  color: #FEFEFE;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.service__description {
  letter-spacing: 0.05em;
}
.service__block:last-child {
  margin-bottom: 0;
}
.service__area {
  position: relative;
}
.service__area-text {
  position: absolute;
  top: 16.8776371308%;
}
.service__area-title {
  letter-spacing: 0.05em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.5px;
  font-size: 1.6rem;
}
.service__area-title:first-child {
  margin-top: 0;
}
.service__area-title::before {
  content: "";
  display: block;
  border: 0.5px solid #fff;
  width: 21.8px;
  height: 24.58px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.service__area-title--01::before {
  background-color: #58A1DD;
}
.service__area-title--02::before {
  background-color: #A4CCEE;
}
.service__area-note {
  text-indent: -1.1em;
  padding-left: 1.1em;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.service__area-image {
  display: block;
}
.service__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service__category-toggle {
  position: relative;
  border-left: 10px solid #144095;
}
.service__category-toggle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #144095 0, #144095 2px, transparent 2px, transparent 4px);
}
.service__category-toggle.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.service__category-title {
  font-weight: bold;
  color: #144095;
  letter-spacing: 0;
}
.service__category-list {
  display: grid;
  list-style-type: none;
}
.service__category-item {
  display: block;
}
.service__category-card {
  position: relative;
}
.service__category-card img {
  width: 100%;
}
.service__category-labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service__category-card .service__category-labels {
  position: absolute;
  left: 0;
}
.service__category-card .service__category-labels span {
  border-color: transparent;
}
.service__category-labels span {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.message__box {
  background: #F9F9F9;
}
.message__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  letter-spacing: 0.055em;
  font-weight: bold;
  position: relative;
}
.message__title::before, .message__title::after {
  content: "";
  display: block;
}
.message__title::before {
  background-image: url(../img/logo_vertical.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.message__title::after {
  background-color: #144095;
  width: 94px;
  height: 1.9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.message__subtitle {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.message__list {
  list-style: none;
}
.message__list li {
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}
.message__list li:first-child {
  margin-top: 0;
}
.message__contact {
  background-color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
}
.message p:last-child {
  margin-bottom: 0;
}
.message p:first-child {
  margin-top: 0;
}
.news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__title-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FEFEFE;
  font-size: clamp(13.28px, 13.28px + 1.4vw - 13.44px, 16px);
}
.news__list {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  list-style: none;
  padding: 0;
  margin-top: 2.53rem;
}
.news__list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.news__list-link {
  color: #FEFEFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__list-title {
  letter-spacing: 0;
}

.page-top {
  position: sticky;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
  z-index: 10;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.page-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.page-top__link {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
}
@media screen and (max-width: 849.98px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .header__logo {
    background-image: url(../img/logo_header_sp.png);
    width: 275px;
    aspect-ratio: 275/32;
  }
  .header__nav {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #144095;
    width: 262px;
    padding: 7rem 0 6.7rem 3.8rem;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .header__menu-item a {
    font-size: 1.6rem;
  }
  .header__contact {
    margin-top: 2.4rem;
  }
  .header__contact-phone {
    font-size: 2.2rem;
  }
  .header__inquiry-link {
    margin-top: 2.4rem;
  }
  .footer {
    margin-top: 8rem;
    padding: 5.6rem 0 4.8rem;
  }
  .footer__logo {
    width: 207px;
  }
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 2.1rem;
  }
  .footer__contact-item:first-child {
    position: relative;
  }
  .footer__contact-item:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #eee;
    right: -1.1rem;
  }
  .footer__contact-item:nth-child(n+3) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__copyright {
    padding-top: 1.8rem;
  }
  .accordion__content {
    overflow: hidden;
    height: 0;
  }
  .display-pc {
    display: none !important;
  }
  .display-none--sp {
    display: none !important;
  }
  .display-inline-block--sp {
    display: inline-block !important;
  }
  .display-inline--sp {
    display: inline !important;
  }
  .display-block--sp {
    display: block !important;
  }
  .drawer-content {
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 0;
  }
  .note {
    font-size: 1.2rem;
  }
  .background-gradient--sp {
    background-image: url(../img/bg_gradient_sp.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    padding-bottom: 6.9rem;
    padding-top: 1px;
  }
  .fv {
    padding-top: 5.9rem;
    background-image: url(../img/fv_background_sp.png);
    padding-bottom: 162px;
  }
  .fv__image-mask {
    margin-left: -2rem;
    margin-right: -2rem;
    border-radius: 5px 0 0 5px;
  }
  .fv__content {
    background-color: rgba(0, 0, 0, 0.3);
    width: 73.867vw;
    padding: 4.8vw 5.333vw 2.667vw;
    margin-left: -2rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 4rem;
  }
  .fv__maincopy-image {
    width: 58.933vw;
  }
  .fv__subcopy {
    margin-top: 4vw;
    font-size: 2.933vw;
  }
  .solution {
    margin-top: -17.7rem;
  }
  .solution__container {
    padding: 0 1rem;
  }
  .solution__box {
    border-radius: 5px;
    padding: 4vw 5.067vw 6.133vw;
  }
  .solution__title {
    width: 77.067vw;
    margin-left: auto;
    margin-right: auto;
  }
  .solution__title-image {
    display: block;
    width: 100%;
  }
  .solution__title-image img {
    width: 100%;
  }
  .solution__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1.333vw;
    margin-right: -1.333vw;
    margin-top: 4.267vw;
    gap: 6.4vw 0;
  }
  .solution__list-item {
    width: 33.333%;
    padding: 0 1.333vw;
  }
  .solution__list-item--01::before {
    width: 11.2vw;
  }
  .solution__list-item--02::before {
    width: 13.867vw;
  }
  .solution__list-item--03::before {
    width: 14.133vw;
  }
  .solution__list-item--04::before {
    width: 13.867vw;
  }
  .solution__list-item--05::before {
    width: 14.533vw;
  }
  .solution__list-item--06::before {
    width: 14.613vw;
  }
  .solution__list-item--07::before {
    width: 14.8vw;
  }
  .solution__list-item--01::before {
    right: 2.667vw;
  }
  .solution__list-item--02 {
    padding-left: 2.667vw;
  }
  .solution__list-item--02::before {
    right: 1.333vw;
  }
  .solution__list-item--03 {
    padding-left: 3.733vw;
  }
  .solution__list-item--03::before {
    right: 1.067vw;
  }
  .solution__list-item--04::before {
    right: 3.04vw;
  }
  .solution__list-item--05::before {
    right: 1.227vw;
  }
  .solution__list-item--06::before {
    right: 1.12vw;
  }
  .solution__list-item--01, .solution__list-item--02, .solution__list-item--03 {
    padding-top: 3.467vw;
  }
  .solution__list-item--04, .solution__list-item--05, .solution__list-item--06, .solution__list-item--07 {
    padding-top: 7.733vw;
  }
  .solution__list-item--04, .solution__list-item--05, .solution__list-item--06, .solution__list-item--07 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .solution__list-item--04 .solution__list-text--highlight {
    letter-spacing: -0.05em;
  }
  .solution__list-item--06 .solution__list-text--highlight {
    letter-spacing: 0;
  }
  .solution__list-text {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .solution__list-text--highlight {
    font-size: 5.867vw;
    white-space: nowrap;
  }
  .movie {
    padding-top: 8.4rem;
  }
  .movie__title-image {
    display: block;
    width: 236px;
  }
  .movie__title-text {
    font-size: 1.6rem;
    margin-top: 0.6rem;
    padding-left: 0.3rem;
  }
  .movie__content {
    margin-top: -0.9rem;
  }
  .movie__button {
    background-image: url(../img/play_button_sp.svg);
  }
  .to-factory {
    margin-top: 10rem;
  }
  .to-factory__title {
    font-size: 2.6rem;
  }
  .topics {
    margin-top: 4.3rem;
  }
  .topics__title {
    font-size: 2.6rem;
  }
  .topics__big-banner {
    margin-top: 7.3rem;
  }
  .banner-list {
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .banner-link__caption {
    font-size: 1.4rem;
  }
  .article .container {
    background-color: #F9F9F9;
  }
  .article__box {
    padding: 5rem 0 1.2rem;
  }
  .article__label {
    letter-spacing: 0;
    top: 0;
    width: 67px;
    font-size: 1.6rem;
    border-top: #B20000 4.74px solid;
    padding-bottom: 0.2rem;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  }
  .article__maintitle {
    padding: 0.6rem 0 0.8rem;
  }
  .article__maintitle-text {
    font-size: 3.8rem;
    line-height: 1.1052631579;
    padding: 0.4rem 0 0.6rem;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .article__maintitle-text span {
    font-size: 78.9473684211%;
  }
  .article p {
    line-height: 2;
    font-size: 1.4rem;
  }
  .article-image {
    gap: 0.8rem;
  }
  .article-image__caption--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    line-height: 1.506;
    padding: 0.6rem 0.4rem 0;
  }
  .article-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .article-group {
    margin-top: 3rem;
    gap: 3rem;
  }
  .article-group__image {
    margin-top: -6.6rem;
    padding: 0 1.25rem;
  }
  .article-numbertitle {
    margin-bottom: 0.8rem;
    gap: 0.8rem;
  }
  .article-numbertitle__number {
    min-height: 47.5px;
    font-size: 3.9rem;
    padding-top: 0.8rem;
  }
  .article-numbertitle__text {
    line-height: 1.25;
    font-size: 2.4rem;
    padding-bottom: 0.3rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .article-what {
    margin-top: 1.7rem;
  }
  .article-what__title {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
  .article-what__list {
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.74rem 0.8rem;
  }
  .article-what__list-item {
    padding: 0.8rem;
  }
  .article-what__image {
    gap: 0.8rem;
  }
  .article-what__image-caption {
    font-size: 1.5rem;
  }
  .interview {
    margin-top: 6.1rem;
  }
  .interview__box {
    padding: 3.58rem 2rem 3.3rem;
  }
  .interview__title {
    margin-bottom: 5.5rem;
  }
  .interview__title-label {
    width: 95px;
  }
  .interview__title-text {
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  .voice {
    margin-top: 5.4rem;
  }
  .voice__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice__header-text {
    display: contents;
  }
  .voice__header-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0.8rem;
  }
  .voice__title {
    display: contents;
  }
  .voice__title-label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .voice__title-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.6rem;
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
  .voice__info {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    line-height: 2.3333333333;
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .voice__case {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 0.8rem;
  }
  .voice__case-list {
    padding: 1.4rem 0.8rem 1.6rem 1.4rem;
  }
  .voice__case-item {
    font-size: 1.2rem;
    padding-left: calc(1em + 0.6rem);
    line-height: 1.75;
  }
  .voice__content {
    margin-top: 3rem;
  }
  .voice__content-image {
    display: none;
  }
  .voice__content-inner {
    padding: 1rem;
  }
  .voice__interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.8rem;
  }
  .voice__interview-image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .voice__interview-image img {
    border-radius: 10px;
    width: 50px;
  }
  .voice__interview-caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0.25em;
  }
  .voice__interview-title {
    padding: 0 0 0.4rem;
    margin-top: 0.4rem;
    font-size: 2.2rem;
  }
  .voice__interview-text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 0.4rem;
  }
  .service {
    margin-top: 6rem;
  }
  .service__box {
    padding: 2.8rem 2rem 3.9rem;
  }
  .service__maintitle {
    font-size: 1.8rem;
    margin-left: -1em;
    margin-right: -1em;
  }
  .service__maintitle span {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
  .service__subtitle {
    font-size: 2rem;
    line-height: 1.65;
    padding: 0.5rem 0 0.7rem;
  }
  .service__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .service__block {
    margin-top: 3rem;
  }
  .service__area {
    margin-top: 2rem;
  }
  .service__area-text {
    top: 2.3rem;
  }
  .service__area-title {
    margin-top: 3rem;
  }
  .service__area-image {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .service__category {
    margin-top: 3rem;
    gap: 3rem;
  }
  .service__category-toggle::after {
    content: "";
    width: 20px;
    height: 10px;
    background-image: url(../img/category_toggle_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .service__category-title {
    padding: 0.4rem 3rem 0.5rem 0.9rem;
  }
  .service__category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.47rem;
    margin-top: 2rem;
  }
  .service__category-labels {
    padding-left: 0.5rem;
  }
  .service__category-card .service__category-labels {
    bottom: 0.5rem;
  }
  .service__category-labels {
    gap: 0.32rem;
  }
  .service__category-labels span {
    font-size: 1.1rem;
    padding: 0.1rem 0.5rem;
  }
  .message {
    margin-top: 6rem;
  }
  .message__box {
    padding: 4rem 2rem 3.24rem;
  }
  .message__title {
    font-size: 2.4rem;
    padding-bottom: 3.4rem;
    margin-bottom: 4.6rem;
  }
  .message__title::before {
    width: 172px;
    aspect-ratio: 172/87;
    margin-bottom: 2.6rem;
  }
  .message__subtitle {
    margin-top: 5.2rem;
  }
  .message__list {
    margin-top: 0.5rem;
  }
  .message__list li {
    line-height: 2;
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
  .message__list + p {
    margin-top: 4.6rem;
  }
  .message__contact {
    margin-top: 5.6rem;
    padding: 1.6rem 0;
  }
  .message__contact p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .message p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .news {
    margin-top: 6rem;
  }
  .news__title {
    gap: 2rem;
  }
  .news__title-label {
    width: 107px;
  }
  .news__list-item {
    padding: 2rem 2rem 2.4rem;
  }
  .news__list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    left: 1.5;
    font-size: 1.6rem;
  }
  .page-top {
    bottom: 8rem;
  }
  .page-top__link {
    background-image: url(../img/toparrow_sp.svg);
    width: 50px;
    height: 50px;
    right: 2rem;
    top: 1.5rem;
  }
}
@media screen and (min-width: 850px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .header__container {
    padding: 3rem 3.5rem;
    gap: 2rem;
  }
  .header__logo {
    width: 35%;
    max-width: 435px;
    aspect-ratio: 435/52;
  }
  .header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__menu-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(12px, 12px + 4.4vw - 37.4px, 29px);
  }
  .header__menu-item a {
    font-size: clamp(13px, 13px + 0.7vw - 5.95px, 16px);
  }
  .header__contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: clamp(16px, 16px + 4vw - 34px, 33px);
  }
  .header__contact-phone {
    font-size: clamp(18px, 18px + 0.9vw - 7.65px, 22px);
    list-style: 1.1;
  }
  .header__inquiry {
    margin-left: clamp(13px, 13px + 3.3vw - 28.05px, 27px);
  }
  .header__hamburger {
    display: none;
  }
  .footer {
    padding: 6.25rem 0 5.2rem;
    margin-top: 24rem;
  }
  .footer__contact {
    gap: 0.8rem 3.1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__contact-item:nth-child(odd) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__contact-item:nth-child(odd):not(:last-child) {
    position: relative;
  }
  .footer__contact-item:nth-child(odd):not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #eee;
  }
  .footer__contact-icon {
    width: 16.5px;
  }
  .footer__copyright {
    padding-top: 4.2rem;
  }
  .accordion__title {
    pointer-events: none;
  }
  .accordion__content {
    height: auto !important;
  }
  .container {
    max-width: 1080px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .container-xsmall {
    max-width: 790px;
  }
  .container-small {
    max-width: 1020px;
  }
  .container-large {
    max-width: 1280px;
  }
  .container-xlarge {
    max-width: 1960px;
  }
  .display-sp {
    display: none !important;
  }
  .display-none--pc {
    display: none !important;
  }
  .display-inline-block--pc {
    display: inline-block !important;
  }
  .display-inline--pc {
    display: inline !important;
  }
  .display-block--pc {
    display: block !important;
  }
  .note {
    font-size: 0.8rem;
  }
  .background-gradient--pc {
    background-image: url(../img/bg_gradient_pc.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding-top: 6.6rem;
    background-position: center top;
    padding-bottom: 200px;
  }
  .fv {
    background-image: url(../img/fv_background_pc.png);
    padding-top: 12rem;
  }
  .fv__container {
    padding-bottom: 8rem;
    position: relative;
  }
  .fv__container::before {
    content: "";
    width: 22px;
    height: 100px;
    background-image: url(../img/scroll_sign.svg);
    position: absolute;
    bottom: 0;
    left: 2rem;
  }
  .fv__image {
    position: relative;
    right: 0;
    height: 675px;
    max-width: none;
  }
  .fv__image-mask {
    margin-right: calc(50% - 50vw);
    margin-left: 240px;
  }
  .fv__image-mask::before {
    width: 527px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .fv__content {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .fv__maincopy-image {
    width: 491px;
  }
  .fv__subcopy {
    margin-top: 4.8rem;
    line-height: 1.8;
    font-size: 2rem;
  }
  .solution {
    margin-top: -125px;
  }
  .solution__container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .solution__box {
    width: 750px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 5px 0 0 5px;
  }
  .solution__box::before {
    content: "";
    display: block;
    width: 100vw;
    left: 100%;
    background-color: #fff;
    height: 100%;
    position: absolute;
  }
  .solution__title {
    width: 250px;
    height: 250px;
    border-right: 1px solid #EEEEEE;
  }
  .solution__list {
    padding: 3.5rem 4.2rem 0;
    gap: 2.5rem 0;
  }
  .solution__list-item {
    padding-top: 1.2rem;
  }
  .solution__list-item--01::before {
    width: 46px;
  }
  .solution__list-item--02::before {
    width: 57px;
  }
  .solution__list-item--03::before {
    width: 58px;
  }
  .solution__list-item--04::before {
    width: 57.6px;
  }
  .solution__list-item--05::before {
    width: 59.5px;
  }
  .solution__list-item--06::before {
    width: 60px;
  }
  .solution__list-item--07::before {
    width: 60px;
  }
  .solution__list-item--01 {
    margin-right: 2rem;
  }
  .solution__list-item--03 {
    margin-left: 2rem;
  }
  .solution__list-item--04, .solution__list-item--05, .solution__list-item--06, .solution__list-item--07 {
    height: 85px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .solution__list-text {
    font-size: 1.3rem;
  }
  .solution__list-text--highlight {
    font-size: 2.4rem;
  }
  .movie {
    margin-top: 2.6rem;
  }
  .movie__title-text {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
  .movie__content {
    max-width: 915px;
    margin-left: auto;
    aspect-ratio: 16/9;
    margin-top: -1.1rem;
  }
  .movie__button {
    background-image: url(../img/play_button_pc.svg);
  }
  .to-factory__title {
    font-size: 3rem;
  }
  .topics {
    margin-top: 3.6rem;
  }
  .topics__title {
    font-size: 3rem;
  }
  .topics__big-banner {
    margin-top: 7.4rem;
  }
  .banner-list {
    gap: clamp(36.52px, 36.52px + 3.9vw - 37.44px, 44px);
    margin-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .banner-link__caption {
    font-size: 1.5rem;
  }
  .article {
    margin-top: -8.7rem;
  }
  .article__box {
    padding: 5rem 4.6rem;
    background-color: #F9F9F9;
    border: 1px solid #000000;
  }
  .article__label {
    border-left: 9.45px #B20000 solid;
    width: 54.71px;
    line-height: 1.2857142857;
    height: 134.97px;
    left: -41px;
    font-size: 2.8rem;
    top: 36px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.98);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.98);
  }
  .article__maintitle {
    padding: 1.5rem 0;
    margin-bottom: 0.6rem;
  }
  .article__maintitle-text {
    font-size: clamp(42px, 42px + 7.1vw - 54.528px, 64px);
    padding-bottom: 0.3rem;
    white-space: nowrap;
  }
  .article__maintitle-text span {
    font-size: 79.6875%;
  }
  .article p {
    line-height: 1.7777777778;
    font-size: clamp(14.94px, 14.94px + 1.6vw - 15.36px, 18px);
  }
  .article-image {
    gap: 0.7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-image__caption--large {
    font-size: clamp(24.1945px, 24.1945px + 3.1vw - 29.76px, 30.15px);
  }
  .article-image__caption .note {
    text-align: right;
    margin-top: 0.2rem;
  }
  .article-column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(33.2px, 33.2px + 19.4vw - 186.24px, 70px);
  }
  .article-column__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .article-column__image {
    width: 320px;
  }
  .article-group {
    padding-right: 26.3rem;
    gap: 3.4rem;
    margin-top: 3.6rem;
  }
  .article-group__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    max-width: 366px;
    bottom: 0.6rem;
    right: -2.8rem;
  }
  .article-numbertitle {
    gap: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .article-numbertitle__number {
    font-size: clamp(29.88px, 29.88px + 3.2vw - 30.72px, 36px);
    padding-top: 0.8rem;
  }
  .article-numbertitle__text {
    font-size: clamp(29.88px, 29.88px + 3.2vw - 30.72px, 36px);
    padding-bottom: 0.1rem;
  }
  .article-what {
    margin-top: 3.2rem;
  }
  .article-what__title {
    font-size: clamp(23.24px, 23.24px + 2.5vw - 24px, 28px);
    line-height: 1.5357142857;
    padding: 0.6rem 0;
  }
  .article-what__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
  .article-what__list-item {
    padding: clamp(9.96px, 9.96px + 1.1vw - 10.56px, 12px);
  }
  .article-what__image {
    gap: 0.86rem;
  }
  .article-what__image-caption {
    font-size: clamp(17.43px, 17.43px + 1.9vw - 18.24px, 21px);
  }
  .interview {
    margin-top: 10rem;
  }
  .interview__box {
    padding: 5rem 4.6rem;
  }
  .interview__title {
    margin-bottom: 3rem;
  }
  .interview__title-text {
    font-size: clamp(34.86px, 34.86px + 3.8vw - 36.48px, 42px);
    letter-spacing: 0;
  }
  .voice {
    margin-bottom: 8rem;
  }
  .voice__header {
    gap: 2.6rem;
  }
  .voice__header-text {
    width: clamp(390.1px, 390.1px + 42.1vw - 404.16px, 470px);
    padding-left: 2rem;
  }
  .voice__header-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 4rem;
  }
  .voice__title-label {
    margin-left: -2rem;
    margin-bottom: 1rem;
  }
  .voice__title-text {
    font-size: clamp(41.5px, 41.5px + 4.5vw - 43.2px, 50px);
    line-height: 1.4;
  }
  .voice__info {
    margin-top: 2rem;
    font-size: clamp(14.94px, 14.94px + 1.6vw - 15.36px, 18px);
    line-height: 1.8;
  }
  .voice__case {
    margin-top: 3rem;
  }
  .voice__case-list {
    padding: 1.4rem 2rem;
  }
  .voice__case-item {
    line-height: 1.5;
    font-size: clamp(11.62px, 11.62px + 1.3vw - 12.48px, 14px);
    padding-left: 1em;
  }
  .voice__content {
    position: relative;
    padding-top: 2rem;
    padding-left: 5rem;
    margin-top: 3rem;
  }
  .voice__content-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .voice__content-inner {
    padding: 3rem 2.8rem 3rem 18rem;
  }
  .voice__interview {
    margin-top: 3rem;
  }
  .voice__interview-image {
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
  }
  .voice__interview-image img {
    border-radius: 10.75px;
  }
  .voice__interview-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .voice__interview-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .voice__interview-title {
    padding: 1rem 0 1.1rem 2rem;
    font-size: clamp(18.26px, 18.26px + 2vw - 19.2px, 22px);
  }
  .voice__interview-text {
    font-size: clamp(14.94px, 14.94px + 1.6vw - 15.36px, 18px);
    line-height: 1.5777777778;
    padding: 1.5rem 0 0 2rem;
  }
  .service {
    margin-top: 10rem;
  }
  .service__box {
    padding: 5rem 4.5rem 7.5rem;
    border: 1px solid #929292;
  }
  .service__maintitle {
    font-size: 3rem;
    line-height: 1.12;
    margin-bottom: 4.6rem;
  }
  .service__maintitle span {
    font-size: 5rem;
  }
  .service__subtitle {
    line-height: 1.1785714286;
    font-size: 2.8rem;
    padding: 1.3rem 0 1.5rem;
  }
  .service__description {
    text-align: center;
    line-height: 1.8;
    font-size: 1.8rem;
    margin-top: 0.7rem;
  }
  .service__block {
    margin-bottom: 7.3rem;
  }
  .service__area {
    margin-top: 3.2rem;
  }
  .service__area-text {
    left: 6.3rem;
  }
  .service__area-title {
    margin-top: 3rem;
  }
  .service__area-image {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .service__category {
    gap: 5rem;
    margin-top: 2rem;
  }
  .service__category-title {
    font-size: 2rem;
    padding-left: 1.7rem;
    padding-bottom: 0.4rem;
    line-height: 1.5;
  }
  .service__category-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
    margin-top: 2rem;
  }
  .service__category-labels {
    padding-left: 8px;
  }
  .service__category-card .service__category-labels {
    bottom: 0.8rem;
  }
  .service__category-labels {
    gap: 0.5rem;
  }
  .service__category-labels span {
    min-width: 115px;
    font-size: clamp(12.45px, 12.45px + 1.3vw - 12.48px, 15px);
    padding: 0.2rem 0.5rem;
  }
  .message {
    margin-top: 10rem;
  }
  .message__box {
    padding: 8rem 4.6rem;
  }
  .message__box-inner {
    max-width: 868px;
    margin-left: auto;
    margin-right: auto;
  }
  .message__title {
    font-size: clamp(26.56px, 26.56px + 2.9vw - 27.84px, 32px);
    padding-bottom: 5.6rem;
    margin-bottom: 4.2rem;
  }
  .message__title::before {
    aspect-ratio: 226/112;
    width: 226px;
    margin-bottom: 4.2rem;
  }
  .message__subtitle {
    line-height: 2.2222222222;
    margin-top: 5.2rem;
    font-size: clamp(14.94px, 14.94px + 1.6vw - 15.36px, 18px);
  }
  .message__list li {
    font-size: clamp(14.94px, 14.94px + 1.6vw - 15.36px, 18px);
    line-height: 2.2222222222;
  }
  .message__list + p {
    margin-top: 5.2rem;
  }
  .message__contact {
    max-width: 586px;
    padding: 2.4rem;
  }
  .message__contact p {
    font-size: clamp(14.94px, 14.94px + 1.6vw - 15.36px, 18px);
    line-height: 1.8;
  }
  .message p {
    font-size: clamp(14.94px, 14.94px + 1.6vw - 15.36px, 18px);
    line-height: 1.777;
    margin: 2em 0;
  }
  .news {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .news__title {
    gap: 1.96rem;
  }
  .news__title-label {
    width: 104px;
  }
  .news__list-item {
    padding: 2rem 2rem;
  }
  .news__list-link {
    gap: 3rem;
    font-size: clamp(13.28px, 13.28px + 1.4vw - 13.44px, 16px);
  }
  .page-top__inner {
    width: calc(100% - 4rem);
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-top__link {
    background-image: url(../img/toparrow_pc.svg);
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1280px) {
  .header__inquiry-link {
    width: 50px;
    height: 50px;
  }
  .header__inquiry-link .header__inquiry-text {
    display: none;
  }
}
@media (hover: hover) {
  .header__inquiry-link:hover {
    opacity: 0.7;
  }
  .footer a:hover {
    opacity: 0.6;
  }
  .movie__button:hover {
    opacity: 0.5;
  }
  .banner-link:hover {
    opacity: 0.8;
  }
  .page-top__link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 850px) and (min-width: 850px) {
  .footer__contact-item:nth-child(odd):not(:last-child)::after {
    right: -1.6rem;
  }
}
@media screen and (min-width: 1380px) {
  .movie {
    margin-top: -2.6rem;
  }
  .movie__content {
    margin-top: -10rem;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1320px) {
  .page-top {
    bottom: 11.5rem;
  }
  .page-top__link {
    top: 15px;
  }
}
@media screen and (min-width: 1321px) {
  .page-top {
    bottom: 8rem;
  }
  .page-top__link {
    top: -50px;
  }
}