@charset "utf-8";
/* ==========================
  見学会・イベント アーカイブ
========================== */
.event {
 background: #F0EEE7;
}
.event .l_second_main {
 position: relative;
 width: 100%;
 height: 160px;
 overflow: hidden;
 margin-bottom: 90px;
}
.ttl_outer {
 bottom: 0;
 top: inherit;
 transform: none;
}
.ttl {
 color: #172E59;
 line-height: 1;
}
.event #g-nav-main li a {
 color: #172E59;
}
.event .gnavi__list:last-child a::after {
 background: url("../images/common/link_n.svg") no-repeat center / contain;
}
.event .openbtn {
 color: #172E59;
}
.event .openbtn span {
 background-color: #172E59;
}
@media screen and (max-width: 767px) {
 .l_event {
  background: #F0EEE7;
  padding: 0 5.3vw 0 5.3vw;
 }
 .event .l_second_main {
  position: relative;
  width: 100%;
  height: 30vw;
  overflow: hidden;
  margin-bottom: 12vw;
 }
 .ttl_outer {
  bottom: 0;
  top: inherit;
  transform: none;
 }
 .ttl {
  color: #172E59;
  line-height: 1;
 }
 .event .openbtn {
  color: #172E59;
 }
 .event .openbtn span {
  background-color: #172E59;
 }
}
/* ================================
   絞り込みエリア（filter-area）
================================ */
.event-archive {
 width: 1100px;
 margin: 0 auto 100px auto;
}
.event-archive.event-tag {
 display: flex;
 justify-content: center;
 width: 1100px;
 margin: 0 auto 50px auto;
}
.event-items {
 width: 1100px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 85px 68px;
 padding-bottom: 40px;
}
.event-item {
 width: 320px;
 position: relative;
 text-align: left;
}
.event-item figure {
 width: 320px;
 height: 240px;
 aspect-ratio: 1 / 1;
 overflow: hidden;
 margin-bottom: 0.5em!important;
 position: relative;
}
.event-item img {
 width: 100%;
 height: 100%;
 object-fit: cover; /* 中央トリミング */
 display: block;
}
.event_cat {
 font-size: 12px;
 color: #636363;
 letter-spacing: 2px;
 margin-bottom: 0.5em;
}
.event_area {
 font-size: 12px;
 color: #636363;
 margin-bottom: 0.4em;
 letter-spacing: 2px;
}
.item-txt .event_name {
 width: 314px;
 font-size: 15px;
 color: #172E59;
 font-weight: 500;
 line-height: 1;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 padding-bottom: 0.5em;
 margin-bottom: 0.5em;
}
.event_status {
 display: flex;
 letter-spacing: 1px;
 align-items: center;
	margin-bottom: 15px;
}
.now_status {
 background: #E28B3C;
 width: 76px;
 height: 21px;
 color: #FFFFFF;
 font-size: 10px;
 text-align: center;
 margin-right: 15px;
}
.now_status.status_end {
 background: none;
 border: #636363 1px solid;
 color: #636363;
 line-height: 18px;
}
.event_date {
 color: #5F5F5F;
 font-family: "Poppins", sans-serif;
 font-weight: 500;
 font-style: normal;
 font-size: 12px;
}
.event-item.status_end figure::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
 pointer-events: none;
 z-index: 1;
}
@media screen and (max-width: 767px) {
 .event-archive {
  display: block;
  width: auto;
  margin: 0 0 0 0;
 }
 .event-archive.event-tag {
  display: block;
  width: auto;
  margin: 0 5.3vw 50px 5.3vw;
 }
 .sttl_outer {
  display: none;
 }
 .event-list {
  width: auto;
 }
 .event-items {
		width: auto;
  display: block;
 }
 .event-item {
  width: auto;
  margin-bottom: 14vw;
 }
 .event-item figure {
  width: 89.33vw;
  height: 66.9vw;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 0.7em!important;
 }
 .event-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 中央トリミング */
  display: block;
 }
 .event_cat {
  font-size: 2.66vw;
  letter-spacing: 1px;
 }
 .event_area {
  font-size: 2.66vw;
  margin-bottom: 0.6em;
  letter-spacing: 2px;
 }
 .item-txt .event_name {
  width: 89.33vw;
  font-size: 3.2vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
 }
 .event_status {
  display: flex;
  letter-spacing: 1px;
 }
 .now_status {
  width: 20.26vw;
  height: 4.8vw;
  font-size: 2.66vw;
  line-height: 4.4vw;
  margin-right: 2.6vw;
		margin-bottom: 2vw;
 }
 .now_status.status_end {
  background: none;
  border: #636363 1px solid;
  color: #636363;
  line-height: 4.2vw;
 }
 .event_date {
  color: #5F5F5F;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2vw;
 }
}
/* ====================================
   PC時（常に開いた状態）
==================================== */
@media screen and (min-width: 769px) {
 .filter-area form {
  display: block !important;
 }
 .filter-heading {
  cursor: default;
 }
 /* PCではアイコン非表示 */
 .filter-heading::after {
  display: none;
 }
}
/* ページナビ全体 */
.ajax-pagination {
 margin: 60px auto;
 display: flex;
 justify-content: center;
 align-items: center; /* 中央揃え */
 gap: 25px; /* 数字同士の間隔（デザインに合わせて広めに設定） */
}
/* 各要素共通スタイル */
.page-numbers {
 text-decoration: none;
 color: #1a2e4d; /* デザインに合わせた濃紺色（適宜調整してください） */
 font-size: 13px;
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
 transition: opacity 0.3s;
 border: none; /* 枠線を削除 */
 background: none; /* 背景を削除 */
 width: 17px;
 height: auto;
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 500;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
}
.page-numbers:hover {
 opacity: 0.7;
}
/* カレント（現在地）のスタイル */
.page-numbers.current {
 font-weight: 500;
 background: none;
 border: none;
}
/* カレントの下線 */
.page-numbers.current::after {
 content: "";
 position: absolute;
 bottom: -5px; /* 数字からの距離 */
 left: 0;
 right: 0;
 height: 1px;
 background-color: #1a2e4d; /* 下線の色 */
}
/* 矢印共通設定（svg背景） */
.page-numbers.prev, .page-numbers.next {
 width: 7.5px;
 height: 8.5px;
 text-indent: -9999px; /* 元の「>」テキストを隠す */
 background-image: url("../images/common/ic_nav.svg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
}
/* 左矢印の反転 */
.page-numbers.prev {
 transform: scaleX(-1);
}
/* ドット（...）の調整 */
.page-numbers.dots {
 border: none;
}
/* --- レスポンシブ (SP) --- */
@media screen and (max-width: 767px) {
 .ajax-pagination {
  margin: 0 auto 21vw auto;
  gap: 20px;
 }
 .page-numbers {
  font-size: 3.46vw;
 }
 .page-numbers.prev, .page-numbers.next {
  width: 13px;
  height: 13px;
 }
}
/* ==========================
  施工事例 詳細
========================== */
/*メイン*/
.l_event_main {
 position: relative; /* 子要素（ttl_outer）の基準にする */
 width: 100%;
 height: 36.8vw; /* ブラウザの高さいっぱい */
 overflow: hidden;
}
/* 画像を画面いっぱいに広げる */
.l_event_main_img {
 width: 100%;
 height: 100%; /* 親要素の高さに合わせる */
 margin: 0; /* デフォルトの余白をリセット */
}
.l_event_main img {
 width: 100%;
 height: 100%;
 object-fit: cover; /* 比率を保って隙間なく表示 */
 display: block;
}
/*詳細*/
.l_event_sec {
 background: #F0EEE7;
 padding: 100px 0 100px 0;
}
.l_event_ttl {
 width: 1100px;
 margin: 0 auto 60px auto;
 text-align: left;
 display: flex;
 align-items: flex-end;
}
.l_event_ttl_l {
 width: 925px;
}
.l_event_ttl .event_cat {
 font-size: 12px;
 color: #636363;
 border-left: #636363 1px solid;
 padding-left: 20px;
 margin-left: 20px;
 line-height: 1;
 margin-bottom: 0;
}
.l_event_sec .event_name {
 font-size: 21px;
 font-weight: 500;
 color: #172E59;
 margin-top: 10px;
 line-height: 1.3;
}
.l_event_ttl_r {
 width: 172px;
}
.event-detail {
 width: 1100px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 text-align: left;
}
.main-area {
 width: 775px;
 order: 2;
}
.side-area {
 width: 256px;
 order: 1;
}
.side_ttl {
 font-size: 13px;
 letter-spacing: 0.05em;
 display: flex;
 align-items: center;
 margin-bottom: 20px;
}
.side_ttl::after {
 content: "";
 flex-grow: 1;
 height: 1px;
 background-color: #172E59;
 margin-left: 15px;
}
.side_txt {
 font-size: 14px;
 color: #000;
}
/*サイド*/
.m_event_sbox {
 margin-bottom: 70px;
}
.event_info {
 margin-bottom: 10px;
}
.event_info th {
 font-size: 14px;
 font-weight: 500;
 width: 135px;
 padding-bottom: 10px;
}
.event_info td {
 font-size: 14px;
 font-weight: 400;
 line-height: 1.8;
 padding-bottom: 10px;
 color: #000;
}
.side_map {
 margin-top: 15px;
}
.side_map a {
 display: flex;
 align-items: center;
 color: #172E59;
}
.side_map .ic_map {
 width: 9px;
 height: 15px;
 background: url("../images/common/ic_map_b.svg") no-repeat center / contain;
 flex-shrink: 0;
 display: inline-block;
 line-height: 1;
}
.side_map .map_txt {
 font-size: 12px;
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
 text-decoration: underline;
 margin-left: 5px;
 line-height: 1;
 letter-spacing: 1px;
}
/*メイン*/
.m_event_cbox {
 margin-bottom: 50px;
}
.m_event_txt_b {
 color: #000;
}
.m_event_list {
 margin: 2em 0;
 list-style: none;
 padding-left: 1em;
}
.m_event_list li {
 position: relative;
 padding-left: 35px; /* ドット(10px) + あけたい距離(30px) = 計40px */
 font-size: 14px;
 color: #000;
 line-height: 1.6;
 margin-bottom: 1em;
}
/* 自作のドット（・） */
.m_event_list li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0.6em; /* テキストの1行目の高さに合わせる */
 width: 6px; /* ドットの大きさ */
 height: 6px; /* ドットの大きさ */
 background-color: #000; /* ドットの色 */
 border-radius: 50%; /* 丸くする */
}
.l_event_info {
 border-top: #172E59 1px dotted;
 border-bottom: #172E59 1px solid;
 padding: 50px 1em;
 margin-top: 50px;
 display: flex;
 justify-content: space-between;
}
/* テキストボックス内の装飾 */
.m_event_info {
 width: 50%;
 position: relative;
 padding-left: 32px;
}
/* リストの○とドット線 */
.m_event_info::before {
 content: "";
 position: absolute;
 left: 0;
 top: 15px;
 width: 10px;
 height: 10px;
 border: 1px solid #172E59;
 border-radius: 50%;
 background: transparent;
}
/* 最後の要素以外にドットの縦線を引く */
.m_event_info::after {
 content: "";
 position: absolute;
 left: 4px;
 top: 50px;
 bottom: -15px;
 border-left: 1px dotted #172E59;
}
.m_event_info_ttl {
 font-size: 18px;
 font-weight: 500;
 margin-bottom: 15px;
 line-height: 1.8;
 letter-spacing: 1px;
}
.m_event_info_txt {
 width: 310px;
 font-size: 14px;
 line-height: 1.8;
 text-align: justify;
 letter-spacing: 0.5px;
 padding-top: 1em;
 color: #000;
}
.event_nav{
   width: 1100px;
   margin: 0 auto;
   display: flex;
   justify-content: flex-end;
   padding:75px 320px 0 0;
}


