@charset "UTF-8";
:root {
  --header-height: 86px;
}
@media (max-width: 767px) {
  :root {
    --header-height: 72px;
  }
}
:root {
  --paragraph-lh: 1.8;
}
@media (max-width: 767px) {
  :root {
    --paragraph-lh: 1.7;
  }
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0F242B;
  background-color: #FFFFFF;
}

.bg-color {
  background-color: #F4F7F7;
}

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

a {
  color: #0F242B;
}

img {
  max-width: 100%;
}

p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .indent {
    display: block;
    text-indent: 2em;
  }
}

.current-menu-item > a {
  color: #2D8C94;
  font-weight: 700;
}

.no-header {
  margin-top: var(--header-height);
}

.breadcrumb__inner {
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.breadcrumb__inner a {
  transition: all 0.6s ease;
}
.breadcrumb__inner a:hover {
  color: #2D8C94;
}
.breadcrumb__inner span:first-child {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner span:first-child {
    margin-right: 1px;
  }
}
.breadcrumb__inner span:nth-child(n+1) {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner span:nth-child(n+1) {
    margin-left: 1px;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 26px 40px 26px 48px;
  border: 1px solid #E0A800;
  border-radius: 4px;
  color: #E0A800;
  font-weight: 600;
  transition: all 0.6s ease;
  background-color: #FFFFFF;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-10deg);
  pointer-events: none;
}
.btn:hover {
  background-color: #E0A800;
  color: #FFFFFF;
}
.btn:hover::before {
  animation: shine 0.6s ease-out forwards;
}
.btn:hover .arrow {
  background-color: #FFFFFF;
  width: 40px;
}
.btn:hover .arrow::after {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 16px;
  }
}
.btn .arrow-wrap {
  display: inline-flex;
  align-items: center;
  width: 40px;
  margin-top: 2px;
  margin-left: 16px;
}
.btn .arrow {
  position: relative;
  width: 32px;
  height: 1px;
  background-color: #E0A800;
  transition: all 0.6s ease;
}
.btn .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 1px;
  background-color: #E0A800;
  transform-origin: right bottom;
  transform: rotate(40deg);
  transition: all 0.6s ease;
}
.btn--recruit {
  background-color: #E0A800;
  border-color: #E0A800;
  color: #FFFFFF;
  padding: 10px 32px;
}
.btn--recruit::before {
  background: linear-gradient(to right, rgba(224, 255, 0, 0) 0%, rgba(224, 168, 0, 0.6) 50%, rgba(224, 168, 0, 0) 100%);
}
.btn--recruit i {
  margin-right: 16px;
}
.btn--recruit:hover {
  background-color: #FFFFFF;
  color: #E0A800;
}
.btn--contact {
  border-color: #0F242B;
  color: #0F242B;
  padding: 10px 20px;
}
.btn--contact::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.btn--contact i {
  margin-right: 8px;
}
.btn--contact:hover {
  background-color: #0F242B;
  color: #FFFFFF;
}
.btn--mv-cta {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  backdrop-filter: blur(6px);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btn--mv-cta {
    padding: 16px;
  }
}
.btn--mv-cta::before {
  background: linear-gradient(to right, rgba(224, 255, 0, 0) 0%, rgba(224, 168, 0, 0.6) 50%, rgba(224, 168, 0, 0) 100%);
}
.btn--mv-cta .arrow {
  background-color: #FFFFFF;
}
.btn--mv-cta .arrow::after {
  background-color: #FFFFFF;
}
.btn--mv-cta:hover {
  background-color: rgba(224, 168, 0, 0.7);
  color: #FFFFFF;
  border-color: #e0a800;
}
.btn--footer-cta {
  background-color: #E0A800;
  border-color: #E0A800;
  color: #FFFFFF;
  padding-right: 48px;
}
.btn--footer-cta::before {
  background: linear-gradient(to right, rgba(224, 255, 0, 0) 0%, rgba(224, 168, 0, 0.6) 50%, rgba(224, 168, 0, 0) 100%);
}
.btn--footer-cta i {
  margin-right: 16px;
}
.btn--footer-cta:hover {
  background-color: #FFFFFF;
  color: #E0A800;
}

