@charset "UTF-8";
/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
.main-glossary,
.main-glossary-child {
  background-image: url("/img/glossary-bg.jpg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.glossaryHeader {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  .glossaryHeader {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .glossaryHeader {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.glossaryHeader h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .glossaryHeader h1 {
    font-size: 6vw;
    text-align: center;
  }
}

.glossaryIndex {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1280px) {
  .glossaryIndex {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .glossaryIndex {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .glossaryIndex {
    margin-bottom: 6rem;
  }
}
.glossaryIndex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .glossaryIndex__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .glossaryIndex__list--en {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
.glossaryIndex li {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .glossaryIndex li {
    font-size: 4vw;
  }
}
.glossaryIndex a {
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 4px 26px 4px 16px;
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .glossaryIndex a {
    padding: 2px 16px 2px 8px;
  }
}
.glossaryIndex a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.glossaryContents {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .glossaryContents {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .glossaryContents {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.glossaryList {
  margin-bottom: 12rem;
}
@media screen and (max-width: 640px) {
  .glossaryList {
    margin-bottom: 6rem;
  }
}
.glossaryList__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  background-color: #333;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 99px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .glossaryList__title {
    font-size: 5vw;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
  }
}
.glossaryList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
  padding: 0 4rem;
}
@media screen and (max-width: 640px) {
  .glossaryList ul {
    gap: 1rem 2rem;
    padding: 0 2rem;
  }
}
.glossaryList a {
  color: #419391;
}
@media screen and (max-width: 640px) {
  .glossaryList a {
    font-size: 1.4rem;
  }
}

.glossaryTerm {
  background-color: #F1F9F9;
  border: 1px solid #7BC4C4;
  padding: 30px 40px;
  border-radius: 12px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .glossaryTerm {
    padding: 20px;
  }
}
.glossaryTerm__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .glossaryTerm__text {
    font-size: 1.4rem;
  }
}
.glossaryTerm__related {
  margin-top: 30px;
}
.glossaryTerm__related h3 {
  color: #419391;
  margin-bottom: 1rem;
}
.glossaryTerm__related ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 640px) {
  .glossaryTerm__related ul {
    font-size: 1.4rem;
  }
}

.glossaryBack {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .glossaryBack {
    margin-bottom: 4rem;
  }
}
.glossaryBack a {
  display: inline-block;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 1rem 8rem;
  border-radius: 99px;
  font-size: 1.6rem;
  position: relative;
  border: 1px solid #333;
}
.glossaryBack a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  top: calc(50% + 1px);
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .glossaryBack a::after {
    width: 6px;
    height: 6px;
    left: 16px;
  }
}
@media screen and (max-width: 640px) {
  .glossaryBack a {
    font-size: 4vw;
    padding: 1rem 14vw;
  }
}
.glossaryBack a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glossaryBack a:hover::after {
  border-color: #333;
}