/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  margin-top: 0 !important;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans',
    'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
header a:hover,
header a:focus {
  opacity: 0.7;
  color: #ffffff;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

/* font-style */
.text-lg {
  font-size: 16px;
}
.text-md {
  font-size: 14px;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
/* global-styles-inline-css */
body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

@media (max-width: 767px) {
  .text-lg {
    font-size: 14px;
  }
  .text-md {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .text-lg {
    font-size: 12px;
  }
}

/* ========================================
  Header 
   ======================================== */
header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 98%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 60px;
  padding: 15px 0;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-50%);
}

header.header-hidden {
  transform: translate(-50%, -100%);
}

header.header-visible {
  transform: translate(-50%, 10px);
}

#logo_image {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo {
  margin: 0;
  line-height: 1;
}

#logo a {
  display: inline-block;
}

.h_logo {
  height: 30px;
  width: auto;
  display: block;
}

/* ========================================
  Navigation Menu
   ======================================== */
nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

nav a,
nav span[data-modal] {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

nav span[data-modal] {
  cursor: pointer;
}

nav a:hover,
nav span[data-modal]:hover {
  opacity: 0.7 !important;
}
body #nav-menu > a > i {
  margin-left: 4px;
}

/* ========================================
   Main Visual
   ======================================== */
.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.mv-content {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  z-index: 1;
}
.mv-content > img {
  position: absolute;
}
.mv-content > img:first-of-type {
  right: 185px;
  top: -70px;
}
.mv-content > img:last-of-type {
  right: -45px;
  bottom: 0;
  z-index: -1;
}
.mv-image {
  flex: 0 0 45%;
  max-width: 500px;
}

.mv-image img {
  width: 100%;
  height: auto;
  display: block;
}

.mv-text {
  flex: 1;
  font-family: 'M PLUS 1', sans-serif;
  font-optical-sizing: auto;
}

.mv-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #fff;
}

