#ess-glossary {
  font-family: "Noto Sans Japanese", sans-serif, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

#ess-glossary ul {
  padding: 0;
}

#ess-glossary section {
  max-width: calc(1028px + 56px);
  padding: 0 28px;
}

@media screen and (max-width: 768px) {
  #ess-glossary section {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

#ess-glossary .kv {
  margin-bottom: 40px;
  width: 100%;
  height: 400px;
  /* height: calc(100vw * (400 / 1280)); */
  display: flex;
  align-items: center;
  background: url(../img/glossary/mv_bg.jpg) center center / cover no-repeat;
}

@media screen and (max-width: 768px) {
  #ess-glossary .kv {
    margin-bottom: 30px;
    height: calc(100vw * (225 / 375));
    background-image: url(../img/glossary/mv_bg_sp.jpg);
  }
}

#ess-glossary .kv h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  margin-left: 128px;
}

@media screen and (max-width: 768px) {
  #ess-glossary .kv h2 {
    font-size: calc(100vw * (28 / 375));
    font-weight: bold;
    margin-left: 40px;
  }
}

#ess-glossary .kv h2 span {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 200;
  display: block;
}

@media screen and (max-width: 768px) {
  #ess-glossary .kv h2 span {
    margin-bottom: 9px;
    font-size: calc(100vw * (12 / 375));
  }
}

#ess-glossary .anchorNav {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #ess-glossary .anchorNav {
    margin-bottom: 15px;
  }
}

#ess-glossary .anchorNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 16px;
  row-gap: 16px;
}

@media screen and (max-width: 768px) {
  #ess-glossary .anchorNav ul {
    column-gap: 14px;
    row-gap: 16px;
  }
}

#ess-glossary .anchorNav ul li {
  width: 88px;
  background-color: #304993;
  text-align: center;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  #ess-glossary .anchorNav ul li {
    width: 73px;
  }
}

#ess-glossary .anchorNav ul li.none {
  background-color: #e1e1e1;
  pointer-events: none;
}

#ess-glossary .anchorNav ul li.space {
  width: 88px;
  height: 0;
}

@media screen and (max-width: 768px) {
  #ess-glossary .anchorNav ul li.space {
    width: 73px;
  }
}

#ess-glossary .anchorNav ul li a {
  color: #fff;
  padding: 16px 0;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #ess-glossary .anchorNav ul li a {
    padding: 13px 0;
  }
}

#ess-glossary .contents {
  padding: 80px 0 120px;
  background-color: #fafafa;
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 768px) {
  #ess-glossary .contents {
    padding: 50px 0 60px;
  }
}

#ess-glossary .contents .qa--wrap {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #ess-glossary .contents .qa--wrap {
    width: 90%;
  }
}

#ess-glossary .contents .qa--wrap:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #ess-glossary .contents .qa--wrap:not(:last-child) {
    margin-bottom: 50px;
  }
}

#ess-glossary .contents .qa--wrap h2 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  #ess-glossary .contents .qa--wrap h2 {
    margin-bottom: 16px;
    font-size: 22px;
  }
}

#ess-glossary .contents .qa--wrap .qa--lists {
  padding-bottom: 0;
}

#ess-glossary .contents .qa--wrap .qa--lists li:not(:last-child){
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  #ess-glossary .contents .qa--wrap .qa--lists li:not(:last-child){
    margin-bottom: 15px;
  }
}

#ess-glossary .contents .qa--wrap .qa--lists .qa--lists--title .question {
  margin: 0;
}

#ess-glossary .contents .qa--wrap .qa--lists .qa--lists--title::before {
  display: none;
}

#ess-glossary .contents .qa--wrap .qa--lists .qa--lists--contents.open::before {
  display: none;
}

#ess-glossary .contents .qa--wrap .qa--lists .qa--lists--contents .qa--lists--contents--inner {
  margin-left: 0;
}

#ess-glossary .contents .qa--wrap .qa--lists .qa--lists--contents .qa--lists--contents--inner .answer {
  margin-top: 0;
}
