@charset "utf-8";

/**
 * news list common
 */
#news-columns> :not(.breadcrumbs):not(.relational-service-in-case):not(.contact):not(.relational-post-wrapper) {
	/* 	width: 100%;
	max-width: 948px;
	margin-right: auto;
	margin-left: auto; */
}

li span strong {
	display: block;
}


a {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

#home a {
	text-decoration: none;
}

#header a {
	text-decoration: none;
}

#menu a {
	color: inherit;
	text-decoration: none;
}

footer a {
	color: inherit;
	text-decoration: none;
}

#list-news-columns a:not(.breadcrumbs span a):not(.blog-title a):not(.page-nav a):not(.buttons2 li a) {
	color: aliceblue;
	text-decoration: none;
}

#list-news-columns .buttons,
#list-news-columns .buttons2 {
	width: 100%;
}

#list-news-columns .buttons {
	margin: 0;
}

#list-news-columns .buttons li {
	margin: 0;
	margin-right: 5px;
	margin-bottom: 8px;
}

#list-news-columns .buttons li a.news {
	background-color: #178fb4;
}

#list-news-columns .buttons li a.news:hover {
	background-color: #ebc439;
}

#list-news-columns .buttons2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

#list-news-columns .buttons2 li {
	margin: 0;
	margin-right: 5px;
	margin-bottom: 8px;
}

#list-news-columns .buttons2 li a {
	color: #158a7e;
	font-size: .8em;
	text-decoration: none;
	border-radius: 0;
	border: 1px solid #259C90;
	background-color: #fff;
	padding: 3px 15px;
}

#list-news-columns .buttons2 li a:hover {
	color: #fff;
	background-color: #259C90;
}

.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.box_2line a {
	color: black;
	text-decoration: none;
}

.wp-block-button__link a {
	color: inherit;
	text-decoration: none;
}

.blog-footer ul {
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 30px 0;
	border-top: 1px solid #259c90;
	margin-top: 80px;
}

.blog-footer li {
	width: 100%;
	max-width: 220px;
	margin: 0 5px 10px
}

.blog-footer li a.button {
	display: block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	white-space: pre;
	padding: 10px 30px;
	padding-right: 20px;
	border-radius: 0;
}

.blog-footer li a.button::after {
	font-family: "Material Icons";
	content: "\e037";
	display: inline-block;
	vertical-align: -2px;
	margin-left: 3px;
}

/* #news-columns.single-page ol,
#news-columns.single-page ul {
	margin-top: 25px;
} */

#news-columns.single-page .header-eyecatch {
	margin-bottom: 20px;
}

#news-columns.single-page ol li {
	list-style-type: decimal;
	padding-left: 0;
	margin-left: 40px;
	margin-bottom: 20px;
}

#news-columns.single-page ul li {
	margin-bottom: 20px;
}

#news-columns.single-page ul ul,
#news-columns.single-page ol ul {
	padding-left: 0;
}

#news-columns.single-page ul ul li,
#news-columns.single-page ol ul li {
	list-style-type: disc;
}

.single-page h3 {
	padding: 5px 0;
	border-bottom: solid 2px #259c90;
	position: relative;
}

/* .single-page h3::before {
	content: "";
	width: 5px;
	height: 25px;
	background-color: #158a7e;
	position: absolute;
	top: 6px;
	left: 0;
} */

#news-columns.single-page h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
}

#news-columns.single-page .wp-block-embed {
	margin: 0;
}

#news-columns.single-page blockquote {
	padding: 50px 30px 20px;
	margin-bottom: 30px;
	box-shadow: none;
}

#news-columns.single-page blockquote::before {
	content: "“";
	color: #158a7e;
	font-size: 60px;
	font-weight: bold;
	background: transparent;
	box-shadow: none;
	width: auto;
	height: auto;
	top: 30px;
	left: 20px;
}

#news-columns.single-page blockquote::after {
	display: none;
}

#news-columns.single-page .wp-block-embed iframe {
	width: 100%;
	margin: 20px 0;
}

#news-columns.single-page table {
	width: 100%;
	font-size: 85%;
	padding: 0 10px;
	margin: 30px 0;
}

#news-columns.single-page table caption {
	color: #158a7e;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

