@charset "utf-8";

:root {
	--vk-color-text-body: #252525;
	--vk-color-text-link-hover: #128d30!important;
	--vk-color-text-link: #128d30!important;
	--vk-color-text-light: #666;
	--vk-line-height: 2.5em!important;
}

* {
	font-family: "Quicksand", "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	cursor: default;
}
body a,
body a * {
	color: var(--vk-color-text-link);
	cursor: pointer;
	text-decoration: none!important;
	transition: all .4s ease;
}
body a:hover,
body a:hover * {
    color: var(--vk-color-primary-dark);
	text-decoration: none!important;
    text-decoration-color: var(--vk-color-primary-dark);
}
p:empty { display: none; }
strong { font-weight: 900; }

@media screen and (max-width: 758px){
	p {
		line-height: 2.0!important;
	}
}
/******* header *******/
.site-header {
	background-color: transparent!important;
	position: absolute!important;
	box-shadow: none!important;
}
#site-header-container {
	max-width: none;
	padding: 0;
}
.header_scrolled header + * {
	margin-top: 0!important;
}
.global-nav-list>li:before {
	display: none;
}
.global-nav-list>li>a strong {
	color: #252525;
}
.global-nav-list>li>a:hover strong {
	color: var(--vk-color-custom-3);
}
.global-nav-list>li#menu-item-95 a,
.global-nav-list>li#menu-item-94 a {
	width: 64px;
    height: 64px;
	margin-right: 0.5rem;
}
.global-nav-list>li#menu-item-658 a {
	width: 32px;
	margin-right: 0.5rem;
}
.global-nav-list>li#menu-item-95 a {
	margin-left: 0.5rem;
	background: url(../images/access.png) no-repeat center / contain;
}
.global-nav-list>li#menu-item-94 a {
	background: url(../images/contact.png) no-repeat center / contain;
}
.global-nav-list>li#menu-item-658 a {
	background: url(../images/instagram-logo.png) no-repeat center / 32px;
}
.global-nav-list>li#menu-item-95 strong,
.global-nav-list>li#menu-item-94 strong,
.global-nav-list>li#menu-item-658 strong {
	display: none;
}
.global-nav-list>li>ul.sub-menu {
	border-radius: 8px;
}
.sp-btn-outer,
#vk-mobile-nav-menu-btn {
	display: none;
}