@media screen and (max-width: 767px) {
 /*メイン*/
 .l_event_main {
  height: 54.4vw;
 }
 /*詳細*/
 .l_event_sec {
  background: #F0EEE7;
  padding: 8vw 5.3vw 15vw 5.3vw;
 }
 .l_event_ttl {
  width: auto;
  margin: 0 auto 60px auto;
  text-align: left;
  display: block;
 }
 .l_event_ttl_l {
  width: auto;
  margin-bottom: 5vw;
 }
 .l_event_ttl_l .event_status {
  display: block;
 }
 .l_event_ttl .event_cat {
  font-size: 2.66vw;
  color: #636363;
  border-left: #636363 1px solid;
  padding-left: 4vw;
  margin-left: 4vw;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
 }
 .l_event_ttl .event_date {
  display: inline-block;
 }
 .l_event_sec .event_name {
  font-size: 4vw;
  margin-top: 2vw;
  display: inline-block;
  line-height: 1.5;
 }
 .l_event_ttl_r {
  width: auto;
  text-align: right;
 }
 .event-detail {
  width: auto;
  display: block;
 }
 .main-area {
  width: auto;
 }
 .side-area {
  width: auto;
 }
 .side_ttl {
  font-size: 3.46vw;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 7vw;
 }
 .side_ttl::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #172E59;
  margin-left: 15px;
 }
 .side_txt {
  font-size: 3.2vw;
 }
 /*サイド*/
 .m_event_sbox {
  margin-bottom: 70px;
 }
 .event_info {
  margin-bottom: 10px;
 }
 /*▼テーブル横レイアウト用*/
 .event_info.sptbl tbody {
  display: flex;
  flex-wrap: wrap;
 }
 .event_info.sptbl tbody tr {
  width: 45%;
 }
 .event_info.sptbl th {
  width: 19vw;
 }
 .event_info.sptbl td {
  width: 26vw;
 }
 /*▲テーブル横レイアウト用*/
 .event_info th {
  font-size: 3.2vw;
  font-weight: 500;
  width: 30vw;
  padding-bottom: 4vw;
 }
 .event_info td {
  width: auto;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 4vw;
 }
 .side_map {
  margin-top: 5vw;
 }
 .side_map a {
  display: flex;
  align-items: center;
  color: #172E59;
 }
 .side_map .ic_map {
  width: 2.4vw;
  height: 4vw;
  background: url("../images/common/ic_map_b.svg") no-repeat center / contain;
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
 }
 .side_map .map_txt {
  font-size: 3.2vw;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
   "wdth"100;
  text-decoration: underline;
  margin-left: 2vw;
  line-height: 1;
  letter-spacing: 1px;
  color: #172E59;
 }
 /*メイン*/
 .m_event_cbox {
  margin-bottom: 19vw;
 }
 .m_event_txt_b {
  color: #000;
  font-size: 3.2vw;
  line-height: 2;
 }
 .m_event_list {
  margin: 2em 0;
  list-style: none;
  padding-left: 0.2em;
 }
 .m_event_list li {
  position: relative;
  padding-left: 35px; /* ドット(10px) + あけたい距離(30px) = 計40px */
  font-size: 3.2vw;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1em;
 }
 /* 自作のドット（・） */
 .m_event_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* テキストの1行目の高さに合わせる */
  width: 6px; /* ドットの大きさ */
  height: 6px; /* ドットの大きさ */
  background-color: #000; /* ドットの色 */
  border-radius: 50%; /* 丸くする */
 }
 .l_event_info {
  border-top: #172E59 1px dotted;
  border-bottom: none;
  padding: 50px 0 0 0.2em;
  margin-top: 50px;
  display: block;
 }
 .m_event_info {
  width: auto;
  margin-bottom: 10vw;
  padding-left: 7vw;
 }
 .m_event_info::before {
  top: 2.7vw;
 }
 .m_event_info:not(:last-child)::after {
  bottom: -20px;
 }
 .m_event_info_ttl {
  font-size: 3.7vw;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
 }
 .m_event_info_txt {
  width: auto;
  font-size: 3.2vw;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.5px;
  padding-top: 1em;
  color: #000;
 }
 .m_event_info_ttl {
  position: relative;
  cursor: pointer;
  padding-right: 80px; /* アイコン分の余白 */
 }
 /* ＋ アイコン */
 .m_event_info_ttl::after {
  content: "+";
  position: absolute;
  right: 20px; /* 位置は調整してください */
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  transition: 0.2s;
 }
 /* 開いた状態のアイコン */
 .m_event_info_ttl.is-open::after {
  content: "−";
 }
 /* JSで生成する中身のコンテナを初期状態で隠す */
 .m_event_info_content {
  display: none;
  overflow: hidden;
 }
 .event_nav{
   width: 100%;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   padding:10vw 0 0 0;
}

}
/* ===============================
   グリッド
================================*/
.gallery-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 17px;
 margin-bottom: 60px;
}
.grid-item {
 position: relative;
 overflow: hidden;
 aspect-ratio: 1 / 1;
 background-color: #000;
}
.grid-item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform .3s ease, opacity .3s ease;
}
.grid-item::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.4); /* 黒30% */
 opacity: 0; /* 通常時は見えない */
 transition: opacity .3s ease;
 pointer-events: none; /* 下のリンククリックを邪魔しない */
}
.grid-item:hover::after {
 opacity: 1; /* hover時に黒30%を表示 */
}
/* 不要なopacity指定があれば整理 */
.grid-item a:hover {
 opacity: 1;
}
.grid-item:hover img {
 transform: scale(1.05);
 opacity: 1;
}
/* 拡大アイコン（hover時） */
.zoom-icon {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 46px;
 height: 46px;
 background: url('../images/works/ic_zoom.svg') no-repeat center center;
 background-size: 31px 31px;
 border-radius: 50%;
 transform: translate(-50%, -50%);
 opacity: 0;
 transition: opacity .3s ease, transform .3s ease;
 pointer-events: none;
 z-index: 10;
}
.grid-item:hover .zoom-icon {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1.05);
}
/* モーダル */
.gallery-modal {
 display: none;
 position: fixed;
 inset: 0;
 background: #fff; /* 白背景 */
 justify-content: center;
 align-items: center;
 z-index: 9999;
 opacity: 0;
 transition: opacity .4s ease;
}
.gallery-modal.active {
 display: flex;
 opacity: 1;
}
/* 画像 */
.gallery-modal img {
 /* 縦横比を維持 */
 width: auto;
 height: auto;
 /* 長辺を画面の高さ(vh)の80%に制限 */
 max-width: 80vh;
 max-height: 80vh;
 /* 画面幅が狭いスマホ等で、横幅がはみ出さないための保険 */
 width: 90%;
 object-fit: contain;
 opacity: 0;
 transition: opacity 0.4s ease;
}
.gallery-modal img.visible {
 opacity: 1;
}
/* カウント */
.gallery-counter {
 position: absolute;
 top: 15px;
 left: 20px;
 font-size: 16px;
 color: #333;
 font-weight: 600;
 line-height: 1;
}
/* ナビゲーション矢印 */
/* ナビゲーション矢印共通設定 */
.gallery-prev, .gallery-next {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 /* サイズ指定 */
 width: 52px;
 height: 31px;
 /* カプセル形状と枠線 */
 background-color: transparent;
 border: 1px solid #000000;
 border-radius: 100vh; /* 完全に丸くする */
 cursor: pointer;
 box-sizing: border-box;
 transition: all 0.3s ease;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0;
 outline: none;
}
/* 矢印の芯（横棒） */
.gallery-prev::before, .gallery-next::before {
 content: "";
 position: absolute;
 width: 12.5px; /* 指定のサイズ */
 height: 1px;
 background-color: #000000;
 transition: all 0.3s ease;
}
/* 矢印の先端（くの字） */
.gallery-prev::after, .gallery-next::after {
 content: "";
 position: absolute;
 width: 5px;
 height: 5px;
 border-top: 1px solid #000000;
 border-right: 1px solid #000000;
 transition: all 0.3s ease;
}
/* 各方向の調整 */
/* 右矢印 (Next) */
.gallery-next::after {
 transform: rotate(45deg);
 right: 18px; /* 位置微調整 */
}
/* 左矢印 (Prev) */
.gallery-prev::after {
 transform: rotate(-135deg);
 left: 18px; /* 位置微調整 */
}
/* --- Hover時のスタイル --- */
.gallery-prev:hover, .gallery-next:hover {
 background-color: #000000; /* 背景ベタ塗り */
}
/* Hover時に矢印の色を白にする */
.gallery-prev:hover::before, .gallery-next:hover::before {
 background-color: #ffffff;
}
.gallery-prev:hover::after, .gallery-next:hover::after {
 border-color: #ffffff;
}
/* 左右の配置（既存の値を継承） */
.gallery-prev {
 left: 20px;
}
.gallery-next {
 right: 20px;
}
/* 閉じるボタン */
.gallery-close {
 position: absolute;
 width: 28px;
 height: 17px;
 top: 20px;
 right: 20px;
 background: none;
 border: none;
 cursor: pointer;
 opacity: 1;
 line-height: 1;
}
.gallery-close img {
 width: 100%;
 height: auto;
 opacity: 1;
}
.gallery-close:hover {
 opacity: 0.7;
}
/* 背景固定 */
body.modal-open {
 overflow: hidden;
}
.gallery-at {
 font-size: 11px;
 text-align: left;
 padding: 20px 0 100px 0;
 color: #636363;
}
/* ===============================
   レスポンシブ対応 (767px以下)
================================*/
@media (max-width: 767px) {
 /* サムネイル：3カラム */
 .gallery-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9vw;
 }
 /* 拡大画像：画面幅100%で中央に配置 */
 .gallery-modal img {
  /* 縦横比を維持 */
  width: auto;
  height: auto;
  /* 長辺を画面の高さ(vh)の80%に制限 */
  max-width: 80vh;
  max-height: 80vh;
  /* 画面幅が狭いスマホ等で、横幅がはみ出さないための保険 */
  width: 90%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s ease;
 }
 .gallery-modal img.visible {
  opacity: 1;
 }
 /* 矢印をやや内側に */
 .gallery-prev {
  left: 5.3vw;
  top: auto;
  bottom: 3vw;
 }
 .gallery-next {
  right: 5.3vw;
  top: auto;
  bottom: 3vw;
 }
 /* カウントと閉じるボタンをやや小さく */
 .gallery-counter {
  font-size: 2.93vw;
  top: auto;
  bottom: 8vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
   "wdth"100;
 }
 /* 閉じるボタン */
 .gallery-close {
  position: absolute;
  width: 28px;
  height: 17px;
  right: 5.3vw;
  top: 7vw;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 1;
  line-height: 1;
 }
 .gallery-close img {
  width: 100%;
  height: auto;
  opacity: 1;
 }
 .gallery-at {
  font-size: 2.6vw;
  text-align: left;
  padding: 3vw 0 14vw 0;
 }
}
/*ページナビ*/
/* 外側の枠：最大1100pxで画面の中央に配置 */
.post-navigation {
 max-width: 1100px;
 width: 100%;
 margin: 0 auto; /* 1100pxの枠自体を中央寄せ */
 display: flex;
 justify-content: flex-end; /* 中の要素を右側に寄せる */
}
/* 内側の枠：右側の775pxエリア */
.post-navigation-inner {
 width: 775px;
 display: flex;
 justify-content: center; /* 775pxの範囲内でコンテンツを中央寄せ */
 /* 念のため：画面幅が775px以下の時も崩れないように */
 max-width: 100%;
}
.post-navigation__inner {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 10px; /* 要素同士の隙間 */
}
/* タップエリアの設定 */
.nav-item {
 display: flex;
 align-items: center;
 justify-content: center;
 text-decoration: none;
 color: #333;
 /* タップエリアを確保：最小44px */
 min-width: 44px;
 min-height: 44px;
 /* どこを触っているか分かりやすくするための設定（任意） */
 transition: opacity 0.3s;
}
.nav-item:hover {
 opacity: 0.6;
}
/* アイコン自体のサイズ（固定） */
.nav-icon img {
 width: 7.5px;
 height: 8.5px;
 display: block;
}
/* 左矢印：180度回転 */
.nav-item.prev .nav-icon {
 transform: rotate(180deg);
}
/* 中央のARCHIVES */
.nav-item.center {
 font-size: 14px;
 font-weight: 400;
 color: #172E59;
 letter-spacing: 0.1em;
 padding: 0 25px; /* 文字の周りにも少し余裕を持たせる */
 min-width: auto; /* 文字幅に合わせる */
}
/* 記事がない時のスペース維持用 */
.nav-placeholder {
 width: 44px;
}
@media screen and (max-width: 767px) {
 .post-navigation {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; /* 1100pxの枠自体を中央寄せ */
  display: flex;
  justify-content: flex-end; /* 中の要素を右側に寄せる */
 }
 /* 内側の枠：右側の775pxエリア */
 .post-navigation-inner {
  width: 100%;
  display: flex;
  justify-content: center; /* 775pxの範囲内でコンテンツを中央寄せ */
  /* 念のため：画面幅が775px以下の時も崩れないように */
  max-width: 100%;
 }
 /* 中央のARCHIVES */
 .nav-item.center {
  font-size: 2.666vw;
  font-weight: 400;
  color: #172E59;
  letter-spacing: 0.1em;
  padding: 0 6vw; /* 文字の周りにも少し余裕を持たせる */
  min-width: auto; /* 文字幅に合わせる */
 }
 /* 記事がない時のスペース維持用 */
 .nav-placeholder {
  width: 11vw;
 }
}