.mv-subtitle {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 1.8;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Top Section */
.top-section {
  position: relative;
  margin-top: -150px;
  padding: 175px 40px 125px;
  overflow: hidden;
  background: transparent;
  margin-bottom: -90px;
}

.top-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(to right, #e8b84d, #d4a843, #c09838);
  transform: skewY(-3deg);
  transform-origin: top left;
  z-index: 1;
}

.top-content {
  position: relative;
  width: 80%;
  max-width: 991px;
  margin: 0 auto;
  z-index: 1;
  color: #ffffff;
}

.top-text {
  line-height: 1.5;
  margin-bottom: 16px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.top-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  header {
    padding: 10px 0;
  }
  .top-section {
    margin-top: -186px;
    padding: 195px 30px 100px;
  }

  .top-section::before {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: skewY(-5deg);
  }

  .top-text {
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .mv-content > img:first-of-type {
    left: 0;
    top: -120px;
    width: 40%;
  }
  .mv-content > img:last-of-type {
    right: -14px;
    bottom: 55px;
    width: 40%;
  }
}

@media (max-width: 480px) {
  .top-section {
    margin-top: -150px;
    padding: 120px 20px 85px;
  }

  .top-text {
    margin-bottom: 25px;
  }
  .top-section::before {
    height: 83%;
  }
}

.container {
  padding: 0 15px 15px 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.section-title {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: 'M PLUS 1', sans-serif;
  font-optical-sizing: auto;
}
.about-title::before,
.initiatives-title::before,
.interview-title::before {
  content: attr(data-subtitile);
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: none;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
  .section-title::before {
    font-size: 0.9rem;
  }
}
@media (max-width: 420px) {
  .section-title {
    font-size: 28px;
  }
  .section-title::before {
    font-size: 0.8rem;
  }
}

/* ========================================
  About Section
   ======================================== */
.about-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px 40px 80px;
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.about-content {
  position: relative;
  max-width: 1200px;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}

.about-text {
  font-size: 1.2rem;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* About Items */
.about-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 80px;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.about-item-left {
  flex-direction: row;
}
.about-item-right {
  flex-direction: row;
}
.about-item-image {
  flex: 0 0 400px;
  position: relative;
}
.about-item-image img {
  width: 75%;
  height: auto;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 80px 20px rgba(232, 184, 77, 0.6);
}
.about-item-content {
  flex: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-item-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
.about-item-title span {
  font-size: 4rem;
  font-weight: bold;
  color: #e8b84d;
  line-height: 1;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  margin-right: 18px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #ffc300;
}
.about-item-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.about-item-link {
  display: inline-block;
  padding: 10px 32px;
  background: linear-gradient(to right, #d9d9d9, #737373);
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 0;
  align-self: flex-end;
  letter-spacing: 0.05em;
  opacity: 0.65;
}
.about-item-link:hover {
  background: linear-gradient(to right, #d9d9d9, #737373);
  opacity: 0.8;
}
.about-item-link .arrow {
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.about-item-link:hover .arrow {
  transform: translateX(5px);
}
.about-item-center {
  margin-top: 80px;
  text-align: center;
}
.about-item-movie {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #e5e5e5;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .about-item {
    gap: 40px;
    margin-top: 60px;
  }

  .about-item-image {
    flex: 0 0 300px;
  }

  .about-item-content {
    text-align: center;
  }

  .about-item-number {
    font-size: 3rem;
  }

  .about-item-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 45px 30px;
  }

  .about-title::before {
    font-size: 0.9rem;
  }

  .about-text {
    font-size: 1rem;
    line-height: 1.8;
  }

  .about-item {
    margin-top: 50px;
    align-items: start;
  }
  .about-item-left {
    flex-direction: column-reverse;
  }

  .about-item-right {
    flex-direction: column;
  }
  .about-item-title span {
    font-size: 3rem;
  }

  .about-item-image {
    flex: 0 0 250px;
  }

  .about-item-image img {
    box-shadow: 0 0 60px 15px rgba(232, 184, 77, 0.5);
    margin: 0 auto;
    width: 65%;
  }
  .about-item-content {
    width: 100%;
  }

  .about-item-number {
    font-size: 2.5rem;
  }

  .about-item-title {
    font-size: 1.2rem;
  }

  .about-item-text {
    font-size: 16px;
  }

  .about-item-link {
    font-size: 0.9rem;
    padding: 9px 24px;
    margin: 0 0 0 auto;
  }

  .about-item-03-title {
    font-size: 1.3rem;
  }

  .about-item-03-title span {
    font-size: 3rem;
  }

  .about-item-03-content {
    min-height: 400px;
  }
  .about-item-movie {
    min-height: 300px;
  }
}

@media (max-width: 420px) {
  .about-section {
    padding: 50px 20px;
  }
  .about-title::before {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .about-text {
    font-size: 0.95rem;
  }

  .about-item {
    margin-top: 40px;
  }

  .about-item-title span {
    font-size: 2.7rem;
    margin-right: 8px;
  }

  .about-item-image {
    flex: 0 0 200px;
  }

  .about-item-image img {
    box-shadow: 0 0 40px 10px rgba(232, 184, 77, 0.4);
  }

  .about-item-number {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .about-item-title {
    font-size: 1.1rem;
  }

  .about-item-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .about-item-link {
    font-size: 0.8rem;
    padding: 4px 16px;
  }
  .about-item-movie {
    min-height: 230px;
  }
}
main {
  margin-top: 0;
}

/* Responsive Design for Main Visual */
@media (max-width: 992px) {
  .mv-content {
    gap: 40px;
    padding: 100px 40px 60px;
  }

  .mv-image {
    flex: 0 0 auto;
    max-width: 330px;
  }
}

@media (max-width: 768px) {
  .main-visual {
    min-height: 500px;
  }

  .mv-content {
    padding: 14px 20px 40px;
    gap: 8px;
    flex-direction: column;
  }

  .mv-image {
    max-width: 300px;
  }

  .mv-title {
    font-size: 36px;
  }

  .mv-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .main-visual {
    min-height: 450px;
  }

  .mv-image {
    max-width: 250px;
  }

  .mv-title {
    font-size: 30px;
  }

  .mv-subtitle {
    font-size: 14px;
  }
}

/* Initiatives Section */
/* ========================================
  Initiatives Section
   ======================================== */
.initiatives-section {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #e8b84d, #d4a843, #c09838);
  padding: 80px 40px;
  overflow: hidden;
}

.initiatives-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.initiatives-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}

.initiatives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.initiative-card {
  position: relative;
  border-radius: 5px;
  padding: 24px 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 260px;
  max-width: 247px;
  width: 100%;
  margin: 0 auto;
}
.initiative-card::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #ffffff30;
  z-index: -2;
}
.initiative-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../image/recruit/initiative/content-bg.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  height: 100px;
}

.initiative-header {
  width: 100%;
  text-align: center;
  position: relative;
  min-height: 56px;
}

.initiative-number {
  position: absolute;
  top: -30%;
  left: -62px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.5);
  text-stroke: 2px rgba(0, 0, 0, 0.5);
  font-family: Arial, sans-serif;
  display: block;
  margin-bottom: 10px;
}

.initiative-card-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.6;
}

.initiative-icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.initiative-icon img {
  max-height: 100px;
}

.icon-placeholder {
  font-size: 4rem;
  opacity: 0.7;
}

.section-button-white {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #fff;
  color: #ffc300 !important;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 25px;
  transition: all 0.3s ease;
  margin-top: auto;
  font-size: 16px;
  cursor: pointer;
}
.button-sm {
  padding: 4px 24px;
  font-size: 14px;
}
.button-xl {
  padding: 15px 60px;
  border-radius: 5px;
}

.section-button-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

/* モーダル内 */
.EvaluatePic {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.Pane__Box {
  flex: 1;
  max-width: 350px;
  text-align: center;
  position: relative;
}

.Pane__Box .hd {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffc300;
}

.ev_figure {
  margin: 20px 0;
}

.ev_figure img {
  max-width: 100%;
  height: auto;
}

.ev_p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 20px 0;
  text-align: left;
}

.ev_arr {
  margin: 20px 0;
}

.ev_arr img {
  max-width: 60px;
  height: auto;
}

.ev_arrtx {
  margin: 15px 0;
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #ffffff;
  line-height: 0.8;
}

.ev_arrtx i {
  font-size: 13px;
  color: #a49703;
  font-style: normal;
  line-height: 1.6;
}

.ev_staff {
  margin-top: 20px;
}

.ev_staff img {
  max-width: 80px;
  height: auto;
}

@media (max-width: 768px) {
  .Pane__Body {
    flex-direction: column;
    gap: 40px;
  }

  .Pane__Box {
    max-width: 100%;
  }

  .Pane__Box .hd {
    font-size: 18px;
  }

  .ev_p {
    font-size: 13px;
  }

  .ev_arrtx i {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .initiatives-grid {
    max-width: 800px;
  }

  .initiative-card {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .initiatives-section {
    padding: 60px 30px;
  }
  .initiatives-grid {
    grid-template-columns: 1fr;
  }

  .initiative-number {
    font-size: 3rem;
    left: -52px;
    top: -18%;
  }

  .initiative-card {
    min-height: 240px;
    padding: 16px 25px 0;
  }
  .initiative-card-title {
    font-size: 1rem;
  }
  .initiative-icon img {
    max-height: 85px;
  }
  .button-sm {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .initiatives-section {
    padding: 40px 20px;
  }
  .initiative-number {
    font-size: 2.7rem;
    left: -50px;
  }

  .initiative-card-title {
    font-size: 0.95rem;
  }

  .initiative-button {
    padding: 8px 30px;
    font-size: 0.9rem;
  }
}

/* ========================================
  Interview Section
   ======================================== */
.interview-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 80px 40px;
}

.interview-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.interview-content {
  position: relative;
  max-width: 1200px;
  width: 100%;
  z-index: 1;
}

.interview-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}

.interview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.interview-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.interview-card:hover {
  transform: translateY(-5px);
}

.interview-image {
  width: 100%;
  height: 100%;
  display: block;
}
.interview-image-circle {
  position: absolute;
  width: 35%;
}
.interview-image-circle.circle-1 {
  top: 0;
  left: 0;
}
.interview-image-circle.circle-2 {
  bottom: 0;
  right: 0;
}

.interview-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 0px 8px 10px;
  background: linear-gradient(to right, #ffc300, rgba(255, 195, 0, 0));
  color: #ffffff;
  width: 80%;
}

.interview-department {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(113, 81, 0, 0.6);
}

.interview-name {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0px 4px 4px rgba(113, 81, 0, 0.6);
}
@media (max-width: 992px) {
  .interview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .interview-section {
    padding: 60px 30px 90px;
  }

  .interview-title {
    margin-bottom: 40px;
  }

  .interview-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  .interview-image-circle {
    width: 42%;
  }
}

@media (max-width: 480px) {
  .interview-section {
    padding: 40px 20px 80px;
  }
}

/* ========================================
  Recruitment Section
   ======================================== */
.recruitment-section {
  position: relative;
  width: 100%;
  padding: 0 40px;
  height: 260px;
  overflow: hidden;
  margin-top: -47px;
}
.recruitment-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 260px;
  background: linear-gradient(to right, #e8b84d, #d4a843, #c09838);
  border-radius: 50% / 100px 100px 0 0;
  z-index: 0;
}
.recruitment-section svg {
  position: absolute;
  left: -32px;
  top: 16px;
  width: 105%;
}
.recruitment-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 18px;
  text-align: center;
  margin-top: 1rem;
  z-index: 1;
}
.recruitment-text {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 500;
}

@media (max-width: 768px) {
  .recruitment-section {
    padding: 80px 30px;
    height: 220px;
  }

  .recruitment-section::before {
    height: 100%;
  }
  .recruitment-section svg {
    top: -25px;
    left: -6px;
  }

  .recruitment-text {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

@media (max-width: 420px) {
  .recruitment-section {
    padding: 60px 20px;
  }

  .recruitment-text {
    font-size: 16px;
  }
}

/* Footer */
.footer {
  position: relative;
  width: 100%;
  background-color: #2d2d2d;
  padding: 4px 40px;
  text-align: center;
  font-weight: lighter;
}

body:not(.page-parent) .footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #e8b84d, #d4a843, #c09838);
}

.footer-copyright {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.05em;
}

/* Responsive Design for Footer */
@media (max-width: 768px) {
  .footer-copyright {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .footer-copyright {
    font-size: 0.75rem;
  }
}

/* Prevent scrolling when menu is open */
body.menu-open {
  overflow: hidden;
}

/* Hide header bar (background) when menu is open on mobile, but keep nav visible */
@media (max-width: 768px) {
  body.menu-open:not(.modal-open) header {
    background-color: transparent;
    box-shadow: none;
    transform: translate(-50%, 0px) !important;
    width: 100%;
  }

  body.menu-open:not(.modal-open) #logo,
  body.menu-open:not(.modal-open) .hamburger:not(.active) {
    opacity: 0;
    pointer-events: none;
  }

  body.menu-open:not(.modal-open) .hamburger.active {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Hamburger Menu Button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hamburger active state (X icon) */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 15px);
}

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

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(-4px, -12px);
}

/* Overlay background when menu is open */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.menu-overlay.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 80px 30px 30px;
    transition: right 0.3s ease;
    z-index: 999;
  }

  nav.active {
    right: 0;
  }

  nav a {
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  nav a:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .h_logo {
    height: 24px;
  }

  #logo_image {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  nav {
    width: 80%;
  }

  nav a {
    font-size: 16px;
    padding: 18px 0;
  }
}

/* Modal Styles */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  overflow-y: auto;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}

.modal-overlay.active {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.modal-overlay:has(.recruitment-table).active {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.modal-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 85vh;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-bottom: 4px;
}

.modal-close:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
}

.modal-content {
  padding: 50px 40px 40px;
  color: #333;
  box-shadow: 0 0 50px -7px rgba(232, 184, 77, 0.6);
  overflow-y: auto;
  flex: 1;
}

.modal-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 24px;
  color: #a49703;
  line-height: 1.4;
  font-family: 'M PLUS 1', sans-serif;
  width: fit-content;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #ffc300, #998f00) 1;
}

