@charset "UTF-8";
@font-face {
  font-family: "Oswald", sans-serif;
  src: url("/font/Oswald-VariableFont_wght.ttf");
}
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: #1d1d1b;
}
a:hover {
  opacity: 0.7;
}

html {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  overflow-x: hidden;
  padding-top: 60px;
}

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

.c-wrapper {
  width: min(1366px, 90vw);
  margin-inline: auto;
}

.c-wrapper-s {
  width: min(1040px, 90vw);
  margin-inline: auto;
}

.c-over-right-wrapper {
  width: min(1758px, 96vw);
  margin-inline: auto;
  padding-left: 80px;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .c-over-right-wrapper {
    padding-left: 0;
    width: min(1040px, 90vw);
    margin-inline: auto;
  }
}

.c-over-left-wrapper {
  width: min(1758px, 96vw);
  margin-inline: auto;
  padding-right: 80px;
  margin-left: calc(50% - 50vw);
}

.sp_style {
  display: none !important;
}
@media (max-width: 767px) {
  .sp_style {
    display: block !important;
  }
}

.pc_style {
  display: block !important;
}
@media (max-width: 767px) {
  .pc_style {
    display: none !important;
  }
}

.form_error {
  color: #c51216;
  font-weight: bold;
}

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

.vi-font {
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0em !important;
}
.vi-font.weight-400 {
  font-weight: 400;
}
.vi-font.fz-30 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .vi-font.fz-30 {
    font-size: 22px;
  }
}

body:has(.c-nav) {
  position: relative;
}

.c-header {
  position: relative;
  width: 100vw;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  background: white;
  z-index: 100;
  padding: 0 min(5vw, 40px);
}
@media (max-width: 767px) {
  .c-header {
    padding: 0 20px;
  }
}
.c-header__logos {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-header__2x4 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.c-header__toggle-button-area {
  height: 100%;
}
@media (max-width: 1250px) {
  .c-header__toggle-button-area {
    display: none;
  }
}
.c-header__sp-toggle {
  display: none;
}
@media (max-width: 767px) {
  .c-header__sp-toggle {
    display: block;
  }
}

.c-nav {
  height: 100%;
  padding-right: min(140px, 5vw);
}
.c-nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .c-nav ul {
    display: none;
  }
}
.c-nav__item {
  height: 100%;
}
.c-nav__item:hover {
  background: linear-gradient(123deg, rgb(17, 31, 70) 0%, rgb(9, 41, 129) 100%);
}
.c-nav__item:hover * {
  color: white;
}
.c-nav__item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 min(40px, 2vw);
  position: relative;
}
.c-nav__item a ._icon::after {
  content: "";
  background-image: url(/images/icon-link-black.svg?9f8e23b678a88f5fb296ddbf22834a95);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 0.5em;
}
.c-nav__item:hover a ._icon::after {
  background-image: url(/images/icon-link.svg?d404622a7285e735ac34892b47c72eaa);
}
.c-nav__item.active {
  background: linear-gradient(123deg, rgb(17, 31, 70) 0%, rgb(9, 41, 129) 100%);
}
.c-nav__item.active * {
  color: white;
}

