body {
  background-color: #fff !important;
}

/* メガメニュー */
.mega-menu-area {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f4f5f9;
  padding: 11px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
}

.mega-menu-box {
  width: 100%;
  max-width: 144px;
}

.mega-menu-btn {
  position: relative;
  max-width: 140px;
  width: 100%;
  background-color: #a6aabc;
  border-radius: 12px;
  text-align: center;
  padding: 0 14px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mega-menu-btn span {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
}

.mega-menu-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 4px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/image/jp/ja/company/group/hfd/60th/history/department-activities/megamenu-arrow.png) no-repeat center center;
}

.mega-menu-content {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f4f5f9;
  z-index: 9999;
  padding: 50px 15px;
  box-sizing: border-box;
  border-top: 1px solid #e1e1e1;
  top: 48px;
}

.mega-menu-content-2 {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f4f5f9;
  z-index: 9999;
  padding: 16px 15px 66px 15px;
  box-sizing: border-box;
  border-top: 1px solid #e1e1e1;
  top: 48px;
}

.mega-menu-wrap {
  max-width: 1275px;
  margin: 0 auto;
}

.mega-menu-content ul,
.mega-menu-content-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu-content a,
.mega-menu-content-2 a {
  color: #333;
  text-decoration: none;
}

.mega-menu-content a:hover,
.mega-menu-content-2 a:hover {
  text-decoration: underline;
}

.mega-menu-flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 22px;
  padding-bottom: 39px;
}

.mega-menu-item {
  width: calc(100% / 3 - 22px);
  background-color: #fff;
  padding: 19px 28px;
  position: relative;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mega-menu-item .small {
  font-size: 14px;
  color: #fff;
  line-height: 130%;
  font-weight: 400;
}

.item-gray {
  padding: 3px 9px;
  background-color: rgba(166, 170, 188, 0.2);
}

.mega-menu-item .big {
  font-size: 28px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
  margin: 18px 0 28px 0 !important;
}

.mega-menu-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.mega-menu-item a {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.mega-menu-item a::after {
  content: "";
  display: inline-block;
  background: url(/assets/image/jp/ja/company/group/hfd/60th/history/department-activities/megamenu-arrow-r.png) no-repeat center center;
  width: 6px;
  height: 11px;
  margin-left: 5px;
}

.mega-menu-item li {
  color: #9296a8;
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  text-indent: 1em;
  position: relative;
}

.mega-menu-item li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d40000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-0, -50%);
  -webkit-transform: translate(-0, -50%);
  -ms-transform: translate(-50%, -50%);
}

.item-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 14px;
}

.mega-menu-content .big2,
.mega-menu-content-2 .big2 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  margin: 17px 0 !important;
}

ul.branch {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 30px 0;
}

.branch a {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: #000 !important;
  position: relative;
  text-decoration: none !important;
}

.branch a::after {
  content: "";
  display: inline-block;
  background: url(/assets/image/jp/ja/company/group/hfd/60th/history/department-activities/megamenu-arrow-r.png) no-repeat center center;
  width: 6px;
  height: 11px;
  margin-left: 5px;
}

.pdb66 {
  padding-bottom: 66px;
}

.page-contents,
.contents-area {
  max-width: 1275px;
  width: calc(100% - 30px);
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif
}

.bg-img {
  background-image: url(/assets/image/jp/ja/company/group/hfd/60th/history/department-activities/bg-img.png);
  padding: 130px 0 120px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.en-tl {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.en-tl img {
  max-width: 1436px;
  width: 90vw;
}

.en-tl-2 {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.en-tl-2 img {
  width: 52vw;
  max-width: 875px;
}

.page-contents {
  max-width: 1275px;
  width: calc(100% - 58px);
  margin: 0 auto;
  background-color: rgba(244, 245, 249, 0.5);
  position: relative;
  z-index: 2;
}

.page-contents h3 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 87px !important;
  padding-top: 42px;
}

.menu-flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 29px;
  padding: 0 80px 122px 80px;
  margin-bottom: 100px;
}

.menu-flex-2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 29px;
  padding: 0 80px 122px 80px;
}

.menu-item {
  width: calc(100% / 2 - 99px);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 42px;
  position: relative;
}

.menu-item-2 {
  width: calc(100% / 2 - 99px);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 46px 42px;
  position: relative;
}

.menu-item p,
.menu-item-2 p {
  color: #000;
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  line-height: 130%;
}

.menu-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.menu-absolute a {
  font-size: 24px !important;
  line-height: 130% !important;
  font-weight: 500 !important;
  text-indent: 1em;
}

.item-flex li {
  position: relative;
  padding-left: 15px;
}

.item-flex li::before,
.menu-absolute a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d40000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-0, -50%);
  -webkit-transform: translate(-0, -50%);
  -ms-transform: translate(-50%, -50%);
}

.menu-item a,
.menu-item-2 a {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.menu-item a::after,
.menu-item-2 a::after {
  content: "";
  display: inline-block;
  background: url(/assets/image/jp/ja/company/group/hfd/60th/history/department-activities/menu-arrow.png) no-repeat center center;
  width: 6px;
  height: 11px;
  margin-left: 10px;
}

ul.item-flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 40px;
  margin-top: 21px;
}

.indext {
  text-indent: 1em;
}

.relative {
  position: relative;
}



@media screen and (max-width: 767px) {
  .mega-menu-flex {
    flex-direction: column;
    gap: 10px;
  }
  .mega-menu-item {
    width: 100%;
  }
  .mega-menu-item-sp::before {
    top: 25% !important;
  }
  ul.branch {
    justify-content: flex-start;
    padding: 15px !important;
  }
  .page-contents {
    max-width: none;
    width: 100%;
  }


  .bg-img {
    padding: 60px 15px;
  }
  .en-tl {
    top: auto;
  }
  .en-tl-2 {
    top: 0;
  }
  .page-contents h3 {
    font-size: 28px;
    padding-top: 40px;
    margin-bottom: 40px !important;
  }
  .menu-flex {
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 70px;
  }
  .menu-item {
    width: auto;
    padding: 30px 16px;
  }
  .menu-flex-2 {
    padding: 0 16px;
  }
  .mega-menu-area {
    flex-direction: column;
    align-items: center;
  }
  .mega-menu-content,.mega-menu-content-2 {
    top: 93px;
  }

}
.tl-box span.small {
  display: block;
  font-size: 0.75rem;
  line-height: 130%;
  margin-top: 11px;
}