@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho&family=Squada+One&display=swap");
/*--------------------------------------------------------
*
* カスタムフォント定義
*
--------------------------------------------------------*/
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------
*
* 変数定義
*
--------------------------------------------------------*/
/* width */
/* padding */
/*--------------------------------------------------------
*
* 画像リビール演出
*
--------------------------------------------------------*/
.reveal-img {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 560ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 560ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
@media (max-width: 959px) {
  .reveal-img {
    transition-duration: 420ms;
    transform: translateY(12px);
  }
}
@media (max-width: 599px) {
  .reveal-img {
    transition-duration: 320ms;
    transform: translateY(8px);
  }
}
.reveal-img.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-mask {
  clip-path: inset(0 0 12% 0);
  transition: clip-path 560ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 959px) {
  .reveal-mask {
    transition-duration: 420ms;
    clip-path: inset(0 0 10% 0);
  }
}
@media (max-width: 599px) {
  .reveal-mask {
    transition-duration: 320ms;
    clip-path: inset(0 0 8% 0);
  }
}
.reveal-mask.is-revealed {
  clip-path: inset(0 0 0 0);
}

.reveal-group .reveal-img:nth-child(1) {
  transition-delay: 0ms;
}
.reveal-group .reveal-img:nth-child(2) {
  transition-delay: 50ms;
}
.reveal-group .reveal-img:nth-child(3) {
  transition-delay: 100ms;
}
.reveal-group .reveal-img:nth-child(4) {
  transition-delay: 150ms;
}
.reveal-group .reveal-img:nth-child(5) {
  transition-delay: 200ms;
}
.reveal-group .reveal-img:nth-child(6) {
  transition-delay: 250ms;
}
.reveal-group .reveal-img:nth-child(7) {
  transition-delay: 300ms;
}
.reveal-group .reveal-img:nth-child(8) {
  transition-delay: 350ms;
}
.reveal-group .reveal-img:nth-child(9) {
  transition-delay: 400ms;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-img,
  .reveal-mask {
    transition: opacity 150ms ease-out !important;
    transform: none !important;
    clip-path: none !important;
  }
}
/*--------------------------------------------------------
*
* 共通CSS
*
--------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  color: #1a1b19;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

header,
li,
li::before,
a,
p,
span,
i {
  transition-duration: 0.3s !important;
}

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

body.page-template-default h2,
body.page-template-default h3,
body.page-template-default h4,
body.page-template-default ul,
body.page-template-default li,
body.page-template-default p {
  margin-bottom: 26px;
}

/*WordPressアドミンバー*/
#wpadminbar {
  background: rgba(29, 35, 39, 0.4);
  overflow: hidden;
}

/*セクション*/
.home,
.page {
  background-color: #1a1b19;
  /*セクション内のリストタグ*/
  /*セクション内の段落タグ*/
}
.home ul,
.page ul {
  margin: 0;
}
.home ul li,
.page ul li {
  list-style: none;
}
.home p,
.page p {
  margin-bottom: 0;
}
.home img,
.page img {
  display: inline-flex;
  pointer-events: none;
}

.section-wrap {
  padding: 160px 0;
}
@media (max-width: 1199px) {
  .section-wrap {
    padding: 120px 0;
  }
}
@media (max-width: 599px) {
  .section-wrap {
    padding: 64px 0;
  }
}

/*セクションの左右余白*/
.l-inner {
  padding: 0 96px;
}
@media (max-width: 1024px) {
  .l-inner {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}

.l-content {
  max-width: 1512px;
  margin: 0 auto;
}

/* セクションタイトル */
section {
  /* コンテンツタイトル */
  /* コンテンツリスト */
  /* コンテンツアイテム */
}
section .heading-group {
  position: relative;
  max-width: 1512px;
  margin: 0 100px 128px 0;
  padding-right: 0;
  overflow: hidden;
}
section .heading-group::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 100%;
  background-color: #3ea621;
}
section .heading-group::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section .heading-group.slide-out-left::after {
  z-index: 1;
  transition: left 0.6s cubic-bezier(0.05, 0.3, 0.4, 0.9);
  will-change: left;
}
section .heading-group.slide-out-left.is-slide-triggered::after {
  left: 100%;
}
section .main-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
section .sub-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section .main-title {
  line-height: 0.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-indent: -12px;
  font-family: "Akrobat", sans-serif;
  font-size: 228px;
}
section .sub-title {
  width: max-content;
  margin-bottom: 0;
  padding: 12px 24px;
  border: 1px solid;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 18px;
}
section .l-read {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.18em;
  font-feature-settings: "palt";
}
section .l-desc {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  section .l-read {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  section .heading-group {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto 96px;
    padding: 0 48px;
  }
  section .main-group {
    flex: 1;
    gap: 20px;
    margin-bottom: 0;
  }
  section .sub-group {
    flex: 1;
    gap: 20px;
  }
  section .main-title {
    margin-bottom: 0;
    text-indent: -4px;
    font-size: 112px;
  }
}
@media screen and (max-width: 959px) {
  section .heading-group {
    flex-direction: column;
    gap: 0;
  }
  section .main-group {
    margin-bottom: 16px;
  }
  section .sub-group {
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  section .heading-group {
    margin-bottom: 40px;
  }
  section .l-read {
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-size: clamp(20px, 2vw, 24px);
  }
  section .l-desc {
    line-height: 1.6;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  section .heading-group {
    margin-bottom: 32px;
    padding: 0 16px 20px;
  }
  section .heading-group::before {
    top: 100%;
    transform: unset;
    width: 100%;
    height: 50%;
  }
  section .sub-group {
    gap: 12px;
  }
  section .main-title {
    font-size: clamp(64px, 8vw, 80px);
  }
  section .sub-title {
    padding: 8px 16px;
    font-size: 14px;
  }
}
section .content-list {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1512px;
  margin: 0 auto !important;
  padding-right: 48px;
  gap: 64px;
  z-index: 2;
}
section .splide__list {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1512px;
  margin: 0 auto !important;
  padding-right: 48px !important;
  gap: 96px;
  z-index: 2;
}
@media (max-width: 1024px) {
  section .splide__list {
    flex-direction: row;
    gap: 0;
  }
}
section .content-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  min-height: 280px;
  background: none;
}
@media screen and (max-width: 768px) {
  section .content-item {
    flex-direction: column-reverse;
  }
}
section .content-img {
  position: relative;
  max-width: 660px;
  width: 50%;
  min-width: 260px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
section .content-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f4f4f4;
  z-index: 10;
  transition: width 0.3s ease-out;
  will-change: width;
}
section .content-img.slide-out-left.is-width-triggered {
  opacity: 1;
}
section .content-img.slide-out-left.is-width-triggered::after {
  width: 100%;
  z-index: 10;
}
section .content-img.slide-out-left.is-width-triggered img {
  opacity: 0;
  pointer-events: none;
}
section .content-img.slide-out-left.is-slide-triggered::after {
  left: 100%;
  transition: left 0.6s cubic-bezier(0.05, 0.3, 0.4, 0.9);
  will-change: left;
  z-index: 10;
}
section .content-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 599px) {
  section .content-img img {
    height: 220px;
    object-position: bottom;
  }
}
section .content-img.is-img-revealed img {
  opacity: 1;
  pointer-events: auto;
}
section .content-img.slide-out-left.is-slide-triggered.is-img-revealed img {
  opacity: 1;
  pointer-events: auto;
}
section .content-img.slide-out-left:not(.is-img-revealed) img {
  opacity: 0;
  pointer-events: none;
}
section .content-img.slide-out-left.is-slide-triggered:not(.is-img-revealed) img {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section .content-img {
    max-width: 100%;
    width: 100%;
  }
}
section .content-item-text {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
section .content-item-text::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f4f4f4;
  z-index: 10;
  transition: width 0.3s ease-out;
  will-change: width;
}
section .content-item-text.slide-out-left.is-width-triggered {
  opacity: 1;
}
section .content-item-text.slide-out-left.is-width-triggered::after {
  width: 100%;
  z-index: 10;
}
section .content-item-text.slide-out-left.is-width-triggered > * {
  opacity: 0;
  pointer-events: none;
}
section .content-item-text.slide-out-left.is-slide-triggered::after {
  left: 100%;
  transition: left 0.6s cubic-bezier(0.05, 0.3, 0.4, 0.9);
  will-change: left;
  z-index: 10;
}
section .content-item-text > * {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
section .content-item-text.is-text-revealed > * {
  opacity: 1;
  pointer-events: auto;
}
section .content-item-text.slide-out-left.is-slide-triggered.is-text-revealed > * {
  opacity: 1;
  pointer-events: auto;
}
section .content-item-text.slide-out-left:not(.is-text-revealed) > * {
  opacity: 0;
  pointer-events: none;
}
section .content-item-text.slide-out-left.is-slide-triggered:not(.is-text-revealed) > * {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section .content-item-text {
    flex: unset;
    justify-content: flex-start;
  }
}
section .content-item-cat {
  letter-spacing: 0.08em;
  font-family: "Akrobat", sans-serif;
}
section .content-item-cat span {
  display: inline-block;
}
section .content-item-cat .cat-parent {
  opacity: 0.5;
}
section .content-item-cat .cat-child {
  opacity: 0.8;
}
section .content-item-target {
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 0;
  letter-spacing: 0.02em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: clamp(16px, 1.1vw, 20px);
  opacity: 0.8;
}
section .content-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3ea621;
  color: #fff;
  font-size: 1rem;
  padding: 16px 12px;
  text-decoration: none;
  max-width: 256px;
  width: 100%;
  min-width: 180px;
  box-shadow: 0 2px 32px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
section .content-btn:hover {
  background: #f4f4f4;
  color: #1a1b19;
}
section .content-btn:hover .arrow {
  border-left-color: #1a1b19;
  transform: translateX(4px);
}
section .arrow {
  display: inline-block;
  margin-left: 12px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  transition: transform 0.2s;
  vertical-align: middle;
}
section h2 {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  section h2 {
    font-size: 32px;
  }
}
section h3 {
  margin-bottom: 8px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 500;
  font-feature-settings: "palt";
}

/*セクションの背景色（白色）*/
.bg-white {
  background-color: #f4f4f4;
}

/*セクションの背景色（紺色）*/
.bg-navy {
  background: linear-gradient(60deg, #1a1b19, #1a1b19 38%, #e8e8e8);
}

/*見出し：英語*/
.en {
  letter-spacing: clamp(3px, 2vw, 16px);
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 100;
  font-family: "Akrobat", sans-serif;
}

/*見出し：日本語*/
.description {
  letter-spacing: 0.5px;
  font-size: 18px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

/*見出し：色反転*/
.l-heading {
  margin-bottom: 78px;
}

.inversion h2,
.inversion h3,
.inversion p,
.inversion span,
.inversion .description,
.inversion .l-heading-txt {
  color: #f4f4f4;
}

/*中央配置*/
.flex-center {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex: none;
  flex-direction: column;
}

/* 疑似要素：背景用 */
.l-bg {
  position: relative;
}
.l-bg::before, .l-bg::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 疑似要素：アイコン用 */
.l-icon {
  position: relative;
  transition-duration: 0.3s;
}
.l-icon::before, .l-icon::after {
  position: absolute;
  content: "";
  transition-duration: 0.3s;
}

/* 疑似要素：見出しボーダー用 */
.l-border {
  position: relative;
}
.l-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

/*ホバー*/
article:hover {
  transition-duration: 0.6s;
}

/*--------------------------------------------------------
*
* Splide スライダー カスタマイズ
*
--------------------------------------------------------*/
@media (min-width: 1025px) {
  .splide {
    visibility: visible;
  }
}
.splide .splide__arrow {
  display: none;
}
@media (max-width: 1024px) {
  .splide {
    padding-bottom: 16px;
  }
  .splide .splide__track {
    overflow: hidden;
  }
  .splide .splide__list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-right: 0 !important;
  }
  .splide .splide__slide {
    flex-shrink: 0;
    width: 100%;
  }
  .splide .splide__arrows {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    gap: 8px;
    pointer-events: auto;
    z-index: 10;
  }
  .splide .splide__arrow {
    position: relative;
    top: auto;
    transform: none;
    width: 40px;
    height: 40px;
    background: #676c67;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .splide .splide__arrow:hover {
    background: rgb(77, 79.9615384615, 74.0384615385);
  }
  .splide .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .splide .splide__arrow svg {
    width: 16px;
    height: 16px;
    fill: #fff;
  }
  .splide .splide__arrow--prev {
    left: auto;
  }
  .splide .splide__arrow--next {
    right: auto;
  }
  .splide .splide__pagination {
    position: absolute;
    bottom: -36px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .splide .splide__pagination__page {
    width: 24px;
    height: 4px;
    background: #505450;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .splide .splide__pagination__page.is-active {
    background: #3ea621;
    width: 32px;
  }
  .splide .splide__pagination__page:hover {
    background: #3ea621;
    opacity: 0.7;
  }
}

/*--------------------------------------------------------
*
* トップページ (HOME) 以下トップページのCSS
*
--------------------------------------------------------*/
/*--------------------------------------------------------
ヘッダー (header)
--------------------------------------------------------*/
body .site {
  position: relative;
}

.home .l-header__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 96px);
  height: 100%;
  background-color: #1a1b19;
  border-radius: 8px;
}
@media (max-width: 599px) {
  .home .l-header__inner::before {
    background-color: transparent;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 16px;
  z-index: 11;
  transition: transform 0.3s ease-in-out, opacity 0.5s ease-out;
  opacity: 0;
}
.l-header.fade-in {
  opacity: 1;
}
@media (max-width: 768px) {
  .l-header {
    margin-top: 0;
  }
}
.l-header.header-hidden {
  transform: translateX(-50%) translateY(-116px);
}
.l-header.header-visible {
  transform: translateX(-50%) translateY(0);
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1512px;
  margin: 0 auto;
  padding: 24px 0;
}
.l-header__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 96px);
  height: 100%;
  background-color: #1a1b19;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .l-header__inner::before {
    width: calc(100% + 32px);
  }
}
@media (max-width: 768px) {
  .l-header__inner::before {
    border-radius: 0;
  }
}
.l-header .site-branding {
  position: relative;
}
.l-header .site-branding .custom-logo-link {
  width: 200px;
  display: block;
}
.l-header .site-branding .custom-logo-link img.after-custom-logo {
  display: none;
}
.l-header .site-branding.headerLogScroll .custom-logo-link {
  width: 150px;
}
.l-header .site-branding.headerLogScroll .custom-logo-link img.custom-logo {
  display: none;
}
.l-header .site-branding.headerLogScroll .custom-logo-link img.after-custom-logo {
  display: block;
}
.l-header .main-navigation {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .l-header .main-navigation {
    display: none;
  }
}
.l-header .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 12;
  position: relative;
}
@media (max-width: 1024px) {
  .l-header .menu-toggle {
    display: block;
  }
}
.l-header .menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-header .menu-toggle .hamburger .hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  transform-origin: center;
}
.l-header .menu-toggle .hamburger.is-active .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.l-header .menu-toggle .hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.l-header .menu-toggle .hamburger.is-active .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.l-header .drawer-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background-color: #1a1b19;
  z-index: 10;
  transition: right 0.3s ease-in-out;
  padding: 80px 32px 32px;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .l-header .drawer-menu {
    display: block;
  }
}
.l-header .drawer-menu.is-open {
  right: 0;
}
.l-header .drawer-menu .menu-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header .drawer-menu .menu-content li {
  margin-bottom: 24px;
}
.l-header .drawer-menu .menu-content li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease;
}
.l-header .drawer-menu .menu-content li a:hover {
  color: #3ea621;
}
.l-header .drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.l-header .drawer-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------
ヘッダー グローバルナビゲーション (header-nav)
--------------------------------------------------------*/
.menu-wrap ul.menu-content > li {
  margin-right: 30px;
}
.menu-wrap ul.menu-content > li a {
  color: #fff;
}
.menu-wrap ul.menu-content > li:last-child {
  margin-right: 0;
}
.menu-wrap ul.menu-content > li a:hover {
  color: #e8e8e8;
}

