<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #2E3192;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

.inner {
  max-width: 34.25rem;
  padding-inline: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 54.625rem;
    padding-inline: 2rem;
  }
}

/*----------------------------------
  ヘッダー
----------------------------------*/
.header__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.3125rem;
  background-color: #FFF;
  padding-top: 0.625rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header__container {
    height: 7.5rem;
    padding-top: 3.125rem;
  }
}
.header__container.is-active {
  background-color: #FFF !important;
}

body.home .header__container {
  background-color: transparent;
}

body.bg-skyblue .header__container {
  background-color: #F1F9FB;
}

.header__inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 2rem;
  }
}

.header__logo {
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 18.5rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.header__nav-list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    border-inline: 2px solid #2E3192;
    padding: 0rem 1rem;
  }
}
.header__nav-list li {
  position: relative;
}
.header__nav-list li:nth-of-type(1) .header__nav-link {
  width: 4.875rem;
}
.header__nav-list li:nth-of-type(2) .header__nav-link {
  width: 6.5625rem;
}
.header__nav-list li:nth-of-type(3) .header__nav-link {
  width: 2.875rem;
}
.header__nav-list li.is-active .header__nav-link::after {
  scale: 1;
}

.header__nav-link {
  display: block;
  position: relative;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 1px;
  background-color: #2E3192;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.header__nav-link img {
  vertical-align: baseline;
}

.header__sub-nav {
  position: absolute;
  top: 120%;
  left: -0.75rem;
  min-width: 18.75rem;
  display: none;
  background-color: #FFF;
  padding-block: 1rem;
}

.header__nav-sub-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 1.125rem;
}

.header__sub-nav-list {
  margin-top: 0.625rem;
}
.header__sub-nav-list li + li {
  margin-top: 0.3125rem;
}

.header__sub-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 2;
  padding-inline: 1.125rem;
}
.header__sub-nav-link::after {
  content: "";
  position: relative;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/common/button-icon.png) center/contain no-repeat;
}

.header__nav-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav-button {
    display: block;
    width: 7.875rem;
    background: url(../img/common/header-button--01-blue.png) center/contain no-repeat;
  }
}

/*----------------------------------
  ドロワーメニュー
----------------------------------*/
.drawer-button {
  position: relative;
  width: 2.5rem;
  height: 2.0625rem;
  background: url(../img/common/header-button--02.png) center/contain no-repeat;
  cursor: pointer;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  .drawer-button {
    width: 3.9375rem;
    height: 3.25rem;
  }
}
.drawer-button.is-checked .drawer-button__bar:nth-of-type(1) {
  top: 0.75rem;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .drawer-button.is-checked .drawer-button__bar:nth-of-type(1) {
    top: 1.25rem;
  }
}
.drawer-button.is-checked .drawer-button__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-button.is-checked .drawer-button__bar:nth-of-type(3) {
  top: 0.75rem;
  rotate: -45deg;
}
@media screen and (min-width: 768px) {
  .drawer-button.is-checked .drawer-button__bar:nth-of-type(3) {
    top: 1.25rem;
  }
}

.drawer-button__bar {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 0.875rem;
  height: 0.09375rem;
  background-color: #FFF;
  -webkit-transition: top 0.3s, rotate 0.3s, opacity 0.3s;
  transition: top 0.3s, rotate 0.3s, opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .drawer-button__bar {
    width: 1.3125rem;
    height: 0.125rem;
  }
}
.drawer-button__bar:nth-of-type(1) {
  top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .drawer-button__bar:nth-of-type(1) {
    top: 0.875rem;
  }
}
.drawer-button__bar:nth-of-type(2) {
  top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .drawer-button__bar:nth-of-type(2) {
    top: 1.25rem;
  }
}
.drawer-button__bar:nth-of-type(3) {
  top: 1rem;
}
@media screen and (min-width: 768px) {
  .drawer-button__bar:nth-of-type(3) {
    top: 1.625rem;
  }
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  translate: 100%;
  width: min(31.25rem, 100%);
  max-height: 100dvh;
  background: url(../img/common/drawer-menu-bg.png) center/cover no-repeat;
  overflow: auto;
  padding-block: 5rem;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  z-index: 101;
}
.drawer-menu.is-checked {
  translate: 0;
}

.drawer-menu__inner {
  padding-inline: 2.5625rem;
}

.drawer-menu__item {
  margin-top: 2.3125rem;
}

.drawer-menu__item-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
.drawer-menu__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 1px;
  background-color: #2E3192;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.drawer-menu__item-title--sub {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.625rem;
}
.drawer-menu__item-title--sub + .drawer-menu__item-nav {
  margin-top: 0.4375rem;
}
.drawer-menu__item-title--sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 1px;
  background-color: #2E3192;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.drawer-menu__item-nav-link {
  position: relative;
  font-size: 1rem;
  line-height: 2;
  padding-block: 0.1875rem;
}
.drawer-menu__item-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.0625rem;
  width: 100%;
  height: 1px;
  background-color: #2E3192;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.drawer-menu__box {
  width: 18.1875rem;
  margin: 3.3125rem auto 0;
}

.drawer-menu__box-button {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 3.1875rem;
  overflow: hidden;
}
.drawer-menu__box-button + .drawer-menu__box-button {
  margin-top: 1.25rem;
}
.drawer-menu__box-button::before {
  content: "";
  position: absolute;
  top: -200%;
  left: -50%;
  rotate: 60deg;
  width: 4.375rem;
  height: 500%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.3)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
}
.drawer-menu__box-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125rem;
  translate: 0 -50%;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/common/button-icon.png) center/contain no-repeat;
}

body.is-fixed {
  overflow: hidden;
}

.footer__container {
  background: url(../img/common/footer-bg--sp.webp) center/cover no-repeat;
  padding-block: 6.25rem;
}
@media screen and (min-width: 768px) {
  .footer__container {
    background-image: url(../img/common/footer-bg--pc.webp);
    padding-block: 7.375rem;
  }
}

.footer__inner {
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 48rem;
    padding-left: 2rem;
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    max-width: 67.4375rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__inner {
    max-width: 90%;
    padding-left: 0;
  }
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.0625rem;
    border-bottom: 1px solid #FFF;
    padding-bottom: 2rem;
  }
}

.footer__list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
  padding-inline: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__list {
    padding-inline: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.9375rem 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__list {
    width: 68%;
    grid-template-columns: 28% 28% calc(20% - 4.5rem) 24%;
  }
}

.footer__item:nth-of-type(1) .footer__item-title {
  width: 6.25rem;
}
.footer__item:nth-of-type(2) .footer__item-title {
  width: 8.375rem;
}
.footer__item:nth-of-type(3) .footer__item-title {
  width: 3.6875rem;
}
.footer__item:nth-of-type(4) .footer__item-list {
  margin-top: 0;
}

.footer__item-title img {
  vertical-align: baseline;
}

.footer__item-title--sub {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__item-title--sub {
    font-size: 0.875rem;
    letter-spacing: 0.09em;
    margin-top: 0.3125rem;
  }
}

a.footer__item-title--sub {
  position: relative;
}
a.footer__item-title--sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 1px;
  background: #FFF;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.footer__item-list {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__item-list {
    margin-top: 0.25rem;
  }
}
.footer__item-list li + li {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__item-list li + li {
    margin-top: 0;
  }
}

.footer__item-link {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .footer__item-link {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
}
.footer__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 1px;
  background: #FFF;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.footer__box {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__box {
    width: 100%;
    margin-top: 0.25rem;
  }
}

.footer__box-button {
  position: relative;
  width: min(18.1875rem, 100%);
  display: block;
  border-radius: 3.1875rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer__box-button {
    width: min(26.125rem, 100%);
    border-radius: 3.125rem 0 0 3.125rem;
    margin-inline: auto 0;
  }
}
.footer__box-button + .footer__box-button {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer__box-button + .footer__box-button {
    margin-top: 0.625rem;
  }
}
.footer__box-button::before {
  content: "";
  position: absolute;
  top: -200%;
  left: -50%;
  rotate: 60deg;
  width: 4.375rem;
  height: 500%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.3)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
}
.footer__box-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125rem;
  translate: 0 -50%;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/common/button-icon.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .footer__box-button::after {
    right: 2.25rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -50%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shine {
  0% {
    left: -50%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.footer__address {
  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.625rem;
  padding-inline: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.8125rem;
    border-top: none;
    padding-inline: 0;
    margin-top: 2.5rem;
  }
}

.footer__address-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #FFF;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__address-title {
    border-top: none;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.07em;
    padding-top: 0;
  }
}

