@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1129px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1130 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #090702;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
  padding: 0;
  outline: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1130px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

/*ボタン*/
.c-button__head {
  width: fit-content;
  margin-inline: auto;
  padding-inline: 2.25rem;
  margin-bottom: 0.625rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.c-button__head::before, .c-button__head::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  translate: 0 -50%;
}
.c-button__head::before {
  background: url(../img/common/icon_slash_left.svg) no-repeat center left/contain;
  left: 0;
}
.c-button__head::after {
  background: url(../img/common/icon_slash_right.svg) no-repeat center left/contain;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-button__head {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .c-button__head.--fv {
    color: #ffffff;
  }
  .c-button__head.--fv::before {
    background: url(../img/common/icon_slash_left_white.svg) no-repeat center left/contain;
  }
  .c-button__head.--fv::after {
    background: url(../img/common/icon_slash_right_white.svg) no-repeat center left/contain;
  }
}

.c-button {
  padding: 0.75rem 3rem 0.75rem 1rem;
  border-radius: 100vmax;
  background: #090702;
  box-shadow: 0.5rem 0.5rem 1rem 0rem rgba(9, 7, 2, 0.1);
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media (any-hover: hover) {
  .c-button:hover .c-button__arrow {
    width: 3.125rem;
    height: 3.125rem;
    right: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    padding: 0.625rem 2.375rem 0.625rem 0.75rem;
  }
}

.c-button__left {
  background: #ffffff;
  border: 1px solid rgba(9, 7, 2, 0.5);
  padding: 0.6875rem 0.6875rem;
  border-radius: 100vmax;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-button__left {
    font-size: 0.8125rem;
    padding: 0.5rem 0.5625rem;
  }
}

.c-button__text {
  padding-inline: 2.125rem;
  color: #ffffff;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-button__text {
    padding-inline: 0.875rem;
    font-size: 1.25rem;
  }
}

.c-button__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border-radius: 100vmax;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
.c-button__arrow img {
  width: 1.625rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-button__arrow {
    width: 1.5rem;
    height: 1.5rem;
    right: 0.875rem;
  }
  .c-button__arrow img {
    width: 1.25rem;
  }
}

.c-button--sub {
  padding: 0.375rem 3.4375rem 0.375rem 0.625rem;
  background: #ee5f00;
  border: 1px solid rgba(9, 7, 2, 0.5);
}
@media (any-hover: hover) {
  .c-button--sub:hover .c-button__arrow {
    width: 2rem;
    height: 2rem;
    right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button--sub {
    padding: 0.375rem 2.375rem 0.375rem 0.5rem;
  }
}

.c-button__left--sub {
  background: #090702;
  padding: 0.375rem 0.3125rem;
  color: #ffffff;
  font-size: 0.75rem;
}

.c-button__text--sub {
  font-size: 1.125rem;
  color: #090702;
  padding-inline: 1.375rem;
}

.c-button__arrow--sub {
  right: 0.75rem;
  width: 1.4375rem;
  height: 1.4375rem;
  background: #090702;
}
.c-button__arrow--sub img {
  width: 1rem;
}

.c-button__more {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  height: fit-content;
  padding: 0.625rem 0.75rem;
  margin-top: -0.3125rem;
}
@media (any-hover: hover) {
  .c-button__more {
    transition: all 0.3s ease;
  }
  .c-button__more:hover .c-button__more-text {
    color: #ee5f00;
  }
  .c-button__more:hover .c-button__more-icon svg path {
    stroke: #ee5f00;
  }
}
@media screen and (max-width: 767px) {
  .c-button__more {
    margin-top: 0;
  }
}

.c-button__more-text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s ease;
}

.c-button__more-icon {
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease;
}

/*単体フェードイン*/
.c-animated__fadeIn {
  translate: 0 80px;
  opacity: 0;
  transition: opacity 0.8s ease, translate 0.88s ease;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

/* 時差フェードイン*/
.c-animated__fadeInD {
  translate: 0 40px;
  opacity: 0;
  transition: opacity 0.8s ease, translate 0.5s ease;
}
.c-animated__fadeInD.js-show {
  translate: 0;
  opacity: 1;
}

/*画像フェードイン*/
.c-animated__image {
  transition: scale 0.6s ease;
}
.c-animated__image img {
  scale: 1.4;
}
.c-animated__image.js-show img {
  scale: 1;
}

/*top fvアニメーション*/
.clip-path__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clip-path__circle {
  clip-path: circle(0px at 50% 50%);
  animation: 0.8s 0.2s ease-in-out forwards circle;
}
@keyframes circle {
  0% {
    clip-path: circle(0px at 50% 50%);
  }
  100% {
    clip-path: circle(25rem at 50% 50%);
  }
}
@media screen and (max-width: 767px) {
  .clip-path__circle {
    animation: 1s 0.4s ease-in-out forwards circle;
  }
}

.clip-path__inset01 {
  clip-path: inset(0 100% 0 0);
  animation: 0.8s 0.2s ease-in-out forwards insetFv;
}
@keyframes insetFv {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.clip-path__inset02 {
  clip-path: inset(0 100% 0 0);
  animation: 0.8s 0.4s ease-in-out forwards insetFv;
}
@keyframes insetFv {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.clip-path__inset03 {
  clip-path: inset(0 100% 0 0);
  animation: 0.8s 0.6s ease-in-out forwards insetFv;
}
@keyframes insetFv {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.animated__colorBox01 {
  position: relative;
  color: #000;
  white-space: nowrap;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  animation: 0.8s 0.8s forwards ease-in-out textView;
}
.animated__colorBox01::after {
  animation: 0.8s 0.9s forwards ease-in-out colorBox;
}
.animated__colorBox01::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ee5f00;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
}

@keyframes textView {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes colorBox {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.animated__colorBox02 {
  position: relative;
  color: #000;
  white-space: nowrap;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  animation: 0.8s 0.8s forwards ease-in-out textView;
}
.animated__colorBox02::after {
  animation: 0.8s 0.8s forwards ease-in-out colorBox;
}
.animated__colorBox02::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ee5f00;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
}

@keyframes textView {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes colorBox {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.animated__opacity01 {
  animation: 0.6s 0.6s forwards ease-in-out slideUp;
  translate: 0 20px;
  opacity: 0;
}
@keyframes slideUp {
  0% {
    translate: 0 20px;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

.animated__opacity02 {
  animation: 0.6s 0.6s forwards ease-in-out slideUp;
  translate: 0 20px;
  opacity: 0;
}

.animated__opacity03 {
  animation: 0.6s 1s forwards ease-in-out slideUp;
  translate: 0 20px;
  opacity: 0;
}

.animated__colorBoxFadeIn {
  position: relative;
  color: #000;
  white-space: nowrap;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
}
.animated__colorBoxFadeIn::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ee5f00;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
}
.animated__colorBoxFadeIn.js-show {
  animation: 0.8s forwards ease-in-out textView;
}
.animated__colorBoxFadeIn.js-show::after {
  animation: 0.8s forwards ease-in-out colorBox;
}

@keyframes textView {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes colorBox {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
/* アコーディオンフェードイン */
.p-top__job-post-offer-body {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-top__job-post-offer-body.js-show {
  opacity: 1;
  visibility: visible;
}

.c-animated__movie .p-top__movie-title {
  translate: 0 80px;
  opacity: 0;
  transition: opacity 0.8s ease, translate 0.88s ease;
}
.c-animated__movie .p-top__movie-img img {
  scale: 1.4;
}
.c-animated__movie.js-show .p-top__movie-title {
  translate: 0;
  opacity: 1;
}
.c-animated__movie.js-show .p-top__movie-img img {
  scale: 1;
}

/* breadcrumb */
.p-breadcrumb__inner {
  margin: auto;
  padding: 0 1.5625rem;
  max-width: 75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__inner {
    padding: 0 1.25rem;
    max-width: 37.5rem;
  }
}

.p-breadcrumb span {
  font-size: 1rem;
  font-weight: 400;
}

.p-breadcrumb .current-item {
  color: #de8430;
}

.c-heading {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 3.75rem;
}
.c-heading::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 0.3125rem;
  background: #090702;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 2.5rem;
  }
}

.c-heading__ja {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 100%;
}

.p-header {
  margin-inline: auto;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 7.1875rem;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 1.25rem;
  }
}

.p-header__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 9.375rem 1fr;
  padding-block: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 0.8125rem;
  }
}

.p-header__logo {
  width: 9.75rem;
  height: 2.5625rem;
}
@media (any-hover: hover) {
  .p-header__logo {
    transition: all 0.3s ease;
  }
  .p-header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 7.5rem;
    height: 2rem;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 1.25rem;
  margin-right: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__btn.--registration {
  padding: 0.5rem 2.5rem;
  background: #090702;
  border-radius: 100vmax;
  border: 1px solid rgba(9, 7, 2, 0.5);
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 100%;
}
@media (any-hover: hover) {
  .p-header__btn.--registration {
    transition: all 0.3s ease;
  }
  .p-header__btn.--registration:hover {
    color: #090702;
    background: #ffffff;
  }
}
.p-header__btn.--company {
  font-size: 0.75rem;
  line-height: 180%;
  border-bottom: 1px solid #090702;
}
@media (any-hover: hover) {
  .p-header__btn.--company {
    transition: all 0.3s ease;
  }
  .p-header__btn.--company:hover {
    color: #ee5f00;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  top: 2.25rem;
  right: 7.1875rem;
  width: 2.6875rem;
  height: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    top: 1.125rem;
    right: 1.25rem;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #090702;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 30deg;
  translate: 0 0.625rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -30deg;
  translate: 0 -0.625rem;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 38.125rem;
  height: 100vh;
  height: 100svh;
  background: #f0f0e6;
  border-left: 1px solid rgba(9, 7, 2, 0.5);
}
@media screen and (max-width: 767px) {
  .p-drawer {
    width: 100%;
  }
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  padding-block: 6.5625rem 2.5rem;
  padding-inline: 2.125rem;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
}
.p-drawer__list li a {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  padding: 0.625rem 1.25rem;
  position: relative;
  padding-left: 2rem;
}
.p-drawer__list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  background: url(../img/common/icon_arrow_down.svg) no-repeat center center/contain;
  width: 1.25rem;
  height: 0.625rem;
}
@media (any-hover: hover) {
  .p-drawer__list li a {
    transition: all 0.3s ease;
  }
  .p-drawer__list li a:hover {
    color: #ee5f00;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a {
    font-size: 1.125rem;
  }
}

.p-drawer__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.875rem;
}

.p-drawer__btn {
  display: inline-block;
}
.p-drawer__btn.--registration {
  padding: 0.625rem 2.5rem 0.875rem;
  border-radius: 100vmax;
  background: #090702;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}
@media (any-hover: hover) {
  .p-drawer__btn.--registration {
    transition: all 0.3s ease;
  }
  .p-drawer__btn.--registration:hover {
    background: #ee5f00;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.--registration {
    font-size: 1.25rem;
  }
}
.p-drawer__btn.--company {
  font-size: 1rem;
  line-height: 180%;
  border-bottom: 1px solid #090702;
}
@media (any-hover: hover) {
  .p-drawer__btn.--company {
    transition: all 0.3s ease;
  }
  .p-drawer__btn.--company:hover {
    color: #ee5f00;
  }
}

.p-drawer__sns {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
@media (any-hover: hover) {
  .p-drawer__sns li a {
    transition: all 0.3s ease;
  }
  .p-drawer__sns li a:hover {
    opacity: 0.6;
  }
}

.p-footer {
  padding-block: 1.5625rem 2rem;
  background: #090702;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 1.5625rem 3.75rem;
  }
}

.p-footer__navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__navigation {
    flex-direction: column;
    row-gap: 2.5rem;
  }
}

.p-footer__logo {
  width: 12.5rem;
  height: 3.25rem;
}
@media (any-hover: hover) {
  .p-footer__logo {
    transition: all 0.3s ease;
  }
  .p-footer__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 10.25rem;
    height: 2.75rem;
  }
}

.p-footer__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    justify-content: space-between;
  }
}

.p-footer__list-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list-title {
    font-size: 0.875rem;
  }
}

.p-footer__sub-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.875rem;
}
.p-footer__sub-list li a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  padding-left: 0.5rem;
  position: relative;
}
.p-footer__sub-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  background: #ffffff;
  width: 0.3125rem;
  height: 0.125rem;
}
@media (any-hover: hover) {
  .p-footer__sub-list li a {
    transition: all 0.3s ease;
  }
  .p-footer__sub-list li a:hover {
    color: #ee5f00;
  }
  .p-footer__sub-list li a:hover::before {
    background: #ee5f00;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__sub-list {
    row-gap: 0.75rem;
  }
  .p-footer__sub-list li a {
    font-size: 0.75rem;
  }
}

