*,
*::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;
	vertical-align: bottom;
}

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

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

body.is-fixed {
	overflow: hidden;
}

.p-page-padding {
	padding-block: 145px 48px;
}

.p-page-pagination {
	margin-top: 32px;
}

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

.l-header {
	background: #E6EDF3;
	height: 68px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header.is-scroll .l-header__wrap .l-header__logo {
	left: 24px;
	top: 20px;
}

.l-header.is-scroll .l-header__wrap .l-header__logo .l-header__logo-before {
	display: none;
}

.l-header.is-scroll .l-header__wrap .l-header__logo .l-header__logo-after {
	display: block;
}

.l-header.is-scroll + .l-drawer {
	border-radius: 0px 0px 0px 24px;
	flex-direction: row-reverse;
	height: 68px;
	width: 184px;
}

.l-header__wrap {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-header__logo {
	left: 20px;
	position: absolute;
	top: 32px;
}

.l-header__logo-before,
.l-header__logo-after {
	display: block;
}

.l-header__logo-before img,
.l-header__logo-after img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-header__logo-before {
	aspect-ratio: 260/108;
	height: auto;
	width: min(260px, 66.67vw);
}

.l-header__logo-after {
	display: none;
	height: 32.867px;
	width: 160px;
}

.l-header__nav {
	background: #135097;
	border-radius: 0px 0px 0px 32px;
	height: 99px;
	padding-inline: min(64px, 4.44vw);
	position: absolute;
	right: 0;
	top: 0;
	width: clamp(55.625rem, 44.235rem + 19.18vw, 68.33vw);
}

.l-header__nav-wrap {
	align-items: center;
	display: flex;
	gap: min(48px, 3.33vw);
	height: 100%;
	justify-content: center;
	width: 100%;
}

.l-header__list {
	display: flex;
	gap: min(48px, 3.33vw);
}

.l-header__list li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	transition: opacity 0.3s;
	white-space: nowrap;
}

.l-header__list li a:hover {
	opacity: 0.7;
}

.l-header__btn-wrapper {
	display: flex;
	gap: min(32px, 2.2vw);
}

.l-header__btn--company,
.l-header__btn--consultant {
	display: block;
	height: 51px;
	transform: translateY(0);
	transition: all 0.3s;
	width: 150px;
}

.l-header__btn--company:hover,
.l-header__btn--consultant:hover {
	opacity: 0.8;
	transform: translateY(4px);
}

.l-header__btn-wrap--company,
.l-header__btn-wrap--consultant {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.l-header__btn-head--company {
	border: 1px solid #ffffff;
	border-radius: 8px 8px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.l-header__btn-body--company {
	align-items: center;
	background: #ffffff;
	border-radius: 0px 0px 8px 8px;
	color: #135097;
	display: flex;
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 20px;
}

.l-header__btn-head--consultant {
	background: #ffffff;
	border-radius: 8px 8px 0px 0px;
	color: #135097;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.l-header__btn-body--consultant {
	align-items: center;
	border: 1px solid #ffffff;
	border-radius: 0px 0px 8px 8px;
	color: #ffffff;
	display: flex;
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 20px;
}

.l-header__search {
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url(../img/icon_search.svg);
	background-color: #ffffff;
	flex-shrink: 0;
	height: 25px;
	mask-image: url(../img/icon_search.svg);
	transition: opacity 0.3s;
	width: 25px;
}

.l-header__search:hover {
	opacity: 0.7;
}

.l-drawer {
	align-items: center;
	background: #135097;
	border-radius: 0px 0px 0px 28px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	padding: 28px 24px;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s, flex-direction 1s;
	transition: all 0.3s;
	z-index: 1000;
}

.l-drawer:has(.is-checked) {
	background: transparent;
}

.l-drawer-icon__btn {
	background: #135097;
	display: grid;
	height: 24.3px;
	place-items: center;
	width: 36px;
}

.l-drawer-icon__btn.is-checked {
	background: transparent;
}

.l-drawer-icon__btn.is-checked .l-drawer-icon__bar:nth-of-type(1) {
	top: 7.875px;
	transform: rotate(30deg);
}

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

.l-drawer-icon__btn.is-checked .l-drawer-icon__bar:nth-of-type(3) {
	top: 7.875px;
	transform: rotate(-30deg);
}

.l-drawer-icon__btn.is-checked + .l-drawer__search {
	opacity: 0;
	visibility: hidden;
}

.l-drawer-icon {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-drawer-icon__bar {
	background: #ffffff;
	border-radius: 5px;
	flex-shrink: 0;
	height: 2.77px;
	left: 0;
	position: absolute;
	transform: rotate(0deg);
	transition: transform 0.3s linear, top 0.3s linear;
	width: 36px;
}

.l-drawer-icon__bar:nth-of-type(1) {
	top: 0;
}

.l-drawer-icon__bar:nth-of-type(2) {
	top: 10.77px;
}

.l-drawer-icon__bar:nth-of-type(3) {
	top: 21.54px;
}

.l-drawer__search {
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url(../img/icon_search.svg);
	background-color: #ffffff;
	height: 28px;
	mask-image: url(../img/icon_search.svg);
	opacity: 1;
	transition: visibility 0.3s, opacity 0.3s;
	width: 28px;
}

.l-footer {
	background: #241919;
	padding-block: 40px 20px;
}

.l-footer-inner {
	max-width: 390px;
}

.p-footer__logo {
	aspect-ratio: 234/48;
	display: block;
	height: 48.069px;
	margin-inline: auto;
	width: 234px;
}

.p-footer__logo img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.l-footer__nav {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-top: 36px;
	padding-inline: 34px;
}

.l-footer__article-lists,
.l-footer__information-lists {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, 1fr);
	-moz-column-gap: 32px;
	column-gap: 32px;
	row-gap: 30px;
}

.l-footer__article-lists li a {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 120%;
	transition: opacity 0.3s;
	white-space: nowrap;
}

.l-footer__article-lists li a:hover {
	opacity: 0.7;
}

.l-footer__information-item {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 120%;
	transition: opacity 0.3s;
}

.l-footer__copy {
	margin-top: 33px;
	text-align: center;
}

.footer-copy__copyright {
	color: #e6edf3;
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
}

.l-footer__attention {
	color: #e6edf3;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	margin-top: 40px;
}

.c-button {
	background: #135097;
	border: 2px solid transparent;
	border-radius: 20px 20px 0px 20px;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	display: inline-block;
	font-family: "Zen Maru Gothic", "sans-serif";
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3.6px;
	line-height: 180%;
	padding: 6px 24px;
	transition: all 0.3s;
}

.c-button:hover {
	background: #ffffff;
	border: 2px solid currentColor;
	color: #135097;
}

.c-heading--color {
	align-items: center;
	color: #135097;
	display: flex;
	font-family: "Zen Maru Gothic", "sans-serif";
	font-size: 24px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 4.8px;
	line-height: 120%;
	text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
}

.c-heading--color::before {
	background: url(../img/logo_color.png) no-repeat center center/cover;
	content: "";
	height: 22.615px;
	width: 42px;
}

.p-all__inner--allpage .c-heading--color {
	align-items: initial;
	gap: 14px;
}

.p-all__inner--allpage .c-heading--color::before {
	margin-top: 5px;
}

.c-heading--white {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-family: "Zen Maru Gothic", "sans-serif";
	font-size: 24px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 4.8px;
	line-height: 120%;
	text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
}

.c-heading--white::before {
	background: url(../img/logo_white.png) no-repeat center center/cover;
	content: "";
	height: 22.615px;
	width: 42px;
}

.c-article-card__category {
	background: #fff;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	padding: 3px 15px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-article-card__category--new {
	color: #135097;
}

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

.c-article-card__category--interview {
	color: #c88dec;
}

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

.c-article-card__tag {
	background: #daeff8;
	border-radius: 24px;
	color: #343436;
	font-size: 12px;
	font-weight: 400;
	line-height: 180%;
	padding: 2px 8px;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.p-article-card {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
	display: block;
	overflow: hidden;
	padding: 16px;
	transition: opacity 0.3s;
	width: 100%;
}

.p-article-card:nth-of-type(n + 7) {
	display: none;
}

.p-article-card__inner {
	overflow: hidden;
}

.p-article-card__image {
	aspect-ratio: 270/152;
	border-radius: 8px;
	overflow: hidden;
}

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

.p-article-card__contents {
	color: #343436;
	margin-top: 9.53px;
}

.p-article-card__time {
	color: #676e87;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 8px;
}

.p-article-card__title {
	display: -webkit-box;
	margin-top: 5px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.c-article-card__category {
	margin-top: 8px;
}

.p-article-card__tags {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 12px;
	white-space: nowrap;
}

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

.p-drawer__contents {
	background: #135097;
	border-radius: 0px 0px 0px 24px;
	height: 344px;
	opacity: 0.95;
	padding-top: 80px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 240px;
	z-index: 500;
}

.p-drawer__contents.is-checked {
	transform: translateX(0);
}

.p-drawer-nav__lists {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-drawer-nav__lists li a {
	color: #ffffff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.p-fv {
	padding-top: 95px;
}

.p-swiper-container--fv {
	position: relative;
}

.p-swiper--fv {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 58px;
	padding-top: 55px;
	width: 100%;
}

.p-swiper-slide--fv {
	border-radius: 12px;
	overflow: hidden;
	transition: opacity 0.3s, margin-top 0.5s ease-in;
	width: 302px;
}

.p-swiper-slide--fv:hover {
	opacity: 0.8;
}

.p-fv-card {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
}

.p-fv-card__title {
	margin-top: 5px;
}

.p-fv-card__category {
	padding: 4px 15px 3px;
}

.swiper-button-prev--fv,
.swiper-button-next--fv {
	background: #135097;
	border-radius: 50%;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
	height: 36px;
	margin-top: initial;
	position: absolute;
	top: 184px;
	transition: opacity 0.3s;
	width: 36px;
}

.swiper-button-prev--fv::before,
.swiper-button-next--fv::before {
	content: "";
	height: 18px;
	width: 23px;
	-webkit-mask-image: url(../img/icon_triangle.svg);
	mask-image: url(../img/icon_triangle.svg);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #ffffff;
	mask-size: contain;
}

.swiper-button-prev--fv::after,
.swiper-button-next--fv::after {
	content: ""; /* 空指定してデフォルトの矢印を消す */
	visibility: hidden;
}

.swiper-button-prev--fv:hover,
.swiper-button-next--fv:hover {
	opacity: 0.7;
}

.swiper-button-prev--fv {
	left: 9px;
}

.swiper-button-prev--fv::before {
	transform: rotate(180deg);
}

.swiper-button-next--fv {
	right: 9px;
}

.p-swiper-slide--fv.swiper-slide-active {
	margin-top: -7px;
}

.swiper-button-next--fv.swiper-button-disabled,
.swiper-button-prev--fv.swiper-button-disabled {
	cursor: initial;
	opacity: 1;
	pointer-events: initial;
}

.swiper-button-next--fv.swiper-button-disabled:hover,
.swiper-button-prev--fv.swiper-button-disabled:hover {
	opacity: 0.7;
}

.p-new {
	padding-block: 46px 39px;
}

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

.p-new__cards {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: repeat(3, 1fr);
	margin-inline: auto;
	margin-top: 30px;
	width: min(77.44vw, 500px);
}

.p-new__button-position {
	margin-top: 32px;
	text-align: right;
}

.p-recommend {
	background: url(../img/bg_recommendation.webp) no-repeat center center/cover;
	overflow: hidden;
	padding-block: 40px;
}

.p-swiper-container--recommend {
	padding-bottom: 32px;
	padding-top: 96px;
	position: relative;
}

.p-swiper--recommend {
	overflow: visible;
}

.p-swiper-slide--recommend {
	margin-right: 24px;
	transition: opacity 0.3s, margin-top 0.5s ease-in;
	width: 302px;
}

.p-swiper-slide--recommend:hover {
	opacity: 0.8;
}

.p-swiper-slide--recommend:nth-last-of-type(1) {
	margin-right: 0;
}

.p-swiper-button-prev--recommend,
.p-swiper-button-next--recommend {
	border: 2px solid #ffffff;
	border-radius: 50%;
	height: 48px;
	margin-top: initial;
	position: absolute;
	top: 24px;
	transition: all 0.3s;
	width: 48px;
}

.p-swiper-button-prev--recommend::before,
.p-swiper-button-next--recommend::before {
	content: "";
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url(../img/icon_arrow.svg);
	background-color: #ffffff;
	height: 16px;
	mask-image: url(../img/icon_arrow.svg);
	transition: all 0.3s;
	width: 17px;
}

.p-swiper-button-prev--recommend::after,
.p-swiper-button-next--recommend::after {
	content: ""; /* 空指定してデフォルトの矢印を消す */
	visibility: hidden;
}

.p-swiper-button-prev--recommend:hover,
.p-swiper-button-next--recommend:hover {
	background: #ffffff;
}

.p-swiper-button-prev--recommend:hover::before,
.p-swiper-button-next--recommend:hover::before {
	background-color: #629de2;
}

.p-swiper-button-prev--recommend {
	left: initial;
	right: 64px;
}

.p-swiper-button-prev--recommend::before {
	transform: rotate(180deg);
}

.p-swiper-button-next--recommend {
	right: 0;
}

.p-swiper-scrollbar--recommend {
	background: #dde1f0;
	bottom: 0 !important;
	height: 8px !important;
	left: 50% !important;
	position: absolute;
	transform: translateX(-50%);
}

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

.p-swiper-button-prev--recommend.swiper-button-disabled {
	opacity: 0.5;
}

.p-swiper-button-next--recommend.swiper-button-disabled {
	opacity: 0.5;
}

.p-all {
	padding-block: 48px;
}

.p-all__choice {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 20px;
	padding-right: 7px;
}

.p-all__choice-button {
	align-items: center;
	background: transparent;
	color: #676e87;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 12px;
	line-height: 130%;
}

.p-all__choice-button.is-select {
	color: #135097;
}

.p-all__choice-button:first-child::after {
	background: #676e87;
	content: "";
	display: block;
	height: 16px;
	width: 1px;
}

.p-all__tab {
	margin-inline: auto;
	margin-top: 8px;
	width: 100%;
}

.p-all-tab {
	display: flex;
	flex-direction: row-reverse;
}

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

.p-tab__item {
	background: #ffffff;
	border-bottom: 1px solid currentColor;
	border-left: 1px solid transparent;
	border-radius: 0px 12px 12px 0px;
	border-right: 1px solid currentColor;
	border-top: 1px solid currentColor;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2.5px;
	line-height: 115%;
	padding-block: 5px 10px;
	padding-inline: 12px 8px;
	text-orientation: upright;
	transition: all 0.3s;
	width: 27px;
	writing-mode: vertical-rl;
}

.p-tab__item--all {
	color: #629de2;
}

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

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

.p-tab__item--interview {
	color: #bb7ee1;
}

.p-tab__item--news {
	color: #816dfa;
}

.p-tab_contents {
	border-radius: 16px 0px 16px 16px;
	display: none;
	padding: 12px;
	width: calc(100% - 27px);
}

.p-tab_contents:has(.p-tab_wrapper .p-tab__article-none) {
	border-radius: 16px 0px 0 16px;
}

.p-tab_contents--all {
	background-color: #629de2;
}

.p-tab_contents--new {
	background-color: #135097;
}

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

.p-tab_contents--interview {
	background-color: #bb7ee1;
}

.p-tab_contents--news {
	background-color: #816dfa;
}

.p-tab_wrapper {
	width: 100%;
}

.p-tab__cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.p-article-card--tab {
	margin-inline: auto;
	width: min(299px, 76.67vw);
}

.p-article-card--tab:nth-of-type(n + 7) {
	display: none;
}

.p-tab__article-none {
	background: #ffffff;
	border-radius: 8px;
	height: 100%;
	padding: 12px;
	text-align: center;
	width: 100%;
}

.p-all__button-position {
	text-align: center;
}

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

.p-tab__input[name=tab_item] {
	display: none;
}

.p-all-tabs:has(#all:checked) ~ #all_content {
	display: block;
}

.p-all-tabs:has(#new:checked) ~ #new_content {
	display: block;
}

.p-all-tabs:has(#tips:checked) ~ #tips_content {
	display: block;
}

.p-all-tabs:has(#interview:checked) ~ #interview_content {
	display: block;
}

.p-all-tabs:has(#news:checked) ~ #news_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/

.p-all__tab input:checked + .p-tab__item--all {
	background-color: #629de2;
	border: 1px solid #629de2;
	color: #fff;
}

.p-all__tab input:checked + .p-tab__item--new {
	background-color: #135097;
	border: 1px solid #135097;
	color: #fff;
}

.p-all__tab input:checked + .p-tab__item--tips {
	background-color: #42a0ad;
	border: 1px solid #42a0ad;
	color: #fff;
}

.p-all__tab input:checked + .p-tab__item--interview {
	background-color: #bb7ee1;
	border: 1px solid #bb7ee1;
	color: #fff;
}

.p-all__tab input:checked + .p-tab__item--news {
	background-color: #816dfa;
	border: 1px solid #816dfa;
	color: #fff;
}

.p-tab__item--all:hover {
	background-color: #629de2;
	border: 1px solid #629de2;
	color: #fff;
}

.p-tab__item--new:hover {
	background-color: #135097;
	border: 1px solid #135097;
	color: #fff;
}

.p-tab__item--tips:hover {
	background-color: #42a0ad;
	border: 1px solid #42a0ad;
	color: #fff;
}

.p-tab__item--interview:hover {
	background-color: #bb7ee1;
	border: 1px solid #bb7ee1;
	color: #fff;
}

.p-tab__item--news:hover {
	background-color: #816dfa;
	border: 1px solid #816dfa;
	color: #fff;
}

.p-tag-list {
	margin-top: 64px;
}

.p-tag-list__head {
	align-items: flex-start;
	background: #629de2;
	border-radius: 16px 16px 0px 0px;
	color: #ffffff;
	display: flex;
	font-family: "Zen Maru Gothic", "sans-serif";
	font-weight: 700;
	gap: 8px;
	letter-spacing: 2.25px;
	line-height: 150%;
	padding: 10px 28px 6px 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-tag-list__head::before {
	content: "";
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url(../img/icon_search.svg);
	background-color: #ffffff;
	height: 18px;
	mask-image: url(../img/icon_search.svg);
	width: 18px;
}

.p-tag-list__body {
	background: #ffffff;
	border: 1px solid #629de2;
	border-radius: 0px 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-block: 24px;
	padding-inline: 16px 40px;
}

.p-tag-list__body li a {
	background: #daeff8;
	border-radius: 24px;
	color: #343436;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 180%;
	padding: 2px 8px;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.p-tag-list__body li a:hover {
	background: #343436;
	color: #DAEFF8;
}

.p-cta {
	background: url(../img/bg_cta--sp.webp) no-repeat center center/cover;
	padding-block: 40px;
}

.p-cta-inner {
	padding-inline: 40px;
}

.p-cta__buttons {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-cta__btn--company,
.p-cta__btn--consultant {
	margin-bottom: -10px;
	transform: translateY(0);
	transition: all 0.3s;
}

.p-cta__btn--company:hover,
.p-cta__btn--consultant:hover {
	opacity: 0.8;
	transform: translateY(8px);
}

.p-cta__btn-head--company {
	background: #2a84bf;
	border: 1px solid currentColor;
	border-radius: 8px 8px 8px 0px;
	color: #ffffff;
	font-size: 14px;
	line-height: 130%;
	padding: 6px 12px 6px 16px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 3;
}

.p-cta__btn-body--company {
	align-items: center;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 8px;
	color: #135097;
	display: flex;
	font-family: "Zen Maru Gothic", "sans-serif";
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.36px;
	line-height: 130%;
	padding: 10px 15px 9px 19px;
	position: relative;
	top: -12px;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-cta__btn-body--company::after {
	content: "";
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url(../img/icon_next.svg);
	background-color: #135097;
	height: 18px;
	mask-image: url(../img/icon_next.svg);
	width: 18px;
}

.p-cta__btn-head--consultant {
	background: #ffffff;
	border-radius: 8px 8px 8px 0px;
	color: #135097;
	font-size: 14px;
	line-height: 130%;
	padding: 5px 15px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 3;
}

.p-cta__btn-body--consultant {
	align-items: center;
	background: transparent;
	border: 2px solid currentColor;
	border-radius: 12px;
	color: #ffffff;
	display: flex;
	font-family: "Zen Maru Gothic", "sans-serif";
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.44px;
	line-height: 130%;
	padding: 8px 11px 8px 22px;
	position: relative;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	top: -10px;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-cta__btn-body--consultant::after {
	content: "";
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url(../img/icon_next.svg);
	background-color: #ffffff;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
	height: 24px;
	mask-image: url(../img/icon_next.svg);
	width: 24px;
}

.nav-links {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.prev {
	margin-right: 8px;
}

.prev::after {
	transform: rotate(180deg);
}

.page-numbers {
	color: #676e87;
	display: grid;
	font-family: "Noto Sans CJK JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	height: 32px;
	letter-spacing: 3px;
	line-height: 140%;
	place-items: center;
	width: 28px;
}

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

.next {
	margin-left: 8px;
}

.prev,
.next {
	background: #629de2;
	border-radius: 50%;
	display: grid;
	height: 36px;
	place-items: center;
	width: 36px;
}

.prev::after,
.next::after {
	content: "";
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url(../img/icon_triangle.svg);
	background-color: #ffffff;
	height: 18px;
	mask-image: url(../img/icon_triangle.svg);
	width: 23px;
}

#toc_container {
	background: #ffffff;
	border-bottom: 1px solid #daeff8;
	border-left: 1px solid #daeff8;
	border-right: 1px solid #daeff8;
	border-top: initial;
	margin-top: 19px;
	padding: initial;
}

#toc_container .toc_title {
	background: #daeff8;
	font-size: 16px;
	letter-spacing: 2.4px;
	line-height: 180%;
	padding: 6px 16px !important;
	text-align: left !important;
}

#toc_container .toc_list {
	counter-reset: section;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: initial !important;
	padding: 12px 16px 18px !important;
}

#toc_container .toc_list li a {
	color: #135097;
	font-size: 15px;
	letter-spacing: 0.9px !important;
	line-height: 160%;
	text-decoration-line: underline !important;
}

#toc_container .toc_list li a::before {
	content: counter(section) ".";
	counter-increment: section;
}

#toc_container .toc_list li ul {
	counter-reset: subsection;
	display: flex;
	flex-direction: column;
	gap: 7.1px;
	margin-left: 15px;
	margin-top: 8px !important;
}

#toc_container .toc_list li ul li a {
	color: #135097;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.84px;
	line-height: 160%;
	text-decoration-line: underline !important;
}

#toc_container .toc_list li ul li a::before {
	content: counter(section) "-" counter(subsection) ". ";
	counter-increment: subsection;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

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

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

.p-tab__cards--allpage .p-article-card:nth-of-type(n + 7) {
	display: block;
}

.p-tab__cards--allpage .p-article-card:nth-of-type(n + 10) {
	display: none;
}

.p-single__article {
	background: #ffffff;
	box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
	padding-block: 20px 48px;
}

.p-single__date {
	color: #676e87;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 14px;
	line-height: 180%;
}

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

.p-single__title {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 150%;
	margin-top: 8px;
}

.p-single__image {
	aspect-ratio: 350/203;
	border-radius: 8px;
	margin-top: 16px;
	overflow: hidden;
}

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

.p-single__body {
	border-bottom: 1px solid #dde1f0;
	counter-reset: section;
	padding-bottom: 20px;
}

.p-single__body h2 {
	border-bottom: 2px solid #629de2;
	counter-reset: subsection;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 160%;
	margin-top: 20px;
	padding-block: 16px 15px;
}

.p-single__body h2::before {
	content: counter(section) ".";
	counter-increment: section;
}

.p-single__body h3 {
	border-left: 2px solid #629de2;
	counter-reset: sub-subsection;
	font-size: 16px;
	letter-spacing: 3.2px;
	line-height: 160%;
	margin-right: -3px;
	margin-top: 20px;
	padding-left: 14px;
}

.p-single__body h3::before {
	content: counter(section) "-" counter(subsection) ". ";
	counter-increment: subsection;
}

.p-single__body h4 {
	align-items: center;
	display: flex;
	gap: 10px;
	letter-spacing: 3px;
	line-height: 160%;
	margin-top: 10px;
	padding-left: 30px;
	position: relative;
}

.p-single__body h4::before {
	content: counter(section) "-" counter(subsection) "-" counter(sub-subsection) ". ";
	counter-increment: sub-subsection;
}

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

.p-single__body p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
	line-height: 180%;
	margin-top: 20px;
}

.p-single__body .wp-block-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 10px;
}

.p-single__body .wp-block-list li {
	align-items: center;
	display: flex;
	font-weight: 400;
	gap: 20px;
	letter-spacing: 2.25px;
	line-height: 200%;
	padding-left: 20px;
}

.p-single__body .wp-block-list li::before {
	background: #629de2;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 20px;
	width: 4px;
}

.p-single__body .wp-block-quote {
	background: #E6EDF3;
	border: 1px solid #629de2;
	margin-block: initial;
	margin-inline: initial;
	margin-top: 18px;
	padding: 20px 16px 18px;
}

.p-single__body .wp-block-quote .wp-block-quote {
	border: initial;
	margin-top: initial;
	padding: initial;
}

.p-single__body .wp-block-quote p {
	font-size: 16px;
	letter-spacing: 2.4px;
	line-height: 160%;
	margin-top: initial;
}

.p-single__body .wp-block-quote p:nth-child(n+2) {
	margin-top: 10px;
}

.p-single__body .wp-block-quote p a {
	color: #135097;
	display: block;
	line-height: 200%;
	margin-top: 10px;
	text-decoration-line: underline;
}

.p-single__body .wp-block-table {
	border-collapse: collapse;
	margin-top: 20px;
	table-layout: fixed;
	width: 100%;
}

.p-single__body .wp-block-table thead {
	border-bottom: initial;
}

.p-single__body .wp-block-table th,
.p-single__body .wp-block-table td {
	border: 1px solid #629de2;
	text-align: center;
	vertical-align: middle;
}

.p-single__body .wp-block-table th {
	background: #629de2;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	padding: 6px 7.33px;
	width: 33.3333333333%;
}

.p-single__body .wp-block-table td {
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
	padding: 5.5px 3px;
}

.p-single__body .wp-block-button {
	margin-top: 20px;
}

.p-single__body .wp-block-button__link {
	background: #629de2;
	border: 2px solid #ffffff;
	border-radius: 16px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1.12px;
	line-height: 130%;
	padding: 16px 32px;
}

.p-single__tag {
	padding-top: 20px;
}

.p-single__tag-title {
	font-weight: 400;
	letter-spacing: 2.25px;
	line-height: 200%;
}

.p-single__tags {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

.p-single-recommend {
	background: #E6EDF3;
}

.c-heading--color.p-recommend__heading::before {
	height: 28px;
	width: 52px;
}

.p-swiper-button-prev--single,
.p-swiper-button-next--single {
	border: 2px solid #135097;
}

.p-swiper-button-prev--single::before,
.p-swiper-button-next--single::before {
	background-color: #135097;
}

.p-swiper-button-prev--single:hover,
.p-swiper-button-next--single:hover {
	background: #135097;
}

.p-swiper-button-prev--single:hover::before,
.p-swiper-button-next--single:hover::before {
	background-color: #ffffff;
}

.p-swiper-button-prev--single {
	right: 94px;
}

.p-swiper-button-next--single {
	right: 30px;
}

.l-tag-list__inner {
	margin-top: initial;
	padding-bottom: 48px;
}

.l-tag-list__inner .p-tag-list {
	margin-top: 23px;
}

.p-not-found {
	padding-bottom: 64px;
}

.p-not-found__container {
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
	padding: 56px 20px 59px;
}

.p-not-found__main {
	text-align: center;
}

.p-not-found__main-image {
	background: url(../img/logo_color.png) no-repeat center center/cover;
	height: 48px;
	margin-inline: auto;
	width: 89.143px;
}

.p-not-found__main1 {
	color: #135097;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 180%;
	margin-top: 40px;
}

.p-not-found__main2 {
	color: #629de2;
	font-size: 80px;
	font-weight: 900;
	letter-spacing: 8px;
	line-height: 100%;
	margin-left: 5px;
	margin-top: 20px;
}

.p-not-found__description {
	margin-top: 52px;
}

.p-not-found__description1 {
	font-family: "Zen Maru Gothic", "sans-serif";
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 180%;
}

.p-not-found__description2 {
	letter-spacing: 1.5px;
	line-height: 180%;
	margin-top: 32px;
}

.p-not-found__button {
	margin-top: 32px;
	text-align: center;
}

.p-not-found__button--text {
	background: #629de2;
	border-radius: 16px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1.12px;
	line-height: 130%;
	padding: 14px 30px;
}

.p-tag-list--not-found .p-tag-list {
	margin-block: 0 48px;
}

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

.l-inner {
	max-width: initial;
}

.p-new__cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: initial;
	width: initial;
}

.p-all__choice {
	margin-top: initial;
	padding-right: initial;
	position: relative;
}

.p-all__choice-button {
	font-size: 18px;
	height: 23px;
	position: absolute;
	top: 53.5px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-all__choice-button:first-child {
	right: 68px;
}

.p-all__choice-button:nth-child(2) {
	right: 2px;
}

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

.p-all-tab {
	display: block;
}

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

.p-tab__item {
	border-bottom: 1px solid transparent;
	border-left: 1px solid currentColor;
	border-radius: 12px 12px 0px 0px;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 150%;
	padding: 4px 19px 4px 19px;
	text-orientation: initial;
	width: -moz-fit-content;
	width: fit-content;
	writing-mode: initial;
}

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

.p-tab_contents:has(.p-tab_wrapper .p-tab__article-none) {
	border-radius: 0px 16px 16px 16px;
}

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

.p-article-card--tab {
	width: 302px;
}

.p-tab__article-none {
	border-radius: 12px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 140%;
}

.p-all__button-position {
	text-align: right;
}

.p-cta__buttons {
	flex-direction: row;
	gap: min(130px, 9.03vw);
	justify-content: center;
}

.p-all__choice-button--allpage {
	top: 45.5px;
}

.p-all-tab--allpage {
	margin-top: 40px;
}

.p-tab__cards--allpage .p-article-card:nth-of-type(n + 7) {
	display: none;
}

}

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

.p-page-padding {
	padding-block: 171px 64px;
}

.p-page-pagination {
	margin-top: 56px;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1094px;
	padding-left: 30px;
	padding-right: 30px;
}

.l-footer {
	padding: 48px 28px;
}

.l-footer__wrapper {
	display: flex;
	justify-content: space-between;
}

.p-footer__logo {
	aspect-ratio: 334/63;
	height: 63px;
	margin-left: initial;
	width: 334px;
}

.l-footer__nav {
	gap: 62px;
	margin-top: 16px;
	padding-inline: initial;
}

.l-footer__article-lists,
.l-footer__information-lists {
	gap: 22px;
}

.l-footer__copy {
	margin-top: 38px;
}

.l-footer__attention {
	margin-top: 23px;
	text-align: center;
}

.c-button {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 180%;
}

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

.c-heading--color::before {
	height: 38px;
	width: 72px;
}

.p-all__inner--allpage .c-heading--color {
	align-items: center;
}

.p-all__inner--allpage .c-heading--color::before {
	content: "";
	margin-top: initial;
}

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

.c-heading--white::before {
	height: 38px;
	width: 72px;
}

.p-article-card:nth-of-type(n + 7) {
	display: block;
}

.p-article-card:nth-of-type(n + 10) {
	display: none;
}

.p-article-card__contents {
	margin-top: 7.53px;
}

.p-fv {
	padding-top: 108px;
}

.p-swiper--fv {
	padding-bottom: 48px;
	padding-top: 64px;
}

.p-swiper-slide--fv {
	border-radius: 20px;
	width: 596px;
}

.p-fv-card {
	border-radius: 20px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.02), 0px 16px 30px 0px rgba(0, 0, 0, 0.06);
	padding: 28px;
}

.p-fv-card__image {
	height: 305.57px;
	width: 540px;
}

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

.p-fv-card__contents {
	margin-top: 15px;
}

.p-fv-card__time {
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
}

.p-fv-card__title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 160%;
	margin-top: 8px;
}

.p-fv-card__category {
	border-radius: 6px;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 5px;
	padding: 3px 20px;
}

.p-fv-card__tags {
	gap: 16px;
	margin-top: 16px;
}

.p-fv-card__tag {
	border-radius: 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	padding: 2px 10px 4px 8px;
}

.swiper-button-prev--fv,
.swiper-button-next--fv {
	top: 286px;
}

.swiper-button-prev--fv {
	left: initial;
	right: calc(50% + 340px);
}

.swiper-button-next--fv {
	left: calc(50% + 340px);
	right: initial;
}

.p-swiper-slide--fv.swiper-slide-active {
	margin-top: -40px;
}

.p-new {
	padding-top: 40px;
}

.p-new__heading {
	justify-content: center;
}

.p-new__button-position {
	margin-top: 49px;
	text-align: center;
}

.p-recommend {
	padding-block: 64px;
}

.p-swiper-container--recommend {
	padding-block: 46px;
}

.p-swiper-slide--recommend {
	margin-right: 32px;
	width: clamp(18.875rem, 5.144rem + 15.26vw, 33.75rem);
}

.p-swiper-button-prev--recommend,
.p-swiper-button-next--recommend {
	top: -38px;
}

.p-swiper-button-prev--recommend {
	right: 58px;
}

.p-swiper-button-next--recommend {
	right: -6px;
}

.p-swiper-scrollbar--recommend {
	width: 100% !important;
}

.p-all {
	padding-block: 64px;
}

.p-all__choice-button {
	font-size: 18px;
}

.p-all__choice-button:first-child {
	right: 74px;
}

.p-all__choice-button:nth-child(2) {
	right: 8px;
}

.p-tab_contents {
	width: 100%;
}

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

.p-article-card--tab {
	width: min(302px, 33.3333333333vw - 62.6666666667px);
}

.p-article-card--tab:nth-of-type(n + 7) {
	display: block;
}

.p-article-card--tab:nth-of-type(n + 10) {
	display: none;
}

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

.p-tag-list__head {
	font-size: 18px;
	gap: 11px;
	letter-spacing: 2.7px;
	padding: 12px 43px 8px 24px;
}

.p-tag-list__head::before {
	height: 24px;
	width: 24px;
}

.p-tag-list__body {
	gap: 16px;
	padding: 36px 92px;
}

.p-cta {
	background: url(../img/bg_cta.webp) no-repeat center center/cover;
	padding-block: 74px 70px;
}

.p-cta-inner {
	max-width: 900px;
}

.p-cta__buttons {
	gap: initial;
	justify-content: space-between;
}

.p-cta__btn-head--company {
	font-size: 18px;
	padding: 7px 15px;
}

.p-cta__btn-body--company {
	font-size: 24px;
	letter-spacing: 0.48px;
	padding: 16px 32px;
}

.p-cta__btn-body--company::after {
	height: 24px;
	width: 24px;
}

.p-cta__btn-head--consultant {
	font-size: 18px;
	padding: 8px 16px;
}

.p-cta__btn-body--consultant {
	font-size: 24px;
	letter-spacing: 1.92px;
	padding: 13px 29px;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.p-cta__btn-body--consultant::after {
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
	height: 24px;
	width: 24px;
}

#toc_container {
	margin-top: 20px;
	width: 461px;
}

#toc_container .toc_title {
	font-size: 20px;
	letter-spacing: 3px;
	padding-block: 8px !important;
}

#toc_container .toc_list {
	padding-block: 14px 20px !important;
	padding-inline: 22px 27px !important;
}