/*--------------------------------------------------------
*
* ヒーローセクション
*
--------------------------------------------------------*/
.hero-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100vw;
  height: 100vh;
  background: #1a1b19;
  overflow: hidden;
  padding-bottom: 96px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out, background-position 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .hero-section {
    padding-bottom: 64px;
  }
}
@media (max-width: 599px) {
  .hero-section {
    height: 740px;
  }
}
.hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1b19;
  opacity: 1;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
}
.hero-section.has-hover-bg:before {
  opacity: 0.3;
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.hero-video-container .hero-video-pc {
  display: block;
}
@media (max-width: 599px) {
  .hero-video-container .hero-video-pc {
    display: none;
  }
}
.hero-video-container .hero-video-sp {
  display: none;
}
@media (max-width: 599px) {
  .hero-video-container .hero-video-sp {
    display: block;
  }
}
.hero-video-container.video-hidden {
  opacity: 0;
}
.hero-video-container.video-visible {
  opacity: 1;
}

.hero-video,
.wp-video {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center 10px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
.hero-video.wp-video,
.wp-video.wp-video {
  width: 100% !important;
  height: 100% !important;
}
.hero-video.wp-video video,
.wp-video.wp-video video {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 599px;
  height: auto;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center 10px;
  transition: opacity 0.3s ease-out;
}
.hero-section.has-hover-bg .hero-video,
.hero-section.has-hover-bg .wp-video {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 959px) {
  .hero-video.video-ready,
  .wp-video.video-ready {
    opacity: 0.6;
  }
}
@media (max-width: 599px) {
  .hero-video.video-ready,
  .wp-video.video-ready {
    opacity: 0.5;
  }
}

.hero-video-container .wp-video {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.hero-video-container .wp-video video {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 465px;
  height: auto;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center 80px;
  opacity: 1;
  transition: opacity 1.2s ease-out;
}
.hero-video-container .wp-video.video-ready video {
  opacity: 1;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 27, 25, 0.3) 0%, rgba(26, 27, 25, 0.1) 50%, rgba(26, 27, 25, 0.2) 100%);
  z-index: 2;
}

.hero-video-toggle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #1a1b19;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-video-toggle:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}
.hero-video-toggle:active {
  transform: scale(0.95);
}
.hero-video-toggle svg {
  width: 24px;
  height: 24px;
}
.hero-video-toggle .play-icon {
  display: block;
}
.hero-video-toggle .pause-icon {
  display: none;
}
.hero-video-toggle.is-playing .play-icon {
  display: none;
}
.hero-video-toggle.is-playing .pause-icon {
  display: block;
}
@media (max-width: 599px) {
  .hero-video-toggle {
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .hero-video-toggle svg {
    width: 20px;
    height: 20px;
  }
}

.video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1b19;
  z-index: 1;
}

.scroll-trigger {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.scroll-trigger.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 959px) {
  .scroll-trigger {
    transform: translateY(20px);
    transition-duration: 0.6s;
  }
}

.scroll-stagger .scroll-trigger:nth-child(1) {
  transition-delay: 0ms;
}
.scroll-stagger .scroll-trigger:nth-child(2) {
  transition-delay: 100ms;
}
.scroll-stagger .scroll-trigger:nth-child(3) {
  transition-delay: 200ms;
}
.scroll-stagger .scroll-trigger:nth-child(4) {
  transition-delay: 300ms;
}
.scroll-stagger .scroll-trigger:nth-child(5) {
  transition-delay: 400ms;
}
.scroll-stagger .scroll-trigger:nth-child(6) {
  transition-delay: 500ms;
}
@media (max-width: 959px) {
  .scroll-stagger .scroll-trigger:nth-child(1) {
    transition-delay: 0ms;
  }
  .scroll-stagger .scroll-trigger:nth-child(2) {
    transition-delay: 50ms;
  }
  .scroll-stagger .scroll-trigger:nth-child(3) {
    transition-delay: 100ms;
  }
  .scroll-stagger .scroll-trigger:nth-child(4) {
    transition-delay: 150ms;
  }
  .scroll-stagger .scroll-trigger:nth-child(5) {
    transition-delay: 200ms;
  }
  .scroll-stagger .scroll-trigger:nth-child(6) {
    transition-delay: 250ms;
  }
}

.scroll-slide-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-slide-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 959px) {
  .scroll-slide-left {
    transform: translateX(-30px);
    transition-duration: 0.6s;
  }
}

.scroll-slide-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-slide-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 959px) {
  .scroll-slide-right {
    transform: translateX(30px);
    transition-duration: 0.6s;
  }
}

.scroll-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-trigger,
  .scroll-slide-left,
  .scroll-slide-right,
  .scroll-scale {
    transition: opacity 0.3s ease !important;
    transform: none !important;
  }
}
.slide-out-left {
  position: relative;
}
.slide-out-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  z-index: 1;
  transition: left 0.6s cubic-bezier(0.05, 0.3, 0.4, 0.9);
  will-change: left;
}
.slide-out-left.is-slide-triggered::after {
  left: 100%;
}

.slide-out-right {
  position: relative;
}
.slide-out-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  z-index: 1;
  transition: right 0.3s ease-out;
  will-change: right;
}
.slide-out-right.is-slide-triggered::after {
  right: 100%;
}

.slide-out-top {
  position: relative;
}
.slide-out-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  z-index: 1;
  transition: top 0.6s cubic-bezier(0.05, 0.3, 0.4, 0.9);
  will-change: top;
}
.slide-out-top.is-slide-triggered::after {
  top: -100%;
}

.slide-out-bottom {
  position: relative;
}
.slide-out-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  z-index: 1;
  transition: bottom 0.6s cubic-bezier(0.05, 0.3, 0.4, 0.9);
  will-change: bottom;
}
.slide-out-bottom.is-slide-triggered::after {
  bottom: -100%;
}

