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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #e6edf3;
	color: #343436;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 1.4;
}

body.is-footer-sns-fixed {
	padding-bottom: 75px;
}

main {
	margin-top: 142px;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.l-header__inner {
	align-items: start;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.c-header.is-scroll .l-header__inner {
	align-items: flex-start;
}

.l-inner {
	margin-inline: auto;
	max-width: 650px;
	padding-inline: 20px;
}

.l-fv {
	padding-block: 48px 58px;
}

.l-new {
	padding-block: 40px;
}

.l-new__inner {
	padding-inline: 44px;
}

.l-recommend {
	padding-block: 40px 37px;
}

.l-recommend__inner {
	padding-left: 20px;
}

.l-top-all {
	padding-top: 48px;
}

.l-top-all__inner {
	padding-inline: 20px 18px;
}

.l-search {
	padding-block: 64px 48px;
}

.l-cta {
	padding: 40px;
}

.l-footer {
	padding-block: 42px 20px;
}

.l-all {
	padding-top: 48px;
}

.l-category {
	padding-top: 48px;
}

.l-tag {
	padding-top: 48px;
}

.l-single__inner {
	max-width: none;
	padding-inline: 0;
}

.l-single__recommend {
	padding-block: 40px;
}

.l-404 {
	padding-top: 48px;
}

.c-header {
	background: #e6edf3;
	height: 142px;
	transition: 0.3s;
	z-index: 50;
}

.c-header.is-scroll {
	height: 72px;
}

.c-header.is-scroll .c-header__logo {
	display: none;
}

.c-header.is-scroll .c-header__logo--scroll {
	display: block;
}

.c-header.is-scroll .c-header-nav {
	padding: 20px 32px 20px 40px;
}

.c-header.is-scroll .c-header__icons {
	flex-direction: row-reverse;
	gap: 48px;
}

.c-header__logo {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 308px;
	padding: 32px 0 0 20px;
}

.c-header__logo img {
	width: 165.05px;
}

.c-header-logo__lead {
	background: linear-gradient(90deg, #c31f1f 18.85%, #132097 67.5%);
	color: transparent;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	-webkit-background-clip: text;
	background-clip: text;
	white-space: nowrap;
}

.c-header-logo__text {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.c-header__logo--scroll {
	display: none;
	padding: 20px 0 0 24px;
	width: clamp(184px, 25%, 254px);
}

.c-drawer-icon {
	background: transparent;
	height: 24.3px;
	position: relative;
	width: 36px;
	z-index: 50;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
	display: none;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-drawer-icon,
.c-header__search {
	transition: 0.3s;
}

.c-drawer-icon:hover,
.c-header__search:hover {
	opacity: 0.8;
}

.c-drawer-icon__bar {
	background: #fff;
	border-radius: 1px;
	height: 2.769px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 36px;
}

.c-drawer-icon__bar:nth-of-type(1) {
	top: calc(50% - 10px);
}

.c-drawer-icon__bar:nth-of-type(3) {
	top: calc(50% + 10px);
}

.c-header-nav {
	align-items: center;
	background: #135097;
	border-radius: 0 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 28px 24px;
}

.c-header-nav__list {
	display: none;
}

.c-header-nav__item {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	transition: 0.3s;
}

.c-header-nav__item:hover {
	opacity: 0.8;
}

.c-nav__buttons {
	display: none;
}

.c-header-nav__button {
	font-weight: 700;
	line-height: 20px;
	min-width: 144px;
	text-align: center;
	transition: 0.3s;
}

.c-header-nav__button:hover {
	opacity: 0.8;
	transform: translateY(4px);
}

.c-nav__button.--consult .c-nav-button__top {
	color: #fff;
}

.c-nav__button.--consult .c-nav-button__bottom {
	background: #fff;
	color: #135097;
}

.c-nav__button.--register .c-nav-button__top {
	background: #fff;
	color: #135097;
}

.c-nav__button.--register .c-nav-button__bottom {
	background: #135097;
	color: #fff;
}

.c-nav-button__top {
	border: 1px solid #fff;
	border-radius: 8px 8px 0 0;
	font-size: 12px;
	padding-inline: 3px;
}

.c-nav-button__bottom {
	border: 1px solid #fff;
	border-radius: 0 0 8px 8px;
	font-size: 16px;
	padding: 4px;
}

.c-header__icons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.c-search__icon {
	width: 28px;
}

.c-drawer-content {
	background: #135097;
	border-radius: 0 0 0 24px;
	padding: 80px 24px 32px 24px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.4s;
	width: 61.5%;
}

.c-drawer-content.is-checked {
	transform: translateX(0);
}

.c-drawer__lists {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

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

.c-drawer__search {
	margin: 32px auto 0;
	width: 28px;
}

.c-heading {
	display: flex;
	gap: 12px;
}

.c-heading-logo {
	width: 42px;
}

.c-heading-logo img {
	width: 100%;
}

.c-heading-text {
	color: #135097;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4.8px;
	line-height: 1.2;
}

.c-heading-text.--white {
	color: #fff;
}

.c-button {
	background: #135097;
	border: 2px 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-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3.6px;
	line-height: 1.8;
	padding: 7px 5px 7px 9px;
	text-align: center;
	transition: all 0.3s;
	width: 161px;
}

.c-button:hover {
	background-color: #fff;
	color: #135097;
}

.c-cta {
	background: url(../img/bg-cta.webp) no-repeat center center/cover;
}

.c-cta__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-inline: auto;
	max-width: 310px;
}

.c-cta__button {
	transition: 0.3s;
}

.c-cta__button:hover {
	opacity: 0.8;
	transform: translateY(8px);
}

.c-cta__button--consult .c-cta-button__top {
	background: #2a84bf;
	color: #fff;
}

.c-cta__button--consult .c-cta-button__bottom {
	background: #fff;
	color: #135097;
	letter-spacing: 0.36px;
	padding: 11px 42px 10px 20px;
}

.c-cta__button--consult .c-cta-button__bottom::after {
	background: url(../img/arrow-cta-button.svg) no-repeat center center/contain;
	height: 14.25px;
	right: 19px;
	top: 16px;
	width: 8.625px;
}

.c-cta__button--register .c-cta-button__top {
	background: #fff;
	color: #135097;
}

.c-cta__button--register .c-cta-button__bottom {
	background: #135097;
	color: #fff;
	letter-spacing: 1.44px;
	padding: 10px 38px 9px 24px;
}

.c-cta__button--register .c-cta-button__bottom::after {
	background: url(../img/arrow-cta-button-white.svg) no-repeat center center/contain;
	height: 22px;
	right: 19px;
	top: 12px;
	width: 16px;
}

.c-cta__button--register .c-cta-button__bottom {
	letter-spacing: 1.92px;
	padding: 17px 53px 13px 29px;
}

.c-cta__button--register .c-cta-button__bottom::after {
	height: 26px;
	right: 20px;
	top: 19px;
	width: 34px;
}

.c-cta-button__top {
	border: 1px solid #fff;
	border-radius: 8px 8px 8px 0;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: -10px;
	padding: 6px 13px 4px 15px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.c-cta-button__bottom {
	border: 1px solid #fff;
	border-radius: 8px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	padding: 4px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-cta-button__bottom::after {
	content: "";
	position: absolute;
}

.c-footer {
	background: #241919;
}

.c-footer__logo {
	margin-inline: auto;
	width: 234px;
}

.c-footer-nav {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-top: 35px;
}

.c-footer-nav__list {
	display: flex;
	flex-direction: column;
	gap: 31px;
}

.c-footer-nav__item {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 1.2;
	transition: 0.3s;
}

.c-footer-nav__item:hover {
	opacity: 0.8;
}

.c-footer-copyright {
	color: #e6edf3;
	margin-top: 34px;
	text-align: center;
}

.c-footer-copyright__text {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}

.c-footer__text {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 40px;
	text-align: left;
}

.p-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03), 0 5px 30px 0 rgba(20, 43, 78, 0.2);
	margin-inline: auto;
	min-width: 0;
	transition: 0.3s;
}

.p-card:hover {
	opacity: 0.8;
}

.p-card__link {
	display: block;
	padding: 16px;
}

.p-card__img {
	aspect-ratio: 135/76;
	border-radius: 8px;
}

.p-card__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-card__body {
	margin-top: 8px;
	overflow: hidden;
}

.p-card__date {
	color: #676e87;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}

.p-card__heading {
	margin-top: 8px;
}

.p-card__category {
	border: 1px solid currentColor;
	border-radius: 4px;
	color: #629de2;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 7px;
	padding: 3px 15px;
	text-align: center;
}

.p-card__category.--new {
	color: #135097;
}

.p-card__category.--tips {
	color: #42a0ad;
}

.p-card__category.--interview {
	color: #c88dec;
}

.p-card__category.--news {
	color: #9c8cff;
}

.p-card__tags {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	overflow: hidden;
}

.p-card__tag {
	white-space: nowrap;
}

.p-tag {
	background: #daeff8;
	border-radius: 24px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	padding: 2px 8px;
}

.p-card.--lg .p-card__img {
	aspect-ratio: 135/78;
}

.p-fv__slide {
	margin-top: 12px;
	transition: 0.3s;
}

.p-fv__slide.swiper-slide-active {
	transform: translateY(-12px);
}

.fv-swiper-button__prev,
.fv-swiper-button__next {
	top: 44%;
	transition: 0.3s;
	width: 36px;
}

.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;
}

.fv-swiper-button__prev {
	background: url(../img/arrow-left-fv.svg) no-repeat center center/contain;
	left: 9px;
}

.fv-swiper-button__next {
	background: url(../img/arrow-right-fv.svg) no-repeat center center/contain;
	right: 9px;
}

.p-new__cards {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 32px;
}

.p-new__button {
	margin-top: 34px;
}

.p-new__button .c-button {
	margin-left: auto;
}

.p-recommend {
	background: url(../img/bg-recommend.webp) no-repeat center center/cover;
}

.p-recommend__content {
	margin-top: 98px;
	position: relative;
}

.p-recommend__swiper {
	padding-bottom: 38px;
}

.recommend-swiper-button__prev,
.recommend-swiper-button__next {
	height: 48px;
	top: -50px;
	transition: 0.3s;
	width: 48px;
}

.recommend-swiper-button__prev::after,
.recommend-swiper-button__next::after {
	display: none;
}

.recommend-swiper-button__prev {
	background: url(../img/arrow-left-white.svg) no-repeat center center/contain;
	left: auto;
	right: 83px;
}

.recommend-swiper-button__prev:hover {
	background: url(../img/arrow-left-white-hv.svg) no-repeat center center/contain;
}

.recommend-swiper-button__next {
	background: url(../img/arrow-right-white.svg) no-repeat center center/contain;
	right: 18px;
}

.recommend-swiper-button__next:hover:hover {
	background: url(../img/arrow-right-white-hv.svg) no-repeat center center/contain;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

.swiper-scrollbar {
	background: #dde1f0;
	height: 8px !important;
	max-width: 1034px;
	width: 94% !important;
}

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

.p-top-all__content {
	margin-top: 46px;
	position: relative;
	width: 100%;
}

.p-top-all__button {
	margin-top: 21px;
}

.p-top-all__button .c-button {
	margin-inline: auto;
}

.p-tab__wrap {
	margin-top: 20px;
	position: relative;
}

.p-tab__order {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 24px;
	justify-content: end;
	line-height: 130%;
	z-index: 1;
}

.p-tab__button {
	color: #676e87;
	font-size: 14px;
}

.p-tab__button.--latest {
	position: relative;
}

.p-tab__button.--latest::after {
	background: #676e87;
	content: "";
	height: 16px;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-tab__button.--popular {
	margin-right: 6px;
}

.p-tab__button.is-active {
	color: #135097;
}

.p-tab {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 8px;
}

.p-tab__lists {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-tab__list {
	background: #fff;
	border: 1px solid currentColor;
	border-left: none;
	border-radius: 0 12px 12px 0;
	color: #629de2;
	min-width: 28px;
	padding: 12px 7px 8px 4px;
	transition: 0.3s;
}

.p-tab__list[style*="--tab-color"] {
	border-color: var(--tab-color);
	color: var(--tab-color);
}

.p-tab__list[style*="--tab-color"]:hover,
.p-tab__list[style*="--tab-color"].is-active {
	background: var(--tab-color);
	border-color: var(--tab-color);
	color: #fff;
}

.p-tab__list.is-active,
.p-tab__list:hover {
	background: #629de2;
	border-color: #629de2;
	color: #fff;
}

.p-tab__link {
	font-size: 14px;
	letter-spacing: 1.7px;
	line-height: 1.15;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.p-tab__container {
	background: var(--container-color, #629de2);
	border-radius: 16px 0 16px 16px;
	padding: 12px;
	transition: 0.3s;
	width: 100%;
}

.p-tab__items {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	height: 100%;
}

.p-tab__items.--empty-parent {
	display: block;
}

.tab-lower {
	display: grid !important;
}

.tab-pc {
	display: none;
}

.p-tab__item.--empty {
	background: #fff;
	border-radius: 12px;
	font-size: 20px;
	height: 100%;
	letter-spacing: 0.4px;
	padding: 16px;
	place-content: center;
	text-align: center;
}

.p-tab__pagination {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 32px;
}

.prev,
.next {
	height: 36px;
	width: 36px;
}

.prev {
	background: url(../img/arrow-left-pagination.svg) no-repeat center center/contain;
	margin-right: 8px;
}

.page-numbers {
	color: #676e87;
	font-family: "Noto Sans CJK JP";
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	padding: 2px 8px;
	transition: 0.3s;
}

.page-numbers:hover {
	opacity: 0.8;
}

.current {
	background: #629de2;
	border-radius: 4px;
	color: #fff;
}

.next {
	background: url(../img/arrow-right-pagination.svg) no-repeat center center/contain;
	margin-left: 8px;
}

.p-search__heading {
	background: #629de2;
	border-radius: 16px 16px 0 0;
	color: var(--white, #fff);
	display: inline-block;
	font-weight: 700;
	letter-spacing: 2.25px;
	line-height: 1.5;
	padding: 11px 28px 6px 42px;
	position: relative;
}

.p-search__heading::before {
	background: url(../img/icon-search.svg) no-repeat center center/contain;
	content: "";
	height: 18px;
	left: 16px;
	position: absolute;
	top: 11px;
	width: 18px;
}

.p-search__icon {
	width: 18px;
}

.p-search__tags {
	background: #fff;
	border: 1px solid #629de2;
	border-radius: 0 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 24px 16px;
}

.p-search__tag {
	transition: 0.3s;
}

.p-search__tag:hover {
	background: #343436;
	color: #daeff8;
}

.p-entry {
	background: #fff;
	box-shadow: 0 24px 64px 0 rgba(0, 0, 0, 0.05);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
	line-height: 1.8;
	max-width: 1016px;
	padding: 20px 20px 48px 20px;
}

.p-entry__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-entry__date {
	color: #676e87;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.p-entry__category {
	border: 1px solid;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	padding: 4px 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-entry__title {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.5;
}

.p-entry__img {
	margin-top: 16px;
}

.p-entry__img img {
	width: 100%;
}

.p-entry__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.p-entry__body h2 {
	border-bottom: 2px solid #629de2;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 1.6;
	padding-block: 16px;
}

.p-entry__body h3 {
	border-left: 2px solid #629de2;
	font-size: 16px;
	letter-spacing: 3.2px;
	line-height: 1.6;
	padding-left: 16px;
}

.p-entry__body h4 {
	letter-spacing: 3px;
	line-height: 1.6;
	padding-left: 30px;
	position: relative;
}

.p-entry__body h4::before {
	background: #629de2;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

#toc_container {
	max-width: 461px;
}

.toc_title {
	background: #daeff8;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.4px;
	line-height: 1.8;
	padding: 6px 16px;
	text-align: left;
}

.toc_list {
	border: 1px solid #daeff8;
	border-top: none;
	color: #135097;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.9px;
	line-height: 1.6;
	padding: 12px 16px 20px 16px;
}

.toc_list a {
	display: inline-block;
	margin-top: 8px;
	-webkit-text-decoration: underline solid auto;
	text-decoration: underline solid auto;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: 0.3s;
}

.toc_list a:hover {
	opacity: 0.8;
}

.toc_list li ul {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.84px;
	padding-left: 15px;
}

.toc_list li ul {
	font-size: 15px;
}

.wp-block-quote {
	background: #e6edf3;
	border: 1px solid #629de2;
	font-size: 16px;
	letter-spacing: 2.4px;
	line-height: 1.6;
	margin: 0;
	padding: 20px 16px;
}

.wp-block-quote a {
	color: #135097;
	display: inline-block;
	line-height: 2;
	margin-top: 10px;
	-webkit-text-decoration: underline solid auto;
	text-decoration: underline solid auto;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.entry-table-th {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	padding: 6px 3px;
}

.entry-table-td {
	font-size: 13px;
	line-height: 1.5;
	padding: 6px 3px;
}

.wp-block-list li {
	letter-spacing: 2.25px;
	line-height: 2;
	padding-left: 44px;
	position: relative;
}

.wp-block-list li::before {
	background: #629de2;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.btn {
	background: #629de2;
	border: 2px solid #fff;
	border-radius: 16px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 1.3;
	padding: 16px 32px;
}

.p-entry__tag-wrap {
	border-top: 1px solid #dde1f0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 20px;
}

.p-entry__tag-heading {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2.25px;
	line-height: 2;
}

.p-entry__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.single-recommend-swiper-button-prev,
.single-recommend-swiper-button-next {
	height: 48px;
	top: -45px;
	transition: 0.3s;
	width: 48px;
}

.single-recommend-swiper-button-prev::after,
.single-recommend-swiper-button-next::after {
	display: none;
}

.single-recommend-swiper-button-prev {
	background: url(../img/arrow-left-blue.svg) no-repeat center center/contain;
	left: auto;
	right: 84px;
}

.single-recommend-swiper-button-prev:hover {
	background: url(../img/arrow-left-blue-hv.svg) no-repeat center center/contain;
}

.single-recommend-swiper-button-next {
	background: url(../img/arrow-right-blue.svg) no-repeat center center/contain;
	right: 20px;
}

.single-recommend-swiper-button-next:hover:hover {
	background: url(../img/arrow-right-blue-hv.svg) no-repeat center center/contain;
}

.p-404__content {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 24px 64px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	gap: 33px;
	padding: 58px 20px 56px;
}

.p-404__top {
	text-align: center;
}

.p-404__logo {
	margin-inline: auto;
}

.p-404__logo img {
	width: 89.143px;
}

.p-404__heading {
	color: #135097;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 1.8;
	margin-top: 42px;
}

.p-404-top__text {
	color: #629de2;
	font-size: 80px;
	font-weight: 900;
	letter-spacing: 8px;
	line-height: 1;
	margin-top: 20px;
}

.p-404__lead {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-top: 20px;
}

.p-404__text {
	letter-spacing: 1.5px;
	line-height: 1.8;
}

.p-404__button {
	margin-inline: auto;
}

.p-top__button {
	background: #629de2;
	border: 2px solid #fff;
	border-radius: 16px;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: 1.12px;
	line-height: 1.3;
	padding: 16px 32px 14px;
}

.u-separate {
	margin-block: 24px;
}

@media screen and (min-width: 750px) {

.l-inner {
	padding-inline: 24px;
}

.c-footer-nav {
	gap: 64px;
}

.p-tab__items {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-entry {
	border-radius: 24px;
}

}

@media screen and (min-width: 950px) {

main {
	margin-top: 140px;
}

.l-inner {
	max-width: 1094px;
	padding-inline: 30px;
}

.l-fv {
	padding-block: 24px 48px;
}

.l-recommend {
	padding-block: 63px 60px;
}

.l-recommend__inner {
	padding-left: 30px;
}

.l-top-all {
	padding-top: 64px;
}

.l-search {
	padding-bottom: 64px;
}

.l-cta {
	padding-block: 74px;
}

.l-footer {
	padding-block: 46px 28px;
}

.l-all {
	padding-top: 64px;
}

.l-category {
	padding-top: 64px;
}

.l-tag {
	padding-top: 64px;
}

.l-single__recommend {
	padding-block: 64px 0;
}

.l-404 {
	padding-top: 64px;
}

.c-header.is-scroll {
	height: 99px;
}

.c-header.is-scroll .c-header-nav {
	padding: 24px;
}

.c-heading-logo {
	width: 72px;
}

.c-heading-text {
	font-size: 32px;
	letter-spacing: 6.4px;
}

.c-heading.--center {
	justify-content: center;
}

.c-button {
	font-size: 20px;
	letter-spacing: 4px;
	width: 172px;
}

.c-cta__content {
	flex-direction: row;
	gap: 80px;
	justify-content: space-between;
	max-width: 840px;
}

.c-cta__button--consult .c-cta-button__bottom {
	letter-spacing: 0.48px;
	padding: 16px 66px 14px 31px;
}

.c-cta__button--consult .c-cta-button__bottom::after {
	height: 19px;
	right: 38px;
	top: 21px;
	width: 11.5px;
}

.c-cta-button__top {
	font-size: 18px;
	padding: 7px 10px 6px 15px;
}

.c-cta-button__bottom {
	font-size: 24px;
}

.c-footer__content {
	display: flex;
	justify-content: space-between;
}

.c-footer__logo {
	margin-inline: 0;
	width: 334px;
}

.c-footer-nav {
	margin-top: 17px;
}

.c-footer-nav__list {
	gap: 23px;
}

.c-footer-copyright {
	margin-top: 36px;
}

.c-footer__text {
	margin-top: 24px;
	text-align: center;
}

.p-card {
	margin-inline: 0;
}

.p-card__body {
	margin-top: 6px;
}

.p-card.--lg .p-card__link {
	padding: 28px;
}

.p-card.--lg .p-card__img {
	aspect-ratio: 108/62;
}

.p-card.--lg .p-card__body {
	margin-top: 13px;
}

.p-card.--lg .p-card__date {
	font-size: 14px;
}

.p-card.--lg .p-card__heading {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.6;
}

.p-card.--lg .p-card__category {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.4;
	padding-inline: 19px;
}

.p-card.--lg .p-card__tags {
	display: flex;
	gap: 8px;
	margin-top: 16px;
}

.p-card.--lg .p-card__tag {
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.5;
	padding: 2px 10px 4px 8px;
}

.p-fv__slide {
	margin-top: 40px;
}

.p-fv__slide.swiper-slide-active {
	transform: translateY(-40px);
}

.fv-swiper-button__prev,
.fv-swiper-button__next {
	top: 48%;
}

.fv-swiper-button__prev {
	left: 24%;
}

.fv-swiper-button__next {
	right: 24%;
}

.p-new__cards {
	flex-direction: row;
	gap: 48px;
	margin-top: 48px;
}

.p-new__button {
	margin-top: 48px;
}

.p-new__button .c-button {
	margin-inline: auto;
}

.p-recommend__content {
	margin-top: 47px;
}

.p-recommend__swiper {
	padding-bottom: 49px;
}

.recommend-swiper-button__prev,
.recommend-swiper-button__next {
	top: -63px;
}

.recommend-swiper-button__prev {
	right: 261px;
}

.recommend-swiper-button__next {
	right: 197px;
}

.swiper-scrollbar {
	left: -3px !important;
}

.p-top-all__button {
	margin-top: 32px;
}

.p-top-all__button .c-button {
	margin-right: 0;
}

.p-tab__wrap {
	margin-top: 40px;
}

.p-tab__order {
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 5px;
}

.p-tab {
	flex-direction: column;
	margin-top: 0;
}

.p-tab__lists {
	flex-direction: row;
	gap: 12px;
}

.p-tab__list {
	border-bottom: none;
	border-left: 1px solid currentColor;
	border-radius: 12px 12px 0 0;
	padding: 6px 20px 4px 20px;
}

.p-tab__link {
	writing-mode: initial;
}

.p-tab__container {
	border-radius: 0 16px 16px 16px;
	padding: 32px;
}

.p-tab__items {
	gap: 32px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tab-sp {
	display: none;
}

.tab-pc {
	display: block;
}

.p-tab__pagination {
	margin-top: 55px;
}

.p-search__heading {
	font-size: 18px;
	gap: 11px;
	letter-spacing: 2.7px;
	padding: 12px 40px 8px 59px;
}

.p-search__heading::before {
	height: 24px;
	left: 24px;
	top: 12px;
	width: 24px;
}

.p-search__icon {
	width: 24px;
}

.p-search__tags {
	gap: 16px;
	padding: 35px 91px 36px;
}

.p-entry {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2.25px;
	line-height: 2;
	padding: 48px 88px;
}

.p-entry__date {
	font-size: 16px;
}

.p-entry__category {
	padding-inline: 20px;
}

.p-entry__title {
	font-size: 28px;
	letter-spacing: 2.8px;
	line-height: 1.8;
}

.p-entry__body {
	margin-top: 32px;
}

.p-entry__body h2 {
	font-size: 24px;
	letter-spacing: 3.6px;
}

.toc_title {
	padding-block: 8px;
}

.toc_list {
	font-size: 16px;
	letter-spacing: 1.92px;
	padding: 12px 32px 20px 24px;
}

.wp-block-quote {
	line-height: 2;
}

.entry-table-th {
	font-size: 16px;
	padding-block: 8px;
}

.entry-table-td {
	font-size: 16px;
	padding-block: 8px;
}

.btn {
	font-size: 24px;
	letter-spacing: 1.92px;
}

.p-entry__tag-wrap {
	flex-direction: row;
	gap: 32px;
	margin-top: 12px;
}

.single-recommend-swiper-button-prev,
.single-recommend-swiper-button-next {
	top: -80px;
}

.single-recommend-swiper-button-prev {
	right: 261px;
}

.single-recommend-swiper-button-next {
	right: 197px;
}

.p-404__content {
	align-items: center;
	padding: 80px 88px;
}

.p-404__heading {
	font-size: 34px;
	letter-spacing: 3.4px;
}

.p-404-top__text {
	font-size: 100px;
	letter-spacing: 10px;
}

.p-404__lead {
	font-size: 24px;
	letter-spacing: 2.4px;
	margin-top: 16px;
}

.p-404__text {
	font-size: 20px;
	letter-spacing: 2px;
}

.p-top__button {
	font-size: 24px;
	letter-spacing: 1.92px;
	padding: 14px 30px 12px;
}

.u-hidden-pc {
	display: none;
}

}

@media screen and (min-width: 1280px) {

.l-recommend__inner {
	padding-left: max(30px, 50% - 515px);
}

.c-header {
	height: 140px;
}

.c-header__logo {
	padding: 32px 0 0 48px;
}

.c-drawer-icon {
	display: none;
}

.c-header-nav {
	flex-direction: row;
	gap: 47px;
	justify-content: center;
	padding: 24px;
	width: 984px;
}

.c-header-nav__list {
	align-items: center;
	display: flex;
	gap: 46px;
}

.c-nav__buttons {
	display: flex;
	gap: 32px;
}

.p-new__cards {
	gap: 64px;
}

}

@media screen and (max-width: 749px) {

body.is-footer-sns-fixed {
	padding-bottom: 67px;
}

.u-hidden-sp {
	display: none;
}

}