.footer__address-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__address-box {
    gap: 0.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__address-text {
  color: #FFF;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .footer__address-text {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}

.wrapper {
  position: relative;
  background: center top/100% repeat-y;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .wrapper {
    background: center top/cover no-repeat;
  }
}

.wrapper-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.wrapper-bg__box--01,
.wrapper-bg__box--02,
.wrapper-bg__box--03,
.wrapper-bg__box--04,
.wrapper-bg__box--05,
.wrapper-bg__box--06,
.wrapper-bg__box--07,
.wrapper-bg__box--08,
.wrapper-bg__box--09,
.wrapper-bg__box--10,
.wrapper-bg__box--11,
.wrapper-bg__box--12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wrapper-bg__box--02 {
  top: 238.4vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--02 {
    top: 247.65625vw;
  }
}

.wrapper-bg__box--03 {
  top: 476.8vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--03 {
    top: 495.3125vw;
  }
}

.wrapper-bg__box--04 {
  top: 715.2vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--04 {
    top: 742.96875vw;
  }
}

.wrapper-bg__box--05 {
  top: 953.6vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--05 {
    top: 990.625vw;
  }
}

.wrapper-bg__box--06 {
  top: 1192vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--06 {
    display: none;
  }
}

.wrapper-bg__box--07 {
  top: 1430.4vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--07 {
    display: none;
  }
}

.wrapper-bg__box--08 {
  top: 1668.8vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--08 {
    display: none;
  }
}

.wrapper-bg__box--09 {
  top: 1907.2vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--09 {
    display: none;
  }
}

.wrapper-bg__box--10 {
  top: 2145.6vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--10 {
    display: none;
  }
}

.wrapper-bg__box--11 {
  top: 2384vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--11 {
    display: none;
  }
}

.wrapper-bg__box--12 {
  top: 2622.4vw;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__box--12 {
    display: none;
  }
}

.wrapper-bg__image--01 {
  position: absolute;
  top: -51.4666666667vw;
  right: -0.75rem;
  width: 9.0666666667%;
  aspect-ratio: 110/279;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__image--01 {
    top: 17.1875vw;
    right: -1.625rem;
    width: 8.59375%;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-bg__image--01 {
    right: 0;
  }
}

.wrapper-bg__image--01-01 {
  background: url(../img/common/wrapper-bg-image--01-01.png) center/contain no-repeat;
  -webkit-animation: bg-shine-01 ease 4.5s infinite;
          animation: bg-shine-01 ease 4.5s infinite;
  z-index: 5;
}

.wrapper-bg__image--01-02 {
  background: url(../img/common/wrapper-bg-image--01-02.png) center/contain no-repeat;
  -webkit-animation: bg-shine-02 ease 4.5s infinite;
          animation: bg-shine-02 ease 4.5s infinite;
  z-index: 4;
}

.wrapper-bg__image--01-03 {
  background: url(../img/common/wrapper-bg-image--01-03.png) center/contain no-repeat;
  -webkit-animation: bg-shine-03 ease 4.5s infinite;
          animation: bg-shine-03 ease 4.5s infinite;
  z-index: 3;
}

.wrapper-bg__image--01-04 {
  background: url(../img/common/wrapper-bg-image--01-04.png) center/contain no-repeat;
  -webkit-animation: bg-shine-04 ease 4.5s infinite;
          animation: bg-shine-04 ease 4.5s infinite;
  z-index: 2;
}

.wrapper-bg__image--01-05 {
  background: url(../img/common/wrapper-bg-image--01-05.png) center/contain no-repeat;
  z-index: 1;
}

.wrapper-bg__image--02 {
  position: absolute;
  top: -31.2vw;
  left: -4.75rem;
  width: 28.8%;
  aspect-ratio: 255/686;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__image--02 {
    top: 36.71875vw;
    left: -7.0625rem;
    width: 19.921875%;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-bg__image--02 {
    left: 0;
  }
}

.wrapper-bg__image--02-01 {
  background: url(../img/common/wrapper-bg-image--02-01.png) center/contain no-repeat;
  -webkit-animation: bg-shine-01 ease 4s infinite;
          animation: bg-shine-01 ease 4s infinite;
  z-index: 5;
}

.wrapper-bg__image--02-02 {
  background: url(../img/common/wrapper-bg-image--02-02.png) center/contain no-repeat;
  -webkit-animation: bg-shine-02 ease 4s infinite;
          animation: bg-shine-02 ease 4s infinite;
  z-index: 4;
}

.wrapper-bg__image--02-03 {
  background: url(../img/common/wrapper-bg-image--02-03.png) center/contain no-repeat;
  -webkit-animation: bg-shine-03 ease 4s infinite;
          animation: bg-shine-03 ease 4s infinite;
  z-index: 3;
}

.wrapper-bg__image--02-04 {
  background: url(../img/common/wrapper-bg-image--02-04.png) center/contain no-repeat;
  -webkit-animation: bg-shine-04 ease 4s infinite;
          animation: bg-shine-04 ease 4s infinite;
  z-index: 2;
}

.wrapper-bg__image--02-05 {
  background: url(../img/common/wrapper-bg-image--02-05.png) center/contain no-repeat;
  z-index: 1;
}

.wrapper-bg__image--03 {
  position: absolute;
  top: 46.6666666667vw;
  right: -0.625rem;
  width: 10.1333333333%;
  aspect-ratio: 129/231;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__image--03 {
    top: 89.0625vw;
    right: -2.3125rem;
    width: 10.078125%;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-bg__image--03 {
    right: 0;
  }
}

.wrapper-bg__image--03-01 {
  background: url(../img/common/wrapper-bg-image--03-01.png) center/contain no-repeat;
  -webkit-animation: bg-shine-01 ease 5s infinite;
          animation: bg-shine-01 ease 5s infinite;
  z-index: 5;
}

.wrapper-bg__image--03-02 {
  background: url(../img/common/wrapper-bg-image--03-02.png) center/contain no-repeat;
  -webkit-animation: bg-shine-02 ease 5s infinite;
          animation: bg-shine-02 ease 5s infinite;
  z-index: 4;
}

.wrapper-bg__image--03-03 {
  background: url(../img/common/wrapper-bg-image--03-03.png) center/contain no-repeat;
  -webkit-animation: bg-shine-03 ease 5s infinite;
          animation: bg-shine-03 ease 5s infinite;
  z-index: 3;
}

.wrapper-bg__image--03-04 {
  background: url(../img/common/wrapper-bg-image--03-04.png) center/contain no-repeat;
  -webkit-animation: bg-shine-04 ease 5s infinite;
          animation: bg-shine-04 ease 5s infinite;
  z-index: 2;
}

.wrapper-bg__image--03-05 {
  background: url(../img/common/wrapper-bg-image--03-05.png) center/contain no-repeat;
  z-index: 1;
}

.wrapper-bg__image--04 {
  position: absolute;
  top: 176.71875vw;
  left: -4.25rem;
  width: 14.140625%;
  aspect-ratio: 181/285;
  display: none;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__image--04 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-bg__image--04 {
    left: 1.171875vw;
  }
}

.wrapper-bg__image--04-01 {
  background: url(../img/common/wrapper-bg-image--04-01.png) center/contain no-repeat;
  -webkit-animation: bg-shine-01 ease 4.5s infinite;
          animation: bg-shine-01 ease 4.5s infinite;
  z-index: 5;
}

.wrapper-bg__image--04-02 {
  background: url(../img/common/wrapper-bg-image--04-02.png) center/contain no-repeat;
  -webkit-animation: bg-shine-02 ease 4.5s infinite;
          animation: bg-shine-02 ease 4.5s infinite;
  z-index: 4;
}

.wrapper-bg__image--04-03 {
  background: url(../img/common/wrapper-bg-image--04-03.png) center/contain no-repeat;
  -webkit-animation: bg-shine-03 ease 4.5s infinite;
          animation: bg-shine-03 ease 4.5s infinite;
  z-index: 3;
}

.wrapper-bg__image--04-04 {
  background: url(../img/common/wrapper-bg-image--04-04.png) center/contain no-repeat;
  -webkit-animation: bg-shine-04 ease 4.5s infinite;
          animation: bg-shine-04 ease 4.5s infinite;
  z-index: 2;
}

.wrapper-bg__image--04-05 {
  background: url(../img/common/wrapper-bg-image--04-05.png) center/contain no-repeat;
  z-index: 1;
}

.wrapper-bg__image--05 {
  position: absolute;
  top: 174.9333333333vw;
  left: -3.0625rem;
  width: 25.6%;
  aspect-ratio: 300/371;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__image--05 {
    top: 214.6875vw;
    left: -8.75rem;
    width: 23.4375%;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-bg__image--05 {
    left: 0;
  }
}

.wrapper-bg__image--05-01 {
  background: url(../img/common/wrapper-bg-image--05-01.png) center/contain no-repeat;
  -webkit-animation: bg-shine-01 ease 4s infinite;
          animation: bg-shine-01 ease 4s infinite;
  z-index: 5;
}

.wrapper-bg__image--05-02 {
  background: url(../img/common/wrapper-bg-image--05-02.png) center/contain no-repeat;
  -webkit-animation: bg-shine-02 ease 4s infinite;
          animation: bg-shine-02 ease 4s infinite;
  z-index: 4;
}

.wrapper-bg__image--05-03 {
  background: url(../img/common/wrapper-bg-image--05-03.png) center/contain no-repeat;
  -webkit-animation: bg-shine-03 ease 4s infinite;
          animation: bg-shine-03 ease 4s infinite;
  z-index: 3;
}

.wrapper-bg__image--05-04 {
  background: url(../img/common/wrapper-bg-image--05-04.png) center/contain no-repeat;
  -webkit-animation: bg-shine-04 ease 4s infinite;
          animation: bg-shine-04 ease 4s infinite;
  z-index: 2;
}

.wrapper-bg__image--05-05 {
  background: url(../img/common/wrapper-bg-image--05-05.png) center/contain no-repeat;
  z-index: 1;
}

.wrapper-bg__image--06 {
  position: absolute;
  top: 184.2666666667vw;
  right: -0.6875rem;
  width: 20%;
  aspect-ratio: 246/436;
}
@media screen and (min-width: 768px) {
  .wrapper-bg__image--06 {
    top: 221.484375vw;
    right: -6.6875rem;
    width: 19.21875%;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-bg__image--06 {
    right: 0;
  }
}

.wrapper-bg__image--06-01 {
  background: url(../img/common/wrapper-bg-image--06-01.png) center/contain no-repeat;
  -webkit-animation: bg-shine-01 ease 4.5s infinite;
          animation: bg-shine-01 ease 4.5s infinite;
  z-index: 5;
}

.wrapper-bg__image--06-02 {
  background: url(../img/common/wrapper-bg-image--06-02.png) center/contain no-repeat;
  -webkit-animation: bg-shine-02 ease 4.5s infinite;
          animation: bg-shine-02 ease 4.5s infinite;
  z-index: 4;
}

.wrapper-bg__image--06-03 {
  background: url(../img/common/wrapper-bg-image--06-03.png) center/contain no-repeat;
  -webkit-animation: bg-shine-03 ease 4.5s infinite;
          animation: bg-shine-03 ease 4.5s infinite;
  z-index: 3;
}

.wrapper-bg__image--06-04 {
  background: url(../img/common/wrapper-bg-image--06-04.png) center/contain no-repeat;
  -webkit-animation: bg-shine-04 ease 4.5s infinite;
          animation: bg-shine-04 ease 4.5s infinite;
  z-index: 2;
}

.wrapper-bg__image--06-05 {
  background: url(../img/common/wrapper-bg-image--06-05.png) center/contain no-repeat;
  z-index: 1;
}

@-webkit-keyframes bg-shine-01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bg-shine-01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bg-shine-02 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg-shine-02 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bg-shine-03 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg-shine-03 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bg-shine-04 {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg-shine-04 {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .page-product__wrapper {
    background-image: url(../img/product/product-wrapper-bg.png);
    z-index: unset;
  }
}

.page-careers__wrapper {
  background-image: url(../img/recruitment/recruitment-wrapper-bg--sp.png);
  background-color: #F1F9FB;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .page-careers__wrapper {
    background-image: url(../img/careers/careers-wrapper-bg.webp);
    margin-top: 0;
  }
}

.page-numbers__wrapper {
  background-image: url(../img/recruitment/recruitment-wrapper-bg--sp.png);
  background-color: #F1F9FB;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__wrapper {
    background-image: url(../img/numbers/numbers-wrapper-bg.webp);
    margin-top: 0;
  }
}

.page-voice__wrapper {
  background-image: url(../img/recruitment/recruitment-wrapper-bg--sp.png);
  background-color: #F1F9FB;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .page-voice__wrapper {
    background-image: url(../img/voice/voice-wrapper-bg.webp);
    margin-top: 0;
  }
}

.page-job__wrapper {
  background-image: url(../img/recruitment/recruitment-wrapper-bg--sp.png);
  background-color: #F1F9FB;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .page-job__wrapper {
    background-image: url(../img/job/job-wrapper-bg.webp);
    margin-top: 0;
  }
}

.page-recruitment__wrapper {
  background-image: url(../img/recruitment/recruitment-wrapper-bg--sp.png);
  background-color: #F1F9FB;
}
@media screen and (min-width: 768px) {
  .page-recruitment__wrapper {
    background-image: url(../img/recruitment/recruitment-wrapper-bg--pc.webp);
  }
}

.form__wrapper,
.page-policy__wrapper,
.page-news__wrapper {
  padding-block: 6.25rem 5rem;
}
@media screen and (min-width: 768px) {
  .form__wrapper,
  .page-policy__wrapper,
  .page-news__wrapper {
    padding-block: 12.5rem 7.5rem;
  }
}
.form__wrapper .wrapper-bg,
.page-policy__wrapper .wrapper-bg,
.page-news__wrapper .wrapper-bg {
  translate: 0 -6.25rem;
}
@media screen and (min-width: 768px) {
  .form__wrapper .wrapper-bg,
  .page-policy__wrapper .wrapper-bg,
  .page-news__wrapper .wrapper-bg {
    translate: 0 -12.5rem;
  }
}

.page-privacy-policy__wrapper {
  padding-block: 6.25rem 5rem;
}
@media screen and (min-width: 768px) {
  .page-privacy-policy__wrapper {
    padding-block: 12.5rem 7.5rem;
  }
}
.page-privacy-policy__wrapper .wrapper-bg {
  translate: 0 -6.25rem;
}
@media screen and (min-width: 768px) {
  .page-privacy-policy__wrapper .wrapper-bg {
    translate: 0 -12.5rem;
  }
}

.button {
  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.6875rem;
  width: 4.625rem;
}
.button::before {
  content: "";
  width: 4.375rem;
  height: 4.375rem;
  background: url(../img/common/button-icon--large.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .button::before {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}

.button--large {
  width: 15rem;
  height: 4.375rem;
  display: grid;
  place-items: center;
  border: 2px solid #2E3192;
  border-radius: 3.125rem;
  background-color: #2E3192;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  margin: 3.75rem auto 0;
}

.heading {
  position: relative;
}
.heading img {
  vertical-align: baseline;
}

.heading--sub {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .heading--sub {
    margin-top: 1.25rem;
  }
}

.heading-number {
  position: absolute;
  top: 3.5625rem;
  left: 1.25rem;
  width: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .heading-number {
    top: 3.4375rem;
    left: 2rem;
    width: 4.875rem;
  }
}

.heading--ja {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .heading--ja {
    font-size: 3.75rem;
  }
}

.lead {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 1.3125rem;
    line-height: 1.8;
    margin-top: 2.5rem;
  }
}

.scroll-down {
  display: none;
}
@media screen and (min-width: 768px) {
  .scroll-down {
    position: absolute;
    top: 1.9375rem;
    right: clamp(0.5rem, -5.5rem + 12.5vw, 2.5rem);
    width: 0.875rem;
    display: block;
    z-index: 0;
  }
}
.scroll-down::before, .scroll-down::after {
  content: "";
  position: absolute;
  top: 3.625rem;
  left: 50%;
  translate: -50% 0;
  width: 0.375rem;
  height: 5.8125rem;
}
.scroll-down::before {
  background-color: #2E3192;
  z-index: 1;
  -webkit-animation: scrolldown ease 2s infinite;
          animation: scrolldown ease 2s infinite;
}
.scroll-down::after {
  background-color: #E6E6E6;
}
.scroll-down img {
  vertical-align: baseline;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-careers__wrapper .scroll-down {
    top: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-careers__wrapper .scroll-down {
    top: 25.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .page-numbers__wrapper .scroll-down,
  .page-job__wrapper .scroll-down {
    top: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-numbers__wrapper .scroll-down,
  .page-job__wrapper .scroll-down {
    top: 30.625rem;
  }
}

@media screen and (min-width: 768px) {
  .page-voice__wrapper .scroll-down {
    top: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-voice__wrapper .scroll-down {
    top: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .page-privacy-policy__wrapper .scroll-down,
  .page-policy__wrapper .scroll-down,
  .page-news__wrapper .scroll-down {
    top: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-privacy-policy__wrapper .scroll-down,
  .page-policy__wrapper .scroll-down,
  .page-news__wrapper .scroll-down {
    top: 17.5rem;
  }
}

.page__head {
  max-width: 34.25rem;
  position: relative;
  padding: 3.5rem 0 0 5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page__head {
    max-width: 68.125rem;
    padding: 2.5rem 0 0 9.375rem;
  }
}

.page__heading {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .page__heading {
    font-size: 2.8125rem;
    line-height: 1;
    margin-top: 4.5625rem;
  }
}

.page__text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page__text {
    font-size: 1.3125rem;
    line-height: 1.82;
  }
}
.page__text a {
  text-decoration: underline;
}

.page__lead {
  margin-top: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page__lead {
    max-width: 45.9375rem;
    line-height: 1.82;
    margin-top: 1rem;
  }
}

.hero {
  width: 100%;
  aspect-ratio: 375/198;
  margin-top: 3.3125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    aspect-ratio: 1280/323;
    margin-top: 7.5rem;
  }
}
.hero img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.page-nav__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-block: 1px solid #2E3192;
}
@media screen and (min-width: 768px) {
  .page-nav__list {
    grid-template-columns: repeat(3, 1fr);
    border-block: none;
    border-inline: 2px solid #2E3192;
  }
}

.page-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.0625rem 1.6875rem;
}
@media screen and (min-width: 768px) {
  .page-nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 1.875rem;
    padding: 0 0 0.4375rem;
  }
}
.page-nav__item + .page-nav__item {
  border-top: 1px solid #2E3192;
}
@media screen and (min-width: 768px) {
  .page-nav__item + .page-nav__item {
    border-top: none;
    border-left: 2px solid #2E3192;
  }
}

.page-nav__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .page-nav__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    margin-top: 0.1875rem;
  }
}

.page-nav__item-number {
  width: 1.6875rem;
  display: grid;
}

.page-nav__item-number--01 {
  padding-right: 0.25rem;
}

.page-nav__item-title {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-nav__item-title {
    font-size: 1.75rem;
    margin-top: 0.625rem;
  }
}

.page-nav__item-button {
  width: 2.875rem;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .page-nav__item-button {
    width: 3.4375rem;
    gap: 0.5rem;
    margin-inline: auto;
  }
}
.page-nav__item-button::before {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .page-nav__item-button::before {
    rotate: 90deg;
    width: 3.9375rem;
    height: 3.9375rem;
  }
}

.main-visual__container {
  position: relative;
  width: 100%;
  height: 22.5rem;
  background: url(../img/top/main-visual-bg.webp) center/cover no-repeat;
  padding-top: 8.25rem;
  margin-top: 0.00625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main-visual__container {
    height: unset;
    aspect-ratio: 1280/600;
    padding-top: 16.25vw;
  }
}
.main-visual__container::before {
  content: "";
  position: absolute;
  top: -200%;
  left: -150%;
  rotate: 60deg;
  width: 5rem;
  height: 500%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(255, 255, 255, 0.4)), color-stop(rgba(255, 255, 255, 0.2)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  -webkit-animation: shine-fv 2s ease-in-out forwards;
          animation: shine-fv 2s ease-in-out forwards;
}
@media screen and (min-width: 768px) {
  .main-visual__container::before {
    left: -100%;
    width: 8.75rem;
    -webkit-animation: shine-fv-pc 3s ease-in-out forwards;
            animation: shine-fv-pc 3s ease-in-out forwards;
  }
}

@-webkit-keyframes shine-fv {
  0% {
    left: -150%;
  }
  80% {
    left: 250%;
  }
  100% {
    left: 250%;
  }
}

@keyframes shine-fv {
  0% {
    left: -150%;
  }
  80% {
    left: 250%;
  }
  100% {
    left: 250%;
  }
}
@-webkit-keyframes shine-fv-pc {
  0% {
    left: -100%;
  }
  80% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
@keyframes shine-fv-pc {
  0% {
    left: -100%;
  }
  80% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
@media screen and (min-width: 768px) {
  .main-visual__inner {
    padding-left: 0.6875rem;
  }
}

.main-visual__heading {
  translate: 0 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.14em;
  -webkit-transition: opacity 1.2s, translate 1.2s;
  transition: opacity 1.2s, translate 1.2s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .main-visual__heading {
    font-size: 3.984375vw;
  }
}
.main-visual__heading.is-in-view {
  translate: 0 0;
  opacity: 1;
}

.main-visual__heading--normal {
  font-weight: 400;
}

.main-visual__heading--normal--01 {
  padding-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .main-visual__heading--normal--01 {
    padding-left: 2.1875vw;
  }
}

.introduction__container {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .introduction__container {
    padding-block: 3.875rem 5.375rem;
  }
}

@media screen and (min-width: 768px) {
  .introduction__inner {
    max-width: 100%;
  }
}

.introduction__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .introduction__text {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .introduction__text {
    text-align: center;
  }
}

.introduction__slider--01 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.introduction__slider--01 .introduction__slide {
  width: 56.25rem;
}
@media screen and (min-width: 768px) {
  .introduction__slider--01 .introduction__slide {
    width: 108.125rem;
  }
}

.introduction__slider--02 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .introduction__slider--02 {
    margin-top: 2rem;
  }
}
.introduction__slider--02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.introduction__slider--02 .introduction__slide {
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .introduction__slider--02 .introduction__slide {
    width: 30rem;
  }
}

.about__container {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .about__container {
    padding-top: 8.125rem;
  }
}

.about__heading {
  width: 13.4375rem;
}
@media screen and (min-width: 768px) {
  .about__heading {
    width: 26.875rem;
  }
}

.about__list {
  max-width: 31.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .about__list {
    max-width: 80rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.625rem;
  }
}

.about__item {
  position: relative;
  width: 100%;
}
.about__item:nth-of-type(1) .about__item-bg::before {
  background: url(../img/top/about-image--01.webp) center top/cover no-repeat;
}
.about__item:nth-of-type(1) .about__item-box {
  width: 9.5625rem;
}
.about__item:nth-of-type(2) .about__item-bg::before {
  background: url(../img/top/about-image--02.webp?0528) center top/cover no-repeat;
}
.about__item:nth-of-type(2) .about__item-box {
  width: 8.875rem;
}
.about__item:nth-of-type(3) .about__item-bg::before {
  background: url(../img/top/about-image--03.webp) center/cover no-repeat;
}
.about__item:nth-of-type(3) .about__item-box {
  width: 7.75rem;
}

.about__item-bg {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding-top: clamp(5rem, -0.6818181818rem + 24.2424242424vw, 7.5rem);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about__item-bg {
    aspect-ratio: 426.7/595;
    padding-top: clamp(7.5rem, -11.25rem + 39.0625vw, 13.75rem);
  }
}
.about__item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about__item-box {
  margin-inline: auto;
}

.about__item-title {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}

.about__item-button {
  position: absolute;
  bottom: clamp(4.5rem, -2.3181818182rem + 29.0909090909vw, 7.5rem);
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .about__item-button {
    bottom: -4.625rem;
  }
}

.recruitment__container {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .recruitment__container {
    padding-top: 13.8125rem;
  }
}

.recruitment__heading {
  width: 18.0625rem;
}
@media screen and (min-width: 768px) {
  .recruitment__heading {
    width: 36.0625rem;
  }
}

.recruitment__box {
  position: relative;
  max-width: 39.5625rem;
  display: block;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .recruitment__box {
    margin-top: 4.375rem;
  }
}

.recruitment__button {
  position: absolute;
  bottom: -1.75rem;
  right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .recruitment__button {
    right: 3.75rem;
  }
}

.news__container {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news__container {
    padding-block: 2.0625rem 5.375rem;
  }
}

.news__heading {
  width: 7.9375rem;
}
@media screen and (min-width: 768px) {
  .news__heading {
    width: 15.875rem;
  }
}

.news__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-block: 1px solid #2E3192;
  margin-top: 1.875rem;
}

.news__item {
  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;
  gap: 0.75rem;
  padding: 0.875rem 2.5rem 0.875rem 0;
}
@media screen and (min-width: 768px) {
  .news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75rem;
  }
}
.news__item + .news__item {
  border-top: 1px solid #2E3192;
}
.news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  translate: 0 -50%;
  width: 2.125rem;
  height: 2.125rem;
  background: url(../img/common/button-icon.png) center/contain no-repeat;
}

.news__item-date {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.news__item-title {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  width: 4.625rem;
  margin: 0.6875rem 3.9375rem 0 auto;
}
.news__button::after {
  content: "";
  width: 3.25rem;
  height: 3.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/common/button-icon.png) center/contain no-repeat;
}
.news__button img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*----------------------------------
  共通
----------------------------------*/
.page-company-section__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-company-section__inner {
    max-width: 69.1875rem;
    padding-inline: 4rem 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-company-section__inner {
    max-width: 90rem;
    padding-left: 14.8125rem;
    margin-inline: auto;
  }
}

.page-company-section__heading {
  position: absolute;
  left: 1.125rem;
  width: 7.0625rem;
  height: 7.0625rem;
  display: grid;
  place-items: center;
  background: url(../img/company/company-title-bg.png) center/contain no-repeat;
  color: #FFF;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-company-section__heading {
    left: 1.9375rem;
    width: 13.375rem;
    height: 13.375rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .page-company-section__heading {
    left: 12.75rem;
  }
}

.page-company-section__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-company-section__image {
    aspect-ratio: 1043/497;
  }
}
.page-company-section__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/*----------------------------------
  ヘッド
----------------------------------*/
.page-company__heading {
  width: 13.4375rem;
}
@media screen and (min-width: 768px) {
  .page-company__heading {
    width: 26.8125rem;
  }
}

.page-company__heading--sub {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-company__heading--sub {
    margin-top: 0;
  }
}

/*----------------------------------
  代表挨拶
----------------------------------*/
.page-company-greeting__container {
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-company-greeting__container {
    padding-top: 4.0625rem;
  }
}

.page-company-greeting__heading {
  top: -1.375rem;
}
@media screen and (min-width: 768px) {
  .page-company-greeting__heading {
    top: -0.3125rem;
  }
}

.page-company-greeting__body {
  max-width: 100%;
  padding-inline: 0rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .page-company-greeting__body {
    max-width: 48.4375rem;
    padding-inline: 1.25rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-greeting__body {
    margin-inline: 6rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-company-greeting__body {
    margin-left: 11rem;
  }
}

.page-company-greeting__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .page-company-greeting__title {
    font-size: 1.75rem;
  }
}

.page-company-greeting__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-company-greeting__text {
    margin-top: 1rem;
  }
}

/*----------------------------------
  企業理念
----------------------------------*/
.page-company-idea__container {
  padding-top: 10.625rem;
}
@media screen and (min-width: 768px) {
  .page-company-idea__container {
    padding-top: 8.5rem;
  }
}

.page-company-idea__heading {
  top: -5.0625rem;
}
@media screen and (min-width: 768px) {
  .page-company-idea__heading {
    top: -2.75rem;
  }
}

.page-company-idea__slider {
  margin: 0.625rem calc((100% - 100dvi) / 2) 0;
}
@media screen and (min-width: 768px) {
  .page-company-idea__slider {
    margin: 0.625rem 0 0 calc((100% - 100dvi - clamp(4rem, -65.1875rem + 100vw, 14.8125rem)) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .page-company-idea__slider {
    margin-inline: calc((100% - 100dvi - 14.8125rem) / 2) calc((100% - 100dvi + 14.8125rem) / 2);
  }
}
.page-company-idea__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.page-company-idea__slide {
  width: 38.125rem;
}
@media screen and (min-width: 768px) {
  .page-company-idea__slide {
    width: 66.0625rem;
  }
}

.page-company-idea__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .page-company-idea__title {
    font-size: 2.8125rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-idea__title {
    margin-inline: 6.5rem 0;
  }
}

/*----------------------------------
  会社概要
----------------------------------*/
.page-company-summary__container {
  padding-top: 10.625rem;
}
@media screen and (min-width: 768px) {
  .page-company-summary__container {
    padding-top: 12.4375rem;
  }
}

.page-company-summary__heading {
  top: -4.25rem;
}
@media screen and (min-width: 768px) {
  .page-company-summary__heading {
    top: -5.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .page-company-summary__image {
    aspect-ratio: 1043/437;
  }
}

.page-company-summary__body {
  max-width: 48.125rem;
  padding-inline: 0rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .page-company-summary__body {
    padding-inline: 1.25rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-company-summary__body {
    margin-inline: 6.3125rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-company-summary__body {
    margin-left: 11.3125rem;
  }
}

.page-company-summary__list {
  max-width: 44.75rem;
  border: 1px solid #D3D3D3;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-company-summary__list {
    margin-top: 2.5rem;
  }
}

.page-company-summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-company-summary__item + .page-company-summary__item {
  border-top: 1px solid #D3D3D3;
}
.page-company-summary__item dt, .page-company-summary__item dd {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-company-summary__item dt, .page-company-summary__item dd {
    font-size: 1rem;
  }
}
.page-company-summary__item dt {
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #E3F4FF;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .page-company-summary__item dt {
    width: 15.625rem;
    padding: 0.9375rem 1.9375rem;
  }
}
.page-company-summary__item dd {
  width: 100%;
  background-color: #FFF;
  padding: 0.9375rem 1.4375rem;
}

.page-company-summary__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-company-summary__content {
    margin-top: 3.5rem;
  }
}

.page-company-summary__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-company-summary__title {
    font-size: 1.75rem;
    line-height: 1;
  }
}

.page-company-summary__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-company-summary__text {
    margin-top: 1rem;
  }
}

/*----------------------------------
  沿革
----------------------------------*/
.page-company-history__container {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__container {
    padding-top: 6.0625rem;
  }
}

.page-company-history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__inner {
    max-width: 80rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    padding-left: clamp(2rem, -59.875rem + 90vw, 12.125rem);
  }
}
@media screen and (min-width: 1440px) {
  .page-company-history__inner {
    max-width: 90rem;
    padding-left: 17.125rem;
  }
}

