/*---------------------------------------------------------
h1タイトル
---------------------------------------------------------*/
.inpagetitlearea {
  padding: 8px 40px 0;
  margin: 0 auto;
}

.inpagetitlearea_detail {
  padding: 80px 40px 0;
}

@media only screen and (max-width: 959px) {
  .inpagetitlearea {
    padding: 8px 20px 0;
    margin: 0 auto;
  }
}

/*---------------------------------------------------------
新h1タイトル
---------------------------------------------------------*/

.page-header {
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header__inner {
  width: 100%;
  height: 100%;
  margin: 75px auto 0;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.page-header__sub {
  font-size: 14px;
}

.page-header__title {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
}

/* ページごとの背景画像指定例 */
.page-header--business {
  background-image: url("/common/img/bg_business@2x.jpg");
}

.page-header--company {
  background-image: url("/common/img/bg_company@2x.jpg");
}

.page-header--project {
  background-image: url("/common/img/bg_project@2x.jpg");
}

.page-header--thought {
  background-image: url("/common/img/bg_thought@2x.jpg");
}

.page-header--recruit {
  background-image: url("/common/img/bg_recruit@2x.jpg");
}

.page-header--news {
  background-image: url("/common/img/bg_news@2x.jpg");
}

.page-header--contact {
  background-image: url("/common/img/bg_contact@2x.jpg");
}

.page-header--sitemap {
  background-image: url("/common/img/bg_sitemap@2x.jpg");
}

.page-header--pp {
  background-image: url("/common/img/bg_pp@2x.jpg");
}

@media only screen and (max-width: 959px) {
  .page-header {
    height: 200px;
  }

  .page-header__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    padding: 24px 20px;
  }

  .page-header__sub {
    font-size: 14px;
  }

  .page-header__title {
    font-size: 40px;
  }

  .inpagetitlearea_detail {
    padding: 20px 20px 0;
  }
}

/*---------------------------------------------------------
共通
---------------------------------------------------------*/
/* 共通部分 */
.breadcrumb {
  width: 100%;
  margin: 16px 0;
  text-align: right;
  overflow-x: auto;
  /* 横スクロール有効 */
  -webkit-overflow-scrolling: touch;
  /* iOS慣性スクロール */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.breadcrumb::-webkit-scrollbar {
  display: none;
  /* Chrome, Safariでスクロールバー非表示 */
}

.breadcrumb ul {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  /* 折り返し防止 */
}

.breadcrumb ul li {
  font-size: 14px;
  color: #333;
  position: relative;
  flex-shrink: 0;
  /* 長文でも圧縮されない */
}

.breadcrumb ul li a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}

.breadcrumb ul li a:hover {
  opacity: 0.6;
}

.breadcrumb ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #ccc;
  margin: 0 8px;
  vertical-align: middle;
}

/* スマホ時だけ右寄せ解除して自然に流す場合 */
@media screen and (max-width: 768px) {
  .breadcrumb {
    text-align: left;
  }
}

.page-hero {
  height: 480px;
  width: calc(100% - 40px);
  margin: 80px 0 80px 40px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 959px) {
  .page-hero {
    width: calc(100% - 20px);
    height: auto;
    margin: 64px 0 64px 20px;
  }
}

/* 白背景共通ボックス */
.whitebox {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}

.whitebox p {
  margin-bottom: 16px;
}

/* スマホ調整 */
@media (max-width: 959px) {
  .whitebox {
    padding: 24px;
  }
}

/* フッター上導線 */
.othercontents-section {
  padding: 40px 0;
}

.othercontents-list {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  flex-wrap: wrap;
  margin-top: 40px;
}

