*,
::after,
::before {
  box-sizing: border-box;
}
a,
body,
button,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
li,
ol,
p,
small,
span,
table,
td,
th,
time,
tr,
ul {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
dd,
li {
  list-style-type: none;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  cursor: pointer;
  text-decoration: none;
}
button {
  background-color: transparent;
}
blockquote {
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  unicode-bidi: isolate;
}
body {
  background-color: #e6edf3;
  font-family: "Noto Sans JP", sans-serif;
}
.l-inner {
  margin-inline: auto;
  max-width: 390px;
  padding-inline: 20px;
}
.c-search-btn {
  transition: 0.3s;
}
.c-search-btn:hover {
  opacity: 0.7;
}
.c-search-btn__img {
  height: 28px;
  width: 28px;
}
.c-articles-card {
  color: #343436;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.02), 0 16px 30px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: space-between;
  max-height: 335.53px;
  padding: 16px;
  transition: 0.3s;
}
.c-articles-card:hover {
  opacity: 0.8;
}
.c-articles-card__img img {
  width: 100%;
  -o-object-fit: cover;
  border-radius: 8px;
  height: 152.53px;
  object-fit: cover;
}
.c-articles-card__date {
  color: #676e87;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.c-articles-card__title {
  display: -webkit-box;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.4;
  line-height: 1.5em;
  margin-top: 8px;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.c-articles-card__category {
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 5px;
  padding: 4px 16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-articles-card__tags {
  display: flex;
  gap: 5px;
  margin-top: 12px;
  overflow: hidden;
}
.c-articles-card__tag {
  background-color: #daeff8;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  padding: 2px 8px;
  text-wrap: nowrap;
}
.c-section-title {
  align-items: center;
  display: flex;
  gap: 12px;
}
.c-section-title__img {
  height: 22.615px;
  width: 42px;
}
.c-section-title__img.c-section-title__img-tag-page {
  margin-bottom: 22px;
}
.c-section-title__text {
  color: #135097;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.8px;
  line-height: 1.2;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.05);
}
.c-section-title__text.c-section-title__text--white {
  color: #fff;
}
.c-section-title__text.is-single-page {
  letter-spacing: 2.4px;
}
.c-new-articles__archive-link {
  background-color: #135097;
  border: 1px solid #135097;
  border-radius: 20px 20px 0 20px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 1.8;
  max-width: 161px;
  padding: 7px 25px;
  transition: 0.3s;
}
.c-new-articles__archive-link:hover {
  background-color: #fff;
  color: #135097;
}
.p-footer {
  background-color: #241919;
  padding-block: 40px 20px;
}
.p-footer__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo-link {
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__logo-link:hover {
  opacity: 0.8;
}
.p-footer__logo-img {
  height: 48.069px;
  width: 234px;
}
.p-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-inline: auto;
  max-width: 282px;
  row-gap: 32px;
}
.p-footer__link {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.2;
  text-wrap: nowrap;
  transition: 0.3s;
  width: 48%;
}
.p-footer__link:hover {
  opacity: 0.8;
}
.p-footer__copyright {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 36px;
  text-align: center;
}
.p-footer__note {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 40px;
}
.p-main {
  padding-block: 48px;
}
.p-header {
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}
.p-header__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.p-header__logo-link {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__logo-link:hover {
  opacity: 0.8;
}
.p-header__nav {
  background-color: #135097;
  border-radius: 0 0 0 32px;
  display: none;
  width: 100%;
}
.p-header__nav-inner {
  align-items: center;
  display: flex;
  gap: 4.8780487805%;
  justify-content: space-between;
}
.p-header__nav-lists {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 404px;
  width: 100%;
}
.p-header__nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.3s;
}
.p-header__nav-link:hover {
  opacity: 0.8;
}
.p-header__nav-cta {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.p-header__nav-cta-link {
  transition: 0.3s;
}
.p-header__nav-cta-link:hover {
  opacity: 0.8;
  transform: translateY(4px);
}
.p-header__nav-cta-link-img {
  display: block;
  width: 120px;
}
.p-header__btn-area {
  background-color: #135097;
  border-radius: 0 0 0 28px;
  transition: 0.3s;
}
.p-header__btn-area-inner {
  display: flex;
}
.p-drawer-icon__img {
  height: 24.3px;
  width: 36px;
}
.p-drawer-content {
  background-color: #135097;
  border-radius: 0 0 0 24px;
  max-width: 240px;
  padding: 80px 24px 32px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s;
  width: 100%;
  z-index: 30;
}
.p-drawer-content.is-show {
  transform: translateX(0);
}
.p-drawer-content__lists {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  gap: 32px;
  line-height: 1.2;
  text-align: center;
}
.p-drawer-content__link {
  color: #fff;
}
.p-drawer-content__icon-area {
  position: relative;
  width: 100%;
}
.p-drawer-content__icon {
  position: absolute;
  right: 0;
  top: -56px;
}
.p-drawer-content__icon-img {
  height: 24.3px;
  width: 36px;
}
.p-pickup-articles__swiper {
  padding-bottom: 58px;
}
.p-pickup-articles__slide {
  margin-top: 12px;
  transition: 0.3s;
}
.p-pickup-articles__slide.swiper-slide-active {
  margin-top: 0;
}
.p-pickup-articles__swiper-button-next,
.p-pickup-articles__swiper-button-prev {
  height: 36px;
  margin-top: -66px;
  transition: 0.3s;
  width: 36px;
}
.p-pickup-articles__swiper-button-next:hover,
.p-pickup-articles__swiper-button-prev:hover {
  opacity: 0.8;
}
.p-pickup-articles__swiper-button-next::after,
.p-pickup-articles__swiper-button-prev::after {
  display: none;
}
.p-pickup-articles__swiper-button-prev {
  background: url(../img/top-slider-arrow-left.png) no-repeat center center/contain;
  left: initial;
  right: 88.4615384615%;
}
.p-pickup-articles__swiper-button-next {
  background: url(../img/top-slider-arrow-right.png) no-repeat center center/contain;
  left: 88.4615384615%;
}
.p-new-articles {
  margin-block: 40px;
}
.p-new-articles__inner {
  margin-inline: auto;
  max-width: 342px;
  padding-inline: 20px;
}
.p-new-articles__content {
  margin-top: 32px;
}
.p-new-articles__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-recommendation {
  background: url(../img/recommend-background.png) no-repeat center center/cover;
  padding-block: 40px 72px;
}
.p-recommendation.is-single-page {
  background: 0 0;
  padding-block: 88px 72px;
}
.p-recommendation__inner {
  padding-left: 20px;
}
.p-recommendation__swiper-container {
  position: relative;
}
.p-recommendation__swiper {
  margin-top: 95px;
}
.p-recommendation__swiper-button-next,
.p-recommendation__swiper-button-prev {
  height: 48px;
  top: -51px;
  transition: 0.3s;
  width: 48px;
}
.p-recommendation__swiper-button-next:hover,
.p-recommendation__swiper-button-prev:hover {
  opacity: 0.8;
}
.p-recommendation__swiper-button-next::after,
.p-recommendation__swiper-button-prev::after {
  display: none;
}
.p-recommendation__swiper-button-prev {
  background: url(../img/recommendation-arrow-left.png) no-repeat center center/contain;
  left: initial;
  right: 84px;
}
.p-recommendation__swiper-button-prev:hover {
  background: url(../img/pagination-arrow-prev-white.png) no-repeat center center/contain;
  opacity: 1;
}
.p-recommendation__swiper-button-prev.is-single-page {
  background: url(../img/pagination-arrow-prev-blue.png) no-repeat center center/contain;
  right: 112px;
}
.p-recommendation__swiper-button-prev.is-single-page:hover {
  background: url(../img/pagination-arrow-prev-blue-2.png) no-repeat center center/contain;
  opacity: 1;
}
.p-recommendation__swiper-button-next {
  background: url(../img/recommendation-arrow-right.png) no-repeat center center/contain;
  right: 20px;
}
.p-recommendation__swiper-button-next:hover {
  background: url(../img/pagination-arrow-next-white.png) no-repeat center center/contain;
  opacity: 1;
}
.p-recommendation__swiper-button-next.is-single-page {
  background: url(../img/pagination-arrow-next-blue.png) no-repeat center center/contain;
  right: 52px;
}
.p-recommendation__swiper-button-next.is-single-page:hover {
  background: url(../img/pagination-arrow-next-blue-2.png) no-repeat center center/contain;
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.p-recommendation__swiper-scrollbar {
  background: #dde1f0;
  bottom: -32px !important;
  height: 8px !important;
  left: 0;
  margin-inline: auto;
  max-width: 350px;
  z-index: 1 !important;
}
.p-recommendation__swiper-scrollbar .swiper-scrollbar-drag {
  background: #135097;
}
.p-all-article {
  padding-top: 48px;
}
.p-all-article.is-archive-page {
  padding-top: 0;
}
.p-all-article__content-head {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.p-all-article__sort-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  position: relative;
}
.p-all-article__sort-tabs::before {
  background-color: #676e87;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.p-all-article__sort-tab {
  color: #135097;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  padding-inline: 8px;
  transition: 0.3s;
}
.p-all-article__sort-tab:hover {
  opacity: 0.8;
}
.p-all-article__sort-tab.is-checked {
  color: #676e87;
  pointer-events: none;
}
.p-all-article__sort-tab.is-checked:hover {
  opacity: 1;
}
.p-all-article__change-tabs-row {
  display: none;
}
.p-all-article__change-tabs-row .p-all-article__change-tab {
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 8px 20px;
}
.p-all-article__change-tabs-vertical {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-all-article__change-tabs-vertical .p-all-article__change-tab {
  border-left: none;
  border-radius: 0 12px 12px 0;
  padding: 12px 6px;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.p-all-article__change-tab {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  padding: 6px 20px 4px;
  position: relative;
  transition: 0.3s;
}
.p-all-article__change-tab:hover {
  opacity: 0.8;
}
.p-all-article__change-tab.is-checked {
  pointer-events: none;
}
.p-all-article__change-tab.is-checked:hover {
  opacity: 1;
}
.p-all-article__content {
  display: flex;
  flex-direction: row-reverse;
}
.p-all-article__tab-body {
  width: 100%;
}
.p-all-article__article-lists {
  background-color: #fff;
  border-radius: 16px 0 16px 16px;
  padding: 12px;
  position: relative;
  z-index: 0;
  height: 100%;
}
.p-all-article__article-lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}
.p-keywords {
  margin-top: 64px;
  scroll-margin-top: 80px;
}
.p-keywords.is-single-page {
  background-color: #e6edf3;
  margin-top: 24px;
}
.p-keywords__head {
  align-items: center;
  background-color: #629de2;
  border-radius: 16px 16px 0 0;
  display: flex;
  gap: 8px;
  max-width: 241px;
  padding: 10px 24px 6px 16px;
}
.p-keywords__head-img {
  height: 18px;
  width: 18px;
}
.p-keywords__head-text {
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.25px;
  line-height: 1.5;
}
.p-keywords__content {
  background-color: #fff;
  border: 1px solid #629de2;
  border-radius: 0 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 16px;
}
.p-keywords__tag {
  align-items: center;
  background-color: #daeff8;
  border-radius: 24px;
  color: #343436;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  line-height: 1.8;
  padding: 2px 8px;
  text-wrap: nowrap;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-keywords__tag:hover {
  background-color: #343436;
  color: #daeff8;
}
.p-cta {
  background-image: url(../img/cta-background.png);
}
.p-cta__inner {
  margin-inline: auto;
  max-width: 350px;
  padding: 70px 20px 51px;
}
.p-cta__links {
  display: flex;
  flex-direction: column;
  gap: 65px;
  justify-content: space-between;
}
.p-cta-link {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-cta-link:hover {
  opacity: 0.8;
  transform: translateY(8px);
}
.p-cta-link__head {
  border: 1px solid #fff;
  border-radius: 8px 8px 8px 0;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  line-height: 1.3;
  position: absolute;
  z-index: 5;
}
.p-cta-link__body {
  border: 1px solid #fff;
  border-radius: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.p-cta-link__body::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-cta-link:nth-child(1) .p-cta-link__head {
  background-color: #2a84bf;
  color: #fff;
  padding: 6px 16px;
  top: -32px;
}
.p-cta-link:nth-child(1) .p-cta-link__body {
  background-color: #fff;
  color: #135097;
  letter-spacing: 0.36px;
  padding: 7px 40px 9px 19px;
}
.p-cta-link:nth-child(1) .p-cta-link__body::before {
  background: url(../img/cta-arrow-blue.png) no-repeat center center/contain;
  height: 18px;
  width: 18px;
}
.p-cta-link:nth-child(2) .p-cta-link__head {
  background-color: #fff;
  color: #135097;
  padding: 5px 16px;
  top: -29px;
}
.p-cta-link:nth-child(2) .p-cta-link__body {
  color: #fff;
  letter-spacing: 1.44px;
  padding: 7px 39.5px 9px 22px;
}
.p-cta-link:nth-child(2) .p-cta-link__body::before {
  background: url(../img/cta-arrow-white.png) no-repeat center center/contain;
  height: 22px;
  width: 23.5px;
}
.p-pagination {
  align-items: center;
  display: flex;
  gap: 11px;
  justify-content: center;
  margin-inline: auto;
  margin-top: 32px;
  max-width: 250px;
}
.p-pagination a {
  transition: 0.3s;
}
.p-pagination a:hover {
  opacity: 0.8;
}
.page-numbers {
  border-radius: 4px;
  color: #676e87;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 32px;
  letter-spacing: 3px;
  line-height: 1.4;
  min-width: 28px;
  padding-inline: 8px;
  text-align: center;
  text-decoration: none;
}
.page-numbers.current {
  background: #629de2;
  color: #fff;
}
.page-numbers.next,
.page-numbers.prev {
  background-color: #629de2;
  border-radius: 50%;
  height: 36px;
  position: relative;
  width: 36px;
}
.page-numbers.next::before,
.page-numbers.prev::before {
  content: "";
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}
.page-numbers.prev::before {
  background: url(../img/pagination-arrow-prev.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page-numbers.next::before {
  background: url(../img/pagination-arrow-next.png) no-repeat center center/contain;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}
.p-single {
  background-color: #fff;
  margin-inline: auto;
  max-width: 1016px;
  padding-block: 20px 48px;
}
.p-single__inner {
  margin-inline: auto;
  max-width: 390px;
  padding-inline: 20px;
}
.p-single__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-single__date {
  color: #676e87;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.p-single__category {
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  padding: 4px 16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
}
.p-single__img {
  margin-top: 16px;
}
.p-single__img img {
  border-radius: 8px;
  height: 203px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-single__content {
  border-bottom: 1px solid #dde1f0;
  margin-top: 18px;
  padding-bottom: 20px;
}
.p-single__content h2 {
  border-bottom: 2px solid #629de2;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-top: 20px;
  padding-block: 16px 15px;
}
.p-single__content h3 {
  border-left: 2px solid #629de2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3.2px;
  line-height: 1.6;
  margin-top: 20px;
  padding-left: 15px;
}
.p-single__content h4 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}
.p-single__content h4::before {
  background-color: #629de2;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.p-single__content > p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 1.8;
  margin-top: 19.2px;
}
.p-single__content blockquote {
  align-items: flex-start;
  background: #e6edf3;
  border: 1px solid #629de2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  padding: 20px 16px;
  width: 100%;
}
.p-single__content blockquote p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.6;
}
.p-single__content blockquote a {
  color: #629de2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 2;
  text-decoration-line: underline;
  transition: 0.3s;
}
.p-single__content blockquote a:hover {
  opacity: 0.8;
}
.p-single__content table {
  border-collapse: collapse;
  margin-top: 20px;
  text-align: center;
}
.p-single__content thead {
  background-color: #629de2;
}
.p-single__content th {
  border: 1px solid #629de2;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 5.5px;
  vertical-align: middle;
  width: 33%;
}
.p-single__content td {
  border: 1px solid #629de2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding: 5.5px 5px;
  vertical-align: middle;
  width: 33%;
}
.p-single__content > ul {
  padding-left: 20px;
}
.p-single__content > ul li {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2.25px;
  line-height: 2;
  margin-top: 2px;
  padding-left: 24px;
  position: relative;
}
.p-single__content > ul li:first-child {
  margin-top: 10px;
}
.p-single__content > ul li::before {
  background-color: #629de2;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}
#toc_container {
  border: 1px solid #daeff8;
  margin-top: 17px;
}
#toc_container .toc_title {
  background-color: #daeff8;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.8;
  padding: 6px 17px;
  text-align: left;
}
#toc_container .toc_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 18px;
}
#toc_container .toc_list > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#toc_container .toc_list > li::before {
  display: none;
}
#toc_container .toc_list > li > a {
  color: #135097;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.6;
  text-decoration-line: underline;
  transition: 0.3s;
}
#toc_container .toc_list > li > a:hover {
  opacity: 0.8;
}
#toc_container .toc_list > li > ul {
  display: flex;
  flex-direction: column;
  gap: 7.2px;
  padding-left: 0;
}
#toc_container .toc_list > li > ul > li {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
#toc_container .toc_list > li > ul > li::before {
  display: none;
}
#toc_container .toc_list > li > ul > li a {
  color: #135097;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 1.6;
  text-decoration-line: underline;
  transition: 0.3s;
}
#toc_container .toc_list > li > ul > li a:hover {
  opacity: 0.8;
}
.wp-block-button__link {
  background-color: #629de2;
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.05), 0 24px 44px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 1.3;
  margin-top: 20px;
  max-width: 325px;
  padding: 16px;
  text-align: center;
  transition: 0.3s;
}
.wp-block-button__link:hover {
  opacity: 0.8;
}
.p-single__tag-content {
  display: flex;
  flex-direction: column;
  margin-top: 19px;
}
.p-single__tag-content-title {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.25px;
  line-height: 2;
}
.p-single__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.p-single__tag {
  background-color: #daeff8;
  border-radius: 24px;
  color: #343436;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  line-height: 1.8;
  padding: 2px 8px;
  text-wrap: nowrap;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single__tag:hover {
  background-color: #343436;
  color: #daeff8;
}
.p-404__inner {
  margin-inline: auto;
  max-width: 390px;
  padding-inline: 20px;
}
.p-404__content {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 56px 20px;
}
.p-404__img {
  display: block;
  height: 48px;
  margin-inline: auto;
  width: 89.143px;
}
.p-404__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}
.p-404__title-text {
  color: #135097;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1.8;
}
.p-404__title-number {
  color: #629de2;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 1;
}
.p-404__main-text-1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}
.p-404__main-text-2 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.8;
}
.p-404__link {
  background-color: #629de2;
  border: 2px solid #fff;
  border-radius: 16px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 1.3;
  margin-inline: auto;
  max-width: 185px;
  padding: 16px;
  text-align: center;
  transition: 0.3s;
}
.p-404__link:hover {
  background-color: transparent;
  border-color: #629de2;
  color: #629de2;
}
.header__logo-scroll-before .p-header__logo-link-img {
  width: 280px;
}
.header__logo-scroll-after .p-header__logo-link {
  padding: 20px 10px 0 24px;
}
.header__logo-scroll-after .p-header__logo-link .p-header__logo-link-img {
  width: 160px;
}
.u-header__logo-scroll-hidden {
  display: none;
  transform: translateY(-100%);
}
.u-header__logo-scroll-visible {
  display: block;
  transform: translateY(0);
}
.u-header__btn-area-column .p-header__btn-area-inner {
  align-items: center;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  padding: 28px 24px;
}
.u-header__btn-area-row .p-header__btn-area-inner {
  flex-direction: row-reverse;
  gap: 48px;
  justify-content: space-between;
  padding: 20px 32px 20px 40px;
}
.u-header__btn-area-hidden {
  display: none;
  transform: translateY(-100%);
}
.u-cta-link-color-transparent {
  background-color: transparent;
  color: #fff;
}
.u-cta-link-color-white {
  background-color: #fff;
  color: #135097;
}
.u-header-scrolled {
  background-color: #e6edf3;
}
.u-articles-card__category-new {
  color: #135097;
}
.u-articles-card__category-tips {
  color: #42a0ad;
}
.u-articles-card__category-news {
  color: #c88dec;
}
.u-articles-card__category-interview {
  color: #9c8cff;
}
.u-all-article__article-lists-all {
  background-color: #629de2;
}
.u-all-article__article-lists-new {
  background-color: #135097;
}
.u-all-article__article-lists-tips {
  background-color: #42a0ad;
}
.u-all-article__article-lists-interview {
  background-color: #9c8cff;
}
.u-all-article__article-lists-news {
  background-color: #c88dec;
}
.u-articles-card-max-width {
  max-width: 299px;
}
.u-all-article__change-tab-all {
  border-color: #629de2;
  color: #629de2;
}
.u-all-article__change-tab-all.is-checked {
  background-color: #629de2;
  color: #fff;
}
.u-all-article__change-tab-new {
  border-color: #135097;
  color: #135097;
}
.u-all-article__change-tab-new.is-checked {
  background-color: #135097;
  color: #fff;
}
.u-all-article__change-tab-tips {
  border-color: #42a0ad;
  color: #42a0ad;
}
.u-all-article__change-tab-tips.is-checked {
  background-color: #42a0ad;
  color: #fff;
}
.u-all-article__change-tab-interview {
  border-color: #9c8cff;
  color: #9c8cff;
}
.u-all-article__change-tab-interview.is-checked {
  background-color: #9c8cff;
  color: #fff;
}
.u-all-article__change-tab-news {
  border-color: #c88dec;
  color: #c88dec;
}
.u-all-article__change-tab-news.is-checked {
  background-color: #c88dec;
  color: #fff;
}
.u-new-articles__archive-link-new-article {
  margin-left: auto;
  margin-top: 35px;
}
.u-new-articles__archive-link-all-article {
  margin-inline: auto;
  margin-top: 20px;
}
.u-single__category-new {
  color: #135097;
}
.u-single__category-tips {
  color: #42a0ad;
}
.u-single__category-news {
  color: #c88dec;
}
.u-single__category-interview {
  color: #9c8cff;
}
@media screen and (min-width: 480px) {
  .p-recommendation__swiper-scrollbar {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-pickup-articles__slide {
    margin-top: 25px;
  }
}
@media screen and (min-width: 900px) {
  .l-inner {
    max-width: 1074px;
  }
  .c-section-title.c-section-title--p-new-articles {
    justify-content: center;
    margin-inline: auto;
  }
  .c-section-title__img {
    height: 38px;
    width: 72px;
  }
  .c-section-title__img.is-single-page {
    height: 28px;
    width: 52px;
  }
  .c-section-title__img.c-section-title__img-tag-page {
    margin-bottom: 0;
  }
  .c-section-title__text {
    font-size: 32px;
    letter-spacing: 6.4px;
    line-height: 1.2;
  }
  .c-section-title__text.is-single-page {
    letter-spacing: 6.4px;
  }
  .c-new-articles__archive-link {
    font-size: 20px;
    letter-spacing: 4px;
    margin-inline: auto;
    margin-top: 49px;
    max-width: 172px;
  }
  .p-footer {
    padding-block: 48px 28px;
  }
  .p-footer__content {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-footer__logo-img {
    height: 63px;
    width: 334px;
  }
  .p-footer__links {
    margin-inline: initial;
    max-width: 306px;
    padding-block: 16px;
    row-gap: 24px;
  }
  .p-footer__link {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .p-footer__copyright {
    margin-top: 24px;
  }
  .p-footer__note {
    margin-top: 24px;
    text-align: center;
  }
  .p-main {
    padding-block: 64px;
  }
  .p-main.is-top-page {
    padding-block: 24px 64px;
  }
  .p-header__nav {
    display: block;
    max-width: 800px;
  }
  .p-header__nav-inner {
    padding: 24px 20px;
  }
  .p-header__nav-lists {
    max-width: 350px;
  }
  .p-header__btn-area {
    display: none;
  }
  .p-pickup-articles__swiper {
    padding-bottom: 48px;
  }
  .p-pickup-articles__slide {
    margin-top: 40px;
    max-height: 550.57px;
  }
  .p-pickup-articles__slide .c-articles-card {
    gap: 16px;
    max-height: 550.57px;
    padding: 28px;
  }
  .p-pickup-articles__slide .c-articles-card__img img {
    height: 305.57px;
  }
  .p-pickup-articles__slide .c-articles-card__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
  .p-pickup-articles__slide .c-articles-card__title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  .p-pickup-articles__slide .c-articles-card__category {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.4;
    padding: 3px 20px;
  }
  .p-pickup-articles__slide .c-articles-card__tags {
    gap: 13px;
    margin-top: 16px;
  }
  .p-pickup-articles__slide .c-articles-card__tag {
    font-size: 14px;
    line-height: 1.5;
    padding: 2px 10px 4px 8px;
  }
  .p-pickup-articles__swiper-button-next,
  .p-pickup-articles__swiper-button-prev {
    margin-top: -55px;
  }
  .p-pickup-articles__swiper-button-prev {
    right: 73.6111111111%;
  }
  .p-pickup-articles__swiper-button-next {
    left: 73.6111111111%;
  }
  .p-new-articles__inner {
    max-width: 1074px;
  }
  .p-new-articles__content {
    margin-top: 48px;
  }
  .p-new-articles__links {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-new-articles__links .c-articles-card {
    max-width: 302px;
    width: 33%;
  }
  .p-recommendation {
    padding-block: 64px 108px;
  }
  .p-recommendation__inner {
    padding-left: 20px;
  }
  .p-recommendation__swiper {
    margin-top: 48px;
  }
  .p-recommendation__swiper-button-next,
  .p-recommendation__swiper-button-prev {
    top: -67px;
  }
  .p-recommendation__swiper-button-prev {
    right: 261px;
  }
  .p-recommendation__swiper-button-prev.is-single-page {
    right: 259px;
  }
  .p-recommendation__swiper-button-next {
    right: 197px;
  }
  .p-recommendation__swiper-button-next.is-single-page {
    right: 196px;
  }
  .p-recommendation__swiper-scrollbar {
    bottom: -45px !important;
    left: 0 !important;
    max-width: 1034px;
    transform: translateX(0);
  }
  .p-all-article {
    padding-top: 64px;
  }
  .p-all-article__content-head {
    justify-content: space-between;
    margin-top: 40px;
  }
  .p-all-article__content-head.is-top-page-category {
    margin-top: 48px;
  }
  .p-all-article__sort-tabs::before {
    height: 20px;
  }
  .p-all-article__sort-tab {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
  .p-all-article__change-tabs-row {
    display: flex;
    gap: 10px;
  }
  .p-all-article__change-tabs-vertical {
    display: none;
  }
  .p-all-article__article-lists {
    border-radius: 0 16px 16px 16px;
    padding: 32px;
  }
  .p-all-article__article-lists-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 32px;
    -moz-column-gap: 3.0947775629%;
    column-gap: 3.0947775629%;
  }
  .p-keywords {
    scroll-margin-top: 120px;
  }
  .p-keywords.is-single-page {
    margin-top: 35px;
  }
  .p-keywords__inner {
    margin-inline: auto;
    max-width: 1040px;
  }
  .p-keywords__head {
    gap: 11px;
    max-width: 309px;
    padding: 12px 43px 8px 24px;
  }
  .p-keywords__head-img {
    height: 24px;
    width: 24px;
  }
  .p-keywords__head-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.7px;
    line-height: 1.5;
  }
  .p-keywords__content {
    gap: 16px;
    padding: 36px 92px;
  }
  .p-keywords__tag {
    font-size: 12px;
    line-height: 1.8;
  }
  .p-cta__inner {
    max-width: 882px;
    padding: 116px 20px 91px;
  }
  .p-cta__links {
    flex-direction: row;
    gap: 20px;
  }
  .p-cta-link__head {
    font-size: 18px;
  }
  .p-cta-link__body {
    border-radius: 12px;
    border-width: 2px;
    font-size: 24px;
  }
  .p-cta-link:nth-child(1) .p-cta-link__head {
    padding: 8px 16px;
    top: -45px;
  }
  .p-cta-link:nth-child(1) .p-cta-link__body {
    padding: 12px 66px 13px 28px;
  }
  .p-cta-link:nth-child(1) .p-cta-link__body::before {
    height: 24px;
    right: 30px;
    width: 24px;
  }
  .p-cta-link:nth-child(2) .p-cta-link__head {
    top: -42px;
  }
  .p-cta-link:nth-child(2) .p-cta-link__body {
    font-size: 24px;
    letter-spacing: 1.92px;
    padding: 12px 55px 13px 28px;
  }
  .p-cta-link:nth-child(2) .p-cta-link__body::before {
    height: 37px;
    right: 27px;
    width: 19.5px;
  }
  .p-pagination {
    margin-top: 56px;
  }
  .p-single {
    box-shadow: 0 24px 64px 0 rgba(0, 0, 0, 0.05);
    padding-block: 48px;
  }
  .p-single__inner {
    max-width: 882px;
  }
  .p-single__date {
    font-size: 16px;
  }
  .p-single__category {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.4;
    padding: 4px 20px;
  }
  .p-single__title {
    font-size: 28px;
    letter-spacing: 2.8px;
    line-height: 1.8;
  }
  .p-single__img {
    margin-top: 14px;
  }
  .p-single__img img {
    height: 490px;
  }
  .p-single__content h2 {
    font-size: 24px;
    letter-spacing: 3.6px;
    margin-top: 19px;
  }
  .p-single__content h3 {
    border-width: 2px;
    font-size: 13px;
    letter-spacing: 3.6px;
  }
  .p-single__content h4 {
    font-size: 13px;
    letter-spacing: 2.6px;
  }
  .p-single__content > p {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 1.8;
    margin-top: 21px;
  }
  .p-single__content > p:first-child {
    margin-top: 30px;
    padding-right: 25px;
  }
  .p-single__content blockquote {
    padding: 20px 28px;
  }
  .p-single__content blockquote p {
    line-height: 2;
  }
  .p-single__content table {
    margin-top: 23px;
  }
  .p-single__content th {
    border-width: 2px;
    font-size: 16px;
    padding: 8px;
  }
  .p-single__content td {
    border-width: 2px;
    font-size: 16px;
    padding: 7.5px 2px;
  }
  .p-single__content > ul li {
    letter-spacing: 1.8px;
  }
  .p-single__content > ul li:first-child {
    margin-top: 8px;
  }
  #toc_container {
    margin-top: 22px;
    max-width: 461px;
  }
  #toc_container .toc_title {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.8;
  }
  #toc_container .toc_list {
    gap: 9px;
    padding: 14px 24px 20px;
  }
  #toc_container .toc_list > li > a {
    font-size: 16px;
    letter-spacing: 1.92px;
  }
  #toc_container .toc_list > li > ul > li a {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .wp-block-button__link {
    font-size: 24px;
    letter-spacing: 1.92px;
    max-width: 503px;
  }
  .p-single__tag-content {
    flex-direction: row;
    gap: 32px;
  }
  .p-single__tag {
    font-size: 12px;
    line-height: 1.8;
  }
  .p-404__inner {
    max-width: 1056px;
  }
  .p-404__content {
    padding: 77px 88px;
  }
  .p-404__title-text {
    font-size: 34px;
    letter-spacing: 3.4px;
  }
  .p-404__title-number {
    font-size: 100px;
    letter-spacing: 10px;
  }
  .p-404__main-text-1 {
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
  }
  .p-404__main-text-2 {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
  }
  .p-404__link {
    font-size: 24px;
    letter-spacing: 1.92px;
    max-width: 271px;
    padding: 16px 24px;
  }
  .header__logo-scroll-before {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header__logo-scroll-before .p-header__logo-link-img {
    width: 240px;
  }
  .header__logo-scroll-after .p-header__logo-link {
    padding: 15px 15px 0 24px;
  }
  .header__logo-scroll-after .p-header__logo-link .p-header__logo-link-img {
    width: 175px;
  }
  .u-articles-card-max-width {
    max-width: 302px;
  }
  .u-new-articles__archive-link-new-article {
    margin-top: 48px;
  }
  .u-new-articles__archive-link-all-article {
    margin-inline: initial;
    margin-left: auto;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1100px) {
  .p-all-article__article-lists-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__nav {
    max-width: 984px;
  }
  .p-header__nav-inner {
    padding: 24px 6.5040650407%;
  }
  .p-header__nav-lists {
    max-width: 404px;
  }
  .p-header__nav-cta {
    gap: 32px;
  }
  .p-header__nav-cta-link-img {
    width: 152px;
  }
  .p-recommendation__inner {
    padding-left: min(14.0972222222%, 203px);
  }
  .header__logo-scroll-before {
    padding-left: 28px;
  }
  .header__logo-scroll-before .p-header__logo-link-img {
    width: 280px;
  }
  .header__logo-scroll-after .p-header__logo-link {
    padding: 29px 15px 0 48px;
  }
  .header__logo-scroll-after .p-header__logo-link .p-header__logo-link-img {
    width: 206px;
  }
}
@media screen and (min-width: 1600px) {
  .p-pickup-articles__swiper-button-prev {
    right: 68.8888888889%;
  }
  .p-pickup-articles__swiper-button-next {
    left: 68.8888888889%;
  }
}
@media screen and (max-width: 374px) {
  .c-articles-card {
    margin-inline: auto;
    max-width: 250px;
  }
  .p-cta-link:nth-child(1) .p-cta-link__body {
    padding: 12px 34px 13px 20px;
  }
  .p-cta-link:nth-child(1) .p-cta-link__body::before {
    right: 10px;
  }
  .p-cta-link:nth-child(2) .p-cta-link__body {
    padding: 7px 39.5px 9px 22px;
  }
  .header__logo-scroll-before .p-header__logo-link-img {
    width: 200px;
  }
}

.p-all-article__article-no-content {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  border-radius: 12px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  background-color: #fff;
}