.strength-card {
  background-color: #2D8C94;
  color: #FFFFFF;
  padding: 24px;
  position: relative;
  text-align: center;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .strength-card {
    padding: 16px;
  }
}
.strength-card__num {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  opacity: 0.3;
}
@media screen and (max-width: 1199px) {
  .strength-card__num {
    font-size: 3rem;
  }
}
.strength-card__icon {
  width: 96px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.strength-card__icon--3 {
  width: 137px;
}
.strength-card__text {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .strength-card__text {
    font-size: 1rem;
  }
}
.strength-card--about {
  flex: 0 0 426px;
  padding: 40px 24px;
}
@media screen and (max-width: 1199px) {
  .strength-card--about {
    flex-basis: 320px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .strength-card--about {
    flex: auto;
    width: 100%;
  }
}

.content-header {
  background-color: #2D8C94;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
}
@media screen and (max-width: 767px) {
  .content-header {
    padding: 12px;
  }
}
.content-header__title {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .content-header__title {
    font-size: 1rem;
    padding-left: 16px;
  }
}
.content-header__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-10deg);
  width: 10px;
  height: 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .content-header__title::before {
    width: 6px;
    height: 24px;
  }
}
.content-header span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .content-header span {
    display: none;
  }
}
.content-header--com {
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-header--com span {
  font-size: 1.5rem;
}
@media screen and (max-width: 1279px) {
  .content-header--com span {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .content-header--com span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content-header--com span {
    display: none;
  }
}

.hamburger {
  display: none;
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0F242B;
  transition: 0.6s ease;
  left: 0;
}
.hamburger__line:nth-child(1) {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line:nth-child(3) {
  bottom: 0;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.page-header {
  margin-top: var(--header-height);
  height: 400px;
  background: url("../img/mv.webp") no-repeat center 67%/cover;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .page-header {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 160px;
  }
}
.page-header__title {
  position: relative;
  z-index: 30;
  text-align: left;
}
.page-header__en {
  position: absolute;
  left: -24px;
  bottom: -12px;
  font-size: 8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  .page-header__en {
    font-size: 6rem;
    left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .page-header__en {
    font-size: 4rem;
    left: -10px;
    bottom: -4px;
  }
}
.page-header__en--twoLines {
  font-size: 7.5rem;
  line-height: 1;
  bottom: -94px;
}
@media screen and (max-width: 1199px) {
  .page-header__en--twoLines {
    font-size: 5.5rem;
    bottom: -70px;
  }
}
@media screen and (max-width: 767px) {
  .page-header__en--twoLines {
    font-size: 3rem;
    bottom: -36px;
  }
}
.page-header__jp {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1199px) {
  .page-header__jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header__jp {
    font-size: 2rem;
  }
}

/* オーバーレイ
----------------------------------------------------- */
/* 擬似要素で新しい斜めのオーバーレイを作成 */
.page-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  /* 左端を基準に配置 */
  left: 0;
  /* 幅を指定（傾きの分だけ少し広めにとる必要があります） */
  width: 68%;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  background-color: rgba(15, 36, 43, 0.2);
}
@media screen and (max-width: 767px) {
  .page-header::before {
    width: 100%;
    clip-path: none;
  }
}

.page-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  /* 左端を基準に配置 */
  left: 0;
  /* 幅を指定（傾きの分だけ少し広めにとる必要があります） */
  width: 60%;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  background-color: rgba(15, 36, 43, 0.2);
}
@media screen and (max-width: 767px) {
  .page-header::after {
    display: none;
  }
}

.page-lead {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .page-lead {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .page-lead {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.page-lead__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .page-lead__title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.page-lead__text {
  margin-top: 48px;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-lead__text {
    margin-top: 32px;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.recruit-cta {
  background-color: #2D8C94;
  color: #FFFFFF;
}
.recruit-cta__inner {
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
  width: 93.3333333333%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruit-cta__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.recruit-cta__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-cta__title {
    font-size: 1.5rem;
  }
}
.recruit-cta__btns {
  display: flex;
  gap: 32px;
  font-size: 1.25rem;
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .recruit-cta__btns {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-cta__btns {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}
.recruit-cta__btns .fa-phone,
.recruit-cta__btns .fa-envelope {
  margin-right: 8px;
}
.recruit-cta__btns .fa-arrow-up-right-from-square {
  margin-left: 8px;
}
.recruit-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 33%;
  height: 84px;
  padding: 0 8px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #2D8C94;
  font-weight: 700;
  transition: all 0.6s ease;
  white-space: nowrap;
  /* ▼ 光のエフェクト用に追加するプロパティ ▼ */
  position: relative;
  overflow: hidden;
  /* 光の筋（擬似要素） */
}
.recruit-cta__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  /* 【光の色】 */
  background: linear-gradient(to right, rgba(45, 140, 148, 0) 0%, rgba(45, 140, 148, 0.6) 50%, rgba(45, 140, 148, 0) 100%);
  transform: skewX(-10deg);
  pointer-events: none;
  /* ホバー判定の邪魔をしないため */
}
.recruit-cta__btn {
  /* ホバー時のアクション */
}
.recruit-cta__btn:hover {
  background-color: #FFFFFF;
  color: #2D8C94;
  /* 光を走らせるアニメーション */
}
.recruit-cta__btn:hover::before {
  animation: shine 0.6s ease-out forwards;
}
.recruit-cta__btn:first-child {
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .recruit-cta__btn {
    flex: initial;
    width: 100%;
    padding: 0 4px;
    height: 68px;
  }
}

/* スクロールを促す要素のコンテナ */
.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 30;
}

/* chevronのコンテナ */
.chevron-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 角度を変更したchevron */
.chevron {
  width: 24px;
  /* chevronの全体の幅を調整 */
  height: 16px;
  /* chevronの全体の高さを調整 */
  margin-bottom: -5px;
  opacity: 0;
  animation: chevron-fade-in-out 2s ease-in-out infinite;
  position: relative;
  /* 擬似要素の基準にするため */
}

/* 各chevronのアニメーション遅延 (前回のまま) */
.chevron:nth-child(1) {
  animation-delay: 0s;
}

.chevron:nth-child(2) {
  animation-delay: 0.2s;
}

.chevron:nth-child(3) {
  animation-delay: 0.4s;
}

/* 擬似要素を使ってchevronの「足」を作る */
.chevron::before,
.chevron::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  /* chevronの線の太さ */
  width: 50%;
  /* 各「足」が幅の半分を占める */
  background-color: white;
  /* 線の色 */
  transition: transform 0.6s;
  /* (オプション) 変更時のスムーズさ */
}

/* 左側の「足」 */
.chevron::before {
  left: 0;
  border-radius: 3px 0 0 3px;
  /* 角を丸くする (オプション) */
  transform-origin: 100% 50%;
  /* 回転の基準点を右端の中央にする */
  /* 120度の開き = 垂直線から左右に60度。回転角度は (90 - 60) = 30度 */
  transform: rotate(30deg);
}

/* 右側の「足」 */
.chevron::after {
  right: 0;
  border-radius: 0 3px 3px 0;
  /* 角を丸くする (オプション) */
  transform-origin: 0 50%;
  /* 回転の基準点を左端の中央にする */
  transform: rotate(-30deg);
  /* 負の方向に30度回転 */
}

/* Scrollテキスト */
.scroll-text {
  margin-top: 4px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  /* 大文字に変換 */
  letter-spacing: 2px;
  /* 文字間隔を広げる */
  opacity: 0.8;
}

/* chevronが上から順に表示されるアニメーション */
@keyframes chevron-fade-in-out {
  0% {
    opacity: 0;
    /* 非表示 */
  }
  30% {
    opacity: 1;
    /* 表示 */
  }
  60% {
    opacity: 0;
    /* 非表示 */
  }
  100% {
    opacity: 0;
    /* 非表示 */
  }
}
.section-header {
  text-align: center;
}
.section-header__en {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  color: #2D8C94;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-header__en {
    font-size: 0.875rem;
  }
}
.section-header__en::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 20px;
  background-color: #2D8C94;
  margin-right: 8px;
  transform: skewX(-10deg);
}
.section-header__jp {
  color: #00485F;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .section-header__jp {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.section-header + * {
  margin-top: 96px;
}
@media screen and (max-width: 1199px) {
  .section-header + * {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .section-header + * {
    margin-top: 40px;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-list > li {
  background-color: #2D8C94;
  color: #FFFFFF;
  padding: 5px 12px 7px;
  border: 1px solid #2D8C94;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .tag-list > li {
    padding: 4px 12px 6px;
  }
}
.tag-list > li span {
  font-size: 0.875rem;
}
.tag-list--outline > li {
  background-color: #FFFFFF;
  color: #2D8C94;
}

/* =====================================================
   パソコン用ヘッダー
===================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 90;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.header__logo a img {
  width: auto;
  height: 60px;
}
.header__logo a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .header__logo a img {
    height: 40px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
.header .nav__list {
  display: flex;
  gap: 24px;
}
.header .nav__list a {
  transition: all 0.6s ease;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .nav__list a:hover {
  color: #2D8C94;
  border-bottom: 5px solid #2D8C94;
}
.header .nav__list .is-active > a {
  color: #2D8C94 !important;
  border-bottom: 5px solid #2D8C94;
}
.header__actions {
  display: flex;
  gap: 24px;
}

/* =====================================================
   スマホ・タブレット用メニュー
===================================================== */
.header__sp-nav {
  position: fixed;
  top: var(--header-height);
  left: 100%;
  width: 80%;
  height: calc(100vh - var(--header-height));
  background-color: #FFFFFF;
  flex-direction: column;
  justify-content: center;
  transition: left 0.6s ease;
  z-index: 80;
  padding: 24px;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .header__sp-nav {
    width: 50%;
  }
}
.header__sp-nav.is-active {
  left: 20%;
}
@media (min-width: 768px) {
  .header__sp-nav.is-active {
    left: 50%;
  }
}

.sp-nav__list {
  display: flex;
  flex-direction: column;
}
.sp-nav__item {
  border-bottom: 1px solid #999999;
  position: relative;
}
.sp-nav__item a {
  display: block;
  padding: 16px 8px;
  padding-right: 24px;
  text-decoration: none;
  color: inherit;
}
.sp-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  transform: translateY(-50%) rotate(45deg);
  /* 矢印の上をクリックしてもリンクが反応するようにする */
  pointer-events: none;
}
.sp-nav .header__actions {
  flex-direction: column;
  margin-top: 32px;
}

/* =====================================================
   スクロール禁止用のクラス（bodyに付与します）
===================================================== */
body.is-noscroll {
  overflow: hidden;
}

/* =====================================================
   オーバーレイのスタイル
===================================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明の黒 */
  z-index: 75;
  /* ハンバーガーボタンやメニューより下にする */
  /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  /* JSでis-activeが付いた時に表示 */
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.footer__inner {
  padding-top: 128px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .footer__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer__inner {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__company {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer__company {
    font-size: 1.25rem;
  }
}
.footer__address {
  margin-top: 24px;
}
.footer__tel {
  margin-top: 24px;
}
.footer__btn {
  margin-top: 24px;
}
.footer__nav {
  display: flex;
  gap: 64px;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__nav ul a {
  transition: all 0.6s ease;
}
.footer__nav ul a:hover {
  color: #2D8C94;
}
@media screen and (max-width: 1199px) {
  .footer__nav {
    justify-content: center;
    gap: 48px;
  }
}
.footer__copyright {
  text-align: center;
  font-size: 0.875rem;
  padding-top: 16px;
  padding-bottom: 16px;
}

#go-top {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 70;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #FFFFFF;
  border: 1px solid #2D8C94;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #go-top {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
}
#go-top::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #2D8C94;
  border-right: 3px solid #2D8C94;
  transform: rotate(-45deg);
  margin-top: 6px;
}
#go-top:hover {
  cursor: pointer;
  scale: 1.1;
}
#go-top.show {
  opacity: 1;
  visibility: visible;
}

/* =====================================================
   基本幅
===================================================== */
.base-inner {
  width: 93.3333333333%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .base-inner {
    width: 89.3333333333%;
  }
}

/* =====================================================
   基本幅
===================================================== */
.wideInner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* =====================================================
   ナロー幅
===================================================== */
.narrow-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.sidebar {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .sidebar {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/* =====================================================
   メインビジュアル
===================================================== */
.mv {
  margin-top: var(--header-height);
  min-height: calc(100svh - var(--header-height));
  position: relative;
  display: flex;
  align-items: center;
  background-color: #000;
}
.mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
.mv .mv__video.is-hidden {
  opacity: 0;
}
.mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.mv__inner {
  color: #FFFFFF;
  position: relative;
  z-index: 30;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    text-align: center;
  }
}
.mv__title {
  font-size: 3rem;
  line-height: 1.6;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
.mv__company {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: clamp(24px, 8.7912087912vh, 64px);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .mv__company {
    font-size: 1.125rem;
    margin-top: 40px;
  }
}
.mv__text {
  font-size: 1.125rem;
  margin-top: clamp(48px, 15.9340659341vh, 116px);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 1rem;
    text-align: center;
  }
}
.mv__recruit-cta {
  display: inline-block;
}
.mv__recruit-cta .btn--mv-cta {
  margin-top: 16px;
}

/* =====================================================
   メインビジュアル オーバーレイ
===================================================== */
.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 60%;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  background-color: rgba(15, 36, 43, 0.2);
}
@media screen and (max-width: 767px) {
  .mv::before {
    width: 100%;
    clip-path: none;
    background-color: rgba(15, 36, 43, 0.4);
  }
}

.mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  left: 0;
  width: 52%;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  background-color: rgba(15, 36, 43, 0.2);
}
@media screen and (max-width: 767px) {
  .mv::after {
    display: none;
  }
}

/* =====================================================
   信頼の実績と安定基盤
===================================================== */
.achieve {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .achieve {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .achieve {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.achieve__lead {
  text-align: justify;
  line-height: var(--paragraph-lh);
}
.achieve__cards {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .achieve__cards {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .achieve__cards {
    flex-direction: column;
  }
}
.achieve__note {
  text-align: right;
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .achieve__note {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .achieve__note {
    margin-top: 40px;
  }
}

.achieve-card {
  background-color: #FFFFFF;
  padding: 48px 10px;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .achieve-card {
    padding: 24px 10px;
  }
}
.achieve-card__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .achieve-card__title {
    font-size: 1.25rem;
  }
}
.achieve-card__text {
  margin-top: auto;
  padding-top: 32px;
  color: #2D8C94;
  font-weight: 700;
}
.achieve-card__text--license {
  padding-bottom: 8px;
}
.achieve-card__about {
  font-size: 3rem;
  font-weight: 500;
  color: #0F242B;
  margin-right: 12px;
}
@media screen and (max-width: 1199px) {
  .achieve-card__about {
    font-size: 1.5rem;
  }
}
.achieve-card__num {
  font-size: 6rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-right: 12px;
  vertical-align: -4px;
}
@media screen and (max-width: 1199px) {
  .achieve-card__num {
    font-size: 3.5rem;
  }
}
.achieve-card__unit {
  font-size: 3rem;
  font-weight: 500;
  color: #0F242B;
}
@media screen and (max-width: 1199px) {
  .achieve-card__unit {
    font-size: 1.5rem;
  }
}
.achieve-card__sup {
  font-size: 1.5rem;
  top: -1em;
}
@media screen and (max-width: 1199px) {
  .achieve-card__sup {
    font-size: 1rem;
  }
}
.achieve-card__license {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  .achieve-card__license {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .achieve-card__license {
    font-size: 1.5rem;
  }
}

/* =====================================================
   南北ビルセイビの強み
===================================================== */
.front-strengths {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .front-strengths {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .front-strengths {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.front-strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1199px) {
  .front-strengths__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .front-strengths__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.front-strengths__btn {
  margin-top: 96px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .front-strengths__btn {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .front-strengths__btn {
    margin-top: 48px;
  }
}

/* =====================================================
   事業紹介
===================================================== */
.front-work {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .front-work {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .front-work {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.front-work__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .front-work__inner {
    width: 89.3333333333%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    gap: 48px;
  }
  .front-work__inner .front-work-block1 {
    order: 2;
  }
  .front-work__inner .front-work-block2 {
    order: 3;
  }
  .front-work__inner .front-work-block3 {
    order: 1;
  }
  .front-work__inner .front-work-block4 {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .front-work__inner {
    gap: 16px;
  }
}
.front-work__img-box {
  flex: 1 1 33%;
  height: 640px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .front-work__img-box {
    flex: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .front-work__img-box {
    aspect-ratio: 4/3;
  }
}
.front-work__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-work__img-box .vertical-text {
  writing-mode: vertical-rl;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: rgba(45, 140, 148, 0.7);
  padding: 16px 8px;
  border-radius: 4px;
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 1199px) {
  .front-work__img-box .vertical-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .front-work__img-box .vertical-text {
    font-size: 1rem;
    top: 16px;
    left: 16px;
    padding: 8px 4px;
  }
}
.front-work__content {
  flex: 1 1 33%;
  padding-left: 16px;
  padding-right: 32px;
}
@media screen and (max-width: 1199px) {
  .front-work__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.front-work__text {
  margin-top: 72px;
  text-align: justify;
  line-height: var(--paragraph-lh);
}
@media screen and (max-width: 1199px) {
  .front-work__text {
    max-width: 960px;
    margin-top: 56px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .front-work__text {
    margin-top: 48px;
  }
}
.front-work__btn {
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .front-work__btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .front-work__btn {
    width: 100%;
    margin-top: 24px;
  }
}

/* =====================================================
   新着情報
===================================================== */
.front-news {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .front-news {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .front-news {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.front-news__inner {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1199px) {
  .front-news__inner {
    flex-direction: column;
    gap: 56px;
  }
}
@media screen and (max-width: 767px) {
  .front-news__inner {
    gap: 40px;
  }
}
.front-news__header {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .front-news__header {
    width: 100%;
    align-items: center;
    gap: 32px;
  }
}
.front-news__btn {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .front-news__btn {
    margin-top: 0;
  }
}
.front-news__list {
  flex: 1;
  border-top: 1px solid #999999;
}
.front-news__item a {
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #999999;
  gap: 32px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .front-news__item a {
    padding: 16px 0;
  }
}
.front-news__item a time {
  font-family: "Roboto", sans-serif;
  width: 84px;
  padding-top: 2px;
}
.front-news__item a .front-news__title {
  flex: 1;
}
.front-news__item a:hover {
  color: #2D8C94;
}
.front-news__item a:hover .front-news__tag {
  background-color: #FFFFFF;
  color: #2D8C94;
}
@media screen and (max-width: 767px) {
  .front-news__item a {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.front-news__meta {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .front-news__meta {
    gap: 16px;
  }
}
.front-news__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  background-color: #2D8C94;
  color: #FFFFFF;
  border: 1px solid #2D8C94;
  padding: 5px 24px;
  border-radius: 4px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .front-news__tag {
    padding: 6px 8px;
  }
}
.front-news__title {
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
}

/* =====================================================
   採用情報
===================================================== */
.front-recruit {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .front-recruit {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .front-recruit {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.front-recruit__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .front-recruit__inner {
    width: 89.3333333333%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    gap: 56px;
  }
  .front-recruit__inner .recruit-block-full {
    order: 2;
  }
  .front-recruit__inner .recruit-block-message {
    order: 1;
  }
  .front-recruit__inner .recruit-block-part {
    order: 3;
  }
  .front-recruit__inner .recruit-block-btn {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .front-recruit__inner {
    gap: 16px;
  }
}
.front-recruit__img {
  flex: 1 1 33%;
  height: 640px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .front-recruit__img {
    flex: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .front-recruit__img {
    aspect-ratio: 4/3;
  }
}
.front-recruit__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-recruit__textBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  background: rgba(255, 255, 255, 0.6);
  padding: 27px 16px;
  text-align: center;
  width: calc(100% - 96px);
  border-radius: 4px;
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 1199px) {
  .front-recruit__textBox {
    bottom: 24px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .front-recruit__textBox {
    bottom: 8px;
    width: calc(100% - 16px);
    padding: 8px;
  }
}
.front-recruit__textBox h3 {
  color: #2D8C94;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .front-recruit__textBox h3 {
    font-size: 1.25rem;
  }
}
.front-recruit__textBox p {
  margin-top: 16px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .front-recruit__textBox p {
    margin-top: 8px;
  }
}
.front-recruit__message {
  flex: 1 1 33%;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .front-recruit__message {
    width: 89.3333333333%;
    padding-left: 0;
    padding-right: 0;
  }
}
.front-recruit__text {
  margin-top: 72px;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  .front-recruit__text {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .front-recruit__text {
    margin-top: 40px;
  }
}
.front-recruit__btn {
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .front-recruit__btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .front-recruit__btn {
    width: 93.3333333333%;
    margin-top: 24px;
  }
}

/* =====================================================
   代表あいさつ
===================================================== */
.greeting__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .greeting__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .greeting__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.greeting__content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 1199px) {
  .greeting__content {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .greeting__content {
    flex-direction: column;
    gap: 32px;
  }
}
.greeting__img {
  flex: 0 0 45%;
  aspect-ratio: 3/4;
  border-radius: 4px;
  overflow: hidden;
}
.greeting__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .greeting__img {
    flex: auto;
    width: 100%;
  }
}
.greeting__text {
  flex: 1;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.greeting__text p:first-of-type {
  font-weight: 500;
}
.greeting__signature {
  margin-top: 2.5em;
  font-weight: 500;
  text-align: right;
}
.greeting__creed {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .greeting__creed {
    margin-top: 48px;
  }
}

.creed__content {
  margin-top: 24px;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .creed__content {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .creed__content {
    padding: 16px;
  }
}
.creed__item {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .creed__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.creed__item + .creed__item {
  margin-top: 16px;
}
.creed__article {
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .creed__article {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .creed__article {
    font-size: 1rem;
  }
}
.creed__text {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .creed__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .creed__text {
    font-size: 1rem;
  }
}

/* =====================================================
   南北ビルセイビの強み
===================================================== */
.strengths__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .strengths__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .strengths__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.strengths__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .strengths__list {
    gap: 16px;
  }
}
.strengths__item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px;
  background-color: #F4F7F7;
}
@media screen and (max-width: 767px) {
  .strengths__item {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.strengths__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .strengths__item:nth-child(even) {
    flex-direction: column;
  }
}
.strengths__desc {
  flex: 1;
  line-height: var(--paragraph-lh);
  text-align: justify;
}

/* =====================================================
   教育・研修制度
===================================================== */
.about-learning__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .about-learning__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .about-learning__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.about-learning__inner {
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 1199px) {
  .about-learning__inner {
    flex-direction: column;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .about-learning__inner {
    flex-direction: column;
    gap: 48px;
  }
}
.about-learning__left {
  flex: 0 0 352px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .about-learning__left {
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-learning__left {
    width: 100%;
  }
}
.about-learning__btn {
  margin-top: auto;
  text-align: center;
}
.about-learning__right {
  flex: 1;
  line-height: var(--paragraph-lh);
  text-align: justify;
}

/* =====================================================
   企業文化・年間行事
===================================================== */
.culture__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .culture__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .culture__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.culture__lead {
  line-height: var(--paragraph-lh);
  text-align: justify;
}

.slideshow-wrapper {
  width: 100%;
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .slideshow-wrapper {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow-wrapper {
    margin-top: 48px;
  }
}

.main-slide-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #111;
  touch-action: pan-y;
}
@media screen and (max-width: 767px) {
  .main-slide-container {
    aspect-ratio: 4/3;
  }
}
.main-slide-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slide-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.6s ease;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.5rem;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  transition: color 0.6s ease;
}
@media screen and (max-width: 767px) {
  .nav-btn {
    font-size: 1.5rem;
  }
}

.nav-btn:hover {
  color: rgb(255, 255, 255);
}

.nav-btn.prev {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .nav-btn.prev {
    left: 0;
  }
}

.nav-btn.next {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .nav-btn.next {
    right: 0;
  }
}

.caption-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 72, 95, 0.7);
  color: #FFFFFF;
  padding: 16px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .caption-bar {
    padding: 8px;
    font-size: 0.875rem;
  }
}

.thumbnails-container {
  display: flex;
  gap: 2px;
  margin-top: 2px;
  background-color: #222;
}

.thumbnail {
  flex: 1;
  aspect-ratio: 16/9;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =====================================================
   SDGsへの取り組み
===================================================== */
.sdgs__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .sdgs__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.sdgs__lead {
  display: flex;
  align-items: center;
  gap: 72px;
}
@media screen and (max-width: 1199px) {
  .sdgs__lead {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__lead {
    flex-direction: column;
    gap: 32px;
  }
}
.sdgs__lead p {
  flex: 1;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.sdgs__logo {
  width: 336px;
  max-width: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.sdgs__list {
  display: flex;
  flex-direction: column;
  gap: 72px;
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .sdgs__list {
    gap: 48px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__list {
    gap: 24px;
    margin-top: 48px;
  }
}

.sdgs-card {
  background-color: #FFFFFF;
}
.sdgs-card__body {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .sdgs-card__body {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }
}
.sdgs-card__icon {
  width: 120px;
  flex-shrink: 0;
}
.sdgs-card__icon img {
  width: 100%;
  display: block;
}
.sdgs-card__text {
  line-height: var(--paragraph-lh);
  text-align: justify;
}

/* =====================================================
   私たちについて
===================================================== */
.company-about__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .company-about__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .company-about__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.company-about__inner {
  display: flex;
  gap: 96px;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .company-about__inner {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
}
@media screen and (max-width: 767px) {
  .company-about__inner {
    gap: 40px;
  }
}
.company-about__header {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .company-about__header {
    flex: auto;
    width: 100%;
    align-items: center;
  }
  .company-about__header .section-header {
    text-align: center;
  }
  .company-about__header .section-header__en {
    justify-content: center;
  }
}
.company-about__btn {
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .company-about__btn {
    margin-top: 0;
    width: 100%;
  }
}
.company-about__text {
  flex: 1;
  line-height: var(--paragraph-lh);
  text-align: justify;
}

/* =====================================================
   共通テーブル
===================================================== */
.outline__inner,
.history__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .outline__inner,
  .history__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .outline__inner,
  .history__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px 0;
}
@media screen and (max-width: 767px) {
  .info-table {
    border-spacing: 0;
  }
}
.info-table th,
.info-table td {
  padding: 24px 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    padding: 16px 0;
  }
}
.info-table th {
  width: 200px;
  line-height: var(--paragraph-lh);
  font-weight: 700;
  color: #00485F;
  vertical-align: top;
  border-bottom: 1px solid #2D8C94;
}
@media screen and (max-width: 1199px) {
  .info-table th {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .info-table th {
    padding-bottom: 4px;
    border-bottom: none;
  }
}
.info-table td {
  line-height: var(--paragraph-lh);
  vertical-align: top;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .info-table td {
    padding-top: 0;
    padding-left: 1em;
  }
}
.info-table td dt:not(:first-child) {
  margin-top: 24px;
}
.info-table .table-registration {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .info-table .table-registration {
    flex-direction: column;
  }
}
.info-table .table-bank {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .info-table .table-bank {
    flex-direction: column;
    gap: 0;
  }
}
.info-table .gridContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 24px;
}
@media screen and (max-width: 767px) {
  .info-table .gridContainer {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.info-table--history th {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
}

/* =====================================================
   登録・許認可
===================================================== */
.licenses__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .licenses__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .licenses__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.licenses__list {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 64px 40px;
}
@media screen and (max-width: 1199px) {
  .licenses__list {
    justify-content: center;
    gap: 48px;
  }
}
.licenses__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.licenses__img {
  height: 276px;
}
@media screen and (max-width: 767px) {
  .licenses__img {
    height: auto;
  }
}
.licenses__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.licenses__title {
  margin-top: 16px;
  font-size: 1.125rem;
  text-align: center;
}

/* =====================================================
   事業所一覧
===================================================== */
.office__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .office__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .office__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.office__branch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .office__branch {
    grid-template-columns: 1fr;
  }
}
.office__map {
  width: 100%;
  aspect-ratio: 16/9;
}
.office__map img,
.office__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 16px;
}
.office__info {
  padding: 16px 0 0;
  line-height: var(--paragraph-lh);
}

/* =====================================================
インタビューヘッダー
===================================================== */
.interview-header {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .interview-header {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .interview-header {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.interview-header__inner {
  display: flex;
  gap: 72px;
  align-items: flex-end;
  position: relative;
}
.interview-header__content {
  flex: 0 1 480px;
}
.interview-header__title {
  position: absolute;
  top: 56px;
  left: 0;
  background-color: #2D8C94;
  color: #FFFFFF;
  padding: 16px 24px;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
}
.interview-header__title h2 {
  position: relative;
  padding-left: 24px;
}
.interview-header__title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-10deg);
  width: 8px;
  height: 32px;
  background-color: #FFFFFF;
}
.interview-header__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.5rem;
  font-weight: 700;
}
.interview-header__profile .department {
  border: 1px solid #2D8C94;
  color: #2D8C94;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 4px;
}
.interview-header__text {
  margin-top: 24px;
  color: #0F242B;
  text-align: justify;
}
.interview-header__image {
  flex: 0 1 800px;
  aspect-ratio: 800/532;
}
.interview-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/* =====================================================
   インタビューボディ
===================================================== */
.qa-block {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .qa-block {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .qa-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.qa-block__inner {
  display: flex;
  gap: 72px;
  align-items: flex-start;
}
.qa-block__question {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.qa-block__num {
  display: inline-block;
  color: #2D8C94;
  position: relative;
  padding-left: 16px;
  width: 64px;
}
.qa-block__num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-10deg);
  width: 8px;
  height: 32px;
  background-color: #2D8C94;
}
.qa-block__answer {
  flex: 1;
}
.qa-block--reverse .qa-block__inner {
  flex-direction: row-reverse;
}
.qa-block--img .qa-block__inner {
  flex-direction: row-reverse;
}
.qa-block--img .qa-block__content {
  flex: 1;
}
.qa-block--img .qa-block__answer {
  margin-top: 24px;
}
.qa-block--img .qa-block__img {
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}
.qa-block--img .qa-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================================
   事業特徴
===================================================== */
.work__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .work__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .work__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.work__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .work__inner {
    padding-left: 3.3333333333%;
    padding-right: 3.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .work__inner {
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
    gap: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .work__inner--bm {
    flex-direction: column-reverse;
  }
}
.work__inner--bm::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100vw - 960px) / 2);
  background-color: #FFFFFF;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .work__inner--bm::before {
    display: none;
  }
}
.work__inner--com {
  margin-top: 128px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .work__inner--com {
    margin-top: 96px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .work__inner--com {
    margin-top: 48px;
  }
}
.work__inner--com::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc((100vw - 960px) / 2);
  background-color: #FFFFFF;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .work__inner--com::before {
    display: none;
  }
}
.work__img {
  width: 50%;
  z-index: 1;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .work__img {
    width: 100%;
  }
}
.work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work__content {
  width: 47.0833333333%;
  padding-left: 3.3333333333%;
  padding-right: 3.3333333333%;
}
@media screen and (max-width: 1199px) {
  .work__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.work__text {
  margin-top: 56px;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .work__text {
    margin-top: 40px;
  }
}
.work__btn {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .work__btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .work__btn {
    text-align: center;
    width: 100%;
  }
}

/* =====================================================
   品質管理体制
===================================================== */
.quality {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .quality {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .quality {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.quality__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .quality__cards {
    grid-template-columns: 1fr;
  }
}
.quality__flow {
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .quality__flow {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .quality__flow {
    margin-top: 40px;
  }
}

.quality-card {
  background-color: #F4F7F7;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .quality-card {
    padding: 16px;
  }
}
.quality-card__header {
  background-color: #2D8C94;
  color: #FFFFFF;
  padding: 24px 16px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border-radius: 4px;
}
.quality-card__num {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .quality-card__num {
    font-size: 2.5rem;
    top: 12px;
    left: 16px;
  }
}
.quality-card__icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality-card__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.quality-card__title {
  margin-top: 24px;
  font-size: 1.125rem;
  font-weight: 700;
}
.quality-card__body {
  flex-grow: 1;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.quality-card__body p:first-of-type {
  font-weight: 700;
}

/* 業務遂行システム
----------------------------------------------------- */
.business-execution {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .business-execution {
    margin-top: 24px;
  }
}
.business-execution__text {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-execution__text {
    width: 100%;
    margin-top: 16px;
  }
}
.business-execution__text p:first-child {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .business-execution__text p:first-child {
    font-size: 1.25rem;
  }
}
.business-execution__text p + p {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: var(--paragraph-lh);
}
@media screen and (max-width: 767px) {
  .business-execution__text p + p {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.business-execution__img {
  margin-top: 56px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .business-execution__img {
    margin-top: 32px;
  }
}
.business-execution__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 品質管理システム
----------------------------------------------------- */
.quality-flow {
  width: 100%;
}
.quality-flow__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
  .quality-flow__container {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .quality-flow__container {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}
.quality-flow__line {
  position: absolute;
  top: 80px;
  left: 80px;
  right: 80px;
  height: 5px;
  background-color: #999999;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .quality-flow__line {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 40px;
    left: 40px;
    transform: translateX(-50%);
    width: 5px;
    height: 348px;
    background-color: #999999;
    z-index: 1;
  }
}
.quality-flow__step {
  flex: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .quality-flow__step {
    width: 100%;
  }
}
.quality-flow__text {
  width: 384px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .quality-flow__text {
    width: 100%;
    margin-top: 48px;
  }
}
.quality-flow__text p:first-child {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .quality-flow__text p:first-child {
    font-size: 1.25rem;
  }
}
.quality-flow__text p + p {
  margin-top: 24px;
  font-size: 1.2rem;
  line-height: var(--paragraph-lh);
}
@media screen and (max-width: 767px) {
  .quality-flow__text p + p {
    margin-top: 16px;
    font-size: 1rem;
  }
}

.quality-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .quality-step {
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }
}
.quality-step__circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #2D8C94;
  color: #FFFFFF;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .quality-step__circle {
    width: 80px;
    height: 80px;
    gap: 4px;
  }
}
.quality-step__text {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .quality-step__text {
    font-size: 1rem;
  }
}
.quality-step__text--contract {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .quality-step__text--contract {
    font-size: 1.25rem;
  }
}
.quality-step__num {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .quality-step__num {
    font-size: 1.75rem;
  }
}
.quality-step__dotted-line {
  height: 60px;
  border-left: 6px dotted #2D8C94;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .quality-step__dotted-line {
    width: 24px;
    height: auto;
    border-left: none;
    border-bottom: 6px dotted #2D8C94;
  }
}
.quality-step__box {
  margin-top: 8px;
  background-color: #F4F7F7;
  width: 100%;
  padding: 16px 8px;
  border-radius: 4px;
  text-align: center;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .quality-step__box {
    margin-top: 0;
    padding: 8px;
    width: calc(100% - 80px - 8px - 24px - 8px);
    text-align: left;
    min-height: 96px;
    align-items: flex-start;
  }
}
.quality-step__title {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .quality-step__title {
    font-size: 1rem;
  }
}
.quality-step__title--start {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .quality-step__title--start {
    font-size: 1.25rem;
  }
}
.quality-step__desc {
  margin-top: auto;
  font-size: 0.9375rem;
}

/* 共通セクション
----------------------------------------------------- */
.bm-section {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .bm-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .bm-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.bm-section__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bm-section__title {
    font-size: 1.25rem;
  }
}
.bm-section__text {
  margin-top: 24px;
  line-height: var(--paragraph-lh);
  text-align: justify;
}

/* 清掃管理カード
----------------------------------------------------- */
.bm-cleaning-cards {
  display: flex;
  gap: 64px;
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .bm-cleaning-cards {
    flex-direction: column;
    gap: 48px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .bm-cleaning-cards {
    gap: 32px;
    margin-top: 32px;
  }
}

.bm-cleaning-card {
  flex: 1;
}
.bm-cleaning-card__img {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 4px;
}
.bm-cleaning-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.bm-cleaning-card__text {
  margin-top: 16px;
  line-height: var(--paragraph-lh);
  text-align: justify;
}

/* メディアレイアウト (画像+テキスト)
----------------------------------------------------- */
.bm-media {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .bm-media {
    flex-direction: column;
    gap: 32px;
  }
}
.bm-media {
  /* 画像とテキストを左右反転させるモディファイア */
}
.bm-media--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .bm-media--reverse {
    flex-direction: column;
    gap: 32px;
  }
}
.bm-media__img {
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .bm-media__img {
    aspect-ratio: 16/9;
  }
}
.bm-media__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bm-media__content {
  flex: 1;
}
.bm-media__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .bm-media__title {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .bm-media__title {
    font-size: 1.25rem;
    margin-top: 40px;
  }
}
.bm-media__text {
  margin-top: 24px;
  line-height: var(--paragraph-lh);
  text-align: justify;
}

/* 業務内容タグリスト
----------------------------------------------------- */
.bm-media__tag {
  margin-top: 24px;
}

.com-oveview {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .com-oveview {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .com-oveview {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.com-oveview__text {
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.com-oveview__message {
  margin-top: 96px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #00485F;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .com-oveview__message {
    margin-top: 64px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .com-oveview__message {
    font-size: 1.25rem;
  }
}
.com-oveview__img {
  margin-top: 96px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .com-oveview__img {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .com-oveview__img {
    display: none;
  }
}
.com-oveview__img img {
  width: 100%;
  height: auto;
  display: block;
}
.com-oveview__cards {
  margin-top: 40px;
}
.com-oveview__card + .com-oveview__card {
  margin-top: 24px;
}

.com-oveview-card {
  background-color: #2D8C94;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 16px;
  margin-top: 24px;
}
.com-oveview-card__title {
  font-weight: 700;
  background-color: #FFFFFF;
  color: #2D8C94;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
}
.com-oveview-card__list {
  margin-top: 16px;
  font-size: 1rem;
  line-height: var(--paragraph-lh);
  color: #FFFFFF;
  padding-left: 8px;
  padding-right: 8px;
}
.com-oveview-card__list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}

.target__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .target__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .target__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.target__lead {
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.target__cards {
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .target__cards {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .target__cards {
    margin-top: 40px;
  }
}
.target__card + .target__card {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .target__card + .target__card {
    margin-top: 24px;
  }
}

.target-card {
  background-color: #F4F7F7;
  padding: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .target-card {
    padding: 24px;
  }
}
.target-card__header {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1199px) {
  .target-card__header {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.target-card__titile {
  width: 216px;
  font-size: 2rem;
  color: #2D8C94;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .target-card__titile {
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.target-card__titile::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skewx(-10deg);
  left: 0px;
  width: 12px;
  height: 40px;
  background-color: #2D8C94;
}
@media screen and (max-width: 767px) {
  .target-card__titile::before {
    width: 8px;
    height: 32px;
  }
}
.target-card__body {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .target-card__body {
    margin-top: 16px;
    gap: 16px;
  }
}
.target-card__img {
  flex: 0 0 216px;
  padding-right: 28px;
  padding-left: 28px;
}
.target-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.target-card__text {
  flex: 1;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .target-card__body {
    flex-direction: column;
  }
}

.com-message {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .com-message {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .com-message {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.com-message {
  background-color: #2D8C94;
}
.com-message__text {
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .com-message__text {
    font-size: 1.25em;
  }
}

.partner__header {
  text-align: center;
}
.partner__inner {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .partner__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .partner__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.partner__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00485F;
}
@media screen and (max-width: 1199px) {
  .partner__title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .partner__title {
    font-size: 1.25rem;
  }
}
.partner__lead {
  margin-top: 24px;
}
.partner__cards {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 32px;
}
@media screen and (max-width: 1199px) {
  .partner__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .partner__cards {
    gap: 24px;
    margin-top: 40px;
  }
}
.partner__card {
  flex: 1;
}

.partner-card__img {
  margin-top: 24px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .partner-card__img {
    margin-top: 16px;
  }
}
.partner-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-card__tag {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .partner-card__tag {
    margin-top: 16px;
  }
}

/* =====================================================
   採用 リードセクション
===================================================== */
.recruit-lead {
  padding-bottom: 0;
}

.recruit-type {
  padding-top: 72px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .recruit-type {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-type {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-type {
    padding-top: 48px;
  }
}
.recruit-type__header {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #00485F;
}
@media screen and (max-width: 1199px) {
  .recruit-type__header {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-type__header {
    font-size: 1.25rem;
  }
}
.recruit-type__cards {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .recruit-type__cards {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-type__cards {
    margin-top: 32px;
  }
}

.recruit-type-card {
  flex: 1;
}
.recruit-type-card__inner {
  position: relative;
}
.recruit-type-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
}
.recruit-type-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-type-card__text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(45, 140, 148, 0.7);
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 0 0 4px 4px;
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 767px) {
  .recruit-type-card__text-area {
    padding: 8px;
  }
}
.recruit-type-card__title {
  font-size: 1.5rem;
  background-color: #FFFFFF;
  color: #2D8C94;
  padding: 4px 24px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-type-card__title {
    font-size: 1.125rem;
    padding: 6px 12px;
  }
}
.recruit-type-card__text {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .recruit-type-card__text p {
    line-height: 1.4;
  }
}

/* =====================================================
   1日の仕事の流れ
===================================================== */
.schedule {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .schedule {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .schedule {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.schedule-tab__menu {
  display: flex;
  border-bottom: 1px solid #999999;
}
.schedule-tab__menu-item {
  flex: 1;
  text-align: center;
  padding: 22px;
  font-weight: 700;
  color: #999999;
  background-color: #F4F7F7;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  transition: background-color 0.6s;
}
@media screen and (max-width: 767px) {
  .schedule-tab__menu-item {
    font-size: 1rem;
    padding: 16px;
  }
}
.schedule-tab__menu-item.is-active {
  background-color: #2D8C94;
  color: #FFFFFF;
}
.schedule-tab__menu-item:not(.is-active):hover {
  background-color: #d1e5e7;
}
.schedule-tab__body {
  margin-top: 24px;
}
.schedule-tab__lead {
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.schedule-tab__content {
  display: none;
  margin-top: 24px;
}
.schedule-tab__content.is-active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.schedule-tab__timeType {
  margin-top: 40px;
  font-weight: 700;
  font-size: 1.125rem;
  background-color: #2D8C94;
  color: #FFFFFF;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 24px 6px;
  width: 264px;
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* タイムライン */
.timeline__item {
  display: flex;
  gap: 24px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #999999;
}
.timeline__time {
  width: 42px;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #2D8C94;
  padding-top: 4px;
}
.timeline__body {
  flex: 1;
}
.timeline__title {
  font-size: 1.125rem;
  font-weight: 700;
}
.timeline__text {
  margin-top: 12px;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.timeline__list {
  padding-left: 1.5em;
  list-style-type: disc;
}
.timeline__list li span {
  font-weight: 500;
}

/* =====================================================
   教育・研修制度
===================================================== */
.learning {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .learning {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .learning {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.learning__lead {
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.learning__lead p:first-of-type {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .learning__lead p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.learning__table {
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .learning__table {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .learning__table {
    margin-top: 40px;
  }
}

.learning-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
.learning-table th,
.learning-table td {
  vertical-align: middle;
  line-height: var(--paragraph-lh);
  padding: 12px;
}
.learning-table thead th {
  background-color: #2D8C94;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /* カラム幅の比率調整 */
}
.learning-table thead th:nth-child(1) {
  width: 192px;
}
.learning-table thead th:nth-child(2) {
  width: calc(100% - 192px - 58px);
}
@media screen and (max-width: 1199px) {
  .learning-table thead th:nth-child(2) {
    width: 320px;
  }
}
.learning-table thead th:nth-child(n+3) {
  width: 58px;
}
@media screen and (max-width: 1199px) {
  .learning-table thead th:nth-child(n+3) {
    width: calc(100% - 192px - 320px);
  }
}
.learning-table tbody tr th {
  background-color: #EBEBEB;
  text-align: left;
}
.learning-table tbody tr td {
  background-color: #FFFFFF;
}
.learning-table tbody tr td:nth-child(2) {
  text-align: left;
}
.learning-table tbody tr td:nth-child(n+3) {
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .learning-table tbody tr td:nth-child(n+3) {
    padding: 12px;
    text-align-last: left;
  }
}
.learning-table__trainees {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.learning-table .check {
  display: inline-block;
  width: 14px;
  height: 7px;
  border-left: 3px solid #0F242B;
  border-bottom: 3px solid #0F242B;
  transform: rotate(-45deg);
  margin-top: -4px;
}

.learning-list__box {
  margin-top: 24px;
}
.learning-list__content {
  margin-top: 16px;
}
.learning-list__item {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.learning-list__item dt {
  flex: 0 0 100px;
  font-weight: 700;
}

/* =====================================================
   多様な人材が活躍できる環境
===================================================== */
.diversity {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .diversity {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .diversity {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.diversity__media {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1199px) {
  .diversity__media {
    flex-direction: column-reverse;
  }
}
.diversity__img {
  flex: 1;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
}
.diversity__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diversity__content {
  flex: 1;
}
.diversity__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .diversity__title {
    font-size: 1.25rem;
  }
}
.diversity__text {
  margin-top: 24px;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.diversity__example {
  margin-top: 24px;
}
.diversity__example-title {
  border-bottom: 1px solid #2D8C94;
  padding-bottom: 14px;
  font-weight: 700;
}
.diversity__example-list {
  margin-top: 16px;
}

/* =====================================================
   資格取得支援制度
===================================================== */
.certification {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .certification {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .certification {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.certification__media {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1199px) {
  .certification__media {
    flex-direction: column-reverse;
  }
}
.certification__img {
  flex: 1;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
}
.certification__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certification__content {
  flex: 1;
}
.certification__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .certification__title {
    font-size: 1.25rem;
  }
}
.certification__text {
  margin-top: 24px;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.certification__example {
  margin-top: 24px;
}
.certification__example-title {
  border-bottom: 1px solid #2D8C94;
  padding-bottom: 14px;
  font-weight: 700;
}
.certification__example-list {
  margin-top: 16px;
}

/* =====================================================
   スタッフインタビュー
===================================================== */
.recruit-interview {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .recruit-interview {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.recruit-interview__lead {
  line-height: var(--paragraph-lh);
  text-align: justify;
}
.recruit-interview__lead p:first-of-type {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-interview__lead p:first-of-type {
    font-size: 1.25rem;
  }
}

.recruit-interview__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 72px;
}
@media screen and (max-width: 1199px) {
  .recruit-interview__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 48px;
    gap: 56px;
  }
}

.recruit-interview-card {
  display: block;
}
.recruit-interview-card:hover .recruit-interview-card__img {
  overflow: hidden;
}
.recruit-interview-card:hover .recruit-interview-card__img img {
  transform: scale(1.05);
}
.recruit-interview-card:hover .recruit-interview-card__arrow-button {
  background-color: #E0A800;
}
.recruit-interview-card:hover .recruit-interview-card__arrow-button::before {
  background-color: #FFFFFF;
}
.recruit-interview-card:hover .recruit-interview-card__arrow-button::after {
  background-color: #FFFFFF;
}
.recruit-interview-card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-card__img {
    aspect-ratio: 16/9;
    object-position: center 20%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-card__img {
    aspect-ratio: 3/4;
  }
}
.recruit-interview-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-card__img img {
    object-position: center 0;
  }
}
.recruit-interview-card__comment {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(45, 140, 148, 0.7);
  padding: 16px;
}
.recruit-interview-card__comment p {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: var(--paragraph-lh);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .recruit-interview-card__comment p {
    font-size: 1rem;
  }
}
.recruit-interview-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.recruit-interview-card__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.recruit-interview-card__name {
  font-weight: 700;
}
.recruit-interview-card__year {
  font-weight: 700;
}
.recruit-interview-card__department {
  border: 1px solid rgba(45, 140, 148, 0.4);
  color: #2D8C94;
  padding: 6px 16px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-card__department {
    padding: 8px;
  }
}
.recruit-interview-card__arrow-button {
  width: 60px;
  height: 60px;
  border: 1px solid #E0A800;
  border-radius: 50%;
  transition: all 0.6s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-interview-card__arrow-button {
    width: 40px;
    height: 40px;
  }
}
.recruit-interview-card__arrow-button:hover {
  background-color: #E0A800;
}
.recruit-interview-card__arrow-button:hover::before {
  background-color: #FFFFFF;
}
.recruit-interview-card__arrow-button:hover::after {
  background-color: #FFFFFF;
}
.recruit-interview-card__arrow-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 1px;
  background-color: #E0A800;
}
@media screen and (max-width: 767px) {
  .recruit-interview-card__arrow-button::before {
    width: 24px;
  }
}
.recruit-interview-card__arrow-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 16px);
  transform: translateY(-50%);
  width: 9px;
  height: 1px;
  background-color: #E0A800;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .recruit-interview-card__arrow-button::after {
    right: calc(50% - 12px);
    width: 6px;
  }
}

/* =====================================================
   よくある質問 (アコーディオン)
===================================================== */
.faq {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .faq {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.accordion__item {
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.accordion__q {
  background-color: #2D8C94;
  color: #FFFFFF;
  padding: 14px 56px 14px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.6s;
}
@media screen and (max-width: 767px) {
  .accordion__q {
    padding: 16px 48px 16px 16px;
  }
}
.accordion__q::after, .accordion__q::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.accordion__q::after {
  right: 24px;
  width: 16px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .accordion__q::after {
    right: 16px;
  }
}
.accordion__q::before {
  right: 31px;
  width: 2px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .accordion__q::before {
    right: 23px;
  }
}
.accordion__q.is-open::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.accordion__icon-q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  color: #2D8C94;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  border-radius: 4px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accordion__icon-q {
    width: 30px;
    height: 30px;
    font-size: 1.125rem;
    margin-right: 12px;
  }
}
.accordion__a {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.6s ease, opacity 0.6s ease, padding 0.6s ease;
  background-color: #FFFFFF;
}
.accordion__a-inner {
  padding: 14px 20px;
  display: flex;
  align-items: flex-start;
  border: 1px solid #2D8C94;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 767px) {
  .accordion__a-inner {
    padding: 20px 16px;
  }
}
.accordion__icon-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #2D8C94;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  border-radius: 4px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accordion__icon-a {
    width: 30px;
    height: 30px;
    font-size: 1.125rem;
    margin-right: 12px;
  }
}
.accordion__text {
  flex: 1;
  line-height: var(--paragraph-lh);
}

/* =====================================================
   フォーム共通
===================================================== */
.contact-form {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .contact-form {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.form-row__title {
  width: 204px;
}
.form-row + .form-row {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .form-row + .form-row {
    margin-top: 32px;
  }
}

.is-required {
  display: inline-block;
  background-color: #2D8C94;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 4px 16px;
  margin-right: 16px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .is-required {
    margin-right: 8px;
  }
}

.not-required {
  display: inline-block;
  background-color: #999999;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 4px 16px;
  margin-right: 16px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .not-required {
    margin-right: 8px;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-response-output {
  border-color: #2D8C94;
  padding: 0.5em 1em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  background-color: #F4F7F7;
  padding: 16px;
  border-radius: 4px;
  line-height: 1.8;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #2D8C94;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

/* =====================================================
   ラジオボタン：お問い合せ種別
===================================================== */
.form-radio {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .form-radio {
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.form-radio .wpcf7-list-item {
  display: block;
  margin-top: 16px;
}
.form-radio .wpcf7-list-item:first-child {
  margin-top: 0;
}

/* --- ラジオボタンのカスタムデザイン --- */
/* 1. デフォルトのラジオボタンを隠す */
.radio-choices input[type=radio] {
  position: absolute;
  opacity: 0;
}

/* 2. テキスト部分（span）を基準に設定する */
.radio-choices .wpcf7-list-item label {
  position: relative;
  padding-left: 32px;
  /* 丸を配置するための余白 */
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  /* 丸のサイズと合わせるとテキストが綺麗に中央に揃います */
}

/* 3. 独自の丸（外側のグレーの枠線）を作る */
.radio-choices .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #999999;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: border-color 0.6s ease;
}

/* 4. 内側の緑色の丸（初期状態は透明）を作る */
.radio-choices .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  /* 外側の丸のど真ん中に来るように計算 */
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #2D8C94;
  border-radius: 50%;
  opacity: 0;
  /* 初期状態は非表示 */
  transition: opacity 0.6s ease;
}

/* --- チェック時の動き --- */
/* 5. チェックされた時、外側の丸の枠線を緑色にする（お好みで） */
.radio-choices input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #2D8C94;
}

/* 6. チェックされた時、内側の緑色の丸を表示する！ */
.radio-choices input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  /* 不透明にして表示 */
}

/* =====================================================
   インプットタイプ
===================================================== */
.form-input > label {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .form-input > label {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.form-input .form-row__title {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .form-input .form-row__title {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.form-input .wpcf7-form-control-wrap {
  width: calc(100% - 244px);
}
@media screen and (max-width: 767px) {
  .form-input .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/* =====================================================
   チェックボックス:プライバシーポリシーに同意
===================================================== */
/* --- チェックボックスのカスタムデザイン --- */
.custom-checkbox {
  margin-top: 24px;
  margin-left: 244px;
}
@media screen and (max-width: 767px) {
  .custom-checkbox {
    margin-left: 0;
  }
}

/* 1. デフォルトのチェックボックスを隠す */
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

/* 2. テキスト部分（span）を基準に設定する */
.custom-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  /* 四角を配置するための余白 */
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
}

/* 3. 独自の四角い枠を作る */
.custom-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #ddd;
  /* 通常時の枠線の色 */
  border-radius: 4px;
  /* 少しだけ角を丸くする */
  background-color: #fff;
  transition: border-color 0.6s ease;
}

/* 4. 緑色のチェックマークを作る（初期状態は透明） */
/* ※長方形の右と下の枠線だけを描画し、45度回転させて「レ」の字を作ります */
.custom-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  /* 枠の真ん中に来るように微調整 */
  transform: translateY(-65%) rotate(45deg);
  /* 位置を少し上にズレさせて45度回転 */
  width: 8px;
  /* チェックマークの横幅 */
  height: 16px;
  /* チェックマークの縦幅 */
  border-right: 3px solid #2D8C94;
  /* 緑色の線（右） */
  border-bottom: 3px solid #2D8C94;
  /* 緑色の線（下） */
  opacity: 0;
  /* 初期状態は非表示 */
  transition: opacity 0.6s ease;
}

/* --- チェック時の動き --- */
/* 5. チェックされた時、外側の四角の枠線を緑色にする */
.custom-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #2D8C94;
}

/* 6. チェックされた時、緑色のチェックマークを表示する！ */
.custom-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  /* 不透明にして表示 */
}

.custom-checkbox a {
  text-decoration: underline;
  color: #2D8C94;
}

/* =====================================================
   送信ボタン
===================================================== */
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  background-color: #E0A800;
  background-image: none;
  border: 1px solid #E0A800;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 10px 56px;
  text-decoration: none;
  transition: all 0.6s ease 0s;
  width: auto;
  margin-top: 40px;
  margin-left: 244px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=button] {
    margin-left: 0;
    width: 100%;
  }
}

input[type=submit]:hover,
input[type=button]:hover {
  background-color: #FFFFFF;
  color: #E0A800;
}

.news {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .news {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.news__list {
  margin-top: 72px;
}
.news__item {
  border-bottom: 1px solid #999999;
}
.news__item:first-child {
  border-top: 1px solid #999999;
}
.news__item a {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .news__item a {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    padding: 16px 0;
  }
}
.news__item a time {
  font-family: "Roboto", sans-serif;
  width: 84px;
  line-height: 1;
  padding-top: 2px;
}
.news__item a .news__title {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .news__item a .news__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.news__item a:hover {
  color: #2D8C94;
}
.news__item a:hover .news__category {
  background-color: #FFFFFF;
  color: #2D8C94;
}
.news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .news__meta {
    gap: 16px;
  }
}
.news__category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  background-color: #2D8C94;
  color: #FFFFFF;
  border: 1px solid #2D8C94;
  padding: 5px 24px;
  border-radius: 4px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .news__category {
    padding: 4px 6px;
  }
}

/* =====================================================
   ページネーション
===================================================== */
.nav-links {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 16px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #2D8C94;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  transition: all 0.6s ease;
}
.page-numbers.dots {
  border: none;
}
.page-numbers:hover {
  background-color: #2D8C94;
  color: #FFFFFF;
}
.page-numbers.current {
  background-color: #2D8C94;
  color: #FFFFFF;
}

#news-list {
  scroll-margin-top: var(--header-height);
}

.page-template {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .page-template {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .page-template {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.page-template__inner > h1 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #999999;
}
.page-template__inner > h2 {
  margin-top: 72px;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-template__inner > h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 0.875em;
  text-indent: -0.875em;
}
.page-template__inner > ul {
  list-style: disc;
  padding-left: 1.5em;
}
.page-template__inner > ul li {
  line-height: var(--paragraph-lh);
}
.page-template__inner > p {
  text-align: justify;
}

.single-news {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .single-news {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .single-news {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.single-news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-news__date {
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.single-news__category-list {
  display: flex;
  gap: 8px;
}
.single-news__badge {
  display: inline-flex;
  align-items: center;
  background-color: #2D8C94;
  color: #FFFFFF;
  border: 1px solid #2D8C94;
  padding: 5px 24px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .single-news__badge {
    padding: 4px 16px;
  }
}
.single-news__title {
  margin-top: 16px;
  font-size: 2rem;
  border-bottom: 1px solid #999999;
  padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .single-news__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-news__title {
    font-size: 1.25rem;
    margin-top: 8px;
  }
}
.single-news__content {
  margin-top: 24px;
}
.single-news__content p {
  line-height: var(--paragraph-lh);
  text-align: justify;
}

.error-404__body {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .error-404__body {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .error-404__body {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.error-404__body {
  text-align: center;
}
.error-404__title {
  font-size: 2rem;
  font-weight: 700;
}
.error-404__subtitle {
  margin-top: 16px;
  font-weight: 700;
}
.error-404__content {
  margin-top: 40px;
}
.error-404__back-to-home {
  margin-top: 64px;
}

/* アニメーション前の状態（透明 ＆ 少し下に配置） */
.fadeUp {
  opacity: 0;
  transform: translateY(30px); /* 30px下から浮き上がる。お好みで調整してください */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* 0.8秒かけて変化 */
}

/* アニメーション後の状態（不透明 ＆ 元の位置） */
.fadeUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1199px) {
  .only-pc {
    display: none;
  }
}

.except-pc {
  display: none;
}
@media screen and (max-width: 1199px) {
  .except-pc {
    display: block;
  }
}

.only-tab {
  display: none;
}
@media screen and (max-width: 1199px) {
  .only-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .only-tab {
    display: none;
  }
}

.except-tab {
  display: block;
}
@media screen and (max-width: 1199px) {
  .except-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .except-tab {
    display: block;
  }
}

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

.except-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .except-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */