@charset "UTF-8";
/* ============================================================
// style.scss (Webサイト基本設定)
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// SCSS Imports
------------------------------------------------------------ */
/* ============================================================
// style reset
============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

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

li {
  list-style-type: none;
}

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

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  cursor: pointer;
}

/* ------------------------------------------------------------
// Bootstrap
------------------------------------------------------------ */
.container {
  max-width: 1510px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

[class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* ------------------------------------------------------------
// photo-ofi
------------------------------------------------------------ */
.photo-ofi {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 75%;
  background-color: #f9f9f9;
  overflow: hidden;
}
.photo-ofi img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* ------------------------------------------------------------
// paging
------------------------------------------------------------ */
/* ------------------------------------------------------------
// paging
------------------------------------------------------------ */
div.paging {
  text-align: center;
  margin-top: 90px;
}

div.paging span.current,
div.paging span.paging-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
}

div.paging span.paging-text a {
  display: block;
  padding: 4px 6px;
  color: inherit;
  transition: 0.3s;
}

div.paging span.current {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  padding: 4px 10px;
  text-decoration: none;
  background: #403630;
  border: 1px solid #403630;
  cursor: default;
}

div.paging span.paging-text a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #403630;
  cursor: pointer;
}

/* ============================================================
// common.scss（共通設定）
============================================================ */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

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