@media screen and (min-width: 992px) {
	.header_scrolled .site-header {
		position: fixed!important;
	}
    .site-header--layout--nav-float .site-header-logo {
        margin: 0!important;
		padding: 1rem;
        width: fit-content!important;
		background-color: #f6f9ea;
		border-radius: 0 0 16px 0;
		box-shadow: 0 0 2px 0 rgb(43 113 0 / 50%);
    }
	.header_scrolled  .site-header-logo {
        display: block!important;
		padding: 0.5rem 1.5rem 0.5rem 1rem;
    }
	.header_scrolled  .site-header-logo img {
    	max-height: 40px!important;
	}
	body:not(.header_scrolled) .global-nav--layout--float-right {
		padding-left: 1rem;
		background-color: #f6f9ea;
		border-radius: 0 0 0 16px;
		box-shadow: 0 0 2px 0 rgb(43 113 0 / 50%);
	}
	.header_scrolled .site-header .global-nav {
        margin-right: 0!important;
        padding-left: 1rem;
        background-color: #f6f9ea;
        border-radius: 0 0 0 16px;
		box-shadow: 0 0 2px 0 rgb(43 113 0 / 50%);
    }
	.header_scrolled .global-nav-list>li#menu-item-95 a,
	.header_scrolled .global-nav-list>li#menu-item-94 a {
		width: calc(64px - 1rem);
		height: calc(64px - 1rem);
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width: 991px) {
	.site-header {
		position: fixed!important;
		z-index: 2001!important;
	}
	.site-header-container {
        display: flex!important;
        gap: 1rem;
        justify-content: space-between;
    }
	.site-header-logo {
		display: block!important;
		padding: 1rem;
        width: fit-content !important;
        background-color: #f6f9ea;
        border-radius: 0 0 16px 0;
        box-shadow: 0 0 2px 0 rgb(43 113 0 / 50%);
	}
	.sp-btn-outer {
		width: fit-content;
        margin-bottom: 0.5rem;
		padding: 0 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f6f9ea;
		border-radius: 0 0 0 16px;
        box-shadow: 0 0 2px 0 rgb(43 113 0 / 50%);
	}
	.menu-button {
		padding: 0 0.5rem 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 8px;
		border: none;
		background-color: transparent;
		position: relative;
	}
	.menu-button__line,
	.menu-button::before,
	.menu-button::after {
		content: "";
		width: 40px;
		height: 2px;
		background-color: var(--vk-color-primary);
		transition: transform 0.3s, opacity 0.3s;
	}
	.menu-button.is-opened .menu-button__line {
		opacity: 0;
	}
	.menu-button.is-opened::before {
		transform: translateY(12px) rotate(45deg);
	}
	.menu-button.is-opened::after {
		transform: translateY(-8px) rotate(-45deg);
	}
	#sp-btnLabel {
		color: #252525;
		font-size: 12px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	.vk-mobile-nav {
		background-color: #f6f9ea!important;
		padding: 8rem 1rem 2rem !important;
	}
}
@media screen and (max-width: 374px) {
    .sp-btn-outer {
        padding: 1rem 0 0.5rem;
        border-radius: 0 0 0 8px;
    }
}
/******* title *******/
h2.wp-block-heading {
	padding: 0;
	border: none;
	color: var(--vk-color-primary);
	font-size: 2.4rem;
	font-weight: bold;
}
h3.wp-block-heading {
	padding-bottom: 0;
	border: none;
}
h3.wp-block-heading::after {
	display: none;
}
/******* container / section *******/
.main-section > section {
	padding: 4rem 0;
}
.main-section > section.bk-white,
.bk-white {
	padding: 2rem;
	border-radius: 8px;
	background-color: #FFF;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 25%);
	overflow: hidden;
	position: relative;
}
.main-section > section.bk-white:last-of-type {
	margin-bottom: 4rem;
    padding: 3rem 2rem;
}
.philosophy-box > *,
.bk-white > * {
	max-width: none;
	z-index: 3;
}
.philosophy-box {
	overflow: hidden;
	position: relative;
}
.philosophy-box::before,
.bk-white:not(.bk-deco)::before {
	content: "";
	width: 240px;
	height: 240px;
    display: block;
    position: absolute;
    bottom: -80px;
    right: -80px;
    background: url(../images/deco-sudachi.png) no-repeat center bottom / cover;
    z-index: 2;
	pointer-events: none;
}
.bk-white.bk-deco {
	overflow: hidden;
}
.bk-white.bk-deco .inner {
	position: relative;
}
.bk-white.bk-deco .inner::before {
	content: "";
	width: 240px;
	height: 240px;
    display: block;
    position: absolute;
    top: -80px;
    left: -80px;
    background: url(../images/deco-sudachi.png) no-repeat center bottom / cover;
    z-index: 2;
	pointer-events: none;
}
.bk-white.bk-deco .inner::after {
	content: "";
	width: 240px;
	height: 240px;
    display: block;
    position: absolute;
    bottom: -80px;
    right: -80px;
    background: url(../images/deco-sudachi.png) no-repeat center bottom / cover;
    z-index: 2;
	pointer-events: none;
}
.bk-white > p:last-of-type {
	margin-bottom: 0!important;
}
@media (min-width: 576px) {
     body:not(.home) .container:not(#site-header-container):not(.page-header-inner) {
        max-width: 880px;
		padding: 0 2rem;
    }
}
@media (min-width: 992px) {
     body:not(.home) .container:not(#site-header-container):not(.page-header-inner) {
        max-width: 960px;
		padding: 0 2rem;
    }
}
@media screen and (min-width: 1200px) {
	:root {
        --vk-width-container: 1280px!important;
    }
    body:not(.home) .container:not(#site-header-container):not(.page-header-inner) {
        max-width: 1280px!important;
		padding: 0 2rem;
    }
}
@media screen and (max-width: 758px){
	.main-section > section {
		padding: 2rem 0;
	}
	h2.wp-block-heading {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
	}
	h3.wp-block-heading {
		font-size: 1.45rem;
	}
}
/******* front  *******/
.home .site-body {
	padding-top: 0!important; 
}
.home .site-body-container {
	max-width: none!important;
	padding: 0;
}
#home-head,
#home-head .img-slide {
	position: relative;
}
#home-head .img-slide::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/home-head-deco.png) no-repeat center bottom / cover;
    z-index: 2;
	pointer-events: none;
}
#home-head .img-slide .swiper-slide {
	max-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.main-copy {
	max-width: 240px;
	position: absolute;
	right: 8vw;
	top: 25vh;
	z-index: 2;
}
@media screen and (min-width: 1200px) {
	#home-head .img-slide::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/home-head-deco.png) no-repeat center bottom -60px/ cover;
    z-index: 2;
	pointer-events: none;
}
}
@media screen and (max-width: 992px) {
	.main-copy {
		max-width: 190px;
		position: absolute;
		right: 8vw;
		top: 36vh;
	}
}
@media screen and (max-width: 850px) {
	.main-copy {
		max-width: 240px;
		position: relative;
		right: auto;
		top: 0;
		margin: -160px auto 0px;
	}
}
@media screen and (max-width: 580px) {
	#home-head .img-slide .swiper-slide {
		max-height: 400px;
	}
	#home-head .img-slide .swiper-slide img {
		max-width: none;
		width: auto;
		max-height: 440px;
		height: 100%;
	}
	.main-copy {
		max-width: 180px;
		margin: -100px auto 0px;
	}
}
#message .section-inner {
	position: relative;
}
.message-block {
	max-width: 720px;
	margin: auto;
	padding: 4rem 2rem;
	text-align: center;
	z-index: 1;
}
.message-block .text {
	margin-bottom: 4rem;
}
.message-block p {
	margin-bottom: 0.5rem;
    font-size: 1.25rem;
}
.message-block .round-btn {
	min-width: none;
}
#message .img01,
#message .img02,
#message .img03,
#message .img04 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 16px;
	border: 8px solid #FFF;
	z-index: 0;
}
#message .img01 {
	width: 18%;
	top: 40%;
    left: 10%;
}
#message .img02 {
	width: 25%;
    top: 0px;
    right: -2%;
}
#message .img03 {
	width: 20%;
    top: 0%;
    left: -1%;
}
#message .img04 {
	width: 15%;
    top: 52%;
    right: 15%;
}
@media screen and (max-width: 850px) {
	.home-head-img-box {
		display: flex;
	}
	.message-block {
		padding: 2rem;
	}
	.message-block p {
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
	#message .img01,
	#message .img02,
	#message .img03,
	#message .img04 {
		position: relative;
		border: none;
		width: 25%;
		top: auto;
		left: auto;
		right: auto;
		border-radius: 0;
	}
}
#service {
	padding: 0;
	position: relative;
}
#service::before {
	content: "";
	display: block;
	width: calc(100% - 160px);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #FFF;
	border-radius: 0 40px 40px 0;
	z-index: 1;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 25%);
}
#service .section-inner {
	max-width: 1280px;
	margin: 0 160px 0 auto;
	padding: 4rem 2rem 2rem;
