@charset "utf-8";
/* head,text */
:root .container,
:root .container-lg,
:root .container-md,.container-sm,
:root .container-xl {
	max-width: 1200px;
	padding:0;
}
:root .entry.entry-full{
  display: none;
}
:root .page-header{
	min-height:300px;
	background:#f7f7f7;
	text-align:left;
	color:var(--whitecolor);
	overflow:hidden;
}
:root .page-header:before{
	content:"";
	width: 1050px;
	background: #00C0FA;
	background: linear-gradient(0deg, rgba(0, 192, 250, 1) 0%, rgba(0, 106, 236, 1) 100%);
	position:absolute;
	inset: 0 auto 0 0%;
	margin:auto;
	transform: skewX(-58deg);
	height: 100%;
}
:root .page-header p[lang="en"]{
    font-size:1.5rem;
    font-weight:bold;
    font-style:italic;
    position:relative;
    z-index:5;
    text-shadow: 0 0 3px var(--keycolor),0 0 5px var(--keycolor);
    margin-bottom: 0;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
:root .page-header .page-header-title[lang="ja"]{
    font-size:3.125rem;
     font-weight:bold;
	position:relative;
	z-index:5;
	text-shadow: 0 0 3px var(--keycolor),0 0 5px var(--keycolor);
}
:root .site-body:not(:has(.main-section--margin-vertical--off)){
	padding-block: 0 120px;
}
:root .site-body h2,
:root .site-body h3,
:root .site-body h4,
:root .site-body h5,
:root .site-body h6{
    position:relative;
    z-index:5;
    margin-bottom:1em;
}
:root .site-body * + h2,
:root .site-body * + h3,
:root .site-body * + h4,
:root .site-body * + h5,
:root .site-body * + h6{
	margin-top: 3em;
}
:root .site-body h2 + h3,
:root .site-body h3 + h4,
:root .site-body h4 + h5,
:root .site-body h5 + h6{
	margin-top:1em;
}
:root .site-body h2,
body.single .site-body h1{
    font-size:2.25rem;
    font-weight:bold;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #cdcecd;
    margin-bottom: 1.5em;
    position: relative;
}
body.single .site-body h1{
	margin-bottom:0.5em;
}
:root .site-body h2:before,
body.single .site-body h1:before{
    content:"";
    width:80px;
    height:1px;
    background:var(--accent02);
    position:absolute;
    bottom: -1px;
    left: 0;
}
:root .site-body h3,
body.single .site-body h2{
    font-size:1.75rem;
    font-weight:bold;
    padding: 0.372em 1em;
    background: var(--accent02);
    color: var(--whitecolor);
    border-radius:5px;
    margin-bottom: 1.5em;
}
body.single .site-body h2{
	margin-bottom:1em;
}
body.single .site-body h2:before{
	display:none;
}
:root .site-body h4,
body.single .site-body h3{
    font-size:1.5rem;
    font-weight: bold;
    padding: 0 0 0 1em;
    background:none;
    color:var(--fontcolor);
}
body.single .site-body h3{
	margin-bottom:1em;
}
:root .site-body h4:before,
body.single .site-body h3:before{
	content:"";
	width: 4px;
	background:var(--accent02);
	position:absolute;
	inset: 0 auto 0 0;
	transform: skewX(-30deg);
	height: 0.75em;
	margin-top: 0.375em;
}
body.single .site-body h4:before{
	display:none;
}
:root .site-body h5,
body.single .site-body h4{
    font-size:1.25rem;
    font-weight:bold;
    padding:0;
    border-bottom:1px solid var(--accent02);
    padding-bottom: 0.5em;
}
:root .site-body h6,
body.single .site-body h5{
    font-size:1.125rem;
    font-weight: bold;
    border-bottom:0;
    border-left:5px solid var(--accent02);
    padding-left:0.5em;
    padding-bottom: 0;
}
body.single .site-body h6{
	 font-size:1rem;
    font-weight: bold;
	border-left:0;;
	padding-left:0;
}
p.text,
.texts>p {
	font-size: 1rem;
	line-height: 1.875;
	text-align: left;
}
:root .site-body p{
	line-height: 1.8;
	margin-bottom: 0;
}
:root .wp-block-columns > * + *{
	margin-top:0;
}
:root .wp-block-vk-blocks-spacer{
	margin:0;
}
:root .vk-mobile-nav-menu-btn{
	display:none;
}
.f_small {
	font-size: 0.875rem;
}
.mb1em {
	margin-bottom: 1.875em;
}
.mb2em {
	margin-bottom: 3.75em;
}
.limit_lh p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (max-width:1570px) {
	:root .container,
	:root .container-lg,
	:root .container-md,.container-sm,
	:root .container-xl {
		max-width: 1200px;
		padding-inline:15px;
	}
}
@media screen and (min-width: 769px) {
	.pc_center {
		text-align: center !important;
	}
}
@media screen and (max-width: 768px) {
	:root .site-body:not(:has(.main-section--margin-vertical--off)){
		padding-block: 0 60px;
	}
	p.text,
	.texts>p {
		font-size: 1rem;
	}
	:root .page-header{
		min-height:200px;
	}
	:root .page-header:before{
		width:140%;
		left:-20%;
	}
	:root .page-header p[lang="en"]{
	    font-size:1.14rem;
	}
	:root .page-header .page-header-title[lang="ja"]{
	    font-size:2rem;
	}
	:root .site-body h2,
	body.single .site-body h1{
	    font-size:1.71rem;
	}
	:root .site-body h2:before{
	    width:50px;
	}
	body.single .site-body h1:before{
		width:50px;
		left: 0;
	}
	:root .site-body h3,
	body.single .site-body h2{
	    font-size:1.47rem;
	}
	:root .site-body h4,
	body.single .site-body h3{
	    font-size:1.29rem;
	}
	:root .site-body h4:before,
	body.single .site-body h3:before{
		width:3px;
		left: 0.125em;
	}
	:root .site-body h5,
	body.single .site-body h4{
	    font-size:1.14rem;
	}
	:root .site-body h6,
	body.single .site-body h5{
	    font-size:1.07rem;
	}
	body.single .site-body h6{
		font-size:1rem;
	}
}
/* Link */
:root :is(.text_link a,a.text_link) {
	position:relative;
	z-index:10;
	font-size:1rem;
	font-weight:500;
	letter-spacing:0.05em;
	color:var(--fontcolor);
	text-decoration-color:var(--fontcolor);
	text-underline-offset:0.25em;
	padding-right:1.875em;
	margin-right:-1.875em;
}
:root :is(.text_link a,a.text_link)::before,
:root :is(.text_link a,a.text_link)::after {
	position: absolute;
	inset: 50% 0.5em auto auto;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 0.5em;
	aspect-ratio: 1/1;
	background: var(--keycolor);
	border-radius: 100%;
	translate: 0 -50%;
	scale: 1;
	transition: opacity .4s .2s, scale 0s;
}
:root :is(.text_link a,a.text_link)::after {
	right: 0.3em;
	width: 1.0625em;
	aspect-ratio: 17/13;
	mask: url(../img/common/icon-arrow.svg) no-repeat;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s .2s, scale .6s;
}
:root :is(.block_link a,a.block_link) {
	display: block;
	transition:var(--hover);
}
.block_link a img {
	transition:var(--hover);
}
:root :is(.block_link a,a.block_link):hover {
	text-decoration: none;
}
:root .block_link a:hover img,
:root a:hover img.opacity {
	opacity: 0.7;
	text-decoration: none;
}
:root .img_fit {
	overflow: hidden;
	max-width: fit-content;
	position: relative;
}
:root .img_fit img {
	object-fit: cover;
	transition:var(--hover);
	display: block;
	max-width: 100%;
	max-height: 100%;
}
:root a:hover .img_fit img {
	transform: scale(1.1)
}
:root .btn {
	--bgcolor: var(--keycolor);
	--fontcolor: var(--whitecolor);
	--arrowcolor: var(--key_color);
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	width: fit-content;
	min-width: 18.75em;
	min-height: 4.375em;
	font-size: 1rem;
	font-weight: bold;
	color: var(--fontcolor);
	background: var(--bgcolor);
	border-radius: 0.3125em;
	padding: 0.5em 3em;
	transition: var(--hover);
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	translate: 0 0;
	border:1px solid var(--fontcolor);
}
:root .btn::after{
	content: "";
	position: absolute;
	inset: 0 2em 0 auto;
	z-index: 10;
	transition:var(--hover);
	width: 7px;
	height:7px;
	border-top: solid 2px var(
	--fontcolor);
	border-right: solid 2px var(
	--fontcolor);
	transform: rotate(45deg);
	margin:auto;
}
:root .btn.mt {
	margin-top: 2.5em;
}
@media (any-hover: hover) {
	:root :is(.text_link a,a.text_link):hover{
		text-decoration-color:transparent;
	}
	:root .btn:hover {
		--bgcolor:var(--whitecolor);
		--fontcolor:var(--keycolor);
		text-decoration:none;
	}
	:root .btn:hover:after {
		border-color:var(--keycolor);
	}
}
@media screen and (max-width:1300px) {
	:root .btn {
		padding-left:1em;
	}
}
@media screen and (max-width:767px) {
	:root :is(.text_link a,a.text_link)::before {
		opacity: 0;
		visibility: hidden;
	}
	:root :is(.text_link a,a.text_link)::after {
		opacity: 1;
		visibility: visible;
	}
	:root .btn {
		min-width: 19em;
		margin-inline:auto;
		padding-inline: 2em;
	}
	:root .btn::before {
		opacity: 0;
		visibility: hidden;
	}
	:root .btn::after {
		opacity: 1;
		visibility: visible;
		right: 1em;
	}
}
:root .style_news .news_list {
	--border: 1px solid #dcdcdc;
	border-top:var(--border);
}
:root .style_news .news_list a {
	display: block;
	text-decoration: none;
	border-bottom:var(--border);
}
:root .style_news .article a {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 1em;
	min-height: 8.75em;
	padding: 1.125em 0em;
	margin: 0 auto;
	transition: var(--hover);
}
:root .style_news .article a * {
	transition: var(--hover);
	margin: 0;
}
:root .style_news .article a .news-iamge{
	width:160px;
	aspect-ratio:160 / 107;
	overflow:hidden;
	border-radius:5px;
}
:root .style_news .article a img{
	border-radius:5px;
}
:root .style_news .article :is(h2, h3, h4, p) {
	flex-basis: 100%;
	font-size: 1.125rem;
	line-height: 1.6;
	color: var(--fontcolor);
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.45em;
	letter-spacing: 0;
}
:root .article .news-text {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	align-items: flex-start;
	width: calc(100% - 2em - 160px);
}
body.post-type-post .article .news-text {
	width: calc(100% - 1em - 160px);
}
:root .article .news-text .news-cat-wrap{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:0.5em;
	flex-wrap: wrap;
}
:root .article time {
	font-size: 1rem;
	font-weight:500;
	color: #727272;
	text-decoration: none;
}
:root .article mark {
	--basecolor: var(--area-color);
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 1.786em;
	font-size: 0.875rem;
	font-weight:500;
	color: var(--whitecolor);
	background: var(--basecolor);
	border: solid 1px;
	border-radius:3px;
	text-decoration: none;
	padding: 0em 0.75em;
	border: 1px solid var(--basecolor);
	min-width: 8.715em;
	margin: 0;
}
@media (any-hover: hover) {
	:root .style_news a:hover .data {
		translate:5px;
	}
	:root .style_news a:hover :is(time,mark){
		text-decoration:none;
	}
	:root .style_news a:hover :is(h2, h3, h4, p) {
		text-decoration-color: var(--fontcolor);
	}
	:root .style_news .article a:hover img{
		transform:scale(1.05);
	}
	:root .article a:hover mark {
		color: var(--basecolor);
		background: var(--whitecolor);
	}
}
@media screen and (max-width:767px) {
	:root .style_news .article :is(h2, h3, h4, p) {
		font-size: 1rem;
	}
	:root .article .arrows::before {
		opacity: 0;
		visibility: hidden;
	}
	:root .article .arrows::after {
		opacity: 1;
		visibility: visible;
	}
	:root .style_news.signle_news .data{
		flex-direction:column;
		width: calc(100% - 2.375em - 1em);
		gap: 0;
	}
	:root .style_news.signle_news .data_head{
		margin-bottom: 0.75em;
	}
	:root .style_news.signle_news :is(h2, h3, h4, p) {
		width: 100%;
	}
	:root .style_news .article a .news-iamge{
		width:98px;
	}
	:root .article .news-text {
		width: calc(100% - 1.5em - 98px);
		gap: 0.5em 1em;
	}
	body.post-type-post .article .news-text {
		width: calc(100% - 1.5em - 98px);
	}
	:root .style_news .article a{
		min-height:0;
		padding: 1em 0.5em;
		gap: 1.5em;
	}
	:root .style_news li{
		margin:0;
	}
	:root .article mark {
		min-height: 1.5em;
		font-size: 0.86rem;
		padding: 0em 0.75em;
		min-width: 6.32em;
		line-height: 1;
	}
}
/*	パンくずリスト	*/
:root .article_foot{
	position:relative;
	z-index:10;
}
:root .topicpath{
	padding-block: 1.25em 3em;
}
:root .topicpath ol{
	display:flex;
	gap:1.5em;
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.875rem;
	overflow: auto;
	scrollbar-width:thin;
	letter-spacing:0.1em;
}
:root .topicpath ol li{
	display:flex;
	gap:1.5em;
	white-space:nowrap;
	margin-block: 0;
	position:relative;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 5px #fff,0 0 5px #fff,0 0 7px #fff,0 0 7px #fff;
	font-weight: 500;
}
:root .topicpath ol li:not(:first-child):before{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px var(--fontcolor);
	border-right: solid 1px var(--fontcolor);
	position: absolute;
	inset:0 auto 0 -1em; 
	transform: rotate(45deg);
	margin:auto;
}
:root .topicpath ol li a{
	text-decoration-color:transparent;
	text-decoration-thickness:1px;
	color: var(--accent02);
	min-height: 19px;
}
:root .topicpath ol li > span{
	color:var(--fontcolor);
}
:root .site-body a:not(.btn){
	color:var(--accent02);
	text-decoration-color:var(--accent02);
	text-decoration-style:solid;
}
@media (any-hover: hover) {
	:root .topicpath ol li a:hover{
		text-decoration-color: var(--accent02);
	}
	:root a:not(.btn):hover{
		text-decoration-color:transparent;
	}
}
@media only screen and (max-width: 767px) {
	#pan {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#pan a {
		text-decoration: underline;
	}
	:root .topicpath{
		padding-block: 2em;
	}
}
/*	ページャー	*/
:root ul.page-numbers *{
	margin:0;
}
:root ul.page-numbers li span.page-numbers.current {
	background:var(--accent02);
}