#news-columns.single-page table tr:nth-child(odd) {
	background-color: #f8f8f8;
}

#news-columns.single-page table tr:nth-child(even) {
	background-color: #efefef;
}

#news-columns.single-page table th {
	color: #fff;
	text-align: center;
	background-color: #06a09d
}

#news-columns.single-page table th,
#news-columns.single-page table td {
	padding: 10px;
}

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

	#news-columns.single-page table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	#news-columns.single-page table caption {
		text-align: left;
	}

}

#news-columns.single-page .box_2line {
	padding-top: 1.5em;
	margin-top: 3em;
	position: relative;
}

#news-columns.single-page .box_2line h2 {
	width: 80px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px 30px;
	border-radius: 30px;
	background: #259c90;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#news-columns.single-page .box_2line ul,
#news-columns.single-page .box_2line ol {
	list-style-type: none;
	font-size: 90%;
	padding-left: 1em;
}

#news-columns.single-page .box_2line li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

#news-columns.single-page .box_2line li::before {
	font-family: "Material Icons";
	content: "\e037";
	color: #158a7e;
	vertical-align: -2px;
}

#news-columns.single-page .box_2line li a {
	color: #158a7e;
	transition: .3s;
}

#news-columns.single-page .box_2line li a:hover {
	color: #efc11e;
	text-decoration: underline;
	transition: .3s;
}

#news-columns.single-page pre.wp-block-preformatted {
	color: #b7e164;
	font-size: .9em;
	padding: 30px;
	background-color: #333;
	overflow: scroll;
}

#news-columns.single-page h4 span.box-title {
	display: inline-block;
	color: #fff;
	font-size: .8em;
	letter-spacing: 0;
	padding: 1px 5px;
	background: #009f90;
	margin-right: 5px;
}

#news-columns.single-page .balloon5 {
	display: flex;
	flex-flow: row nowrap;
	padding: 0 10px;
}

#news-columns.single-page .balloon6 {
	display: flex;
	flex-flow: row-reverse nowrap;
	padding: 10px 20px;
}

#news-columns.single-page .balloon5 figure,
#news-columns.single-page .balloon6 figure {
	width: 120px;
	margin: 0;
}

#news-columns.single-page .balloon5 figure img,
#news-columns.single-page .balloon6 figure img {
	height: auto;
	border-radius: 50%;
}

#news-columns.single-page .balloon6 figure img {
	background-color: #fee;
}

#news-columns.single-page .balloon5 figcaption,
#news-columns.single-page .balloon6 figcaption {
	font-size: 14px;
}

#news-columns.single-page .chatting {
	width: auto;
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

#news-columns.single-page .chatting .says1 {
	padding: 20px 30px;
	margin: 0 0 0 30px;
}

#news-columns.single-page .chatting .says2 {
	padding: 20px 30px;
	margin: 0 30px 0 0;
}

#news-columns.single-page .chatting .says2::after {
	left: auto;
	right: -24px;
	border: 12px solid transparent;
	border-left: 12px solid #fff2e0;
}

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

	#news-columns.single-page .balloon5 {
		flex-flow: row wrap;
	}

	#news-columns.single-page .balloon6 {
		flex-flow: row-reverse wrap;
	}

	#news-columns.single-page .balloon5 figure,
	#news-columns.single-page .balloon6 figure {
		width: 80px;
	}

	#news-columns.single-page .chatting {
		width: 100%;
		flex: auto;
	}

	#news-columns.single-page .chatting .says1,
	#news-columns.single-page .chatting .says2 {
		margin: 0;
		margin-top: 20px;
	}

	#news-columns.single-page .chatting .says1::after {
		top: -24px;
		left: 30px;
		border: 12px solid transparent;
		border-bottom: 12px solid #d7ebfe;
	}

	#news-columns.single-page .chatting .says2::after {
		top: -24px;
		left: auto;
		right: 28px;
		border: 12px solid transparent;
		border-bottom: 12px solid #fff2e0;
	}

}

/**
 * 2カラム レイアウト
 */
#news-columns {
	width: 100%;
	max-width: 1140px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

#news-columns .content-L {
	width: 800px;
	margin-right: 40px;
}