.p-footer__button-wrap {
  display: flex;
  column-gap: 1.5rem;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-footer__button-wrap {
    flex-direction: column;
    justify-content: start;
    row-gap: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-footer__button {
    transition: all 0.3s ease;
  }
  .p-footer__button:hover.--registration {
    background: #ee5f00;
    color: #ffffff;
  }
  .p-footer__button:hover.--company {
    color: #ee5f00;
  }
}
.p-footer__button.--registration {
  background: #ffffff;
  border-radius: 100vmax;
  color: #090702;
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  line-height: 100%;
  display: grid;
  place-items: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer__button.--registration {
    font-size: 1rem;
  }
}
.p-footer__button.--company {
  padding-block: 0.5rem;
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 500;
}

.p-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1.75rem;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-top: 1.125rem;
    position: relative;
  }
}

.p-footer__link {
  display: flex;
  column-gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    flex-direction: column-reverse;
    justify-content: center;
    row-gap: 0.875rem;
    align-items: center;
    margin-inline: auto;
  }
}

.p-footer__copyright {
  display: grid;
  place-items: center;
}
.p-footer__copyright small {
  font-size: 0.75rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    font-size: 0.75rem;
  }
}

.p-footer__link-list {
  display: flex;
  column-gap: 1.375rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__link-list {
    column-gap: 0.875rem;
  }
}

