* {
  min-height: 0vw;
}
div#ContentsX {
  font-family: "Noto Sans JP", sans-serif;
}
button {
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
/* header */
#hfd60th-HeaderArea {
  position: relative;
  min-width: 320px;
}
#hfd60th-HeaderArea>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#hfd60th-HeaderArea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
#hfd60th-HeaderArea ul li {
  font-size: 83%;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin: 0;
}
#hfd60th-HeaderArea ul li a {
  color: #000 !important;
  text-decoration: none !important;
  display: block;
}
#hfd60th-HeaderArea ul li a span {
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: .8em;
}
#hfd60th-HeaderArea ul li a span.--department {
  background-color: #D40000;
}
#hfd60th-HeaderArea ul li a span.--branch {
  background-color: #A7AABB;
}
.hamburger {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  outline: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  top: 15px;
}
.hamburger-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: .3s;
  -webkit-transition: .3s;
}
.hamburger-line::before,
.hamburger-line::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: .3s;
  -webkit-transition: .3s;
}
.hamburger-line::before {
  top: -8px;
}
.hamburger-line::after {
  top: 8px;
}
.visually-hidden {
  visibility: hidden;
}
.hamburger[aria-expanded="true"] .hamburger-line {
  background-color: transparent;
}
.hamburger[aria-expanded="true"] .hamburger-line::before,
.hamburger[aria-expanded="true"] .hamburger-line::after {
  background-color: #000;
  top: 0;
}
.hamburger[aria-expanded="true"] .hamburger-line::before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hamburger[aria-expanded="true"] .hamburger-line::after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#hfd60th-HeaderArea ul li.u-sp {
  display: none;
}
#hfd60th-HeaderArea ul li.u-pc {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #hfd60th-HeaderArea ul li.u-sp {
    display: block !important;
  }

  #hfd60th-HeaderArea ul li.u-pc {
    display: none !important;
  }

  #hfd60th-HeaderArea>.Container>div:nth-of-type(1) {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
  }

  #hfd60th-HeaderArea ul {
    /* flex-direction: column; */
    display: block;
    width: 100%;
  }

  #hfd60th-HeaderArea ul li {
    font-size: 100%;
    padding: 20px 0 20px 2em;
    border-bottom: 1px solid #e1e4eb;
    text-align: left;
    align-content: center;
    display: block;
    position: relative;
    height: auto !important;
  }

  #hfd60th-HeaderArea ul.sub-menu li {
    font-size: 100%;
    padding: 15px 0 15px 2em;
    border-bottom: none;
    text-align: left;
    height: auto !important;
  }

  #hfd60th-HeaderArea ul.sub-menu li:nth-of-type(1) {
    padding: 30px 0 15px 2em;
  }

  #g-nav {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: auto;
    background-color: #F4F5F9;
    transition: all .3s;
    display: none;
  }

  #g-nav.active {
    display: block;
  }

}

#hfd60th-HeaderArea ul li.open>a {
  color: #e60027 !important;
}
a.icon-arrow {
  position: relative;
}
a.icon-arrow::after {
  position: absolute;
  content: "";
  background-image: url(/assets/image/jp/ja/company/group/hfd/60th/navMenu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  right: 30px;
  width: 18px;
  height: 12px;
  transition: all 0.5s;
}
#hfd60th-HeaderArea ul li.open>a.icon-arrow::after {
  transform: rotate(180deg);
}
#hfd60th-HeaderArea>.Container>div:nth-of-type(1) a {
  display: block;
}

/* footer */
div#FatMenuLevel1,
.OptionWideRWD .FatMenu,
.OptionWideRWD .FatMenuWide,
div.hht-nc21-2 {
  display: none !important;
}
.contents-footer {
  background-color: #f2f2f2;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-wrap {
  max-width: 1275px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
.footer-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 34px 0 0 0;
}
.footer-flex ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  max-width: 906px;
}
.FMSubHeaderLink li {
  width: calc(100% / 5);
  padding-bottom: 21px;
}
.return-top {
  text-align: right;
  padding: 14px 0 22px 0;
}
.return-top a {
  position: relative;
  display: inline-block;
  padding: 16px 40px 16px 16px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  pointer-events: auto;
  padding: 0 20px 0 0;
  line-height: 140%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  color: #e60027 !important;
}
.return-top a:link {
  color: #333;
  text-decoration: none;
  background-image: url(/assets/image/jp/ja/company/group/hfd/60th/footer-arrow-red.svg);
}

.footer-flex>ul>li>a {
  color: #000 !important;
}

@media (max-width: 767px) {
  body:not(#_) #Contents {
    padding: 0;
  }
  .JS h2,
  .JS .LV1LinkSet {
    margin: 0 !important;
  }

  .footer-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .footer-flex .FMSubHeaderLink {
    gap: 12px;
  }
  .FMSubHeaderLink li {
    width: auto;
  }
}

.tl-area {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.tl-area > img {
  width: 100%;
  aspect-ratio: 1499 / 381;
  object-fit: cover;
  min-height: 381px;
}
.tl-wrap,
.page-contents,
.quiz-box-area {
  max-width: 1275px;
  width: calc(100% - 30px);
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.tl-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tl-box .en {
  font-size: 18px;
  color: #d40000;
  line-height: 130%;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.tl-box h2 {
  font-size: clamp(2rem, 0.296rem + 3.55vw, 3.125rem)!important;
  line-height: 130% !important;
  font-weight: 500 !important;
  margin: 0 !important; 
  padding: 0 !important;
}
.tl-box .tl-lead {
  margin: 34px 0 11px 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.tl-box .small {
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
}
.sub-tl-box {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.sub-tl {
  font-size: 48px;
  line-height: 130%;
  font-weight: 400;
}

.sub-tl-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
div:has( > #langToggle) {
  position: absolute;
  right: 0;
  z-index: 999;
  top: 5%;
}
button#langToggle {
  color: #FFF;
  background-color: #D40000;
  padding: .75rem 1.25rem;
}
#onetrust-consent-sdk {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sub-tl {
    font-size: clamp(1.5rem, 0.426rem + 5.37vw, 3rem);
  }
  .sub-tl-lead {
    font-size: 14px;
    line-height: 180%;
  }
  .sub-tl-box {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
  }
  .tl-wrap {
    max-width: none;
    width: 100%;
  }

  .tl-area img {
    object-fit: cover;
    height: 260px !important;
  }

  .tl-wrap {
    width: 100%;
  }

  .tl-box {
    padding: 0 16px;
  }

  .tl-box .en {
    font-size: 14px;
  }

  .tl-box h2 {
    font-size: 25px !important;
    width: 100%;
    margin-inline-start: 0px;
    padding: 0;
  }

  .tl-box .tl-lead {
    font-size: 14px;
    margin: 15px 0 !important;
  }
  div:has( > #langToggle) {
    top: unset;
  }
}