@charset 'UTF-8';
/* リキャプチャ
--------------------------- */
.grecaptcha-badge {
  display: none !important;
}
.reCAPTCHA_p {
  line-height: 1.5;
  font-size: 0.8rem;
  margin: 2rem 0 0;
  color: #b1b1b1;
  text-align: center;
}
.reCAPTCHA_p a {
  color: #b1b1b1;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .reCAPTCHA_p {
    margin-top: 2.5rem;
  }
}
/* 404
--------------------------- */
.p404_txt {
  margin-bottom: 0;
  margin-top: 1rem;
}
.txt_block p {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/*************************
/* 共通
*************************/
.f27 {
  font-size: 1.769rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .f27 {
    font-size: 1.928rem;
  }
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 767px以下用の記述 */
@media screen and (max-width: 767px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 576px以下用の記述 */
@media screen and (max-width: 576px) {
  .col-xs-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
PC/SP切り替え
*******************************/
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .none_min992 {
    display: none;
  }
  .none_max991 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .none_min992 {
    display: block;
  }
  .none_max991 {
    display: none;
  }
}
/**************************
/* bacckground
**************************/
.bg_white {
  background: #fff;
}
/**************************
/* fontsize
**************************/
/*******************************
見出し
*******************************/
/*英語+日本語h2*/
h2.h2_title {
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
h2.h2_title .f-eng {
  display: block;
  color: #808080;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 992px) {
  h2.h2_title {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
  h2.h2_title .f-eng {
    font-size: 0.9375rem;
    margin-bottom: 0.8rem;
  }
}
/*******************************
/* BUTTON
*******************************/
.vm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 55px;
  width: 190px;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hdr__btns .vm {
  height: 55px;
  font-size: 1rem;
}
.vm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00adba;
  z-index: -2;
  border-radius: 3px;
}
.vm.vm-00adba::before {
  background: #00adba;
}
.vm.vm-004da0::before {
  background: #004da0;
}
.vm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.vm:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.vm:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .vm {
    height: 80px;
    font-size: 1.06rem;
  }
}
/*404*/
.error404 .vm{
	width: 50%;
    max-width: 360px;
}
@media screen and (min-width: 768px) {
	.error404 .vm{
	width: 33.33%;
}
}
/* ========================================================
   BUTTON2
======================================================== */
.top-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: opacity 0.3s;
  color: #000;
}
.top-btn span.f-eng {
  font-size: 0.928rem;
  letter-spacing: 0;
  z-index: 1;
}
.top-btn__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.top-btn__arrow {
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.top-btn:hover .top-btn__circle {
  background-color: #004da0;
  transform: scale(1.1);
}
.top-btn:hover {
  text-decoration: none;
  color: #000;
}
/* 黒ボタン (News) */
.top-btn--black .top-btn__circle {
  background-color: #000000;
}
/* 白ボタン (About) */
.top-btn--white .top-btn__circle {
  background-color: #ffffff;
}
/* 青ボタン (News) */
.top-btn--blue .top-btn__circle {
  background-color: #004da0;
}
.top-btn--blue:hover .top-btn__circle {
  background-color: #000;
}
.top-btn__arrow--white {
  opacity: 0;
}
.top-btn--white:hover .top-btn__arrow--black {
  opacity: 0;
}
.top-btn--white:hover .top-btn__arrow--white {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .top-btn span.f-eng {
    font-size: 0.9375rem;
  }
  .top-btn__circle {
    width: 60px;
    height: 60px;
  }
}
/*******************************
container
*******************************/
.container-800, .container-1000, .container-1100, .container-1280, .container-1200, .container-1350, .container-1400, .container-1600, .container-1700, .container-1500, .container-1300 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.container-800 {
  max-width: 800px;
}
.container-1000 {
  max-width: 1000px;
}
.container-1100 {
  max-width: 1100px;
}
.container-1280 {
  max-width: 1280px;
}
.container-1300 {
  max-width: 1300px;
}
.container-1350 {
  max-width: 1350px;
}
.container-1400 {
  max-width: 1400px;
}
.container-1500 {
  max-width: 1500px;
}
.container-1600 {
  max-width: 1600px;
}
.container-1700 {
  max-width: 1700px;
}
.max-container {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .container-1600 {
    width: 88.88%;
  }
  .max-container {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .container-1200 {
    width: 77.77%;
  }
  .container-1100 {
    width: 77.77%;
  }
}
@media screen and (min-width: 1200px) {
  .max-container {
    padding-top: 6.25rem;
  }
  .container-1200 {
    width: 66.66%;
  }
  .container-1100 {
    width: 61.11%;
  }
  .container-800 {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .container-1000 {
    width: 55.55%;
  }
  .container-1280 {
    width: 71.11%;
  }
  .container-1300 {
    width: 72.22%;
  }
  .container-1500 {
    width: 83.33;
  }
  .container-1700 {
    width: 94.44%;
  }
}
/*******************************
デフォルトテンプレート
*******************************/
.page-template-default .container-1280 {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-template-default .container-1280 {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-default .container-1280 {
    padding-top: 6.25rem;
  }
}
/*******************************
パンクズ
*******************************/
#pls {
  padding: 5rem 0 2rem;
}
#pls.container-1600 {
  max-width: unset;
}
#pan {
  font-size: 0.84615rem;
  display: flex;
  flex-wrap: wrap;
  color: #1a1a1a;
  line-height: 1.15;
}
#pan a {
  color: #ababab;
  text-decoration: none;
  transition: .3s;
  margin-bottom: 0;
}
#pan a:hover {
  opacity: 0.7;
}
.pan-punctuation {
  color: #808080;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  #pls {
    padding: 8.125rem 0 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #pan {
    font-size: 0.8125rem;
  }
  #pls {
    padding: 9.375rem 0 3.125rem;
  }
}
/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
#form {
  max-width: 100%;
}
#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form th, #form td {
  font-size: 1.07rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 34.1px 0;
  border-bottom: 1px solid #cccccc;
  color: #1a1a1a;
  font-weight: 400;
}
#form tr:first-child th, #form tr:first-child td {
  border-top: 1px solid #cccccc;
}
#form th {
  width: 30%;
  vertical-align: baseline;
  letter-spacing: 0.1rem;
}
#form td {
  text-align: left;
}
#form2 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form2 th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form2 th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
#form3 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form3 tr {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}
#form3 th {
  width: 150px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