.p-footer__link-item {
  font-size: 0.75rem;
  line-height: 150%;
  text-decoration-line: underline;
}
@media (any-hover: hover) {
  .p-footer__link-item {
    transition: all 0.3s ease;
  }
  .p-footer__link-item:hover {
    opacity: 0.6;
  }
}

.p-footer__sns {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
@media (any-hover: hover) {
  .p-footer__sns li a {
    transition: all 0.3s ease;
  }
  .p-footer__sns li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    position: absolute;
    top: -2.875rem;
    left: 50%;
    translate: -50%;
  }
  .p-footer__sns img {
    width: 2rem;
  }
}

/* cta */
.p-cta {
  background: #ee5f00;
  border-radius: 7.5rem 0 7.5rem 0;
  width: min(1280px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cta {
    border-radius: 3.125rem 0 3.125rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding: 0 0.6875rem;
  }
}

.p-cta__button {
  border: 1px solid rgba(9, 7, 2, 0.5);
  border-radius: 7.5rem 0 7.5rem 0;
  background: #ffffff;
  padding: 1.875rem 2.5rem 2.875rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-cta__button {
    border-radius: 3.125rem 0 3.125rem 0;
    padding: 1.25rem 0.5rem 1.75rem;
  }
}

/*フローティングバナー*/
.p-static {
  position: fixed;
  top: 8.25rem;
  right: 0;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-static {
    top: auto;
    right: auto;
    left: 50%;
    translate: -50%;
    bottom: 0;
    display: flex;
    column-gap: 0.375rem;
    width: min(317px, 100%);
    margin-inline: auto;
  }
}

.p-static__fixed-link {
  display: block;
  border-radius: 1.25rem 0px 0px 1.25rem;
  border: 1px solid #090702;
  background: #ee5f00;
  box-shadow: 7px 7px 20px 0px rgba(9, 7, 2, 0.15);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.1em;
  padding: 2rem 0.625rem 2rem 0.75rem;
  writing-mode: vertical-rl; /* 右から左に縦書き */
}
@media (any-hover: hover) {
  .p-static__fixed-link {
    transition: all 0.3s ease;
  }
  .p-static__fixed-link:hover {
    background: #090702;
  }
}
@media screen and (max-width: 767px) {
  .p-static__fixed-link {
    border-radius: 1.25rem 1.25rem 0px 0px;
    background: #090702;
    writing-mode: horizontal-tb;
    color: #ffffff;
    letter-spacing: 0.05em;
    padding: 0.875rem 0.75rem 0.75rem;
    width: 100%;
    text-align: center;
  }
}

.p-static__fixed-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-static__fixed-sp {
    display: grid;
    place-items: center;
    border-radius: 20px 20px 0px 0px;
    border-top: 1px solid #090702;
    border-right: 1px solid #090702;
    border-left: 1px solid #090702;
    background: #f0f0e6;
    padding: 8px 12px 8px;
    box-shadow: 7px 7px 20px 0px rgba(9, 7, 2, 0.15);
  }
  .p-static__fixed-sp img {
    width: 34px;
  }
}

