

html,
body {
  overflow-x: hidden;
}

body,
.header-menu {
  min-width: 0;
}
.header-contents-main-image-box,
.header-contents-text-box,
.header-contents-sub-image-box,
.business-item-body,
.building-item-image-box {
  width: auto;
  max-width: 100%;
}
.business-item-image-box > img,
.building-item-image-box > img,
.access-item-image-box > img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.business-item-button {
  width: 100%;
}

/* 暫定処理 */
.section-activities {

  padding: 0;
}


/* ------------------------------ *
 * クラス
 * ------------------------------ */

.is-fixed {
  position: static;
}
.has-fixed-header {
  padding: 0;
}
.sp_item {
  visibility: visible;
}
.pc_item {
  display: none;
  visibility: hidden;
}
.is-hidden {
  display: none !important;
}

/* ハンバーガーメニュー */
.hamburger-menu {
  display: block;
  width: 100Vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--bg-white);
  z-index: 6;
  transform: translateY(-100%);
  /* transform: translateY(0); */
  transition: transform 0.4s ease;

}
.hamburger-menu.is-open {
  transform: translateY(0);
}
.hamburger-menu-header {
  display: flex;
  justify-content: space-between;
  color: var(--font-green);
  font-weight: bold;
  padding: 25px 25px 0 25px;
  align-items: center;
}
.hamburger-menu-header-title {
  font-size: 12px;
  letter-spacing: 3px;
}
.hamburger-menu-list-box {
  position: relative;
}
.hamburger-menu-list-box::before {
  pointer-events: none;
  position: absolute;
  content: "";

  height: 100%;
  width: 100%;
  background-image: url("./img/illust06.PNG");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 80%;
  opacity: 0.2;
}
.hamburger-menu-list-box ul {
  padding: 0;
  height: calc(100vh - 51px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  opacity: 1.0;
}
.hamburger-menu-list-box li {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
}

/* ヘッダーメニュー */
.header-menu-box {
  height: 280px;
  width: 100%;
  padding: 0;
}
.header-menu {
  /* display: block; */

  height: 100%;
  width: 100%;
  padding: 0 25px;
  align-items: center;
}
/* .header-menu-title {
  padding-top: 123px;
} */
.sp_menu {
  position: fixed;

  visibility: visible;
  height: 30px;
  top: 25px;
  right: 25px;
  z-index: 5;
}
.sp_menu img {
  display: inline-block;
}
.header-menu-left-box {
  /* padding-top: 123px; */
}
.header-menu-left-box p {

  font-size: 15px;
}
.header-menu-right-box {

  display: none;
}

/* Header contents */
.section-wrapper-top {
  background-image: none;
}
.header-contents {
  height: auto;
}

.header-contents-main-image-box {

  height: 455px;
  overflow: hidden;
}
.header-contents-main-image-box picture {
  height: 100%;
}
.header-contents-main-image-box img {

  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  max-width: none;
}

.header-contents-text-box {

  top: 430px;
  left: 0;
  padding: 60px 35px 60px 60px;
  font-size: 16px;
  letter-spacing: 3.2px;
  line-height: 45px;
  width: 92%;
}
.header-contents-text-box p {
  margin: 0;
}
.header-contents-text-box .sp_item {
  display: inline;
}

.header-contents-sub-image-box {

  width: 100%;
  top: 830px;
  left: 0;
  text-align: center;
}
.header-contents-sub-image-box img {

  width: 290px;
  display: inline-block;
  opacity: 0.8;
}

/* 3つの事業 */
.section-business {

  padding: 740px 0 0 0;
  background-image: url(./img/pc_top_sp.svg);
  background-position: top;
  background-repeat: no-repeat;
}
.section-business .header-text-box {

  margin-bottom: 120px;
}
.header-text-title {
  height: 40px;
  font-size: 25px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.header-text-title span {
  font-size: 25px;
  line-height: 40px;
}
.header-text-title-3  {
  font-size: 30px !important;
}
.header-text-message {
  font-size: 15px;
  letter-spacing: 2.8px;
  padding: 0 60px;
}

.business-item {
  display: block;
  margin-bottom: 120px;
}
.business-item .sp_item {
  display: block;
}
.business-item-image-box {
  padding: 0 70px;
}
.business-item-body {
  padding: 0 60px;
}
.business-item-title {
  display: block;
  margin-bottom: 20px;
}
.business-item-number {
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}
.business-item-title-message {
  font-size: 18px;
  letter-spacing: 3.6px;
  padding: 10px 0 0 0;
  line-height: 26px;
}
.business-item-text {
  font-size: 15px;
  letter-spacing: 2.8px;
  margin-bottom: 20px;
  line-height: 30px;
}


.business-item:last-child {

  margin-bottom: 130px;
}

/* 区切り画像 1 */
.separator-image-box-01 {

  height: 500px;
  width: auto;
  opacity: 0.8;
}
.separator-image-box-01 img {
  opacity: 0.8;
}

/* レイアウト調整用 */
.section-wrapper-middle {
  margin-bottom: -1px;
  background-image: url(./img/pc_under_sp.svg);
}
/* 活動内容 */
.section-activities .header-text-box {

  padding-top: 120px;
}

.header-text-message {

  text-align: left;
}


.activities-card-wrapper {

  padding: 65px 25px 0 25px;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.activities-card {
  margin-top: 0;
}

/* スクロールナビゲーション */
.scroll-navi-box {
  padding: 34px 0 59px 0;
  display: flex;
  justify-content: end;
}
.scroll-navi {
  width: 40%;
  border-bottom: 2px solid var(--font-blue2);
}
.scroll-navi-text {
  font-size: 14px;
  color: var(--font-blue2);
  font-weight: bold;
  padding-bottom: 5px;
}


/* 区切り画像 2 */
.separator-image-box-02 {
  padding: 0;
  display: block;
  text-align: center;
  opacity: 0.8;
}
.separator-image-box-02 img {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  height: 264px;
  object-fit: contain;
}


/* 建物 */
.section-building {
  padding: 0;
}
.section-building .header-text-box {
  padding-top: 25px;
  height: 120px;
}
.section-building .header-text-box .header-text-title {

  display: none;
}
.building-item-wrapper {
  text-align: center;
  padding: 60px 25px 0 25px;

}
.building-item-wrapper .header-text-title {

  display: inline-block;
  color: var(--font-blue);
}
.building-item {

  display: block;
  padding-top: 20px;
}
.building-item-image-box {
  height: 100%;
}
.building-item-text-box {
  padding: 20px 30px 0 30px;
  text-align: left;
}
.building-item-text-box br {
  display: inline;
}
.building-item-title {
  font-size: 15px;
  letter-spacing: 2.8px;
  padding-bottom: 15px;
  font-weight: 500;
}
.building-item-info {
  padding: 15px 0;
  font-size: 15px;
  letter-spacing: 2.8px;
}
.building-item-message {
  padding: 0 0 27px 0;
  font-size: 15px;
  letter-spacing: 2.8px;
}


/* アクセス */
.section-access {
  padding: 0;
}
.section-access .header-text-title {
  padding: 140px 0 50px 0;
}


.access-item {
  display: block;
  padding-bottom: 50px;
}
.access-item-image-box {
  height: 290px;
}
.access-item-image-box picture {
  text-align: center;
}
.access-item-image-box img {
  display: inline;
  height: 290px;
}
.access-item-text-box {
  padding: 50px 0 0 60px;
}
.access-item-title {
  font-size: 16px;
  letter-spacing: 2.8px;
  font-weight: 500;
  padding-bottom: 24px;
}
.access-item-text {
  font-size: 15px;
  letter-spacing: 2.8px;
  padding-bottom: 20px;
}
.access-item-text br {
  display: inline;
}

/* 区切り画像 3 */
.separator-image-box-03 {
  width: 100%;
  padding: 75px 0 82px 0;
  display: inline-block;
  text-align: center;
}
.separator-image-box-03 img {
  display: inline;
  height: 220px;
  opacity: 0.8;
}

/* 沿革 */
.section-history {
  padding-bottom: 20px;
}
.section-history .header-text-box {
  padding: 150px 0 30px 0;
}
.history-list {
  margin: 0;
  padding: 0 20px;
  font-size: 15px;
}
.history-detail {
  height: 100%;
  width: 100%;
  display: inline-block;
  border-top: 2px solid var(--font-blue2);
  padding: 28px 20px;
}
.history-detail:nth-last-child(1) {
  border-bottom: 2px solid var(--font-blue2);
}
.history-date {
  width: 100%;
  padding: 0;
  line-height: 30px;
  letter-spacing: 0;
}
.history-info {
  padding: 0;
  letter-spacing: 0;
  line-height: 30px;
}
.history-see-more {
  padding: 16px 0;
  margin: 0 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid var(--font-blue2);
  border-bottom: 2px solid var(--font-blue2);
  margin-bottom: 100px;
}
.history-see-more span {
  line-height: 20px;
  color: var(--font-blue);
}
.history-see-more-text {
  font-size: 14px;
  color: var(--font-blue2);
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 20px;
}

/* 会計諸表 */
.section-financials {

  height: auto;
  padding: 100px 40px 130px 40px;
}
.financials-title {
  font-size: 25px;
  letter-spacing: 5px;
  padding: 0 0 20px 0;
}
.financials-button {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  font-size: 15px;
  letter-spacing: 2.8px;
}
.financials-button br {
  display: inline;
}

/* フッター */
.footer-menu {
  display: block;
  padding: 100px 0 0 0;
}
.footer-menu-left-box {
  padding: 0;
}
.footer-menu-left-box-title {
  text-align: center;
  font-size: 15px;
  letter-spacing: 2.8px;
}
.footer-menu-left-box-text {
  display: none;
}
.footer-menu-right-box-img {
  display: none;
}
.footer-menu-right-box-menu {
  padding: 75px 0 40px 0;
  text-align: center;
}
.footer-menu-right-box-menu ul {
  display: block;
  font-size: 14px;
  letter-spacing: 2.8px;
  padding: 0;
}
.footer-menu-right-box-menu li {
  margin-bottom: 30px;
}
.footer-menu-right-box-menu a {
  color: var(--font-blue2);
}
.footer-image {
  display: block;
  margin: 0 auto;
  width: 80%;
  opacity: 0.8;
}
.footer-address {
  display: block;
  text-align: center;
  padding: 10px 0 50px 0;
  font-size: 10px;
  letter-spacing: 2px;
}



/* ------------------------------ *
 * アニメーション
 * ------------------------------ */
/* .header-menu-title-move {

  animation: slide 0.5s ease forwards;
}

@keyframes slide {
  from {
    transform: translateY();
  }
  to {
    transform: translateY(-105px);
  }
} */

.history-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.6s ease;
}

.history-list.is-open {
  max-height: 2000px;
}