#news-columns .content-R {
	width: 300px;
}

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

	#news-columns {
		flex-flow: row wrap;
	}

	#news-columns.single-page {
		padding: 10px;
		box-sizing: border-box;
	}

	#news-columns .content-L {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 60px;
	}

	#news-columns .content-R {
		width: 100% !important;
	}

}

/**
 * サイドメニュー
 */
#news-columns .sidebar {
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
}

#news-columns.single-page .sidebar {
	padding-top: 0;
}

#news-columns .sidebar .content {
	padding: 0;
}

#list-news-columns .sidebar {
	padding-top: 0;
}

#news-columns .sidebar .recommend-posts {
	position: sticky;
	top: 80px;
}

#news-columns .sidebar h2 {
	font-size: 18px;
	color: #fff;
	background-color: #009f90;
	padding: 5px 15px;
	margin-top: 0;
	margin-bottom: 15px;
}

#news-columns .sidebar .recommend-posts h2::before {
	font-family: "Material Icons";
	content: "\e02f";
	font-size: 1.2em;
	vertical-align: -5px;
	margin-right: 3px;
}

#news-columns .sidebar .pickup-posts h2::before {
	font-family: "Material Icons";
	content: "\e90f";
	font-size: 1.2em;
	vertical-align: -5px;
	margin-right: 3px;
}

#news-columns .sidebar .recent-posts h2::before {
	content: "NEW";
	letter-spacing: 0;
	font-size: .8em;
	margin-right: 3px;
}

#news-columns .sidebar #search-from-terms h2::before {
	font-family: "Material Icons";
	content: "\e8b6";
	font-size: 1.2em;
	vertical-align: -5px;
}

#list-news-columns .sidebar h2 {
	color: #fff;
	background-color: #009f90;
}

#news-columns .sidebar .recommend-posts ul,
#news-columns .sidebar .recent-posts ul,
#news-columns .sidebar .pickup-posts ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 30px
}

#news-columns .sidebar .recommend-posts ul li,
#news-columns .sidebar .recent-posts ul li,
#news-columns .sidebar .pickup-posts ul li {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#news-columns .sidebar .recommend-posts ul li a,
#news-columns .sidebar .recent-posts ul li a,
#news-columns .sidebar .pickup-posts ul li a {
	display: flex;
	align-items: center;
	font-size: 14px;
	text-decoration: none;
}

#news-columns .sidebar .recommend-posts .blog-thumb,
#news-columns .sidebar .recent-posts .blog-thumb,
#news-columns .sidebar .pickup-posts .blog-thumb {
	width: 40%;
	height: 100%;
	min-height: auto;
	border: 1px solid #f2f2f2;
}

#news-columns .sidebar .recommend-posts .blog-thumb::before,
#news-columns .sidebar .recent-posts .blog-thumb::before,
#news-columns .sidebar .pickup-posts .blog-thumb::before {
	padding-bottom: 100%;
}

#news-columns .sidebar .recommend-posts .blog-thumb img,
#news-columns .sidebar .recent-posts .blog-thumb img,
#news-columns .sidebar .pickup-posts .blog-thumb img {
	width: 100%;
	height: 100%;
}

#list-news-columns .sidebar .recommend-posts ul li,
#list-news-columns .sidebar .recent-posts ul li,
#list-news-columns .sidebar .pickup-posts ul li {
	border-bottom: 1px solid #ddd;
}

#news-columns .sidebar .recommend-posts ul li {
	counter-increment: num;
}

#news-columns .sidebar .recommend-posts .blog-thumb::after {
	position: relative;
}

#news-columns .sidebar .recommend-posts .blog-thumb::after {
	content: counter(num);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding: 3px 6px;
	background-color: #009f90;
	z-index: 5;
}

#news-columns .sidebar .recommend-posts ul li:nth-child(1) .blog-thumb::after {
	background-color: #eabf22;
}

#news-columns .sidebar .recommend-posts ul li:nth-child(2) .blog-thumb::after {
	background-color: #93aac0;
}

#news-columns .sidebar .recommend-posts ul li:nth-child(3) .blog-thumb::after {
	background-color: #ce9356;
}

#news-columns .sidebar .recommend-posts .blog-title,
#news-columns .sidebar .recent-posts .blog-title,
#news-columns .sidebar .pickup-posts .blog-title {
	width: 57%;
	color: #158a7e;
	font-weight: 600;
	letter-spacing: 0;
	margin-left: 3%;
}

