@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-style: normal;
  color: #2a3033;
  background: #fafafa;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
div {
  line-height: 150%;
}

a {
  color: #2a3033;
  text-decoration: none;
  display: block;
  line-height: 150%;
}

.block {
  width: 1200px;
  margin: 70px auto;
  max-width: 90%;
}

.flex_block {
  display: flex;
}

/**********************
button
**********************/
.btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #2a3033;
  border-radius: 50%;
}
.arrow img {
  width: 10px;
}

/**********************
header
**********************/
.top_space {
  padding-bottom: 100px;
}

.head_box {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  background: white;
  z-index: 500;
}
.head_box .logo_box {
  margin-right: 20px;
}
.head_box .logo img {
  width: auto;
  height: 50px;
}
.head_box .lang {
  font-size: 12px;
}
.head_box .lang span img {
  display: inline;
  margin-right: 5px;
}
.head_box .lang img {
  width: auto;
  height: 10px;
}
.head_box nav {
  display: flex;
}
.head_box .ul1 {
  display: flex;
  gap: 1px;
  padding-left: 0px;
}
.head_box .ul1 a {
  background: linear-gradient(180deg, rgb(70, 76, 77) 0%, rgb(0, 0, 0) 100%);
  color: white;
  display: flex;
  align-items: center;
  height: 100px;
  width: 100px;
  justify-content: center;
  line-height: 120%;
  position: relative;
}
.head_box .ul1 a .text_center {
  font-size: 15px;
  text-align: center;
}
.head_box .ul1 a span {
  color: #e33435;
  font-size: 10px;
}
.head_box .ul1 a .h_arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.head_box .ul1 a .h_arrow img {
  height: 10px;
  width: auto;
  margin: 10px auto 0 auto;
}
.head_box .ul1 li {
  list-style: none;
}
.head_box .ul1 li:nth-child(1) a {
  cursor: default;
}
.head_box .ul1 li:nth-child(3) a {
  cursor: default;
}
.head_box .ul2 {
  padding-left: 0px;
}
.head_box .ul2 li {
  list-style: none;
}
.head_box .ul2 a {
  display: flex;
}
.head_box .ul2 img {
  width: auto;
  height: 20px;
}
.head_box .ul2 li a {
  color: white;
  line-height: 120%;
  height: 50px;
  background: linear-gradient(180deg, rgb(227, 52, 53) 0%, rgb(152, 29, 31) 100%);
  width: 180px;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  gap: 10px;
  height: 100px;
}
.head_box .ul2 li:nth-child(2) a {
  background: linear-gradient(180deg, rgb(70, 76, 77) 0%, rgb(0, 0, 0) 100%);
}
.head_box .ul2 li:nth-child(2) img {
  width: auto;
  height: 30px;
}
.head_box .logo_box2 img {
  width: auto;
  height: 90px;
  margin-left: 10px;
}

/* Mega Wrapper は header の外にある大きなBOX領域 */
.mega-wrapper {
  width: 100%;
}

.mega-box {
  display: none;
  position: fixed;
  top: 100px; /* wrapper の先頭に出る */
  left: 0;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 1s ease;
  z-index: 1000;
}
.mega-box .mega_box {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  gap: 20px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.mega-box .mega_box a {
  width: calc(33.3333333333% - 20px);
}
.mega-box .mega_box .btn {
  margin-top: 5px;
}
.mega-box .mega_box .btn .text {
  font-size: 15px;
}
.mega-box .mega_box .btn .arrow {
  width: 20px;
  height: 20px;
  border: solid 0.5px #2a3033;
}
.mega-box .mega_box .btn .arrow img {
  width: 5px;
}

#mega1 {
  left: 50%;
  transform: translate(-50%, 0);
}

#mega2 {
  left: 60%;
  transform: translate(-60%, 0);
}

#mega3 {
  left: calc(50% + 300px);
  transform: translate(-50%, 0);
}

.mega-box.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-box .mega_box.mega_tel_box {
  display: block;
  width: 200px;
}
.mega-box .mega_box.mega_tel_box a {
  width: 100%;
  font-size: 20px;
  color: #e33435;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.mega-box .mega_box.mega_tel_box a:last-child {
  margin-bottom: 0px;
}
.mega-box .mega_box.mega_tel_box img {
  width: 15px;
}

