@charset "UTF-8";
/*
Theme Name: My Custom Theme
Theme URI: https://example.com/
Description: A simple custom theme for my website.
Author: Your Name
Author URI: https://your-website.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-header, responsive-layout
*/
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Shippori Mincho", serif;
  line-height: 1.75;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.js-text-fade, .js-fade-in {
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.js-fade-in {
  transform: translateY(20px);
  filter: blur(4px);
}
.js-fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.js-text-fade {
  filter: blur(8px);
  letter-spacing: 0.4em;
}
.js-text-fade.is-show {
  opacity: 1;
  filter: blur(0);
  letter-spacing: 0.1em;
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

/* --- ヘッダー（高さ固定とズレ防止修正） --- */
/* --- ヘッダー（スクロール時の背景色修正） --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: background-color 0.4s ease, height 0.4s ease, box-shadow 0.4s ease; /* transitionを明示 */
  background-color: rgba(31, 37, 83, 0); /* 最初は透明（RGBAで指定） */
  box-sizing: border-box;
  /* ★スクロール時に背景色を強制的に上書き */
  /* 下層ヘッダーの基本スタイル：最初から背景色を付けておく場合 */
}
.header.is-scrolled {
  background-color: rgba(31, 37, 83, 0.95) !important; /* 確実に色を付ける */
  height: 70px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header.header-sub {
  background-color: #fff;
  height: 70px; /* スクロール後と同じ高さで固定 */
  border-bottom: 1px solid #e4e4e4;
  /* スクロール時の変化を無効化 */
}
.header.header-sub .pc-menu-links a {
  color: #020202;
}
.header.header-sub.is-scrolled {
  background-color: #fff !important;
  height: 70px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .header {
    height: 65px; /* スマホ時の高さ固定 */
  }
  .header.is-scrolled {
    height: 60px;
  }
}

/* ロゴエリアの修正 */
.logo {
  flex-basis: 260px; /* 固定幅にする */
  max-width: 300px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .logo {
    flex-basis: 238px;
    min-width: auto;
  }
}

/* メニューが開いている時はヘッダーを完全に隠す */
body.menu-open .header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* --- PC用ナビゲーション --- */
.pc-nav {
  display: flex; /* PCファースト */
  align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  .pc-nav {
    display: none;
  }
}

.pc-menu-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.pc-menu-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.pc-menu-links a:hover {
  color: #d4b473;
}

/* --- ハンバーガーボタン --- */
.hamburger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d4b473;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

/* --- ドロワーメニュー（最前面） --- */
.full-menu {
  position: fixed;
  inset: 0;
  background-color: #1f2553;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.full-menu.is-open {
  transform: translateX(0);
}
.full-menu .menu-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.full-menu .close-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.full-menu .close-button .close-icon::before, .full-menu .close-button .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d4b473;
}
.full-menu .close-button .close-icon::before {
  transform: rotate(45deg);
}
.full-menu .close-button .close-icon::after {
  transform: rotate(-45deg);
}
.full-menu .menu-links {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}
.full-menu .menu-links li {
  margin: 25px 0;
}
.full-menu .menu-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .full-menu .menu-links {
    margin-bottom: 20px;
  }
}

/* --- 下層ページ共通ヘッダー --- */
.page-header {
  margin-bottom: -80px;
  position: relative;
  z-index: 100;
}

.page-title-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-left: 65px;
}

.page-en-title {
  font-size: clamp(
    2.8125rem,
    0.8960635359rem + 8.1767955801vw,
    7.4375rem
  );
  font-family: "Shippori Mincho", serif;
  color: #e5e5e5;
  background: linear-gradient(to bottom, #d2d2d2 0%, #d2d2d2 49%, rgba(210, 210, 210, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-en-title {
    letter-spacing: 0em;
  }
}

.page-jp-title {
  font-size: clamp(
    0.75rem,
    0.5946132597rem + 0.6629834254vw,
    1.125rem
  );
  color: #333;
  position: relative;
  z-index: 2;
  font-weight: 500;
  padding-bottom: 20px;
  margin-left: 10px;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 768px) {
  .page-title-area {
    margin-left: 5px;
  }
  .page-header {
    margin-bottom: -58px;
  }
}
.navy-bg {
  background-image: url(../img/navy_bg.png);
  border-radius: 0 100px 0 0;
}

/* --- フッター --- */
.footer {
  background-color: #1f2553;
  color: #fff;
  padding: 60px 5% 35px;
}
.footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.footer .footer-logo {
  margin-bottom: 25px;
}
.footer .footer-logo img {
  height: 45px;
  width: auto;
}
.footer .footer-address {
  font-size: 14px;
  line-height: 1.8;
  font-style: normal;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .footer .footer-address {
    font-size: 11px;
  }
}
.footer .footer-nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
}
@media (max-width: 767px) {
  .footer .footer-nav ul {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.footer .footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.footer .footer-nav a:hover {
  opacity: 0.7;
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  opacity: 0.6;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer .copyright {
    border-top: none;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.gold-button {
  display: inline-flex;
  align-items: center;
  background-color: #d4b473;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
.gold-button .arrow {
  margin-left: 10px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.gold-button .arrow img {
  width: 12px;
  display: block;
}
.gold-button:hover {
  opacity: 0.8;
}
.gold-button:hover .arrow {
  transform: translateX(5px);
}

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

.content-title {
  font-size: clamp(1.43rem, 2.3vw, 2.125rem);
  margin: 10px 0 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.content-title .en-title {
  color: #d4b473;
  font-size: clamp(0.875rem, 1.458vw, 1.3125rem);
  font-family: "Shippori Mincho", serif;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .content-title .en-title {
    margin-bottom: 0;
  }
}

.navy-bg {
  padding: 100px 5% 120px;
  border-radius: 0 100px 0 0;
  margin-top: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .navy-bg {
    border-radius: 0 30px 0 0;
    padding: 70px 5% 40px;
  }
}

/* --- TOPページ専用スタイル --- */
/* --- FVセクション --- */
.fv-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv-container {
    height: 70vh;
  }
}

.slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  -webkit-animation: zoomFade 30s infinite;
          animation: zoomFade 30s infinite;
}
.slider-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bg-overlay);
  z-index: 1;
}
.slider-item.item-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.slider-item.item-2 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.slider-item.item-3 {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

@-webkit-keyframes zoomFade {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  5%, 33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
    transform: scale(1.05);
  }
}

@keyframes zoomFade {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  5%, 33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
    transform: scale(1.05);
  }
}
.fv-copy {
  position: absolute;
  top: 66%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 10;
  width: 84%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fv-copy {
    flex-direction: column;
    align-items: flex-start;
    top: 55%;
    width: 90%;
  }
}

.animate-text-lits {
  color: #ffffff;
  font-size: clamp(2.125rem, 3.5vw, 3.18rem);
  line-height: 1.6;
  letter-spacing: 0.15em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  font-weight: 400;
}
.animate-text-lits.is-ready {
  opacity: 1;
  visibility: visible;
}
.animate-text-lits span {
  display: inline-block;
  vertical-align: bottom;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(20px);
  transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.animate-text-lits.is-active span {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media (max-width: 767px) {
  .animate-text-lits {
    margin-bottom: 0px;
  }
}

.sub-copy {
  color: #ffffff;
  font-size: clamp(0.8125rem, 1.38vw, 1.25rem);
  line-height: 2;
  font-weight: 500;
  flex-basis: 47%;
  white-space: nowrap;
}

.infinite-text-wrapper {
  position: absolute;
  top: -66px;
  left: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .infinite-text-wrapper {
    top: -20px;
  }
}

.scroll-text {
  display: flex;
  white-space: nowrap;
  font-size: clamp(2rem, 8.3vw, 10rem);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.18em;
  line-height: 1;
}

@-webkit-keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* --- メッセージセクション（message） --- */
.message {
  position: relative;
  padding: 120px 5%; /* */
  color: #ffffff; /* */
  overflow: hidden; /* ブラーの食み出しをカット */
  z-index: 0;
  /* 背景レイヤー */
}
.message::before {
  content: "";
  position: absolute;
  /* ブラーの縁が白く抜けるのを防ぐため少し広げる */
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  /* 幕（グラデーション）を固定で設定し、画像だけHTMLからの変数を受け取る */
  background-image: linear-gradient(rgba(0, 35, 110, 0.46), rgba(0, 35, 110, 0.46)), var(--bg-url);
  background-size: cover;
  background-position: center;
  filter: blur(9px); /* ぼかし量 */
  z-index: -1;
}
@media (max-width: 767px) {
  .message::before {
    padding: 80px 5% 22px;
    background-image: linear-gradient(to top, #00174a 39%, rgba(0, 23, 74, 0) 100%), var(--bg-url);
    background-position: top -20% center;
  }
}
@media (max-width: 767px) {
  .message {
    padding: 60px 5%;
  }
}

.message-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8%;
}
@media (max-width: 767px) {
  .message-flex {
    flex-direction: column;
    gap: 40px;
  }
}

.message-image {
  width: 45%;
}
@media (max-width: 767px) {
  .message-image {
    width: 100%;
    max-width: 500px;
  }
}
.message-image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.message-content {
  width: 100%;
}
@media (max-width: 767px) {
  .message-content {
    width: 100%;
  }
}

.message-title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 767px) {
  .message-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
  }
}

.message-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15vw;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.03);
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

.message-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.message-text p {
  font-size: 15px;
  line-height: 2.2;
  margin-bottom: 20px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .message-text p {
    font-size: 15px;
  }
}
.message-text p:last-child {
  margin-bottom: 0;
}

/* --- 悩みセクション --- */
.problem-section {
  background-image: url(../img/navy_bg.png);
  background-repeat: repeat;
  padding: 100px 5%;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .problem-section {
    padding: 70px 5% 32px;
  }
}

.problem-title {
  font-size: clamp(1.473rem, 1.94vw, 1.75rem);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .problem-title {
    margin-bottom: 18px;
  }
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* PC基準 */
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
}

.problem-card {
  background-color: #ffffff;
  color: #333;
  padding: 7px 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  .problem-card {
    padding: 10px 16px;
  }
}

.problem-text {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .problem-text {
    margin-left: 15px;
  }
}

.icon-box {
  width: 44px;
  flex-shrink: 0;
}
.icon-box img {
  width: 100%;
}

/* --- サービスセクション --- */
.service-section .infinite-text-wrapper {
  top: -70px;
}
@media (max-width: 767px) {
  .service-section .infinite-text-wrapper {
    top: -28px;
  }
}
.service-section .infinite-text-wrapper .scroll-text {
  background-color: #bcbcbc;
  opacity: 0.2;
}

.service-inner {
  background-color: #ededed;
  padding: 80px 5% 100px;
  position: relative;
}
@media (max-width: 767px) {
  .service-inner {
    padding: 50px 5%;
  }
}

.service-header-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1360px;
  margin: 0 auto 80px;
  text-align: left;
}
@media (max-width: 767px) {
  .service-header-flex h2 {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .service-header-flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

.header-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  flex-basis: 41.4%;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}
.service-grid .service-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  /* カードを順番に出す（ディレイ設定） */
}
.service-grid .service-card:nth-child(2) {
  transition-delay: 0.2s;
}
.service-grid .service-card:nth-child(3) {
  transition-delay: 0.4s;
}