/*jounal/information用*/

.post_date{
   font-size: 12px;
   font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.post_ttl {
   width: 320px;
  font-size: 15px;
  color: #172E59;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {

.post_date{
   font-size: 3.2vw;
   padding-top: 1.5vw;
  margin-bottom: 2.6vw;
  letter-spacing: 1px;
}

.post_ttl {
   width: 89vw;
  font-size: 3.2vw;
}

}

/*詳細ページ*/

.event_detail {
 width: 1100px;
 margin: 0 auto 100px auto;
 text-align: left;
}

.l_event .event_detail {
 max-width: 730px;
}

.info_ttl{
font-size: 26px;
font-weight: 500;
margin-bottom: 20px;
  letter-spacing: 1px;
}

.info_date{
   font-size: 16px;
   font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
line-height: 1;
  margin-bottom: 65px;
  letter-spacing: 1px;
  color: #5F5F5F;
}

.info_img{
   width:730px;
   margin-bottom: 60px;
}

.info_txt{
   margin-bottom: 90px;
}
.info_txt p{
margin-bottom: 30px;
list-style: none;
color: #000;
font-size: 14px;
}

.info_txt img{
	max-width: 730px;
}


.l_event .post-navigation .post-navigation-inner{
   width: 100%;
}

.l_event figure {
  margin-bottom: 50px;
}

.btn_ar{
	padding: 15px 80px;
	color: #fff;
	background: #172E59;
	border-radius: 2px;
	margin: 1em auto;
	letter-spacing: 2px;
	display: inline-block;
}

@media screen and (max-width: 767px) {

.event_detail {
 width: auto;
 margin: 0 auto 15vw auto;
 text-align: left;
}
	
	.l_event .event_detail {
 max-width: auto;
}

.info_ttl{
font-size: 5vw;
margin-bottom: 2.6vw;
}

.info_date{
   font-size: 3.2vw;
  margin-bottom: 6.6vw;
}

.info_img{
   width:auto;
   margin-bottom: 12vw;
}

.info_txt{
   margin-bottom: 12vw;
}
.info_txt p{
margin-bottom: 5vw;
list-style: none;
color: #000;
font-size: 3.2vw;
}

.l_event .post-navigation .post-navigation-inner{
   width: 100%;
}
	
	.btn_ar{
	padding: 4vw auto;
	color: #fff;
	background: #172E59;
	border-radius: 2px;
	margin: 1em auto 3em auto;
	letter-spacing: 2px;
	display: block;
		width: auto;
		text-align: center;
}
}




/*カテゴリ　リンク*/

.l_category{
	background: #E7E3DA;
	padding: 65px 0 80px 0;
}

.l_category .sttl_outer{
	margin: 0 auto 60px auto;
}

.l_category .sttl_outer .sttl {
  font-size: 21px;
  color: #172E59;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 500;
}

.l_category .sttl_outer .sttl::before {
  content: attr(data-title);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: bold;
  font-variation-settings: "wdth"100;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.category_link{
	width: 650px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.l_category .more_link{
	width:  297px;
}

.l_category .more_link .btn_r {
  position: relative;
  display: inline-block;
  padding: 0 88px 4px 78px;
  color: #172E59;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth"100;
	
	width:  297px;
	box-sizing: border-box;
}

.l_category .more_link .btn_r::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #172E59;
}



@media screen and (max-width: 767px) {
	
	
.l_category{
	background: #E7E3DA;
	padding: 16vw 0 20vw 0;
}

.l_category .sttl_outer{
	display: block;
	margin: 0 auto 17vw auto;
}

.l_category .sttl_outer .sttl {
  font-size: 5vw;
  letter-spacing: 2px;
}

.l_category .sttl_outer .sttl::before {
  font-size: 2.666vw;
  letter-spacing: 1px;
  margin-bottom: 3vw;
}

.category_link{
	width: auto;
	margin: 0 auto;
	display: block;
}

.l_category .more_link{
	width:  62vw;
	margin: 0 auto;
}
	
	.l_category .more_link +  .more_link{
		margin-top: 5vw;
		}

.l_category .more_link .btn_r {
  padding: 0 0 6px 0;
  font-size: 3.2vw;
	width:  62vw;
}

	
}






/*追加css*/
/*blog投稿内ボタン*/


.btn.btn-lg {
 display: block;
 background: #000;
 width: 300px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 color: #FFF;
 cursor: pointer;
 position: relative;
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 vertical-align: text-bottom;
 margin: 0 auto 50px auto;
}
.btn.btn-lg a {
 color: #fff;
 text-decoration: none;
}
.btn.btn-lg::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 6px);
 right: 15px;
 width: 20px;
 height: 7px;
 border: none;
 border-right-color: currentcolor;
 border-right-style: none;
 border-right-width: medium;
 border-bottom-color: currentcolor;
 border-bottom-style: none;
 border-bottom-width: medium;
 border-right: 3px solid #FBA518;
 border-bottom: 2px solid #FBA518;
 transform: skew(45deg);
 transition: .3s;
}
.btn.btn-lg:hover::after {
 right: 12px;
 width: 24px;
}
.l_blog_post h2,.contents_info h2 {
 font-size: 21px;
	color: #172E59;
 font-weight: 500;
	margin-bottom: 35px;
 border-bottom: #172E59 1px solid;
	padding-bottom: 15px;
}