#form3 th span {
  background-color: #808080;
  display: inline-block;
  width: 150px;
}
#form3 td {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 4rem;
}
#form3 td .tel_txt1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#form3 td .tel_txt2 {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: block;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #form th, #form td {
    padding: 1.875rem 0 1.5rem;
  }
  #form tr:first-child th, #form tr:first-child td {
    border-top: none;
    padding-top: 0;
  }
  #form th {
    width: 20%;
  }
  #form td {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  #form th {
    width: 22%;
  }
  #form td {
    width: 78%;
  }
  #form th, #form td {
    font-size: 1rem;
  }
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
    padding: 20px 0 0;
    border-bottom: none;
  }
  #form tr:first-child td {
    border-top: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 6px 0 20px;
  }
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 50%;
    border-top: none;
    text-align: center;
  }
  #form2 td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  #form3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form3 tr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  #form3 th {
    width: 50%;
    display: block;
    border-top: none;
  }
  #form3 td {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 0;
    padding-left: 10px;
  }
  #form3 tr:first-child th {
    /*	border-top: 1px solid #ddd;*/
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* ========================================================
   ページネーション
======================================================== */
.pagination {
  margin-top: 3rem;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.2rem; /* 数字同士の間隔 */
  font-size: 1.125rem;
  font-weight: 500;
}
/* --- 基本の数字リンク --- */
.pagination li a, .pagination li span {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 0.2rem;
  transition: opacity 0.3s ease;
}
.pagination li a:hover {
  opacity: 0.6;
}
/* --- アクティブな数字 --- */
.pagination li.active span {
  color: #004da0;
  border-bottom: 2px solid #004da0;
  padding-bottom: 2px;
  font-weight: 700;
}
/* --- 省略記号 (...) --- */
.pagination li.dots {
  pointer-events: none;
  letter-spacing: 0.1em;
}
/* --- 左右の矢印ボタン（共通） --- */
.pagination li.prev, .pagination li.next {
  margin: 0 1rem; /* 数字とボタンの間隔 */
}
.pagination li.prev {
  margin-left: 0;
}
.pagination li.prev a, .pagination li.prev span, .pagination li.next a, .pagination li.next span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #000000; /* アクティブ時の黒丸 */
  padding: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.pagination li.prev a:hover, .pagination li.next a:hover {
  opacity: 0.8;
}
/* --- 非アクティブな矢印ボタン（グレー） --- */
.pagination li.prev.disabled span, .pagination li.next.disabled span {
  background-color: #cccccc; /* 無効時はグレー */
  pointer-events: none;
}
/* --- 矢印の画像 --- */
.pagination .arrow-prev, .pagination .arrow-next {
  width: 14px;
  height: auto;
}
.pagination .arrow-prev {
  transform: rotate(180deg); /* プレビュー用画像（右矢印）を反転させて左矢印にする */
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 1rem;
  }
  .pagination ul {
    gap: 0.8rem;
    font-size: 1rem;
  }
  .pagination li.prev, .pagination li.next {
    margin: 0 0.5rem;
  }
  .pagination li.prev {
    margin-left: 0;
  }
  .pagination li.prev a, .pagination li.prev span, .pagination li.next a, .pagination li.next span {
    width: 42px;
    height: 42px;
  }
  .pagination .arrow-prev, .pagination .arrow-next {
    width: 12px;
  }
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*************************
/* single.php 日付
*************************/
#date span {
  color: #878787;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}
/* single.php ページ送り
----------------------------------------------------------------------------------------------------*/
#next {
  background-color: #efefef;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.nx_left a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}
.nx_right a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #next {
  text-align: right;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
  margin-top: 0.5rem;
  color: #000;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: #f7f7f5;
}
#prev_next #prev {
  border-right: #000 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #000 solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
  width: auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #000 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #000;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #000;
  -webkit-box-shadow: 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 3px #000;
  text-align: center;
}
#prev_next_home:hover {
  opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
