/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
: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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Slide styles end */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-track.simplebar-horizontal {
  display: none;
}

body .m-modal .m-modal__content {
  margin: 0 auto;
  max-width: none;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__content {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}
body .m-modal .m-modal__bg {
  background: var(--color-sub3);
  opacity: 0.95;
}
body .m-modal .m-modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  body .m-modal .m-modal__close-btn:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 8px;
  background: var(--color-main);
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    width: 37px;
    height: 6px;
  }
}
body .m-modal .m-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .m-modal .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanJPs, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body.is-menu-open {
  overflow: hidden;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

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

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.is-menu-open .l-header {
  pointer-events: auto;
  overflow-y: auto;
}
.l-header__container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background: url(../img/common/bg_menu.jpg) top center no-repeat;
  background-size: cover;
}
.is-menu-open .l-header__container {
  opacity: 1;
}
.l-header__nav {
  padding: 50px 0;
}
@media screen and (max-width: 900px) {
  .l-header__nav {
    padding: 92px 0;
  }
}
.l-header__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  background: var(--color-main);
  border: none;
  border-radius: 50%;
  color: var(--color-white);
  cursor: pointer;
  pointer-events: auto;
}
@media (hover: hover) {
  .l-header__btn {
    transition: transform 0.8s cubic-bezier(0.37, 1.43, 0.64, 1);
  }
  .l-header__btn:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  .l-header__btn {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
}
.l-header__btn-line {
  position: relative;
  display: block;
  width: 32px;
  height: 17px;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .l-header__btn-line {
    width: 20px;
    margin-top: 5px;
  }
}
.l-header__btn-line span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-white);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span {
    height: 2px;
  }
}
.l-header__btn-line span:nth-child(1) {
  transform: translate(0%, -50%) translateY(-7px);
  transition: transform 0.6s cubic-bezier(0.37, 1.43, 0.64, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span:nth-child(1) {
    transform: translate(0%, -50%) translateY(-5px);
  }
}
.is-menu-open .l-header__btn-line span:nth-child(1) {
  background: var(--color-yellow2);
  transform: translate(0%, -50%) rotate(-45deg);
}
.l-header__btn-line span:nth-child(2) {
  transform: translate(0%, -50%);
  background: var(--color-yellow2);
}
.is-menu-open .l-header__btn-line span:nth-child(2) {
  opacity: 0;
}
.l-header__btn-line span:nth-child(3) {
  transform: translate(0%, -50%) translateY(7px);
  background: var(--color-yellow);
  transition: transform 0.6s cubic-bezier(0.37, 1.43, 0.64, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span:nth-child(3) {
    transform: translate(0%, -50%) translateY(5px);
  }
}
.is-menu-open .l-header__btn-line span:nth-child(3) {
  background: var(--color-yellow2);
  transform: translate(0%, -50%) rotate(45deg);
}
.l-header__btn-txt {
  position: relative;
  display: block;
  margin-top: 2px;
  font-family: YakuHanJPs, "Jersey 15", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.l-header__btn-txt span {
  display: block;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .l-header__btn-txt span {
    font-size: 13px;
  }
}
.l-header__btn-txt span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
.is-menu-open .l-header__btn-txt span:first-child {
  opacity: 0;
}
.l-header__btn-txt span:nth-child(2) {
  opacity: 0;
}
.is-menu-open .l-header__btn-txt span:nth-child(2) {
  opacity: 1;
}
.l-header .p-nav {
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-header .p-nav {
    width: 90%;
    max-width: 500px;
  }
}
.l-header .p-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .l-header .p-nav__list {
    gap: 10px;
  }
}
.l-header .p-nav__list-item {
  width: 144px;
  transform: translateY(20px);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .l-header .p-nav__list-item {
    width: calc((100% - 20px) / 3);
  }
}
.is-menu-open .l-header .p-nav__list-item {
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-header .p-nav__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(2) {
  transition-delay: 0.04s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(3) {
  transition-delay: 0.08s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(4) {
  transition-delay: 0.12s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(5) {
  transition-delay: 0.16s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(6) {
  transition-delay: 0.2s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(7) {
  transition-delay: 0.24s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(8) {
  transition-delay: 0.28s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(9) {
  transition-delay: 0.32s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(10) {
  transition-delay: 0.36s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(11) {
  transition-delay: 0.4s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(12) {
  transition-delay: 0.44s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(13) {
  transition-delay: 0.48s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(14) {
  transition-delay: 0.52s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(15) {
  transition-delay: 0.56s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(16) {
  transition-delay: 0.6s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(17) {
  transition-delay: 0.64s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(18) {
  transition-delay: 0.68s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(19) {
  transition-delay: 0.72s;
}
.is-menu-open .l-header .p-nav__list-item:nth-child(20) {
  transition-delay: 0.76s;
}
.is-menu-open .l-header .p-nav__list-item {
  transform: translateY(0);
  opacity: 1;
}

.l-main {
  position: relative;
}

.l-in {
  padding-top: 25px;
  padding-bottom: 82px;
}
@media screen and (max-width: 900px) {
  .l-in {
    padding-bottom: 55px;
  }
}
.l-in__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.is-load .l-in__bg img {
  transform: scale(1);
}
.l-in__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 2.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.1);
}
.l-in__logo {
  position: relative;
  width: 313px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .l-in__logo {
    width: 60%;
    max-width: 313px;
  }
}
.l-in__logo a {
  display: block;
}
@media (hover: hover) {
  .l-in__logo a {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-in__logo a:hover {
    transform: scale(0.96);
  }
}
.l-in__container {
  position: relative;
  width: 89.3333333333%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-in__container {
    width: 93%;
    max-width: 670px;
  }
}

@keyframes modal_circle {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes modal_elem_y {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes modal_elem_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover_flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover_flash2 {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes poyon {
  0% {
    transform: scale(0.8, 1.2) translate(0%, -100%);
  }
  10% {
    transform: scale(0.8, 1.2) translate(0%, -15%);
  }
  20% {
    transform: scale(1.15, 0.8) translate(0%, 15%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.98, 1.1) translate(0%, -10%);
  }
  50% {
    transform: scale(0.98, 1.1) translate(0%, 0%);
  }
  60% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-main: #0628ad;
  --color-main2: #004fdf;
  --color-sub: #5dd3ff;
  --color-sub2: #0eb7f6;
  --color-sub3: #abfbff;
  --color-yellow: #ffd83e;
  --color-yellow2: #fffe97;
}

.u-font-bold {
  vertical-align: baseline;
  font-weight: 700;
}

.u-color-important {
  vertical-align: baseline;
  color: red;
}

.u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.p-nav_data {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (hover: hover) {
  .p-nav_data {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-nav_data:hover {
    transform: scale(1.05);
  }
}
.p-nav_data__base {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .p-nav_data__base {
    transition: transform 0.8s cubic-bezier(0.37, 1.43, 0.64, 1);
  }
  .p-nav_data__base::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--color-main2);
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-nav_data:hover .p-nav_data__base {
    transform: rotate(180deg);
  }
  .p-nav_data:hover .p-nav_data__base::after {
    opacity: 1;
  }
}
.p-nav_data__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  transform: translate(-50%, -50%);
}
.p-nav_data__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  color: var(--color-main);
  transform: translateY(-50%);
  text-align: center;
  font-family: YakuHanJPs, "DotGothic16", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-nav_data__txt {
    font-size: 13px;
  }
}
.p-nav_data__txt-cap {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 3px;
  padding: 5px 18px 6px;
  background: var(--color-main2);
  color: var(--color-white);
  border-radius: 99px;
  font-family: YakuHanJPs, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-nav_data__txt-cap {
    padding: 3px 11px;
    font-size: 10px;
  }
}
.p-nav_data__badge {
  position: absolute;
  bottom: 0px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: var(--color-main2);
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p-nav_data__badge {
    right: 9px;
    width: 27px;
    height: 27px;
  }
}
.p-nav_data__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/i_arrow.svg) center center no-repeat;
  background-size: 13px auto;
}
.p-nav_data__badge.--plus::before, .p-nav_data__badge.--plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: var(--color-white);
  transform: translate(-50%, -50%);
}
.p-nav_data__badge.--plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-nav_data__badge.--blank::before {
  background-image: url(../img/common/i_link.svg);
}

.p-footer {
  margin-top: 79px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
}
@media screen and (max-width: 900px) {
  .p-footer {
    margin-top: 43px;
  }
}
.is-load .p-footer {
  transform: translateY(0);
  opacity: 1;
}
.p-footer__links {
  padding-bottom: 80px;
  border-bottom: 3px solid var(--color-main);
}
@media not all and (max-width: 900px) {
  .p-footer__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__links {
    padding-bottom: 43px;
    border-width: 2px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__links-item + .p-footer__links-item {
    margin-top: 10px;
  }
}
.p-footer__back {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-footer__back {
    margin-top: 43px;
  }
}
.p-footer__back-inner {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.02rem;
  transform: translateX(-9px);
}
@media screen and (max-width: 900px) {
  .p-footer__back-inner {
    padding-left: 23px;
    font-size: 14px;
    transform: translateX(-6px);
  }
}
@media (hover: hover) {
  .p-footer__back-inner:hover::before {
    background: var(--color-main2);
  }
}
.p-footer__back-inner::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 100%;
  -webkit-mask: url(../img/common/i_arrow.svg) left center no-repeat;
  mask: url(../img/common/i_arrow.svg) left center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: scaleX(-1);
  background: var(--color-sub);
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-footer__back-inner::before {
    top: 0;
    width: 15px;
  }
}
.p-footer__copy {
  margin-top: 70px;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-footer__copy {
    margin-top: 40px;
    font-size: 10px;
  }
}
.p-footer__copy small {
  display: block;
}
.p-footer__copy small + small {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .p-footer__copy small + small {
    margin-top: 6px;
  }
}
.p-footer .p-job_nav {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .p-footer .p-job_nav {
    margin-top: 43px;
  }
}
.p-footer .p-job_nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-footer .p-job_nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-footer .p-job_nav__list-item {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 900px) {
  .p-footer .p-job_nav__list-item {
    width: calc((100% - 20px) / 3);
    padding-top: calc((100% - 20px) / 3);
  }
}
.p-footer .p-job_nav__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid var(--color-main);
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .p-footer .p-job_nav__link {
    border-radius: 10px;
    border-width: 1px;
  }
}
@media (hover: hover) {
  .p-footer .p-job_nav__link {
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-footer .p-job_nav__link:hover {
    background: rgba(0, 79, 223, 0.2);
  }
}
.p-footer .p-job_nav__icon {
  position: relative;
  width: 53.5%;
  margin: 0 auto;
}
.p-footer .p-job_nav__txt {
  position: relative;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-main);
}
@media screen and (max-width: 900px) {
  .p-footer .p-job_nav__txt {
    margin-bottom: 5px;
    font-size: 11px;
  }
}

.p-footer_card {
  position: relative;
  padding: 10px;
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-footer_card {
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .p-footer_card {
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-footer_card:hover {
    background-color: var(--color-main2);
  }
  .p-footer_card:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.p-footer_card::after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 14px;
  width: 14px;
  height: 11px;
  -webkit-mask: url(../img/common/i_arrow.svg) bottom center no-repeat;
  mask: url(../img/common/i_arrow.svg) bottom center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-sub);
}
.p-footer_card__header {
  width: 31.5%;
  flex-shrink: 0;
}
.p-footer_card__img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-footer_card__img {
    border-radius: 5px;
  }
}
.p-footer_card__img img {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-footer_card__inner {
  flex-grow: 1;
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  .p-footer_card__inner {
    padding-left: 20px;
  }
}
.p-footer_card__role {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-footer_card__role {
    margin-bottom: 6px;
    font-size: 10px;
  }
}
.p-footer_card__name {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-footer_card__name {
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  .p-job__bg.--top {
    position: -webkit-sticky;
    position: sticky;
  }
  .is-scrolled .p-job__bg.--top {
    opacity: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-job__bg.--btm {
    top: auto;
    bottom: 0;
    opacity: 0;
    height: auto;
  }
  .is-scrolled .p-job__bg.--btm {
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-job__container {
    padding-bottom: 125%;
  }
}