@charset "UTF-8";
.animation-delays:nth-child(1) {
  animation-delay: 0 !important;
}
.animation-delays:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-delays:nth-child(3) {
  animation-delay: 0.4s !important;
}
.animation-delays:nth-child(4) {
  animation-delay: 0.6s !important;
}
.animation-delays:nth-child(5) {
  animation-delay: 0.8s !important;
}
.animation-delays:nth-child(6) {
  animation-delay: 1s !important;
}
.animation-delays:nth-child(7) {
  animation-delay: 1.2s !important;
}
.animation-delays:nth-child(8) {
  animation-delay: 1.4s !important;
}
.animation-delays:nth-child(9) {
  animation-delay: 1.6s !important;
}
.animation-delays:nth-child(10) {
  animation-delay: 1.8s !important;
}
.animation-delays:nth-child(11) {
  animation-delay: 2s !important;
}
.animation-delays:nth-child(12) {
  animation-delay: 2.2s !important;
}
.animation-delays:nth-child(13) {
  animation-delay: 2.4s !important;
}

.radiusClipPath {
  clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
}

.arrow-type01-style {
  height: 30px;
  width: 30px;
}
.arrow-type01-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type01-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

.arrow-type02-style {
  height: 40px;
  width: 40px;
}
.arrow-type02-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type02-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

/****************************************

****************************************/
.words-section {
  margin-top: 50px;
  padding: 20px;
}
.words-section:first-child {
  margin-top: 0;
}

.words-section__title {
  font-size: 24px;
}

.words-section__contents {
  margin-top: 10px;
}

/****************************************

****************************************/
.word-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
}
.word-list li {
  width: 23.9436619718%;
}
.word-list a {
  height: 100%;
  text-decoration: none;
}
.word-list .inner {
  background: #e9e7e3;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.word__title {
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  padding: 5px 20px;
}

/****************************************

****************************************/
.word__leed {
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.word__text {
  margin-top: 20px;
}
.word__text:first-child {
  margin-top: 0;
}
.word__text dl {
  margin-top: 20px;
}
.word__text dl dt {
  margin-top: 10px;
}
.word__text dl dt:first-child {
  margin-top: 0;
}
.word__text dl dd {
  padding-left: 1em;
}

.word__text-continue {
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: height 0.3s 0s ease-out;
}
.word__text-continue.active {
  height: auto;
  margin-top: 20px;
}

.btn-word-more {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  transition: opacity 0.3s 0s ease-out;
}
.btn-word-more:hover {
  opacity: 0.5;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 765px) {
  .word-list li {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .word-list li {
    width: 100% !important;
  }
}
/*# sourceMappingURL=map/words.css.map */