.othercontents-item {
  text-align: center;
  width: 30%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

/* 画像ラッパー */
.img-wrap {
  border-radius: 8px;
  overflow: hidden;
  /* ← これで枠からはみ出さない */
}

/* 画像スタイル */
.othercontents-item img {
  width: 100%;
  border-radius: 8px;
  display: block;
  transition: transform 0.5s ease;
}

/* ホバー時のズーム */
.othercontents-item:hover img {
  transform: scale(1.08);
}

.othercontents-item p {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-top: 12px;
  transition: color 0.3s ease;
}

.othercontents-item:hover p {
  color: #0a3464;
}

/* 各ページ対応 */

.thought .othercontents-list .img_btmindex_company {
  display: none;
}

.thought .othercontents-list .img_btmindex_thought {
  display: none;
}

.thought .othercontents-list .img_btmindex_project {
  display: none;
}

.thought .othercontents-list .img_btmindex_business {
  display: none;
}

.business .othercontents-list .img_btmindex_daihyo {
  display: none;
}

.business .othercontents-list .img_btmindex_interview {
  display: none;
}

.business .othercontents-list .img_btmindex_story {
  display: none;
}

.business .othercontents-list .img_btmindex_business {
  display: none;
}

.company .othercontents-list .img_btmindex_daihyo {
  display: none;
}

.company .othercontents-list .img_btmindex_interview {
  display: none;
}

.company .othercontents-list .img_btmindex_story {
  display: none;
}

.company .othercontents-list .img_btmindex_company {
  display: none;
}

.readtx {
  margin-bottom: 64px;
  margin-top: 64px;
}

.top-company-list {}

.top-company-list .othercontents-item {
  width: 22%;
  margin: 0;
}

.top-company-list .img-wrap {
  height: 160px;
}

.recruit-top-section .othercontents-item {
  width: 30%;
}

.recruit-top-section .img-wrap {
  height: 200px;
}

.topnavybg {
  background: #45495C;
  padding: 64px 0;
  margin-top: 64px;
}

.topnavybg .subtitle {
  color: #fff;
  margin-top: 32px;
}

.topnavybg h2.title {
  color: #fff;
}

.topnavybg .top-navy-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.topnavybg .top-navy-box div.topnavybgbox {
  width: 48%;
}

.topnavybg .btnbox {
  margin-top: 32px;
}

.topnavybg .btnbox a {
  display: block;
  width: 100%;
  min-width: 100%;
  margin-top: 16px;
  text-align: left;
  position: relative;
}

.topnavybg .btnbox .btn .icon {
  right: 24px;
  top: 24px;
  position: absolute;
}

@media (max-width: 959px) {
  .othercontents-list {
    gap: 24px;
    justify-content: center;
  }

  .othercontents-item {
    width: 100%;
    max-width: 360px;
  }

  .readtx {
    margin-bottom: 40px;
  }

  .top-company-list .othercontents-item {
    width: 46%;
  }

  .top-company-list .img-wrap {
    height: auto;
  }

  .recruit-top-section .othercontents-item {
    width: 46%;
  }

  .recruit-top-section .img-wrap {
    height: auto;
  }

  .topnavybg {
    padding: 40px 0;
    margin-top: 40px;
  }

  .topnavybg .subtitle {
    margin-top: 24px;
  }

  .topnavybg .top-navy-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 48px;
  }

  .topnavybg .top-navy-box div.topnavybgbox {
    width: 100%;
  }

  .topnavybg .btnbox {
    margin-top: 24px;
  }

  .topnavybg .btnbox a {
    margin-top: 12px;
  }

  .topnavybg .btnbox .btn .icon {
    right: 24px;
    top: 24px;
    position: absolute;
  }

  .othercontents-item p {
    font-size: 14px;
    margin-top: 8px;
  }
}

/*---------------------------------------------------------
pagination
---------------------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}

.pagination ul {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  background: #16204a;
  /* デフォルト紺 */
  color: #fff;
  /* デフォルト文字白 */
  transition: all 0.3s ease;
}

/* ホバー時 */
.pagination li a:hover {
  background: #020517;
  /* 少し暗いネイビー */
}

/* 現在ページ（白背景＋紺文字、枠線なし） */
.pagination li.active a {
  background: #fff;
  color: #16204a;
  border: none;
}

/* 矢印 */
.pagination li.prev a,
.pagination li.next a {
  background: none;
  /* 背景なし */
  width: 56px;
  height: 56px;
  font-size: 0;
  position: relative;
}

.pagination li.prev a::before,
.pagination li.next a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pagination li.prev a::before {
  border-right: 10px solid #16204a;
  /* ネイビー矢印 */
  left: 16px;
}

.pagination li.next a::before {
  border-left: 10px solid #16204a;
  /* ネイビー矢印 */
  right: 16px;
}

/* 矢印ホバー時（色を濃くする） */
.pagination li.prev a:hover::before {
  border-right-color: #0f1638;
}

.pagination li.next a:hover::before {
  border-left-color: #0f1638;
}

/* 無効化 */
.pagination li.disabled a {
  pointer-events: none;
}

.pagination li.prev.disabled a::before {
  border-right-color: #ccc;
  /* グレー矢印 */
}

.pagination li.next.disabled a::before {
  border-left-color: #ccc;
  /* グレー矢印 */
}

@media only screen and (max-width: 959px) {
  .pagination li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  /* 矢印 */
  .pagination li.prev a,
  .pagination li.next a {
    background: none;
    /* 背景なし */
    width: 40px;
    height: 40px;
    font-size: 0;
    position: relative;
  }
}

/*---------------------------------------------------------
詳細ページパーツ
---------------------------------------------------------*/

/* =============================
   汎用 詳細コンテンツ
============================= */

/* 日付 */
.content-detail .date {
  font-size: 14px;
  color: #666;
  margin-bottom: 32px;
}

