@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */

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

@font-face {
  font-family: "myfont"; /*任意のフォントファミリー名でOK*/
  src: url("../fonts/yu-gothic-bold.ttf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
  font-display: swap; /*ダウンロード状況に応じてフォントの表示を変える
(「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

main {
  display: block;
}

html {
  font-size: 10px;
  margin-top: 0 !important;
}

body {
  margin-top: 0 !important;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

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

/*///////////////////////////////

bace

/////////////////////////////*/

/*/ //////////////////////////////

variable

/////////////////////////////*/

/*-----------------------------
ブレークポイント
-----------------------------*/

/*-----------------------------
color
-----------------------------*/

/*///////////////////////////////

mixin

/////////////////////////////*/

/*-----------------------------
font
-----------------------------*/

/*-----------------------------
bace
-----------------------------*/

html {
  scroll-behavior: smooth;
}

header,
main,
footer {
  font-weight: 400;
  color: #1e1e1e;
}

main {
  /* overflow: hidden; */ /* 装飾要素がはみ出て表示されるようにコメントアウト */
}

p {
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 600;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #333;
}

a:hover {
  opacity: 0.7;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header.change-color {
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 4rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header.change-color .header-inner {
  background-color: #fff;
}

.header-logo {
  width: 14rem;
  margin-right: auto;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}

.header-logo a {
  display: block;
  position: relative;
  background: none;
}

.header-logo a::before {
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../images/logo.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header-logo .logo-white {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header-logo .logo-normal {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header.change-color .header-logo .logo-white {
  opacity: 0;
}
.header.change-color .header-logo .logo-normal {
  opacity: 1;
}

.header-logo a img {
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header_navList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 2rem;
}

.header_navitem {
  margin-right: 2rem;
  font-family: "myfont", sans-serif; /*上で設定したフォントファミリー名*/
}

.header_navitem.menu-item-has-children {
  position: relative;
}

.header_navitem .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 1rem 0;
  list-style: none;
  min-width: 220px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transform: translateX(-50%) translateY(10px);
}

.header_navitem.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.sub-menu li {
  width: 100%;
}

.sub-menu li a {
  display: block;
  padding: 1.2rem 2rem;
  color: #333 !important;
  font-size: 1.5rem;
  white-space: nowrap;
  transition: background-color 0.3s;
}

.sub-menu li a:hover {
  background-color: #f5f5f5;
  opacity: 1;
}

.header_navitem a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-align: center;
}

.header.change-color .header_navitem a {
  color: #333;
}

.is-subpage .header {
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.is-subpage .header .header-logo .logo-white {
  opacity: 0;
}

.is-subpage .header .header-logo .logo-normal {
  opacity: 1;
}

.is-subpage .header .header_navitem a {
  color: #333;
}

.is-subpage .header .header-btn span {
  background: #333;
}


.header_navitem a .icon {
  width: 1.8rem;
  margin-right: 0.5rem;
}

.header_navitem.menu_item--contact a {
  padding: 1.2rem 2.8rem;
  transition: all 0.3s ease;
  opacity: 1;
  background: #364659;
  color: #fff!important;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.header_navitem.menu_item--contact a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.header_navitem.menu_item--contact a .icon {
  width: 2.8rem;
  margin-left: 1rem;
}

.header-btn {
  position: absolute;
  right: 2rem;
  width: 5.5rem; /* 円のサイズを少し調整 */
  height: 5.5rem; /* 円のサイズを少し調整 */
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  border: 2px solid #fff; /* 円のボーダーを追加 */
  border-radius: 50%; /* 円形にする */
  top: 4.5rem; /* 上からの位置を調整 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.change-color .header-btn span {
  background: #333;
}

.header.change-color .header-btn {
  border-color: #333; /* スクロール後の円の色 */
}

.header-btn span {
  display: block;
  width: 2.4rem; /* 線を短くして円の中に収める */
  height: 0.2rem;
  background: #fff; /* スクロール前は白 */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.header-btn span:nth-of-type(1) {
  top: 35%; /* 上の線の位置 */
}

.header-btn span:nth-of-type(2) {
  top: 65%; /* 下の線の位置 */
}

.header-btn.active span {
  background: #333; /* 閉じるボタンは常に黒 */
  top: 50%; /* アニメーションのために中央に移動 */
}

.header-btn.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header_nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 100%; /* 右側からスライドインするように変更 */
  background: rgba(255, 255, 255, 1); /* 背景を不透明な白に */
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s; /* トランジションを調整 */
  width: 100%;
  height: 100vh;
  visibility: hidden;
  display: flex; /* 中央寄せのために追加 */
  justify-content: center;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.header_nav_bg {
  display: none; /* 背景のグリッド線を非表示に */
}

.header_nav.active {
  left: 0; /* 画面内に表示 */
  opacity: 1;
  visibility: visible;
}

.header-menu {
  width: 90%;
  max-width: 500px; /* メニューの最大幅を設定 */
}

.header-menu_item.menu-item-has-children > a {
  position: relative;
}

.header-menu_item.menu-item-has-children > a::after {
  display: none; /* アコーディオン用の矢印を非表示 */
}

.header-menu_item.menu-item-has-children.is-open > a::after {
  /* is-open時のスタイルも不要 */
}

.header-menu_item .sub-menu {
  list-style: none;
  background-color: #f7f7f7;
  padding: 0;
  margin: 1rem 0 0;
  padding: 1rem 0;
  max-height: 500px; /* 最初から表示されるように高さを確保 */
  overflow: visible; /* 内容が見えるように */
  transition: none; /* アニメーションを無効化 */
}

.sub-menu li a {
  padding: 1.2rem 2rem 1.2rem 4rem;
  font-size: 1.6rem;
  color: #555;
  display: block;
}

.header-menu_item {
  border-bottom: 1px solid #e0e0e0; /* 区切り線を調整 */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.header_nav.active .header-menu_item {
  opacity: 1;
  transform: translateY(0);
}

/* アニメーションの遅延を設定 */
.header_nav.active .header-menu_item:nth-child(1) { transition-delay: 0.1s; }
.header_nav.active .header-menu_item:nth-child(2) { transition-delay: 0.15s; }
.header_nav.active .header-menu_item:nth-child(3) { transition-delay: 0.2s; }
.header_nav.active .header-menu_item:nth-child(4) { transition-delay: 0.25s; }
.header_nav.active .header-menu_item:nth-child(5) { transition-delay: 0.3s; }
.header_nav.active .header-menu_item:nth-child(6) { transition-delay: 0.35s; }

.header-menu_link {
  display: block;
  padding: 2.5rem 2rem 2.5rem 0; /* 上下の余白を広げる */
  color: #333; /* 文字色を黒に */
  font-size: 2.2rem; /* 文字サイズを調整 */
  font-weight: 500;
  transition: color 0.3s;
  text-align: left; /* テキストを左揃えに */
}

.header-menu_link:hover {
  opacity: 1; /* ホバー時の透過をなくす */
}

.header-menu_link:hover .ja {
  color: #009b87; /* ホバー時に日本語をグリーンに */
}
.header-menu_item span {
  display: block;
}

.header-menu_item .en {
  font-size: 1.4rem; /* サイズ調整 */
  letter-spacing: 0.1em;
  color: #009b87; /* アクセントカラーを適用 */
  font-weight: 700;
}

.header-menu_item .ja {
  color: #333;
  font-size: 1.8rem; /* サイズ調整 */
  margin-top: 0.5rem;
  font-weight: 600; /* 少し太くして視認性向上 */
  transition: color 0.3s;
}

.header-menu_item.menu-item-contact .ja {
  font-size: 2.2rem;
}

.header-menu_item.menu-item-contact {
  border-bottom: none;
  margin-top: 2rem;
}

.header-menu_item.menu-item-contact .header-menu_link {
  background: #364659;
  color: #fff;
  border-radius: 50px;
  padding: 2rem;
  padding: 2rem 0;
  text-align: center;
  transition: all 0.3s ease;
}

.header-menu_item.menu-item-contact .header-menu_link:hover {
  background: #009b87;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

body.active {
  height: 100%;
  overflow: hidden;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.inner.w-1400 {
  max-width: 1400px;
}

.inner.w-1200 {
  max-width: 1200px;
}

.inner.w-1100 {
  max-width: 1100px;
}

.inner.w-1080 {
  max-width: 1080px;
}

.inner.w-980 {
  max-width: 990px;
}

.inner.w-900 {
  max-width: 900px;
}

.inner.w-600 {
  max-width: 600px;
}

.sec-ttl {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 4.2rem;
}

.fedein .sec-ttl {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* セクション全体のアニメーションより少し遅れて開始 */
  transition-delay: 0.2s; 
}

.fedein.isAnimate .sec-ttl {
  opacity: 1;
  transform: translateX(0);
}

.sec-ttl .reveal-text {
  display: block; /* 縦に並べるために block を維持 */
  position: relative;
  overflow: hidden;
  padding: 0.2rem 0;
  width: -webkit-fit-content; /* テキストの幅に合わせる */
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; /* 中央揃えにする */
}

.sec-ttl .reveal-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009b87; /* マスクの色を変更 */
  transform: translateX(-101%);
}

.sec-ttl .reveal-text-inner {
  display: inline-block; /* 中央寄せを維持するため */
  opacity: 0;
  transform: translateX(20px);
}

/* Animation Trigger for Sections */
.fedein.isAnimate .sec-ttl .reveal-text::before {
  animation: wipe-in-out 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.fedein.isAnimate .sec-ttl .reveal-text-inner {
  animation: text-fade-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.fedein.isAnimate .sec-ttl .reveal-text:nth-of-type(1)::before,
.fedein.isAnimate .sec-ttl .reveal-text:nth-of-type(1) .reveal-text-inner {
  animation-delay: 0.2s;
}
.fedein.isAnimate .sec-ttl .reveal-text:nth-of-type(2)::before,
.fedein.isAnimate .sec-ttl .reveal-text:nth-of-type(2) .reveal-text-inner {
  animation-delay: 0.4s;
}

.sec-ttl .en {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  display: block;
}

.sec-ttl .ja {
  font-size: 2.4rem;
  margin-top: 2rem;
  color: #666766;
  letter-spacing: 0.6rem;
  font-family: "myfont", sans-serif; /*上で設定したフォントファミリー名*/
}

.ttl--l {
  font-weight: bold;
  font-size: 6.5rem;
}

.txt--center {
  text-align: center;
}

.txt--center-sp {
  text-align: center;
}

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

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

.txt--b {
  font-weight: bold;
}

.txt--l {
  font-size: 2.2rem;
}

.txt--block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.border {
  border: 1px solid #333;
}

.table_content_wrap02 {
  width: 100%;
  margin-top: 6rem;
  list-style: none;
}

.table_content_inner {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_content_row {
  position: relative;
  border-bottom: solid 2px #d2d2d2;
}

.table_content_row::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background: #009b70;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.table_content_row:last-child {
  border-bottom: none;
}

.table_content_row:last-child::after {
  content: none;
}

.table_h02 {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 2rem;
  line-height: 1.8;
}

.table_h02_b {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 2rem;
  line-height: 2rem;
}

.table_d02 {
  color: #535353;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 2rem;
  line-height: 2rem;
}

.table_d02_b {
  color: #535353;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 2rem;
  line-height: 2;
}

.more_btn {
  background: #364659;
  /* background: linear-gradient(
    90deg,
    rgba(0, 155, 135, 0.9) 0%,
    rgba(54, 70, 89, 0.9) 100%
  ); */
  width: 25rem;
  margin: 0 auto;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.more_btn a {
  color: #fff;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.more_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(54, 70, 89, 0.3);
}

.more_btn a span {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.more_btn a span::before {
  content: "\f061"; /* Font Awesome right arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.more_btn:hover a span::before {
  transform: translate(-50%, -50%) translateX(5px);
}

.border {
  border: 1px solid #333;
}

.cmn__sec {
  position: relative;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 4rem 0;
}

#breadcrumb ul li {
  display: inline-block;
  color: #333;
  position: relative;
  font-size: 1.8rem;
  padding: 0 2px;
  text-transform: uppercase;
  line-height: 1.3;
}

#breadcrumb ul li a {
  color: #333;
  text-decoration: none;
}

#breadcrumb ul li + li {
  margin-left: 2.5rem;
}

#breadcrumb ul li + li::before {
  content: "＞";
  margin: 0 1rem;
  font-size: 1.2rem;
  position: absolute;
  top: 0.5rem;
  left: -2.8rem;
}

.fedein {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fedein.isAnimate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-list {
  overflow: visible !important;
}

.slick-prev,
.slick-next {
  z-index: 20;
}

.slick-prev {
  left: 4rem;
}

.slick-next {
  right: 4rem;
}

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #00ada9;
  font-size: 2.2rem;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #00ada9;
  font-size: 2.2rem;
}

.slick-slide {
  margin: 0 1.5rem;
}

.index_accordion_list {
  margin-top: 4rem;
  line-height: 1.5;
}

.index_accordion_title {
  position: relative;
  padding: 1.5rem 5rem 1.5rem 3.5rem;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #333;
  font-size: 2rem;
}

.index_accordion_title::before {
  position: absolute;
  content: "Q";
  color: #039f49;
  top: 15%;
  left: 0;
  font-size: 3rem;
}

.index_accordion_title::after {
  position: absolute;
  display: block;
  content: "";
  top: 20%;
  right: 0;
  width: 3.3rem;
  height: 3.3rem;
  background-image: url(../images/accodion_plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.3rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.index_accordion_text {
  position: relative;
  display: none;
  padding: 1.5rem 5rem 1.5rem 3.5rem;
  font-size: 2rem;
}

.index_accordion_text::before {
  position: absolute;
  content: "A";
  left: 0;
  color: #039f49;
  font-size: 3rem;
  top: 1rem;
}

.color-light-green {
  color: #e2eae3;
}

.color-pink {
  color: #009b87;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #fff;
}

.back-pink {
  background-color: #e62689;
}

.back-gray {
  background-color: #f8f8f8;
}

.back-black {
  background-color: #000;
}

.back-white {
  background-color: #fff;
}

.index_main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
}

.kv_inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kv-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit; /* 親要素の高さを継承 */
  z-index: 0;
  pointer-events: none;
}

.kv-lines svg {
  opacity: 0;
  transition: opacity 1s ease 1s;
}

.index_main.animation-ready .kv-lines svg {
  opacity: 1;
}

.kv-line, .kv-line-accent {
  fill: none;
  stroke: rgba(255, 255, 255, 0.35); /* グリッド線の透明度を調整して濃くします */
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.index_main.animation-ready .kv-line {
  animation: draw-line 5s ease-out 1.2s forwards;
}

.index_main.animation-ready .kv-line-accent {
  stroke: rgba(255, 255, 255, 0.5); /* アクセント線の透明度を調整して濃くします */
  animation: draw-line 4s ease-out 1.5s forwards;
}

.kv_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; /* 親要素の高さを継承 */
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.index_main.animation-ready {
  animation: zoom-in 15s ease-out forwards;
}

.index_main_slider {
  width: 100%;
  height: 100%;
}

/* .index_main_slider .slick-list {
  width: 100%;
  height: 100%;
}

.index_main_slider .slick-track {
  height: 100%;
}

.index_main_slider .slick-slide {
  margin: 0;
}

.index_main_visual {
  width: 100%;
  height: 100%;
  background: url(../images/main_01.jpg) center no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.index_main_visual:nth-child(2) {
  background: url(../images/main_02.jpg) center no-repeat;
  background-position: center;
  background-size: cover;
}

.index_main_visual:last-child {
  background: url(../images/main_03.jpg) center no-repeat;
  background-position: center;
  background-size: cover;
} */

.kv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* テキストが最前面に来るように設定 */
}
.index_main_copy {
  color: #333;
  width: 100%;
}

.kv_title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: .2rem;
}

.index_main.animation-ready .index_main_logo {
  opacity: 1;
  transition: opacity 1s ease-out 1.1s; /* 拡大・縮小アニメーションを停止し、フェードインに変更 */
}

@keyframes zoom-in {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 110% auto;
  }
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeIn-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.index_main_copy .index_main_logo {
  width: 45rem;
  margin: 2rem auto 0;
}

/* --- New Text Wipe Animation --- */
.kv_title .reveal-text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0.2rem 0;
}

.kv_title .reveal-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-101%);
}

.kv_title .reveal-text-inner {
  display: block;
  opacity: 0;
  transform: translateX(20px);
}

/* Animation Trigger */
.index_main.animation-ready .reveal-text::before {
  animation: wipe-in-out 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.index_main.animation-ready .reveal-text-inner {
  animation: text-fade-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* Delay for each line */
.index_main.animation-ready .reveal-text:nth-child(1)::before,
.index_main.animation-ready .reveal-text:nth-child(1) .reveal-text-inner {
  animation-delay: 0.5s;
}
.index_main.animation-ready .reveal-text:nth-child(2)::before,
.index_main.animation-ready .reveal-text:nth-child(2) .reveal-text-inner {
  animation-delay: 0.7s;
}

@keyframes wipe-in-out {
  0% { transform: translateX(-101%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(101%); }
}

@keyframes text-fade-in {
  0%, 40% { opacity: 0; transform: translateX(20px); }
  50%, 100% { opacity: 1; transform: translateX(0); }
}
/* --- Animation End --- */

.scroll-down-animation {
  position: absolute;
  bottom: 3rem;
  left: 5rem;
  z-index: 2;
  opacity: 0;
  animation: fadeIn-up 1s ease-out 2s forwards;
  width: 2px;
  height: 7rem;
  background-color: rgba(255, 255, 255, 0.25);
}

.scroll-down-animation::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: scroll-dot 2.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes scroll-dot {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, 6.6rem); /* 7rem(height) - 0.4rem(dot height) */
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 6.6rem);
    opacity: 0;
  }
}

.index_bg {
  background-image: url(../images/top_bg.png);
  background-position: top;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.index_about {
  padding: 10rem 0;
}

.index_about_ttl {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.index_about_content {
  margin-top: 6rem;
  font-weight: bold;
  line-height: 1.5;
}

.index_about_txt {
  width: 90%;
  margin: 0 auto;
}

.index_service {
  position: relative;
  padding: 8rem 0 15rem;
  z-index: 1;
  border-radius: 20rem 0 0 0;
}

.index_service .inner {
  position: relative;
}

.index_service .inner::before {
  content: "";
  position: absolute;
  left: -15rem;
  top: -7rem;
  width: 8rem;
  height: 130rem;
  background-size: 8rem;
  /* color_gra.png is missing on some environments; use a CSS gradient fallback */
  background-image: linear-gradient(180deg, rgba(38,169,160,0.15) 0%, rgba(38,169,160,0.05) 100%);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  /* 非表示: 幅1300px以下では装飾の縦帯を隠して右側へのはみ出しを防ぐ */
  .index_service .inner::before,
  .index_property + .index_news .inner::before,
  .index_news .inner::before {
    display: none;
  }
}

/* Topicsセクションの右側に装飾を追加 */
.index_property + .index_news {
  position: relative;
  z-index: 1;
}

.index_property + .index_news .inner::before {
  content: "";
  position: absolute;
  right: -15rem; /* 右側に配置 */
  top: -7rem;
  width: 8rem;
  height: 130rem;
  background-size: 8rem;
  background-image: linear-gradient(180deg, rgba(38,169,160,0.15) 0%, rgba(38,169,160,0.05) 100%);
  background-position: center;
  background-repeat: no-repeat;
}

/* 補強: トピックスで装飾が隠れないようにする */
.index_news {
  position: relative;
  overflow: visible;
}

.index_news .inner {
  position: relative;
  z-index: 2;
}

.index_news .inner::before {
  content: "";
  position: absolute;
  right: -15rem;
  top: -7rem;
  width: 8rem;
  height: 130rem;
  background-size: 8rem;
  background-image: linear-gradient(180deg, rgba(38,169,160,0.15) 0%, rgba(38,169,160,0.05) 100%);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.index_service_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_service_list li {
  position: relative;
  width: calc(33.3333333333% - 3.5rem);
  z-index: 1;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 6rem;
  border-radius: 1rem;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.index_service_list li:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.index_service_list li::before {
  position: absolute;
  content: "";
  top: -0.5%;
  left: -0.5%;
  height: 101%;
  width: 101%;
  background-image: url(../images/service_bg.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  border-radius: 1rem;
}

.index_service_list li a {
  color: #fff;
}

.index_service_list li + li {
  margin-left: 5rem;
}

.index_service_list li:first-child {
  background-image: url(../images/service-card-bg-01.jpg);
}

.index_service_list li:nth-child(2) {
  background-image: url(../images/service-card-bg-02.jpg);
}

.index_service_list li:nth-child(3) {
  background-image: url(../images/service-card-bg-03.jpg);
}

.index_service_list li:nth-child(4) {
  margin-left: 0;
  background-image: url(../images/service-card-bg-04.jpg);
}

.index_service_list li:last-child {
  background-image: url(../images/service-card-bg-05.jpg);
}


.index_service_txtBox {
  color: #fff;
  padding: 6rem 1rem 2rem 3rem;
}

.index_service_txtBox h3 .en {
  display: block;
  font-size: 1.5rem;
}

.index_service_txtBox h3 .ja {
  font-size: 2.2rem;
}

.index_service_txtBox p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin: 0;                /* デフォルト余白をリセット */
  flex: 1 1 auto;           /* テキスト領域を伸縮させて余白を埋める */
  max-width: none;
}

.index_service_txtBox img {
  width: 5.2rem;
  height: auto;             /* 縦に伸びる指定を解除 */
  flex: 0 0 auto;
}

.index_service_cont {
  padding-top: 12rem; /* 必要に応じて数値を調整 */
  gap: 0.8rem;
  justify-content: flex-start;
}

/* 必要なら特定のカードだけ調整する（任意） */
.index_service_list .index_service_item:last-child .index_service_cont {
  padding-top:16rem;
}

.index_property {
  padding: 10rem 0;
}

.index_property_bg {
  background-image: url(../images/top_works_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8rem 0;
}

.index_property .sec-ttl {
  margin-bottom: 4rem;
}

.index_property .more_btn {
  margin: 6rem auto 0;
}

.index_property .sec-ttl,
.index_property .sec-ttl .ja,
.index_property .sec-ttl .color-pink,
.index_property .txt--b {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* 可読性向上のため少し影を追加 */
}

.index_propertylist--wrap {
  margin-top: 6rem;
}

.index_propertylist {
  list-style: none; /* padding: 8rem 0 5rem; */
  /* Add overflow hidden to contain the slides */
  overflow: hidden;
  /* Ensure Slick can manage the display property */
  display: block;
}

/* Slick Overrides for proper display */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* Make each slide narrower so multiple slides fit on one row and images display larger */
.index_propertylist .index_property--item {
  padding: 0 1rem;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

.index_property--itemimg img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.index_property--itemimg {
  width: 100%;
  max-width: none; /* allow image to fill available width */
}

.index_property--item:hover .index_property--itemimg img {
  transform: scale(1.08);
}

@media (max-width: 1400px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .index_property--itemimg img { height: 18rem; }
}

@media (max-width: 480px) {
  .index_property--itemimg img { height: 18rem; }
}

.index_property .slick-slide {
  margin: 0 1.5rem;
}

.index_property .slick-slide img {
  width: 100%;
  height: 100% !important;
}

.index_property .slick-prev,
.index_property .slick-next {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
}

.index_property .slick-prev:hover,
.index_property .slick-next:hover {
  background-color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.index_property .slick-prev {
  left: 2rem;
}

.index_property .slick-next {
  right: 2rem;
}

.index_property .slick-prev:before,
.index_property .slick-next:before {
  color: #333;
  font-size: 20px;
}

.index_property--item {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-out;
}

.index_property--itemimg {
  overflow: hidden;
}

.index_property--item:hover {
  transform: translateY(-8px);
}

.index_property--itemtxtBox {
  color: #333;
  padding: 1rem 0 2rem;
}

.index_property_ttlbox {
  align-items: center;
  font-weight: bold;
}

.index_property--itemtxtBox .category {
  font-size: 1.4rem;
  border-radius: 6px;
  background-color: #545b64;
  color: #fff;
  width: 28%;
  text-align: center;
  padding: 0rem 2rem;
  margin-right: 2rem;
  justify-content: center;

}

.index_property--itemtxtBox .heading3 {
  font-size: 1.8rem;
  color: #fff;
  padding: 1rem 0;
  width: 60%;
}

.index_property--itemtxtBox p {
  font-size: 1.6rem;
}

.index_property--itemtxtBox a {
  color: #333;
}

.index_voice .container {
  padding: 6rem 0 4rem;
}

.index_voicelistwrap {
  margin-top: 10rem;
  margin-bottom: 10rem;
  list-style: none;
}

.index_voicelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.index_voicelist--item {
  position: relative;
  width: calc(33.33% - 1.5rem);
  background-image: url(../images/img_voice01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.index_voicelist--item:nth-child(2) {
  background-image: url(../images/img_voice02.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.index_voicelist--item:nth-child(3) {
  background-image: url(../images/img_voice03.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.index_voicelist--item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img_voice_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.index_voicelist--item-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.index_voicelist--item-btn::after {
  content: "";
  background-image: url("../images/img_arrow.png");
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px;
}

.index_voicelist--item-btn.is-show {
  bottom: 0;
}

.index_voicelist--item-btn.is-show + .txt18 span {
  display: none;
}

.index_voicelist--item-btn.is-show + .txt18 .br_none {
  display: none;
}

.index_voicelist--item .txt18 {
  overflow: hidden;
  position: relative;
}

.index_voicelist--item .heading4 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.index_voicelist--item .txt18.is-hide {
  height: 10rem;
}

.index_voicelist--txt {
  display: table-cell;
  padding: 7rem 3.4rem 10rem;
  vertical-align: middle;
}

.index_news {
  padding: 10rem 0;
}

.index_news .sec-ttl img {
  margin-right: auto;
  margin-left: 0;
  width: 20rem;
}

.index_news_Listwrap {
  margin: 8rem 0;
}

.index_news_list_item {
  border-bottom: 1px solid #ddd;
}

.index_news_list_item a {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  transition: background-color 0.3s;
}

.index_news_list_item a:hover {
  background-color: #f5f5f5;
  opacity: 1;
}

.index_news_list_item .time {
  font-size: 1.6rem;
  color: #333;
  margin-right: 2rem;
  flex-shrink: 0;
}

.index_news_list_item .category {
  font-size: 1.4rem;
  color: #fff;
  background-color: #545b64;
  padding: 0.4rem 1.5rem;
  border-radius: 4px;
  margin-right: 2rem;
  flex-shrink: 0;
}

.index_news_list_item .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}

.topics_list_item {
  border-bottom: 1px solid #e0e0e0;
}

.topics_list_item:first-child {
  border-top: 1px solid #e0e0e0;
}

.topics_list_item a {
  padding: 2.5rem 1rem;
  transition: background-color 0.3s;
  gap: 3rem;
}

.topics_list_item a:hover {
  background-color: #f9f9f9;
  opacity: 1;
}

.topics_img {
  flex: 0 0 200px;
  width: 200px;
  aspect-ratio: 16 / 10;
}

.topics_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.topics_txtBox {
  flex: 1;
}

.topics_meta {
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.topics_meta time {
  font-size: 1.5rem;
  color: #555;
}

.topics_meta .category {
  font-size: 1.3rem;
  color: #fff;
  background-color: #545b64;
  padding: 0.3rem 1.2rem;
  border-radius: 4px;
}

.topics_txtBox .title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.8rem;
}

.topics_txtBox .desc {
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  line-height: 1.7;
}

.topics_txtBox .desc .read-more {
  color: #009b87;
  font-weight: bold;
}
.index_news_list {
  list-style: none;
  font-weight: bold;
}

.index_news_list a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_news_img {
  width: 30%;
}

.index_news_img img {
  height: 100%;
  /* object-fit: cover; */
}

.index_news_category {
  text-align: center;
  display: flex;
  font-size: 1.8rem;
}

.index_news_category .category {
  display: inline-block;
  margin-right: 2rem;
}

.index_news_txtBox {
  padding: 2rem 0 2rem 3rem;
  width: 70%;
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
}

.index_news_txtBox h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 1rem 0;
}

.index_news_txtBox p {
  font-weight: 500;
}

.index_news_arrow {
  width: 3rem;
}

.more_btn {
  margin: 4rem auto 0;
}

.index_news_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 3rem;
  font-weight: bold;
  border-radius: 2.8rem;
}

.index_company {
  padding: 10rem 0 15rem;
}

.index_company_listwrap {
  align-items: center;
  margin-top: 20rem;
}

.index_company_img {
  position: absolute;
  right: 0;
  width: 100rem;
  z-index: -1;
}

.index_company_img::after {
  position: absolute;
  content: "";
  top: -5rem;
  right: 0;
  width: 80%;
  height: 100%;
  background: #26A9A0;
  /* background: linear-gradient(
    90deg,
    rgba(255, 160, 190, 1) 0%,
    rgba(198, 231, 249, 1) 100%
  ); */
  z-index: -1;
}

.index_company_list {
  background-color: #fff;
  width: 60%;
  padding: 4rem 3rem;
}

.index_company_list p {
  font-size: 1.8rem;
}

.index_company_item {
  align-items: center;
  gap: 2rem; /* pタグと矢印ボタンの間に余白を追加 */
}

.index_company_item + .index_company_item {
  margin-top: 5rem;
}

.index_company_item a {
  width: 10rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.index_company_item:hover a {
  transform: translateX(8px);
  opacity: 0.8;
}

.index_company_txt h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.index_info_sec {
  padding: 6rem 0 8rem;
}

.index_info_list {
  justify-content: space-between;
  align-items: center;
}

.index_info_item {
  width: 32%;
}

.index_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
  overflow: visible; /* 画像がはみ出せるように変更 */
}

.contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 120rem;
  max-width: 90vw;
  height: 25rem;
  background-color: #ffffff;
  color: #009b87;
  text-decoration: none;
  border-radius: 1rem;
  overflow: hidden;
  transition: background-color 0.4s ease;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.contact-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0; /* Initial state */
  height: 0; /* Initial state */
  background-color: #009b87; /* Color for the expanding circle */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.8s ease, height 0.8s ease;
}

.contact-button:hover::before {
  width: 140rem; /* Expanded state */
  height: 140rem; /* Expanded state */
}

.contact-button:hover {
  opacity: 1;
  background-color: #ffffff; /* hover background to white */
}

.contact-button span {
  position: absolute;
  z-index: 1;
  transition: opacity 0.4s ease;
  display: block;
}

/* Center the main label vertically and horizontally */
.contact-button-main-text {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  color: #009b87; /* main label color */
}

/* Hover text centered and constrained to avoid overflow */
.contact-button-hover-text {
  font-size: 2.2rem;
  line-height: 2.2;
  font-weight: 800;
  text-decoration:underline;
  padding: 0 4rem;
  opacity: 0;
  text-align: center;
  max-width: calc(100% - 8rem);
  z-index: 1;
}

.contact-button:hover .contact-button-main-text {
  opacity: 0;
}

.contact-button:hover .contact-button-hover-text {
  opacity: 1;
}

/* Color changes on hover: main text -> white, hover description -> white */
.contact-button:hover .contact-button-main-text {
  color: #ffffff;
}
.contact-button:hover .contact-button-hover-text {
  color: #ffffff;
}

.contact-object-image {
  position: absolute;
  right: 8%;
  bottom: -5rem;
  width: 28rem;
  z-index: -1; /* ボタンの背面に配置 */
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1s ease-out 0.5s forwards;
}

@media (max-width: 768px) {
  .contact-button-hover-text {
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 2rem;
    font-size: 1.6rem;
    max-width: calc(100% - 4rem);
  }
  .contact-object-image {
    width: 20rem;
    right: 2%;
    bottom: -3rem;
  }
}

.marquee-section {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  margin: 10rem 0;
}

.marquee-inner {
  display: inline-block;
  animation: marquee 40s linear infinite;
}

.marquee-text {
  font-size: 6rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #009b87;
  padding: 0 2rem;
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
}

.marquee-text.outline {
  color: transparent;
  -webkit-text-stroke: 2px #009b87;
  text-stroke: 2px #333;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.detail_mv {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12rem 0;
}

.detail_mv#about {
  background-image: url(../images/about_mv.png);
}

.detail_mv#service {
  background-image: url(../images/serivce_mv.png);
}

.detail_mv#business {
  background-image: url(../images/serivce_mv.png);
}

.detail_mv#contact {
  background-image: url(../images/about_mv.png);
}

.detail-ttl {
  font-weight: bolder;
  line-height: 1.2;
}

.detail-ttl span {
  display: block;
}

.detail-ttl .ja {
  font-size: 4.2rem;
}

.detail-ttl .en {
  font-size: 2.4rem;
}

#news_archive a {
  text-decoration: none;
  color: #333;
}

.blog-cont .media {
  padding: 30px 0 40px;
  border-bottom: 1px solid #e9e9e9;
}

.media .category-news .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.media .media-body .image {
  position: relative;
  margin-right: 40px;
  margin-top: 20px;
}

.media .media-body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media .media-body .entry-meta_items_term {
  position: absolute;
  top: 0;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  background-color: #333;
}

.media-body .post-content .media-heading {
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 20px;
  /*   padding: 40px 0 20px; */
  color: #333;
}

.media-body .post-content {
  text-align: left;
  margin-top: 44px;
}

.media-body .post-content a {
  color: #000;
}

.media-body .post-content a p {
  line-height: 2;
}

.media-body .post-content .media-heading a:hover {
  color: #333;
  text-decoration: underline;
}

.media-body .post-content .media-body_excerpt:hover {
  text-decoration: underline;
}

.container_single {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 8%;
}

.topics_detail {
  margin-bottom: 180px;
}

.topics_detail h2 {
  margin: 2.2em auto;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4em 0.5em;
  line-height: 1.5;
  position: relative;
}

.topics_detail .time {
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto 3em;
}

.topics_detail .body {
  width: 100%;
  margin: 0 auto 1em;
  padding: 0 0 1em;
}

.topics_detail .body h1 {
  font-size: 3.8rem;
}

.topics_detail .body h2 {
  font-size: 3.2rem;
  margin-top: 20px;
}

.topics_detail .body h3 {
  font-size: 2.5rem;
  margin-top: 20px;
}

.topics_detail .body h4 {
  font-size: 2.2rem;
  margin-top: 20px;
}

.topics_detail .body p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 20px;
}

.topics_detail .body .imege {
  margin-bottom: 80px;
}

.topics_detail .body img {
  width: 100%;
  height: 100%;
}

.topics_links {
  margin: 0 0 0;
  position: relative;
  width: 100%;
}

.topics_links .btn_wrap {
  margin: 40px 0;
}

.topics_links .links_move {
  position: absolute;
  left: 0;
  font-weight: bold;
  position: relative;
  padding: 10px 0 0 1.8em;
  letter-spacing: 1px;
  display: inline-block;
}

.topics_links .links_move a {
  text-decoration: none;
  color: #333333;
  /* 	font-family: Noto Serif JP, sans-serif; */
}

.topics_links .totopics a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #cc2d1d;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.sp-none {
  display: none;
}

@media (min-width: 769px) {
  .color-white-pc {
    color: #fff;
  }

  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.33333vw;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }

  .header-inner {
    padding: 0 2rem;
  }

  .header-logo {
    width: 14rem;
  }

  .header-btn {
    top: 2rem;
    margin-left: 0rem;
  }

  .header-btn span {
    height: 2px;
  }
  
  .footer_logo {
    width: 40rem;
    margin: 0 auto 3rem;
  }

  .footer_wrap {
    display: block;
    padding-bottom: 4rem;
  }

  .footer_wrap_left {
    width: 100%;
  }

  .footer_wrap_left p {
    text-align: center;
    margin: 3rem 0 4rem;
  }

  .footer_wrap_right {
    width: 100%;
  }

  .footer_navlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_nav_item {
    width: 100%;
    margin: 2rem 0;
  }

  .footer_nav_item a {
    font-size: 1.8rem;
  }

  .footer_nav_item a .ja {
    font-size: 1.4rem;
  }

  .footer_nav_item + .footer_nav_item {
    margin-left: 0;
  }

  .footer_copy {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }

  .sec-ttl .en {
    font-size: 3.8rem;
  }

  .sec-ttl .ja {
    font-size: 2rem;
    margin-top: 1.5rem;
  }

  .ttl--l {
    font-size: 4rem;
  }

  .txt--center-sp {
    text-align: left;
  }

  .txt--l {
    font-size: 2rem;
  }

  .more_btn {
    width: 80%;
    max-width: 300px;
  }

  .more_btn a {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }

  .more_btn a span {
    margin-left: 2rem;
  }

  .index_accordion_text {
    padding: 1rem 2rem 3rem 8rem;
    font-size: 1.8rem;
  }

  .index_accordion_title .fas {
    font-size: 3rem;
  }

  .color-white-pc {
    color: #000;
  }

  .index_main_copy {
    width: 90%;
  }

  .index_main {
    /* スマホで高さを少し縮める */
    height: calc(var(--vh, 1vh) * 74);
    min-height: 500px;
    background-image: url(../images/main_img_sp.jpg);
    background-position: top center;
    background-size: cover;
  } 
  .kv_title {
    font-size: 2.4rem;
  }

  /* .index_main::after {
    content: "";
    position: absolute;
    top: 80%;
    transform: translate(0, -50%);
    right: 2rem;
    width: 28rem;
    height: 28rem;
    background-image: url(../images/main_logo_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28rem;
  } */

  .index_about_ttl {
    font-size: 2.4rem;
  }

  .index_service_list {
    display: block;
    margin-top: 8rem;
  }

  .index_service {
    padding: 8rem 0;
  }

  .index_service_list li {
    width: 90%;
    margin: 0 auto 4rem !important;
  }

  .index_service_list li + li {
    margin: 0 auto 6rem;
  }

  .index_service_list li:nth-child(2) {
    margin: 0 auto 6rem;
  }

  .index_service_list li:nth-child(4) {
    margin: 0 auto 6rem;
  }

  .index_service_txtBox h3 .en {
    font-size: 1.5rem;
  }

  .index_service_txtBox h3 .ja {
    font-size: 2rem;
  }

  .index_service_txtBox p {
    font-size: 1.6rem;
  }

  .index_property {
    padding: 8rem 0;
  }

  .index_property .sec-ttl {
    margin-bottom: 4rem;
  }

  .index_propertylist {
    margin-bottom: 4rem !important;
    padding: 8rem 0 8rem;
  }

  .index_property--itemtxtBox .heading3 {
    font-size: 1.6rem;
    width: 100%;
  }

  .index_voicelist {
    display: block;
  }

  .index_voicelist--item {
    width: 90%;
    margin: 0 auto 4rem;
  }

  .index_voicelist--txt {
    padding: 12rem 3.4rem 15rem;
  }

  .index_voicelist--item .txt18.is-hide {
    height: 14rem;
  }

  .topics_list_item a {
    flex-direction: column;
    gap: 1.5rem;
  }

  .index_news_list a {
    display: block;
  }

  .index_news_img {
    width: 100%;
  }

  .index_news_list_time {
    width: 20%;
  }

  .index_news_txtBox {
    width: 100%;
    border-top: 0;
    padding: 4rem 0;
  }

  .index_news_category {
    font-size: 1.6rem;
  }

  .index_news_txtBox h3 {
    font-size: 1.8rem;
  }

  .index_company {
    padding: 8rem 0;
  }

  .index_company_listwrap {
    margin-top: 6rem;
    position: relative;
    flex-direction: column;
  }

  .index_company_list {
    width: 100%;
    padding: 0;
    background: none;
  }

  .index_company_img {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    order: -1;
    z-index: 1;
    /* top: -18rem;
    left: 0;
    */
  }

  .index_company_img::after {
    width: 85%;
  }

  .index_company_txt {
    margin-right: 1.8rem;
  }

  .index_company_txt h3 {
    font-size: 2rem;
  }

  .index_company_list p {
    font-size: 1.6rem;
  }

  .index_company_item a {
    width: 8rem;
  }

  .index_company_item + .index_company_item {
    margin-top: 4rem;
  }

  .index_info_sec {
    padding: 0rem 0 10rem;
  }

  .index_info_list {
    display: block;
  }

  .index_info_item .sec-ttl .en {
    font-size: 2rem;
  }

  .index_info_item .sec-ttl .ja {
    font-size: 2.2rem;
  }

  .index_info_item {
    width: 100%;
  }

  .index_info_item + .index_info_item {
    margin-top: 4rem;
  }

  .index_contact {
    padding: 6rem 0;
  }

  .contact-button-main-text {
    font-size: 4rem;
  }

  .detail-ttl .ja {
    font-size: 2.8rem;
  }

  .media .category-news .media-body {
    display: block;
  }

  .media .category-news .media-body .heading3 {
    font-size: 1.8rem;
    margin-bottom: 2.6666666667vw;
  }

  .media .media-body .image {
    width: 100%;
    margin-right: 0;
    height: 100%;
  }

  .media .media-body .image img {
    min-height: auto;
    height: 100%;
  }

  .media .media-body .post-content {
    text-align: left;
    margin-top: 40px;
  }

  .container_single {
    width: 100%;
  }

  .topics_detail {
    margin: 0em 0 4vw 0;
    border-bottom: 1px solid #999999;
  }

  .topics_detail h1 {
    margin: 2.6666666667vw auto;
    width: 100%;
    border-top: 2px solid #82050a;
    border-bottom: 2px solid #82050a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0.8em 0.5em;
    position: relative;
  }

  .topics_detail .body {
    width: 100%;
    margin: 0 auto 2vw;
    padding: 0 0 5.3333333333vw;
  }

  .topics_detail .body h1 {
    font-size: 2.2rem;
  }

  .topics_detail .body h2 {
    font-size: 2rem;
    margin-top: 4.6666666667vw;
  }

  .topics_detail .body h3 {
    font-size: 1.8rem;
    margin-top: 3.6666666667vw;
  }

  .topics_detail .body h4 {
    font-size: 1.6rem;
    margin-top: 3.6666666667vw;
  }

  .topics_detail .body p {
    font-size: 1.6rem;
    margin-top: 2.6666666667vw;
    line-height: 2;
  }

  .topics_links {
    margin: 4rem auto;
    position: relative;
    width: 95%;
  }
}

.topics_links .totopics a:hover {
  opacity: 0.8;
}


/* --- Loading Animation --- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: opacity 0.15s, visibility 0.15s;
  opacity: 1;
  visibility: visible;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.loading-logo img {
  width: 100%;
  animation: pulsate 1s ease-in-out infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* --- Fix for bgswitcher slideshow --- */
div.bg-switcher-slide {
  background-size: cover !important;
  background-position: center !important;
}

/* Footer Styles */
.footer {
  background-color: #2c3e50;
  color: #bdc3c7;
  padding: 6rem 0 0; /* 上下の余白を調整 */
  font-size: 1.6rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem; /* 下の余白を調整 */
  flex-wrap: wrap;
  gap: 3rem; /* 左右の余白を調整 */
}

.footer-left {
  flex: 1.2; /* 左側の幅を少し広げる */
  min-width: 300px;
}

.footer-logo {
  width: 20rem;
  margin-bottom: 2rem;
}

.footer-logo img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer-info p {
  margin-bottom: 1.5rem;
  font-size: 1.4rem; /* 住所の文字サイズを調整 */
  line-height: 1.6; /* 行間を調整 */
  color: #ecf0f1;
}

.footer-info .office-name {
  font-weight: bold;
  color: #fff;
  margin-top: 2.5rem;
  display: block;
}

.footer-info .office-name:first-child {
  margin-top: 0;
}

.footer-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 300px;
}

.footer-nav {
  display: flex;
  gap: 5rem; /* ナビゲーションの列間の余白を調整 */
}

.footer-nav-column .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list .menu-item {
  margin-bottom: 1.2rem; /* 項目の間隔を少し詰める */
}

.footer-nav-list .menu-item a {
  color: #ecf0f1; /* 文字色を白に */
  font-weight: bold;
  transition: color 0.3s, transform 0.3s;
}

.footer-nav-list .menu-item a:hover {
  color: #fff;
  transform: translateX(5px);
  opacity: 1;
}

/* Disable hover animation for footer 'サービス' parent and its sub-menu links */
.footer-nav-list .menu-item-has-children > a,
.footer-nav-list .sub-menu .menu-item a {
  transition: none !important;
}
.footer-nav-list .menu-item-has-children > a:hover,
.footer-nav-list .sub-menu .menu-item a:hover {
  transform: none !important;
  color: #fff !important;
}

/* Sub-menu styles */
.footer-nav-list .sub-menu {
  list-style: none;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.footer-nav-list .sub-menu .menu-item {
  margin-bottom: 0.8rem;
}

.footer-nav-list .sub-menu .menu-item a {
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff !important; /* サービス詳細（サブメニュー）を白に */
}
.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #7f8c8d;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start; /* 左寄せに変更 */
  }

  .footer-left,
  .footer-right {
    width: 100%;
    min-width: auto;
  }
  
  .footer-right {
    display: none; /* スマホでは非表示に変更 */
    margin-top: 4rem;
  }

  .footer-logo {
  }

  .footer-right {
    margin-top: 4rem;
  }

  .footer-nav {
    flex-direction: column;
    gap: 0; /* スマホではgapをなくす */
    align-items: flex-start; /* 左寄せに変更 */
  }

  .footer-nav-list {
    text-align: left; /* 左寄せに変更 */
  }
}

/* --- Add Contact Form Styles for Valuation Page --- */
.form-section {
  position: relative;
  margin-top: 2rem;
}

.form-section table {
  width: 100%;
}

.form-section table tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.form-section table tr:last-child {
  border: none;
}

.form-section table th {
  vertical-align: middle;
  font-weight: bold !important;
  border-width: 1px 0px 1px 1px !important;
  width: 30%;
  text-align: center;
}

.form-section table td {
  width: 70%;
}
.form-section table .address-list p{
	display: flex;
	align-items: center;
}

.form-section table .address-list p + p{
	margin-top: 2rem;
}

.form-section table .address-list span{
	display: block;
	width: 100%;
}

.form-section table .address-list .postal{
	width: 5%;
}

.form-section table th,
.form-section table td {
  /* border: #ddd solid !important; */
  padding: 3rem 1.5rem;
  line-height: 1.2em;
  vertical-align: top;
  font-weight: bold;
}

.form-section .txt18,
.rq {
  font-size: 1.8rem;
}

.form-section .rq .form-section .txt20 {
  margin: 4rem 0 2rem;
  font-size: 1.8rem;
}

.form-section .name-list td {
  display: block;
}

.form-section .name-list td p {
  display: flex;
}

.form-section .name-list td .name {
  display: inline-block;
  width: 15%;
}

.form-section td input[type="text"],
.form-section td input[type="email"],
.form-section td input[type="tel"],
.form-section td input[type="number"],
.form-section td select,
.form-section td textarea {
  color: #333;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 2rem 3rem 2rem 2rem;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
  background: #fff;
}

.form-section td .note {
  color: #969696;
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.form-section .remaining p {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #de0000;
  line-height: 1.4em;
  text-align: center;
}
.form-section .number {
  font-size: 1.8rem;
  line-height: 1.4em;
}
.items {
  font-size: 1.8rem;
}

.essential {
  background: #ff462e;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.3rem 1.2rem;
  font-weight: normal;
  border-radius: 0.5rem;
  margin-left: 2rem;
}

.form-section .wpcf7-list-item {
  display: block;
  margin: 0;
  border-radius: 5px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 3rem;
}
input[type="checkbox"] {
  display: none;
}
.wpcf7-list-item-label {
  position: relative;
  height: 2rem;
  line-height: 2rem;
  padding-left: 2.5rem;
  display: inline-block;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: 2px solid;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  background-image: url(../images/check_green.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 1.5rem;
  left: 0.3rem;
  position: absolute;
  top: 0.3rem;
  width: 1.5rem;
}

.form-section .btn-wrapper {
  text-decoration: none;
  position: relative;
  display: block;
  width: 30rem;
  letter-spacing: 0.2rem;
  text-align: center;
  border: none;
  margin: 5rem auto;
}

.form-section .btn {
  background-color: #364659;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
  border-radius: 50px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-section .btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.wpcf7-submit:disabled {
  background-color: #d6d6d6;
  cursor: default;
  box-shadow: none;
}

.form-section .number {
  margin-right: 0;
}

@media (max-width: 768px) {
  .form-section table tr {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-section table th,
  .form-section table td {
    width: 100%;
    border-bottom: none;
  }

  .form-section table th {
    text-align: left;
  }
  .form-section table th {
    width: 40%;
  }

  .form-section table td {
    padding: 1.5rem 0 3rem;
  }

  .wpcf7-list-item-label::before {
    height: 3rem;
    width: 3rem;
  }

  .wpcf7-list-item-label {
    padding-left: 4rem;
  }

  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    height: 2.2rem;
    width: 2.2rem;
  }

  .form-section .btn-wrapper {
    width: 80%;
  }

  .form-section .btn {
    font-size: 1.6rem;
  }
}

/* News Archive Page Styles */
.news-archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-archive-item {
  border-bottom: 1px solid #e0e0e0;
}

.news-archive-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.news-archive-item a {
  display: flex;
  padding: 3rem 1rem;
  gap: 3rem;
  transition: background-color 0.3s;
}

.news-archive-item a:hover {
  background-color: #f9f9f9;
  opacity: 1;
}

.news-archive-img {
  flex: 0 0 240px;
  width: 240px;
  aspect-ratio: 16 / 10;
}

.news-archive-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.news-archive-txtBox {
  flex: 1;
}

.news-archive-meta {
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.news-archive-meta time {
  font-size: 1.5rem;
  color: #555;
}

.news-archive-meta .category {
  font-size: 1.3rem;
  color: #fff;
  background-color: #545b64;
  padding: 0.3rem 1.2rem;
  border-radius: 4px;
}

.news-archive-txtBox .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.news-archive-txtBox .desc {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .news-archive-item a {
    flex-direction: column;
    gap: 2rem;
  }
  .news-archive-img {
    width: 100%;
    flex-basis: auto;
  }
}
