@charset "UTF-8";
/* CSS Document */
/*//////////PCサイズ///////////*/
@media screen and (min-width: 768px) {
  /** ==============================
 * ファーストビュー start
 * ============================== **/
  .MainVisualSection {
    position: relative;
    width: 100vw;
    /* height: 100vh; ← これ削除 or コメントアウト */
    /* min-height: 600px; ← 任意で残してもOK */
    aspect-ratio: 16 / 12;
    overflow: hidden;
    background-color: #333;
  }
  /* ===== 動画背景 ===== */
  .MainVisualSection__video-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .MainVisualSection__video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* ★ 黒オーバーレイ */
  .MainVisualSection__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); /* 黒＋透明30% */
    z-index: 2;
    pointer-events: none; /* 下の動画ボタンなどの操作を邪魔しない */
  }
  /* ===== ブランドMOVIEリンク・コピー配置 ===== */
  .MainVisualSection__content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
  }
  .MainVisualSection__brand-movie {
    align-self: flex-start;
    margin: 0 0 40px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: auto;
  }
  /* ブランドムービーボタン */
  .MainVisualSection__brand-link img {
    width: 10vw;
    height: auto;
  }
  /* ライトボックスのスタイル */
  .VideoLightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999; /* 必ずヘッダーより前に */
    align-items: center;
    justify-content: center;
  }
  .VideoLightbox.is-active {
    display: flex;
  }
  .VideoLightbox__inner {
    position: relative;
    max-width: 90%;
    max-height: 80%;
  }
  .VideoLightbox__inner video {
    width: 100%;
    max-width: 1280px;
    height: auto;
    display: block;
  }
  .VideoLightbox__close {
    position: absolute;
    top: -2.5rem;
    right: -2.5rem;
    font-size: 2rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000; /* 念のためボタンも強く */
  }
  .MainVisualSection__brand-link:hover {
    opacity: 0.8;
  }
  .MainVisualSection__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 52px 40px 0;
    z-index: 2;
    pointer-events: auto;
  }
  .MainVisualSection__en.serif {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.7rem;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0.09em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
  }
  .MainVisualSection__jp.serif {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.13);
    letter-spacing: 0.07em;
  }
  /** ==============================
 * ファーストビュー end
 * ============================== **/
  /** ==============================
 * About Usセクション start
 * ============================== **/
  .AboutUsSection {
    width: 100vw;
    aspect-ratio: 16 / 9;
    padding: 8vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .AboutUsSection__inner {
    display: grid;
    grid-template-columns: 40vw 1fr;
    gap: 10vw;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    min-height: 0;
  }
  /* 左側写真 */
  .AboutUsSection__image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .AboutUsSection__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    /* border-radius: 1vw; ← 削除 */
  }
  /* 右側テキスト・リンク */
  .AboutUsSection__content {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    align-items: flex-start;
  }
  /* タイトルまわり */
  .AboutUsSection__header {
    display: flex;
    align-items: center;
    gap: 1.5vw;
  }
  .AboutUsSection__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.3rem;
    color: #235296;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .AboutUsSection__subtitle {
    font-size: 0.8rem;
    color: #666;
    margin-left: 1vw;
  }
  /* moreリンク */
  .AboutUsSection__more {
    display: flex;
    align-items: center;
    font-size: 1.09rem;
    color: #235296;
    font-weight: 600;
    margin-left: 2vw;
    text-decoration: none;
    gap: 0.7em;
    position: relative;
    transition: color 0.2s;
  }
  .AboutUsSection__more:hover {
    color: #04b0aa;
  }
  /* 矢印画像のマスク＆サイズ指定 */
  .AboutUsSection__arrow.hidden, .AboutUsSection__arrow.links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: auto;
    overflow: hidden;
  }
  .AboutUsSection__arrow img {
    width: 10vw;
    height: auto;
    display: block;
    animation: arrowMove 1.3s ease-in-out infinite;
  }
  /* 左に移動して戻るアニメーション */
  @keyframes arrowMove {
    0% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(-8px);
    }
    55% {
      transform: translateX(-8px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .AboutUsSection__more-text {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  /* 本文コピー */
  .AboutUsSection__copy p {
    font-size: 1rem;
    color: #222;
    line-height: 2;
    margin-bottom: 0.5em;
  }
  /* 動画リンク */
  .AboutUsSection__video-link {
    margin-top: 1vw;
  }
  .AboutUsSection__video-frame {
    display: inline-block;
    width: 20vw;
    height: calc(20vw * 9 / 16);
    background: #eee;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.2s, background 0.2s;
  }
  .AboutUsSection__video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /** ==============================
 * About Usセクション end
 * ============================== **/
  /** ==============================
 * Historyセクション start
 * ============================== **/
  .HistorySection {
    width: 100vw;
    aspect-ratio: 16 / 4.5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .HistorySection__inner {
    display: grid;
    grid-template-columns: 1fr 40vw;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    min-height: 0;
    height: 100%;
  }
  /* 左カラム：全体を上下左右中央揃え */
  .HistorySection__content {
    display: flex;
    align-items: center; /* 上下中央 */
    justify-content: center; /* 左右中央 */
    height: 100%;
    width: 100%;
  }
  /* 中身ラッパー（デフォルトblock縦積み・追加なし） */
  .HistorySection__content-inner {
    /* 追加スタイルなし */
  }
  /* タイトル行（下にvwで間隔を空ける） */
  .HistorySection__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.3vw;
    width: 100%;
    margin-bottom: 2.3vw; /* スクショを参考にvwで調整（例：1280px時約30px） */
  }
  .HistorySection__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.3rem;
    color: #235296;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
    line-height: 1.1;
    display: flex;
    align-items: center;
  }
  .HistorySection__subtitle {
    font-size: 0.8rem;
    color: #333;
    margin-left: 1vw;
    display: flex;
    align-items: center;
    line-height: 1.1;
  }
  .HistorySection__more {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #235296;
    font-weight: 600;
    text-decoration: none;
    gap: 0.7em;
    position: relative;
    transition: color 0.2s;
  }
  .HistorySection__more:hover {
    color: #04b0aa;
  }
  .HistorySection__arrow.hidden, .HistorySection__arrow.links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    margin-left: 2vw;
    height: auto;
    overflow: hidden;
  }
  .HistorySection__arrow img {
    width: 10vw;
    height: auto;
    display: block;
    animation: arrowMove 1.3s ease-in-out infinite;
  }
  .HistorySection__more-text {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  /* 本文 */
  .HistorySection__copy {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  .HistorySection__copy p {
    font-size: 1rem;
    color: #222;
    line-height: 2;
    margin-bottom: 0.5em;
  }
  /* 右カラム（画像） */
  .HistorySection__image-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .HistorySection__image {
    width: 40vw;
    height: 22vw;
    object-fit: cover;
    display: block;
  }
  /** ==============================
 * Historyセクション end
 * ============================== **/
  /** ==============================
 * Serviceセクション start
 * ============================== **/
  .ServiceSection {
    width: 100vw;
    aspect-ratio: 16 / 9;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .ServiceSection__inner {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ServiceSection__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.3vw;
    width: 100%;
    margin-bottom: 2.5vw;
  }
  .ServiceSection__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.3rem;
    color: #235296;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.1;
    display: flex;
    align-items: center;
  }
  .ServiceSection__subtitle {
    font-size: 0.8rem;
    color: #333;
    margin-left: 1vw;
    display: flex;
    align-items: center;
    line-height: 1.1;
  }
  .ServiceSection__more {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #235296;
    font-weight: 600;
    text-decoration: none;
    gap: 0.7em;
    position: relative;
    transition: color 0.2s;
  }
  .ServiceSection__more:hover {
    color: #04b0aa;
  }
  .ServiceSection__arrow.hidden, .ServiceSection__arrow.links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    margin-left: 2vw;
    height: auto;
    overflow: hidden;
  }
  .ServiceSection__arrow img {
    width: 10vw;
    height: auto;
    display: block;
    animation: arrowMove 1.3s ease-in-out infinite;
  }
  .ServiceSection__more-text {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  /* 4カラムグリッド */
  .ServiceSection__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.2vw;
    margin: 0 auto;
  }
  .ServiceSection__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #222;
    transition: opacity 0.2s;
  }
  .ServiceSection__img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1.4; /* 幅:高さ = 1:1.618 黄金比 */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ServiceSection__img {
    width: 100%;
    aspect-ratio: 1 / 1.4; /* 幅:高さ = 1:1.618 黄金比 */
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(.23, 1.07, .67, 1);
  }
  /* hover時に画像のみ拡大（マスク内） */
  .ServiceSection__item:hover .ServiceSection__img, .ServiceSection__img-wrap:hover .ServiceSection__img {
    transform: scale(1.1);
  }
  .ServiceSection__caption {
    margin-top: 1vw;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.01em;
    line-height: 1.7;
    display: block;
  }
  /** ==============================
 * Serviceセクション end
 * ============================== **/
  /** ==============================
 * Property Portfolio・CustomGallery セクション start
 * ============================== **/
  .PortfolioSection {
    width: 100vw;
	height:auto;
	padding: 10vw 0 5vw 0 ;
    /*aspect-ratio: 16 / 9;*/
    background: #eae6e2;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .last_botm{
  padding-bottom:10vw;
  
  }
  /* タイトルヘッダー */
  .PortfolioSection__header {
    position: absolute;
    top: 1vw;
    left: 3vw;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .PortfolioSection__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.3rem;
    color: #235296;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .PortfolioSection__subtitle {
    font-size: 0.8rem;
    color: #222;
    letter-spacing: 0.05em;
  }
  .PortfolioSection__content {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }
  /* --- スライダー本体 --- */
  .CustomGallery__frame {
    width: 80vw;
    height: 33vw;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .CustomGallery__strip {
    display: flex;
    align-items: center;
    height: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .CustomGallery__strip::-webkit-scrollbar {
    display: none;
  }
  .CustomGallery__img {
    height: 100%;
    width: auto;
    display: block;
    margin-right: 1vw;
    border: none;
    background: none;
    pointer-events: none;
    user-select: none;
  }
  /* ← NEW! 端ピタ用ダミー */
  .CustomGallery__dummy {
    flex: none;
    width: calc(80vw - 1vw); /* stripの親幅 - 最後の画像の右マージン分 */
    height: 1px;
    background: transparent;
    pointer-events: none;
  }
  /* --- メタ情報 --- */
  .PortfolioGallery__meta {
    width: 80vw;
    display: flex;
    align-items: center;
    margin-top: 1.5vw;
    gap: 2vw;
    margin-left: 0;
    position: relative;
    justify-content: flex-start;
    min-height: 3vw;
    overflow: visible;
    z-index: 10;
  }
  .PortfolioGallery__meta a {
    display: flex;
  }
  .PortfolioGallery__category {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-right: 1rem;
  }
  .PortfolioGallery__more {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #235296;
    font-weight: 600;
    text-decoration: none;
    gap: 0.7em;
    position: relative;
    transition: color 0.2s;
  }
  .PortfolioGallery__more:hover {
    color: #04b0aa;
  }
  .PortfolioGallery__arrow.hidden, .PortfolioGallery__arrow.links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: auto;
    overflow: hidden;
  }
  .PortfolioGallery__arrow img {
    width: 10vw;
    height: auto;
    display: block;
    margin-right: 0.5rem;
    animation: arrowMove 1.3s ease-in-out infinite;
  }
  /* --- ナビボタン：meta内右端絶対配置 --- */
  .PortfolioGallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 3vw;
    height: 3vw;
    min-width: 36px;
    min-height: 36px;
    background: #aaa;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
  }
  .PortfolioGallery__nav--prev {
    right: 5vw;
    margin-right: 2vw; /* ← 追加部分 */
  }
  .PortfolioGallery__nav--next {
    right: 3vw;
  }
  .PortfolioGallery__nav svg {
    width: 2vw;
    height: 2vw;
    min-width: 20px;
    min-height: 20px;
    fill: #fff;
    display: block;
    pointer-events: none;
  }
  .PortfolioGallery__nav:hover {
    background: #235296;
  }
  /** ==============================
 * Property Portfolio・CustomGallery セクション end
 * ============================== **/
  /* ==============================
 トップページ 天神祭リンクセクション start
============================== */
  .top-tenjin-link {
    padding: 6vw 0;
    background-color: #E2DCD3;
  }
  .tenjin-link__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    align-items: center;
    padding: 0 0;
  }
  .tenjin-link__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .tenjin-link__label {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: "Noto Serif JP", serif;
    color: #002b5c;
  }
  .tenjin-link__desc {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
  }
  .tenjin-link__more {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline;
    color: #002b5c;
    font-family: "Noto Sans JP", sans-serif;
  }
  /* ==============================
 トップページ 天神祭リンクセクション end
============================== */
  /** ==============================
 * CSRセクション start
 * ============================== **/
  .CsrSection {
    width: 100vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    background: #fff;
  }
  .CsrSection__inner {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .CsrSection__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.3rem;
    color: #235296;
    font-weight: 400;
    margin-bottom: 2vw;
    letter-spacing: 0.05em;
    line-height: 100%
  }
  .CsrSection__subtitle {
    font-size: 0.8rem;
    color: #222;
    margin-bottom: 2vw;
    letter-spacing: 0.05em;
  }
  .CsrSection__lead, .CsrSection__desc {
    width: auto;
    font-size: 1rem;
    color: #222;
    text-align: left;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
  }
  .CsrSection__img-wrap {
    width: 50vw;
    margin: 3vw auto 5vw auto;
    display: flex;
    justify-content: center;
  }
  .CsrSection__img {
    width: 100%;
    height: auto;
    display: block;
  }
  /** ==============================
 * CSRセクション end
 * ============================== **/
  /** ==============================
 * 重なりスクロールセクション start
 * ============================== **/
  .OverlapSectionGroup {
    width: 100vw;
    position: relative;
  }
  .OverlapSection {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .OverlapContent {
    display: grid;
    grid-template-columns: 41vw 59vw;
    width: 100vw;
    height: 100%;
  }
  .OverlapContent__left {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
  }
  /* 右側画像 */
  .OverlapContent__right {
    width: 59vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .OverlapContent__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /** ==============================
 * 重なりスクロールセクション end
 * ============================== **/
  /** ==============================
 * HonoraryConsulateBlockセクション start
 * ============================== **/
  .HonoraryConsulateBlock {
	max-width: 100%;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(221,224,231,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(221,224,231,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(221,224,231,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(221,224,231,1.00) 100%);
  }
  .HonoraryConsulateBlock__title-en {
    font-size: 2.3rem;
    color: #235296;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 0.5vw;
  }
  .HonoraryConsulateBlock__subtitle {
    font-size: 0.8rem;
    color: #222;
    margin-bottom: 2vw;
  }
  .HonoraryConsulateBlock__title-jp {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  .HonoraryConsulateBlock__text {
    font-size: 1rem;
    color: #222;
    line-height: 2;
    text-align: justify;
    margin-bottom: 3vw;
    display: inline-block;
    width: 75%;
  }
  .HonoraryConsulateBlock__img-wrap {
    width: 100%;
    margin-bottom: 3vw;
    display: flex;
    justify-content: center;
  }
  .HonoraryConsulateBlock__img {
    width: 50%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .HonoraryConsulateBlock__more {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    margin-top: 1vw;
    position: relative;
  }
  /* →ラインと矢印をCSSで再現 */
  .HonoraryConsulateBlock__arrow {
    display: inline-block;
    width: 4rem; /* 線の長さ */
    height: 1px;
    background: #235296; /* 線色（青） */
    position: relative;
  }
  .HonoraryConsulateBlock__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 0.6rem;
    height: 0.6rem;
    border-right: 1px solid #235296;
    border-bottom: 1px solid #235296;
  }
  .HonoraryConsulateBlock__more-text {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  /** ==============================
 * HonoraryConsulateBlockセクション end
 * ============================== **/
 /** ==============================
 * Awards & Media セクション start (PC)
 * ============================== **/
.AwardsMediaSection {
  background: #f3f3f3;
  padding: 6vw 5vw;
  position: relative;
}

.AwardsMediaSection__head {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  margin-bottom: 4vw;
  flex-wrap: wrap;
}

.AwardsMediaSection__title-en {
  font-size: 2.3rem;
  color: #235296;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.AwardsMediaSection__subtitle {
  font-size: 0.8rem;
  color: #222;
  margin-left: 1rem;
}

.AwardsMediaSection__frame {
  display: flex;               /* stripとボタンを横並び */
  align-items: center;         /* 縦中央 */
  gap: 1rem;                   /* stripとボタンの間隔 */
  overflow: hidden;            /* strip内部の横スクロールを隠す */
}

.AwardsMediaSection__strip {
  display: flex;
  gap: 2vw;
  scroll-behavior: smooth;
  overflow-x: hidden;
  flex: 1;                     /* stripを中央に広げる */
}

.AwardsMediaSection__item {
  flex: 0 0 auto;
  width: 24vw;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  text-decoration: none;
  color: #fff;
  background: #ccc;
}

.AwardsMediaSection__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.AwardsMediaSection__item:hover img {
  transform: scale(1.05);
}

.AwardsMediaSection__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  padding: 1rem;
}

.AwardsMediaSection__item:hover .AwardsMediaSection__overlay {
  opacity: 1;
}

.AwardsMediaSection__text {
  width: 80%;
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
}

/* ナビゲーションボタン（正円） */
.AwardsMediaSection__nav {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;           /* 正円にする */
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;               /* テキスト中央 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}

.AwardsMediaSection__nav:hover {
  background: rgba(0,0,0,0.7);
}

.AwardsMediaSection__nav--prev { order: -1; }
.AwardsMediaSection__nav--next { order: 1; }
/** ==============================
 * Awards & Media セクション end (PC)
 * ============================== **/




  /** ==============================
 * Accessセクション start
 * ============================== **/
  .AccessSection {
    background: #FFFFFF;
    padding: 5vw 0;
  }
  .AccessSection__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    align-items: start;
    width: 90vw;
    margin: 0 auto;
  }
  .AccessSection__left img.AccessSection__main-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .AccessSection__right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .AccessSection__side-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
	    height:15vw;
    max-width: 260px;
	overflow: hidden;
  }
  .AccessSection__side-img {
    width: 100%;
    height: auto;
    display: block;

  }

  .AccessSection__title-en {
    font-size: 2.5rem;
    color: #235296;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    margin-bottom: 0.5rem;
  }
  .AccessSection__title-jp {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 2rem;
  }
  .AccessSection__address {
    font-size: 1rem;
    color: #222;
    line-height: 2;
    margin-bottom: 1.5rem;
  }
    .AccessSection__address p:nth-child(1){
	font-size:1.3rem;
	}
  .AccessSection__map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #235296;
    font-size: 0.95rem;
    text-decoration: none;
    margin-top: 0.5rem;
  }
  .AccessSection__contact {
    font-size: 1rem;
    color: #222;
    line-height: 2;
    margin-bottom: 2rem;
  }
  .AccessSection__contact img {
    vertical-align: middle;
    margin-right: 0.3rem;
  }
  .AccessSection__contact-button {
    width: 100%;
    background: #8a5e5b;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between; /* ← 左右に配置 */
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  .AccessSection__contact-text {
    flex-shrink: 0;
  }
  .AccessSection__contact-arrow {
    width: 1.5rem;
    height: auto;
    flex-shrink: 0;
  }
  .AccessSection__station {
    border-top: 1px solid #235296;
    padding-top: 1rem;
    font-size: 0.95rem;
    color: #222;
    line-height: 1.8;
  }
  /** ==============================
 * Accessセクション end
 * ============================== **/
  /** ==============================
 * 山田グループセクション start
 * ============================== **/
  .YamadaGroupSection {
    background: #f4f4f4;
    padding: 5vw 2vw;
    text-align: center;
  }
  .YamadaGroupSection__title {
    font-size: 2.5rem;
    color: #1a3f78;
    margin-bottom: 3vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
  }
  .YamadaGroupSection__list {
    width: 90vw;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2vw;
    margin: 0 auto;
    list-style: none;
    padding: 0;
  }
  .YamadaGroupSection__list li {
    box-sizing: border-box;
    transition: all 0.3s ease;
    height: 100%;
  }
  .YamadaGroupSection__list a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .YamadaGroupSection__logo {
    width: 100%;
    height: auto;
    margin-bottom: 1.5vw;
  }
  .YamadaGroupSection__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }
  .YamadaGroupSection__text h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
  }
  .YamadaGroupSection__text p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
  }
  /** ==============================
 * 山田グループセクション end
 * ============================== **/
 /** ==============================
 * Informationセクション start
 * ============================== **/
.InformationSection {
	background-color: #3A4A57;
	color: #fff;
	padding: 2vw 0 4vw 0;
}

.InformationSection__title {
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 100;
	margin-bottom: 1vw;
	color: #CDCDCD;
	border-bottom: 1px solid #748488;
	padding: 0 2vw 0.5rem 2vw;
	letter-spacing: 0.2rem;
}

.InformationList {
  list-style: none;
  margin: 0;
  padding: 0 2vw;
  max-height: 12vw;       /* 3件分の高さで固定（必要に応じて微調整） */
  overflow-y: auto;       /* 縦スクロール可能に */
  scrollbar-width: thin;  /* Firefoxでのスクロールバー細め */
}
.InformationList::-webkit-scrollbar {
  width: 0.4vw;           /* スクロールバー細く */
}
.InformationList::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.3);
  border-radius: 1vw;
}