/*	モーダル	*/
.modal-content {
	width: 80%;
	max-width: 1240px;
	margin: 0px;
	padding: 10px 20px;
	background: none;
	position: fixed;
	display: none;
	z-index: 1020;
}
#modal-overlay {
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);
}
.modal_tit {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 250px;
	text-align: center;
	line-height: normal;
	font-size: 20px;
	z-index: 1025;
	overflow: hidden;
	padding: 0px 30px;
	color: var(--whitecolor);
}
.modal_tit span {
	display: block;
	position: relative;
	padding: 10px 0px;
	background: rgb(0, 0, 0);
	z-index: 2;
	border-bottom: 1px solid rgb(255, 255, 255);
}
.modal-content .close_btn {
	position: absolute;
	top: -10%;
	right: 0px;
	color: rgb(255, 255, 255);
	font-size: 40px;
	line-height: 1;
	display: block;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.modal-content {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
}
/*	タブ切替	*/
.tab_change .controller input[type="radio"] {
	appearance: none;
	border: none;
	background: none;
	outline: none;
}
.tab_change .tab_content {
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	z-index: -10;
	visibility: hidden;
	transition:var(--hover);
}
.tab_change:has(.controller input[id$="01"]:checked) .tab_table div[class$="01"],
.tab_change:has(.controller input[id$="02"]:checked) .tab_table div[class$="02"],
.tab_change:has(.controller input[id$="03"]:checked) .tab_table div[class$="03"],
.tab_change:has(.controller input[id$="04"]:checked) .tab_table div[class$="04"],
.tab_change:has(.controller input[id$="05"]:checked) .tab_table div[class$="05"],
.tab_change:has(.controller input[id$="06"]:checked) .tab_table div[class$="06"],
.tab_change:has(.controller input[id$="07"]:checked) .tab_table div[class$="07"],
.tab_change:has(.controller input[id$="08"]:checked) .tab_table div[class$="08"],
.tab_change:has(.controller a) .tab_content {
	opacity: 1;
	z-index: 10;
	visibility: visible;
	max-height: fit-content;
	overflow: visible;
	width: 100%;
}
.tab_change .controller {
	display: flex;
	margin: 0 auto 2em;
	flex-wrap: wrap;
	gap: 2em;
}
.tab_change .controller :is(label, a) {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: solid 1px var(--dgray);
	background: transparent;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.1;
	text-align: left;
	padding-block: 0.5em;
	padding-left: 1.0em;
	transition: var(--hover);
	min-width: 170px;
	position: relative;
	color: var(--dgray);
}
.tab_change .controller a:hover,
.tab_change .controller a.current,
.tab_change .controller label:has(:checked) {
	text-decoration-color: transparent;
}
.tab_change .controller :is(label, a)::before {
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	position: absolute;
	z-index: 1;
	inset: 0 auto 0 0;
	border: solid 1px #9ea7a5;
	border-radius: 50%;
	margin: auto;
	transition: background .4s, border-color .4s;
}
.tab_change .controller :is(label, a)::after {
	content: "";
	display: block;
	height: 2px;
	width: 0%;
	position: absolute;
	z-index: 1;
	inset: auto 0 0 0;
	background: var(--keycolor);
	transition: width .2s;
}
.tab_change .controller :is(a, label) {
	width: auto;
}
.tab_change .controller :is(a.current, a:hover, label:has(:checked)) {
	color: var(--keycolor);
}
.tab_change .controller :is(a.current, a:hover)::before,
.tab_change .controller label:has(:checked)::before {
	background: var(--keycolor);
	border-color: var(--keycolor);
}
.tab_change .controller :is(a.current, a:hover, label:has(:checked))::after {
	width: 100%;
}
body:not(.home) .tab_change .controller {
	margin-block: 2em;
}
body:not(.home) .tab_change .tab_table {
	margin-inline: auto;
}
.tab_change .tab_content:has(.pulldown) {
	display: flex;
	justify-content: space-between;
	gap: 3em;
}
.tab_change .pulldown .select_wrap {
	position: relative;
	z-index: 2;
	width: fit-content;
	background: var(--whitecolor);
}
.tab_change .pulldown .select_wrap::after {
	content: "";
	display: block;
	height: 0.45em;
	aspect-ratio: 1 / 1;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(135deg) skew(5deg, 5deg);
	position: absolute;
	right: 1em;
	top: calc(50% - 0.4em);
}
.tab_change .pulldown select {
	appearance: none;
	font-size: 1rem;
	border: none;
	padding: 1em 2em 1em 1em;
	width: 180px;
	background: transparent;
	cursor: pointer;
	color: inherit;
}
.tab_change .tab_table {
	margin-inline: calc(50% - 50vw);
}
.tab_change .data {
	max-width: var(--container);
	margin-inline: auto;
}
.tab_change .btn_area a {
	margin-inline: auto;
}
.tab_change .tab_content:has(.pulldown) .tab_result {
	flex-grow: 1;
	max-width: 942px;
}
.tab_change .tab_result :is(h2, h3) {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.tab_result label[for^="view-more"] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	width: fit-content;
	padding: 0.5em 2em 0.5em 0;
	border-bottom: solid 1px;
	transition: background .4s, color .4s;
	font-size: 1.1275rem;
	letter-spacing: 0.1em;
	position: relative;
}
.tab_result label[for^="view-more"] span {
	display: flex;
	gap: 0.5em;
	align-items: center;
	transition: 0.3s;
	max-height: fit-content;
	overflow: hidden;
}
.tab_result label[for^="view-more"]::after {
	content: "";
	display: block;
	width: 0.35em;
	height: 0.35em;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(135deg);
	position: absolute;
	right: 0.75em;
	top: 0.875em;
	margin: auto;
	z-index: 1;
	transition: top .3s;
}
.tab_result input[id^="view-more"] {
	appearance: none;
	border: none;
	width: 0;
	height: 0;
	background: none;
	outline: none;
}
.tab_result label[for^="view-more"]:hover {
	background: var(--whitecolor);
}
.tab_result label[for^="view-more"]:has(input:checked) {
	opacity: 0;
	pointer-events: none;
	max-height: 0;
	padding: 0;
}
.tab_result label[for^="view-more"]:hover span {
	transform: translateX(0.5em);
}
.tab_result label[for^="view-more"]:hover::after {
	top: 1.1em
}
.tab_result:has(input[id^="view-more"]) .news_list>*:nth-child(n+6) {
	display: none;
}
.tab_result:has(input[id^="view-more"]:checked) .news_list>*:nth-child(n+6) {
	display: block;
}
@media screen and (max-width: 1410px) {
	.tab_change .controller {
		gap: 1.25em;
	}
	.tab_change .controller :is(label, a) {
		min-width: 6em;
	}
}
@media screen and (max-width: 767px) {
	.tab_change .controller {
		justify-content: flex-start;
		gap: 0.75em;
	}
	.tab_change .controller :is(label, a) {
		font-size: 1rem;
		width: 90px;
		min-height: 30px;
	}
	.tab_change .tab_content:has(.pulldown) {
		flex-direction: column;
		gap: 2em;
	}
}
/*	フォーム	*/
.form_wrap input[type="text"],
.form_wrap input[type="search"],
.form_wrap input[type="email"],
.form_wrap input[type="tel"],
.form_wrap input[type="number"],
.form_wrap input[type="password"],
.form_wrap textarea {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px var(--whitecolor);
	border-radius: 0px;
	font-size: 0.875rem;
	padding: 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: var(--whitecolor);
}
.form_wrap input::placeholder,
.form_wrap textarea::placeholder {
	color: #ccc;
}
.form_wrap .tables .wrap textarea {
	height: auto;
	padding: 1em;
}
.form_wrap label {
	cursor: pointer;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"] {
	display: none;
}
.form_wrap input[type="radio"]+label,
.form_wrap input[type="checkbox"]+label {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.5em;
	position: relative;
}
.form_wrap input[type="radio"]+label::before,
.form_wrap input[type="checkbox"]+label::before,
.form_wrap input[type="radio"]+label::after,
.form_wrap input[type="checkbox"]+label::after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: solid 1px #333;
	position: absolute;
	left: 0;
	top: 6px;
	transition: opacity .2s;
}
.form_wrap input[type="checkbox"]+label::after {
	border: none;
	width: 0.6rem;
	height: 0.4rem;
	border-top: solid 3px #333;
	border-right: solid 3px #333;
	transform: rotate(135deg);
	top: 8px;
	left: 2px;
	opacity: 0;
}
.form_wrap input[type="radio"]+label::before {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: 7px;
}
.form_wrap input[type="radio"]+label::after {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: none;
	background: #333;
	top: 12px;
	left: 5px;
	opacity: 0;
}
.form_wrap input[type="radio"]:checked+label::after,
.form_wrap input[type="checkbox"]:checked+label::after {
	opacity: 1;
}
.form_wrap .select_wrap {
	display: inline-block;
	position: relative;
	z-index: 3;
	background: var(--whitecolor);
}
.form_wrap .select_wrap select {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #b0b0b0;
	border-radius: 0px;
	font-size: 1rem;
	color: #333;
	padding: 0 2.5em 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: transparent;
	cursor: pointer;
}
.form_wrap .select_wrap::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	transform: rotate(135deg) translate(-2px);
}
.form_wrap .form_els {
	display: flex;
	flex-wrap: wrap;
}
.form_wrap .form_els.inlines {
	display: block;
	padding-bottom: 0.25em;
}
.form_wrap .form_els>* {
	margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
	.form_wrap input[type="text"],
	.form_wrap input[type="search"],
	.form_wrap input[type="email"],
	.form_wrap input[type="tel"],
	.form_wrap textarea {
		font-size: 1rem;
	}
	.form_wrap .form_els.inlines br {
		display: none;
	}
	.form_wrap input[type="radio"]+label,
	.form_wrap input[type="checkbox"]+label {
		font-size: 0.857rem;
	}
	.form_wrap input[type="checkbox"]+label::before {
		width: 12px;
		height: 12px;
		top: 5px;
	}
	.form_wrap input[type="checkbox"]+label::after {
		width: 7px;
		height: 4px;
	}
	.form_wrap input[type="radio"]+label::before {
		width: 13px;
		height: 13px;
		top: 5px;
	}
	.form_wrap input[type="radio"]+label::after {
		width: 7px;
		height: 7px;
		left: 4px;
		top: 9px;
	}
}
.table_wrap table {
	margin-inline: 0 auto;
}
.table_wrap table :is(th, td) {
	font-size: 1rem;
	padding: 1em;
	border: solid 1px var(--whitecolor);
	line-height: 1.85;
	background: #f0f0f0;
}
.table_wrap table th {
	background: var(--green);
	font-weight: 600;
	white-space: nowrap;
	font-weight: 400;
}
.table_wrap table .caption {
	font-size: 0.875em;
	line-height: 1.6;
}
.table_wrap table *:not(.caption)+.caption {
	margin-top: 1em;
}
.table_wrap table.calendar_table {
	width: 100%;
	margin-bottom: 1em;
}
.table_wrap table.calendar_table :is(th, td) {
	font-size: 1.125rem;
	padding: 1em;
	line-height: 1.4;
}
.flex_list .table_wrap table :is(th, td) {
	padding: 0.5em 0.25em;
}
@media screen and (max-width: 767px) {
	.table_wrap table {
		width: 100%;
	}
	.table_wrap table th {
		white-space: normal;
		width: auto;
		padding: 0.5em;
		text-align: center;
		font-size: 0.814rem;
	}
	.table_wrap table td {
		padding: 0.5em;
		font-size: 0.814rem;
	}
	.table_wrap.break :is(table, thead, tbody, tr, th, td) {
		display: block;
		width: 100%;
		border: none;
	}
	.table_wrap.break :is(th, td) {
		font-size: 1rem;
		text-align: left;
	}
	.table_wrap.break td {
		border-top: none;
	}
	.table_wrap.break tr {
		margin-bottom: 1em;
	}
	.table_wrap.break th br {
		display: none;
	}
	.table_wrap table *:not(.caption)+.caption {
		margin-top: 1em;
	}
	.table_wrap table.calendar_table :is(th, td) {
		font-size: 0.875rem;
		padding: 1em 0.5em;
	}
	.table_wrap table.calendar_table tr:has(th:first-child + td:nth-child(2):last-child) th {
		white-space: nowrap;
	}
}