.p-static__line-badge {
  position: fixed;
  bottom: 6.875rem;
  right: 2.0625rem;
  z-index: 50;
}
@media (any-hover: hover) {
  .p-static__line-badge {
    transition: all 0.3s ease;
  }
  .p-static__line-badge:hover {
    scale: 1.2;
  }
}
.p-static__line-badge a {
  width: 9.125rem;
  height: 9.125rem;
}
@media screen and (max-width: 767px) {
  .p-static__line-badge {
    display: none;
  }
}

/* fv*/
.p-top__fv {
  padding-block: 7.3125rem 1.5625rem;
  background-color: #f0f0e6;
  position: relative;
  overflow-x: hidden;
}
.p-top__fv::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(../img/common/dot01.svg) repeat center center/50px 50px;
}
.p-top__fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15.75rem;
  bottom: 0;
  left: 50%;
  translate: -50%;
  background: url(../img/top/fv_img_bottom_pc.webp) no-repeat bottom center/100% 15.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__fv {
    padding-block: 5rem 1.5rem;
  }
  .p-top__fv::after {
    height: 15.375rem;
    background: url(../img/top/fv_img_bottom_sp.webp) no-repeat bottom center/100% 15.375rem;
  }
}

.p-top__fv-img-wrap {
  width: 65.625rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__fv-img-wrap {
    display: none;
  }
}

.p-top__fv-img {
  position: absolute;
  width: 44.8125rem;
  height: 37.5rem;
  right: -9.375rem;
  top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-top__fv-inner {
    padding: 0;
    max-width: 100%;
  }
}

.p-top__fv-contents {
  width: min(30rem, 100%);
  margin-inline: 0 auto;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top__fv-contents {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}

.p-top__fv-text-inner {
  margin-bottom: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-text-inner {
    margin-bottom: 1.625rem;
  }
}

.p-top__fv-subcopy {
  width: min(28.25rem, 100%);
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-subcopy {
    width: min(40rem, 100%);
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
}

.p-top__fv-copy-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-copy-wrap {
    width: min(40rem, 100%);
    margin-inline: auto;
    padding-inline: 1.25rem;
    row-gap: 1.0625rem;
  }
}

.p-top__fv-copy-item {
  background: #ee5f00;
  padding: 0 1rem;
  display: grid;
  place-items: center;
}

.p-top__fv-text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-text-wrap {
    width: min(40rem, 100%);
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
}

.p-top__fv-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-text {
    font-size: 0.8125rem;
    letter-spacing: 0.1625rem;
  }
}

.p-top__fv-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__fv-img-sp {
    display: block;
  }
}

.p-top__benefit-inner {
  display: flex;
  column-gap: 1.25rem;
  margin-right: 0.75rem;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-top__benefit-inner {
    margin-top: -1.75rem;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    row-gap: 0.625rem;
  }
  .p-top__benefit-inner .--benefit01 {
    width: 7.25rem;
  }
  .p-top__benefit-inner .--benefit02 {
    width: 8.5rem;
  }
  .p-top__benefit-inner .--benefit03 {
    width: 7.25rem;
  }
}

.p-top__benefit-bottom {
  display: flex;
  column-gap: 1.25rem;
}

.p-top__fv-button-wrap {
  position: relative;
  z-index: 3;
}

.p-top__fv-button {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-button {
    margin-bottom: 0.625rem;
  }
}

.p-top__fv-button-corporation {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__fv-button-corporation {
    display: block;
    text-align: center;
    margin-inline: auto;
    width: fit-content;
    margin-top: 1.375rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    border-bottom: 1px solid #090702;
    padding-bottom: 0.125rem;
  }
}

/* company logo */
.p-top__logo {
  padding-block: 3.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__logo {
    padding-block: 1.875rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top__logo-inner {
    display: flex;
    flex-direction: column;
    row-gap: 0rem;
  }
}

.p-top__logo-swiper-container,
.p-top__logo-swiper1,
.p-top__logo-swiper2,
.p-top__logo-swiper-wrapper,
.p-top__logo-swiper-slide {
  position: relative;
}

.p-top__logo-swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
  align-items: center;
}

/* movie */
.p-top__movie {
  padding-block: 2.5rem;
  position: relative;
}
.p-top__movie::after {
  content: "";
  position: absolute;
  background: #f0f0e6;
  border-top: 1px solid rgba(9, 7, 2, 0.5);
  border-bottom: 1px solid rgba(9, 7, 2, 0.5);
  height: calc(100% - 5rem);
  width: 50%;
  top: 2.5rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top__movie::after {
    width: 20%;
  }
}

.p-top__movie-contents {
  background: #f0f0e6;
  border-top: 1px solid #090702;
  border-right: 1px solid rgba(9, 7, 2, 0.5);
  border-bottom: 1px solid rgba(9, 7, 2, 0.5);
  border-radius: 0 6.25rem 6.25rem 0;
  padding: 4.625rem 6.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__movie-contents {
    border-radius: 0 1.875rem 1.875rem 0;
    padding: 4rem 2.3125rem 5.25rem;
  }
}

.p-top__movie-text {
  position: absolute;
  z-index: 3;
  width: 22.5rem;
  top: 7.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top__movie-text {
    width: 11.5rem;
    top: 1.375rem;
  }
}