/*
	padding: 0 2rem;
	display: flex;
	gap: 2rem;
*/
	position: relative;
	z-index: 2;
}
#service h2 {
	margin-bottom: 0;
}
#service h2.ribon-title {
	height: fit-content;
	padding: 1rem 1.25rem 1.5rem 1rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	background-color: var(--vk-color-primary);
	border: none;
	position: relative;
}
#service h2.ribon-title::before {
	content: "";
    display: block;
    width: 50%;
    height: 24px;
    clip-path: polygon(0 0, 0% 100%, 100% 0%);
    background-color: var(--vk-color-primary);
    position: absolute;
    bottom: -24px;
    left: 0;
}
#service h2.ribon-title::after {
	content: "";
    display: block;
    width: 50%;
    height: 24px;
    clip-path: polygon(0 0, 100% 100%, 100% 0%);
    background-color: var(--vk-color-primary);
    position: absolute;
    bottom: -24px;
    right: 0;
}
#service .file-banner {
	display: flex;
    gap: 1rem;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	position: absolute;
    top: 100px;
	bottom: 100px;
    left: calc(100% - 162px);
    z-index: 0;
}
#service .file-banner a {
	height: fit-content;
	padding: 1rem;
	display: block;
	border-radius: 0 8px 8px 0;
	background-color: var(--vk-color-custom-1);
	border: 2px solid var(--vk-color-custom-2);
}
#service .file-banner a:hover {
	opacity: 0.4;
}
#service .file-banner a.pdf::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/pdf-icon.png) no-repeat center / contain;
	margin: 1rem auto 0;
	vertical-align: super;
}
.service-list {
	width: 100%;
}
.service-list .list-item {
	width: 100%;
	padding: 2rem 0;
	display: flex;
	gap: 1.5rem;
	align-items: center;
	border-bottom: 2px dashed #ddd;
}
.service-list .list-item:last-of-type {
	border-bottom: none;
}
.service-list .list-item .img {
	width: 320px;
	position: relative;
}
.service-list .list-item .img img {
	border-radius: 8px;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 25%);
}
.service-list .list-item .detail {
	width: calc(100% - 1.5rem - 320px);
}
.service-list .list-item .detail .title a {
	width: fit-content;
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	color: #252525;
}
.service-list .list-item .detail .link-btn {
	margin: 0.5rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
@media screen and (max-width: 1040px){
	#service .section-inner {
		margin: 0 80px 0 auto;
		display: flex;
		gap: 2rem;
	}
	#service::before {
		width: calc(100% - 80px);
	}
	#service .file-banner {
		left: calc(100% - 82px);
	}
	.service-list .list-item .img {
		width: 240px;
		position: relative;
	}
	.service-list .list-item .detail {
		width: calc(100% - 1.5rem - 240px);
	}
	.service-list .list-item .detail .link-btn a {
		min-width: auto;
		width: calc((100% - 0.5rem)/2);
	}
}
@media screen and (max-width: 850px) {
	#service .section-inner {
		margin: 0 20px 0 auto;
		display: flex;
		gap: 2rem;
	}
	#service::before {
		width: calc(100% - 20px);
	}
	#service h2 {
		margin: 0;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#service .file-banner {
		top: 320px;
		bottom: auto;
		left: -1px;
		z-index: 1;
	}
}
@media screen and (max-width: 758px){
	.service-list .list-item .detail .link-btn a {
		min-width: auto;
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	section:not(#service-inpage) .service-list {
		width: 100%;
		overflow-y: auto;
		max-height: 640px;
		padding-top: 1px;
		padding-right: 12px;
		padding-left: 1px;
	}
	.service-list .list-item {
		flex-direction: column;
	}
	.service-list .list-item:first-of-type {
		padding: 0 0 2rem;
	}
	.service-list .list-item .img,
	.service-list .list-item .detail {
        width: 100%;
    }
	.service-list .list-item .img img {
		width: 100%;
	}
	.service-list::-webkit-scrollbar {
		width: 2px;
	}

	.service-list::-webkit-scrollbar-track {
		background: transparent;
		border-radius: 4px;
	}

	.service-list::-webkit-scrollbar-thumb {
		background: #009e4c;
		border-radius: 4px;
	}
	@supports not selector(::-webkit-scrollbar) {
		.service-list {
		  scrollbar-color: #128d30 transparent;
		}
	}
}
.link-btn a {
	min-width: 160px;
	width: fit-content;
    padding: 0.25rem 0.5rem;
    display: block;
    border-radius: 8px;
    background-color: var(--vk-color-custom-1);
    border: 2px solid var(--vk-color-custom-2);
	position: relative;
}
.link-btn a:not(.pdf) {
    padding: 0.25rem 0.5rem 0.25rem 2rem;
}
.link-btn a:not(.pdf)::before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--vk-color-primary);
    border-right: 2px solid var(--vk-color-primary);
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0.6rem;
    margin: auto;
    rotate: 45deg;
    transition: all .3s;
}
.link-btn a.pdf::after {
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/pdf-icon.png) no-repeat center / contain;
    margin-left:  0.5rem;
    vertical-align: middle;
}
.link-btn a:hover {
	opacity: 0.4;
}
@media screen and (min-width: 1600px) {
	#service .section-inner {
		max-width: 1600px;
	}
	.service-list .list-item .detail {
		display: flex;
		flex-wrap: wrap;
		column-gap: 0.5rem;
	}
	.service-list .list-item .detail .title {
		width: 100%;
	}
}
#recruit .section-inner {
	max-width: 1600px;
	padding: 2rem;
	margin: auto;
}
.recruit-banner {
	display: flex;
	align-items: center;
	position: relative;
}
.recruit-banner .img {
	max-width: 480px;
	z-index: 1;
}
.recruit-banner .detail {
	width: calc(100% - 200px);
	margin: 0 0 0 auto;
	position: relative;
    z-index: 0;
}
.recruit-banner .detail .bk-white {
    padding: 2rem 2rem 2rem calc(200px + 2rem);
    border: 3px solid var(--vk-color-custom-3);
    text-align: center;
    position: relative;
	margin-left: -200px;
}
.recruit-banner .detail h2 {
	color: #252525;
	word-break: auto-phrase;
}
.recruit-banner .detail p {
	margin-bottom: 2rem!important;
}
.recruit-banner .detail .orange {
	color: var(--vk-color-custom-3);
}
.recruit-banner .detail .green {
	color: var(--vk-color-primary);
}
.recruit-banner .round-btn.layer {
	bottom: -1.5rem!important;
    left: 0;
    margin: 0 auto 0;
}
.recruit-banner .round-btn a {
	border: 2px solid var(--vk-color-custom-5);
}
.recruit-banner .round-btn a:hover {
	color: var(--vk-color-custom-3);
}
.recruit-banner .round-btn::after {
	background-color: var(--vk-color-custom-4);
}
@media screen and (max-width: 991px){ 
	#recruit .section-inner {
		padding: 0;
	}
	.recruit-banner {
		display: block;
	}
	.recruit-banner .img {
		max-width: 400px;
		z-index: 1;
		position: absolute;
		top: -40px;
		right: -40px;
	}
	.recruit-banner .detail {
		width: calc(100% - 380px);
		margin: 0 auto 0 0;
	}
	.recruit-banner .detail .bk-white {
		margin-left: 0px;
		padding: 2rem!important;
		left: 0;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}
	.recruit-banner .detail .bk-white::before {
		display: none;
	}
	.recruit-banner .detail h2,
	.recruit-banner .detail p {
		text-align: left;
	}
	.recruit-banner .detail .round-btn.layer {
		position: relative;
		margin: 0 auto 0 2rem;
		left: auto!important;
		bottom: auto!important;
	}
}
@media screen and (max-width: 780px){ 
	.recruit-banner .img {
        max-width: 400px;
        z-index: 1;
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto;
    }
	.recruit-banner .detail {
        width: 100%;
	}
	.recruit-banner .detail h2 {
		font-size: 2rem;
	}
	.recruit-banner .detail h2, .recruit-banner .detail p {
        text-align: center;;
    }
	.recruit-banner .detail .round-btn.layer {
        position: relative;
        margin: 0 auto 0;
    }
}
/******* News *******/
.flex-block.news-sns-block {
	max-width: 1400px;
	margin: auto;
	padding: 4rem 2rem;
	display: flex;
	gap: 4rem;
}
.flex-block.news-sns-block .sns-block {
	width: 320px;
}
.flex-block.news-sns-block .sns-block > a {
	display: block;
}
.flex-block.news-sns-block .sns-block .round-btn {
	display: none;
}
.flex-block.news-sns-block .sns-block h3,
.flex-block.news-sns-block .sns-block p {
	text-align: center;
}
.flex-block.news-sns-block .sns-block h3 {
	color: #ff5765;
    margin-bottom: 1rem;
}
.flex-block.news-sns-block .news-block {
	width: calc(100% - 320px - 4rem);
}
.flex-block.news-sns-block .news-list .list-item {
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	column-gap: 1rem;
	align-items: center;
	border: 2px solid var(--vk-color-custom-2);
	border-radius: 8px;
	background: url(../images/deco-sudachi.png) no-repeat center right 40px / 200px;
	background-color: #FFF;
}
.flex-block.news-sns-block .news-list .list-item .date {
	font-size: 0.9rem;
}
.flex-block.news-sns-block .news-list .list-item .category {
	width: fit-content;
	padding: 0.25rem 1rem;
	font-size: 0.8rem;
	background-color: var(--vk-color-custom-1);
	border-radius: 99px;
	text-align: center;
}
.flex-block.news-sns-block .news-list .list-item .link {
	width: 100%;
}
.flex-block.news-sns-block .news-list .list-item .link a {
	text-decoration: underline!important;
}
.flex-block.news-sns-block .news-list .list-item .link a:hover {
	text-decoration: none;
}
.flex-block.news-sns-block .news-block .round-btn {
	margin-top: 2rem;
}