#toc_container .toc_list li a {
	font-size: 16px;
	letter-spacing: 1.92px !important;
}

#toc_container .toc_list li ul li a {
	font-size: 15px;
	letter-spacing: 1.8px;
}

#toc_container .toc_list li ul {
	gap: 8px;
}

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

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

.p-tab__cards--allpage .p-article-card:nth-of-type(n + 7) {
	display: block;
}

.p-tab__cards--allpage .p-article-card:nth-of-type(n + 10) {
	display: none;
}

.p-single__article {
	border-radius: 24px;
	margin-inline: auto;
	padding-block: 48px;
	width: clamp(53.125rem, 33.01rem + 33.88vw, 63.5rem);
}

.p-single-inner {
	padding-inline: 88px;
}

.p-single__date {
	font-size: 16px;
	gap: 16px;
}

.p-single__category {
	border-radius: 6px;
	font-size: 18px;
	line-height: 140%;
	padding: 3px 19px;
}

.p-single__title {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 2.8px;
	line-height: 180%;
}

.p-single__image {
	aspect-ratio: 840/490;
}

.p-single__body {
	padding-block: 12px 30px;
}

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

.p-single__body p {
	font-size: 15px;
	letter-spacing: 2.25px;
	line-height: 200%;
}

.p-single__body .wp-block-quote {
	padding-inline: 28px;
}