#news-columns .sidebar .blog-title br {
	display: none;
}

#news-columns .sidebar a:hover .blog-title {
	color: #efc11e;
}

#list-news-columns .sidebar .recommend-posts .blog-title,
#list-news-columns .sidebar .recent-posts .blog-title,
#list-news-columns .sidebar .pickup-posts .blog-title {
	color: #158a7e;
}

#list-news-columns .sidebar a:hover .blog-title {
	color: #efc11e;
}

#news-columns .sidebar .recent-posts .blog-title {
	position: relative;
}

#news-columns .sidebar .recent-posts .blog-title::before {
	content: "NEW";
	color: #c14980;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	position: absolute;
	top: -20px;
	left: 0;
}

#news-columns .sidebar ul.buttons {
	margin: 0 0 30px;
}

#news-columns .sidebar ul.buttons li {
	margin: 0 5px 10px 0;
}

#news-columns .sidebar ul.buttons li a {
	color: #fff;
	text-decoration: none;
}

#news-columns .sidebar ul.buttons li a.news {
	background-color: #178fb4;
}

#news-columns .sidebar ul.buttons li a.news:hover {
	background-color: #efc11e;
}

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

	#news-columns .sidebar {
		display: flex;
		max-width: 800px;
		margin: 0 auto;
	}

	#news-columns .sidebar h2,
	#list-news-columns .sidebar h2 {
		height: 35px;
	}

	#news-columns .sidebar .recommend-posts {
		width: 48.5%;
	}

	#news-columns .sidebar .recent-posts,
	#news-columns .sidebar .pickup-posts {
		width: 48.5%;
		margin-right: 3%;
	}

	#news-columns .sidebar #search-from-terms {
		display: none;
	}

}

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

	#news-columns .sidebar {
		display: block;
	}

	#news-columns .sidebar h2,
	#list-news-columns .sidebar h2 {
		height: auto;
	}

	#news-columns .sidebar .recommend-posts {
		width: 100%;
	}

	#news-columns .sidebar .recent-posts,
	#news-columns .sidebar .pickup-posts {
		width: 100%;
		margin-right: 0;
	}

}

/**
 * 前の記事・次の記事
 */
#pre-next-nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px solid #f2f2f2;
}

#pre-next-nav .pre-nav,
#pre-next-nav .next-nav {
	width: 40%;
	padding: 10px 20px;
	box-sizing: border-box;
}

#pre-next-nav .to-list {
	width: 20%;
}

#pre-next-nav .to-list a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	white-space: pre;
	padding: 10px 20px;
	box-sizing: border-box;
}

#pre-next-nav .pre-nav {
	text-align: left;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

#pre-next-nav .next-nav {
	text-align: right;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

#pre-next-nav a {
	display: block;
	color: #158a7e;
	font-size: 16px;
	text-decoration: none;
}

#pre-next-nav h2 {
	color: #158a7e;
	font-size: 20px;
}

#pre-next-nav .pre-nav h2::before {
	font-family: "Material Icons";
	content: "\e314";
	vertical-align: -2px;
}

#pre-next-nav .next-nav h2::after {
	font-family: "Material Icons";
	content: "\e315";
	vertical-align: -2px;
}

#pre-next-nav a:hover {
	color: #efc11e;
}

#pre-next-nav a:hover h2 {
	color: #efc11e;
}

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

	#pre-next-nav {
		display: flex;
		flex-flow: row wrap;
	}

	#pre-next-nav .pre-nav,
	#pre-next-nav .next-nav {
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
	}

	#pre-next-nav .to-list {
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
	}

	#pre-next-nav .to-list a {
		padding: 20px;
	}

	#pre-next-nav p {
		margin: 0;
	}

}

/**
 * 関連する記事
 */

#related-posts h2 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #009f90;
}

#related-posts ul.relational-post-list {
	justify-content: flex-start;
}

#related-posts li.relational-post {
	width: 31.3333%;
	background-color: #fff;
	box-shadow: 3px 3px 12px rgb(0 0 0 / 10%);
	padding: 30px 20px;
	box-sizing: border-box;
	margin-right: 3%;
}

