@charset "UTF-8";
/* ---------------
outline-----------*/
.header__area.white {
	background-color: #f8fbfc;
}

.content__area {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
}

.content__inner {
	width: 100%;
	max-width: 1000px;
	padding-top: 100px;
	padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.content__inner {
		width: 95%;
	}
}

/* ---------------
固定ページ-----------*/

.page__block {
	width: 100%;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.page__block {
		margin-top: 60px;
	}
}

.page__block.block--02 {
	margin-top: 180px;
	margin-bottom: 180px;
}

.media .page__block.block--02 {
	margin-bottom: 60px;
}

.page__title {
	width: 80%;
	margin: 60px auto 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
}

@media screen and (max-width: 767px) {
	.page__title {
		width: 100%;
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.page__title {
		margin-bottom: 0;
	}
}

.page__title p {
	font-size: 28px;
	color: #4c8c9f;
}

/* ---------------
出演実績ページ-----------*/

.performance__title {
	width: 100%;
	margin: 60px auto 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
}

.performance__title .performance__subtitle {
	font-size: 28px;
	color: #4c8c9f;
	font-feature-settings: 'palt';
}

@media screen and (max-width: 767px) {
	.performance__title .performance__subtitle {
		font-size: 18px;
	}
}

.performance__buttons {
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 70px;
}

@media screen and (max-width: 767px) {
	.performance__buttons {
		flex-direction: column;
		align-items: center;
		row-gap: 26px;
	}
}

.performance__button::after {
	transform: rotate(90deg);
}

.performance__block {
	margin-top: 80px;
}

.performance__block .common__list {
	margin-top: 30px;
	flex-wrap: wrap;
}

.performance__block .media__button {
	margin: 30px auto 0;
}

/* ---------------
投稿ページ-----------*/

.post__block {
	width: 100%;
	margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
	.post__block {
		width: 100%;
		margin-top: 50px;
	}
}

.post__block p {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.post__block p {
		margin-top: 20px;
	}
}

.post__visual {
	width: 100%;
}

.post__visual img {
	width: 100%;
	object-fit: cover;
}

.post__title {
	width: 100%;
	margin: 60px auto 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 30px;
}

@media screen and (max-width: 767px) {
	.post__title {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.post__title .sub__h1--ej {
	line-height: 1;
	margin: 0 auto;
}

.post-navigation {
	margin-top: 60px;
}

.nav-links {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

@media screen and (max-width: 767px) {
	.nav-links {
		width: 92%;
		margin: 0 auto;
	}
}

.post__meta {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.post__meta {
		flex-direction: column;
		row-gap: 10px;
	}
}

.post__category {
	display: flex;
	justify-content: flex-start;
}

.post__category ul,
.post__category li {
	width: auto;
}

.post__category a {
	display: block;
	width: 100%;
	font-size: 24px;
	color: #4c8c9f;
	font-family: 'Kaisei HarunoUmi', serif;
	text-align: left;
}

figure {
	margin-top: 30px;
}

/* ---------------
見出し-----------*/
.sub__h1--ej {
	font-size: 60px;
	line-height: 1;
	position: relative;
	padding-left: 0;
}
@media screen and (max-width: 1025px) {
	.sub__h1--ej {
		font-size: 50px;
	}
}
@media screen and (max-width: 767px) {
	.sub__h1--ej {
		font-size: 36px;
	}
}
.sub__h1--ej span {
	margin-left: 1em;
	font-size: 28px;
	line-height: 1.6;
	font-weight: 400;
}
@media screen and (max-width: 1025px) {
	.sub__h1--ej span {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.sub__h1--ej span {
		font-size: 18px;
	}
}

.sub__h1--j,
.sub__h1--j span {
	width: 100%;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	z-index: 0;
	font-family: 'Kaisei HarunoUmi', serif;
	font-weight: 700;
	font-style: normal;
}

@media screen and (max-width: 767px) {
	.sub__h1--j,
	.sub__h1--j span {
		font-size: 30px;
		font-family: 'Kaisei HarunoUmi', serif;
		font-weight: 700;
		font-style: normal;
	}
}

.sub__h1--j::before {
	content: '';
	background-color: #182130;
	height: 8px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -12px;
	z-index: 1;
}

.sub__h1--j::after {
	content: '';
	background-color: #4c8c9f;
	height: 8px;
	width: 25%;
	position: absolute;
	left: 0;
	bottom: -12px;
	z-index: 2;
}

.sub__h3 {
	font-size: 36px;
	padding-left: 20px;
	margin: 50px 0;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 1025px) {
	.sub__h3 {
		font-size: 2.9268292683vw;
		padding-left: 1.9512195122vw;
	}
}
@media screen and (max-width: 767px) {
	.sub__h3 {
		font-size: 6.1538461538vw;
		padding-left: 7.6923076923vw;
	}
}
.sub__h3::before {
	content: '';
	background-color: #4c8c9f;
	width: 10px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 12px;
}
@media screen and (max-width: 1025px) {
	.sub__h3::before {
		width: 0.9756097561vw;
		height: 2.9268292683vw;
	}
}
@media screen and (max-width: 767px) {
	.sub__h3::before {
		width: 2.0512820513vw;
		height: 6.1538461538vw;
		left: 3.8461538462vw;
	}
}

.sub__h3--right {
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 900px) {
	.sub__h3--right {
		justify-content: flex-start;
	}
}
.sub__h3--right h2 {
	width: 49%;
	letter-spacing: -0.04em;
}
@media screen and (max-width: 900px) {
	.sub__h3--right h2 {
		width: 100%;
		font-size: 24px;
	}
}

/* ---------------
アーカイブページ-----------*/

.archive__title {
	width: 80%;
	max-width: 1300px;
	margin: 150px auto 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 30px;
}

@media screen and (max-width: 1025px) {
	.archive__title {
		width: 92%;
		margin: 0;
		margin-top: 150px;
	}
}

.archive__h3 {
	font-size: 36px;
	padding-left: 20px;
	margin: 50px 0 10px;
	position: relative;
	display: inline-block;
	font-family: 'Kaisei HarunoUmi', serif;
	font-weight: 500;
	font-style: normal;
}

.archive__h3 span {
	font-size: 36px;
	font-family: 'Kaisei HarunoUmi', serif;
	font-weight: 500;
	font-style: normal;
}

.archive__h3::before {
	content: '';
	background-color: #4c8c9f;
	width: 10px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 12px;
}

.list__title {
	width: 100%;
	margin: 60px auto;
}

.list__title a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 12px;
}

.sub__h2--jpn {
	width: 100%;
	font-size: 24px;
	position: relative;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.sub__h2--jpn {
		font-size: 20px;
	}
}

.sub__h2--jpn::before {
	content: '';
	background-color: #4c8c9f;
	width: 12px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.sub__h2--jpn::after {
	content: '';
	background-color: #4c8c9f;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.list__meta {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.list__category {
	display: flex;
	flex-direction: row;
}
@media screen and (max-width: 767px) {
	.list__category {
		align-self: flex-end;
	}
}

.list__category ul,
.list__category li {
	width: auto;
}

.list__category li a {
	display: block;
	width: 100%;
	font-size: 16px;
}

.button__area {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.button__area {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}

/* ---------------
お問合せ-----------*/

@media screen and (max-width: 1025px) {
	.page__block.contact {
		margin-top: 30px;
	}
}

.page__block.contact dt:nth-of-type(1) {
	margin-top: 20px;
}

.page__block.contact dd {
	margin-top: 10px;
	font-size: 18px;
}

.contact__name {
	width: 100%;
	height: 50px;
	border: solid 1px #333;
	padding: 0 10px;
	border-radius: 5px;
}

.__contact__company {
	width: 100%;
	height: 50px;
	border: solid 1px #333;
	padding: 0 10px;
	border-radius: 5px;
}

.contact__mail {
	width: 100%;
	height: 50px;
	border: solid 1px #333;
	padding: 0 10px;
	border-radius: 5px;
}

.form_table span {
	line-height: 1;
}



.contact__privacy {
	color: blue;
	border-bottom: solid blue 1px;
}
.__contact__purpose {
	width: 18px;
	height: 18px;
	border: solid 1px #333;
	border-radius: 50%;
	position: relative;
}
.__contact__purpose[checked='checked']::before {
	content: '';
	background-color: #4c8c9f;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact__inquiry {
	width: 100%;
	border: solid 1px #333;
	padding: 0 10px;
	border-radius: 5px;
}

.common__button[type='submit'] {
	margin: 50px auto 0;
	text-align: center;
}

/* ---------------
プライバシー-----------*/

.page__privacy {
	width: 100%;
}

.page__privacy p {
	margin-top: 20px;
	line-height: 2.4;
	font-feature-settings: 'palt';
}

.date__fixed {
	width: 100%;
	text-align: right;
}

/* ---------------
横並びボックス-----------*/
.page__block--flex {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	-moz-column-gap: 0;
	column-gap: 0;
	margin-top: 100px;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 1025px) {
	.page__block--flex {
		margin-top: 60px;
	}
}
@media screen and (max-width: 900px) {
	.page__block--flex {
		flex-direction: column;
		row-gap: 20px;
	}
}
.page__block--flex::before {
	content: '';
	background-color: #86b1b8;
	height: 100%;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
    bottom: 0;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 900px) {
	.page__block--flex::before {
		height: 105%;
		right: initial;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
.page__block--flex .page__block--left {
	position: absolute;
	left: 0;
	/* top: -100px; */
	top: -3px;
}

.page__block--flex .page__block--left.achieve__visual {
	position: absolute;
	left: 30px;
	top: -240px;
	width: 440px;
}

@media screen and (max-width: 900px) {
	.page__block--flex .page__block--left.achieve__visual {
		position: static;
		left: 50px;
		top: -240px;
		width: 98%;
		margin: 0 auto;
	}
}
.page__block--flex.reverse .page__block--left.achieve__visual {
	position: absolute;
	left: 520px;
	top: -150px;
	width: 440px;
}

@media screen and (max-width: 900px) {
	.page__block--flex.reverse .page__block--left.achieve__visual {
		position: static;
		left: 50px;
		top: -240px;
		width: 98%;
		margin: 0 auto;
	}
}

.page__block--flex .page__block--left.achieve__visual.visual03 {
	position: absolute;
	left: 30px;
	top: -190px;
	width: 440px;
}

@media screen and (max-width: 900px) {
	.page__block--flex .page__block--left.achieve__visual.visual03 {
		position: static;
		left: 50px;
		top: -240px;
		width: 98%;
		margin: 0 auto;
	}
}

.page__block--left.performance {
	top: -70px;
}

@media screen and (max-width: 1025px) {
	.page__block--left.performance {
		top: -30px;
	}
}

@media screen and (max-width: 900px) {
	.page__block--left.performance {
		position: initial;
	}
}

.page__block--flex.reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
	.page__block--flex.reverse {
		flex-direction: column;
	}
}
.page__block--flex.reverse::before {
	left: initial;
	right: 0;
}
@media screen and (max-width: 900px) {
	.page__block--flex.reverse::before {
		height: 105%;
		right: initial;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
.page__block--flex.reverse .page__block--left {
	position: absolute;
	left: initial;
	right: 20px;
}
@media screen and (max-width: 900px) {
	.page__block--flex.reverse .page__block--left {
		position: static;
	}
}
.page__block--flex.reverse .page__block--left.big__visual {
	right: 50px;
	/* top: 50%; */
	/* transform: translate(0, -50%) scale(1.3); */
	transform: scale(1.3);
}
@media screen and (max-width: 1025px) {
	.page__block--flex.reverse .page__block--left.big__visual {
		right: 20px;
	}
}
@media screen and (max-width: 900px) {
	.page__block--flex.reverse .page__block--left.big__visual {
		transform: initial;
	}
}

.page__block--left,
.page__block--right {
	width: 48%;
}
@media screen and (max-width: 900px) {
	.page__block--left,
	.page__block--right {
		width: 92vw;
	}
}

.page__block--right p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 1em;
	color: #f8fbfc;
}

.page__block--right a,
.page__block--right a:visited {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 1em;
	color: #f8fbfc;
}

/* ---------------
コンテンツブロック　幅狭-----------*/
.page__block.block--narrow {
	width: 55.56vw;
	max-width: 800px;
	margin: 140px auto 0;
}
@media screen and (max-width: 1025px) {
	.page__block.block--narrow {
		width: 90vw;
		max-width: initial;
		margin-top: 120px;
	}
}

.media .page__block.block--narrow {
	margin: 100px auto 0;
}

.page__block.block--narrow p {
	margin-top: 30px;
	line-height: 2;
}

.page__data--list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	margin-top: 24px;
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.page__data--list {
		flex-direction: column;
		row-gap: 0;
		margin-top: 24px;
		margin-bottom: 100px;
	}
}

.page__data--list dt,
.page__data--list dd {
	position: relative;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.page__data--list dt,
	.page__data--list dd {
		margin-bottom: 16px;
	}
}

.page__data--list dt::after,
.page__data--list dd::after {
	content: '';
	background-color: #182130;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -20px;
	position: absolute;
}

@media screen and (max-width: 767px) {
	.page__data--list dt::after {
		content: none;
	}
}
@media screen and (max-width: 767px) {
	.page__data--list dd::after {
		bottom: 0;
	}
}

.page__data--title {
	width: 17%;
}

@media screen and (max-width: 767px) {
	.page__data--title {
		width: 100%;
	}
}

.page__data--desc {
	width: 83%;
}
@media screen and (max-width: 767px) {
	.page__data--desc {
		width: 100%;
		padding-bottom: 16px;
	}
}

/* ---------------
カード一覧表示（pc2列/sp1列）-----------*/

.movie__title {
	width: 100%;
	margin-top: 300px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
}

@media screen and (max-width: 767px) {
	.movie__block {
		margin-top: 100px;
	}
}
@media screen and (max-width: 767px) {
	.movie__title {
		margin-top: 250px;
	}
}

.movie__title p {
	font-size: 28px;
	color: #4c8c9f;
}

.page__cards {
	margin: 0 auto;
	width: 90vw;
	max-width: 1000px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	justify-content: center;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.page__cards {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

.page__card {
	width: 100%;
	position: relative;
	z-index: 0;
}
.page__card a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.page__card a:hover {
	transform: scale(1.01);
}
.page__card a:hover img {
	opacity: 1;
}
.page__cards li:nth-of-type(1) {
	grid-column: 1/3;
}
@media screen and (max-width: 767px) {
	.page__cards li:nth-of-type(1) {
		grid-column: 1/1;
	}
}
.page__cards li:nth-of-type(1)::before {
	content: '';
	background-image: url('http://sugawarakun.com/wp-content/uploads/2024/02/1st_place.svg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	max-width: 135px;
	max-height: 150px;
	width: 9.37vw;
	height: 10.41vw;
	position: absolute;
	left: 0;
	top: -5.56vw;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.page__cards li:nth-of-type(1)::before {
		width: 17.44vw;
		height: 19.23vw;
		top: -10.26vw;
	}
}
.page__cards li:nth-of-type(2) {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.page__cards li:nth-of-type(2) {
		margin-top: 10px;
	}
}
.page__cards li:nth-of-type(2)::before {
	content: '';
	background-image: url('http://sugawarakun.com/wp-content/uploads/2024/02/2nd_place.svg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	max-width: 68px;
	max-height: 75px;
	width: 4.72vw;
	height: 5.21vw;
	position: absolute;
	left: 0;
	top: -2.78vw;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.page__cards li:nth-of-type(2)::before {
		width: 17.44vw;
		height: 19.23vw;
		top: -10.26vw;
	}
}
.page__cards li:nth-of-type(3) {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.page__cards li:nth-of-type(3) {
		margin-top: 10px;
	}
}
.page__cards li:nth-of-type(3)::before {
	content: '';
	background-image: url('http://sugawarakun.com/wp-content/uploads/2024/02/3rd_place.svg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	max-width: 68px;
	max-height: 75px;
	width: 4.72vw;
	height: 5.21vw;
	position: absolute;
	left: 0;
	top: -2.78vw;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.page__cards li:nth-of-type(3)::before {
		width: 17.44vw;
		height: 19.23vw;
		top: -10.26vw;
	}
}
.page__cards li:nth-of-type(11) .page__card--visual {
	width: 100%;
	height: auto;
	background-color: #000;
}
.page__cards li:nth-of-type(11) .page__card--visual img {
	-o-object-position: top center;
	object-position: top center;
	opacity: 0.5;
	height: 100%;
}
.page__cards li:nth-of-type(11) .page__card--title {
	width: 90%;
	text-align: center;
	color: #f8fbfc;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #f8fbfc;
	border-radius: 30px;
	padding: 10px 0;
	transition: all 0.3s;
	opacity: 1;
}
.page__cards li:nth-of-type(11):hover .page__card--visual img {
	-o-object-position: top center;
	object-position: top center;
	opacity: 0.95;
}
.page__cards li:nth-of-type(11):hover .page__card--title {
	opacity: 0;
}

.page__card--visual {
	width: 100%;
	border-radius: 8px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	background-color: #000;
}
.page__card--visual img {
	transition: all 0.3s;
	border-radius: 8px;
	opacity: 0.8;
}

.page__card--title {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

/* ---------------
フロートsns-----------*/
.float__sns {
	width: 58px;
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 5;
}
@media screen and (max-width: 767px) {
	.float__sns {
		width: 100vw;
		background-color: #f8fbfc;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
	}
}

.float__title {
	font-size: 24px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.float__title {
		font-size: 20px;
	}
}

.float__icons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 15px;
}
@media screen and (max-width: 1025px) {
	.float__icons {
		gap: 2.9268292683vw;
	}
}
@media screen and (max-width: 767px) {
	.float__icons {
		padding: 0;
		gap: 20px;
		margin: 0;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
.float__icons a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.float__icons a:hover {
	transform: rotate(10deg);
}
@media screen and (max-width: 1025px) {
	.float__icons a:hover {
		transform: none;
	}
}

.float__icon.item01 {
	width: 40px;
	height: 41px;
}
@media screen and (max-width: 1025px) {
	.float__icon.item01 {
		width: 4.487804878vw;
		height: 4.487804878vw;
	}
}
@media screen and (max-width: 767px) {
	.float__icon.item01 {
		width: 35px;
		height: auto;
	}
}

.float__icon.item02 {
	width: 55px;
	height: 58px;
}
@media screen and (max-width: 1025px) {
	.float__icon.item02 {
		width: 5.6585365854vw;
		height: 6.0487804878vw;
	}
}
@media screen and (max-width: 767px) {
	.float__icon.item02 {
		width: 40px;
		height: auto;
	}
}

.float__icon.item03,
.float__icon.item04,
.float__icon.item05 {
	width: 40px;
	height: 40px;
}
@media screen and (max-width: 1025px) {
	.float__icon.item03,
	.float__icon.item04,
	.float__icon.item05 {
		width: 4.6829268293vw;
		height: 4.6829268293vw;
	}
}
@media screen and (max-width: 767px) {
	.float__icon.item03,
	.float__icon.item04,
	.float__icon.item05 {
		width: 38px;
		height: auto;
	}
}

/* ページネーション */
.pnavi {
    text-align: center;
	margin-top: 30px;
}

.pnavi .page-numbers {
    display: inline-block;
    margin-right: 25px;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #4c8c9f;
    border: 1px solid #4c8c9f;
    background: #fff;
    font-weight: bold;
    font-size: 12px;
}

.pnavi a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
}


.pnavi .current {
    padding: 0;
    background: #4c8c9f;
    color: #FFFFFF;
    font-size: 12px;
}

.pnavi .prev,
.pnavi .next {
    border: 1px solid #4c8c9f;
    color: #4c8c9f;
    position: relative;
    font-size: 12px;
}

.pnavi a.next.page-numbers {
    margin-right: 0;
}

.pnavi .next::before,
.pnavi .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pnavi .next::before {
    left: -15px;
}

.pnavi .prev::after {
    right: -15px;
}

.pnavi .dots {
    background: transparent;
    border: none;
}

.public-block .page__block--flex::before {
	display: none;
}

.section-public {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	background: url(../img/medhia2-bg.jpg) repeat;
    background-size: 250px auto;
    position: relative;
    overflow: hidden;
}
.wrapper-public {
	width: 100%;
    max-width: 1000px;
    padding-bottom: 20px;
	margin: 0 auto;
}
.public-block {
	padding: 200px 0 100px;
	background-color: #fff;
}
.public-block h2 {
	font-family: serif !important;
	font-size: 24px;
}
.public-block h2 span.kaiBld {
	font-size: 20px !important;
	font-weight: normal;
}
.public-block img {
	border: #ddd solid 1px;
}
@media screen and (max-width: 1024px) {
	.wrapper-public {
		width: 95%;
	}
}
@media screen and (max-width: 767px) {
	.public-block {
		padding: 40px 0;
	}	
}