.page-company-history__heading {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-company-history__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__item {
    gap: 1.5rem;
  }
}
.page-company-history__item:last-child::after {
  display: none;
}
.page-company-history__item + .page-company-history__item {
  margin-top: 1rem;
}
.page-company-history__item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #2E3192;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__item::before {
    margin-top: 1rem;
  }
}
.page-company-history__item::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0.21875rem;
  width: 0.125rem;
  height: calc(100% + 1rem);
  background-color: #2E3192;
}
.page-company-history__item dt, .page-company-history__item dd {
  font-size: 0.875rem;
  line-height: 2.39;
}
@media screen and (min-width: 768px) {
  .page-company-history__item dt, .page-company-history__item dd {
    font-size: 1rem;
  }
}
.page-company-history__item dt {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-company-history__item dt {
    width: 6.25rem;
    margin-left: 0;
  }
}
/*----------------------------------
  データ
----------------------------------*/
.page-company-data__container {
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-company-data__container {
    padding-block: 11.3125rem 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page-company-data__inner {
    max-width: calc(44.5625rem + clamp(2rem, -66.3680555556rem + 99.4444444444vw, 13.1875rem) + 2rem);
    padding-left: clamp(2rem, -66.3680555556rem + 99.4444444444vw, 13.1875rem);
  }
}

.page-company-data__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-company-data__title {
    font-size: 1.75rem;
  }
}
.page-company-data__title:nth-of-type(2) {
  margin-top: 3rem;
}

