@charset "UTF-8";
.ranking-card__link {
  cursor: pointer;
  display: grid; /* 横並びにする */
  grid-auto-flow: column;
  text-decoration: none;
  color: inherit;
  gap: 16px;
  align-items: center; /* 縦方向の中央揃え */
  grid-template-columns: 8%;
}
@media screen and (max-width: 768px) {
  .ranking-card__link {
    grid-template-columns: 39.3%;
    position: relative;
    gap: 8px;
  }
}

.ranking-card__link:hover .ranking-card__title {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #3599e8;
          text-decoration-color: #3599e8;
  color: #3599e8;
}

.ranking-card__link--default {
  grid-template-columns: unset;
}
@media screen and (max-width: 768px) {
  .ranking-card__link--default {
    grid-template-columns: 39.3%;
  }
}

.ranking-card__logo {
  max-width: 56px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ranking-card__logo {
    max-width: 36px;
    position: absolute;
    top: -18px;
    left: -8px;
  }
}

.ranking-card__logo--default {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ranking-card__logo--default {
    max-width: 36px;
  }
}

.ranking-card__logo img {
  aspect-ratio: 56/75.75;
  width: 100%;
}

.ranking-card__logo--default img {
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .ranking-card__logo--default img {
    aspect-ratio: 56/75.75;
  }
}

.ranking-card__img {
  max-width: 300px;
  width: 100%;
}

.ranking-card__img--default {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ranking-card__img--default {
    max-width: 300px;
  }
}

.ranking-card__img img {
  aspect-ratio: 300/150;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.ranking-card__img--default img {
  aspect-ratio: 200/100;
}
@media screen and (max-width: 768px) {
  .ranking-card__img--default img {
    aspect-ratio: 300/150;
  }
}

.ranking-card__body {
  display: flex;
  flex-direction: column;
}

.ranking-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #221a15;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .ranking-card__title {
    font-size: 12px;
    line-height: 19.2px;
  }
}

.ranking-card__tag {
  margin-top: 4px;
}

.article-button {
  padding: 16px 41px 16px 31px;
  border: 1px solid #00bdbd;
  border-radius: 84px;
  display: inline-block;
  display: flex;
  position: relative;
}

.article-button__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00bdbd;
}

.article-button__triangle {
  position: absolute;
  background: #00bdbd;
  height: calc(tan(60deg) * 8px / 2);
  width: 6px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: 0 auto;
  right: 12px;
  top: 20px;
}

.article-card__link {
  position: relative;
}

.article-card__crown {
  position: absolute;
  width: 42.21px;
  top: -26px;
  left: -8px;
}

.article-card__crown img {
  aspect-ratio: 42.21/60;
  width: 100%;
}

.article-card__link:hover .article-card__title {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #3599e8;
          text-decoration-color: #3599e8;
  color: #3599e8;
}

.article-card__body {
  margin-top: 8px;
}

.article-card__new {
  padding: 2px 8px;
  background-color: #f97b81;
  margin-top: 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
}

.article-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #221a15;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .article-card__title {
    font-size: 14px;
    line-height: 22.4px;
  }
}

.article-card__title--ranking {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}

.article-card__img img {
  width: 100%;
  aspect-ratio: 362/181;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .article-card__img img {
    aspect-ratio: 311/153;
  }
}

