.l-wrap{  overflow: hidden;}

.p-glossary {
  width: 83.4%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 0 0;
}

@media screen and (max-width: 767px) {
  .p-glossary {
    width: 89%;
    padding: 120px 0 0;
  }
}

.p-glossary__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 86px;
}

@media screen and (max-width: 767px) {
  .p-glossary__title {
    margin: 0 auto 43px;
  }
}

.p-glossary__title ::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-40%, -54%);
          transform: translate(-40%, -54%);
  background: url(../img/news/news_ttl_deco.png) no-repeat center/contain;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-glossary__title ::before {
    width: 68px;
    height: 78px;
    left: 50%;
    -webkit-transform: translate(-50%, -54%);
            transform: translate(-50%, -54%);
  }
}

.p-glossary_title {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid var(--color-gold);
  width: calc(100% - 48px);
  padding-bottom: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-glossary_title {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.p-glossary_title::before {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
  background: url(../img/common/line_deco-y.png) no-repeat center/contain;
}

.p-glossary_title::after {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-100%, 50%) rotate(180deg);
          transform: translate(-100%, 50%) rotate(180deg);
  background: url(../img/common/line_deco-y.png) no-repeat center/contain;
}

.p-glossary_tab {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-glossary_tab {
    margin-top: 20px;
    font-size: 18px;
  }
}

.p-glossary_tab li {
  position: relative;
  color: #fff;
  border: 1px solid transparent;
  padding: 4px 15px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.72, 0.57, 1.01);
  transition: all 0.5s cubic-bezier(0.43, 0.72, 0.57, 1.01);
  margin-left: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-glossary_tab li {
    margin-left: 20px;
  }
}

.p-glossary_tab li:first-child {
  margin-left: 0;
}

.p-glossary_tab li.is-current {
  position: relative;
  color: var(--color-gold);
  border: 1px solid var(--color-gold);
  pointer-events: none;
}

.p-glossary_tab li.is-current::before {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
          transform: translate(-100%, -50%) rotate(180deg);
  background: url(../img/common/btn_deco.png) no-repeat center/contain;
}

.p-glossary_tab li.is-current::after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: url(../img/common/btn_deco.png) no-repeat center/contain;
}

.p-glossary_box {
  position: relative;
  margin-top: 40px;
}

.p-glossary_list {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  pointer-events: none;
}

.p-glossary_list.is-current {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  pointer-events: auto;
}

.p-glossary_item {
  border: #777 solid 1px;
  padding: 20px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-glossary_item {
    display: block;
    padding: 5%;
  }
}

.p-glossary_item:first-child {
  margin-top: 0;
}

.p-glossary_item dl.photo {
  width: calc(100% - 310px);
}

@media screen and (max-width: 767px) {
  .p-glossary_item dl.photo {
    width: 100%;
  }
}

.p-glossary_item dl dt {
  font-size: 18px;
  color: var(--color-gold);
}

@media screen and (max-width: 767px) {
  .p-glossary_item dl dt {
    font-size: 15px;
  }
}

.p-glossary_item dl dd {
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-glossary_item dl dd {
    font-size: 12px;
    margin-top: 3%;
  }
}

.p-glossary_item .img {
  width: 280px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-glossary_item .img {
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }
}
/*# sourceMappingURL=glossary.css.map */