.page-company-data__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-block: 1px solid #2E3192;
  margin-top: 1rem;
}

.page-company-data__item {
  position: relative;
  padding: 0.5625rem 3.125rem 0.5625rem 0.625rem;
}
.page-company-data__item + .page-company-data__item {
  border-top: 1px solid #2E3192;
}
.page-company-data__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  translate: 0 -50%;
  width: 2.125rem;
  height: 2.125rem;
  background: url(../img/common/button-icon.png) center/contain no-repeat;
}

.page-company-data__item-text {
  font-size: 1rem;
  line-height: 2;
}

/*----------------------------------
  共通
----------------------------------*/
.page-business-section__heading {
  position: relative;
  width: 20rem;
  height: 20rem;
  display: grid;
  place-items: center;
  background: url(../img/business/business-title-bg.png) center/contain no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  color: #FFF;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.09em;
  margin: -9.25rem auto 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-business-section__heading {
    width: 30.3125rem;
    height: 30.3125rem;
    font-size: 2.625rem;
    margin-top: -21.75rem;
  }
}

.page-business-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-section__title {
    font-size: 1.75rem;
    line-height: 1;
    margin-top: 2.625rem;
  }
}

.page-business-section__text {
  letter-spacing: 0.08em;
  margin-top: 1rem;
}

/*----------------------------------
  ヘッド
----------------------------------*/
.page-business__heading {
  width: 13.375rem;
}
@media screen and (min-width: 768px) {
  .page-business__heading {
    width: 26.5625rem;
  }
}

.page-business__heading--sub {
  margin-top: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .page-business__heading-number {
    top: 3.125rem;
  }
}

/*----------------------------------
  メイン
----------------------------------*/
.page-business-main__heading {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .page-business-main__heading {
    margin-top: 3.875rem;
  }
}

.page-business-main__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-business-main__lead {
    font-size: 1.4375rem;
    margin-top: 1.875rem;
  }
}

/*----------------------------------
  研究電子・半導体
----------------------------------*/
.page-business-electron__container {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-business-electron__container {
    padding-top: 9.0625rem;
  }
}

/*----------------------------------
  輸送機器
----------------------------------*/
.page-business-transport__container {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-business-transport__container {
    padding-top: 6.375rem;
  }
}

/*----------------------------------
  機械・工具
----------------------------------*/
.page-business-tools__container {
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-business-tools__container {
    padding-block: 7.125rem 6.375rem;
  }
}

/*----------------------------------
  共通
----------------------------------*/
@media screen and (min-width: 768px) {
  .page-product-section__inner {
    max-width: 50.25rem;
  }
}

.page-product-section__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.75rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-product-section__head {
    padding-bottom: 0;
  }
}
.page-product-section__head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  width: 100%;
  height: 0.125rem;
  background-color: #2E3192;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-product-section__head::before {
    bottom: 0.75rem;
  }
}

.page-product-section__number {
  width: 2.5rem;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-product-section__number {
    width: 3.5rem;
    margin-top: 0.125rem;
  }
}

.page-product-section__heading {
  background-color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__heading {
    font-size: 2.5rem;
  }
}

.page-product-section__heading--sub {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  padding-inline: 3.125rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__heading--sub {
    position: unset;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-inline: 0 1.5rem;
  }
}

.page-product-section__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__text {
    margin-top: 1.625rem;
  }
}

.page-product-section__body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__body {
    margin-top: 1.6875rem;
  }
}

.page-product-section__body-image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-product-section__body-image {
    aspect-ratio: 740/317;
  }
}
.page-product-section__body-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

* + .page-product-section__body-image {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  * + .page-product-section__body-image {
    margin-top: 1.875rem;
  }
}

.page-product-section__body-content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__body-content {
    margin-top: 1.5rem;
  }
}
.page-product-section__body-content .page-product-section__body-text {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__body-content .page-product-section__body-text {
    margin-top: 1rem;
  }
}

.page-product-section__body-title {
  font-size: clamp(1.125rem, 0.5625rem + 1.171875vw, 1.3125rem);
  font-weight: 700;
  line-height: 1.82;
}

