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

/* Remove default padding */
header ul,
header ol {
  padding: 0;
}

footer ul,
footer ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Albert Sans", sans-serif;
  overflow-x: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*16px＝1rem*/
.site-header {
  position: fixed;
  top: clamp(20px, 4.17vw, 60px);
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  transition: width 0.3s ease;
  height: 100vh;
  width: 18.75rem;
}
@media screen and (max-width: 920px) {
  .site-header {
    display: none;
  }
}
.site-header.has-submenu-open {
  width: clamp(385px, 42.56vw, 596px);
  height: 100vh !important;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 150px 30px 0;
}
.site-header.has-submenu-open .header-nav__text-ja,
.site-header.has-submenu-open .header-nav__text-en {
  color: #000 !important;
  transition: color 0.3s ease;
}
.site-header.has-submenu-open .header-logo__image {
  filter: none !important;
  transition: filter 0.3s ease;
}

.header-nav {
  width: 18.1875rem;
  position: relative;
}

.header-logo {
  max-width: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 clamp(10px, 1.39vw, 20px);
  margin-top: 20px;
}
.header-logo__link {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-logo__link:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.header-logo__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease;
}

.header-nav__submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: clamp(200px, 22vw, 300px);
  padding: clamp(15px, 1.04vw, 15px) 0;
  margin-left: clamp(5px, 0.35vw, 5px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.header-nav__submenu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header-nav__item--has-submenu {
  cursor: pointer;
}

.header-nav__submenu-item {
  margin: 0;
}

.header-nav__submenu-link {
  display: block;
  padding: clamp(8px, 0.56vw, 8px) clamp(15px, 1.04vw, 15px);
  color: #333;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.2s ease;
}
.header-nav__submenu-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  padding-left: clamp(20px, 1.39vw, 20px);
}

.header-nav__list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.04vw, 15px);
  height: 100vh;
  align-items: left;
  justify-content: flex-start;
}

.header-nav__item {
  position: relative;
  margin: 0 clamp(10px, 1.39vw, 20px);
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .header-nav__item {
    padding: 0 clamp(5px, 0.69vw, 10px);
  }
}

.header-nav__link {
  display: block;
  text-decoration: none;
  padding: clamp(3px, 0.35vw, 5px) 0;
}

.header-nav__text-ja {
  display: block;
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 800;
  color: #fff;
  margin-bottom: clamp(3px, 0.35vw, 5px);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.header-nav__text-en {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(10px, 0.97vw, 14px);
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.header-nav__submenu-item {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .site-header {
    padding: 0.9375rem;
    width: 200px;
  }
  .header-nav {
    width: 200px;
  }
  .header-nav__list {
    gap: 1.25rem;
  }
  .header-nav__text-ja {
    font-size: 1rem;
  }
  .header-nav__text-en {
    font-size: 0.75rem;
  }
}
.header-banners {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.69vw, 10px);
  position: absolute;
  bottom: clamp(30px, 3.47vw, 50px);
  left: 0;
  width: 100%;
}
.header-banners__item {
  width: 100%;
  max-width: clamp(180px, 17.36vw, 250px);
  transition: transform 0.3s ease;
}
.header-banners__item:hover {
  transform: translateX(clamp(3px, 0.35vw, 5px));
}
.header-banners__link {
  display: block;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: clamp(4px, 0.42vw, 6px);
  overflow: hidden;
}
.header-banners__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .header-banners {
    max-width: 200px;
  }
  .header-banners__item {
    max-width: 200px;
  }
}

.side-banners {
  position: fixed;
  right: 0;
  bottom: clamp(55px, 3.47vw, 65px);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.69vw, 10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.side-banners__item {
  width: auto;
  max-width: clamp(200px, 20.83vw, 300px);
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
.side-banners__item:hover {
  transform: translateX(clamp(-5px, -0.35vw, -3px));
}
.side-banners__item:nth-child(1) {
  transition-delay: 0s;
}
.side-banners__item:nth-child(2) {
  transition-delay: 0.2s;
}
.side-banners__link {
  max-width: clamp(200px, 20.83vw, 300px);
  height: auto;
  aspect-ratio: 300/150;
  display: block;
  box-shadow: 0 clamp(2px, 0.28vw, 4px) clamp(4px, 0.56vw, 8px) rgba(0, 0, 0, 0.2);
  border-radius: clamp(4px, 0.42vw, 6px) 0 0 clamp(4px, 0.42vw, 6px);
  overflow: hidden;
}
.side-banners__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .side-banners {
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    right: 0;
  }
}
.side-banners.is-visible {
  opacity: 1;
  visibility: visible;
}
.side-banners.is-visible .side-banners__item {
  transform: translateX(0);
}
.side-banners.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.side-banners.is-hidden .side-banners__item {
  transform: translateX(100%);
}

/* デフォルト背景（暗い背景）用のスタイル */
/* 初期状態では非デフォルトのヘッダーは非表示 */
.midnightHeader.white,
.midnightHeader.blue,
.midnightHeader.red,
.midnightHeader.green,
.midnightHeader.pink,
.midnightHeader.white2 {
  display: none;
}

.midnightHeader.default .header-nav__text-ja,
.midnightHeader.default .header-nav__text-en {
  color: #000; /* 白色テキスト */
  transition: color 0.3s ease;
}

/* 白背景用のスタイル */
.midnightHeader.white .header-nav__text-ja,
.midnightHeader.white .header-nav__text-en {
  color: #fff; /* 暗色テキスト */
  transition: color 0.3s ease;
}

/* 白背景用のスタイル */
.midnightHeader.white2 .header-nav__text-ja,
.midnightHeader.white2 .header-nav__text-en {
  color: #fff; /* 暗色テキスト */
  transition: color 0.3s ease;
}

.midnightHeader.white .header-logo__image {
  filter: brightness(0) invert(1); /* SVGロゴを白色に変更 */
}

.midnightHeader.white2 .header-logo__image {
  filter: brightness(0) invert(1); /* SVGロゴを白色に変更 */
}

/* ホバー時のスタイル */
.midnightHeader.default .header-nav__item:hover .header-nav__text-ja,
.midnightHeader.default .header-nav__item:hover .header-nav__text-en {
  color: #000 !important; /* 薄い白色 */
  opacity: 0.8;
}

.midnightHeader.white2 .header-nav__item:hover .header-nav__text-ja,
.midnightHeader.white2 .header-nav__item:hover .header-nav__text-en {
  color: #fff !important; /* 薄い白色 */
  opacity: 0.8;
}

.midnightHeader.white .header-nav__item:hover .header-nav__text-ja,
.midnightHeader.white .header-nav__item:hover .header-nav__text-en {
  color: #fff !important; /* 薄い白色 */
  opacity: 0.8;
}

.md3-none {
  display: none;
}

@media screen and (max-width: 920px) {
  .md3-none {
    display: block;
  }
}
/* 採用ページ専用スタイル */
/* 採用ページでは通常のヘッダーを非表示 */
.recruit-page .site-header {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  /* ヘッダーが表示される際のスタイル */
}
.recruit-page .site-header.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* 縦ハンバーガーメニュー */
.recruit-hamburger {
  position: fixed;
  top: 50%; /* 元の位置（画面中央） */
  left: 0px;
  transform: translateY(-50%); /* 元の中央配置 */
  z-index: 1000;
  width: 70px;
  height: 100vh; /* 元の高さに戻す */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s ease;
  /* ホバー効果 */
  /* アクティブ時（×ボタン表示中）- メニューの下に移動 */
  /* タブレット以下では非表示 */
}
.recruit-hamburger:hover {
  transform: translateY(-50%) scale(1.05);
}
.recruit-hamburger.is-active {
  top: auto;
  bottom: 20px; /* メニューの下に配置 */
  transform: none;
  height: 70px; /* コンパクトなサイズ */
  border-right: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
}
.recruit-hamburger.is-active:hover {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.3);
}
.recruit-hamburger.is-active .recruit-hamburger__icon span {
  background: #fff;
}
.recruit-hamburger.is-active .recruit-hamburger__icon span:nth-child(1) {
  transform: rotate(45deg);
  left: 18px;
}
.recruit-hamburger.is-active .recruit-hamburger__icon span:nth-child(2) {
  opacity: 0;
}
.recruit-hamburger.is-active .recruit-hamburger__icon span:nth-child(3) {
  transform: rotate(-45deg);
  left: 18px;
}
@media screen and (max-width: 920px) {
  .recruit-hamburger {
    display: none;
  }
}

.recruit-hamburger__icon {
  width: 40px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.recruit-hamburger__icon span {
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.recruit-hamburger__icon span:nth-child(1) {
  left: 8px;
}
.recruit-hamburger__icon span:nth-child(2) {
  left: 18px;
}
.recruit-hamburger__icon span:nth-child(3) {
  left: 28px;
}

/* 採用ページのサイドバナーを非表示 */
.recruit-page .side-banners {
  display: none;
}

/* 採用ページの下部ナビゲーションバーを非表示（PC表示時） */
@media screen and (min-width: 921px) {
  .recruit-page .bottom-nav {
    display: none;
  }
}

/*16px＝1rem*/
.section-title {
  font-family: Barlow;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 44px;
    line-height: 44px;
  }
}

.section-subtitle {
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%; /* 26.42px */
}
@media screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}

.text {
  color: #00293C;
  font-family: "Albert Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
}

.inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 1920px) {
  .inner {
    margin-left: 18.75rem;
  }
}
@media screen and (max-width: 920px) {
  .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.9375rem;
    margin-left: 0;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp-show {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 375px) {
  .sp-none {
    display: none;
  }
}

.sp2-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .sp2-show {
    display: block;
  }
}

.sp2-none {
  display: block;
}
@media screen and (max-width: 550px) {
  .sp2-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.md-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md3-none {
  display: block;
}
@media screen and (max-width: 920px) {
  .md3-none {
    display: none;
  }
}

.md3-show {
  display: none;
}
@media screen and (max-width: 920px) {
  .md3-show {
    display: block;
  }
}

/*16px＝1rem*/
.staff-hero {
  width: 100vw;
  height: 756px;
  background-image: url(../images/member-mv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .staff-hero {
    height: 300px;
  }
}

.staff-hero__title {
  color: #1E656D;
  font-size: 5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  line-height: 96.07px;
  word-wrap: break-word;
  text-shadow: 0px 1px 8px rgb(252, 231, 153);
}
@media screen and (max-width: 768px) {
  .staff-hero__title {
    font-size: 2.875rem;
    line-height: 55.24px;
  }
}

.staff-hero__subtitle {
  color: #F1F3CE;
  font-size: 2.5rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  line-height: 48.04px;
  word-wrap: break-word;
  text-shadow: 0px 1px 4px rgb(0, 0, 0);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff-hero__subtitle {
    font-size: 1.125rem;
    line-height: 21.6px;
  }
}

.staff-hero__inner {
  height: 100%;
}

.staff-hero__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .staff-hero__content {
    width: 100%;
    height: 100%;
  }
}

.staff-list {
  width: 100%;
  height: auto;
  background-image: url(../images/members-bg-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 159px;
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .staff-list {
    padding-top: 72px;
    padding-bottom: 100px;
  }
}

.staff-list__text {
  color: #202020;
  font-size: 24px;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 300;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .staff-list__text {
    font-size: 1rem;
    line-height: 24px;
  }
}

.staff__search {
  max-width: 290px;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-left: auto;
}

.staff__search-form {
  display: flex;
  width: 100%;
  height: 100%;
}
.staff__search-category {
  position: relative;
  width: 100%;
  height: 100%;
}
.staff__search-category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .staff__search-category {
    width: 100%;
    height: 56px;
  }
}

.staff__search-select {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.staff__search-select:focus {
  outline: none;
}
.staff__search-select option {
  font-size: 0.875rem;
}

.staff__search-button {
  width: 56px;
  height: 100%;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}
.staff__search-button:hover {
  background-color: #e6e6e6;
}
.staff__search-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-list__container {
  margin-top: 63px;
}

.staff-list__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .staff-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.staff-list__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 233/256;
  border-radius: 10px;
}
.staff-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.staff-list__item-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
}

.staff-list__item-text {
  color: black;
  font-size: 12px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  line-height: 18px;
  word-wrap: break-word;
}

.staff-list__item-furigana {
  color: #666;
  font-size: 10px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  line-height: 15px;
  word-wrap: break-word;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .staff-list__item-furigana {
    font-size: 9px;
    line-height: 13px;
  }
}

.staff-list__item-name a {
  color: black;
  font-size: 18px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  line-height: 27px;
  word-wrap: break-word;
  margin-top: 2px;
}

