h2 {
	margin-top: 0 !important;
}

.br-sp {
	display: none;
}

@media(max-width:599px) {
	.br-sp {
		display: inline;
	}
}

/*-------------------------
　　　　 ヘッダー
-------------------------*/
#header {
	background: none;
}

@media(max-width:999px) {
	#header {
		top: 0;
	}
}

@media(max-width:999px) {
	.l-header__logo a {
		text-align: center;
	}

	.c-headLogo__img {
		width: 80%;
	}
}

.l-header__body.l-container {
	max-width: none;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	z-index: -1;
}

.l-header__center {
	padding-right: 50px;
}

.c-gnav.u-flex--aic {
	font-weight: bold;
}

.c-gnav.u-flex--aic li a {
	padding-left: 15px;
	padding-right: 15px;
}

@media(max-width:1339px) {
	.c-gnav.u-flex--aic li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.c-gnav.u-flex--aic li a:hover {
	border-bottom: 2px solid #00197B;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	transform: translatey(-7px);
}

.c-gnav .__mainText {
	font-size: 16px;
	letter-spacing: 0.1em;
}

@media(max-width:1339px) {
	.c-gnav .__mainText {
		font-size: 14px;
		letter-spacing: 0.05em;
	}
}

/*---------- SPナビ ----------*/
#drawer_menu {
	font-weight: bold;
	background: #000B37;
}

#drawer_menu .p-drawer__body {
	padding: 4vw 15vw;
}

#drawer_menu .c-drawerNav {
	border-top: none;
}

#drawer_menu .c-drawerNav a {
	border-bottom: none;
	padding: 20px 5px;
}

.p-drawer__close.c-modalClose.u-flex--aic {
	display: none;
}

.l-header__drawerBtn {
	color: #00197B;
}

/*---------- パンクズリストの非表示 ----------*/
#breadcrumb {
	display: none;
}

/*---------- 固定 再利用ブロック ----------*/
/*ブロック全体*/
.header-fix-block {
	background: url(https://yuden-wecky.com/wp-content/uploads/2022/09/685b001e06810cee5cc33376936121fb.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	top: 15px;
	right: var(--ark-padding--container);
	top: -20px;
	right: 0;
	padding: 25px 30px 70px 50px;
	z-index: 10;
}

@media(max-width:999px) {
	.header-fix-block {
		width: 37%;
		padding: 20px 10px 40px 0;
	}
}

@media(max-width:1199px) {
	.header-fix-block {
		display: none;
	}
}

.has-text-align-right.header-fix-message strong {
	font-size: 14px;
}

@media(max-width:1199px) {
	.has-text-align-right.header-fix-message strong {
		font-size: 12px;
	}
}

.has-text-align-right.header-fix-tel {
	line-height: 1;
	margin-top: 5px !important;
}

@media(max-width:1199px) {
	.has-text-align-right.header-fix-tel {
		margin-top: 2px !important;
	}
}

.has-text-align-right.header-fix-tel strong a {
	color: #333333;
	font-size: 28px;
	text-decoration: none;
}

@media(max-width:1199px) {
	.has-text-align-right.header-fix-tel strong {
		font-size: 22px;
	}
}

.header-fix-sns .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-fix-sns .wp-block-group__inner-container figure:nth-child(n + 2) {
	margin-top: 0;
}

.header-fix-sns .wp-block-group__inner-container figure {
	margin-right: 10px;
}

.header-fix-sns .wp-block-group__inner-container figure:nth-child(3) {
	margin-right: 0;
}

/*---------- 固定 再利用ブロック スマホ ----------*/
.header-fix-block_sp {
	display: none;
	transition: 0.5s;
}

@media(max-width:1199px) {
	.header-fix-block_sp {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
}

.header-fix-sns_sp {
	display: flex;
	justify-content: flex-end;
}

.header-fix-innerblock_sp {
	display: flex;
	justify-content: right;
	background: url(https://yuden-wecky.com/wp-content/uploads/2022/10/915b37a4c95270d12c09ae51c5713095.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	padding: 25px;
}

.header-fix-message_sp {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	justify-content: center;
}

.header-fix-tel_sp {
	font-size: 12px;
	line-height: 1.1;
}

.header-fix-tel_sp strong a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

.header-fix-tel_sp strong a code {
	font-size: 24px;
	background: none;
	padding: 0;
	margin: 0;
}

/*フッター上で消える*/
.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

/*-------------------------
　　　　 共通
-------------------------*/
/*---------- 遷移ボタン（ドット/クラス当ててない）----------*/
.ark-block-button.is-btn-text {
	margin-left: 0;
}

.ark-block-button.is-btn-text a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-left: 0;
	border: 2px dashed #00197B;
	border-radius: 50px;
	padding: 12px 30px;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}

@media(max-width:999px) {
	.ark-block-button.is-btn-text a {
		border: 2px dashed #00197B;
		padding: 10px 15px;
	}
}

.ark-block-button.is-btn-text a:hover {
	text-decoration: none;
	cursor: pointer;
	transform: translate(-1px, -1px);
	box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.16);
}

/*高さが狭い ボタン*/
.service-list .ark-block-buttons .ark-block-button__link {
	padding-top: 6px;
	padding-bottom: 6px;
}

/*-------------------------
　　　　 固定ページ共通
-------------------------*/
/*---------- レスポンシブ表示/非表示 ----------*/
/*--- block ---*/
/*【block】 PCのみ表示*/
@media screen and (max-width: 999px) {
	.pc-only-block {
		display: none;
	}
}

/*【block】 PCTBのみ表示*/
@media screen and (max-width: 599px) {
	.pctb-only-block {
		display: none;
	}
}

/*【block】 TBのみ表示*/
.tb-only-block {
	display: none;
}

@media screen and (max-width: 999px) {
	.tb-only-block {
		display: block;
	}
}

@media screen and (max-width: 599px) {
	.tb-only-block {
		display: none;
	}
}

/*【block】 TBSPのみ表示*/
.tbsp-only-block {
	display: none;
}

@media screen and (max-width: 999px) {
	.tbsp-only-block {
		display: block;
	}
}

/*【block】 SPのみ表示*/
.sp-only-block {
	display: none;
}

@media screen and (max-width: 599px) {
	.sp-only-block {
		display: block;
	}
}

/*---------- トップタイトル ----------*/
/*トップタイトルの非表示（ページ限定）*/
.page-template-default.page.page-id-19 #top_title_area,
.page-template-default.page.page-id-23 #top_title_area,
.page-template-default.page.page-id-21 #top_title_area,
.page-template-default.page.page-id-25 #top_title_area,
.page-template-default.page.page-id-3 #top_title_area,
.page-template-default.page.page-id-1904 #top_title_area {
	display: none;
}

#top_title_area {
	min-height: 40vh;
}

@media(max-width:599px) {
	#top_title_area {
		width: 100%;
		height: auto;
		min-height: 20vh;
	}
}

.p-topArea::before {
	content: none;
}

/*背景画像のドットフィルター非表示*/
.c-filterLayer.-filter-dot:after {
	background-image: none;
}

/*タイトルの非表示*/
.p-topArea__title.c-pageTitle {
	display: none;
}

/*En+Jaタイトル（ページ限定）*/
.single-pagetitle .ark-block-heading__sub {
	color: #00197B;
	font-size: 14px;
	line-height: 3;
}

.single-pagetitle .ark-block-heading__sub::before {
	content: "";
	width: 1px;
	border-left: 2px dashed;
	padding-right: 10px;
}

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

/*---------- bodyのtopとbottomのmargin ----------*/
.page-template-default.page.page-id-19 .l-content__body.l-container,
.page-template-default.page.page-id-572 .l-content__body.l-container,
.page-template-default.page.page-id-635 .l-content__body.l-container,
.page-template-default.page.page-id-23 .l-content__body.l-container,
.page-template-default.page.page-id-673 .l-content__body.l-container,
.page-template-default.page.page-id-808 .l-content__body.l-container,
.page-template-default.page.page-id-21 .l-content__body.l-container,
.page-template-default.page.page-id-1251 .l-content__body.l-container,
.page-template-default.page.page-id-25 .l-content__body.l-container {
	margin-top: 0;
	margin-bottom: 0;
}

/*-------------------------
　　　　 トップページ
-------------------------*/
/*---------- タイトル共通 ----------*/
.top-sectiontitle .ark-block-heading__sub {
	color: #00197B;
	margin-top: 15px;
	position: relative;
}

.top-sectiontitle .ark-block-heading__sub::after {
	content: "";
	width: 30px;
	border-bottom: 2px dashed #00197B;
	position: absolute;
	top: 200%;
	left: 50%;
	transform: translatex(-50%);
}

/*---------- FV（メインビジュアル） ----------*/
@media(max-width:999px) {
	.top-fv-img {
		display: none;
	}
}

.top-fv-img_sp {
	display: none;
}

@media(max-width:999px) {
	.top-fv-img_sp {
		display: block;
		margin: 0 -16px;
	}
}

/*リード文*/
.top-fv-read {
	font-size: 55px !important;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	text-shadow:
		1px 1px 0 rgba(255, 255, 255, 0.3),
		-1px -1px 0 rgba(255, 255, 255, 0.3),
		-1px 1px 0 rgba(255, 255, 255, 0.3),
		1px -1px 0 rgba(255, 255, 255, 0.3),
		0px 1px 0 rgba(255, 255, 255, 0.3),
		0 -1px 0 rgba(255, 255, 255, 0.3),
		-1px 0 0 rgba(255, 255, 255, 0.3),
		1px 0 0 rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 60px;
	right: 250px;
	right: 8%;
	z-index: 10;
}

@media(min-width:1500px) {
	.top-fv-read {
		right: 300px;
	}
}

@media(min-width:1700px) {
	.top-fv-read {
		right: 350px;
	}
}

@media(max-width:999px) {
	.top-fv-read {
		font-size: 45px !important;
		top: 45px;
		right: inherit;
		left: 80px;
	}
}

@media(max-width:599px) {
	.top-fv-read {
		font-size: 36px !important;
		line-height: 1.2 !important;
		top: 10px;
		left: 30px;
	}
}

/*お知らせ*/
.top-fv-newsbox {
	border: 1px solid #00197b;
	background: rgba(255, 255, 255, 0.9);
	width: 300px;
	height: 300px;
	border-radius: 50px;
	padding: 20px;
	margin: 140px 0 0 0;
	z-index: 10;
	position: absolute;
	top: 9%;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
}

@media(max-width:999px) {
	.top-fv-newsbox {
		top: 50px;
		right: 50px;
	}
}

@media(max-width:599px) {
	.top-fv-newsbox {
		display: none;
	}
}

.top-fv-newsbox .title-wrapper figure {
	margin: 0;
}

.top-fv-newsbox .p-postList__item {
	max-width: 260px;
	margin: 0 auto;
	padding: 0 !important;
	flex-basis: auto !important;
}

.top-fv-newsbox .p-postList__item .p-postList__thumb.c-postThumb {
	max-width: 200px;
	margin: 0 auto;
}

.p-postList.-type-card {
	margin: 0;
}

.top-fv-newsbox .p-postList__item .p-postList__body {
	padding-top: 5px;
}

.top-fv-newsbox .p-postList__item .p-postList__title {
	font-size: 13px;
	line-height: 1.3;
}

@media(max-width:599px) {
	.top-fv-newsbox .p-postList__item .p-postList__title {
		font-size: 11px;
	}
}

@media(max-width:599px) {
	.top-fv-newbox .p-postList__meta {
		margin-top: 0;
	}
}

/*お知らせ SP*/
.top-fv-newsbox_sp {
	display: none;
}

@media(max-width:599px) {
	.top-fv-newsbox_sp {
		display: block;
		border: 1px solid #00197b;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 30px;
		padding: 15px 15px 20px 15px;
		box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
		max-width: 90%;
		margin: 20px auto 0;
	}
}

.top-fv-newsbox_sp .p-postList.-type-list .p-postList__item {
	margin: 0;
}

.top-fv-newsbox_sp .title-wrapper p {
	font-size: 14px;
	line-height: 1.3;
}

.top-fv-newsbox_sp .p-postList__item .p-postList__thumb .c-postThumb__figure {
	aspect-ratio: 1/1;
	max-width: 100px;
	margin: 0 auto;
}

.top-fv-newsbox_sp .p-postList.-type-list .p-postList__body {
	font-size: 13px;
	max-width: calc(100% - 120px);
}

.top-fv-newsbox_sp .p-postList.-type-list .p-postList__body .p-postList__title {
	font-size: 13px;
}


/*---------- ファーストビュー ----------*/
.test-top-fv {
	width: 90%;
	margin: 50px auto 0;
	position: initial;
}

@media(max-width:999px) {
	.test-top-fv {
		width: 100%;
	}
}

/*---------- ファーストビュー ブロック02 ----------*/
/*ブロック02 全体*/
.test-top-fv-block02_sp {
	display: none;
}


@media(max-width:599px) {
	.test-top-fv-block02 {
		display: none;
	}

	.test-top-fv-block02_sp {
		display: block;
	}
}

/*ブロック02　画像*/
@media(max-width:599px) {
	.test-top-fv-block02_sp img {
		padding-left: 30%;
	}
}

/*ブロック02 テキストエリア*/
.test-top-fv-block02 .wp-block-media-text__content {
	width: calc(100% + 10%);
	margin: 0 0 0 -10%;
	padding-top: 50px;
}

@media(max-width:999px) {
	.test-top-fv-block02 .wp-block-media-text__content {
		width: 50%;
		margin: 0;
		padding-top: 30px;
		position: absolute;
	}
}

@media(max-width:599px) {
	.test-top-fv-block02_sp .wp-block-media-text__content {
		transform: translatey(-8%);
	}
}

/*ブロック02 タイトル*/
.test-top-fv-block02 h3 {
	font-size: 24px;
	letter-spacing: 0.1em;
}

@media(max-width:999px) {
	.test-top-fv-block02 h3 {
		font-size: 20px;
		letter-spacing: 0;
	}
}