.page-product-section__body-text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__body-text {
    margin-top: 1.5rem;
  }
}

.page-product-section__body-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__body-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.page-product-section__body-item-image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__body-item-image {
    aspect-ratio: 364/317;
  }
}
.page-product-section__body-item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-product-section__body-list {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .page-product-section__body-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
}

.page-product-section__body-list-text {
  list-style: inside disc;
  font-size: 1rem;
  line-height: 2;
  padding-left: 0.625rem;
}

/*----------------------------------
  ヘッド
----------------------------------*/
.page-product__heading {
  width: 10.875rem;
}
@media screen and (min-width: 768px) {
  .page-product__heading {
    width: 21.5rem;
  }
}

.page-product__heading--sub {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .page-product__heading-number {
    top: 3.125rem;
  }
}

/*----------------------------------
  メイン
----------------------------------*/
.page-product-main__heading {
  line-height: 1.4;
}

/*----------------------------------
  ナビ
----------------------------------*/
.page-product-nav__list {
  max-width: 31.25rem;
  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.375rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .page-product-nav__list {
    max-width: 80rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.5rem;
  }
}

.page-product-nav__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-product-nav__item:nth-of-type(1) .page-product-nav__item-bg::before {
  background: url(../img/product/product-nav-image--01.webp) center/cover no-repeat;
}
.page-product-nav__item:nth-of-type(2) .page-product-nav__item-bg::before {
  background: url(../img/product/product-nav-image--02.webp) center/cover no-repeat;
}
.page-product-nav__item:nth-of-type(3) .page-product-nav__item-bg::before {
  background: url(../img/product/product-nav-image--03.webp) center/cover no-repeat;
}
.page-product-nav__item:nth-of-type(3) .page-product-nav__item-title--sub {
  width: clamp(15.625rem, 8.125rem + 15.625vw, 18.125rem);
}

.page-product-nav__item-bg {
  position: relative;
  aspect-ratio: 422.7/497;
  overflow: hidden;
  padding-top: clamp(5rem, -0.6818181818rem + 24.2424242424vw, 7.5rem);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-product-nav__item-bg {
    padding-top: clamp(4.3125rem, -14.4375rem + 39.0625vw, 10.5625rem);
  }
}
.page-product-nav__item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-product-nav__item-box {
  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;
}

.page-product-nav__item-title--sub {
  width: clamp(12.125rem, 6.3125rem + 12.109375vw, 14.0625rem);
}

.page-product-nav__item-title {
  font-size: 0.9375rem;
  line-height: 2.55;
}

.page-product-nav__item-button {
  position: absolute;
  bottom: clamp(4.5rem, -2.3181818182rem + 29.0909090909vw, 7.5rem);
  left: 50%;
  translate: -50% 0;
  width: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .page-product-nav__item-button {
    bottom: -4.8125rem;
  }
}
.page-product-nav__item-button::before {
  rotate: 90deg;
}

/*----------------------------------
　輸送機器
----------------------------------*/
.page-product-transport__container {
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .page-product-transport__container {
    padding-top: 8.5rem;
  }
}
.page-product-transport__container .page-product-section__number {
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-product-transport__container .page-product-section__number {
    padding-right: 0.75rem;
  }
}

.page-product-transport__heading--sub {
  width: 14.6875rem;
}
@media screen and (min-width: 768px) {
  .page-product-transport__heading--sub {
    width: 12.3125rem;
  }
}

/*----------------------------------
　機械・工具
----------------------------------*/
.page-product-tools__container {
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-product-tools__container {
    padding-top: 4.0625rem;
  }
}

.page-product-tools__heading--sub {
  width: 12.9375rem;
  padding-right: 2.25rem;
}
@media screen and (min-width: 768px) {
  .page-product-tools__heading--sub {
    width: 9.0625rem;
    padding-right: 1.5rem;
  }
}

/*----------------------------------
  電子・半導体
----------------------------------*/
.page-product-electron__container {
  padding-block: 3.5rem 5rem;
}
@media screen and (min-width: 768px) {
  .page-product-electron__container {
    padding-block: 4.0625rem 10.125rem;
  }
}

.page-product-electron__heading--sub {
  width: 16.4375rem;
}
@media screen and (min-width: 768px) {
  .page-product-electron__heading--sub {
    width: 14.0625rem;
  }
}

/*----------------------------------
  共通
----------------------------------*/
.page-careers-section__container {
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-careers-section__container {
    padding-top: 5rem;
  }
}

.page-careers-section__heading {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-careers-section__heading {
    font-size: 2.5rem;
  }
}

.page-careers-section__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .page-careers-section__title {
    font-size: 1.3125rem;
  }
}

.page-careers-section__data-list {
  border: 1px solid #D3D3D3;
}

.page-careers-section__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-careers-section__data-item + .page-careers-section__data-item {
  border-top: 1px solid #D3D3D3;
}
.page-careers-section__data-item dt, .page-careers-section__data-item dd {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-careers-section__data-item dt, .page-careers-section__data-item dd {
    font-size: 1rem;
  }
}
.page-careers-section__data-item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.5rem;
  background-color: #E3F4FF;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .page-careers-section__data-item dt {
    width: 15.625rem;
    padding: 0.9375rem 1.4375rem 0.9375rem 1.9375rem;
  }
}
.page-careers-section__data-item dd {
  width: 100%;
  background-color: #FFF;
  word-break: break-all;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .page-careers-section__data-item dd {
    padding: 0.9375rem 1.4375rem;
  }
}

/*----------------------------------
  ヘッド
----------------------------------*/
.page-careers__heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-careers__heading {
    font-size: 3.75rem;
    padding-top: 12.625rem;
  }
}

/*----------------------------------
  ナビ
----------------------------------*/
.page-careers-nav__list {
  margin-top: 2.5rem;
}

/*----------------------------------
  採用フロー
----------------------------------*/
#page-careers-flow {
  scroll-margin-top: 3.75rem;
}

.page-careers-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-careers-flow__list {
    margin-top: 2rem;
  }
}

.page-careers-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 0.3125rem;
  background-color: #FFF;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .page-careers-flow__item {
    gap: 1.6875rem;
    padding: 1rem 1.5rem;
  }
}
.page-careers-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -1.625rem;
  left: 50%;
  translate: -50% 0;
  width: 3.9375rem;
  height: 0.8125rem;
  background: url(../img/careers/careers-flow-arrow.png) center/contain no-repeat;
}

.page-careers-flow__item-step {
  width: 4.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page-careers-flow__item-step {
    width: 5.875rem;
  }
}

.page-careers-flow__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.39;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .page-careers-flow__item-text {
    font-size: 1rem;
  }
}

/*----------------------------------
  募集要項
----------------------------------*/
#page-careers-recruiting {
  scroll-margin-top: 3.75rem;
}

.page-careers-recruiting__data-list {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-careers-recruiting__data-list {
    margin-top: 2rem;
  }
}

/*----------------------------------
  研修・福利厚生
----------------------------------*/
#page-careers-welfare {
  scroll-margin-top: 3.75rem;
}

.page-careers-welfare__list {
  border-block: 1px solid #2E3192;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-careers-welfare__list {
    margin-top: 2rem;
  }
}

.page-careers-welfare__item {
  padding: 0.9375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-careers-welfare__item {
    padding: 0.9375rem 0.625rem 1.4375rem 0.625rem;
  }
}
.page-careers-welfare__item + .page-careers-welfare__item {
  border-top: 1px solid #2E3192;
}

.page-careers-welfare__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.625rem;
}
.page-careers-welfare__item-title::before {
  content: "";
  width: 1.5625rem;
  height: 1.25rem;
  background: url(../img/careers/diamond-icon.png) center/contain no-repeat;
}

.page-careers-welfare__item-text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-careers-welfare__item-text {
    font-size: 1rem;
  }
}

.page-careers-welfare__data-list {
  margin-top: 0.625rem;
}

.page-careers-welfare__item-text--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 2.13;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-careers-welfare__item-text--large {
    font-size: 1.125rem;
  }
}
.page-careers-welfare__item-text--large::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  border-top: 1px dashed #2E3192;
}

/*----------------------------------
　お問い合わせ
----------------------------------*/
.page-careers-contact__container {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .page-careers-contact__container {
    padding-bottom: 7.5rem;
  }
}

.page-careers-contact__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-careers-contact__text {
    margin-top: 2rem;
  }
}

.page-careers-contact__text-link {
  text-decoration: underline;
  text-underline-offset: 0.375rem;
}

/*----------------------------------
  ヘッド
----------------------------------*/
.page-numbers__head {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__head {
    padding-top: 11.8125rem;
  }
}

.page-numbers__heading {
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__heading {
    width: 25rem;
  }
}

.page-numbers__heading--sub {
  margin-top: 1.25rem;
}

.page-numbers__lead {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2rem;
}

/*----------------------------------
  メイン
----------------------------------*/
.page-numbers__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 1.25rem;
  border: 2px solid #666892;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__list {
    grid-template-columns: repeat(6, 1fr);
  }
}

.page-numbers__item {
  position: relative;
  border-top: 2px solid #666892;
  padding-block: 1.875rem;
}
.page-numbers__item:nth-of-type(1) {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .page-numbers__item:nth-of-type(1) {
    grid-column: 1/4;
    border-right: 2px solid #666892;
  }
}
.page-numbers__item:nth-of-type(1) .page-numbers__item-image {
  width: 9.125rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__item:nth-of-type(2) {
    grid-column: 4/7;
    border-top: none;
  }
}
.page-numbers__item:nth-of-type(2) .page-numbers__item-image {
  width: 15.375rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__item:nth-of-type(3) {
    grid-column: 1/4;
    border-right: 2px solid #666892;
  }
}
.page-numbers__item:nth-of-type(3) .page-numbers__item-number {
  margin-top: 7.5625rem;
}
.page-numbers__item:nth-of-type(3) .page-numbers__item-image {
  width: 11.125rem;
  margin-top: 7.375rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__item:nth-of-type(4) {
    grid-column: 4/7;
  }
}
.page-numbers__item:nth-of-type(4) .page-numbers__item-number {
  margin-top: 7.5625rem;
}
.page-numbers__item:nth-of-type(4) .page-numbers__item-image {
  width: 6.75rem;
  margin-top: 7.125rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__item:nth-of-type(5) {
    grid-column: 1/3;
    border-right: 2px solid #666892;
  }
}
.page-numbers__item:nth-of-type(5) .page-numbers__item-image {
  width: 10.75rem;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__item:nth-of-type(6) {
    grid-column: 3/5;
    border-right: 2px solid #666892;
  }
}
.page-numbers__item:nth-of-type(6) .page-numbers__item-image {
  width: 5.4375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__item:nth-of-type(7) {
    grid-column: 5/7;
  }
}
.page-numbers__item:nth-of-type(7) .page-numbers__item-image {
  width: 4rem;
  margin-top: 0.9375rem;
}

.page-numbers__item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2rem;
  background-color: #2E3192;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.625rem 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-numbers__item-title {
    font-size: 1.3125rem;
  }
}

.page-numbers__item-number {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__item-number {
    font-size: 7.5rem;
  }
}

.page-numbers__item-number--medium {
  font-size: 2.875rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__item-number--medium {
    font-size: 3.5rem;
  }
}

