* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  color: #222222;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: -0.05em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

p {
  margin: 0;
  padding: 0;
}

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

a {
  display: inline-block;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
a:hover {
  transition: all 0.3s ease-in-out;
  color: #25468a;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.p-company {
  border-top: 1px solid #222222;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .p-company {
    padding-bottom: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company {
    margin-top: 160px;
    padding-top: 60px;
    padding-bottom: 200px;
  }
}

.p-company__map {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__map {
    margin-top: 90px;
  }
}
.p-company__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
}
@media print, screen and (min-width: 1024px) {
  .p-company__map iframe {
    margin-top: 90px;
    aspect-ratio: 64/25;
  }
}

.p-contact__body {
  max-width: 800px;
  margin: 60px auto 100px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__body {
    margin-bottom: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__body {
    margin: 160px auto 200px;
  }
}

.p-contact__item {
  margin-top: 20px;
}

.p-contact__item-body,
.smf-item__col.smf-item__col--controls {
  margin-top: 10px;
  line-height: 1.4;
  color: #555;
}

input.p-contact__item-input,
select.p-contact__item-select,
textarea.p-contact__item-textarea,
.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  display: block;
  border: 1px solid #999999 !important;
  border-radius: 5px !important;
  background: #fff;
  padding: 1em !important;
  width: 100%;
}

select.p-contact__item-select {
  width: auto;
  color: #222;
  margin-bottom: 10px;
}

textarea.p-contact__item-textarea {
  height: 150px;
}
@media print, screen and (min-width: 768px) {
  textarea.p-contact__item-textarea {
    height: 250px;
  }
}

.p-contact__agree {
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  .p-contact__agree {
    margin-top: 60px;
  }
}

.p-contact__privacy {
  color: #113884;
  text-decoration: underline;
}

.p-contact__check {
  border: 1px solid #999999;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.p-contact__submit,
.smf-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
@media print, screen and (min-width: 1024px) {
  .p-contact__submit,
  .smf-action {
    margin-top: 50px;
  }
}

.p-contact__submit-button,
.p-contact__back-button,
button.smf-button-control__control {
  border: none !important;
  background: #e2705e !important;
  display: inline-block !important;
  padding: 1.5em !important;
  color: #fff !important;
  width: 240px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.p-contact__submit-button:hover,
.p-contact__back-button:hover,
button.smf-button-control__control:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.p-contact__back-button {
  background: #aaaaaa;
}

.p-contact__thanks {
  line-height: 2;
}
.p-contact__thanks + p {
  margin-top: 2em;
}

.smf-checkboxes-control.smf-checkboxes-control--horizontal {
  margin-top: 30px;
  text-align: center;
}
.smf-checkboxes-control.smf-checkboxes-control--horizontal a {
  color: #113884;
  text-decoration: underline;
}

.p-info__body {
  margin: 60px 0 100px;
}
@media print, screen and (min-width: 768px) {
  .p-info__body {
    margin-bottom: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-info__body {
    margin: 160px 0 200px;
  }
}

.p-info__list {
  border-top: 1px solid #222222;
}

.p-info__item {
  border-bottom: 1px solid #222222;
  padding: 1.5em 0 1.4em;
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  .p-info__item {
    padding: 38px 0 34px;
  }
}
.p-info__item time,
.p-info__item a {
  line-height: 1.75;
}

.p-info__date {
  display: inline-block;
  width: 100px;
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-info__date {
    width: 160px;
    padding-left: 20px;
  }
}

.p-info__link {
  display: block;
  width: calc(100% - 100px);
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-info__link {
    width: calc(100% - 160px);
    padding-right: 20px;
  }
}

.p-info__pagination {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-info__pagination {
    margin-top: 83px;
  }
}

.page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .page-numbers {
    width: 50px;
    height: 50px;
  }
}
.page-numbers.current {
  border: 1px solid #222222;
}
.page-numbers.current:hover {
  background: #fff;
  color: #222;
}
.page-numbers {
  /* &.prev,
  &.next {
    &:hover {
      background: #fff;
      color: #222;
    }
  } */
}
.page-numbers:hover {
  background: #222222;
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .p-mv {
    margin-top: -100px;
    display: flex;
    min-height: 700px;
  }
}

.p-mv__video {
  width: 100%;
  height: 100svh;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__video {
    width: calc(100% - 400px);
    min-height: 700px;
  }
}
.p-mv__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__video video {
    object-position: bottom right;
  }
}

.p-mv__text {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 24px;
}
.p-mv__text.js-target {
  opacity: 0;
}
.p-mv__text.js-target.is-active {
  animation: fadeUp 1s linear 0.2s forwards;
}
@media print, screen and (min-width: 768px) {
  .p-mv__text {
    left: 50px;
    bottom: 34px;
  }
}

h1.p-mv__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  font-size: min(12.821vw, 6.5rem);
  letter-spacing: 0.025em;
}
@media print, screen and (min-width: 1024px) {
  h1.p-mv__title {
    font-size: min(4.688vw, 7rem);
  }
}
h1.p-mv__title span {
  font-size: min(10.256vw, 5rem);
  display: block;
  margin-top: -0.1em;
}
@media print, screen and (min-width: 1024px) {
  h1.p-mv__title span {
    display: inline-block;
    font-size: min(3.646vw, 7rem);
  }
}