.p-top__movie-img {
  width: min(34.375rem, 100%);
  margin-inline: auto 0;
  position: relative;
  z-index: 2;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__movie-img {
    border-radius: 1.5rem;
  }
  .p-top__movie-img iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 550/310;
  }
}

.p-top__movie-title {
  width: min(36.375rem, 100%);
  margin-inline: auto 0;
  background: #ee5f00;
  padding: 0.875rem 4.75rem 0;
  position: absolute;
  z-index: 1;
  left: -7.1875rem;
  bottom: 3.5rem;
  text-align: right;
}
.p-top__movie-title img {
  max-width: 21.375rem;
}
@media screen and (max-width: 767px) {
  .p-top__movie-title {
    width: min(16.125rem, 100%);
    padding: 0.4375rem 0.875rem 0;
    left: -1.25rem;
    bottom: 1.5rem;
  }
  .p-top__movie-title img {
    max-width: 11.5625rem;
  }
}

/* concept */
.p-top__concept {
  padding-block: 2.5rem;
}

.p-top__concept-container {
  background: url(../img/top/concept_bg_pc.webp) no-repeat top center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-top__concept-container {
    background: url(../img/top/concept_bg_sp.webp) no-repeat top center/100% 100%;
  }
}

.p-top__concept-inner {
  padding-block: 6rem 7.1875rem;
  width: min(53.75rem, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__concept-inner {
    padding-block: 2.5rem;
  }
}

.p-top__concept-title {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-top__concept-title .--font72 {
  font-size: 4.5rem;
}
.p-top__concept-title .--font40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__concept-title {
    font-size: 1.875rem;
  }
  .p-top__concept-title .--font72 {
    font-size: 2.125rem;
  }
  .p-top__concept-title .--font40 {
    font-size: 1.125rem;
  }
}

.p-top__concept-img-wrap {
  display: flex;
  column-gap: 1.875rem;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__concept-img-wrap {
    column-gap: 1rem;
    padding-block: 1.25rem;
  }
}

.p-top__concept-text {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-top__concept-text {
    font-size: 1.125rem;
  }
}

/* feature*/
.p-top__feature {
  padding-block: 2.5rem;
  position: relative;
  background: url(../img/common/dot02_white.svg) repeat center center/50px 50px;
}
.p-top__feature::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 9.1875rem;
  bottom: 0;
  left: 0;
  background: url(../img/top/feature_bg_pc.webp) no-repeat bottom center/100% 9.1875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top__feature {
    padding-block: 2.5rem 5.625rem;
  }
  .p-top__feature::after {
    height: 5rem;
    background: url(../img/top/feature_bg_sp.webp) no-repeat bottom center/100% 5rem;
  }
}

.p-top__feature-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5rem;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-top__feature-boxes {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.25rem;
  }
}

.p-top__feature-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__feature-box {
    border-radius: 0.625rem;
    border: 1px solid #ee5f00;
    padding: 0.875rem 0.875rem 1rem;
    position: relative;
    row-gap: 1.25rem;
  }
}

.p-top__feature-box-head {
  display: flex;
  column-gap: 0.625rem;
}

.p-top__feature-icon {
  width: 5.25rem;
  height: 5.25rem;
  background: #ee5f00;
  border-radius: 100vmax;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top__feature-icon {
    width: 2.625rem;
    height: 2.625rem;
  }
}

.p-top__feature-icon-head {
  font-size: 0.625rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top__feature-icon-head {
    font-size: 0.5rem;
  }
}

.p-top__feature-icon-number {
  font-size: 2.5rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__feature-icon-number {
    font-size: 1.25rem;
  }
}

.p-top__feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 163%;
  flex-grow: 1;
  margin-top: 0.03125rem;
}
@media screen and (max-width: 767px) {
  .p-top__feature-title {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.p-top__feature-box-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__feature-box-body {
    align-items: start;
  }
}

.p-top__feature-text {
  line-height: 130%;
}
.p-top__feature-text .--color {
  color: #ee5f00;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-top__feature-text {
    font-size: 0.75rem;
  }
  .p-top__feature-text .--color {
    font-size: 0.75rem;
  }
}

.p-top__feature-img {
  width: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__feature-img {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    width: 6.25rem;
  }
}

/* flow */
.p-top__flow {
  padding-block: 2.5rem 7.5rem;
  background: url(../img/common/dot01.svg) repeat center center/50px 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__flow {
    padding-block: 2.5rem 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-inner {
    padding-right: 0;
  }
}

.p-top__flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 2.5rem 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-top__flow-list::-webkit-scrollbar {
  height: 0.3125rem;
}
.p-top__flow-list::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 100vmax;
}
.p-top__flow-list::-webkit-scrollbar-thumb {
  background-color: #090702;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list {
    padding: 1.875rem 1rem;
    column-gap: 1rem;
  }
}

.p-top__flow-item {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__flow-item {
    row-gap: 1.25rem;
  }
}

.p-top__flow-img {
  width: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__flow-img {
    width: 6.25rem;
  }
}

.p-top__flow-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__flow-text-wrap {
    row-gap: 0.625rem;
  }
}

.p-top__flow-number {
  background: #090702;
  color: #ffffff;
  color: #fff;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100vmax;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: Roboto;
  padding-left: 0.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  position: relative;
}
.p-top__flow-number::after {
  content: "";
  position: absolute;
  width: 9.5rem;
  height: 1.25rem;
  top: 50%;
  translate: 0 -50%;
  left: 100%;
  background: url(../img/common/icon_flow_arrow.svg) no-repeat top center/100%;
}
@media screen and (max-width: 767px) {
  .p-top__flow-number {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
  }
  .p-top__flow-number::after {
    width: 5.625rem;
    height: 0.875rem;
  }
}

