@charset "UTF-8";
/*
=======================================================
# ページ設定
=======================================================
*/
.site-header {
  display: none;
}
#custom_html-16 {
  display: none;
}
body.page-id-20970:not(.logged-in) .keni-mv_wide .keni-mv_outer {
  display: none;
}

body.page-id-20970 .keni-main_inner {
  padding: 0;
} 

body.page-id-20970 .article-body {
  margin-top: 0;
}
body.page-id-20970 .keni-section_wrap {
  max-width: none;
  padding: 0;
}
body.page-id-20970 .behind-article-area {
  display: none;
}


/*
=======================================================
# トップ画面
=======================================================
*/
.top-content {
  background-color: #000000;
  height: 100svh;
  position: relative;
  width: 100%;
}

/* .top-content .sub-title {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  font-size: 1.1rem;
  padding: 0px 16px;
  position: absolute;
  right: 40px;
  top: 40px;
} */

/* .top-content .col2-wrap {
  position: absolute;
  top:40%;
  width: 100%;
} */

.logo-box {
  margin: 16px 40px;
}
.logo-box img {
  width: 400px;
  height: auto;
  margin-bottom: 8px;
}
.logo-box h1 {
  color: #ffffff;
  font-size: 1.24rem !important;
  line-height: 1.8;
  text-align: right;
  margin: 0 auto !important;
  padding: 24px 24px 0 0 !important;
  font-weight: normal;
  max-width: 400px;
}
.logo-box h1 .name {
  padding-left: 4px;
}
/* 
.top-content .col_ns{
  position: relative;
} */


.text-box {
  color: #ffffff;
  margin: 0 40px;
}
.text-box h2 {
  border: none;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: normal;
  margin: 0 !important;
  padding: 16px;
}
.text-box h2 span {
  font-size: 1.2rem;
  font-weight: normal;
  padding-right: 8px;
  position: relative;
  bottom: 2px;
}

@media (max-width:890px) {
  .logo-box img {
    width: 300px;
  }
  .text-box h2 {
    font-size: 1.6rem;
}
}
@media (max-width:767px) {
  /* .top-content .col2-wrap {
    top: 25%;
  }
  .col_ns {
    float: none !important;
    margin:0 auto;
  } */
  .logo-box {
    margin: 36px 40px 80px;
  }
  .logo-box img {
    width: 300px;
  }
  .text-box h2 {
    font-size: 1.5rem;
    padding: 8px 8px 8px 16px;
  }
  .text-box h2 span {
    padding-left: 6%;
  }
}

@media (max-width:374px) {
  .text-box h2 {
    font-size: 1.3rem;
  }
  .text-box h2 span {
    padding-left:3%;
  }
}

@media (orientation: landscape) and (max-width:767px) {
  /* .col_ns {
    float: left !important;
    margin:0 auto;
  } */
  .text-box h2 {
    font-size: 1.4rem;
  }
}

/* サブタイトル */
.top-content .link-box .sub-title {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  font-size: 1.1rem;
  padding: 0px 16px;
  position: absolute;
  right: 40px;
  top: 40px;
}

.top-content .link-box .sub-title.inactive {
  display: none;
}
.top-content .link-box:hover .sub-title.active {
  display: none;
}
.top-content .link-box:hover .sub-title.inactive {
  display: inline-block;
}

/*
=======================================================
# トップ画面 2
=======================================================
*/
/* 余白のリセット */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* A: 画面のトップ25%に配置 */
.block-a {
  height: 50vh; /* 画面全体の高さ（100vh）の50% */
  display: flex;
  flex-direction: column; /* 画像とテキストを上下に配置 */
  justify-content: center; /* 上下方向の要素を中央揃え */
  align-items: center;     /* 左右（横方向）の要素を中央揃え */
  text-align: center;
}

.block-a img {
  max-height: 20%;
  width: auto;
  margin-bottom: 8px;
}

.link-btn{
  margin-top: 24px;
}
.link-btn a{
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 16px;
  text-align: center;
}

/* B・Cの親コンテナ（横並びのレイアウト） */
.block-bc-wrapper {
  display: flex;
  justify-content: center; /* BとCのブロック全体を横方向中央に配置 */
  gap: 20px;                /* BとCの間の余白 */
  max-width: 1100px;        /* コンテンツが広がりすぎないための上限幅 */
  margin: 20px auto 0;      /* 外側を自動余白で中央寄せ */
  padding: 0 16px;
}

/* B・Cブロック共通スタイル */
.block-b,
.block-c {
  flex: 1;                /* 均等な幅で横並び */
  display: flex;
  flex-direction: column;
  align-items: center;    /* ブロック内の要素（見出しや本文）を横方向中央揃え */
  text-align: left;          /* テキストは左揃え */
  padding: 24px;
}

/*
=======================================================
# フッタ
=======================================================
*/
.keni-breadcrumb-list_wrap {
  display: none;
}

.footer-menu,
.keni-footer_wrap {
  display: none;
}

/* フッターパネル */
.keni-footer-panel_wrap {
    display: none;
  }
/*