/* メインタイトル（H1） */
.content-detail .main-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
  line-height: 1.6;
}

/* =============================
     見出しスタイル
============================= */

/* H2 */
.content-detail h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0;
  position: relative;
  padding-bottom: 16px;
}

.content-detail h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #0a3464;
  margin-top: 16px;
}

/* H3 */
.content-detail h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.content-detail h3::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #0a3464;
  border-radius: 4px;
  flex-shrink: 0;
}

/* H4 */
.content-detail h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 24px 0;
  padding-left: 12px;
  border-left: 3px solid #0a3464;
}

/* 段落 */
.content-detail p {
  font-size: 14px;
  line-height: 1.8;
  margin: 24px 0;
}

.content-detail p a {
  text-decoration: underline;
  color: #17204e;
}

/* =============================
   コンテンツ内パーツ
============================= */
.content-detail .content-image,
.content-detail .content-map,
.content-detail .content-video {
  margin: 32px 0;
}

/* フル幅画像 */
.content-detail .content-image.full img {
  width: 100%;
  height: auto;
  display: block;
}

/* 2カラム画像 */
.content-detail .content-image.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.content-detail .content-image.two-col img {
  width: 100%;
  height: auto;
  display: block;
}

/* Google Map */
.content-detail .content-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

/* YouTube */
.content-detail .content-video iframe {
  width: 100%;
  height: 560px;
  border: 0;
}

@media only screen and (max-width: 959px) {
  .content-detail .main-title {
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 1.5;
  }

  .content-detail h2 {
    font-size: 20px;
    margin: 24px 0;
    padding-bottom: 12px;
  }

  .content-detail h2::after {
    width: 60px;
    margin-top: 12px;
  }

  .content-detail h3 {
    font-size: 16px;
    margin: 24px 0;
    gap: 6px;
  }

  .content-detail h4 {
    font-size: 14px;
    margin: 16px 0;
    padding-left: 8px;
  }

  .content-detail p {
    font-size: 14px;
    line-height: 1.7;
    margin: 16px 0;
  }

  .content-detail .content-image.two-col {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .content-detail .content-map iframe {
    height: 240px;
  }

  .content-detail .content-video iframe {
    height: 200px;
  }
}

/*---------------------------------------------------------
contact
---------------------------------------------------------*/
.contact-form {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}

.form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 24px;
  align-items: center;
}

.form-group02 {
  align-items: flex-start;
}

.form-label-wrap {
  flex: 0 0 200px;
  /* ラベル幅固定 */
}

.form-label {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.form-label .required {
  color: #d00;
  font-size: 14px;
  margin-right: 6px;
  display: block;
}

.form-input {
  flex: 1;
}

/* テキスト系 */
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  min-height: 80px;
}

textarea {
  height: 160px;
  resize: vertical;
}

/* エラー */
.error {
  font-size: 12px;
  color: #d00;
  margin-top: 4px;
  display: block;
}

.contact-form input:invalid,
.contact-form textarea:invalid {
  border: 1px solid #d00;
  background: #fff5f5;
}

input:invalid+.error {
  display: block;
}

.is-disabled {
  background: #f3f3f3;
  color: #999;
  cursor: not-allowed;
}

/* 下部注意文 */
.form-note {
  margin-top: 24px;
  font-size: 14px;
  color: #d00;
  text-align: right;
  /* or left, center 好みで */
}

/* ラジオボタン */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.radio-group label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.radio-group input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #0a3464;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  background: #fff;
}

.radio-group input[type="radio"]:checked {
  background: #0a3464;
  border-color: #0a3464;
}

.radio-group input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

/* ボタン */
.form-submit {
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: #fff;
  color: #161f4e;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}

.btn:hover {
  background: #161f4e;
  color: #fff;
}

.btn .icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #161f4e;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.btn:hover .icon {
  transform: translateX(4px);
  border-left: 8px solid #fff;
}

.btn .icon:hover {
  border-left: 8px solid #fff;
}

.confirm-text {}

/* 戻るリンク */
.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  color: #0a3464;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  background: none;
  display: block;
}

.btn-back:hover {
  text-decoration: underline;
  background: none;
}

/* 左矢印 */
.btn-back .icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8px solid #0a3464;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.btn-back:hover .icon {
  transform: translateX(-4px);
}

input.is-disabled,
input[disabled] {
  background: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

@media (max-width: 959px) {
  .form-group {
    flex-direction: column;
    gap: 8px;
  }

  .form-label-wrap {
    flex: unset;
  }

  .btn {
    width: 100%;
  }

  .contact-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .form-group {
    display: block;
    margin-bottom: 24px;
    gap: 24px;
  }

  .form-group02 {}

  .form-label-wrap {
    flex: 0 0 100%;
    /* ラベル幅固定 */
  }

  .form-label {
    margin-bottom: 16px;
    display: block;
  }

  .form-label .required {
    font-size: 14px;
  }

  .form-input {
    flex: 1;
  }
}

/*---------------------------------------------------------
  実績
  ---------------------------------------------------------*/
#project .slick-slide img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.inpage-section .catch {
  margin-top: 64px;
}