#related-posts li.relational-post:last-child {
	margin-right: 0;
}

#related-posts li.relational-post a {
	display: flex;
	flex-flow: column nowrap;
	text-decoration: none;
}

#related-posts li.relational-post .blog-thumb {
	width: 100%;
	height: auto;
	min-height: auto;
	margin-bottom: 10px;
}

#related-posts li.relational-post .blog-title {
	color: #158a7e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

#related-posts li.relational-post a:hover .blog-title {
	color: #efc11e;
}

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

	#related-posts {
		padding: 10px;
	}

}

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

	#related-posts li.relational-post {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	#related-posts ul.relational-post-list {
		padding-bottom: 60px;
	}

	#related-posts li.relational-post:last-child {
		margin-right: auto;
	}

}

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

	.single-page h1 {
		font-size: 28px;
	}

	.single-page h2.title,
	.single-page h2.title6 {
		font-size: 26px;
	}

	.single-page h3 {
		font-size: 22px;
	}

	#news-columns.single-page figure.wp-block-image {
		margin: 0;
	}

	#news-columns.single-page blockquote {
		margin: 0 0 30px;
	}

	#news-columns.single-page blockquote p {
		font-size: 14px;
		line-height: 1.4;
	}

}

.sns-share {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: 50px;
}

.sns-share a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0 15px;
	padding-left: 12px;
	background-color: #1d9bf0;
	border-radius: 30px;
}

.sns-share img {
	width: 30px;
}

.sns-share a:hover {
	color: #fff;
}

.sns-share:hover {
	opacity: .8;
}

.addtoany_shortcode {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 50px !important;
}

.addtoany_content {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px !important;
}

.a2a_kit a {
	height: 50px;
}

.addtoany_list a:not(.addtoany_special_service) > span {
	height: 50px !important;
	padding: 5px;
	position: relative;
}

.addtoany_list a:not(.addtoany_special_service) > span.a2a_label {
	display: none;
}

.addtoany_list a:not(.addtoany_special_service) > span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	white-space: pre;
	text-align: center;
}
.addtoany_list a.a2a_button_twitter > span::after {
	content: "ツイート";
}
.addtoany_list a.a2a_button_x > span::after {
	content: "ツイート";
}
.addtoany_list a.a2a_button_facebook > span::after {
	content: "シェア";
}
.addtoany_list a.a2a_button_hatena > span::after {
	content: "はてブ";
}
.addtoany_list a.a2a_button_line > span::after {
	content: "送る";
}
.addtoany_list a.a2a_button_pocket > span::after {
	content: "Pocket";
}

.a2a_svg svg {
	width: 30px !important;
	margin-top: 3px !important;
}

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

	.addtoany_list a:not(.addtoany_special_service)>span::after {
		content: "" !important;
	}

	.addtoany_list a:not(.addtoany_special_service)>span {
		width: 30px !important;
		height: 30px !important;
	}

	.a2a_svg svg {
		margin-top: 0 !important;
	}

}

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

	.wp-block-table {
		margin: 0;
	}

}

.post-type-archive-blog_news .list-post section:nth-of-type(odd) {
	background-color: #fff;
}

.post-type-archive-blog_news .list-post section:nth-of-type(even) {
	background-color: #f4f4f4;
}


/**
 * PigUP
*/
#list-usecase.pigup .sub-header::before {
	background-image: url("../img/pigup_header.jpg");
	background-color: transparent;
	filter: brightness(.8);
	background-size: cover;
	background-position: center;
}

