@charset "utf-8";

html {
  scroll-behavior: smooth; /* CSSだけで滑らかに移動できる */
  font-size: 62.5%; /* 1rem = 10px */
}

:root {
  /* 色 例）color: var(--white); */
  --black: #000000;
  --white: #ffffff;
  --yellow: #ffff00;
  --red: #ff0000;
  --orange: #f7931e;
  --orange02: #ffd73a;
  --beige: #fbf5eb;

  /* ヘッダー */
  --header-height80: 80px;
  --header-height70: 70px;

  /* font-family */
  --ZenKaku: "Zen Kaku Gothic New", sans-serif;
  --NotoSansJP: "Noto Sans JP", sans-serif;

  /* font-weight */
  --weightBold: 700;
  --weightBlack: 900;

  /* font */
  --size15: 1.5rem;
  --size17: 1.7rem;
  --size19: 1.9rem;
  --size21: 2.1rem;
  --size27: 2.7rem;
  --size28_slide: 2.8rem;
  --size28_rec: 2.8rem;
  --size28: 2.8rem;
  --size32: 3.2rem;
  --size35: 3.5rem;
  --size38: 3.8rem;
  --size40: 4rem;
  --size46: 4.6rem;
  --size50: 5rem;
  --size60: 6rem;
  --size75: 7.5rem;
  --size85: 8.5rem;

  /* 行間 */
  --line18: 1.8;

  /* border-radius */
  --boder20: 20px;
  --boder25: 25px;
}

@media (max-width: 1100px) {
  :root {
    --size38: 3.4rem;
  }
}

@media (max-width: 1024px) {
  :root {
    --size32: 3rem;
    --size50: 4.8rem;
    --size85: 8rem;
  }
}

@media (max-width: 860px) {
  :root {
    --size19: 1.8rem;
    --size21: 2rem;
    --size28_slide: 2.4rem;
    --size35: 3.3rem;
    --size60: 5.5rem;
    --size85: 7.5rem;
  }
}

@media (max-width: 768px) {
  :root {
    --size15: 1.4rem;
    --size21: 1.9rem;
    --size27: 2.5rem;
    --size28_rec: 2.4rem;
    --size28: 2.5rem;
    --size35: 3rem;
    --size38: 3rem;
    --size50: 4rem;
    --size60: 5rem;
    --size85: 6rem;
  }
}

@media (max-width: 700px) {
  :root {
    --size60: 4.5rem;
  }
}

@media (max-width: 580px) {
  :root {
    --size21: 1.8rem;
    --size35: 2.5rem;
    --size40: 3.2rem;
    --size50: 3.2rem;
    --size60: 3.6rem;
  }
}

@media (max-width: 540px) {
  :root {
    --size28_rec: 2rem;
  }
}

@media (max-width: 480px) {
  :root {
    --size15: 1.3rem;
    --size17: 1.5rem;
    --size19: 1.6rem;
    --size21: 1.7rem;
    --size27: 2.4rem;
    --size28_rec: 1.6rem;
    --size28: 2.2rem;
    --size32: 2.5rem;
    --size38: 2.7rem;
    --size35: 2rem;
    --size40: 2.7rem;
    --size50: 3rem;
    --size85: 5rem;
  }
}

@media (max-width: 420px) {
  :root {
    --size28_rec: 1.6rem;
    --size28: 2rem;
  }
}
@media (max-width: 400px) {
  :root {
    --size28_rec: 1.3rem;
    --size28: 1.8rem;
  }
}

@media (max-width: 375px) {
  :root {
    --size19: 1.5rem;
    --size21: 1.5rem;
    --size27: 2rem;
    --size28_slide: 2rem;
    --size32: 2.1rem;
    --size38: 2.5rem;
    --size40: 2.5rem;
    --size60: 3rem;
    --size85: 4.5rem;
  }
}

@media (max-width: 350px) {
  :root {
    --size28_rec: 1.3rem;
    --size28: 1.5rem;
  }
}

body {
  font-family: "Noto Sans JP";
  color: var(--black);
  font-size: var(--size17);
  font-family: var(--NotoSansJP);
  font-weight: var(--weightBlack);
  background-color: var(--white);

  text-align: center;
}

/* ↓↓↓↓ヘッダー分MVを下げる↓↓↓↓ */
main {
  margin-top: var(--header-height100);
}

@media (max-width: 768px) {
  main {
    margin-top: 0;
  }
}

/*******************************************************
MV
*******************************************************/
.mv {
  position: relative;
}

.mv-ttl {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

/*******************************************************
ヘッダー
*******************************************************/

.header {
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--header-height80);
  background-color: var(--black);
  padding: 0 0.788%;
  z-index: 2;
  transition: position 0.3s;
}

.header-inner {
  position: relative;
  display: flex;
  gap: 5rem;
  height: 100%;
  align-items: center;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.2rem;
}

.company {
  font-size: var(--size28);
  color: var(--yellow);
  display: block;
}

.recruit {
  font-size: var(--size28_rec);
  color: var(--red);
  display: block;
}

.jamp {
  display: flex;
  gap: 4.5rem;
  font-size: 21px;
  color: var(--white);
  flex-shrink: 1; /* 必要に応じて縮む */
  min-width: 0; /* flexbox内での縮みを許容 */
  white-space: nowrap; /* 折り返さない */
  overflow: hidden; /* はみ出た場合は隠す */
}

.jamp-list {
  display: inline-block;
  line-height: 50px;
}

.jamp li:hover {
  color: var(--orange);
}

@media (max-width: 1100px) {
  .header {
    padding: 0 2%;
  }

  .header-inner {
    justify-content: space-between;
    gap: 2rem;
  }

  .jamp {
    gap: 3rem;
  }
}

@media (max-width: 1024px) {
  .jamp {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    position: inherit;
    height: var(--header-height70);
  }

  .header-inner {
    gap: 0;
  }

  .header-logo {
    gap: 1rem;
  }
}

/*******************************************************
ハンバーガー
*******************************************************/
.hamburger {
  display: none;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
  height: 55px;
  width: 55px;
  align-items: center;
  right: 0;
  top: 0%;
  background-color: var(--black);
}

