@charset "UTF-8";
body {
  color: #343436;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  background: #e6edf3;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

.wrapper {
  overflow: hidden;
  padding-top: 140px;
}
.wrapper.is-scroll {
  padding-top: 72px;
}

@media screen and (min-width: 1280px) {
  .wrapper.is-scroll {
    padding-top: 99px;
  }
}
.hidden-sp {
  display: none;
}

@media screen and (min-width: 750px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .hidden-pc {
    display: none;
  }
}
.no-scroll {
  overflow: hidden;
}

.inner,
.inner-narrow {
  margin-inline: 20px;
}

@media screen and (min-width: 950px) {
  .inner {
    max-width: 1114px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 950px) {
  .inner-narrow {
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 142px;
  z-index: 100;
}
.header.is-scroll {
  background: #e6edf3;
  height: 72px;
}

@media screen and (min-width: 1280px) {
  .header.is-scroll {
    height: 99px;
  }
}
.header__content {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header__content {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-left-radius: 32px;
    background: #135097;
    padding: 24px 64px;
  }
}
.header__drawer-icon-box {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 24px;
  border-bottom-left-radius: 28px;
  background: #135097;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.header__drawer-icon-box.is-scroll {
  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__drawer-icon-box {
    display: none;
  }
}
.logo-link {
  width: 260px;
  margin-top: 32px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-link.is-scroll {
  width: 160px;
  margin-top: 20px;
  margin-left: 24px;
}

@media screen and (min-width: 1280px) {
  .logo-link {
    margin-left: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .logo-link.is-scroll {
    width: 207px;
    margin-top: 28.3px;
    margin-left: 48px;
  }
}
.logo-link__img.is-scroll.-before, .logo-link__img.-after {
  display: none;
}
.logo-link__img.is-scroll.-after {
  display: block;
}

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

.header__nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

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

.header-button {
  position: relative;
  top: 0;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.header-button.type-l {
  width: 152px;
}
.header-button.type-r {
  width: 144px;
}
.header-button:hover {
  top: 4px;
}

.header-button__up {
  font-size: 12px;
  padding-top: 1px;
  border: solid 1px #fff;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  background: #135097;
}
.header-button__up.bg-white {
  color: #135097;
  background: #fff;
}

.header-button__down {
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: solid 1px #fff;
  border-radius: 0px 0px 8px 8px;
  color: #135097;
  background: #fff;
}
.header-button__down.bg-blue {
  color: #fff;
  background: #135097;
}

.drawer-icon {
  position: relative;
  width: 36px;
  height: 24.1px;
  z-index: 10;
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  height: 2.7px;
  width: 36px;
  border-radius: 1px;
  background: #fff;
  -webkit-transition: top 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, background 0.3s;
  transition: transform 0.3s, top 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 10.7px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 21.4px;
}

.drawer-content {
  width: 240px;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  background: #135097;
  border-bottom-left-radius: 24px;
  z-index: 11;
  padding: 24px 24px 32px 64px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__close {
  position: relative;
  width: 36px;
  height: 24.1px;
}

.drawer-content__close-bar {
  position: absolute;
  left: 0;
  height: 2.7px;
  width: 36px;
  border-radius: 1px;
  background: #fff;
  -webkit-transition: top 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, background 0.3s;
  transition: transform 0.3s, top 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.drawer-content__close-bar:nth-of-type(1) {
  top: 12px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-content__close-bar:nth-of-type(2) {
  top: 12px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.drawer-content__menu {
  width: 152px;
  padding-right: 40px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag-box {
  margin-top: 64px;
  margin-bottom: 48px;
}

@media screen and (min-width: 750px) {
  .tag-box {
    margin-bottom: 64px;
  }
}
.tag-box__head {
  position: relative;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 28px 6px 42px;
  border-radius: 16px 16px 0px 0px;
  background: #629de2;
}
.tag-box__head::before {
  position: absolute;
  content: "";
  background: url(../img/icon-search.svg) no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 950px) {
  .tag-box__head {
    font-size: 18px;
    padding: 12px 43px 8px 59px;
    letter-spacing: 2.7px;
  }
  .tag-box__head::before {
    left: 24px;
    width: 24px;
    height: 24px;
  }
}
.tag-box__border {
  padding: 24px 16px;
  border-radius: 0px 20px 20px 20px;
  border: 1px solid #629de2;
  background: #fff;
}

@media screen and (min-width: 950px) {
  .tag-box__border {
    padding: 36px 92px;
  }
}
.tag-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

@media screen and (min-width: 950px) {
  .tag-box__list {
    gap: 16px;
  }
}
.tag-box__link {
  color: #343436;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #daeff8;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.tag-box__link:hover {
  color: #daeff8;
  background: #343436;
}

.cta {
  padding-block: 40px;
  background: url(../img/back-img-cta_sp.jpg) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 950px) {
  .cta {
    background: url(../img/back-img-cta.jpg) no-repeat;
    background-size: cover;
    padding-block: 74px;
  }
}
.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 310px;
  margin-inline: auto;
}

@media screen and (min-width: 950px) {
  .cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 130px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cta__button {
  position: relative;
  top: 0;
  height: 65px;
  width: 283px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.cta__button.type-2 {
  width: 239px;
}
.cta__button:hover {
  top: 8px;
}

@media screen and (min-width: 950px) {
  .cta__button {
    height: 92px;
    width: 393px;
  }
}
@media screen and (min-width: 950px) {
  .cta__button.type-2 {
    width: 321px;
  }
}
.cta__button-up {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #fff;
  background-color: #2a84bf;
  border-radius: 8px 8px 8px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  padding: 5px 15px;
  z-index: 2;
}
.cta__button-up.bg-white {
  color: #135097;
  background-color: #fff;
}

@media screen and (min-width: 950px) {
  .cta__button-up {
    font-size: 18px;
    padding: 7px 15px;
  }
}
.cta__button-down {
  position: absolute;
  top: 20px;
  left: 0;
  border: solid 1px #fff;
  background-color: #fff;
  border-radius: 0px 8px 8px 8px;
  color: #135097;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.36px;
  padding: 11px 41px 9px 19px;
  z-index: 1;
}
.cta__button-down::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/icon-arrow_blue-right.svg) no-repeat;
  background-size: cover;
}
.cta__button-down.bg-blue {
  background-color: transparent;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 37.5px;
  letter-spacing: 1.44px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 12px 12px 12px;
  border: solid 2px #fff;
}
.cta__button-down.bg-blue::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 24px;
  background: url(../img/icon-arrow_white-right.svg) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 950px) {
  .cta__button-down {
    top: 28px;
    font-size: 24px;
    letter-spacing: 0.48px;
    padding: 16px 65px 16px 32px;
  }
  .cta__button-down::after {
    right: 32px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 950px) {
  .cta__button-down.bg-blue {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 51.5px;
    letter-spacing: 1.92px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  }
  .cta__button-down.bg-blue::after {
    right: 32px;
    width: 11.5px;
    height: 19px;
  }
}
.footer {
  background: #241919;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 28px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 750px) {
  .footer__inner {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__logo img {
  width: 234px;
}

@media screen and (min-width: 750px) {
  .footer__logo img {
    width: 334px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media screen and (min-width: 750px) {
  .footer__nav {
    gap: 64px;
    margin-block: 16px;
  }
}
.footer__nav-link {
  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: 750px) {
  .footer__nav-link {
    gap: 24px;
  }
}
.footer__nav-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
}

.footer__copyright {
  margin-top: 36px;
  margin-inline: 20px;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .footer__copyright {
    margin-top: 24px;
    margin-inline: 40px;
  }
}
.footer__copylink {
  display: block;
  color: #e6edf3;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.footer__under-text {
  display: inline-block;
  text-align: left;
  margin-top: 40px;
  color: #e6edf3;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width: 750px) {
  .footer__under-text {
    margin-top: 24px;
  }
}
.main-button {
  display: inline-block;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 3.6px;
  padding: 6px 24px;
  border-radius: 20px 20px 0px 20px;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  background: #135097;
  border: 2px solid #135097;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.main-button:hover {
  color: #135097;
  background: #fff;
}

@media screen and (min-width: 950px) {
  .main-button {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.main-title {
  position: relative;
  color: #135097;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4.8px;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
  padding-left: 54px;
}
.main-title::before {
  content: "";
  position: absolute;
  top: 3.19px;
  left: 0;
  background: url(../img/title-logo_color.svg) no-repeat;
  background-size: cover;
  width: 42px;
  height: 22.615px;
}
.main-title.type-single {
  letter-spacing: 2.4px;
}
.main-title[data-category]::after {
  content: attr(data-category);
}

@media screen and (min-width: 950px) {
  .main-title {
    font-size: 32px;
    letter-spacing: 6.4px;
    padding-left: 84px;
  }
  .main-title::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 72px;
    height: 38px;
  }
  .main-title.type-single {
    letter-spacing: 6.4px;
    padding-left: 64px;
  }
  .main-title.type-single::before {
    width: 52px;
    height: 28px;
  }
}
@media screen and (min-width: 750px) {
  .main-title.type-center {
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.recommend-title {
  position: relative;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4.8px;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
  padding-left: 54px;
}
.recommend-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/title-logo_white.svg) no-repeat;
  background-size: cover;
  width: 42px;
  height: 22.615px;
}

@media screen and (min-width: 950px) {
  .recommend-title {
    font-size: 32px;
    letter-spacing: 6.4px;
    padding-left: 84px;
  }
  .recommend-title::before {
    width: 72px;
    height: 38px;
  }
}
.blog-card {
  display: block;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
}

.blog-card__img {
  border-radius: 8px;
}

.blog-card__published {
  display: block;
  margin-top: 12px;
  color: #676e87;
  font-size: 12px;
  line-height: 1.2;
}

.blog-card__title {
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-weight: 500;
  letter-spacing: 0.3px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 2.8em;
}

.blog-card__category {
  display: inline-block;
  margin-top: 8.2px;
  padding: 3px 15px;
  border: solid 1px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.6;
}
.blog-card__category.new {
  color: #135097;
  border-color: #135097;
}
.blog-card__category.tips {
  color: #42a0ad;
  border-color: #42a0ad;
}
.blog-card__category.interview {
  color: #9c8cff;
  border-color: #9c8cff;
}
.blog-card__category.news {
  color: #c88dec;
  border-color: #c88dec;
}

.blog-card__tags {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  overflow: hidden;
}

.blog-card__tag {
  color: #343436;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #daeff8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.all-article {
  margin-top: 48px;
}
.all-article.type-lower {
  margin-top: 51px;
}

@media screen and (min-width: 950px) {
  .all-article {
    margin-top: 64px;
  }
}
@media screen and (min-width: 950px) {
  .all-article.type-lower {
    margin-top: 64px;
  }
}
.all-article__content {
  position: relative;
  padding-top: 24px;
  margin-top: 20px;
}

@media screen and (min-width: 750px) {
  .all-article__content {
    padding-top: 33px;
    margin-top: 48px;
  }
  .all-article__content.type-lower {
    margin-top: 40px;
  }
}
.all-article__sort {
  position: absolute;
  top: 0;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}

@media screen and (min-width: 750px) {
  .all-article__sort {
    top: 5px;
  }
}
.all-article__sort-link {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  color: #676e87;
}
.all-article__sort-link.on-click {
  color: #135097;
}
.all-article__sort-link:first-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #676e87;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 750px) {
  .all-article__sort-link {
    font-size: 18px;
  }
}
.all-box {
  position: relative;
  padding-right: 27px;
}
.all-box.tag-page {
  padding-right: 0;
}

@media screen and (min-width: 750px) {
  .all-box {
    padding-right: 0;
  }
}
.all-box__tab {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 750px) {
  .all-box__tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    left: 0;
    top: -33px;
  }
}

.all-box__tab-link,
.box__tab-link {
  cursor: pointer;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 12px 6px 12px 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  border: solid 1px;
  border-radius: 0px 12px 12px 0px;
  background-color: #fff;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 750px) {
  .all-box__tab-link,
  .box__tab-link {
    font-size: 16px;
    line-height: 1.5;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding: 5px 19px 3px 19px;
    border-radius: 12px 12px 0px 0px;
    letter-spacing: 0;
  }
}

.all-box__tab-link .all-box__tab-link,
.box__tab-link .all-box__tab-link {
  cursor: pointer;
}

.all-box__tab-link.tab-all,
.box__tab-link.tab-all {
  border-color: #629de2;
  color: #629de2;
}

.all-box__tab-link.tab-all:hover, .all-box__tab-link.tab-all.is-active {
  color: #fff;
  background-color: #629de2;
}

.box__tab-link.tab-all:hover, .box__tab-link.tab-all.is-active {
  color: #fff;
  background-color: #629de2;
}

.all-box__tab-link.tab-new,
.box__tab-link.tab-new {
  border-color: #135097;
  color: #135097;
}

.all-box__tab-link.tab-new:hover, .all-box__tab-link.tab-new.is-active {
  color: #fff;
  background-color: #135097;
}

.box__tab-link.tab-new:hover, .box__tab-link.tab-new.is-active {
  color: #fff;
  background-color: #135097;
}

.all-box__tab-link.tab-tips,
.box__tab-link.tab-tips {
  border-color: #42a0ad;
  color: #42a0ad;
}

.all-box__tab-link.tab-tips:hover, .all-box__tab-link.tab-tips.is-active {
  color: #fff;
  background-color: #42a0ad;
}

.box__tab-link.tab-tips:hover, .box__tab-link.tab-tips.is-active {
  color: #fff;
  background-color: #42a0ad;
}

.all-box__tab-link.tab-interview,
.box__tab-link.tab-interview {
  border-color: #9c8cff;
  color: #9c8cff;
}

.all-box__tab-link.tab-interview:hover, .all-box__tab-link.tab-interview.is-active {
  color: #fff;
  background-color: #9c8cff;
}

.box__tab-link.tab-interview:hover, .box__tab-link.tab-interview.is-active {
  color: #fff;
  background-color: #9c8cff;
}

.all-box__tab-link.tab-news,
.box__tab-link.tab-news {
  border-color: #c88dec;
  color: #c88dec;
}

.all-box__tab-link.tab-news:hover, .all-box__tab-link.tab-news.is-active {
  color: #fff;
  background-color: #c88dec;
}

.box__tab-link.tab-news:hover, .box__tab-link.tab-news.is-active {
  color: #fff;
  background-color: #c88dec;
}

.all-box__content-inner {
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 16px 0 16px 16px;
  min-height: 500px;
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 750px) {
  .all-box__content-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 950px) {
  .all-box__content-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.all-box__content-inner .blog-card {
  display: none;
}
.all-box__content-inner .blog-card:nth-child(-n+6) {
  display: block;
}
@media screen and (min-width: 750px) {
  .all-box__content-inner .blog-card:nth-child(-n+6) {
    display: block;
  }
}
@media screen and (min-width: 950px) {
  .all-box__content-inner .blog-card:nth-child(-n+9) {
    display: block;
  }
}
.all-box__content-inner.no-content {
  display: block;
}
.all-box__content-inner.type-single {
  min-height: auto;
}

@media screen and (min-width: 750px) {
  .all-box__content-inner {
    margin-bottom: 30px;
    padding: 32px;
    border-radius: 0 16px 16px 16px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-height: auto;
  }
}
@media screen and (min-width: 950px) {
  .all-box__content-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
#all .all-box__content-inner {
  background: #629de2;
}

#new .all-box__content-inner {
  background: #135097;
}

#tips .all-box__content-inner {
  background: #42a0ad;
}

#interview .all-box__content-inner {
  background: #9c8cff;
}

#news .all-box__content-inner {
  background: #c88dec;
}

#tag .all-box__content-inner {
  background: #fff;
  border: 1px solid var(--blue, #629de2);
  border-radius: 0 16px 16px 16px;
}

.all-box__content-non {
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.all-box__content-button {
  text-align: center;
  margin-left: 27px;
}

@media screen and (min-width: 750px) {
  .all-box__content-button {
    text-align: right;
  }
}
.box__content .all-box__content-inner.no-content {
  min-height: auto;
}

.fv__swiper {
  padding-top: 60px;
  padding-bottom: 58px;
}

@media screen and (min-width: 950px) {
  .fv__swiper {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
.fv__slide {
  -webkit-transition: margin-top 0.8s;
  transition: margin-top 0.8s;
  overflow: visible !important;
}
.fv__slide.swiper-slide-active {
  margin-top: -12px;
}

@media screen and (min-width: 950px) {
  .fv__slide.swiper-slide-active {
    margin-top: -40px;
  }
}
.fv__prev,
.fv__next {
  width: 36px;
  height: 36px;
  margin-top: -43px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 950px) {
  .fv__prev,
  .fv__next {
    margin-top: -48px;
  }
}
.fv__prev::after,
.fv__next::after {
  display: none;
}

.fv__prev:hover,
.fv__next:hover {
  opacity: 0.8;
}

.fv__prev {
  left: 9px;
  background: url(../img/icon-arrow_circle-left.svg) no-repeat center center/contain;
}

@media screen and (min-width: 750px) {
  .fv__prev {
    left: 16vw;
  }
}
@media screen and (min-width: 950px) {
  .fv__prev {
    left: 18vw;
  }
}
@media screen and (min-width: 1440px) {
  .fv__prev {
    left: 50%;
    -webkit-transform: translateX(-26.25vw);
            transform: translateX(-26.25vw);
  }
}
.fv__next {
  right: 9px;
  background: url(../img/icon-arrow_circle-right.svg) no-repeat center center/contain;
}

@media screen and (min-width: 750px) {
  .fv__next {
    right: 16vw;
  }
}
@media screen and (min-width: 950px) {
  .fv__next {
    right: 18vw;
  }
}
@media screen and (min-width: 1440px) {
  .fv__next {
    right: 50%;
    -webkit-transform: translateX(26.25vw);
            transform: translateX(26.25vw);
  }
}
@media screen and (min-width: 950px) {
  .blog-card.top-slider {
    padding: 28px;
    border-radius: 20px;
  }
  .blog-card.top-slider .blog-card__published {
    font-size: 14px;
    margin-top: 16px;
  }
  .blog-card.top-slider .blog-card__title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
    height: 3.2em;
  }
  .blog-card.top-slider .blog-card__category {
    font-size: 18px;
    line-height: 1.4;
    padding: 3px 19px;
    border-radius: 6px;
  }
  .blog-card.top-slider .blog-card__tags {
    margin-top: 16px;
    gap: 16px;
  }
  .blog-card.top-slider .blog-card__tag {
    font-size: 14px;
    line-height: 1.5;
    padding: 2px 10px 4px 8px;
  }
}
.new-contents {
  padding-top: 40px;
  padding-bottom: 40px;
}

.new-contents__inner {
  padding-inline: 44px;
  max-width: 688px;
  margin-inline: auto;
}

@media screen and (min-width: 950px) {
  .new-contents__inner {
    max-width: 1122px;
  }
}
.new-contents__wrapper {
  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;
  padding-bottom: 32px;
}

@media screen and (min-width: 950px) {
  .new-contents__wrapper {
    margin-top: 48px;
    -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;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 950px) {
  .new-contents__wrapper .blog-card {
    max-width: 302px;
  }
}
.new-contents__button {
  text-align: right;
}

@media screen and (min-width: 950px) {
  .new-contents__button {
    text-align: center;
  }
}
.recommend {
  background: url(../img/back-img-recommend.jpg) no-repeat;
  background-size: cover;
}
.recommend.type-single {
  background: none;
}

.recommend__inner {
  padding: 40px 20px;
}
.recommend__inner.type-single {
  padding: 40px 20px 0px;
}

@media screen and (min-width: 750px) {
  .recommend__inner {
    padding-inline: 44px;
    max-width: 688px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 950px) {
  .recommend__inner {
    max-width: 1122px;
    padding-block: 64px;
  }
}
@media screen and (min-width: 750px) {
  .recommend__inner.type-single {
    padding-inline: 44px;
  }
}
@media screen and (min-width: 950px) {
  .recommend__inner.type-single {
    padding-block: 0;
  }
}
.recommend__wrapper {
  position: relative;
  margin-top: 24px;
  padding-top: 72px;
  padding-bottom: 32px;
}
.recommend__wrapper.tag-page {
  margin-bottom: 48px;
}
@media screen and (min-width: 950px) {
  .recommend__wrapper {
    padding-top: 21px;
    padding-bottom: 43px;
  }
}

.recommend__swiper {
  overflow: visible;
  width: calc(50% + 50vw);
  padding-right: 20px;
}

@media screen and (min-width: 750px) {
  .recommend__swiper {
    padding-right: calc(50% + 50vw - 600px);
  }
}
@media screen and (min-width: 950px) {
  .recommend__swiper {
    padding-right: calc(50% + 50vw - 100%);
  }
}
@media screen and (min-width: 1280px) {
  .recommend__swiper {
    padding-right: calc(50% + 50vw - 1034px);
  }
}
.recommend__prev,
.recommend__next {
  position: absolute;
  width: 48px;
  height: 49px;
  top: 0;
  cursor: pointer;
}

.recommend__prev.swiper-button-disabled,
.recommend__next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (min-width: 950px) {
  .recommend__prev,
  .recommend__next {
    top: -64px;
  }
}
.recommend__prev {
  right: 64px;
  background: url(../img/icon-arrow_recommend-prev.png) no-repeat;
  background-size: cover;
}
.recommend__prev:hover {
  background: url(../img/icon-arrow_recommend-prev_hover.png) no-repeat;
}
.recommend__prev.type-single {
  right: 94px;
  background: url(../img/icon-arrow_recommend-prev_single.png) no-repeat;
}
.recommend__prev.type-single:hover {
  background: url(../img/icon-arrow_recommend-prev_single_hover.png) no-repeat;
}

@media screen and (min-width: 950px) {
  .recommend__prev {
    right: 58px;
  }
}
@media screen and (min-width: 950px) {
  .recommend__prev.type-single {
    right: 58px;
  }
}
.recommend__next {
  right: 0px;
  background: url(../img/icon-arrow_recommend-next.png) no-repeat;
  background-size: cover;
}
.recommend__next:hover {
  background: url(../img/icon-arrow_recommend-next_hover.png) no-repeat;
}
.recommend__next.type-single {
  right: 30px;
  background: url(../img/icon-arrow_recommend-next_single.png) no-repeat;
}
.recommend__next.type-single:hover {
  background: url(../img/icon-arrow_recommend-next_single_hover.png) no-repeat;
}

@media screen and (min-width: 950px) {
  .recommend__next {
    right: -6px;
  }
}
@media screen and (min-width: 950px) {
  .recommend__next.type-single {
    right: -6px;
  }
}
.recommend__scrollbar {
  position: absolute;
  bottom: 0px;
  left: 0;
  /* 左から10pxに配置 */
  background: #dde1f0;
  /* スクロールバーの背景色 */
  height: 8px;
  /* スクロールバーの高さ */
  width: 100%;
  /* 左右の余白を考慮した幅 */
  border-radius: 8px;
}
.recommend__scrollbar .swiper-scrollbar-drag {
  background: #135097;
}

.entry {
  margin-top: 50px;
  margin-bottom: 48px;
}

@media screen and (min-width: 950px) {
  .entry {
    margin-block: 64px;
  }
}
.entry__inner {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 48px;
  padding-inline: 20px;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 750px) {
  .entry__inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 950px) {
  .entry__inner {
    max-width: 1016px;
    padding-top: 48px;
    padding-inline: 88px;
    margin-inline: auto;
    border-radius: 24px;
  }
}
.entry__date {
  color: #676e87;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 950px) {
  .entry__date {
    font-size: 16px;
  }
}
.entry__updated {
  position: relative;
  padding-left: 15px;
}
.entry__updated::before {
  position: absolute;
  content: "/";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.entry__category {
  margin-top: 8px;
}
.entry__category .blog-card__category {
  margin-top: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.entry__category .blog-card__category.new:hover {
  color: #fff;
  background-color: #135097;
}
.entry__category .blog-card__category.tips:hover {
  color: #fff;
  background-color: #42a0ad;
}
.entry__category .blog-card__category.interview:hover {
  color: #fff;
  background-color: #9c8cff;
}
.entry__category .blog-card__category.news:hover {
  color: #fff;
  background-color: #c88dec;
}

@media screen and (min-width: 950px) {
  .entry__category .blog-card__category {
    font-size: 18px;
    line-height: 1.4;
    padding: 3px 19px;
    border-radius: 6px;
  }
}
.entry__title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}

@media screen and (min-width: 950px) {
  .entry__title {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 2.8px;
  }
}
.entry__img {
  margin-top: 16px;
}
.entry__img img {
  border-radius: 8px;
}

@media screen and (min-width: 950px) {
  .entry__img {
    padding-bottom: 12px;
  }
}
.page {
  margin-top: 50px;
  margin-bottom: 64px;
}

@media screen and (min-width: 950px) {
  .page {
    margin-block: 64px;
  }
}
.page__inner {
  background-color: #fff;
  margin-inline: 20px;
  padding-block: 56px;
  padding-inline: 20px;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}

@media screen and (min-width: 750px) {
  .page__inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 950px) {
  .page__inner {
    max-width: 1016px;
    padding-inline: 88px;
    padding-block: 80px;
    margin-inline: auto;
    border-radius: 24px;
  }
}
.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.not-found__head {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.not-found__logo {
  margin-bottom: 20px;
}
.not-found__logo img {
  width: 89.14px;
  height: 48px;
}

.not-found__title {
  color: #135097;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.4px;
}

@media screen and (min-width: 950px) {
  .not-found__title {
    font-size: 34px;
    letter-spacing: 3.4px;
  }
}
.not-found__404 {
  color: #629de2;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 8px;
  width: 163px;
}

@media screen and (min-width: 950px) {
  .not-found__404 {
    font-size: 100px;
    letter-spacing: 10px;
    width: 203px;
  }
}
.not-found__text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.not-found__text.bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media screen and (min-width: 950px) {
  .not-found__text {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 950px) {
  .not-found__text.bold {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.not-found__button {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12px;
  padding: 14px 30px;
  border-radius: 16px;
  border: 2px solid #fff;
  background: #629de2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 185px;
  height: 50px;
}
.not-found__button:hover {
  color: #629de2;
  border-color: #629de2;
  background-color: #fff;
}

@media screen and (min-width: 950px) {
  .not-found__button {
    font-size: 24px;
    letter-spacing: 1.76px;
    width: 271px;
    height: 63px;
  }
}
.fon12 {
  font-size: 12px;
}

.fon14 {
  vertical-align: middle;
  font-size: 14px;
}

@media screen and (min-width: 750px) {
  .fon14 {
    font-size: 16px;
  }
}
.entry a {
  color: #135097;
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.3s;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.entry a:hover {
  text-decoration: none;
}
.entry p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.4px;
}
.entry h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 3px;
  padding: 16px 0 13px;
  border-bottom: 2px solid #629de2;
}
.entry h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 3.2px;
  padding-left: 14px;
  border-left: 2px solid #629de2;
}
.entry h4 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 3px;
  padding-left: 30px;
  position: relative;
}
.entry h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #629de2;
}
.entry table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 2px solid #629de2;
  text-align: center;
}
.entry tr {
  font-size: 13px;
}
.entry td:first-child {
  background: #e6edf3;
  color: #343436;
}
.entry td:nth-child(2) {
  font-weight: 700;
  color: #343436;
}
.entry tr:first-child td:nth-child(2) {
  background: #629de2;
  color: #fff;
  font-weight: 700;
}
.entry td:nth-child(3) {
  background: #fff;
  color: #343436;
}
.entry td {
  padding: 5px 3px 5.6px;
  vertical-align: middle;
  line-height: 1.5;
  border: 1px solid #629de2;
}

@media screen and (min-width: 950px) {
  .entry p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 2.25px;
  }
}
@media screen and (min-width: 950px) {
  .entry h2 {
    font-size: 24px;
    letter-spacing: 3.6px;
  }
}
@media screen and (min-width: 950px) {
  .entry h4 {
    margin-top: 13px;
  }
}
ul.entry__lists {
  margin-top: 10px;
  margin-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

li.entry__list {
  line-height: 2;
  letter-spacing: 2.25px;
  padding-left: 22px;
  position: relative;
}
li.entry__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #629de2;
}

.entry blockquote {
  margin: 20px 0 0 0;
  background: #e6edf3;
  border: 1px solid #629de2;
  padding: 19px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.entry blockquote p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
.entry blockquote p a {
  line-height: 2;
}
.entry table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 2px solid #629de2;
  text-align: center;
}
.entry tr {
  font-size: 13px;
}
.entry th {
  letter-spacing: 0.7px;
  padding: 4px 3px 5px;
  vertical-align: middle;
  color: #fff;
  background: #629de2;
  line-height: 1.5;
  font-weight: 700;
  border-left: 1px solid #629de2;
  border-right: 1px solid #629de2;
}
.entry td {
  padding: 5px 3px 5.6px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #629de2;
}

@media screen and (min-width: 950px) {
  .entry blockquote {
    gap: 11px;
  }
}
@media screen and (min-width: 950px) {
  .entry blockquote p {
    line-height: 2;
  }
}
@media screen and (min-width: 950px) {
  .entry blockquote {
    padding: 20px 27px 19px;
  }
}
@media screen and (min-width: 950px) {
  .entry table {
    margin-top: 25px;
  }
}
@media screen and (min-width: 950px) {
  .entry tr {
    font-size: 16px;
  }
}
@media screen and (min-width: 950px) {
  .entry th {
    padding: 8px 3px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 950px) {
  .entry td {
    padding: 8px 3px;
  }
}
.entry__under {
  margin-block: 20px;
}

@media screen and (min-width: 950px) {
  .entry__under {
    margin-bottom: 32px;
  }
}
a.entry-button,
.wp-block-button__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.12px;
  padding: 14px 30px;
  border-radius: 16px;
  border: 2px solid #fff;
  background: #629de2 !important;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.entry-button:hover,
.wp-block-button__link:hover {
  color: #629de2 !important;
  border-color: #629de2;
  background-color: #fff !important;
}
a.entry-button.has-text-color,
.wp-block-button__link.has-text-color {
  color: #fff !important;
}
a.entry-button.has-background,
.wp-block-button__link.has-background {
  background-color: #629de2 !important;
}
@media screen and (min-width: 950px) {
  a.entry-button,
  .wp-block-button__link {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.entry__tag-box {
  border-top: 1px solid #dde1f0;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 950px) {
  .entry__tag-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.entry__tag-head {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2.25px;
}

ul.entry__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

li a.entry__tag-link {
  color: #343436;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #daeff8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
li a.entry__tag-link:hover {
  color: #daeff8;
  background: #343436;
}

@media screen and (min-width: 950px) {
  .have_bullets {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
p.toc_title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2.4px;
  padding: 6px 16px;
  background: #daeff8;
}

@media screen and (min-width: 950px) {
  p.toc_title {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 8px 16px;
  }
}
.toc_list {
  padding: 12px 15px 19px 15px;
  border-bottom: 1px solid #daeff8;
  border-left: 1px solid #daeff8;
  border-right: 1px solid #daeff8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.toc_list li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.9px;
}
.toc_list li ul {
  margin-top: 7px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.toc_list li ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.84px;
}

@media screen and (min-width: 1280px) {
  .toc_list {
    padding: 14px 31px 19px 23px;
  }
}
@media screen and (min-width: 950px) {
  .toc_list li {
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}
@media screen and (min-width: 950px) {
  .toc_list li ul {
    margin-top: 8px;
  }
}
@media screen and (min-width: 950px) {
  .toc_list li ul li {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.8px;
  }
}
.pagination {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

@media screen and (min-width: 950px) {
  .pagination {
    margin-top: 56px;
  }
}
.prev {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  color: #fff;
  background: url(../img/icon-arrow_circle-left_light.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.prev.page-numbers:hover {
  background: none;
}

.next {
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 8px;
}
.next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  color: #fff;
  background: url(../img/icon-arrow_circle-right_light.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.next.page-numbers:hover {
  background: none;
}

.page-numbers {
  display: inline-block;
  text-align: center;
  color: #676e87;
  font-size: 20px;
  line-height: 1.4;
  padding: 2px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers:hover {
  background: #629de2;
  color: #fff;
  border-radius: 4px;
}
.page-numbers.current {
  color: #fff;
  background: #629de2;
  border-radius: 4px;
}

.tag-article {
  margin-top: 48px;
}

.tag-article__head {
  position: relative;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 28px 6px 16px;
  border-radius: 16px 16px 0px 0px;
  background: #629de2;
}
@media screen and (min-width: 950px) {
  .tag-article__head {
    font-size: 18px;
    padding: 12px 43px 8px 59px;
    letter-spacing: 2.7px;
  }
}

.qa-box {
  margin: 20px 0;
}
.qa-box .qa-question,
.qa-box .qa-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.qa-box .qa-label {
  padding: 4px 12px;
  min-width: 80px;
  text-align: center;
}
.qa-box .qa-question .qa-label {
  background: #676e87;
  color: #fff;
}
.qa-box .qa-question .qa-text {
  background: #fff;
  color: #343436;
  padding: 4px 12px;
  margin: 0;
  width: 100%;
  border: 1px solid #676e87;
}
.qa-box .qa-answer .qa-label {
  background: #629de2;
  color: #fff;
}
.qa-box .qa-answer .qa-text {
  background: #fff;
  color: #343436;
  padding: 4px 12px;
  margin: 0;
  width: 100%;
  border: 1px solid #629de2;
}