.p-mv__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-size: min(4.615vw, 2.2rem);
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__lead {
    font-size: min(1.66vw, 1.8rem);
  }
}
.p-mv__lead span {
  display: block;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__lead span {
    display: inline-block;
  }
}
.p-mv__lead span:last-of-type {
  font-size: min(3.59vw, 1.7rem);
  padding-left: 50px;
  margin-top: 5px;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__lead span:last-of-type {
    font-size: min(1.465vw, 1.6rem);
    position: relative;
  }
}
.p-mv__lead span:last-of-type::before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0.7em;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__lead span:last-of-type::before {
    top: 50%;
  }
}

.p-mv__nav {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__nav {
    display: block;
    position: relative;
    width: 400px;
    background: linear-gradient(45deg, #003488, #ff7858);
    background-size: 200% 200%;
    animation: Grad 8s ease infinite;
  }
}

.p-mv__nav-list {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-mv__nav-item {
  margin-top: 26px;
  margin-left: 3.125vw;
}
.p-mv__nav-item:nth-of-type(1) {
  margin-top: -26px;
}
.p-mv__nav-item a,
.p-mv__nav-item p {
  color: #fff;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.p-mv__nav-item a::after,
.p-mv__nav-item p::after {
  content: "";
  background: #fff;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.p-mv__nav-item a:hover::after,
.p-mv__nav-item p:hover::after {
  content: "";
  background: #fff;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.p-mv__nav-item p::after {
  display: none;
}

.p-mv__child-nav-list {
  margin: 26px 0 0 1em;
}

.p-mv__child-nav-item {
  padding-left: 1em;
  margin-top: 1em;
  position: relative;
}
.p-mv__child-nav-item::before {
  content: "";
  background: #fff;
  width: 0.4em;
  height: 0.4em;
  border-radius: 100vw;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.p-mv__scroll {
  background: url(../../assets/images/top/scroll.svg) 0 0 no-repeat;
  width: 10px;
  height: 65px;
  position: absolute;
  top: calc(50% - 33px);
  right: 1.56vw;
  animation: scroll 3s infinite;
}
@keyframes scroll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.p-privacy__head {
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 3em;
}

.p-privacy__body {
  margin-top: 1em;
  line-height: 1.5;
}
.p-privacy__body a {
  color: #113884;
  text-decoration: underline;
  word-break: break-all;
}

.p-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-sitemap__list {
    row-gap: 30px;
  }
}
.p-sitemap__item {
  padding-left: 1em;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-sitemap__item {
    width: 48%;
  }
}
.p-sitemap__item::before {
  content: "";
  background: #113884;
  border-radius: 100vw;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.p-sitemap__item a {
  text-decoration: underline;
}
.p-sitemap__item a:hover {
  color: #113884;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.p-top-bg {
  padding: 121px 0 125px;
  background: url(../../assets/images/top/business-img-bg.webp) top left no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1024px) {
  .p-top-bg {
    background: url(../../assets/images/top/business-img-bg.webp) bottom left no-repeat;
    background-size: auto 100%;
    padding: 16.4vw 0 15.1vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top-bg {
    padding: 315px 0 290px;
  }
}

.p-top-company__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 13/10;
  background: url(../../assets/images/top/company-img-top.webp) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media print, screen and (min-width: 1024px) {
  .p-top-company__img {
    background: url(../../assets/images/top/company-img-top.webp) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    aspect-ratio: 48/13;
  }
}

.p-top-company__bg {
  background: linear-gradient(10deg, #be6764, #003488);
  background-size: 200% 200%;
  animation: Grad 8s ease infinite;
  padding: 120px 0 95px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-company__bg {
    padding: 200px 0 16.145vw;
    position: relative;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top-company__bg {
    padding-bottom: 310px;
  }
}

.p-top-company__body {
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .p-top-company__body {
    width: 45%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-company__body {
    width: 32%;
  }
}

.p-top-company__body-text {
  margin-top: 27px;
  padding: 0 20px;
  line-height: 2;
  font-weight: 300;
  text-align: justify;
}
@media print, screen and (min-width: 1024px) {
  .p-top-company__body-text {
    margin-top: 63px;
    padding: 0 0 0 60px;
    max-width: 435px;
  }
}

.p-top-company__body-botton {
  margin-top: 52px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-company__body-botton {
    margin-top: 118px;
  }
}

.p-top-company__video {
  margin: 70px 0 0 23.1%;
}
@media print, screen and (min-width: 1024px) {
  .p-top-company__video {
    margin: 0;
    position: absolute;
    width: 45%;
    height: 81.5%;
    bottom: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-company__video {
    width: 41.66vw;
  }
}
.p-top-company__video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 10/11;
  object-fit: cover;
}

.p-top-news {
  margin-top: 176px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news {
    margin-top: 12.23vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top-news {
    margin-top: 235px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-news .c-inner {
    max-width: 1340px;
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top-news__body {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
.p-top-news__body h2 {
  color: #222;
}

.p-top-news__list {
  width: calc(100% - 20px);
  margin: 60px auto 0;
  border-bottom: 2px solid rgba(34, 34, 34, 0.5);
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list {
    width: 60%;
    margin: 0;
    border-width: 1px;
  }
}

.p-top-news__item {
  border-top: 2px solid rgba(34, 34, 34, 0.5);
  padding: 32px 20px 36px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__item {
    border-width: 1px;
    padding: 27px 2.5% 24px;
  }
}
@media print, screen and (min-width: 1280px) {
  .p-top-news__item {
    display: flex;
    align-items: flex-start;
  }
}

.p-top-news__date {
  display: inline-block;
  color: #222;
  font-weight: 400;
}
@media print, screen and (min-width: 1280px) {
  .p-top-news__date {
    line-height: 1.75;
    width: 20%;
  }
}

.p-top-news__link {
  display: block;
  color: #222;
  font-weight: 400;
  margin-top: 18px;
  line-height: 1.75;
}
@media print, screen and (min-width: 1280px) {
  .p-top-news__link {
    width: 80%;
    margin-top: 0;
  }
}
.p-top-news__link:hover {
  color: #113884;
  opacity: 0.8;
}

.p-top-news__button {
  margin-top: 80px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__button {
    width: 100%;
  }
}

:has(.p-top-news__button) .pc-only {
  width: 100%;
}

.p-top-recruit {
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  :has(.p-top-recruit__video) .c-inner--02 {
    display: flex;
    justify-content: space-between;
  }
}

.p-top-recruit__video {
  width: 76.92%;
  height: 100%;
  aspect-ratio: 3/4;
  margin-inline: calc(50% - 50cqi);
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__video {
    width: 32.81%;
    margin-inline: 0;
  }
}
.p-top-recruit__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-recruit__body {
  margin-top: 86px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__body {
    width: 53.75%;
    margin-top: 0;
  }
}

.p-top-recruit__body-text {
  margin-top: 27px;
  padding: 0 65px 0 20px;
  line-height: 2;
  font-weight: 300;
  text-align: justify;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__body-text {
    margin-top: 63px;
    padding: 0 0 0 60px;
    max-width: 760px;
  }
}

.p-top-recruit__body-botton {
  margin-top: 56px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__body-botton {
    margin-top: 114px;
  }
}

.p-top-recruit__body-imgs {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__body-imgs {
    width: 100%;
    margin-inline: 0;
    margin-top: 84px;
    justify-content: space-between;
  }
}

.p-top-recruit__body-img img {
  width: 100%;
}

.p-top-recruit__body-img--01 {
  order: 2;
  padding-left: 7.692vw;
  padding-right: 0;
  width: 42.292vw;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__body-img--01 {
    width: 37.2%;
    padding-left: 6.97%;
    order: 1;
    padding-top: 14%;
  }
}

.p-top-recruit__body-img--02 {
  width: 64.1vw;
  order: 1;
  margin-left: 35.9vw;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__body-img--02 {
    width: 44.18%;
    margin-left: 0;
    order: 2;
  }
}

.p-top-recruit__text {
  margin-top: 37px;
  padding: 0 30px 0 20px;
  line-height: 2;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__text {
    margin-top: 63px;
    padding: 0 60px 0 60px;
  }
}

.p-top-recruit__list {
  margin-top: 76px;
  padding: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .p-top-recruit__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__list {
    margin-top: 77px;
    padding: 0 0 0 60px;
    max-width: 760px;
  }
}
.p-top-recruit__item {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  margin-top: 10px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-top-recruit__item {
    width: 48.57%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__item {
    margin-top: 0;
  }
}
.p-top-recruit__item p,
.p-top-recruit__item span {
  color: #fff;
  position: absolute;
  z-index: 2;
  letter-spacing: 0.05em;
}
.p-top-recruit__item::before, .p-top-recruit__item::after {
  transition: all 0.3s ease-in-out;
}
.p-top-recruit__item::before {
  content: "";
  background: url(../../assets/images/common/arrow_white.svg) center center no-repeat;
  background-size: 15px 8px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100vw;
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 25px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__item::before {
    background-size: 12px 6px;
    width: 30px;
    height: 30px;
    right: 6.8%;
    bottom: 23px;
  }
}
.p-top-recruit__item::after {
  content: "";
  background: linear-gradient(0deg, #003488, #f7765a);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.p-top-recruit__item:hover::after {
  content: "";
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.p-top-recruit__item:hover::before {
  background-color: rgba(6, 22, 54, 0.9);
  transform: scale(1.4);
}
.p-top-recruit__item:hover p,
.p-top-recruit__item:hover span {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

.p-top-recruit__item--01 {
  background: url(../../assets/images/top/recruit-img-01.webp) center center no-repeat;
  background-size: cover;
}
.p-top-recruit__item--01.js-target {
  opacity: 0;
}
.p-top-recruit__item--01.js-target.is-active {
  animation: fadeUp 0.5s linear 0.1s forwards;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__item--01.js-target.is-active {
    animation: fadeUp 0.5s linear 0s forwards;
  }
}

.p-top-recruit__item--02 {
  background: url(../../assets/images/top/recruit-img-02.webp) center center no-repeat;
  background-size: cover;
}
.p-top-recruit__item--02.js-target {
  opacity: 0;
}
.p-top-recruit__item--02.js-target.is-active {
  animation: fadeUp 0.5s linear 0.1s forwards;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__item--02.js-target.is-active {
    animation: fadeUp 0.5s linear 0.3s forwards;
  }
}

.p-top-recruit__item-head {
  font-weight: 700;
  font-size: min(10.256vw, 3rem);
  bottom: 87px;
  left: 35px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__item-head {
    font-size: min(2.344vw, 2.8rem);
    bottom: 22%;
    left: 11.7%;
  }
}

.p-top-recruit__item-text {
  font-weight: 500;
  font-size: min(6.933vw, 1.6rem);
  bottom: 59px;
  left: 35px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__item-text {
    font-size: 1.2rem;
    bottom: 15%;
    left: 11.7%;
  }
}

.p-top-recruit__button {
  margin-top: 70px;
  text-align: right;
}
@media print, screen and (min-width: 1024px) {
  .p-top-recruit__button {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    max-width: 760px;
  }
}
.p-top-recruit__button .c-button {
  text-align: left;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-target--left {
  opacity: 0;
}
.js-target--left.is-active {
  animation: fadeLeft 0.6s linear 0.1s forwards;
}

.js-target--right {
  opacity: 0;
}
.js-target--right.is-active {
  animation: fadeRight 0.6s linear 0.1s forwards;
}

.js-target--up {
  opacity: 0;
}
.js-target--up.is-active {
  animation: fadeUp 0.6s linear 0.1s forwards;
}

@keyframes Grad {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  75% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.c-breadcrumb {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.928em;
  display: inline-block;
}

.c-breadcrumb__list {
  padding-bottom: 7px;
  border-bottom: 1px dotted #222;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .c-breadcrumb__list {
    padding-bottom: 14px;
  }
}

.c-breadcrumb__item {
  position: relative;
  padding-right: 3em;
}
.c-breadcrumb__item::after {
  content: "/";
  display: inline-block;
  padding: 0 1em;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.c-breadcrumb__item:last-of-type {
  padding-right: 0;
}
.c-breadcrumb__item:last-of-type::after {
  display: none;
}

.c-button {
  display: inline-block;
}
.c-button--contact {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: url(../../assets/images/common/icon-mail_white.svg) center right 5.6vw no-repeat rgba(255, 255, 255, 0.3);
  color: #fff;
  background-size: 2.93vw 2.66vw;
  font-size: min(3.077vw, 1.8rem);
  line-height: 2.5;
  padding: 2.66vw 12vw 2.66vw 8vw;
}
@media print, screen and (min-width: 1024px) {
  .c-button--contact {
    width: 150px;
    font-size: 1.2rem;
    background-size: 11px 10px;
    background-position: center right 24px;
    padding: 9px 43px 9px 28px;
  }
}
.c-button--contact:hover {
  background: url(../../assets/images/common/icon-mail_black.svg) center right 5.6vw no-repeat #fff;
  color: #222;
}
@media print, screen and (min-width: 1024px) {
  .c-button--contact:hover {
    width: 150px;
    font-size: 1.2rem;
    background-size: 11px 10px;
    background-position: center right 24px;
  }
}

.c-button--second-contact {
  position: relative;
  border: 1px solid rgba(153, 153, 153, 0.3);
  background: url(../../assets/images/common/icon-mail_gray.svg) center right 5.6vw no-repeat rgba(153, 153, 153, 0.3);
  color: #999;
  background-size: 2.93vw 2.66vw;
  font-size: min(3.077vw, 1.8rem);
  line-height: 2.5;
  padding: 2.66vw 12vw 2.66vw 8vw;
}
@media print, screen and (min-width: 1024px) {
  .c-button--second-contact {
    width: 150px;
    font-size: 1.2rem;
    background-size: 11px 10px;
    background-position: center right 24px;
    padding: 9px 43px 9px 28px;
  }
}
.c-button--second-contact:hover {
  background: url(../../assets/images/common/icon-mail_white.svg) center right 5.6vw no-repeat #555;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .c-button--second-contact:hover {
    width: 150px;
    font-size: 1.2rem;
    background-size: 11px 10px;
    background-position: center right 24px;
  }
}

.c-button--01 {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(34, 34, 34, 0.3);
  padding: 20px 20px 20px 50px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .c-button--01 {
    padding: 22px 20px 21px 50px;
  }
}
.c-button--01::before {
  content: "";
  background: url(../../assets/images/common/arrow_white.svg) 0 0 no-repeat;
  width: 13px;
  height: 6px;
  position: absolute;
  top: 44%;
  left: 20px;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .c-button--01::after {
    content: attr(data-en);
    position: absolute;
    font-weight: 300;
    right: 20px;
  }
}
.c-button--01:hover {
  background: rgba(7, 9, 50, 0.6);
  color: #fff;
}
.c-button--01:hover::before {
  left: 23px;
  transition: all 0.3s ease-in-out;
}

.c-button--02 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
  padding: 23px 20px 22px 50px;
  position: relative;
  width: 100%;
  max-width: 400px;
  color: #ffffff;
}
@media print, screen and (min-width: 1024px) {
  .c-button--02 {
    padding: 22px 20px 21px 50px;
    min-width: 300px;
  }
}
.c-button--02::before {
  content: "";
  background: url(../../assets/images/common/arrow_white.svg) 0 0 no-repeat;
  width: 13px;
  height: 6px;
  position: absolute;
  top: 44%;
  left: 20px;
  transition: all 0.3s ease-in-out;
}
.c-button--02::after {
  content: attr(data-en);
  position: absolute;
  font-weight: 300;
  right: 20px;
}
.c-button--02:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.c-button--02:hover::before {
  left: 23px;
  transition: all 0.3s ease-in-out;
}

.c-button--03 {
  border: 1px solid rgba(34, 34, 34, 0.3);
  background: rgba(255, 255, 255, 0.3);
  padding: 23px 20px 22px 50px;
  position: relative;
  width: 100%;
  max-width: 400px;
}
@media print, screen and (min-width: 1024px) {
  .c-button--03 {
    padding: 22px 20px 21px 50px;
  }
}
.c-button--03::before {
  content: "";
  background: url(../../assets/images/common/arrow_black.svg) 0 0 no-repeat;
  width: 13px;
  height: 6px;
  position: absolute;
  top: 44%;
  left: 20px;
  transition: all 0.3s ease-in-out;
}
.c-button--03::after {
  content: attr(data-en);
  position: absolute;
  font-weight: 300;
  right: 20px;
}
.c-button--03:hover {
  background: rgba(34, 34, 34, 0.7);
  color: #fff;
}
.c-button--03:hover::before {
  background: url(../../assets/images/common/arrow_white.svg) 0 0 no-repeat;
  width: 13px;
  height: 6px;
  left: 23px;
  transition: all 0.3s ease-in-out;
}

@media print, screen and (min-width: 1280px) {
  .c-footer__button--tel {
    width: 100%;
  }
}
.c-footer__button--tel .c-button--01 {
  font-size: min(6.154vw, 3rem);
}
@media print, screen and (min-width: 1024px) {
  .c-footer__button--tel .c-button--01 {
    font-size: 2.4rem;
    padding: 17px 20px 17px 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer__button--tel .c-button--01::after {
    font-size: 1.5rem;
    top: 40%;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-button--contact-page {
    position: relative;
    color: #fff;
    background-size: 200% 200%;
    background: linear-gradient(-45deg, #113884, #f7765a);
    animation: Grad 4s ease infinite;
    border: none;
    line-height: 2.5;
    width: 150px;
    font-size: 1.2rem;
    padding: 9px 26px 9px 22px;
  }
}
.c-button--contact-page::after {
  content: "";
  background: url(../../assets/images/common/icon-mail_white.svg) center center no-repeat;
  width: 11px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.c-button--contact-page:hover {
  background: linear-gradient(0deg, #113884, #f7765a);
  opacity: 0.7;
  color: #fff;
}

.c-footer {
  padding: 75px 2.66vw 48px;
  background: linear-gradient(-170deg, #003488, #ff7858);
  background-size: 200% 200%;
  animation: Grad 8s ease infinite;
}
@media print, screen and (min-width: 1024px) {
  .c-footer {
    padding: 170px 0 85px;
  }
}

.c-footer__contact {
  position: relative;
  z-index: 0;
  padding: 76px 30px 100px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media print, screen and (min-width: 1024px) {
  .c-footer__contact {
    padding: 100px 10.416vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .c-footer__contact {
    padding: 100px 200px;
  }
}
.c-footer__contact {
  color: #fff;
}
.c-footer__contact h2,
.c-footer__contact div {
  position: relative;
  z-index: 3;
}

h2.c-footer__contact-title {
  text-align: center;
  font-weight: 700;
  font-size: min(7.692vw, 3.6rem);
}
h2.c-footer__contact-title::before {
  content: attr(data-en);
  display: block;
  font-size: min(3.59vw, 1.6rem);
  margin-bottom: 15px;
}

.c-footer__contact-body {
  margin-top: 60px;
}
@media print, screen and (min-width: 1280px) {
  .c-footer__contact-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 78px;
  }
}

@media print, screen and (min-width: 1280px) {
  .c-footer__contact-item {
    width: 41%;
  }
}
.c-footer__contact-item h3 {
  font-size: min(5.128vw, 2.4rem);
  font-weight: 700;
}
.c-footer__contact-item p {
  margin-top: 21px;
  line-height: 1.85;
}
@media print, screen and (min-width: 1280px) {
  .c-footer__contact-item p {
    font-size: 1.2rem;
    margin-top: 23px;
  }
}

.c-footer__contact-item--tel {
  margin-top: 85px;
}
@media print, screen and (min-width: 1280px) {
  .c-footer__contact-item--tel {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
  }
}

.c-footer__button {
  margin-top: 31px;
}
@media print, screen and (min-width: 1280px) {
  .c-footer__button {
    margin-top: 36px;
  }
}
.c-footer__button.c-footer__button--tel {
  margin-top: 23px;
}
@media print, screen and (min-width: 1280px) {
  .c-footer__button.c-footer__button--tel {
    margin-top: 50px;
  }
}

.c-footer__info {
  padding: 110px 0 0;
  color: #ffffff;
}
@media print, screen and (min-width: 1024px) {
  .c-footer__info {
    display: flex;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-footer__info-logo {
    width: 38.5%;
  }
}
.c-footer__info-logo img {
  max-width: 321px;
}

.c-footer__info-address {
  margin-top: 42px;
  line-height: 1.7;
}
@media print, screen and (min-width: 1024px) {
  .c-footer__info-address {
    margin: 35px 0 0 70px;
    font-size: 1.4rem;
  }
}

.c-footer__info-nav {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-footer__info-nav {
    display: flex;
    flex-wrap: wrap;
    width: 61.5%;
    font-size: min(1.2vw, 1.4rem);
    font-weight: 700;
  }
}

ul.c-footer__info-list.c-footer__info-list--01 {
  width: 42.6%;
}
ul.c-footer__info-list.c-footer__info-list--02 {
  width: 29.2%;
}
ul.c-footer__info-list.c-footer__info-list--03 {
  width: 28.2%;
}

li.c-footer__info-item {
  position: relative;
}
li.c-footer__info-item a {
  position: relative;
}
li.c-footer__info-item a::after {
  content: "";
  opacity: 0;
  width: 0%;
  background: #fff;
  height: 1px;
  position: absolute;
  left: 0%;
  bottom: 4px;
  transition: all 0.3s ease-in-out;
}
li.c-footer__info-item a:hover {
  color: #ffffff;
  opacity: 0.7;
}
li.c-footer__info-item a:hover::after {
  width: 100%;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.c-footer__info-item--01 {
  padding-left: 1.5em;
  margin-top: 1.7em;
  line-height: 2.1;
}
.c-footer__info-item--01:nth-of-type(1) {
  margin-top: 0;
}
.c-footer__info-item--01::before {
  content: "";
  background: #fff;
  width: 0.4em;
  height: 0.4em;
  border-radius: 100vw;
  position: absolute;
  top: calc(50% - 0.2em);
  left: 0;
}

.c-footer__info-item--02 {
  line-height: 2.1;
}

ul.c-footer__info-list--child {
  margin-top: 1.6em;
}

li.c-footer__info-item--03 {
  margin-top: 0.8em;
  padding-left: 1.5em;
  font-weight: 500;
}
li.c-footer__info-item--03::before {
  content: "";
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.c-footer__info-item--04 {
  padding-left: 20px;
  margin-top: 1.6em;
  line-height: 2.1;
}
.c-footer__info-item--04:nth-of-type(1) {
  margin-top: 0;
}
.c-footer__info-item--04::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.c-footer__copyright {
  margin-top: 74px;
  border-top: 1px solid #fff;
  padding-top: 28px;
  text-align: center;
  font-weight: 300;
  font-size: 1.1rem;
  color: #ffffff;
}

.c-hamburger {
  position: fixed;
  top: 24px;
  right: 20px;
  width: 20px;
  height: 32px;
  z-index: 1001;
}
@media print, screen and (min-width: 1024px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger.is-active {
  width: 38px;
  height: 38px;
}
.c-hamburger.is-active .c-hamburger__toggle {
  transition: all 0.3s ease-in-out;
}
.c-hamburger.is-active .c-hamburger__toggle:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 17px;
}
.c-hamburger.is-active .c-hamburger__toggle:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__toggle:nth-of-type(3) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__toggle:nth-of-type(4) {
  transform: rotate(45deg);
  bottom: 19px;
}
.c-hamburger:hover {
  cursor: pointer;
}

.c-hamburger__toggle {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.c-hamburger__toggle:nth-of-type(1) {
  top: 0;
}
.c-hamburger__toggle:nth-of-type(2) {
  top: 10px;
}
.c-hamburger__toggle:nth-of-type(3) {
  top: 20px;
}
.c-hamburger__toggle:nth-of-type(4) {
  bottom: 0;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px 20px;
  z-index: 999;
}
@media print, screen and (min-width: 1024px) {
  .c-header {
    position: relative;
    padding: 32px 50px 22px;
    height: 100px;
  }
}
.c-header.c-header--page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 1024px) {
  .c-header.c-header--page {
    position: relative;
    padding: 32px 50px 22px;
    height: 100px;
  }
}

.c-header__contact {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-header__contact {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}

.c-header__inner {
  display: flex;
  justify-content: space-between;
  padding-right: 18%;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .c-header__inner {
    padding-right: 16%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-header__inner .c-header__logo {
    display: block;
  }
}

.c-header__nav {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-header__nav {
    display: block;
  }
}

.c-header__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.68vw;
}

.c-header__item a {
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
}
.c-header__item a::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0%;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.c-header__item a:hover {
  color: #000;
}
.c-header__item a:hover::after {
  content: "";
  width: 100%;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.c-inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .c-inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-inner {
    padding: 0 50px;
    margin: 0 auto;
  }
}

.c-inner--01 {
  max-width: 1500px;
}

.c-inner--02 {
  max-width: 1700px;
}

.c-inner--03 {
  max-width: 1380px;
}

.c-main {
  padding-top: 90px;
}
@media print, screen and (min-width: 1024px) {
  .c-main {
    margin-top: -100px;
    padding-top: 147px;
  }
}

.c-main--recruit {
  background: url(../../assets/images/recruit/recruit-header-bg.webp) top center no-repeat;
  background-size: 100% auto;
}

.c-main--other {
  background: url(../../assets/images/page/oher-header-bg.webp) top center no-repeat;
  background-size: 100% auto;
}

.c-nav-sp {
  padding: calc(27.5vh - 6em) 50px 30px;
  position: fixed;
  top: 0;
  left: 100%;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100svh;
  max-height: 100vh;
  visibility: hidden;
  z-index: 1000;
  background: linear-gradient(45deg, #003488, #ff7858);
  background-size: 200% 200%;
  animation: Grad 8s ease infinite;
}
.c-nav-sp.is-active {
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  animation: Grad 6s ease-in-out infinite;
}

.c-nav-sp__list {
  margin-top: 3em;
}

.c-nav-sp__item {
  margin-top: 2.5em;
}
.c-nav-sp__item a,
.c-nav-sp__item p {
  color: #fff;
  font-size: min(4.103vw, 1.8rem);
}

.c-nav-sp__child-list {
  margin: 2em 0 0 1em;
}

.c-nav-sp__child-item {
  margin-top: 2.5em;
  position: relative;
  padding-left: 1em;
}
.c-nav-sp__child-item::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 100vw;
  background: #fff;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.c-nav-sp__contact {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-header--page .c-hamburger__toggle {
  background: #222;
}

.c-page {
  padding-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .c-page {
    padding-bottom: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-page {
    padding-bottom: 200px;
  }
}

.c-page__body {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .c-page__body {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-page__body {
    margin-top: 160px;
  }
}

.c-second-header {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-second-header {
    display: block;
    position: fixed;
    top: -154px;
    left: 0;
    right: 0;
    transition: top 0.3s ease;
    z-index: 1000;
    padding: 32px 50px 22px;
    height: 100px;
  }
}

.c-second-header.is-visible {
  top: 0;
}

@media print, screen and (min-width: 1024px) {
  .c-second-header__inner {
    display: flex;
    justify-content: space-between;
    padding-right: 18%;
    align-items: center;
  }
}
@media print, screen and (min-width: 1280px) {
  .c-second-header__inner {
    padding-right: 16%;
  }
}
.c-second-header__inner .c-header__logo {
  display: block;
}
.c-second-header__inner .c-header__logo:hover {
  opacity: 0.6;
}

.c-second-header__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}
@media print, screen and (min-width: 1280px) {
  .c-second-header__list {
    column-gap: 4.68vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .c-second-header__list {
    column-gap: 90px;
  }
}

.c-second-header__item a {
  color: #999;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
}
.c-second-header__item a::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0%;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.c-second-header__item a:hover {
  color: #000;
}
.c-second-header__item a:hover::after {
  content: "";
  width: 100%;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.c-second-header--page {
  background: rgba(255, 255, 255, 0.3);
}
.c-second-header--page .c-second-header__item a {
  color: #222;
}

.p-single {
  padding-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .p-single {
    padding-bottom: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single {
    padding-bottom: 200px;
  }
}

.c-single__date {
  margin-top: 16px;
  text-align: right;
}

.c-single__date {
  margin-top: 16px;
}

.c-single__day {
  font-size: 0.875em;
}

.c-single__body {
  margin-top: 21px !important;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .c-single__body {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-single__body {
    padding-bottom: 106px;
  }
}
.c-single__body p {
  line-height: 2;
}
.c-single__body p + p {
  margin-top: 1.5em;
}
.c-single__body h2 {
  font-weight: 700;
  margin-top: 1.2em;
  margin-bottom: 0.7em;
  font-size: 2rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-single__body h2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-single__body h2 {
    font-size: min(2.93vw, 3.6rem);
  }
}
.c-single__body h3 {
  border-top: 1px dotted #aaaaaa;
  padding-top: 0.8em;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-single__body h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-single__body h3 {
    font-size: min(1.953vw, 2.4rem);
  }
}
.c-single__body h4 {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.7em;
  font-size: 1.25em;
  color: #113884;
  padding-left: 1em;
  position: relative;
  line-height: 1.6;
}
.c-single__body h4::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: #113884 solid 1px;
  border-radius: 100vw;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.c-single__body ul {
  margin-top: 1.5em;
  margin-left: 1em;
}
.c-single__body ul li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.3em;
  line-height: 1.6;
}
.c-single__body ul li::before {
  content: "";
  background: #113884;
  width: 6px;
  height: 6px;
  border-radius: 100vw;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  .c-single__body ul li::before {
    width: 8px;
    height: 8px;
  }
}

.c-single__nav {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .c-single__nav {
    padding-top: 60px;
  }
}

.c-single__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-single__links-item {
  font-size: 0.875em;
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .c-single__links-item {
    font-size: 1.3rem;
  }
}

.c-single__link--list {
  border: 1px solid #222222;
  padding: 1em;
}
@media print, screen and (min-width: 1024px) {
  .c-single__link--list {
    padding: 20px 40px;
    font-size: 1.4rem;
  }
}
.c-single__link--list:hover {
  background: #113884;
  border-color: #113884;
  color: #fff;
}

.p-summary {
  padding-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .p-summary {
    padding-bottom: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-summary {
    padding-bottom: 200px;
  }
}

.p-summary__lead {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-summary__lead {
    margin-top: 100px;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-summary__lead {
    margin-top: 160px;
  }
}

.p-summary__lead-img {
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .p-summary__lead-img {
    order: 1;
    width: 41%;
  }
}

.p-summary__lead-text {
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .p-summary__lead-text {
    order: 2;
    width: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-summary__lead-text {
    padding-right: 4%;
    letter-spacing: 0.05em;
  }
}
.p-summary__lead-text p {
  font-weight: 400;
  line-height: 2;
}
.p-summary__lead-text p + p {
  margin-top: 1.5em;
}

.p-summary__summary {
  margin-top: 60px;
  border-top: 1px solid #222222;
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-summary__summary {
    margin-top: 80px;
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-summary__summary {
    margin-top: 120px;
    padding-top: 60px;
  }
}

.p-summary__alma-mater {
  margin-top: 30px;
  background: #eeeeee;
  padding: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-summary__alma-mater {
    margin-top: 60px;
    padding: 46px 60px 44px;
  }
}
.p-summary__alma-mater p {
  font-size: 0.875em;
  line-height: 2;
}

.p-summary__alma-mater-title {
  color: #113884;
}

.p-summary__alma-mater-text {
  margin-top: 1em;
}

.c-table-wrap {
  margin-top: 34px;
}
@media print, screen and (min-width: 1024px) {
  .c-table-wrap {
    margin-top: 78px;
  }
}

.c-table--01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-table--01__item {
  border-top: 1px solid #999999;
  width: 100%;
  display: flex;
  padding: 16px 0 14px;
}
@media print, screen and (min-width: 1024px) {
  .c-table--01__item {
    padding: 37px 0 34px;
    width: 47.6%;
  }
}
.c-table--01__item span,
.c-table--01__item p {
  font-size: 0.875em;
  line-height: 2;
}
.c-table--01__item span {
  color: #113884;
  font-weight: 700;
  width: 100px;
}
@media print, screen and (min-width: 1024px) {
  .c-table--01__item span {
    font-size: 1.4rem;
    width: 120px;
  }
}
.c-table--01__item p {
  width: calc(100% - 100px);
  font-weight: 400;
}
@media print, screen and (min-width: 1024px) {
  .c-table--01__item p {
    width: calc(100% - 120px);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-table--01__item:nth-last-of-type(-n + 2) {
    border-bottom: 1px solid #999999;
  }
}
.c-table--01__item:last-of-type {
  border-bottom: 1px solid #999999;
}

.c-title__top--01,
.c-title__top--02 {
  font-size: min(7.692vw, 3.4rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .c-title__top--01,
  .c-title__top--02 {
    font-size: min(3.906vw, 4.8rem);
  }
}
.c-title__top--01::before,
.c-title__top--02::before {
  content: attr(data-en);
  font-size: min(3.846vw, 1.6rem);
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .c-title__top--01::before,
  .c-title__top--02::before {
    margin-bottom: 20px;
  }
}

.c-title__top--02 {
  color: #222222;
}

.c-title--page {
  position: relative;
  font-weight: 700;
  font-size: min(6.4vw, 3rem);
  padding-top: 18px;
  margin-top: 45px;
}
@media print, screen and (min-width: 768px) {
  .c-title--page {
    font-size: 4rem;
    padding-top: 30px;
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-title--page {
    font-size: min(4.883vw, 6rem);
    padding-top: 40px;
    margin-top: 85px;
  }
}
.c-title--page::before {
  content: attr(data-en);
  font-size: min(2.933vw, 1.2rem);
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-title--page::before {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-title--page::before {
    font-size: min(1.367vw, 1.6rem);
  }
}

.c-title--voice {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 22px;
  position: relative;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-title--voice {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-title--voice {
    font-size: 3.75em;
    margin-top: 80px;
    padding-bottom: 36px;
  }
}
.c-title--voice::after {
  content: attr(data-en);
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media print, screen and (min-width: 1024px) {
  .c-title--voice::after {
    font-size: 1.4rem;
  }
}

.c-title--sub {
  font-weight: 700;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .c-title--sub {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-title--sub {
    font-size: 2.25em;
  }
}

.c-title--single {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 56px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
  line-height: 1.64;
}
@media print, screen and (min-width: 768px) {
  .c-title--single {
    font-size: 3rem;
    margin-top: 86px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-title--single {
    font-size: min(3.906vw, 5rem);
    margin-top: 116px;
    padding-bottom: 30px;
  }
}

.c-voice__top {
  padding: 60px 0;
}
@media print, screen and (min-width: 768px) {
  .c-voice__top {
    padding: 100px 0 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-voice__top {
    padding: 160px 0 400px;
  }
}

.c-voice {
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .c-voice {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-voice {
    padding-bottom: 150px;
  }
}

.c-voice__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  justify-content: center;
  column-gap: 25px;
}

a.c-voice__item {
  display: block;
  width: 100%;
  max-width: 410px;
  height: 100%;
  aspect-ratio: 410/729;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  a.c-voice__item {
    width: calc(33.3333333333% - 17px);
  }
}
a.c-voice__item::before {
  content: "";
  background: rgba(6, 22, 54, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
a.c-voice__item::after {
  content: "";
  background: url(../../assets/images/common/arrow_white.svg) center center no-repeat;
  background-size: 12px 6px;
  border: 1px solid #fff;
  border-radius: 100vw;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
a.c-voice__item:hover::before {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
a.c-voice__item:hover::after {
  background-color: #061636;
  transform: scale(1.1);
}

.c-voice__name {
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 1.75em;
  font-weight: 700;
  top: calc(50% - 1em);
  left: 20px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.c-voice__name--en {
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 0.923em;
  font-weight: 500;
  top: calc(50% + 1em);
  left: 20px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.c-voice__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-voice__job {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25em;
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-voice__job {
    margin-top: 58px;
  }
}

.p-voice__main-img {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-voice__main-img {
    margin-top: 80px;
  }
}

.p-voice__qa {
  margin-top: 50px;
}
@media print, screen and (min-width: 1024px) {
  .p-voice__qa {
    margin-top: 100px;
  }
}

h2.p-voice__q {
  position: relative;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  h2.p-voice__q {
    font-size: 1.5em;
    margin-top: 80px;
  }
}
h2.p-voice__q::after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dotted #aaaaaa;
  position: absolute;
  top: 0.7em;
  left: 0;
}
h2.p-voice__q p {
  max-width: 80%;
  display: inline-block;
  padding-right: 0.5em;
  line-height: 1.4;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  h2.p-voice__q p {
    max-width: 90%;
  }
}

.p-voice__a {
  margin-top: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-voice__a {
    margin-top: 30px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-voice__a {
    margin-top: 50px;
    padding-left: 60px;
  }
}
.p-voice__a p {
  line-height: 2;
  font-weight: 400;
}
.p-voice__a p + p {
  margin-top: 1em;
}

.p-voice__imgs {
  margin: 50px auto;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-voice__imgs {
    margin: 130px auto;
    display: flex;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-voice__imgs {
    margin: 196px auto;
  }
}

.p-voice__imgs-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-voice__imgs-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-voice__imgs-item.p-voice__imgs-item--01 {
  object-position: right;
}
@media print, screen and (min-width: 768px) {
  .p-voice__imgs-item.p-voice__imgs-item--01 {
    width: 27.1%;
    aspect-ratio: 104/99;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice__imgs-item.p-voice__imgs-item--01 img {
    object-position: right;
  }
}
.p-voice__imgs-item.p-voice__imgs-item--02 {
  object-position: center;
}
@media print, screen and (min-width: 768px) {
  .p-voice__imgs-item.p-voice__imgs-item--02 {
    width: 45.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice__imgs-item.p-voice__imgs-item--03 {
    width: 27.1%;
    aspect-ratio: 104/99;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice__imgs-item.p-voice__imgs-item--03 img {
    object-position: left;
  }
}

.p-voice__last-img {
  margin-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .p-voice__last-img {
    margin-top: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-voice__last-img {
    margin-top: 224px;
  }
}