.page-numbers__item-number--small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-numbers__item-number--small {
    font-size: 1.5rem;
  }
}

.page-numbers__item-image {
  margin-inline: auto;
}

.page-numbers__item-progress {
  position: absolute;
  top: 5.9375rem;
  left: 50%;
  translate: -50% 0;
  width: min(18.75rem, 100%);
}
@media screen and (min-width: 768px) {
  .page-numbers__item-progress {
    width: min(20.625rem, 100%);
  }
}

.page-numbers__item-progress-bar {
  fill: transparent;
  stroke: #2E3192;
  stroke-width: 1.375rem;
}

.page-numbers__item-progress-bar--blue {
  stroke-dashoffset: -714;
  stroke-dasharray: 10 1000;
}

.page-numbers__item-progress-bar--gray {
  stroke: #D5D5D5;
}

/*----------------------------------
  ボトム
----------------------------------*/
.page-numbers__bottom {
  padding-block: 1.5rem 5rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__bottom {
    padding-block: 2rem 7.5625rem;
  }
}

.page-numbers__button {
  width: 4.125rem;
  margin-inline: auto 0.125rem;
}
@media screen and (min-width: 768px) {
  .page-numbers__button {
    margin-right: 1.25rem;
  }
}

/*----------------------------------
  ヘッド
----------------------------------*/
@media screen and (min-width: 768px) {
  .page-voice__inner {
    max-width: 65.875rem;
  }
}

.page-voice__head {
  max-width: 50.625rem;
  padding-top: 3rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-voice__head {
    padding-top: 11.875rem;
  }
}

.page-voice__heading {
  width: 7.625rem;
}
@media screen and (min-width: 768px) {
  .page-voice__heading {
    width: 15.0625rem;
  }
}

.page-voice__heading--sub {
  margin-top: 1.125rem;
}

/*----------------------------------
  メイン
----------------------------------*/
.page-voice-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-voice-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-top: 4rem;
  }
}

.page-voice-main__image {
  width: min(28.9375rem, 100%);
}
@media screen and (min-width: 768px) {
  .page-voice-main__image {
    width: clamp(20.625rem, -4.3125rem + 51.953125vw, 28.9375rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.page-voice-main__number {
  display: block;
  width: clamp(1.875rem, -0.1875rem + 4.296875vw, 2.5625rem);
}

.page-voice-main__number--01 {
  padding-right: clamp(0.25rem, 0.0625rem + 0.390625vw, 0.3125rem);
}

.page-voice-main__heading {
  font-size: clamp(1.75rem, -1.4375rem + 6.640625vw, 2.8125rem);
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.625rem;
}

.page-voice-main__text {
  font-size: clamp(1rem, 0.0625rem + 1.953125vw, 1.3125rem);
  line-height: 1.82;
  margin-top: 1.5rem;
}

/*----------------------------------
  ボディ
----------------------------------*/
.page-voice-body {
  max-width: 51.125rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .page-voice-body {
    padding-left: 1.375rem;
    margin-top: 2.25rem;
  }
}

.page-voice-body__text {
  max-width: 48.375rem;
  font-size: 1rem;
  line-height: 2;
}
.page-voice-body__text + .page-voice-body__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-voice-body__text + .page-voice-body__text {
    margin-top: 1.5rem;
  }
}

.page-voice-body__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-voice-body__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-voice-body__box + .page-voice-body__text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-voice-body__box + .page-voice-body__text {
    margin-top: 2rem;
  }
}

.page-voice-body__box--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .page-voice-body__box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .page-voice-body__box--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-voice-body__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-voice-body__image {
    width: clamp(20.625rem, 9rem + 24.21875vw, 24.5rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.page-voice-body__bottom {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-voice-body__bottom {
    margin-top: 2rem;
  }
}

.page-voice-body__button {
  width: 4.125rem;
  margin-inline: auto 0.125rem;
}
@media screen and (min-width: 768px) {
  .page-voice-body__button {
    margin-right: 1.25rem;
  }
}

/*----------------------------------
  その他
----------------------------------*/
.page-voice-other__container {
  padding-block: 1.9375rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .page-voice-other__container {
    padding-bottom: 10.375rem;
  }
}

@media screen and (min-width: 768px) {
  .page-voice-other__inner {
    max-width: 52.75rem;
  }
}

.page-voice-other__heading {
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .page-voice-other__heading {
    width: 18.0625rem;
  }
}

.page-voice-other__heading--sub {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .page-voice-other__heading--sub {
    font-size: 1.0625rem;
  }
}

.page-voice-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-voice-other__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.75rem;
    margin-top: 2rem;
  }
}

.page-voice-other__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-voice-other__item-text {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

/*----------------------------------
  共通
----------------------------------*/
.page-job-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.page-job-section__number {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__number {
    width: 2.625rem;
  }
}

.page-job-section__number--01 {
  padding-right: 0.375rem;
}

.page-job-section__heading--sub {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.26;
}
@media screen and (min-width: 768px) {
  .page-job-section__heading--sub {
    font-size: 1.375rem;
    line-height: 1.74;
  }
}

.page-job-section__heading {
  white-space: nowrap;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__heading {
    font-size: 2.8125rem;
  }
}

.page-job-section__image {
  margin-top: 2rem;
}

.page-job-section__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__text {
    max-width: 48.375rem;
    margin-inline: auto;
  }
}

.page-job-section__box {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__box {
    position: relative;
    max-width: 45.8125rem;
    margin: 0 auto;
  }
}

.page-job-section__box-image {
  width: 79.5%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-job-section__box-image {
    position: absolute;
    right: 0;
    width: 16.25rem;
  }
}

.page-job-section__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__title {
    font-size: 1.75rem;
  }
}

.page-job-section__list {
  list-style: inside disc;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__list {
    padding-bottom: 0.4375rem;
  }
}

.page-job-section__list-text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-job-section__list-text + .page-job-section__list-text {
    margin-top: 0.4375rem;
  }
}

.page-job-section__bottom {
  display: block;
  border-block: 2px solid #2E3192;
  padding-block: 1.875rem 1.125rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__bottom {
    margin-inline: auto;
  }
}

.page-job-section__bottom-heading {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}

.page-job-section__bottom-box {
  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;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__bottom-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.page-job-section__bottom-image {
  width: 69.7%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-job-section__bottom-image {
    width: 14.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-inline: 0;
  }
}

.page-job-section__bottom-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.page-job-section__bottom-text {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.page-job-section__bottom-button {
  position: absolute;
  bottom: 0;
  width: 2.875rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__bottom-button {
    width: 3.4375rem;
  }
}
.page-job-section__bottom-button::before {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .page-job-section__bottom-button::before {
    width: 3.9375rem;
    height: 3.9375rem;
  }
}

/*----------------------------------
  ヘッド
----------------------------------*/
.page-job__head {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-job__head {
    padding-top: 12.625rem;
  }
}

.page-job__heading {
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .page-job__heading {
    width: 32.375rem;
  }
}

.page-job__heading--sub {
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-job__heading--sub {
    margin-top: 0.125rem;
  }
}

/*----------------------------------
  メイン
----------------------------------*/
.page-job-main__lead {
  margin-top: 3.125rem;
}

/*----------------------------------
  ナビ
----------------------------------*/
.page-job-nav__list {
  margin-top: 4.5rem;
}

/*----------------------------------
  開発・生産技術
----------------------------------*/
@media screen and (min-width: 768px) {
  #page-job-technical .page-job-section__box-image {
    top: 8.25rem;
  }
}
@media screen and (min-width: 768px) {
  #page-job-technical .page-job-section__bottom {
    width: 34.75rem;
  }
}
#page-job-technical .page-job-section__bottom-button {
  right: 1.75rem;
}
@media screen and (min-width: 768px) {
  #page-job-technical .page-job-section__bottom-button {
    right: 0.625rem;
  }
}

.page-job-technical__container {
  padding-top: 4.5rem;
}

/*----------------------------------
  企画・設計
----------------------------------*/
@media screen and (min-width: 768px) {
  #page-job-designing .page-job-section__box-image {
    top: 7.375rem;
  }
}
@media screen and (min-width: 768px) {
  #page-job-designing .page-job-section__bottom {
    width: 35.625rem;
  }
}
#page-job-designing .page-job-section__bottom-button {
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  #page-job-designing .page-job-section__bottom-button {
    right: 0.625rem;
  }
}

.page-job-designing__container {
  padding-top: 7.5rem;
}

/*----------------------------------
  製造
----------------------------------*/
@media screen and (min-width: 768px) {
  #page-job-manufacturing .page-job-section__box-image {
    top: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  #page-job-manufacturing .page-job-section__bottom {
    width: 38.5rem;
  }
}
#page-job-manufacturing .page-job-section__bottom-button {
  right: 0;
}
@media screen and (min-width: 768px) {
  #page-job-manufacturing .page-job-section__bottom-button {
    right: 0.625rem;
  }
}

.page-job-manufacturing__container {
  padding-top: 7.5rem;
}

/*----------------------------------
  ボトム
----------------------------------*/
.page-job__bottom {
  padding-block: 3rem 7.5rem;
}

.page-job__bottom-button {
  width: 4.125rem;
  margin-inline: auto 0.125rem;
}
@media screen and (min-width: 768px) {
  .page-job__bottom-button {
    margin-right: 1.25rem;
  }
}

/*----------------------------------
  共通
----------------------------------*/
.page-recruitment-section__text {
  margin-top: 2.25rem;
}

.page-recruitment-section__box {
  position: relative;
  display: block;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-section__box {
    margin-top: 5.25rem;
  }
}

.page-recruitment-section__box-button {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .page-recruitment-section__box-button {
    bottom: -4.5rem;
  }
}

/*----------------------------------
  ヘッド
----------------------------------*/
.page-recruitment__hero {
  position: relative;
  height: 18rem;
  margin-top: 3.3125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-recruitment__hero {
    height: unset;
    margin-top: 7.5rem;
  }
}
.page-recruitment__hero::before {
  content: "";
  position: absolute;
  top: -200%;
  left: -150%;
  rotate: 60deg;
  width: 5rem;
  height: 500%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(255, 255, 255, 0.4)), color-stop(rgba(255, 255, 255, 0.2)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  -webkit-animation: shine-fv 2s ease-in-out forwards;
          animation: shine-fv 2s ease-in-out forwards;
}
@media screen and (min-width: 768px) {
  .page-recruitment__hero::before {
    left: -100%;
    width: 8.75rem;
    -webkit-animation: shine-fv-pc 3s ease-in-out forwards;
            animation: shine-fv-pc 3s ease-in-out forwards;
  }
}
.page-recruitment__hero img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-recruitment__hero img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.page-recruitment__head {
  padding-top: 2.8125rem;
}

.page-recruitment__heading {
  width: 18.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment__heading {
    width: 36.125rem;
  }
}

.page-recruitment__heading--sub {
  letter-spacing: 0.04em;
}

/*----------------------------------
  メイン
----------------------------------*/
.page-recruitment-main__heading {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-main__heading {
    font-size: 3.1875rem;
  }
}

.page-recruitment-main__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-main__lead {
    font-size: 1.4375rem;
  }
}

/*----------------------------------
  データで見る
----------------------------------*/
.page-recruitment-numbers__container {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-numbers__container {
    padding-top: 8.125rem;
  }
}