/* wp-block
-------------------------------------------------------------------*/
:root .wp-block-list li{
	list-style:inherit;
    margin-block: 0.5em;
    list-style-position: inside;
    list-style: none;
    position: relative;
    padding-left: 1.2em;
    margin-block: 0.5em;
}
:root .wp-block-list li::marker{
	color: #183672;
	width: auto;
	padding: 0;
}
:root .wp-block-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0.25em;      
    color: #183672; 
    font-size: 0.875em;
    line-height: 1;
}

:root .wp-block-list.list_col02,
:root .wp-block-list.list_col03{
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
:root .wp-block-list.list_col02 li{
	width: 48%;
}
:root .wp-block-list.list_col03 li{
	width: calc(92% / 3);
}
@media screen and (max-width: 767px) {
	:root .wp-block-list.list_col03 li{
		width: 48%;
	}
	:root .wp-block-list.sp_list_col01 li{
		width: 100%;
	}
}
:root .wp-block-table td, 
:root .wp-block-table th{
    padding: 1.5em 0;
    margin: 0;
    vertical-align: top;
    min-width: 9em;
}
@media screen and (max-width: 767px) {
	:root .wp-block-table td, 
	:root .wp-block-table th{ 
	    padding: 1em 0;
	    min-width: unset;
	}
}
:root .group-comp-col .wp-block-column{
	border-radius: 10px;
	overflow: hidden;
}
:root .group-comp-col .wp-block-column a{
	margin: 0;
}
:root .group-comp-col .wp-block-column .wp-block-group{
	padding: 1.75em 1.75em 2em !important;
	height: 100%;
}

:root .group-comp-col .wp-block-column .wp-block-image{
	margin-bottom: 1.5em;
	border-radius: 5px;
	overflow: hidden;
}
:root .group-comp-col .wp-block-column .wp-block-image img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
:root .group-comp-col .wp-block-column p{
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
	z-index: 0;
	padding-left: 3em;
}
:root .group-comp-col .wp-block-column p:before{
	content: "";
	position: absolute;
	z-index: 10;
	width:40px;
	height:40px;
	aspect-ratio:1 / 1;
	inset:0 auto 0 0;
	margin:auto;
	background-color: var(--whitecolor);
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	border-radius:5px;
	display: block;
	transition: var(--hover);
}
:root .group-comp-col .wp-block-column p:after{
	content: "";
	position: absolute;
	inset: 0 auto 0 12px;
	z-index: 10;
	width: 10px;
	height:10px;
	border-top: solid 2px #2db9e7;
	border-right: solid 2px #2db9e7;
	transform: rotate(45deg);
	margin:auto;
	transition: var(--hover);
}
@media (any-hover: hover) {
	:root .group-comp-col .wp-block-column:hover .wp-block-image img{
		transform:scale(1.05);
	}
	:root .group-comp-col .wp-block-column:hover p:before{
		box-shadow: none;	
	}
}

@media (any-hover: hover) {
	:root .wp-block-vk-blocks-button a:hover{
		background: #fff !important;
		color: var(--keycolor) !important;
		box-shadow: none;
	}
}
:root .vk_button.bottom_arrow_btn a{
	font-size: 1.25rem;
	min-width: unset;
	width: 100%;
	padding: 1em 1em 1.5em;
}
:root .vk_button.bottom_arrow_btn a::after{
	content: "";
	position: absolute;
	inset: auto 0 0.75em;
	width: 10px;
	height:10px;
	border-top: solid 2px var(
	--fontcolor);
	border-right: solid 2px var(
	--fontcolor);
	transform: rotate(135deg);
}
@media screen and (max-width: 767px){
	:root .wp-block-columns:has(.vk_button.bottom_arrow_btn){
		gap: 2%;
	}
	:root .vk_button.bottom_arrow_btn a{
		font-size: 1rem;
		padding: 1em 0.5em 1.5em;
	}
}


/* smf-form 
-------------------------------------------------------------------*/
.snow-monkey-form[data-screen="input"] .form-confirm,
.snow-monkey-form[data-screen="invalid"] .form-confirm,
.snow-monkey-form[data-screen="confirm"] .form-input,
.snow-monkey-form[data-screen="invalid"] .form-input {
	display:none;
}
.smf-form .smf-item{
	margin-top: 1.5em;
}
.smf-form .smf-item .smf-item__label__text mark{
	display:inline-block;
	font-size:0.875rem;
	line-height: 1.2;
	color: #fff !important;
	background: #b81f32 !important;
	padding: 0.15em 0.5em 0.2em;
}
.smf-form .smf-item input[type="text"],
.smf-form .smf-item input[type="search"],
.smf-form .smf-item input[type="email"],
.smf-form .smf-item input[type="tel"],
.smf-form .smf-item input[type="number"],
.smf-form .smf-item input[type="password"],
.smf-form .smf-item input[type="date"],
.smf-form .smf-item textarea,
.smf-form .smf-item select {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #fff;
	border-radius: 0;
	font-size: 0.875rem;
	padding: 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: #fff;
	margin: 0;
}
.smf-form .smf-item input::placeholder,
.smf-form .smf-item textarea::placeholder {
	color: #d2d2d2;
}
.smf-form .smf-item input[type="text"],
.smf-form .smf-item input[type="search"],
.smf-form .smf-item input[type="email"],
.smf-form .smf-item input[type="tel"],
.smf-form .smf-item input[type="number"],
.smf-form .smf-item input[type="password"],
.smf-form .smf-item input[type="date"],
.smf-form .smf-item textarea,
.smf-form .smf-item select {
	border: #d2d2d2 solid 1px;
	display: block;
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 1em;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	border-radius: 0;
}
.smf-form .smf-item select{
	padding: 0 2rem 0 1em;
	background: none;
}
.smf-form .smf-item textarea {
	height: auto;
	line-height: 1.5em;
	padding: 1em;
}
.smf-form .smf-item label {
	cursor: pointer;
}

.smf-form .smf-item .smf-label{
	margin: 0;
}
.smf-form .smf-item input[type="radio"],
.smf-form .smf-item input[type="checkbox"] {
    position: absolute;
    z-index: -10;
    font-size: 0;
    line-height: 0;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    width: 0;
    height: 0;
    margin: 0
}
.smf-form .smf-item input[type="radio"]::before,
.smf-form .smf-item input[type="checkbox"]::before {
   display: none !important;
}
.smf-form .smf-item input[type="radio"]+span,
.smf-form .smf-item input[type="checkbox"]+span {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.5em;
	position: relative;
	margin: 0;
}
.smf-form .smf-item label input[type="radio"]+span:before,
.smf-form .smf-item label input[type="checkbox"]+span:before,
.smf-form .smf-item label input[type="radio"]+span:after,
.smf-form .smf-item label input[type="checkbox"]+span:after{
	content: "";
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	border: solid 1px #000000;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: opacity .2s;
	font-weight: 400;
}
.smf-form .smf-item label input[type="checkbox"]+span:after{	
	border: none;
	width: 0.875rem;
	height: 0.5rem;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(135deg);
	top: -4px;
	left: 3px;
	opacity: 0;
}
.smf-form .smf-item label input[type="radio"]+span:before {
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
.smf-form .smf-item label input[type="radio"]+span:after {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border: none;
	background: 1px solid #0082f1;
	top: 0;
	left: 3px;
	opacity: 0;
}
.smf-form .smf-item label input[type="checkbox"]:checked+span:before {
	border-color: #0082f1;
	background: #0082f1;
}
.smf-form .smf-item label input[type="radio"]:checked+span:after,
.smf-form .smf-item label input[type="checkbox"]:checked+span:after {
	opacity: 1;
}
.smf-form .smf-item input[type="radio"]:focus+span::before,
.smf-form .smf-item input[type="checkbox"]:focus+span::before {
	outline: 1px solid;
}
.smf-form .smf-item input[type="radio"]+label {
	padding: 0.25em 0 0.25em 2em;
}
.smf-form .smf-item input[type="radio"]+label:before {
	border: #b0b0b0 solid 1px;
	width: 1.5em;
	height: 1.5em;
}
.smf-form .smf-item input[type="radio"]+label:after {
	width: 0.5625em;
	height: 0.5625em;
	top: 0.975em;
	left: 0.5em;
}
.smf-form .smf-item input[type="checkbox"]+label {
	padding: 0.5em 0 0.5em 2em;
}
.smf-form .smf-item input[type="checkbox"]+label:before {
	border: #b0b0b0 solid 1px;
	width: 1.5em;
	height: 1.5em;
}
.smf-form .smf-item input[type="checkbox"]+label:after {

}
.smf-form .smf-checkbox-control__control{
	width: 1.5em;
	height: 1.5em;
	margin-top: 0.2em;
}
.smf-form .smf-checkbox-control__control:checked{
	background-color: #183672;
	border-color:#183672;
}
.smf-form .smf-checkbox-control:after{
	width: 1.25rem;
	height: 1.25rem;
}
.smf-action {
	display: flex;
	justify-content: center;
	margin-top: 4em !important;
	gap: 0 1em;
}
.smf-action .smf-button-control__control {
	--keycolor: #0082f1;
	margin: 0 auto;
	--bgcolor: var(--keycolor);
	--fontcolor: var(--whitecolor);
	--arrowcolor: var(--key_color);
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	width: fit-content;
	min-width: 18.75em;
	min-height: 4.375em;
	font-size: 1rem;
	font-weight: bold;
	color: var(--fontcolor);
	background: var(--bgcolor);
	border-radius: 0.3125em;
	padding: 0.5em 3em;
	transition: var(--hover);
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	translate: 0 0;
	border:1px solid var(--fontcolor);
}
.smf-action .smf-button-control__control:after {
	content: "";
	position: absolute;
	inset: 0 2em 0 auto;
	z-index: 10;
	transition:var(--hover);
	width: 7px;
	height:7px;
	border-top: solid 2px var(
	--fontcolor);
	border-right: solid 2px var(
	--fontcolor);
	transform: rotate(45deg);
	margin:auto;
}
@media (any-hover: hover) {
	:root :is(.text_link a,a.text_link):hover{
		text-decoration-color:transparent;
	}
	:root .btn:hover {
		--bgcolor:var(--whitecolor);
		--fontcolor:var(--keycolor);
		text-decoration:none;
	}
	:root .btn:hover:after {
		border-color:var(--keycolor);
	}
}
@media (any-hover: hover) {
	.smf-action .smf-button-control__control:hover {
		--bgcolor:var(--whitecolor);
		--fontcolor:var(--keycolor);
		text-decoration:none;
	}
	.smf-form .smf-complete-content .common_btn a:hover{
		border-color:var(--keycolor);
	}
}
.smf-action .smf-button-control__control[data-action="back"] {

}
.smf-action .smf-button-control__control[data-action="back"]:after {
	transform: rotate(230deg);
	inset: 0 auto 0 2em;
}
@media (any-hover: hover) {
	.smf-action .smf-button-control__control[data-action="back"]:hover {
		color: #28a7e1!important;
		background: #ffffff !important;
	}
	.smf-action .smf-button-control__control[data-action="back"]:hover:after {
		color: #28a7e1 !important;
	}
}
@media screen and (max-width:767px) {
	.smf-form .form-agree-area .text_lead,
	.smf-form .form-promotion-area .text_lead{
		text-align: left;
	}
	.smf-action .smf-button-control+.smf-button-control{
		margin-left: 0;
	}
}


@media screen and (max-width: 767px) {
	.smf-form .smf-item input[type="text"],
	.smf-form .smf-item input[type="search"],
	.smf-form .smf-item input[type="email"],
	.smf-form .smf-item input[type="tel"],
	.smf-form .smf-item input[type="number"],
	.smf-form .smf-item input[type="password"],
	.smf-form .smf-item input[type="date"],
	.smf-form .smf-item textarea,
	.smf-form .smf-item select {
		font-size: 1rem;
	}
	.smf-form .smf-item label input[type="radio"]+span,
	.smf-form .smf-item label input[type="checkbox"]+span {
		font-size: 1rem;
		padding-left: 1.25em;
	}
	.smf-form .smf-item label input[type="checkbox"]+span::before {
		width: 1.125rem;
		height: 1.125rem;
	}
	.smf-form .smf-item label input[type="checkbox"]+span::after {
		width: 1rem;
		height: 0.5rem;
		border-width: 3px;
		left: 1px;
		top: 0;
	}
	.smf-form .smf-item label input[type="radio"]+span::before {
		width: 14px;
		height: 14px;
	}
	.smf-form .smf-item label input[type="radio"]+span::after {
		width: 8px;
		height: 8px;
	}
	.smf-action {
		flex-direction: column-reverse;
		justify-content: center;
		margin-top: 3em !important;
		gap: 1em 1em;
	}
	.smf-action .smf-button-control+.smf-button-control {
	    margin-left: 0;
	}
	.smf-form .sp_t-left{
		text-align: left;
	}
}






