@charset "UTF-8";
/* -----------------------------------------------
content__wrap
----------------------------------------------- */
.content__wrap .tab__btn__wrap a {
  border: none;
  background: none;
  padding: 0;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  display: block;
}
.content__wrap .tab__btn__wrap a.active::after {
  content: '';
  background-color: #e8e900;
  position: absolute;
  bottom: 0;
}
.content__wrap .tab__con:not(.active) {
  display: none;
}
.content__wrap .tab__con__wrap li a {
  display: block;
}
.content__wrap .tab__con__wrap li .img {
  position: relative;
}
.content__wrap .tab__con__wrap li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(232,233,0,.47);
  position: absolute;
  top: 0;
  left: 0;
}
.content__wrap .tab__con__wrap li .img img {
  /* aspect-ratio: 1/1; */
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(100%);
}
.content__wrap .tab__con__wrap .text strong {
  letter-spacing: 0.14em;
  font-weight: normal;
  display: block;
}
.content__wrap .tab__con__wrap .text span {
  letter-spacing: 0;
  font-weight: 500;
  display: block;
}

@media all and (max-width: 768px) {
  .content__wrap {
    margin-top: 67px;
  }
  .content__wrap .tab__btn__wrap {
    font-size: 1.4rem;
    margin-left: -0.6em;
  }
  .content__wrap .tab__btn__wrap ul {
    padding-left: 4em;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .content__wrap .tab__btn__wrap li {
    margin: 0 0.3em 0.05em;
  }
  .content__wrap .tab__btn__wrap li:first-child {
    margin-right: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content__wrap .tab__btn__wrap a {
    line-height: 1;
    padding: 0.5em 0.3em 0.4em;
  }
  .content__wrap .tab__btn__wrap a.active::after {
    width: calc(100% - 0.2em);
    height: 3px;
    left: 0.2em;
  }
  .content__wrap .tab__con__wrap {
    margin-top: 60px;
  }
  .content__wrap .tab__con__wrap li + li {
    margin-top: 56px;
  }
  .content__wrap .tab__con__wrap .text {
    margin-top: 13px;
  }
  .content__wrap .tab__con__wrap .text strong {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .content__wrap .tab__con__wrap .text span {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.7em;
  }
}

@media all and (min-width: 769px) {
  .content__wrap {
    margin-top: 206px;
  }
  .content__wrap .tab__btn__wrap {
    font-size: 1.4rem;
    margin-left: -1.2em;
  }
  .content__wrap .tab__btn__wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content__wrap .tab__btn__wrap li {
    margin: 0 0.7em 1.4em;
  }
  .content__wrap .tab__btn__wrap a {
    line-height: 1;
    padding: 0.5em;
  }
  .content__wrap .tab__btn__wrap a.active::after {
    width: calc(100% - 0.65em);
    height: 3px;
    left: 0.4em;
  }
  .content__wrap .tab__con__wrap {
    margin-top: 74px;
  }
  .content__wrap .tab__con__wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .content__wrap .tab__con__wrap li {
    width: 31.25%;
    margin-right: 3.125%;
  }
  .content__wrap .tab__con__wrap li:nth-child(3n) {
    margin-right: 0;
  }
  .content__wrap .tab__con__wrap li:nth-child(n + 4) {
    margin-top: 5.9%;
  }
  .content__wrap .tab__con__wrap .text {
    margin-top: 17px;
  }
  .content__wrap .tab__con__wrap .text strong {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .content__wrap .tab__con__wrap .text span {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.7em;
  }
}