@media screen and (max-width: 1040px){ 
	.flex-block.news-sns-block {
		gap: 2rem;
	}
	.flex-block.news-sns-block .sns-block {
		width: 160px;
	}
	.flex-block.news-sns-block .news-block {
		width: calc(100% - 160px - 2rem);
	}
}

@media screen and (max-width: 785px){ 
	.flex-block.news-sns-block {
		padding: 4rem 1.2rem;
		flex-direction: column;
	}
	.flex-block.news-sns-block .sns-block {
		width: 100%;
	}
	.flex-block.news-sns-block .sns-block > a {
		display: none;
	}
	.flex-block.news-sns-block .sns-block .round-btn {
		display: block;
	}
	.flex-block.news-sns-block .news-block {
		width: 100%;
	}
}
/******* footer *******/
#access .section-inner {
	padding: 4rem 2rem 0;
}
.contact-block {
	padding: 2rem;
	border: 2px solid var(--vk-color-custom-2);
	border-radius: 8px;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}
.contact-block .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	column-gap: 0;
	align-items: center;
}
.contact-block .item {
	width: calc(100%/3);
	padding: 1.5rem!important;
	padding-bottom: 0.5rem;
	border-right: 2px dashed var(--vk-color-custom-2);
}
.contact-block .item:last-of-type {
	border-right: none;
}
.contact-block .item.wide {
	width: 100%;
	display: flex;
	padding-top: 0!important;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	border-right: none;
	border-bottom: 2px dashed var(--vk-color-custom-2);
}
.contact-block .item.wide img {
	max-width: 200px;
}
.contact-block .item p {
	margin-bottom: 0;
	line-height: 1.5;
}
.contact-block .item h3 {
	margin-bottom: 0.75rem;
}
.contact-block .item .atention {
	padding: 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	word-break: auto-phrase;
	background-color: var(--vk-color-custom-4);
}
.contact-block .item:not(.wide) > p,
.contact-block .item > a {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 2.5rem;
	text-align: center;
	color: #252525;
	line-height: 1.0;
}
.contact-block .item:not(.wide) > p small,
.contact-block .item > a small {
	color: var(--vk-color-primary);
}
.contact-block .item .round-btn {
	margin-bottom: 0;
}
.map-block {
	margin: 0 -2rem 2rem;
	z-index: 1;
}
.map-block iframe {
	width: 100%;
	min-height: 400px;
	margin-bottom: 0;
}
.flex.center {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.flex.center .round-btn {
	margin: 2rem 0 4rem;
}
@media screen and (max-width: 1240px){
	.contact-block .item h3 {
		font-size: 1rem;
	}
	.contact-block .item:not(.wide) > p, .contact-block .item > a {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 991px){
	.contact-block .item .round-btn,
	.contact-block .item .round-btn a {
		min-width: auto;
	}
}
@media screen and (max-width: 780px){
	#access h2.wp-block-heading {
		text-align: center;
	}
	.contact-block .item.wide {
		padding: 0 0 1.5rem 0!important;
		flex-direction: column;
	}
	.contact-block .inner {
		gap: 0!important;
	}
	.contact-block .item {
		width: 100%;
		border-right: none;
		border-bottom: 2px dashed var(--vk-color-custom-2);
	}
	.contact-block .item:last-of-type {
		border-bottom: none;
	}
	.flex.center {
		margin: 2rem 0;
		flex-direction: column;
		align-items: center;
	}
	.flex.center > div {
		width: 100%;
	}
	.flex.center .round-btn {
		margin: 0;
	}
}
.site-footer {
	border-top: none!important;
}
.banner-link {
	max-width: 1040px;
	margin: 0 auto 2rem;
	display: flex;
	gap: 1rem;
}
.banner-link a {
	display: block;
    line-height: 0;
    overflow: hidden;
}
.banner-link a img {
	line-height: 0;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.site-footer-copyright {
	max-width: none!important;
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap: 1rem;
	border-top: 1px solid var(--vk-color-custom-2);
}
@media screen and (max-width: 780px){
	.banner-link {
		flex-wrap: wrap;
		justify-content: center;
	}
	.banner-link a {
		width: calc((100% - 1rem)/2);
	}
	.site-footer-copyright {
		flex-direction: column;
	}
}
/******* list *******/
.wp-block-list {
	line-height: 2em;
}
.wp-block-list li::marker {
	color: var(--vk-color-primary);
	font-size: 1.15rem;
	font-weight: bold;
}

/******* table *******/
.wp-block-table {
	height: 100%;
	border: none;
	border-radius: 4px;
}
.wp-block-table table {
	height: 100%;
	border-collapse: separate;
}
.wp-block-table td:first-child {
	width: 160px;
	background-color: var(--vk-color-custom-2);
/*	word-break: auto-phrase;*/
	border-radius: 4px 0 0 4px!important;
}
.wp-block-table td {
	padding: 1rem;
	font-size: 1rem;
	border-radius: 0 4px 4px 0!important;
	border: 3px solid var(--vk-color-custom-2)!important;
	background-color: #FFF;
	box-sizing: border-box;
}
@media screen and (max-width: 758px) {
	.wp-block-table td:first-child {
    	width: 100px;
	}
}
/******* buttons *******/
.wp-block-buttons .wp-block-button__link {
	color: var(--vk-color-text-body);
	background-color: var(--vk-color-custom-1)!important;
	border: 2px solid var(--vk-color-custom-2);
}
.wp-block-buttons .wp-block-button__link:hover {
	color: var(--vk-color-text-link-hover);
	background-color: #FFF!important;
	filter: none;
}
.wp-block-buttons.column3 > .wp-block-button {
	width: calc((100% - 48px)/3);
}
.wp-block-buttons.column3 .wp-block-button__link {
	text-align: left;
}
.wp-block-buttons.column3 .pdf .wp-block-button__link {
	padding-right: 3rem;
	position: relative;
}
.wp-block-buttons.column3 .pdf .wp-block-button__link::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/pdf-icon.png) no-repeat center / contain;
	position: absolute;
	right: 0.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 991px){
	.wp-block-buttons.column3 > .wp-block-button {
		width: calc((100% - 24px) / 2);
	}
}
@media screen and (max-width: 780px){
	.wp-block-columns,
	.wp-block-buttons.column3 {
		gap: 1rem;
	}
	.wp-block-buttons.column3 > .wp-block-button {
		width: 100%;
	}
}
.round-btn {
	min-width: 240px;
	width: fit-content;
	display: block;
	margin: 0 auto 2rem;
	position: relative;
	z-index: 1;
}
.wp-block-buttons .round-btn a,
.round-btn a {
	min-width: 240px;
	width: fit-content;
	display: block;
	padding: 1rem 2rem;
	text-align: center;
	color: var(--text-color);
	border-radius: 999px!important;
	border: 2px solid var(--vk-color-custom-2);
	background-color: transparent!important;
	position: relative;
	z-index: 1;
    top: 0;
	transition: all .2s ease;
}
.round-btn::after {
	content: "";
	display: block;
	border-radius: 999px;
	background-color: var(--vk-color-custom-1);
	position: absolute;
	top: 0;
    bottom: -0.5rem;
    right: 0;
    left: 0;
    margin-top: 0.5rem;
    z-index: -1;
	transition: all .3s ease;
}
.wp-block-buttons .round-btn a:hover,
.round-btn:hover a {
    top: 0.5rem;
	background-color: transparent!important;
}
.round-btn.pdf a::after {
	content: "";
	width: 24px;
	height: 24px;
	margin-left: 0.5rem;
	display: inline-block;
	vertical-align: top;
	background: url(../images/pdf-icon.png) no-repeat center / contain;
}
.round-btn.layer {
	position: absolute;
	left: 0;
	right: 0;
}
.layer-box .bk-white {
	padding-bottom: 4rem!important;
}
.layer-box .bk-white + .round-btn.layer {
	bottom: 0;
}