.p-single__body .wp-block-quote p {
	line-height: 200%;
}

.p-single__body .wp-block-quote p:nth-child(n+2) {
	margin-top: 10px;
}

.p-single__body .wp-block-table th {
	font-size: 16px;
	padding-block: 7px 8px;
}

.p-single__body .wp-block-table td {
	font-size: 16px;
	padding-block: 8.5px 8px;
}

.p-single__body .wp-block-button__link {
	font-size: 24px;
	letter-spacing: 1.92px;
}

.p-single__tag {
	align-items: center;
	display: flex;
	gap: 32px;
	padding-top: 17px;
}

.p-single__tags {
	margin-top: 5px;
}

.p-single-recommend {
	padding-block: 0 40px;
}

.p-swiper-button-prev--single,
.p-swiper-button-next--single {
	top: -36px;
}

.l-tag-list__inner {
	max-width: 1060px;
	padding-block: 0 64px;
}

.l-inner.p-not-found-inner {
	max-width: 1076px;
}

.p-not-found__container {
	padding: 80px 88px 84px;
}

.p-not-found__contents {
	text-align: center;
}

.p-not-found__main1 {
	font-size: 34px;
	letter-spacing: 3.4px;
}

.p-not-found__main2 {
	font-size: 100px;
	letter-spacing: 10px;
	margin-left: 9px;
}

.p-not-found__description1 {
	font-size: 24px;
	letter-spacing: 2.4px;
}

.p-not-found__description2 {
	font-size: 20px;
	letter-spacing: 2px;
}

.p-not-found__button--text {
	font-size: 24px;
	letter-spacing: 1.92px;
	line-height: 130%;
}

.p-tag-list--not-found .p-tag-list {
	margin-bottom: 64px;
}

.p-tag-list__inner {
	max-width: 1060px;
}

}

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

.l-header {
	height: 99px;
}

.l-header.is-scroll .l-header__wrap .l-header__logo {
	left: 48px;
	top: 29px;
}

.l-header__logo {
	left: 48px;
	top: 32px;
}

.l-header__logo-after {
	height: 42.389px;
	width: 206.351px;
}

.l-drawer {
	opacity: 0;
	position: fixed;
	right: 10px;
	top: 10px;
	transition: opacity 0.7s, visibility 0.7s;
	visibility: hidden;
}

.l-drawer.is-show {
	opacity: 1;
	visibility: visible;
}

.p-new__cards {
	gap: 64px;
	margin-top: 48px;
}

.u-hidden--sp-pc {
	display: block;
}

}