@media screen and (max-width: 768px) {
  .article-card__img--ranking img {
    aspect-ratio: 311/116;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.article-card__tag {
  margin-top: 4px;
}

.arrow {
  position: relative;
  width: 80px;
  height: 40px;
  background: white;
  border: 1px solid #333333;
}

.arrow::after {
  content: "";
  position: absolute;
  right: -40px;
  background: white;
  border-left: 20px solid;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.article-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 44px;
}
@media screen and (max-width: 768px) {
  .article-cards {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 18px;
  }
}

.article-cards--ranking {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 768px) {
  .article-cards--ranking {
    row-gap: 37px;
  }
}

.article-heading {
  display: flex;
  align-items: center;
}

.article-heading h2 {
  color: white;
  text-align: center; /* 中央揃え */
  font-size: 32px;
  font-weight: 700;
  line-height: 51.2px;
  letter-spacing: 0.07em;
  text-align: left;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, 3px 2.5px black; /* 最後に全体の黒い影 */
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .article-heading h2 {
    font-size: 20px;
    line-height: 32px;
    margin-left: 4px;
  }
}

.article-heading__logo {
  max-width: 60px;
}
@media screen and (max-width: 768px) {
  .article-heading__logo {
    max-width: 40px;
  }
}

.article-heading__logo img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* Swiperの全体スタイル */
.swiper {
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .swiper {
    padding: 0 14px;
  }
}

.swiper-container {
  position: relative;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    margin-top: 9px;
  }
}

.swiper-slide {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    padding: 0 24px;
  }
}

.swiper-slide img {
  display: block;
  aspect-ratio: 1000/500;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1000px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    aspect-ratio: 295/148;
  }
}

/* ページネーションのスタイル */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  bottom: -35px;
  gap: 18px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -32px;
  }
}

/* ナビゲーションボタンのスタイル */
.swiper-button-next,
.swiper-button-prev {
  color: #000; /* ボタンの色を黒に設定 */
  width: 88px; /* ボタンの幅 */
  height: 88px; /* ボタンの高さ */
  background-color: rgba(255, 255, 255, 0.8); /* 背景を半透明に */
  border-radius: 50%; /* 丸いボタンに */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px; /* アイコンのサイズ */
  top: 46%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 48px; /* ボタンの幅 */
    height: 48px;
    top: 48%;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px; /* 矢印アイコンの大きさを調整 */
}

.swiper-button-next {
  right: 31%; /* 画面右端に配置 */
  background-image: url(../images/icon-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 2000px) {
  .swiper-button-next {
    right: 22%;
  }
}
@media screen and (max-width: 1440px) {
  .swiper-button-next {
    right: 11%;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-next {
    right: 11%;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 2%;
  }
}

.swiper-button-prev {
  left: 31%; /* 画面左端に配置 */
  background-image: url(../images/icon-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 2000px) {
  .swiper-button-prev {
    left: 22%;
  }
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev {
    left: 9.5%;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev {
    left: 11%;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 2%;
  }
}

.swiper-pagination-bullet-active {
  background: #00bdbd;
}

.article-top {
  max-width: 406px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article-top {
    max-width: 232px;
  }
}

.article-top__img img {
  aspect-ratio: 406/198;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .article-top__img img {
    aspect-ratio: 232/125;
  }
}

.tab__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .tab__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tab__button {
  padding: 14px 0;
  background-color: #f8f8f8;
  color: #8d9999;
  border: 1px solid #c8d9d9;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab__button {
    padding: 6.5px 0;
  }
}

.tab__button.is-active {
  background-color: #00bdbd;
  color: white;
  border: 1px solid #00bdbd;
}

.tab__contents {
  position: relative;
}

.tab__content {
  display: none;
}

.tab__cat {
  position: absolute;
  max-width: 173px;
  width: 100%;
  display: block;
  top: 946px;
  left: -240px;
}
@media screen and (max-width: 1440px) {
  .tab__cat {
    left: -17vw;
  }
}
@media screen and (max-width: 1200px) {
  .tab__cat {
    display: none;
  }
}

.tab__content.is-active {
  display: block;
}

.tab__article {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tab__article {
    margin-top: 33px;
  }
}

.tab__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab__title {
    font-size: 12px;
    line-height: 12px;
  }
}

.tab__button.is-active > .tab__triangle {
  background: white;
}

.tab__triangle {
  background: #8d9999;
  height: calc(tan(60deg) * 7px / 2);
  width: 11px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
  margin-top: 7px;
}

.tab__cards {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .tab__cards {
    margin-top: 13px;
  }
}

.tab__page-nation {
  margin-top: 28px;
}

.tab__ranking {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tab__ranking {
    margin-top: 33px;
  }
}

.tab__cards-item {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .tab__cards-item {
    margin-top: 23px;
  }
}

.tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .tabs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination {
  text-align: center;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-direction: column;
}

.pagination__list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    gap: 5px;
  }
}