.footer_box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  width: 1000px;
  padding: 50px 0;
  gap: 5%;
}
.footer_box .left {
  width: 45%;
}
.footer_box .left img {
  width: 90%;
  margin-bottom: 30px;
}
.footer_box .left a {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_box .left a span {
  font-size: 24px;
  padding-left: 5px;
}
.footer_box .right {
  display: flex;
  width: 50%;
  gap: 50px;
  flex-wrap: wrap;
}
.footer_box .right .top {
  margin-bottom: 10px;
}
.footer_box .right ul {
  padding-left: 14px;
  list-style: "- ";
  font-size: 14px;
}
.footer_box .right ul li {
  margin-bottom: 7px;
}
.footer_box .right .link_box:nth-child(3) .top {
  margin-bottom: 35px;
}
.footer_box .time {
  font-size: 14px;
  margin-top: 20px;
}
.footer_box .btn {
  border: solid 1px #e33435;
  display: inline-flex;
  padding: 5px 10px;
}
.footer_box .btn .arrow {
  background: #e33435;
  border: 0;
  width: 30px;
  height: 30px;
}
.footer_box .btn .arrow img {
  width: 7px;
  margin-bottom: 0;
}
.footer_box .btn:hover {
  transform: scale(1.03, 1.03);
}

footer .copy {
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
}

/* ===== ハンバーガー ===== */
.hamburger {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 10px;
}
.hamburger .ham_bg {
  position: absolute;
  top: -14px;
  left: -9px;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #e33435 0%, #981d1f 100%);
  z-index: 1002;
  border-radius: 10px;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 1003;
  border-radius: 9999px;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

/* × に変形 */
.hamburger.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* ===== メニュー本体 ===== */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  min-height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 499;
  padding: 60px 5%;
  padding-top: 150px;
  max-width: 100%;
  overflow-y: scroll;
}
.drawer .top {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.drawer .link_box {
  padding: 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 2px #cbcbcb;
  padding-bottom: 10px;
}
.drawer .ul2 {
  padding-left: 0px;
  margin-left: 10px;
}
.drawer .ul2 li {
  list-style: none;
}
.drawer .ul2 a {
  display: flex;
}
.drawer .ul2 img {
  width: auto;
  height: 20px;
}
.drawer .ul2 li a {
  color: white;
  line-height: 120%;
  height: 50px;
  background: linear-gradient(180deg, rgb(227, 52, 53) 0%, rgb(152, 29, 31) 100%);
  width: 180px;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  gap: 10px;
}
.drawer .ul2 li:nth-child(2) a {
  background: linear-gradient(180deg, rgb(70, 76, 77) 0%, rgb(0, 0, 0) 100%);
}
.drawer .ul2 li:nth-child(2) img {
  width: auto;
  height: 30px;
}

.drawer.is-open {
  transform: translateX(0);
  height: 100vh;
}

.drawer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.drawer li {
  margin-bottom: 10px;
  list-style: "- ";
}

/* ===== オーバーレイ ===== */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 498;
}

.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.hamburger,
.overlay,
.drawer {
  display: none;
}

@media (max-width: 1100px) {
  .head_box {
    justify-content: left;
    padding: 0 80px 0 20px;
  }
  .head_box nav {
    display: none;
  }
  .head_box .logo_box {
    flex-grow: 1;
  }
  .hamburger,
  .overlay,
  .drawer {
    display: block;
  }
  .footer_box {
    align-items: flex-start;
  }
  .footer_box .right {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .drawer {
    padding-top: 100px;
  }
  .head_box nav {
    display: none;
  }
  .head_box {
    height: 70px;
  }
  .head_box .logo_box {
    flex-grow: 0;
  }
  .hamburger {
    position: fixed;
    top: 23px;
    right: 18px;
  }
  .top_space {
    padding-bottom: 70px;
  }
  .head_box .logo img {
    width: auto;
    height: 30px;
  }
  .head_box .logo_box2 {
    flex-grow: 1;
  }
  .head_box .logo_box2 img {
    width: auto;
    height: 50px;
    margin-left: auto;
  }
  .footer_box {
    flex-direction: column-reverse;
  }
  .footer_box .left {
    width: 100%;
  }
  .footer_box .right {
    display: none;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer_box .right .link_box {
    width: 150px;
  }
}
@media (max-width: 355px) {
  .head_box .logo_box2 img {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */