@charset "UTF-8";
/*
Theme Name: maki-production
Description: マキプロダクションHP 専用テーマ
Author: koshiro-yamashita
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* ========================================================================== */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

*, ::before, ::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before, ::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  line-height: 1;
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  overflow: visible;
  height: 0;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button, input, select, textarea {
  font-size: 1em;
  margin: 0;
  color: inherit;
  border-style: none;
  background-color: transparent;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

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

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100vh;
  color: #2c3e50;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  margin-top: 70px;
  flex: 1;
}
.site-main.front-page {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .site-main {
    margin-top: 50px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

.typography--heading-xl {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .typography--heading-xl {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .typography--heading-xl {
    font-size: 3.2rem;
  }
}
.typography--heading-lg {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .typography--heading-lg {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .typography--heading-lg {
    font-size: 2.8rem;
  }
}
.typography--heading-md {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .typography--heading-md {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .typography--heading-md {
    font-size: 2rem;
  }
}
.typography--body-lg {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .typography--body-lg {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .typography--body-lg {
    font-size: 1.6rem;
  }
}
.typography--body-md {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media only screen and (min-width: 1131px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tab-none {
    display: none !important;
  }
}

a {
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #3498db;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn--primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}
.btn--primary:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.8rem 2.4rem rgba(102, 126, 234, 0.3);
  color: #ffffff;
}
.btn--outline {
  background: transparent;
  color: #2c3e50;
  border: 0.2rem solid #333;
}
.btn--outline:hover {
  background: #333;
  color: #ffffff;
}
.btn--small {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
}

.section-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.8rem;
  color: #2c3e50;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .section-title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

video {
  max-width: 100%;
  height: auto;
  display: block;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive--4by3::before {
  padding-top: 75%;
}
.embed-responsive--1by1::before {
  padding-top: 100%;
}

@keyframes slideInUp {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInScale {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.slide-in-up {
  animation: slideInUp 0.8s ease-out;
}

.fade-in-scale {
  animation: fadeInScale 0.6s ease-out;
}

.entry-title,
.page-title {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto 4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .entry-title,
  .page-title {
    font-size: 4rem;
    margin: 5rem auto 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .entry-title,
  .page-title {
    font-size: 3.2rem;
    margin: 4rem auto 3rem;
    letter-spacing: 0.03em;
  }
}

.archive .page-title {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto 4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .archive .page-title {
    font-size: 4rem;
    margin: 5rem auto 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .archive .page-title {
    font-size: 3.2rem;
    margin: 4rem auto 3rem;
    letter-spacing: 0.03em;
  }
}

/* Card Components
----------------------------------------*/
.talent-card {
  background: #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.talent-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.15);
}
.talent-card__image {
  position: relative;
  overflow: hidden;
}
.talent-card__image img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.talent-card__image:hover img {
  transform: scale(1.05);
}
.talent-card__content {
  padding: 2.4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-card__content {
    padding: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-card__content {
    padding: 1.6rem;
  }
}
.talent-card__header {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .talent-card__header {
    margin-bottom: 1.2rem;
  }
}
.talent-card__title {
  margin: 0 0 1.2rem 0;
}
.talent-card__title a {
  color: #2c3e50;
}
.talent-card__title a:hover {
  color: #3498db;
}
.talent-card__excerpt {
  margin-bottom: 2rem;
  color: #7f8c8d;
  line-height: 1.6;
}
.talent-card__footer {
  display: flex;
  justify-content: center;
}

.info-card {
  transition: all 0.3s ease;
}
.info-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.info-card__link:hover .info-card__image img {
  opacity: 0.8;
}
.info-card__link:hover .info-card__title {
  color: #666;
}
.info-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f5f5f5;
}
.info-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.info-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-card__image--placeholder .placeholder-content {
  color: #999;
  font-size: 1.4rem;
}
.info-card__content {
  padding: 1.5rem 0;
}
.info-card__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0.8rem 0;
  line-height: 1.4;
  color: #333;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .info-card__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .info-card__title {
    font-size: 1.4rem;
  }
}
.info-card__date {
  display: block;
  font-size: 1.3rem;
  color: #666;
  font-weight: 400;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .info-card__date {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .info-card__date {
    font-size: 1.1rem;
  }
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3.2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-grid {
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.information-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Button Components
----------------------------------------*/
.btn {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background: #333;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .btn {
    padding: 1.1rem 2.2rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    width: 100%;
    max-width: 28rem;
  }
}
.btn:hover {
  background: #666;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.3);
}
.btn:active {
  transform: translateY(0);
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
}
.btn--secondary {
  background: #9b59b6;
}
.btn--secondary:hover {
  background: #9b59b6;
  box-shadow: 0 0.4rem 1.2rem rgba(155, 89, 182, 0.3);
}
.btn--secondary:active {
  box-shadow: 0 0.2rem 0.8rem rgba(155, 89, 182, 0.2);
}
.btn--outline {
  background: transparent;
  color: #333;
  border: 0.2rem solid #333;
}
.btn--outline:hover {
  background: #333;
  color: #ffffff;
}
.btn--large {
  padding: 1.6rem 3.2rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .btn--large {
    padding: 1.4rem 2.8rem;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .btn--large {
    padding: 1.2rem 2.4rem;
    font-size: 1.6rem;
  }
}
.btn--small {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .btn--small {
    padding: 0.7rem 1.4rem;
    font-size: 1.3rem;
  }
}

/* 
Common Back Link Button
----------------------------------------*/
.back-to-archive,
.section-cta {
  text-align: center;
}
.back-to-archive .back-link,
.section-cta .back-link {
  display: inline-block;
  padding: 1rem 2rem;
  background: #333;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  transition: background-color 0.3s ease;
}
.back-to-archive .back-link:hover,
.section-cta .back-link:hover {
  background: #666;
}

/* Contact Form 7 Styles
----------------------------------------*/
.form-container {
  max-width: 100rem;
  margin: 0 auto 0 0;
  padding: 4rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .form-container {
    padding: 3rem 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .form-container {
    padding: 2rem 1rem;
  }
}

.cf-sec {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .cf-sec {
    margin-bottom: 2.5rem;
  }
}

.cf-hd {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cf-hd {
    font-size: 1.6rem;
  }
}

.cf-sub {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7f8c8d;
  margin-bottom: 0.5rem;
}

.cf-fields {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}
.cf-fields:has(li:nth-child(2)) {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .cf-fields:has(li:nth-child(2)) {
    grid-template-columns: 1fr;
  }
}
.cf-fields:has(li:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cf-fields:has(li:nth-child(3)) {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .cf-fields:has(li:nth-child(3)) {
    grid-template-columns: 1fr;
  }
}
.cf-fields li {
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
textarea,
input[type=file] {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 0.2rem solid #e1e5e9;
  font-size: 1.6rem;
  font-family: inherit;
  background: white;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  textarea,
  input[type=file] {
    padding: 1rem 1.2rem;
    font-size: 1.5rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
input[type=file]:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
input[type=file]::placeholder {
  color: #9ca3af;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  input[type=url]::placeholder,
  input[type=number]::placeholder,
  input[type=date]::placeholder,
  textarea::placeholder,
  input[type=file]::placeholder {
    font-size: 1.4rem;
  }
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
input[type=url]:invalid,
input[type=number]:invalid,
input[type=date]:invalid,
textarea:invalid,
input[type=file]:invalid {
  border-color: #ef4444;
}

textarea {
  min-height: 12rem;
  resize: vertical;
  line-height: 1.6;
}

input[type=file] {
  padding: 1rem;
  background: #f8fafc;
  border-style: dashed;
  cursor: pointer;
}
input[type=file]:hover {
  background: #f1f5f9;
  border-color: #333;
}

input[type=submit] {
  background: #333;
  color: white;
  border: none;
  padding: 1.6rem 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 4rem auto 0;
  min-width: 20rem;
}
@media only screen and (max-width: 768px) {
  input[type=submit] {
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    margin: 3rem auto 0;
  }
}
input[type=submit]:hover {
  background: #666;
  transform: translateY(-0.2rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
input[type=submit]:active {
  transform: translateY(0);
}
input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.cf-note {
  font-size: 1.3rem;
  color: #7f8c8d;
  margin-top: 0.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .cf-note {
    font-size: 1.2rem;
  }
}

.wpcf7-not-valid-tip {
  color: #ef4444;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  display: block;
}

.wpcf7-response-output {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  text-align: center;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #dcfce7;
  color: #166534;
  border: 0.1rem solid #bbf7d0;
}
.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #fef2f2;
  color: #dc2626;
  border: 0.1rem solid #fecaca;
}

.wpcf7-spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #f3f4f6;
  border-top: 0.2rem solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 1rem;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 768px) {
  .cf-sec--name .cf-fields,
  .cf-sec--body .cf-fields,
  .cf-sec--sns .cf-fields {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
input:focus-visible,
textarea:focus-visible {
  outline: 0.2rem solid #333;
  outline-offset: 0.2rem;
}

.cf-hd::before {
  content: "*";
  color: #ef4444;
  margin-right: 0.5rem;
  font-weight: bold;
}

/* Company Information Styles
----------------------------------------*/
.company-info {
  max-width: 120rem;
  margin: 4rem auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .company-info {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .company-info {
    padding: 0 1rem;
    margin: 3rem auto;
  }
}

.company-info-list {
  max-width: 100%;
  margin: 0 auto;
}

.company-info-item {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20rem 1fr;
  padding: 3rem 0;
  border-bottom: 0.1rem solid #ddd;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .company-info-item {
    grid-template-columns: 18rem 1fr;
    padding: 2.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .company-info-item {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
}
.company-info-item:last-child {
  border-bottom: none;
}

.company-info-label {
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .company-info-label {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .company-info-label {
    font-size: 1.4rem;
  }
}

.company-info-value {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .company-info-value {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .company-info-value {
    font-size: 1.4rem;
  }
}

/* Audition Information Styles
----------------------------------------*/
.audition-info {
  margin: 4rem auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .audition-info {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .audition-info {
    padding: 0 1rem;
    margin: 3rem auto;
  }
}

.audition-overview {
  margin-bottom: 3rem;
}
.audition-overview p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .audition-overview p {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .audition-overview p {
    font-size: 1.6rem;
    text-align: left;
  }
}

.audition-requirements,
.audition-process {
  margin-bottom: 3rem;
}
.audition-requirements h3,
.audition-process h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #e2e8f0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .audition-requirements h3,
  .audition-process h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .audition-requirements h3,
  .audition-process h3 {
    font-size: 1.6rem;
  }
}
.audition-requirements p, .audition-requirements div,
.audition-process p,
.audition-process div {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #555;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .audition-requirements p, .audition-requirements div,
  .audition-process p,
  .audition-process div {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .audition-requirements p, .audition-requirements div,
  .audition-process p,
  .audition-process div {
    font-size: 1.4rem;
  }
}

.audition-requirements {
  margin-top: 5rem;
}

.audition-form-section {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .audition-form-section {
    margin-top: 4rem;
  }
}

/* Front Page Styles
----------------------------------------*/
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-slider__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.03);
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.image-slider__slide.active {
  opacity: 1;
  transform: scale(1);
}
.image-slider__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.image-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.image-slider__slide.active .image-slider__image img {
  transform: scale(1);
}

.welcome-section {
  padding: 6rem 0;
  background: #ededed;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .welcome-section {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .welcome-section {
    padding: 6rem 0;
  }
}
.welcome-section .welcome-content {
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .welcome-section .welcome-content {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .welcome-section .welcome-content {
    padding: 0 1rem;
  }
}
.welcome-section .welcome-title {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  color: #2c3e50;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .welcome-section .welcome-title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .welcome-section .welcome-title {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
}
.welcome-section .welcome-description {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #7f8c8d;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .welcome-section .welcome-description {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .welcome-section .welcome-description {
    font-size: 1.6rem;
  }
}

.talent-showcase-section {
  padding: 8rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-showcase-section {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .talent-showcase-section {
    padding: 6rem 0;
  }
}
.talent-showcase-section .container {
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-showcase-section .container {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-showcase-section .container {
    padding: 0 1rem;
  }
}
.talent-showcase-section .talent-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-showcase-section .talent-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-showcase-section .talent-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.talent-showcase-section .section-cta {
  text-align: center;
}

.action-links-section {
  padding: 6rem 0;
  background: #ededed;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .action-links-section {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .action-links-section {
    padding: 4rem 0;
  }
}
.action-links-section .container {
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .action-links-section .container {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .action-links-section .container {
    padding: 0 1rem;
  }
}
.action-links-section .action-links {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .action-links-section .action-links {
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .action-links-section .action-links {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.action-links-section .action-link {
  display: inline-block;
  padding: 2rem 3rem;
  background: white;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 28rem;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .action-links-section .action-link {
    padding: 1.8rem 2.5rem;
    font-size: 1.5rem;
    min-width: 25rem;
  }
}
@media only screen and (max-width: 768px) {
  .action-links-section .action-link {
    padding: 1.6rem 2rem;
    font-size: 1.4rem;
    min-width: 100%;
    max-width: 32rem;
  }
}
.action-links-section .action-link:hover {
  background: #333;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.action-links-section .action-link__text {
  display: block;
}

.latest-info-section {
  padding: 8rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .latest-info-section {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .latest-info-section {
    padding: 6rem 0;
  }
}
.latest-info-section .container {
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .latest-info-section .container {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .latest-info-section .container {
    padding: 0 1rem;
  }
}
.latest-info-section .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .latest-info-section .info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .latest-info-section .info-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.latest-info-section .section-cta {
  text-align: center;
}

/* slider
----------------------------------------*/
#slider_box {
  position: relative;
  border-radius: 0 0 22.5px 22.5px;
  overflow: hidden;
}

.top_slider a {
  display: block;
  padding-top: 38.067%;
  background: no-repeat center center/cover;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_slider .slider_txt {
  font-family: "Sawarabi Mincho";
  font-size: 3.2rem;
  position: absolute;
  top: auto;
  left: 10%;
}
.top_slider li:first-child .slider_txt {
  color: #fff;
}
.top_slider li:first-child .slider_txt span {
  font-size: 2rem;
}

.slick-prev {
  top: auto !important;
  left: auto !important;
  right: 60px !important;
  bottom: 0;
  width: 30px !important;
  height: 30px !important;
  z-index: 10;
}
.slick-prev::before {
  content: "";
  font-size: 30px !important;
  color: #000 !important;
}

.slick-next {
  top: auto !important;
  bottom: 0;
  right: 20px !important;
  width: 30px !important;
  height: 30px !important;
}
.slick-next::before {
  font-size: 30px !important;
  color: #000 !important;
}

#slider_box .slick-dots {
  display: flex;
  justify-content: center;
}

.slick-slide .image {
  padding-top: 38.067%;
  background: no-repeat center center/cover;
}

.event_single .event_cat {
  background: #5aaed9;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 5px;
  width: 9rem;
  text-align: center;
  margin-left: 10px;
  position: relative;
  opacity: 0.9;
  top: -3px;
}

/* お知らせ
----------------------------------------*/
#top_news {
  position: relative;
  margin: 130px 0 100px;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    margin: 80px 0 60px;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #top_news {
    margin: 50px 0;
    padding: 0 1rem;
  }
}
#top_news h2 {
  width: 14%;
  padding: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news h2 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #top_news h2 {
    margin-bottom: 30px;
    font-size: 1.4rem;
    float: none;
    width: 100%;
  }
}
#top_news .news_box {
  width: 84%;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .news_box {
    font-size: 1.5rem;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #top_news .news_box {
    font-size: 1.4rem;
    float: none;
    width: 100%;
  }
}
#top_news .news_box .news_article {
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.news_list .news_article {
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding: 50px 0 20px;
  display: flex;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .news_list .news_article {
    padding: 30px 0 15px;
    font-size: 1.5rem;
    float: none;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .news_list .news_article {
    padding: 20px 0;
    font-size: 1.4rem;
    float: none;
    width: 100%;
    display: block;
  }
}
.news_list .news_article p {
  display: inline-flex;
  vertical-align: top;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .news_list .news_article p {
    margin-bottom: 8px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .news_list .news_article p {
    margin-bottom: 5px;
    width: 100%;
  }
}
.news_list .news_article p .news_date {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
  width: 90px;
  color: #6b7178;
}
@media only screen and (max-width: 768px) {
  .news_list .news_article p .news_date {
    width: auto;
    margin-right: 10px;
  }
}
.news_list .news_article p .news_cat {
  display: inline-block;
  width: 6em;
  text-align: center;
  background: #76badd;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 12px;
  margin-right: 5px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .news_list .news_article p .news_cat {
    font-size: 1.2rem;
    padding: 1px 8px;
  }
}
.news_list .news_article p .news_cat:last-child {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .news_list .news_article p .news_cat:last-child {
    margin-right: 10px;
  }
}
.news_list .news_article a {
  display: inline-block;
  width: calc(100% - 250px);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .news_list .news_article a {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .news_list .news_article a {
    width: 100%;
  }
}

/* お知らせ（重要）
----------------------------------------*/
.news_important a {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 50px;
  padding: 15px 20px;
  background: #ffe5e9;
  border: solid 2px #ffc8d0;
  font-weight: bold;
}
.news_important a span {
  margin-right: 0em;
}

/* イベント案内
----------------------------------------*/
.top_event {
  position: relative;
  margin: 0 0 120px;
  padding: 100px 0;
}
.top_event::before {
  content: "";
  display: block;
  background: url(../../../src/img/ttl_bg_page_01.jpg) no-repeat center top/cover;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
}
.top_event .contents_inner {
  position: relative;
}
.top_event h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.top_event h2 span {
  color: #fff;
}
.top_event ul.event_list {
  gap: 0;
}
.top_event ul.event_list li {
  margin-right: 3.3%;
}
.top_event ul.event_list li:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .top_event ul.event_list {
    justify-content: space-between;
    gap: 20px;
  }
  .top_event ul.event_list li {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top_event ul.event_list li {
    width: 100%;
  }
}

ul.event_list {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
ul.event_list li {
  background: rgb(255, 255, 255);
  box-shadow: 5px 5px 0px rgba(125, 138, 75, 0.1);
  min-width: 225px;
  width: 22.5%;
  position: relative;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  ul.event_list li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  ul.event_list li {
    width: 100%;
  }
}
ul.event_list li .event_link {
  padding: 4%;
}
ul.event_list li .event_cat {
  position: absolute;
  left: 0;
  top: 10px;
  width: 9rem;
  text-align: center;
  padding: 3px 0;
  display: inline-block;
  background: #5aaed9;
  opacity: 0.9;
  color: #FFF;
  z-index: 2;
  font-size: 1.2rem;
  border-radius: 0 5px 5px 0;
}
ul.event_list li .event_thumb {
  width: 100%;
  margin: 0 0 10px;
  padding-top: 60.869%;
}
ul.event_list li .event_date {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 5px 0;
  padding-left: 20px;
  position: relative;
}
ul.event_list li .event_date:before {
  display: inline-block;
  background: url("../../img/calender.svg") no-repeat center/16px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
}
ul.event_list li .event_name {
  font-size: 1.5rem;
  overflow: hidden;
  height: 62px;
}

.two_column {
  display: flex;
}
.two_column .main {
  width: calc(100% - 240px);
}
.two_column .sidebar {
  flex-shrink: 0;
  width: 200px;
  margin-left: 40px;
}
.two_column .sidebar h3 {
  position: relative;
  border-bottom: solid 1px #c7e5f3;
  margin: 0 0 2px 0;
  padding: 10px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.7;
}
.two_column .sidebar h3:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #a4d4ec;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.two_column .sidebar .yearlist {
  margin-bottom: 50px;
}
.two_column .sidebar .yearlist li {
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
}
.two_column .sidebar .yearlist a {
  padding: 10px 15px;
  display: block;
}

/* 施設案内
----------------------------------------*/
#top_pickup {
  margin: 0 0 120px;
  padding: 100px 0;
  position: relative;
  background-size: cover;
}
#top_pickup::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url(../../../src/img/ttl_bg_page.jpg) no-repeat center/cover;
  width: 100%;
  height: 340px;
}
#top_pickup::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -10;
}
#top_pickup .contents_inner {
  position: relative;
}
#top_pickup h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#top_pickup h2 span {
  color: #fff;
}
#top_pickup li {
  background: rgb(255, 255, 255);
  box-shadow: 5px 5px 0px rgba(81, 117, 125, 0.1);
  font-size: 1.4rem;
  float: left;
  margin-right: 7.5%;
  padding: 5px;
  width: 28.333%;
  border-radius: 6px;
}
#top_pickup li:last-child {
  margin-right: 0;
}
#top_pickup li a {
  height: 360px;
  border: 1px solid #8098b1;
  padding: 30px 20px 40px;
  border-radius: 3px;
}
#top_pickup li img {
  display: block;
  margin: 0 auto;
  width: 110px;
}
#top_pickup li h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 15px 0 20px;
  padding: 0 0 25px;
  border-bottom: solid 1px #dde0e3;
}
#top_pickup li h3::after {
  display: none;
}
#top_pickup li p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  height: 5.4em;
  text-align: center;
}

/* about
----------------------------------------*/
#top_about {
  position: relative;
  margin: 0 0 120px;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about {
    margin: 0 0 80px;
    padding: 50px 1.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #top_about {
    margin: 0 0 50px;
    padding: 50px 1rem 0;
  }
}
#top_about > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about > div {
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #top_about > div {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#top_about iframe {
  display: block;
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about iframe {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #top_about iframe {
    max-width: 100%;
  }
}
#top_about .about_txt {
  max-width: 500px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .about_txt {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #top_about .about_txt {
    max-width: 100%;
    font-size: 1.4rem;
  }
}
#top_about .about_txt p {
  margin-right: 30px;
}
#top_about .about_txt table {
  border-collapse: collapse;
  margin: 30px 0 0;
  width: 100%;
  max-width: 470px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .about_txt table {
    margin: 25px 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #top_about .about_txt table {
    margin: 20px 0;
    max-width: 100%;
  }
}
#top_about .about_txt table tr {
  border-bottom: 1px solid #d4d4d4;
}
#top_about .about_txt table tr:last-child {
  border-bottom: none;
}
#top_about .about_txt table th {
  font-weight: 500;
  text-align: left;
  padding: 12px 0;
  width: 12rem;
}
#top_about .about_txt table td {
  padding: 12px 0;
}
#top_about .about_txt table td span {
  font-size: 1.4rem;
}

/* バナーエリア
----------------------------------------*/
.top_banner {
  padding: 30px 0;
  background-color: #ececec;
}
.top_banner__box {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .top_banner__box {
    gap: 15px;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .top_banner__box {
    flex-direction: column;
    gap: 20px;
    padding: 0 1rem;
  }
}
.top_banner__item a {
  text-align: center;
}
.top_banner__item a img {
  max-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .top_banner__item a img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .top_banner__item a img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top_banner__item {
    width: 100%;
  }
}

/* Index Page Styles
----------------------------------------*/
.page-header {
  text-align: center;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 3.2rem;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 3.2rem;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

.post-card {
  background: #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.post-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.15);
}
.post-card__image {
  position: relative;
  overflow: hidden;
}
.post-card__image img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.post-card__image:hover img {
  transform: scale(1.05);
}
.post-card__content {
  padding: 2.4rem;
}
.post-card__header {
  margin-bottom: 1.6rem;
}
.post-card__title {
  margin: 0 0 1.2rem 0;
}
.post-card__title a {
  color: #2c3e50;
}
.post-card__title a:hover {
  color: #3498db;
}
.post-card__meta {
  display: flex;
  gap: 1.6rem;
  font-size: 1.2rem;
  color: #7f8c8d;
}
@media only screen and (max-width: 767px) {
  .post-card__meta {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.post-card__date {
  font-weight: 500;
}
.post-card__author {
  font-style: italic;
}
.post-card__excerpt {
  margin-bottom: 2rem;
  color: #7f8c8d;
  line-height: 1.6;
}
.post-card__footer {
  display: flex;
  justify-content: flex-start;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 3.2rem;
  }
}
.pagination .nav-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.pagination .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0.8rem 1.2rem;
  border: 0.1rem solid #95a5a6;
  border-radius: 0.4rem;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pagination .nav-links .page-numbers:hover {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
.pagination .nav-links .page-numbers.current {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0.8rem 1.6rem;
}

.no-posts {
  text-align: center;
  padding: 4.8rem 2rem;
}
.no-posts h1 {
  margin-bottom: 1.6rem;
  color: #2c3e50;
}
.no-posts p {
  margin-bottom: 2.4rem;
  color: #7f8c8d;
}
.no-posts .search-form {
  max-width: 40rem;
  margin: 0 auto;
}
.no-posts .search-form input[type=search] {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #95a5a6;
  border-radius: 0.4rem;
  font-size: 1.6rem;
}
.no-posts .search-form input[type=search]:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.no-posts .search-form input[type=submit] {
  margin-top: 1.2rem;
  width: 100%;
  padding: 1.2rem 2.4rem;
  background: #333;
  color: #ffffff;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
.no-posts .search-form input[type=submit]:hover {
  background: #666;
}

.talent-single {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single {
    padding: 0 1rem;
  }
}
.talent-single .talent-profile-section {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-profile-section {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-profile-section {
    margin-bottom: 2rem;
  }
}
.talent-single .talent-profile-container {
  display: flex;
  gap: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-profile-container {
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-profile-container {
    flex-direction: column;
    gap: 2rem;
  }
}
.talent-single .talent-image {
  flex: 0 0 35rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-image {
    flex: 0 0 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-image {
    flex: none;
    max-width: 25rem;
    margin: 0 auto;
  }
}
.talent-single .talent-image .talent-photo {
  width: 100%;
  height: auto;
  display: block;
}
.talent-single .talent-profile-info {
  flex: 1;
}
.talent-single .profile-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
  padding-bottom: 1rem;
  border-bottom: 3px solid #333;
}
@media only screen and (max-width: 768px) {
  .talent-single .profile-heading {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.talent-single .talent-details {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-details {
    margin-bottom: 2rem;
  }
}
.talent-single .talent-detail-item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-detail-item {
    grid-template-columns: 9rem 1fr;
    gap: 1.2rem;
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-detail-item {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.8rem 0;
  }
}
.talent-single .talent-detail-item .detail-label {
  font-weight: 600;
  font-size: 1.4rem;
  color: #333;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-detail-item .detail-label {
    font-size: 1.3rem;
  }
}
.talent-single .talent-detail-item .detail-value {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-detail-item .detail-value {
    font-size: 1.3rem;
  }
}
.talent-single .talent-sns .sns-heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-sns .sns-heading {
    font-size: 1.6rem;
  }
}
.talent-single .talent-sns .sns-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-sns .sns-links {
    gap: 0.8rem;
  }
}
.talent-single .talent-sns .sns-link {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #333;
  color: white;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-sns .sns-link {
    padding: 0.7rem 1.2rem;
    font-size: 1.2rem;
  }
}
.talent-single .talent-sns .sns-link:hover {
  background: #666;
  transform: translateY(-2px);
}
.talent-single .talent-sns .sns-link--instagram:hover {
  background: #E4405F;
}
.talent-single .talent-sns .sns-link--tiktok:hover {
  background: #000;
}
.talent-single .talent-sns .sns-link--youtube:hover {
  background: #FF0000;
}
.talent-single .talent-sns .sns-link--x:hover {
  background: #1DA1F2;
}
.talent-single .talent-history-section {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-history-section {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-history-section {
    margin-bottom: 2rem;
  }
}
.talent-single .talent-history-section .section-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
  padding-bottom: 1rem;
  border-bottom: 3px solid #333;
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-history-section .section-heading {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.talent-single .talent-history-section .history-content {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #666;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-history-section .history-content {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-history-section .history-content {
    font-size: 1.4rem;
  }
}
.talent-single .talent-topics-section {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-topics-section {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-topics-section {
    margin-bottom: 2rem;
  }
}
.talent-single .talent-topics-section .section-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
  padding-bottom: 1rem;
  border-bottom: 3px solid #333;
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-topics-section .section-heading {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.talent-single .talent-topics-section .topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-topics-section .topics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-topics-section .topics-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.talent-single .talent-footer {
  border-top: 1px solid #ddd;
  padding-top: 3rem;
  margin-top: 4rem;
}
.talent-single .talent-footer .talent-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-footer .talent-navigation {
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-footer .talent-navigation {
    flex-direction: column;
    gap: 1rem;
  }
}
.talent-single .talent-footer .talent-navigation .nav-previous,
.talent-single .talent-footer .talent-navigation .nav-next {
  flex: 1;
  max-width: 45%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-single .talent-footer .talent-navigation .nav-previous,
  .talent-single .talent-footer .talent-navigation .nav-next {
    max-width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .talent-single .talent-footer .talent-navigation .nav-previous,
  .talent-single .talent-footer .talent-navigation .nav-next {
    max-width: 100%;
  }
}
.talent-single .talent-footer .talent-navigation .nav-previous a,
.talent-single .talent-footer .talent-navigation .nav-next a {
  display: block;
  padding: 1.5rem;
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.3s ease;
}
.talent-single .talent-footer .talent-navigation .nav-previous a:hover,
.talent-single .talent-footer .talent-navigation .nav-next a:hover {
  background: #e9e9e9;
  border-color: #333;
}
.talent-single .talent-footer .talent-navigation .nav-previous a .nav-subtitle,
.talent-single .talent-footer .talent-navigation .nav-next a .nav-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.talent-single .talent-footer .talent-navigation .nav-previous a .nav-title,
.talent-single .talent-footer .talent-navigation .nav-next a .nav-title {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  color: #333;
}
.talent-single .talent-footer .talent-navigation .nav-next {
  text-align: right;
}
.talent-single .talent-footer .back-to-archive {
  text-align: center;
}
.talent-single .talent-footer .back-to-archive .back-link {
  display: inline-block;
  padding: 1rem 2rem;
  background: #333;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  transition: background-color 0.3s ease;
}
.talent-single .talent-footer .back-to-archive .back-link:hover {
  background: #666;
}

.information-single {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single {
    padding: 0 1rem;
  }
}
.information-single .information-header {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-header {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-header {
    margin-bottom: 2.5rem;
  }
}
.information-single .information-header .information-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-header .information-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-header .information-title {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
.information-single .information-header .information-meta time {
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-header .information-meta time {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-header .information-meta time {
    font-size: 1.2rem;
  }
}
.information-single .information-featured-image {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-featured-image {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-featured-image {
    margin-bottom: 2.5rem;
  }
}
.information-single .information-featured-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.information-single .information-content {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-content {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-content {
    margin-bottom: 2.5rem;
  }
}
.information-single .information-content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #666;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-content p {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-content p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.information-single .information-content h2, .information-single .information-content h3, .information-single .information-content h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: #333;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-content h2, .information-single .information-content h3, .information-single .information-content h4 {
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-content h2, .information-single .information-content h3, .information-single .information-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.information-single .information-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-content h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-content h2 {
    font-size: 2rem;
  }
}
.information-single .information-content h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-content h3 {
    font-size: 1.6rem;
  }
}
.information-single .information-content h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-content h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-content h4 {
    font-size: 1.4rem;
  }
}
.information-single .information-content ul, .information-single .information-content ol {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .information-single .information-content ul, .information-single .information-content ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
  }
}
.information-single .information-content ul li, .information-single .information-content ol li {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  line-height: 1.7;
  color: #666;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-content ul li, .information-single .information-content ol li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-content ul li, .information-single .information-content ol li {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
}
.information-single .information-content blockquote {
  border-left: 4px solid #333;
  padding: 2rem 0 2rem 2rem;
  margin: 3rem 0;
  font-style: italic;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-content blockquote {
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin: 2.5rem 0;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-content blockquote {
    padding: 1.2rem 0 1.2rem 1.2rem;
    margin: 2rem 0;
    font-size: 1.4rem;
  }
}
.information-single .related-talents {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .related-talents {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .related-talents {
    margin-bottom: 2.5rem;
  }
}
.information-single .related-talents h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #333;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .related-talents h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .related-talents h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.information-single .related-talents .talents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .related-talents .talents-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .related-talents .talents-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.information-single .information-footer {
  border-top: 1px solid #ddd;
  padding-top: 3rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-footer {
    padding-top: 2.5rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-footer {
    padding-top: 2rem;
    margin-top: 2.5rem;
  }
}
.information-single .information-footer .information-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-footer .information-navigation {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-footer .information-navigation {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.information-single .information-footer .information-navigation .nav-previous,
.information-single .information-footer .information-navigation .nav-next {
  flex: 1;
  max-width: 45%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-single .information-footer .information-navigation .nav-previous,
  .information-single .information-footer .information-navigation .nav-next {
    max-width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .information-single .information-footer .information-navigation .nav-previous,
  .information-single .information-footer .information-navigation .nav-next {
    max-width: 100%;
  }
}
.information-single .information-footer .information-navigation .nav-previous a,
.information-single .information-footer .information-navigation .nav-next a {
  display: block;
  padding: 1.5rem;
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.3s ease;
}
.information-single .information-footer .information-navigation .nav-previous a:hover,
.information-single .information-footer .information-navigation .nav-next a:hover {
  background: #e9e9e9;
  border-color: #333;
}
.information-single .information-footer .information-navigation .nav-previous a .nav-subtitle,
.information-single .information-footer .information-navigation .nav-next a .nav-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .information-single .information-footer .information-navigation .nav-previous a .nav-subtitle,
  .information-single .information-footer .information-navigation .nav-next a .nav-subtitle {
    font-size: 1.1rem;
  }
}
.information-single .information-footer .information-navigation .nav-previous a .nav-title,
.information-single .information-footer .information-navigation .nav-next a .nav-title {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .information-single .information-footer .information-navigation .nav-previous a .nav-title,
  .information-single .information-footer .information-navigation .nav-next a .nav-title {
    font-size: 1.3rem;
  }
}
.information-single .information-footer .information-navigation .nav-next {
  text-align: right;
}

/* Talent Archive
----------------------------------------*/
.talent-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .talent-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
  }
}

.talent-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.talent-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.talent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.talent-image .no-image {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
.talent-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.talent-image .overlay span {
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .talent-image .overlay {
    display: none;
  }
}

.talent-name {
  display: none;
  padding: 1rem 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .talent-name {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .talent-name {
    display: block;
  }
}
.talent-name span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .talent-name span {
    font-size: 1.3rem;
  }
}

.talent-item:hover .talent-image .overlay {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .talent-item:hover .talent-image .overlay {
    opacity: 0;
  }
}
.talent-item:hover .talent-image img {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .talent-item:hover .talent-image img {
    transform: none;
  }
}

/* Information Archive
----------------------------------------*/
.information-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .information-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .information-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.archive-info {
  text-align: center;
  margin: 2rem 0 3rem;
}
.archive-info .posts-count {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .archive-info .posts-count {
    font-size: 1.3rem;
  }
}

/* Pagination Styles
----------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin: 3rem 0;
    gap: 0.3rem;
  }
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .pagination .nav-links {
    gap: 0.3rem;
  }
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1rem;
  background: #fff;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pagination .page-numbers {
    min-width: 3.5rem;
    height: 3.5rem;
    font-size: 1.3rem;
    padding: 0 0.8rem;
  }
}
.pagination .page-numbers:hover {
  background: #f5f5f5;
  border-color: #333;
  color: #333;
}
.pagination .page-numbers.current {
  background: #333;
  color: #fff;
  border-color: #333;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  padding: 0 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}
.pagination .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}
.pagination .page-numbers.dots:hover {
  background: transparent;
  border: none;
}

/* No Posts Message
----------------------------------------*/
.no-posts {
  text-align: center;
  padding: 6rem 2rem;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .no-posts {
    padding: 4rem 1rem;
  }
}
.no-posts h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .no-posts h2 {
    font-size: 2rem;
  }
}
.no-posts p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .no-posts p {
    font-size: 1.4rem;
  }
}

.page-recruit .entry-content {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-recruit .entry-content {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruit .entry-content {
    padding: 0 1rem;
  }
}
.page-recruit .job-nav {
  margin-bottom: 4rem;
}
.page-recruit .job-nav h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-recruit .job-nav h2 {
    font-size: 1.6rem;
  }
}
.page-recruit .job-nav .job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-recruit .job-nav .job-list {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.page-recruit .job-nav .job-list li a {
  display: inline-block;
  padding: 1rem 2rem;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  font-weight: 500;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .page-recruit .job-nav .job-list li a {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem;
  }
}
.page-recruit .job-nav .job-list li a:hover {
  background: #f5f5f5;
  border-color: #333;
}
.page-recruit .job-details {
  max-width: 80rem;
  margin: 0 auto;
}
.page-recruit .job-details .job-section {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page-recruit .job-details .job-section {
    margin-bottom: 3rem;
  }
}
.page-recruit .job-details .job-section .job-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #333;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-recruit .job-details .job-section .job-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.page-recruit .job-details .job-section .job-item {
  display: grid;
  grid-template-columns: 20rem 1fr;
  padding: 3rem 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-recruit .job-details .job-section .job-item {
    grid-template-columns: 18rem 1fr;
    padding: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruit .job-details .job-section .job-item {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
}
.page-recruit .job-details .job-section .job-item:last-of-type {
  border-bottom: none;
}
.page-recruit .job-details .job-section .job-item h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-recruit .job-details .job-section .job-item h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruit .job-details .job-section .job-item h3 {
    font-size: 1.4rem;
  }
}
.page-recruit .job-details .job-section .job-item .job-content {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-recruit .job-details .job-section .job-item .job-content {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruit .job-details .job-section .job-item .job-content {
    font-size: 1.4rem;
  }
}
.page-recruit .job-details .job-section .back-to-top {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}
.page-recruit .job-details .job-section .back-to-top a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
.page-recruit .job-details .job-section .back-to-top a:hover {
  color: #666;
}
.page-recruit .job-section {
  scroll-margin-top: 100px;
}

html {
  scroll-behavior: smooth;
}

.page-policy .entry-content {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-policy .entry-content {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-policy .entry-content {
    padding: 0 1rem;
  }
}
.page-policy .policy-content .policy-intro {
  margin-bottom: 4rem;
  padding: 2rem;
  background: #f9f9f9;
  border-left: 4px solid #333;
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-intro {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
}
.page-policy .policy-content .policy-intro p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-policy .policy-content .policy-intro p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-intro p {
    font-size: 1.4rem;
  }
}
.page-policy .policy-content .policy-section {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-section {
    margin-bottom: 2.5rem;
  }
}
.page-policy .policy-content .policy-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #333;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-policy .policy-content .policy-section h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-section h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.page-policy .policy-content .policy-section p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-policy .policy-content .policy-section p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-section p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.page-policy .policy-content .policy-section ul {
  margin: 1.5rem 0;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-section ul {
    margin: 1rem 0;
  }
}
.page-policy .policy-content .policy-section ul li {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-policy .policy-content .policy-section ul li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-section ul li {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
  }
}
.page-policy .policy-content .policy-section ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-section ul li:before {
    top: 0.7rem;
  }
}
.page-policy .policy-content .policy-section .contact-info {
  margin-top: 1.5rem;
  padding: 2rem;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-section .contact-info {
    padding: 1.5rem;
    margin-top: 1rem;
  }
}
.page-policy .policy-content .policy-section .contact-info p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-policy .policy-content .policy-section .contact-info p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-policy .policy-content .policy-section .contact-info p {
    font-size: 1.3rem;
  }
}
.page-policy .entry-footer {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .page-policy .entry-footer {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

/* Container and Layout Utilities
----------------------------------------*/
.container {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container-fluid {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding: 0 1rem;
  }
}

/* Section Spacing
----------------------------------------*/
.section {
  padding: 8rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .section {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}

.section--small {
  padding: 4rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .section--small {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section--small {
    padding: 2rem 0;
  }
}

.section--large {
  padding: 12rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .section--large {
    padding: 9rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section--large {
    padding: 6rem 0;
  }
}

/* Responsive Grid System
----------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media only screen and (max-width: 768px) {
  .row {
    margin: 0 -0.5rem;
  }
}

.col {
  flex: 1;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .col {
    padding: 0 0.5rem;
  }
}

.col-1 {
  flex: 0 0 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-tab-1 {
    flex: 0 0 8.333333%;
  }
  .col-tab-2 {
    flex: 0 0 16.666667%;
  }
  .col-tab-3 {
    flex: 0 0 25%;
  }
  .col-tab-4 {
    flex: 0 0 33.333333%;
  }
  .col-tab-5 {
    flex: 0 0 41.666667%;
  }
  .col-tab-6 {
    flex: 0 0 50%;
  }
  .col-tab-7 {
    flex: 0 0 58.333333%;
  }
  .col-tab-8 {
    flex: 0 0 66.666667%;
  }
  .col-tab-9 {
    flex: 0 0 75%;
  }
  .col-tab-10 {
    flex: 0 0 83.333333%;
  }
  .col-tab-11 {
    flex: 0 0 91.666667%;
  }
  .col-tab-12 {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
  }
}
/* Responsive Utilities
----------------------------------------*/
@media only screen and (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hide-smartphone {
    display: none !important;
  }
}

.show-desktop {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .show-desktop {
    display: block !important;
  }
}

.show-tablet {
  display: none !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .show-tablet {
    display: block !important;
  }
}

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

/* Text Alignment
----------------------------------------*/
.text-center {
  text-align: center;
}

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

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

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .text-center-tab {
    text-align: center;
  }
  .text-left-tab {
    text-align: left;
  }
  .text-right-tab {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
/* Spacing Utilities
----------------------------------------*/
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-2 {
    margin-bottom: 1rem;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-4 {
    margin-bottom: 2rem;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.5rem;
  }
  .mt-sm-2 {
    margin-top: 1rem;
  }
  .mt-sm-3 {
    margin-top: 1.5rem;
  }
  .mt-sm-4 {
    margin-top: 2rem;
  }
}
/* Header
----------------------------------------*/
.site-header {
  position: relative;
  width: 100%;
  background: white;
  z-index: 1000;
  transition: all 0.3s ease;
}
.site-header--inner {
  background: white;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.site-header--inner .site-branding .site-title a {
  color: #333;
  text-shadow: none;
}
.site-header--inner .site-branding .site-title a:hover {
  color: #333;
}
.site-header--inner .nav .menu-toggle .menu-icon span {
  background: #333;
}
.site-header--inner .nav .menu-toggle[aria-expanded=true] .menu-icon span {
  background: #333;
}
.site-header--inner .nav .nav-menu li a {
  color: #666;
  text-shadow: none;
}
.site-header--inner .nav .nav-menu li a:hover {
  color: #666;
}
.site-header--inner .nav .nav-menu li a::after {
  background: #666;
}
.site-header--inner .nav .nav-menu li a:hover::after {
  width: 100%;
}
.site-header--front {
  background: transparent;
}
.site-header--front .site-branding .site-title a {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.site-header--front .site-branding .site-title a:hover {
  color: white;
}
.site-header--front .nav .menu-toggle .menu-icon span {
  background: white;
}
.site-header--front .nav .menu-toggle[aria-expanded=true] .menu-icon span {
  background: white;
}
.site-header--front .nav .nav-menu li a {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.site-header--front .nav .nav-menu li a:hover {
  color: white;
}
.site-header--front .nav .nav-menu li a::after {
  background: white;
}
.site-header--front .nav .nav-menu li a:hover::after {
  width: 100%;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-header .container {
    padding: 1.6rem 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .container {
    padding: 1.2rem 1rem;
  }
}
.site-header .site-branding {
  display: block;
}
.site-header .site-branding .site-title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-header .site-branding .site-title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .site-branding .site-title {
    font-size: 2rem;
  }
}
.site-header .site-branding .site-title a {
  transition: none;
}
.site-header .site-branding .custom-logo a,
.site-header .site-branding .custom-logo-link a {
  display: block;
}
.site-header .site-branding .site-logo-image,
.site-header .site-branding img {
  max-height: 4rem;
  width: auto;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-header .site-branding .site-logo-image,
  .site-header .site-branding img {
    max-height: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .site-branding .site-logo-image,
  .site-header .site-branding img {
    max-height: 3rem;
  }
}
.site-header .nav .menu-toggle {
  display: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
  z-index: 1001;
  position: relative;
  border-radius: 0.4rem;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .site-header .nav .menu-toggle {
    display: block;
  }
}
.site-header .nav .menu-toggle .menu-icon {
  display: flex;
  flex-direction: column;
  width: 2.4rem;
  height: 1.8rem;
  justify-content: space-between;
}
.site-header .nav .menu-toggle .menu-icon span {
  display: block;
  height: 0.3rem;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 0.1rem;
}
.site-header .nav .menu-toggle[aria-expanded=true] .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translate(0.5rem, 0.5rem);
}
.site-header .nav .menu-toggle[aria-expanded=true] .menu-icon span:nth-child(2) {
  opacity: 0;
}
.site-header .nav .menu-toggle[aria-expanded=true] .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(0.7rem, -0.6rem);
}
.site-header .nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3.2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-header .nav .nav-menu {
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .nav .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.494);
    backdrop-filter: blur(1rem);
    gap: 3rem;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .site-header .nav .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .site-header .nav .nav-menu.active li a {
    color: #333;
  }
}
.site-header .nav .nav-menu li {
  margin: 0;
}
.site-header .nav .nav-menu li a {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0.8rem 0;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-header .nav .nav-menu li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .nav .nav-menu li a {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    text-shadow: none;
    padding: 1rem 0;
  }
}
.site-header .nav .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.2rem;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .site-header .nav .nav-menu li a::after {
    display: none;
  }
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(1rem);
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
  }
}

.has-fixed-header .site-header--front {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}

/* Action Links Section (Footer上部)
------------------------------------*/
.action-links-section {
  margin-top: 8rem;
  padding: 6rem 0;
  background: #f9f9f9;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .action-links-section {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .action-links-section {
    padding: 4rem 0;
  }
}
.action-links-section .container {
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .action-links-section .container {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .action-links-section .container {
    padding: 0 1rem;
  }
}
.action-links-section .action-links {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .action-links-section .action-links {
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .action-links-section .action-links {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.action-links-section .action-link {
  display: inline-block;
  padding: 2rem 3rem;
  background: white;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 28rem;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .action-links-section .action-link {
    padding: 1.8rem 2.5rem;
    font-size: 1.5rem;
    min-width: 25rem;
  }
}
@media only screen and (max-width: 768px) {
  .action-links-section .action-link {
    padding: 1.6rem 2rem;
    font-size: 1.4rem;
    min-width: 100%;
    max-width: 32rem;
  }
}
.action-links-section .action-link:hover {
  background: #333;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.action-links-section .action-link__text {
  display: block;
}

/* Footer
------------------------------------*/
.site-footer {
  background: #f5f5f5;
  margin-top: 0;
  padding: 3rem 0 2rem;
}
.site-footer .footer-content {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-footer .footer-content {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-content {
    padding: 0 1rem;
  }
}
.site-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-top {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.site-footer .footer-branding .footer-logo,
.site-footer .footer-branding .custom-logo-link {
  display: inline-block;
}
.site-footer .footer-branding .footer-logo a,
.site-footer .footer-branding .custom-logo-link a {
  display: block;
}
.site-footer .footer-branding .footer-logo-image,
.site-footer .footer-branding img {
  max-height: 3rem;
  width: auto;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-footer .footer-branding .footer-logo-image,
  .site-footer .footer-branding img {
    max-height: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-branding .footer-logo-image,
  .site-footer .footer-branding img {
    max-height: 2.5rem;
  }
}
.site-footer .footer-branding .footer-site-title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-footer .footer-branding .footer-site-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-branding .footer-site-title {
    font-size: 1.6rem;
  }
}
.site-footer .footer-branding .footer-site-title a {
  color: #333;
  text-decoration: none;
  transition: none;
}
.site-footer .footer-branding .footer-site-title a:hover {
  color: #333;
}
.site-footer .footer-navigation .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-footer .footer-navigation .footer-menu {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-navigation .footer-menu {
    flex-direction: column;
    gap: 1rem;
  }
}
.site-footer .footer-navigation .footer-menu li {
  margin: 0;
}
.site-footer .footer-navigation .footer-menu li a {
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-footer .footer-navigation .footer-menu li a {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-navigation .footer-menu li a {
    font-size: 1.2rem;
  }
}
.site-footer .footer-navigation .footer-menu li a:hover {
  color: #666;
}
.site-footer .footer-sns {
  padding: 0 0 2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}
.site-footer .footer-sns .sns-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-sns .sns-links {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}
.site-footer .footer-sns .sns-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.5rem;
  background: white;
  color: #666;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-footer .footer-sns .sns-link {
    padding: 0.8rem 1.2rem;
    font-size: 1.3rem;
    gap: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-sns .sns-link {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    gap: 0.5rem;
  }
}
.site-footer .footer-sns .sns-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.site-footer .footer-sns .sns-link .sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-footer .footer-sns .sns-link .sns-icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-sns .sns-link .sns-icon {
    width: 2rem;
    height: 2rem;
  }
}
.site-footer .footer-sns .sns-link .sns-icon svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-sns .sns-link .sns-text {
    display: none;
  }
}
.site-footer .footer-sns .sns-link--instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
  border-color: #e6683c;
}
.site-footer .footer-sns .sns-link--tiktok:hover {
  background: #000;
  color: white;
  border-color: #000;
}
.site-footer .footer-sns .sns-link--youtube:hover {
  background: #ff0000;
  color: white;
  border-color: #ff0000;
}
.site-footer .footer-sns .sns-link--x:hover {
  background: #000;
  color: white;
  border-color: #000;
}
.site-footer .footer-bottom {
  text-align: center;
}
.site-footer .footer-bottom .footer-copyright p {
  font-size: 1.2rem;
  color: #999;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-bottom .footer-copyright p {
    font-size: 1.1rem;
  }
}