.pagination__arrow {
  display: flex;
}

.pagination__arrow-back {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #333333 #333333;
  transform: rotate(45deg);
}

.pagination__arrow-back--disabled {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #8d9999 #8d9999;
  transform: rotate(45deg);
}

.pagination__arrow-next {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #333333 #333333;
  transform: rotate(-135deg);
}

.pagination__arrow-next--disabled {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #8d9999 #8d9999;
  transform: rotate(-135deg);
}

.pagination__item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination__item {
    width: 30px;
    height: 30px;
  }
}

.pagination__link {
  text-decoration: none;
  color: #333333;
  padding: 8px 10.06px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .pagination__link {
    font-size: 14px;
    line-height: 14px;
  }
}

.pagination__item--active {
  color: #8d9999;
  border: 1px solid #8d9999;
  border-radius: 82px;
}

.pagination__item--disabled .pagination__link {
  color: #ddd;
  pointer-events: none;
}

.pagination__item--ellipsis {
  display: inline-block;
  padding: 8px 16px;
  color: #000;
  display: flex;
  align-items: center;
}

.pagination__info {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.03em;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .columns-layout {
    display: flex;
    flex-direction: column;
  }
}

.columns-layout__main {
  display: flex;
}
@media screen and (max-width: 768px) {
  .columns-layout__main {
    display: contents;
  }
}

.columns-layout__content {
  width: 83%;
}
@media screen and (max-width: 768px) {
  .columns-layout__content {
    width: 100%;
  }
}

.columns-layout__wrapper {
  background-color: white;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .columns-layout__wrapper {
    padding: 16px 16px 32px;
  }
}

.columns-layout__wrapper--detail {
  padding: 26px 40px 40px 40px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .columns-layout__wrapper--detail {
    padding: 16px 16px 32px;
  }
}

.columns-layout__wrapper--search {
  display: block;
  background: linear-gradient(90.29deg, #78efda 0%, #36cfcf 100%);
}
@media screen and (max-width: 768px) {
  .columns-layout__wrapper--search {
    display: none;
  }
}

.columns-layout__wrapper:not(:first-child) {
  margin-top: 40px;
}

.columns-layout__button {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .columns-layout__button {
    margin-top: 16px;
  }
}

.columns-layout__side-bar {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .columns-layout__side-bar {
    order: 3;
    margin-left: 0;
  }
}

.columns-layout__search-list {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .columns-layout__search-list {
    margin-top: 14px;
  }
}

.columns-layout__category:not(:first-child) {
  margin-top: 25px;
}

.columns-layout__category-tag {
  margin-top: 9px;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
}

.footer__wrapper {
  width: 100%;
  background: linear-gradient(90.29deg, #868686 0%, #404041 100%);
  padding: 40px 0;
}

.footer__logo {
  max-width: 248px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 195px;
  }
}

.footer__logo img {
  aspect-ratio: 248/90;
}

.footer__container {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 830px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding: 0 32px;
  }
}

