@charset "UTF-8";

.p-main__title,
.p-main h2.wp-block-heading,
.p-main h3.wp-block-heading,
.p-main h4.wp-block-heading,
.p-side .c-side-section__title,
.p-side__profile-name,
.p-side__category-num,
.p-nav__link-text {
	font-weight: 500;
}

.p-nav__link-arrow {
	font: 0/0 a;
	color: transparent;
}

.l-wrapper,
.p-side__category-link,
.p-side__tag-list,
.p-side__tag-link,
.p-nav__link {
	display: flex;
	flex-wrap: wrap;
}

.p-main__category:before,
.p-side__tag-link:before,
.p-nav__link-arrow:before,
.p-nav__link-arrow:after {
	position: absolute;
	display: block;
	content: '';
}

.p-main__category,
.p-side__category-name,
.p-side__tag-name,
.p-nav__back-text {
	transition: .3s;
	background: linear-gradient(transparent 50%, #eded6a 50%);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 90%;
}

.p-main__category:hover,
.p-side__category-name:hover,
.p-side__tag-name:hover,
.p-nav__back-text:hover {
	background-size: 100% 90%;
}

/* utiliity
---------------------------------------- */

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

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

/* layout
---------------------------------------- */

.l-inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* component
---------------------------------------- */

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

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

a {
	text-decoration: none;
}

a,
button {
	cursor: pointer;
	color: #333;
}

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

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

em {
	font-style: normal;
}

picture {
	display: block;
	overflow: hidden;
}

picture img {
	font-family: 'object-fit: cover; object-position: center;';
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-wrapper {
	position: relative;
	width: min(100% - 100px, 1200px);
	min-height: 100vh;
	margin: 0 auto;
	padding: 50px 0;
	align-items: flex-start;
	justify-content: space-between;
}

.p-main {
	width: 66.666667%;
	padding: 50px;
	border-radius: 20px;
	background: #fff;
}

.p-main__date {
	color: #777;
}

.p-main__title {
	font-size: 1.625rem;
	line-height: 1.42307692;
	display: block;
	margin-top: .625rem;
}

.p-main__category {
	position: relative;
	display: inline-block;
	margin: 1rem 0 0 1.5em;
}

.p-main__category:before {
	top: 50%;
	left: 0;
	width: 1em;
	height: 1em;
	transform: translate(-1.25rem, -50%);
	background: url('../images/cmn/icn_category.svg') left center/contain no-repeat;
}

.p-main__eyecatch {
	display: block;
	width: 100%;
	margin: 50px auto 0 auto;
	aspect-ratio: 700/393.33;
}

.p-main h2.wp-block-heading {
	font-size: 1.25rem;
	line-height: 1.45;
	position: relative;
	display: block;
	margin: 55px 0 5px 0;
	padding: .5em 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

.p-main h2.wp-block-heading:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 3px;
	content: '';
	transform: translate(-50%, -5px);
	background: #333;
}

.p-main h2.wp-block-heading:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 3px;
	content: '';
	transform: translate(-50%, 5px);
	background: #333;
}

.p-main h3.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.45;
	position: relative;
	display: block;
	margin: 51px 0 1px 0;
	padding: .5em 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

.p-main h4.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.45;
	position: relative;
	display: block;
	margin: 51px 0 1px 0;
	padding: .5em 0;
	border-top: dotted 1px #777;
	border-bottom: dotted 1px #777;
}

.p-main p {
	line-height: 1.5;
	margin-top: 1.25em;
}

.p-main p:first-child {
	margin-top: 50px;
}

.p-main .wp-block-image {
	margin-top: 1.25em;
	border: solid 1px #f0f0f0;
}

.p-side {
	position: sticky;
	top: 50px;
	width: 30%;
}

.p-side .c-side-section {
	margin-top: 50px;
}

.p-side .c-side-section:first-child {
	margin-top: 0;
}

.p-side .c-side-section__title {
	position: relative;
	display: block;
	margin: 5px 0;
	padding: .5em 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

.p-side .c-side-section__title:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 3px;
	content: '';
	transform: translate(-50%, -5px);
	background: #333;
}

.p-side .c-side-section__title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 3px;
	content: '';
	transform: translate(-50%, 5px);
	background: #333;
}

.p-side__profile-picture {
	display: block;
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin: 20px auto 0 auto;
	border: #f0f0f0 1px solid;
	border-radius: 50%;
}

.p-side__profile-name {
	display: block;
	margin: 1em auto 0 auto;
	text-align: center;
}

.p-side__profile-summary {
	font-size: .875rem;
	margin: 1em auto 0 auto;
}

.p-side__category-list {
	margin: 20px auto 0 auto;
}

