@charset "utf-8";
/* ハンバーガーボタンのコンテナ */
.info1 {
  position: relative;
  z-index: 900;
}
/* 三本線 */
.line {
  width: 40px;
  height: 2px;
  background-color: #717171;
  transform: rotate(-20deg);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform-origin: left;
}
.line2 {
  ransform: rotate(-20deg);
  margin: 10px 0;
}
/* テキスト部分 */
.menu-text {
  color: #717171;
  font-size: 12px;
  margin-top: 5px;
}
/* メニューコンテナ */
.menu-container {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  z-index: 9999;
}
/* メニューの中身 */
.menu-container ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0px; /* 適宜調整 */
}
.menu-container ul li a {
  display: block;
  padding: 0;
  color: #333;
  text-decoration: none;
}
.menu-container ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/* メニュー展開時（×マーク） */
body.menu-active .hamburger-menu .line {
  width: 40px;
}
body.menu-active .hamburger-menu .line1 {
  transform: rotate(38deg) skewX(0deg);
  margin-left: 5px;
}
body.menu-active .hamburger-menu .line2 {
  opacity: 0;
}
body.menu-active .hamburger-menu .line3 {
  transform: rotate(-38deg) skewX(0deg);
  margin-left: 5px;
}
body.menu-active .menu-container {
  width: 100%;
}
body.menu-active .menu-text {
  content: 'CLOSE';
}
.center {
  margin: -101px auto 1px;
  z-index: 996;
}
.hamburger-menu {
  position: fixed;
  top: 11px;
  right: 13px;
  width: 40px;
  height: 51px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99999;
  transition: transform 0.3s ease-in-out; /* 追加 */
}
.menu-active {
  z-index: 99998;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* ハンバーガーボタンのコンテナ */
  .hamburger-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99999;
    transition: transform 0.3s ease-in-out; /* 追加 */
  }
  /* 三本線 */
  .line {
    width: 40px;
    height: 2px;
    background-color: #717171;
    transform: rotate(-20deg);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform-origin: left;
  }
  .line2 {
    ransform: rotate(-20deg);
    margin: 10px 0;
  }
  /* テキスト部分 */
  .menu-text {
    color: #717171;
    font-size: 12px;
    margin-top: 5px;
  }
  /* メニューコンテナ */
  .menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    z-index: 9999;
  }
  /* メニューの中身 */
  .menu-container ul {
    list-style-type: none;
    padding: 0;
    margin-top: 100px; /* 適宜調整 */
  }
  .menu-container ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
  }
  /* メニュー展開時（×マーク） */
  body.menu-active .hamburger-menu .line {
    width: 40px;
  }
  body.menu-active .hamburger-menu .line1 {
    transform: rotate(38deg) skewX(0deg);
    margin-left: 5px;
  }
  body.menu-active .hamburger-menu .line2 {
    opacity: 0;
  }
  body.menu-active .hamburger-menu .line3 {
    transform: rotate(-38deg) skewX(0deg);
    margin-left: 5px;
  }
  body.menu-active .menu-container {
    width: 34%;
  }
  body.menu-active .menu-text {
    content: 'CLOSE';
  }
  /* 画像見出し */
  .menu-box_ttl_1 {
    max-width: 37px;
  }
  .menu-box_ttl_2 {
    max-width: 112px;
  }
  .menu-box_ttl_3 {
    max-width: 85px;
  }
  .menu-box_ttl_4 {
    max-width: 259px;
  }
  .menu-box_ttl_5 {
    max-width: 150px;
  }
  .menu-box_ttl_6 {
    max-width: 50px;
  }
}
@media screen and (min-width: 1281px) {
  /* ハンバーガーボタンのコンテナ */
  .hamburger-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99999;
    transition: transform 0.3s ease-in-out; /* 追加 */
  }
  /* 三本線 */
  .line {
    width: 40px;
    height: 2px;
    background-color: #717171;
    transform: rotate(-20deg);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform-origin: left;
  }
  .line2 {
    ransform: rotate(-20deg);
    margin: 10px 0;
  }
  /* テキスト部分 */
  .menu-text {
    color: #717171;
    font-size: 12px;
    margin-top: 5px;
  }
  /* メニューコンテナ */
  .menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    z-index: 9999;
  }
  /* メニューの中身 */
  .menu-container ul {
    list-style-type: none;
    padding: 0;
    margin-top: 100px; /* 適宜調整 */
  }
  .menu-container ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
  }
  /* メニュー展開時（×マーク） */
  body.menu-active .hamburger-menu .line {
    width: 40px;
  }
  body.menu-active .hamburger-menu .line1 {
    transform: rotate(38deg) skewX(0deg);
    margin-left: 5px;
  }
  body.menu-active .hamburger-menu .line2 {
    opacity: 0;
  }
  body.menu-active .hamburger-menu .line3 {
    transform: rotate(-38deg) skewX(0deg);
    margin-left: 5px;
  }
  body.menu-active .menu-container {
    width: 27%;
  }
  body.menu-active .menu-text {
    content: 'CLOSE';
  }
  /* 画像見出し */
  .menu-box_ttl_1 {
    max-width: 37px;
  }
  .menu-box_ttl_2 {
    max-width: 112px;
  }
  .menu-box_ttl_3 {
    max-width: 85px;
  }
  .menu-box_ttl_4 {
    max-width: 259px;
  }
  .menu-box_ttl_5 {
    max-width: 150px;
  }
  .menu-box_ttl_6 {
    max-width: 50px;
  }
}
/* ======================================================
　250919_はが追記
=======================================================*/
/* 元コード打ち消し系
-----------------------*/
@media screen and (min-width: 1281px) {
  .center {
    margin: 0px auto 1px;
  }
  .header img {
    width: 100%;
    padding: 0 !important;
  }
  .menu-container ul {
    margin-top: 0;
  }
  .menu-container ul li a {
    color: #515457 !important;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .center {
    margin: 0px auto 1px;
  }
  .header img {
    width: 100%;
    padding: 0 !important;
  }
  .menu-container ul {
    margin-top: 0;
  }
  .menu-container ul li a {
    color: #515457 !important;
    padding: 0;
  }
}
/* ハンバーガーメニュー
-----------------------*/
.menu-container_box {
  padding: 40px 40px 30px 50px;
}
.menu-box:nth-child(n+2) {
  display: block;
  margin-top: 0.8rem;
}
.menu-box a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.menu-box ul {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  line-height: 1.9;
}
.menu-box ul li {
  display: flex;
  font-size: 15px;
}
.menu-box ul li::before {
  content: "→";
  margin-right: 5px;
}
/* 画像見出し */
.menu-box_ttl_1 {
  max-width: 37px;
}
.menu-box_ttl_2 {
  max-width: 111px;
}
.menu-box_ttl_3 {
  max-width: 72px;
}
.menu-box_ttl_4 {
  max-width: 190px;
}
.menu-box_ttl_5 {
  max-width: 119px;
}
.menu-box_ttl_6 {
  max-width: 41px;
}