.slide-bg-accent::after {
  background-color: #3ea621 !important;
}

.slide-bg-main::after {
  background-color: #1a1b19 !important;
}

.slide-bg-text::after {
  background-color: #1a1b19 !important;
}

.slide-bg-white::after {
  background-color: #fff !important;
}

.slide-fast::after {
  transition-duration: 0.4s;
}

.slide-slow::after {
  transition-duration: 0.8s;
}

.slide-ease-out::after {
  transition-timing-function: ease-out !important;
}

.slide-ease-in::after {
  transition-timing-function: ease-in !important;
}

.slide-linear::after {
  transition-timing-function: linear !important;
}

@media (prefers-reduced-motion: reduce) {
  .slide-out-left::after,
  .slide-out-right::after,
  .slide-out-top::after,
  .slide-out-bottom::after {
    transition: none !important;
    left: 100% !important;
    right: 100% !important;
    top: -100% !important;
    bottom: -100% !important;
  }
}
.hero-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1512px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 4;
}

.hero-texts {
  position: absolute;
  left: 0;
  top: calc(50% - 48px);
  width: 100%;
  text-align: left;
  z-index: 5;
}
@media (max-width: 599px) {
  .hero-texts {
    top: 128px;
  }
}

.hero-title {
  color: #fff;
  font-size: clamp(48px, 6vw, 64px);
  letter-spacing: 0.18em;
  font-weight: 400;
  margin: 0 0 12px 0;
  font-family: "Akrobat", sans-serif;
}
@media (max-width: 599px) {
  .hero-title {
    line-height: 1.4;
  }
}

.hero-sub {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.3em;
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

/* =============================
   ヒーローセクション：スクロールダウン縦線
   ============================= */
.hero-scroll-down {
  position: absolute;
  top: calc(100% - 96px); /* ヒーロー下部に配置。必要に応じて調整 */
  right: 64px; /* 100%の右端から24px右へ */
  width: 1px;
  height: 96px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 0 0 8px 8px;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .hero-scroll-down {
    right: 32px;
  }
}
@media (max-width: 1024px) {
  .hero-scroll-down {
    display: none;
  }
}

.hero-scroll-down-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  animation: scroll-dot-fall 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scroll-dot-fall {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  15% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  88% {
    opacity: 1;
    transform: translateX(-50%) translateY(96px);
  }
  90% {
    opacity: 0;
    transform: translateX(-50%) translateY(96px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(96px);
  }
}
/* スクロールヒントアニメーション */
@keyframes scroll-hint-move {
  0% {
    transform: translateX(0);
    opacity: 0.9;
  }
  50% {
    transform: translateX(-8px);
    opacity: 1;
  }
  51% {
    transform: translateX(-8px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.9;
  }
}
/*--------------------------------------------------------
*
* トップページ：メインメニューアイコン
*
--------------------------------------------------------*/
.hero-icons {
  position: relative;
  width: 100%;
  margin-top: 0;
  z-index: 10;
  background: transparent;
  /* Splideカスタムスタイル */
}
.hero-icons::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 2px;
  background-color: #3ea621;
}
@media (max-width: 959px) {
  .hero-icons::before {
    content: none;
  }
}
.hero-icons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background: #1a1b19;
  opacity: 0.4;
  z-index: -1;
}
.hero-icons .hero-icons-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  max-width: 1199px;
  margin: -64px auto 0;
  justify-items: center;
}
@media (max-width: 1199px) {
  .hero-icons .hero-icons-content {
    gap: 18px;
  }
}
@media (max-width: 959px) {
  .hero-icons .hero-icons-content {
    /* Splideスライダー用のスタイル */
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .hero-icons .hero-icons-content {
    gap: 20px;
    padding-bottom: 20px;
    /* モバイル専用スクロールバー */
    /* iOS Safari専用の追加設定 */
  }
  .hero-icons .hero-icons-content::after {
    content: "スクロールできます →";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    opacity: 0.9;
    pointer-events: none;
    z-index: 5;
    animation: scroll-hint-move 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  .hero-icons .hero-icons-content::-webkit-scrollbar {
    height: 6px;
    background: rgba(241, 241, 241, 0.8);
    border-radius: 3px;
  }
  .hero-icons .hero-icons-content::-webkit-scrollbar-thumb {
    background: rgba(62, 166, 33, 0.8);
    border-radius: 3px;
    border: none;
  }
  .hero-icons .hero-icons-content::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0.8);
    border-radius: 3px;
  }
  @supports (-webkit-touch-callout: none) {
    .hero-icons .hero-icons-content::-webkit-scrollbar {
      -webkit-appearance: auto;
      height: 6px;
    }
    .hero-icons .hero-icons-content::-webkit-scrollbar-thumb {
      -webkit-appearance: auto;
      background: rgba(62, 166, 33, 0.8);
    }
  }
}
.hero-icons .hero-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.4, 2, 0.6, 1);
  will-change: transform;
}
.hero-icons .hero-icon-item:hover {
  transform: translateY(-4px);
}
.hero-icons .hero-icon-img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #1a1b19;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .hero-icons .hero-icon-img-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
  }
}
.hero-icons .hero-icon-img-wrap img {
  display: block;
  width: 70px;
  height: 50px;
  object-fit: contain;
}
.hero-icons .hero-icon-text {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  white-space: pre;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media (max-width: 1199px) {
  .hero-icons .hero-icon-text {
    font-size: clamp(14px, 1.1vw, 16px);
  }
}
@media (max-width: 599px) {
  .hero-icons .hero-icon-text {
    font-feature-settings: "palt";
  }
}
@media (max-width: 959px) {
  .hero-icons .splide {
    /* Splideスライダーの基本スタイル */
    /* ページネーション */
    /* 矢印ボタン */
  }
  .hero-icons .splide .splide__track {
    overflow: visible;
  }
  .hero-icons .splide .splide__list {
    gap: 24px;
    align-items: center;
  }
  .hero-icons .splide .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-icons .splide .splide__pagination {
    bottom: -30px;
    gap: 8px;
    pointer-events: auto;
  }
  .hero-icons .splide .splide__pagination__page {
    width: 8px;
    height: 8px;
    background: rgba(62, 166, 33, 0.3);
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /* アニメーション中の無効化 */
  }
  .hero-icons .splide .splide__pagination__page.is-active {
    background: #3ea621;
    transform: scale(1.2);
  }
  .hero-icons .splide .splide__pagination__page.is-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .hero-icons .splide .splide__arrow {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  .hero-icons .splide .splide__arrow:hover {
    background: rgb(255, 255, 255);
    opacity: 1;
    transform: scale(1.1);
  }
  .hero-icons .splide .splide__arrow svg {
    fill: #3ea621;
    width: 16px;
    height: 16px;
  }
  .hero-icons .splide .splide__arrow--prev {
    left: -20px;
  }
  .hero-icons .splide .splide__arrow--next {
    right: -20px;
  }
}
@media (max-width: 959px) and (max-width: 599px) {
  .hero-icons .splide .splide__list {
    gap: 20px;
  }
  .hero-icons .splide .splide__arrow {
    width: 36px;
    height: 36px;
  }
  .hero-icons .splide .splide__arrow svg {
    width: 14px;
    height: 14px;
  }
  .hero-icons .splide .splide__arrow--prev {
    left: -18px;
  }
  .hero-icons .splide .splide__arrow--next {
    right: -18px;
  }
}

/*--------------------------------------------------------
FV以降のセクション
--------------------------------------------------------*/
.site-main {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  z-index: 1;
}

/*--------------------------------------------------------
*
* トップページ FV直後メニュー 3カラム
*
--------------------------------------------------------*/
.top-menu-wrap {
  position: relative;
  padding: 192px 0 160px;
}
.top-menu-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #1a1b19 0, #1a1b19 360px, #f4f4f4 360px);
}
@media (max-width: 1199px) {
  .top-menu-wrap::before {
    background-image: linear-gradient(to bottom, #1a1b19 0, #1a1b19 200px, #f4f4f4 200px);
  }
}
@media (max-width: 1199px) {
  .top-menu-wrap {
    padding: 48px 0 96px;
  }
}
@media (max-width: 599px) {
  .top-menu-wrap {
    padding: 32px 0 64px;
  }
}
.top-menu-wrap .service-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1512px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .top-menu-wrap .service-categories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-menu-wrap .service-category {
  position: relative;
  height: max-content;
  background-color: #f4f4f4;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.01);
}
.top-menu-wrap .service-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1a1b19;
}
.top-menu-wrap .service-category:nth-child(1) {
  margin-top: 96px;
}
.top-menu-wrap .service-category:nth-child(2) {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .top-menu-wrap .service-category {
    display: flex;
    box-shadow: 0 0 32px rgba(26, 27, 25, 0.1);
  }
  .top-menu-wrap .service-category:nth-child(1), .top-menu-wrap .service-category:nth-child(2) {
    margin-top: 0;
  }
  .top-menu-wrap .service-category::before {
    border-width: 0;
  }
}
@media (max-width: 599px) {
  .top-menu-wrap .service-category {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-menu-wrap .category-header {
  position: relative;
  margin-top: -128px;
  padding: 32px 24px 24px;
  gap: 8px;
  text-align: center;
}
@media (max-width: 1199px) {
  .top-menu-wrap .category-header {
    flex: 1;
    margin-top: -48px;
  }
}
@media (max-width: 599px) {
  .top-menu-wrap .category-header {
    margin-top: -8px;
    padding: 32px 12px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.top-menu-wrap .category-image {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1199px) {
  .top-menu-wrap .category-image {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .top-menu-wrap .category-image.personal-img img {
    width: 72px;
    height: 56px;
    object-position: 24px center;
  }
  .top-menu-wrap .category-image.corporate-img img {
    width: 72px;
    height: 56px;
  }
  .top-menu-wrap .category-image.seo-support-img img {
    width: 64px;
    height: 56px;
  }
}
.top-menu-wrap .category-image img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.top-menu-wrap .category-title * {
  color: #1a1b19;
  text-align: center;
}
@media (max-width: 599px) {
  .top-menu-wrap .category-title * {
    text-align: left;
  }
}
@media (max-width: 599px) {
  .top-menu-wrap .category-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.top-menu-wrap .category-title p {
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Akrobat", sans-serif;
  font-feature-settings: "palt";
}
@media (max-width: 1199px) {
  .top-menu-wrap .category-title p {
    line-height: 1.1;
  }
}
@media (max-width: 599px) {
  .top-menu-wrap .category-title p {
    font-size: 14px;
  }
}
.top-menu-wrap .category-title h2 {
  letter-spacing: 0.1em;
  font-size: clamp(24px, 2vw, 32px);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
.top-menu-wrap .category-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px 32px;
}
@media (max-width: 1199px) {
  .top-menu-wrap .category-content {
    flex: 1.5;
    padding: 16px 32px 32px;
  }
}
@media (max-width: 599px) {
  .top-menu-wrap .category-content {
    width: 100%;
    padding: 0 16px 20px 24px;
    gap: 6px;
  }
}
.top-menu-wrap .service-group {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .top-menu-wrap .service-group {
    margin-bottom: 0;
  }
}
.top-menu-wrap .service-group:last-child {
  margin-bottom: 0;
}
.top-menu-wrap .service-group h3 {
  position: relative;
  display: block;
  margin-bottom: clamp(8px, 1vw, 16px);
  color: #1a1b19;
}
.top-menu-wrap .service-group h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #1a1b19;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top-menu-wrap .service-group h3 span {
  position: relative;
  display: inline-block;
  padding: 0 12px 0 32px;
  background-color: #f4f4f4;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  z-index: 1;
}
.top-menu-wrap .service-group h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(20px, 1.2vw, 24px);
  height: clamp(20px, 1.2vw, 24px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top-menu-wrap .service-group:nth-child(1) h3 span::before {
  background-image: url("../images/icon/icon_sp.svg");
}
.top-menu-wrap .service-group:nth-child(2) h3 span::before {
  background-image: url("../images/icon/icon_pc.svg");
}
.top-menu-wrap .service-group.seo-group h3 span::before {
  width: 26px;
  height: 22px;
  background-image: url("../images/icon/icon_hat.svg");
}
.top-menu-wrap .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 1vw, 16px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu-wrap .service-list li {
  margin: 0;
}
.top-menu-wrap .service-link {
  position: relative;
  display: inline-block;
  padding: 8px 16px 8px 28px;
  color: #1a1b19;
  background-color: #e8e8e8;
  border-radius: 2px;
  text-decoration: none;
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 599px) {
  .top-menu-wrap .service-link {
    padding: 6px 16px 6px 28px;
  }
}
.top-menu-wrap .service-link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  border-top: 5px solid transparent;
  border-left: 7px solid #1a1b19;
  border-bottom: 5px solid transparent;
  transition: border-left 0.3s ease;
}
@media screen and (max-width: 599px) {
  .top-menu-wrap .service-link::before {
    left: 12px;
    border-top: 4px solid transparent;
    border-left: 6px solid #1a1b19;
    border-bottom: 4px solid transparent;
  }
}
.top-menu-wrap .service-link:hover {
  color: #fff;
  background-color: rgba(26, 27, 25, 0.8);
}
.top-menu-wrap .service-link:hover::before {
  border-left-color: #fff;
}
.top-menu-wrap .seo-details {
  margin-bottom: 16px;
}
.top-menu-wrap .pricing-link {
  text-align: center;
}
.top-menu-wrap .pricing-link .service-link {
  display: inline-block;
  padding: 12px 24px;
  background: #3ea621;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.top-menu-wrap .pricing-link .service-link::before {
  display: none;
}
.top-menu-wrap .pricing-link .service-link:hover {
  background: #3ea621;
  color: #fff;
}
.top-menu-wrap .service-list-seo {
  padding-left: 20px;
}
.top-menu-wrap .service-list-seo li {
  position: relative;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 1.2vw, 16px);
}
.top-menu-wrap .service-list-seo li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url("../images/icon/icon_chiekbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*--------------------------------------------------------
*
* トップページ リペア事業
*
--------------------------------------------------------*/
.repair-section {
  position: relative;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 599px) {
  .repair-section {
    padding-bottom: 96px;
  }
}
.repair-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(100% - 96px);
  height: 100%;
  background-color: #1a1b19;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .repair-section::before {
    width: 100%;
  }
}
.repair-section .repair-header * {
  color: #f4f4f4;
}
.repair-section .repair-header::after {
  background-color: #1a1b19;
}
.repair-section .repair-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .repair-section .repair-list {
    padding-right: 0;
  }
}
.repair-section .repair-item-title,
.repair-section .repair-item-text,
.repair-section .repair-item-cat,
.repair-section .repair-item-target,
.repair-section .repair-item-desc {
  color: #fff;
}
.repair-section .repair-item-cat span {
  color: #fff;
}
.repair-section .repair-item-desc {
  opacity: 0.9;
  margin-bottom: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 599px) {
  .repair-section .repair-item-desc {
    line-height: 1.6;
    font-size: 14px;
  }
}

/*--------------------------------------------------------
*
* トップページ クリエイティブ事業
*
--------------------------------------------------------*/
.creative-section {
  position: relative;
  background-color: #f4f4f4;
}
@media screen and (max-width: 599px) {
  .creative-section {
    padding-bottom: 96px;
  }
}
.creative-section::before {
  position: absolute;
  content: none;
  right: 0;
  top: 0;
  width: 160px;
  height: 100%;
  background-color: #1a1b19;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .creative-section::before {
    content: none;
  }
}
.creative-section .creative-header::after {
  background-color: #f4f4f4;
}
.creative-section .creative-header *,
.creative-section .creative-item-title *,
.creative-section .creative-item-cat *,
.creative-section .creative-item-target *,
.creative-section .creative-item-desc * {
  color: #1a1b19;
}
.creative-section .creative-item-desc {
  opacity: 0.9;
  margin-bottom: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .creative-section .creative-item-desc {
    line-height: 1.6;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .creative-section .creative-list {
    padding-right: 0;
  }
}
.creative-section .content-item-target {
  color: #1a1b19;
}
.creative-section .content-img::after,
.creative-section .content-item-text::after {
  background-color: #1a1b19 !important;
}
.creative-section .creative-btn:hover {
  background: #1a1b19;
  color: #f4f4f4;
}
.creative-section .creative-btn:hover .arrow {
  border-left-color: #fff;
}

/*--------------------------------------------------------
店舗情報セクション (SHOP)
--------------------------------------------------------*/
.shop-section {
  padding: 0;
  background-color: #f4f4f4;
  color: #1a1b19;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  /*--------------------------------------------------------
  599px以下でアコーディオン用のスタイル
  --------------------------------------------------------*/
}
@media (max-width: 599px) {
  .shop-section {
    padding-bottom: 32px;
  }
}
.shop-section .heading-group {
  margin-bottom: 48px;
}
@media (max-width: 599px) {
  .shop-section .heading-group {
    margin-bottom: 24px;
  }
  .shop-section .heading-group::before {
    content: none;
  }
}
.shop-section .shop-header::after {
  background-color: #f4f4f4;
}
.shop-section .shop-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: start;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .shop-section .shop-content {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 599px) {
  .shop-section .shop-content {
    margin-bottom: 0;
    gap: 24px;
  }
}
.shop-section .shop-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .shop-section .shop-info {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .shop-section .shop-info {
    gap: 16px;
  }
}
@media (max-width: 599px) {
  .shop-section .shop-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop-section .shop-category {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 599px) {
  .shop-section .shop-category {
    gap: 0;
  }
}
.shop-section .shop-category-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
@media (max-width: 599px) {
  .shop-section .shop-category-header {
    gap: 0;
  }
}
.shop-section .shop-category-label {
  font-size: 16px;
  font-family: "Akrobat", sans-serif;
  letter-spacing: 0.08em;
  opacity: 0.7;
  color: #1a1b19;
}
.shop-section .shop-category-title {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.04em;
  color: #1a1b19;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .shop-section .shop-category-title {
    font-size: clamp(24px, 2vw, 28px);
  }
}
.shop-section .shop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shop-section .shop-item {
  margin: 0;
}
.shop-section .shop-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: #fff;
  text-decoration: none;
  color: #1a1b19;
  box-shadow: 0 2px 32px rgba(0, 0, 0, 0.01);
  transition: all 0.2s ease;
}
.shop-section .shop-link .arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #1a1b19;
}
.shop-section .shop-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}
.shop-section .shop-name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1a1b19;
  flex: 1;
  margin-right: 16px;
}
@media (max-width: 599px) {
  .shop-section .shop-name {
    margin-right: 0;
  }
}
.shop-section .shop-arrow {
  font-size: 18px;
  font-weight: 600;
  color: #3ea621;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.shop-section .shop-link:hover .shop-arrow {
  transform: translateX(4px);
}
.shop-section .shop-image-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .shop-section .shop-image-area iframe {
    height: 330px;
  }
}
.shop-section .shop-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-section .shop-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  border: 2px dashed #ccc;
}
.shop-section .placeholder-text {
  font-size: 18px;
  color: #999;
  font-family: "Akrobat", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 599px) {
  .shop-section .accordion-btn {
    cursor: pointer;
    padding: 0 0 16px;
  }
  .shop-section .accordion-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1a1b19;
    transition: transform 0.3s ease;
  }
  .shop-section .accordion-btn.open::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .shop-section .accordion-btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 599px) {
  .shop-section .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
}