.staff-single__hero {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(../images/sns/sns-item-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.staff-single__wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .staff-single__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.staff-single__hero-text-wrapper {
  flex: 1;
}

.staff-single__hero-img {
  max-width: 250px;
  width: 100%;
  height: auto;
  aspect-ratio: 420/527;
  margin-top: 40px;
  border-radius: 10px;
}
.staff-single__hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.staff-single__hero-img .staff-single__hero-title-position {
  color: black;
  font-size: 20px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  line-height: 30px;
  word-wrap: break-word;
}

.staff-single__hero-title-furigana {
  color: #666;
  font-size: 14px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  line-height: 20px;
  word-wrap: break-word;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .staff-single__hero-title-furigana {
    font-size: 12px;
    line-height: 18px;
  }
}

.staff-single__hero-title {
  color: black;
  font-size: 32px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  line-height: 48px;
  word-wrap: break-word;
  margin-top: 5px;
}

.staff-single__hero-text-title {
  color: black;
  font-size: 18px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  line-height: 30px;
  word-wrap: break-word;
}

.staff-single__hero-text-text {
  color: black;
  font-size: 18px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  line-height: 30px;
  padding-top: 20px;
}

.staff-single__history {
  background-color: #00293C;
  padding-top: 120px;
  padding-bottom: 160px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .staff-single__history {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.staff-single__history-large-title {
  color: #F1F3CE;
  font-size: 80px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  line-height: 96px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .staff-single__history-large-title {
    font-size: 2.875rem;
    line-height: 55.24px;
  }
}

.staff-single__history-title {
  color: #F62A00;
  font-size: 22px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  line-height: 26.4px;
  word-wrap: break-word;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .staff-single__history-title {
    font-size: 1.125rem;
    line-height: 21.6px;
  }
}

.staff-single__history-wrapper {
  margin-top: 48px;
}

.staff-single__history-item {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 78px;
}
@media screen and (max-width: 550px) {
  .staff-single__history-item {
    gap: 17px;
    align-items: start;
  }
}

.staff-single__history-item-img {
  max-width: 30px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}
.staff-single__history-item-img::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 526.6666666667%;
  border-left: 2px dotted #fff;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .staff-single__history-item-img::after {
    height: 666.6666666667%;
  }
}
.staff-single__history-item:nth-child(2) .staff-single__history-item-img::after {
  height: 666.6666666667%;
}
@media screen and (max-width: 550px) {
  .staff-single__history-item:nth-child(2) .staff-single__history-item-img::after {
    height: 833.3333333333%;
  }
}
.staff-single__history-item:last-child .staff-single__history-item-img::after {
  display: none;
}
.staff-single__history-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.staff-single__history-item-text {
  color: #fff;
  font-size: 22px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  line-height: 34px;
  word-wrap: break-word;
  background-color: #1E656D;
  padding: 20px 27px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .staff-single__history-item-text {
    font-size: 1rem;
    line-height: 24px;
  }
}

.staff-single__story {
  margin-top: -50px;
  background-color: #F1F3CE;
  padding-top: 150px;
  padding-bottom: 160px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .staff-single__story {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.staff-single__story-large-title {
  color: #F62A00;
  font-size: 80px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  line-height: 96px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .staff-single__story-large-title {
    font-size: 2.875rem;
    line-height: 55.24px;
    text-align: center;
  }
}

.staff-single__story-title {
  color: #00293C;
  font-size: 22px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  line-height: 26.4px;
  word-wrap: break-word;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .staff-single__story-title {
    font-size: 1.125rem;
    line-height: 21.6px;
    text-align: center;
  }
}

.staff-single__story-item-text {
  color: #000;
  font-size: 18px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  line-height: 30px;
  word-wrap: break-word;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .staff-single__story-item-text {
    font-size: 1rem;
    line-height: 24px;
  }
}

.staff-single__story-item-img {
  max-width: 339px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  margin-top: 110px;
}
.staff-single__story-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.staff-single__story-large-title--reason {
  margin-top: 128px;
}

.staff-single__sns {
  margin-top: 120px;
  padding-bottom: 167px;
}
@media screen and (max-width: 768px) {
  .staff-single__sns {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

.staff-single__large-title {
  color: #000;
  font-size: 80px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  line-height: 96px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .staff-single__large-title {
    font-size: 2.875rem;
    line-height: 55.24px;
  }
}

.staff-single__sns-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .staff-single__sns-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
}

.staff-single__sns-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.staff-single__sns-item-img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.staff-single__sns-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.staff-single__sns-item-text {
  color: #000;
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 30px;
  word-wrap: break-word;
}

.staff-single__sns-no-items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .staff-single__sns-no-items {
    padding: 20px 10px;
  }
}

.staff-single__sns-no-items-text {
  color: #666;
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .staff-single__sns-no-items-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.staff-single__interview {
  background-color: #1E656D;
  margin-top: 200px;
  padding-top: 120px;
  padding-bottom: 160px;
  border-radius: 10px;
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .staff-single__interview {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.staff-single__large-title {
  color: #F1F3CE;
  font-size: 80px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  line-height: 96px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .staff-single__large-title {
    font-size: 2.875rem;
    line-height: 55.24px;
  }
}

.staff-single__interview-wrapper {
  margin-top: 89px;
}

.staff-single__interview-item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #F1F3CE;
  padding: 30px 24px;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
}
.staff-single__interview-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.staff-single__interview-item::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/interview-arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .staff-single__interview-item::after {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .staff-single__interview-item::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .staff-single__interview-item {
    gap: 15px;
    padding: 15px 0;
  }
}

.staff-single__interview-item-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  aspect-ratio: 307/182;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .staff-single__interview-item-img {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .staff-single__interview-item-img {
    max-width: 150px;
  }
}
.staff-single__interview-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.staff-single__interview-item-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  .staff-single__interview-item-texts {
    gap: 7px;
  }
}

.staff-single__interview-item-text-title {
  color: white;
  font-size: 30px;
  font-family: Albert Sans;
  font-weight: 600;
  line-height: 36px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .staff-single__interview-item-text-title {
    font-size: 1rem;
    line-height: 24px;
  }
}

.staff-single__interview-item-text-date {
  color: white;
  font-size: 22px;
  font-family: Albert Sans;
  font-weight: 300;
  line-height: 26.4px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .staff-single__interview-item-text-date {
    font-size: 1rem;
    line-height: 19.2px;
  }
}

/*16px＝1rem*/
/* Business History  */
.business-history {
  background-image: url(../images/about/business-history-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .business-history {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

.business-history__title-group {
  text-align: left;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .business-history__title-group {
    margin-top: 50px;
  }
}

.business-history__title {
  color: #00293C;
}

.business-history__subtitle {
  margin-top: 20px;
  color: #1E656D;
}

.business-history__contents {
  margin-top: 66px;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .business-history__contents {
    flex-direction: column;
  }
}

.business-history__content {
  max-width: 350px;
  width: 100%;
}

.business-history__content-text-text p {
  color: #000;
  font-family: "Albert Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
}

.business-history__content-title {
  color: #FFF;
  font-family: "Albert Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.09%;
  /* 21.616px */
  border-radius: 30px;
  background: #00293C;
  position: relative;
  padding: 13px 11px;
  padding-right: 50px;
  margin-top: 27px;
  cursor: pointer;
  transition: border-radius 0.3s ease;
}
.business-history__content-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-under.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 5;
  transition: transform 0.3s ease;
}
.business-history__content-title.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.business-history__content-title:hover {
  opacity: 0.9;
}

/* Business History Table styles */
.business-history__table {
  width: 100%;
  height: 342px;
  padding: 22px 12px;
  border-radius: 0 0 30px 30px;
  opacity: 0.8;
  background: #FFF;
  display: block;
  overflow-y: auto;
}
.business-history__table::-webkit-scrollbar {
  width: 5px;
}
.business-history__table::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.business-history__table::-webkit-scrollbar-thumb {
  background: rgba(0, 41, 60, 0.3);
  border-radius: 10px;
}
.business-history__table::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 41, 60, 0.5);
}

.business-history__table tr {
  border-bottom: 1px solid #00293C;
}

.business-history__table th {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150.112%;
  /* 21.016px */
  width: 25%;
}

.business-history__table td {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.112%;
  /* 21.016px */
  width: 75%;
}

@media screen and (max-width: 768px) {
  .business-history__table th {
    width: 11.25rem;
  }
}
.about__contents,
.about__awards {
  background-color: #00293C;
  padding: 100px 0;
  overflow: hidden;
  border-radius: 30px 30px 30px 30px;
  margin-top: -50px;
  margin-bottom: -50px;
}
@media screen and (max-width: 1024px) {
  .about__contents,
.about__awards {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .about__contents,
.about__awards {
    padding: 60px 0;
  }
}

.about__contents-inner,
.about__awards-inner {
  position: relative;
  overflow: visible;
}

.about__contents-swiper,
.about__awards-swiper {
  margin-top: 50px;
  overflow: unset;
  -webkit-clip-path: inset(0% -50vw 0% 0%);
          clip-path: inset(0% -50vw 0% 0%);
}
@media screen and (max-width: 375px) {
  .about__contents-swiper,
.about__awards-swiper {
    margin-right: 0;
    padding-right: 0;
  }
}

.about__contents-items,
.about__awards-items {
  display: flex;
  transition-timing-function: ease-out;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .about__contents-items,
.about__awards-items {
    padding-bottom: 1.25rem;
  }
}

.about__contents-item,
.about__awards-item {
  max-width: 350px;
  width: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about__contents-item:hover,
.about__awards-item:hover {
  transform: translateY(-5px);
}

.about__contents-large-title,
.about__awards-large-title,
.about__message-subtitle {
  color: #F62A00;
  font-family: "Barlow", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px;
  /* 56.25% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about__contents-large-title,
.about__awards-large-title,
.about__message-subtitle {
    font-size: 46px;
    line-height: 45px;
  }
}

.about__contents-title,
.about__awards-title,
.about__message-title {
  color: #FFF;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.112%;
  /* 33.025px */
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about__contents-title,
.about__awards-title,
.about__message-title {
    font-size: 18px;
    line-height: 21px;
  }
}

.about__contents-item-image,
.about__awards-item-image {
  max-width: 350px;
  width: 100%;
  height: auto;
  aspect-ratio: 350/230;
  border-radius: 15px 15px 0 0;
  flex-shrink: 0;
}
.about__contents-item-image img,
.about__awards-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.about__contents-item-text-wrapper,
.about__awards-item-text-wrapper {
  padding: 39px 20px;
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 200px;
}

.about__contents-item-text-wrapper {
  background-color: #F1F3CE;
}

.about__awards-item-text-wrapper {
  background-color: #fff;
}

.about__awards-item-text-date {
  color: #000;
  font-size: 12px;
  font-family: "Albert Sans";
  padding-bottom: 10px;
}

.about__contents-item-title {
  font-family: "Albert Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%;
  /* 21.616px */
}

.about__awards-item-title {
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
}

.about__contents-item-title {
  color: #00583C;
}

.about__contents-item-text {
  color: #000;
  font-family: "Albert Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
  padding-top: 14px;
  flex-grow: 1;
}

.about__awards-item-text {
  color: #000;
  font-size: 12px;
  font-family: "Albert Sans";
  line-height: 18px;
}

.about__contents-sp {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 67px;
}

.about__contents-sp-item {
  display: flex;
  gap: 16px;
  background-color: #F1F3CE;
  padding: 10px;
  border-radius: 10px;
}

.about__contents-sp-item {
  display: flex;
  gap: 20px;
}

.about__contents-sp-item-img {
  max-width: 116px;
  width: 100%;
  height: auto;
  aspect-ratio: 116/87;
}
.about__contents-sp-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__contents-sp-item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.about__contents-sp-item-title {
  color: #00583C;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%; /* 19.214px */
}

.about__contents-sp-item-text {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 150% */
}

.about__awards-sp {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 67px;
}

.about__awards-sp-item {
  display: flex;
  gap: 16px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  width: 89.058524173vw;
  margin: 0 auto;
  min-height: 48.3460559796vw;
  overflow: hidden;
}
.about__awards-sp-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20.14%, #FFF 60.41%);
}
.about__awards-sp-item::after {
  content: "";
  position: absolute;
  bottom: 3.3078880407vw;
  right: 4.0712468193vw;
  width: 10.1781170483vw;
  height: 10.1781170483vw;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-image: url("../images/about/about-award-arow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about__awards-sp-item-img {
  max-width: 59.5419847328vw;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  max-height: 100%;
  border-radius: 10px;
}
.about__awards-sp-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__awards-sp-item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 3;
  position: relative;
  z-index: 2;
  max-width: 54.7073791349vw;
  width: 100%;
}

.about__awards-sp-item-text-date {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(12px, 3.0534351145vw, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: 3.6669211196vw; /* 14.411px */
}

.about__awards-sp-item-title {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(14px, 3.5623409669vw, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 5.3475826972vw; /* 21.016px */
}

.about__awards-sp-item-text {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(10px, 2.5445292621vw, 10px);
  font-style: normal;
  font-weight: 300;
  line-height: 4.5801526718vw; /* 150% */
}

/*人事制度セクション*/
.about__hr {
  padding-top: 198px;
  padding-bottom: 240px;
  background-color: #1E656D;
}
@media screen and (max-width: 768px) {
  .about__hr {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.about__hr-container {
  margin-top: 67px;
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .about__hr-container {
    padding-left: 0;
    margin-top: 40px;
  }
}

.about__section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.about__section-title {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%;
  /* 26.42px */
}
@media screen and (max-width: 768px) {
  .about__section-title {
    font-size: 18px;
    line-height: 21px;
  }
}

.about__section-subtitle {
  color: #F1F3CE;
  font-family: "Barlow";
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px;
  /* 56.25% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about__section-subtitle {
    font-size: 46px;
    line-height: 45px;
  }
}

.about__hr-subtitle {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 100% */
}
@media screen and (max-width: 768px) {
  .about__hr-subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}

.about__hr-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about__hr-list {
    margin-top: 40px;
  }
}

.about__hr-item {
  display: flex;
  position: relative;
  padding-left: 86px;
}
@media screen and (max-width: 1024px) {
  .about__hr-item {
    flex-direction: column;
    padding-left: 70px;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .about__hr-item {
    padding-left: 65px;
  }
}

.about__hr-number-bg {
  position: absolute;
  top: 0;
  left: -20px;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .about__hr-number-bg {
    font-size: 7.5rem;
  }
}

.about__hr-item-wrap {
  max-width: 680px;
  width: 100%;
  padding-right: 103px;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 1024px) {
  .about__hr-item-wrap {
    border-right: none;
    padding-right: 0;
  }
}

.about__hr-title {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  /* 91.667% */
}
@media screen and (max-width: 768px) {
  .about__hr-title {
    font-size: 20px;
    line-height: 21px;
  }
}

.about__hr-text {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .about__hr-text {
    font-size: 16px;
    line-height: 21px;
  }
}

.about__hr-link-wrapper {
  max-width: 175px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 70px;
}
@media screen and (max-width: 1024px) {
  .about__hr-link-wrapper {
    margin-left: 0;
    margin-top: 20px;
    padding-right: 35px;
    max-width: 100%;
    display: flex;
    justify-content: end;
  }
}

.about__hr-link {
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #F1F3CE;
  text-decoration: none;
  position: relative;
  text-decoration: underline;
}
.about__hr-link::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("../images/about-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Common styles for section headers */
/* More Link Common Style */
/* Header Section */
/* Company Section */
.about__company {
  padding-top: 198px;
  padding-bottom: 240px;
  background-color: #F1F3CE;
}
@media screen and (max-width: 768px) {
  .about__company {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.about__company-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__section-title2 {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%;
}
@media screen and (max-width: 768px) {
  .about__section-title2 {
    font-size: 18px;
    line-height: 21px;
  }
}

.about__section-subtitle2 {
  color: #1E656D;
  font-family: "Barlow";
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px;
  /* 56.25% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about__section-subtitle2 {
    font-size: 46px;
    line-height: 45px;
  }
}

.about__company-container {
  max-width: 58.75rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .about__company-container {
    flex-direction: row;
    gap: 3.75rem;
  }
}
.about__company-details {
  width: 100%;
  margin-bottom: 2.5rem;
  padding-top: 8.125rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .about__company-details {
    width: 100%;
    margin-bottom: 0;
    padding-top: 60px;
  }
}

.about__company-list {
  width: 100%;
  max-width: 100%;
}

.about__company-item {
  display: flex;
  border-bottom: 0.5px solid #000;
  padding: 1.875rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about__company-item {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 375px) {
  .about__company-item {
    flex-direction: column;
  }
}

.about__company-item dt {
  color: #1E656D;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%; /* 19.214px */
  margin-bottom: 0.5rem;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .about__company-item dt {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }
}

.about__company-item dd {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120.09%; /* 19.214px */
  width: 70%;
}
@media screen and (max-width: 768px) {
  .about__company-item dd {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
}

.about__company-link {
  font-size: 1.125rem;
  color: #1E656D;
  text-decoration: underline;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .about__company-link {
    font-size: 14px;
  }
}

.about__company-link:hover {
  color: #00293C;
}

.about__company-media-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__company-media-link {
  color: #0062FF;
  text-decoration: underline;
  transition: color 0.3s;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .about__company-media-link {
    font-size: 14px;
  }
}

.about__company-media-link:hover {
  opacity: 0.8;
}

.about__company-business-list,
.about__company-philosophy {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__company-business-list li {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 186.667% */
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .about__company-business-list li {
    font-size: 14px;
    padding-left: 0;
  }
}

.about__company-philosophy p {
  margin: 0 0 0.5rem;
}

.about__company-philosophy p:last-child {
  margin-bottom: 0;
}

/* History Section */
.about__history {
  padding: 5rem 1.25rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .about__history {
    padding: 6.25rem 2.5rem;
  }
}

.about__company-philosophy-link {
  color: #0062FF;
  font-family: "Albert Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .about__company-philosophy-link {
    font-size: 16px;
  }
}
.about__company-philosophy-link span {
  color: #000;
  font-family: "Albert Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 175% */
}
@media screen and (max-width: 768px) {
  .about__company-philosophy-link span {
    font-size: 16px;
  }
}

.about__history-container {
  max-width: 75rem;
  margin: 0 auto;
}

.about__history-timeline {
  margin-bottom: 3.75rem;
}

.about__history-period {
  max-width: 50rem;
  margin: 0 auto 1.875rem;
  background-color: #00293C;
  padding: 1.5rem 1.875rem;
  border-radius: 0.9375rem;
  position: relative;
}

.about__history-period-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  position: relative;
  padding-left: 2.5rem;
}

.about__history-period-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F62A00;
  border-radius: 50%;
}

.about__history-period-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  padding-left: 2.5rem;
}

.about__history-detail {
  background-color: #F5F5F5;
  padding: 2.5rem 1.875rem;
  border-radius: 1.25rem;
}

.about__history-years {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
  gap: 1.875rem;
}

.about__history-year {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
  height: 100%;
}

.about__history-year-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1E656D;
}

.about__history-year-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #00293C;
}

/* Business Section */
.about__business {
  padding: 5rem 1.25rem;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .about__business {
    padding: 6.25rem 2.5rem;
  }
}
.about__business-container {
  max-width: 75rem;
  margin: 0 auto;
}

.about__business-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 768px) {
  .about__business-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about__business-item {
  text-align: center;
}

.about__business-image {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.about__business-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__business-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.about__business-number {
  position: absolute;
  z-index: 2;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}

.about__business-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000;
}

.about__business-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #00293C;
}

.about__business-more {
  text-align: center;
}

/* Board Members Section */
.about__board {
  padding-top: 198px;
  padding-bottom: 240px;
  background-color: #F1F3CE;
}
@media screen and (max-width: 768px) {
  .about__board {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.about__board-title {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%;
}
@media screen and (max-width: 768px) {
  .about__board-title {
    font-size: 18px;
    line-height: 21px;
  }
}

.about__board-large-title {
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px;
  /* 56.25% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about__board-large-title {
    font-size: 46px;
    line-height: 45px;
  }
}

.about__board-container {
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .about__board-container {
    padding-top: 45px;
  }
}

.about__board-list {
  margin-bottom: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 31px;
}
@media screen and (max-width: 1200px) {
  .about__board-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .about__board-list {
    display: flex;
    flex-direction: column;
  }
}

.about__board-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.75rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .about__board-item {
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 0.9375rem;
    padding-bottom: 10px;
    margin-bottom: 0;
    height: auto;
  }
}

.about__board-item:last-child {
  margin-bottom: 0;
}

.about__board-image {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .about__board-image {
    width: 23.75rem;
    margin: 0.625rem;
    margin-bottom: 0;
    flex-shrink: 0;
    width: 40%;
  }
}
.about__board-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about__board-info {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .about__board-info {
    box-shadow: none;
    border-radius: 10px;
  }
}

.about__board-info > *:not(.about__board-info-wrapper) {
  padding: 0.625rem;
}

.about__board-info-wrapper {
  display: flex;
  gap: 10px;
  background-color: #000;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  padding: 25px 15px;
}
@media screen and (max-width: 1440px) {
  .about__board-info-wrapper {
    padding: 15px;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 4px;
  }
}

.about__board-position {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .about__board-position {
    font-size: 12px;
  }
}

.about__board-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about__board-name {
    font-size: 14px;
  }
}

.about__board-text {
  font-size: 0.875rem;
  line-height: 20px;
  color: #00293C;
  font-family: "Albert Sans";
  font-weight: 300;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about__board-text {
    font-size: 14px;
    line-height: 16px;
    flex: none;
  }
}

.about__message {
  background-color: #00293C;
  padding: 100px 0;
  overflow: hidden;
  border-radius: 30px 30px 30px 30px;
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .about__message {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.about__message-container {
  display: flex;
  gap: 40px;
  width: 100%;
  padding-top: 73px;
}
@media screen and (max-width: 768px) {
  .about__message-container {
    flex-direction: column;
  }
}

.about__message-content-left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .about__message-content-left {
    width: 100%;
  }
}

.about__message-content-right {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .about__message-content-right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about__message-content-left-image {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.about__message-content-right-top-title1 {
  color: #5BC8A5;
  font-size: 22px;
  line-height: 22px;
  font-family: "Albert Sans";
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-top-title1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
  }
}

.about__message-content-right-top-title2 {
  color: #fff;
  font-size: 32px;
  line-height: 22px;
  font-family: "Albert Sans";
  font-weight: 600;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-top-title2 {
    font-size: 24px;
    line-height: 22px;
  }
}

.about__message-content-right-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "Albert Sans";
  font-weight: 300;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-text {
    font-size: 14px;
    line-height: 22px;
  }
}

.about__message-content-right-text span {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "Albert Sans";
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-text span {
    font-size: 14px;
    line-height: 22px;
  }
}

.about__message-content-right-item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-item {
    margin-top: 20px;
  }
}

.about__message-content-right-item-title {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Albert Sans";
  font-weight: 600;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-item-title {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
  }
}

.about__message-content-right-signature {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .about__message-content-right-signature {
    margin-top: 30px;
    padding-top: 20px;
  }
}

.about__message-content-right-signature-name {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-family: "Albert Sans";
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-signature-name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

.about__message-content-right-signature-title {
  color: #5BC8A5;
  font-size: 18px;
  line-height: 26px;
  font-family: "Albert Sans";
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-signature-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
  }
}

.about__message-content-right-signature-subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Albert Sans";
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about__message-content-right-signature-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

/* タブコンテンツのスタイル調整 */
.business-history__tab-main {
  margin-top: 0;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

/* SNSページのスタイル */
.sns2-main {
  background-color: #00293C;
}

.sns2-mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sns2-mv img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.sns2-header {
  text-align: center;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sns2-header {
    top: 10%;
  }
}
@media screen and (max-width: 375px) {
  .sns2-header {
    top: 8%;
  }
}

.sns2-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #F1F3CE;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 375px) {
  .sns2-title {
    font-size: 20px;
  }
}

.sns2-title-en {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  color: #00293C;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sns2-title-en {
    font-size: 40px;
  }
}
@media screen and (max-width: 375px) {
  .sns2-title-en {
    font-size: 25px;
  }
}

/* SNSセクション */
.sns-container {
  background-color: #00293C;
  padding: 230px 0;
}
@media screen and (max-width: 768px) {
  .sns-container {
    padding: 130px 0;
  }
}

.sns-section {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sns-section::before {
    background-size: contain;
  }
}
@media screen and (max-width: 375px) {
  .sns-section::before {
    background-size: 200%;
    background-position: center top;
  }
}

.sns-section:not(:last-child) {
  margin-bottom: 40px;
}

.sns-card {
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.sns-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/sns/sns-item-bg.webp");
  background-size: cover;
  border-radius: 15px;
  z-index: 0;
}

.sns-card__title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  color: #00293C;
  text-transform: uppercase;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .sns-card__title {
    font-size: 30px;
  }
}

.sns-card__text {
  color: #00293C;
  font-size: 32px;
  font-family: Albert Sans;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38.4px;
  word-wrap: break-word;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sns-card__text {
    font-size: 20px;
  }
}

/* SNSアカウント */
.sns-accounts {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.sns-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 20px);
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sns-account:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

.sns-account__icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.sns-account__icon img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.instagram-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #72318A 17%, #D0504E 51%, #FDB933 100%);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instagram-icon-wrapper img {
  width: 60%;
  height: auto;
}

.sns-account__name {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
  font-family: "Albert Sans", sans-serif;
}

.note-account {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .sns-hero__title-en {
    font-size: 50px;
  }
  .sns-account {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .sns-hero {
    padding: 60px 15px;
  }
  .sns-hero__title-ja {
    font-size: 20px;
  }
  .sns-hero__title-en {
    font-size: 40px;
  }
  .sns-card__title {
    font-size: 26px;
  }
  .sns-accounts {
    flex-direction: column;
    align-items: center;
  }
}
/*16px＝1rem*/
/*16px＝1rem*/
.front-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.front-page__section {
  padding: 100px 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .front-page__section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .front-page__section {
    padding: 60px 0;
  }
}

.front-page__section-title {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 100% */
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .front-page__section-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.front-page__section-large-title {
  color: #F62A00;
  font-family: "Barlow", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 56.25% */
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .front-page__section-large-title {
    font-size: 2.875rem;
    line-height: 45px;
    margin-bottom: 1.25rem;
  }
}

.front-page__hero {
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}

.hero-header {
  width: 100%;
  height: 61px;
  position: fixed; /* stickyからfixedに変更 */
  top: 0;
  left: 0;
  z-index: 100; /* z-indexを高くして最前面に表示 */
  padding-left: 30px;
  padding-right: 30px;
  display: flex; /* ロゴを縦方向にセンタリングするための設定 */
  align-items: center;
}

.hero-header__logo {
  max-width: 126px;
  height: auto;
  aspect-ratio: 100/38;
}
.hero-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.front-page__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.front-page__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.front-page__hero-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.front-page__hero-content .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.front-page__hero-content-inner {
  max-width: 80vw;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1920px) {
  .front-page__hero-content-inner {
    margin-left: 18.75rem;
  }
}
@media screen and (max-width: 920px) {
  .front-page__hero-content-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .front-page__hero-content-inner {
    padding: 0 0.9375rem;
    margin-left: 0;
  }
}

.front-page__hero-title {
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 4.3vw;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  max-width: 90%;
  margin: 0;
  will-change: transform, opacity;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 194px;
  height: 80vh;
  opacity: 1;
  scale: 1;
}
@media screen and (max-width: 1024px) {
  .front-page__hero-title {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .front-page__hero-title {
    font-size: 8.5vw;
    line-height: 1.4;
    padding: 0 15px;
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .front-page__hero-title {
    font-size: 8vw;
    line-height: 1.5;
  }
}

.front-page__message {
  background-color: #F1F3CE;
  text-align: center;
}

.front-page__message-inner {
  position: relative;
}

.front-page__message-title {
  color: #000;
}

.front-page__message-large-title {
  color: #F62A00;
}

.front-page__message-text {
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0 auto;
  color: #000;
  padding-top: 70px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .front-page__message-text {
    font-size: 1rem;
  }
}

.front-page__message-text p {
  margin-bottom: 1.25rem;
}

.front-page__message-text p:last-child {
  margin-bottom: 0;
}

.front-page__message-asset {
  position: absolute;
  bottom: -66px;
  right: -18px;
  max-width: 300px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.front-page__message-asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.1;
  z-index: -1;
}

.front-page__services {
  background-color: #00293C;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .front-page__services {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .front-page__services {
    padding: 60px 0;
  }
}

.front-page__services-inner {
  position: relative;
}

.front-page__services-swiper-container {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .front-page__services-swiper-container {
    margin-bottom: 100px;
  }
}

.front-page__services-navigation {
  position: absolute;
  top: -40px;
  left: auto;
  right: 40px;
  display: flex;
  gap: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .front-page__services-navigation {
    top: auto;
    bottom: -78px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    gap: 60px;
  }
}

.front-page__services-button-prev,
.front-page__services-button-next {
  width: 48px;
  height: 48px;
  background-color: #F1F3CE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.front-page__services-button-prev::after,
.front-page__services-button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00293C;
  border-right: 2px solid #00293C;
}
.front-page__services-button-prev:hover,
.front-page__services-button-next:hover {
  background-color: #e5e9a5;
  transform: scale(1.1);
}
.front-page__services-button-prev.swiper-button-disabled,
.front-page__services-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.front-page__services-button-prev.swiper-button-disabled:hover,
.front-page__services-button-next.swiper-button-disabled:hover {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .front-page__services-button-prev,
.front-page__services-button-next {
    width: 60px;
    height: 60px;
  }
  .front-page__services-button-prev::after,
.front-page__services-button-next::after {
    width: 20px;
    height: 20px;
    border-top: 4px solid #00293C;
    border-right: 4px solid #00293C;
  }
}

.front-page__services-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.front-page__services-button-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

.front-page__services-swiper {
  overflow: unset;
  -webkit-clip-path: inset(0% -50vw 0% 0%);
          clip-path: inset(0% -50vw 0% 0%);
}

.front-page__services-item {
  max-width: 276px;
  width: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}
.front-page__services-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.services-large-title {
  color: #F1F3CE;
  font-family: "Barlow", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .services-large-title {
    font-size: 2.875rem;
    line-height: 45px;
    margin-bottom: 1.25rem;
  }
}

.services-title {
  color: #F62A00;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
}

.front-page__services-item-image {
  max-width: 276px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.front-page__services-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.front-page__services-item-title {
  color: #F8F4E9;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%; /* 24.018px */
  padding-top: 30px;
}

.front-page__services-item-text {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  padding-top: 20px;
}

.front-page__achievements {
  background-color: #1E656D;
}

.front-page__achievements-large-title {
  color: #5BC8A5;
  font-family: "Barlow", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .front-page__achievements-large-title {
    font-size: 2.875rem;
    line-height: 45px;
    margin-bottom: 1.25rem;
  }
}

.front-page__achievements-title {
  color: #F1F3CE;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
}

.front-page__achievements-subtitle {
  color: #FFF;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120.09%; /* 21.616px */
}

.front-page__achievements-large-title {
  color: #5BC8A5;
}

.front-page__achievements-subtitle {
  color: #FFF;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.09%; /* 38.429px */
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .front-page__achievements-subtitle {
    font-size: 1rem;
  }
}

.front-page__achievements-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.3888888889vw, 20px);
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .front-page__achievements-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 675px) {
  .front-page__achievements-items {
    grid-template-columns: 1fr;
  }
}

.front-page__achievements-item {
  background-color: #fff;
  border-radius: 15px;
  padding: clamp(10px, 1.3888888889vw, 20px) clamp(5px, 0.6944444444vw, 10px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (max-width: 768px) {
  .front-page__achievements-item {
    padding: 10px;
  }
}

.front-page__achievements-item-icon {
  width: clamp(60px, 6.25vw, 90px);
  height: clamp(60px, 6.25vw, 90px);
  color: #F62A00;
}
@media screen and (max-width: 768px) {
  .front-page__achievements-item-icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .front-page__achievements-item-icon {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 325px) {
  .front-page__achievements-item-icon {
    width: 54px;
    height: 54px;
  }
}

.front-page__achievements-item-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.front-page__achievements-item-title {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(24px, 2.2222222222vw, 32px);
  font-weight: 700;
  line-height: clamp(30px, 2.7777777778vw, 40px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .front-page__achievements-item-title {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.front-page__achievements-item-text {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 120.09%;
  text-align: left;
  margin-top: clamp(5px, 0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .front-page__achievements-item-text {
    font-size: 14px;
    margin-top: 5px;
  }
}

.front-page__achievements-item-value {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(50px, 5.2083333333vw, 75px);
  font-style: normal;
  font-weight: 700;
  line-height: 120.09%;
  margin-top: clamp(10px, 1.0416666667vw, 15px);
}
@media screen and (max-width: 768px) {
  .front-page__achievements-item-value {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}

.front-page__achievements-item-value-unit {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(30px, 2.7777777778vw, 40px);
  text-align: left;
  display: block;
}
@media screen and (max-width: 768px) {
  .front-page__achievements-item-value-unit {
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
  }
}

.front-page__achievements-item-value-unit__book {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(30px, 2.7777777778vw, 40px);
  text-align: left;
  display: inline-block;
  margin-left: clamp(3px, 0.3472222222vw, 5px);
}
@media screen and (max-width: 768px) {
  .front-page__achievements-item-value-unit__book {
    font-size: 18px;
    line-height: 1.2;
    margin-left: 3px;
  }
}

.front-page__achievements-item-icon-wrapper {
  position: absolute;
  bottom: clamp(10px, 1.3888888889vw, 20px);
  right: clamp(10px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .front-page__achievements-item-icon-wrapper {
    bottom: 10px;
    right: 10px;
  }
}

.front-page__gallery {
  position: relative;
  height: 100vh; /* ビューポート全高 */
  overflow: hidden;
}

.gallery__container {
  position: relative;
  display: flex;
}

.front-page__gallery-container {
  width: 100vw;
  height: 100vh;
  background-image: url("../images/front-page/gallary-bg-img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.gallery__side {
  background-color: #fff;
}

.gallery__side--left {
  padding-top: 1200px;
  padding-bottom: 1200px;
  width: 50vw;
  position: relative;
  left: -8%;
  background-color: #fff;
  overflow: hidden;
}

.gallery__side--right {
  padding-top: 1200px;
  padding-bottom: 1200px;
  width: 50vw;
  position: relative;
  right: -8%;
  background-color: #fff;
  overflow: hidden;
}

.gallery__item-img-wrapper {
  display: flex;
  gap: 18px;
}

.gallery__item-img-wrapper-left {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-content: center;
  justify-content: end;
  flex-direction: row-reverse;
}

.gallery__item-img-wrap-left {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-right: 18px;
}

.gallery__item-img-wrap-right {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-left: 18px;
}

.gallery__item--1 {
  max-width: 277px;
  width: 100%;
  height: auto;
  aspect-ratio: 277/350;
}
.gallery__item--1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item--2 {
  max-width: 277px;
  width: 100%;
  height: auto;
  aspect-ratio: 277/185;
}

.gallery__item--3 {
  max-width: 219px;
  width: 100%;
  height: auto;
  aspect-ratio: 219/350;
  margin-top: 151px;
  margin-bottom: 48px;
}
.gallery__item--3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item--4 {
  max-width: 515px;
  width: 100%;
  height: auto;
  aspect-ratio: 515/344;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: auto;
}
.gallery__item--4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item--5 {
  max-width: 277px;
  width: 100%;
  height: auto;
  aspect-ratio: 277/350;
}
.gallery__item--5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item--6 {
  max-width: 277px;
  width: 100%;
  height: auto;
  aspect-ratio: 277/185;
}
.gallery__item--6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item--7 {
  max-width: 219px;
  width: 100%;
  height: auto;
  aspect-ratio: 219/350;
  margin-top: 151px;
  margin-bottom: 48px;
}
.gallery__item--7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item--8 {
  max-width: 515px;
  width: 100%;
  height: auto;
  aspect-ratio: 515/338;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: auto;
}
.gallery__item--8 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スライドの動き等速 */
.gallery-swiper__wrapper {
  transition-timing-function: linear !important;
}

.gallery-swiper__slide {
  max-width: 450px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* スライドのトランジションを削除し、Swiperの設定を優先する */
}

.gallery-swiper__item {
  max-width: 450px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.gallery-swiper__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-swiper__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 221, 224, 0.9);
  padding: 12px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
  visibility: hidden;
}
.gallery-swiper__text h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
}
.gallery-swiper__text p {
  font-size: 14px;
  line-height: 1.3;
}

/* ギャラリースワイパーA（右へ進む） */
.gallery-swiper-a {
  margin-bottom: 20px;
}

/* ギャラリースワイパーB（左へ進む） */
@media screen and (max-width: 768px) {
  .gallery-swiper__slide {
    width: 200px;
    height: 200px;
  }
  .gallery-swiper__item {
    width: 200px;
    height: 200px;
  }
  .gallery-swiper__text {
    height: 70px;
    padding: 10px;
  }
  .gallery-swiper__text h4 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .gallery-swiper__text p {
    font-size: 12px;
  }
}
.gallery-sp-img {
  width: 100vw;
  height: auto;
  aspect-ratio: 375/600;
  margin-bottom: 20px;
}
.gallery-sp-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-links {
  position: relative;
  padding: 3.75rem 0 5rem;
  background-color: #00293C;
}
@media screen and (max-width: 768px) {
  .site-links {
    padding: 5rem 0 6.25rem;
  }
}

.site-links__title-wrapper {
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .site-links__title-wrapper {
    margin-bottom: 4.1875rem;
  }
}

.site-links__sub-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #F62A00;
  margin-top: 20px;
  line-height: 119.994%; /* 21.599px */
}

.site-links__main-title {
  color: #5BC8A5;
  font-family: "Barlow", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .site-links__main-title {
    font-size: 2.875rem;
    line-height: 45px;
    margin-bottom: 1.25rem;
  }
}

.site-links__cards {
  margin-bottom: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .site-links__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.site-links__card {
  position: relative;
  max-width: 336px;
  width: 100%;
  height: auto;
  aspect-ratio: 336/236;
  margin-bottom: 1.25rem;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .site-links__card {
    max-width: 100%;
    aspect-ratio: 366/120;
    margin-bottom: 0;
  }
}

.site-links__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}

.site-links__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 41, 60, 0.5);
  border-radius: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px 11px;
}

.site-links__card-content {
  color: #FFFFFF;
}

.site-links__card-title {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120.09%; /* 16.813px */
  margin-bottom: 0.3125rem;
}

.site-links__card-subtitle {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120.09%; /* 31.223px */
}

.site-links__card-btn {
  align-self: flex-end;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.site-links__card-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.site-links__card-btn svg {
  width: 27px;
  height: 27px;
  stroke: #FFFFFF;
  stroke-width: 2;
  border-radius: 50%;
}

.site-links__links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.9375rem;
}

.site-links__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 0.3125rem;
  border-bottom: 0.5px solid #F1F3CE;
  text-decoration: none;
  color: #F1F3CE;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background-color 0.3s;
  max-width: 567px;
  width: 100%;
}
.site-links__link:last-child {
  border-bottom: none;
}

.site-links__link:hover {
  background-color: rgba(241, 243, 206, 0.1);
}

@media screen and (max-width: 768px) {
  .site-links__link {
    padding: 0.625rem;
    height: 100%;
  }
  .site-links__link:last-child {
    border-bottom: none;
  }
}
.site-links__link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #F1F3CE;
  border-radius: 50%;
}

.site-links__link-arrow svg {
  width: 1.875rem;
  height: 1.875rem;
  stroke: #F1F3CE;
  stroke-width: 0;
}

.front-page__news {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .front-page__news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .front-page__news {
    padding: 60px 0;
  }
}

.front-page__news-inner {
  position: relative;
}

.news-large-title {
  color: #00293C;
  font-family: "Barlow", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .news-large-title {
    font-size: 2.875rem;
    line-height: 45px;
    margin-bottom: 1.25rem;
  }
}

.news-title {
  color: #F62A00;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
}

.news-text {
  color: #00293C;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .news-text {
    font-size: 1.125rem;
    margin-top: 46px;
  }
}

.front-page__news-swiper {
  margin-top: 75px;
  overflow: unset;
  -webkit-clip-path: inset(0% -50vw 0% 0%);
          clip-path: inset(0% -50vw 0% 0%);
}

.front-page__news-item {
  max-width: 310px;
  width: 100%;
  background-color: #00293C;
  border-radius: 10px;
  transition: transform 0.3s;
  flex-direction: column;
  aspect-ratio: 310/420;
}
.front-page__news-item:hover {
  transform: translateY(-5px);
}

.front-page__news-item-image-wrapper {
  max-width: 310px;
  width: 100%;
  height: auto;
  aspect-ratio: 310/262;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.front-page__news-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
.front-page__news-item:hover .front-page__news-item-image {
  transform: scale(1.05);
}

.front-page__news-item-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.front-page__news-item-title {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
}
@media screen and (max-width: 768px) {
  .front-page__news-item-title {
    font-size: 1.125rem;
  }
}

.front-page__news-item-more {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #F62A00;
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}
.front-page__news-item-more:hover {
  color: #ff3a11;
}
.front-page__news-item-more span {
  display: inline-block;
  margin-right: 0.5rem;
}

.front-page__news-item-more-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: currentColor;
}

.front-page__news-more {
  display: flex;
  justify-content: end;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .front-page__news-more {
    justify-content: center;
  }
}

.front-page__news-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2.5rem;
  min-width: 11.25rem;
  border: 2px solid #F62A00;
  border-radius: 1.875rem;
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.front-page__news-more-button:hover {
  background-color: #F62A00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .front-page__news-more-button {
    padding: 0.625rem 1.875rem;
    font-size: 0.75rem;
  }
}

.front-page__sns {
  background-color: #F62A00;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .front-page__sns {
    padding: 60px 0;
  }
}

.front-page__sns-inner {
  position: relative;
}

.front-page__sns-title {
  color: #F1F3CE;
  font-weight: 900;
}

.front-page__sns-large-title {
  color: #00293C;
}

.front-page__sns-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .front-page__sns-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .front-page__sns-items {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }
}
.front-page__sns-items.two-items {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .front-page__sns-items.two-items {
    grid-template-columns: 1fr;
  }
}
.front-page__sns-items.three-items {
  grid-template-columns: repeat(2, 1fr);
}
.front-page__sns-items.three-items .front-page__sns-item:nth-child(3) {
  grid-column: 1/span 2;
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .front-page__sns-items.three-items {
    grid-template-columns: 1fr;
  }
  .front-page__sns-items.three-items .front-page__sns-item:nth-child(3) {
    grid-column: auto;
    max-width: 100%;
  }
}

.front-page__sns-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 36px 24px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.front-page__sns-item:hover {
  transform: translateY(-5px);
}

.front-page__sns-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/sns/sns-item-bg.webp");
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.front-page__sns-item-title {
  color: #00293C;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.994%; /* 26.399px */
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .front-page__sns-item-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.front-page__sns-item-title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: #F62A00;
  margin: 0.625rem auto 0;
}

.front-page__sns-item-text-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.625rem;
}

.front-page__sns-item-text {
  color: #00293C;
  font-size: 14px;
  font-family: Albert Sans;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.8px;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front-page__sns-item-text {
    font-size: 0.875rem;
  }
}

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

.front-page__sns-item-accounts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0.9375rem;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.front-page__sns-item-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
}

.front-page__sns-item-account:hover {
  background-color: rgba(0, 41, 60, 0.05);
}

.front-page__sns-item-account-icon {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.front-page__sns-item-account-name {
  color: #000;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 119.994%; /* 14.399px */
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .front-page__sns-item-account-name {
    font-size: 0.75rem;
  }
}

.front-page__links {
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.front-page__links-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .front-page__links-items {
    grid-template-columns: 1fr;
  }
}

.front-page__links-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background-color: #1E656D;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
}

.front-page__links-item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.front-page__links-item-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}

.front-page__cards {
  background-color: #F5F5F5;
  padding-bottom: 6.25rem;
}

.front-page__cards-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .front-page__cards-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .front-page__cards-items {
    grid-template-columns: 1fr;
  }
}

.front-page__cards-item {
  position: relative;
  height: 18.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.front-page__cards-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}

.front-page__cards-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
  color: #fff;
}

.front-page__cards-item-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 0.3125rem;
}

.front-page__cards-item-subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.front-page__cards-item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #F62A00;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.3s;
}

.front-page__cards-item-button svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: currentColor;
}

.front-page__cards-item:hover .front-page__cards-item-image {
  transform: scale(1.05);
}

/*16px＝1rem*/
.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
@media screen and (max-width: 920px) {
  .bottom-nav {
    display: flex;
  }
}

.bottom-nav__list {
  display: flex;
  width: 100%;
  height: 100%;
}

.bottom-nav__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-nav__item:not(:last-child) {
  border-right: 1.5px solid #000;
}

.bottom-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 0.3125rem 0;
  color: #333;
}

