@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : words.css
Description : 用語集
===================================================================== */
@keyframes btnPlayAnime {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* ========================================================
    words
======================================================== */
.words {
  position: relative;
  width: 100%;
  padding: 20rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .words {
    padding: 15rem 0 12rem 0;
  }
}
.words .inner {
  max-width: 1080px;
}
.words_column {
  position: relative;
  width: 100%;
}
.words_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.words_ttl > h2 {
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .words_ttl > h2 {
    padding-top: 0;
  }
}
.words_ttl > h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 18.6rem;
  aspect-ratio: 186/47;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .words_ttl > h2::before {
    content: "";
    position: absolute;
    left: -12.8rem;
    top: 1.6rem;
    display: block;
    width: 11.6rem;
    aspect-ratio: 182/63;
    background-image: url(../images/common/common_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: scale(1, 1);
    z-index: -1;
  }
}
.words_ttl > h2::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .words_ttl > h2::after {
    content: "";
    position: absolute;
    right: -12.8rem;
    top: 1.6rem;
    display: block;
    width: 11.6rem;
    aspect-ratio: 182/63;
    background-image: url(../images/common/common_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: scale(-1, 1);
    z-index: -1;
  }
}
.words_ttl > h2 > em {
  position: relative;
  display: inline-block;
  color: transparent;
  font-family: "Cinzel Decorative", serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .words_ttl > h2 > em {
    font-size: 7.2rem;
  }
}
.words_ttl > h2 > em::before {
  content: "";
  position: absolute;
  left: -8rem;
  top: -10rem;
  display: block;
  width: 13.7rem;
  aspect-ratio: 137/209;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  mix-blend-mode: color-dodge;
  z-index: -1;
}
.words_ttl > h2 > span {
  position: relative;
  display: block;
  margin-top: 0.4em;
  color: #1393d0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .words_ttl > h2 > span {
    font-size: 2rem;
  }
}
.words_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .words_wrap {
    margin-top: 6rem;
  }
}
.words_tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 768px) {
  .words_tab {
    margin-bottom: 4.2rem;
  }
}
.words_tab > li {
  width: 48.5074626866%;
  aspect-ratio: 325/88;
  margin: 0 0 2.4rem 2.9850746269%;
  padding: 2px;
  border: 2px solid;
  border-color: #917954;
  -o-border-image: none;
     border-image: none;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .words_tab > li {
    width: 18.4%;
    aspect-ratio: 184/60;
    margin: 0 0 1.8rem 2% !important;
  }
}
.words_tab > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .words_tab > li:nth-child(5n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .words_tab > li:hover {
    border-color: none;
    -o-border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
       border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
  }
}
@media screen and (min-width: 768px) {
  .words_tab > li:hover .words_tab_btn {
    background: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%);
  }
}
@media screen and (min-width: 768px) {
  .words_tab > li:hover .words_tab_btn > span {
    color: #ffffff;
  }
}
.words_tab > li.is-active {
  border-color: none;
  -o-border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
     border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
}
.words_tab > li.is-active .words_tab_btn {
  background: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%);
}
.words_tab > li.is-active .words_tab_btn > span {
  color: #ffffff;
}
.words_tab > li.disabled {
  border-color: #999999;
  background-color: #dbdbdb;
  pointer-events: none;
}
.words_tab > li.disabled .words_tab_btn {
  background-color: transparent;
}
.words_tab > li.disabled .words_tab_btn > span {
  color: #9f9f9f;
}
.words_tab_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.words_tab_btn > span {
  display: block;
  color: #917954;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.05em);
}
@media screen and (min-width: 768px) {
  .words_tab_btn > span {
    font-size: 2rem;
  }
}
.words_panel {
  position: relative;
  width: 100%;
}
.words_panel > li {
  display: none;
}
.words_panel > li.is-show {
  display: block;
}
.words_list {
  position: relative;
  width: 100%;
}
.words_list > li {
  width: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .words_list > li {
    padding-bottom: 2.4rem;
  }
}
.words_list > li:last-child {
  padding-bottom: 0;
}
.words_list > li:last-child .words_item > dd {
  padding-bottom: 0;
}
.words_item {
  position: relative;
  width: 100%;
}
.words_item > dt {
  position: relative;
  width: 100%;
  padding: 2rem 10rem 2rem 4rem;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .words_item > dt {
    padding: 1.5rem 7.5rem 1.5rem 3rem;
  }
}
.words_item > dt.is-active::after {
  content: "－";
}
.words_item > dt::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid;
  -o-border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
     border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.words_item > dt::after {
  content: "＋";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  color: #004089;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .words_item > dt::after {
    right: 3rem;
    font-size: 3rem;
  }
}
.words_item > dt > span {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  transform: translateY(-0.05em);
}
@media screen and (min-width: 768px) {
  .words_item > dt > span {
    font-size: 3rem;
  }
}
.words_item > dd {
  position: relative;
  width: 100%;
  padding: 3.2rem 0 2.8rem 0;
}
@media screen and (min-width: 768px) {
  .words_item > dd {
    padding: 2.4rem 0 2.1rem 0;
  }
}
.words_item > dd > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 600;
}
.words_item > dd > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=words.css.map */