/*--------------------------------------------------------
  ループスライダー（独立セクション）
  --------------------------------------------------------*/
.shop-loop-slider {
  position: relative;
  width: calc(100% - 192px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 48px 0;
  background-color: #f4f4f4;
}
@media (max-width: 599px) {
  .shop-loop-slider {
    padding: 32px 0;
  }
}
@media (max-width: 1199px) {
  .shop-loop-slider {
    width: 100%;
  }
}
.shop-loop-slider .slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.shop-loop-slider .slider-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: slideLoop 120s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}
.shop-loop-slider .slider-content span {
  margin-right: clamp(40px, 7vw, 80px);
  color: #1a1b19;
  letter-spacing: 0.1em;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  transform: translateZ(0);
  font-size: clamp(80px, 10vw, 160px);
  font-weight: 100;
  font-family: "Akrobat", sans-serif;
}
.shop-loop-slider .slider-content span:hover {
  opacity: 1;
}

@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*--------------------------------------------------------
*
* 会社概要セクション
*
--------------------------------------------------------*/
.company-overview {
  padding: 0;
}
@media (max-width: 599px) {
  .company-overview {
    padding-bottom: 64px;
  }
}
.company-overview .l-inner {
  padding: 0;
}
@media (max-width: 599px) {
  .company-overview .l-inner {
    padding: 0 16px;
  }
}
.company-overview .company-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1512px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .company-overview .company-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.company-overview .company-block {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 240px;
  background-color: #4e4e4e;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .company-overview .company-block {
    height: 160px;
    padding: 16px;
  }
}
.company-overview .company-block::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(35, 35, 35, 0.0649) 59%);
  z-index: 1;
}
@media (max-width: 599px) {
  .company-overview .company-block::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(35, 35, 35, 0.0649) 69%);
  }
}
.company-overview .company-block:hover {
  background-color: #3a3a3a;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
}
.company-overview .company-block:hover img {
  transform: scale(1.1);
}
.company-overview .company-image {
  position: absolute;
  inset: 0;
}
.company-overview .company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  transition: transform 0.3s ease;
}
.company-overview .company-info {
  position: relative;
  width: 100%;
  z-index: 2;
}
.company-overview .company-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.4;
}
.company-overview .company-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
}
.company-overview .company-type {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

/*--------------------------------------------------------
よくある質問 (FAQ)
--------------------------------------------------------*/
.faq-content {
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
}
.faq-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 10px;
  opacity: 0.3;
}
.faq-content ul.faq-list {
  position: relative;
  max-width: 922px;
  margin: 0 auto;
  padding: 78px 0;
  z-index: 1;
}
.faq-content ul.faq-list li.faq-item {
  margin-bottom: 19px;
  padding: 0 26px;
  background-color: #fff;
  border-radius: 10px;
}
.faq-content ul.faq-list li.faq-item:last-child {
  margin-bottom: 0;
}
.faq-content ul.faq-list li.faq-item dt h3,
.faq-content ul.faq-list li.faq-item dd p {
  position: relative;
}
.faq-content ul.faq-list li.faq-item dt h3::before,
.faq-content ul.faq-list li.faq-item dd p::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-family: "Akrobat", sans-serif;
}
.faq-content ul.faq-list li.faq-item dt h3 {
  padding: 0 26px 0 39px;
}
.faq-content ul.faq-list li.faq-item dt h3::before {
  content: "Q";
  background-color: #000033;
  color: #fff;
}
.faq-content ul.faq-list li.faq-item dt h3::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "▼";
  transition-duration: 0.3s;
}
.faq-content ul.faq-list li.faq-item dd p {
  padding: 3px 6px 6px 39px;
}
.faq-content ul.faq-list li.faq-item dd p::before {
  content: "A";
  background-color: #f4f4f4;
  color: #1a1b19;
  border: 1px solid #1a1b19;
}
.faq-content ul.faq-list li.faq-item dt {
  position: relative;
  padding: 26px 0;
}
.faq-content ul.faq-list li.faq-item dt.open h3::after {
  transform: rotate(180deg);
}
.faq-content ul.faq-list li.faq-item dd {
  margin-left: 0;
  padding-bottom: 26px;
}
.faq-content ul.accordion-faq li dd {
  display: none;
}

