body {
  overflow-x: hidden;
}

a {
  transition: 300ms ease all;
}

/*------  base  ------*/
.font-t {
  font-family: "Teko", sans-serif;
  font-weight: 500;
}

/*-- break --*/
.-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}

.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .-sp {
    display: block;
  }
}

.-wb {
  display: inline-block;
}

*:focus-visible {
  border: 2px dashed var(--gold);
  outline-offset: 0;
}

/*----------  firedepartment  ----------*/
#interview .fv-img {
  background: url(/assets/img/environment/female/fv_female.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#interview .page-link-container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #interview .page-link-container {
    flex-direction: column;
  }
}
#interview .page-link-container .link-item {
  width: calc(calc(100% - 20px) / 2);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: #fff;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  transition: ease 300ms all;
}
@media screen and (max-width: 768px) {
  #interview .page-link-container .link-item {
    width: 100%;
  }
  #interview .page-link-container .link-item:nth-of-type(1) {
    margin-bottom: 24px;
  }
}
#interview .page-link-container .link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  #interview .page-link-container .link-item a {
    min-height: 80px;
  }
}
#interview .page-link-container .link-item:hover {
  opacity: 0.7;
}
#interview .page-link-container .link-item.-active {
  color: #fff;
  background: var(--gold);
}
#interview .accordion-item {
  min-height: 175px;
  padding: 40px 2.348%;
}
#interview .din-number[data-name="02"] {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #interview .din-number[data-name="01"],
#interview .din-number[data-name="03"],
#interview .din-number[data-name="04"],
#interview .din-number[data-name="05"] {
    margin-right: 20px;
  }
}
#interview .accordion-button .-bottom::before {
  bottom: 25px;
}
#interview .accordion-button .-bottom::after {
  bottom: 33px;
}
@media screen and (max-width: 768px) {
  #interview .tab-block .box-white {
    padding: 50px 25px;
    margin-bottom: 15px;
  }
  #interview .tab-block .box-white p {
    font-size: 1.4rem;
    line-height: 1.625;
  }
}
#interview .tab-block .accordion .usually-content .title-group {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #interview .tab-block .accordion .usually-content .title-group {
    justify-content: flex-start;
  }
}
#interview .tab-block .accordion .usually-content .title-group .num {
  padding-top: 8px;
  margin-right: 16px;
}
#interview .tab-block .accordion .switching-content.-open {
  margin-bottom: 40px;
}
#interview .tab-block .accordion .switching-content .text {
  margin-bottom: 30px;
}
#interview .tab-block .accordion .switching-content.is-open {
  margin-bottom: 45px;
}
#interview .tab-block .accordion .switching-content .accordion-button {
  height: 90px;
}
#interview #tab1 .accordion .accordion-item:last-of-type .switching-content {
  display: flex;
}
@media screen and (max-width: 768px) {
  #interview #tab1 .accordion .accordion-item:last-of-type .switching-content {
    flex-direction: column;
  }
}
#interview #tab1 .accordion .accordion-item:last-of-type .switching-content .text {
  width: 50.194%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #interview #tab1 .accordion .accordion-item:last-of-type .switching-content .text {
    width: 100%;
    margin-right: 0;
  }
}
#interview #tab1 .accordion .accordion-item:last-of-type .switching-content .img-container {
  width: 46.353%;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  #interview #tab1 .accordion .accordion-item:last-of-type .switching-content .img-container {
    width: 100%;
    max-width: initial;
  }
}