@charset "UTF-8";

/*---------------------------------------------------
 汎用
----------------------------------------------------*/

.opt-4 {
  /* 30px */
  padding-top: 1.875rem !important;
}

.opt-8 {
  /* 60px */
  padding-top: 3.75rem !important;
}

.opb-8 {
  /* 60px */
  padding-bottom: 3.75rem !important;
}

.opt-22 {
  /* 200px */
  padding-top: 12.5rem !important;
}

.opb-3f {
  /* 25px */
  padding-bottom: 1.5625rem !important;
}

.opb-14 {
  /* 120px */
  padding-bottom: 7.5rem !important;
}

.opt-17 {
  /* 150px */
  padding-top: 9.375rem !important;
}

.opt-18 {
  /* 160px */
  padding-top: 10rem !important;
}

@media (min-width: 992px) {
  .opt-lg-3 {
    /* 20px */
    padding-top: 1.25rem !important;
  }

  .opb-lg-3f {
    /* 25px */
    padding-bottom: 1.5625rem !important;
  }

  .opt-lg-4 {
    /* 30px */
    padding-top: 1.875rem !important;
  }

  .opb-lg-4 {
    /* 30px */
    padding-bottom: 1.875rem !important;
  }

  .opt-lg-8 {
    /* 60px */
    padding-top: 3.75rem !important;
  }

  .opb-lg-8 {
    /* 60px */
    padding-bottom: 3.75rem !important;
  }

  .opt-lg-15 {
    /* 130px */
    padding-top: 8.125rem !important;
  }

  .opt-20 {
    /* 180px */
    padding-top: 11.25rem !important;
  }

  .opt-lg-25 {
    /* 230px */
    padding-top: 14.375rem !important;
  }

  .omb-lg-3f {
    /* 25px */
    margin-bottom: 1.5625rem !important;
  }

  .opt-lg-16 {
    /* 140px */
    padding-top: 8.75rem !important;
  }
}

.p-20 {
  padding: 20px;
}