/*--------------------------------------------------------
フッター (footer)
--------------------------------------------------------*/
footer#colophon {
  position: relative;
  background: #1a1b19;
  border-bottom: 8px solid #3ea621;
  z-index: 1;
}

.footer-wrap {
  padding: 96px 0 24px;
}
@media (max-width: 599px) {
  .footer-wrap {
    padding-top: 64px;
  }
}

.footer-inner {
  /* フッター情報グループ */
  /* フッターメニュー（メイン） */
  /* ブログメニューを除外 */
}
@media (max-width: 959px) {
  .footer-inner * {
    text-align: center;
  }
}
.footer-inner .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 959px) {
  .footer-inner .footer-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    gap: 32px;
  }
}
.footer-inner .footer-info {
  align-items: flex-start;
  /* グループ1: ロゴ + 社名 */
  /* グループ2: 住所 + 電話番号 + SNS */
}
@media (max-width: 959px) {
  .footer-inner .footer-info {
    align-items: center;
  }
}
.footer-inner .footer-info .footer-group-1 {
  margin-bottom: 26px;
}
.footer-inner .footer-info .footer-group-1 .site-branding {
  width: 200px;
  margin-bottom: 13px;
}
.footer-inner .footer-info .footer-group-1 .site-branding a {
  display: block;
}
.footer-inner .footer-info .footer-group-1 .company-name-wrapper .company-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.footer-inner .footer-info .footer-group-2 .company-info {
  margin-bottom: 13px;
}
.footer-inner .footer-info .footer-group-2 .company-info .company-address {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.footer-inner .footer-info .footer-group-2 .company-info .company-phone {
  font-size: 14px;
}
.footer-inner .footer-info .footer-group-2 .company-info .company-phone a {
  text-decoration: none;
}
.footer-inner .footer-info .footer-group-2 .company-info .company-phone a:hover {
  text-decoration: underline;
}
.footer-inner .footer-menu-wrap ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-inner .footer-menu-wrap ul.footer-menu li.menu-item-has-children {
  margin-right: 52px;
  /* フッターメニュー（サブ） */
}
.footer-inner .footer-menu-wrap ul.footer-menu li.menu-item-has-children:last-child {
  margin-right: 0;
}
.footer-inner .footer-menu-wrap ul.footer-menu li.menu-item-has-children ul.sub-menu {
  position: relative;
  margin-top: 13px;
}
.footer-inner .footer-menu-wrap ul.footer-menu li.menu-item-has-children ul.sub-menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: -23px;
  width: 1px;
  height: 100%;
  background-color: #6f81d0;
}
.footer-inner .footer-menu-wrap ul.footer-menu li.menu-item-has-children ul.sub-menu li.menu-item {
  margin-bottom: 6px;
}
.footer-inner .footer-menu-wrap ul.footer-menu li.menu-item-has-children ul.sub-menu li.menu-item:last-child {
  margin-right: 0;
}
.footer-inner a {
  letter-spacing: 0.8px;
}
.footer-inner .fa-brands,
.footer-inner p,
.footer-inner span,
.footer-inner a,
.footer-inner i {
  color: #f4f4f4;
  transition-duration: 0.3s;
}
.footer-inner a:hover {
  color: #e8e8e8;
}
.footer-inner li#menu-item-2253 {
  display: none;
}

.sns-content {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
@media (max-width: 959px) {
  .sns-content {
    justify-content: center;
  }
}
.sns-content .sns-item {
  margin-right: 13px;
}
.sns-content .sns-item:last-child {
  margin-right: 0;
}
.sns-content .sns-item .fa-brands {
  font-size: 21px;
}
.sns-content .sns-item img.sns-icon-x {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  transition-duration: 0.3s;
}
.sns-content .sns-item:hover .fa-twitter {
  color: #1da1f2;
}
.sns-content .sns-item:hover .fa-line {
  color: #3cc853;
}
.sns-content .sns-item:hover img.sns-icon-x {
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}

/*--------------------------------------------------------
*
* 共通CSS：固定ページ
*
--------------------------------------------------------*/
header.page-header {
  height: 400px;
  /* KVタイトル */
}
header.page-header::before {
  background: url(../images/page_works/wroks_mv_bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: left;
  z-index: -2;
  pointer-events: none;
}
header.page-header .page-title {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 100;
  font-family: serif;
}
header.page-header .h-page-wrap {
  z-index: 1;
}

/*--------------------------------------------------------
*
* ブログページ (BLOG)
*
--------------------------------------------------------*/
section.post-index .article-inner ul.article-box {
  flex-wrap: wrap;
}
section.post-index .article-inner ul.article-box li.article-item {
  flex: initial;
  width: calc(50% - 26px);
}
section.post-index .article-inner ul.article-box li.article-item:nth-child(2n) {
  margin-right: 0;
}

/*--------------------------------------------------------
ARTICLE INDEX PAGE (index.php)
記事一覧ページ専用スタイル
参考: https://webnote-plus.com/wordpress-start-swell/
--------------------------------------------------------*/
.post-index {
  background-color: #f4f4f4;
  padding: 96px 0;
  min-height: 100vh;
}
.post-index .l-heading {
  padding-top: 48px;
}
@media (max-width: 1199px) {
  .post-index {
    padding: 64px 0;
  }
}
@media (max-width: 599px) {
  .post-index {
    padding: 48px 0;
  }
}
.post-index.article-wrap {
  position: relative;
}
.post-index .article-inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 599px) {
  .post-index .article-inner {
    padding: 0 16px;
  }
}
.post-index .l-heading {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 599px) {
  .post-index .l-heading {
    margin-bottom: 48px;
  }
}
.post-index .l-heading .en {
  font-family: "Akrobat", sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 500;
  color: #1a1b19;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
.post-index .l-heading .en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #3ea621;
  border-radius: 2px;
}
.post-index .l-heading .description {
  display: block;
  font-size: 16px;
  color: #1a1b19;
  opacity: 0.8;
  margin-top: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 599px) {
  .post-index .l-heading .description {
    font-size: 14px;
  }
}
.post-index .article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}
@media (max-width: 599px) {
  .post-index .article-list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }
}
.post-index .article-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}
.post-index .article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.post-index .article-card .card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.post-index .article-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.post-index .article-card .card-image:hover img {
  transform: scale(1.05);
}
.post-index .article-card .card-image .category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #3ea621;
  color: #fff;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.post-index .article-card .card-content {
  padding: 24px;
}
.post-index .article-card .card-content .card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #1a1b19;
  opacity: 0.7;
}
.post-index .article-card .card-content .card-meta .date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-index .article-card .card-content .card-meta .date::before {
  content: "📅";
  font-size: 12px;
}
.post-index .article-card .card-content .card-meta .author {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-index .article-card .card-content .card-meta .author::before {
  content: "👤";
  font-size: 12px;
}
.post-index .article-card .card-content .card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1b19;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media (max-width: 599px) {
  .post-index .article-card .card-content .card-title {
    font-size: 16px;
  }
}
.post-index .article-card .card-content .card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #1a1b19;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}
.post-index .article-card .card-content .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.post-index .article-card .card-content .card-tags .tag {
  background: rgba(62, 166, 33, 0.1);
  color: #3ea621;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.post-index .article-card:hover .card-title {
  color: #3ea621;
}
.post-index .page-nation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 599px) {
  .post-index .page-nation {
    margin-top: 48px;
  }
}
.post-index .page-nation .nav-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 599px) {
  .post-index .page-nation .nav-links {
    flex-direction: column;
    gap: 12px;
  }
}
.post-index .page-nation .nav-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  background: #fff;
  border: 2px solid rgba(26, 27, 25, 0.1);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 280px;
}
@media (max-width: 599px) {
  .post-index .page-nation .nav-links a {
    padding: 12px 20px;
    max-width: 100%;
  }
}
.post-index .page-nation .nav-links a .nav-subtitle {
  font-size: 12px;
  color: #1a1b19;
  opacity: 0.7;
  margin-bottom: 4px;
  font-weight: 500;
}
.post-index .page-nation .nav-links a .nav-title {
  font-size: 14px;
  color: #1a1b19;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.post-index .page-nation .nav-links a:hover {
  border-color: #3ea621;
  background: rgba(62, 166, 33, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(62, 166, 33, 0.15);
}
.post-index .page-nation .nav-links a:hover .nav-title {
  color: #3ea621;
}
.post-index .no-posts {
  text-align: center;
  padding: 64px 24px;
  color: #1a1b19;
  opacity: 0.7;
}
.post-index .no-posts p {
  font-size: 18px;
  margin-bottom: 24px;
}
.post-index .no-posts .back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #3ea621;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.post-index .no-posts .back-home:hover {
  background: rgb(46.1105527638, 123.4572864322, 24.5427135678);
  transform: translateY(-2px);
}
.post-index .no-posts .back-home::before {
  content: "🏠";
  font-size: 16px;
}