.pigup .sub-header::after {
	background: linear-gradient(to bottom, rgba(202, 244, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	mix-blend-mode: normal;
	filter: none;
}

.pigup .sub-header,
.pigup .sub-header::before,
.pigup .sub-header::after {
	height: 50vh;
	max-height: 560px;
	min-height: 480px;
}

.pigup .sub-title h2 {
	text-shadow: none;
	line-height: 1.5;
	margin: 0;
	margin-top: -30px;
}

.pigup .sub-title h2 span {
	font-family: 'Plus Jakarta Sans';
	color: #e91e63;
	background: -webkit-linear-gradient(left, #e91e63, #ffc107);
	background: linear-gradient(to right, #e91e63, #ffc107);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 150px;
	font-weight: 900;
}

.pigup .sub-title p {
	font-family: 'Plus Jakarta Sans', 'Noto Sans JP';
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
	margin: 0;
}

.list-post.pigup section:nth-of-type(odd) {
	background-color: #fff;
}

.list-post.pigup section:nth-of-type(even) {
	background-color: #f4f4f4;
}

.list-post.pigup h3>span {
	color: #203856;
}

.pigup .img-wrap {
	width: 480px;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.pigup .img-wrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 120%;
}

.pigup .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: center center;
}

/* .pigup .bg-line {
	position: relative;
}
.pigup .bg-line::before {
	content: "";
  width: 1px;
  height: 100%;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 50%;
}
.pigup .intro-wrap {
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.pigup .intro-wrap::before {
  content: "";
  width: 70%;
  height: 100%;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  position: absolute;
  top: 0;
  left: 15%;
} */

.pigup .intro-wrap .text-box p {
	font-size: 18px;
	font-weight: 500;
}

.pigup .intro-wrap .catch {
	display: flex;
	align-items: center;
	position: relative;
}

.pigup .intro-wrap .catch::before {
	content: "";
	width: 200%;
	height: 400px;
	background-color: #203856;
	position: absolute;
	left: -100px;
	bottom: 180px;
	transform: skewX(-10deg);
}

.pigup .intro-wrap .catch .text-box {
	color: #fff;
	text-align: left;
	margin-left: -50px;
	margin-bottom: 200px;
	position: relative;
	z-index: 1;
}

.pigup .intro-wrap .catch .img-wrap {
	margin-left: 80px;
}

.pigup .intro-wrap .catch img {
	filter: contrast(.9) brightness(.95);
}

.pigup .intro-wrap .about {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.pigup .intro-wrap .about::before {
	font-family: 'Plus Jakarta Sans';
	content: "ABOUT";
	color: #fff;
	font-size: 130px;
	font-weight: 900;
	line-height: 1;
	white-space: pre;
	text-shadow: 1px 1px 1px #203856, -1px 1px 1px #203856, 1px -1px 1px #203856, -1px -1px 1px #203856, 1px 0px 1px #203856, 0px 1px 1px #203856, -1px 0px 1px #203856, 0px -1px 1px #203856;
	position: absolute;
	top: 80px;
	left: 0;
	opacity: .3;
	z-index: 0;
}

.pigup .intro-wrap .about .text-box {
	color: #203856;
	flex: 1;
	padding-right: 30px;
	position: relative;
}

.pigup .intro-wrap .about h4 span {
	display: inline-block;
	font-family: 'Plus Jakarta Sans', 'Noto Sans JP';
	color: #e91e63;
	background: -webkit-linear-gradient(left, #e91e63, #ffc107);
	background: linear-gradient(to right, #e91e63, #ffc107);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 52px;
	font-weight: 900;
	padding-bottom: 10px;
	position: relative
}

.pigup .intro-wrap .about h4 span::before {
	content: "";
	width: 60px;
	height: 3px;
	background-color: #e91e63;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pigup .intro-wrap .about .img-wrap {
	flex: 1;
	width: 640px;
	position: relative;
}

.pigup .intro-wrap .about .img-wrap::before {
	padding-bottom: 66.6666%;
}

.pigup .pickup-slider .img-wrap {
	width: 100%;
	height: auto;
}

.pigup .pickup-slider .img-wrap::before {
	padding-bottom: 56.25%;
}

.pigup .pickup-slider .slick-prev,
.pigup .pickup-slider .slick-next {
	background-color: #203856;
}

.pigup .pickup-slider .slick-dots li button::before {
	color: #203856;
}

.pigup .pickup-slider .slick-dots li.slick-active button::before {
	color: #e91e63;
}

.pigup .pigup-list.content {
	max-width: 960px;
}

.pigup .pigup-list>ul {
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	padding-left: 0;
}

.pigup .pigup-list>ul>li {
	display: flex;
	flex-direction: column;
	width: 48%;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	border-radius: 10px;
	overflow: hidden;
	margin-left: 4%;
	margin-bottom: 50px;
}

.pigup .pigup-list>ul>li:nth-child(odd) {
	margin-left: 0;
}

.pigup .pigup-list li .img-wrap {
	width: 100%;
	height: auto;
}

.pigup .pigup-list li .img-wrap::before {
	padding-bottom: 66.6666%;
}

.pigup .pigup-list li .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: center center;
	border-radius: 10px 10px 0 0;
}

.pigup .pigup-list li a {
	text-decoration: none;
	transition: .2s;
}

.pigup .pigup-list li a:hover img {
	opacity: .8;
	transform: scale(1.02);
	transition: .2s;
}

.pigup .pigup-list .pigup-data {
	padding: 0 15px;
}

.pigup .pigup-list li p {
	color: #000;
}

.pigup .pigup-list p.pigup-title {
	color: #203856;
	font-size: 18px;
	font-weight: bold;
}

.pigup .pigup-list li a:hover p {
	color: #e91e63;
}

.pigup .pigup-list .pigup-meta {
	padding: 20px 15px 10px;
	border-top: 1px solid #f4f4f4;
	margin-top: auto;
}

.pigup-meta .button {
	display: inline-block;
	background-color: #203856;
	background: -webkit-linear-gradient(left, #e91e63, #ffc107);
	background: linear-gradient(to right, #e91e63, #ffc107);
}

.pigup-meta a:hover .button {
	background: #e91e63;
}

.pigup-meta .tag-list {
	display: inline-block;
}

.pigup-meta .tag-list li {
	display: inline-block;
}

.pigup-meta .button.tag {
	color: #fff;
	text-decoration: none;
	/* border: 1px solid #203856; */
	background: #203856;
	padding: 1px 15px;
	border-radius: 0;
	box-shadow: none;
}

.pigup .pigup-meta p.name {
	color: #203856;
	font-size: 14px;
	text-align: right;
	margin-bottom: 0;
}

.pigup #service .service__content.service-contact {
	background-color: #f4f4f4;
}

.pigup #service .service__content.download {
	background-color: #fff;
}

.pigup .service__content .title-1,
.pigup.list-post h3 {
	color: #203856;
}

.pigup .hs-input:not([type=file]),
.dl-content .hs-input:not([type=file]) {
	background-color: #fff;
}

.pigup .hs-form .hs-button {
	background: -webkit-linear-gradient(left, #e91e63, #ffc107);
	background: linear-gradient(to right, #e91e63, #ffc107);
	border: none;
}

.pigup .hs-form .hs-button:hover {
	background: #203856;
}

.pigup #service .service__content.download li h4 {
	color: #203856;
}

.pigup #service .service__content.download li span.dl-button a.button {
	background-color: #203856;
	text-decoration: none;
}

.pigup #service .service__content.download li span.dl-button a.button:hover {
	background-color: #e91e63;
}

.pigup .single.blog-thumb .header-bg img {
	filter: grayscale(.5) blur(3px) brightness(.75);
}

.pigup .single.blog-thumb::after {
	background: #203856;
	/* background: -webkit-linear-gradient(left, #e91e63, #ffc107);
  background: linear-gradient(to right, #e91e63, #ffc107); */
	filter: none;
	mix-blend-mode: hard-light;
}

.pigup .single-page h2.title {
	color: #203856;
	background: #e7ebf3;
	border-left: solid 5px #203856;
}

.pigup .single-page h3 {
	color: #203856;
	border-bottom: solid 2px #203856;
}

.pigup .single-page h3::before {
	background-color: #203856;
}

.pigup .single-page a {
	color: #203856;
	word-break: break-word;
}

.pigup .single-page a:hover {
	color: #e91e63
}

.pigup .sidebar .content {
	height: 100%;
}

.pigup .sidebar figure {
	margin: 0;
}

.pigup .sidebar .banner {
	margin-bottom: 20px;
}

.pigup .sidebar .banner a:hover img {
	opacity: .5;
}

.pigup #news-columns .sidebar h2 {
	background-color: #203856;
}

.relational-pigup ul {
	list-style-type: none;
	padding: 0;
}

.relational-pigup li {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
}

.relational-pigup .blog-thumb {
	width: 100%;
	height: auto;
}

.relational-pigup .blog-thumb::before {
	padding-bottom: 66.6666%;
}

/* .pigup .single-page img,
.pigup .single-page .wp-block-image img {
	width: 100%;
} */

.relational-pigup .post-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 0 15px;
}

.relational-pigup a {
	text-decoration: none;
}

.relational-pigup a:hover {
	opacity: .8;
	transform: scale(1.02);
	transition: .2s;
}

.relational-pigup a:hover .post-title {
	color: #e91e63;
}

.pigup-dl {
	position: sticky;
	top: 80px;
	background-color: #e7ebf3;
	padding: 15px;
}

.pigup-dl p {
	font-size: 13px;
	line-height: 1.4;
}

.pigup-dl p.dl-title {
	color: #203856;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin: 5px 0 10px;
}

.pigup-dl p.dl-descr {
	color: #203856;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px;
}

.pigup-dl .hbspt-form {
	margin: 1.5rem auto 3rem;
}

.pigup-dl .hbspt-form fieldset {
	max-width: 100%;
}

.pigup-dl .hbspt-form .hs-form-field {
	margin-bottom: .8rem;
}

#news-columns.single-page .pigup-dl ul li {
	text-align: left;
	margin-bottom: 0;
}

.pigup-dl .actions {
	margin: 0;
	max-width: 100%;
}

.pigup-dl .hbspt-form .hs-form-field label:not(.hs-error-msg) {
	font-size: 13px;
}

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

	.pigup .intro-wrap .about {
		padding: 0 15px 50px;
	}

}

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

	.relational-pigup ul {
		padding: 0 10px;
	}

}

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

	.pigup .pigup-list.content {
		padding: 50px 20px;
	}

}

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

	.pigup .blog-meta {
		flex-flow: row wrap;
	}

	.single-page .content.date-categories.pigup-meta {
		border-bottom: 1px solid #f4f4f4;
		margin-bottom: 10px;
	}

}

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

	.single-page .content.date-categories.pigup-meta {
		width: 100%;
	}

}

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

	.pigup .intro-wrap .about {
		flex-direction: column;
	}

	.pigup .intro-wrap .about::before {
		font-size: 25vw;
	}

	.pigup .intro-wrap .about .img-wrap {
		width: 100%;
	}

}

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

	.pigup .sub-title h2 span {
		font-size: 25vw;
	}

}

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

	.pigup .pigup-list>ul>li {
		width: 100%;
		margin-left: 0;
	}

}

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

	.pigup .intro-wrap .about h4 span {
		font-size: 12vw;
	}

	.pigup .intro-wrap .about::before {
		font-size: 6vw;
	}

}