.bottom-nav__link:hover {
  background-color: #f5f5f5;
}

.bottom-nav__text {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
}

.bottom-nav__img {
  width: 100%;
  max-height: 60px;
}
.bottom-nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-button {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}
.menu-button .bottom-nav__text {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  font-family: "Barlow", sans-serif;
}
.menu-button.active {
  background-color: rgba(0, 0, 0, 0.8);
}
.menu-button.active .bottom-nav__text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}

.global-nav {
  display: none;
}
@media screen and (max-width: 920px) {
  .global-nav {
    display: block;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.4s ease;
  }
}
@media screen and (max-width: 768px) {
  .global-nav {
    display: flex;
  }
}
.global-nav.active {
  transform: translateY(0);
}
.global-nav__inner {
  padding: 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.global-nav__header {
  padding: 0px 0 10px 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: left;
  width: 100%;
  align-items: center;
}
.global-nav__logo {
  width: 120px;
}
.global-nav__logo-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.global-nav__logo-link:hover {
  opacity: 0.7;
}
.global-nav__logo img {
  width: 100%;
  height: auto;
}
.global-nav__close {
  width: 40px;
  height: 40px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.global-nav__menu {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  padding-top: 10px;
}
.global-nav__submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.global-nav__submenu-item {
  margin-bottom: 15px;
}
.global-nav__submenu-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.global-nav__submenu-link {
  display: block;
  padding: 15px 0;
  color: #000000;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  transition: opacity 0.2s ease;
  text-align: center;
}
.global-nav__submenu-link:hover {
  opacity: 0.7;
}
.global-nav__item {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.2);
}
.global-nav__item:last-child {
  border-bottom: none;
}
.global-nav__item--has-submenu .global-nav__link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-nav__item--has-submenu.is-open .global-nav__submenu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
  background-color: rgb(255, 255, 255) !important;
  display: block !important;
  padding: 40px 20px !important;
  margin: 0 !important;
  overflow-y: auto !important;
}
.global-nav__arrow {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  transition: transform 0.3s ease;
}
.global-nav__item.is-open .global-nav__arrow {
  transform: rotate(90deg);
}
.global-nav__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.global-nav__link:hover {
  opacity: 0.7;
}
.global-nav__link > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.global-nav__text-ja {
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.global-nav__text-en {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.global-nav__footer {
  padding-top: 20px;
  border-top: 0.2px solid rgba(0, 0, 0, 0.2);
}
.global-nav__sns {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.global-nav__sns-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.global-nav__sns-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.global-nav__sns-link svg {
  width: 20px;
  height: 20px;
  fill: #000000;
}
.global-nav__back-button {
  display: flex !important;
  align-items: center;
  padding: 15px 0;
  color: #000000 !important;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 1rem !important;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-bottom: 15px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  background: none !important;
  width: 100% !important;
  text-align: center !important;
  justify-content: center !important;
}
.global-nav__back-button:hover {
  opacity: 0.7;
}
.global-nav__back-button::before {
  content: "<";
  margin-right: 8px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000 !important;
}

body.no-scroll {
  overflow: hidden;
}

.footer {
  color: #fff;
  padding: 20px 60px 120px 60px;
  position: relative;
  overflow: hidden;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__list-item {
  text-align: center;
  border-bottom: 0.2px solid #FFFFFF;
  padding-bottom: 10px;
}
.footer__list-item a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__list-item a:hover {
  opacity: 0.7;
}
.footer__list-item-ja {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 5px;
}
.footer__list-item-en {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/footer/footer-img.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 40px 120px 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 120px 20px;
  }
}
.footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
}
.footer__logo {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__logo img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 120px;
  }
}
.footer__catchphrase {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .footer__catchphrase {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer__catchphrase {
    font-size: 20px;
    text-align: center;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer__nav-category {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .footer__nav-category {
    margin-bottom: 15px;
  }
}
.footer__nav-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.footer__nav-title a {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .footer__nav-title {
    margin-bottom: 10px;
  }
}
.footer__nav-links {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__nav-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
}

.footer__nav-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 12px;
  display: block;
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    text-decoration: underline;
    padding: 0 10px;
    position: relative;
  }
  .footer__nav-link:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 60%;
    width: 2px;
    background-color: #FFFFFF;
  }
}

.footer__nav-link:hover {
  color: #F6F2E3;
}

.footer__bottom {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

.footer__bottom-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer__bottom-nav {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.footer__bottom-link {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  margin: 0 15px 0 0;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .footer__bottom-link {
    margin: 5px 0;
  }
}
.footer__bottom-link:hover {
  color: #F6F2E3;
}

.footer__utility-links {
  display: flex;
  align-items: center;
}

.footer__utility-link {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.footer__utility-link:hover {
  color: #F6F2E3;
}

/* プライバシーポリシーページのスタイル */
.privacy {
  padding: 120px 0 120px;
  background-color: #E8F0F0;
  position: relative;
}

.privacy__title {
  color: #00293C;
  font-size: 80px;
  font-family: Barlow;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 80px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .privacy__title {
    font-size: 46px;
    line-height: 46px;
  }
}

.privacy__introduction {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .privacy__introduction {
    max-width: 500px;
    width: 100%;
    padding: 10px;
  }
}
.privacy__introduction:last-child {
  margin-top: 20px;
}

.privacy__introduction p {
  color: #000;
  font-size: 16px;
  font-family: Albert Sans;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.privacy__english-title {
  color: #00293C;
  font-size: 18px;
  font-family: Albert Sans;
  font-weight: 600;
  line-height: 22px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .privacy__english-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.privacy__company-info {
  margin-bottom: 30px;
}

.privacy__company-info p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.privacy__section {
  margin-bottom: 40px;
}

.privacy__section-title {
  color: #00293C;
  font-size: 18px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  line-height: 30px;
  word-wrap: break-word;
  border-bottom: 2px solid #1E656D;
}

.privacy__section-content {
  padding: 10px 0;
}

.privacy__section-content p {
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.privacy-section-text-area a {
  color: #0062FF;
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  line-height: 20px;
  word-wrap: break-word;
}

.privacy__subsection-title {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.privacy__subsection-title p {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.privacy__list {
  list-style-type: none;
  padding-left: 5px;
  margin-bottom: 15px;
}

.privacy__list li {
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.privacy__list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.privacy__contact {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}

.privacy__contact-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: center;
}

.privacy__contact p {
  color: black;
  font-size: 16px;
  font-family: Albert Sans;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .privacy__contact p {
    justify-content: left;
  }
}

.privacy__footer {
  margin-top: 60px;
  text-align: center;
}

.privacy__footer-name {
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.privacy__footer-name span {
  font-weight: 300;
}

/* レスポンシブスタイル */
@media screen and (max-width: 768px) {
  .privacy {
    padding: 80px 0 140px;
  }
  .privacy__company-info p {
    font-size: 14px;
  }
  .privacy__introduction p {
    font-size: 14px;
  }
  .privacy__philosophy p {
    font-size: 14px;
  }
  .privacy__section-title {
    font-size: 18px;
  }
  .privacy__section-content p {
    font-size: 14px;
  }
  .privacy__subsection-title {
    font-size: 16px;
  }
  .privacy__list li {
    font-size: 14px;
  }
  .privacy__contact-title {
    font-size: 20px;
  }
  .personal-info__section-title {
    font-size: 18px;
  }
  .personal-info__section-content p {
    font-size: 14px;
  }
  .personal-info__list li {
    font-size: 14px;
  }
}
/* 個人情報の利用目的ページのスタイル */
.personal {
  padding: 120px 0 120px;
  background-color: #FBFBF1;
  position: relative;
}

.personal__title {
  color: #00293C;
  font-size: 80px;
  font-family: Barlow;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 80px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .personal__title {
    font-size: 46px;
    line-height: 46px;
  }
}

.personal__japanese-title {
  color: #00293C;
  font-size: 20px;
  font-family: Albert Sans;
  font-weight: 600;
  line-height: 22px;
  word-wrap: break-word;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .personal__japanese-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.personal__introduction {
  width: 100%;
  margin: 0 auto;
  background-color: #E8F0F0;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .personal__introduction {
    max-width: 500px;
    width: 100%;
    padding: 10px;
  }
}

.personal__content {
  width: 100%;
  margin-bottom: 40px;
}

.personal__text {
  color: #000000;
  font-size: 18px;
  font-family: Albert Sans;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .personal__text {
    font-size: 14px;
  }
}

.personal__text a {
  color: #0062FF;
}

.personal__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.personal__list-item {
  color: #000000;
  font-size: 18px;
  font-family: Albert Sans;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
  position: relative;
  padding-left: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .personal__list-item {
    font-size: 14px;
  }
}

.personal__section-title {
  color: #00293C;
  font-size: 20px;
  font-family: Albert Sans;
  font-weight: 600;
  line-height: 30px;
  word-wrap: break-word;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .personal__section-title {
    font-size: 18px;
  }
}

/* 個人情報の利用目的ページのスタイル */
.philosophy {
  padding: 60px 0; /* パディングを調整 */
  background: url(../images/philosophy-mv-img.webp) no-repeat center center/cover;
  position: relative;
  overflow: hidden; /* エンドロールのために追加 */
  height: 100vh; /* 高さを画面いっぱいに設定 */
  display: flex;
  align-items: center;
  justify-content: center; /* 水平中央寄せも追加 */
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 30px 0; /* モバイルでもパディングを調整 */
    background: url(../images/philosophy-mv.webp) no-repeat center center/cover;
    height: 100vh;
  }
}

/* 画像拡大アニメーション背景 */
.philosophy-circle-bg {
  position: absolute;
  top: 20%;
  left: 60vw;
  width: 20px; /* 初期サイズを20pxに変更 */
  height: 20px; /* 初期サイズを20pxに変更 */
  background-image: url(../images/star-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* エンドロールテキストより下に配置 */
  opacity: 1; /* 初期状態で表示 */
  pointer-events: none; /* ヘッダーカラー検出の邪魔にならないように */
}

.philosophy__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3; /* 円形背景より上に配置 */
}

.philosophy-mv__title {
  color: #FFF084;
  text-align: left;
  font-family: "Albert Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px; /* 211.111% */
}

.philosophy-mv__content-text {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 4px #000;
  font-family: "Albert Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 177.778% */
}

/* philosophy-mv-bottom GSAPアニメーション用 */
.philosophy-mv-bottom {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 120px;
}

.philosophy-content {
  padding-top: 50px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10; /* philosophy-mv-bottomより上に配置 */
  background-color: #fff; /* 白背景を明示的に設定 */
  /* GSAPで初期状態とアニメーションを制御するため、CSS transitionは削除 */
}
@media screen and (max-width: 768px) {
  .philosophy-content {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.philosophy-content-header-title-en {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #00293C;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .philosophy-content-header-title-en {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .philosophy-content-header-title-en {
    font-size: 18px;
  }
}

.philosophy-content-header-title {
  color: "Barlow", sans-serif;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px; /* 210% */
}

.philosophy-content-text {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 2;
  text-transform: uppercase;
  color: #00293C;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .philosophy-content-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .philosophy-content-text {
    font-size: 20px;
  }
}

.philosophy-content-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 55px;
}
.philosophy-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .philosophy-content-image {
    margin-top: 55px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    aspect-ratio: 393/346;
    width: 100vw;
  }
}

.philosophy-content-text-bottom {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .philosophy-content-text-bottom {
    margin-top: 30px;
  }
}

.philosophy-content-text-bottom-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: #00293C;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .philosophy-content-text-bottom-title {
    font-size: 40px;
  }
}

.philosophy-content-text-bottom-text {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
}
.philosophy-content-text-bottom-text:first-child {
  margin-top: 40px;
}

.philosophy-rules {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url(../images/rules-bg-pc-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .philosophy-rules {
    padding-top: 68px;
    padding-bottom: 60px;
    background-image: url(../images/rules-bg-sp-img.webp);
  }
}

.philosophy-rules__title {
  color: #5BC8A5;
  font-family: Barlow;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px; /* 97.826% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .philosophy-rules__title {
    font-size: 28px;
    line-height: 1;
  }
}

.philosophy-rules-title-sub {
  color: #F1F3CE;
  text-align: left;
  font-family: "Albert Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px; /* 100% */
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .philosophy-rules-title-sub {
    padding-top: 20px;
  }
}

.philosophy-rules-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.philosophy-rules-content-text {
  color: #F1F3CE;
  text-align: center;
  font-family: "Albert Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 200% */
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .philosophy-rules-content-text {
    font-size: 20px;
    line-height: 40px;
    margin-top: 30px;
  }
}

.philosophy-rules-content-image {
  max-width: 400px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .philosophy-rules-content-image {
    max-width: 310px;
  }
}
.philosophy-rules-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.philosophy-rules-text-content {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .philosophy-rules-text-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.philosophy-rules-text-content-text {
  color: #00293C;
  font-family: "Albert Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  padding-top: 20px;
}

/* エンドロールスタイル（アニメーション削除版） */
.philosophy-endroll {
  position: relative;
  text-align: center;
  color: #FFF;
  max-width: 800px;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .philosophy-endroll {
    width: 100%;
    max-width: none;
    padding: 0 5px;
  }
}

.philosophy-endroll .endroll-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .philosophy-endroll .endroll-text {
    margin-bottom: 30px;
  }
}

.philosophy-endroll .philosophy-mv__title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 50px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .philosophy-endroll .philosophy-mv__title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .philosophy-endroll .philosophy-mv__title {
    font-size: 15px;
    margin-bottom: 35px;
  }
}

.philosophy-endroll .philosophy-mv__content-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .philosophy-endroll .philosophy-mv__content-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .philosophy-endroll .philosophy-mv__content-text {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

.philosophy-endroll .endroll-spacer {
  font-size: 20px;
  line-height: 2;
  margin-top: 60px;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .philosophy-endroll .endroll-spacer {
    font-size: 18px;
    margin-top: 50px;
  }
}

/* スクロールヒントスタイル */
.philosophy-scroll-hint {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF084;
  z-index: 4;
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.philosophy-scroll-hint.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .philosophy-scroll-hint {
    bottom: 80px;
  }
}

.philosophy-scroll-hint-arrow {
  width: 32px;
  height: 32px;
  -webkit-animation: scroll-hint-bounce 2s ease-in-out infinite;
          animation: scroll-hint-bounce 2s ease-in-out infinite;
}
.philosophy-scroll-hint-arrow svg {
  width: 100%;
  height: 100%;
  stroke: #FFF084;
  stroke-width: 2;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  .philosophy-scroll-hint-arrow {
    width: 28px;
    height: 28px;
  }
}

@-webkit-keyframes scroll-hint-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(15px) scale(1.1);
    opacity: 0.4;
  }
}

@keyframes scroll-hint-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(15px) scale(1.1);
    opacity: 0.4;
  }
}
/*16px＝1rem*/
/* 採用ページ共通スタイル */
.recruit {
  background-color: #ffffff;
  overflow-x: hidden;
}

/* 採用ページでのメイン要素の調整 */
.recruit-page .recruit {
  padding-left: 0; /* 通常のヘッダー分のパディングを削除 */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ヒーローセクション */
.recruit-hero {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.recruit-hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.recruit-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 205px;
  text-align: center;
  background-image: url("../images/recruit-hero-bottom.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 上部ぼかしフィルター */
  /* コンテンツを疑似要素より上に表示 */
}
.recruit-hero__content::before {
  content: "";
  position: absolute;
  top: -61px;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 70%, transparent 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}
.recruit-hero__content > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit-hero__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.recruit-hero__title {
  margin-bottom: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding: 0 15px;
}

.recruit-hero-text-img {
  max-width: 433px;
  width: 100%;
  height: auto;
  aspect-ratio: 433/29;
}
.recruit-hero-text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-hero__title {
  max-width: 1082px;
  width: 100%;
  height: auto;
  aspect-ratio: 1082/327;
}
.recruit-hero__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-hero__content-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .recruit-hero__content-inner {
    padding: 0 15px;
  }
}

.recruit-hero__subtitle {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 80px;
  color: #00293c;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-hero__subtitle {
    font-size: 42px;
    margin-bottom: 59px;
    font-style: normal;
  }
}

.recruit-hero__text p {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 58px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-hero__text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 200% */
  }
}

.recruit-history {
  background-image: url("../images/recruit-history-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 3;
}

.recruit-history__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.recruit-history__title {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 52px;
  color: #032130;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit-history__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.recruit-history__content-title {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #032130;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit-history__content-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.recruit-text-big {
  color: #FFF;
  font-family: "Albert Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  .recruit-text-big {
    font-size: 20px;
    line-height: 32px;
  }
}

.recruit-history__content-text {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #032130;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit-history__content-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* 経営チームセクション */
.recruit-team {
  position: relative;
  z-index: 4;
}

.recruit-team-bg {
  width: 100vw;
  height: auto;
  aspect-ratio: 1512/850;
}
.recruit-team-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-team__title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 70px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* 経営チーム（SP）スライダー */
.recruit-team-sp {
  padding: 60px 0 80px;
  position: relative;
}

.recruit-team-sp__inner {
  padding: 0 20px;
}

.recruit-team-sp__title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 42px;
  line-height: 1.2;
  color: #09364A;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.recruit-team-sp__swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}

.recruit-team-sp__swiper .swiper-wrapper {
  display: flex;
}

.recruit-team-sp__swiper .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}

.recruit-team-sp__content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 283px;
  width: 100%;
  height: auto;
  aspect-ratio: 283/556;
}