@media (max-width: 1200px) {
  .post-index .article-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media (max-width: 768px) {
  .post-index .article-list {
    grid-template-columns: 1fr;
  }
}
.post-index .article-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
.post-index .article-card:nth-child(1) {
  animation-delay: 0s;
}
.post-index .article-card:nth-child(2) {
  animation-delay: 0.1s;
}
.post-index .article-card:nth-child(3) {
  animation-delay: 0.2s;
}
.post-index .article-card:nth-child(4) {
  animation-delay: 0.3s;
}
.post-index .article-card:nth-child(5) {
  animation-delay: 0.4s;
}
.post-index .article-card:nth-child(6) {
  animation-delay: 0.5s;
}
.post-index .article-card:nth-child(7) {
  animation-delay: 0.6s;
}
.post-index .article-card:nth-child(8) {
  animation-delay: 0.7s;
}
.post-index .article-card:nth-child(9) {
  animation-delay: 0.8s;
}
.post-index .article-card:nth-child(10) {
  animation-delay: 0.9s;
}
.post-index .article-card:nth-child(11) {
  animation-delay: 1s;
}
.post-index .article-card:nth-child(12) {
  animation-delay: 1.1s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .post-index .article-card {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .post-index .article-card:hover {
    transform: none;
  }
}
/*--------------------------------------------------------
SINGLE POST PAGE (single.php)
個別記事ページ専用スタイル
--------------------------------------------------------*/
.single-post {
  background-color: #f4f4f4;
  min-height: 100vh;
}
.single-post .site-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 96px 24px;
}
@media (max-width: 1199px) {
  .single-post .site-main {
    padding: 64px 20px;
  }
}
@media (max-width: 599px) {
  .single-post .site-main {
    padding: 48px 16px;
  }
}
.single-post .entry-header {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(26, 27, 25, 0.1);
}
.single-post .entry-header .entry-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  color: #1a1b19;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.single-post .entry-header .entry-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: #1a1b19;
  opacity: 0.8;
}
@media (max-width: 599px) {
  .single-post .entry-header .entry-meta {
    flex-direction: column;
    gap: 12px;
  }
}
.single-post .entry-header .entry-meta .posted-on {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-post .entry-header .entry-meta .posted-on::before {
  content: "📅";
  font-size: 14px;
}
.single-post .entry-header .entry-meta .byline {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-post .entry-header .entry-meta .byline::before {
  content: "👤";
  font-size: 14px;
}
.single-post .entry-header .entry-meta .cat-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-post .entry-header .entry-meta .cat-links::before {
  content: "📂";
  font-size: 14px;
}
.single-post .entry-header .entry-meta .cat-links a {
  background: rgba(62, 166, 33, 0.1);
  color: #3ea621;
  padding: 4px 12px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.single-post .entry-header .entry-meta .cat-links a:hover {
  background: #3ea621;
  color: #fff;
}
.single-post .post-thumbnail {
  margin-bottom: 48px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post .entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #1a1b19;
}
@media (max-width: 599px) {
  .single-post .entry-content {
    font-size: 15px;
    line-height: 1.7;
  }
}
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  color: #1a1b19;
  font-weight: 600;
  line-height: 1.4;
  margin: 48px 0 24px;
  letter-spacing: 0.02em;
}
.single-post .entry-content h2 {
  font-size: 28px;
  padding-left: 16px;
  border-left: 4px solid #3ea621;
  position: relative;
}
.single-post .entry-content h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #3ea621, transparent);
}
@media (max-width: 599px) {
  .single-post .entry-content h2 {
    font-size: 24px;
  }
}
.single-post .entry-content h3 {
  font-size: 24px;
  padding: 12px 16px;
  background: rgba(62, 166, 33, 0.05);
  border-radius: 6px;
  border-left: 3px solid #3ea621;
}
@media (max-width: 599px) {
  .single-post .entry-content h3 {
    font-size: 20px;
    padding: 10px 14px;
  }
}
.single-post .entry-content h4 {
  font-size: 20px;
  color: #3ea621;
}
@media (max-width: 599px) {
  .single-post .entry-content h4 {
    font-size: 18px;
  }
}
.single-post .entry-content p {
  margin-bottom: 24px;
}
.single-post .entry-content p:last-child {
  margin-bottom: 0;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin: 24px 0;
  padding-left: 32px;
}
.single-post .entry-content ul li,
.single-post .entry-content ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.single-post .entry-content a {
  color: #3ea621;
  text-decoration: underline;
  text-decoration-color: rgba(62, 166, 33, 0.3);
  transition: all 0.3s ease;
}
.single-post .entry-content a:hover {
  text-decoration-color: #3ea621;
  color: rgb(46.1105527638, 123.4572864322, 24.5427135678);
}
.single-post .entry-content blockquote {
  margin: 32px 0;
  padding: 24px;
  background: rgba(26, 27, 25, 0.02);
  border-left: 4px solid #3ea621;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  position: relative;
}
.single-post .entry-content blockquote::before {
  content: "“";
  font-size: 48px;
  color: rgba(62, 166, 33, 0.3);
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: 1;
}
.single-post .entry-content blockquote p {
  margin-bottom: 16px;
  padding-left: 24px;
}
.single-post .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.single-post .entry-content pre,
.single-post .entry-content code {
  font-family: "Courier New", monospace;
  background: rgba(26, 27, 25, 0.05);
  border-radius: 4px;
}
.single-post .entry-content code {
  padding: 2px 6px;
  font-size: 0.9em;
}
.single-post .entry-content pre {
  padding: 20px;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid rgba(26, 27, 25, 0.1);
}
.single-post .entry-content pre code {
  background: none;
  padding: 0;
}
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 24px 0;
}
.single-post .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.single-post .entry-content table th,
.single-post .entry-content table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(26, 27, 25, 0.1);
}
.single-post .entry-content table th {
  background: rgba(62, 166, 33, 0.1);
  color: #1a1b19;
  font-weight: 600;
}
.single-post .entry-content table tr:hover {
  background: rgba(62, 166, 33, 0.02);
}
.single-post .entry-footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(26, 27, 25, 0.1);
}
.single-post .entry-footer .tags-links {
  margin-bottom: 24px;
}
.single-post .entry-footer .tags-links .tags-label {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1a1b19;
}
.single-post .entry-footer .tags-links .tags-label::before {
  content: "🏷";
  margin-right: 6px;
}
.single-post .entry-footer .tags-links .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-post .entry-footer .tags-links .tag-list a {
  background: rgba(62, 166, 33, 0.1);
  color: #3ea621;
  padding: 6px 12px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.single-post .entry-footer .tags-links .tag-list a:hover {
  background: #3ea621;
  color: #fff;
  transform: translateY(-2px);
}
.single-post .entry-footer .tags-links .tag-list a::before {
  content: "#";
  opacity: 0.7;
}
.single-post .post-navigation {
  margin-top: 64px;
  padding: 32px 0;
  border-top: 2px solid rgba(26, 27, 25, 0.1);
}
.single-post .post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 599px) {
  .single-post .post-navigation .nav-links {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.single-post .post-navigation .nav-links .nav-previous a,
.single-post .post-navigation .nav-links .nav-next a {
  display: block;
  padding: 20px;
  background: #fff;
  border: 2px solid rgba(26, 27, 25, 0.1);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.single-post .post-navigation .nav-links .nav-previous a:hover,
.single-post .post-navigation .nav-links .nav-next a:hover {
  border-color: #3ea621;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(62, 166, 33, 0.15);
}
.single-post .post-navigation .nav-links .nav-previous a .nav-subtitle,
.single-post .post-navigation .nav-links .nav-next a .nav-subtitle {
  display: block;
  font-size: 12px;
  color: #1a1b19;
  opacity: 0.7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-post .post-navigation .nav-links .nav-previous a .nav-title,
.single-post .post-navigation .nav-links .nav-next a .nav-title {
  display: block;
  font-size: 16px;
  color: #1a1b19;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-post .post-navigation .nav-links .nav-previous a:hover .nav-title,
.single-post .post-navigation .nav-links .nav-next a:hover .nav-title {
  color: #3ea621;
}
.single-post .post-navigation .nav-links .nav-previous a {
  text-align: left;
}
.single-post .post-navigation .nav-links .nav-previous a .nav-subtitle::before {
  content: "←";
}
.single-post .post-navigation .nav-links .nav-next a {
  text-align: right;
}
.single-post .post-navigation .nav-links .nav-next a .nav-subtitle::after {
  content: " →";
}
.single-post .comments-area {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 2px solid rgba(26, 27, 25, 0.1);
}
.single-post .comments-area .comments-title {
  font-size: 24px;
  color: #1a1b19;
  margin-bottom: 32px;
  text-align: center;
}
.single-post .comments-area .comments-title::before {
  content: "💬";
  margin-right: 8px;
}

/*--------------------------------------------------------
ARCHIVE PAGE (archive.php)
アーカイブページ専用スタイル
--------------------------------------------------------*/
.archive-page {
  background-color: #f4f4f4;
  padding: 96px 0;
  min-height: 100vh;
}
@media (max-width: 1199px) {
  .archive-page {
    padding: 64px 0;
  }
}
@media (max-width: 599px) {
  .archive-page {
    padding: 48px 0;
  }
}
.archive-page .site-main {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 599px) {
  .archive-page .site-main {
    padding: 0 16px;
  }
}
.archive-page .page-header {
  text-align: center;
  margin-bottom: 64px;
  padding: 48px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .archive-page .page-header {
    margin-bottom: 48px;
    padding: 32px 24px;
  }
}
.archive-page .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3ea621, #1a1b19);
}
.archive-page .page-header .page-title {
  font-family: "Akrobat", sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  color: #1a1b19;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  position: relative;
}
.archive-page .page-header .page-title::before {
  font-size: 0.8em;
  margin-right: 12px;
  opacity: 0.8;
}
.archive-page .page-header .page-title[data-archive=category]::before {
  content: "📂";
}
.archive-page .page-header .page-title[data-archive=tag]::before {
  content: "🏷️";
}
.archive-page .page-header .page-title[data-archive=author]::before {
  content: "👤";
}
.archive-page .page-header .page-title[data-archive=date]::before {
  content: "📅";
}
.archive-page .page-header .archive-description {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1b19;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .archive-page .page-header .archive-description {
    font-size: 14px;
  }
}
.archive-page .page-header .archive-description p {
  margin-bottom: 16px;
}
.archive-page .page-header .archive-description p:last-child {
  margin-bottom: 0;
}
.archive-page .page-header .archive-meta {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: #1a1b19;
  opacity: 0.7;
}
@media (max-width: 599px) {
  .archive-page .page-header .archive-meta {
    flex-direction: column;
    gap: 12px;
  }
}
.archive-page .page-header .archive-meta .post-count {
  display: flex;
  align-items: center;
  gap: 6px;
}
.archive-page .page-header .archive-meta .post-count::before {
  content: "📄";
  font-size: 14px;
}
.archive-page .page-header .archive-meta .archive-feed a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3ea621;
  text-decoration: none;
  transition: all 0.3s ease;
}
.archive-page .page-header .archive-meta .archive-feed a:hover {
  color: rgb(46.1105527638, 123.4572864322, 24.5427135678);
}
.archive-page .page-header .archive-meta .archive-feed a::before {
  content: "📡";
  font-size: 14px;
}
.archive-page .archive-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 64px;
}
@media (max-width: 599px) {
  .archive-page .archive-list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }
}
.archive-page .archive-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}
.archive-page .archive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.archive-page .archive-card .archive-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(26, 27, 25, 0.9);
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}
.archive-page .archive-card .card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.archive-page .archive-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.archive-page .archive-card .card-image:hover img {
  transform: scale(1.05);
}
.archive-page .archive-card .card-image .category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #3ea621;
  color: #fff;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.archive-page .archive-card .card-content {
  padding: 24px;
}
.archive-page .archive-card .card-content .card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #1a1b19;
  opacity: 0.7;
}
.archive-page .archive-card .card-content .card-meta .date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.archive-page .archive-card .card-content .card-meta .date::before {
  content: "📅";
  font-size: 12px;
}
.archive-page .archive-card .card-content .card-meta .author {
  display: flex;
  align-items: center;
  gap: 4px;
}
.archive-page .archive-card .card-content .card-meta .author::before {
  content: "👤";
  font-size: 12px;
}
.archive-page .archive-card .card-content .card-meta .comment-count {
  display: flex;
  align-items: center;
  gap: 4px;
}
.archive-page .archive-card .card-content .card-meta .comment-count::before {
  content: "💬";
  font-size: 12px;
}
.archive-page .archive-card .card-content .card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1b19;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media (max-width: 599px) {
  .archive-page .archive-card .card-content .card-title {
    font-size: 16px;
  }
}
.archive-page .archive-card .card-content .card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #1a1b19;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}
.archive-page .archive-card .card-content .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.archive-page .archive-card .card-content .card-tags .tag {
  background: rgba(62, 166, 33, 0.1);
  color: #3ea621;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.archive-page .archive-card .card-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #3ea621;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.archive-page .archive-card .card-content .read-more:hover {
  color: rgb(46.1105527638, 123.4572864322, 24.5427135678);
  transform: translateX(4px);
}
.archive-page .archive-card .card-content .read-more::after {
  content: "→";
  font-size: 12px;
  transition: transform 0.3s ease;
}
.archive-page .archive-card .card-content .read-more:hover::after {
  transform: translateX(2px);
}
.archive-page .archive-card:hover .card-title {
  color: #3ea621;
}
.archive-page .posts-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 599px) {
  .archive-page .posts-navigation {
    margin-top: 48px;
  }
}
.archive-page .posts-navigation .nav-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 599px) {
  .archive-page .posts-navigation .nav-links {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.archive-page .posts-navigation .nav-links .nav-previous a,
.archive-page .posts-navigation .nav-links .nav-next a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #fff;
  border: 2px solid rgba(26, 27, 25, 0.1);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #1a1b19;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .archive-page .posts-navigation .nav-links .nav-previous a,
  .archive-page .posts-navigation .nav-links .nav-next a {
    padding: 12px 20px;
    justify-content: center;
    width: 100%;
  }
}
.archive-page .posts-navigation .nav-links .nav-previous a:hover,
.archive-page .posts-navigation .nav-links .nav-next a:hover {
  border-color: #3ea621;
  background: rgba(62, 166, 33, 0.05);
  color: #3ea621;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(62, 166, 33, 0.15);
}
.archive-page .posts-navigation .nav-links .nav-previous a::before {
  content: "←";
  font-size: 14px;
}
.archive-page .posts-navigation .nav-links .nav-next a::after {
  content: "→";
  font-size: 14px;
}
.archive-page .no-results {
  text-align: center;
  padding: 96px 24px;
  color: #1a1b19;
}
.archive-page .no-results .page-title {
  font-size: 24px;
  color: #1a1b19;
  margin-bottom: 24px;
}
.archive-page .no-results .page-title::before {
  content: "🔍";
  margin-right: 8px;
  font-size: 20px;
}
.archive-page .no-results .page-content {
  max-width: 500px;
  margin: 0 auto;
}
.archive-page .no-results .page-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
  opacity: 0.8;
}
.archive-page .no-results .page-content .search-form {
  display: flex;
  gap: 8px;
  max-width: 400px;
  margin: 0 auto 32px;
}
@media (max-width: 599px) {
  .archive-page .no-results .page-content .search-form {
    flex-direction: column;
  }
}
.archive-page .no-results .page-content .search-form input[type=search] {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid rgba(26, 27, 25, 0.1);
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}
.archive-page .no-results .page-content .search-form input[type=search]:focus {
  border-color: #3ea621;
}
.archive-page .no-results .page-content .search-form input[type=submit] {
  padding: 12px 24px;
  background: #3ea621;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.archive-page .no-results .page-content .search-form input[type=submit]:hover {
  background: rgb(46.1105527638, 123.4572864322, 24.5427135678);
  transform: translateY(-2px);
}
.archive-page .no-results .page-content .back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #1a1b19;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.archive-page .no-results .page-content .back-home:hover {
  background: rgb(51.5, 53.4807692308, 49.5192307692);
  transform: translateY(-2px);
}
.archive-page .no-results .page-content .back-home::before {
  content: "🏠";
  font-size: 16px;
}