.p-top__flow-list > .p-top__flow-item:nth-child(5) .p-top__flow-number::after {
  content: none;
}

.p-top__flow-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-top__flow-text {
    font-size: 0.8125rem;
  }
}

/*pickup*/
.p-top__pickup {
  padding-block: 2.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__pickup {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-top__pickup-contents {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-contents {
    margin-left: 0;
  }
}

.p-top__pickup-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top__pickup-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.p-top__pickup-item {
  width: 14.6875rem;
  box-shadow: 0.625rem 0.625rem 0 #ee5f00;
  border-radius: 0.625rem;
  margin-left: -2rem;
}
.p-top__pickup-item a {
  background: #F0D9C1;
  border-radius: 0.625rem;
  border: 1px solid rgba(9, 7, 2, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-item {
    width: 100%;
    margin-left: 0;
  }
}

.p-top__pickup-text {
  padding: 1rem 1.25rem;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-text {
    padding: 0.625rem;
    font-size: 1.125rem;
  }
}

.p-top__pickup-img {
  border-radius: 0.625rem;
  overflow: hidden;
  transition: scale 0.6s ease;
}
.p-top__pickup-img img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-img {
    border-radius: 0.375rem;
  }
}

/* column */
.p-top__column {
  padding-block: 2.5rem 7.5rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__column {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-top__column-head {
  display: flex;
  justify-content: space-between;
}

.p-top__column-wrap {
  padding-left: 4.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__column-wrap {
    padding-left: 1.25rem;
  }
}

.p-top__column-bg-title {
  position: absolute;
  top: -1.125rem;
  left: 0;
  width: 5.25rem;
}
.p-top__column-bg-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__column-bg-title {
    left: -2.5rem;
    top: 0rem;
    width: 4.375rem;
  }
}

.p-top__column-cards {
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.p-top__column-swiper-container,
.p-top__column-swiper,
.p-top__column-swiper-wrapper,
.p-top__column-swiper-slide {
  position: relative;
}

.p-top__column-swiper-container {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top__column-swiper-container {
    padding-top: 4.125rem;
    padding-bottom: 2rem;
  }
}

.p-top__column-swiper {
  overflow: visible;
}

.p-top__column-swiper-slide {
  width: 18rem;
  height: auto;
  margin-right: 3.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 8.167px 8.167px 23.333px 0px rgba(240, 240, 230, 0.75);
}
.p-top__column-swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__column-swiper-slide {
    width: 11.25rem;
    border-radius: 1.25rem;
    margin-right: 1.25rem;
  }
}

.p-top__column-swiper-container .swiper-button-prev,
.p-top__column-swiper-container .swiper-button-next,
.p-top__column-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.p-top__column-swiper-container .swiper-button-prev,
.p-top__column-swiper-container .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  top: calc(100% + 6rem);
}
@media screen and (max-width: 767px) {
  .p-top__column-swiper-container .swiper-button-prev,
  .p-top__column-swiper-container .swiper-button-next {
    width: 2.625rem;
    height: 2.625rem;
    top: -3.875rem;
  }
}

.p-top__column-swiper-container .swiper-button-prev {
  right: 4.3125rem;
  background: url(../img/common/icon_prev.webp) no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-top__column-swiper-container .swiper-button-prev {
    right: 3.25rem;
  }
}

.p-top__column-swiper-container .swiper-button-next {
  background: url(../img/common/icon_next.webp) no-repeat center center/100% 100%;
  right: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% + 3.875rem);
  width: 100%;
  height: 0.125rem;
  background: #f0f0e6;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: calc(100% + 1.875rem);
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ee5f00;
}

.p-top__column-button {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}

/* interview */
.p-top__interview {
  padding-block: 2.5rem 7.5rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__interview {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-top__interview-head {
  display: flex;
  justify-content: space-between;
}

.p-top__interview-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.p-top__interview-item {
  width: 18.125rem;
  height: fit-content;
  border-radius: 1.875rem;
  overflow: hidden;
  border: 1px solid rgba(9, 7, 2, 0.5);
}
.p-top__interview-item:nth-child(1), .p-top__interview-item:nth-child(3) {
  margin-top: 3.75rem;
}
.p-top__interview-item:nth-child(2), .p-top__interview-item:nth-child(3), .p-top__interview-item:nth-child(4) {
  margin-left: -2.375rem;
}
.p-top__interview-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__interview-item {
    width: 11.25rem;
    border-radius: 1.25rem;
  }
  .p-top__interview-item:nth-child(1), .p-top__interview-item:nth-child(3) {
    margin-top: 2.5rem;
  }
  .p-top__interview-item:nth-child(2), .p-top__interview-item:nth-child(3), .p-top__interview-item:nth-child(4) {
    margin-left: -1.75rem;
  }
}

.p-top__interview-button {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}

/*knowledge*/
.p-top__knowledge {
  padding-block: 2.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__knowledge {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-top__knowledge-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__knowledge-cards {
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    background: #f0f0e6;
    padding: 1.875rem;
    border-top: 1px solid #090702;
    border-left: 1px solid #090702;
    border-bottom: 1px solid #090702;
    border-radius: 1.875rem 0 0 1.875rem;
  }
}

.p-top__knawledge-swiper-container,
.p-top__knowledge-swiper,
.p-top__knowledge-swiper-wrapper,
.p-top__knowledge-swiper-slide {
  position: relative;
}

.p-top__knowledge-swiper {
  overflow: visible;
}

.p-top__knowledge-swiper-wrapper {
  padding-bottom: 1px;
}

.p-top__knowledge-swiper-slide {
  width: 18rem;
  height: auto;
  margin-right: 3.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 8.167px 8.167px 23.333px 0px rgba(240, 240, 230, 0.75);
}
.p-top__knowledge-swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__knowledge-swiper-slide {
    width: 11.25rem;
    border-radius: 1.25rem;
  }
}

.p-top__knowledge-button {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}

/* career-advisor */
.p-top__career-advisor {
  background: url(../img/common/dot03.svg) repeat center center/50px 50px;
  padding-block: 2.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__career-advisor {
    padding-block: 2.5rem 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__career-advisor-inner {
    padding-right: 0;
  }
}

.p-top__career-advisor-bg-title {
  position: absolute;
  top: -2.5rem;
  left: -4.625rem;
}
.p-top__career-advisor-bg-title img {
  width: 10rem;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__career-advisor-bg-title {
    top: -1.25rem;
    left: -2.25rem;
  }
  .p-top__career-advisor-bg-title img {
    width: 7.5rem;
  }
}

.p-top__career-advisor-swiper-container,
.p-top__career-advisor-swiper,
.p-top__career-advisor-swiper-wrapper,
.p-top__career-advisor-swiper-slide {
  position: relative;
}

.p-top__career-advisor-swiper-container {
  padding-left: 4.625rem;
  position: relative;
}

.p-top__career-advisor-swiper {
  z-index: 3;
}

.p-top__career-advisor-swiper-wrapper {
  padding-bottom: 1.25rem;
}

.p-top__career-advisor-swiper-slide {
  width: 18rem;
  height: auto;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top__career-advisor-swiper-slide {
    width: 11.25rem;
    margin-right: 1.25rem;
  }
}

.advisor-card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 5.833px 5.833px 23.333px 0px rgba(240, 240, 230, 0.9);
  height: 100%;
}
@media (any-hover: hover) {
  .advisor-card:hover .advisor-card__img-wrap img {
    transform: scale(1.1);
  }
}

.advisor-card__img-wrap {
  overflow: hidden;
}
.advisor-card__img-wrap img {
  aspect-ratio: 300/200;
  object-fit: cover;
  transition: all 0.8s ease;
}

.advisor-card__body {
  padding: 1.5rem 1.25rem 1rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .advisor-card__body {
    padding: 0.75rem 0.75rem 0.5rem;
  }
}

.advisor-card__body-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .advisor-card__body-name {
    font-size: 1.25rem;
  }
}

.advisor-card__body-tags {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #090702;
}
@media screen and (max-width: 767px) {
  .advisor-card__body-tags {
    flex-direction: column;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    row-gap: 0.5rem;
  }
}

.advisor-card__body-managerial {
  background: #090702;
  border-radius: 100vmax;
  padding: 0.25rem 0.875rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 100%;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .advisor-card__body-managerial {
    font-size: 0.5rem;
  }
}

.advisor-card__body-icon {
  display: flex;
  column-gap: 0.375rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .advisor-card__body-icon svg {
    max-width: 1.25rem;
  }
}

.advisor-card__body-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .advisor-card__body-text {
    font-size: 0.625rem;
  }
}

