@charset "UTF-8";
.l-main {
	background-color: #F6F6F6;
	position: relative;
}

.c-pankz__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-pankz__list li {
	display: inline-block;
	white-space: nowrap;
}
.c-pankz__list li:last-of-type {
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-blog__tri {
	width: 76.15rem;
	height: 34.1976rem;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.3);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
	.p-blog__tri {
		width: 37.5rem;
		height: 16.7762rem;
	}
}

.p-blog {
	position: relative;
	padding-top: 8rem;
	padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
	.p-blog {
		padding-top: 4rem;
		padding-bottom: 0;
	}
	.p-blog .l-content-inner {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-blog.-detail {
		padding-top: 2.3rem;
	}
}
.p-blog__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/*-------------- detail ----------------*/
}
@media screen and (max-width: 767px) {
	.p-blog__content {
		display: block;
	}
}
.p-blog__content .side {
	width: 27.6rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-blog__content .side {
		margin: 8.6rem 0 0;
		width: 100%;
	}
}
.p-blog__content .side-box {
	background-color: #ffffff;
	margin-top: 2.4rem;
	padding: 3.2rem 2.4rem 2.4rem;
	color: #333;
}
@media screen and (max-width: 767px) {
	.p-blog__content .side-box {
		width: 100%;
		padding: 3.2rem 1.6rem 2.4rem;
		margin-top: 0;
	}
}
.p-blog__content .side-box:first-of-type {
	margin-top: 0;
}
.p-blog__content .side-box__title {
	color: #333;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 100%; /* 2.2rem */
	margin-bottom: 1.2rem;
}
.p-blog__content .side-box__list .item {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 100%; /* 1.6rem */
	border-bottom: 1px solid #C6C5C5;
}
.p-blog__content .side-box__list .item:last-of-type {
	border-bottom: none;
}
.p-blog__content .side-box__list .item__inn {
	padding: 2rem 0;
	display: block;
	position: relative;
}
.p-blog__content .side-box__list .item__inn::after {
	content: "";
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background-image: url(../images/blog/arrow-side.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-blog__content .side-box__search {
	position: relative;
	margin-top: 2rem;
}
.p-blog__content .side-box__input {
	padding: 1.4rem 1.2rem;
	font-size: 1.6rem;
	border: 1px solid #666;
}
.p-blog__content .side-box__btn {
	position: absolute;
	right: 1.2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.4rem;
	height: 2.4rem;
	background-image: url(../images/blog/icn_search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
}
.p-blog__content .main {
	width: 67.6rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-blog__content .main {
		width: 100%;
		padding: 0 2.5rem;
	}
}
.p-blog__content .main__title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 100%; /* 3.2rem */
	margin-bottom: 4rem;
}
.p-blog__content .main__title.-category {
	color: #177272;
}
.p-blog__content .blog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 2.4rem;
}
.p-blog__content .blog-list .item {
	width: 32.6rem;
}
.p-blog__content .blog-list .item__inn {
	display: block;
	background-color: #ffffff;
	height: 100%;
}
.p-blog__content .blog-list .item .img {
	width: 100%;
	height: 18.2rem;
	overflow: hidden;
}
.p-blog__content .blog-list .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-blog__content .blog-list .item .cnt {
	padding: 2.4rem 1.6rem 6.4rem;
	position: relative;
	height: calc(100% - 18.2rem);
}
.p-blog__content .blog-list .item .title {
	margin-top: 0.8rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 168%; /* 3.024rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.p-blog__content .blog-list .item .text {
	margin-top: 0.4rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 168%; /* 2.352rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.p-blog__content .blog-list .item .date-list {
	position: absolute;
	bottom: 2.4rem;
	right: 1.6rem;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.p-blog__content .tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.p-blog__content .tag {
	border-radius: 100vh;
	background: #177272;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 100%; /* 1.4rem */
	padding: 0.5rem 1em 0.6rem;
}
.p-blog__content .date-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.2rem;
}
.p-blog__content .date {
	color: #666;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 100%; /* 1.3rem */
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.4rem;
}
.p-blog__content .date::before {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.p-blog__content .date.-clock::before {
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../images/blog/icn_clock.svg);
}
.p-blog__content .date.-update::before {
	background-image: url(../images/blog/icn_update.svg);
}
.p-blog__content .pagenation {
	margin-top: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-blog__content .pagenation .item {
	width: 4rem;
	height: 4rem;
	margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .pagenation .item {
		width: 3.5rem;
		height: 3.5rem;
		margin-right: 0.5rem;
	}
}
.p-blog__content .pagenation .item__inn {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: #ffffff;
	color: #666;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 100%; /* 1.4rem */
}
.p-blog__content .pagenation .item.-current .item__inn {
	color: #ffffff;
	background-color: #177272;
	cursor: default;
	pointer-events: none;
}
.p-blog__content .pagenation .item.-dots {
	width: 1rem;
	margin: 0 1.2rem 0 1.2rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .pagenation .item.-dots {
		margin: 0 0.5rem;
	}
}
.p-blog__content .pagenation .item.-dots .item__inn {
	pointer-events: none;
	background-color: transparent;
	background-image: url(../images/blog/dots-pager.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.p-blog__content .pagenation .item.-arrow {
	margin-right: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .pagenation .item.-arrow {
		margin-right: auto;
		margin-left: 0;
	}
}
.p-blog__content .pagenation .item.-arrow .item__inn {
	position: relative;
	background-color: #177272;
}
.p-blog__content .pagenation .item.-arrow .item__inn::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../images/blog/arrow-pager.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-size: 1.5rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.p-blog__content .pagenation .item.-next {
	margin-right: 0;
	margin-left: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .pagenation .item.-next {
		margin-right: 0;
		margin-left: auto;
	}
}
.p-blog__content .pagenation .item.-next .item__inn::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail {
		padding: 0;
	}
}
.p-blog__content .detail__inn {
	background-color: #ffffff;
	padding: 4.4rem 4.8rem 8rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__inn {
		padding: 3.6rem 1.6rem 6.4rem;
	}
}
.p-blog__content .detail .tag {
	font-size: 1.6rem;
	padding: 0.5em 1.5em;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail .tag {
		font-size: 1.4rem;
	}
}
.p-blog__content .detail .detail-title {
	margin-top: 1.6rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 160%; /* 4.16rem */
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail .detail-title {
		font-size: 2.2rem;
		letter-spacing: 0.088rem;
	}
}
.p-blog__content .detail .date-list {
	margin-top: 1.6rem;
}
.p-blog__content .detail__mainimg {
	margin-top: 3.2rem;
}
.p-blog__content .detail__mainimg img {
	display: block;
	width: 100%;
}
.p-blog__content .detail #toc_container {
	margin-top: 4rem;
	padding: 3.2rem 4rem;
	border: 1px solid #C6C5C5;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail #toc_container {
		padding: 2.8rem 2.4rem;
	}
}
.p-blog__content .detail .toc_title {
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 100%; /* 2.2rem */
	margin: 0;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail .toc_title {
		font-size: 1.8rem;
	}
}
.p-blog__content .detail .toc_list {
	margin-top: 2.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
.p-blog__content .detail .toc_list li {
	margin-top: 1rem;
}
.p-blog__content .detail .toc_list ul {
	padding-left: 3.2rem;
	color: #666;
	font-size: 1.5rem;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail .toc_list ul {
		padding-left: 1rem;
	}
}
.p-blog__content .detail__content::after {
	content: "";
	display: block;
	clear: both;
}
.p-blog__content .detail__content img {
	max-width: 100%;
	height: auto;
}
.p-blog__content .detail__content img.size-full {
	width: 100%;
}
.p-blog__content .detail__content .aligncenter {
	display: block;
	margin: 0 auto;
}
.p-blog__content .detail__content .aligncenter img {
	display: block;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__content .aligncenter img {
		width: 100%;
	}
}
.p-blog__content .detail__content .alignright {
	float: right;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__content .alignright {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.p-blog__content .detail__content .alignright img {
		display: block;
		margin: auto;
		width: 100%;
	}
}
.p-blog__content .detail__content .alignleft {
	float: left;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__content .alignleft {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.p-blog__content .detail__content .alignleft img {
		display: block;
		margin: auto;
		width: 100%;
	}
}
.p-blog__content .detail__content h2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%; /* 2.4rem */
	margin-top: 4.4rem;
	margin-bottom: 3.2rem;
	position: relative;
	padding-left: 2rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__content h2 {
		font-size: 2.2rem;
		padding-left: 1.4rem;
		margin-bottom: 2rem;
		margin-top: 4rem;
	}
}
.p-blog__content .detail__content h2::before {
	content: "";
	display: block;
	background-color: #059E9E;
	width: 0.4rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.p-blog__content .detail__content h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 140%; /* 2rem */
	border-bottom: 2px solid #059E9E;
	padding-bottom: 0.7rem;
	margin-bottom: 2.4rem;
	margin-top: 2.4rem;
}
.p-blog__content .detail__content h4 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 140%; /* 1.8rem */
	margin: 2.4rem 0;
}
.p-blog__content .detail__content p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 200%;
	margin: 2.4rem 0;
}
.p-blog__content .detail__content p a {
	color: #177272;
	text-decoration: underline;
}
.p-blog__content .detail__content p.has-small-font-size {
	font-size: 1.2rem;
	line-height: 2.3;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__content p.has-small-font-size {
		font-size: 6.4vw;
	}
}
.p-blog__content .detail__content p strong {
	font-weight: bold;
}
.p-blog__content .detail__content blockquote {
	margin: 2.4rem 0 2.4rem 2.8rem;
	padding-left: 2.8rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__content blockquote {
		margin-left: 1.6rem;
	}
}
.p-blog__content .detail__content blockquote::before {
	content: "";
	display: block;
	position: absolute;
	width: 0.4rem;
	height: 100%;
	background: #D9D9D9;
	left: 0;
	top: 0;
}
.p-blog__content .detail__content ul.wp-block-list, .p-blog__content .detail__content ol.wp-block-list {
	margin: 2.4rem 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}