/* top-pigup-style */
#home .pigup .pigup-list.content {
    max-width: 1140px;
}
#home .pigup-list>ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#home .pigup .pigup-list>ul>li {
	width: calc((100% / 3) - 15px);
	margin-left: 0;
	margin-bottom: 20px;
}

#home .post-link a {
	color: #fff;
}

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

	#home .pigup .content {
	    padding-top: 20px;
	}

}

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

	#home .pigup-list>ul {
		flex-flow: row wrap;
	}
	#home .pigup .pigup-list>ul>li {
		width: 100%;
	}

}

#home #news {
	background-color: #f4f4f4;
}

/* 前の記事 - 次の記事 サムネイル */
.pre-nav .post-nav-wrap {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.next-nav .post-nav-wrap {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
}
.post-nav-wrap .blog-thumb {
	flex-shrink: 0;
	width: 160px;
	height: 160px;
}
.pre-nav .blog-thumb {
	margin-right: 10px;
}
.next-nav .blog-thumb {
	margin-left: 10px;
}
#pre-next-nav a {
	font-size: 18px;
	font-weight: bold;
}
#pre-next-nav h2 {
	color: #fff;
	background-color: #009f90;
	padding: 0 5px;
}
#pre-next-nav a:hover h2 {
	color: #fff;
	background-color: #efc11e;
}

/* トップに戻るボタン 20250515 */
.pagetop {
    height: 80px;
    width: 80px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #009f90;
    opacity: 0.4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
.pagetop:hover {
    opacity: 1;
}
@media screen and (max-width: 767px) {
.pagetop {
    height: 64px;
    width: 64px;
}
.pagetop__arrow {
    height: 8px;
    width: 8px;
}
}