.modal-body {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.modal-body p {
  margin-bottom: 20px;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-body h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.modal-body h3:first-child {
  margin-top: 0;
}

.modal-body ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.modal-body li {
  margin-bottom: 10px;
  line-height: 1.8;
}

/* Salary Chart Container */
.salary-chart-container {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}

#salary-chart {
  width: 100%;
  max-width: 100%;
}

/* Appointment Charts Container */
.appointment-charts-container {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.appointment-chart-item {
  flex: 1;
  max-width: 400px;
}

#appointment-chart,
#appointment-chart-2 {
  width: 100%;
}

/* #AppointmentPic__layer,
#AppointmentPic2__layer,
#FemaleActivityPic__layer,
#FemaleActivityPic2__layer {
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
} */
.appointment-chart-item .layer {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.appointment-charts-container .appointment-chart-item {
  position: relative;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .appointment-charts-container {
    flex-direction: column;
    gap: 20px;
  }

  .appointment-chart-item {
    width: fit-content;
  }
}

/* Modal iframe styles */
.modal-iframe {
  width: 100%;
  height: 70vh;
  min-height: 500px;
  border: none;
  border-radius: 5px;
}

/* Recruitment table styles */
.recruitment-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.recruitment-table tr {
  border-bottom: 1px solid #e0e0e0;
}

.recruitment-category {
  width: 30%;
  padding: 20px;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  vertical-align: top;
}

.recruitment-details {
  padding: 20px;
  vertical-align: top;
}

.recruitment-section-title {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 15px;
}

.recruitment-section-title:first-child {
  margin-top: 0;
}

.recruitment-details ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.recruitment-details li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #666;
}
.recruitment-details li a {
  color: #141c90;
}
/* 募集セクション 線の描画アニメーション */
.draw-line {
  animation: draw 1.5s ease forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Responsive  Modal */
@media (max-width: 768px) {
  .modal-overlay {
    padding: 15px;
  }

  .modal-content {
    padding: 45px 30px 30px;
  }

  .modal-title {
    font-size: 24px;
  }

  .modal-body {
    font-size: 15px;
  }

  .modal-body h3 {
    font-size: 18px;
  }
  .recruitment-table,
  .modal-body .recruitment-table {
    display: block !important;
    width: 100% !important;
    border: none !important;
  }

  .recruitment-table tbody,
  .modal-body .recruitment-table tbody {
    display: block !important;
    width: 100% !important;
  }

  .recruitment-table tr,
  .modal-body .recruitment-table tr {
    display: block !important;
    width: 100% !important;
    margin-bottom: 25px !important;
    border-bottom: 2px solid #d0d0d0 !important;
    padding-bottom: 15px !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }

  .recruitment-table tr:last-child,
  .modal-body .recruitment-table tr:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }

  .recruitment-table td,
  .modal-body .recruitment-table td,
  .recruitment-table .recruitment-category,
  .modal-body .recruitment-table .recruitment-category,
  .recruitment-table .recruitment-details,
  .modal-body .recruitment-table .recruitment-details {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
  }

  .recruitment-category,
  .modal-body .recruitment-category {
    width: 100% !important;
    padding: 12px 15px !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    border-radius: 4px !important;
    display: block !important;
  }

  .recruitment-details,
  .modal-body .recruitment-details {
    width: 100% !important;
    padding: 0 15px 10px !important;
    display: block !important;
  }

  .recruitment-section-title {
    font-size: 14px;
    margin-top: 12px;
  }

  .recruitment-details ul {
    padding-left: 18px;
  }

  .recruitment-details li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

@media (max-width: 480px) {
  .modal-overlay {
    padding: 10px;
  }

  .modal-content {
    padding: 40px 20px 25px;
  }

  .modal-close {
    width: 35px;
    height: 35px;
    font-size: 26px;
    top: 10px;
    right: 10px;
  }

  .modal-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .modal-body {
    font-size: 14px;
  }

  .modal-body h3 {
    font-size: 16px;
    margin-top: 25px;
  }

  .recruitment-category {
    padding: 10px 12px;
    font-size: 15px;
  }

  .recruitment-details {
    padding: 0 12px 8px;
  }

  .recruitment-section-title {
    font-size: 13px;
  }

  .recruitment-details ul {
    padding-left: 16px;
  }

  .recruitment-details li {
    font-size: 12px;
  }
}

/* ========================================
   インタビューページ
   ======================================== */
body {
  font-size: 14px;
}
.menu-item a:hover {
  color: #ffcb30 !important;
}
.title a:hover,
.entry-meta a:hover,
.post_category a:hover,
.widget a:hover,
.categories-wrap a:hover {
  color: #ffcb30 !important;
}
.dropdown-menu {
  background-color: #666;
}
.dropdown-menu .menu-item:hover * {
  background: #ffbf5e !important;
}
.link-button-azure_top,
.link-button-azure_btm {
  background-color: #ffcb30 !important;
}
.next-button:after {
  border-left-color: FFCB30 !important;
  border-bottom-color: FFCB30 !important;
}
.next-button:hover,
.next-button:hover:after {
  border-color: FFBF5E !important;
}
.link-button-azure_top:hover,
.link-button-azure_btm:hover {
  background: #ffbf5e !important;
}
.read-more:hover,
.archives_btn:hover,
.prev_link a:hover,
.next_link a:hover,
#submit_comment:hover,
.form_table .btn-primary,
.form_table td.form_title {
  background: #ffcb30 !important;
}

@media only screen and (min-width: 767px) {
  .navbar-nav > .current-menu-item > a {
    color: #ffcb30 !important;
  }
}

@media only screen and (max-width: 767px) {
  .current-menu-item * {
    color: #ffcb30 !important;
  }
  .menu-item.active a {
    color: black;
  }
}

p {
  word-wrap: break-word;
}

#agent-header-outer {
  position: fixed;
}
.navbar-collapse.collapse.in {
  margin-top: 0;
}
.mobile_nav_wapper {
  position: fixed;
  top: 90px;
}

.page-title {
  font-size: 32px;
}
.staff_headline {
  font-size: 48px;
}
.staff_desc {
  font-size: 14px;
}
@media (min-width: 768px) {
  .col-sm-60 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .staff_name {
    margin-right: -80px;
  }
}

/* image clip  */
.clipped-photo {
  width: 100%;
  height: auto;
}
.clipped-photo.small-size {
  width: 60%;
}
.clip-image-content {
  position: relative;
}
.clip-bg {
  position: absolute;
  width: 90%;
  z-index: -1;
}
.photo-1 + .clip-bg {
  left: 0;
  top: -27px;
}
.photo-2 + .clip-bg {
  left: 0;
  top: -27px;
}
.photo-3 + .clip-bg {
  left: 0;
  top: -27px;
  width: 80%;
}
.photo-4 + .clip-bg {
  left: 65px;
  top: -30px;
  width: 90%;
}
.photo-3.small-size + .clip-bg {
  left: 0;
  top: -27px;
  width: 65%;
}
.photo-4.small-size + .clip-bg {
  left: 150px;
  top: -118px;
  width: 65%;
}

.middle-section + .container div:has(.photo-3) {
  text-align: left;
}
.middle-section + .container div:has(.photo-4) {
  text-align: right;
}
.middle-section + .container > div:has(.photo-4).staff_column_margin {
  margin-bottom: 40px;
}
.catch2 {
  color: #ffffff;
  width: fit-content;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.catch2 p {
  background: linear-gradient(transparent 60%, rgba(255, 195, 0, 0.8) 60%);
  width: fit-content;
  display: inline;
}
.staff-template-default .title:after {
  content: none !important;
}
.staff-template-default .desc1 {
  color: #ffffff;
}
.staff-template-default .desc1 p {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.staff_column_margin {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  gap: 24px;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 18px;
}
.about-work {
  margin-bottom: 40px;
}
.about-work .staff_column_margin:first-of-type {
  margin-top: 120px;
}
.about-work .staff_column_margin:last-of-type {
  margin-bottom: 30px;
}
.staff-template-default {
  background-image: url('../image/recruit/bg-black.png');
  background-size: cover;
}
.staff-template-default.page-child {
  padding-top: 60px;
}
body.staff-template-default .separator2 .title .liner {
  display: inline-block !important;
  background: rgba(40, 40, 40, 0.5);
  padding: 20px;
  position: relative;
  top: -28px;
}
body .separator3 .liner {
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
.staff-template-default #bread_crumb {
  padding: 0 0 4px;
}
#bread_crumb li a {
  color: #888;
}
.recruit-top-content {
  position: relative;
}
.recruit-top-content .liner {
  color: #ffffff;
}
.recruit-top-content > .title {
  width: 30%;
  background: linear-gradient(to right, #ffc300, rgba(255, 195, 0, 0));
  padding: 60px 40px;
  position: absolute;
  top: 0;
}
.recruit-top-content > .title h2 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.staff_info {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 16px;
}

.scale-container {
  overflow: hidden;
  height: 60vh;
  text-align: center;
  transform: translateY(40px);
}
.scale-container > img {
  width: 94%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
.recruit-top-bg {
  width: 30%;
  background: linear-gradient(to left, #ffc300, rgba(255, 195, 0, 0));
  padding: 60px 40px;
  position: absolute;
  bottom: -63px;
  right: 0;
  z-index: -1;
  height: 231px;
}
.wave-clip-section {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1280 / 416;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 416' preserveAspectRatio='none'%3E%3Cpath d='M1280 414.071C853.333 384.738 426.667 384.738 0 414.071L1 1.07104C427.5 30.4044 853.5 30.4044 1280 1.07104V414.071Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 416' preserveAspectRatio='none'%3E%3Cpath d='M1280 414.071C853.333 384.738 426.667 384.738 0 414.071L1 1.07104C427.5 30.4044 853.5 30.4044 1280 1.07104V414.071Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: -1;
}
.wave-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  background-repeat: no-repeat;
  z-index: 0;
}
.middle-section {
  position: relative;
}
.middle-section .title {
  width: 50%;
  right: 0;
  min-width: 330px;
  position: relative;
  top: 50%;
  background-color: #00000070;
  padding: 24px 24px;
  transform: translateY(-50%);
}
.middle-section .title.left {
  margin: 24px auto 24px 16px;
}
.middle-section .title.right {
  margin: 24px 16px 24px auto;
}
.middle-section .staff_column_margin {
  padding: 0 32px;
}
.middle-section + .container {
  margin-top: 60px;
}
.pair-catch {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 990px) {
  .wave-clip-section {
    height: 385px;
  }
}
@media (max-width: 768px) {
  body:not(.job_listing-template-default) .desc1 p {
    font-size: 14px;
  }
  .catch2 {
    font-size: 22px;
  }
  .scale-container {
    height: 370px;
  }
  .recruit-top-content > .title {
    width: 50%;
  }
  .recruit-top-content > .title h2 {
    font-size: 1.2rem;
  }
  .staff_info {
    font-size: 12px;
  }
  .staff_column_margin {
    margin: 40px auto 0;
  }
  .staff_column_margin.row-odd {
    flex-direction: column-reverse;
  }
  .staff_column_margin.row-even {
    flex-direction: column;
  }
  .staff_column_margin img {
    max-width: 360px;
    margin-top: 18px;
  }
  .wave-clip-section {
    height: 290px;
  }
  .wave-bg-image {
    background-position: -130px center;
  }
  .title.left + .wave-clip-section > .wave-bg-image {
    background-position: -130px center;
  }
  .middle-section .title {
    min-width: 285px;
  }
  .middle-section .title.right {
    margin: 0 16px 24px auto;
  }
  .middle-section .title.left {
    margin: 0 auto 24px 16px;
  }
  .clipped-photo.small-size {
    width: 70%;
  }
  .photo-4.small-size {
    margin-top: 8px;
  }
}
@media (max-width: 600px) {
  .middle-section .title {
    transform: unset;
    background-color: unset;
    min-width: fit-content;
    padding: 0 17px 0 33px;
  }
  .middle-section .title.right {
    padding: 0 17px 0 33px;
  }
  .middle-section .title.left {
    padding: 0 33px 0 17px;
  }
  .middle-section + .container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .wave-clip-section {
    height: 230px;
    transform: unset;
    position: relative;
  }
  .wave-bg-image {
    background-position: -108px center;
  }
  .photo-4.small-size + .clip-bg {
    left: 120px;
  }
  .staff_column_margin {
    margin-bottom: 40px;
  }
  .about-work .staff_column_margin:last-of-type {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .about-work .staff_column_margin:first-of-type {
    margin-top: 16px;
  }
  .catch2 {
    font-size: 20px;
  }
  .scale-container {
    transform: translateY(24px);
  }
  .recruit-top-content > .title {
    padding: 24px 8px;
  }
  .recruit-top-content > .title h2 {
    font-size: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  .recruit-top-bg {
    bottom: 32px;
    height: 160px;
  }
  .scale-container > img {
    object-position: -332px 0px;
    height: 85%;
  }
  .staff_info {
    font-size: 10px;
  }
  .title.left + .wave-clip-section > .wave-bg-image {
    background-position: -245px center;
  }
}
@media (max-width: 1200px) {
  .middle-section .title {
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .middle-section {
    height: 550px;
  }
}
/* 募集情報ページ */
.job_listing-template-default {
  margin-top: 60px;
}
#bread_crumb {
  padding: 0 0 20px;
  margin: 20px auto 0;
}
#bread_crumb li {
  color: #aaa;
  font-size: 12px;
  display: inline;
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
  line-height: 160%;
  position: relative;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}
#bread_crumb li:after {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #aaa;
  font-size: 14px;
  display: block;
  position: absolute;
  left: -20px;
  top: -3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home a:before {
  font-family: 'FontAwesome';
  content: '\f015';
  color: #aaa;
  font-size: 14px;
  display: block;
  position: absolute;
  left: -20px;
  top: -3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.job_listing-template-default .page-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 15px;
  font-size: 32px;
  padding: 15px 0;
}
.single_job_listing .job_description {
  margin: 0 0 1.5em;
}
.single_job_listing .meta {
  margin: 5px 0px 15px 0px;
  list-style: none outside;
  margin: 0 0 1.5em;
  overflow: hidden;
  zoom: 1;
  clear: both;
}
.job_listing-template-default .desc1 {
  line-height: 220%;
  margin: 0 0 40px;
  font-weight: 400;
}
.google_map_link {
  color: #337ab7;
}
.tcd-submit-button {
  display: inline-block;
  width: auto;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 300px;
  max-width: 100%;
  padding: 15px;
  font-size: 150%;
  background-color: rgba(255, 166, 0, 0.75);
  border: none;
  border-radius: 5px;
  color: #fff;
  transition: ease-in 0.3s;
}
.tcd-submit-button:hover {
  background-color: #ff9419;
  transform: translateY(-4px);
}
.workflow_left_td {
  background-color: #ffffff !important;
}
.workflow_right_td {
  background-color: #ffffff !important;
}
.workflow_top_th {
  background-color: #9e9e9e !important;
}

/* ========================================
   汎用フェードインアニメーション
   ======================================== */

/* アニメーション前の初期状態 */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* アニメーション実行時 */
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延バリエーション（オプション） */
.fade-in-up.delay-1 {
  transition-delay: 0.1s;
}

.fade-in-up.delay-2 {
  transition-delay: 0.2s;
}

.fade-in-up.delay-3 {
  transition-delay: 0.3s;
}

.fade-in-up.delay-4 {
  transition-delay: 0.4s;
}

.fade-in-up.delay-5 {
  transition-delay: 0.5s;
}

/* ========================================
   募集フォーム
   ======================================== */
.entry-content p {
  line-height: 30px;
  color: rgb(80, 80, 80);
  letter-spacing: 1px;
}
.entry-content th {
  font-weight: bold;
}
.workflow_form textarea {
  min-height: 12em;
}
.workflow_form th,
.workflow_table th {
  width: 30%;
}
th.workflow_left_td {
  background-color: #f5f5f5 !important;
}
table > tbody > tr > th {
  padding: 8px;
  line-height: 1.42857143;
}
.workflow_form_headline {
  font-size: 22px;
  height: 2.6em;
  line-height: 2.6em;
}
.workflow_form_headline b {
  vertical-align: middle;
}
body.job_listing-template-default {
  font-size: 14px !important;
  font-family: '游ゴシック', 'Meiryo', 'Osaka', sans-serif;
}
.mb80 {
  margin-bottom: 80px !important;
}
@media (max-width: 1200px) {
  .mb80.mobile-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .job_description th,
  .job_description td,
  .workflow_table th,
  .workflow_table td {
    display: block;
    width: 100%;
  }
  .entry-content p {
    line-height: 1.5;
  }
}

.container,
.row,
#post-588,
.single_job_listing,
.job_description,
.desc1 {
  max-width: 100% !important;
  min-width: 0 !important;
}
.job_listing-template-default .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 480px) {
  .table-bordered,
  .table-bordered tbody,
  .table-bordered tr,
  .table-bordered th,
  .table-bordered td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  input[type='text'],
  input[type='email'],
  textarea,
  select {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .page-title {
    font-size: 18px !important;
    margin: 12px 0 15px !important;
  }
}
/*応募フォームの募集情報スタイル */
.single_job_listing .meta li {
  margin: 0 1em 0 0;
  padding: 0.5em;
  float: left;
  line-height: 1em;
  color: #999;
}
.single_job_listing .meta .location:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: job-manager !important;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  margin: 0 2px 0 0;
  content: '\e81d';
}
.single_job_listing .meta .listing-expired:before,
.single_job_listing .meta .position-filled:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: job-manager !important;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  margin: 0 2px 0 0;
  content: '\e80e';
}
.single_job_listing .meta .listing-expired,
.single_job_listing .meta .position-filled {
  color: #b81c23;
}
.single_job_listing .meta .job-type {
  color: #fff;
  background-color: #f08d3c;
}
.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time {
  background-color: #ebcc26;
}
.single_job_listing .meta .full-time {
  background-color: #ebcc26;
}
.table > tbody > tr > th.active,
th.workflow_left_td {
  color: #717171;
}