.test-top-fv-block02 h3 code {
	color: #00197B;
	font-size: 28px;
	background: url(https://yuden-wecky.com/wp-content/uploads/2022/08/fv_circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
}

@media(max-width:999px) {
	.test-top-fv-block02 h3 code {
		font-size: 20px;
		padding: 10px;
	}
}

.test-top-fv-block02_sp h3 {
	font-size: 20px;
	letter-spacing: 0.1em;
}

.test-top-fv-block02_sp h3 code {
	color: #00197B;
	font-size: 22px;
	background: url(http://yuden-wecky.com/wp-content/uploads/2022/08/fv_circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
}

/*ブロック02 テキスト*/
.test-top-fv-block02-text_pc {
	font-size: 16px;
}

@media(max-width:999px) {
	.test-top-fv-block02-text_pc {
		display: none;
	}
}

.test-top-fv-block02-text_sp {
	display: none;
}

@media(max-width:999px) {
	.test-top-fv-block02-text_sp {
		display: block;
		line-height: 1.8;
		text-align: justify;
		padding-right: 30px;
	}
}

@media(max-width:599px) {
	.test-top-fv-block02-text_sp {
		padding-right: 0;
	}
}

/*ボタンのポジション調整*/
.test-top-fv-block02 .ark-block-buttons {
	margin-top: 30px;
	display: flex;
	justify-content: left;
}

@media(max-width:999px) {
	.test-top-fv-block02 .ark-block-buttons {
		margin-top: 25px;
	}
}

/*---------- ファーストビュー ブロック03 ----------*/
/*ブロック03 全体*/
.test-top-fv-block03 {
	transform: translateY(-40%);
}

@media(max-width:999px) {
	.test-top-fv-block03 {
		display: none;
	}
}

.test-top-fv-block03_tb {
	transform: translateY(0);
	display: none;
}

@media(max-width:999px) {
	.test-top-fv-block03_tb {
		transform: translateY(0);
		display: block;
	}
}

@media(max-width:599px) {
	.test-top-fv-block03_tb {
		display: none;
	}
}

.test-top-fv-block03_sp {
	display: none;
}

@media(max-width:599px) {
	.test-top-fv-block03_sp {
		display: block;
	}
}

/*ブロック03 画像*/
.test-top-fv-block03 .wp-block-media-text__media {
	padding: 0 10%;
}

@media(max-width:999px) {
	.test-top-fv-block03_tb .wp-block-media-text__media {
		padding: 0 35% 0 0;
	}
}

.test-top-fv-block03 .wp-block-media-text__media img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

/*ブロック03 テキストエリア*/
.test-top-fv-block03 .wp-block-media-text__content {
	transform: translatey(50%);
}

@media(max-width:999px) {
	.test-top-fv-block03_tb .wp-block-media-text__content {
		font-size: 14px;
		transform: translatey(0);
		padding: 30px 0 0 0;
	}

	.test-top-fv-block03_sp .text-group {
		transform: translatey(0px);
	}

	.test-top-fv-block03_tb h3 {
		line-height: 1.5 !important;
	}
}

.test-top-fv-block03_sp .wp-block-media-text__content {
	font-size: 14px;
	transform: translatey(0);
	padding: 30px 0 0 0;
}

.test-top-fv-block03_sp h3 {
	font-size: 20px;
	line-height: 1.5 !important;
}

/*エリア*/
.test-top-fv-block03 .area {
	width: 65%;
	border-radius: 10px;
}

.test-top-fv-block03_tb .area {
	border-radius: 10px;
	margin-top: 30px;
}

.test-top-fv-block03_sp .area {
	border-radius: 10px;
}

.top-staff-area-title {
	color: #00197b;
	font-size: 12px;
	display: inline;
	border: 1px solid #00197b;
	padding: 5px;
}

.top-staff-area-main {
	margin-top: 5px !important;
	margin-left: 10px !important;
}

@media(max-width:999px) {
	.top-staff-area-main {
		margin-top: 10px !important;
		margin-left: 0 !important;
	}
}

.top-staff-area-sub {
	font-size: 14px;
	margin-top: 5px !important;
}

@media(max-width:999px) {
	.top-staff-area-sub {
		margin-top: 15px !important;
	}
}

/*サービス*/
.top-service {
	margin-bottom: -250px;
	transform: translatey(-150px);
}

@media(max-width:999px) {
	.top-service {
		transform: translatey(-200px);
		margin-bottom: -250px;
	}
}

.top-service-anotherwrapper_tb {
	display: none;
}

.top-service-anotherwrapper_sp {
	display: none;
}

/*ギャラリースライダー*/
.top-test-slider {
	margin-bottom: 120px;
}

@media(max-width:999px) {
	.top-test-slider {
		margin-bottom: -250px;
	}
}

/*---------- ゆうでんができること ----------*/
/*全体*/
.top-service {
	transform: translatey(-170px);
}

/*@media(max-width:999px) {
	.top-service {
	transform:translatey(-170px);
}
}*/

/*ボタンエリア*/
.top-service-buttonwrapper {
	margin-top: 80px;
}

@media(max-width:599px) {
	.top-service-buttonwrapper {
		margin-top: 50px;
	}
}

/*サービス内容*/
.top-service h3 a {
	color: #333333;
	text-decoration: none;
}

.top-service-listwrapper {
	margin-top: 50px;
}

@media(max-width:599px) {
	.top-service-listwrapper {
		width: 95%;
		margin: 0 auto;
	}
}

/* @media(max-width:599px) {
	.top-service-list {
		margin-top:20px!important;
	}
} */

.top-service-list-text {
	margin-top: 5px;
	text-align: justify;
}

.top-service-list a {
	color: #00197b;
}

/*その他のサービス*/
@media(max-width:999px) {
	.top-service-anotherblock {
		margin-top: 10px;
	}
}

@media(max-width:599px) {
	.top-service .top-service-anotherblock {
		display: none;
	}

	/*ゆうでんができることページ*/
	.service-main .top-service-anotherblock {
		display: none;
	}
}

@media(max-width:999px) {
	.top-service .top-service-anotherwrapper {
		margin-top: 0 !important;
	}
}

.top-service .top-service-anotherwrapper_sp {
	display: none;
}

/*ゆうでんができることページ*/
.service-main .top-service-anotherwrapper_sp {
	display: none;
}

@media(max-width:599px) {
	.top-service .top-service-anotherwrapper_sp {
		display: flex;
		justify-content: center;
	}

	/*ゆうでんができることページ*/
	.service-main .top-service-anotherwrapper_sp {
		display: flex;
		justify-content: center;
	}
}

.top-service .top-service-another {
	border-right: 1px dotted;
	margin-left: 0;
}

@media(max-width:599px) {
	.top-service-another {
		border: none;
		margin-top: 0 !important;
	}
}

.top-service-another-lastchild {
	margin-left: 0 !important;
}

@media(max-width:999px) {
	.top-service-another-lastchild {
		margin-top: 0 !important;
	}
}

/*コンタクト*/
.top-service-contact .ark-block-section__color.arkb-absLayer {
	border-radius: 20px;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
}

.top-service-contact .top-service-contact-message_sp {
	display: none;
}

@media(max-width:599px) {
	.top-service-contact .top-service-contact-message_pc {
		display: none;
	}

	.top-service-contact .top-service-contact-message_sp {
		display: block;
	}
}

.top-service-contact-message {
	border-radius: 10px;
}

/*電話*/
.top-service-contact-tel {
	border-right: 2px dashed #00197B;
}

@media(max-width:599px) {
	.top-service-contact-tel {
		border-right: none;
		border-bottom: 2px dashed #00197B;
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}
}

.top-service-contact-tel a {
	color: #333333;
	text-decoration: none;
}

/*公式LINE*/
@media(max-width:999px) {
	.top-service-contact-line-imgblockwrapper {
		flex-basis: 25% !important;
	}
}

@media(max-width:999px) {
	.top-service-contact-line-imgblock img {
		width: 45px;
	}
}

.top-service-contact-line-qr {
	margin-left: 15px !important;
}

@media(max-width:999px) {
	.top-service-contact-line-qr {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
}

.top-service-line-attention_sp {
	display: none;
}

@media(max-width:999px) {
	.top-service-line-attention {
		display: none;
	}

	.top-service-line-attention_sp {
		display: block;
	}
}


/*---------- 植木町と共に ----------*/
@media(max-width:999px) {
	.top-staff .ark-block-section__bodyInner {
		padding: 0;
	}
}

@media(max-width:999px) {
	.top-staff {
		transform: translatey(200px);
	}
}

@media(max-width:599px) {
	.top-staff {
		transform: translatey(200px);
	}
}

.top-staff-mainimg {
	position: relative;
}

.top-staff-mainimg_sp {
	display: none;
}

@media(max-width:599px) {
	.top-staff-mainimg {
		display: none;
	}

	.top-staff-mainimg_sp {
		display: block;
	}
}

.top-staff h2 {
	font-size: 32px;
	position: absolute;
	top: -5%;
	left: 10%;
	margin-top: 0 !important;
}

@media(max-width:999px) {
	.top-staff h2 {
		top: -4%;
	}
}

@media(max-width:599px) {
	.top-staff h2 {
		top: -1.5%;
	}
}

/*top-staff-container*/

.top-staff-container {
	justify-content: center;
}

@media(max-width:999px) {
	.top-staff .top-staff-container {
		display: none;
	}
}

.top-staff-container .wp-container-39.wp-block-column {
	margin-left: 80px !important;
}

.top-staff-container h3 {
	font-size: 24px;
}

.top-staff-container p strong {
	font-size: 14px;
}

/*スライド*/
.swiper-pagination-bullet {
	background: #ffffff !important;
}

/*top-staff-container タブレット・スマホ*/
.top-staff-container_tb {
	display: none;
}

@media(max-width:999px) {
	.top-staff .top-staff-container_tb {
		display: block;
	}
}

.top-staff .top-staff-container-title_sp {
	display: none;
}

@media(max-width:599px) {
	.top-staff .top-staff-container-title_tb {
		display: none;
	}

	.top-staff .top-staff-container-title_sp {
		display: block;
	}
}

.top-staff .top-staff-container-read_sp {
	display: none;
}

@media(max-width:599px) {
	.top-staff .top-staff-container-read_tb {
		display: none;
	}

	.top-staff .top-staff-container-read_sp {
		display: block;
	}
}

@media(max-width:599px) {
	.top-staff .top-staff-slide-area-wrapper {
		display: block;
	}

	.top-staff .top-staff-slide-area-wrapper .wp-block-column:nth-child(2) {
		padding-top: 20px;
		padding-left: 0 !important;
	}
}

/*---------- お知らせ　----------*/
.top-news .ark-block-postList {
	margin-top: 50px;
}

@media(max-width:999px) {
	.top-news {
		transform: translatey(350px);
		margin-bottom: 350px;
	}
}

.top-news .p-postList__item {
	min-width: 33.3%;
}

.top-news .p-postList__title {
	font-size: 16px;
}

.top-news-sns {
	margin-top: 0;
}

.top-news time svg {
	display: none;
}

.top-news .top-news-sns img {
	object-fit: contain;
}

/*---------- アクセス　----------*/
.top-access-inner {
	margin-top: 50px;
}

.adress-attention {
	margin-top: 3px !important;
}

/*@media(max-width:999px) {
	.page-id-9 .top-access {
		transform:translatey(350px);
	}
}*/

@media(max-width:999px) {
	.top-access-information {
		display: flex;
	}
}

@media(max-width:599px) {
	.top-access-information {
		display: block;
	}
}

@media(max-width:999px) {
	.top-access-information figure {
		width: 50%;
	}
}

@media(max-width:599px) {
	.top-access-information figure {
		width: 100%;
	}
}

@media(max-width:999px) {
	.top-access-information-text {
		width: 50%;
		padding-left: 20px;
	}
}

@media(max-width:599px) {
	.top-access-information-text {
		width: 100%;
		padding-left: 0;
	}
}

/*-------------------------
　　　　 【固定】ゆうでんについて
　　　　　.page-template-default page page-id-17
-------------------------*/
/*---------- メイン ----------*/
.page-template-default.page.page-id-17 .l-content__body.l-container {
	margin-bottom: 0;
}

/*タイトル*/
.about-maintitle h1 {
	color: #00197B;
	font-size: 14px;
	line-height: 3 !important;
}

.about-maintitle .ark-block-heading__sub {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media(max-width:599px) {
	.about-maintitle {
		display: none;
	}
}

.about-maintitle_sp {
	display: none;
}

@media(max-width:599px) {
	.about-maintitle_sp {
		display: block;
	}
}

.about-maintitle_sp h1 {
	color: #00197B;
	font-size: 14px;
	line-height: 3 !important;
}

.about-maintitle_sp .ark-block-heading__sub {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.about-main-container .wp-container-3 {
	position: relative;
}

@media(max-width:599px) {
	.about-main-container .wp-container-3 {
		padding-top: 20px;
	}
}

.about-main-container .wp-container-3::after {
	content: "";
	width: 89%;
	border-bottom: 2px dashed #00197B;
	margin-left: 60px;
	position: absolute;
	top: 45px;
}

@media(max-width:599px) {
	.about-main-container .wp-container-3::after {
		width: 80%;
		top: 65px;
	}
}

.about-main-container .wp-container-6 {
	position: relative;
}

.about-main-container .wp-container-6::after {
	content: "";
	width: 89%;
	border-bottom: 2px dashed #00197B;
	margin-left: 60px;
	position: absolute;
	top: 45px;
}

@media(max-width:599px) {
	.about-main-container .wp-container-6::after {
		width: 80%;
	}
}

.about-main-container h2 {
	font-size: 20px;
}

.about-main-container p {}

/*---------- 社長 ----------*/
.about-ceo {
	border-top: 2px solid #00197B;
	border-bottom: 2px solid #00197B;
}

@media(max-width:999px) {
	.about-ceo {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media(max-width:599px) {
	.about-ceo {
		padding-left: 0;
		padding-right: 0;
	}
}

.about-ceo-inner {
	margin-bottom: 0;
}

/*タイトル＆リード*/
.about-ceo-titlewrapper {
	position: relative;
}

@media(max-width:999px) {
	.about-ceo-titlewrapper {
		position: initial;
		padding: 50px 0 0 20px;
	}
}

.about-ceo-titlewrapper .sub-title {
	position: absolute;
	bottom: 0;
}

@media(max-width:999px) {
	.about-ceo-titlewrapper .sub-title {
		display: none;
	}
}

.about-ceo-titlewrapper .sub-title_tab,
.about-ceo-titlewrapper .sub-title_sp {
	display: none;
}

@media(max-width:999px) {
	.about-ceo-titlewrapper .sub-title_tab {
		display: block;
	}
}

@media(max-width:599px) {
	.about-ceo-titlewrapper .sub-title_tab {
		display: none;
	}

	.about-ceo-titlewrapper .sub-title_sp {
		display: block;
	}
}

/*年表*/
.about-ceo-history {
	font-size: 14px;
	position: relative;
}

@media(max-width:999px) {
	.about-ceo-history {
		position: initial;
	}
}

@media(max-width:999px) {
	.about-ceo-history .year-month {
		margin-right: 10px !important;
	}
}

.about-ceo-history .has-text-align-center {
	margin-top: 0;
}

/*資格*/
.about-ceo-licence {
	font-size: 12px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	width: calc(100% - 40px);
	position: absolute;
	bottom: 20px;
}

@media(max-width:999px) {
	.about-ceo-licence {
		position: initial;
		margin: 0 auto;
	}
}

/*吉川英司*/
.about-ceo-yoshikawa {
	font-size: 14px;
}

@media(max-width:999px) {
	.about-ceo-yoshikawa {
		padding-bottom: 50px;
	}
}

.about-ceo-yoshikawa .wp-block-media-text__content {
	margin-bottom: 0;
}

.about-ceo-yoshikawa-position {
	font-size: 14px;
}

.about-ceo-yoshikawa-name {
	font-size: 20px;
	margin-top: 0 !important;
}

.about-ceo-yoshikawa-name-sub {
	margin-top: 0 !important;
}

/*---------- スタッフ ----------*/
.about-staff-title strong {
	line-height: 2;
}

.about-staff-title h2 {
	color: #00197B;
}

.about-staff-block .wp-block-media-text__content {
	font-size: 14px;
	margin-bottom: 0;
}

.about-staff-name {
	font-size: 18px;
	margin-top: 0 !important;
	line-height: 1;
}

.about-staff-name-sub {
	margin-top: 5px !important;
}

/*---------- コンテンツ ----------*/
.about-news,
.about-recruit {
	margin-left: 0 !important;
}

/*---------- コンテンツ　お知らせ ----------*/
/*@media(max-width:999px) {
	.about-news .p-postList__link {
	position:absolute;
	top:130%;
	left:10%;
}
}

.about-news .p-postList__body {
	transform:translatey(30px);
}

@media(max-width:999px) {
	.about-news .p-postList__body {
		padding-left:10px!important;
		transform:translatey(-30px);
	}
}

@media(max-width:999px) {
	.about-news .p-postList__title {
		font-size:16px;
		width:150%;
	}
}

.about-news .p-postList__title::before {
	content:"ゆうでんからのお知らせ";
	font-size:14px;
	position:absolute;
	top:-30px;
}

@media(max-width:999px) {
	.about-news .p-postList__title::before {
		content:none;
	}
}*/

.about-news .ark-block-postList {
	margin-top: 10px !important;
}

@media(max-width:999px) {
	.about-news .ark-block-postList {
		padding-left: 20%;
		padding-right: 20%;
	}
}

@media(max-width:599px) {
	.about-news .ark-block-postList {
		padding-left: 5%;
		padding-right: 5%
	}
}

/*投稿の日付*/
.about-news svg {
	display: none;
}

.about-news .p-postList__meta.c-postMetas.u-flex--aicw {
	margin-top: 0;
}

/*---------- コンテンツ　採用情報 ----------*/
@media(max-width:999px) {
	.about-recruit {
		padding-left: 20%;
		padding-right: 20%;
	}
}

@media(max-width:599px) {
	.about-recruit {
		padding-left: 5%;
		padding-right: 5%;
	}
}

.about-recruit .ark-block-section__color.arkb-absLayer {
	border: 2px dashed #00197B;
	border-radius: 20px;
}

.about-recruit .ark-block-section img {
	border-radius: 20px;
}

.about-recruit .wp-block-columns {
	margin-bottom: 0;
}

.about-recruit-message {
	font-size: 12px;
}

.about-recruit .ark-block-buttons {
	font-size: 14px;
}

.about-recruit .ark-block-button.is-btn-fill {
	margin-left: 0;
}

/*-------------------------
　　　　 【固定】ゆうでんができること
　　　　　.page-template-default.page.page-id-19
-------------------------*/
.service-list .wp-block-media-text__content {
	margin-top: 0;
}

/*-------------------------
　　　　 サービス詳細ページ 共通
-------------------------*/
/*コンテンツ幅*/
.service-inner-width {
	max-width: 900px;
	margin: 0 auto;
}

/*一覧ページへ戻る*/
.return-servicelist a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.return-servicelist strong {
	color: #00197B;
}

.return-servicelist img {
	margin-right: 10px;
}

/*ページタイトル*/
.service-inner h1 {
	font-size: 28px;
	border-bottom: 2px dashed #00197B;
	padding-bottom: 15px;
}

/*---------- サービスのポイント ---------- */
/*タイトル*/
.service-point-title img {
	padding-bottom: 5px;
}

.service-point-title-arrange {
	color: #ffffff;
	background: #00197b;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	padding-top: 10px;
}

/*テキストエリア*/
.service-inner .wp-block-media-text__content {
	margin-top: 0;
}

.service-inner-point img {
	margin-right: 10px;
	transform: translatey(-6px);
}

.point-contents-title {
	padding-top: 20px;
}

.service-inner h2 {
	font-size: 20px;
}

.service-inner .wp-block-media-text__content p {
	font-size: 16px;
}

/*他のサービスのリスト*/
.another-servicelist {
	font-size: 18px;
	border-bottom: 2px dashed;
	padding-bottom: 10px;
}

/*-------------------------
　　　　 リノベーション詳細ページ
-------------------------*/
/*リノベーション料金*/
.service-price-renovation-block {
	justify-content: space-between;
}


.wp-block-column .service-price-renovation-inner {
	border: 1px solid;
	border-radius: 20px;
	padding: 20px;
}

.wp-block-column .service-price-renovation-inner h4 {
	font-size: 20px;
	background: #f7f7fb;
	padding: 10px;
}

.service-price-renovation-product code {
	background: none !important;
}

.service-price-renovation-inner .service-price-renovation-construction {
	margin-top: 0;
}

.service-price-renovation-construction code {
	background: none !important;
}

/*-------------------------
　　　　 太陽光詳細ページ
-------------------------*/

/*太陽光発電設置の流れ*/
.service-flow {
	border: 1px solid #00197b;
	border-radius: 40px;
}

.service-flow h2 {
	background: #f7f7fb;
	padding: 20px;
}

.service-flow-inner {
	padding-left: 2rem;
}

.service-flow-inner .ark-block-step__item .ark-block-step__number {
	width: 40px;
	height: 40px;
}

/*-------------------------
　　　　 お知らせページ
-------------------------*/
.news-main .wp-block-post-template {
	padding-left: 0;
	padding-right: 5%;
}

.news-list .wp-block-post {
	list-style: none;
}

.news-list .wp-block-group {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.news-list h2 {
	font-size: 20px;
}

.news-list p {
	line-height: 2;
}

/*ページネーション*/
.news-pagenation .wp-block-query-pagination-numbers {
	display: flex;
}

.news-pagenation .page-numbers.current {
	border-radius: 50%;
	background: #00197B;
}

.news-pagenation a {
	color: #333333;
	text-decoration: none;
}

/*サイドバー*/
.news-sidebar h2 {
	font-size: 16px;
}

.news-sidebar ul {
	border-top: 0.5px solid
}

.news-sidebar ul a {
	font-size: 14px;
	border-bottom: none;
	padding-bottom: 0;
}

.news-contentsborder {
	background-color: #ffffff;
	border-bottom: 2px dashed #00197B;
	opacity: 1;
}

/*採用情報*/
.news-recruit .ark-block-section__color.arkb-absLayer {
	border: 2px dashed #00197B;
	border-radius: 20px;
}

.news-recruit img {
	border-radius: 20px;
}

.news-recruit .ark-block-section__body {
	padding: 0 10px;
}

.news-recruit-message {
	font-size: 14px;
	margin-top: 10px;
}

.news-recruit .ark-block-buttons {
	margin-top: 15px;
}

/*-------------------------
　　　　 施工事例
-------------------------*/
.works-section {
	padding-bottom: 100px;
}

.works-contents {
	margin-top: 80px;
}

.works-section .works-contents .works-contents-title {
	font-size: 24px;
}

.works-section .works-contents .works-contents-title code {
	color: #ffffff;
	font-size: 14px;
	background: #00197B;
	transform: translatey(-4px);
}

/*-------------------------
　　　　 採用
-------------------------*/
.recruit-main .read-wrapper {
	text-align: center;
	margin: 80px 0 10px 0;
}

.recruit-main .subread {
	display: inline-block;
	background: linear-gradient(#ffffff 0%, #ffffff 50%, #f7f7fb 50%, #f7f7fb 110%);
}

@media(max-width:599px) {
	.recruit-main .subread {
		font-size: 14px;
	}
}

.recruit-main .read {
	margin: 0 0 80px 0;
}

@media(max-width:599px) {
	.recruit-main .read {
		display: none;
	}
}

.recruit-main .read_sp {
	display: none;
}

@media(max-width:599px) {
	.recruit-main .read_sp {
		display: block;
		margin: 0 0 80px 0;
	}
}

.recruit-main .message {
	margin-top: 80px;
}

/*概要*/
.recruit-main .content {
	width: 80%;
	max-width: 750px;
	margin: 30px auto 50px;
	border: 2px solid #00197b;
	border-radius: 30px;
}

@media(max-width:999px) {
	.recruit-main .content {
		width: 90%;
	}
}

@media(max-width:599px) {
	.recruit-main .content {
		width: 100%;
	}
}

@media(max-width:599px) {
	.recruit-main .content .message {
		display: none;
	}
}

.recruit-main .content .message_sp {
	display: none;
}

@media(max-width:599px) {
	.recruit-main .content .message_sp {
		display: block;
	}
}

/*応募*/
.recruit-contact .message {
	margin-top: 20px;
}

.recruit-contact .tel {
	margin-top: 15px;
}

.recruit-contact .tel strong a {
	color: #ffffff;
	text-decoration: none;
}

/*-------------------------
　　　　 お知らせ個別ページ
-------------------------*/
/*更新日の非表示*/
.post-template-default.single.single-post .c-postTimes__item.u-flex--aic.-modified {
	display: none;
}

/*投稿日やカテゴリーのsvgの非表示*/
.post-template-default.single.single-post .c-postMetas.u-flex--aicw svg {
	display: none;
}

/*記事下のカテゴリーの非表示*/
.post-template-default.single.single-post .c-postMetas.u-flex--aicw {
	display: none;
}

/*シェアボタンの非表示*/
.post-template-default.single.single-post .c-shareBtns {
	display: none;
}

/*関連記事*/
.post-template-default.single.single-post .p-entry__related h2 {
	font-size: 18px;
	padding-top: 50px;
}

/*投稿者の非表示*/
.post-template-default.single.single-post .p-entry__author {
	display: none;
}

/*コメントの非表示*/
.post-template-default.single.single-post #comments {
	display: none;
}

/*-------------------------
　　　　 アーカイブページ
-------------------------*/
/*---------- アイキャッチ画像の非表示 ----------*/
.archive

/*---------- 記事のリスト ----------*/
.archive .p-postList__excerpt {
	display: none;
}

.archive svg {
	display: none;
}

/*---------- サイドバー ----------*/
.archive-sidebar h2 {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 0.5px solid;
}

.archive-sidebar .wp-block-latest-posts {
	margin-bottom: 48px;
}

.archive-sidebar .wp-block-latest-posts li {
	font-size: 14px;
	border-bottom: none;
}

.archive-sidebar .wp-block-latest-posts li a {
	padding-bottom: 0;
}

.archive-sidebar ul a {
	font-size: 14px;
	border-bottom: none;
	padding-bottom: 0;
}

/*-------------------------
　　　　 CTA
-------------------------*/
/*CTA PC */
@media(max-width:999px) {
	.cta {
		display: none;
	}
}

.cta-inner {
	margin-bottom: 0;
}

.cta-message {
	font-size: 14px;
	line-height: 3;
	padding: 5px !important;
	border-radius: 10px;
}

@media(max-width:599px) {
	.cta-message {
		padding: 20px 0 !important;
	}
}

.cta-message-button {
	margin-left: 0 !important;
}

@media(max-width:599px) {
	.cta-message-button {
		margin-top: 10px !important;
	}
}

.cta-message-button a {
	padding: 7px 20px;
}

.cta-service h3 {
	font-size: 20px;
	margin-top: 10px !important;
}

.cta-service h3 a {
	color: #333333;
	text-decoration: none;
}

.cta-contact {
	border-radius: 30px;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
}

@media(max-width:999px) {
	.cta-contact {
		padding: 30px 10px 10px !important;
	}
}

@media(max-width:599px) {
	.cta-contact {
		padding: 40px 10px !important;
	}
}

.cta-contact a {
	color: #333333;
	text-decoration: none;
}

.cta-contact-message {
	font-size: 12px;
	line-height: 1;
}

@media(max-width:999px) {
	.cta-contact-message {
		line-height: 2;
	}
}

@media(max-width:599px) {
	.cta-contact .wp-block-column {
		margin-top: 0 !important;
	}
}

.cta-tel {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.cta-line {
	margin-top: 10px !important;
}

/*CTA TAB*/
.cta_tab {
	display: none;
}

@media(max-width:999px) {
	.cta_tab {
		display: block;
	}
}

@media(max-width:599px) {
	.cta_tab {
		display: none;
	}
}

.cta_tab .cta-message p {
	padding-left: 30px;
}

/*CTA SP*/
.cta_sp {
	display: none;
}

@media(max-width:599px) {
	.cta_sp {
		display: block;
	}
}

/*---------- シングルページにだけ表示しているCTA ----------*/
/*---------- 他のCTAも移行しメンテナンス性高める ----------*/

.w-before-footer.l-container {
	display: none;
}

.post-template-default.single.single-post .w-before-footer.l-container {
	display: block;
}

@media(min-width:1000px) {
	.post-template-default.single.single-post .ark-block-section__body {
		padding: 0;
	}
}

.post-template-default.single.single-post .cta-line {
	margin-bottom: 0;
}

.post-template-default.single.single-post .cta-line .wp-block-columns {
	margin-bottom: 0;
}

.c-widget.widget_block {
	margin-top: 0;
}

/*-------------------------
　　　　 フッター
-------------------------*/
footer a {
	text-decoration: none;
}

.l-footer__foot {
	display: none;
}

#footer .l-container {
	padding-right: 0;
}

/*ウィジェット*/
#footer .widget_block {
	margin-top: 0;
}

.l-footer__widgets {
	padding: 0;
}

.l-footer__widgets .l-container {
	max-width: 100vw;
	padding-left: 0;
}

.footer-widgets_sp {
	display: none;
}

@media(max-width:599px) {
	.footer-widgets {
		display: none;
	}

	.footer-widgets_sp {
		display: block;
	}
}

.footer-widgets-textinner {
	align-items: flex-end !important;
}

.l-footer__widgets figure {
	margin-bottom: 0;
}

.l-footer__widgets .wp-container-82 {
	margin: 0;
}

/*対応エリア*/
.footer-area-title {
	font-size: 12px;
	display: inline;
	border: 1px solid #ffffff;
	padding: 5px;
}

.footer-area-main {
	margin-top: 5px !important;
	margin-left: 10px !important;
}

.footer-area-sub {
	font-size: 14px;
	margin-top: 5px !important;
}

/*境界線のカーブの背景色を白に*/
.home .ark-block-section__svg.-top {
	fill: #fff !important;
}

/*民泊バナー*/
.l-footer__widgets .sunnyhouse-banner img {
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 10px #111;
}

@media(max-width:599px) {
	.l-footer__widgets .sunnyhouse-banner {
		padding: 20px 15px 10px;
	}
}

/*-------------------------
　　　　 プライバシーポリシー
-------------------------*/
.privacypolicy_section {
	font-size: 14px;
}

.privacypolicy_section h2 {
	font-size: 20px;
	margin-top: 50px !important;
}