.page-recruitment-numbers__heading {
  width: 13.375rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-numbers__heading {
    width: 26.625rem;
  }
}

/*----------------------------------
  先輩社員の声
----------------------------------*/
.page-recruitment-voice__container {
  padding-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-voice__container {
    padding-top: 11.25rem;
  }
}

.page-recruitment-voice__heading {
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-voice__heading {
    width: 16.0625rem;
  }
}

.page-recruitment-voice__slider-container {
  position: relative;
  padding-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-voice__slider-container {
    padding-top: 4.375rem;
  }
}

.page-recruitment-voice__slide {
  width: 21.5625rem;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-voice__slide {
    width: 49.453%;
  }
}
@media screen and (min-width: 1440px) {
  .page-recruitment-voice__slide {
    width: 38%;
  }
}

@media screen and (min-width: 1440px) {
  .page-recruitment-voice__slide-image img {
    display: block;
    margin-inline: auto;
  }
}

.page-recruitment-voice__slide-content {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-voice__slide-content {
    margin-top: 2.875rem;
  }
}

.page-recruitment-voice__slide-number {
  width: 1.875rem;
  display: block;
  margin-inline: auto;
}

.page-recruitment-voice__slide-number--01 {
  padding-inline: 0.125rem;
}

.page-recruitment-voice__slide-text {
  text-align: center;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 0.375rem;
}

.page-recruitment-voice__slide-button-prev,
.page-recruitment-voice__slide-button-next {
  top: 105%;
  width: 0.8125rem;
  height: 1.25rem;
  background: url(../img/common/arrow-icon.png) center/contain no-repeat;
}
.page-recruitment-voice__slide-button-prev::after,
.page-recruitment-voice__slide-button-next::after {
  display: none;
}

.page-recruitment-voice__slide-button-prev {
  left: 50%;
  translate: 0.25rem;
}

.page-recruitment-voice__slide-button-next {
  right: 50%;
  rotate: 180deg;
  translate: -0.25rem;
}

/*----------------------------------
  活躍のフィールド
----------------------------------*/
.page-recruitment-job__container {
  padding-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-job__container {
    padding-top: 10.0625rem;
  }
}

.page-recruitment-job__heading {
  width: 16.5625rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-job__heading {
    width: 32.9375rem;
  }
}

/*----------------------------------
  採用情報
----------------------------------*/
.page-recruitment-careers__container {
  padding-block: 10rem 5rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-careers__container {
    padding-block: 13.375rem 7.25rem;
  }
}

.page-recruitment-careers__text {
  margin-top: 1.375rem;
}

.page-recruitment-nav__list {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .page-recruitment-nav__list .page-nav__item-title {
    font-size: 1.875rem;
  }
}
.page-recruitment-nav__list .button::before {
  rotate: 0deg;
}

/*----------------------------------
  共通
----------------------------------*/
.form__list {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .form__list {
    margin-top: 5rem;
  }
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form__item + .form__item {
  margin-top: 1.5rem;
}

.form__item-title {
  width: 14.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.form__item-label {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__item-label {
    font-size: 1.125rem;
  }
}

.form__item-required {
  border-radius: 0.3125rem;
  background-color: #2E3192;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
}

.form__item-select {
  height: 3.125rem;
  border: 2px solid #E3F4FF;
  background-color: #F1F9FB;
  border-radius: 0.3125rem;
  font-size: 1rem;
  padding-inline: 0.75rem;
}

.form__item-input {
  width: clamp(20.4375rem, 2.3977272727rem + 76.9696969697vw, 28.375rem);
  height: 3.125rem;
  border: 2px solid #E3F4FF;
  background-color: #F1F9FB;
  border-radius: 0.3125rem;
  font-size: 1rem;
  padding-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .form__item-input {
    width: clamp(28.375rem, 8.5rem + 41.40625vw, 35rem);
  }
}
.form__item-input::-webkit-input-placeholder {
  color: #C3C3C3;
  font-size: 1rem;
}
.form__item-input::-moz-placeholder {
  color: #C3C3C3;
  font-size: 1rem;
}
.form__item-input:-ms-input-placeholder {
  color: #C3C3C3;
  font-size: 1rem;
}
.form__item-input::-ms-input-placeholder {
  color: #C3C3C3;
  font-size: 1rem;
}
.form__item-input::placeholder {
  color: #C3C3C3;
  font-size: 1rem;
}

.textarea {
  height: 17.5rem;
  line-height: 1.4;
  padding-block: 0.75rem;
}

.form__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.form__item-input-postal {
  width: 12.5rem;
}

.form__item-button {
  border-radius: 0.3125rem;
  border: 2px solid #2E3192;
  background-color: #2E3192;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem;
}

.form__button-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0;
}

.form__button {
  display: grid;
  place-items: center;
  width: 18.75rem;
  height: 4.375rem;
  border: 2px solid #2E3192;
  border-radius: 3.75rem;
  background-color: #2E3192;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
}

.wpcf7-spinner {
  display: none;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/*----------------------------------
  入力
----------------------------------*/
.input_area:has(.form__privacy-policy .wpcf7-not-valid-tip) .form__button-area {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .input_area:has(.form__privacy-policy .wpcf7-not-valid-tip) .form__button-area {
    margin-top: 4.125rem;
  }
}
.input_area .form__button-area {
  border-radius: 3.75rem;
  overflow: hidden;
}

.form__privacy-policy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-left: 0.75rem;
  margin: 1.5rem auto 0;
}
.form__privacy-policy::before, .form__privacy-policy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.form__privacy-policy::before {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid #2E3192;
  margin-top: 0.125rem;
}
.form__privacy-policy::after {
  left: 0.125rem;
  width: 1rem;
  height: 0.75rem;
  background: url(../img/common/check-icon.png) no-repeat center center/contain;
  margin-top: 0.125rem;
  opacity: 0;
}
.form__privacy-policy:has(.form__privacy-check-box:checked)::after {
  opacity: 1;
}
.form__privacy-policy:has(.form__privacy-check-box:focus)::before {
  outline: 1px solid #000;
}
.form__privacy-policy .wpcf7-not-valid-tip {
  position: absolute;
  top: 1.75rem;
  left: 0;
  width: 16.875rem;
}
@media screen and (min-width: 768px) {
  .form__privacy-policy .wpcf7-not-valid-tip {
    width: 27.5rem;
  }
}

.form__privacy-policy-text {
  text-decoration: underline;
}

.form__privacy-check-box {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.confirm_button {
  display: none;
}
.confirm_button:disabled {
  cursor: not-allowed;
}

/*----------------------------------
  確認
----------------------------------*/
.form__confirm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form__confirm-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form__confirm-item + .form__confirm-item {
  margin-top: 1.5rem;
}
.form__confirm-item .form__item-select,
.form__confirm-item .form__item-input {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  background-color: #FFF;
  color: #000;
  padding: 0;
}
.form__confirm-item .textarea {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form-confirm__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .form-confirm__button-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-confirm__button-area button {
  background-color: #FFF;
  color: #2E3192;
}

#js-submit-button {
  cursor: pointer;
}

.form__button-wrapper {
  border-radius: 3.75rem;
  overflow: hidden;
}

/*----------------------------------
  完了
----------------------------------*/
.thanks_area {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .thanks_area {
    margin-top: 6.25rem;
  }
}

.thanks_area-02 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .thanks_area-02 {
    margin-top: 6.25rem;
  }
}

/*----------------------------------
  共通
----------------------------------*/
#page-cookie-policy,
#page-site-policy {
  scroll-margin-top: 2.5rem;
}

.page-policy-section__container {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-policy-section__container {
    padding-top: 6.25rem;
  }
}

.page-policy__heading {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-policy__heading {
    font-size: 2.5rem;
  }
}

.page-policy__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.25rem;
}

.page-policy__text--last {
  text-align: right;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-policy__text--last {
    margin-top: 6.25rem;
  }
}

.page-policy__lead {
  margin-top: 2rem;
}

.page-policy__list {
  margin-top: 3rem;
}
.page-policy__list .page-policy__item-title:first-child {
  margin-top: 0;
}

.page-policy__item-title {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-policy__item-title {
    font-size: 1.3125rem;
  }
}

.page-policy__data-list-title {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-policy__data-list-title {
    font-size: 1rem;
  }
}

.page-policy__link {
  text-decoration: underline;
  color: #333;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-policy__link {
    font-size: 1rem;
  }
}

.page-policy__data-list-container {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .page-policy__data-list-container {
    overflow: unset;
  }
}

.page-policy__data-list--01 {
  width: 31.25rem;
  border: 1px solid #D3D3D3;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-policy__data-list--01 {
    width: 100%;
  }
}
.page-policy__data-list--01 .page-policy__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
}
.page-policy__data-list--01 .page-policy__data-item:first-child {
  background-color: #2E3192;
  color: #FFF;
}
.page-policy__data-list--01 .page-policy__data-item:first-child dt, .page-policy__data-list--01 .page-policy__data-item:first-child dd {
  text-align: center;
}
.page-policy__data-list--01 .page-policy__data-item:first-child dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-policy__data-list--01 .page-policy__data-item:nth-of-type(even) {
  background-color: #F1F9FB;
}
.page-policy__data-list--01 .page-policy__data-item dt, .page-policy__data-list--01 .page-policy__data-item dd {
  border-right: 1px solid #D3D3D3;
  font-size: 0.875rem;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-policy__data-list--01 .page-policy__data-item dt, .page-policy__data-list--01 .page-policy__data-item dd {
    padding: 1rem 1.25rem;
  }
}
.page-policy__data-list--01 .page-policy__data-item dt {
  width: clamp(11.25rem, -11.25rem + 46.875vw, 18.75rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-policy__data-list--01 .page-policy__data-item dd {
  width: 100%;
}

.page-policy__data-list--02 {
  margin-top: 1.5rem;
}
.page-policy__data-list--02 .page-policy__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-policy__data-list--02 .page-policy__data-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}
.page-policy__data-list--02 .page-policy__data-item + .page-policy__data-item {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-policy__data-list--02 .page-policy__data-item + .page-policy__data-item {
    margin-top: 0.625rem;
  }
}
.page-policy__data-list--02 .page-policy__data-item dt, .page-policy__data-list--02 .page-policy__data-item dd {
  font-size: 0.875rem;
  line-height: 2;
}
.page-policy__data-list--02 .page-policy__data-item dt {
  font-weight: 500;
}

.page-policy__item-list--01 {
  list-style: inside disc;
  line-height: 1.8;
}

.page-policy__item-list--02 {
  line-height: 1.8;
  margin-top: 1.5rem;
}
.page-policy__item-list--02 li:has(.page-policy__link) {
  position: relative;
  padding-left: 0.75rem;
}
.page-policy__item-list--02 li:has(.page-policy__link)::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #000;
}

/*----------------------------------
  ヘッド
----------------------------------*/
@media screen and (min-width: 768px) {
  .page-archive__heading--sub {
    margin-top: 1.25rem;
  }
}

/*----------------------------------
  タブ
----------------------------------*/
.page-archive-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-archive-category__list {
    gap: 1.25rem;
  }
}

.page-archive-category__tab {
  border: 2px solid #2E3192;
  border-radius: 2.5rem;
  background-color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-archive-category__tab {
    font-size: 1rem;
  }
}
.page-archive-category__tab.is-active {
  background-color: #2E3192;
  color: #FFF;
}