@media screen and (min-width: 768px) {
  #prev_next #prev, #prev_next #next {
    padding: 40px 10px 20px;
  }
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: 0 -5px;
}
.gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
#page-main .gallery-item img, #main .gallery-item img, #main2 .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5, #gallery-6 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
  .gallery .gallery-item {
    padding: 3px;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************************
/* レスポンシブ改行
***************************/
@media screen and (min-width: 576px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .br_max767 {
    display: none;
  }
  .br_min768 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br_max767 {
    display: block;
  }
  .br_min768 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .br_max991 {
    display: none;
  }
  .br_min992 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br_max991 {
    display: block;
  }
  .br_min992 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .br_max1199 {
    display: none;
  }
  .br_min1200 {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .br_max1199 {
    display: block;
  }
  .br_min1200 {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .br_max1399 {
    display: none;
  }
  .br_min1400 {
    display: block;
  }
}
@media screen and (max-width: 1399px) {
  .br_max1399 {
    display: block;
  }
  .br_min1400 {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .br_min1500 {
    display: block;
  }
  .br_max1499 {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .br_min1500 {
    display: none;
  }
  .br_max1499 {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .br_min1600 {
    display: block;
  }
}
@media screen and (max-width: 1599px) {
  .br_min1600 {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  .br_min1700 {
    display: block;
  }
}
@media screen and (max-width: 1699px) {
  .br_min1700 {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  .br_min1800 {
    display: block;
  }
}
@media screen and (max-width: 1799px) {
  .br_min1800 {
    display: none;
  }
}
.br_768-991 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .br_768-991 {
    display: block;
  }
}
.br_992-1499 {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1499px) {
  .br_992-1499 {
    display: block;
  }
}
.br_768-991none {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .br_768-991none {
    display: none;
  }
}
/*****************************
/* form_customize(採用情報LP用)
*****************************/
.form_intro {
  margin-bottom: 2.37692rem;
}
.form_intro p {
  color: #000;
  font-size: 1.07rem;
  line-height: 1.84;
  letter-spacing: 0;
  margin-bottom: 0;
}
.form_intro .form_label_req {
  margin-left: 0;
  margin-right: 3px;
}
#form_customize {
  width: 100%;
}
.event_single #form_customize {
  margin-top: 2.5rem;
}
#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"] {
  background-color: #ffffff;
  color: #1a1a1a;
  border: none;
  padding: 1.15rem 15px;
  font-size: 1.07rem;
  margin: 0;
  width: 100%;
  border-radius: 0;
  line-height: 1.5;
  letter-spacing: 0;
  outline: none;
  resize: none;
}
#form_customize option {
  color: #1a1a1a;
}
#form_customize #selDate::placeholder, #form_customize #selDate2::placeholder {
  color: #1a1a1a;
}
#form_customize #selDate:hover, #form_customize #selDate2:hover {
  cursor: pointer;
}
#form_customize input[type="text"], #form_customize input[type="email"], #form_customize input[type="tel"], #form_customize textarea, #form_customize select {
  color: #1a1a1a;
  font-weight: 500;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus {
  outline: none;
}
#form_customize .form_block {
  position: relative;
  margin-bottom: 1.723rem;
}
#form_customize .datetimeblock input[type="text"], #form_customize .datetimeblock select {
  height: 50px;
}
/* プレースホルダー */
#form_customize .wpcf7-form-control::placeholder {
  color: #cbcbcb;
  opacity: 1;
}
/* ラベル */
#form_customize .form_c_label {
  display: flex;
  font-size: 1.07rem;
  letter-spacing: 0;
  margin-bottom: 0.8538rem;
  line-height: 1.5;
  color: #1a1a1a;
  align-items: flex-start;
}
/* 必須 */
.form_label_req {
  color: #fff;
  font-size: 0.85rem;
  margin-left: 10px;
  background: #004da0;
  padding: 0.3rem 0.5rem 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  top: 2px;
}
.form_label_req.nini {
  background: #999999;
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip {
  font-size: 0.88rem;
  color: #c40000;
}
/* 「ハイフンは入力不要です」非表示 */
#autozip {
  display: none !important;
}
/* 個人情報 */
#form_customize .form_c_agree {
  border-bottom: none;
  margin-top: 1.5rem;
  text-align: center;
}
#form_customize .form_block.form_c_agree {
  margin-bottom: 2.00769rem;
}
#form_customize .form_block.form_c_agree::after {
  display: none;
}
#form_customize .form_c_agree .form_check_box {
  margin-bottom: 0.4538rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item-label {
  font-size: 1rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item {
  width: 100%;
}
.f_note {
  font-size: 0.8461rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #505050;
  margin-bottom: 0;
}
.f_note a {
  color: #737477;
  text-decoration: underline;
  transition: .3s;
}
.f_note a:hover {
  opacity: 0.7;
  transition: .3s;
}
.form-txt {
  margin-bottom: 1.2rem;
  font-size: 0.95rem;
}
.eiri {
  text-align: center;
  color: #dc1616;
  margin: 1rem 0 0;
  font-size: 0.9rem;
}
/* 送信ボタン */
#form_customize .form_c_submit {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#form_customize .form_block.form_c_submit {
  padding-bottom: 0;
  margin-bottom: 0;
}
#form_customize .form_block.form_c_submit::after {
  display: none;
}
#form_customize .form_c_submit input {
  width: 100%;
  max-width: 220px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.07rem;
  letter-spacing: 0.06em;
  background-color: #004da0;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  transition: .3s;
  border-radius: 50px;
}
#form_customize .form_c_submit input:hover {
  opacity: 0.7;
  transition: .3s;
}
#form_customize .form_c_submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 0;
  left: calc((50% + 100px) + 30px);
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  #form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"] {
    padding: 1.36rem 20px;
    font-size: 1rem;
    height: 70px;
  }
  #form_customize textarea {
    height: 200px;
  }
  #form_customize .datetimeblock input[type="text"], #form_customize .datetimeblock select {
    height: 70px;
  }
  #form_customize .form_block {
    margin-bottom: 2.5rem;
  }
  /* ラベル */
  #form_customize .form_c_label {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  /* 個人情報 */
  #form_customize .form_block.form_c_agree {
    margin-bottom: 2.5rem;
    margin-top: -1rem;
  }
  #form_customize .form_c_agree .form_check_box .wpcf7-list-item-label {
    font-size: 0.937rem;
  }
  #form_customize .form_c_agree .form_check_box {
    margin-bottom: 0.72857rem;
  }
  .f_note {
    font-size: 0.8571rem;
  }
  /* 送信ボタン */
  #form_customize .form_c_submit input {
    max-width: 320px;
    height: 80px;
    font-size: 1.06rem;
  }
  .form_label_req {
    font-size: 0.8rem;
    margin-left: 12px;
    padding: 0.4rem 0.5rem 0.4rem;
    top: 0px;
  }
  .form-2col-flex {
    display: flex;
    justify-content: space-between;
  }
  .form-2col-flex .form_block {
    width: calc((100% - 20px)/2);
  }
}
/* CUSTOM SELECTBOX */
#form_customize select {
  color: #000;
  -webkit-appearance: none;
  appearance: none;
}
#form_customize select.selected {
  color: #000;
}
/* CUSTOM CHECKBOX */
#form_customize .form_check_box .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
#form_customize .form_check_box .wpcf7-list-item {
  margin: 0;
  display: block;
  width: auto;
  margin-right: 30px;
}
#form_customize .form_check_box label {
  cursor: pointer;
  margin-bottom: 0;
}
#form_customize .form_check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form_customize .form_check_box .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  color: #323232;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#form_customize .form_check_box .wpcf7-list-item-label::before, #form_customize .form_check_box .wpcf7-list-item-label::after {
  content: "";
  border-radius: inherit;
  transition: .2s;
}
#form_customize .form_check_box .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 0;
  border: none;
}
#form_customize .form_check_box .wpcf7-list-item-label::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #004da0;
  border-radius: 0;
  opacity: 0;
}
#form_customize .form_check_box input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {
  #form_customize .form_check_box .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #form_customize .form_check_box .wpcf7-list-item-label {
    font-size: 1rem;
  }
  #form_customize .form_check_box .wpcf7-list-item-label::before {
    width: 45px;
    height: 45px;
  }
  #form_customize .form_check_box .wpcf7-list-item-label::after {
    width: 13px;
    height: 13px;
    top: 16px;
    left: 16px;
  }
}
/* CUSTOM RADIO */
#form_customize .form_check_box.radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form_customize .form_check_box.radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
/* 2つ並び */
#form_customize .form_block.form_row {
  display: flex;
  justify-content: space-between;
}
.form_col2 {
  width: calc((100% - 7px)/2);
}
@media screen and (min-width: 1200px) {
  .form_col2 {
    width: calc((100% - 10px)/2);
  }
}
/* 来場希望日時 */
.datetimeblock p {
  color: #505050;
  font-size: 0.8461rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-top: 0.8538rem;
  margin-bottom: 0;
}
#form_customize select {
  color: #1a1a1a;
}
#form_customize select.selected {
  color: #1a1a1a;
}
.form_c_item.datetime {
  display: flex;
  justify-content: space-between;
}
.form_c_item.datetime .select_item {
  width: calc((100% - 7px)/2);
  margin-bottom: 0;
}
.form_c_item.datetime .select_item #selTime {
  line-height: 1.71;
}
@media screen and (min-width: 1200px) {
  .datetimeblock p {
    font-size: 0.8571rem;
    margin-top: 1.12857rem;
  }
  .form_c_item.datetime .select_item {
    width: calc((100% - 20px)/2);
  }
  .form_c_item.datetime .select_item::after {
    right: 20px;
  }
}
/* 住所 */
#form_customize .add .form-input__small300 {
  width: 77.419%;
  margin-bottom: 7px;
}
#form_customize #autozip {
  display: none;
}
@media screen and (min-width: 1200px) {
  #form_customize .add .form-input__small300 {
    margin-bottom: 10px;
    width: 50%;
  }
}
/*****************************
/* form_customize_main（メイン）
*****************************/
#form_customize_main input[type="text"], #form_customize_main input[type="email"], #form_customize_main input[type="tel"], #form_customize_main textarea, #form_customize_main select {
  background: #f2f2f2;
  border: none;
  padding: 1rem 1.5rem;
  margin: 0;
}
#form_customize_main .form_label_req {
  margin-left: 0;
  background: #00adba;
  display: inline-flex;
  top: 0;
  margin-right: 0.7rem;
}
#form_customize_main label {
  margin-bottom: 0;
  line-height: 1.5;
}
#form_customize_main .form-flex-item.ttl {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
#form_customize_main .form_block {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1.5rem;
  margin-bottom: 1.3rem;
}
#form_customize_main .form_block.mbn {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#form_customize_main .add .wpcf7-form-control-wrap:first-child {
  margin-bottom: 0.5rem;
  display: block;
}
#form_customize_main .form_check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form_customize_main .form_check_box .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
#form_customize_main .form_check_box .wpcf7-list-item-label::before, #form_customize_main .form_check_box .wpcf7-list-item-label::after {
  content: "";
  border-radius: inherit;
  transition: .2s;
}
#form_customize_main .form_check_box .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #f2f2f2;
  border-radius: 0;
  border: none;
}
#form_customize_main .form_check_box.radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form_customize_main .form_check_box .wpcf7-list-item-label::before, #form_customize_main .form_check_box .wpcf7-list-item-label::after {
  content: "";
  border-radius: inherit;
  transition: .2s;
}
#form_customize_main .form_check_box .wpcf7-list-item-label::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #004da0;
  border-radius: 0;
  opacity: 0;
}
#form_customize_main .form_check_box.radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
#form_customize_main .wpcf7-list-item {
  margin: 0;
}
#form_customize_main .form_check_box input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
#form_customize_main .f_note {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 1rem;
}
#form_customize_main .wpcf7-submit {
  background-color: unset;
  border-style: none;
  margin-bottom: unset;
  padding-top: unset;
  padding-right: unset;
  padding-bottom: unset;
}
#form_customize_main .vm {
  width: 100%;
  padding: 0 !important;
  margin-top: 2rem;
}
#form_customize_main .wpcf7-submit {
  width: 100%;
  height: 100%;
  padding-left: 0;
  font-size: 1.05rem;
}
#form_customize_main .wpcf7-spinner {
  display: none;
}
#form_customize_main .form_label_req.nini {
  background: #999999;
}
#form_customize_main .wpcf7-form-control-wrap {
  display: block;
  height: 100%;
  width: 100%;
}
#form_customize_main textarea {
  height: 200px;
}
@media screen and (min-width: 768px) {
  #form_customize_main .form_block {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #form_customize_main .form-flex-item.ttl {
    margin-bottom: 0;
  }
  #form_customize_main .form-flex-item.field {
    width: 72.72%;
  }
  #form_customize_main input[type="text"], #form_customize_main input[type="email"], #form_customize_main input[type="tel"], #form_customize_main textarea, #form_customize_main select {
    padding: 1.43rem 2rem;
  }
  #form_customize_main .f_note {
    margin-top: 0.5rem;
  }
  #form_customize_main .add .wpcf7-form-control-wrap:first-child {
    margin-bottom: 0.8rem;
    width: 50%;
  }
  #form_customize_main .vm {
    width: 29%;
    margin-top: 1rem;
    min-width: 280px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  #form_customize_main label {
    font-size: 1.125rem;
  }
  #form_customize_main .form_check_box .wpcf7-list-item-label {
    font-size: 1rem;
  }
  #form_customize_main .form_check_box .wpcf7-list-item-label::before {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  #form_customize_main .form_check_box .wpcf7-list-item-label::after {
    top: 13px;
    left: 13px;
    width: 13px;
    height: 13px;
  }
  #form_customize_main textarea {
    height: 270px;
  }
}
/* ============================ */
/* POST INDEX */
.c-post-index {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
/* link */
.c-post-index a {
  color: #1a1a1a;
  transition: .3s;
}
.c-post-index a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: .3s;
}
/* prev next */
.c-post-index .link-prev, .c-post-index .link-next {
  width: 30%;
}
/* 非表示だけどスペースは保持 */
.c-post-index .is-disable {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
/* next arrow */
.link-next .nav-arrow {
  text-align: right;
}
/* index */
.c-post-index .c-post-index__text {
  width: calc(40% - 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  margin: 0 1.5rem;
}
.c-post-index .c-post-index__text span {
  text-align: center;
  line-height: 1.3;
}
/* arrow */
.nav-arrow img {
  width: 13px;
}
.c-post-index__text img {
  margin-bottom: 0.8rem;
  width: 15px;
}
/* prev arrow reverse */
.c-post-index .link-prev .nav-arrow img {
  transform: scaleX(-1);
}
/* thumbnail */
.nav-thumb {
  aspect-ratio: 140 / 98;
}
#main2 .nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* title */
.nav-title {
  font-size: 0.9rem;
  margin: 1rem 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nav-arrow span {
  position: relative;
  top: 2px;
  margin: 0 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-post-index {
    margin-top: 3.125rem;
  }
  .c-post-index .link-prev, .c-post-index .link-next {
    width: 20%;
  }
  .c-post-index .c-post-index__text {
    width: calc(60% - 4rem);
    margin: 0 2rem;
    font-size: 1.06rem;
  }
  .c-post-index__text img {
    margin-bottom: 1rem;
    width: 25px;
  }
  .nav-title {
    font-size: 0.8125rem;
  }
  .nav-arrow {
    font-size: 1.06rem;
  }
}
@media screen and (min-width: 1600px) {
  .c-post-index .link-prev, .c-post-index .link-next {
    width: 14%;
  }
  .c-post-index .c-post-index__text {
    width: calc(72% - 4rem);
  }
}
/***** 予約状況エリア全体 *****/
.res-status-lead {
  font-size: 1.07rem;
  margin-bottom: 0;
}
.res-status-title {
  font-size: 1.423rem;
  margin-bottom: 2rem;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-left: 4px solid #000;
  padding: 0.6rem 1.3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.res-status-item {
  font-size: 0.8571rem;
  margin-bottom: 0;
}
.res-status-body {
  margin-top: 2.3769rem;
}
/***** 日付ごとのブロック（日付＋枠） *****/
.res-date-group {
  border-bottom: 1px solid #cccccc;
  padding: 1.5rem 0 2.2rem;
}
.res-date-group:first-child {
  border-top: 1px solid #cccccc;
}
.res-date-group:last-child {
  margin-bottom: 0;
}
/* 日付ラベル：枠の上に配置 */
.res-date-label {
  font-size: 1.06rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
}
/***** 予約枠グリッド（横並びの箱） *****/
.res-slot-grid {
  display: flex;
  flex-wrap: wrap; /* 入りきらない場合に折り返す */
  gap: 10px; /* ボタン同士の隙間（上下左右） */
}
/***** 枠ボタンの基本設定 *****/
.res-slot-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(33.333% - 10px);
  padding: 0.8rem 0;
  text-decoration: none;
  background: #f2f2f2;
  gap: 0;
  transition: all 0.2s ease;
  flex-direction: column;
}
.res-slot-btn:hover {
  text-decoration: none;
  opacity: 0.75;
  transition: all 0.2s ease;
}
/* 時間と記号の文字設定 */
.slot-time {
  font-size: 1rem;
  color: #1a1a1a;
}
.slot-icon {
  font-size: 0.8125rem;
  color: #44a6bd;
  font-weight: 500;
}
.is-low .slot-icon {
  color: #d84f42;
  line-height: 1.2;
}
/***** 個別ステータス設定 *****/
/* --- 満員 (is-full) --- */
.res-slot-btn.is-full {
  background-color: #f5f5f5;
  border-color: #eee;
  color: #bbb;
  pointer-events: none;
}
.res-slot-btn.is-full .slot-time, .res-slot-btn.is-full .slot-icon {
  color: #bbb;
}
/* --- 選択中のスタイル (is-active) --- */
.res-slot-btn.is-active {
  background-color: #c98b5b !important; /* ボタン全体の色 */
  border-color: #c98b5b !important;
  color: #fff !important;
}
.res-slot-btn.is-active .slot-time, .res-slot-btn.is-active .slot-icon {
  color: #fff !important; /* 中の文字や記号も白抜きにする */
}
/***** レスポンシブ設定（PC画面） *****/
@media screen and (min-width: 768px) {
  .res-slot-btn {
    width: calc(25% - 10px);
    padding: 1rem 0;
  }
  .res-date-label {
    font-size: 1.125rem;
    margin-bottom: 1.2rem;
  }
  .res-date-group {
    padding: 1.875rem 0 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .res-slot-btn {
    width: calc(20% - 10px);
  }
}
/* ========================================================
   News
======================================================== */
.top-news {
  padding: 3.85rem 0 0;
}
.top-news__inner {
  position: relative;
  z-index: 20;
}
.sec-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}
.sec-header__title {
  width: 10.24rem;
  margin-bottom: 0.5rem;
}
.sec-header__title img {
  width: 100%;
}
.sec-header__subtitle {
  font-size: 1.14rem;
  letter-spacing: 0.06rem;
  margin-bottom: 0;
}
.sec-header--row {
  flex-direction: row;
  align-items: flex-end;
  gap: 1.5rem;
}
.sec-header--row .sec-header__title {
  width: 11.4rem;
  margin-bottom: 0;
}
.sec-header--row .sec-header__subtitle {
  top: -0.5rem;
  position: relative;
}
/* タブ */
.top-news__tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color: #f5f5f5;
  margin-bottom: 1.5rem;
}
.top-news__tab {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.857rem;
  line-height: 1.5;
  transition: .3s;
}
.top-news__tab:hover {
  opacity: 0.7;
  transition: .3s;
}
.top-news__tab::before {
  content: "";
  background: #e0e0e0;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  position: absolute;
}
.top-news__tab:last-child::before, .top-news__tab.is-active::before {
  display: none;
}
.top-news__tab:last-child {
  border-right: none;
}
.top-news__tab[data-target="news-all"].is-active {
  background-color: #004da0;
  color: #ffffff;
}
.top-news__tab.is-active a {
  color: #fff;
}
.top-news__tab.is-active a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
.top-news__tab a {
  color: #000;
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.top-news__tab a:hover {
  text-decoration: none;
}
.top-news__tab[data-target="news-all"].is-active::after {
  border-top-color: #004da0;
}
.top-news__tab[data-target="news-info"].is-active {
  background-color: #00adba;
  color: #ffffff;
}
.top-news__tab[data-target="news-info"].is-active::after {
  border-top-color: #00adba;
}
.top-news__tab[data-target="news-event"].is-active {
  background-color: #95cb72;
  color: #ffffff;
}
.top-news__tab[data-target="news-event"].is-active::after {
  border-top-color: #95cb72;
}
.top-news__tab[data-target="news-report"].is-active {
  background-color: #000000;
  color: #ffffff;
}
.top-news__tab[data-target="news-report"].is-active::after {
  border-top-color: #000000;
}
.top-news__tab[data-target="news-other"].is-active {
  background-color: #888888;
  color: #ffffff;
}
.top-news__tab[data-target="news-other"].is-active::after {
  border-top-color: #888888;
}
.top-news__tab.is-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid;
}
/* コンテンツ */
.top-news__content {
  display: none;
}
.top-news__content.is-active {
  display: block;
}
.top-news__list {
  list-style: none;
  margin-bottom: 0;
}
.top-news__item a {
  display: flex;
  flex-direction: column;
  padding: 1.3rem 0;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
  transition: opacity 0.3s;
}
.top-news__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-news__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.top-news__meta time {
  font-size: 0.857rem;
}
.top-news__cat {
  font-size: 0.857rem;
  padding: 0.2rem 0;
  color: #ffffff;
  width: 7.85rem;
  text-align: center;
}
.top-news__cat--news {
  background-color: #00adba;
}
.top-news__cat--event {
  background-color: #95cb72;
}
.top-news__cat--report {
  background-color: #000000;
}
.top-news__cat--other {
  background-color: #888888;
}
.top-news__post-title {
  font-size: 1.07rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
}
.top-news__empty {
  text-align: center;
  padding: 3rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.top-news__btn-wrap-sp {
  margin-top: 2.1rem;
  text-align: center;
}
/* ========================================================
   波（上） 独立セクション
======================================================== */
.top-about-wave-top {
  width: 100%;
  line-height: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  pointer-events: none;
  margin-bottom: -6rem;
}
.top-about-wave-top img {
  width: 100%;
  height: auto;
  display: block;
}
/* ========================================================
   About 水色エリア
======================================================== */
.top-about-wrapper {
  background-color: #eef5f4;
}
.top-about-wrapper .top-about__inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.top-about__movie {
  margin-bottom: 2.5rem;
}
.top-about__movie video {
  width: 100%;
  aspect-ratio: 332 / 249;
  object-fit: cover;
}
/* キャッチコピー（右端まで白背景を伸ばす） */
.top-about__catch-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 2.14rem;
}
.top-about__catch {
  position: relative;
  display: inline-block;
  padding: 0.8rem 0 0.8rem 0.8rem;
  font-size: 1.45rem;
  background-color: transparent;
  margin-bottom: 0;
}
.top-about__catch::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.76%;
  width: 100vw;
  background-color: #ffffff;
  z-index: -1;
}
.top-about__text {
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 0;
  position: relative;
  text-align: justify;
  z-index: 2;
}
.top-about__btn-wrap {
  text-align: left;
}
.top-about-wrapper .sec-header {
  margin-bottom: 2rem;
}
/* ========================================================
   波（下） 独立セクション
======================================================== */
.top-about-wave-bottom {
  width: 100%;
  line-height: 0;
  background-color: #ffffff; /* 次のセクションの色に合わせて変更してください */
  position: relative;
  z-index: 10;
  margin-top: -1px; /* 隙間埋め */
  pointer-events: none;
}
.top-about-wave-bottom img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 5rem 0 0;
  }
  .top-news__tab {
    font-size: 1.06rem;
    height: 65px;
  }
  .top-news__meta time {
    font-size: 0.8125rem;
  }
  .top-news__cat {
    font-size: 0.8125rem;
    padding: 0.3rem 0;
    width: 8.125rem;
    text-align: center;
  }
  .top-about-wave-top {
    margin-bottom: -2rem;
  }
}
@media screen and (min-width: 992px) {
  /* News */
  .top-news {
    padding: 6.25rem 0 7rem;
  }
  .top-news__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-news__left {
    flex-shrink: 0;
  }
  .top-news__right {
    width: 73.33%;
  }
  .sec-header {
    align-items: end;
  }
  .top-news__btn-wrap {
    position: absolute;
    bottom: 0;
  }
  .top-news__meta {
    width: 250px;
    flex-shrink: 0;
  }
  .top-news__tabs {
    flex-wrap: nowrap;
    margin-bottom: 0.8rem;
  }
  /* 波(上) の引き上げ調整 */
  .top-about-wave-top {
    margin-top: -12rem;
  }
  /* About */
  .top-about-wrapper {
    padding: 4rem 0 0;
  }
  .top-about-wrapper .top-about__inner {
    display: flex;
    width: 97.22%;
    margin: 0 0 0 auto;
    justify-content: space-between;
  }
  .top-about__movie {
    width: 51.4%;
    margin-bottom: 0;
  }
  .top-about__content {
    width: 41.0%;
    margin-top: 2rem;
  }
  .top-about__header {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .top-about__title {
    width: 18rem;
    margin-bottom: 0;
  }
  .top-about__subtitle {
    margin-bottom: 0.5rem;
  }
  .top-about__catch {
    font-size: 1.8rem;
    padding: 1rem 0 1rem 1rem;
  }
  .top-about__text {
    width: 75.9%;
  }
  .top-about-wave-bottom {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec-header {
    margin-bottom: 4.68rem;
  }
  .sec-header__title {
    width: 14.375rem;
    margin-bottom: 0;
  }
  .sec-header__subtitle {
    font-size: 1.125rem;
  }
  .top-news__item a {
    flex-direction: row;
    align-items: center;
    padding: 1.85rem 0 1.56rem;
  }
  .top-news__meta {
    margin-bottom: 0;
  }
  .sec-header--row .sec-header__title {
    width: 15.625rem;
  }
  .sec-header--row .sec-header__subtitle {
    top: -1rem;
  }
  .top-about-wrapper .sec-header {
    margin-bottom: 4.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-about__catch-wrap {
    margin-bottom: 3.43rem;
  }
  .top-about__text {
    margin-bottom: 3.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1800px) {
  .top-about__catch {
    font-size: 2.6rem;
    padding: 1rem 0 1rem 1.5rem;
  }
  .top-about-wrapper .top-about__inner {
    align-items: center;
  }
  .top-about-wave-bottom {
    margin-top: -7rem;
  }
  .top-about-wave-top {
    margin-top: -14rem;
  }
  .top-about__content {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news__item:nth-child(n+4) {
    display: none;
  }
}
/* ========================================================
   NEWS アーカイブ
======================================================== */
.news-archive {
  padding-top: 3rem;
}
.news-archive .top-news__item:nth-child(n+4) {
  display: unset;
}
.news-archive .pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .news-archive {
    padding-top: 6rem;
  }
  .news-archive .pagination {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-archive {
    padding-top: 8.125rem;
  }
}
/* ========================================================
   NEWS シングル
======================================================== */
.news-single {
  padding-top: 8rem;
}
.news-single__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.news-single__date {
  font-size: 0.875rem;
  color: #333;
}
.news-single__title {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.news-single__thumbnail {
  margin-bottom: 2rem;
}
.news-single__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.news-single__content {
  margin-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.65;
}
.news-single__content p {
  margin-bottom: 1rem;
}
.news-single__content img {
  max-width: 100%;
  height: auto;
}
.single-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
}
.single-pager__item {
  width: 33.333%;
}
.single-pager__item a {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  gap: 0.5rem;
  transition: opacity 0.3s;
}
.single-pager__item a:hover {
  opacity: 0.6;
}
.single-pager__item--prev {
  text-align: left;
}
.pager-arrow--prev {
  transform: scaleX(-1);
}
.single-pager__item--index {
  text-align: center;
}
.single-pager__item--index a {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pager-icon {
  width: 24px;
  height: auto;
}
.single-pager__item--next {
  text-align: right;
}
.single-pager__item--next a {
  justify-content: flex-end;
  width: 100%;
}
.pager-arrow {
  width: 14px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .news-single .container-800 {
    width: 66.66%;
  }
}
@media screen and (min-width: 992px) {
  .news-single {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-single {
    padding-top: 11.68rem;
  }
  .news-single__title {
    font-size: 1.56rem;
    margin-bottom: 2.2rem;
  }
  .news-single__meta {
    margin-bottom: 1rem;
  }
  .news-single__thumbnail {
    margin-bottom: 3.5rem;
  }
  .news-single__content {
    margin-bottom: 6.25rem;
    line-height: 1.8;
  }
  .news-single__content p {
    margin-bottom: 1.5rem;
  }
}
/* ========================================================
   WORKS
======================================================== */
.works-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.works-card:hover {
  text-decoration: none;
  color: #000;
}
.works-card__img {
  width: 100%;
  aspect-ratio: 474 / 316;
  overflow: hidden;
  margin-bottom: 1rem;
}
a .works-card__img.zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.works-card__tag {
  font-size: 0.857rem;
  padding: 0.2rem 0.8rem;
  font-weight: 500;
}
.works-card__tag--cat, .works-card__tag--biz {
  color: #ffffff;
}
.works-card__tag--civil {
  background-color: #004da0;
}
.works-card__tag--architecture {
  background-color: #00adba;
}
.works-card__tag--biz {
  background-color: #000000;
}
.works-card__tag--tag {
  color: #808080;
  padding: 0;
  font-size: 0.95rem;
  margin-left: 0.5rem;
}
.works-card__title {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
/* ========================================================
   波（上・下） 独立セクション
======================================================== */
.top-works-wave-top, .top-works-wave-bottom {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.top-works-wave-top {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  z-index: -1;
}
.top-works-wave-bottom {
  margin-top: -1px;
}
.top-works-wave-top img, .top-works-wave-bottom img {
  width: 100%;
  height: auto;
  display: block;
}
/* ========================================================
   トップページ Worksセクション
======================================================== */
.top-works {
  background-color: #eef4fb;
  overflow: hidden;
  margin: -4rem 0 0;
  position: relative;
  z-index: 2;
  padding-top: 0;
}
/* タブメニュー (〜991px) */
.top-works__tabs {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.785rem;
  padding: 0;
  width: 85%;
  margin: 0 auto 2.14rem;
}
.top-works__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0 0 0.8rem;
  color: #333333;
  cursor: pointer;
  background-color: transparent !important;
  transition: color 0.3s;
  border-bottom: 1px solid #cccccc;
}
.top-works__tab.is-active {
  color: #004da0;
  font-weight: 700;
}
.top-works__tab-arrow {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  display: none;
}
.top-works__tab.is-active .top-works__tab-arrow {
  opacity: 1;
  display: flex;
}
/* タブコンテンツ表示切替 */
.top-works__contents {
  position: relative;
}
.top-works__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.top-works__content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
/* Slickスライダー設定 (〜991px) */
.top-works__slick {
  margin: 0 -10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slick-slide-item {
  padding: 0 10px;
}
/* プログレスバー（SP・タブレット非表示） */
.slick-progress {
  display: none;
}
.top-works__btn-wrap-sp {
  margin-top: 2.85rem;
  text-align: center;
}
.top-works .top-btn {
  padding-bottom: 0.5rem;
}
.top-works__slick .slick-list {
  padding: 0px 17% !important;
}
.works-card__body {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .top-works__slick .slick-list {
    padding: 0px 20% !important;
  }
  .top-works-wave-top {
    margin-top: -1rem;
    margin-bottom: 0;
    z-index: -1;
  }
  .top-works {
    margin: 0;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .top-works__inner {
    display: flex;
    align-items: flex-start;
    gap: 5%;
    justify-content: space-between;
    padding-left: 6.66%;
    position: relative;
  }
  .top-works__right {
    width: 73.33%;
    min-width: 0;
    overflow: hidden;
  }
  .top-works__tabs {
    flex-direction: column;
    gap: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
  .top-works__tab {
    justify-content: flex-start;
    padding: 1.2rem 0;
  }
  .top-works__tabs .top-works__tab:first-child {
    padding-top: 0;
  }
  .top-works__slick {
    margin: 0 -15px;
  }
  .slick-slide-item {
    padding: 0 15px;
  }
  .top-works__slick .slick-list {
    padding: 0px 40% 0 0 !important;
  }
  /* PC時はプログレスバーを表示 */
  .slick-progress {
    display: block;
    width: 100%;
    max-width: calc(100% - 6.66%);
    height: 2px;
    background: #cccccc;
    margin-top: 3.75rem;
  }
  .slick-progress-bar {
    height: 100%;
    background: #004da0;
    width: 0%;
    transition: width 0.3s ease;
  }
  .works-card__body {
    margin-top: 1.875rem;
  }
  .top-works .sec-header {
    align-items: start;
  }
  .top-works .sec-header__title {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-works .sec-header {
    margin-bottom: 3.43rem;
  }
  .top-works__right {
    width: 78.27%;
  }
  .works-card__title {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .works-card__tag {
    font-size: 0.9375rem;
    padding: 0.2rem 1.2rem;
  }
  .works-card__tag.works-card__tag--tag {
    padding: 0;
  }
  .works-card__tags {
    gap: 0.25rem;
  }
  .top-works__slick .slick-list {
    padding: 0px 20% 0 0 !important;
  }
  .top-works__left {
    position: relative;
    top: -2rem;
  }
}
/* ========================================================
   施工実績アーカイブページ 全体レイアウト
======================================================== */
.works-archive {
  padding: 3rem 0 0;
}
.works-archive__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 85%;
  margin: auto;
}
/* ========================================================
   絞り込みサイドバー
======================================================== */
.works-sidebar {
  width: 100%;
}
.filter-group {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5rem;
}
/* アコーディオンのタイトル */
.filter-group__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.05rem;
  padding: 0.5rem 0 1.5rem;
  cursor: pointer;
  margin: 0;
  transition: color 0.3s;
}
/* ＋ / － アイコン（CSSのみで作成） */
.toggle-icon {
  position: relative;
  width: 14px;
  height: 14px;
}
.toggle-icon::before, .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #004da0;
  transition: transform 0.3s ease;
}
.toggle-icon::before {
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
}
.toggle-icon::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
}
/* 開いた時は「－」にする（横線だけにする） */
.filter-group__title.is-open .toggle-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
/* アコーディオンの中身（初期は閉じる） */
.filter-group__content {
  display: none;
  padding-bottom: 1.5rem;
}
/* リスト共通 */
.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.filter-item a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
}
.filter-item a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: .3s;
}
/* --- ラジオボタン風スタイル（工事種別・事業区分） --- */
.filter-list--radio .radio-mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.6rem;
  background-color: #f2f2f2;
  position: relative;
  transition: all 0.2s ease;
}
/* アクティブ時の青丸 */
.filter-list--radio .filter-item.is-active a {
  color: #004da0;
}
.filter-list--radio .filter-item.is-active .radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #004da0;
}
/* --- ハッシュタグ風スタイル（工事内容） --- */
.filter-list--tag {
  flex-direction: row; /* タグは横並びに */
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.filter-list--tag .hash-mark {
  margin-right: 0.2rem;
}
.filter-list--tag .filter-item.is-active a {
  color: #004da0;
}
/* --- 絞り込み解除ボタン --- */
.filter-clear {
  margin-top: 2rem;
}
.filter-clear__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background-color: #666666;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 4px;
  transition: .3s;
}
.filter-clear__btn:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  transition: .3s;
}
.filter-clear__icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  line-height: 1;
}
/* ========================================================
   メインコンテンツ（カードグリッド）
======================================================== */
.works-main {
  width: 100%;
}
.works-grid {
  display: grid;
  grid-template-columns: 1fr; /* スマホは1列 */
}
.works-empty {
  text-align: center;
  padding: 4rem 0;
  font-weight: 500;
}
.works-grid .works-card {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-archive__inner {
    gap: 4.5rem;
  }
  .works-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .works-grid .works-card {
    width: 50%;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .works-archive {
    padding: 6rem 0 0;
  }
  .works-archive__inner {
    flex-direction: row;
    width: 88.88%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .works-sidebar {
    width: 19.6%;
    flex-shrink: 0;
    position: sticky;
    top: 120px;
  }
  .works-main {
    min-width: 0;
    width: 78.125%;
  }
}
@media screen and (min-width: 1200px) {
  .works-archive {
    padding: 8.125rem 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .works-sidebar {
    width: 15.6%;
  }
  .works-grid .works-card {
    width: 33.33%;
    margin-bottom: 3.56rem;
  }
  .works-sidebar {
    top: 140px;
  }
  .filter-clear {
    margin-top: 2.5rem;
  }
  .filter-list--radio .radio-mark {
    width: 30px;
    height: 30px;
  }
  .filter-list--radio .filter-item.is-active .radio-mark::after {
    width: 11px;
    height: 11px;
  }
}
/* ========================================================
   施工実績 詳細ページ
======================================================== */
.works-single {
  padding: 8rem 0 0;
}
.works-single__grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 85%;
  margin: 0 auto;
}
/* ★スマホ時の並び順指定（上から順に） */
.works-single__head {
  order: 1;
}
.works-single__gallery {
  order: 2;
  margin-bottom: 2.5rem;
}
.works-single__info {
  order: 3;
}
.works-single__comment {
  order: 4;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 2rem;
}
/* --- バッジ＆タイトル --- */
.works-single__badges {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.6rem;
}
.works-single__badge {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  font-size: 0.85rem;
  color: #ffffff;
}
.works-single__badge--cat {
  background-color: #004da0;
} /* 土木・建築など（青） */
.works-single__badge--biz {
  background-color: #000000;
} /* 公共・民間など（黒） */
.works-single__title {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
/* --- テーブル --- */
.works-info-table {
  width: 100%;
  border-collapse: collapse;
}
.works-info-table th, .works-info-table td {
  padding: 1.2rem 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.works-info-table tr:first-child th, .works-info-table tr:first-child td {
  border-top: 1px solid #e0e0e0;
}
.works-info-table th {
  width: 28%;
  color: #004da0;
}
.works-info-table td {
  color: #000000;
}
/* --- ギャラリー (Slick) --- */
.works-single__gallery {
  min-width: 0;
  overflow: hidden;
}
.works-gallery-main {
  margin-bottom: 1rem;
}
.works-gallery-main__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 530;
  object-fit: cover;
}
.works-gallery-nav__item {
  padding: 0 0.25rem;
  cursor: pointer;
  position: relative;
}
.works-gallery-nav__item img {
  width: 100%;
  aspect-ratio: 152 / 110;
  object-fit: cover;
  transition: opacity 0.3s;
}
.works-gallery-nav__item:hover::after {
  opacity: 0.8;
}
.works-gallery-nav__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.25rem;
  right: 0.25rem;
  background-color: rgba(0, 10, 30, 0.4);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.works-gallery-nav__item.slick-current::after {
  opacity: 0;
}
/* --- その他の施工実績 --- */
.other-works {
  margin-top: 4rem;
  padding-top: 3rem;
  position: relative;
}
.other-works::before {
  content: "";
  background: #e0e0e0;
  height: 1px;
  width: 85%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-header-h2 h2 {
  width: 16rem;
  margin: 0 auto 0.3rem;
}
.page-header-h2 .sec-header__subtitle {
  font-size: 1.05rem;
  margin-bottom: 0;
}
.other-works .page-header-h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.other-works__slider {
  margin: 0 -5px;
}
.other-works__item {
  padding: 0 5px;
}
.other-works__btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.slick-slider.works-gallery-nav {
  margin: 0 -0.25rem;
}
@media screen and (min-width: 768px) {
  .other-works__slider .slick-list {
    padding: 0px 25% !important;
  }
}
@media screen and (min-width: 992px) {
  .works-single {
    padding: 10rem 0 0;
  }
  .works-single__grid {
    grid-template-columns: 28% 1fr;
    grid-template-rows: max-content max-content 1fr max-content;
    column-gap: 5.2%;
    row-gap: 2.18rem;
  }
  .works-single__head {
    grid-column: 1;
    grid-row: 1;
    order: unset;
  }
  .works-single__info {
    grid-column: 1;
    grid-row: 2;
    order: unset;
  }
  .works-single__gallery {
    grid-column: 2;
    grid-row: 1 / 4;
    order: unset;
    margin-bottom: 0;
  }
  .works-single__comment {
    grid-column: 2;
    grid-row: 4;
    order: unset;
    margin-top: 0.96rem;
  }
  .other-works__slider {
    display: flex;
    margin: 0 -1rem;
  }
  .other-works__item {
    width: 33.333%;
    padding: 0 1rem;
  }
  .works-single__title {
    font-size: 1.56rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .works-single__badge {
    padding: 0.3rem 1rem;
    font-size: 0.9375rem;
  }
  .works-single__badges {
    margin-bottom: 1rem;
  }
  .other-works {
    margin-top: 4rem;
    padding-top: 5.4rem;
    width: 85%;
    margin: 6.25rem auto 0;
  }
  .other-works::before {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .works-single__title {
    font-size: 1.75rem;
  }
  .page-header-h2 h2 {
    width: 21.5rem;
    margin: 0 auto 0.5rem;
  }
  .page-header-h2 .sec-header__subtitle {
    font-size: 1.125rem;
  }
  .other-works .page-header-h2 {
    margin-bottom: 3.75rem;
  }
  .other-works__btn {
    margin-top: 3.75rem;
  }
  .works-single {
    padding-top: 11.68rem;
  }
}
@media screen and (min-width: 1600px) {
  .works-single__grid {
    width: 66.66%;
  }
  .other-works {
    width: 66.66%;
  }
  .works-gallery-main {
    margin-bottom: 1.5rem;
  }
}