.recruit-team-sp__content-img {
  max-width: 283px;
  width: 100%;
  height: auto;
  aspect-ratio: 283/424;
  border-radius: 30px;
  position: relative;
}
.recruit-team-sp__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.recruit-team-sp__content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -16px;
}

.recruit-team-sp__content-role {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 10px 0;
}
.recruit-team-sp__content-role p {
  margin: 0;
  line-height: 1.4;
}

.recruit-team-sp__content-role-en {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.recruit-team-sp__content-role-jp {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
}

.recruit-team-sp__content-name {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  margin-top: 36px;
}

.recruit-team-sp__content-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.recruit-team-sp__content-company p {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin: 0;
}

/* Swiper ナビゲーションボタン */
.recruit-team-sp__next,
.recruit-team-sp__prev {
  color: #ffffff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.recruit-team-sp__next:after,
.recruit-team-sp__prev:after {
  font-size: 16px;
  font-weight: 600;
}
.recruit-team-sp__next.swiper-button-disabled,
.recruit-team-sp__prev.swiper-button-disabled {
  opacity: 0.3;
}

.recruit-team-sp__next {
  right: 20px;
}

.recruit-team-sp__prev {
  left: 20px;
}

/* 組織構造（船団）セクション */
.recruit-fleet {
  background: url("../images/recruit-fune.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 64.9470899%;
  position: relative;
}

.recruit-fleet__title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.3068783069vw;
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-fleet__ship {
  position: absolute;
  background-color: rgba(10, 88, 119, 0.8);
  border: 0.0330687831vw solid #ffffff;
  border-radius: 0.9920634921vw;
  padding: 0.9920634921vw 1.3227513228vw;
  text-align: center;
}

.recruit-fleet__ship-title {
  color: #F1F3CE;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-size: 1.3227513228vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5873015873vw;
}

.recruit-fleet__ship p {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3227513228vw;
  color: #ffffff;
  line-height: 1.5;
}

.recruit-fleet__ship--management {
  top: 64%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
  transition: all 0.3s ease;
}
.recruit-fleet__ship--management .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--management .recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.recruit-fleet__ship--management .recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}
.recruit-fleet__ship--management:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.recruit-fleet__ship--management:hover .recruit-fleet__ship-image img {
  transform: scale(1.1);
}
.recruit-fleet__ship--management:active {
  transform: translate(-50%, -50%) scale(0.98);
}

.recruit-fleet__ship--hr {
  top: 32%;
  left: 49%;
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
  transition: all 0.3s ease;
}
.recruit-fleet__ship--hr .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--hr .recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.recruit-fleet__ship--hr .recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}
.recruit-fleet__ship--hr:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.recruit-fleet__ship--hr:hover .recruit-fleet__ship-image img {
  transform: scale(1.1);
}
.recruit-fleet__ship--hr:active {
  transform: translateX(-50%) scale(0.98);
}

.recruit-fleet__ship--marketing {
  top: 37%;
  left: 16%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
}
.recruit-fleet__ship--marketing .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--marketing .recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-fleet__ship--marketing .recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}