/*faq*/
.p-top__faq {
  padding-block: 2.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__faq {
    padding-block: 2.5rem 3.75rem;
  }
}

/* ================================
   本題のCSS
=============================== */
.p-top__faq {
  padding-block: 2.5rem 7.5rem;
  background: #f0f0e6;
  position: relative;
  overflow-x: hidden;
}
.p-top__faq::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7.3125rem;
  bottom: 0;
  left: 50%;
  translate: -50%;
  background: url(../img/top/faq_bg_pc.webp) no-repeat bottom center/100% 7.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top__faq {
    padding-block: 2.5rem 3.75rem;
  }
  .p-top__faq::before {
    display: none;
  }
  .p-top__faq::after {
    height: 3.1875rem;
    background: url(../img/top/faq_bg_sp.webp) no-repeat bottom center/100% 3.1875rem;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-top__faq-items {
  width: min(42.5rem, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}

.p-top__faq-item {
  background: #ffffff;
  border-radius: 0.5rem;
}

.p-top__faq-question {
  padding-block: 1.25rem;
  background: #ee5f00;
  border-radius: 0.5rem;
  width: 100%;
  position: relative;
}
.p-top__faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
  width: 0.875rem;
  height: 0.4375rem;
  right: 4.375rem;
  top: 50%;
  translate: 0 -50%;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: rotate 0.3s ease;
}
@media (any-hover: hover) {
  .p-top__faq-question:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .p-top__faq-question {
    padding-block: 1rem;
  }
  .p-top__faq-question::after {
    right: 1.25rem;
  }
}

details[open] .p-top__faq-question::after {
  rotate: 180deg;
}

.p-top__faq-question-text {
  padding-inline: 5rem 6.25rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-top__faq-question-text {
    padding-inline: 1.25rem 2.875rem;
  }
}

.p-top__faq-answer {
  padding-block: 1.25rem 1.5rem;
}

.p-top__faq-answer-text {
  padding-inline: 5rem 6.25rem;
  color: #090702;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-top__faq-answer-text {
    padding-inline: 1.25rem;
  }
}