.c-ham-menu {
  display: none;
}
@media (max-width: 767px) {
  .c-ham-menu {
    display: block;
    position: fixed;
    padding-top: 80px;
    right: -100vw;
    top: 50px;
    transition: 0.3s;
    background: white;
  }
  .c-ham-menu.active {
    width: 100vw;
    height: 100vmax;
    right: 0;
    z-index: 1000;
  }
}
.c-ham-menu ul .c-nav__item {
  height: 86px;
  position: relative;
}
.c-ham-menu ul .c-nav__item:active {
  background: linear-gradient(123deg, rgb(17, 31, 70) 0%, rgb(9, 41, 129) 100%);
}
.c-ham-menu ul .c-nav__item:active * {
  color: white;
}
.c-ham-menu ul .c-nav__item a {
  justify-content: space-between;
  align-items: center;
  padding-inline: 10vw;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.c-ham-menu ul .c-nav__item ._circle {
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #aaa;
  transition: 0.2s;
  position: absolute;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%);
}
.c-ham-menu ul .c-nav__item ._circle::after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.2s;
}
@media (hover: hover) {
  .c-ham-menu ul .c-nav__item:hover::after {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 1px;
    margin-inline: auto;
    background: white;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-ham-menu ul .c-nav__item:hover ._circle {
    background: white;
  }
  .c-ham-menu ul .c-nav__item:hover ._circle::after {
    content: "";
    display: inline-block;
    width: 8px;
    border-top: 2px solid #1d1d1b;
    border-right: 2px solid #1d1d1b;
    border-radius: 0;
    transform: translate(-2px, -2px) rotate(45deg);
    transform-origin: top;
  }
}
.c-ham-menu ul .c-nav__item:active::after {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  height: 1px;
  margin-inline: auto;
  background: white;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.c-ham-menu__languages {
  height: 60px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.c-ham-button {
  display: none;
}
@media (max-width: 767px) {
  .c-ham-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 6px;
  }
  .c-ham-button span {
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #1d1d1b;
    position: relative;
    transition: 0.3s;
  }
  .c-ham-button.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .c-ham-button.active span:nth-child(1) {
    transform: skewY(-30deg) translateY(8px);
  }
  .c-ham-button.active span:nth-child(3) {
    transform: skewY(30deg) translateY(-8px);
  }
}

.toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle_label {
  width: 68px;
  height: 36px;
  background: #fff;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  border: 1px solid #707070;
  transition: 0.4s;
  box-sizing: border-box;
}

.toggle_input:checked + .toggle_label:after {
  left: 34px;
}

.toggle_button {
  position: relative;
  height: 100%;
  margin: auto;
  display: flex;
}
.toggle_button .lang-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative; /* 擬似要素の位置を制御するために必要 */
}
.toggle_button .lang-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(123deg, rgb(17, 31, 70) 0%, rgb(9, 41, 129) 100%);
}