.project-section .btn-box {
  margin-bottom: 64px;
}

/* 絞り込みエリア */
.filter-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 24px;
  display: flex;
  gap: 160px;
  margin-top: 40px;
}

.filter-box h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  width: 15%;
}

.checkboxarea {
  width: 85%;
}

.filter-box label {
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 12px;
  font-size: 14px;
  cursor: pointer;
}

.filter-box input[type="checkbox"] {
  margin-right: 6px;
}

/* 子要素のグループ */
.res-children {
  background: #f4f4f4;
  padding: 16px;
  border-radius: 6px;
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* 件数 */
.result-count {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media (max-width: 959px) {
  .inpage-section .catch {
    margin-top: 24px;
  }
}

/*---------------------------------------------------------
  スライダー
  ---------------------------------------------------------*/
.sliderarea {
  background: #45495c;
  padding: 120px 0;
  margin-top: 120px;
}

.sliderarea .catch {
  margin-top: 80px;
  color: #fff;
}

.sliderarea .lines div {
  background: #fff;
}

.slider {
  margin-top: 64px;
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.slick-prev {
  left: -10px !important;
  /* 位置調整 */
}

.slick-next {
  right: -10px !important;
}

.icon-left,
.icon-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.icon-left {
  border-right: 8px solid #fff;
  /* 左矢印色 */
}

.icon-right {
  border-left: 8px solid #fff;
  /* 右矢印色 */
}

/* slickスライド間のマージン調整 */
.slider .slick-slide {
  margin: 0 10px;
  /* 左右10pxずつ → 合計で20px */
}

/* slick-trackに負のマージンを付けてズレ防止 */
.slider .slick-list {
  margin: 0 -10px;
}

/* slick が生成するラッパー調整 */
.slick-slide {
  padding: 0 12px;
  /* スライド間マージンが必要ならここ */
  box-sizing: border-box;
}

.slick-slide>div {
  height: 100%;
}

.property-card {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  background: #fff;
  height: 100%;
}

.property-image {
  overflow: hidden;
  height: 200px;
}

@media (max-width: 1160px) {
  .property-image {
    height: 160px;
  }
}

@media (max-width: 959px) {
  .property-image {
    height: auto;
  }
}

.slick-track {
  padding: 16px 0;
}

/* slick 矢印ボタン */
.slick-prev,
.slick-next {
  background: #17204e !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 4px !important;
  z-index: 10;
}

/* デフォルトの文字矢印を消す */
.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

/* 左矢印 */
.slick-prev:before {
  border-right: 10px solid #fff;
  /* 白い三角 */
  left: 14px;
  /* 三角の位置 */
  content: "" !important;
}

/* 右矢印 */
.slick-next:before {
  border-left: 10px solid #fff;
  /* 白い三角 */
  right: 14px;
  /* 三角の位置 */
  content: "" !important;
}

/*
.slick-prev:before {
    display: none;
}

.slick-next:before {
    display: none;
}

.slick-prev {
    background: #17204e !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 4px !important;
}

.slick-next {
    background: #17204e !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 4px !important;
}
*/

.property-list-inpage {
  margin-top: 64px;
}

.brandtitle {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
}

.brandtitle::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #0a3464;
  border-radius: 4px;
  flex-shrink: 0;
}

.btn-box {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

/* ベース */
.btn-down {
  display: flex;
  flex-direction: column;
  /* ← 縦並び */
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: #fff;
  color: #161f4e;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  min-width: 200px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.btn-down:hover {
  background: #f4f5f9;
}

/* 下矢印 */
.btn-down .icon-down {
  margin-top: 8px;
  /* テキストと矢印の間隔 */
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #161f4e;
  transition: transform 0.3s ease;
}

.btn-down:hover .icon-down {
  transform: translateY(3px);
}

/* フローティング */
.floating-nav {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 7;

  /* フェード用 */
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.floating-nav.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* リンク */
.floating-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* 左テキスト＋右矢印 */
  color: #161f4e;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.2s;
  min-width: 180px;
  /* 幅を揃えたい場合 */
  gap: 8px;
}

.floating-nav a:hover {
  color: #020517;
}

/* 下矢印 */
.floating-nav .icon-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.2s ease;
}

.floating-nav a:hover .icon-down {
  transform: translateY(2px);
}

@media (max-width: 959px) {
  .sliderarea .catch {
    margin-top: 64px;
    color: #fff;
  }

  .btn-box {
    gap: 16px;
  }

  .brandtitle {
    font-size: 20px;
    margin: 24px 0;
    margin-top: 40px;
  }

  /* ベース */
  .btn-down {
    padding: 10px 24px;
    min-width: 280px;
  }

  .sliderarea {
    padding: 80px 0;
    margin-top: 80px;
  }

  .slider {
    margin-top: 40px;
  }

  .floating-nav {
    right: 8px;
    bottom: 8px;
    gap: 8px;
    padding: 8px;
  }
}

/*---------------------------------------------------------
  実績詳細
  ---------------------------------------------------------*/

.property-title-inpage {
  font-size: 28px;
  margin-top: 8px !important;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

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

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.thumb {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
  margin-bottom: 80px;
}

.thumb img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}

.thumb img.active {
  border-color: #161f4e;
  /* 選択中の枠 */
}

.property-detail .text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333;
}

/* データボックス */
.property-data {
  background: #f8f8f8;
  padding: 40px;
  margin-bottom: 64px;
}

.property-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.property-table div {
  display: flex;
  width: 48%;
  margin-bottom: 16px;
  align-items: center;
}

.property-data .data-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0;
}