/* 線のスタイル */
.hamburger span {
  position: absolute;
  left: 50%;
  display: block;
  width: 40px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--white);
  transition: all 0.4s;
}

/* 各線の位置 */
.hamburger span:nth-of-type(1) {
  top: 25%;
  transform: translateX(-50%);
}
.hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateX(-50%);
}
.hamburger span:nth-of-type(3) {
  top: 75%;
  transform: translateX(-50%);
}

/* ハンバーガーがアクティブ時 */
.hamburger.active span:nth-of-type(1) {
  top: 50%;
  transform: translateX(-50%) rotate(225deg);
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-225deg);
}

.hamburger:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}

@media (max-width: 768px) {
  .hamburger {
    flex-shrink: 0;
    height: 45px;
    width: 45px;
  }

  .hamburger span {
    width: 32px;
  }
}

@media (max-width: 480px) {
  .hamburger {
    height: 40px;
    width: 40px;
  }

  .hamburger span {
    width: 30px;
  }
}

@media (max-width: 375px) {
  .hamburger {
    height: 35px;
    width: 35px;
  }

  .hamburger span {
    width: 26px;
  }
}

/* ↓↓↓↓↓↓↓↓↓↓ハンバーガー内メニュー↓↓↓↓↓↓↓↓↓↓ */

.burger-mask {
  display: none;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.burger-mask.js-active {
  display: block;
}

.navi {
  position: fixed;
  top: 0;
  right: -400px;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  background-image: url(../img/04-aboutjob/modal-back.png);
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  transition: all 0.6s;
  z-index: 9990;
  transform: translateZ(9999px);
  isolation: isolate;
}

.navi.active {
  visibility: visible;
  right: 0;
}

.menu {
  padding: 50px 0;
}

.menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--black);
  text-decoration: none;
  line-height: 1.5;
  min-height: 60px;
  border-bottom: var(--white) solid 2px;
  width: min(100%, 250px);
  margin: 0 auto;
  margin-bottom: 25px;
}

.menu li:last-child .menu-list {
  margin-bottom: 0;
}

.menu-en {
  font-size: clamp(25px, 4vw, 30px);
}

.menu-jp {
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: var(--weightBold);
  padding-bottom: 10px;
}

.menu-list:hover {
  opacity: 0.7;
  border-bottom: var(--yellow) solid 3px;
}

.close-btn {
  display: inline-block;
  position: relative;
  top: 2%;
  left: 40%;
  font-size: 40px;
  font-weight: 400;
}

.close-btn:hover {
  transform: translateY(-1px);
  opacity: 0.7;
}

#message {
  scroll-margin-top: 80px;
}

.section {
  scroll-margin-top: 80px;
}

.section2 {
  scroll-margin-top: -100px;
}

@media (max-width: 768px) {
  #message,
  .section {
    scroll-margin-top: 0px;
  }

  .section2 {
    scroll-margin-top: -75px;
  }
}

@media (max-width: 340px) {
  .menu {
    padding-top: 60px;
  }
}

/*******************************************************
ボタン
*******************************************************/
/* ボタン共通 */
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: var(--boder20);
  background-color: var(--white);
  border: 3px solid var(--black);
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 17px;
  padding: 0 10px;
}

.btn:hover {
  transform: translateY(-2px);
  border: 3px solid var(--yellow);
  color: var(--red);
}

/* ヘッダーボタン */
.header-btn {
  max-width: 200px;
  width: 100%;
  height: 50px;
}

.header-button {
  font-size: 15px;
  font-weight: var(--weightBold);
}

/* メニューボタン */
.menu-btn {
  max-width: 230px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.menu-button {
  font-size: 15px;
  font-weight: var(--weightBold);
  background-color: var(--white);
  border: 3px solid var(--black);
}

/* ラストボタン */
.last-btn {
  max-width: 425px;
  width: 100%;
  height: 95px;
  margin: 0 auto;
}

.last-button {
  font-size: 26px;
  font-weight: var(--weightBold);
  line-height: 1.3;
}

@media (max-width: 480px) {
  .last-btn {
    max-width: 300px;
    width: 85%;
    height: 85px;
  }

  .last-button {
    font-size: 20px;
  }
}
/*******************************************************
矢印
*******************************************************/

/* ↓↓↓↓矢印01(▶︎)↓↓↓↓ */
.arrow1::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -25%;
  top: 50%;
  transform: translate(-50%, -50%); /* （横,縦） */
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid var(--red);
}
/* ↑↑↑↑矢印01↑↑↑↑ */

/* ↓↓↓↓矢印02(▼)↓↓↓↓ */
.arrow2 {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid var(--red);
}
/* ↑↑↑↑矢印02↑↑↑↑ */

.arrow-yellow::after {
  border-left-color: var(--yellow);
}

.arrow-right-1::after {
  right: 1%;
}

@media (max-width: 860px) {
  .arrow1::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid var(--red);
  }

  .arrow2 {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--red);
  }
  .arrow-yellow::after {
    border-left-color: var(--yellow);
  }
}

@media (max-width: 480px) {
  .arrow1::after {
    right: -21%;
  }

  .arrow-right-1::after {
    right: 1%;
  }
}

@media (max-width: 375px) {
  .arrow1::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid var(--red);
  }

  .arrow2 {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid var(--red);
  }
  .arrow-yellow::after {
    border-left-color: var(--yellow);
  }
}

/*******************************************************
共通
*******************************************************/

.section-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .section-inner {
    padding-right: max(6%, 25px);
    padding-left: max(6%, 25px);
  }
}

.bg {
  position: relative;
  z-index: 0;
}

.section-ttl,
.head {
  display: inline-block;
}

.en {
  width: 100%;
}

.ja {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: var(--size32);
  color: var(--white);
  letter-spacing: 0.05em;
  margin-top: -10px;

  z-index: 1;
}

.txt-black {
  color: var(--black);
}

.txt-red {
  color: var(--red);
}

.txt-yellow {
  color: var(--yellow);
}