.c-footer {
  background: white;
  border-top: 1px solid #001A60;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
@media (max-width: 767px) {
  .c-footer {
    height: 40px;
  }
}
.c-footer__cr {
  color: #001A60;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.c-ham {
  background-color: #000;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.c-ham-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 13px;
  margin-left: 10px;
  position: relative;
}
.c-ham-box__bar {
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}
.c-ham-box__bar.ham-up {
  position: absolute;
  top: 0;
}
.c-ham-box__bar.ham-up.active {
  transform: translateY(6px) rotate(45deg) scale(1.1);
}
.c-ham-box__bar.ham-center.active {
  opacity: 0;
}
.c-ham-box__bar.ham-down {
  position: absolute;
  bottom: 0;
}
.c-ham-box__bar.ham-down.active {
  transform: translateY(-6px) rotate(-45deg) scale(1.1);
}

.c-pagination {
  display: flex;
  gap: 8px;
}
.c-pagination__item {
  border: 1px solid #444;
  border-radius: 4px;
  font-size: 14px;
  background: linear-gradient(#ffffff 0%, #efefef 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.c-pagination__item a, .c-pagination__item span {
  padding: 2px 8px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.c-pagination__item a {
  color: #666;
}
.c-pagination__item.disabled, .c-pagination__item.active {
  color: #fff;
  background: #666;
}

.pg-factory .pg-factory-page-title-area {
  background: url(/images/bg-img-pc.jpg?2387d6907b11cb05b52b893dfbcac52a);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-page-title-area {
    background: url(/images/bg-img-sp.jpg?13ea84135cebfce9afee4f6516ee8946);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pg-factory .pg-factory-page-title-area__titles {
  color: white;
  text-align: center;
}
.pg-factory .pg-factory-page-title-area__titles > span {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.pg-factory .pg-factory-page-title-area__titles > h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-page-title-area__titles > h2 {
    font-size: 30px;
  }
}
.pg-factory .pg-factory-title-area {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-title-area {
    padding-bottom: 60px;
  }
}
.pg-factory .pg-factory-head {
  display: grid;
  grid-template-columns: min(45%, 600px) 1fr;
  margin-top: 60px;
  gap: min(80px, 5%);
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.pg-factory .pg-factory-head__title {
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-head__title {
    font-size: 24px;
    font-weight: bold;
  }
}
.pg-factory .pg-factory-head__text {
  margin-top: 20px;
}
.pg-factory .pg-factory-head__address {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.pg-factory .pg-factory-head__texts {
  font-size: 18px;
  line-height: 1.5;
}
.pg-factory .pg-factory-head__image {
  height: 380px;
  background-image: url(/images/head.jpg?7262a365e9622201d2d7deb15139cf5f);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-head__image {
    height: 320px;
    background-position: top center;
    background-image: url(/images/head_sp.jpg?8eac4d0f153530b59b89d6aa949695ef);
  }
}
.pg-factory .pg-factory-map {
  margin-top: min(92px, 8vw);
  width: 100%;
}
.pg-factory .pg-factory-map iframe {
  width: 100%;
  aspect-ratio: 2.4;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-map iframe {
    aspect-ratio: 1.5;
  }
}
.pg-factory .pg-factory-list {
  background: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-list {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-list {
    padding-bottom: 64px;
  }
}
.pg-factory .pg-factory-list__sec-title {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 0;
  color: rgba(0, 26, 96, 0);
  -webkit-text-stroke: 1px #001A60;
  text-stroke: 1px #001A60;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-list__sec-title {
    font-size: min(25vw, 46px);
    right: 5vw;
  }
}
.pg-factory .pg-factory-list__title {
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #001A60;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-list__title {
    font-size: 24px;
  }
}
.pg-factory .pg-factory-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-list__list {
    display: flex;
    flex-direction: column;
  }
}
.pg-factory .pg-factory-list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pg-factory .pg-factory-list-item__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 2;
  width: 100%;
}
.pg-factory .pg-factory-list-item__text-area ._name {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-list-item__text-area ._name {
    font-size: 20px;
  }
}
.pg-factory .pg-factory-list-item__text-area ._address {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .pg-factory .pg-factory-list-item__text-area ._address {
    font-size: 16px;
  }
}

.pg-top {
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/images/precut_mv.png?22a229b678bf0564bb2019b62026fac7);
}
@media (max-width: 440px) {
  .pg-top {
    background-position: top center;
    background: transparent;
    background-attachment: unset;
  }
  .pg-top::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(/images/precut_mv.png?22a229b678bf0564bb2019b62026fac7);
    background-size: cover;
  }
}

.pg-top-mv {
  height: calc(100vh - 60px);
  width: 100%;
}
.pg-top-mv__image {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  position: relative;
}
.pg-top-mv__scroll {
  position: absolute;
  bottom: -5em;
  right: -60px;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  border-left: 2px solid #1d1d1b;
  padding-bottom: 10em;
}
.pg-top-mv__no1 {
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .pg-top-mv__no1 {
    width: 50%;
  }
}
.pg-top-mv__titles {
  aspect-ratio: 1;
  width: min(800px, 50vw);
  color: #fff;
  display: grid;
  place-items: center;
  -webkit-backdrop-filter: blur(4px) brightness(1.3);
          backdrop-filter: blur(4px) brightness(1.3);
}
@media (max-width: 767px) {
  .pg-top-mv__titles {
    width: min(400px, 90vw);
  }
}
.pg-top-mv__titles > div {
  padding: 20px;
}
.pg-top-mv__titles ._text1 {
  font-size: min(118px, 8vw);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-top-mv__titles ._text1 {
    font-size: 58px;
  }
}
.pg-top-mv__titles ._text2 {
  font-size: min(68px, 4.5vw);
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-top-mv__titles ._text2 {
    font-size: 34px;
  }
}
.pg-top-mv__titles ._text3 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 767px) {
  .pg-top-mv__titles ._text3 {
    font-size: 18px;
  }
}

.pg-top-intro {
  padding-top: 80px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: max(1200px, 80vw);
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pg-top-intro {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pg-top-intro {
    width: 90vw;
    margin-inline: auto;
  }
}
.pg-top-intro__wrapper {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 80px;
}
@media (max-width: 767px) {
  .pg-top-intro__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.pg-top-intro__texts {
  width: min(1200px, 90vw);
  margin-inline: auto;
  background-image: url(/images/pc.png?417da5297611f08620e07e2bb6b03aa9);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
  aspect-ratio: 2.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media (max-width: 767px) {
  .pg-top-intro__texts {
    display: contents;
  }
}
.pg-top-intro__texts * {
  color: white;
}
.pg-top-intro__texts__title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .pg-top-intro__texts__title {
    font-size: 24px;
    text-align: justify;
  }
}
.pg-top-intro__texts__text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-top-intro__texts__text {
    text-align: justify;
    font-size: 16px;
    margin-top: 32px;
  }
}
.pg-top-intro .slick-slide {
  margin-inline: 4px;
}
.pg-top-intro__image {
  display: none;
}
@media (max-width: 767px) {
  .pg-top-intro__image {
    display: flex;
    gap: 8px;
    margin-top: 20px;
  }
  .pg-top-intro__image > div {
    flex: 1;
  }
  .pg-top-intro__image > div img {
    -o-object-fit: contain;
       object-fit: contain;
    display: inline-block;
    width: 100%;
  }
}

.pg-top-intro-images__wrapper {
  width: 840px;
}
@media (max-width: 767px) {
  .pg-top-intro-images__wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.pg-top-intro-images__item {
  max-width: 240px;
  aspect-ratio: 0.6;
}

.pg-top-strength {
  position: relative;
  z-index: 3;
}
.pg-top-strength::before {
  content: "";
  display: block;
  background: white;
  width: 100%;
  margin-left: auto;
  height: 120px;
}
@media (max-width: 767px) {
  .pg-top-strength::before {
    content: unset;
  }
}

.pg-top-strength-intro {
  background-image: url(/images/strength-bg.jpg?15f485bc5fda7b49a93cd8256511ae83);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 40px 44px;
}
@media (max-width: 767px) {
  .pg-top-strength-intro {
    padding: 40px 0 40px;
    background-image: url(/images/strength-bg-sp.jpg?74712f7f24a42cb8a8cf526daac900d6);
  }
}
.pg-top-strength-intro__container {
  width: min(1040px, 90vw);
  margin-inline: auto;
}
.pg-top-strength-intro__titles {
  color: white;
}
.pg-top-strength-intro__titles__sub {
  display: block;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.pg-top-strength-intro__titles__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .pg-top-strength-intro__titles__title {
    font-size: 30px;
  }
}
.pg-top-strength-intro__texts {
  color: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 12px;
}
.pg-top-strength-intro__texts__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-top-strength-intro__texts__title {
    font-size: 20px;
  }
}
.pg-top-strength-intro__texts__img {
  display: block;
  width: 30px;
  margin-inline: auto;
  margin-top: 32px;
}
.pg-top-strength-intro__texts__text {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-top-strength-intro__texts__text {
    margin-top: 20px;
    font-size: 16px;
    text-align: justify;
  }
}

.pg-top-strength-contents {
  padding: 80px 0;
  background: white;
}
.pg-top-strength-contents__container {
  width: min(1040px, 90vw);
  margin-inline: auto;
}
.pg-top-strength-contents__titles {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pg-top-strength-contents__titles {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pg-top-strength-contents__titles > span {
  color: #001A60;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  padding-right: 15px;
}
.pg-top-strength-contents__titles > p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  line-height: 1.45;
}
.pg-top-strength-contents__titles > p::before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  background: #707070;
  box-shadow: 0 1px 1px rgba(112, 112, 112, 0.16);
}
@media (max-width: 767px) {
  .pg-top-strength-contents__titles > p::before {
    content: unset;
  }
}

.pg-top-strength-contents1 {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pg-top-strength-contents1 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pg-top-strength-contents1 {
    padding-bottom: 40px;
  }
}

.pg-top-strength-contents1-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}
@media (max-width: 767px) {
  .pg-top-strength-contents1-list {
    grid-template-columns: 1fr;
  }
}
.pg-top-strength-contents1-list__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 28px 40px 70px;
  color: #fff;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-top-strength-contents1-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  z-index: -1;
  filter: brightness(0.4);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pg-top-strength-contents1-list__item {
    padding: 16px 20px 20px;
  }
}
.pg-top-strength-contents1-list__item + .pg-top-strength-contents1-list__item {
  border-left: 2px solid #fff;
}
@media (max-width: 767px) {
  .pg-top-strength-contents1-list__item + .pg-top-strength-contents1-list__item {
    border-left: none;
    margin-top: 10px;
  }
}
.pg-top-strength-contents1-list__num {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  border: 1px solid white;
  padding: 2px 16px;
}
.pg-top-strength-contents1-list__title {
  font-size: min(48px, 4vw);
  line-height: 1.2;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-top-strength-contents1-list__title {
    font-size: 24px;
  }
}
.pg-top-strength-contents1-list__text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 22px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-top-strength-contents1-list__text {
    font-size: 16px;
  }
}