.google-maps iframe {
  vertical-align: bottom;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
@supports not (aspect-ratio: 16/9) {
  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.pagetop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 0.4s ease;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop a img {
  width: 44px;
  height: 44px;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop.is-show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media print {
  a[href^="tel:"] {
    text-decoration: none;
  }
}

/* ============================================================
// header.scss (Webサイト基本設定)
============================================================ */
/* ------------------------------------------------------------
// header design
------------------------------------------------------------ */
.header-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 114px;
  padding-inline: clamp(20px, 3.8766519824vw + 5.4625550661px, 64px) clamp(20px, 2.2026431718vw + 11.7400881057px, 45px);
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10;
}
.header-wrap .header-logo {
  width: 100%;
  max-width: clamp(220px, 23.7004405286vw + 131.1233480176px, 489px);
}
.header-wrap .header-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0px, 7.0484581498vw + -26.4317180617px, 80px);
}
.header-wrap .header-content nav ul {
  display: flex;
  gap: clamp(10px, 3.5242290749vw + -3.2158590308px, 50px);
}
.header-wrap .header-content nav ul li {
  position: relative;
}
.header-wrap .header-content nav ul li a {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.header-wrap .header-content nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffa76f, #fec9a8);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-wrap .header-content nav ul li a:hover {
  opacity: 1;
}
.header-wrap .header-content nav ul li a:hover::before, .header-wrap .header-content nav ul li a.current::before {
  opacity: 1;
}
.header-wrap .header-content .header-contact {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-wrap .header-content .header-contact .phone-box .phone-number {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: 24px;
  font-weight: 900;
}
.header-wrap .header-content .header-contact .phone-box .phone-number i {
  font-size: 20px;
}
.header-wrap .header-content .header-contact .phone-box .phone-txt {
  font-size: 14px;
}
.header-wrap .header-content .header-contact a.mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.3524229075vw + 6.6784140969px, 12px);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: clamp(106px, 9.3392070485vw + 70.9779735683px, 212px);
  height: clamp(40px, 1.7621145374vw + 33.3920704846px, 60px);
  background: #403630;
  border-radius: clamp(20px, 0.8810572687vw + 16.6960352423px, 30px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-wrap .header-content .header-contact a.mail-btn i {
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-wrap .header-content .header-contact a.mail-btn:hover {
  background: #270f00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(39, 15, 0, 0.2);
}
.header-wrap .header-content .header-contact a.mail-btn:hover i {
  transform: translateX(4px);
}
@media screen and (max-width: 1630px) {
  .header-wrap {
    padding-inline: 20px;
  }
  .header-wrap .header-content .header-contact {
    gap: 20px;
  }
}
@media screen and (max-width: 1510px) {
  .header-wrap {
    padding-inline: 20px;
  }
  .header-wrap .header-content .header-contact {
    gap: 0;
  }
  .header-wrap .header-content .header-contact .phone-box {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-wrap {
    height: 80px;
  }
  .header-wrap .header-content {
    display: none;
  }
}

/* ------------------------------------------------------------
// スクロール固定（iOS対応版）
------------------------------------------------------------ */
body.is-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

/* ------------------------------------------------------------
// ハンバーガー（丸＋フォーカス枠なし）
------------------------------------------------------------ */
.hamburger {
  display: none;
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1001;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #333333;
  transition: background-color 0.25s ease;
  padding: 0;
}
.hamburger:focus, .hamburger:focus-visible {
  outline: none;
}
.hamburger .hamburger-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #333;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.hamburger .hamburger-bar.hamburger-bar-top {
  transform: translate(-50%, -50%) translateY(-8px);
}
.hamburger .hamburger-bar.hamburger-bar-mid {
  transform: translate(-50%, -50%);
}
.hamburger .hamburger-bar.hamburger-bar-bot {
  transform: translate(-50%, -50%) translateY(8px);
}
.hamburger.is-open .hamburger-bar-top {
  animation: ham-open-top 0.6s ease forwards;
}
.hamburger.is-open .hamburger-bar-mid {
  animation: ham-open-mid 0.6s ease forwards;
}
.hamburger.is-open .hamburger-bar-bot {
  animation: ham-open-bot 0.6s ease forwards;
}
.hamburger.is-closing .hamburger-bar-top {
  animation: ham-close-top 0.6s ease forwards;
}
.hamburger.is-closing .hamburger-bar-mid {
  animation: ham-close-mid 0.6s ease forwards;
}
.hamburger.is-closing .hamburger-bar-bot {
  animation: ham-close-bot 0.6s ease forwards;
}

@keyframes ham-open-top {
  0% {
    transform: translate(-50%, -50%) translateY(-8px) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes ham-open-mid {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ham-open-bot {
  0% {
    transform: translate(-50%, -50%) translateY(8px) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes ham-close-top {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) translateY(-8px) rotate(0);
  }
}
@keyframes ham-close-mid {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ham-close-bot {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) translateY(8px) rotate(0);
  }
}
/* ------------------------------------------------------------
// SPナビゲーション
------------------------------------------------------------ */
.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  inset: 0;
  z-index: 1000;
  background: #ffffff;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
  pointer-events: none;
}
.global-nav.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  overscroll-behavior: contain;
}
.global-nav .global-nav-inner {
  display: block;
  height: 100%;
  padding: 90px 32px 60px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.global-nav .global-nav-inner::-webkit-scrollbar {
  display: none;
}
.global-nav .global-nav-inner .global-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.global-nav .global-nav-inner .global-nav-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.global-nav .global-nav-inner .global-nav-list li:last-child {
  border-bottom: none;
}
.global-nav .global-nav-inner .global-nav-list li a {
  display: flex;
  flex-direction: column;
  padding: 20px 8px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
}
.global-nav .global-nav-inner .global-nav-list li a .main {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.global-nav .global-nav-inner .global-nav-list li a .sub {
  font-size: 11px;
  font-weight: 500;
  color: #b0b0b0;
  letter-spacing: 0.15em;
  margin-top: 4px;
  transition: color 0.3s ease;
}
.global-nav .global-nav-inner .global-nav-list li a.current, .global-nav .global-nav-inner .global-nav-list li a:active, .global-nav .global-nav-inner .global-nav-list li a:hover {
  padding-left: 16px;
  background: rgba(255, 167, 111, 0.05);
}
.global-nav .global-nav-inner .global-nav-list li a.current .main, .global-nav .global-nav-inner .global-nav-list li a:active .main, .global-nav .global-nav-inner .global-nav-list li a:hover .main {
  color: #ffa76f;
}
.global-nav .global-nav-inner .global-nav-list li a.current .sub, .global-nav .global-nav-inner .global-nav-list li a:active .sub, .global-nav .global-nav-inner .global-nav-list li a:hover .sub {
  color: #ffa76f;
  opacity: 0.7;
}
.global-nav .global-nav-inner .global-nav-list li a.current::before, .global-nav .global-nav-inner .global-nav-list li a:active::before, .global-nav .global-nav-inner .global-nav-list li a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 24px;
  background: #ffa76f;
  border-radius: 0 4px 4px 0;
}

/* ============================================================
// footer（フッター共通）
============================================================ */
.footer-wrap {
  padding-block: clamp(60px, 5.2863436123vw + 40.1762114537px, 120px) clamp(40px, 3.5242290749vw + 26.7841409692px, 80px);
  background: #403630;
}
.footer-wrap .footer-box {
  display: flex;
  justify-content: space-between;
}
.footer-wrap .footer-box .company-info .logo {
  max-width: 489px;
}
.footer-wrap .footer-box .company-info .company-address {
  color: #ffffff;
  margin-top: 40px;
}
.footer-wrap .footer-box .company-info .company-phone {
  display: flex;
  color: #ffffff;
}
.footer-wrap .footer-box .footer-nav ul li a {
  display: block;
  color: #ffffff;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 18px;
  transition: color 0.3s ease;
}
.footer-wrap .footer-box .footer-nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.footer-wrap .footer-box .footer-nav ul li a:hover::before {
  opacity: 1;
  transform: translate(4px, -50%);
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-box .footer-nav {
    display: none;
  }
}
.footer-wrap .copyright {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer-wrap .copyright {
    text-align: left;
  }
}

/* ============================================================
// form.scss (FORM STYLES)
============================================================ */
/* ------------------------------------------------------------
// Form Base Settings
------------------------------------------------------------ */
::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
::placeholder {
  color: #999999;
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select {
  font-family: inherit;
  font-feature-settings: "normal";
  font-size: 16px;
  color: #333333;
  width: 100%;
  padding: clamp(10px, 0.1762114537vw + 9.3392070485px, 12px) 16px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #ffffff;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #777777;
}

input[type=tel] {
  max-width: 280px;
}

input[type=email] {
  max-width: 520px;
}

.postal-code input[type=text] {
  max-width: 160px;
}

@media (max-width: 600px) {
  input[type=tel],
  input[type=email] {
    width: auto;
    max-width: none;
  }
}
input,
textarea {
  font-family: inherit;
  font-feature-settings: "normal";
}

label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  font-weight: 500;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #333333;
}

textarea {
  line-height: 1.6;
  min-height: 120px;
  resize: vertical;
}

.select-wrapper {
  position: relative;
  width: 240px;
  max-width: 100%;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #777777;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}
.select-wrapper select {
  font-family: inherit;
  color: #333333;
  width: 100%;
  padding: 12px 40px 12px 16px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper select:focus {
  border-color: #777777;
  outline: none;
}

.agree-check-checkbox {
  font-size: clamp(16px, 0.1762114537vw + 15.3392070485px, 18px);
  font-weight: 700;
  color: inherit;
  text-align: center;
  margin: 40px 0;
}
.agree-check-checkbox label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.3524229075vw + 6.6784140969px, 12px);
  cursor: pointer;
  transition: opacity 0.2s;
  position: relative;
}
.agree-check-checkbox label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.agree-check-checkbox label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #333333;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.agree-check-checkbox label:hover {
  opacity: 0.7;
}

.button-box {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 0.3524229075vw + 14.6784140969px, 20px);
}
.button-box button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 1;
}
.button-box button[type=submit] {
  background: #403630;
  color: #ffffff;
  font-size: clamp(16px, 0.1762114537vw + 15.3392070485px, 18px);
  min-width: 280px;
  padding: clamp(16px, 0.3524229075vw + 14.6784140969px, 20px) clamp(16px, 2.1145374449vw + 8.0704845815px, 40px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.button-box button[type=submit]:hover {
  background: #270f00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(39, 15, 0, 0.2);
}
.button-box button.return {
  font-size: clamp(16px, 0.1762114537vw + 15.3392070485px, 18px);
  min-width: 200px;
  padding: clamp(16px, 0.3524229075vw + 14.6784140969px, 20px) clamp(16px, 2.1145374449vw + 8.0704845815px, 40px);
  background: #dddddd;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.button-box button.return:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(39, 15, 0, 0.2);
  background: #cccccc;
}
@media screen and (max-width: 767px) {
  .button-box {
    flex-direction: column;
  }
  .button-box button {
    width: 100%;
    min-width: 0 !important;
  }
}

/* ============================================================
// utility.scss (.u-xxxx)
// HTMLに直接付与して、見た目を強制上書きする単機能クラス群
============================================================ */
/* ------------------------------------------------------------
// レイアウト
------------------------------------------------------------ */
.u-center {
  display: block !important;
  text-align: center !important;
  justify-content: center !important;
  margin-inline: auto !important;
}
.u-center img {
  margin-inline: auto !important;
}

.u-spacer {
  height: clamp(60px, 5.2863436123vw + 40.1762114537px, 120px) !important;
}

/* ------------------------------------------------------------
// 表示切り替え
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

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

/* ------------------------------------------------------------
// テキスト設定
------------------------------------------------------------ */
.u-txt-red {
  color: #e63946 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-single-line {
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.u-stack-text > * + * {
  margin-top: 1.5em !important;
}

.u-list-disc {
  margin-left: 1.4em;
}
.u-list-disc li {
  list-style-type: disc;
}

/* ------------------------------------------------------------
// その他
------------------------------------------------------------ */
.u-clickable {
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.u-shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

@media screen and (max-width: 767px) {
  .u-reverse-sp {
    flex-direction: column-reverse !important;
  }
}

/* ------------------------------------------------------------
// body
------------------------------------------------------------ */
body {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(15px, 0.0881057269vw + 14.6696035242px, 16px);
  font-weight: 700;
  color: #403630;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  background: url(../images/common/bg-body.png);
  background-size: cover;
}

/* ------------------------------------------------------------
// link button
------------------------------------------------------------ */
a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a img,
a:hover img,
a:visited img,
a:active img {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
}

a.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.3524229075vw + 6.6784140969px, 12px);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: clamp(160px, 4.5814977974vw + 142.8193832599px, 212px);
  height: clamp(40px, 1.7621145374vw + 33.3920704846px, 60px);
  background: #403630;
  border-radius: clamp(20px, 0.8810572687vw + 16.6960352423px, 30px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
a.link-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
a.link-btn:hover {
  color: #ffffff;
  background: #270f00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(39, 15, 0, 0.2);
}
a.link-btn:hover::before {
  transform: translateX(4px);
}

[id] {
  scroll-margin-top: 154px;
}
@media (max-width: 767px) {
  [id] {
    scroll-margin-top: 120px;
  }
}

/* ------------------------------------------------------------
// table
------------------------------------------------------------ */
.table-base {
  width: 100%;
  border-collapse: collapse;
}
.table-base tr {
  display: grid;
  grid-template-columns: clamp(200px, 3.5242290749vw + 186.7841409692px, 240px) auto;
  border-top: 1px solid #eeeeee;
}
.table-base tr th,
.table-base tr td {
  font-size: clamp(15px, 0.0881057269vw + 14.6696035242px, 16px);
  text-align: left;
  vertical-align: top;
  padding: clamp(16px, 0.704845815vw + 13.3568281938px, 24px);
}
.table-base tr th {
  color: #333333;
  background: #f9f9f9;
  display: flex;
  align-items: center;
}
.table-base tr td {
  background: #ffffff;
}
.table-base tr:last-child {
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .table-base tr {
    display: block;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
  }
  .table-base tr th,
  .table-base tr td {
    display: block;
    width: 100%;
  }
  .table-base tr th {
    padding: clamp(10px, 0.1762114537vw + 9.3392070485px, 12px) clamp(15px, 0.4405286344vw + 13.3480176211px, 20px);
    font-size: 14px;
    background: #f2f2f2;
  }
  .table-base tr td {
    padding: clamp(15px, 0.4405286344vw + 13.3480176211px, 20px) clamp(15px, 0.4405286344vw + 13.3480176211px, 20px) clamp(20px, 0.4405286344vw + 18.3480176211px, 25px);
  }
}

/* ------------------------------------------------------------
// design common parts
------------------------------------------------------------ */
.content-wrap {
  padding-block: clamp(60px, 5.2863436123vw + 40.1762114537px, 120px);
}
.content-wrap .content-box:not(:last-child) {
  padding-bottom: clamp(60px, 2.6431718062vw + 50.0881057269px, 90px);
}

.content-subttl-center {
  font-size: clamp(30px, 0.1762114537vw + 29.3392070485px, 32px);
  font-weight: 900;
  text-align: center;
}
.content-subttl-center span {
  display: block;
  font-size: 14px;
  text-align: center;
}

.content-subttl-left {
  font-size: clamp(30px, 0.1762114537vw + 29.3392070485px, 32px);
  font-weight: 900;
}
.content-subttl-left span {
  display: block;
  font-size: 14px;
}

.content-subttl-logo {
  display: flex;
  align-items: flex-end;
  gap: clamp(10px, 0.3524229075vw + 8.6784140969px, 14px);
  margin-bottom: clamp(30px, 1.3477088949vw + 19.6495956873px, 40px);
}
.content-subttl-logo .content-subttl-logo-icon {
  width: clamp(40px, 0.5286343612vw + 38.0176211454px, 46px);
}
.content-subttl-logo .content-subttl-logo-txt {
  font-size: clamp(24px, 0.5286343612vw + 22.0176211454px, 30px);
  font-weight: 900;
  line-height: 1.2;
}
.content-subttl-logo .content-subttl-logo-txt span {
  display: block;
  font-size: 14px;
  color: #999999;
  margin: 3px 0 0 2px;
}

.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(250px, 17.6211453744vw + 183.9207048458px, 450px);
  padding-top: 114px;
  background: #333333;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.page-header .content-ttl {
  position: relative;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  z-index: 2;
}
.page-header .content-ttl .ttl-box .ttl-en {
  display: block;
  font-size: clamp(40px, 3.5242290749vw + 26.7841409692px, 80px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.page-header .content-ttl .ttl-box .ttl-jp {
  position: relative;
  display: inline-block;
  font-size: clamp(14px, 0.1762114537vw + 13.3392070485px, 16px);
  color: #ffffff;
  letter-spacing: 0.2em;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  padding: 0 30px;
}
.page-header .content-ttl .ttl-box .ttl-jp::before, .page-header .content-ttl .ttl-box .ttl-jp::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #ffffff;
}
.page-header .content-ttl .ttl-box .ttl-jp::before {
  left: 0;
}
.page-header .content-ttl .ttl-box .ttl-jp::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-header {
    min-height: 220px;
    padding-top: 80px;
  }
  .page-header .content-ttl {
    margin-top: 10px;
  }
  .page-header .content-ttl .ttl-en {
    margin-bottom: 5px;
  }
}