.service-card-inner {
  padding: 27px 35px;
}
@media (max-width: 767px) {
  .service-card-inner {
    padding: 27px 25px;
  }
}

.service-card-head {
  margin-bottom: 25px;
}

.service-card h4 {
  font-size: clamp(1.25rem, 1.666vw, 1.5rem);
  line-height: 1.27;
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.service-card .text {
  font-size: 14px;
  line-height: 1.61;
}

.service-en {
  font-size: clamp(0.6875rem, 9vw, 0.8125rem);
  color: #9b8167;
  letter-spacing: 0em;
  font-weight: 700;
}

.service-img {
  margin: 0 -35px;
}
@media (max-width: 767px) {
  .service-img {
    margin: 0 -25px;
  }
}
.service-img img {
  width: 90%;
  display: block;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
}

/* --- 実績セクション (case) --- */
.case {
  background-image: url(../img/navy_bg.png);
  padding: 100px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

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

#case-viewport {
  overflow: hidden;
}

.case-wrapper {
  display: flex;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.case-slide {
  flex: 0 0 33.333%; /* PC基準 */
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .case-slide {
    flex: 0 0 100%;
  }
}

.case-card {
  background: #fff;
  color: #333;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.case-text {
  font-size: 15px;
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 83px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.case-img img {
  width: 100%;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.case-body {
  padding: 20px;
}

.case-tag {
  display: inline-block;
  border: 1px solid #333;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
  font-weight: bold;
}

.case-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.case-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.case-pagination .dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.case-pagination .dot.active {
  background: #fff;
}

/* --- FAQ アコーディオン --- */
/* --- FAQ アコーディオン --- */
/* --- FAQ アコーディオン --- */
.faq-section {
  padding: 100px 5%;
  background: #fff;
}
@media (max-width: 767px) {
  .faq-section {
    padding: 50px 5%;
  }
}

.faq-text {
  text-align: center;
  margin-bottom: 83px;
}
@media (max-width: 767px) {
  .faq-text {
    margin-bottom: 56px;
    text-align: left;
  }
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #eee;
}

.faq-item {
  border-bottom: 1px solid #eee;
}
.faq-item.active .faq-q::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-q {
  width: 100%;
  padding: 30px 40px 30px 0;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  line-height: 1.75;
  color: #000;
  font-family: "Shippori Mincho", serif;
  background-image: linear-gradient(#d4b473, #d4b473);
  background-size: 16px 1px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
@media (max-width: 767px) {
  .faq-q {
    font-size: 15px;
    padding: 15px 40px 15px 0;
  }
}
.faq-q::before {
  content: "Q.";
  color: #5d5d5d;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
.faq-q::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #d4b473;
  transform: translate(50%, -50%);
  transition: 0.3s ease;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.faq-a-inner {
  padding: 0 0 30px 0;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .faq-a-inner {
    padding: 0 0 15px 0;
  }
}
.faq-a p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
}

.a-label {
  color: #d4b473;
  font-weight: bold;
  font-size: 20px;
}

/* --- 会社情報ページ専用スタイル --- */
.page-company .content-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page-company .content-title {
    margin-bottom: 50px;
  }
}

.ceo-flex {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ceo-flex {
    flex-direction: column;
    gap: 40px;
  }
}
.ceo-flex .ceo-image {
  flex-basis: 40%;
}
.ceo-flex .ceo-text {
  flex-basis: 55%;
  color: #ffffff;
}
.ceo-flex .ceo-text p {
  line-height: 1.75;
  margin-bottom: 25px;
  opacity: 0.9;
}

.company-table {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  margin: 96px auto 64px;
}
.company-table tr {
  border-bottom: 1px solid #ddd;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
}
.company-table th,
.company-table td {
  padding: 25px 0;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.company-table th {
  width: 200px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company-table th {
    width: 100px;
    font-size: 14px;
  }
}

.page-service .navy-bg {
  position: relative;
}
.page-service .infinite-text-wrapper {
  bottom: 0;
  top: auto;
}
.page-service .section-header {
  margin-bottom: 34px;
}

/* --- イントロ部分 --- */
.service-intro {
  text-align: center;
}
.service-intro .infinite-text-wrapper {
  bottom: -37px;
}
@media (max-width: 767px) {
  .service-intro .infinite-text-wrapper {
    bottom: -11px;
  }
}
.service-intro .scroll-text {
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: clamp(2rem, 6.5vw, 10rem);
}
.service-intro .service-main-copy,
.service-intro .service-main-sub {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(
    1.125rem,
    0.5552486188rem + 2.4309392265vw,
    2.5rem
  );
  line-height: 1.57;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
.service-intro .service-main-sub-text {
  color: #ffffff;
  line-height: 1.95;
  font-size: clamp(
    0.875rem,
    0.8232044199rem + 0.2209944751vw,
    1rem
  );
}
@media (max-width: 767px) {
  .service-intro .service-main-sub-text {
    text-align: left;
  }
}

.strategy {
  padding: 60px 0;
  background-color: #ededed;
}
.strategy .strategy_inner {
  display: flex;
  max-width: 1190px;
  margin: 0 auto;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .strategy .strategy_inner {
    flex-direction: column-reverse;
  }
}
.strategy .strategy_inner .strategy_img {
  flex-basis: 48.5%;
  margin: 0 -3%;
}
.strategy .strategy_inner .strategy_text {
  flex-basis: 48.5%;
}
.strategy .strategy_inner .strategy_text .strategy_title {
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  color: #0e214d;
  margin-bottom: 40px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .strategy .strategy_inner .strategy_text .strategy_title {
    text-align: center;
    margin-bottom: 15px;
  }
}
.strategy .strategy_inner .strategy_text .strategy_paragraph {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.95;
}

/* --- 強みセクション（PCレイアウト） --- */
.service-features {
  background-image: url(../img/navy_bg.png);
  padding: 94px 5%;
}
@media (max-width: 767px) {
  .service-features {
    padding: 42px 5%;
  }
}
.service-features .section-title-img {
  max-width: 560px;
  margin: 0 auto 85px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 120px;
  max-width: 1176px;
  margin: 0 auto 120px;
  justify-content: space-between;
}
.feature-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.feature-item:last-child {
  margin-bottom: 0;
}
.feature-item .feature-text {
  flex: 1;
  position: relative;
  flex-basis: 40%;
}
.feature-item .feature-title {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  font-size: clamp(1.437rem, 2.57vw, 2.3rem);
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.feature-item .feature-title .en {
  display: block;
  margin-top: 10px;
  color: #c5a059;
  font-size: clamp(0.75rem, 1.6vw, 1.5rem);
}
.feature-item .feature-desc {
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.95;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
}
.feature-item .feature-img {
  flex: 1.2;
  position: relative;
  flex-basis: 40%;
}
.feature-item .feature-img .feature-num {
  font-size: clamp(
    4.0625rem,
    3.6740331492rem + 1.6574585635vw,
    5rem
  );
  position: absolute;
  top: -30px;
  left: -30px;
  color: #c5a059;
  font-family: "Bodoni Moda", serif;
  opacity: 0.8;
  line-height: 1;
}
@media (max-width: 767px) {
  .feature-item .feature-img .feature-num {
    left: -10px;
  }
}
.feature-item .feature-img img {
  width: 100%;
  box-shadow: 20px 20px 0 rgba(14, 33, 77, 0.1);
}

/* --- レスポンシブ (SP) --- */
@media screen and (max-width: 768px) {
  .feature-item {
    flex-direction: column !important;
    gap: 30px;
    margin-bottom: 80px;
  }
  .feature-item .feature-num {
    font-size: 60px;
  }
  .feature-item .feature-img {
    width: 100%;
    order: -1;
  }
}
.merit {
  padding: 112px 0 124px;
}
@media (max-width: 767px) {
  .merit {
    padding: clamp(60px, 10vw, 80px) 5%;
  }
}
.merit .illustration {
  max-width: 982px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 767px) {
  .merit .illustration {
    width: 100%;
    overflow-x: visible;
    padding-left: 0;
    padding-bottom: 0;
  }
  .merit .illustration picture,
.merit .illustration img {
    width: 100%;
    height: auto;
    display: block;
  }
  .merit .illustration img {
    max-width: 100%;
  }
}

.flow {
  background-color: #ededed;
  padding: 143px 0 184px;
  padding: clamp(60px, 10vw, 143px) 0 clamp(80px, 11vw, 184px);
}
.flow .flow_img {
  max-width: 1280px;
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 767px) {
  .flow .flow_img {
    width: 90%;
    max-width: 500px;
  }
}

/* --- コンタクトページ専用スタイル --- */
.contact-page {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .contact-page {
    padding-top: 100px;
  }
}
.contact-page .contact-hero {
  margin-bottom: -80px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .contact-page .contact-hero {
    margin-bottom: -50px;
  }
}
.contact-page .contact-form-bg {
  background-color: #0e214d;
  padding: 152px 0 120px;
  border-radius: 0 100px 0 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact-page .contact-form-bg {
    border-radius: 0 40px 0 0;
    padding: 60px 5% 80px;
  }
}
.contact-page .contact-lead {
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-page .contact-lead {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.75;
    font-size: 14px;
  }
}
.contact-page .contact-form-container {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 3%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  color: #000;
}
@media (max-width: 767px) {
  .contact-page .contact-form-container {
    padding: 40px 20px;
  }
}
.contact-page .smf-button-control__control {
  background-color: #132851 !important;
  color: white !important;
  width: 280px;
  border-radius: 100px !important;
  height: 60px;
  background-image: none !important;
}

@media (max-width: 767px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}
.privacy_text {
  margin: 0 auto;
  max-width: 1050px;
  background-color: #fff;
  padding: 5%;
  color: #333;
  line-height: 1.75;
  font-size: clamp(
    0.875rem,
    0.8232044199rem + 0.2209944751vw,
    1rem
  );
}
@media (max-width: 767px) {
  .privacy_text {
    padding: 60px 5%;
  }
}
/*# sourceMappingURL=style.css.map */