.p-side__category-link {
	padding: .5em 0;
	border-bottom: #777 1px dotted;
	align-items: center;
	justify-content: space-between;
}

.p-side__category-link:hover .p-side__category-name {
	background-size: 100% 90%;
}

.p-side__category-num {
	color: #777;
}

.p-side__tag-list {
	margin: 20px auto 0 auto;
}

.p-side__tag-item {
	display: inline-block;
	margin: 5px 5px 0 10px;
}

.p-side__tag-link {
	font-size: .75rem;
	position: relative;
	height: 24px;
	padding: .5em .75em;
	background: #fff;
	align-items: center;
}

.p-side__tag-link:before {
	top: 50%;
	left: 0;
	width: 8px;
	height: 24px;
	transform: translate(-100%, -50%);
	border-top: transparent 12px solid;
	border-right: #fff 8px solid;
	border-bottom: transparent 12px solid;
}

.p-side__tag-name {
	font-size: .75rem;
	line-height: 1.1;
	z-index: 5;
}

#ez-toc-container {
	margin-top: 50px;
}

.p-nav {
	margin: 70px 50px 0 50px;
	border-top: #333 1px solid;
}

.p-nav__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.p-nav__item {
	width: 100%;
}

.p-nav__item:nth-child(2) {
	border-right: #333 1px solid;
	border-left: #333 1px solid;
}

.p-nav__link {
	position: relative;
	height: 120px;
	align-items: center;
	justify-content: center;
}

.p-nav__link-text {
	font-size: 2.6rem;
	text-align: center;
}

.p-nav__link-arrow {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 2.23rem;
	height: 1.98rem;
	transform: translate(0, -50%);
}

.p-nav__link-arrow:before {
	top: 50%;
	width: 2.23rem;
	height: 1.98rem;
	transition: .3s;
	background: url('../images/cmn/icn_arw_right.svg') center center/contain no-repeat;
}

.p-nav__link-arrow:after {
	top: 50%;
	width: 2.23rem;
	height: 1.98rem;
	transition: transform .3s ease-in-out;
	opacity: 0;
	background: url('../images/cmn/icn_arw_right.svg') center center/contain no-repeat;
}

.p-nav__link:hover.p-nav__prev > .p-nav__link-arrow:before {
	transform: translate(-200%, -50%) scale(-1, 1);
}

.p-nav__link:hover.p-nav__prev > .p-nav__link-arrow:after {
	transform: translate(0, -50%) scale(-1, 1);
	opacity: 1;
}

.p-nav__link:hover.p-nav__next > .p-nav__link-arrow:before {
	transform: translate(200%, -50%);
}

.p-nav__link:hover.p-nav__next > .p-nav__link-arrow:after {
	transform: translate(0, -50%);
	opacity: 1;
}

.p-nav__link:hover.p-nav__back .p-nav__back-text {
	background-size: 100% 90%;
}

.p-nav__prev-arrow {
	left: 0;
}

.p-nav__prev-arrow:before {
	left: 0;
	transform: translate(0, -50%) scale(-1, 1);
}

.p-nav__prev-arrow:after {
	left: 0;
	transform: translate(200%, -50%) scale(-1, 1);
}

.p-nav__next-arrow {
	right: 0;
}

.p-nav__next-arrow:before {
	right: 0;
	transform: translate(0, -50%);
}

.p-nav__next-arrow:after {
	right: 0;
	transform: translate(-200%, -50%);
}

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

.u-pc-hide {
	display: block;
}

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

.l-inner {
	max-width: 89.3333333333vw;
}

.l-wrapper {
	width: 89.3333333333vw;
	padding: 5.3333333333vw 0;
}

.p-main {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	padding: 5.3333333333vw;
	border-radius: 2.6666666667vw;
}

.p-main__title {
	font-size: 1.5rem;
}

.p-main__eyecatch {
	margin-top: 6.6666666667vw;
}

.p-main h2.wp-block-heading {
	margin-top: 7.3333333333vw;
}

.p-side {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	height: auto;
	margin-top: 13.3333333333vw;
	padding: 0;
	border-radius: 2.6666666667vw;
}

.p-side__tag-name {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#ez-toc-container {
	margin-top: 6.6666666667vw;
}

.p-nav {
	margin: 8vw 6.6666666667vw 0 5.3333333333vw;
}

.p-nav__link {
	height: 16vw;
}

.p-nav__link-text {
	font-size: 1.2rem;
}

.p-nav__link-arrow {
	width: 1.23rem;
	height: .98rem;
}

.p-nav__link-arrow:before {
	width: 1.23rem;
	height: .98rem;
}

.p-nav__link-arrow:after {
	width: 1.23rem;
	height: .98rem;
}

}


/*# sourceMappingURL=maps/single.css.map */