.archive-page .archive-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
.archive-page .archive-card:nth-child(1) {
  animation-delay: 0s;
}
.archive-page .archive-card:nth-child(2) {
  animation-delay: 0.1s;
}
.archive-page .archive-card:nth-child(3) {
  animation-delay: 0.2s;
}
.archive-page .archive-card:nth-child(4) {
  animation-delay: 0.3s;
}
.archive-page .archive-card:nth-child(5) {
  animation-delay: 0.4s;
}
.archive-page .archive-card:nth-child(6) {
  animation-delay: 0.5s;
}
.archive-page .archive-card:nth-child(7) {
  animation-delay: 0.6s;
}
.archive-page .archive-card:nth-child(8) {
  animation-delay: 0.7s;
}
.archive-page .archive-card:nth-child(9) {
  animation-delay: 0.8s;
}
.archive-page .archive-card:nth-child(10) {
  animation-delay: 0.9s;
}
.archive-page .archive-card:nth-child(11) {
  animation-delay: 1s;
}
.archive-page .archive-card:nth-child(12) {
  animation-delay: 1.1s;
}

@media (prefers-reduced-motion: reduce) {
  .archive-page .archive-card {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .archive-page .archive-card:hover {
    transform: none;
  }
}
/*--------------------------------------------------------
WIDGET AREA (sidebar.php)
ウィジェットエリア専用スタイル
--------------------------------------------------------*/
.widget-area {
  background-color: #f4f4f4;
  padding: 64px 96px;
}
@media (max-width: 1199px) {
  .widget-area {
    padding: 48px 32px;
  }
}
@media (max-width: 599px) {
  .widget-area {
    padding: 32px 16px;
  }
}
.widget-area .widget-container {
  max-width: 1512px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .widget-area .widget-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.widget-area .widget {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .widget-area .widget {
    padding: 24px;
    border-radius: 12px;
  }
}
.widget-area .widget:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.widget-area .widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3ea621, #1a1b19);
  border-radius: 16px 16px 0 0;
}
.widget-area .widget .wp-block-heading {
  font-size: 20px;
  font-weight: 600;
  color: #1a1b19;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(26, 27, 25, 0.1);
  position: relative;
}
@media (max-width: 599px) {
  .widget-area .widget .wp-block-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.widget-area .widget .wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: #3ea621;
  border-radius: 1px;
}
.widget-area .widget:nth-child(1) .wp-block-heading::after {
  content: "NEW";
  position: absolute;
  right: 0;
  top: 0;
  background: #3ea621;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.widget-area .widget:nth-child(2) .wp-block-heading::after {
  content: "ARCHIVE";
  position: absolute;
  right: 0;
  top: 0;
  background: #1a1b19;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.widget-area .widget:nth-child(3) .wp-block-heading::after {
  content: "CATEGORY";
  position: absolute;
  right: 0;
  top: 0;
  background: #666;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-area ul li {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 16px;
  background: rgba(244, 244, 244, 0.5);
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}
.widget-area ul li:last-child {
  margin-bottom: 0;
}
.widget-area ul li:hover {
  background: rgba(62, 166, 33, 0.05);
  border-left-color: #3ea621;
  transform: translateX(4px);
}
.widget-area ul li a {
  color: #1a1b19;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  transition: color 0.3s ease;
  display: block;
}
.widget-area ul li a:hover {
  color: #3ea621;
}
.widget-area ul li a::after {
  content: "→";
  opacity: 0;
  margin-left: 8px;
  transition: all 0.3s ease;
  color: #3ea621;
  font-size: 12px;
}
.widget-area ul li a:hover::after {
  opacity: 1;
  transform: translateX(2px);
}
.widget-area .wp-block-latest-posts li {
  padding-left: 20px;
}
.widget-area .wp-block-latest-posts li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #3ea621;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.widget-area .wp-block-latest-posts li:hover::before {
  background: #1a1b19;
  transform: translateY(-50%) scale(1.2);
}
.widget-area .wp-block-archives li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 12px;
  background: #1a1b19;
  border-radius: 2px;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.widget-area .wp-block-archives li:hover::before {
  opacity: 1;
  transform: translateY(-50%) scaleY(1.2);
}
.widget-area .wp-block-categories li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.widget-area .wp-block-categories li:hover::before {
  background: #3ea621;
  transform: translateY(-50%) rotate(45deg);
}

.widget-area .widget {
  opacity: 0;
  transform: translateY(30px);
  animation: widgetFadeIn 0.6s ease forwards;
}
.widget-area .widget:nth-child(1) {
  animation-delay: 0.1s;
}
.widget-area .widget:nth-child(2) {
  animation-delay: 0.2s;
}
.widget-area .widget:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes widgetFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .widget-area .widget {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .widget-area .widget:hover {
    transform: none;
  }
  .widget-area .widget ul li:hover {
    transform: none;
  }
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1a1b19;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}
.loading-screen.loading-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading-screen.loading-hidden {
  opacity: 0;
  visibility: hidden;
}

.loading-container {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.loading-logo {
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .loading-logo {
    margin-bottom: 8px;
  }
}

.logo-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.logo-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.6s ease-out;
}

.logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1b19;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.loading-logo.logo-revealing .logo-overlay {
  transform: translateX(100%);
}

.loading-copy {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.loading-copy.copy-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 599px) {
  .loading-copy {
    margin-bottom: 24px;
  }
}

.copy-text {
  color: #fff;
  font-size: clamp(14px, 2vw, 24px);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 599px) {
  .copy-text {
    font-size: 16px;
  }
}