/*job-post*/
.p-top__job-post {
  padding-block: 2.5rem 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__job-post {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-top__job-post-contents {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
}

.p-top__job-post-new-swiper-container,
.p-top__job-post-new-swiper,
.p-top__job-post-new-swiper-wrapper,
.p-top__job-post-new-swiper-slide {
  position: relative;
}

.p-top__job-post-new-swiper {
  overflow: visible;
}

.p-top__job-post-new-swiper-slide {
  width: 12.5rem;
  height: auto;
}

.p-top__job-post-new-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 5px 5px 20px 0px rgba(240, 240, 230, 0.75);
}

.p-top__job-post-new-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (any-hover: hover) {
  .p-top__job-post-new-link:hover .p-top__job-post-new-img img {
    transform: scale(1.2);
  }
}

.p-top__job-post-new-img {
  overflow: hidden;
}
.p-top__job-post-new-img img {
  aspect-ratio: 198/117;
  object-fit: cover;
  transition: all 0.8s ease;
}

.p-top__job-post-new-body {
  padding: 0.5rem 0.875rem 0.875rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.p-top__job-post-new-company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  min-height: calc(0.75rem * 1.3 * 2);
}

.p-top__job-post-new-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  min-height: calc(0.75rem * 1.3 * 2);
}

.p-top__job-post-new-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.75rem;
}

.p-top__job-post-new-tags {
  display: flex;
  column-gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.p-top__job-post-new-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: #090702;
  border-radius: 100vmax;
  padding: 0.25rem 0.375rem;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 100%;
}

.p-top__job-post-new-info {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  line-height: 130%;
}

.p-top__job-post-sort {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-sort {
    flex-direction: column;
    row-gap: 2rem;
  }
}

.p-top__job-post-sort-inner {
  display: flex;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-sort-inner {
    column-gap: 0.625rem;
  }
}

.p-top__job-post-sort-wrap {
  flex: 1;
}

.p-top__job-post-sort-title {
  flex: 1;
  font-weight: 500;
  line-height: 150%;
  padding-left: 1.125rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.p-top__job-post-sort-title::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  background: #090702;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-sort-title {
    font-size: 0.875rem;
  }
}

.p-top__job-post-sort-list.--left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
  row-gap: 0.625rem;
}
.p-top__job-post-sort-list.--right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-sort-list.--left {
    column-gap: 0.625rem;
  }
}

.p-top__job-post-sort-item {
  display: inline-block;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-sort-item {
    width: 100%;
  }
}

.p-top__job-post-sort-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.625rem;
  background: #f0f0e6;
  border: 1px solid rgba(9, 7, 2, 0.5);
  border-radius: 100vmax;
  position: relative;
}
.p-top__job-post-sort-link::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.625rem;
  top: 50%;
  translate: 0 -50%;
  right: 1.25rem;
  background: #090702;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (any-hover: hover) {
  .p-top__job-post-sort-link {
    transition: all 0.3s ease;
  }
  .p-top__job-post-sort-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-top__job-post-sort-link {
    height: 2.5rem;
  }
  .p-top__job-post-sort-link::after {
    right: 0.75rem;
  }
}

.p-top__job-post-sort-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-sort-text {
    font-size: 0.875rem;
    line-height: 100%;
  }
}

.p-top__job-post-offer-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-offer-title {
    font-size: 1.375rem;
  }
}

.p-top__job-post-offer-number {
  color: #ee5f00;
  font-weight: 700;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-offer-number {
    font-size: 1.625rem;
  }
}

.p-top__job-post-offer-list {
  display: flex;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top__job-post-offer-list {
    flex-direction: column;
    row-gap: 0.625rem;
  }
}

.p-top__job-post-offer-item {
  flex: 1;
  border: 1px solid rgba(9, 7, 2, 0.5);
}

.p-top__job-post-offer-head {
  display: block;
  width: 100%;
  padding-block: 0.875rem;
  padding-inline: 1.75rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.p-top__job-post-offer-head::before, .p-top__job-post-offer-head::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.75rem;
  width: 1px;
  height: 0.75rem;
  border-radius: 100vmax;
  background-color: #090702;
  transform-origin: 50% calc(100% - 1px);
}
.p-top__job-post-offer-head::before {
  transform: rotate(45deg);
}
.p-top__job-post-offer-head::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .p-top__job-post-offer-head:hover {
    cursor: pointer;
  }
}

.p-top__job-post-offer-body {
  display: none;
  position: absolute;
  border: 1px solid rgba(9, 7, 2, 0.5);
  top: 100%;
  left: 50%;
  translate: -50%;
  width: min(65.625rem, 100%);
  margin-inline: auto;
  background: #fff;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  column-gap: 1rem;
}

.p-top__job-post-offer-body-link {
  padding: 0.375rem 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  border: 1px solid rgba(9, 7, 2, 0.5);
  border-radius: 100vmax;
}
@media (any-hover: hover) {
  .p-top__job-post-offer-body-link:hover {
    color: #ee5f00;
  }
}

.p-404 {
  background: #f0f0e6;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-block: 2.5rem;
  }
}

.p-404__inner {
  display: flex;
  column-gap: 3.75rem;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    flex-direction: column-reverse;
    row-gap: 1.875rem;
  }
}

.p-404__content {
  flex: 1;
  background: #ffffff;
  padding: 3.75rem;
  display: grid;
  place-items: center;
  border-radius: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-404__content {
    padding: 2.5rem;
  }
}

.p-404__text {
  font-size: 4rem;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
}

.p-404__btn {
  display: inline-flex;
  align-items: center;
  column-gap: 0.625rem;
  padding: 0.875rem 1.5rem;
  border-radius: 100vmax;
  border: 1px solid rgba(9, 7, 2, 0.5);
  background: #090702;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-404__btn {
    transition: all 0.3s ease;
  }
  .p-404__btn:hover {
    background: #ffffff;
    color: #090702;
  }
}

.p-404__img {
  flex: 1;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}/*# sourceMappingURL=style.css.map */