@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.tab-container {
  display: flex;
  width: calc(100% - 40px);
  gap: 20px;
  margin: 0 auto 60px;
}
.tab-container a {
  text-decoration: none !important;
  font-weight: bold;
}
.tab-container .slick-slide {
  margin: 0 5px;
}
.tab-container .slick-prev:before,
.tab-container .slick-next:before {
  content: "〉";
  color: #0091af;
  font-weight: bold;
}
.tab-container .slick-prev:before {
  content: "〈";
}
.tab-container .slick-list {
  margin-left: 8px;
}

.tab {
  text-align: center;
  padding: 5px;
  color: #0091af;
  border: solid 1px #0091af;
  cursor: pointer;
  max-width: 150px;
  box-sizing: border-box;
}
.tab.active {
  background-color: #0091af;
}
.tab.active a {
  color: #fff;
}

.content {
  display: none;
  /*必須*/
}

.content.show {
  display: block;
  /*必須*/
}

.achievements-list {
  margin-bottom: 0;
}
.achievements-list > li {
  line-height: 1.75;
  letter-spacing: 0.019em;
}
.achievements-list > li:not(:last-child) {
  margin-bottom: 27px;
}
.achievements-list strong {
  font-weight: bold;
}
.achievements-list u {
  text-decoration: underline;
}
.achievements-list italic {
  font-style: italic;
  font-weight: bold;
}

.achievements-catbox {
  margin-bottom: 98px;
}
.achievements-catbox .title-ach {
  font-size: 150%;
  color: #0091af;
  font-weight: bold;
  border-bottom: solid 1px #0091af;
  margin-bottom: 20px;
  line-height: 1.7;
}
.achievements-catbox .title-cat {
  margin-bottom: 33px;
  font-size: 175%;
  letter-spacing: 0.045em;
}

.achievements-subcatbox:not(:last-child) {
  margin-bottom: 50px;
}

@media all and (min-width: 751px) {
  body.achievements #title {
    background-image: url(../images/achievements/title-bg.jpg);
  }
  body.achievements .achievements-container {
    width: min(960px, 100%);
    margin: auto;
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.achievements #title {
    background-image: url(../images/achievements/title-bg_sp.jpg);
  }
  /* INDEX */
  .tab-container {
    width: auto;
    margin: 0 auto 40px;
  }
  .tab {
    padding: 3px 5px;
    min-width: 85px;
  }
  .achievements-catbox {
    margin-bottom: 70px;
  }
  .achievements-catbox .title-ach {
    font-size: 112.5%;
    margin-bottom: 10px;
  }
  .achievements-subcatbox:not(:last-child) {
    margin-bottom: 20px;
  }
}