.l_blog_post h3,.contents_info h3 {
 font-size: 18px;
 font-weight: 500;
 margin-bottom: 20px;
}
.wp-block-separator {
  margin-bottom: 30px;
}
.l_blog_post figure {
 margin-bottom: 50px;
}
.l_blog_post a {
 text-decoration: underline;
}
.l_blog_post ul, .l_blog_post ol {
 margin-bottom: 50px;
}
.l_blog_post strong a {
 color: #FBA518;
}
.keyword_pickup {
 padding: 15px;
 margin-bottom: 4em;
 border-radius: 5px;
 background: #f5f5f5;
}
.l_blog_post .keyword_pickup p {
 margin-bottom: 15px;
}
.l_blog_post .keyword_pickup p.pick_ttl {
 background: #FBA518;
 color: #fff;
 padding: 5px 20px;
 margin-bottom: 15px;
 border-radius: 5px;
 font-weight: 700;
}
.l_blog_post .keyword_pickup p.pick_txt {
 margin-bottom: 25px;
 line-height: 1.8;
}
.l_blog_post .keyword_pickup dl {
 margin-bottom: 0;
 font-size: 16px;
}
.l_blog_post .keyword_pickup dt {
 margin-bottom: 10px;
 font-size: 16px;
 border-left: #FBA518 5px solid;
 padding-left: 10px;
 line-height: 1.4;
}
.l_blog_post .keyword_pickup dd {
 margin-bottom: 25px;
}
.l_blog_post .keyword_pickup dd:last-child {
 margin-bottom: 0;
}
.l_blog_post .keyword_pickup ul, .l_blog_post .keyword_pickup ol {
 margin-bottom: 15px;
 font-size: 16px;
 padding-left: 1em;
}
.l_blog_post .keyword_pickup li {
 list-style: disc;
 line-height: 1.8;
 margin-bottom: 0.2em;
}
.l_blog_post .keyword_pickup ol li {
 list-style: decimal;
 line-height: 1.8;
 margin-bottom: 0.2em;
}
.l_blog_post .keyword_pickup ul:last-child {
 margin-bottom: 0;
}
.l_blog_post .keyword_pickup p.pick_txt.mb0 {
 margin-bottom: 0;
}
.seotext {
  background: linear-gradient(transparent 70%, #ffcd7d 70%);
}
.info_txt a{
	text-decoration: underline;
}
.info_txt .btn_ar{
	text-decoration: none!important;
}

@media screen and (max-width: 768px) {
 .btn.btn-lg {
  display: block;
  background: #000;
  width: 80vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  vertical-align: text-bottom;
  margin: 0 auto 50px auto;
 }
 .btn.btn-lg::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 2vw;
  width: 7vw;
  height: 2vw;
  border: none;
  border-right: 3px solid #FBA518;
  border-bottom: 2px solid #FBA518;
  transform: skew(45deg);
  transition: .3s;
 }
 .btn.btn-lg:hover::after {
  right: 2vw;
  width: 7vw;
 }
 .l_blog_post h2,.contents_info h2 {
  font-size: 5vw;
  font-weight: 500;
  margin-bottom: 6vw;
 }
 .l_blog_post h3,.contents_info h3 {
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 4vw;
 }
 .l_blog_post figure {
  margin-bottom: 8vw;
 }
 .l_blog_post ul, .l_blog_post ol {
  margin-bottom: 8vw;
 }
 .keyword_pickup {
  padding: 15px;
  margin-bottom: 4em;
  border-radius: 5px;
  background: #f5f5f5;
 }
 .l_blog_post .keyword_pickup p {
  margin-bottom: 15px;
 }
 .l_blog_post .keyword_pickup p.pick_ttl {
  padding: 5px 15px;
 }
 .l_blog_post .keyword_pickup dl {
  font-size: 4vw;
 }
 .l_blog_post .keyword_pickup dt {
  font-size: 4vw;
 }
 .l_blog_post .keyword_pickup dd {
  margin-bottom: 25px;
 }
 .l_blog_post .keyword_pickup ul, .l_blog_post .keyword_pickup ol {
  font-size: 4vw;
 }
}
/*202208 ブログ　目次用css*/
div#ez-toc-container {
 padding-right: 0px;
 border: none;
}
#ez-toc-container {
 margin: 3.5em 0;
 width: 100%;
 border: none; /*囲い枠を非表示*/
 padding: 0px; /*余白いらない*/
 -webkit-box-shadow: none;
 box-shadow: none;
}
/*タイトル*/
div#ez-toc-container p.ez-toc-title {
 font-weight: 900;
 padding: 20px 0;
}
/*タイトル全体*/
.ez-toc-title-container {
 background: none;
 display: block;
 padding: 10px;
 text-align: center;
	padding-bottom: 20px;
	border-bottom: #fff 1px solid;
	background: #E7E3DA;
	letter-spacing: 2px;
}
.ez-toc-title-toggle {
 display: none;
}
/*タイトルを太文字&中央寄せ*/
div#ez-toc-container p.ez-toc-title {
 font-weight: 900;
 text-align: center;
 color: #ffffff;
 margin-bottom: 0;
}
/*FontAwesome
div#ez-toc-container p.ez-toc-title:before {
 font-family: Font Awesome\ 5 Free;
 content: "\f0ca";
 font-weight: 900;
 margin-right: .5em;
}*/
/*表示・非表示ボタン*/
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle {
 border: none;
 box-shadow: none;
 border-radius: 50%; /*ボタンを丸く*/
 padding: 1em;
 margin-left: 50px;
	letter-spacing: 2px;
}
/*見出しリスト全体*/
#ez-toc-container ul.ez-toc-list {
 margin-left: 1em;
}
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
 margin-left: 0.5em;
}
#ez-toc-container ul.ez-toc-list li {
 margin-bottom: 0.5em;
}
#ez-toc-container ul.ez-toc-list li .ez-toc-link {
 margin-bottom: 0.5em;
 display: block;
 font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
}
#ez-toc-container ul.ez-toc-list li ul li .ez-toc-link {
 margin-bottom: 0;
 display: inherit;
 font-weight: normal;
}
/*タイトル下の部分*/
#ez-toc-container nav {
 padding: 20px 20px 20px 20px;
 background-color: #E7E3DA;
}
div#ez-toc-container ul.ez-toc-list a {
 text-decoration: underline;
}
@media screen and (max-width: 768px) {
 #ez-toc-container {
  margin: 0 0 3.5em 0;
 }
 div#ez-toc-container ul li {
  font-size: 4.3vw;
 }
 /*見出しリスト全体*/
 #ez-toc-container ul.ez-toc-list {
  margin-left: 0;
 }
 #ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0.5em;
 }
 #ez-toc-container ul.ez-toc-list li {
  margin-bottom: 0;
 }
 #ez-toc-container ul.ez-toc-list li .ez-toc-link {
  margin-bottom: 0.2em;
  display: block;
  font-weight: 400;
 }
 #ez-toc-container ul.ez-toc-list li ul li .ez-toc-link {
  margin-bottom: 0.3em;
  display: inherit;
  font-weight: normal;
 }
 #ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0;
  margin-bottom: 0.5em;
 }
 div#ez-toc-container nav ul ul li ul li {
  font-size: 3.8vw !important;
 }
}