.recruit-fleet__ship--backoffice {
  top: 14%;
  left: 19%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
}
.recruit-fleet__ship--backoffice .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--backoffice .recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-fleet__ship--backoffice .recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}

.recruit-fleet__ship--ai {
  top: 14%;
  right: 18%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
}
.recruit-fleet__ship--ai .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--ai .recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-fleet__ship--ai .recruit-fleet__ship-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.recruit-fleet__ship--youtube {
  top: 32%;
  right: 15%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
}
.recruit-fleet__ship--youtube .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--youtube .recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-fleet__ship--youtube .recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}

.recruit-fleet__ship--daichi {
  top: 58%;
  right: 18%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
}
.recruit-fleet__ship--daichi .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--daichi .recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-fleet__ship--daichi .recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}

.recruit-fleet__ship--rakuda {
  bottom: 23%;
  left: 15%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
}
.recruit-fleet__ship--rakuda .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--rakuda .recruit-fleet__ship-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-fleet__ship--rakuda .recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}

.recruit-fleet__ship--home {
  bottom: 5%;
  right: 18%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
}

.recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 67px;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}

.recruit-fleet__ship--mansion {
  bottom: 5%;
  left: 6%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3306878307vw 0.3306878307vw 0px 0.3306878307vw;
  text-align: center;
}
.recruit-fleet__ship--mansion .recruit-fleet__ship-image {
  flex-shrink: 0;
  max-width: 4.4312169312vw;
  width: 100%;
  height: auto;
  aspect-ratio: 67/68;
}
.recruit-fleet__ship--mansion .recruit-fleet__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-fleet__ship--mansion .recruit-fleet__ship-content {
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}

.recruit-fleet__ship-subtitle-small {
  color: #FFF;
  font-family: "Albert Sans";
  font-size: 0.9259259259vw;
  font-style: normal;
  font-weight: 400;
}