.txt-orange {
  color: var(--orange);
}

.pic img {
  border-radius: var(--boder20);
}

.txt {
  font-weight: var(--weightBold);
  text-align: justify;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .en {
    width: 80%;
  }

  .en.en-appeal {
    width: 90%;
  }
}

@media (max-width: 860px) {
  .en {
    width: 70%;
  }

  .en.en-appeal {
    width: 85%;
  }

  .en.en-data {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .en {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .en.en-data {
    width: 75%;
  }
}

@media (max-width: 375px) {
  .en {
    width: 100%;
  }

  .en.en-data {
    width: 67%;
  }
}

/* ↓↓↓↓↓↓↓↓↓↓改行↓↓↓↓↓↓↓↓↓↓ */
.br-432,
.br-430,
.br-445 {
  display: none;
}

@media (max-width: 1024px) {
  .block-1024 {
    display: inline-block;
  }
}

@media (max-width: 860px) {
  .block-860 {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .block-480 {
    display: inline-block;
  }
}

@media (max-width: 445px) {
  .br-445 {
    display: block;
  }
}

@media (max-width: 432px) {
  .br432non {
    display: none;
  }

  .br-432 {
    display: block;
  }
}

@media (max-width: 430px) {
  .br-430 {
    display: block;
  }
}

/* ↓↓↓↓↓↓↓↓↓↓アニメーション↓↓↓↓↓↓↓↓↓↓ */

@keyframes sectionInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sectionInUp {
  visibility: hidden;
}

.wow.sectionInUp {
  animation-name: sectionInUp;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

/* ↓↓↓↓↓↓↓↓↓↓アニメーション（シーサーのプルプル）↓↓↓↓↓↓↓↓↓↓ */
@keyframes shiverLeft {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: -1deg;
  }
  20% {
    rotate: 1deg;
  }
  30% {
    rotate: -1deg;
  }
  40% {
    rotate: 1deg;
  }
  50% {
    rotate: -0.5deg;
  }
  60% {
    rotate: 0.5deg;
  }
  70% {
    rotate: -0.5deg;
  }
  80% {
    rotate: 0.5deg;
  }
  100% {
    rotate: 0deg;
  }
}

@keyframes shiverRight {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: 1deg;
  }
  20% {
    rotate: -1deg;
  }
  30% {
    rotate: 1deg;
  }
  40% {
    rotate: -1deg;
  }
  50% {
    rotate: 0.5deg;
  }
  60% {
    rotate: -0.5deg;
  }
  70% {
    rotate: 0.5deg;
  }
  80% {
    rotate: -0.5deg;
  }
  100% {
    rotate: 0deg;
  }
}

/*******************************************************
1.セクション
*******************************************************/
.section1 {
  position: relative;
  background: url(../img/03-message/back.jpg) no-repeat center/cover;
}

.bg-01 {
  padding-top: 60px;
  padding-bottom: 250px;
}

/* -----背景ドット----- */
.bg-01::before,
.bg-01::after {
  content: "";
  position: absolute;
  width: 57.762%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.bg-01::before {
  aspect-ratio: 800 / 700;
  background-image: url("../img/03-message/dots_top.jpg");
  left: 0;
  top: 0;
}

.bg-01::after {
  aspect-ratio: 800 / 900;
  background-image: url("../img/03-message/dots_bottom.jpg");
  right: 0;
  bottom: 0;
}
/* -----背景ドット----- */

@media (max-width: 860px) {
  .bg-01 {
    padding-bottom: 220px;
  }
}

@media (max-width: 768px) {
  .bg-01 {
    padding-bottom: 210px;
  }
}

@media (max-width: 480px) {
  .bg-01 {
    padding-top: 50px;
    padding-bottom: 170px;
  }
}

@media (max-width: 375px) {
  .bg-01 {
    padding-bottom: 120px;
  }
}

.ttl-1 {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}

.head.head-txt {
  font-size: var(--size75);
  color: var(--white);
  background-color: var(--black);
  border-radius: var(--boder20);
  max-width: 591px;
  width: 100%;
  padding: 30px 0;
}

.head.head-txt::after {
  content: "";
  position: absolute;
  bottom: 1%;
  left: 50%;
  border-style: solid;
  border-width: 35px 15px 0 15px;
  border-color: var(--black) transparent transparent;
  translate: -50% 100%;
}

.txtimg {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 553px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -20px;
}

.txt-46 {
  font-size: var(--size46);
}

@media (max-width: 768px) {
  .txtimg {
    width: 90%;
  }

  .txt-46 {
    font-size: clamp(23px, 7vw, 40px);
  }
}

@media (max-width: 500px) {
  .txtimg {
    margin-bottom: -30px;
  }
}

@media (max-width: 480px) {
  .head.head-txt {
    padding: 20px 0;
  }
  .txtimg {
    margin-bottom: -35px;
  }
}

@media (max-width: 375px) {
  .txtimg {
    margin-bottom: -45px;
  }

  .head.head-txt::after {
    border-width: 25px 12px 0 12px;
  }
}

/* ↓↓↓↓↓↓↓↓↓↓ボックス↓↓↓↓↓↓↓↓↓↓ */
.message-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  background-color: var(--white);
  border: 2px solid var(--black);
  box-shadow: 17px 17px 0 var(--black);
  padding: 70px 0;
  margin-bottom: 120px;
}

/* -----シーサー----- */
.message-box::before,
.message-box::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.message-box::before {
  width: 42.112%;
  aspect-ratio: 411 / 316;
  background-image: url("../img/03-message/shisa01.png");
  right: 2%;
  top: 0;
  transform: translate(50%, -50%);
}

.message-box::after {
  width: 24.591%;
  aspect-ratio: 240 / 305;
  background-image: url("../img/03-message/shisa02.png");
  left: 0;
  bottom: 5%;
  transform: translate(-50%, 50%);
}
/* -----シーサー----- */

@media (max-width: 1350px) {
  .message-box::before {
    right: 7%;
    top: 4%;
  }

  .message-box::after {
    left: 5%;
    bottom: 3%;
  }
}

@media (max-width: 1300px) {
  .message-box::before {
    width: 36.747%;
    aspect-ratio: 366 / 356;
    background-image: url("../img/03-message/shisa01-2.png");
  }
}

@media (max-width: 860px) {
  .message-box::before {
    width: 34%;
    right: 12%;
    top: 101%;
  }

  .message-box::after {
    left: 7%;
    bottom: -2%;
  }
}

@media (max-width: 768px) {
  .message-box::before {
    top: 101%;
  }
}

@media (max-width: 620px) {
  .message-box::before {
    width: 40%;
    top: 102%;
  }
  .message-box::after {
    width: 29%;
    left: 9%;
    bottom: -3%;
  }
}

@media (max-width: 560px) {
  .message-box::before {
    top: 104%;
  }
  .message-box::after {
    bottom: -5%;
  }
}

@media (max-width: 491px) {
  .message-box::before {
    width: 55%;
    right: 22%;
    top: 103%;
  }
  .message-box::after {
    width: 40%;
    left: 17%;
    bottom: -4%;
  }
}

@media (max-width: 480px) {
  .message-box::before {
    top: 105%;
  }
  .message-box::after {
    bottom: -6%;
  }
}

@media (max-width: 375px) {
  .message-box::before {
    width: 66%;
    top: 103%;
  }
  .message-box::after {
    width: 48%;
    bottom: -3.5%;
  }
}

.box-ttl {
  font-size: var(--size60);
  line-height: 1.33;

  text-decoration-line: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 0.234em;
  text-underline-offset: -0.01em;
  text-decoration-skip-ink: none;
}

.box-ttl .block-480,
.box-ttl .block-860 {
  text-decoration-line: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 0.234em;
  text-underline-offset: -0.01em;
  text-decoration-skip-ink: none;
}

.txt-outer {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.txt-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.txt-head {
  display: inline-block;
  font-size: var(--size35);
  line-height: 1.4;
}

.txt-head .spn {
  background: linear-gradient(var(--black), var(--black)) left
    calc(100% - 0.13em) / 100% 0.08em no-repeat;
}

.box-txt {
  font-size: var(--size21);
  font-weight: var(--weightBold);
  line-height: 2;
}

@media (max-width: 768px) {
  .message-box {
    gap: 5rem;
    padding: 70px 20px;
  }

  .box-txt {
    line-height: 1.6;
  }
}

@media (max-width: 560px) {
  .message-box {
    padding: 50px 20px;
  }

  .txt-outer {
    gap: 4rem;
  }
}

@media (max-width: 491px) {
  .message-box {
    margin-bottom: 172px;
  }
}

@media (max-width: 480px) {
  .message-box {
    padding: 40px 10px 60px;
  }

  .txt-outer {
    gap: 3rem;
  }

  .txt-box {
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .message-box {
    margin-bottom: 140px;
  }
}

/* ↓↓↓↓↓↓↓↓↓↓写真スライド↓↓↓↓↓↓↓↓↓↓ */
.slideshow-txt {
  position: relative;
  display: inline-block;
  font-size: var(--size40);
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-color: var(--white);
  text-decoration-thickness: 0.35em;
  text-underline-offset: -0.01em;
  text-decoration-skip-ink: none;
}

.slideshow-txt .block-1024 {
  text-decoration-line: underline;
  text-decoration-color: var(--white);
  text-decoration-thickness: 0.35em;
  text-underline-offset: -0.01em;
  text-decoration-skip-ink: none;
}

.slideshow-txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8.977%;
  aspect-ratio: 68 / 60; /* アスペクト比(横・縦) */
  background: url("../img/03-message/item.png") no-repeat center/contain;
  vertical-align: middle;
  bottom: -15%;
  right: 12%;
  transform: translate(200%, -100%);
  z-index: 1;
}

.slide-section {
  position: absolute;
  bottom: -10%;
  z-index: 1;
}

.slideshow-box {
  /* display: flex; */
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.slideshow {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.content img {
  width: 4720px;
  height: auto;
  display: block;
  margin-left: -40px;
}

@keyframes loop-slide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 875px) {
  .slideshow-txt {
    width: 420px;
  }

  .slideshow-txt::after {
    width: 12%;
    bottom: 55%;
    right: 22%;
  }
}

@media (max-width: 860px) {
  .slide-section {
    bottom: -4%;
  }

  .content img {
    width: 3000px;
  }

  .slideshow-txt::after {
    width: 7%;
    right: 14%;
    transform: translate(200%, -100%) rotate(25deg);
  }
}

@media (max-width: 580px) {
  .slideshow-txt {
    width: 340px;
  }
}

@media (max-width: 480px) {
  .slideshow-txt {
    width: 300px;
  }

  .content img {
    width: 2500px;
  }
}
@media (max-width: 375px) {
  .slideshow-txt {
    width: 265px;
  }

  .content img {
    width: 2000px;
  }
}
/*******************************************************
2.セクション
*******************************************************/

.section2 {
  position: relative;
  background: url(../img/04-aboutjob/back.jpg) no-repeat center/cover;
}

.bg-02 {
  padding-top: 260px;
  padding-bottom: 145px;
}

/* -----背景ドット----- */

.bg-02::before,
.bg-02::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}

.bg-02::before {
  width: 100%;
  aspect-ratio: 1400 / 740;
  background-image: url("../img/04-aboutjob/dots_top.jpg");
  right: 0;
  top: 0;
}

.bg-02::after {
  width: 100%;
  aspect-ratio: 1400 / 800;
  background-image: url("../img/04-aboutjob/dots_bottom.jpg");
  right: 0;
  bottom: 0;
}
/* -----背景ドット----- */

@media (max-width: 860px) {
  .bg-02 {
    padding-top: 175px;
  }
}

@media (max-width: 768px) {
  .bg-02 {
    padding-top: 165px;
  }
}

@media (max-width: 480px) {
  .bg-02 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.job-deco {
  position: absolute;
  max-width: 282px;
  width: 100%;
}

.deco01 {
  top: 0;
  left: 0;
}

.deco02 {
  top: 0;
  right: 0;
}

.deco03 {
  bottom: 0;
  left: 0;
}

.deco04 {
  bottom: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .job-deco {
    max-width: 200px;
  }

  .deco01,
  .deco03 {
    left: -4%;
  }

  .deco01,
  .deco02 {
    top: 10%;
  }

  .deco02,
  .deco04 {
    right: -4%;
  }
}

@media (max-width: 480px) {
  .job-deco {
    max-width: 130px;
  }
}

.ttl-2 {
  position: relative;
}

/* -----シーサー----- */
.ttl-2::before,
.ttl-2::after {
  content: "";
  position: absolute;
  display: block;
  width: 38.105%;
  aspect-ratio: 1 / 1;
  top: 50%;
  /* z-index: -1; */
}

.ttl-2::before {
  left: 0;
  transform: translate(-100%, -50%);
  background: url("../img/04-aboutjob/shisa01.png") no-repeat center/contain;
  animation: shiverLeft 4s infinite;
  transform-origin: center;
}

.ttl-2::after {
  right: 0;
  transform: translate(100%, -50%);
  background: url("../img/04-aboutjob/shisa02.png") no-repeat center/contain;
  animation: shiverRight 4s infinite;
  transform-origin: center;
}

@media (max-width: 1024px) {
  .ttl-2::before,
  .ttl-2::after {
    width: 28%;
  }

  .ttl-2::before {
    transform: translate(-70%, -50%);
  }
  .ttl-2::after {
    transform: translate(70%, -50%);
  }
}

@media (max-width: 768px) {
  .ttl-2::before,
  .ttl-2::after {
    width: 25%;
  }

  .ttl-2::before {
    transform: translate(-10%, 30%);
  }
  .ttl-2::after {
    transform: translate(10%, 30%);
  }
}

@media (max-width: 375px) {
  .ttl-2::before,
  .ttl-2::after {
    width: 27%;
  }

  .ttl-2::before {
    transform: translate(-10%, 50%);
  }
  .ttl-2::after {
    transform: translate(10%, 50%);
  }
}
/* -----シーサー----- */

.en-about {
  position: relative;
  max-width: 538px;
  margin: 0 auto;
  z-index: 1;
}

.en-about::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 71.564%;
  aspect-ratio: 385 / 270; /* アスペクト比(横・縦) */
  background: url("../img/04-aboutjob/fukidashi.png") no-repeat center/contain;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: -1;
}

/* ↓↓↓↓↓↓↓↓↓↓タブ切り替え↓↓↓↓↓↓↓↓↓↓ */

.tab-wrapper {
  position: relative;
  padding-top: 100px;
  z-index: 2;
}

@media (max-width: 768px) {
  .tab-wrapper {
    padding-top: 140px;
  }
}

@media (max-width: 500px) {
  .tab-wrapper {
    padding-top: 100px;
  }
}

@media (max-width: 375px) {
  .tab-wrapper {
    padding-top: 85px;
  }
}

/******** タブボタン *******/
.tab-menu {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  list-style: none;
  padding-bottom: 30px;
}

.tab-item {
  flex: 1; /* 幅を均等にする */
}

.tab-button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 70px;
  background-color: var(--white);
  border: 3px solid var(--black);
  border-radius: var(--boder20);
  font-size: clamp(20px, 2vw, 28px);
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.tab-button:hover {
  border-color: var(--orange02);
  transform: translateY(-2px);
}

.tab-button.active {
  background-color: var(--yellow);
}

@media (max-width: 768px) {
  .tab-menu {
    gap: 1rem;
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .tab-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    width: 100%;
    padding-bottom: 5px;
  }
  .tab-item {
    flex: 0 0 calc(33.33% - 5px);
  }

  .tab-button {
    height: 60px;
    border-radius: 15px;
    gap: 0.5rem;
    width: 100%;
  }
}

/******** 中身 *******/
.tab-box {
  background-color: var(--white);
  border: 2px solid var(--black);
  border-radius: var(--boder25);
  box-shadow: 17px 17px 0 var(--black);
  min-height: 120px; /*  */
  padding: 37px 25px 70px;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}

.tab-panel.active {
  display: block;
}

/* フェードイン */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(90px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-head {
  display: inline-block;
  font-size: var(--size85);
  letter-spacing: 0.5em;
  padding-left: 20px;
}

.panel-head span {
  background: linear-gradient(var(--black), var(--black)) left
    calc(100% - 0.13em) / 84% 0.05em no-repeat;
}

.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

.top-head {
  font-size: 40px;
}

.top-head span {
  background: linear-gradient(currentColor, currentColor) left
    calc(100% - 0.1em) / 100% 0.06em no-repeat;
}

.top-txtbox {
  max-width: 447px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 0 auto;
}

.tabtop-txt {
  font-size: var(--size19);
  font-weight: var(--weightBold);
  text-align: justify;
  line-height: var(--line18);
  padding: 0 10px;
}

.top-pic {
  max-width: 445px;
  width: 100%;
}

.pic-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 20px 0 80px;
}

/* タブ一番下のボタン */
.staffbtn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

.staff-btn {
  max-width: 425px;
  width: 100%;
  height: 70px;
}

.staff-button {
  font-size: 20px;
  font-weight: var(--weightBold);
}

@media (max-width: 860px) {
  .top-head {
    font-size: 35px;
  }

  .staff-button {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .panel-top {
    flex-direction: column-reverse;
    gap: 2rem;
    padding-top: 30px;
  }

  .pic-list {
    gap: 1rem;
  }

  .staffbtn-list {
    flex-direction: column;
    align-items: center;
  }

  .staff-btn {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .top-head {
    font-size: 32px;
  }

  .pic-list {
    flex-wrap: wrap;
  }

  .tab-pic {
    width: 48%;
  }
}

@media (max-width: 375px) {
  .top-head {
    font-size: 25px;
  }

  .tab-pic {
    width: 70%;
  }
}

/******** モーダル *******/
.bottom-head {
  display: inline-block;
  font-size: 35px;
}

.bottom-head .spn {
  background: linear-gradient(var(--black), var(--black)) center
    calc(100% - 0.17em) / 100% 0.08em no-repeat;
}

/* カード */
.card-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 105px;
  padding: 50px 0 85px;
}

.open-modal {
  max-width: 318px;
  width: 100%;
  transition: all 0.2s ease;
}

.open-modal:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.card-pic {
  max-width: 264px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.staff-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border: 2px solid var(--black);
  border-radius: var(--boder25);
  height: 78px;
  margin-bottom: 12px;
}

.prof {
  font-size: var(--size19);
  font-weight: var(--weightBold);
}

.click {
  position: relative;
  display: inline-block;
  margin-left: 8em;
}

.click span {
  font-size: var(--size15);
  background: linear-gradient(var(--black), var(--black)) center
    calc(100% - 0.17em) / 100% 0.08em no-repeat;
}

@media (max-width: 900px) {
  .card-list {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .card-list {
    flex-direction: column;
    gap: 4rem;
    padding: 30px 0px 70px;
  }

  .open-modal {
    max-width: 300px;
  }

  .card-pic {
    max-width: 220px;
  }

  .staff-box {
    height: 65px;
    margin-bottom: 6px;
  }
}

@media (max-width: 480px) {
  .bottom-head {
    font-size: 32px;
  }
}

@media (max-width: 375px) {
  .bottom-head {
    font-size: 25px;
  }

  .card-pic {
    width: 82%;
  }

  .click {
    margin-left: 7em;
  }
}

/* 中身 */
.modal {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 95px 0;
  background-image: url(../img/04-aboutjob/modal-back.png);
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  z-index: 9999 !important;
  transition: all 0.3s ease;
}

/* 開いたとき */
.modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.fade-in {
  transform: translateY(100%);
  transition: all 0.5s ease;
}

.modal.active.fade-in {
  transform: translateY(0);
}

body.modal-open {
  overflow: hidden; /* スクロール禁止 */
}

/* モーダル表示中にヘッダーを止める */
body.modal-open .header {
  position: static;
}

/* モーダル表示中はハンバーガー非表示 */
body.modal-open .hamburger {
  display: none !important;
}

/* モーダル表示中は追従ボタン非表示 */
body.modal-open .slidebtn-wrap {
  display: none !important;
}

/* モーダル表示中はtopボタン非表示 */
body.modal-open .pagetop {
  display: none !important;
}

body.modal-open .pagetop {
  display: none !important;
}

/* 内容 */

.modal-content {
  position: relative;
  background-color: var(--white);
  border: 2px solid var(--black);
  border-radius: var(--boder25);
  box-shadow: 17px 17px 0 var(--black);
  padding: 70px 65px 80px 110px;
  z-index: 2;
}

.person-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.5rem;
  padding-bottom: 35px;
}

.mdl-prof {
  display: inline-block;
  text-align: start;
  font-size: 26px;
  line-height: 1.6;
}

.mdl-prof .line {
  background: linear-gradient(var(--black), var(--black)) center
    calc(100% - 0.17em) / 100% 0.08em no-repeat;
}

.person-pic {
  max-width: 325px;
  width: 100%;
}

.mdl-cntbox {
  position: relative;
}

.mdl-head {
  position: absolute;
  font-size: 21px;
  background-color: var(--orange02);
  line-height: 38px;
  width: fit-content;
  border-radius: 10px;
  padding: 0 18px;
  left: -4%;
  transform: translate(0, -50%); /* （横,縦） */
}

.mdl-txt {
  background-color: var(--beige);
  border-radius: 10px;
  max-width: 812px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 48px;
}

/* 閉じるボタン */
.modal .close {
  position: absolute;
  top: -1%;
  right: -2%;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}

.close {
  color: var(--black);
  background-color: var(--orange02);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.close span {
  transform: translate(0%, -5%);
}

.close:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* 閉じるボタン （閉じる）*/
.modal-btn {
  max-width: 425px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}

.modal-button {
  font-size: 20px;
  font-weight: var(--weightBold);
}

.close-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* フェードアニメーション */
@keyframes fadeIn {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .mdl-prof {
    font-size: 20px;
  }
}

@media (max-width: 860px) {
  .modal-content {
    padding: 70px 65px 80px;
  }
  .person-box {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
}

@media (max-width: 768px) {
  .modal-content {
    padding: 70px 40px;
  }
  .mdl-head {
    font-size: 20px;
  }

  .modal-btn {
    max-width: 300px;
    height: 60px;
  }

  .modal-button {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .modal-content {
    padding: 60px 30px;
  }

  .person-box {
    padding-bottom: 60px;
  }

  .mdl-prof,
  .mdl-head {
    font-size: 18px;
  }

  .mdl-txt {
    padding: 30px 15px;
  }

  .close {
    width: 45px;
    height: 45px;
  }

  .modal .close {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .modal-content {
    padding: 60px 20px;
  }

  .mdl-prof,
  .mdl-head {
    font-size: 16px;
  }
}

/*******************************************************
3.セクション
*******************************************************/
.section3 {
  position: relative;
  background: url(../img/05-appeal/back.jpg) no-repeat center/cover;
  z-index: 0;
  padding-top: 86px;
  padding-bottom: 137px;
  overflow: hidden;
}

/* -----背景ドット----- */
.section3::before,
.section3::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section3::before {
  width: 37.907%;
  aspect-ratio: 525 / 552;
  background-image: url("../img/05-appeal/dots_top.jpg");
  right: 0;
  top: 0;

  z-index: -1;
}

.section3::after {
  width: 44.405%;
  aspect-ratio: 615 / 812;
  background-image: url("../img/05-appeal/dots_bottom.jpg");
  left: 0;
  bottom: 0;
  z-index: -2;
}
/* -----背景ドット----- */

@media (max-width: 768px) {
  .section3 {
    padding-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .section3 {
    padding-bottom: 80px;
  }
}

.ttl-3 {
  position: relative;
  z-index: 1;
}

/* -----シーサー----- */
.ttl-3::before,
.ttl-3::after {
  content: "";
  position: absolute;
  display: block;
  width: 59.212%;
  aspect-ratio: 1 / 1;
  top: 50%;
  /* z-index: -1; */
}

.ttl-3::before {
  left: 0;
  transform: translate(-100%, -50%);
  background: url("../img/05-appeal/shisa01.png") no-repeat center/contain;
  animation: shiverLeft 4s infinite;
  transform-origin: center;
}

.ttl-3::after {
  right: 0;
  transform: translate(100%, -50%);
  background: url("../img/05-appeal/shisa02.png") no-repeat center/contain;
  animation: shiverLeft 4s infinite;
  transform-origin: center;
}

@media (max-width: 1024px) {
  .ttl-3::before,
  .ttl-3::after {
    width: 49%;
  }

  .ttl-3::before {
    transform: translate(-70%, -50%);
  }
  .ttl-3::after {
    transform: translate(70%, -50%);
  }
}

@media (max-width: 768px) {
  .ttl-3::before,
  .ttl-3::after {
    width: 33%;
  }

  .ttl-3::before {
    transform: translate(-30%, 20%);
  }
  .ttl-3::after {
    transform: translate(30%, 20%);
  }
}
/* -----シーサー----- */

.en-appeal {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  z-index: 1;
}

.en-appeal::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 84.477%;
  aspect-ratio: 321 / 227; /* アスペクト比(横・縦) */
  background: url("../img/05-appeal/fukidashi.png") no-repeat center/contain;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: -1;
}

/* ==============================
   Swiper全体のスタイル
============================== */

.appeal-outer {
  display: grid;
  grid-template-columns: 342px minmax(0, 1fr);
  gap: 0 25px;
  margin-right: calc((100% - 100vw) * 0.5);
  padding-top: 85px;
  margin-left: -17%;
}

.appeal-head {
  position: relative;
  font-size: var(--size38);
  padding-top: 110px;
}

.appeal-head span {
  background: linear-gradient(currentColor, currentColor) left
    calc(100% - 0.1em) / 100% 0.06em no-repeat;
}

.appealSwiper {
  display: flex;
  width: 100%;
  overflow: visible;
  margin-right: auto;
  margin-left: 0;
}

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

@media (max-width: 1400px) {
  .appeal-outer {
    margin-left: -8%;
  }
}

@media (max-width: 1200px) {
  .appeal-outer {
    margin-left: -5%;
  }
}

@media (max-width: 1024px) {
  .appeal-outer {
    display: block;
    margin: 0;
    padding-top: 70px;
  }

  .appeal-head {
    padding: 0 20px 30px;
  }
}

@media (max-width: 768px) {
  .appeal-outer {
    padding-top: 100px;
  }

  .appeal-head {
    padding: 0 0 30px;
  }
}

@media (max-width: 375px) {
  .appeal-outer {
    padding-top: 70px;
  }
}

/* ==============================
   スライド内カードのスタイル
============================== */
.swiper-slide {
  flex: 0 0 auto; /* 固定幅で横並び */
  justify-content: center;
  background-color: var(--white);
  border: 2px solid var(--black);
  height: auto;
  padding: 25px 0;
  /* display: flex; */
}

.slide-head {
  position: relative;
  font-size: var(--size28_slide);
  line-height: 1.6;
  align-items: center;
  height: 80px;
}

.slide-head span {
  background: linear-gradient(currentColor, currentColor) left
    calc(100% - 0.1em) / 100% 0.06em no-repeat;
}

.txt13 {
  position: absolute;
  right: 2.5%;
  bottom: -30%;
  font-size: 13px;
  font-weight: var(--weightBold);
}

.slide-head .txt13 {
  background: none;
}

.swiper-txt {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
}

/* .swiper-outer {
  position: relative;
} */

.slide-item {
  margin: 0 auto;
}

.slide-item img {
  max-width: 310px;
  width: 100%;
  padding-bottom: 18px;
}

@media (max-width: 860px) {
  .swiper-txt {
    padding: 0 10px;
  }
}

/* ==============================
   ナビゲーション配置
============================== */
.swiper-nav {
  position: relative;
  transform: translate(-107%, -600%);
  max-width: 342px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

/* -----プログレスバー（スクロールバー）----- */
.custom-progressbar {
  width: 237px; /* 横棒全体の幅 */
  height: 3px;
  background-color: var(--black);
  margin-right: 10px;
  overflow: hidden;
}

.custom-indicator {
  background-color: var(--red);
  width: 100%;
  max-width: 52px;
  height: 100%;
  transition: transform 0.3s ease, width 0.3s ease;
}

/* -----左右ボタン（Pagination Flex）----- */

.swiper-buttons {
  position: static;
  display: flex;
  gap: 30px;
}

/* 丸いボタン */
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--red);
}

/* 三角だけの矢印 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

/* 左向き三角矢印 */
.swiper-button-prev::after {
  border-width: 8px 10px 8px 0;
  border-color: transparent var(--white) transparent transparent;
  margin-right: 5px;
}

/* 右向き三角矢印 */
.swiper-button-next::after {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent var(--white);
  margin-left: 3px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

@media (max-width: 1100px) {
  .swiper-nav {
    max-width: 300px;
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 1024px) {
  .swiper {
    overflow: unset;
  }

  .swiper-nav {
    position: static;
    transform: none;
    padding-top: 40px;
    margin: 0 auto;
  }
}

@media (max-width: 375px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

/*******************************************************
4.セクション
*******************************************************/
.section4 {
  position: relative;
  background: url(../img/06-data/back.jpg) no-repeat center/cover;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 145px;
}

/* -----背景ドット----- */
.section4::before,
.section4::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section4::before {
  width: 58.123%;
  aspect-ratio: 805 / 613;
  background-image: url("../img/06-data/dots_top.jpg");
  left: 0;
  top: 0;
  z-index: -1;
}

.section4::after {
  width: 67.871%;
  aspect-ratio: 940 / 630;
  background-image: url("../img/06-data/dots_bottom.jpg");
  right: 0;
  bottom: 0;
  z-index: -2;
}
/* -----背景ドット----- */

@media (max-width: 480px) {
  .section4 {
    padding-top: 85px;
    padding-bottom: 80px;
  }
}

.data-deco {
  position: absolute;
  max-width: 286px;
  width: 100%;
  z-index: -1;
}

.deco05 {
  top: 0;
  left: 0;
}

.deco06 {
  right: 0;
}

.deco07 {
  bottom: 0;
  left: 0;
}

.deco08 {
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 1100px) {
  .data-deco {
    max-width: 200px;
  }

  .deco05,
  .deco07 {
    left: -4%;
  }

  .deco05,
  .deco06 {
    top: 10%;
  }

  .deco06,
  .deco08 {
    right: -4%;
  }
}

@media (max-width: 480px) {
  .data-deco {
    max-width: 130px;
  }
}

.en-data {
  position: relative;
  max-width: 241px;
  margin: 0 auto;
  z-index: 1;
}

.en-data::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 152.7%;
  aspect-ratio: 368 / 255; /* アスペクト比(横・縦) */
  background: url("../img/06-data/fukidashi.png") no-repeat center/contain;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.data-outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 2rem;
  padding-top: 75px;
}

.data-box {
  background-color: var(--white);
  border: 2px solid var(--black);
  padding: 30px 24px;
}

.data-head {
  display: inline-block;
  font-size: var(--size27);
  margin-bottom: 10px;
}

.data-head span {
  background: linear-gradient(var(--black), var(--black)) center
    calc(100% - 0.17em) / 100% 0.08em no-repeat;
}

.last-message {
  background: url(../img/06-data/back_bottom.jpg) no-repeat center/cover;
  padding-top: 50px;
  padding-bottom: 67px;
}

.message-set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.join-us {
  display: inline-block;
  font-size: 60px;
  font-size: clamp(42px, 8.75vw, 60px);
  color: var(--yellow);
}

.join-us span {
  background: linear-gradient(var(--yellow), var(--yellow)) center
    calc(100% - 0.17em) / 100% 0.06em no-repeat;
}

.txt-inner {
  position: relative;
  display: inline-block;
}

.txt-set {
  position: relative;
  display: inline-block;
  padding-bottom: 43px;
}

.txt-set::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8.718%;
  aspect-ratio: 68 / 60; /* アスペクト比(横・縦) */
  background: url("../img/06-data/item.png") no-repeat center/contain;
  vertical-align: middle;
  top: -12%;
  right: 14%;
  transform: translate(200%, -50%);
}

.joinus-txt {
  position: relative;

  font-size: var(--size50);
  z-index: 1;
}

.joinus-copy {
  font-size: var(--size50);
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-text-stroke: 4px var(--white);
}

@media (max-width: 860px) {
  .data-outer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .last-message {
    background-image: url(../img/06-data/back_bottom_sp.jpg);
  }
}

@media (max-width: 600px) {
  .data-outer {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    width: 100%;
    gap: 3rem;
    margin: 0 auto;
  }

  .data-item {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 445px) {
  .message-set {
    gap: 4rem;
  }

  .txt-set::after {
    width: 18%;
    right: 30%;
  }
}

/*******************************************************
追従ボタン
*******************************************************/

.slidebtn-wrap {
  position: fixed;
  top: 30%;
  right: 0;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 2;
}

.slidebtn-wrap.moved {
  top: -10%; /* 200pxスクロールしたら移動 */
}

.slide-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: var(--black);
  border: 2px solid var(--white);
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  transition: transform 0.3s, opacity 0.3s;
}

.slide-yellow {
  color: var(--yellow);
}

.slide-red {
  color: var(--red);
}

@media (hover: hover) and (pointer: fine) {
  .slide-btn:hover {
    transform: translateY(-1px);
    background-color: var(--white);
    border: 2px solid var(--black);
    color: var(--orange);
  }
}

@media (max-width: 768px) {
  .slide-btn:active {
    background-color: var(--white);
    color: var(--orange);
  }
}

@media (max-width: 1200px) {
  .slidebtn-wrap {
    top: 24%;
  }

  .slidebtn-wrap.moved {
    top: 0%;
  }

  .slide-btn {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 860px) {
  .slidebtn-wrap {
    top: 10%;
    gap: 1.4rem;
  }

  .slide-btn {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 768px) {
  .slidebtn-wrap {
    flex-direction: row;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    transform: none;
    gap: 0;
  }

  .slide-btn {
    flex: 1 1 50%;
    min-width: 0;
    height: 70px;
    border-radius: 0;
    border: 1px solid var(--white);
  }
}

@media (max-width: 480px) {
  .slide-btn {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .slide-btn {
    font-size: 14px;
  }
}

/*******************************************************
トップボタン
*******************************************************/
.pagetop {
  display: none; /* 初期は非表示 */
  position: fixed;
  width: 14.73%;
  display: inline-block;
  transition: bottom 0.5s ease;
  cursor: pointer;
  z-index: 10;
}

.pagetop img {
  transition: transform 1s;
  transform-style: preserve-3d;
}

/* ホバー時 */
.pagetop img:hover {
  opacity: 0.7;
  transform: rotateY(360deg);
}

@media (max-width: 768px) {
  .pagetop {
    width: 20%;
  }
}

@media (max-width: 480px) {
  .pagetop {
    width: 28%;
  }
}

/*******************************************************
フッター
*******************************************************/
footer {
  position: relative;
  background-color: var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 300;
  padding: 57px 0;
}

.footer-inner {
  padding: 0 10px;
}

.footer-nav {
  padding-bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-nav > a:not(:first-child)::before {
  content: "｜";
  position: relative;
  right: 3%;
}

.footer-nav a:hover {
  color: var(--yellow);
}

@media (max-width: 768px) {
  footer {
    padding-top: 35px;
    padding-bottom: 110px;
  }
}

@media (max-width: 545px) {
  footer {
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .footer-nav {
    flex-wrap: wrap;
  }

  .footer-nav > a:last-child::before {
    opacity: 0;
  }
}