.footer__list {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 3px;
}
@media screen and (max-width: 768px) {
  .footer__list {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

.footer__list:not(:first-child) {
  margin-top: 16px;
}

.footer__item a {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer__item a {
    font-size: 13px;
    line-height: 13px;
  }
}

.footer__copy {
  background: linear-gradient(90.29deg, #78efda 0%, #36cfcf 100%);
  display: flex;
  justify-content: center;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 14px 0;
  color: white;
  width: 100%;
}

.header {
  background-color: white;
  width: 100%;
  height: 80px;
  display: flex;
  padding-left: 130px;
}
@media screen and (max-width: 768px) {
  .header {
    display: contents;
    height: 64px;
    padding-left: 155px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 64px;
  }
}

.header__logo {
  max-width: 49.26px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 38.96px;
  }
}

.header__logo img {
  aspect-ratio: 49.26/46.21;
}

.header__text {
  max-width: 141.46px;
  margin-left: 6.85px;
}
@media screen and (max-width: 768px) {
  .header__text {
    max-width: 111.88px;
  }
}

.header__text img {
  aspect-ratio: 141.46/45.16;
}

.inner {
  max-width: 1178px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}

.latest-article {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
}

.latest-article-bottom-img {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .latest-article {
    padding: 16px;
  }
}

.latest-article__title {
  display: flex;
  border-bottom: 2px solid #00bdbd;
  padding-bottom: 2px;
  align-items: center;
}

.latest-article__title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-left: 4px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .latest-article__title h2 {
    font-size: 18px;
    line-height: 28.8px;
  }
}

.latest-article__logo {
  max-width: 40px;
}

.latest-article__logo img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-article__item {
  display: flex;
  align-items: center;
}

.latest-article__item:hover .latest-article__text p {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #3599e8;
          text-decoration-color: #3599e8;
  color: #3599e8;
}

.latest-article__item:not(:first-child) {
  margin-top: 8px;
}

.latest-article__img {
  max-width: 84px;
  min-width: 84px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .latest-article__img {
    max-width: 122px;
  }
}

.latest-article__img img {
  aspect-ratio: 84/42;
  width: 100%;
  margin-top: 7px;
  object-fit: cover;
  border-radius: 8px;
}

.latest-article__text {
  margin-left: 8px;
}

.latest-article__text time {
  font-size: 11px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #8d9999;
}

.latest-article__text p {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.latest-article__more {
  margin-top: 24px;
}

.latest-article__more-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.latest-article__more-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #00bdbd;
}
@media screen and (max-width: 768px) {
  .latest-article__more-text {
    font-size: 12px;
    line-height: 12px;
  }
}

.latest-article__more-triangle {
  background: #00bdbd;
  height: calc(tan(60deg) * 8px / 2);
  width: 6px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 8px;
}

.search-box {
  display: flex;
  width: 100%;
}

.search-box {
  display: flex;
  width: 100%;
}

.search-box input[type=text] {
  background-color: white;
  padding: 0.7rem 0 0.7rem 0.8rem;
  border: 1px solid #c8d9d9;
  border-right: none;
  border-radius: 1.5rem 0 0 1.5rem;
  color: #8d9999;
}

.search-box button {
  cursor: pointer;
  padding: 10px 0;
  border-radius: 0 1.5rem 1.5rem 0;
  border: 1px solid #c8d9d9;
  background-color: #f8f8f8;
  color: #fff;
  font-size: 0.75rem;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  width: 76.3%;
}
input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #8d9999;
}
input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #8d9999;
}

.search-box__logo img {
  aspect-ratio: 1;
  width: 16px;
}

.search-box__logo {
  width: 23%;
}

.side-banner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.side-banner__item {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .side-banner__item {
    max-width: unset;
  }
}

.side-banner__item img {
  aspect-ratio: 280/75;
  width: 100%;
}

.triangle-item {
  padding: 0 8px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8d9d9;
}
@media screen and (max-width: 768px) {
  .triangle-item {
    padding: 0 8px 0 9px;
    padding-bottom: 11px;
  }
}

.triangle-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.triangle-item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .triangle-item:not(:first-child) {
    margin-top: 11px;
  }
}

.triangle-item__title {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .triangle-item__title {
    font-size: 14px;
    line-height: 22.4px;
  }
}

.triangle-item__title--side {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}

.triangle-item__triangle {
  background: #00bdbd;
  height: calc(tan(60deg) * 18px / 2);
  width: 12px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #00bdbd;
}
@media screen and (max-width: 768px) {
  .triangle-item__triangle {
    height: calc(tan(60deg) * 12px / 2);
    width: 8px;
  }
}

.triangle-item__triangle--side {
  height: calc(tan(60deg) * 12px / 2);
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.search-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #8d9999;
  padding-bottom: 8px;
}

.search-title__logo {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-title__logo {
    max-width: 38px;
  }
}

.search-title__logo img {
  aspect-ratio: 1;
}

.search-title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.07em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .search-title h2 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.07em;
  }
}