.pg-top-factory {
  background-image: url(/images/factory_title.jpg?a595428745d6c0289df2b422be50a08e);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-top: 80px;
}
@media (max-width: 1250px) {
  .pg-top-factory {
    background-position: top center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .pg-top-factory {
    background-size: contain;
  }
}
.pg-top-factory__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
@media (max-width: 1250px) {
  .pg-top-factory__wrapper {
    grid-template-columns: 1fr;
  }
}
.pg-top-factory__texts {
  width: min(700px, 100%);
  flex: 1;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pg-top-factory__texts__button {
  margin-top: 20px;
}
.pg-top-factory__images {
  background: #fff;
  padding-left: 40px;
  width: 100%;
}
@media (max-width: 1250px) {
  .pg-top-factory__images {
    padding-left: 0;
  }
}
.pg-top-factory__images__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .pg-top-factory__images__list {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .pg-top-factory__images__item {
    min-width: unset;
  }
}
.pg-top-factory__images__item:nth-child(even) .c-factory-images-item {
  flex-direction: row-reverse;
}
@media (max-width: 1250px) {
  .pg-top-factory__images__item:nth-child(even) .c-factory-images-item {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .pg-top-factory__images__item:nth-child(even) .c-factory-images-item {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.pg-top-factory__images__item:nth-child(even) .c-factory-images-item__text {
  right: unset;
  left: 0;
}

.pg-top-about {
  margin-top: 80px;
  background-image: url(/images/about-bg.jpg?4af5d3ea069817a0a2b6fcc312ef9993);
  background-position: top 120px left 5%;
  background-repeat: no-repeat;
  background-size: 95%;
  position: relative;
}
@media (max-width: 767px) {
  .pg-top-about {
    margin-top: 40px;
  }
}

.pg-top-about-title-area {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 30% 1fr;
  transform: translateX(5vw);
}
@media (max-width: 1250px) {
  .pg-top-about-title-area {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .pg-top-about-title-area {
    transform: unset;
  }
}
.pg-top-about-title-area__texts {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: min(80px, 15%);
}
@media (max-width: 1250px) {
  .pg-top-about-title-area__texts {
    padding-left: 0;
  }
}
.pg-top-about-title-area__image {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 2.41;
}

.pg-top-one-stop {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .pg-top-one-stop {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pg-top-one-stop {
    padding-bottom: 40px;
  }
}
.pg-top-one-stop__wrapper {
  position: relative;
}
.pg-top-one-stop__side-title {
  position: absolute;
  top: 0;
  left: -1.2em;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-size: 180px;
  font-family: "Oswald", sans-serif;
  writing-mode: vertical-rl;
  font-weight: normal;
}
@media (max-width: 767px) {
  .pg-top-one-stop__side-title {
    font-size: 90px;
    writing-mode: unset;
    top: -20px;
  }
}
.pg-top-one-stop__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}
.pg-top-one-stop__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.pg-top-one-stop__title::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 4px;
  background: #1d1d1b;
}

.pg-top-strength-contents-one-stop-wrapper {
  display: flex;
  flex-direction: column;
}

.pg-top-one-stop-contents {
  background: white;
  border: 1px solid #1d1d1d;
  box-shadow: 0px 1px 1px rgba(29, 29, 29, 0.16);
  padding: 40px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .pg-top-one-stop-contents {
    padding: 24px 24px 40px;
  }
}
.pg-top-one-stop-contents__head {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .pg-top-one-stop-contents__head {
    grid-template-columns: 1fr;
  }
}
.pg-top-one-stop-contents__head__wrapper {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pg-top-one-stop-contents__head__wrapper {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }
}
.pg-top-one-stop-contents__head__num {
  width: 100%;
  max-height: 100px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-top-one-stop-contents__head__num {
    width: 60px;
    font-size: 29px;
  }
}
.pg-top-one-stop-contents__head__title {
  font-size: 28px;
  font-weight: bold;
  display: grid;
  place-items: center;
  word-break: auto-phrase;
}
@media (max-width: 767px) {
  .pg-top-one-stop-contents__head__title {
    font-size: 24px;
  }
}
.pg-top-one-stop-contents__head__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .pg-top-one-stop-contents__head__texts {
    padding: 0;
    margin-top: 16px;
  }
}
.pg-top-one-stop-contents__head__texts ._titles {
  display: flex;
  flex-direction: column;
}
.pg-top-one-stop-contents__head__texts ._titles ._ja {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
}
.pg-top-one-stop-contents__head__texts ._titles ._en {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .pg-top-one-stop-contents__head__texts ._titles ._en {
    font-size: 24px;
  }
}
.pg-top-one-stop-contents__head__texts ._text {
  line-height: 1.5;
  font-size: 16;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: justify;
}
.pg-top-one-stop-contents + .pg-top-one-stop-contents {
  position: relative;
  display: block;
  margin-top: 65px;
}
.pg-top-one-stop-contents + .pg-top-one-stop-contents::before {
  content: "";
  background-image: url(/images/one-stop-arrow.svg?807e758144ea152b47f8d95e5cd3ee83);
  display: block;
  width: 30px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.pg-top-area {
  background-image: url(/images/area-bg-blue.jpg?8b8214d3eb7fe2ce5380ea28844f37f4);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  z-index: 1;
  transform: translateY(-30px);
}
@media (max-width: 1250px) {
  .pg-top-area {
    background-position: top center;
    background-size: cover;
    transform: unset;
  }
}
@media (max-width: 767px) {
  .pg-top-area {
    background-size: contain;
  }
}
.pg-top-area__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
@media (max-width: 1250px) {
  .pg-top-area__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .pg-top-area__blue {
    display: contents;
  }
}
.pg-top-area__images {
  background-image: url(/images/area_japan_map.png?b06ac25a43f14274173bfb27d8ca1fa1);
  background-position: center right 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e9e9e9;
  padding-left: 40px;
  width: 100%;
  padding: 80px;
  min-height: 880px;
}
@media (max-width: 767px) {
  .pg-top-area__images {
    min-height: 500px;
    padding: 5vw;
    background-position: center right 25%;
  }
}
.pg-top-area__images__texts .box-gold {
  color: #B7A869;
}
.pg-top-area__images__texts .box-main {
  color: #001A60;
}

.pg-top-area-titles__title {
  font-size: 30px;
  line-height: 1.46;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pg-top-area-titles__text {
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}

.pg-top-base-intro {
  background-image: url(/images/base-bg.jpg?96f546f97c5887e83a1936a1f55d0cb7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 40px 44px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .pg-top-base-intro {
    padding: 40px 0 40px;
    background-image: url(/images/base-bg-sp.jpg?0e80ede2bb359098de7202e60ce553fd);
  }
}
.pg-top-base-intro__container {
  width: min(1040px, 90vw);
  margin-inline: auto;
}
.pg-top-base-intro__titles {
  color: white;
}
.pg-top-base-intro__titles__sub {
  display: block;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.pg-top-base-intro__titles__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .pg-top-base-intro__titles__title {
    font-size: 30px;
  }
}
.pg-top-base-intro__texts {
  color: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 12px;
}
.pg-top-base-intro__texts__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-top-base-intro__texts__title {
    font-size: 20px;
  }
}
.pg-top-base-intro__texts__img {
  display: block;
  width: 30px;
  margin-inline: auto;
  margin-top: 32px;
}
.pg-top-base-intro__texts__text {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-top-base-intro__texts__text {
    margin-top: 20px;
    font-size: 16px;
    text-align: justify;
  }
}

.pg-top-base-contents {
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .pg-top-base-contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pg-top-base-contents__container {
  width: min(1200px, 90vw);
  margin-inline: auto;
}
.pg-top-base-contents__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .pg-top-base-contents__list {
    display: flex;
    flex-direction: column;
  }
}
.pg-top-base-contents__button-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pg-top-base-contents__button-area {
    margin-top: 40px;
  }
}

.pg-top-base-contents-item__image {
  aspect-ratio: 1;
  width: min(300px, 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .pg-top-base-contents-item__image {
    width: 100%;
    aspect-ratio: 2;
  }
}
.pg-top-base-contents-item__caption {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.42;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .pg-top-base-contents-item__caption {
    font-size: 16px;
  }
}

.pg-top-recruit {
  background: #e2e2e2;
  padding: 40px 0;
  margin-top: 80px;
}
.pg-top-recruit__banner {
  padding-left: min(80px, 5%);
  display: flex;
  align-items: center;
  aspect-ratio: 13/3;
  background-color: #fff;
  background-image: url(/images/recruit2.jpg?d9679f651701acd3fd94ebaa7d78cd83);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.pg-top-recruit__banner::after {
  content: "";
  display: inline-block;
  width: min(64px, 7vw);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background-color: #fff;
  background-image: url(/images/arrow.png?a8df2ccbde16e2dc23fee95aff58f0a8);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.pg-top-contact {
  border-top: 1px solid #001A60;
  background: white;
}
.pg-top-contact__contents {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 767px) {
  .pg-top-contact__contents {
    grid-template-columns: 1fr;
  }
}
.pg-top-contact__title-area {
  padding: 64px 0 80px;
  border-right: 1px solid #001A60;
}
@media (max-width: 767px) {
  .pg-top-contact__title-area {
    padding: 32px 0;
    border-right: none;
    border-bottom: 1px solid #001A60;
  }
}
.pg-top-contact__contact-area {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area {
    padding-left: 0px;
  }
}
.pg-top-contact__contact-area__tels {
  color: #001A60;
  padding-top: 40px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area__tels {
    gap: 6px;
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
.pg-top-contact__contact-area__tels > dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area__tels > dt {
    font-size: 18px;
  }
}
.pg-top-contact__contact-area__tels ._dd {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pg-top-contact__contact-area__tels ._tel {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area__tels ._tel {
    font-size: 24px;
  }
}
.pg-top-contact__contact-area__tels ._tel::before {
  content: "";
  display: inline-block;
  background-image: url(/images/tel.svg?5d08e068852aa0c6b73cd7bd1ec51ebb);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area__tels ._tel::before {
    width: 24px;
  }
}
.pg-top-contact__contact-area__tels ._time {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #001A60;
  padding: 4px 16px;
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area__tels ._time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area__tels ._time {
    padding: 4px;
  }
}
.pg-top-contact__contact-area__webs {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #001A60;
  color: #001A60;
  padding-top: 24px;
  gap: 12px;
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area__webs {
    padding-bottom: 24px;
  }
}
.pg-top-contact__contact-area__webs > dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-top-contact__contact-area__webs > dt {
    font-size: 18px;
  }
}

.c-section-titles._white * {
  color: #fff;
}
.c-section-titles._main * {
  color: #001A60;
}
.c-section-titles__title {
  display: flex;
  flex-direction: column;
}
.c-section-titles__ja {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-section-titles__ja {
    font-size: 16px;
  }
}
.c-section-titles__en {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  letter-spacing: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-section-titles__en {
    font-size: 40px;
  }
}
.c-section-titles__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-section-titles__text {
    line-height: 1.75;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-anime span {
  display: inline-block;
  opacity: 0;
}

.js-anime.animation span {
  animation: fadeIn 0.5s forwards;
}

.js-anime.animation span:nth-child(1) {
  animation-delay: 0.15s;
}
.js-anime.animation span:nth-child(2) {
  animation-delay: 0.3s;
}
.js-anime.animation span:nth-child(3) {
  animation-delay: 0.45s;
}
.js-anime.animation span:nth-child(4) {
  animation-delay: 0.6s;
}
.js-anime.animation span:nth-child(5) {
  animation-delay: 0.75s;
}
.js-anime.animation span:nth-child(6) {
  animation-delay: 0.9s;
}
.js-anime.animation span:nth-child(7) {
  animation-delay: 1.05s;
}
.js-anime.animation span:nth-child(8) {
  animation-delay: 1.2s;
}
.js-anime.animation span:nth-child(9) {
  animation-delay: 1.35s;
}
.js-anime.animation span:nth-child(10) {
  animation-delay: 1.5s;
}
.js-anime.animation span:nth-child(11) {
  animation-delay: 1.65s;
}
.js-anime.animation span:nth-child(12) {
  animation-delay: 1.8s;
}
.js-anime.animation span:nth-child(13) {
  animation-delay: 1.95s;
}
.js-anime.animation span:nth-child(14) {
  animation-delay: 2.1s;
}
.js-anime.animation span:nth-child(15) {
  animation-delay: 2.25s;
}

.c-factory-images-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  position: relative;
}
@media (max-width: 1250px) {
  .c-factory-images-item {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .c-factory-images-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.c-factory-images-item__image {
  aspect-ratio: 2/1;
  width: min(410px, 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .c-factory-images-item__image {
    width: 100%;
  }
}
.c-factory-images-item__text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1d1d1b;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 26px;
  height: 50px;
}
@media (max-width: 1250px) {
  .c-factory-images-item__text {
    position: unset;
  }
}
@media (max-width: 767px) {
  .c-factory-images-item__text {
    font-size: 16px;
  }
}

.c-one-stop-step-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(53px, 8%);
}
@media (max-width: 767px) {
  .c-one-stop-step-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-one-stop-step-list__item {
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: 8px;
  }
}
.c-one-stop-step-list__image {
  aspect-ratio: 1.34;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .c-one-stop-step-list__image {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.c-one-stop-step-list__tag {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.9;
  padding: 0 16px;
  background: #1d1d1b;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .c-one-stop-step-list__tag {
    font-size: 12px;
  }
}
.c-one-stop-step-list__text {
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 767px) {
  .c-one-stop-step-list__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-one-stop-step-list__text {
    line-height: 1.42;
    margin-top: 0;
    display: flex;
    align-items: center;
    word-break: auto-phrase;
  }
}
@media (max-width: 767px) {
  .c-one-stop-step-list:after {
    content: "";
    width: 20px;
    height: 360px;
    display: block;
    background: linear-gradient(0deg, rgb(0, 26, 96) 0%, rgb(95, 114, 178) 100%);
    position: absolute;
    left: 57px;
  }
}

.c-one-stop-step-list__item + .c-one-stop-step-list__item .c-one-stop-step-list__image {
  z-index: 1;
}
.c-one-stop-step-list__item + .c-one-stop-step-list__item .c-one-stop-step-list__image::before {
  content: "";
  display: inline-block;
  width: 53px;
  aspect-ratio: 1.43;
  background-image: url(/images/step-list-arrow.png?2c6189cfe9c0eef346403fc93ad41f6b);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .c-one-stop-step-list__item + .c-one-stop-step-list__item .c-one-stop-step-list__image::before {
    content: unset;
  }
}
.c-one-stop-step-list__item + .c-one-stop-step-list__item .c-one-stop-step-list__image::after {
  content: unset;
}

.c-button {
  width: 280px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 24px;
  background: #1d1d1b;
  color: #fff;
}
.c-button__texts {
  margin: auto;
}
.c-button__circle {
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #aaa;
  position: relative;
  transition: 0.2s;
}
.c-button__circle::after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.2s;
}
.c-button:hover {
  opacity: 1;
}
.c-button:hover .c-button__circle {
  background: #fff;
}
.c-button:hover .c-button__circle::after {
  content: "";
  display: inline-block;
  width: 8px;
  border-top: 2px solid #1d1d1b;
  border-right: 2px solid #1d1d1b;
  border-radius: 0;
  transform: translate(-2px, -2px) rotate(45deg);
  transform-origin: top;
}
.c-button._main {
  background: #001A60;
}
.c-button._main .c-button__circle {
  background: #949FC8;
}
.c-button._main:hover .c-button__circle {
  background: #fff;
}