.loading-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.loading-dots.dots-visible {
  opacity: 1;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: dotPulse 1.5s ease-in-out infinite;
}
.dot.dot-1 {
  animation-delay: 0s;
}
.dot.dot-2 {
  animation-delay: 0.2s;
}
.dot.dot-3 {
  animation-delay: 0.4s;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1b19;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-out;
}
.loading-overlay.overlay-fade {
  opacity: 1;
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dotPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
.main-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}
.main-content.content-visible {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .loading-screen {
    transition-duration: 0.3s;
  }
  .loading-logo,
  .loading-copy,
  .loading-dots {
    transition-duration: 0.3s;
    animation-duration: 0.3s;
  }
  .reveal-rect {
    transition-duration: 0.6s;
  }
  .dot {
    animation: none;
    opacity: 0.8;
  }
}
/*--------------------------------------------------------
*
* 記事詳細ページ共通スタイル
*
--------------------------------------------------------*/
.page-interview .page-header,
.page-hospital .page-header {
  background: #1a1b19;
  color: #fff;
  padding: 80px 0 40px;
}
.page-interview .page-header .h-page-title,
.page-hospital .page-header .h-page-title {
  text-align: center;
}
.page-interview .page-header .h-page-title .page-title,
.page-hospital .page-header .h-page-title .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  letter-spacing: 0.04em;
}
.page-interview .page-header .h-page-title .title-sub,
.page-hospital .page-header .h-page-title .title-sub {
  font-size: 1.2rem;
  opacity: 0.8;
  font-family: "Akrobat", sans-serif;
  letter-spacing: 0.08em;
}
.page-interview .bg-navy-gra,
.page-hospital .bg-navy-gra {
  background: linear-gradient(135deg, #1a1b19 0%, #2a2a2a 100%);
  color: #fff;
}
.page-interview .bg-navy-gra .w-info-inner,
.page-hospital .bg-navy-gra .w-info-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}
.page-interview .bg-navy-gra .w-info-content,
.page-hospital .bg-navy-gra .w-info-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .page-interview .bg-navy-gra .w-info-content,
  .page-hospital .bg-navy-gra .w-info-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.page-interview .bg-navy-gra .w-info-box.img-bg,
.page-hospital .bg-navy-gra .w-info-box.img-bg {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.page-interview .bg-navy-gra .w-info-box.img-bg img,
.page-hospital .bg-navy-gra .w-info-box.img-bg img {
  width: 100%;
  height: auto;
  display: block;
}
.page-interview .bg-navy-gra .w-info-box.info .info-table,
.page-hospital .bg-navy-gra .w-info-box.info .info-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.page-interview .bg-navy-gra .w-info-box.info .info-table .info-box,
.page-hospital .bg-navy-gra .w-info-box.info .info-table .info-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-interview .bg-navy-gra .w-info-box.info .info-table .info-box:last-child,
.page-hospital .bg-navy-gra .w-info-box.info .info-table .info-box:last-child {
  border-bottom: none;
}
.page-interview .bg-navy-gra .w-info-box.info .info-table .info-box .info-heading,
.page-hospital .bg-navy-gra .w-info-box.info .info-table .info-box .info-heading {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 16px 20px;
  width: 30%;
  vertical-align: top;
  font-family: "Akrobat", sans-serif;
  letter-spacing: 0.08em;
}
.page-interview .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt,
.page-hospital .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt {
  padding: 16px 20px;
  color: #fff;
  line-height: 1.6;
}
.page-interview .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt br,
.page-hospital .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt br {
  display: block;
  content: "";
  margin: 8px 0;
}
.page-interview .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt h3,
.page-hospital .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.page-interview .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt a,
.page-hospital .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt a {
  color: #3ea621;
  text-decoration: none;
}
.page-interview .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt a:hover,
.page-hospital .bg-navy-gra .w-info-box.info .info-table .info-box .info-txt a:hover {
  text-decoration: underline;
}
.page-interview .w-sub-inner,
.page-hospital .w-sub-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}
.page-interview .w-sub-inner .w-sub-heading,
.page-hospital .w-sub-inner .w-sub-heading {
  text-align: center;
  margin-bottom: 40px;
}
.page-interview .w-sub-inner .w-sub-heading h2,
.page-hospital .w-sub-inner .w-sub-heading h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
  font-family: "Akrobat", sans-serif;
  letter-spacing: 0.08em;
}
.page-interview .w-sub-inner .w-sub-heading span,
.page-hospital .w-sub-inner .w-sub-heading span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
}
.page-interview .w-sub-inner .w-sub-box,
.page-hospital .w-sub-inner .w-sub-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 32px;
}
.page-interview .w-sub-inner .w-sub-box.about-box .sub-txt,
.page-hospital .w-sub-inner .w-sub-box.about-box .sub-txt {
  color: #fff;
  line-height: 1.8;
  font-size: 1rem;
}
.page-interview .w-sub-inner .w-sub-box.about-box .sub-txt br,
.page-hospital .w-sub-inner .w-sub-box.about-box .sub-txt br {
  display: block;
  content: "";
  margin: 8px 0;
}
.page-interview .w-sub-inner .w-sub-box.about-box .sub-txt p,
.page-hospital .w-sub-inner .w-sub-box.about-box .sub-txt p {
  margin: 0 0 16px 0;
}
.page-interview .w-sub-inner .w-sub-box.about-box .sub-txt p:last-child,
.page-hospital .w-sub-inner .w-sub-box.about-box .sub-txt p:last-child {
  margin-bottom: 0;
}
.page-interview .w-sub-inner .w-sub-box.voice-box,
.page-hospital .w-sub-inner .w-sub-box.voice-box {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 768px) {
  .page-interview .w-sub-inner .w-sub-box.voice-box,
  .page-hospital .w-sub-inner .w-sub-box.voice-box {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.page-interview .w-sub-inner .w-sub-box.voice-box figure,
.page-hospital .w-sub-inner .w-sub-box.voice-box figure {
  margin: 0;
}
.page-interview .w-sub-inner .w-sub-box.voice-box figure img,
.page-hospital .w-sub-inner .w-sub-box.voice-box figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.page-interview .w-sub-inner .w-sub-box.voice-box .sub-txt,
.page-hospital .w-sub-inner .w-sub-box.voice-box .sub-txt {
  color: #fff;
  line-height: 1.8;
  font-size: 1rem;
}
.page-interview .w-sub-inner .w-sub-box.voice-box .sub-txt br,
.page-hospital .w-sub-inner .w-sub-box.voice-box .sub-txt br {
  display: block;
  content: "";
  margin: 8px 0;
}
.page-interview .port-inner,
.page-hospital .port-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}
.page-interview .port-inner .port-content .port-list,
.page-hospital .port-inner .port-content .port-list {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}
.page-interview .port-inner .port-content .port-list.pc,
.page-hospital .port-inner .port-content .port-list.pc {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.page-interview .port-inner .port-content .port-list.sp,
.page-hospital .port-inner .port-content .port-list.sp {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.page-interview .port-inner .port-content .port-list .port-item,
.page-hospital .port-inner .port-content .port-list .port-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.page-interview .port-inner .port-content .port-list .port-item:hover,
.page-hospital .port-inner .port-content .port-list .port-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.page-interview .port-inner .port-content .port-list .port-item img,
.page-hospital .port-inner .port-content .port-list .port-item img {
  width: 100%;
  height: auto;
  display: block;
}
.page-interview .page-nation,
.page-hospital .page-nation {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}
.page-interview .page-nation .prev_next,
.page-hospital .page-nation .prev_next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .page-interview .page-nation .prev_next,
  .page-hospital .page-nation .prev_next {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.page-interview .page-nation .prev_next .pn_link,
.page-hospital .page-nation .prev_next .pn_link {
  background: #f4f4f4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.page-interview .page-nation .prev_next .pn_link:hover,
.page-hospital .page-nation .prev_next .pn_link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.page-interview .page-nation .prev_next .pn_link a,
.page-hospital .page-nation .prev_next .pn_link a {
  display: flex;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  color: #1a1b19;
}
.page-interview .page-nation .prev_next .pn_link a .pn_arrow,
.page-hospital .page-nation .prev_next .pn_link a .pn_arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3ea621;
  border-radius: 50%;
  margin-right: 16px;
}
.page-interview .page-nation .prev_next .pn_link a .pn_arrow i,
.page-hospital .page-nation .prev_next .pn_link a .pn_arrow i {
  color: #fff;
  font-size: 1.2rem;
}
.page-interview .page-nation .prev_next .pn_link a .prev_next_inner,
.page-hospital .page-nation .prev_next .pn_link a .prev_next_inner {
  flex: 1;
  min-width: 0;
}
.page-interview .page-nation .prev_next .pn_link a .prev_next_inner .thumb,
.page-hospital .page-nation .prev_next .pn_link a .prev_next_inner .thumb {
  margin-bottom: 8px;
}
.page-interview .page-nation .prev_next .pn_link a .prev_next_inner .thumb img,
.page-hospital .page-nation .prev_next .pn_link a .prev_next_inner .thumb img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
.page-interview .page-nation .prev_next .pn_link a .prev_next_inner .title,
.page-hospital .page-nation .prev_next .pn_link a .prev_next_inner .title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}
.page-interview .page-nation .prev_next .pn_link.prev a,
.page-hospital .page-nation .prev_next .pn_link.prev a {
  flex-direction: row-reverse;
}
.page-interview .page-nation .prev_next .pn_link.prev a .pn_arrow,
.page-hospital .page-nation .prev_next .pn_link.prev a .pn_arrow {
  margin-right: 0;
  margin-left: 16px;
}
.page-interview .page-nation .prev_next .no_post,
.page-hospital .page-nation .prev_next .no_post {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.page-interview .page-nation .prev_next .no_post .pn_arrow,
.page-hospital .page-nation .prev_next .no_post .pn_arrow {
  width: 40px;
  height: 40px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .page-interview .page-header,
  .page-hospital .page-header {
    padding: 60px 0 32px;
  }
  .page-interview .page-header .h-page-title .page-title,
  .page-hospital .page-header .h-page-title .page-title {
    font-size: 2rem;
  }
  .page-interview .page-header .h-page-title .title-sub,
  .page-hospital .page-header .h-page-title .title-sub {
    font-size: 1rem;
  }
  .page-interview .bg-navy-gra .w-info-inner,
  .page-hospital .bg-navy-gra .w-info-inner {
    padding: 40px 20px;
  }
  .page-interview .w-sub-inner,
  .page-hospital .w-sub-inner {
    padding: 40px 20px;
  }
  .page-interview .w-sub-inner .w-sub-heading,
  .page-hospital .w-sub-inner .w-sub-heading {
    margin-bottom: 24px;
  }
  .page-interview .w-sub-inner .w-sub-heading h2,
  .page-hospital .w-sub-inner .w-sub-heading h2 {
    font-size: 1.5rem;
  }
  .page-interview .w-sub-inner .w-sub-box,
  .page-hospital .w-sub-inner .w-sub-box {
    padding: 24px;
  }
  .page-interview .port-inner,
  .page-hospital .port-inner {
    padding: 40px 20px;
  }
  .page-interview .page-nation,
  .page-hospital .page-nation {
    padding: 40px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