.property-data dt {
  font-weight: bold;
  font-size: 14px;
  width: 100px;
}

.property-data dd {
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
}

/* プロジェクトストーリー */
.project-story .story-label {
  color: #0a3464;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
}

.project-story .catchtitle {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 80px;
  color: #161f4e;
}

.tanto {
  width: 40px;
  margin-right: 8px;
}

@media (max-width: 959px) {
  .thumb {
    display: flex;
    gap: 4px;
    margin-top: 12px;
    margin-bottom: 64px;
    flex-wrap: wrap;
  }

  .thumb img {
    width: 62px;
    height: 62px;
    border: 2px solid transparent;
  }

  /* データボックス */
  .property-data {
    padding: 16px;
    margin-bottom: 40px;
  }

  .property-table {
    display: block;
  }

  .property-table div {
    display: flex;
    width: 100%;
  }

  .property-data .data-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .property-data dt {}

  .property-data dd {}

  /* プロジェクトストーリー */
  .project-story .story-label {
    font-size: 16px;
  }

  .project-story .catchtitle {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .slick-slide img {
    width: 100%;
    height: 320px;
    object-fit: contain;
  }
}

/*---------------------------------------------------------
  共通テーブル
  ---------------------------------------------------------*/

.base-table {
  width: 100%;
  margin: 40px 0 0 auto;
  border-collapse: collapse;
}

.base-table th {
  width: 140px;
  text-align: left;
  vertical-align: top;
  padding: 16px 16px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.base-table td {
  padding: 16px 16px;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
}

.base-table thead th {
  background: #dcdfe5;
  font-weight: bold;
  text-align: left;
  padding: 16px;
}

.base-table td img {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  display: block;
}

.base-table tbody th {
  font-weight: bold;
  white-space: nowrap;
}

/* table-accordion */
.table-accordion {}

.table-accordion-header {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-right: 16px;
  color: #02388a;
}

/*
.table-accordion-header::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 10px;
  transition: transform 0.2s ease;
}
*/
/*
.table-accordion.open .table-accordion-header::after {
  content: "▲";
}
  */

.table-accordion-content {
  display: none;
  margin: 6px 0 12px 16px;
  line-height: 1.6;
  font-weight: normal;
}

.table-accordion.open .table-accordion-content {
  display: block;
}

@media (max-width: 959px) {
  .base-table {
    width: 100%;
    margin: 40px 0 0 auto;
  }

  .base-table th {
    padding: 24px 0;
    width: 120px;
  }

  .base-table td {
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
    word-break: auto-phrase;
  }

  .base-table td img {
    width: 100%;
  }
}

/*---------------------------------------------------------
company
---------------------------------------------------------*/

.flex_box_company {
  align-items: start;
  margin-top: 80px;
}

.flex_box_company .about-left {
  width: 510px;
}

.flex_box_company .about-right {
  width: 840px;
  margin: 0 0 40px auto;
  display: block;
}

.flex_box_company .whitebox p {
  margin-top: 16px;
  text-align: left;
}

.cp_banner {
  width: 560px;
  margin: 24px auto 0;
  transition: 0.3s;
}

.cp_banner:hover {
  opacity: 0.6;
}

.btn-box-company {
  margin-top: 80px;
}

.rightstyle {
  width: 100%;
  margin: 64px auto 0;
  display: block;
}

.tableflex {
  display: flex;
}

.company-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 40px;
  display: block;
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
  align-items: anchor-center;
  text-align: left;
}

.company-list li {
  width: 47%;
}

.company-list li+li {
  margin-top: 16px;
  /* 各会社の間隔 */
}

.company-list .name {}

.company-list .url {
  word-break: break-all;
  /* 長いURL折り返し */
}

.linktitle {
  font-size: 20px;
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
  width: 100%;
  display: block;
}

.company-list .url a {
  color: #fff;
  text-underline-offset: 2px;
}

.company-list .url a:hover {
  text-decoration: underline;
}

.property-card-company {
  background: none;
  text-decoration: underline;
  font-size: 24px;
  margin: 64px auto 0;
  display: block;
  text-align: center;
  cursor: pointer;
}

.property-card-company:hover {
  text-decoration: none;
}

.property-card-company-small {
  font-size: 16px;
  color: #02388a;
  margin: 0;
  display: inline;
  text-decoration: none;
}

.groupmap {
  width: 480px;
  margin: 40px auto;
}

@media only screen and (max-width: 959px) {
  .flex_box_company {
    align-items: start;
    margin-top: 40px;
  }

  .flex_box_company .about-left {
    width: 100%;
    margin-bottom: 24px;
  }

  .flex_box_company .about-right {
    width: 100%;
    margin: 0 auto;
  }

  .flex_box_company .whitebox p {
    margin-top: 16px;
  }

  .cp_banner {
    width: 100%;
    margin: 24px auto;
  }

  .btn-box-company {
    margin-top: 40px;
    justify-content: space-between;
  }

  .btn-box-company .btn-down {
    padding: 10px 16px;
    min-width: 47%;
    width: 47%;
  }

  .rightstyle {
    width: 100%;
    margin: 40px auto 0;
  }

  .company-list {
    display: block;
    gap: 0;
  }

  .company-list li {
    width: 100%;
  }

  .property-card-company {
    font-size: 18px;
    margin: 40px auto 0;
  }

  .groupmap {
    width: 100%;
    margin: 24px auto;
  }

  .tableflex {
    display: block;
  }

  .base-table-img {
    margin-top: 0;
  }

  .property-card-company-small {
    font-size: 14px;
  }
}

/*---------------------------------------------------------
business
---------------------------------------------------------*/

.business_strong_area {
  text-align: center;
  justify-content: center;
}

.business_strong_area h3 {
  text-align: left;
  margin: 0 0 16px;
}

.business_strong_area p {
  text-align: left;
}

.business_strong_area .smallen {
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  color: #50555b;
}

.business_strong_area_txbox {
  margin-top: 40px;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #17204e;
}

.business_strong_area .brand-section {
  padding: 80px 0 0;
}

.business_strong_area .btn {
  margin: 40px auto 0 0;
  display: block;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 2%;
  margin: 0 auto;
}

.brand-card {
  width: 23%;
  text-align: center;
  background: #fff;
  padding: 16px;
}

.brand-card img {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
}

.brand-type {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

.brand-name {
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

.business_flex {
  margin: 64px 0;
}

/* ここから追加・上書き */
.business_flex {
  align-items: flex-start;
  /* 左カラムを上揃えにしておく */
}

/* 左カラムをスクロールに追随させる */
.business_flex .about-left {
  position: sticky;
  top: 120px;
  /* 固定させたい位置。ヘッダー高さに合わせて調整してください */
  flex-shrink: 0;
  /* 画像が潰れないように */
}

/* 右カラムは残り幅いっぱい使う */
.business_flex .about-right {
  flex: 1;
}

@media (max-width: 959px) {
  .business_flex .about-left {
    position: relative;
    top: 0;
  }

  .business_strong_area h3 {
    text-align: left;
    margin: 8px 0;
  }

  .business_strong_area_txbox {
    margin-top: 24px;
    margin-left: 16px;
    padding-left: 16px;
  }

  .brand-list {
    gap: 8px;
  }

  .brand-card {
    width: 45%;
  }

  .business_flex {
    margin: 64px 0 40px;
  }

  .buttonsbusiness {
    margin: 24px auto 0;
    width: auto;
  }

  .brand-section {
    padding: 40px 0 0;
  }

  .business_strong_area .about-left {
    width: 100%;
  }

  .business_strong_area .about-right {
    width: 100%;
  }

  .business_strong_area .btn {
    margin: 24px auto 0;
    display: block;
  }
}

@media (max-width: 600px) {
  .brand-card {
    width: 100%;
  }
}

.project-summary {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
  margin-top: 80px;
}

.project-summary-left {
  flex: 0 0 240px;
}

.project-summary-left .section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.project-summary-right {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
}

.project-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.project-item dl {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.project-item dt {
  font-weight: bold;
  color: #444;
  font-size: 14px;
  display: inline-block;
  min-width: 80px;
}

.project-item dd {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-left: 0;
}

@media (max-width: 959px) {
  .project-summary {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .project-summary-right {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .project-summary-left {
    flex: 0 0 0;
    text-align: center;
    width: 100%;
  }

  .project-summary-left .section-title {
    margin-bottom: 0;
  }

  .project-summary-right .res-sp {
    text-align: center;
  }
}

/*---------------------------------------------------------
 THOUGHT
---------------------------------------------------------*/
.flex_box_phi_mv {
  align-items: start;
  margin-top: 120px;
}

.flex_box_phi_mv .about-right {
  margin-top: 64px;
}

.flex_box_phi_mv .about-right .reveal-mask_btm {
  margin-top: 40px;
}

.thought-read {
  margin-bottom: 120px;
}

.boldtext_phi {
  margin-top: 32px;
}

.threearea .lines div {
  background-color: #7f88ba;
}

.threeareain {
  margin-top: 80px;
  margin-bottom: 80px;
}

.threeareain_m0 {
  margin-top: 0;
}

.threearea_fb {
  margin-top: -80px;
  position: relative;
  z-index: 0;
}

.center_circle {
  text-align: center;
  position: relative;
  z-index: 1;
}

.center_circle img {
  width: 146px;
  margin: 0 auto;
}

.bgnavy {
  background: #45495c;
  padding: 120px 0;
}

.thought_txbox {
  margin-bottom: 24px;
  text-align: left;
}

.nurititle {
  background: #fff;
  padding: 4px;
  display: inline-block;
}

.thought_txbox p {
  margin-top: 16px;
  color: #fff;
}

.nurititle span {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #17204e;
  display: inline-block;
}

.catchW {
  color: #fff;
  margin-bottom: 24px;
}

.reveal-mask_m0 {
  margin-top: 0;
}

/* 新規 */
.thought-box {
  background-color: #3b3f52;
  /* 背景の濃いグレー系 */
  padding: 60px 20px;
  color: #ffffff;
}

/* インナー（中央寄せ） */
.thought-box__inner {
  max-width: 1200px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid #90929d;
  padding: 40px 0;
}

/* 画像エリア */
.thought-box__image {
  flex: 0 0 360px;
}

.thought-box__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキストエリア */
.thought-box__content {
  flex: 1;
}

/* ラベル「専門組織」 */
.thought-box__label {
  display: inline-block;
  padding: 6px 16px;
  background-color: none;
  font-size: 14px;
  border: 1px solid #ffffff;
  letter-spacing: 0.12em;
  color: #fff;
}

/* 見出し */
.thought-box__title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}

/* 本文 */
.thought-box__text {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 2;
  color: #d6dae5;
}

/* PCのみ改行したい br */
.pc-only {
  display: inline;
}

/* レスポンシブ対応 */
@media screen and (max-width: 960px) {
  .thought-box__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .thought-box__image {
    width: 100%;
    max-width: 480px;
  }

  .thought-box__title {
    font-size: 22px;
  }

  .pc-only {
    display: none;
  }

  /* 画像エリア */
  .thought-box__image {
    flex: 0 0 24px;
  }
}

@media screen and (max-width: 600px) {
  .thought-box {
    padding: 40px 16px;
  }

  .thought-box__title {
    font-size: 20px;
  }

  .thought-box__text {
    font-size: 13px;
  }
}

@media (max-width: 959px) {
  .flex_box_phi_mv {
    margin-top: 80px;
  }

  .flex_box_phi_mv .about-left {
    width: 70%;
  }

  .flex_box_phi_mv .about-right {
    width: 100%;
    margin: -80px 0 0 auto;
  }

  .flex_box_phi_mv .about-right .reveal-mask {
    width: 80%;
    margin: 0 0 0 auto;
  }

  .flex_box_phi_mv .about-right .reveal-mask_btm {
    margin-top: 40px;
    width: 90%;
    margin: -4px auto 0 0;
  }

  .thought-read {
    margin-bottom: 120px;
  }

  .boldtext_phi {
    margin-top: 24px;
  }

  .threeareain {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .threearea_fb {
    margin-top: -80px;
  }

  .center_circle {}

  .center_circle img {
    width: 100px;
  }

  .bgnavy {
    padding: 80px 0;
  }

  .thought_txbox {
    margin-bottom: 24px;
  }

  .nurititle {}

  .thought_txbox p {
    margin-top: 16px;
  }

  .nurititle span {
    font-size: 16px;
  }

  .catchW {
    margin-bottom: 16px;
  }
}

/*---------------------------------------------------------
 recruit
---------------------------------------------------------*/

/* ========== Mission / Value セクション ========== */
.mission-value-section {
  width: 100%;
  margin: 0 auto;
}

.mv-block {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}

.mv-title {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  flex: 0 0 240px;
  font-size: 48px;
  color: #17204e;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.mv-text {
  flex: 1;
}

.mv-text p+p {
  margin-top: 20px;
}

.mission-value-section .property-data {
  margin-top: 64px;
}

.pbnon {
  padding-bottom: 0;
}

.entryarea {
  background-image: url(../img/recruit/bg_recruit_entry@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 64px 0;
  text-align: center;
  margin-top: 120px;
}

.entryarea .copy {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin: 24px 0;
}

.entryarea .btn {
  margin-top: 16px;
}

.recruit footer {
  margin-top: 0;
}

@media (max-width: 768px) {
  .mv-block {
    flex-direction: column;
    gap: 24px;
    padding: 40px 0;
    display: block;
  }

  .mv-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .entryarea {
    padding: 80px 0;
    text-align: center;
    margin-top: 120px;
  }

  .entryarea .copy {
    font-size: 24px;
    margin: 24px 0;
  }
}

.interviewList h3.property-title {
  margin-top: 0;
}

.interviewList .property-image {
  height: 280px;
}

h3 span.sub {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #4a4a4a;
  display: block;
}

.interviewList a {
  cursor: pointer;
}

@media (max-width: 960px) {
  .interviewList .property-image {
    height: auto;
  }
}

/* ===============================
   基本構造
=============================== */

.interview-hero {
  width: 100%;
  background: #2B2F40;
  /* 画像右側と同じ濃紺系想定 */
}

.interview-hero__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}

/* 左画像 */
.interview-hero__img {
  width: 50%;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
}

.interview-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  /* 頭が切れにくい */
  display: block;
}

/* 右側テキスト */
.interview-hero__text {
  width: 50%;
  color: #fff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interview-hero__name {
  font-size: 14px;
  opacity: 0.8;
}

/* SP */
@media (max-width: 768px) {
  .interview-hero__inner {
    flex-direction: column;
  }

  .interview-hero__img,
  .interview-hero__text {
    width: 100%;
    min-height: auto;
  }

  .interview-hero__text {
    padding: 32px 24px;
  }

  .modal-title {
    font-size: 24px;
  }
}


.interview-modal {
  position: fixed;
  inset: 0;
  background: #45495C;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 10000;
}

.interview-modal.active {
  display: flex;
  opacity: 1;
}

.modal-content {
  color: #fff;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 960px;
  margin: 56px auto;
}

.modal-sub {
  background-image: url(../img/recruit/bg_grd@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #17204e;
  padding: 4px 16px;
  font-size: 16px;
  margin-bottom: 20px;
}

.modal-title {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 32px;
}

/* ===============================
   ブロック（左右交互）
=============================== */
.modal-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 56px;
  text-align: left;
  width: 100%;
}

.modal-block.reverse {
  flex-direction: row-reverse;
}

.modal-img {
  flex: 0 0 40%;
}

.modal-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.modal-text {
  flex: 1;
  line-height: 1.9;
}

.modal-text h3 {
  margin-bottom: 16px;
}

/* ===============================
   モーダルフッター
=============================== */
.modal-footer {
  text-align: center;
}

.modal-close {
  background: #fff;
  color: #17204e;
  border: none;
  border-radius: 4px;
  padding: 12px 40px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.modal-close:hover {
  background: #e5e5e5;
}

/* バツボタン */
.modal-close-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.modal-close-icon::before,
.modal-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: background 0.3s ease;
}

.modal-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close-icon:hover::before,
.modal-close-icon:hover::after {
  background-color: #ccc;
}

@media (max-width: 768px) {
  .modal-content {
    padding: 0;
  }

  .modal-block {
    flex-direction: column;
    gap: 24px;
  }

  .modal-block.reverse {
    flex-direction: column;
  }

  .modal-img {
    width: 100%;
  }

  .modal-img img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .modal-title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  /* バツボタン */
  .modal-close-icon {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }

  .modal-close-icon::before,
  .modal-close-icon::after {
    width: 40px;
    height: 2px;
  }

  .modal-inner {
    padding: 0 24px;
    margin: 40px auto;
  }


}

/*---------------------------------------------------------
 sitemap
---------------------------------------------------------*
/* 黒（#17204E）矢印 */
.sitemap-list .icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #17204e;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* 全体 */
.sitemap-list {}

.sitemap-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2カラム */
  column-gap: 40px;
  row-gap: 0;
  /* 下線を使うので余白調整 */
}

.sitemap-list li {
  border-bottom: 1px solid #d0d0d0;
  /* 下線追加 */
}

.sitemap-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #17204e;
  text-decoration: none;
  padding: 12px 0;
  transition: opacity 0.3s;
}

.sitemap-list a:hover {
  opacity: 0.6;
}

.sitemap-list a:hover .icon {
  transform: translateX(4px);
}

/* スマホ（1カラム） */
@media screen and (max-width: 768px) {
  .sitemap-list ul {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .sitemap-list a {
    font-size: 14px;
    padding: 10px 0;
  }
}