@charset "UTF-8";
.inner {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .inner {
    max-width: 1440px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343436;
  background: #e6edf3;
}

a:hover {
  opacity: 0.8;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .heading {
    gap: 12px;
  }
}

.heading__image {
  width: 44px;
}
@media screen and (min-width: 1280px) {
  .heading__image {
    width: 72px;
  }
}
.heading__title {
  font-family: "Zen Maru Gothic", serif;
  color: #135097;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1280px) {
  .heading__title {
    font-size: 32px;
    margin-right: -6px;
  }
}

.button {
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 8px 26px;
}
.button:hover {
  background: #fff;
  border: 2px solid #135097;
  color: #135097;
  border-radius: 20px 20px 0 20px;
  padding: 6px 24px;
}
@media screen and (min-width: 1280px) {
  .button {
    font-size: 20px;
  }
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  display: block;
}
@media screen and (min-width: 1280px) {
  .card {
    border-radius: 20px;
  }
}

.card-body {
  overflow: hidden;
  margin-top: 4px;
}
@media screen and (min-width: 1280px) {
  .card-body {
    margin-top: 16px;
  }
}

.card-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  max-width: 525px;
  margin-top: 6px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (min-width: 1280px) {
  .card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.card-category {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 15px;
}
@media screen and (min-width: 1280px) {
  .card-category {
    margin-top: 7px;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 6px;
    padding: 3px 19px;
  }
}

.card-tag {
  font-size: 12px;
  line-height: 1.8;
  background: #daeff8;
  border-radius: 24px;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .card-tag {
    font-size: 14px;
    padding: 2px 10px 0px 8px;
  }
}

.card-day {
  font-size: 12px;
  line-height: 1.2;
  color: #676e87;
}
@media screen and (min-width: 1280px) {
  .card-day {
    font-size: 14px;
  }
}

.category-all {
  border: 1px solid #629de2;
  color: #629de2;
}

.category-new {
  border: 1px solid #135097;
  color: #135097;
}

.category-tips {
  border: 1px solid #42a0ad;
  color: #42a0ad;
}

.category-interview {
  border: 1px solid #9c8cff;
  color: #9c8cff;
}

.category-news {
  border: 1px solid #c88dec;
  color: #c88dec;
}

.header {
/*margin-left: auto;*/
/*margin-right: auto;*/
height: 140px;
}
.header__inner {
max-width: 1440px;
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-pack: justify;*/
/*-ms-flex-pack: justify;*/
/*justify-content: space-between;*/
}

.header-logo {
  position: fixed;
  left :0;
  z-index: 20;
}

.header__top-logo {
  display: block;
  padding-top: 32px;
  padding-left: 20px;
}
.header__top-logo img {
  width: 260px;
  height: 108px;
}
.header__top-logo.is-show {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__top-logo {
    padding-left: 48px;
  }
}

.header__logo-scroll {
  display: none;
  padding-left: 24px;
  padding-top: 20px;
}
.header__logo-scroll img {
  width: 160px;
  height: 32.87px;
}
.header__logo-scroll.is-show {
  display: block;
}
@media screen and (min-width: 1280px) {
  .header__logo-scroll {
    padding-left: 48px;
    padding-top: 29px;
  }
  .header__logo-scroll img {
    width: 206.35px;
    height: 42.39px;
  }
}

.header__menu {
  background: #135097;
  border-radius: 0 0 0 28px;
  position: fixed;
  right: 0;
  z-index: 30;
}
@media screen and (min-width: 1280px) {
  .header__menu {
    border-radius: 0 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    height: 99px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu {
    padding-left: 64px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    display: block;
  }
}

.header__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-link {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.header__nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.header__btn-box {
  text-align: center;
}

.header__btn-box-link {
  position: relative;
  top: 0;
}
.header__btn-box-link:hover {
  top: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-btn-text-top {
  color: #135097;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  background: #fff;
  padding: 1px 3px 0;
  border-radius: 8px 8px 0 0;
  border: 1px solid #fff;
}

.header-btn-text {
  color: #135097;
  background: #fff;
  font-weight: 700;
  line-height: 1.25;
  padding: 3px 15px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #fff;
}

.blue-box {
  background: #135097;
  color: #fff;
}

.header__sp-menu {
  padding: 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .header__sp-menu {
    gap: 0;
    padding: 0;
  }
}
.header__sp-menu.is-show {
  padding: 20px 32px 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .header__sp-menu.is-show {
    gap: 0;
    padding: 0;
  }
}

.drawer__icon {
  position: relative;
  width: 36px;
  height: 24.31px;
  z-index: 30;
}
@media screen and (min-width: 1280px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon.is-checked .drawer__icon-bar {
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer__icon-bar {
  position: absolute;
  width: 36px;
  height: 2.77px;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  z-index: 30;
}
.drawer__icon-bar:nth-of-type(1) {
  top: 0px;
}
.drawer__icon-bar:nth-of-type(2) {
  top: 11px;
}
.drawer__icon-bar:nth-of-type(3) {
  top: 22px;
}

.header__search-tag {
  display: block;
  text-align: center;
}
.header__search-tag img {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 1280px) {
  .header__search-tag {
    padding-right: 66px;
  }
}
.header__search-tag.is-checked {
  display: none;
}

.header__drawer-nav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 80px 0 32px;
  border-radius: 0 0 0 24px;
  z-index: 20;
}
.header__drawer-nav.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: #135097;
  width: 240px;
}

.header__drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.header__drawer-item {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.main {
}

.fv {
  padding-bottom: 18px;
}
.fv__swiper .fv__swiper-wrapper {
  /* transition-timing-function: linear; */
}
.fv__swiper-wrapper a {
  display: block;
}
.fv__swiper-slide {
  padding-top: 12px;
  transition: all 5s;
}
@media screen and (min-width: 1280px) {
  .fv__swiper-slide {
    padding-top: 40px;
  }
}
.fv__swiper-slide.swiper-slide-active {
  padding-top: 0;
  transition: all 5s;
}

.fv__card {
  margin-top: 48px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .fv__card {
    margin-top: 6px;
    padding: 28px;
    max-width: 595px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1280px) {
  .fv__body {
    margin-top: 12px;
  }
}

.fv__tag-lists {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  justify-content: start;
}
@media screen and (min-width: 1280px) {
  .fv__tag-lists {
    margin-top: 16px;
    gap: 17px;
  }
}

.fv__tag-list {
  /* display: block; */
}

@media screen and (min-width: 1280px) {
  .fv__pagination-button {
    width: 752px;
    height: 36px;
    margin-inline: auto;
    position: relative;
  }
}

.fv__swiper-button-prev,
.fv__swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -49px;
}
.fv__swiper-button-prev::after,
.fv__swiper-button-next::after {
  display: none;
}
.fv__swiper-button-prev:hover,
.fv__swiper-button-next:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1280px) {
  .fv__swiper-button-prev,
  .fv__swiper-button-next {
    position: absolute;
    top: -308px;
  }
}

.fv__swiper-button-prev {
  background: url(../img/prev-icon.png) no-repeat center center/contain;
  left: 9px;
}
@media screen and (min-width: 1280px) {
  .fv__swiper-button-prev {
    left: 0px;
  }
}

.fv__swiper-button-next {
  background: url(../img/next-icon.png) no-repeat center center/contain;
  right: 9px;
}
@media screen and (min-width: 1280px) {
  .fv__swiper-button-next {
    right: 0px;
  }
}

.new {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .new {
    padding-top: 3px;
  }
}

.new__inner {
  padding-inline: 44px;
}

@media screen and (min-width: 1280px) {
  .new__heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.new__cards {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .new__cards {
    margin-top: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.new__card {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  width: 302px;
}

@media screen and (min-width: 1280px) {
  .new__body {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1280px) {
  .new__day {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .new__title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.new__category {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .new__category {
    font-size: 13px;
    padding: 5px 15px;
  }
}

.new__tag-lists {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .new__tag-lists {
    margin-top: 11px;
    gap: 7px;
  }
}

@media screen and (min-width: 1280px) {
  .new__tag {
    font-size: 12px;
    padding: 2px 10px 2px 8px;
  }
}

.new__button {
  margin-top: 32px;
  background: #135097;
  border-radius: 20px 20px 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.new__button a {
  display: block;
}
@media screen and (min-width: 1280px) {
  .new__button {
    margin-top: 48px;
    margin-right: auto;
  }
}

.popular {
  background: url(../img/popular-post-bg.png) no-repeat bottom center/cover;
}

.popular__inner {
  padding-top: 41px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .popular__inner {
    padding: 65px 0;
  }
}

.popular__heading {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .popular__heading {
    max-width: 900px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .popular__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1043px;
    padding: 0;
  }
}

@media screen and (min-width: 1280px) {
  .popular__head-heading {
    gap: 13px;
  }
}

@media screen and (min-width: 1280px) {
  .popular__heading-image {
    padding-left: 4px;
    width: 75px;
  }
}

.popular__heading-title {
  color: #fff;
}
.popular__container {
}
@media screen and (min-width: 1280px) {
  .popular__container {
  }
}
.popular__swiper {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .popular__swiper {
    margin-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .popular__swiper {
    margin-top: 36px;
    padding-left: 14.0972222222%;
    padding-right: 14.0972222222%;
  }
}

.swiper-slide {
  width: auto;
}
@media screen and (min-width: 1280px) {
  .swiper-slide {
  }
}
.popular__swiper-slide {
}

.popular__card {
  display: block;
}

@media screen and (min-width: 1280px) {
  .popular__body {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1280px) {
  .popular__day {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .popular__title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.popular__category {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .popular__category {
    margin-top: 7px;
    font-size: 13px;
    padding: 5px 15px;
  }
}

.popular__tag-lists {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .popular__tag-lists {
    margin-top: 11px;
    gap: 7px;
  }
}

@media screen and (min-width: 1280px) {
  .card-tag {
    font-size: 12px;
    padding: 2px 10px 2px 8px;
  }
}

.popular__pagination-button {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media screen and (min-width: 1280px) {
  .popular__pagination-button {
    margin-top: 0;
  }
}

.popular__swiper-button-prev,
.popular__swiper-button-next {
  width: 48px;
  height: 48px;
}
.popular__swiper-button-prev:after,
.popular__swiper-button-next:after {
  display: none;
}
.popular__swiper-button-prev.swiper-button-disabled,
.popular__swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.popular__swiper-button-prev {
  background: url(../img/prev-white.png) no-repeat center center/contain;
}
.popular__swiper-button-prev:hover {
  background: url(../img/prev-hover-white.png) no-repeat center center/contain;
}

.popular__swiper-button-next {
  background: url(../img/next-white.png) no-repeat center center/contain;
}
.popular__swiper-button-next:hover {
  background: url(../img/next-hover-white.png) no-repeat center center/contain;
}

.popular__swiper-scrollbar {
  width: calc(100% - 40px);
  height: 8px;
  background: #dde1f0;
  border-radius: 4px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .popular__swiper-scrollbar {
    width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .popular__swiper-scrollbar {
    width: 1034px;
    margin-top: 36px;
  }
}

.swiper-scrollbar-drag {
  background: #135097;
}

.all {
  padding-top: 48px;
  padding-bottom: 64px;
}
@media screen and (min-width: 1280px) {
  .all {
    padding: 64px 0;
  }
}

.all__inner {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .all__inner {
    max-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .all__inner {
    max-width: 1034px;
  }
}

.all__filter {
  margin-top: 20px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .all__filter {
    margin-top: 44px;
    margin-bottom: -30px;
  }
}

.all__filter-new,
.all__filter-popular {
  font-size: 14px;
  line-height: 1.3;
  color: #676e87;
}
.all__filter-new.is-active,
.all__filter-popular.is-active {
  color: #135097;
}
@media screen and (min-width: 1280px) {
  .all__filter-new,
  .all__filter-popular {
    font-size: 18px;
  }
}

.all__filter-new + .all__filter-popular {
  border-left: 1px solid #676e87;
  padding-left: 11px;
}

.all__container {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .all__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.all__tab-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .all__tab-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
  }
}

.all__tab-list {
  border-radius: 0 12px 12px 0;
  padding: 13px 5px 12px 4px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  border-left: transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-orientation: upright;
}
@media screen and (min-width: 768px) {
  .all__tab-list {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border-radius: 12px 12px 0 0;
    padding: 6px 20px 3px 19px;
    border-left: 1px solid;
    border-bottom: transparent;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.category-all:hover {
  color: #fff;
  background: #629de2;
  border-left: #629de2;
}
.category-all.is-active {
  color: #fff;
  background: #629de2;
}
@media screen and (min-width: 768px) {
  .category-all.is-active {
    border-left: #629de2;
  }
}

.category-new:hover {
  color: #fff;
  background: #135097;
  border-left: #135097;
}
.category-new.is-active {
  color: #fff;
  background: #135097;
}
@media screen and (min-width: 768px) {
  .category-new.is-active {
    border-left: #135097;
  }
}

.category-tips:hover {
  color: #fff;
  background: #42a0ad;
  border-left: #42a0ad;
}
.category-tips.is-active {
  color: #fff;
  background: #42a0ad;
}
@media screen and (min-width: 768px) {
  .category-tips.is-active {
    border-left: #42a0ad;
  }
}

.category-interview:hover {
  color: #fff;
  background: #9c8cff;
  border-left: #9c8cff;
}
.category-interview.is-active {
  color: #fff;
  background: #9c8cff;
}
@media screen and (min-width: 768px) {
  .category-interview.is-active {
    border-left: #9c8cff;
  }
}

.category-news:hover {
  color: #fff;
  background: #c88dec;
  border-left: #c88dec;
}
.category-news.is-active {
  color: #fff;
  background: #c88dec;
}
@media screen and (min-width: 768px) {
  .category-news.is-active {
    border-left: #c88dec;
  }
}

.all__card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  width: 299px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .all__card {
    border-radius: 20px;
    width: 302px;
  }
}

.box-all,
.box-new,
.box-tips,
.box-interview,
.box-news {
  display: none;
  border-radius: 16px 0 16px 16px;
}
.box-all.is-active,
.box-new.is-active,
.box-tips.is-active,
.box-interview.is-active,
.box-news.is-active {
  display: grid;
  padding: 12px;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .box-all.is-active,
  .box-new.is-active,
  .box-tips.is-active,
  .box-interview.is-active,
  .box-news.is-active {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0 16px 16px 16px;
    width: 700px;
    padding: 32px;
    gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box-all.is-active,
  .box-new.is-active,
  .box-tips.is-active,
  .box-interview.is-active,
  .box-news.is-active {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.all__box-all,
.all__box-new,
.all__box-tips,
.all__box-interview,
.all__box-news {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .all__box-all,
  .all__box-new,
  .all__box-tips,
  .all__box-interview,
  .all__box-news {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0 16px 16px 16px;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .all__box-all,
  .all__box-new,
  .all__box-tips,
  .all__box-interview,
  .all__box-news {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box-all {
  background: #629de2;
}

.box-new {
  background: #135097;
}

.box-tips {
  background: #42a0ad;
}

.box-interview {
  background: #9c8cff;
}

.box-news {
  background: #c88dec;
}

@media screen and (min-width: 1280px) {
  .all__body {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1280px) {
  .all__title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.all__category {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .all__category {
    margin-top: 7px;
    font-size: 13px;
    padding: 5px 15px;
  }
}

.all__tag-lists {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .all__tag-lists {
    gap: 7px;
  }
}

.all__post-none {
  width: 300px;
  height: 487px;

  margin-left: auto;
  margin-right: auto;

  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 767px) {
  .all__post-none {
    width: 626px;
    height: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .all__post-none {
    width: 972px;
  }
}

.all__button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #135097;
  border-radius: 20px 20px 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.all__button a {
  display: block;
}
@media screen and (min-width: 1280px) {
  .all__button {
    margin-top: 32px;
    margin-right: 0;
  }
}

.tag {
  padding-bottom: 48px;
}
@media screen and (min-width: 1280px) {
  .tag {
    padding-bottom: 65px;
  }
}

.tag__inner {
  padding-inline: 20px;
  max-width: 700px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .tag__inner {
    max-width: 1034px;
    padding: 0;
    margin-inline: auto;
  }
}

.tag__heading {
  background: #629de2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 10px 25px 6px 16px;
  border-radius: 16px 16px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .tag__heading {
    gap: 11px;
    padding: 12px 41px 8px 24px;
  }
}

.tag__heading-image img {
  vertical-align: top;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1280px) {
  .tag__heading-image img {
    width: 24px;
    height: 22px;
  }
}

.tag__heading-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .tag__heading-title {
    font-size: 18px;
  }
}

.tag__box {
  background: #fff;
  border-radius: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
@media screen and (min-width: 1280px) {
  .tag__box {
    gap: 15px 16px;
    padding: 36px 92px;
  }
}

.tag__item:hover {
  color: #daeff8;
  background: #343436;
}
@media screen and (min-width: 1280px) {
  .tag__item {
    padding: 2px 8px;
  }
}

.cta {
  background: url(../img/cta.png) no-repeat center center/cover;
  padding-top: 72px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1280px) {
  .cta {
    padding-top: 126px;
    padding-bottom: 90px;
  }
}

.cta__inner {
  padding-inline: 40px;
}
@media screen and (min-width: 1280px) {
  .cta__inner {
    max-width: 920px;
    margin-inline: auto;
  }
}

.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 65px;
}
.cta__button a {
  display: block;
}
@media screen and (min-width: 768px) {
  .cta__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cta__consultation {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
}
.cta__consultation:hover {
  top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__consultation::before {
  content: "コンサルタントをお探しの企業様へ";
  position: absolute;
  top: -30px;
  left: 0;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3px;
  border: 1px solid #fff;
  border-radius: 8px 8px 8px 0;
  color: #fff;
  background: #2a84bf;
  padding: 14px 15px 0;
}
@media screen and (min-width: 1280px) {
  .cta__consultation::before {
    top: -52px;
    height: 39px;
    font-size: 18px;
    padding-top: 18px;
  }
}

.cta__introduction {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
}
.cta__introduction:hover {
  top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__introduction::before {
  content: "コンサルタントの方へ";
  position: absolute;
  top: -32px;
  left: 0;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3px;
  background: #fff;
  border-radius: 8px 8px 8px 0;
  color: #135097;
  padding: 15px 16px 0;
}
@media screen and (min-width: 1280px) {
  .cta__introduction::before {
    top: -52px;
    height: 39px;
    font-size: 18px;
    padding-top: 18px;
  }
}

.cta__consultation-text {
  background: #fff;
  color: #135097;
  padding: 9px 43px 11px 20px;
}
@media screen and (min-width: 1280px) {
  .cta__consultation-text {
    padding: 13px 65px 14px 33px;
  }
}
.cta__consultation-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/cta-arrow.svg);
  mask-image: url(../img/cta-arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #135097;
  width: 19px;
  height: 15px;
}
@media screen and (min-width: 1280px) {
  .cta__consultation-text::after {
    width: 24px;
    height: 24px;
  }
}

.cta__text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3px;
  letter-spacing: 0.02em;
  border-radius: 12px;
}
@media screen and (min-width: 1280px) {
  .cta__text {
    font-size: 24px;
  }
}

.cta__introduction-text {
  border: 2px solid #fff;
  padding: 8px 36px 7px 22px;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1280px) {
  .cta__introduction-text {
    padding: 11px 50px 12px 30px;
  }
}
.cta__introduction-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/cta-arrow.svg);
  mask-image: url(../img/cta-arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #fff;
  width: 18px;
  height: 14px;
}

.footer {
  background: #241919;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 45px;
    padding-bottom: 28px;
  }
}

.footer__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    max-width: 1074px;
    margin-inline: auto;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 1280px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 234px;
}
@media screen and (min-width: 1280px) {
  .footer__logo img {
    width: 334px;
  }
}

.footer__lists {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .footer__lists {
    margin-top: 18px;
    gap: 64px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .footer__list {
    gap: 24px;
  }
}

.footer__link {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.copylight {
  margin-top: 38px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  color: #e6edf3;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  .copylight {
    margin-top: 43px;
  }
}

.footer__text {
  color: #e6edf3;
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .footer__text {
    margin-top: 24px;
    text-align: center;
  }
}

.error {
  padding-top: 48px;
  padding-bottom: 64px;
}

.error__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1280px) {
  .error__inner {
    max-width: 1016px;
    margin-inline: auto;
  }
}

.error__container {
  background: #fff;
  padding-inline: 20px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.0509803922);
  padding-bottom: 56px;
}
@media screen and (min-width: 1280px) {
  .error__container {
    padding-bottom: 80px;
  }
}

.error__head {
  padding-top: 56px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .error__head {
    padding-top: 80px;
  }
}

.error__image img {
  width: 89.14px;
  height: 48px;
  text-align: center;
}

.error__head-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #135097;
}
@media screen and (min-width: 1280px) {
  .error__head-title {
    font-size: 34px;
  }
}

.error__title {
  margin-top: 20px;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #629de2;
}
@media screen and (min-width: 1280px) {
  .error__title {
    font-size: 100px;
  }
}

.error__body {
  margin-top: 32px;
}
.error__body-text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .error__body-text {
    text-align: center;
    font-size: 24px;
  }
}

.error__body-button-text {
  margin-top: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .error__body-button-text {
    text-align: center;
    font-size: 20px;
  }
}

.error__button {
  margin-top: 32px;
  color: #fff;
  background: #629de2;
  border: 1px solid #fff;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.error__button a {
  padding: 16px 32px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1280px) {
  .error__button a {
    font-size: 24px;
  }
}

.page__pagination {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.page__pre img,
.page__next img {
  width: 36px;
  height: 36px;
}

.page__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-numbers {
  font-size: 20px;
  line-height: 1.4;
  padding: 2px 8px;
  border-radius: 4px;
}
.page-numbers.next {
  padding: 0;
}
.page-numbers.pre {
  padding: 0;
}
.page-numbers a {
  margin-inline: auto;
}
.page-numbers.current {
  color: #fff;
  background: #629de2;
}
.single {
  margin-top: 48px;
}
@media screen and (min-width: 1280px) {
  .single {
    margin-top: 62px;
  }
}

.single__inner {
  background: #fff;
  padding: 20px 20px 46px;
}
@media screen and (min-width: 1280px) {
  .single__inner {
    max-width: 1016px;
    margin-inline: auto;
    padding: 48px 88px;
    border-radius: 24px;
  }
}

.entry__time {
  font-size: 14px;
  line-height: 1.8;
  color: #676e87;
}
@media screen and (min-width: 1280px) {
  .entry__time {
    font-size: 16px;
  }
}

.entry__title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  .entry__title {
    margin-top: 13px;
    font-size: 28px;
  }
}

.entry__image {
  margin-top: 20px;
}

.entry__body {
  margin-top: 19px;
}
@media screen and (min-width: 1280px) {
  .entry__body {
    margin-top: 32px;
  }
}

.entry__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  .entry__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.15em;
    padding-right: 25px;
  }
}

/* .entry__container, */
.no_bullets {
  margin-top: 18px;
  max-width: 461px;
  border: 1px solid #daeff8;
  border-top: none;
}
@media screen and (min-width: 1280px) {
  /* .entry__container, */
  .no_bullets {
    margin-top: 21px;
  }
}

/* .entry__container-title, */
.toc_title {
  padding: 6px 0 6px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
  background: #daeff8;
}
@media screen and (min-width: 1280px) {
  /* .entry__container-title, */
  .toc_title {
    padding: 8px 0 8px 16px;
    font-size: 20px;
  }
}

/* .entry__container-lists, */
.toc_list {
  padding: 12px 16px 22px;
}
@media screen and (min-width: 1280px) {
  /* .entry__container-lists, */
  .toc_list {
    padding: 12px 32px 20px 24px;
  }
}

/* .entry__lists, */
.toc_list:not(:first-of-type) {
  margin-top: 7px;
}
@media screen and (min-width: 1280px) {
  /* .entry__lists, */
  .toc_list:not(:first-of-type) {
    margin-top: 10px;
  }
}

/* .entry__lists-title, */
.toc_list li a {
  color: #135097;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
/* .entry__lists-title, */
.toc_list a {
  display: block;
}
@media screen and (min-width: 1280px) {
  /* .entry__lists-title, */
  .toc_list li a {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}

/* .entry__list, */
.toc_list li ul {
  margin-top: -2px;
}

/* .entry__list-text, */
.toc_list li ul a {
  margin-top: 8px;
  color: #135097;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-left: 15px;
  display: block;
}

@media screen and (min-width: 1280px) {
  /* .entry__list-text, */
  .toc_list li ul a {
    font-size: 15px;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
}

/* .entry__body-title, */
.entry__body h2 {
  margin-top: 20px;
  border-bottom: 2px solid #629de2;
  padding: 16px 0 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1280px) {
  /* .entry__body-title, */
  .entry__body h2 {
    font-size: 24px;
  }
}

/* .entry__body-text, */
.entry__body p {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  /* .entry__body-text, */
  .entry__body p {
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}

/* .entry__body-lists-text, */
.entry__body h3 {
  margin-top: 20px;
  border-left: 2px solid #629de2;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1280px) {
  /* .entry__body-lists-text, */
  .entry__body h3 {
    margin-top: 19px;
  }
}

.entry__body-list-text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  .entry__body-list-text {
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2;
    margin-top: 21px;
  }
}

.entry__body-wrap {
  margin-top: 20px;
  background: #e6edf3;
  padding: 20px 16px;
  border: 1px solid #629de2;
}
@media screen and (min-width: 1280px) {
  .entry__body-wrap {
    padding-top: 19px;
    padding: 18px 28px;
  }
}

.entry__body-wrap-text {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.entry__body-wrap-text span {
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .entry__body-wrap-text {
    line-height: 2;
  }
}

.entry__body-wrap-link {
  margin-top: 10px;
  color: #135097;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.entry__body-wrap-link a {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
}

.has-fixed-layout {
  margin-top: 19px;
  border: 2px solid #629de2;
}
.has-fixed-layout tr th {
  background: #629de2;
  color: #fff;
  margin: auto;
  font-weight: 700;
  padding: 6px 6px;
}
@media screen and (min-width: 1280px) {
  .has-fixed-layout tr th {
    padding: 8px 0;
  }
}
.has-fixed-layout tr td {
  text-align: center;
  padding: 7.5px 3px;
}
.has-fixed-layout tr td span {
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .has-fixed-layout tr td {
    padding: 8px 0;
  }
}

table {
  width: 350px;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  table {
    width: 100%;
  }
}

.wp-block-table thead {
  border: none;
}

.has-fixed-layout table,
.has-fixed-layout tr,
.has-fixed-layout th,
.has-fixed-layout td {
  border: 1px solid #629de2;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.3;
  vertical-align: middle;
}
@media screen and (min-width: 1280px) {
  .has-fixed-layout table,
  .has-fixed-layout tr,
  .has-fixed-layout th,
  .has-fixed-layout td {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* .body__entry-list-text, */
.entry__body h4 {
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
/* .body__entry-list-text */
.entry__body h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #629de2;
  width: 20px;
  height: 2px;
}

.entry__body-lists {
  margin-top: 8px;
}

.entry__body-list {
  padding-left: 44px;
  margin-top: 2px;
  position: relative;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.15em;
}
.entry__body-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #629de2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.entry__button {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.entry__button a {
  display: block;
}
@media screen and (min-width: 1280px) {
  .entry__button {
    font-size: 24px;
  }
}

.button-entry {
  padding: 14px 30px;
  border: 2px solid #fff;
  border-radius: 16px;
  color: #fff;
  background: #629de2;
}
.button-entry:hover {
  color: #629de2;
  border: 2px solid #629de2;
  background: #fff;
}

.entry__tag {
  padding-top: 20px;
  border-top: 1px solid #dde1f0;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .entry__tag {
    margin-top: 32px;
    padding-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.entry__tag-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.15em;
}

.entry__tag-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.popular2 {
  padding-top: 88px;
  padding-bottom: 40px;
}

.entry__tag {
  max-width: 1000px;
  margin-inline: auto;
}