.p-blog__content .detail__content ul.wp-block-list li, .p-blog__content .detail__content ol.wp-block-list li {
	position: relative;
	padding-left: 1.6rem;
	list-style: none;
}
.p-blog__content .detail__content ul.wp-block-list li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.p-blog__content .detail__content ol.wp-block-list {
	counter-reset: item;
	list-style-type: none;
}
.p-blog__content .detail__content ol.wp-block-list li {
	padding-left: 2.4rem;
}
.p-blog__content .detail__content ol.wp-block-list li::before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 1.5em;
}
.p-blog__content .detail__content .wp-block-image .aligncenter > figcaption,
.p-blog__content .detail__content .wp-block-image .alignleft > figcaption,
.p-blog__content .detail__content .wp-block-image .alignright > figcaption,
.p-blog__content .detail__content .wp-block-image.aligncenter > figcaption,
.p-blog__content .detail__content .wp-block-image.alignleft > figcaption,
.p-blog__content .detail__content .wp-block-image.alignright > figcaption,
.p-blog__content .detail__content .wp-element-caption {
	display: block;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}
.p-blog__content .detail__content .wp-block-image {
	margin: 2.4rem 0;
}
.p-blog__content .detail__content .wp-block-table,
.p-blog__content .detail__content .wp-block-flexible-table-block-table {
	margin: 2.4rem 0;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__content .wp-block-table.is-scroll-on-mobile,
	.p-blog__content .detail__content .wp-block-flexible-table-block-table.is-scroll-on-mobile {
		overflow-x: scroll;
		padding-bottom: 0.5rem;
	}
	.p-blog__content .detail__content .wp-block-table.is-scroll-on-mobile table,
	.p-blog__content .detail__content .wp-block-flexible-table-block-table.is-scroll-on-mobile table {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}
.p-blog__content .detail__content .wp-block-table table,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table {
	width: 100%;
	border-collapse: collapse;
}
.p-blog__content .detail__content .wp-block-table table.has-fixed-layout,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table.has-fixed-layout {
	table-layout: fixed;
}
.p-blog__content .detail__content .wp-block-table table th, .p-blog__content .detail__content .wp-block-table table td,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table th,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table td {
	border: 1px solid #177272;
	padding: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__content .wp-block-table table th, .p-blog__content .detail__content .wp-block-table table td,
	.p-blog__content .detail__content .wp-block-flexible-table-block-table table th,
	.p-blog__content .detail__content .wp-block-flexible-table-block-table table td {
		width: auto !important;
	}
}
.p-blog__content .detail__content .wp-block-table table th a, .p-blog__content .detail__content .wp-block-table table td a,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table th a,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table td a {
	text-decoration: underline;
}
.p-blog__content .detail__content .wp-block-table table th,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table th {
	background: #059E9E;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.p-blog__content .detail__content .wp-block-table table td,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table td {
	font-size: 1.5rem;
	line-height: 1.5;
}
.p-blog__content .detail__content .wp-block-table table .bg,
.p-blog__content .detail__content .wp-block-flexible-table-block-table table .bg {
	background: #F6F6F6;
}
.p-blog__content .detail__supervisor {
	margin-top: 4.8rem;
	border-top: 1px solid #C6C5C5;
	padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__supervisor {
		margin-top: 5.6rem;
		padding-top: 2.4rem;
	}
}
.p-blog__content .detail__supervisor .supervisor__title {
	margin-bottom: 1.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 100%; /* 1.8rem */
}
.p-blog__content .detail__supervisor .supervisor__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3.2rem 4rem;
	background: #F6F6F6;
}
.p-blog__content .detail__supervisor .supervisor__box + .supervisor__title {
	margin-top: 1.6rem;
}
.p-blog__content .detail__supervisor .supervisor__box .img {
	width: 8.4rem;
	height: 8.4rem;
	overflow: hidden;
}
.p-blog__content .detail__supervisor .supervisor__box .img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-blog__content .detail__supervisor .supervisor__box .cnt {
	width: calc(100% - 8.4rem);
	padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__supervisor .supervisor__box .cnt {
		padding-left: 1.6rem;
	}
}
.p-blog__content .detail__supervisor .supervisor__box .name {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 150%; /* 2.7rem */
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-blog__content .detail__supervisor .supervisor__box .name {
		font-size: 1.6rem;
	}
}
.p-blog__content .detail__supervisor .supervisor__box .text {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 150%; /* 2.1rem */
}
.p-blog .related-post {
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-blog .related-post {
		margin-top: 5.6rem;
		padding: 0 1.6rem 6rem;
	}
}
@media screen and (max-width: 767px) {
	.p-blog .related-post .main__title {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 100%; /* 2.2rem */
		margin-bottom: 2.4rem;
	}
}
@media screen and (max-width: 767px) {
	.p-blog .related-post .blog-list {
		gap: 3.2rem;
	}
}
@media screen and (max-width: 767px) {
	.p-blog .related-post .blog-list .item {
		width: 100%;
	}
	.p-blog .related-post .blog-list .item__inn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: transparent;
	}
	.p-blog .related-post .blog-list .item .img {
		width: 10rem;
		height: 5.6rem;
	}
	.p-blog .related-post .blog-list .item .cnt {
		width: calc(100% - 10rem);
		padding: 0 0 0 2.4rem;
	}
	.p-blog .related-post .blog-list .item .tag {
		font-size: 1.3rem;
	}
	.p-blog .related-post .blog-list .item .date-list {
		position: static;
		gap: 1.2rem;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		width: calc(100% + 5rem);
		margin-left: -5rem;
		margin-top: 0.9rem;
	}
	.p-blog .related-post .blog-list .item .date {
		font-size: 1.2rem;
	}
	.p-blog .related-post .blog-list .item .title {
		font-size: 1.6rem;
	}
	.p-blog .related-post .blog-list .item .text {
		font-size: 1.3rem;
		-webkit-line-clamp: 3;
	}
}
/*# sourceMappingURL=blog.css.map */