.InformationItem {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px dotted #788D8E;
	text-decoration: none;
	padding: 0 1vw 0 1vw;
}

.InformationItem__content {
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;
  flex: 1;
  display: flex;                  /* 横並び */
  justify-content: space-between; /* 左右に配置 */
  align-items: center;            /* 縦中央揃え */
  padding: 1rem 0;                /* 上下余白 */
}

.InformationItem__content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.05rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.InformationItem__content p span{
  font-size: 0.9rem;
  opacity: 0.8;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 0 0 1rem;
}
/* ➤ のアイコンを追加 */
.InformationItem__content p::before {
  content: "➤";
  color: #dabbb2;   /* ゴールド（ブランドカラー想定） */
  font-size: 0.9rem;
  margin-right: 0.6rem;
}

.InformationItem__more {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  text-decoration: none;
}

.PortfolioGallery__more-text {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
/** ==============================
 * Informationセクション end
 * ============================== **/


  /** ==============================
 * Footerセクション start
 * ============================== **/
  .topFooterSection {
    background-color: #000;
    color: #fff;
    padding: 4vw 2vw;
    position: relative;
    font-size: 0.95rem;
  }
  .topFooterInner {
    margin: 0 auto;
  }
  .topFooterLogo {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 2vw;
  }
  .topFooterLogo img {
    width: 15vw;
    height: auto;
  }
  .topFooterLogo p {
    font-size: 0.9rem;
    color: #ccc;
  }
  /* フッターナビ start */
  .topFooterNav__grid {
    display: flex;
    gap: 5vw;
    flex-wrap: wrap;
    margin-bottom: 2vw;
  }
  .topFooterNav__grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .topFooterNav__grid li {
    margin-bottom: 0.5rem;
  }
  .indent {
    font-size: 0.95rem;
  }
  .indent::before {
    content: "└ ";
    padding-left: 0.1rem;
    padding-right: 0.2rem;
  }
  .topFooterNav__grid a {
    color: #E0E0E0;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
	font-weight: 300;
  }
  .topfooter-label {
	color: #808080;
	font-weight: bold;
	display: inline-block;
  }
  .topfooter-sub {
    padding-left: 1em;
  }
  /* フッターナビ end */
  .topFooterBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    padding-top: 1.5rem;
  }
  .topFooterPolicy {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
  }
  .topFooterPolicy a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.8rem;
  }
  .topFooterCopyright {
    font-size: 0.85rem;
    color: #aaa;
  }
  /** ==============================
 * Footerセクション end
 * ============================== **/
}
