
.page-contents,
.quiz-box-area {
  max-width: 1275px;
  width: calc(100% - 30px);
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif
}
.page-contents img {
  margin: 81px 0 100px 0;
  width: 100%;
}

.pattern {
  background-image: url("/assets/image/jp/ja/company/group/hfd/60th/Quiz/main-pattern.png");
  height: 1000px;
}

.quiz-top-area {
  position: relative;
  text-align: right;
}

.quiz-top-area img {
  z-index: 2;
  position: relative;
  max-width: 1116px !important;
  width: 82vw;
}

.quiz-top-box {
  text-align: center;
  padding: 53px;
  background-color: #f4f5f9;
  border-radius: 50px;
  border-bottom: 2px solid #a6aabc;
  position: absolute;
  top: 21.5%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.corner {
  content: "";
  width: 50px;
  height: 80px;
  position: absolute;
  display: inline-block;
}

.corner.tl {
  top: 0;
  left: 0;
  border-left: 2px solid #a6aabc;
  border-top: 2px solid #a6aabc;
  border-radius: 50px 0 0 0;
}

.corner.tr {
  top: 0;
  right: 0;
  border-right: 2px solid #a6aabc;
  border-top: 2px solid #a6aabc;
  border-radius: 0 50px 0 0;
}

.corner.bl {
  bottom: 0;
  left: 0;
  border-left: 2px solid #a6aabc;
  border-radius: 0 0 0 50px;
}

.corner.br {
  bottom: 0;
  right: 0;
  border-right: 2px solid #a6aabc;
  border-radius: 0 0 50px 0;
}

.quiz-top-box h3 {
  font-size: 36px !important;
  line-height: 170% !important;
  font-weight: 500 !important;
  color: #000;
}

.quiz-top-box .text {
  margin: 23px 0 15px 0 !important;
  font-size: 18px;
  line-height: 32px;
}

.quiz-top-box .wb-border {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #fff 0%);
  display: inline-block;
}

.red {
  color: #d40000;
}

.quiz-box-flex {
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 100px 0 110px 0;
}

.quiz-box {
  background-color: #e3e7f5;
  width: calc(100% / 3 - 18px);
  position: relative;
  padding: 65px 0;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.quiz-box-icon img {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 1;
}

.quiz-box-item {
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.quiz-box-item .sml-red {
  font-size: 15px;
  color: #d40000;
  font-weight: 600;
  line-height: 100%;
}

.quiz-box-item h3 {
  font-size: 60px !important;
  color: #000;
  margin-top: 15px !important;
  line-height: initial;
}

.quiz-box-item .text {
  font-size: 15px;
  line-height: 180%;
  color: #000;
  margin: 48px 0 45px 0 !important;
}

.link {
  margin-top: auto;
  display: inline-block;
  background-color: #fff;
  padding: 13px;
  max-width: 218px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1.27px solid #d40000;
  border-radius: 43px;
  box-sizing: border-box;
}

.link a {
  color: #d40000 !important;
  font-size: 18px;
  line-height: 180%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.link a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d40000 url(/assets/image/jp/ja/company/group/hfd/60th/Quiz/arrow_w.svg) no-repeat center / 10px
    9px;
  transition: all ease 0.5s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}


@media screen and (max-width: 767px) {
  .page-contents,
  .quiz-box-area {
    max-width: none;
    width: 100%;
  }

  .quiz-top-box {
    position: relative;
    transition: none;
    -webkit-transform: none;
    padding: 25px;
    margin: 20px 0;
  }
  .quiz-top-box h3 {
    font-size: 20px !important;
  }
  .quiz-top-box .text {
    margin: 14px 0 !important;
  }
  .quiz-top-box .wb-border {
    font-size: 18px !important;
  }
  .quiz-top-area img {
    width: 100%;
    margin: 0;
    max-width: none !important;
  }
  .pattern {
    height: auto;
  }
  .quiz-box-flex {
    padding: 50px 0;
    flex-direction: column;
  }
  .quiz-box {
    width: 100%;
    padding: 30px 0;
  }
  .quiz-box-item h3 {
    font-size: 30px !important;
  }
  .quiz-box-item .text {
    margin: 20px 0 !important;
    font-size: 14px;
  }

}

.quiz-top-box.--en {
  text-align: left;
  max-width: 606px;
  position: relative;
  transform: unset;
}

.quiz-top-box-wrap.--en::before,
.quiz-top-box-wrap.--en::after,
.quiz-top-box.--en::before,
.quiz-top-box.--en::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 80px;
  border: 2px solid #a6aabc;
  z-index: 1;
}
.quiz-top-box.--en::before {
  top: 0;
  right: 0;
  border-radius: 0 50px 0 0;
  border-left: none;
  border-bottom: none;
}
.quiz-top-box.--en::after {
  border-radius: 0 0 50px 0;
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.quiz-top-box-wrap.--en {
  position: relative;
  bottom: -6vw;
}
.quiz-top-box-wrap.--en::before {
  top: 0;
  left: 0;
  border-radius: 50px 0 0 0;
  border-right: none;
  border-bottom: none;
}
.quiz-top-box-wrap.--en::after {
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 50px;
  border-right: none;
  border-top: none;
}
 div.bg {
  position: relative;
  height: min(1200px, 90vw);
  margin: -15rem 0 0;
 }
 div.bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 74.5%;
  background-image: url(/assets/image/jp/ja/company/group/hfd/60th/Quiz/main-en.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  
 }
.quiz-top-box.--en h3 {
  font-size: 34px !important;
  line-height: 155% !important;
}
.quiz-top-box.--en .text {
  max-width: 500px;
}
.quiz-top-area.--en img {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 1rem;
  width: min(1200px, 82vw);
  margin: -23rem 0 0rem;
}
.quiz-box-flex.--en {
  padding: 0 0 100px;
}
.quiz-box-flex.--en .quiz-box-item .text {
  max-width: 90%;
  margin: 48px auto 45px !important;
}
section#quiz {
  position: relative;
}
section#quiz::after {
  width: 100%;
  position: absolute;
  content: "";
  background-image: url("/assets/image/jp/ja/company/group/hfd/60th/Quiz/main-pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 72.2%;
  top: 0;
  left: 0;
  z-index: 0;
  
}
.wrapper {
  padding: 120px 0 120px 0 clamp(0rem, -9.467rem + 19.72vw, 6.25rem);
  position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
  div.bg {
    margin: 0 0 2rem;
  }
  div.bg::after {
    padding-top: 90.5%;
  }
  .quiz-top-box.--en h3 {
    font-size: 24px !important;
}
.quiz-top-box.--en .wb-border {
  font-size: 16px !important;
}
}