.side-bar {
  width: 28.5%;
}
@media screen and (max-width: 768px) {
  .side-bar {
    width: 100%;
    margin-top: 45px;
  }
}

.side-bar__search-box {
  margin-top: 24px;
}

.side-bar__banners {
  margin-top: 24px;
}

.side-bar__latest {
  margin-top: 24px;
}

.side-bar__ranking {
  margin-top: 24px;
}

.tag-list {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 8px;
  flex-wrap: wrap;
}

.tag-list--category {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .tag-list--category {
    gap: 16px;
  }
}

.tag-list--side {
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}

.tag {
  list-style: none;
  display: inline-block;
}

.tag__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.05em;
  text-align: left;
  text-align: left;
  color: #00bdbd;
  display: block;
}
@media screen and (max-width: 768px) {
  .tag__name {
    font-size: 13px;
    line-height: 20.8px;
  }
}

@media screen and (max-width: 768px) {
  .tag__name--ranking {
    font-size: 11px;
    line-height: 19.2px;
  }
}

.tag__name--side-ranking {
  font-size: 12px;
  line-height: 17.6px;
}

.tag__name--category {
  color: #333;
  font-size: 14px;
  line-height: 14px;
}

.tag__name--side {
  color: #333;
  font-size: 13px;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  .tag__name--side {
    font-size: 14px;
    line-height: 14px;
  }
}

.pentagon-tag {
  position: relative;
}

.pentagon-tag span {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 5px;
  left: 6px;
  color: #333333;
  padding: 1px 0;
}

.pentagon-tag--detail span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.pentagon-tag img {
  width: 54px;
  height: 23px;
}

.pentagon-tag--detail img {
  height: 28px;
}

.pentagon-tag--ranking {
  display: block;
}
@media screen and (max-width: 768px) {
  .pentagon-tag--ranking {
    display: none;
  }
}

.article-bread {
  display: flex;
  font-size: 12px;
  padding-top: 32px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .article-bread {
    padding-top: 8px;
  }
}

.article-bread--list {
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .article-bread--list {
    padding-top: 8px;
  }
}

.article-bread__home {
  color: #00bdbd;
  border-bottom: 1px solid #00bdbd;
  padding-bottom: -5px;
  white-space: nowrap;
}

.article-bread span {
  margin-left: 5px;
}

.article-bread__current {
  margin-left: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.article-bread__icon {
  width: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 550px) {
  .article-bread__icon {
    width: 14px;
  }
}

@media screen and (max-width: 550px) {
  .article-bread__icon--list {
    width: 5px;
  }
}

.article-bread__icon img {
  aspect-ratio: 5/7;
  width: 100%;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif;
  color: #333333;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

button {
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.columns-layout__content .columns-layout__main {
  font-size: 0 20px;
}

.article-list {
  background-image: url(../images/bg-img.jpg);
  background-position: 0px -75px;
  background-size: contain;
}

.article-list__layout {
  margin-top: 133px;
  gap: 8px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .article-list__layout {
    margin-top: 90px;
  }
}

.latest-article__text.latest-article__text .columns-layout__title {
  display: flex;
  padding-top: 0;
  align-items: center;
}

.pic-container {
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding: 0 2rem;
  background-color: #fefefe;
}

body {
  overflow-x: hidden;
}

/* アルバイト体験談サイドバー */
.experience-story-columns-layout__search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
	margin-top: 8px;
}

.experience-story-item__title {
  height: 29px;
  padding: 3px 14px;
  border: 1px solid #C8D9D9;
  border-radius: 88px;
  font-size: 13px;
  color: #8D9999;
  margin: 4px;
  display:inline-block;
  background: #F8F8F8;
  transition: .3s ease-in-out;
}

.experience-story-item__title:hover {
  background: #cecece;
}

.experience-story-item__title.is-active {
  color: #fff;
  background: #00BDBD;
  font-weight: 700;
  border-color: #00BDBD;
}

.experience-story-item__title:disabled {
  color: #8d9999;
  border: 1px solid #efefef;
}