@media screen and (max-width: 780px){
	.wp-block-buttons .round-btn,
	.round-btn {
		min-width: auto;
		width: 100%;
	}
	.wp-block-buttons .round-btn a,
	.round-btn a {
		min-width: auto;
		width: 100%;
		display: block;
		padding: 1rem 2rem;
		text-align: center;
		color: var(--text-color);
		border-radius: 999px!important;
		border: 2px solid var(--vk-color-custom-2);
		background-color: transparent!important;
		position: relative;
		z-index: 1;
		top: 0;
		transition: all .2s ease;
	}
	.round-btn::after {
		content: "";
		display: block;
		border-radius: 999px;
		background-color: var(--vk-color-custom-1);
		position: absolute;
		top: 0;
		bottom: -0.5rem;
		right: 0;
		left: 0;
		margin-top: 0.5rem;
		z-index: -1;
		transition: all .3s ease;
	}
}
/******* page-header *******/
.page-header {
	background-color: transparent!important;
	position: relative;
	z-index: 1;
}
.page-header-inner {
	margin: 0!important;
	max-width: none!important;
	min-height: 320px!important;
	background-color: transparent;
	position: relative;
	z-index: 1;
}
.blog .page-header-inner,
.archive .page-header-inner,
.post-type-post .page-header-inner {
	background: url(../images/head_img.jpg) no-repeat center / cover!important;
}
.page-header-inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/page-head-deco.png) no-repeat center bottom / 100%;
	z-index: -1;
}
.page-header-title, h1.page-header-title {
	width: fit-content;
	margin: auto!important;
	padding: 1rem 2rem;
    color: #252525;
    background-color: #FFF;
    border-radius: 8px;
    border: 3px solid #efd9ab;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
/******* breadcrumb-list *******/
.breadcrumb {
	border: none!important;
}
.breadcrumb .container {
	width: fit-content;
	max-width: none!important;
	margin: 2rem auto 0;
}
.breadcrumb-list li a:hover i,
.breadcrumb-list li a:hover span {
	color: var(--vk-color-custom-3);
}
/******* service child page *******/
#service-inpage .service-list {
	max-width: 1600px;
	padding: 0 2rem;
}
@media screen and (max-width: 1040px){
	#service-inpage .service-list {
		padding: 0;
	}
}
.border-block {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.border-block  .block-title {
	width: fit-content;
	padding: 0.5rem 1.5rem;
	border-radius: 8px 8px 0 0;
	background-color: var(--vk-color-custom-2);
}
.border-block  .block-detail {
	height: 100%;
	padding: 1.5rem;
	border-radius: 0 8px 8px 8px;
	border: 2px solid var(--vk-color-custom-2);
	background-color: #FFF;
	line-height: 1.7;
}
.service-block {
	padding: 0 2rem;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: center;
}
.service-block.no-image {
	gap: 0;
}
.service-block.column-half {
	max-width: 800px;
	margin: auto;
}
.img-box .detail .service-block.column-half {
	width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
}
.service-block.column {
	flex-direction: column;
}
.service-block .block-item {
	width: calc((100% - 6rem)/3);
}
.service-block.column-half .block-item {
	width: calc((100% - 3rem)/2);
}
.service-block.column .block-item {
	width: 100%;
}
.service-block .block-item .img {
	padding: 0.5rem;
	position: relative;
}
.service-block .block-item .img::before {
	content: "";
    width: 40%;
    height: 20%;
    background: url(../images/photo-frame-deco.png) no-repeat center / contain;
    position: absolute;
    top: 10%;
    left: -80%;
    right: 0;
    margin: auto;
    z-index: 2;
}
.service-block .block-item .img::after {
	content: "";
	display: block;
	background: url('../images/photo-frame.png') no-repeat center / contain;
	position: absolute;
	top: -2px;
    bottom: -1px;
    left: -3px;
    right: -3px;
    margin: auto;
}
.service-block .block-item .img img {
	border-radius: 999px;
}
.service-block .block-item .caption {
	text-align: center;
	margin-top: 0.5rem;
}
@media screen and (max-width: 991px){
	.wp-block-buttons.column3 > .wp-block-button {
		width: calc((100% - 24px) / 2);
	}
	.img-box .detail .service-block.column-half {
		padding: 0 0 0 1.5rem;
	}
	.service-block.column-half .block-item {
		width: 100%;
	}
}
@media screen and (max-width: 758px){
	.service-block {
		gap: 2rem;
	}
	.service-block .block-item {
		width: calc((100% - 2rem) / 2);
	}
	.service-block .block-item .img::after {
		left: 0px;
		right: 0px;
	}
	#contents01 p br {
		display: none;
	}
}
.flow-block .block-item {
	padding-left: 200px;
	margin-bottom: 2rem;
	position: relative;
}
.flow-block .block-item .block-title {
	position: absolute;
	top: 0;
	left: 1rem;
}
.flow-block .block-item .block-title .number {
	margin-bottom: 0.25rem;
	font-size: 3rem;
	color: var(--vk-color-custom-3);
}
.flow-block .block-item .block-title .number small {
	margin-right: 0.25rem;
	font-size: 2.2rem;
}
.flow-block .block-item .block-title .title {
	width: 280px;
	padding: 0.5rem 1rem;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	background-color: var(--vk-color-custom-3);
	border-radius: 8px;
}
.flow-block .block-item .block-detail {
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem 1.5rem 1.5rem calc(2.5rem + 90px);
	border: 3px solid var(--vk-color-custom-5);
	background-color: #FFF;
	border-radius: 8px;
}
.flow-block .block-item .block-detail p {
	margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.8;
    word-break: auto-phrase;
}
.flow-block .block-item.last {
	padding-left: 0;
}
.flow-block .block-item.last .title {
	padding: 1rem;
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
    background-color: var(--vk-color-custom-3);
    border-radius: 8px;
}
.flow-block .block-item:first-of-type .block-detail {
	display: flex;
    gap: 2rem;
    flex-direction: row;
    align-items: center;
	justify-content: space-between;
}
.flow-block .block-item .block-detail .tel-box a {
	display: block;
	max-width: 360px;
    padding: 1rem;
    border-radius: 8px;
	background-color: var(--vk-color-custom-4);
}
.flow-block .block-item .block-detail .tel-box a:hover {
	opacity: 0.4;
}
.flow-block .block-item .block-detail .tel-box span {
	display: block;
	padding: 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	word-break: auto-phrase;
	background-color: #FFF;
}
.flow-block .block-item .block-detail .tel-box .tel {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 2.5rem;
	text-align: center;
	color: #252525;
	line-height: 1.0;
}
.flow-block .block-item .block-detail .tel-box .tel small {
	color: var(--vk-color-primary);
}
@media screen and (max-width: 991px){
	.flow-block .block-item:first-of-type .block-detail {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
	}
	.flow-block .block-item .block-detail .tel-box,
	.flow-block .block-item .block-detail .tel-box a {
		max-width: none;
		width: 100%;
	}
}
@media screen and (max-width: 750px){
	.flow-block .block-item {
		padding-left: 0;
		padding-top: 40px;
	}
	.flow-block .block-item.last {
		padding-top: 0;
	}
	.flow-block .block-item .block-title {
		position: absolute;
		top: 0;
		left: 1rem;
		right: 1rem;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.flow-block .block-item .block-title .number {
		font-size: 2rem;
	}
	.flow-block .block-item .block-title .number small {
		font-size: 1.5rem;
	}
	.flow-block .block-item .block-title .title {
		width: fit-content;
		font-size: 2rem;
	}
	.flow-block .block-item .block-detail {
		padding: 2rem 1.5rem 1.5rem;
	}
}
@media screen and (max-width: 600px){
	.flow-block .block-item .block-title .title {
		font-size: 1.5rem;
	}
}
.img-box {
	display: flex;
	gap: 3rem;
}
.img-box .img {
	width: 320px;
    max-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 4px;
	z-index: 3;
}
.img-box .img img {
	max-width: none;
	height: 100%;
}
.img-box .slide {
	width: 320px;
	z-index: 3;
}
.img-box .detail {
	width: calc(100% - 320px - 3rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 3;
}
@media screen and (max-width: 1040px){
	.img-box .img {
		max-height: 320px;
	}
	.img-box .img,
	.img-box .slide {
		width: 360px;
		z-index: 3;
	}
	.img-box .detail {
    	width: calc(100% - 360px - 3rem);
	}
}
@media screen and (max-width: 758px){
	.img-box {
		flex-direction: column;
		gap: 1rem;
	}
	.img-box .img,
	.img-box .slide {
		max-width: none;
		width: 100%;
		margin-bottom: 1rem;
		z-index: 3;
	}
	.img-box .img img {
		max-width: none;
		height: auto;
		width: 100%;
	}
	.img-box .detail {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		z-index: 3;
	}
}
.faq-block {
	max-width: 1040px;
	width: 100%;
	margin: auto;
}
.faq-block .box-item {
	margin-bottom: 2rem;
}
.faq-block .box-item summary {
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 6px;
    align-items: center;
    cursor: pointer;
    padding: 1.5rem 1.5rem 1.5rem 3.2rem;
    font-weight: bold;
	border-radius: 8px;
	background: url(../images/faq-q-icon.png) no-repeat;
	background-size: 24px;
	background-position: center left 1rem;
	background-color: var(--vk-color-custom-2);
    /* Safariで表示されるデフォルトの三角形アイコンを消します */
}
.faq-block .box-item summary::-webkit-details-marker {
        display: none;
}
/* --------アイコンを作ります-------- */
.faq-block .box-item .icon {
    display: block;
    position: relative;
    width: 24px;
    transform-origin: center 43%;
    transition: transform 0.4s;
    /* アイコンのバーのスタイル */
    &::before, &::after {
      content: "";
      position: absolute;
      display: block;
      width: 15px;
      height: 3px;
      background-color: var(--vk-color-primary);
    }
    &::before {
      left: 0;
      transform: rotate(45deg);
    }
    &::after {
      right: 0;
      transform: rotate(-45deg);
    }
}
/* アコーディオンが開いた時のスタイル */
.faq-block .box-item details[open] summary {
	border-radius: 8px 8px 0 0;
}
.faq-block .box-item details[open] .icon {
  	transform: rotate(180deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.faq-block .box-item .content {
    padding: 1.5rem 1.5rem 1.5rem 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
	line-height: 1.7;
	border-radius: 0 0 8px 8px;
	background: url(../images/faq-a-icon.png) no-repeat;
	background-size: 24px;
	background-position: top 1.3rem left 1rem;
    background-color: #FFF;
}

/******* recruit page *******/
.part-recruit-box .has-background::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 0.5rem;
	vertical-align: text-bottom;
	background: url(../images/onepoint-circle.png) no-repeat center / contain;
	position: relative;
	bottom: -0.15rem;
}
@media screen and (max-width: 750px){ 
	.post-name-recruit .entry-body > p:first-of-type {
		font-size: 16px!important;
    	word-break: auto-phrase;
	}
	.post-name-recruit .entry-body > p:first-of-type br {
		display: none;
	}
	.part-recruit-box {
		margin-top: 1rem!important;
	}
	.part-recruit-box > p {
		width: 100%;
	}
}
/*****  contact-form  *****/
.contact-form-outer {
	padding: 2rem;
	max-width: 1040px;
	margin: auto;
	background-color: #FFF;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 25%);
	border-radius: 8px;
}
.contact-form {
	border: none!important;
}
.contact-form th,
.contact-form td {
	padding: 2rem 1.6rem;
	font-size: 1rem;
	border: none!important;
}
.contact-form tr:not(:last-of-type) th,
.contact-form tr:not(:last-of-type) td {
	border-bottom: 1px solid #DDD!important;
}
.contact-form th {
	min-width: 240px;
}
.contact-form th p {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: space-between;
	align-items: center;
}
.contact-form th p .required {
	padding: 0.25rem 0.8rem;
	background-color: var(--vk-color-primary);
	border-radius: 2px;
	color: #FFF;
	font-size: 0.8rem;
	line-height: 1.4;
}
.contact-form th p .any {
	padding: 0.25rem 0.8rem;
	background-color: #ddd;
	border-radius: 2px;
	color: #252525;
	font-size: 0.8rem;
	line-height: 1.4;
}
.contact-form td {
	width: 100%;
	max-width: calc(100% - 240px);
	border-left: 2px solid #ddd;
}
.contact-form td > div:not(:last-of-type) {
	margin-bottom: 0.5rem;
}
.contact-form td .flex > .post-code p {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}
.contact-form tr:last-of-type td p {
	line-height: 1;
}
.contact-form td .flex > .post-code + div {
	width: 100%;
}
.contact-form td .entry,
.contact-form td .visit {
	padding: 1rem;
	background-color: #f6f9ea;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 25%);
}
.contact-form td .entry .wpcf7-radio {
	gap: 2rem;
	flex-direction: row;
}
.contact-form td .visit p {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.contact-form td p {
	margin-bottom: 0;
}
.contact-form td .wpcf7-form-control-wrap * {
	margin-bottom: 0;
}
.contact-form td .wpcf7-form-control-wrap textarea {
	resize: vertical;
	height: 80px;
}
.wpcf7-radio, .wpcf7-checkbox {
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contact-form td .wpcf7-list-item {
	margin-left: 0;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	background-color: #f3f3f3!important;
}
input[type="radio"],
input[type="checkbox"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label {
	position: relative;
	padding-left: 1.6rem;
}
.wpcf7-radio .wpcf7-list-item label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: 2px solid #aaa;
	position: absolute;
	left: 0;
	top: 0.25rem;
}
.wpcf7-radio .wpcf7-list-item label:has(input:checked)::before {
	content: "";
	border: 2px solid var(--vk-color-primary);
}
.wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 14px;
    background-color: var(--vk-color-primary);
    position: absolute;
    left: 0.25rem;
    top: 0.5rem;
}
.wpcf7-acceptance .wpcf7-list-item label::before,
.wpcf7-checkbox .wpcf7-list-item label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 0.25rem;
}
.wpcf7-acceptance .wpcf7-list-item label:has(input:checked)::before,
.wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
	content: "";
	background-color: var(--vk-color-primary);
}
.wpcf7-acceptance .wpcf7-list-item label:has(input:checked)::after,
.wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
	content: "";
    display: block;
    width: 5px;
    height: 12px;
    position: absolute;
	top: 0.8rem;
    left: 0.15rem;
    transform: rotate(35deg) skewY(16deg) translateY(-50%);
    transform-origin: center right;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
.privacy-check {
	max-width: 1040px;
	margin: 2rem auto;
}
.privacy-check p {
	text-align: center;
}
.privacy-check p a {
	text-decoration: underline!important;
}
.privacy-check p a:hover {
	text-decoration: none!important;
}

.wpcf7-spinner {
	position: absolute!important;
}
.btn-block {
	text-align: center;
}
.wpcf7-form-control-wrap + span {
	display: block;
	margin-top: 0.5rem;
}
.wpcf7-form-control-wrap[data-name="Prefecture"]::before,
.wpcf7-form-control-wrap[data-name="gender"]::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-right: 2px solid var(--vk-color-primary);
	border-bottom: 2px solid var(--vk-color-primary);
	position: absolute;
	left: calc(100% - 2rem);
	top: 0;
	rotate: 45deg;
}
.cf7-real-submit.is-hidden { display:none; }
.cf7-confirm-note {
  margin: 0 0 1.5rem;
  padding: 0.8rem 1.2rem;
  border: 2px solid rgb(0 0 0 / 20%);
  background: var(--vk-color-custom-2);
  display: none;
	text-align: center;
}
.cf7-confirm-note.is-show { display:block; }
.cf7-fake-confirm {
	font-size: 1rem;
    border: 1px solid var(--vk-color-primary-dark);
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: .5em 2em;
    border-radius: var(--vk-size-radius)
}

@media screen and (max-width: 780px){
	.contact-form tr th,
	.contact-form tr td {
		display: block;
		max-width: none;
		width: 100%!important;
		border-top: 2px solid #ddd;
		border-bottom: none;
	}
	.contact-form tr:not(:last-of-type) th,
	.contact-form tr th {
		padding: 1rem 1rem 0;
		border-bottom: none!important;
	}
	.contact-form tr td {
		padding: 1.5rem 1rem;
		border-left: none;
		border-bottom: none;
	}
	.contact-form th p {
		justify-content: flex-start;
	}
	
/*
	.contact-form .flex p, .contact-form.check td.date > div {
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
	}
*/
}
/******* in-page-slide *******/
.in-page-slide {
	position: relative;
    padding-bottom: 4rem;
	overflow: hidden;
}
.in-page-slide .swiper-slide {
	text-align: center;
}
.in-page-slide .swiper-slide img {
	margin-bottom: 0.5rem;
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
.in-page-slide .nav-button__next .icon,
.in-page-slide .nav-button__prev .icon {
    background-color: #fff;
    height: 32px;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);
    width: 32px
}
/******* etc *******/
.entry-meta-item.entry-meta-item-updated,
.entry-meta-item.entry-meta-item-author {
	display: none;
}
.page_top_btn {
	background-color: var(--vk-color-primary);
	box-shadow: none!important;
	bottom: 6vh;
	border-radius: 999px;
}
.half-block {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 4rem 0;
}
.half-block > div {
	width: calc((100% - 2rem)/2);
}
.half-block > div p {
	line-height: 1.7;
}
.page-link {
	align-items: unset;
}
.page-link .wp-block-button {
	flex: 1;
	height: 100%;
}
.page-link .wp-block-button a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
	border-color: var(--vk-color-custom-3);
	background-color: var(--vk-color-custom-3)!important;
	border-radius: 999px;
}
.page-link .wp-block-button a::after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/bottom-arrow.png) no-repeat center / contain;
}
.page-link .wp-block-button a:hover {
	opacity: 0.6;
	color: #FFF;
	background-color: var(--vk-color-custom-3)!important;
}
.wpcf7-turnstile.cf-turnstile {
	margin: 0 auto 1rem;
    width: fit-content;
}
@media screen and (max-width: 750px){ 
	.half-block {
		margin: 2rem 0;
	}
	.page-link {
		gap: 1rem;
		flex-wrap: wrap;
	}
	.page-link .wp-block-button {
		flex: auto;
		width: calc((100% - 1rem)/2);
	}
}
.nav-button__next, .nav-button__prev {
	background-color: var(--vk-color-custom-3);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    margin: 0 1%;
    padding: 4px;
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
    width: 40px;
    z-index: 1;
}
.swiper-container.has-carousel {
	padding-bottom: 40px;
}
.nav-button__prev {
    left: calc(50% - 48px);
}
.nav-button__next {
    right: calc(50% - 48px);
}
.space {
	margin-bottom: 2rem;
}
.max-img {
	max-width: 1040px;
	width: 100%;
	display: block;
	margin: auto;
}

@media screen and (max-width: 758px){
	.half-block {
		gap: 1rem;
	}
	.half-block > div {
		width: 100%;
	}
	.has-text-align-center {
		text-align: left;
	}
}