@charset "UTF-8";
/* フォント */
:root {
	--ark-font_family: "Noto Sans JP", sans-serif;
}

/* 段落 */
.c-postContent p:not(.has-text-align-right):not(.has-text-align-center) {
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* 行間 */
:root {
	--ark-mt--m: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	--ark-mt: var(--ark-mt--m);
}

.p-entry__content > * {
	--ark-mt: var(--ark-mt--m);
}

/* 改行 */
@media (min-width: 600px) {
	br.sp {
		display: none;
	}
}
@media (min-width: 1000px) {
	br.tb {
		display: none;
	}
}
@media not all and (min-width: 1000px) {
	br.pc {
		display: none;
	}
}

/* コンテンツ幅 */
@media not all and (min-width: 1000px) {
	:root {
		--ark-width--article: 600px;
	}
}

/* コンテンツボディ*/
.l-content__body:is([data-sidebar=off] body.page *) {
	margin: 0 auto;
}
.l-content__body:is([data-sidebar=on] *) {
	margin: 3rem auto;
}
@media not all and (min-width: 600px) {
	.l-content__body:is([data-sidebar=on] *) {
		margin: 1.5rem auto;
	}
}

/* 下層トップエリア */
.p-topArea {
	border-radius: var(--border-radius);
	max-width: calc(100% - 20px);
	min-height: 300px;
	margin: 0 auto;
}
@media not all and (min-width: 1000px) {
	.p-topArea {
		min-height: 250px;
		margin-top: 10px;
	}
}
@media not all and (min-width: 600px) {
	.p-topArea {
		min-height: 150px;
	}
}
.p-topArea.c-filterLayer::after {
	content: "";
	background-color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
}
.p-topArea .p-topArea__body {
	text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.p-topArea .p-topArea__title {
	color: #fff;
}
.p-topArea h1.c-pageTitle__main {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.5;
}
@media not all and (min-width: 1000px) {
	.p-topArea h1.c-pageTitle__main {
		font-size: 2rem;
	}
}
@media not all and (min-width: 600px) {
	.p-topArea h1.c-pageTitle__main {
		font-size: 1.625rem;
	}
}
.p-topArea .c-pageTitle__sub {
	font-size: 1.125rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-top: 0 !important;
}
@media not all and (min-width: 600px) {
	.p-topArea .c-pageTitle__sub {
		font-size: 1rem;
	}
}
.p-topArea .c-pageTitle__sub::before, .p-topArea .c-pageTitle__sub::after {
	content: none;
}
.p-topArea .p-topArea__excerpt {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 0 !important;
}

/* セクション */
.ark-block-section {
	--arkb-padding: 4rem 0;
}
@media not all and (min-width: 1000px) {
	.ark-block-section {
		--arkb-padding: 3rem 0;
	}
}
@media not all and (min-width: 600px) {
	.ark-block-section {
		--arkb-padding: 2.5rem 0;
	}
}

/* セクション見出し */
.ark-block-heading h2.ark-block-heading__main {
	color: #0d5177;
}
@media (min-width: 1000px) {
	.ark-block-heading h2.ark-block-heading__main {
		font-size: 2.25em;
	}
}
@media not all and (min-width: 600px) {
	.ark-block-heading h2.ark-block-heading__main {
		font-size: 1.75em;
	}
}
.ark-block-heading .ark-block-heading__sub {
	color: #44b0cc;
	font-size: 1.125em;
	letter-spacing: 0.1em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
@media not all and (min-width: 600px) {
	.ark-block-heading .ark-block-heading__sub {
		font-size: 1em;
	}
}
.ark-block-heading .ark-block-heading__sub:not(:empty)::before {
	content: "";
	background-image: url(/wp-content/plugins/my-arkhe-addon/assets/img/heading-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.25em;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

@media not all and (min-width: 600px) {
	h2 {
		font-size: 1.375em;
	}
}

@media not all and (min-width: 600px) {
	h3 {
		font-size: 1.25em;
	}
}

@media not all and (min-width: 600px) {
	h4 {
		font-size: 1.125em;
	}
}

.c-postContent > h2.wp-block-heading {
	color: #0d5177;
	background-color: #ecf7fa;
	border-top: 3px solid #44b0cc;
	padding: 0.25em 0.5em 0.375em;
}
.c-postContent > h3.wp-block-heading {
	color: #0d5177;
	border-left: 3px solid #44b0cc;
	padding: 0.125em 0.25em 0.25em 0.5em;
}
.c-postContent > h4.wp-block-heading {
	color: #0d5177;
	text-indent: -0.75em;
	padding-left: 0.75em;
}
.c-postContent > h4.wp-block-heading::before {
	content: "";
	display: inline-block;
	background-color: #44b0cc;
	border-radius: 100px;
	width: 7px;
	height: 7px;
	margin-right: 0.375em;
	vertical-align: 0.2em;
}

/* Flexible Table Block */
.wp-block-flexible-table-block-table table {
	border-top: none;
	border-right: none;
}
.wp-block-flexible-table-block-table thead th {
	color: #fff;
	background-color: #44b0cc !important;
	font-weight: 600;
}
.wp-block-flexible-table-block-table thead th + th {
	border-left-color: #fff !important;
}
.wp-block-flexible-table-block-table thead th:is(:has(+ th)) {
	border-right-color: #fff !important;
}
.wp-block-flexible-table-block-table th {
	color: #0d5177;
	background-color: #ecf7fa !important;
	font-weight: 500;
}
.wp-block-flexible-table-block-table th,
.wp-block-flexible-table-block-table td {
	line-height: 1.5;
	border-color: #bbb !important;
	padding: 1em !important;
}
@media not all and (min-width: 600px) {
	.wp-block-flexible-table-block-table th,
	.wp-block-flexible-table-block-table td {
		padding: 0.75em !important;
	}
}

/* ボタン */
.ark-block-button.is-btn-outline .ark-block-button__link {
	background-color: #fff;
	padding: 0.75em 2em;
}
.ark-block-button.is-btn-outline .ark-block-button__link:has(.ark-block-button__icon.-right) {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 2em;
}

/* リッチカラム */
.ark-block-columns .ark-block-column[data-arkb-link], .ark-block-columns .ark-block-column[data-arkb-linkbox] {
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.ark-block-columns .ark-block-column[data-arkb-link] a + *, .ark-block-columns .ark-block-column[data-arkb-linkbox] a + * {
	margin-top: 0;
}

/* 投稿リスト */
.p-postList .p-postList__item:hover .p-postList__body {
	opacity: 1;
}
.p-postList .p-postList__link {
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.p-postList .p-postList__link:hover {
	opacity: 0.7;
}
.p-postList .p-postList__thumb::before {
	content: none;
}
.p-postList .c-postThumb__figure {
	border-radius: var(--border-radius);
}
.p-postList .p-postList__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.p-postList .p-postList__title {
	color: #0d5177;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.p-postList .p-postList__meta {
	font-size: 0.875rem;
	margin-top: 0;
	margin-bottom: 0.25rem;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.p-postList .p-postList__meta > div {
	margin-bottom: 0;
}
.p-postList .p-postList__category {
	opacity: 1;
	margin-right: 0;
}
@media (min-width: 1000px) {
	.p-postList .p-postList__category {
		font-size: 0.75rem;
	}
}
.p-postList .p-postList__category span {
	color: #44b0cc;
	background-color: #fff;
	border: 1px solid currentColor;
	border-radius: 100px;
	line-height: 1;
	padding: 2px 8px 3px;
}
.p-postList .c-postMetas__icon {
	display: none;
}
.p-postList .p-postList__excerpt {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.p-postList.-type-list .p-postList__thumb {
	max-width: 250px;
}
@media not all and (min-width: 600px) {
	.p-postList.-type-list .p-postList__thumb {
		max-width: 100px;
	}
}
@media not all and (min-width: 600px) {
	.p-postList.-type-list .c-postThumb__figure {
		--ark-thumb_ratio: 100%;
	}
}
.p-postList.-type-list .p-postList__title {
	font-size: 1.25rem;
}
@media not all and (min-width: 600px) {
	.p-postList.-type-list .p-postList__title {
		font-size: 1.125rem;
	}
}
.p-postList.-type-list .p-postList__excerpt {
	font-size: 0.875rem;
}
@media not all and (min-width: 600px) {
	.p-postList.-type-list .p-postList__excerpt {
		display: none;
	}
}
.p-postList.-type-card {
	margin-bottom: -1.5rem;
}
.p-postList.-type-card .p-postList__item {
	margin-bottom: 1.5rem;
}
.p-postList.-type-card .p-postList__excerpt {
	font-size: 0.875rem;
}

/* パンくずリスト */
@media (min-width: 1000px) {
	.p-breadcrumb {
		padding: 12px 0;
	}
}
.p-breadcrumb .p-breadcrumb__text {
	color: #0d5177;
	font-size: 14px;
}
@media not all and (min-width: 600px) {
	.p-breadcrumb .p-breadcrumb__text {
		font-size: 12px;
	}
}
.p-breadcrumb .p-breadcrumb__text .arkhe-svg-home {
	fill: #44b0cc;
}

/* ページネーション */
@media not all and (min-width: 1000px) {
	.pagination {
		margin-top: 2rem;
	}
}
.pagination .page-numbers {
	font-weight: 500;
	color: #0d5177;
	border: 1px solid #44b0cc;
	border-radius: 100px;
}
.pagination .page-numbers:not(.current) {
	color: #44b0cc;
	background: #ecf7fa;
}
.pagination .page-numbers:not(.current):hover {
	color: #fff;
	background: #44b0cc;
}

/* 角丸 */
:root {
	--border-radius: 20px;
}
@media not all and (min-width: 600px) {
	:root {
		--border-radius: 15px;
	}
}

/* ボックスシャドウ */
:root {
	--box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.15);
	--box-shadow--hover: 1px 4px 15px -1px rgba(0, 0, 0, 0.3);
}

/* Lightbox */
.wp-lightbox-overlay .scrim {
	background-color: #333 !important;
}
.wp-lightbox-overlay .close-button {
	fill: #fff !important;
}

/* リキャプチャ */
@media not all and (min-width: 600px) {
	.grecaptcha-badge {
		bottom: 50px !important;
	}
}

/* フェードイン */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fade-in {
	opacity: 0;
}
.fade-in.fired {
	-webkit-animation: fadeIn 0.6s ease-out forwards;
	        animation: fadeIn 0.6s ease-out forwards;
}

/* フェードアップ */
@-webkit-keyframes fadeUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
.fade-up {
	opacity: 0;
}
.fade-up.fired {
	-webkit-animation: fadeUp 0.6s ease-out forwards;
	        animation: fadeUp 0.6s ease-out forwards;
}

/* ヘッダー */
@media not all and (min-width: 1150px) {
	:root {
		--ark-logo_size--pc: 50px;
	}
}

.l-header {
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}
[data-scrolled=false] body.home .l-header {
	position: absolute;
	top: 0;
}
[data-scrolled=true] .l-header {
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.l-header .l-header__body {
	max-width: unset;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
@media not all and (min-width: 1000px) {
	.l-header .l-header__body {
		grid-template-columns: auto 1fr auto var(--ark-searchW) var(--ark-drawerW);
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 24px;
	}
}
@media not all and (min-width: 600px) {
	.l-header .l-header__body {
		padding-left: 16px;
		padding-right: 16px;
	}
}
[data-scrolled=false] body.home .l-header .l-header__body {
	padding-top: 2em;
	padding-bottom: 2em;
}
@media not all and (min-width: 1150px) {
	[data-scrolled=false] body.home .l-header .l-header__body {
		padding-top: 1.25em;
		padding-bottom: 1.25em;
	}
}
@media not all and (min-width: 1000px) {
	[data-scrolled=false] body.home .l-header .l-header__body {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
@media not all and (min-width: 1000px) {
	.l-header .l-header__logo {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
[data-scrolled=false] body.home .l-header .l-header__logo {
	background-color: #fff;
	border-radius: 0 0 30px 0;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-bottom: 2rem;
}
@media not all and (min-width: 1150px) {
	[data-scrolled=false] body.home .l-header .l-header__logo {
		padding-top: 0.75rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-bottom: 1rem;
	}
}
@media not all and (min-width: 600px) {
	[data-scrolled=false] body.home .l-header .l-header__logo {
		padding-left: 16px;
		padding-right: 16px;
	}
}
[data-scrolled=false] body.home .l-header .l-header__logo::before {
	content: "";
	background-image: url(/wp-content/plugins/my-arkhe-addon/assets/img/rounded_tl.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: -30px;
}
@media not all and (min-width: 1000px) {
	[data-scrolled=false] body.home .l-header .l-header__logo::before {
		top: 0;
	}
}
[data-scrolled=false] body.home .l-header .l-header__logo::after {
	content: "";
	background-image: url(/wp-content/plugins/my-arkhe-addon/assets/img/rounded_tl.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	bottom: -30px;
}
@media not all and (min-width: 1000px) {
	[data-scrolled=false] body.home .l-header .l-header__logo::after {
		left: 0;
	}
}

/* Gナビ */
.c-gnav {
	gap: 8px;
}
.c-gnav .c-gnav__li {
	border-radius: 6px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}
.c-gnav .c-gnav__li:focus, .c-gnav .c-gnav__li:hover {
	color: inherit;
	background-color: rgba(68, 176, 204, 0.1);
}
.c-gnav .c-gnav__li > .c-gnav__a {
	padding: 12px 12px;
}
@media not all and (min-width: 1150px) {
	.c-gnav .c-gnav__li > .c-gnav__a {
		padding: 12px 10px;
	}
}
.c-gnav .__mainText {
	color: #0d5177;
	text-align: center;
}
.c-gnav .__subText {
	color: #44b0cc;
	font-size: 12px;
	letter-spacing: 0.1em;
	opacity: 0.8;
	top: 0;
	margin-top: 6px;
}
.c-gnav .sub-menu {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
}
.c-gnav .sub-menu .menu-item:not(:first-child) {
	border-top: 1px solid #ddd;
}
.c-gnav .sub-menu .c-gnav__a {
	font-size: 1em;
}
.c-gnav .c-gnav__depth1 {
	min-width: 160px;
	-webkit-box-shadow: var(--box-shadow);
	        box-shadow: var(--box-shadow);
}
.c-gnav .c-gnav__depth1::before {
	content: none;
}

/* ドロワーナビ */
.l-header__drawerBtn {
	border: 1px solid #44b0cc;
	border-radius: 100px;
}
.l-header__drawerBtn .c-iconBtn__icon .__close,
.l-header__drawerBtn .c-iconBtn__icon .__open {
	fill: #44b0cc;
}

.p-drawer {
	--ark-color--border: #ccc;
	--ark-nav-padding--Y: .75rem;
	color: #0d5177;
	background-color: #ecf7fa;
	font-size: 1rem;
}
.p-drawer .c-drawerNav__a {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}
.p-drawer .c-drawerNav__a:hover {
	color: #44b0cc;
	background-color: unset;
}
.p-drawer .drawer-cta .tel-btn .ark-block-button__link {
	color: #0d5177;
	background: transparent;
	padding: 0;
	white-space: nowrap;
}
.p-drawer .drawer-cta .tel-btn .ark-block-button__link::before {
	content: none;
}
.p-drawer .drawer-cta .tel-btn .ark-block-button__icon {
	color: #0d5177;
	-webkit-transform: scale(2) translate(-0.25em, 0.1em);
	        transform: scale(2) translate(-0.25em, 0.1em);
}
.p-drawer .drawer-cta .tel-btn .ark-block-button__text {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}
.p-drawer .drawer-cta .tel-times {
	font-size: 0.9rem;
	margin-top: 0.5em;
}
.p-drawer .drawer-cta .mail-btn .ark-block-button__link {
	padding: 1em 2em;
}
.p-drawer .drawer-cta .mail-btn .arkb-inline-icon {
	min-width: 1.5em;
	vertical-align: 1px;
	margin-right: 0.25em;
}
.p-drawer .drawer-cta .mail-btn .arkb-inline-icon::after {
	max-width: 1.5em;
}
.p-drawer .drawer-cta .mail-btn .ark-block-button__text {
	font-size: 1rem;
	font-weight: 500;
}

/* TOP | 共通 */
@media not all and (min-width: 1000px) {
	body.home .ark-block-section {
		--arkb-padding: 2rem 0;
	}
}

/* TOP | Hero */
section.hero {
	min-height: 600px;
}
@media (min-width: 1000px) {
	section.hero .ark-block-section__media {
		padding: 10px 10px 0;
	}
}
section.hero .ark-block-section__img {
	border-radius: 50px;
}
@media not all and (min-width: 1000px) {
	section.hero .ark-block-section__img {
		border-radius: 0 0 30px 30px;
	}
}
section.hero .ark-block-section__body {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
section.hero .ark-block-section__bodyInner {
	padding-top: clamp(110px, 20vh, 230px);
}
section.hero h2.hero-catch {
	color: #fff;
	font-size: clamp(22px, 3vw, 40px);
	font-weight: 600;
	-webkit-filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.15));
	        filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.15));
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	position: relative;
}
section.hero h2.hero-catch .hero-catch-img {
	width: clamp(360px, 60vw, 900px) !important;
}
@media (min-width: 1000px) {
	section.hero h2.hero-catch .hero-catch-text {
		position: absolute;
		left: 0;
		bottom: 2%;
	}
}
section.hero .hero-catch {
	width: clamp(345px, 60vw, 900px);
	-webkit-filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.15));
	        filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.15));
	margin: 0 auto;
}

/* TOP | AboutUs */
section.about {
	--arkb-padding: 8rem 0 4rem;
}
@media not all and (min-width: 1000px) {
	section.about {
		--arkb-padding: 3rem 0 2rem !important;
	}
}
section.about .about-columns {
	--arkb-gap--x: 3rem;
}
@media not all and (min-width: 1000px) {
	section.about .about-columns .ark-block-columns__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.about .about-columns .image-col {
	--arkb-clmn-w--pc: 50%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
section.about .about-columns .text-col {
	--arkb-clmn-w--pc: 50%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
@media (min-width: 1000px) {
	section.about .about-columns .text-col {
		-webkit-animation-delay: 0.5s;
		        animation-delay: 0.5s;
	}
}
section.about h2.about-title {
	color: #0d5177;
	font-size: 2.25rem;
	letter-spacing: 0.1em;
	word-break: keep-all;
}
@media not all and (min-width: 1000px) {
	section.about h2.about-title {
		font-size: 1.75rem;
	}
}
@media not all and (min-width: 600px) {
	section.about h2.about-title {
		font-size: 1.6rem;
	}
}
section.about h2.about-title + p {
	margin-top: 2rem;
}
section.about .about-img-group {
	position: relative;
}
@media not all and (min-width: 1000px) {
	section.about .about-img-group {
		margin-left: 3rem;
	}
}
section.about .about-img-group > * {
	margin-top: 0;
}
section.about .about-img-01 img {
	border-radius: var(--border-radius);
}
section.about .about-img-02 {
	width: 200px;
	position: absolute;
	left: -4rem;
	bottom: -4rem;
}
@media not all and (min-width: 1000px) {
	section.about .about-img-02 {
		left: -3rem;
		bottom: -3rem;
	}
}
@media not all and (min-width: 600px) {
	section.about .about-img-02 {
		width: 125px;
	}
}
section.about .about-img-02 img {
	border-radius: var(--border-radius);
}
section.about .ark-block-buttons {
	margin-top: 3rem;
}
@media not all and (min-width: 1000px) {
	section.about .ark-block-buttons {
		margin-top: 5rem;
	}
}

/* TOP | Reason */
@media (min-width: 1000px) {
	section.reason .ark-block-heading h2.ark-block-heading__main {
		text-align: left;
	}
}
@media (min-width: 1000px) {
	section.reason .ark-block-heading .ark-block-heading__sub {
		margin-left: 0;
	}
}
section.reason .reason-columns {
	--arkb-gap--y: 2rem;
}
@media (min-width: 1000px) {
	section.reason .reason-columns .ark-block-column:nth-child(2) {
		margin-top: -3rem;
	}
	section.reason .reason-columns .ark-block-column:nth-child(3) {
		margin-top: -6rem;
	}
}
section.reason .reason-columns .ark-block-column :hover .reason-img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
section.reason .reason-container {
	border-radius: var(--border-radius);
	overflow: hidden;
	position: relative;
}
section.reason .reason-container > * {
	margin-top: 0;
}
section.reason .reason-num {
	color: rgba(255, 255, 255, 0.9);
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 1;
}
section.reason .reason-img img {
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (min-width: 1000px) {
	section.reason .reason-img img {
		aspect-ratio: 5/6;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
@media (min-width: 1000px) {
	section.reason .reason-img._01 img {
		-o-object-position: 50% 50%;
		   object-position: 50% 50%;
	}
}
@media (min-width: 1000px) {
	section.reason .reason-img._02 img, section.reason .reason-img._03 img {
		-o-object-position: 100% 50%;
		   object-position: 100% 50%;
	}
}
section.reason .reason-body {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0d5177));
	background-image: linear-gradient(180deg, transparent, #0d5177);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4rem 1rem 1rem;
}
section.reason .reason-body > * {
	color: #fff;
}
section.reason h3.reason-title {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
section.reason .more-text {
	font-size: 0.875rem;
	text-align: right !important;
	margin-top: 0.75rem;
}
section.reason .freee-img {
	width: 150px;
	margin-top: 0;
	position: absolute;
	top: -2rem;
	right: -2rem;
	-webkit-animation-delay: 0.25s;
	        animation-delay: 0.25s;
}
@media not all and (min-width: 600px) {
	section.reason .freee-img {
		width: 100px;
		top: -1rem;
		right: -1rem;
	}
}

/* TOP | Service */
section.service .service-columns {
	margin-top: 5rem;
	--arkb-gap--y: 3.5rem;
}
section.service .service-columns .ark-block-column:hover .service-img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
@media (min-width: 1000px) {
	section.service .service-columns .ark-block-column:nth-child(2) {
		-webkit-animation-delay: 0.25s;
		        animation-delay: 0.25s;
	}
	section.service .service-columns .ark-block-column:nth-child(3) {
		-webkit-animation-delay: 0.5s;
		        animation-delay: 0.5s;
	}
}
section.service .service-container {
	background-image: linear-gradient(135deg, #ecf7fa, #c7e7f0);
	border-radius: var(--border-radius);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 1rem;
}
section.service .service-img {
	width: 300px;
	margin: -4rem auto 0;
}
section.service .service-img img {
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
section.service h3.service-title {
	color: #0d5177;
	text-align: center;
	letter-spacing: 0.05em;
}
section.service .service-sub-title {
	color: #44b0cc;
	text-align: center !important;
	letter-spacing: 0.1em;
	margin-top: 0;
}
section.service .service-text {
	padding: 0 1rem;
	margin-bottom: 2rem;
}
section.service .more-text {
	color: #44b0cc;
	font-size: 0.875rem;
	text-align: right !important;
	margin-top: auto;
}

/* TOP | Page-Nav */
section.page-nav .page-nav-buttons {
	--btn-width: 33.33%;
	--arkb-gap--x: 1.5rem;
	--arkb-gap--y: 1.5rem;
}
@media not all and (min-width: 1000px) {
	section.page-nav .page-nav-buttons {
		--btn-width: 50%;
	}
}
@media not all and (min-width: 600px) {
	section.page-nav .page-nav-buttons {
		--btn-width: 100%;
	}
}
section.page-nav .page-nav-buttons .ark-block-button {
	width: calc(var(--btn-width) - var(--arkb-gap--x));
}
@media (min-width: 1000px) {
	section.page-nav .page-nav-buttons .ark-block-button:nth-child(2) {
		-webkit-animation-delay: 0.25s;
		        animation-delay: 0.25s;
	}
	section.page-nav .page-nav-buttons .ark-block-button:nth-child(3) {
		-webkit-animation-delay: 0.5s;
		        animation-delay: 0.5s;
	}
}
section.page-nav .page-nav-buttons .ark-block-button__link {
	width: 100%;
	padding: 1em 2em;
}
section.page-nav .page-nav-buttons .ark-block-button__text {
	font-size: 1.125rem;
	white-space: nowrap;
}
section.page-nav .page-nav-buttons .arkb-inline-icon {
	min-width: 1.5em;
	vertical-align: 1px;
	margin-right: 0.25em;
}
section.page-nav .page-nav-buttons .arkb-inline-icon::after {
	max-width: 1.5em;
}

/* TOP | Blog */
section.blog .ark-block-section__bodyInner {
	display: grid;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
	grid-template-rows: -webkit-min-content 1fr;
	grid-template-rows: min-content 1fr;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: 2em 4rem;
}
@media not all and (min-width: 1000px) {
	section.blog .ark-block-section__bodyInner {
		grid-template-columns: 1fr 1fr;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
section.blog .ark-block-section__bodyInner .ark-block-heading {
	grid-column: 1/2;
	grid-row: 1/2;
}
section.blog .ark-block-section__bodyInner .ark-block-postList {
	grid-column: 2/3;
	grid-row: 1/3;
}
@media not all and (min-width: 1000px) {
	section.blog .ark-block-section__bodyInner .ark-block-postList {
		grid-column: 1/3;
		grid-row: 2/3;
	}
}
section.blog .ark-block-section__bodyInner .ark-block-buttons {
	grid-column: 1/2;
	grid-row: 2/3;
}
@media not all and (min-width: 1000px) {
	section.blog .ark-block-section__bodyInner .ark-block-buttons {
		grid-column: 2/3;
		grid-row: 1/2;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
section.blog .ark-block-section__bodyInner > * {
	margin-top: 0;
}
section.blog .ark-block-heading h2.ark-block-heading__main {
	text-align: left;
}
section.blog .ark-block-heading .ark-block-heading__sub {
	margin-left: 0;
}
@media not all and (min-width: 600px) {
	section.blog .p-postList.-type-card {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: auto;
	}
}
@media not all and (min-width: 600px) {
	section.blog .p-postList.-type-card .p-postList__item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 75%;
		        flex: 1 0 75%;
	}
}

/* CTA */
@media not all and (min-width: 600px) {
	section.cta .ark-block-section__body {
		padding-left: 0;
		padding-right: 0;
	}
}
section.cta .cta-container {
	background-image: url(/wp-content/uploads/cta-bg.jpg);
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	border-radius: 50px;
	padding: 4rem;
}
@media not all and (min-width: 600px) {
	section.cta .cta-container {
		border-radius: 30px;
		padding-top: 2rem;
		padding-left: var(--ark-padding--container, 0);
		padding-right: var(--ark-padding--container, 0);
		padding-bottom: 3rem;
	}
}
section.cta .ark-block-heading h2.ark-block-heading__main {
	color: #fff;
}
section.cta .ark-block-heading .ark-block-heading__sub {
	color: #fff;
}
section.cta .ark-block-heading .ark-block-heading__sub::before {
	background-image: url(/wp-content/plugins/my-arkhe-addon/assets/img/heading-icon-wh.svg);
}
section.cta .cta-text {
	color: #fff;
	font-weight: 500;
}
section.cta .cta-columns {
	--arkb-clmn-w--pc: 50%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
	max-width: 685px;
	margin-left: auto;
	margin-right: auto;
}
section.cta .cta-columns .ark-block-columns__inner {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
section.cta .tel-btn .ark-block-button__link {
	color: #fff;
	background: transparent;
	padding: 0;
	white-space: nowrap;
}
section.cta .tel-btn .ark-block-button__link::before {
	content: none;
}
section.cta .tel-btn .ark-block-button__icon {
	color: #fff;
	-webkit-transform: scale(2.25) translate(-0.25em, 0.1em);
	        transform: scale(2.25) translate(-0.25em, 0.1em);
}
section.cta .tel-btn .ark-block-button__text {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1;
}
section.cta .mail-btn .ark-block-button__link {
	padding: 1em 2em;
}
section.cta .mail-btn .ark-block-button__link:hover {
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	        box-shadow: inset 0 0 0 1px #fff;
}
section.cta .mail-btn .arkb-inline-icon {
	min-width: 1.5em;
	vertical-align: 1px;
	margin-right: 0.25em;
}
section.cta .mail-btn .arkb-inline-icon::after {
	max-width: 1.5em;
}
section.cta .mail-btn .ark-block-button__text {
	font-size: 1.125rem;
	font-weight: 500;
}
section.cta .tel-times {
	color: #fff;
	font-size: 0.9rem;
	margin-top: 0.5em;
}

/* 下層ページ共通 */
body.page .ark-block-section__bodyInner > h2.wp-block-heading {
	color: #0d5177;
	background-color: #ecf7fa;
	border-top: 3px solid #44b0cc;
	padding: 0.25em 0.5em 0.375em;
}
body.page .ark-block-section__bodyInner > h3.wp-block-heading {
	color: #0d5177;
	border-left: 3px solid #44b0cc;
	padding: 0.125em 0.25em 0.25em 0.5em;
}
body.page .ark-block-section__bodyInner > h4.wp-block-heading {
	color: #0d5177;
	text-indent: -0.75em;
	padding-left: 0.75em;
}
body.page .ark-block-section__bodyInner > h4.wp-block-heading::before {
	content: "";
	display: inline-block;
	background-color: var(--ark-color--main);
	border-radius: 100px;
	width: 0.375em;
	height: 0.375em;
	margin-right: 0.375em;
	vertical-align: 0.125em;
}
@media (min-width: 1000px) {
	body.page .section-intro p {
		font-size: 1.125rem;
		text-align: center !important;
	}
}
body.page .page-nav-buttons {
	--btn-width: 33.33%;
	--arkb-gap--x: 1.5rem;
	--arkb-gap--y: 1.5rem;
	--ark-mt--inner: 5rem;
}
@media not all and (min-width: 1000px) {
	body.page .page-nav-buttons {
		--btn-width: 50%;
		--ark-mt--inner: 4rem;
	}
}
@media not all and (min-width: 600px) {
	body.page .page-nav-buttons {
		--btn-width: 100%;
		--ark-mt--inner: 3.5rem;
	}
}
body.page .page-nav-buttons .ark-block-button {
	width: calc(var(--btn-width) - var(--arkb-gap--x));
}
body.page .page-nav-buttons .ark-block-button__link {
	width: 100%;
	padding: 1em 2em;
}
body.page .page-nav-buttons .ark-block-button__text {
	font-size: 1.125rem;
	white-space: nowrap;
}
body.page .page-nav-buttons .arkb-inline-icon {
	min-width: 1.5em;
	vertical-align: 1px;
	margin-right: 0.25em;
}
body.page .page-nav-buttons .arkb-inline-icon::after {
	max-width: 1.5em;
}

/* 選ばれる理由 */
body.slug-reason .reason-columns {
	--arkb-gap--x: 3rem;
	--arkb-gap--y: 1rem;
}
@media not all and (min-width: 1000px) {
	body.slug-reason .reason-columns.image-right .ark-block-columns__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.slug-reason .reason-columns .image-col {
	--arkb-clmn-w--pc: 45%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
	position: relative;
}
body.slug-reason .reason-columns .text-col {
	--arkb-clmn-w--pc: 55%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
body.slug-reason .reason-columns + .reason-columns {
	margin-top: 4rem;
}
body.slug-reason .reason-img img {
	border-radius: var(--border-radius);
}
body.slug-reason .reason-title-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.75rem;
}
body.slug-reason .reason-title-group > * {
	margin-top: 0;
}
body.slug-reason .reason-title-group .reaosn-num {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
}
body.slug-reason .reason-title-group h2.reason-title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}
body.slug-reason .reason-title-group + p {
	margin-top: 2rem;
}
body.slug-reason .reason-num {
	color: #44b0cc;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}
body.slug-reason h2.reason-title {
	color: #0d5177;
}
body.slug-reason .freee-img {
	width: 150px;
	position: absolute;
	top: -2rem;
	right: -2rem;
	margin-top: 0;
}
@media not all and (min-width: 600px) {
	body.slug-reason .freee-img {
		width: 100px;
		top: -1rem;
		right: -1rem;
	}
}

/* サービス一覧 */
body.slug-service .service-panels + .service-panels {
	margin-top: 2rem;
}
body.slug-service .service-container {
	background-image: linear-gradient(135deg, #ecf7fa, #c7e7f0);
	border-radius: var(--border-radius);
	padding: 2.5rem 3rem 3rem;
}
@media (min-width: 1000px) {
	body.slug-service .service-container {
		display: grid;
		grid-template-columns: 1fr 40%;
		grid-template-rows: auto auto auto;
		gap: 0 3rem;
	}
	body.slug-service .service-container .service-title-group {
		grid-column: 1/3;
		grid-row: 1/2;
	}
	body.slug-service .service-container .service-img {
		grid-column: 2/3;
		grid-row: 2/4;
	}
	body.slug-service .service-container .service-text-container {
		grid-column: 1/2;
		grid-row: 2/3;
	}
	body.slug-service .service-container .service-btn {
		grid-column: 1/2;
		grid-row: 3/4;
	}
}
@media not all and (min-width: 1000px) {
	body.slug-service .service-container {
		--ark-mt: 1rem;
		padding: 1.75rem 2rem 2rem;
	}
}
body.slug-service .service-title-group {
	border-bottom: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 0 0.75rem;
	padding-bottom: 1rem;
}
@media not all and (min-width: 1000px) {
	body.slug-service .service-title-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
body.slug-service .service-title-group > * {
	margin-top: 0;
}
body.slug-service h2.service-title {
	color: #0d5177;
}
body.slug-service h2.service-title::before {
	content: "";
	background-image: url(/wp-content/plugins/my-arkhe-addon/assets/img/heading-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	margin-right: 0.25em;
}
body.slug-service .service-sub-title {
	color: #44b0cc;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
}
@media not all and (min-width: 600px) {
	body.slug-service .service-sub-title {
		font-size: 1rem;
	}
}
@media not all and (min-width: 1000px) {
	body.slug-service .service-img {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1000px) {
	body.slug-service .service-btn {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
body.slug-service .service-btn .ark-block-button__link:is(.ark-block-column[data-arkb-linkbox]:hover *) {
	color: #fff;
	background-color: #44b0cc;
}

/* 各サービス */
body.parent-pageid-19 .description-columns {
	--arkb-gap--x: 3rem;
	--arkb-gap--y: 1.5rem;
}
@media not all and (min-width: 1000px) {
	body.parent-pageid-19 .description-columns .ark-block-columns__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.parent-pageid-19 .description-columns .text-col {
	--arkb-clmn-w--pc: calc(100% - 448px);
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
body.parent-pageid-19 .description-columns .image-col {
	--arkb-clmn-w--pc: 448px;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
@media (min-width: 1000px) {
	body.parent-pageid-19 .description-container p {
		font-size: 1.125rem;
	}
}
body.parent-pageid-19 h3.description-title {
	color: #0d5177;
	border-left: 3px solid #44b0cc;
	padding: 0.125em 0.25em 0.25em 0.5em;
}
body.parent-pageid-19 h3.description-title + * {
	margin-top: 1.5rem;
}
@media not all and (min-width: 1000px) {
	body.parent-pageid-19 .description-img {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
body.parent-pageid-19 h2.worry-title {
	color: #fff;
	background-color: #44b0cc;
	text-align: center;
	border-radius: var(--border-radius);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0.125em 0.75em 0.25em 0.75em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
body.parent-pageid-19 h2.worry-title::after {
	content: "";
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	        clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #44b0cc;
	width: 24px;
	height: 12px;
	position: absolute;
	left: 50%;
	bottom: -11px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
body.parent-pageid-19 .worry-list {
	list-style: none;
	padding-left: unset;
	max-width: 750px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 2rem;
	margin-left: auto;
	margin-right: auto;
}
@media not all and (min-width: 1000px) {
	body.parent-pageid-19 .worry-list {
		gap: 0 1rem;
	}
}
body.parent-pageid-19 .worry-list li {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 calc(33.33% - 1.3333333333em);
	        flex: 1 0 calc(33.33% - 1.3333333333em);
	aspect-ratio: 1/1;
	color: #0d5177;
	background-color: #ecf7fa;
	line-height: 1.5;
	text-align: center;
	border-radius: 9999px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.5rem;
}
@media (min-width: 1000px) {
	body.parent-pageid-19 .worry-list li {
		font-size: 1.125rem;
	}
}
@media not all and (min-width: 1000px) {
	body.parent-pageid-19 .worry-list li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(33.33% - 0.6666666667em);
		        flex: 0 0 calc(33.33% - 0.6666666667em);
	}
}
@media not all and (min-width: 600px) {
	body.parent-pageid-19 .worry-list li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(50% - 1em);
		        flex: 0 0 calc(50% - 1em);
		font-size: 0.9rem;
	}
	body.parent-pageid-19 .worry-list li:last-child {
		margin-top: -1rem;
	}
}
body.parent-pageid-19 .feature-contaienr {
	border: 10px solid #ecf7fa;
	border-radius: var(--border-radius);
}
@media (min-width: 1000px) {
	body.parent-pageid-19 .feature-contaienr p {
		font-size: 1.125rem;
	}
}
body.parent-pageid-19 .feature-title {
	color: #0d5177;
	background-color: #ecf7fa;
	text-align: center;
	padding: 0 0.375em 0.375em;
}
body.parent-pageid-19 .feature-title + * {
	margin-top: 0;
}
body.parent-pageid-19 .feature-body {
	padding: 1.5rem;
}

/* 料金表 */
body.slug-fee .fee-table {
	margin-top: 1rem;
}
body.slug-fee .fee-table + ul.is-style-ark-list-note {
	margin-top: 0;
}

/* ご依頼の流れ */
body.slug-flow .flow-container {
	position: relative;
	display: grid;
	grid-template-columns: -webkit-max-content 1fr 40%;
	grid-template-columns: max-content 1fr 40%;
	grid-template-rows: -webkit-max-content 1fr;
	grid-template-rows: max-content 1fr;
	gap: 1rem 1.5rem;
}
@media not all and (min-width: 1000px) {
	body.slug-flow .flow-container {
		grid-template-columns: -webkit-max-content 1fr;
		grid-template-columns: max-content 1fr;
		grid-template-rows: auto auto auto;
		gap: 1.5rem 1rem;
	}
}
body.slug-flow .flow-container:not(.step-05)::before {
	content: "";
	border-left: 1px dashed #44b0cc;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 4em;
	left: 2em;
}
@media not all and (min-width: 600px) {
	body.slug-flow .flow-container:not(.step-05)::before {
		height: calc(100% + 0.5em);
		top: 3.5em;
		left: 1.75em;
	}
}
body.slug-flow .flow-container .flow-icon {
	grid-column: 1/2;
	grid-row: 1/3;
}
@media not all and (min-width: 1000px) {
	body.slug-flow .flow-container .flow-icon {
		grid-row: 1/4;
	}
}
body.slug-flow .flow-container .flow-title-group {
	grid-column: 2/3;
	grid-row: 1/2;
	align-self: center;
}
body.slug-flow .flow-container .flow-body {
	grid-column: 2/3;
	grid-row: 2/3;
}
@media not all and (min-width: 1000px) {
	body.slug-flow .flow-container .flow-body {
		grid-row: 3/4;
	}
}
body.slug-flow .flow-container .flow-img {
	grid-column: 3/4;
	grid-row: 1/3;
	justify-self: end;
}
@media not all and (min-width: 1000px) {
	body.slug-flow .flow-container .flow-img {
		grid-column: 2/3;
		grid-row: 2/3;
	}
}
body.slug-flow .flow-container > * {
	margin-top: 0;
}
body.slug-flow .flow-container + .flow-container {
	margin-top: 4rem;
}
@media not all and (min-width: 600px) {
	body.slug-flow .flow-icon {
		--arkb-icon-size: 3.5em !important;
	}
}
body.slug-flow .flow-title-group > * {
	margin-top: 0;
}
body.slug-flow .flow-num {
	color: #44b0cc;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	border: 1px solid currentColor;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px 4px;
}
body.slug-flow h2.flow-title {
	color: #0d5177;
	margin-top: 0.125em;
}
@media (min-width: 1000px) {
	body.slug-flow .flow-img {
		width: 400px;
	}
}
body.slug-flow .flow-img img {
	border-radius: var(--border-radius);
}

/* 事務所紹介 */
body.slug-about .about-columns {
	--arkb-gap--x: 3rem;
	--arkb-gap--y: 1rem;
}
body.slug-about .about-columns .ark-block-columns__inner {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
body.slug-about .about-columns .logo-col {
	--arkb-clmn-w--pc: 248px;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
body.slug-about .about-columns .text-col {
	--arkb-clmn-w--pc: calc(100% - 248px);
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
@media (min-width: 1000px) {
	body.slug-about .about-columns p {
		font-size: 1.125rem;
	}
}
@media not all and (min-width: 600px) {
	body.slug-about .logo-img img {
		width: 125px;
	}
}
body.slug-about .office-columns {
	--arkb-clmn-w--pc: 33.33%;
	--arkb-clmn-w--tab: 50%;
	--arkb-clmn-w--mb: 100%;
	--arkb-gap--x: 2rem;
	--arkb-gap--y: 1.5rem;
}
body.slug-about .office-img img {
	border-radius: var(--border-radius);
}
body.slug-about .link-btn {
	font-size: 0.875rem;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #44b0cc;
	border-radius: 100px;
	padding: 0.125em 0.75em 0.25em 0.75em;
	margin-left: 1rem;
	vertical-align: 0.1em;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.25s;
	        transition-duration: 0.25s;
}
body.slug-about .link-btn:hover {
	color: #fff;
	background-color: #44b0cc;
}
body.slug-about .link-btn .arkb-inline-icon {
	margin-left: 0.5em;
}
body.slug-about .access-columns {
	--arkb-gap--x: 2rem;
	--arkb-gap--y: 1.5rem;
}
body.slug-about .access-columns .map-col {
	--arkb-clmn-w--pc: 60%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
body.slug-about .access-columns .text-col {
	--arkb-clmn-w--pc: 40%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
body.slug-about .gmap {
	height: 400px;
}
@media not all and (min-width: 600px) {
	body.slug-about .gmap {
		height: 300px;
	}
}
body.slug-about .access-container {
	background-color: #ecf7fa;
	padding: 1rem;
}
body.slug-about h3.access-title {
	color: #0d5177;
	font-size: 1.25em;
	border-bottom: 2px solid #fff;
	padding-bottom: 0.5em;
}
body.slug-about h3.access-title .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 1px;
	margin-right: 0.25em;
}
body.slug-about h3.access-title .arkb-inline-icon::after {
	max-width: 1.25em;
}
body.slug-about .address-text {
	margin-top: 0.5em;
}
body.slug-about .gmap-link {
	margin-top: 0.5em;
}
body.slug-about .gmap-link a {
	font-size: 0.875rem;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #44b0cc;
	border-radius: 100px;
	padding: 0.125em 0.75em 0.25em 0.75em;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.25s;
	        transition-duration: 0.25s;
}
body.slug-about .gmap-link a:hover {
	color: #fff;
	background-color: #44b0cc;
}
body.slug-about .gmap-link a .arkb-inline-icon {
	margin-left: 0.5em;
}
body.slug-about .access-list {
	margin-top: 0.5rem;
}

/* 代表者挨拶 */
body.slug-greeting .greeting-columns {
	--arkb-clmn-w--pc: 50%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
	--arkb-gap--x: 3rem;
	--arkb-gap--y: 1.5rem;
}
@media not all and (min-width: 1000px) {
	body.slug-greeting .greeting-columns .ark-block-columns__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
body.slug-greeting .greeting-img-group {
	position: relative;
}
body.slug-greeting .greeting-img img {
	border-radius: var(--border-radius);
}
body.slug-greeting .name-container {
	background-color: #fff;
	border-radius: var(--border-radius) 0 0 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.5rem 0 0 1rem;
	margin-top: 0;
}
body.slug-greeting .name-container::before {
	content: "";
	background-image: url(/wp-content/plugins/my-arkhe-addon/assets/img/rounded_br.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: var(--border-radius);
	height: var(--border-radius);
	position: absolute;
	top: calc(var(--border-radius) * -1);
	right: 0px;
}
body.slug-greeting .name-container::after {
	content: "";
	background-image: url(/wp-content/plugins/my-arkhe-addon/assets/img/rounded_br.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: var(--border-radius);
	height: var(--border-radius);
	position: absolute;
	left: calc(var(--border-radius) * -1);
	bottom: 0;
}
body.slug-greeting .name-container .title {
	color: #0d5177;
	font-size: 0.875em;
	text-align: right;
}
body.slug-greeting .name-container .name {
	color: #0d5177;
	font-size: 1.25em;
	font-weight: 500;
	text-align: right !important;
	margin-top: 0;
}
body.slug-greeting .profile-columns {
	--arkb-clmn-w--pc: 50%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
	--arkb-gap--x: 3rem;
	--arkb-gap--y: 2rem;
}
body.slug-greeting h3.profile-title {
	color: #0d5177;
	border-left: 3px solid #44b0cc;
	padding: 0.125em 0.25em 0.25em 0.5em;
}
body.slug-greeting h3.profile-title + * {
	margin-top: 1.5rem;
}
body.slug-greeting .career-table th,
body.slug-greeting .career-table td {
	padding: 0.5em !important;
}

/* 採用情報 */
body.slug-recruit h2.wp-block-heading .arkb-fz-xs {
	font-weight: 400;
	opacity: 0.75;
}

/* お問い合わせ */
body.slug-contact .wp-block-contact-form-7-contact-form-selector {
	margin-top: 3rem;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .wp-block-contact-form-7-contact-form-selector {
		margin-top: 2rem;
	}
}
body.slug-contact .c-form {
	max-width: 900px;
	margin: 0 auto;
}
body.slug-contact .c-form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .form-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
body.slug-contact .c-form .form-row:not(:first-child) {
	margin-top: 2rem;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .form-row:not(:first-child) {
		margin-top: 0.5rem;
	}
}
body.slug-contact .c-form .form-label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	min-width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
body.slug-contact .c-form .form-label .label-title {
	cursor: pointer;
	width: 100%;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5em;
	padding: 11px 0;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .form-label .label-title {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 10px;
		padding: 0;
	}
}
body.slug-contact .c-form .form-label .label-title .label-text {
	font-weight: 500;
}
body.slug-contact .c-form .form-label .label-title .label-type {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	border-radius: 6px;
	padding: 3px 6px;
	white-space: nowrap;
}
body.slug-contact .c-form .form-label .label-title .label-type.required {
	color: #fff;
	background-color: #ff674f;
	border: 1px solid #ff674f;
}
body.slug-contact .c-form .form-label .label-title .label-type.optional {
	color: #666;
	background-color: #f3f3f3;
	border: 1px solid #999;
}
body.slug-contact .c-form .form-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	-ms-flex-item-align: center;
	    align-self: center;
}
@media (min-width: 1000px) {
	body.slug-contact .c-form .form-body {
		margin-left: 2rem;
	}
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .form-body {
		-ms-flex-item-align: auto;
		    align-self: auto;
		padding: 10px 0 15px !important;
	}
}
body.slug-contact .c-form input[type=text],
body.slug-contact .c-form input[type=tel],
body.slug-contact .c-form input[type=email],
body.slug-contact .c-form input[type=url],
body.slug-contact .c-form input[type=date],
body.slug-contact .c-form input[type=number],
body.slug-contact .c-form textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: 16px;
	color: inherit;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 6px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 8px 12px;
	margin: 0;
}
body.slug-contact .c-form input[type=text]::-webkit-input-placeholder, body.slug-contact .c-form input[type=tel]::-webkit-input-placeholder, body.slug-contact .c-form input[type=email]::-webkit-input-placeholder, body.slug-contact .c-form input[type=url]::-webkit-input-placeholder, body.slug-contact .c-form input[type=date]::-webkit-input-placeholder, body.slug-contact .c-form input[type=number]::-webkit-input-placeholder, body.slug-contact .c-form textarea::-webkit-input-placeholder {
	color: #ccc;
}
body.slug-contact .c-form input[type=text]::-moz-placeholder, body.slug-contact .c-form input[type=tel]::-moz-placeholder, body.slug-contact .c-form input[type=email]::-moz-placeholder, body.slug-contact .c-form input[type=url]::-moz-placeholder, body.slug-contact .c-form input[type=date]::-moz-placeholder, body.slug-contact .c-form input[type=number]::-moz-placeholder, body.slug-contact .c-form textarea::-moz-placeholder {
	color: #ccc;
}
body.slug-contact .c-form input[type=text]:-ms-input-placeholder, body.slug-contact .c-form input[type=tel]:-ms-input-placeholder, body.slug-contact .c-form input[type=email]:-ms-input-placeholder, body.slug-contact .c-form input[type=url]:-ms-input-placeholder, body.slug-contact .c-form input[type=date]:-ms-input-placeholder, body.slug-contact .c-form input[type=number]:-ms-input-placeholder, body.slug-contact .c-form textarea:-ms-input-placeholder {
	color: #ccc;
}
body.slug-contact .c-form input[type=text]::-ms-input-placeholder, body.slug-contact .c-form input[type=tel]::-ms-input-placeholder, body.slug-contact .c-form input[type=email]::-ms-input-placeholder, body.slug-contact .c-form input[type=url]::-ms-input-placeholder, body.slug-contact .c-form input[type=date]::-ms-input-placeholder, body.slug-contact .c-form input[type=number]::-ms-input-placeholder, body.slug-contact .c-form textarea::-ms-input-placeholder {
	color: #ccc;
}
body.slug-contact .c-form input[type=text]::placeholder,
body.slug-contact .c-form input[type=tel]::placeholder,
body.slug-contact .c-form input[type=email]::placeholder,
body.slug-contact .c-form input[type=url]::placeholder,
body.slug-contact .c-form input[type=date]::placeholder,
body.slug-contact .c-form input[type=number]::placeholder,
body.slug-contact .c-form textarea::placeholder {
	color: #ccc;
}
body.slug-contact .c-form .wpcf7-not-valid-tip {
	font-size: smaller;
	font-weight: 500;
	color: #ff674f;
}
body.slug-contact .c-form .submit-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .submit-btn {
		margin-top: 1rem;
	}
}
body.slug-contact .c-form .submit-btn input[type=submit] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	color: #44b0cc;
	background: transparent;
	border: 1px solid #44b0cc;
	border-radius: 100px;
	line-height: 1.5;
	padding: 0.75em 2em;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.25s;
	        transition-duration: 0.25s;
}
body.slug-contact .c-form .submit-btn input[type=submit]:hover {
	color: #fff;
	background-color: #44b0cc;
}
body.slug-contact .c-form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
body.slug-contact .cf7-cf-turnstile {
	text-align: center;
	margin-top: 2rem !important;
	margin-bottom: 0 !important;
}

/* コンタクトサンクス */
body.slug-thanks .contact-thanks {
	border: 1px solid #bbb;
	border-radius: var(--border-radius);
	max-width: 1000px;
	margin: 0 auto;
	padding: 3rem;
}
@media not all and (min-width: 1000px) {
	body.slug-thanks .contact-thanks {
		padding: 2rem;
	}
}
@media not all and (min-width: 600px) {
	body.slug-thanks .contact-thanks {
		padding: 1.5rem;
	}
}
@media (min-width: 1000px) {
	body.slug-thanks .contact-thanks p {
		font-size: 1.125rem;
		line-height: 2;
	}
}
body.slug-thanks .contact-thanks + * {
	margin-top: 3rem;
}

/* プライバシーポリシー */
body.slug-privacy-policy .privacy-policy-container {
	border: 1px solid #bbb;
	border-radius: var(--border-radius);
	padding: 3rem;
}
@media not all and (min-width: 1000px) {
	body.slug-privacy-policy .privacy-policy-container {
		padding: 2rem;
	}
}
@media not all and (min-width: 600px) {
	body.slug-privacy-policy .privacy-policy-container {
		padding: 1.5rem;
	}
}
body.slug-privacy-policy h2.wp-block-heading {
	--ark-mt--inner: 1.5em;
	color: #0d5177;
	font-size: 1.5em;
	border-bottom: 1px solid #bbb;
	padding-bottom: 0.25em;
}
@media not all and (min-width: 600px) {
	body.slug-privacy-policy h2.wp-block-heading {
		font-size: 1.25em;
	}
}

/* 投稿ページ | 共通 */
.p-entry.type-post .article__body > .c-postContent {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
@media not all and (min-width: 600px) {
	.p-entry.type-post .article__body > .c-postContent {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

.p-entry__head .c-pageTitle h1.c-pageTitle__main {
	font-weight: 600;
	color: #0d5177;
}
@media not all and (min-width: 600px) {
	.p-entry__head .c-pageTitle h1.c-pageTitle__main {
		font-size: 1.5em;
	}
}
.p-entry__head .c-postMetas {
	font-size: 0.9rem;
}
.p-entry__head .c-postMetas .c-postMetas__icon {
	display: none;
}
.p-entry__head .c-postMetas .c-postTerms {
	font-size: 0.875em;
}
.p-entry__head .c-postMetas .c-postTerms__link {
	color: #44b0cc;
	background-color: #fff;
	border: 1px solid currentColor;
	border-radius: 100px;
	line-height: 1;
	padding: 2px 8px 3px;
	margin-right: 0.5rem;
}
.p-entry__head .c-postMetas .c-postTerms__link:not(:last-child):after {
	content: none;
}

/* 投稿ページ | 前後ボタン */
.c-pnNav {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1rem;
}
.c-pnNav .c-pnNav__item {
	font-size: 1em;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: unset;
}
@media not all and (min-width: 600px) {
	.c-pnNav .c-pnNav__item {
		font-size: 0.9em;
	}
}
.c-pnNav .c-pnNav__item .c-pnNav__link {
	color: #44b0cc;
	padding: 0.5em 0.75em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-pnNav .c-pnNav__item .c-pnNav__link:hover {
	opacity: unset;
}
.c-pnNav .c-pnNav__item .c-pnNav__link.blank {
	color: #bbb;
}
.c-pnNav .c-pnNav__item.-prev .c-pnNav__link {
	padding-left: 1.5em;
	padding-right: 0.5em;
}
.c-pnNav .c-pnNav__item.-prev .c-pnNav__svg {
	left: 0;
}
@media not all and (min-width: 600px) {
	.c-pnNav .c-pnNav__item.-list {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}
.c-pnNav .c-pnNav__item.-list .c-pnNav__link {
	font-weight: 500;
	color: #44b0cc;
	background-color: #fff;
	border: 1px solid #44b0cc;
	border-radius: 100px;
	padding: 0.5em 2em;
}
@media not all and (min-width: 600px) {
	.c-pnNav .c-pnNav__item.-list .c-pnNav__link {
		padding: 0.5em 1.5em;
	}
}
.c-pnNav .c-pnNav__item.-list .c-pnNav__link:hover {
	color: #fff;
	background-color: #44b0cc;
}
.c-pnNav .c-pnNav__item.-next .c-pnNav__link {
	padding-left: 0.5em;
	padding-right: 1.5em;
}
.c-pnNav .c-pnNav__item.-next .c-pnNav__svg {
	right: 0;
}
.c-pnNav .c-pnNav__item.-prev .c-pnNav__link:not(.blank):hover .c-pnNav__title, .c-pnNav .c-pnNav__item.-next .c-pnNav__link:not(.blank):hover .c-pnNav__title {
	border-bottom: 1px solid currentColor;
}
.c-pnNav .c-pnNav__item.-prev .c-pnNav__title, .c-pnNav .c-pnNav__item.-next .c-pnNav__title {
	border-bottom: 1px solid transparent;
}
.c-pnNav .c-pnNav__item .c-pnNav__title {
	-webkit-transition: unset;
	transition: unset;
}

/* サイドバー */
[data-sidebar=on] {
	--ark-width--sidebar: 272px;
}

.l-sidebar .sidebar-container {
	background-color: #fff;
	border: 4px solid #ecf7fa;
	border-radius: 10px;
	padding: 1rem;
}
.l-sidebar h2.sidebar-title {
	color: #0d5177;
	background-color: #ecf7fa;
	font-size: 1.25em;
	font-weight: 500;
	padding: 0.5rem 0.75rem 0.75rem;
	margin: -1rem -1rem 0;
}
@media not all and (min-width: 600px) {
	.l-sidebar h2.sidebar-title {
		font-size: 1.125em;
	}
}
.l-sidebar h2.sidebar-title .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 2px;
	margin-right: 0.25em;
}
.l-sidebar h2.sidebar-title .arkb-inline-icon::after {
	max-width: 1.25em;
}
.l-sidebar ul.wp-block-categories-list {
	border-top: none;
	border-bottom: none;
}
.l-sidebar ul.wp-block-categories-list .cat-item {
	border-bottom: 1px solid #ccc;
}
.l-sidebar ul.wp-block-categories-list .cat-item:first-child {
	border-top: 1px solid #ccc;
}
.l-sidebar ul.wp-block-categories-list a:hover {
	background-color: #ecf7fa;
}
.l-sidebar .wp-block-archives-dropdown select {
	border: 1px solid #ccc;
	border-radius: 6px;
}

/* フッター */
.l-footer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#daeff5));
	background-image: linear-gradient(180deg, transparent, #daeff5);
}
.l-footer .footer-columns {
	--arkb-clmn-w--pc: 50%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
.l-footer .footer-columns .ark-block-columns__inner {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 1000px) {
	.l-footer .footer-logo {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
@media not all and (min-width: 1000px) {
	.l-footer .footer-logo img {
		width: auto;
		height: 50px;
	}
}
.l-footer .footer-address {
	font-size: 0.875rem;
	word-break: keep-all;
	opacity: 0.8;
	margin-top: 2rem;
}
@media not all and (min-width: 1000px) {
	.l-footer .footer-address {
		text-align: center;
	}
}
.l-footer .footer-tel {
	font-size: 0.875rem;
	opacity: 0.8;
	margin-top: 0.5rem;
}
@media not all and (min-width: 1000px) {
	.l-footer .footer-tel {
		text-align: center;
	}
}
.l-footer .widget_nav_menu .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-top: none;
	border-bottom: none;
}
@media not all and (min-width: 1000px) {
	.l-footer .widget_nav_menu .menu {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.l-footer .widget_nav_menu .menu-item {
	border-bottom: none;
}
@media (min-width: 1000px) {
	.l-footer .widget_nav_menu .menu-item {
		-ms-flex-preferred-size: 33.33%;
		    flex-basis: 33.33%;
	}
}
.l-footer .widget_nav_menu .menu-item a {
	color: #0d5177;
	font-size: 0.875em;
	border-radius: 6px;
	white-space: nowrap;
	padding: 0.375rem 0.5rem;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}
.l-footer .widget_nav_menu .menu-item a:hover {
	background-color: rgba(68, 176, 204, 0.1);
}

.l-footer__foot .c-copyright {
	font-size: 0.9rem;
}

/* ページトップボタン */
.c-fixBtn {
	border-radius: 100px;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
}