.recruit-fleet-sp {
  background: linear-gradient(180deg, #0B374A 0%, #031F2D 100%);
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}

.recruit-fleet-sp__inner {
  padding: 0 20px;
}

.recruit-fleet-sp__title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.recruit-fleet-sp__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.recruit-fleet-sp__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.recruit-fleet-sp__ship {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  flex: 1;
}

.recruit-fleet-sp__ship-icon {
  max-width: 150px;
  width: 100%;
  height: auto;
  aspect-ratio: 72/104;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .recruit-fleet-sp__ship-icon {
    max-width: 72px;
    aspect-ratio: 72/104;
  }
}

.recruit-fleet-sp__ship-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 船団スマホ: 行ごとのship-icon左右マージン調整（1行目=0px → 5行目=40px） */
.recruit-fleet-sp__row:nth-child(1) .recruit-fleet-sp__ship-icon {
  margin-left: 0px;
  margin-right: 0px;
}

.recruit-fleet-sp__row:nth-child(2) .recruit-fleet-sp__ship-icon {
  margin-left: 20px;
  margin-right: 20px;
}

.recruit-fleet-sp__row:nth-child(3) .recruit-fleet-sp__ship-icon {
  margin-left: 30px;
  margin-right: 30px;
}

.recruit-fleet-sp__row:nth-child(4) .recruit-fleet-sp__ship-icon {
  margin-left: 40px;
  margin-right: 40px;
}

.recruit-fleet-sp__row:nth-child(5) .recruit-fleet-sp__ship-icon {
  margin-left: 50px;
  margin-right: 50px;
}

.recruit-fleet-sp__ship-card {
  background-color: #0A5877;
  border: 0.5px solid #ffffff;
  border-radius: 10px;
  padding: 5px 3px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.recruit-fleet-sp__ship-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.recruit-fleet-sp__ship-image {
  max-width: 80px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  aspect-ratio: 45/43;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .recruit-fleet-sp__ship-image {
    max-width: 45px;
    aspect-ratio: 45/43;
  }
}

.recruit-fleet-sp__ship-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-fleet-sp__ship-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.recruit-fleet-sp__ship-title {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #f1f3ce;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .recruit-fleet-sp__ship-title {
    font-size: 12px;
  }
}

.recruit-fleet-sp__ship-title br {
  display: block;
}

.recruit-fleet-sp__ship-subtitle {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .recruit-fleet-sp__ship-subtitle {
    font-size: 10px;
  }
}

.recruit-fleet-sp__ship-captain {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .recruit-fleet-sp__ship-captain {
    font-size: 8px;
  }
}

.recruit-fleet-sp__ship-even {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
}

.recruit-fleet-sp__ship {
  opacity: 0;
  transform: translateY(30px);
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}

.recruit-fleet-sp__ship:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.recruit-fleet-sp__ship:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.recruit-fleet-sp__row:nth-child(2) .recruit-fleet-sp__ship:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.recruit-fleet-sp__row:nth-child(2) .recruit-fleet-sp__ship:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.recruit-fleet-sp__row:nth-child(3) .recruit-fleet-sp__ship:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.recruit-fleet-sp__row:nth-child(3) .recruit-fleet-sp__ship:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.recruit-fleet-sp__row:nth-child(4) .recruit-fleet-sp__ship:nth-child(1) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.recruit-fleet-sp__row:nth-child(4) .recruit-fleet-sp__ship:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.recruit-fleet-sp__row:nth-child(5) .recruit-fleet-sp__ship:nth-child(1) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.recruit-fleet-sp__row:nth-child(5) .recruit-fleet-sp__ship:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 事業部詳細セクション */
.recruit-department {
  background: linear-gradient(180deg, #0B374A 0%, #031F2D 100%);
  padding: 100px 0;
  position: relative;
  z-index: 7;
}

.recruit-department__card {
  max-width: 1149px;
  margin: 0 auto;
  background-color: rgba(241, 243, 206, 0.8);
  border: 0.5px solid #ffffff;
  border-radius: 50px;
  padding: 100px 80px;
  text-align: center;
}

.recruit-department__title {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 52px;
  color: #032130;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.recruit-department__subtitle {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #032130;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.recruit-department__captain {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #032130;
  text-transform: uppercase;
}

/* データセクション */
.recruit-data {
  background-color: #031F2D;
  padding: 6.6137566138vw 0;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .recruit-data {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data {
    padding: 35px 0;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data {
    padding: 30px 0;
  }
}

.recruit-data-container {
  max-width: 88.6243386243vw;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.3227513228vw;
}
@media screen and (max-width: 768px) {
  .recruit-data-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data-container {
    padding: 0 12px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data-container {
    padding: 0 8px;
  }
}

.recruit-data__title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.9682539683vw;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
  }
}

.recruit-data__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.3227513228vw;
       column-gap: 1.3227513228vw;
  row-gap: 3.9682539683vw;
  margin-bottom: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__grid {
    row-gap: 25px;
    margin-bottom: 25px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__grid {
    row-gap: 20px;
    margin-bottom: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.recruit-data__item {
  background-color: #00293c;
  border-radius: 1.3227513228vw;
  padding: 0.8597883598vw 1.1904761905vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 44.3121693122vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-data__item {
    padding: 15px 20px;
    border-radius: 15px;
    max-width: 600px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__item {
    padding: 10px 12px;
    border-radius: 10px;
    max-width: 450px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__item {
    padding: 8px 10px;
    border-radius: 8px;
  }
}

.recruit-data__item h3 {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.1164021164vw;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recruit-data__item h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__item h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.recruit-data__item--member-count {
  background-color: #00293c;
  border-radius: 1.3227513228vw;
  padding: 0.8597883598vw 1.1904761905vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-data__item--member-count {
    padding: 10px 12px;
  }
}
.recruit-data__item--member-count h3 {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.1164021164vw;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item--member-count h3 {
    font-size: 24px;
    line-height: 40px;
  }
}

.recruit-data__item--gender {
  background-color: #00293c;
  padding: 0.8597883598vw 1.1904761905vw 0 1.1904761905vw;
}
.recruit-data__item--gender h3 {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.1164021164vw;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-data__item--gender h3 {
    font-size: 24px;
    line-height: 40px;
  }
}

.recruit-data__member-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3227513228vw;
  margin-top: 6.6137566138vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__member-display {
    gap: 15px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__member-display {
    gap: 8px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__member-display {
    gap: 5px;
    margin-top: 20px;
  }
}

.recruit-data__member-number {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 13.2275132275vw;
  color: #e2bf77;
  line-height: 6.6137566138vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit-data__member-number {
    font-size: 120px;
    line-height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__member-number {
    font-size: 60px;
    line-height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__member-number {
    font-size: 50px;
    line-height: 40px;
  }
}

.recruit-data__member-unit {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 6.6137566138vw;
  color: #ffffff;
  line-height: 6.6137566138vw;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recruit-data__member-unit {
    font-size: 60px;
    line-height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__member-unit {
    font-size: 30px;
    line-height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__member-unit {
    font-size: 25px;
    line-height: 40px;
  }
}

.recruit-data__number {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 7.9365079365vw;
  color: #ffffff;
  text-transform: uppercase;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-data__number span {
  color: #49c6a8;
}

.recruit-data__pie {
  display: flex;
  justify-content: center;
  gap: 3.9682539683vw;
  margin-top: 2.6455026455vw;
}

.recruit-data__pie-item span {
  display: block;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.1164021164vw;
  color: #ffffff;
  margin-bottom: 1.3227513228vw;
}

.recruit-data__pie-item strong {
  display: block;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 5.291005291vw;
  color: #49c6a8;
}

.recruit-data__gender {
  margin-top: 2.6455026455vw;
}

.recruit-data__gender strong {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 6.6137566138vw;
  color: #ffffff;
}

/* 正社員/業務委託比率の円グラフ */
.recruit-data__employment-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 1.9841269841vw;
}

.recruit-data__pie-chart {
  position: relative;
  max-width: 37.1693121693vw;
  width: 100%;
  height: 100%;
  aspect-ratio: 562/292;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-chart {
    max-width: 350px;
    width: 100%;
    height: 100%;
    aspect-ratio: 350/250;
  }
}

.recruit-data__pie-svg {
  max-width: 21.164021164vw;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-svg {
    max-width: 250px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-svg {
    max-width: 150px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}

.recruit-data__pie-bg {
  fill: none;
  stroke: #F1F3CE;
  stroke-width: 5;
}

.recruit-data__pie-progress {
  fill: none;
  stroke: #05D6D0;
  stroke-width: 5;
  stroke-dasharray: 0 100;
  transition: stroke-dasharray 2s ease-out;
}

.recruit-data__pie-bg--workstyle {
  stroke: #F1F3CE;
}

.recruit-data__pie-progress--workstyle {
  stroke: #05D6D0;
}

.recruit-data__pie-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 1.3227513228vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-labels {
    padding: 0 10px;
  }
}

.recruit-data__pie-label-left {
  margin-left: -3.3068783069vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-label-left {
    margin-left: -30px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-label-left {
    margin-left: 0px;
  }
}

.recruit-data__pie-label-right {
  margin-right: -3.3068783069vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-label-right {
    margin-right: -30px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-label-right {
    margin-right: 0px;
  }
}

.recruit-data__pie-label-left--workstyle {
  margin-left: -3.3068783069vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-label-left--workstyle {
    margin-left: -30px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-label-left--workstyle {
    margin-left: -20px;
  }
}

.recruit-data__pie-label-right--workstyle {
  margin-right: -3.3068783069vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-label-right--workstyle {
    margin-right: -30px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-label-right--workstyle {
    margin-right: -20px;
  }
}

.recruit-data__pie-label-text {
  display: block;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.1164021164vw;
  color: #ffffff;
  margin-bottom: 0.5291005291vw;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-label-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-label-text {
    font-size: 22px;
  }
}

.recruit-data__pie-percentage {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 5.291005291vw;
  color: #e2bf77;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-percentage {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-percentage {
    font-size: 38px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__pie-percentage {
    font-size: 24px;
  }
}

.recruit-data__pie-label-right .recruit-data__pie-percentage {
  font-size: 6.6137566138vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-label-right .recruit-data__pie-percentage {
    font-size: 72px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-label-right .recruit-data__pie-percentage {
    font-size: 48px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__pie-label-right .recruit-data__pie-percentage {
    font-size: 30px;
  }
}

.recruit-data__pie-chart--workstyle .recruit-data__pie-label-left .recruit-data__pie-percentage {
  font-size: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-chart--workstyle .recruit-data__pie-label-left .recruit-data__pie-percentage {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-chart--workstyle .recruit-data__pie-label-left .recruit-data__pie-percentage {
    font-size: 38px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__pie-chart--workstyle .recruit-data__pie-label-left .recruit-data__pie-percentage {
    font-size: 30px;
  }
}
.recruit-data__pie-chart--workstyle .recruit-data__pie-label-right .recruit-data__pie-percentage {
  font-size: 6.6137566138vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__pie-chart--workstyle .recruit-data__pie-label-right .recruit-data__pie-percentage {
    font-size: 72px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__pie-chart--workstyle .recruit-data__pie-label-right .recruit-data__pie-percentage {
    font-size: 48px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__pie-chart--workstyle .recruit-data__pie-label-right .recruit-data__pie-percentage {
    font-size: 30px;
  }
}

.recruit-data__pie-legend {
  display: flex;
  flex-direction: column;
  gap: 0.9920634921vw;
}

.recruit-data__legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.0582010582vw;
  color: #ffffff;
}

.recruit-data__legend-color {
  width: 1.0582010582vw;
  height: 1.0582010582vw;
  border-radius: 50%;
}

.recruit-data__legend-color--employee {
  background-color: #A60648;
}

.recruit-data__legend-color--contractor {
  background-color: rgba(168, 251, 231, 0.2);
}

.recruit-data__age {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6455026455vw;
}

.recruit-data__age-chart h3 {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.7195767196vw;
  color: #ffffff;
  text-align: center;
}

/* 男女比円グラフ */
.recruit-data__gender-chart {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .recruit-data__gender-chart {
    align-items: center;
    gap: 0px;
  }
}

.recruit-data__gender-pie {
  position: relative;
  max-width: 23.1481481481vw;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .recruit-data__gender-pie {
    max-width: 280px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__gender-pie {
    max-width: 150px;
    aspect-ratio: 1/1;
  }
}

.recruit-data__gender-svg {
  max-width: 21.164021164vw;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .recruit-data__gender-svg {
    max-width: 250px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__gender-svg {
    max-width: 150px;
    aspect-ratio: 1/1;
  }
}

.recruit-data__gender-bg {
  fill: none;
  stroke: #F1F3CE;
  stroke-width: 5;
}

.recruit-data__gender-progress {
  fill: none;
  stroke: #05D6D0;
  stroke-width: 5;
  stroke-dasharray: 0 100;
  transition: stroke-dasharray 2s ease-out;
}

.recruit-data__gender-ratio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.9920634921vw;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 6.6137566138vw;
  color: #e2bf77;
}
@media screen and (max-width: 768px) {
  .recruit-data__gender-ratio {
    font-size: 70px;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__gender-ratio {
    font-size: 48px;
    gap: 6px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__gender-ratio {
    font-size: 28px;
    gap: 4px;
  }
}

.recruit-data__gender-male {
  color: #e2bf77;
}

.recruit-data__gender-separator {
  color: #e2bf77;
}

.recruit-data__gender-female {
  color: #e2bf77;
}

/* 男女比画像 */
.recruit-data__gender-image {
  flex-shrink: 0;
  max-width: 8.4656084656vw;
  width: 100%;
  height: auto;
  aspect-ratio: 128/191;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit-data__gender-image {
    max-width: 90px;
    aspect-ratio: 90/140;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__gender-image {
    max-width: 60px;
  }
}
.recruit-data__gender-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-data__gender-image--female {
  max-width: 6.4153439153vw;
  width: 100%;
  height: auto;
  aspect-ratio: 97/173;
}
@media screen and (max-width: 768px) {
  .recruit-data__gender-image--female {
    max-width: 70px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__gender-image--female {
    max-width: 80px;
  }
}
.recruit-data__gender-image--female img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-data__gender-image--male {
  max-width: 8.4656084656vw;
  width: 100%;
  height: auto;
  aspect-ratio: 128/191;
}
@media screen and (max-width: 768px) {
  .recruit-data__gender-image--male {
    max-width: 90px;
  }
}
.recruit-data__gender-image--male img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 年齢構成棒グラフ */
.recruit-data__bar-chart {
  width: 100%;
  height: 19.8412698413vw;
  margin-top: 1.3227513228vw;
}

.recruit-data__chart-container {
  display: flex;
  height: 100%;
  align-items: flex-start;
  gap: 1.3227513228vw;
}

.recruit-data__y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 16.5343915344vw;
  padding-right: 0.6613756614vw;
  margin-bottom: 1.9841269841vw;
}

.recruit-data__y-label {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9259259259vw;
  color: #ffffff;
  line-height: 1;
}

.recruit-data__bars-area {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 1.3227513228vw;
  height: 16.5343915344vw;
  border-left: 0.0661375661vw solid rgba(255, 255, 255, 0.3);
  padding-left: 0.6613756614vw;
  padding-top: 0.6613756614vw;
}

.recruit-data__bar-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  height: 100%;
  position: relative;
}

.recruit-data__bar {
  width: 100%;
  background-color: #49c6a8;
  border-radius: 0 0 4px 4px;
  transition: height 1.5s ease-out;
  height: 0;
  margin-top: 0.6613756614vw;
}

.recruit-data__bar.animate {
  height: calc(var(--height-percentage) * 1%);
}

.recruit-data__bar-label {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.0582010582vw;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.3306878307vw;
}

/* 年齢構成ドーナツチャート */
.recruit-data__age-chart--donut {
  background-color: #00293c;
  border-radius: 1.3227513228vw;
  padding: 0.8597883598vw 1.1904761905vw;
}
.recruit-data__age-chart--donut h3 {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5873015873vw;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-data__age-chart--donut h3 {
    font-size: 20px;
  }
}

.recruit-data__age-donut-container {
  display: flex;
  align-items: end;
  gap: 5.291005291vw;
  margin-top: 1.9841269841vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__age-donut-container {
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__age-donut-container {
    gap: 12px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__age-donut-container {
    gap: 10px;
    margin-top: 10px;
  }
}

.recruit-data__age-donut {
  flex-shrink: 0;
  max-width: 18.3201058201vw;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .recruit-data__age-donut {
    max-width: 220px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__age-donut {
    max-width: 140px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__age-donut {
    max-width: 120px;
    aspect-ratio: 1/1;
  }
}

.recruit-data__age-donut-svg {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.recruit-data__age-donut-svg.motion-ready .recruit-data__age-segment {
  transform-origin: 50% 50%;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.recruit-data__age-segment {
  transition: all 0.3s ease;
}

.recruit-data__age-segment--1 {
  fill: #006360;
}

.recruit-data__age-segment--2 {
  fill: #05D6D0;
}

.recruit-data__age-segment--3 {
  fill: #009185;
}

.recruit-data__age-segment--4 {
  fill: #F1F3CE;
}

.recruit-data__age-segment--5 {
  fill: #F8D9A6;
}

.recruit-data__age-segment--expert-1 {
  fill: #05D6D0;
}

.recruit-data__age-segment--expert-2 {
  fill: #009185;
}

.recruit-data__age-segment--expert-3 {
  fill: #006360;
}

.recruit-data__age-segment--expert-4 {
  fill: #F1F3CE;
}

.recruit-data__age-segment--expert-5 {
  fill: #F8D9A6;
}

.recruit-data__age-legend {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .recruit-data__age-legend {
    width: 100%;
  }
}

.recruit-data__age-legend-header {
  display: flex;
  justify-content: space-between;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5873015873vw;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .recruit-data__age-legend-header {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__age-legend-header {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__age-legend-header {
    font-size: 12px;
    margin-bottom: 6px;
  }
}

.recruit-data__age-legend-title {
  color: #ffffff;
}

.recruit-data__age-legend-count {
  color: #ffffff;
}

.recruit-data__age-legend-item {
  display: flex;
  align-items: center;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-size: 1.5873015873vw;
  line-height: 2.380952381vw;
  gap: 0.9920634921vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__age-legend-item {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
    gap: 12px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__age-legend-item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    gap: 6px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__age-legend-item {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    gap: 4px;
  }
}

.recruit-data__age-legend-indicator {
  width: 1.1904761905vw;
  height: 1.1904761905vw;
  border-radius: 3px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-data__age-legend-indicator {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__age-legend-indicator {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__age-legend-indicator {
    width: 8px;
    height: 8px;
  }
}

.recruit-data__age-legend-indicator--1 {
  background-color: #05D6D0;
}

.recruit-data__age-legend-indicator--2 {
  background-color: #009185;
}

.recruit-data__age-legend-indicator--3 {
  background-color: #006360;
}

.recruit-data__age-legend-indicator--4 {
  background-color: #F1F3CE;
}

.recruit-data__age-legend-indicator--5 {
  background-color: #F8D9A6;
}

.recruit-data__age-legend-indicator--expert-1 {
  background-color: #05D6D0;
}

.recruit-data__age-legend-indicator--expert-2 {
  background-color: #009185;
}

.recruit-data__age-legend-indicator--expert-3 {
  background-color: #006360;
}

.recruit-data__age-legend-indicator--expert-4 {
  background-color: #F1F3CE;
}

.recruit-data__age-legend-indicator--expert-5 {
  background-color: #F8D9A6;
}

.recruit-data__age-legend-age {
  color: #e2bf77;
  font-weight: 500;
  flex: 1;
}

.recruit-data__age-legend-number {
  color: #e2bf77;
  font-weight: 500;
  margin-left: 2.3148148148vw;
}
@media screen and (max-width: 768px) {
  .recruit-data__age-legend-number {
    margin-left: 25px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-data__age-legend-number {
    margin-left: 10px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-data__age-legend-number {
    margin-left: 8px;
  }
}

/* 求める人物像セクション */
.recruit-ideal {
  position: relative;
  background-color: #D9EDF6;
  padding: 193px 0;
}
@media screen and (max-width: 768px) {
  .recruit-ideal {
    padding: 60px 0;
  }
}

.recruit-ideal__video {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-ideal__video-container {
  position: relative;
  width: 100%;
  max-width: 1074px;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (604/1074 ≈ 0.5625) */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .recruit-ideal__video-container {
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
}

.recruit-ideal__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
}

/* 多様な働き方セクション */
.recruit-workstyle {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}

.recruit-workstyle__title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  color: #282633;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .recruit-workstyle__title {
    font-size: 40px;
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-workstyle__title {
    font-size: 30px;
  }
}

.recruit-workstyle__cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-workstyle__cases {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.recruit-workstyle__case {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.recruit-workstyle__case.recruit-workstyle__case--link {
  cursor: pointer;
}
.recruit-workstyle__case.recruit-workstyle__case--link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.recruit-workstyle__case.recruit-workstyle__case--link:hover .recruit-workstyle__case-image img {
  transform: scale(1.05);
}
.recruit-workstyle__case.recruit-workstyle__case--link:active {
  transform: translateY(-2px);
}

.recruit-workstyle__case-image {
  width: 100%;
  height: auto;
  aspect-ratio: 768/350;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-workstyle__case-image {
    aspect-ratio: 394/260;
  }
}
.recruit-workstyle__case-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.recruit-workstyle__case-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: flex-end;
}

.recruit-workstyle__case-text-top {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .recruit-workstyle__case-text-top {
    top: 110px;
    right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-workstyle__case-text-top {
    top: 60px;
    right: 10px;
  }
}

.recruit-workstyle__case-text p {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #00293c;
  padding: 2px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .recruit-workstyle__case-text p {
    font-size: 25px;
    line-height: 28px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-workstyle__case-text p {
    font-size: 18px;
    line-height: 28px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-workstyle__case-text p {
    font-size: 15px;
    line-height: 28px;
    padding: 2px 10px;
  }
}

.recruit-workstyle__case-text-top p {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #00293c;
  padding: 2px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .recruit-workstyle__case-text-top p {
    font-size: 25px;
    line-height: 28px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-workstyle__case-text-top p {
    font-size: 18px;
    line-height: 28px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-workstyle__case-text-top p {
    font-size: 15px;
    line-height: 28px;
    padding: 2px 10px;
  }
}

.recruit-c-white p {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  line-height: 32px;
  color: #00293c;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 2px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .recruit-c-white p {
    font-size: 18px;
    line-height: 32px;
    padding: 2px 10px;
  }
}

/* 募集職種一覧セクション */
.recruit-positions {
  background-color: #f1f3ce;
  padding: 100px 0;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .recruit-positions {
    padding: 60px 0;
  }
}

.recruit-positions__title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  color: #282633;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

.recruit-positions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-positions__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.recruit-positions__section {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

/* 会社ヘッダー部分 */
.recruit-positions__header {
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: center;
}

.recruit-positions__company-logo {
  max-width: 461px;
  width: 100%;
  height: auto;
  aspect-ratio: 461/96;
}
.recruit-positions__company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-positions__company-logo--rakuda {
  max-width: 329px;
  width: 100%;
  height: auto;
  aspect-ratio: 329/43;
  margin-top: 53px;
}
.recruit-positions__company-logo--rakuda img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-positions__company-header {
  background-color: #033248;
  padding: 11px 0;
  border: 1px solid rgba(11, 55, 74, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 87px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-positions__company-header {
    min-height: 60px;
  }
}

.recruit-positions__company-name {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__company-name {
    font-size: 24px;
    line-height: 36px;
  }
}

/* カテゴリー部分 */
.recruit-positions__category {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recruit-positions__category-title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__category-title {
    font-size: 22px;
    line-height: 40px;
  }
}

.recruit-positions__separator {
  height: 1px;
  background-color: #033248;
  width: 100%;
}

/* 職種アイテム */
.recruit-positions__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #033248;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .recruit-positions__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.recruit-positions__item-content {
  flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__item-content {
    margin-right: 20px;
  }
}

.recruit-positions__item-title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  color: #07354a;
  text-transform: uppercase;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-positions__item-title {
    font-size: 18px;
    line-height: 1.3;
  }
}

.recruit-positions__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
  font-family: "Albert Sans", sans-serif;
  margin-top: 2px;
  transition: transform 0.3s ease;
}
.recruit-positions__arrow:hover {
  transform: translateX(3px);
  color: #07354a;
}
@media screen and (max-width: 768px) {
  .recruit-positions__arrow {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

/* アクセシビリティとインタラクションの改善 */
.recruit-positions__item {
  cursor: pointer;
  transition: all 0.3s ease;
}
.recruit-positions__item:hover .recruit-positions__item-title {
  color: #032130;
}
.recruit-positions__item:hover .recruit-positions__arrow {
  transform: translateX(3px);
  color: #07354a;
}
.recruit-positions__item:focus {
  outline: 2px solid #07354a;
  outline-offset: 2px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .recruit-positions__grid {
    padding: 0 15px;
  }
  .recruit-positions__section {
    gap: 25px;
  }
  .recruit-positions__category {
    gap: 15px;
  }
}
/* SNS情報セクション */
.recruit-sns {
  background-color: #f1f3ce;
  padding: 80px 0 120px;
  position: relative;
  z-index: 12;
}

.recruit-sns__title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
}

.recruit-sns__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.recruit-sns__item {
  max-width: 260px;
  width: 100%;
  height: auto;
  aspect-ratio: 260/166;
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.recruit-sns__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}

.recruit-sns__icon {
  max-width: 50px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit-sns__icon--x {
  background-image: url("../images/sns/sns-x.svg");
}

.recruit-sns__icon--youtube {
  background-image: url("../images/sns/sns-youtube.svg");
}

.recruit-sns__icon--instagram {
  background: linear-gradient(99.3705deg, #72318A 0.24%, #D0504E 42.08%, #FDB933 102.75%);
  border-radius: 15px;
}

.recruit-sns__icon--facebook {
  background-image: url("../images/sns/sns-facebook.svg");
}

.recruit-sns__link p {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}

.recruit-sns__item:first-child p {
  font-weight: 700;
  font-size: 14px;
  color: #00293c;
  text-transform: uppercase;
}

.recruit-unique-recruit {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .recruit-unique-recruit {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-unique-recruit {
    padding: 60px 0;
  }
}

.recruit-unique-recruit-inner {
  position: relative;
}

.recruit-unique-recruit-large-title {
  color: #00293C;
  font-family: "Barlow", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recruit-unique-recruit-large-title {
    font-size: 2.875rem;
    line-height: 45px;
    margin-bottom: 1.25rem;
  }
}

.recruit-unique-recruit-title {
  color: #282633;
  text-align: center;
  font-family: Barlow;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 60px; /* 100% */
  text-transform: uppercase;
}

.recruit-unique-recruit-text {
  color: #00293C;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .recruit-unique-recruit-text {
    font-size: 1.125rem;
    margin-top: 46px;
  }
}

.recruit-unique-recruit-swiper {
  margin-top: 75px;
  overflow: unset;
  -webkit-clip-path: inset(0% -50vw 0% 0%);
          clip-path: inset(0% -50vw 0% 0%);
}

.recruit-unique-recruit-item {
  max-width: 310px;
  width: 100%;
  background-color: #00293C;
  border-radius: 10px;
  transition: transform 0.3s;
  flex-direction: column;
  aspect-ratio: 310/420;
}
.recruit-unique-recruit-item:hover {
  transform: translateY(-5px);
}

.recruit-unique-recruit-item-image-wrapper {
  max-width: 310px;
  width: 100%;
  height: auto;
  aspect-ratio: 310/262;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.recruit-unique-recruit-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
.front-page__news-item:hover .recruit-unique-recruit-item-image {
  transform: scale(1.05);
}

.recruit-unique-recruit-item-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.recruit-unique-recruit-item-title {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
}
@media screen and (max-width: 768px) {
  .recruit-unique-recruit-item-title {
    font-size: 1.125rem;
  }
}

.recruit-unique-recruit-item-more {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #F62A00;
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}
.recruit-unique-recruit-item-more:hover {
  color: #ff3a11;
}
.recruit-unique-recruit-item-more span {
  display: inline-block;
  margin-right: 0.5rem;
}

.recruit-unique-recruit-item-more-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: currentColor;
}

.recruit-unique-recruit-more {
  display: flex;
  justify-content: end;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .recruit-unique-recruit-more {
    justify-content: center;
  }
}

.recruit-unique-recruit-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2.5rem;
  min-width: 11.25rem;
  border: 2px solid #F62A00;
  border-radius: 1.875rem;
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.recruit-unique-recruit-more-button:hover {
  background-color: #F62A00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-unique-recruit-more-button {
    padding: 0.625rem 1.875rem;
    font-size: 0.75rem;
  }
}

.recruit-official-sns {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .recruit-official-sns {
    padding: 60px 0;
  }
}

.recruit-official-sns-inner {
  position: relative;
}

.recruit-official-sns-title {
  color: #000;
  font-family: Barlow;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px; /* 70% */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-official-sns-title {
    font-size: 2.875rem;
    line-height: 45px;
    margin-bottom: 1.25rem;
  }
}

.recruit-official-sns-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .recruit-official-sns-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-official-sns-items {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }
}
.recruit-official-sns-items.two-items {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .recruit-official-sns-items.two-items {
    grid-template-columns: 1fr;
  }
}
.recruit-official-sns-items.three-items {
  grid-template-columns: repeat(2, 1fr);
}
.recruit-official-sns-items.three-items .front-page__sns-item:nth-child(3) {
  grid-column: 1/span 2;
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-official-sns-items.three-items {
    grid-template-columns: 1fr;
  }
  .recruit-official-sns-items.three-items .recruit-official-sns-item:nth-child(3) {
    grid-column: auto;
    max-width: 100%;
  }
}

.recruit-official-sns-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 36px 24px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.recruit-official-sns-item:hover {
  transform: translateY(-5px);
}

.recruit-official-sns-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/sns/sns-item-bg.webp");
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.recruit-official-sns-item-title {
  color: #00293C;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.994%; /* 26.399px */
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-official-sns-item-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.recruit-official-sns-item-title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: #F62A00;
  margin: 0.625rem auto 0;
}

.recruit-official-sns-item-text-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.625rem;
}

.recruit-official-sns-item-text {
  color: #00293C;
  font-size: 14px;
  font-family: Albert Sans;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.8px;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-official-sns-item-text {
    font-size: 0.875rem;
  }
}

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

.recruit-official-sns-item-accounts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0.9375rem;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.recruit-official-sns-item-accounts.single-account {
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 200px;
  margin: 20px auto 0;
}
.recruit-official-sns-item-accounts.single-account .recruit-official-sns-item-account {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .recruit-official-sns-item-accounts.single-account .recruit-official-sns-item-account {
    max-width: 120px;
  }
}

.recruit-official-sns-item-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
}

.recruit-official-sns-item-account:hover {
  background-color: rgba(0, 41, 60, 0.05);
}

.recruit-official-sns-item-account-icon {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-official-sns-item-account-name {
  color: #000;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 119.994%; /* 14.399px */
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .recruit-official-sns-item-account-name {
    font-size: 0.75rem;
  }
}

/* 採用詳細ページのスタイル */
.recruit-detail {
  background-color: rgba(30, 101, 109, 0.1);
  padding-top: 140px;
}

.recruit-detail__title {
  color: #1E656D;
  font-family: "Barlow", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recruit-detail__title {
    font-size: 46px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

.recruit-detail__subtitle {
  color: #1E656D;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  padding-top: 20px;
}

.recruit-detail__hero-text {
  padding-top: 30px;
}

.recruit-detail__hero-text p {
  color: #00293C;
  font-family: "Albert Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 128.571% */
}
@media screen and (max-width: 768px) {
  .recruit-detail__hero-text p {
    font-size: 14px;
    line-height: 18px;
  }
}

.recruit-detail__hero-text-sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-detail__hero-text-sub {
    font-size: 14px;
    line-height: 18px;
  }
}

.recruit-detail__content {
  padding: 80px 0;
}

.recruit-detail__content-container {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .recruit-detail__content-container {
    gap: 20px;
  }
}

.recruit-detail__content-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 10px;
}

.recruit-detail__job-card-header {
  background: #00293c;
  padding: 8px 0;
  position: relative;
  max-width: 140px;
  width: 100%;
  border-radius: 10px;
}

.recruit-detail__job-card-header-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.recruit-detail__job-card-content {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-detail__job-card-content {
    padding-top: 20px;
  }
}

.recruit-detail__job-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #00293c;
  margin: 0 0 32px 0;
  line-height: 1.25;
}

.recruit-detail__job-section {
  margin-bottom: 24px;
}

.recruit-detail__job-section:last-child {
  margin-bottom: 0;
}

.recruit-detail__section-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .recruit-detail__section-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.recruit-detail__job-description {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__job-description {
    font-size: 12px;
    line-height: 18px;
  }
}

.recruit-detail__example-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__example-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.recruit-detail__job-list {
  margin: 0 0 16px 0;
  padding-left: 18px;
  list-style: disc;
}

.recruit-detail__job-list li {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .recruit-detail__job-list li {
    font-size: 12px;
    line-height: 18px;
  }
}

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

.recruit-detail__selection-flow {
  margin-top: 20px;
}

.recruit-detail__flow-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 55px;
}

.recruit-detail__flow-step:last-child {
  margin-bottom: 0;
}

.recruit-detail__step-number {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #1e656d;
  line-height: 20px;
  margin-right: 36px;
  flex-shrink: 0;
  width: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-detail__step-number {
    font-size: 24px;
  }
}

.recruit-detail__step-content {
  flex: 1;
  margin-top: -1px;
}

.recruit-detail__step-link {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00293c;
  text-decoration: underline;
  line-height: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .recruit-detail__step-link {
    font-size: 12px;
    line-height: 18px;
  }
}

.recruit-detail__step-link:hover {
  color: #1e656d;
}

.recruit-detail__step-text {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00293c;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__step-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.recruit-detail__step-note {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00293c;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__step-note {
    font-size: 12px;
    line-height: 18px;
  }
}

.recruit-detail__step-line {
  position: absolute;
  left: 17px;
  top: 31px;
  width: 0;
  height: 40px;
}

.recruit-detail__step-line--dotted {
  border-left: 1px dashed #000000;
}

.recruit-detail__step-line--arrow::after {
  content: "";
  position: absolute;
  top: 29px;
  left: -6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000000;
  transform: rotate(0deg);
}
.recruit-detail__step-line--arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 30px;
  border-left: 1px dashed #000000;
}

.recruit-detail__related-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.recruit-detail__article-item {
  position: relative;
  max-width: 350px;
  width: 100%;
}

.recruit-detail__article-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border: 2px solid #1e656d;
  border-radius: 30px;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 50px;
  min-height: 50px;
}
.recruit-detail__article-link:hover {
  background-color: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(30, 101, 109, 0.1);
}

.recruit-detail__article-item--interview .recruit-detail__article-link {
  height: 90px;
  min-height: 90px;
  border-radius: 40px;
  align-items: flex-start;
  padding-top: 20px;
}

.recruit-detail__article-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00293c;
  line-height: 1.2;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .recruit-detail__article-title {
    font-size: 14px;
  }
}

.recruit-detail__interview-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruit-detail__interview-subtitle {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00293c;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__interview-subtitle {
    font-size: 10.5px;
  }
}

.recruit-detail__article-arrow {
  flex-shrink: 0;
  margin-left: 16px;
}
.recruit-detail__article-arrow svg {
  display: block;
  transition: transform 0.3s ease;
}

.recruit-detail__article-link:hover .recruit-detail__article-arrow svg {
  transform: translateX(2px);
}

.recruit-detail__requirements {
  margin-top: 20px;
}

.recruit-detail__requirement-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 34px;
}
.recruit-detail__requirement-item:last-child {
  margin-bottom: 0;
}

.recruit-detail__requirement-icon {
  width: 11px;
  height: 11px;
  background-color: #1e656d;
  border-radius: 50%;
  margin-right: 22px;
  margin-top: 4px;
  flex-shrink: 0;
}

.recruit-detail__requirement-content {
  flex: 1;
}

.recruit-detail__requirement-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #00293c;
  line-height: 1.375;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__requirement-title {
    font-size: 14px;
  }
}

.recruit-detail__requirement-text {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin: 0;
}
.recruit-detail__requirement-text p {
  margin: 0 0 8px 0;
}
.recruit-detail__requirement-text p:last-child {
  margin-bottom: 0;
}
.recruit-detail__requirement-text strong {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .recruit-detail__requirement-text {
    font-size: 12px;
  }
}

.recruit-detail__requirement-list {
  margin: 8px 0 0 18px;
  padding: 0;
  list-style: disc;
}
.recruit-detail__requirement-list li {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin-bottom: 4px;
}
.recruit-detail__requirement-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__requirement-list li {
    font-size: 12px;
  }
}

.recruit-detail__requirements {
  margin-top: 20px;
}

.recruit-detail__requirement-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 34px;
}
.recruit-detail__requirement-item:last-child {
  margin-bottom: 0;
}

.recruit-detail__requirement-icon {
  width: 11px;
  height: 11px;
  background-color: #1e656d;
  border-radius: 50%;
  margin-right: 22px;
  margin-top: 4px;
  flex-shrink: 0;
}

.recruit-detail__requirement-content {
  flex: 1;
}

.recruit-detail__requirement-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #00293c;
  line-height: 1.375;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__requirement-title {
    font-size: 14px;
  }
}

.recruit-detail__requirement-text {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin: 0;
}
.recruit-detail__requirement-text p {
  margin: 0 0 8px 0;
}
.recruit-detail__requirement-text p:last-child {
  margin-bottom: 0;
}
.recruit-detail__requirement-text strong {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .recruit-detail__requirement-text {
    font-size: 12px;
  }
}

.recruit-detail__requirement-list {
  margin: 8px 0 0 18px;
  padding: 0;
  list-style: disc;
}
.recruit-detail__requirement-list li {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin-bottom: 4px;
}
.recruit-detail__requirement-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruit-detail__requirement-list li {
    font-size: 12px;
  }
}

.wp-block-sakura-theme-recruitment-position-block {
  margin: 20px 0;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__content-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 10px;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-card-header {
  background: #00293c;
  padding: 8px 0;
  position: relative;
  max-width: 140px;
  width: 100%;
  border-radius: 10px;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-card-header-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-card-content {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-card-content {
    padding-top: 20px;
  }
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #00293c;
  margin: 0 0 32px 0;
  line-height: 1.25;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-section {
  margin-bottom: 24px;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-section:last-child {
  margin-bottom: 0;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__section-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-recruitment-position-block .recruit-detail__section-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-description {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-description {
    font-size: 12px;
    line-height: 18px;
  }
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__example-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-recruitment-position-block .recruit-detail__example-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-list {
  margin: 0 0 16px 0;
  padding-left: 18px;
  list-style: disc;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-list li {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.67;
  margin-bottom: 4px;
}
.wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-list li {
    font-size: 12px;
    line-height: 18px;
  }
}

.block-editor-block-list__layout .wp-block-sakura-theme-recruitment-position-block {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
}
.block-editor-block-list__layout .wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-card {
  border: none;
  margin: 0;
  padding: 0;
}
.block-editor-block-list__layout .wp-block-sakura-theme-recruitment-position-block .components-button {
  margin: 5px 0;
}
.block-editor-block-list__layout .wp-block-sakura-theme-recruitment-position-block .components-button.is-primary {
  background: #1e656d;
  border-color: #1e656d;
}
.block-editor-block-list__layout .wp-block-sakura-theme-recruitment-position-block .components-button.is-primary:hover {
  background: #185158;
  border-color: #185158;
}
.block-editor-block-list__layout .wp-block-sakura-theme-recruitment-position-block .components-button.is-destructive {
  background: #f0f0f0;
  border-color: #d63638;
  color: #333;
}
.block-editor-block-list__layout .wp-block-sakura-theme-recruitment-position-block .components-button.is-destructive:hover {
  background: #e0e0e0;
  border-color: #b32d2e;
  color: #000;
}

@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-recruitment-position-block {
    margin: 15px 0;
  }
  .wp-block-sakura-theme-recruitment-position-block .recruit-detail__content-item {
    padding: 20px 10px;
  }
  .wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-card-header-title {
    font-size: 18px;
  }
  .wp-block-sakura-theme-recruitment-position-block .recruit-detail__job-title {
    font-size: 16px;
  }
}
.wp-block-sakura-theme-selection-flow-block {
  margin: 20px 0;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__content-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 10px;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__job-card-header {
  background: #00293c;
  padding: 8px 0;
  position: relative;
  max-width: 140px;
  width: 100%;
  border-radius: 10px;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__job-card-header-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__job-card-content {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-selection-flow-block .recruit-detail__job-card-content {
    padding-top: 20px;
  }
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__job-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #00293c;
  margin: 0 0 32px 0;
  line-height: 1.25;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__selection-flow {
  margin-top: 20px;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__flow-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 55px;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__flow-step:last-child {
  margin-bottom: 0;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-number {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #1e656d;
  line-height: 20px;
  margin-right: 36px;
  flex-shrink: 0;
  width: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-selection-flow-block .recruit-detail__step-number {
    font-size: 24px;
  }
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-content {
  flex: 1;
  margin-top: -1px;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-link {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00293c;
  text-decoration: underline;
  line-height: 20px;
  display: inline-block;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-link:hover {
  color: #1e656d;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-selection-flow-block .recruit-detail__step-link {
    font-size: 12px;
    line-height: 18px;
  }
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-text {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00293c;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-selection-flow-block .recruit-detail__step-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-note {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00293c;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-selection-flow-block .recruit-detail__step-note {
    font-size: 12px;
    line-height: 18px;
  }
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-line {
  position: absolute;
  left: 17px;
  top: 31px;
  width: 0;
  height: 40px;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-line--dotted {
  border-left: 1px dashed #000000;
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-line--arrow::after {
  content: "";
  position: absolute;
  top: 29px;
  left: -6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000000;
  transform: rotate(0deg);
}
.wp-block-sakura-theme-selection-flow-block .recruit-detail__step-line--arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 30px;
  border-left: 1px dashed #000000;
}

.block-editor-block-list__layout .wp-block-sakura-theme-selection-flow-block {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
}
.block-editor-block-list__layout .wp-block-sakura-theme-selection-flow-block .recruit-detail__job-card {
  border: none;
  margin: 0;
  padding: 0;
}
.block-editor-block-list__layout .wp-block-sakura-theme-selection-flow-block .components-button {
  margin: 5px 0;
}
.block-editor-block-list__layout .wp-block-sakura-theme-selection-flow-block .components-button.is-primary {
  background: #1e656d;
  border-color: #1e656d;
}
.block-editor-block-list__layout .wp-block-sakura-theme-selection-flow-block .components-button.is-primary:hover {
  background: #185158;
  border-color: #185158;
}
.block-editor-block-list__layout .wp-block-sakura-theme-selection-flow-block .components-button.is-destructive {
  background: #f0f0f0;
  border-color: #d63638;
  color: #333;
}
.block-editor-block-list__layout .wp-block-sakura-theme-selection-flow-block .components-button.is-destructive:hover {
  background: #e0e0e0;
  border-color: #b32d2e;
  color: #000;
}

@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-selection-flow-block {
    margin: 15px 0;
  }
  .wp-block-sakura-theme-selection-flow-block .recruit-detail__content-item {
    padding: 20px 10px;
  }
  .wp-block-sakura-theme-selection-flow-block .recruit-detail__job-card-header-title {
    font-size: 18px;
  }
  .wp-block-sakura-theme-selection-flow-block .recruit-detail__job-title {
    font-size: 16px;
  }
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__content-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 10px;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__job-card-header {
  background: #00293c;
  padding: 8px 0;
  position: relative;
  max-width: 140px;
  width: 100%;
  border-radius: 10px;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__job-card-header-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__job-card-content {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-related-articles-block .recruit-detail__job-card-content {
    padding-top: 20px;
  }
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__related-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__article-item {
  position: relative;
  max-width: 350px;
  width: 100%;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__article-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border: 2px solid #1e656d;
  border-radius: 30px;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 50px;
  min-height: 50px;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__article-link:hover {
  background-color: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(30, 101, 109, 0.1);
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__article-item--interview .recruit-detail__article-link {
  height: 90px;
  min-height: 90px;
  border-radius: 40px;
  align-items: flex-start;
  padding-top: 20px;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__article-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00293c;
  line-height: 1.2;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-related-articles-block .recruit-detail__article-title {
    font-size: 14px;
  }
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__interview-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__interview-subtitle {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00293c;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-related-articles-block .recruit-detail__interview-subtitle {
    font-size: 10.5px;
  }
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__article-arrow {
  flex-shrink: 0;
  margin-left: 16px;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__article-arrow svg {
  display: block;
  transition: transform 0.3s ease;
}
.wp-block-sakura-theme-related-articles-block .recruit-detail__article-link:hover .recruit-detail__article-arrow svg {
  transform: translateX(2px);
}

.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
}
.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block .recruit-detail__job-card {
  border: none;
  margin: 0;
  padding: 0;
}
.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block .recruit-detail__article-link {
  pointer-events: none;
  cursor: default;
}
.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block .recruit-detail__article-link:hover {
  background-color: transparent;
}
.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block .components-button {
  margin: 5px 0;
}
.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block .components-button.is-primary {
  background: #1e656d;
  border-color: #1e656d;
}
.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block .components-button.is-primary:hover {
  background: #185158;
  border-color: #185158;
}
.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block .components-button.is-destructive {
  background: #f0f0f0;
  border-color: #d63638;
  color: #333;
}
.block-editor-block-list__layout .wp-block-sakura-theme-related-articles-block .components-button.is-destructive:hover {
  background: #e0e0e0;
  border-color: #b32d2e;
  color: #000;
}

@media screen and (max-width: 768px) {
  .wp-block-sakura-theme-related-articles-block {
    margin: 15px 0;
  }
  .wp-block-sakura-theme-related-articles-block .recruit-detail__content-item {
    padding: 20px 10px;
  }
  .wp-block-sakura-theme-related-articles-block .recruit-detail__job-card-header-title {
    font-size: 18px;
  }
  .wp-block-sakura-theme-related-articles-block .recruit-detail__article-title {
    font-size: 14px;
  }
  .wp-block-sakura-theme-related-articles-block .recruit-detail__interview-subtitle {
    font-size: 12px;
  }
}
.member-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
}
.member-popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.member-popup__content {
  position: relative;
  max-width: 1149px;
  width: 90%;
  max-height: 90vh;
  background-color: rgba(241, 243, 206, 0.8);
  border: 0.5px solid #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .member-popup__content {
    width: 95%;
    max-height: 95vh;
    border-radius: 20px;
  }
}

.member-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease;
}
.member-popup__close:hover {
  transform: scale(1.1);
}
.member-popup__close svg {
  width: 100%;
  height: 100%;
}

.member-popup__body {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 80px 60px 0px 60px;
  min-height: 650px;
  max-height: 85vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .member-popup__body {
    flex-direction: column;
    gap: 40px;
    padding: 60px 30px;
    text-align: center;
    max-height: 90vh;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.member-popup__image {
  flex-shrink: 0;
  max-width: 22.7513227513vw;
  width: 100%;
  height: auto;
  aspect-ratio: 344/650;
  border-radius: 0.9920634921vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .member-popup__image {
    max-width: 100px;
  }
}
.member-popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.member-popup__info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  gap: 21px;
  width: 100%;
}

.member-popup__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-height: 70vh;
  overflow-y: auto;
  width: 100%;
  height: 510px;
}
@media screen and (max-width: 768px) {
  .member-popup__info {
    max-height: 60vh;
    gap: 15px;
  }
}

.member-popup__department {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 52px;
  color: #032130;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .member-popup__department {
    font-size: 32px;
  }
}

.member-popup__section {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #032130;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .member-popup__section {
    font-size: 28px;
  }
}

.member-popup__member-wrapper {
  display: block;
  margin-bottom: 30px;
}
.member-popup__member-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .member-popup__member-wrapper {
    margin-bottom: 20px;
  }
}

.member-popup__role-title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.member-popup__role-title {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #032130;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .member-popup__role-title {
    font-size: 20px;
  }
}

.member-popup__member-name {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #032130;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .member-popup__member-name {
    font-size: 24px;
  }
}

.member-popup__crew-list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .member-popup__crew-list {
    grid-template-columns: 1fr;
  }
}

.member-popup__crew-item .member-popup__member-name {
  margin-bottom: 0;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .member-popup__crew-item .member-popup__member-name {
    font-size: 20px;
  }
}

.member-popup__profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  background: linear-gradient(90deg, #44bba1 0.355%, #05d6d0 100.36%);
  border-radius: 50px;
  text-decoration: none;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #031f2d;
  text-transform: uppercase;
  transition: all 0.3s ease;
  max-width: 427px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .member-popup__profile-btn {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.member-popup__profile-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(68, 187, 161, 0.3);
}

.recruit-fleet__ship {
  cursor: pointer;
  transition: all 0.3s ease;
}
.recruit-fleet__ship .recruit-fleet__ship-image {
  overflow: hidden;
  border-radius: 8px;
}
.recruit-fleet__ship .recruit-fleet__ship-image img {
  transition: transform 0.3s ease;
}
.recruit-fleet__ship:not(.recruit-fleet__ship--management):not(.recruit-fleet__ship--hr):hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.recruit-fleet__ship:not(.recruit-fleet__ship--management):not(.recruit-fleet__ship--hr):hover .recruit-fleet__ship-image img {
  transform: scale(1.1);
}
.recruit-fleet__ship:not(.recruit-fleet__ship--management):not(.recruit-fleet__ship--hr):active {
  transform: scale(0.98);
}

.recruit-fleet-sp__ship,
.recruit-fleet-sp__ship-even {
  cursor: pointer;
  transition: all 0.3s ease;
}
.recruit-fleet-sp__ship .recruit-fleet-sp__ship-image,
.recruit-fleet-sp__ship-even .recruit-fleet-sp__ship-image {
  overflow: hidden;
  border-radius: 8px;
}
.recruit-fleet-sp__ship .recruit-fleet-sp__ship-image img,
.recruit-fleet-sp__ship-even .recruit-fleet-sp__ship-image img {
  transition: transform 0.3s ease;
}
.recruit-fleet-sp__ship:hover,
.recruit-fleet-sp__ship-even:hover {
  transform: scale(1.02);
}
.recruit-fleet-sp__ship:hover .recruit-fleet-sp__ship-card,
.recruit-fleet-sp__ship-even:hover .recruit-fleet-sp__ship-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.recruit-fleet-sp__ship:hover .recruit-fleet-sp__ship-image img,
.recruit-fleet-sp__ship-even:hover .recruit-fleet-sp__ship-image img {
  transform: scale(1.05);
}
.recruit-fleet-sp__ship:active,
.recruit-fleet-sp__ship-even:active {
  transform: scale(0.98);
}

.recruit-side-banners {
  position: fixed;
  right: 0;
  bottom: clamp(55px, 3.47vw, 65px);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.69vw, 10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.recruit-side-banners__item {
  width: auto;
  max-width: clamp(200px, 20.83vw, 300px);
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
.recruit-side-banners__item:hover {
  transform: translateX(clamp(-5px, -0.35vw, -3px));
}
.recruit-side-banners__item:nth-child(1) {
  transition-delay: 0s;
}
.recruit-side-banners__item:nth-child(2) {
  transition-delay: 0.2s;
}
.recruit-side-banners__link {
  max-width: clamp(200px, 20.83vw, 300px);
  height: auto;
  aspect-ratio: 300/150;
  display: block;
  box-shadow: 0 clamp(2px, 0.28vw, 4px) clamp(4px, 0.56vw, 8px) rgba(0, 0, 0, 0.2);
  border-radius: clamp(4px, 0.42vw, 6px) 0 0 clamp(4px, 0.42vw, 6px);
  overflow: hidden;
}
.recruit-side-banners__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .recruit-side-banners {
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    right: 0;
  }
}
.recruit-side-banners.is-visible {
  opacity: 1;
  visibility: visible;
}
.recruit-side-banners.is-visible .recruit-side-banners__item {
  transform: translateX(0);
}
.recruit-side-banners.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.recruit-side-banners.is-hidden .recruit-side-banners__item {
  transform: translateX(100%);
}

/*16px＝1rem*/
.news {
  background-color: rgba(30, 101, 109, 0.1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.press-release {
  background-color: #F2F2D1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #00293C;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .news-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .news-title {
    font-size: 18px;
  }
}

.news__english-title {
  color: #00293C;
  font-family: "Barlow", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .news__english-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 375px) {
  .news__english-title {
    font-size: 36px;
  }
}

.news-header-text {
  margin-top: 56px;
}

.news__search {
  max-width: 290px;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-left: auto;
}

.news__search-form {
  display: flex;
  height: 100%;
}

.news__search-category {
  position: relative;
  width: 100%;
  height: 100%;
}
.news__search-category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.news__search-select {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.news__search-select:focus {
  outline: none;
}
.news__search-select option {
  font-size: 0.875rem;
}

.news__search-button {
  background-color: #00293C;
  color: #fff;
  border: none;
  padding: 0 24px;
  height: 100%;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.news__search-button:hover {
  background-color: #000609;
}
@media screen and (max-width: 768px) {
  .news__search-button {
    padding: 0 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  .news__search-button {
    padding: 0 16px;
    font-size: 0.75rem;
  }
}

.news-contents {
  margin-top: 103px;
}

.news-contents-title {
  color: #00293C;
  font-family: "Albert Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 122.222% */
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .news-contents-title {
    font-size: 20px;
  }
}

.news-contents-pickup-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news-contents-pickup-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 550px) {
  .news-contents-pickup-items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}

.news-contents-pickup-item {
  overflow: hidden;
  transition: all 0.3s ease;
}
.news-contents-pickup-item:hover {
  transform: translateY(-4px);
}
.news-contents-pickup-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-contents-pickup-item-image {
  position: relative;
  max-width: 360px;
  width: 100%;
  height: auto;
  aspect-ratio: 340/227;
  overflow: hidden;
  border-radius: 10px;
}
.news-contents-pickup-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.news-contents-pickup-item:hover .news-contents-pickup-item-image img {
  transform: scale(1.05);
}

.news-contents-pickup-item-content {
  padding: 20px;
}
@media screen and (max-width: 375px) {
  .news-contents-pickup-item-content {
    padding: 16px;
  }
}

.news-contents-pickup-item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.875rem;
}
@media screen and (max-width: 375px) {
  .news-contents-pickup-item-meta {
    font-size: 0.75rem;
    gap: 8px;
  }
}

.news-contents-pickup-item-date {
  color: #666;
  font-weight: 500;
}

.news-contents-pickup-item-category {
  color: #1E656D;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #1E656D;
}
@media screen and (max-width: 375px) {
  .news-contents-pickup-item-category {
    font-size: 0.625rem;
    padding: 2px 6px;
  }
}

.news-contents-pickup-item-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #00293C;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news-contents-pickup-item-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .news-contents-pickup-item-title {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}

.news-contents-pickup-item-excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 375px) {
  .news-contents-pickup-item-excerpt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.news-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .news-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 550px) {
  .news-items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}

.news-item {
  transition: all 0.3s ease;
}
.news-item:hover {
  transform: translateY(-4px);
}
.news-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-item a {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news-item-image {
  position: relative;
  max-width: 360px;
  width: 100%;
  height: auto;
  aspect-ratio: 150/100;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 550px) {
  .news-item-image {
    max-width: 150px;
  }
}
.news-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.news-item:hover .news-item-image img {
  transform: scale(1.05);
}

.news-item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.875rem;
}
@media screen and (max-width: 375px) {
  .news-item-meta {
    font-size: 0.75rem;
    gap: 8px;
  }
}

.news-item-date {
  color: #666;
  font-weight: 500;
}

.news-item-category {
  color: #1E656D;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #1E656D;
}
@media screen and (max-width: 375px) {
  .news-item-category {
    font-size: 0.625rem;
    padding: 2px 6px;
  }
}

.news-item-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #00293C;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .news-item-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .news-item-title {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}

.news-item-excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 375px) {
  .news-item-excerpt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.news-pagination {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .news-pagination {
    margin-top: 40px;
  }
}
.news-pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  color: #00293C;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.news-pagination .page-numbers:hover, .news-pagination .page-numbers.current {
  background: #00293C;
  border-color: #00293C;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .news-pagination .page-numbers {
    padding: 6px 12px;
    font-size: 0.875rem;
  }
}

.news-no-posts {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  border-radius: 12px;
  margin-top: 40px;
}
.news-no-posts p {
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 375px) {
  .news-no-posts p {
    font-size: 0.875rem;
  }
}

.news-pagination {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .news-pagination {
    margin-top: 40px;
  }
}
.news-pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  color: #00293C;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.news-pagination .page-numbers:hover, .news-pagination .page-numbers.current {
  background: #00293C;
  border-color: #00293C;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .news-pagination .page-numbers {
    padding: 6px 12px;
    font-size: 0.875rem;
  }
}

.news-no-posts {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  border-radius: 12px;
  margin-top: 40px;
}
.news-no-posts p {
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 375px) {
  .news-no-posts p {
    font-size: 0.875rem;
  }
}

.press-release-single {
  background-color: #f8f9fa;
  min-height: 100vh;
}

.press-release-breadcrumb {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
}
@media screen and (max-width: 375px) {
  .press-release-breadcrumb {
    padding: 16px 0;
  }
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #6c757d;
}
@media screen and (max-width: 375px) {
  .breadcrumb-nav {
    font-size: 0.75rem;
    gap: 6px;
  }
}
.breadcrumb-nav a {
  color: #00293C;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb-nav a:hover {
  color: black;
}
.breadcrumb-nav .breadcrumb-separator {
  color: #adb5bd;
  font-size: 0.75rem;
}
@media screen and (max-width: 375px) {
  .breadcrumb-nav .breadcrumb-separator {
    font-size: 0.625rem;
  }
}
.breadcrumb-nav .breadcrumb-current {
  color: #495057;
  font-weight: 500;
}

.press-release-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .press-release-hero {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 375px) {
  .press-release-hero {
    padding: 30px 0 50px;
  }
}

.press-release-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 375px) {
  .press-release-meta {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
}

.press-release-date {
  color: #6c757d;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .press-release-date {
    font-size: 0.875rem;
  }
}

.press-release-category {
  background: linear-gradient(135deg, #00293C 0%, #004c6f 100%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 41, 60, 0.2);
}
@media screen and (max-width: 375px) {
  .press-release-category {
    font-size: 0.75rem;
    padding: 4px 12px;
  }
}

.press-release-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00293C;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .press-release-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 375px) {
  .press-release-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.press-release-featured-image {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 375px) {
  .press-release-featured-image {
    padding: 30px 0;
  }
}

.press-release-image {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.press-release-image img {
  width: 100%;
  height: auto;
  display: block;
}

.press-release-content {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .press-release-content {
    padding: 40px 0;
  }
}
@media screen and (max-width: 375px) {
  .press-release-content {
    padding: 30px 0;
  }
}

.press-release-article {
  max-width: 1440px;
  margin: 0 auto;
}

.press-release-body {
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (max-width: 375px) {
  .press-release-body {
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
}
.press-release-body h2, .press-release-body h3, .press-release-body h4, .press-release-body h5, .press-release-body h6 {
  color: #00293C;
  margin: 2em 0 1em;
  font-weight: 600;
}
.press-release-body h2 {
  font-size: 1.75rem;
  border-bottom: 3px solid #00293C;
  padding-bottom: 8px;
}
@media screen and (max-width: 375px) {
  .press-release-body h2 {
    font-size: 1.5rem;
  }
}
.press-release-body h3 {
  font-size: 1.5rem;
  position: relative;
  padding-left: 20px;
}
.press-release-body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #00293C;
  border-radius: 2px;
}
@media screen and (max-width: 375px) {
  .press-release-body h3 {
    font-size: 1.25rem;
    padding-left: 16px;
  }
  .press-release-body h3::before {
    height: 16px;
    width: 3px;
  }
}
.press-release-body h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 375px) {
  .press-release-body h4 {
    font-size: 1.125rem;
  }
}
.press-release-body p {
  margin: 1.5em 0;
}
.press-release-body ul, .press-release-body ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.press-release-body li {
  margin: 0.5em 0;
}
.press-release-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2em 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.press-release-body blockquote {
  background: #f8f9fa;
  border-left: 4px solid #00293C;
  margin: 2em 0;
  padding: 1.5em 2em;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 375px) {
  .press-release-body blockquote {
    padding: 1em 1.5em;
  }
}
.press-release-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
.press-release-body table th, .press-release-body table td {
  padding: 12px;
  border: 1px solid #dee2e6;
  text-align: left;
}
.press-release-body table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #00293C;
}
@media screen and (max-width: 375px) {
  .press-release-body table {
    font-size: 0.875rem;
  }
  .press-release-body table th, .press-release-body table td {
    padding: 8px;
  }
}

.press-release-info {
  border-top: 1px solid #e9ecef;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 375px) {
  .press-release-info {
    flex-direction: column;
    gap: 16px;
    padding-top: 20px;
  }
}

.press-release-info__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
}
@media screen and (max-width: 375px) {
  .press-release-info__item {
    font-size: 0.8125rem;
  }
}

.press-release-info__label {
  color: #6c757d;
  font-weight: 500;
}

.press-release-info__value {
  color: #495057;
  font-weight: 600;
}

.press-release-related {
  background-color: #f8f9fa;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .press-release-related {
    padding: 60px 0;
  }
}
@media screen and (max-width: 375px) {
  .press-release-related {
    padding: 50px 0;
  }
}

.press-release-related__title {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #00293C;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .press-release-related__title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .press-release-related__title {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}

.press-release-related__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .press-release-related__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 375px) {
  .press-release-related__items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.press-release-related__item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.press-release-related__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.press-release-related__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.press-release-related__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.press-release-related__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.press-release-related__item:hover .press-release-related__image img {
  transform: scale(1.05);
}

.press-release-related__content {
  padding: 24px;
}
@media screen and (max-width: 375px) {
  .press-release-related__content {
    padding: 20px;
  }
}

.press-release-related__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 375px) {
  .press-release-related__meta {
    gap: 8px;
    margin-bottom: 12px;
  }
}

.press-release-related__date {
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .press-release-related__date {
    font-size: 0.75rem;
  }
}

.press-release-related__category {
  background: #00293C;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (max-width: 375px) {
  .press-release-related__category {
    font-size: 0.625rem;
    padding: 3px 8px;
  }
}

.press-release-related__title {
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #00293C;
  margin-bottom: 50px;
}
@media screen and (max-width: 375px) {
  .press-release-related__title {
    font-size: 0.9375rem;
  }
}

.press-release-back {
  text-align: center;
}

.press-release-back__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #00293C 0%, #004c6f 100%);
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 41, 60, 0.3);
}
.press-release-back__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 41, 60, 0.4);
  background: linear-gradient(135deg, #003a56 0%, #005d89 100%);
}
@media screen and (max-width: 375px) {
  .press-release-back__button {
    padding: 14px 24px;
    font-size: 0.875rem;
    gap: 8px;
  }
}

.press-release-back__text {
  font-family: "Albert Sans", sans-serif;
}

.press-release-back__arrow {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 375px) {
  .press-release-back__arrow {
    font-size: 1rem;
  }
}

.press-release-back__button:hover .press-release-back__arrow {
  transform: translateX(4px);
}

.contact {
  background-color: rgba(241, 243, 206, 0.5);
  min-height: 100vh;
  padding: 80px 0;
}
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.contact-hero {
  text-align: left;
  margin-bottom: 80px;
}
.contact-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  line-height: 5rem;
  color: #5BC8A5;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}
.contact-subtitle {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #00293C;
  margin-bottom: 2.5rem;
}
.contact-description {
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
  max-width: 800px;
}
.contact-services {
  max-width: 800px;
}
.contact .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(0, 41, 60, 0.2);
  position: relative;
}
.contact .service-item:first-child {
  border-top: 1px solid rgba(0, 41, 60, 0.2);
}
.contact .service-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #00293C;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .contact .service-title {
    font-size: 1rem;
  }
}
.contact .service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00293C;
  color: #fff;
  border-radius: 2.5rem;
  height: 3.125rem;
  width: 12.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contact .service-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
.contact .service-button::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  z-index: 2;
  transition: transform 0.3s ease;
}
.contact .service-button:hover {
  background-color: #004c6f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 41, 60, 0.3);
}
.contact .service-button:hover::before {
  transform: translateY(-50%) translateX(3px);
}
.contact .service-button:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) translateX(3px);
}
.contact .service-button .button-text {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .contact .service-button .button-text {
    font-size: 0.75rem;
  }
}
.contact .service-button .button-icon {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
  opacity: 0;
}
.contact .service-button:hover .button-icon {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }
  .contact-container {
    padding: 0 20px;
  }
  .contact-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
    color: #00293C;
  }
  .contact-subtitle {
    font-size: 1rem;
  }
  .contact-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .contact .service-item {
    align-items: flex-start;
    gap: 1.25rem;
  }
  .contact .service-button {
    width: 100%;
    max-width: 9.375rem;
    height: 2.5rem;
  }
  .contact .service-button .button-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .contact .service-button::before {
    right: 0.625rem;
    width: 1.25rem;
    height: 1.375rem;
  }
  .contact .service-button::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .contact .service-title {
    font-size: 1rem;
  }
  .contact .button-text {
    font-size: 0.875rem;
  }
}

.yells-mv {
  background-image: url(../images/yells-mv-pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .yells-mv {
    background-image: url(../images/yells-mv-sp.webp);
  }
}
@media screen and (max-width: 768px) {
  .yells-mv {
    padding: 50px 0;
  }
}

.yells-mv__title {
  color: #FFF;
  text-align: center;
  font-family: "Albert Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 85px; /* 120% */
  letter-spacing: 0.3em;
  text-shadow: 0px 4px 4px #00293C;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .yells-mv__title {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.1em;
  }
}

.yells-content {
  background-color: #00293C;
}

.yells-what-is {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .yells-what-is {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.yells-what-is__title {
  color: #5BC8A5;
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .yells-what-is__title {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.yells-what-is__subtitle {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .yells-what-is__subtitle {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.yells-what-is__text {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .yells-what-is__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.yells-what-is__text p {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .yells-what-is__text p {
    margin-bottom: 24px;
    text-align: left;
  }
}
.yells-what-is__text p:last-child {
  margin-bottom: 0;
}

.yells-what-is-section2 {
  background-image: url(../images/yells-section-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 80vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .yells-what-is-section2 {
    padding: 70px 0;
  }
}

.yells-what-is__title-section2 {
  color: #00293C;
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .yells-what-is__title-section2 {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.yells-what-is-section2__text {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .yells-what-is-section2__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.yells-what-is-section2__text p {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .yells-what-is-section2__text p {
    margin-bottom: 24px;
    text-align: left;
  }
}
.yells-what-is-section2__text p:last-child {
  margin-bottom: 0;
}

.yells-who-can-join {
  background: linear-gradient(90deg, #1E656D 0%, #1E656D 100%);
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .yells-who-can-join {
    padding: 70px 0;
  }
}

.yells-who-can-join__title {
  color: #5BC8A5;
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .yells-who-can-join__title {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.yells-who-can-join__subtitle {
  color: #F1F3CE;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .yells-who-can-join__subtitle {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.yells-who-can-join__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .yells-who-can-join__cards {
    gap: 20px;
  }
}

.yells-who-can-join__card {
  background-color: #F1F3CE;
  border-radius: 15px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.yells-who-can-join__card p {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .yells-who-can-join__card p {
    font-size: 20px;
    line-height: 24px;
  }
}

.yells-who-can-join__text {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  margin-top: 50px;
}

.yells-description {
  background-color: #00293C;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .yells-description {
    padding: 80px 0;
  }
}

.yells-description__text {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .yells-description__text {
    font-size: 24px;
    line-height: 36px;
  }
}
.yells-description__text p {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .yells-description__text p {
    margin-bottom: 24px;
  }
}
.yells-description__text p:last-child {
  margin-bottom: 0;
}
.yells-description__text .highlight-cream {
  color: #F1F3CE;
}

.yells-registration {
  background-color: #FFFFFF;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .yells-registration {
    padding: 80px 0;
  }
}

.yells-registration__title {
  color: #5BC8A5;
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .yells-registration__title {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.yells-registration__subtitle {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .yells-registration__subtitle {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.yells-registration__content {
  text-align: center;
}

.yells-registration__method {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .yells-registration__method {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.yells-registration__qr {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .yells-registration__qr {
    margin-bottom: 60px;
  }
}

.yells-registration__qr-image {
  width: 193px;
  height: 193px;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .yells-registration__qr-image {
    width: 150px;
    height: 150px;
  }
}

.yells-registration__notes-title {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .yells-registration__notes-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.yells-registration__notes-text {
  color: #00293C;
  font-family: "Albert Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .yells-registration__notes-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.yells-registration__notes-text p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .yells-registration__notes-text p {
    margin-bottom: 12px;
  }
}
.yells-registration__notes-text p:last-child {
  margin-bottom: 0;
}
.yells-registration__notes-text .email-link {
  color: #00293C;
  text-decoration: underline;
}
.yells-registration__notes-text .email-link:hover {
  text-decoration: none;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}