/*----------------------------------
  リスト
----------------------------------*/
.page-archive__list {
  border-block: 1px solid #2E3192;
  margin-top: 3.5rem;
}

.page-archive__item {
  position: relative;
  display: block;
  background-color: #FFF;
  padding: 1.375rem 2.8125rem 1.375rem 0rem;
}
@media screen and (min-width: 768px) {
  .page-archive__item {
    padding: 1.875rem 2.8125rem 1.875rem 0rem;
  }
}
.page-archive__item + .page-archive__item {
  border-top: 1px solid #2E3192;
}
.page-archive__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  translate: 0 -50%;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/button-icon.png) center/contain no-repeat;
}

.page-archive__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-archive__item-label {
    gap: 1rem;
  }
}

.page-archive__item-date {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .page-archive__item-date {
    font-size: 1rem;
  }
}

.page-archive__item-category {
  border-radius: 1.75rem;
  background-color: #E3F4FF;
  font-size: 0.875rem;
  padding: 0.25rem 0.625rem;
}

.page-archive__item-title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-archive__item-title {
    font-size: 1.3125rem;
  }
}

/*----------------------------------
  ページネーション
----------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    gap: 0.5rem;
  }
}
.pagination li {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #2E3192;
  background-color: #FFF;
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .pagination li {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}
.pagination li a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.pagination .prev,
.pagination .next {
  border: none;
  background: url(../img/common/button-icon--white.png) center/contain no-repeat;
  padding: 0;
}
.pagination .prev {
  rotate: 180deg;
}
.pagination .current {
  display: grid;
  place-items: center;
  background-color: #2E3192;
  color: #FFF;
}

.article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .article__head {
    gap: 0.75rem 1rem;
  }
}

.article__head-date {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .article__head-date {
    font-size: 1rem;
  }
}

.article__head-category {
  border-radius: 1.75rem;
  background-color: #E3F4FF;
  font-size: 0.875rem;
  padding: 0.25rem 0.625rem;
}

.article__head-tag {
  border-radius: 1.75rem;
  background-color: #2E3192;
  color: #FFF;
  font-size: 0.875rem;
  padding: 0.25rem 0.625rem;
}

.article__heading {
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .article__heading {
    font-size: 2.8125rem;
  }
}

.article__thumbnail {
  margin-top: 1rem;
}

.article__body {
  margin-top: 2.5rem;
}
.article__body h2 {
  font-size: 1.375rem;
  font-weight: 700;
  border-left: 4px solid #2E3192;
  padding: 0.5rem 0 0.5rem 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .article__body h2 {
    font-size: 1.75rem;
  }
}
.article__body h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .article__body h3 {
    font-size: 1.375rem;
  }
}
.article__body p {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .article__body p {
    font-size: 1rem;
  }
}
.article__body p + p {
  margin-top: 1.25rem;
}
.article__body ul {
  list-style: disc inside;
  margin-top: 1.25rem;
}
.article__body ol {
  list-style: decimal inside;
  margin-top: 1.25rem;
}
.article__body li {
  line-height: 2;
}
.article__body figure {
  margin-top: 2.5rem;
}
.article__body a {
  text-decoration: underline;
  color: #000;
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

.hidden-tb {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hidden-tb {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .header__nav-link::after,
  a.footer__item-title--sub::after,
  .footer__item-link::after,
  a.drawer-menu__item-title::after,
  a.drawer-menu__item-title--sub::after,
  .drawer-menu__item-nav-link::after {
    -webkit-transition: scale 0.5s ease;
    transition: scale 0.5s ease;
  }
  .header__nav-link:hover,
  a.footer__item-title--sub:hover,
  .footer__item-link:hover,
  a.drawer-menu__item-title:hover,
  a.drawer-menu__item-title--sub:hover,
  .drawer-menu__item-nav-link:hover {
    opacity: 1;
  }
  .header__nav-link:hover::after,
  a.footer__item-title--sub:hover::after,
  .footer__item-link:hover::after,
  a.drawer-menu__item-title:hover::after,
  a.drawer-menu__item-title--sub:hover::after,
  .drawer-menu__item-nav-link:hover::after {
    scale: 1;
  }
  .footer__box-button::after {
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
  .footer__box-button:hover {
    opacity: 1;
  }
  .footer__box-button:hover::before {
    -webkit-animation: shine 2.5s linear infinite;
            animation: shine 2.5s linear infinite;
  }
  .footer__box-button:hover::after {
    right: 0.75rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .footer__box-button:hover::after {
    right: 1.875rem;
  }
}
@media (any-hover: hover) {
  .drawer-menu__box-button::after {
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
  .drawer-menu__box-button:hover {
    opacity: 1;
  }
  .drawer-menu__box-button:hover::before {
    -webkit-animation: shine 2.5s linear infinite;
            animation: shine 2.5s linear infinite;
  }
  .drawer-menu__box-button:hover::after {
    right: 0.75rem;
  }
  .header__sub-nav-link {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header__sub-nav-link::after {
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
  .header__sub-nav-link:hover {
    background-color: #E3F4FF;
    opacity: 1;
  }
  .header__sub-nav-link:hover::after {
    right: -0.25rem;
  }
  .news__item::after,
  .page-company-data__item::after,
  .page-archive__item::after {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .news__item:hover,
  .page-company-data__item:hover,
  .page-archive__item:hover {
    opacity: 1;
  }
  .news__item:hover::after,
  .page-company-data__item:hover::after,
  .page-archive__item:hover::after {
    translate: 0.375rem -50%;
  }
  .about__item .about__item-bg::before {
    -webkit-transition: scale 0.6s;
    transition: scale 0.6s;
  }
  .about__item .button::before {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .about__item:hover {
    opacity: 1;
  }
  .about__item:hover .about__item-bg::before {
    scale: 1.05;
  }
  .about__item:hover .button::before {
    translate: 0.375rem;
  }
  .page-product-nav__item .page-product-nav__item-bg::before {
    -webkit-transition: scale 0.6s;
    transition: scale 0.6s;
  }
  .page-product-nav__item .button::before {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .page-product-nav__item:hover {
    opacity: 1;
  }
  .page-product-nav__item:hover .page-product-nav__item-bg::before {
    scale: 1.05;
  }
  .page-product-nav__item:hover .button::before {
    translate: 0 0.375rem;
  }
  .page-nav__item .button::before {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .page-nav__item:hover {
    opacity: 1;
  }
  .page-nav__item:hover .button::before {
    translate: 0.375rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .page-nav__item:hover .button::before {
    translate: 0 0.375rem;
  }
}
@media (any-hover: hover) {
  .recruitment__box .recruitment__image img,
  .recruitment__box .page-voice-other__item-image img,
  .recruitment__box .page-job-section__bottom-image img,
  .page-voice-other__item .recruitment__image img,
  .page-voice-other__item .page-voice-other__item-image img,
  .page-voice-other__item .page-job-section__bottom-image img,
  .page-job-section__bottom .recruitment__image img,
  .page-job-section__bottom .page-voice-other__item-image img,
  .page-job-section__bottom .page-job-section__bottom-image img {
    -webkit-transition: scale 0.6s;
    transition: scale 0.6s;
  }
  .recruitment__box .button::before,
  .page-voice-other__item .button::before,
  .page-job-section__bottom .button::before {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .recruitment__box:hover,
  .page-voice-other__item:hover,
  .page-job-section__bottom:hover {
    opacity: 1;
  }
  .recruitment__box:hover .recruitment__image img,
  .recruitment__box:hover .page-voice-other__item-image img,
  .recruitment__box:hover .page-job-section__bottom-image img,
  .page-voice-other__item:hover .recruitment__image img,
  .page-voice-other__item:hover .page-voice-other__item-image img,
  .page-voice-other__item:hover .page-job-section__bottom-image img,
  .page-job-section__bottom:hover .recruitment__image img,
  .page-job-section__bottom:hover .page-voice-other__item-image img,
  .page-job-section__bottom:hover .page-job-section__bottom-image img {
    scale: 1.05;
  }
  .recruitment__box:hover .button::before,
  .page-voice-other__item:hover .button::before,
  .page-job-section__bottom:hover .button::before {
    translate: 0.375rem;
  }
  .page-recruitment-section__box .button::before,
  .page-recruitment-nav__list .page-nav__item .button::before {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .page-recruitment-section__box:hover,
  .page-recruitment-nav__list .page-nav__item:hover {
    opacity: 1;
  }
  .page-recruitment-section__box:hover .button::before,
  .page-recruitment-nav__list .page-nav__item:hover .button::before {
    translate: 0.375rem;
  }
  .news__button::after {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .news__button:hover {
    opacity: 1;
  }
  .news__button:hover::after {
    translate: 0.375rem;
  }
  .page__text a,
  .page-careers-contact__text a,
  .page-policy__list a,
  .form__privacy-policy a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page__text a:hover,
  .page-careers-contact__text a:hover,
  .page-policy__list a:hover,
  .form__privacy-policy a:hover {
    text-decoration: none;
    color: #000;
    opacity: 1;
  }
  .page-voice-body__bottom .button::before,
  .page-numbers__bottom .button::before,
  .page-job__bottom .button::before {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .page-voice-body__bottom .button:hover,
  .page-numbers__bottom .button:hover,
  .page-job__bottom .button:hover {
    opacity: 1;
  }
  .page-voice-body__bottom .button:hover::before,
  .page-numbers__bottom .button:hover::before,
  .page-job__bottom .button:hover::before {
    translate: 0.375rem;
  }
  .prev,
  .next {
    -webkit-transition: background-image 0.4s;
    transition: background-image 0.4s;
  }
  .prev:hover,
  .next:hover {
    background-image: url(../img/common/button-icon.png);
  }
  .page,
  .page-archive-category__tab,
  #js-prev-button {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .page:hover,
  .page-archive-category__tab:hover,
  #js-prev-button:hover {
    background-color: #2E3192;
    color: #FFF;
    opacity: 1;
  }
  .button--large,
  .confirm_button,
  #js-submit-button,
  .form__item-button,
  .form__thanks-button {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .button--large:hover,
  .confirm_button:hover,
  #js-submit-button:hover,
  .form__item-button:hover,
  .form__thanks-button:hover {
    background-color: #FFF;
    color: #2E3192;
    opacity: 1;
  }
  .button--large:hover:disabled,
  .confirm_button:hover:disabled,
  #js-submit-button:hover:disabled,
  .form__item-button:hover:disabled,
  .form__thanks-button:hover:disabled {
    background-color: #2E3192;
    color: #FFF;
  }
  .header__nav-button img {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .header__nav-button:hover {
    opacity: 1;
  }
  .header__nav-button:hover img {
    opacity: 0;
  }
  .page-recruitment-voice__slide .page-recruitment-voice__slide-image {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .page-recruitment-voice__slide:hover {
    opacity: 1;
  }
  .page-recruitment-voice__slide:hover .page-recruitment-voice__slide-image {
    translate: 0 -0.625rem;
  }
  .page-recruitment-voice__slide-button-prev {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .page-recruitment-voice__slide-button-prev:hover {
    translate: 0.5rem;
  }
  .page-recruitment-voice__slide-button-next {
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .page-recruitment-voice__slide-button-next:hover {
    translate: -0.5rem;
  }
}</pre></body></html>