.ps-20 {
  padding-left: 20px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .px-lg-12 {
    padding-left: 12px!important;
    padding-right: 12px!important;
  }

  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.ps-30 {
  padding-left: 30px;
}

.ps-40 {
  padding-left: 40px;
}

@media (min-width: 992px) {
  .ps-lg-40 {
    padding-left: 40px;
  }
}

.gap-20 {
  gap: 20px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-x-30 {
  gap: 30px 0 !important;
}

.gap-y-30 {
  gap: 0 30px !important;
}

.gap-y-40 {
  gap: 0 40px !important;
}

@media (min-width: 992px) {
  .gap-lg-20 {
    gap: 20px !important;
  }

  .gap-lg-50 {
    gap: 50px !important;
  }
}

.fw-black {
  font-weight: 900 !important;
}

.ofs-59 {
  /* 70px */
  font-size: 4.375rem !important;
}

.c-fs-81 {
  /* 81px */
  font-size: 5.0625rem !important;
}

.c-fs-100 {
  font-size: 100px !important;
}

@media (min-width: 992px) {
  .c-fs-lg-82 {
    font-size: 5.125rem !important;
  }

  .c-fs-lg-117 {
    font-size: 7.3125rem !important;
  }

  .c-fs-lg-130 {
    font-size: 130px !important;
  }
}

.lh-13 {
  line-height: 1.3;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

@media (min-width: 992px) {
  .lh-lg-17 {
    line-height: 1.7;
  }
}

.ols-70 {
  letter-spacing: 0.07em !important;
}

.ols-150 {
  letter-spacing: 0.15em !important;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-60 {
  border-radius: 60px;
}

@media (min-width: 992px) {
  .rounded-lg-30 {
    border-radius: 30px;
  }

  .rounded-lg-100 {
    border-radius: 100px;
  }
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: start !important;
  }
}

.max-w-100 {
  max-width: 100%;
}

/*---------------------------------------------------
 fadeアニメーション
----------------------------------------------------*/

.fade-in-top {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.fade-in-top.show {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------------------------
 aboutページ
----------------------------------------------------*/

.about-message-bg {
  background: linear-gradient(to bottom, #ffffff 0px, #ffffff 253px, /* ← ここまで白 */ var(--color-blue) 253px /* ここから青 */);
  width: 100%;
  max-width: 100%;
  min-height: 330px;
  padding-bottom: 55px;
}

.about-message-inner {
  width: 100%;
}

.view-more {
  cursor: pointer !important;
}

.view-more span:last-child {
  display: inline-block;
  width: 12.4px;
  height: 12.4px;
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.view-more-white span:last-child {
  background-color: #fff;
}

.view-more-blue span:last-child {
  background-color: var(--color-blue);
}

/* ホバー時にマスクはそのまま、色だけ変える */
.view-more:hover span:last-child {
  transform: rotate(360deg);
  background-color: var(--color-light-green);
}

/* 以下、ブレークポイントごとにmax-widthを設定 */

@media (min-width: 992px) {
  .about-message-bg {
    background: var(--color-blue);
    min-height: 330px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: calc(100vw - ((100vw - 960px) / 2));
  }

  .about-message-inner {
    width: calc(100vw - (100vw - 960px));
  }

  .about-message-inner-left {
    margin-left: calc((100vw - 960px) / 2);
  }

  .about-message-inner-right {
    margin-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .about-message-bg {
    width: calc(100vw - ((100vw - 1140px) / 2));
  }

  .about-message-inner {
    width: calc(100vw - (100vw - 1140px));
  }

  .about-message-inner-left {
    margin-left: calc((100vw - 1140px) / 2);
  }

  .about-message-inner-right {
    margin-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .about-message-bg {
    width: calc(100vw - ((100vw - 1320px) / 2));
  }

  .about-message-inner {
    width: calc(100vw - (100vw - 1320px));
  }

  .about-message-inner-left {
    margin-left: calc((100vw - 1320px) / 2);
  }

  .about-message-inner-right {
    margin-right: calc((100vw - 1320px) / 2);
  }
}

.about-recruiter-image {
  width: 100%;
  max-width: 364px;
  aspect-ratio: 364 /506;
}

@media (min-width: 992px) {
  .about-recruiter-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .about-recruiter-image-left {
    right: 20px;
  }

  .about-recruiter-image-right {
    left: 20px;
  }

  .about-recruiter-image[data-aos^="fade"],
  .about-recruiter-image[data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateY(-50%) !important;
  }
}

.about-shoplist-bg {
  background-image: url(../image/about/about-storelist-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% center;
}

.about-shoplist-item {
  padding: 50px;
}

@media (min-width: 992px) {
  .about-shoplist-bg {
    border-radius: 9px;
  }
  .about-shoplist-item {
    padding: 50px 120px;
  }
}

/*モーダル*/
.about-modal-rounded {
  border-radius: 20px;
}

@media (min-width: 992px) {
  .about-modal-rounded {
    border-radius: 50px;
  }
}

.about-modal-recruiter-image {
  max-width: 205px;
  aspect-ratio: 1 / 1;
  object-position: top center;
}

@media (min-width: 992px) {
  .about-modal-recruiter-image {
    max-width: 264px;
  }
}
/* ───── バツボタン ───── */
.about-modal-close {
  top: -1px;
  right: 9px;
  transform: translate(50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--color-blue);
  background: #fff;
  cursor: pointer;
  padding: 0;
  display: inline-block;
}

@media (min-width: 992px) {
  .about-modal-close {
    top: 40px;
    right: 50px;
    transform: unset;
  }
}

.about-modal-close::before,
.about-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  background: var(--color-blue);
  transform-origin: center;
}

.about-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.about-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.about-modal-close:hover {
  background: var(--color-blue);
}
.about-modal-close:hover::before,
.about-modal-close:hover::after {
  background: #fff;
}

/*---------------------------------------------------
 footer-applyテンプレート
----------------------------------------------------*/

.footer-apply-bg {
  width: 100%;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* 以下、ブレークポイントごとにmax-widthを設定 */
@media (min-width: 576px) {
  .footer-apply-bg {
    width: calc(100vw - 36px);
  }

  .footer-apply-inner {
    width: calc(100vw - (100vw - 540px));
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .footer-apply-inner {
    width: calc(100vw - (100vw - 720px));
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {

  .footer-apply-bg{
    border-top-right-radius: 230px;
  }

  .footer-apply-inner {
    width: calc(100vw - (100vw - 960px));
    margin-left: calc((100vw - 960px) / 2);
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .footer-apply-inner {
    width: calc(100vw - (100vw - 1140px));
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .footer-apply-inner {
    width: calc(100vw - (100vw - 1320px));
    margin-left: calc((100vw - 1320px) / 2);
  }
}

.footer-apply-btn {
  width: 222px;
  height: 222px;
}

.footer-apply-btn span {
  position: relative;
}

.footer-apply-btn span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-apply-btn:hover span::before {
  transform: translateX(-50%) rotate(360deg);
  background-color: var(--color-light-green);
}

.swiper-footer-apply {
  margin-top: -90px;
}

.swiper-footer-apply .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-footer-apply .swiper-slide {
  width: 333px !important;
  height: 222px !important;
  flex-shrink: 0;
}

/*---------------------------------------------------
 footer-aboutテンプレート
----------------------------------------------------*/

.footer-about-work-bg {
  background-image: url(../image/footer-about/template-about-work-bg.png);
  background-size: cover;
  background-position: center center;
  min-height: 443px;
}

.footer-about-people-bg {
  background-image: url(../image/footer-about/template-about-people-bg.png);
  background-size: cover;
  background-position: 30% center;
  min-height: 443px;
}

.footer-about-satsuyaku-bg {
  background-image: url(../image/footer-about/template-about-satsuyaku-bg.png);
  background-size: cover;
  background-position: 60% center;
  min-height: 443px;
}

@media (min-width: 768px) {
  .footer-about-bg-left {
    padding-left: calc((100vw - 720px) / 2);
  }

  .footer-about-bg-right {
    padding-right: unset;
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .footer-about-bg-left {
    padding-left: calc((100vw - 960px) / 2);
  }

  .footer-about-bg-right {
    padding-right: unset;
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .footer-about-bg-left {
    padding-left: calc((100vw - 1140px) / 2);
  }

  .footer-about-bg-right {
    padding-right: calc((100vw - 1140px) / 2);
    padding-left: unset;
  }
}
@media (min-width: 1400px) {
  .footer-about-bg-left {
    padding-left: calc((100vw - 1320px) / 2);
  }

  .footer-about-bg-right {
    padding-right: calc((100vw - 1320px) / 2);
  }
}

.footer-about01-list,
.footer-about02-list {
  max-width: 246px;
}

@media (min-width: 992px) {
  .footer-about02-list {
    max-width: 306px;
  }
}

.footer-about01-list-item span:last-child {
  display: inline-block;
  width: 9.8px;
  height: 9.8px;
  background-color: #fff;
  -webkit-mask-image: url("../image/general/icon-plus-white.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-white.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.footer-about01-list-item:hover span:last-child {
  transform: rotate(360deg);
  background-color: var(--color-light-green);
}

.footer-about-list-03 {
  max-width: 246px;
}

@media (min-width: 1200px) {
  .footer-about-list-03 {
    max-width: 306px;
  }
}

@media (min-width: 992px) {
  .footer-about-bg-03 {
    padding-left: 30px;
  }

  .footer-about-list-03 {
    position: absolute;
    top: 50%;
    left: 30px;
  }
}

/*---------------------------------------------------
 スタッフ一覧ページ
----------------------------------------------------*/

.tag-btn {
  gap: 19px 14px;
}

@media (min-width: 992px) {
  .tag-btn {
    gap: 20px;
  }
}

.tag-btn a.active {
  border: none !important;
  background-color: var(--color-blue) !important;
  transition: 0.3s;
}

.tag-btn a.active span {
  color: white !important;
}

.staff-tag-position {
  top: 30px;
  left: 20px;
}

.staff-grid > div:nth-child(odd) .staff-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../image/general/bg-dot-blue.png);
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}

.staff-grid > div:nth-child(even) .staff-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../image/general/bg-dot-green.png);
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}

.staff-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.staff-grid > div {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .staff-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 48px;
  }

  .staff-grid > div {
    margin-bottom: 20px;
  }

  /* 1列目：1, 3, 5... */
  .staff-grid > div:nth-child(2n + 1) {
    margin-top: 0;
  }

  /* 2列目：2, 4, 6... */
  .staff-grid > div:nth-child(2n) {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .staff-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 1列目：1, 4, 7... */
  .staff-grid > div:nth-child(3n + 1) {
    margin-top: 0;
  }

  /* 2列目：2, 5, 8... */
  .staff-grid > div:nth-child(3n + 2) {
    margin-top: 100px;
  }

  /* 3列目：3, 6, 9... */
  .staff-grid > div:nth-child(3n) {
    margin-top: 200px;
  }
}

.staff-item img {
  aspect-ratio: 331 / 405;
}

.staff-frame {
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 55px 20px 20px;
  margin-top: -90px;
  min-height: 160px;
}

.staff-viewmore {
  position: absolute;
  width: 28px;
  height: 28px;
  bottom: 10px;
  right: 10px;
}

.staff-frame,
.staff-item {
  overflow: visible; /* または未指定 */
}

.staff-viewmore::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.staff-item:hover .staff-frame .staff-viewmore::before {
  transform: translate(-50%, -50%) rotate(360deg);
  background-color: var(--color-light-green);
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/*---------------------------------------------------
 スタッフ詳細ページ
----------------------------------------------------*/
.staff-thumb {
  aspect-ratio: 553 / 675;
}

.staff-thumb-wrapper {
  z-index: -1;
}

.staff-thumb-wrapper::before {
  content: "";
  display: block;
  width: 45.7%;
  height: 31.9%;
  background-image: url(../image/staff/staff-thumb-icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.staff-thumb-wrapper::after {
  content: "";
  width: 72%;
  aspect-ratio: 1 / 1;
  background-image: url(../image/staff/staff-dot-bg-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15.6%;
  right: 0;
  z-index: -1;
}

.staff-top-title::before {
  content: "";
  width: 40.5px;
  height: 23.7px;
  background-image: url(../image/staff/staff-plus-icon.svg);
  position: absolute;
  top: -6px;
  left: 0;
  transform: translateY(-100%);
}

@media (min-width: 992px) {
  .staff-thumb-wrapper::after {
    content: "";
    width: 76.2%;
    bottom: -10.3%;
    right: -12.7%;
  }

  .staff-top-title::before {
    top: -10px;
  }
}

.band p {
  /* 帯（背景）の色 */
  background: var(--color-blue);

  /* 行内要素として扱うと、自動改行のたびに分割される */
  display: inline;

  /* 左右の余白（帯の左右はみ出し量） */
  padding: 4px 10px;

  /* ここがキモ：行が折り返すたびに「背景＋パディング」を複製 */
  -webkit-box-decoration-break: clone; /* Safari 用 */
  box-decoration-break: clone;

  /* 行間を少し広げて“帯と帯の間”を確保 */
  line-height: 2;
}

@media (min-width: 992px) {
  .band p {
    padding: 4px 20px;
  }
}

.staff-profile-ttl {
  margin-left: 35px;
}

@media (min-width: 992px) {
  .staff-profile-ttl {
    margin-left: 0;
  }

  .staff-profile-label {
    flex: 0 0 112px; /* shrink 0, grow 0, basis 112px */
    max-width: 112px; /* 念のため */
  }

  .staff-profile-label + div {
    flex: 1 1 auto; /* grow 可、shrink 可、basis 自動 */
    width: auto; /* .ols-100 などで width:100% が付くなら打ち消し */
  }
}

.staff-profile-ttl::before {
  content: "";
  width: 22.3px;
  height: 19.8px;
  background-image: url(../image/staff/staff-plus-icon-small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translate(-100%, -50%);
}

.staff-profile-pic-wrapper {
  height: 300px;
}

.staff-profile-pic {
  aspect-ratio: 368 / 245;
  max-width: 230px;
  object-position: center;
}

.staff-profile-pic-l {
  transform: rotate(-3deg) translate(75px, 12px);
}

.staff-profile-pic-r {
  transform: rotate(3deg) translate(-75px, 145px);
}

@media (min-width: 768px) {
  .staff-profile-pic-wrapper {
    height: 360px;
  }

  .staff-profile-pic {
    max-width: 368px;
  }

  .staff-profile-pic-l {
    transform: rotate(-3deg) translate(36px, 12px);
  }

  .staff-profile-pic-r {
    transform: rotate(3deg) translate(-36px, 100px);
  }
}

.staff-schedule-ttl::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../image/general/icon-plus-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.staff-schedule-box {
  max-width: 270px;
}

.staff-schedule-box:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 10px;
  left: -20.5px;
}

.staff-schedule-box > p::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
}

.staff-career-ttl {
  width: max-content;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .staff-career-ttl {
    top: -36px;
    left: 70px;
    transform: unset;
  }
}

.staff-career-band {
  /* 帯（背景）の色 */
  background: var(--color-blue);

  /* 行内要素として扱うと、自動改行のたびに分割される */
  display: inline;

  /* 左右の余白（帯の左右はみ出し量） */
  padding: 3px 10px;

  /* ここがキモ：行が折り返すたびに「背景＋パディング」を複製 */
  -webkit-box-decoration-break: clone; /* Safari 用 */
  box-decoration-break: clone;

  /* 行間を少し広げて“帯と帯の間”を確保 */
  line-height: 2.3;
}

@media (min-width: 992px) {
  .staff-career-band {
    padding: 8px 20px;
  }
}

/*---------------------------------------------------
 ブログ一覧ページ
----------------------------------------------------*/

.blog-thumbnail {
  aspect-ratio: 356 / 235;
}

.general-pagination {
  gap: 40px;
}

.general-pagination .page-control {
  width: 36px;
  height: 36px;
}

.general-pagination .page-control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 10px;
  background: var(--color-grayB1);
}

.general-pagination .page-prev::before {
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.general-pagination .page-next::before {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.general-pagination .page-control:hover {
  border-color: var(--color-blue) !important;
}

.general-pagination .page-control:hover::before {
  background: var(--color-blue) !important;
}

.general-pagination .page-number.active {
  color: var(--color-blue) !important;
}

/*---------------------------------------------------
 ブログ詳細ページ
----------------------------------------------------*/

.mySwiper .swiper-slide {
  width: 80%;
  flex-shrink: 0;
  overflow: visible;
}

@media (min-width: 576px) {
  .mySwiper-A .swiper-slide {
    width: 338px;
  }
}

@media (min-width: 992px) {
  .mySwiper-A .swiper-slide {
    width: 356px;
    margin-right: 30px !important;
  }
}

.blog-swiper-controls {
  position: absolute;
  top: -66px;
  right: 8%;
  gap: 30px;
}

.blog-swiper-button-prev,
.blog-swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-blue);
  background-color: white;
}

.blog-swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 7.5px;
  height: 7.5px;
  border-top: 3px solid var(--color-blue);
  border-left: 3px solid var(--color-blue);
  transform: translate(-50%, -50%) rotate(-45deg);
  box-sizing: border-box;
}

.blog-swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 7.5px;
  height: 7.5px;
  border-top: 3px solid var(--color-blue);
  border-right: 3px solid var(--color-blue);
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}

/*---------------------------------------------------
 お知らせ一覧ページ
----------------------------------------------------*/

.news-thumbnail {
  aspect-ratio: 212 / 140;
}

.news-list {
  padding-bottom: 0;
}

.news-list-text {
  width: 80%;
}

.news-list-plus span {
  display: inline-block;
  width: 12.4px;
  height: 12.4px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.news-list:hover .news-list-plus span {
  background-color: var(--color-light-green);
  transform: rotate(360deg);
}

.news-list-single:hover .news-list-plus span {
  background-color: var(--color-light-green);
  transform: rotate(360deg);
}

@media (min-width: 768px) {
  .news-thumbnail {
    max-width: 212px;
  }

  .news-list {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-black);
  }
}

/*---------------------------------------------------
 お知らせ詳細ページ
----------------------------------------------------*/

.news-list-single {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .news-list-single {
    padding-bottom: 30px;
  }
}

.news-page-prev::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: var(--color-blue);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  margin-right: 16px;
}

.news-page-next::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: var(--color-blue);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-left: 16px;
}

.general-link-btn::after {
  /* position: absolute; */
  content: "";
  display: inline-block;
  width: 12.4px;
  height: 12.4px;
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  /* top: 50%;
  right: 48px;
  transform: translateY(-50%); */
  margin-left: 10px;
}

.general-link-btn-blue::after {
  background-color: var(--color-blue);
}

.general-link-btn-blue:hover::after {
  background-color: var(--color-light-green);
  transform: rotate(360deg);
}

.general-link-btn-white::after {
  background-color: #fff;
}

.general-link-btn-white:hover::after {
  background-color: var(--color-blue);
  transform: rotate(360deg);
}

.general-link-btn-width {
  max-width: 285px;
  /* position: relative; */
}

/*---------------------------------------------------
 インタビュー一覧ページ
----------------------------------------------------*/

.interview-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.interview-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0); /* 初期状態: 透明 */
  border-radius: 10px;
  transition: background-color 0.3s ease;
  pointer-events: none; /* hoverを妨げない */
}

.interview-thumb:hover::before {
  background-color: rgba(0, 0, 0, 0.14); /* 黒・透過14% */
}

.interview-thumb-img {
  aspect-ratio: 350 / 429;
}

.interview-thumb-name {
  top: 20px;
  left: 20px;
}

@media (min-width: 992px) {
  .interview-thumb-img {
    aspect-ratio: 908 / 605;
  }

  .interview-thumb-name {
    top: 50px;
    left: 40px;
  }
}

.interview-thumb-btn {
  width: 58px;
  height: 58px;
  bottom: 50px;
  right: 50px;
}

.interview-thumb-btn::before {
  content: "";
  display: inline-block;
  width: 14.4px;
  height: 14.4px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.interview-thumb:hover .interview-thumb-btn::before {
  transform: translate(-50%, -50%) rotate(360deg);
  background-color: var(--color-light-green);
}

.interview-thumb-title {
  bottom: 22px;
  left: 14px;
}

@media (min-width: 992px) {
  .interview-thumb-title {
    bottom: 35px;
    left: 35px;
  }
}

.interview-title {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.25;
  background-color: white;
  background-image: linear-gradient(var(--color-blue) 0 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  color: var(--color-black);
  transition: background-size 0.4s ease-out, color 0.4s ease-out;
}

.interview-thumb:hover .interview-title {
  background-size: 100% 100%;
  color: white;
}

@media (min-width: 992px) {
  .interview-title {
    line-height: 1.875;
  }
}

/* スマホ用：スクロールで発火させるクラス */
@media (max-width: 991.98px) {
  .interview-title.scrolled {
    background-size: 100% 100%;
    color: white;
  }
}

/*.text-base {*/
/*    transition: color 0.4s;*/
/*}*/

/*.hover-mask {*/
/*    !* 最初は非表示（左端からマスク） *!*/
/*    clip-path: inset(0 100% 0 0);*/
/*    transition: clip-path 0.4s ease-out;*/
/*}*/

/*.interview-thumb:hover .interview-thumb-title .hover-box .text-base {*/
/*    color: #ffffff!important; !* 背景と同化させる *!*/
/*}*/

/*.interview-thumb:hover .interview-thumb-title .hover-box .text-base span {*/
/*    color: #ffffff!important; !* 背景と同化させる *!*/
/*}*/

/*.interview-thumb:hover .interview-thumb-title .hover-box .hover-mask {*/
/*    clip-path: inset(0 0 0 0); !* マスク解除 → 全体表示 *!*/
/*}*/

/*---------------------------------------------------
 インタビュー詳細ページ
----------------------------------------------------*/

.interview-s-thumb {
  aspect-ratio: 390 / 666;
}

.interview-top-bg {
  width: calc(100% - min(20.5vw, 80px));
  padding-top: 22px;
  padding-bottom: 22px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  bottom: -50px;
  left: 0;
}

.interview-top-inner {
  width: calc(100% - 40px);
  margin: 0 20px;
}

@media (min-width: 992px) {
  .interview-s-thumb {
    aspect-ratio: 1366 / 767;
  }

  .interview-top-bg {
    padding-top: 42px;
    padding-bottom: 42px;
    width: calc(100% - min(30vw, 410px));
    bottom: -60px;
  }

  .interview-top-inner {
    width: fit-content;
    margin-left: calc((100vw - 960px) / 2);
  }
}

.interview-icon {
  width: 68px;
  height: 68px;
  aspect-ratio: 1 / 1;
}

.interview-speech-white {
  border: 0.5px solid var(--color-black);
}

.interview-speech-white::before {
  content: "";
  width: 13px;
  height: 12px;
  background-image: url(../image/interview/interview-tail-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  left: -12.7px;
}

.interview-speech-gray::before {
  content: "";
  width: 12px;
  height: 11.6px;
  background-image: url(../image/interview/interview-tail-gray.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  right: -11.7px;
}

.interview-speech-body {
  padding: 14px 20px;
}

.interview-image {
  aspect-ratio: 724 / 483;
}

.mySwiper .swiper-slide {
  width: 80%;
  flex-shrink: 0;
  overflow: visible;
}

@media (min-width: 576px) {
  .mySwiper .swiper-slide {
    width: 338px;
  }
}

@media (min-width: 992px) {
  .mySwiper .swiper-slide {
    width: 448px;
  }
}

.interview-swiper-thumb-name {
  top: 20px;
  left: 20px;
}

.interview-swiper-thumb-title {
  bottom: 14px;
  left: 20px;
}

.interview-swiper-controls {
  position: absolute;
  top: -76px;
  right: 0;
  gap: 30px;
}

.interview-swiper-button-prev,
.interview-swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-blue);
  background-color: white;
}

.interview-swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 7.5px;
  height: 7.5px;
  border-top: 3px solid var(--color-blue);
  border-left: 3px solid var(--color-blue);
  transform: translate(-50%, -50%) rotate(-45deg);
  box-sizing: border-box;
}

.interview-swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 7.5px;
  height: 7.5px;
  border-top: 3px solid var(--color-blue);
  border-right: 3px solid var(--color-blue);
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}

/*---------------------------------------------------
 薬局見学ページ
----------------------------------------------------*/

.observation-heading::before {
  content: "";
  width: 13.3vw;
  max-width: 52px;
  aspect-ratio: 52 / 211;
  background-image: url(../image/observation/observation-orn-left-sp.png);
  background-size: cover;
  position: absolute;
  bottom: 32px;
  left: 0;
}

.observation-heading::after {
  content: "";
  width: 13.3vw;
  max-width: 52px;
  aspect-ratio: 52 / 211;
  background-image: url(../image/observation/observation-orn-right-sp.png);
  background-size: cover;
  position: absolute;
  bottom: 32px;
  right: 0;
}

@media (min-width: 992px) {
  .observation-heading::before,
  .observation-heading::after {
    display: none;
  }

  .observation-bg::before {
    content: "";
    width: 19.2vw;
    max-width: 300px;
    aspect-ratio: 300 / 670;
    background-image: url(../image/observation/observation-orn-left-pc.png);
    background-size: cover;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
  }

  .observation-bg::after {
    content: "";
    width: 19.2vw;
    max-width: 300px;
    aspect-ratio: 300 / 670;
    background-image: url(../image/observation/observation-orn-right-pc.png);
    background-size: cover;
    position: absolute;
    top: 42%;
    right: 0;
    transform: translateY(-50%);
  }
}

.observation-slider {
  height: 165px;
}

.observation-slide-track {
  animation: scroll 120s linear infinite;
}

.observation-slide {
  height: 165px;
  flex-shrink: 0;
  object-fit: contain;
  width: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 左に2枚分 */
  }
}

.observation-flow-wrapper {
  height: 200vh;
}

.observation-flow-step {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.observation-flow-wrapper .container {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.observation-flow-wrapper .container .row {
  padding-bottom: 160px;
}

@media (min-width: 992px) {
  .observation-flow-wrapper .container .row {
    padding-bottom: unset;
    padding-top: 150px;
  }
}

.observation-flow-time::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.observation-flow-wrapper .container::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 17px;
  transform: translateX(-50%);
}

.observation-path-4 {
  max-width: 50px;
}

@media (min-width: 992px) {
  .observation-path-4 {
    max-width: 110px;
  }
}

.observation-staff-img {
  aspect-ratio: 286 / 322;
  object-position: center top;
}

@media (min-width: 992px) {
  .observation-staff-img {
    aspect-ratio: unset;
  }
}

.observation-info-ttl {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .observation-info-ttl {
    top: -32px;
    left: 0;
    transform: translateX(0);
  }
}

.observation-apply-btn,
.observation-line-btn {
  max-width: 470px;
  transition: 0.3s;
}

.observation-apply-btn {
  padding-top: 40px;
  padding-bottom: 40px;
}

.observation-apply-btn::after,
.observation-line-btn::after {
  content: "";
  width: 12.4px;
  height: 12.4px;
  background-size: contain;
  margin-left: 10px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}

.observation-apply-btn::after,
.observation-line-btn::after {
  background-image: url(../image/general/icon-plus-white.svg);
}

.observation-apply-btn:hover::after {
  background-image: url(../image/general/icon-plus-green.svg);
  transform: translateY(-50%) rotate(360deg);
}

.observation-line-btn:hover::after {
  background-image: url(../image/general/icon-plus-blue.svg);
  transform: translateY(-50%) rotate(360deg);
}

.observation-line-btn:hover {
  background-color: #18b536 !important;
}

.observation-apply-bg {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.observation-staff-bg {
  width: calc(100vw - 24px);
}

.observation-line-img {
  max-width: 285px;
}

@media (min-width: 992px) {
  .observation-staff-bg {
    width: calc(100vw - 164px);
  }

  .observation-apply-bg {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }

  .observation-apply-btn {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .observation-line-img {
    max-width: 430px;
  }
}

/*---------------------------------------------------
 データページ
----------------------------------------------------*/

.data-box-s {
  min-height: 200px;
  width: 100%;
}

.data-box-m {
  min-height: 200px;
  width: 100%;
}

.data-box-m-4 {
  min-height: 280px;
  width: 100%;
}

.data-box-m-6 {
  min-height: 280px;
  width: 100%;
}

.data-reason-wrapper {
  padding-left: 38px;
  padding-right: 38px;
}

.data-reason-box {
  aspect-ratio: 234 / 142;
}

.data-welfare-box {
  min-height: 388px;
  gap: 30px 0;
}
.capital-img {
  width: 80px;
}

.staff-count-img {
  width: 116px;
}

.average-age-chief-img {
  width: 74px;
}

.turnover-rate-img {
  width: 156px;
}

@media (min-width: 992px) {
  .data-box-s {
    min-height: 322px;
    width: calc((100% / 3) - 20px);
  }

  .data-box-m {
    width: calc(50% - 15px);
  }

  .data-box-m-4 {
    width: calc(40% - 15px);
  }

  .data-box-m-6 {
    width: calc(60% - 15px);
  }

  .data-reason-wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }

  .data-welfare-box {
    min-height: 222px;
    gap: unset;
  }

  .capital-img {
    width: unset;
  }

  .staff-count-img {
    width: unset;
  }

  .average-age-chief-img {
    width: 84px;
  }

  .average-age-staff-img {
    width: 170px;
  }

  .turnover-rate-img {
    width: unset;
  }
}

/*---------------------------------------------------
 FAQページ
----------------------------------------------------*/

.faq-accordion {
  width: 100%;
  margin: auto;
}

.faq-accordion-item {
  cursor: pointer;
}

.faq-accordion-item:not(:last-child) {
  margin-bottom: 40px;
}

.faq-accordion-header {
  padding: 0 55px 40px 0;
  position: relative;
}

.faq-accordion-header p::before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  line-height: 28px;
  color: var(--color-blue);
  position: absolute;
  top: 2px;
  left: 0;
}

.faq-accordion-header p::after {
  content: "";
  width: 12.5px;
  height: 12.5px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.faq-accordion-header:not(.active):hover p::after {
  background-color: var(--color-light-green);
  transform: translateY(-50%) rotate(360deg);
}

.faq-accordion-header.active p::after {
  background-color: var(--color-light-green);
  transform: translateY(-50%) rotate(360deg);
}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding-bottom 0.3s;
  box-sizing: content-box;
  padding-right: 55px;
}

.faq-accordion-content p::before {
  content: "A";
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  line-height: 28px;
  color: var(--color-black);
  position: absolute;
  top: 2px;
  left: 0;
}

.faq-accordion-content.open {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .faq-accordion-header {
    padding-right: 65px;
  }

  .faq-accordion-header p::after {
    right: -65px;
  }

  .faq-accordion-content {
    padding-right: 65px;
  }
}

/*---------------------------------------------------
 薬局紹介ページ
----------------------------------------------------*/

.store-img {
  aspect-ratio: 448 / 312;
}

.store-address::before {
  content: "";
  background-image: url(../image/store/icon-address.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19.3px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
}

.store-tel::before {
  content: "";
  background-image: url(../image/store/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19.3px;
  height: 19.3px;
  position: absolute;
  top: 2px;
  left: 0;
}

.store-clock::before {
  content: "";
  background-image: url(../image/store/icon-clock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: -2px;
}

/*---------------------------------------------------
 国試詳細ページ
----------------------------------------------------*/

.workbook-accordion {
  width: 100%;
  margin: auto;
}

.workbook-accordion-item {
  cursor: pointer;
}

.workbook-accordion-header {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.workbook-accordion-header::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.workbook-accordion-header::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.workbook-accordion-header.active::after {
  opacity: 0;
}

.workbook-accordion-content {
  max-height: 0;
  overflow: hidden;
  box-sizing: content-box;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-right: 20px;
  padding-left: 20px;
  transition: max-height 0.3s, padding 0.3s;
}

.workbook-accordion-content.open {
  padding-top: 40px;
  padding-bottom: 40px;
  max-height: max-content;
}

@media (min-width: 992px) {
  .workbook-accordion-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .workbook-accordion-content.open {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .workbook-accordion-header::before {
    right: 80px;
  }

  .workbook-accordion-header::after {
    right: 80px;
  }
}

/*---------------------------------------------------
 採用ページ
----------------------------------------------------*/

/* 共通部分 */
.recruit-philosophy {
  overflow: hidden;
  width: 100%;
}

.recruit-philosophy-track {
  display: flex;
  width: max-content;
  animation: scroll-left 35s linear infinite;
  will-change: transform;
}

.recruit-philosophy-track .slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 242px;
  margin-right: 43px;
}

.recruit-philosophy-track .slide:nth-child(even){
  margin-top: 40px;
}

.recruit-philosophy-track .slide img{
  aspect-ratio: 242 / 161;
  height: auto;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 992px以上でアニメーションを止めて、ぴったり4枚配置 */
@media (min-width: 992px) {
  .recruit-philosophy-track {
    animation: none;
    transform: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 43px;
    width: 100%;
    max-width: 100%;
  }

  .recruit-philosophy-track .slide {
    max-width: none;
    margin-right: 0;
  }
}

.recruit-link-btn::after {
  content: "";
  display: inline-block;
  width: 12.4px;
  height: 12.4px;
  margin-left: 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.recruit-link-btn-blue::after {
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.recruit-link-btn-blue:hover::after {
  background-color: var(--color-light-green);
  transform: rotate(360deg);
}

.line-link-btn::after {
  content: "";
  width: 12.4px;
  height: 12.4px;
  margin-left: 10px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
}

.line-link-btn-white::after {
  background-color: #fff;
  -webkit-mask-image: url("../image/general/icon-plus-white.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-white.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.line-link-btn-white:hover::after {
  background-color: var(--color-blue);
  transform: translateY(-50%) rotate(360deg);
}

.job-desc-btn::after {
  content: "";
  width: 12.4px;
  height: 12.4px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
}

.job-desc-btn:hover::after {
  background-color: var(--color-light-green);
  transform: translateY(-50%) rotate(360deg);
}

@media (min-width: 992px) {
  .job-desc-btn::after {
    right: 108px;
  }
}

/*モーダル*/
.recruit-modal-bg {
  padding-left: 36px;
  padding-right: 36px;
  border-radius: 15px;
}

@media (min-width: 992px) {
  .recruit-modal-bg {
    padding-left: 90px;
    padding-right: 90px;
  }

  .recruit-modal-item{
    width: 88px;
  }

  .recruit-modal-details{
    width: calc(100% - 112px);
  }
}

/* ───── バツボタン ───── */
.recruit-modal-close {
  top: -1px;
  right: 9px;
  transform: translate(50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--color-blue);
  background: #fff;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  transition: 0.3s;
}

.recruit-modal-close::before,
.recruit-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  background: var(--color-blue);
  transform-origin: center;
  transition: 0.3s;
}

.recruit-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.recruit-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.recruit-modal-close:hover {
  background: var(--color-blue);
}
.recruit-modal-close:hover::before,
.recruit-modal-close:hover::after {
  background: #fff;
}

.recruit-entry-path {
  max-width: 218px;
}

@media (min-width: 992px) {
  .recruit-entry-path {
    max-width: 290px;
  }
}

.recruit-entry-btn::after {
  content: "";
  width: 12.4px;
  height: 12.4px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.recruit-entry-btn:hover::after {
  background-color: var(--color-light-green);
  transform: translateY(-50%) rotate(360deg);
}

@media (min-width: 992px) {
  .recruit-entry-btn::after {
    right: 45px;
  }
}

/*.recruit-entry-wrapper {*/
/*    height: 200vh;*/
/*}*/

.recruit-entry {
  /*position: sticky;*/
  /*top: 0;*/
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 背景パネル */
.recruit-entry-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-light-green);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.5s;
}

/* is-stuck が付いたらウィンドウいっぱいに拡大 */
.recruit-entry.is-stuck > .container > .row > .recruit-entry-section::before {
  width: 100vw;
  height: 100svh;
  border-radius: 0;
}

.form-control,
.form-select {
  background-color: #f7f7f7 !important;
  border: none !important;
}

.birth-date {
  max-width: 440px;
}

.birth-year {
  width: 40%;
}

.birth-month,
.birth-day {
  width: 30%;
}

.grad-date {
  max-width: 300px;
}

.grad-year {
  max-width: 57%;
}

.grad-month {
  max-width: 43%;
}

.submit-btn::after {
  content: "";
  width: 12.4px;
  height: 12.4px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
}

.submit-btn:hover::after {
  background-color: var(--color-light-green);
  transform: translateY(-50%) rotate(360deg);
}

/*---------------------------------------------------
パンくずリスト
----------------------------------------------------*/

/* パンくず全体 --------------------------------------------------- */
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

/* 各 li ---------------------------------------------------------- */
.breadcrumb li {
  position: relative; /* 疑似要素の基準 */
  padding-right: 16px; /* くの字＋余白ぶん */
}

/* “く” 字を付ける：最後の li は対象外 ------------------------------ */
.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  transform: translateY(-28%) rotate(-45deg);
}

.breadcrumb li:not(:last-child) {
  transition: 0.5s;
}

.breadcrumb li:not(:last-child):hover {
  opacity: 0.7;
}

.breadcrumb-white li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: translateY(-28%) rotate(-45deg);
}

.interview-breadcrumb {
  left: 50%;
  transform: translateX(-50%);
}

/*---------------------------------------------------
TOP
----------------------------------------------------*/

/* -------- ヒーロー -------- */

.top-hero-wrapper {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .top-hero-wrapper {
    padding-bottom: 260px;
  }
}

/* -------- スライダー外枠 -------- */
.top-hero-swiper {
  position: relative;
  width: 100%;
  height: 393px; /* 0-991px */
}

.top-hero-swiper .swiper-slide-prev {
  margin-right: 0 !important;
}

.top-hero-swiper .swiper-slide-next {
  margin-left: 0 !important;
}

@media (min-width: 992px) {
  .top-hero-swiper {
    height: 504px; /* 992px〜 */
  }
}

/* ───── スライド ───── */
.top-hero-swiper .swiper-wrapper {
  align-items: flex-start;
}

/* 基本 (0-991px) */
.top-hero-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  width: 236px;
  height: 393px;
  position: relative;
  transform-origin: center;
  transform: scale(0.74);
  opacity: 0.35;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* 992px 以上で上書き */
@media (min-width: 992px) {
  .top-hero-swiper .swiper-slide {
    width: 304px;
    height: 504px;
  }

  /* .top-hero-swiper .swiper-slide-prev {
    margin-right: 70px !important;
  }
  .top-hero-swiper .swiper-slide-next {
    margin-left: 60px !important;
  } */
}

/* .top-hero-swiper .swiper-slide {
  width: 236px;
  height: 393px;
  position: relative;
  transform-origin: center;
  transform: scale(0.84);
  opacity: 0.35;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

@media (min-width: 992px) {
  .top-hero-swiper .swiper-slide {
    width: 304px;
    height: 504px;
    transform: translateY(-34px) scale(0.74);
  }
} */

/* アクティブ時（共通） */
.top-hero-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

/* ───── ＋マーク ───── */
.top-hero-swiper .swiper-slide::before,
.top-hero-swiper .swiper-slide::after {
  content: "";
  width: 65px;
  height: 51px;
  background: url(../image/top/top-hero-slider-plus.svg) center/contain no-repeat;
  position: absolute;
  opacity: 0;
  transition: opacity 0.45s 0.05s;
}

.top-hero-swiper .swiper-slide::before {
  top: -10px;
  left: -20px;
}

.top-hero-swiper .swiper-slide::after {
  bottom: -10px;
  right: -20px;
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .top-hero-swiper .swiper-slide-active {
    transform: translateY(34px) scale(1);
  }
  .top-hero-swiper .swiper-slide::before,
  .top-hero-swiper .swiper-slide::after {
    width: 83px;
    height: 65px;
  }

  .top-hero-swiper .swiper-slide::before {
    top: -15px;
    left: -30px;
  }

  .top-hero-swiper .swiper-slide::after {
    bottom: -15px;
    right: -30px;
  }
}

.top-hero-swiper .swiper-slide-active::before,
.top-hero-swiper .swiper-slide-active::after {
  opacity: 1;
}

/* -------- キャプション -------- */
.top-hero-swiper-txt {
  bottom: 58px;
  left: 20px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.45s 0.05s;
}

@media (min-width: 992px) {
  .top-hero-swiper-txt {
    bottom: 70px;
    left: 18%;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.45s 0.05s;
  }
}
.swiper-slide-active .top-hero-swiper-txt {
  opacity: 1;
}

/* -------- 矢印 -------- */
.top-hero-swiper-button-prev,
.top-hero-swiper-button-next {
  position: absolute;
  top: 20%;
  transform: translateY(50%);
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.top-hero-swiper-button-prev {
  left: calc(((100% - 238px) / 2) - 48px);
}

.top-hero-swiper-button-next {
  right: calc(((100% - 238px) / 2) - 48px);
}

.top-hero-swiper-button-prev::after,
.top-hero-swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.top-hero-swiper-button-next::after {
  border-left: 8px solid var(--color-blue);
}
.top-hero-swiper-button-prev::after {
  border-right: 8px solid var(--color-blue);
}

@media screen and (min-width: 992px) {
  .top-hero-swiper-button-prev,
  .top-hero-swiper-button-next {
    top: 50%;
    width: 38px;
    height: 38px;
  }

  .top-hero-swiper-button-prev {
    left: calc(((100% - 304px) / 2) - 58px);
  }

  .top-hero-swiper-button-next {
    right: calc(((100% - 304px) / 2) - 58px);
  }
}

/*ページネーション*/

.swiper-pagination {
  position: unset;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: white;
  opacity: 0.5;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1;
  transform: scale(1.5);
}

@media (min-width: 992px) {
  .swiper-pagination {
    margin-top: 70px;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 7.5px !important;
  }

  .swiper-pagination-bullet-active::before {
    width: 20px;
    height: 20px;
  }
}

/*ヒーロータイトル*/

.top-hero-heading {
  margin-top: 50px;
}

.top-hero-heading-anim {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease-in-out;
}
.top-hero-heading-anim.active {
  clip-path: inset(0 0 0 0);
}

@media (min-width: 992px) {
  .top-hero-heading {
    position: absolute;
    bottom: 95px;
    left: 59px;
    transform: translateY(100%);
    z-index: 1;
  }
  .top-hero-heading {
    margin-top: 0;
  }
}

/* ───── LINE ───── */
/*.top-hero-line {*/
/*  width: 210px;*/
/*  height: 210px;*/
/*  background-color: #4cc764;*/
/*  padding: 68px 24px;*/
/*  transform: translateX(27px);*/
/*}*/

/*.top-hero-line {*/
/*  opacity: 0;*/
/*}*/

/*@keyframes popBounce-sp {*/
/*  0% {*/
/*    opacity: 0;*/
/*    transform: translateX(27px) scale(0.3);*/
/*  }*/
/*  50% {*/
/*    opacity: 1;*/
/*    transform: translateX(27px) scale(1.1);*/
/*  }*/
/*  70% {*/
/*    opacity: 1;*/
/*    transform: translateX(27px) scale(0.9);*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*    transform: translateX(27px) scale(1);*/
/*  }*/
/*}*/

/*.top-hero-line.animate-in {*/
/*  animation: popBounce-sp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;*/
/*  animation-fill-mode: forwards;*/
/*  animation-delay: 0.6s;*/
/*  animation-duration: 0.8s;*/
/*  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);*/
/*}*/

/*@media (min-width: 992px) {*/
/*  .top-hero-line {*/
/*    position: absolute;*/
/*    bottom: 95px;*/
/*    right: 50px;*/
/*    transform: translate(0, 100%);*/
/*    z-index: 1;*/
/*    padding: 55px 16px 66px;*/
/*  }*/

/*  @keyframes popBounce-pc {*/
/*    0% {*/
/*      opacity: 0;*/
/*      transform: translate(0, 100%) scale(0.3);*/
/*    }*/
/*    50% {*/
/*      opacity: 1;*/
/*      transform: translate(0, 100%) scale(1.1);*/
/*    }*/
/*    70% {*/
/*      opacity: 1;*/
/*      transform: translate(0, 100%) scale(0.9);*/
/*    }*/
/*    100% {*/
/*      opacity: 1;*/
/*      transform: translate(0, 100%) scale(1);*/
/*    }*/
/*  }*/

/*  .top-hero-line.animate-in {*/
/*    animation: popBounce-pc 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;*/
/*    animation-delay: 0.6s;*/
/*  }*/
/*}*/

.top-hero-line {
  width: 210px;
  height: 210px;
  background-color: #4cc764;
  padding: 68px 24px;
  transform: translateX(27px);
  opacity: 0;
  visibility: hidden;
  transition: none;
  z-index: 1;
}

/* SPアニメーション */
@keyframes popBounce-sp {
  0% {
    opacity: 0;
    transform: translateX(27px) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: translateX(27px) scale(1.1);
  }
  70% {
    opacity: 1;
    transform: translateX(27px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateX(27px) scale(1);
  }
}

.top-hero-line.animate-in {
  animation: popBounce-sp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  visibility: visible;
}

@media (min-width: 992px) {
  .top-hero-line {
    position: absolute;
    bottom: 95px;
    right: 50px;
    transform: translate(0, 100%);
    padding: 55px 16px 66px;
  }

  @keyframes popBounce-pc {
    0% {
      opacity: 0;
      transform: translate(0, 100%) scale(0.3);
    }
    50% {
      opacity: 1;
      transform: translate(0, 100%) scale(1.1);
    }
    70% {
      opacity: 1;
      transform: translate(0, 100%) scale(0.9);
    }
    100% {
      opacity: 1;
      transform: translate(0, 100%) scale(1);
    }
  }

  .top-hero-line.animate-in {
    animation: popBounce-pc 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }
}

/* ───── about ───── */
.top-about-img-sp {
  max-width: 350px;
}

@media (min-width: 992px) {
  .top-about-img-pc {
    max-width: 350px;
    position: absolute;
    top: -80px;
    right: 70px;
  }
}

@media (min-width: 1200px) {
  .top-about-img-pc {
    max-width: 500px;
  }
}

.top-about-bg {
  aspect-ratio: 390 / 152;
  background-image: url(../image/top/top-about-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .top-about-bg {
    aspect-ratio: 1366 / 454;
    background-image: url(../image/top/top-about-bg-pc.png);
  }
}

/* ───── recruit movie ───── */
.top-movie-container {
  height: calc(38.98vw + 100svh + 26.41vw);
}

.top-movie-wrapper {
  position: fixed;
  width: 100%;
  height: calc(38.98vw + 100svh + 26.41vw);
  top: 0;
  background-image: url(../image/top/top-movie-sample.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  /* background-attachment: fixed; */
  z-index: 0;
}

.top-interview-movie-box {
  position: fixed;
  width: auto;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 992px) {
  .top-movie-container {
    height: calc(33.23vw + 100svh + 26.43vw);
  }

  .top-movie-wrapper {
    background-position: bottom center;
    height: 100svh;
  }

  .top-interview-movie-box {
    left: 15%;
  }
}

/* ───── news ───── */

.top-news-bg {
  top: -26.41vw;
  aspect-ratio: 390 / 103;
  background-image: url(../image/top/top-news-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .top-news-bg {
    top: -26vw;
    aspect-ratio: 1366 / 361;
    background-image: url(../image/top/top-news-bg-pc.png);
  }
}

/* ───── data ───── */
.top-data {
  padding-bottom: 60px;
}

.top-data-bg {
  aspect-ratio: 390 / 874;
  background-image: url("../image/top/bg_top_data_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  /* height: max-content; */
}

.top-data-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 992px) {
  .top-data {
    width: 100%;
    height: 350vh;
    padding-bottom: 320px;
  }

  .top-data-bg {
    position: sticky;
    top: 0;
    aspect-ratio: 2732 / 1458;
    background-image: url("../image/top/bg_top_data_pc.jpg");
    width: 100%;
    height: 100vh;
    z-index: 0;
  }

  .top-data-bg-cover {
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: transform 0.3s ease-in-out;
  }

  .top-data-bg-cover img {
    width: 100%;
    height: 100%;
  }

  .top-data-content {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.top-interview-ttl::before {
  content: "";
  width: 102px;
  height: 16px;
  background-image: url(../image/top/top-interview-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-100%, -50%);
}

.top-interview-ttl::after {
  content: "";
  width: 102px;
  height: 16px;
  background-image: url(../image/top/top-interview-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(100%, -50%) rotate(180deg);
}

@media (min-width: 992px) {
  .top-interview-ttl::before {
    left: -20px;
  }

  .top-interview-ttl::after {
    right: -20px;
  }
}

/* すべてのスライドにデフォルト値（90 % & 透過 0.5） */
.top-interview-swiper .swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.9);
  opacity: 0.5;
}

/* アクティブだけ等倍・不透明 */
.top-interview-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2; /* 拡大で手前に出す */
}

/* prev / next にも同じ縮小を掛けたい場合は ↓ を追加しておくと安全 */
.top-interview-swiper .swiper-slide-prev,
.top-interview-swiper .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.5;
}

/* ナビゲーションラッパーを中央固定 */
.top-interview-swiper-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 63px);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
}

.top-interview-swiper-button-prev,
.top-interview-swiper-button-next {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
}

.top-interview-swiper-button-prev::before,
.top-interview-swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 15px;
  background: var(--color-blue);
  transform: translate(-50%, -50%);
}

/* ───── 左向き (prev) ───── */
.top-interview-swiper-button-prev::before {
  /* 右上 → 左中央 → 右下 の三角形 */
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

/* ───── 右向き (next) ───── */
.top-interview-swiper-button-next::before {
  /* 左上 → 右中央 → 左下 の三角形 */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media (min-width: 992px) {
  /* ナビゲーションラッパーを中央固定 */
  .top-interview-swiper-controls {
    width: calc(100% + 109px);
  }

  .top-interview-swiper-button-prev,
  .top-interview-swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .top-interview-swiper-button-prev::before,
  .top-interview-swiper-button-next::before {
    width: 15px;
    height: 19px;
  }
}

.top-interview-swiper .swiper-wrapper {
  z-index: 4;
}

.top-work-nav {
  max-width: 318px;
}

@media (min-width: 992px) {
  .top-work-nav {
    max-width: 246px;
  }
}

.top-work-nav-plus span {
  display: inline-block;
  width: 9.8px;
  height: 9.8px;
  background-color: var(--color-blue);
  -webkit-mask-image: url("../image/general/icon-plus-blue.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.top-work-nav > li > a:hover .top-work-nav-plus span {
  background-color: var(--color-light-green);
  transform: rotate(360deg);
}

.top-work-col-left {
  width: 100%;
}

.top-work-col-right {
  margin-left: auto;
}

.top-work-col-right img {
  aspect-ratio: 689 / 446;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (min-width: 576px) {
  .top-work-col-left {
    width: calc(100vw - (100vw - 540px));
    margin-left: calc((100vw - 540px) / 2);
    margin-right: calc((100vw - 540px) / 2);
  }

  .top-work-col-right {
    width: calc(100vw - ((100vw - 540px) / 2));
  }
}

@media (min-width: 768px) {
  .top-work-col-left {
    width: calc(100vw - (100vw - 720px));
    margin-left: calc((100vw - 720px) / 2);
    margin-right: calc((100vw - 720px) / 2);
  }

  .top-work-col-right {
    width: calc(100vw - ((100vw - 720px) / 2));
  }
}

@media (min-width: 992px) {
  .top-work-col-left {
    width: calc(960px / 2);
    margin-left: calc((100vw - 960px) / 2);
    margin-right: unset;
  }

  .top-work-col-right {
    width: 50vw;
  }
}

@media (min-width: 1200px) {
  .top-work-col-left {
    width: calc(1140px / 2);
    margin-left: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1400px) {
  .top-work-col-left {
    width: 50%;
    margin-left: unset;
  }

  .top-work-col-right {
    width: 50%;
    margin-left: unset;
  }
}

.top-recruit-nav-plus span {
  display: inline-block;
  width: 9.8px;
  height: 9.8px;
  background-color: #fff;
  -webkit-mask-image: url("../image/general/icon-plus-white.svg"); /* Safari対応 */
  mask-image: url("../image/general/icon-plus-white.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.top-recruit-nav > li > a:hover .top-recruit-nav-plus span {
  background-color: var(--color-light-green);
  transform: rotate(360deg);
}

.top-blog-accent {
  aspect-ratio: 390 / 103;
  width: 100%;
  height: auto;
  background-image: url("../image/top/top-blog-bg-pc.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .top-blog-accent {
    aspect-ratio: 1366 / 360;
    background-image: url("../image/top/top-blog-bg-pc.svg");
    background-position: top center;
  }
}

.top-observation-container.is-active {
  opacity: 1;
  visibility: visible;
}

.top-observation-bg-orn::before {
  content: "";
  width: min(13.6vw, 53px);
  height: min(54.1vw, 211px);
  background-image: url(../image/top/top-observation-orn-left-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: max(-10.77vw, -42px);
  left: 50%;
  transform: translateX(calc(-50% - 170px));
}

.top-observation-bg-orn::after {
  content: "";
  width: min(13.6vw, 53px);
  height: min(54.1vw, 211px);
  background-image: url(../image/top/top-observation-orn-right-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: max(-10.77vw, -42px);
  right: 50%;
  transform: translateX(calc(50% + 170px));
}

@media (min-width: 992px) {
  .top-observation-bg-orn::before {
    content: "";
    width: min(12.2vw, 167px);
    height: min(25.9vw, 354px);
    background-image: url(../image/top/top-observation-orn-left-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: unset;
  }

  .top-observation-bg-orn::after {
    content: "";
    width: min(12.2vw, 167px);
    height: min(25.9vw, 354px);
    background-image: url(../image/top/top-observation-orn-right-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: unset;
  }
}