@charset "utf-8";
body, html{font-family: "Noto Sans JP","游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-size: 14px;position: relative;z-index: 0;}

.container {
	padding-right: 0;
	padding-left: 0;
	max-width: none;
}
.w1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.w1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.w800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.w600 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.margin-top-s{margin-top: 20px;}
.margin-top-m{margin-top: 40px;}
.margin-top-l{margin-top: 60px;}
.margin-top-xl{margin-top: 100px;}
.margin-bottom-s{margin-bottom: 20px;}
.margin-bottom-m{margin-bottom: 40px;}
.margin-bottom-l{margin-bottom: 60px;}
.margin-bottom-xl{margin-bottom: 100px;}
/*h1,h2,h3,h4{font-weight: normal}*/
.circle::before{content:url("../images/circle.png");display: inline-block;margin-right: 5px;vertical-align: middle;/* line-height: 100%; *//* height: 1em; *//* margin-left: -.25em; */}
.circle~p,.circle~div.wp-block-buttons,.circle~div.wp-block-group{margin-left: 2em;}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea{padding: .5em 1em;margin: 5px 0;}
input[type=number]{width: auto}
input.inline,select.inline{width: auto;display: inline-block}
input[type=submit],input[type=button]{background-color: var(--vk-color-custom-4);border: none}
input[type=submit]:hover,input[type=button]:hover{background-color:var(--vk-color-custom-4);filter: brightness(1) saturate(2);cursor: pointer;}
input:where(:not([type=checkbox],[type=radio])), select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
a{transition: all .3s}
#site-header {
	display: block;
	width: calc(14rem - (0.35vw + 0.15vh));
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	box-shadow: none;
	left: auto;
	animation: none;
	/* display: flex; */
	/* flex-direction: column; */
	/* color: #fff; */
	margin-left: calc((0.35vw + 0.15vh));
	background-color: #ffffff;
}

#site-header-container {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#site-header-container .site-header-logo {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	left: 0;
	margin-top: 35px;
	/* top: 3.5rem; */
	z-index: 11;
	/* margin-bottom: 15px; */
}

#global-nav {
	display: flex;
	width: 100%;
	/* height: 100%; */
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	margin: 15px 0;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#global-nav .global-nav-list,#global-nav .global-nav-list ul {
	display: block;
	list-style-type: none;
	height: auto;
}
#page-header {
	display: block;
	width: calc((100% - 14rem) * 0.45 - (0.35vw + 0.15vh));
	height: calc(100% - (0.35vw + 0.15vh) * 2);
	background-color: #d3d3d3;
	position: fixed;
	left: calc((0.35vw + 0.15vh));
	top: calc((0.35vw + 0.15vh));
	margin-top: 0!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#page-header::after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--vk-color-primary);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.5;
}
#page-header .page-header-title{color: #FFF;font-size: 2rem;text-align: center;}
#page-header img.page-header-title{max-width: 300px;}
#page-header .page-header-subtitle{color: #FFF;font-size:.875rem;margin-top: .5em;text-align: center;}
#page-header .page-header-catch{color: #FFF;/* font-size: .875rem; */margin-top: 1.5em;text-align: center;/* max-width: 70%; */line-height: 1.5;}
#site-body {
	display: block;
	width: calc((100% - 14rem) * 0.55 - (0.35vw + 0.15vh));
	max-width: 768px;
	margin: calc((0.35vw + 0.15vh)) 0 0 auto;
	position: relative;
	right: 14rem;
	padding-bottom: calc((0.35vw + 0.15vh));
	padding-right: 60px;
	/* z-index: 10; */
}
#site-body::after{
	background-image: url("../../../assets/images/side-mes.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	width: 30px;
	height: 100%;
	position: absolute;
	right: 7px;
	top: 15px;
}
.site-header{/* background-color: #29b5ea; */}
.site-header,.header_scrolled .site-header{/* box-shadow: none; */}
.site-header .container{max-width: none;padding: 0;align-items: center;}
.site-header-logo{text-align: left;padding:0 80px 0 15px;margin: 0;height: 70px;display: flex;align-items: center;line-height: 1}
.site-header-logo img{display: inline-block}
.page-header{text-align: left;background-position: -9999px;overflow: visible;background-repeat: no-repeat;background-size: contain;z-index: 0;min-height: 140px;max-width: 940px;margin-left:auto;margin-right:auto;margin-top: -29px;}
.page-header-inner{margin: auto;display: flex;height: 100%;align-items: center;justify-content: center;flex-direction: column;padding: 0 3.2vw;}
.site-header .side-mes{margin: 15px auto;flex: auto;max-height: 350px;}
.main-section--margin-bottom--on{margin-bottom: 0}
.site-body{padding-top: 0;}
.wp-block-button .wp-block-button__link{background-color: var(--vk-color-custom-1);}
.btn,.wp-block-button__link{padding: .75em 1.5em .75em 1em;position: relative;box-shadow: 5px 5px 0 rgba(0,0,0,0.15);line-height: 1.4;transition: all .1s ease-in;/* transform: translate(-5px, -5px); */}
.wp-block-button__link:hover,.btn:hover{filter: brightness(1) saturate(2);transform: translate(0, 2px);/* box-shadow: 1px 1px 0 rgba(0,0,0,0.15); */}
.btn.has-background:not(.has-text-color){color: #fff}
.entry-body{padding: 20px 15px;border: 1px solid var(--vk-color-custom-2);border-radius: 4px;}
.entry-body .singular-after{margin-top: 40px}
.wp-block-button__link.application{padding-right: 2em;background-color: #fff;color: var(--vk-color-custom-2);}
.wp-block-button__link.application::before,.application .wp-block-button__link::before,.file .wp-block-button__link::before{content: "\f15c";font-size: 1.25em;font-weight: 400;}
.wp-block-button__link.application::before{color: var(--vk-color-custom-1);}
.btn-primary {
	background-color: var(--vk-color-custom-4)!important;
	border: none!important;
	position: relative;
	z-index: 0;
}
.btn-primary::after{background-color: inherit;opacity: .4;}

.btn._blank{background-color: var(--vk-color-custom-3)!important;}
.btn._blank::before,._blank>.wp-block-button__link::before{content: "\f08e";}
.btn.in_image_btn{background-color:#fff;display: flex;flex-direction: row;align-items: center;justify-content: flex-start;gap:10px}
.btn.in_image_btn::after{content: none}
.btn.in_image_btn::before{color: var(--vk-color-custom-1);}
.btn.in_image_btn:hover{/* background-color: #f9f7ee; */}
.btn-sm{padding: .5em 1.5em .5em 1em;}
.wp-block-buttons{padding: 5px 0 0 5px}
.page-links{/* justify-content: space-between; */gap:10px;}
.page-links>.wp-block-button,.cat-links>.wp-block-button{flex: 1;/* width: calc((100% / 7) - 10px); */min-width: 150px;}
.page-links>.wp-block-button>.wp-block-button__link,.cat-links>.wp-block-button>.wp-block-button__link{width: 100%;display: block;}
.page-links .wp-block-button__link::before{content: "\f078";}
.icon-left-kome{padding-left: 1.5em;position: relative}
.icon-left-kome::before{content: "\2a";font-family: "Font Awesome 6 Free";font-weight: 600;color: inherit;position: absolute;left: 0;top: 0;}
.icon-left-chevright{padding-left: 1.5em;position: relative}
.icon-left-chevright::before{content: "\f054";font-family: "Font Awesome 6 Free";font-weight: 600;color: inherit;position: absolute;left: 0;top: 0;}
.vk_button-color-custom a:hover, .editor-styles-wrapper .vk_button-color-custom a:hover{opacity: 1!important}

.vk-mobile-nav-menu-btn {
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	border: none;
	border-radius: 0;
	background: url(../images/menu-btn-white.svg) no-repeat var(--vk-color-custom-2) center 5px/30px;
	padding-bottom: 5px;
}
.vk-mobile-nav-menu-btn::after{content: "menu";color: #fff;font-size: .75em;text-indent: 0}

.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right{top: 5px;right: 5px;}
.vk-mobile-nav {
	background-color: rgba(255,255,255,0.9);
    border-bottom: none;
    max-width: 90%;
    margin-left: 10%;
    padding-top: 70px;
}
.vk-mobile-nav-menu-btn.menu-open{border: none}
.page_top_btn{
	border: none;
	box-shadow: none;
	border-radius: 50%;
	background-color: var(--vk-color-custom-3);
	width: 44px;
	height: 44px;
	background-size: 70%;
}
.breadcrumb{position: relative;z-index: 2}
.breadcrumb>.container{max-width: none;padding-right: 1em}
.breadcrumb-list{text-align: right;}
.breadcrumb-list a{color:var(--vk-color-text-body);}

.main-group{margin-top: -20px;}
.main-group .main-link-area{display: flex;flex-wrap: wrap;gap:2em;}
.main-group .main-link-area a.btn{flex: 1;text-align: center;min-width: 300px;display: flex;align-items: center;justify-content: center;padding: 5px 1.5em;min-height: 60px;box-shadow: none;transform: translate(-2px, -2px);}
.bottom-group .bottom-link-area{display: flex;flex-wrap: wrap;justify-content: space-between;gap:2em;}
.bottom-group .bottom-link-area a.btn{flex: 1;text-align: center;min-width: 250px;padding: 10px 1.5em;/* min-height: 170px; */}
.bottom-group .bottom-link-area a.btn>.in_image_btn_image{/* max-width: 100px; */width: 50px;}
.front-news .vk_post.card{/* box-shadow: 5px 5px 0 rgba(0,0,0,0.15); *//* border-style: none; */}
.vk_posts .vk_post.card{border-radius: var(--vk-size-radius);}
.vk_post .row{width: 100%;}
.card-horizontal-inner-row{width: 100%}
.vk_post.card .card-body{width: 100%;display: flex;flex-direction: column-reverse;padding: 1em 1.5em;justify-content: start;}
.vk_post.card .vk_post_date{margin: 0 0 5px}
.front-title{text-align: center;display: flex;flex-direction: column;align-items: center}
.front-title::before{content: url("../images/osirase_w100.png");opacity: .5;}
#top-image{margin-bottom: -2em}
#top-index .wp-block-columns{gap:15px}
#top-index .wp-block-cover{border-radius: 4px}
#top-index .wp-block-cover .wp-block-cover__background{transition: .3s}
#top-index .wp-block-cover:hover .wp-block-cover__background{opacity: 0;}
#top-index .wp-block-cover .wp-block-cover__inner-container p{text-shadow: 0 0 5px #082e4b, 0 0 3px #082e4b, 0 0 1px #082e4b;line-height: 1.4}
.more a img{transition: .3s}
.more a:hover img{filter: brightness(1.5);}
.main-section>.box{margin-bottom: var(--vk-margin-section-bottom);}
.main-section>.box>article>.entry-footer{margin-bottom: 0}
.next-prev{margin-top: 60px;content-visibility: visible;}
.next-prev.vk_posts .vk_post.card {
	border: none;
}
.vk_posts .vk_post.next-prev-prev::after{content: "\f053";right: auto;left: 10px}
.sub-section{margin-top: 60px}
.site-body-bottom{/* background-color: #ebf2ec; *//* padding: 30px 0; */}
.site-body-bottom .widget{margin-bottom: 0}
.footer-banner>.wp-block-image{flex: 1;min-width: 150px}
.site-footer{display: block;width: calc((100% - 14rem) * 0.55 - (0.35vw + 0.15vh));max-width: 768px;margin: calc((0.35vw + 0.15vh)) 0 0 auto;padding: 0 0 calc((0.35vw + 0.15vh)) 0;overflow: visible;padding-top: 100px;margin-top: -80px;right: 14rem;z-index: -1;}
.site-footer .container{padding: 0 15px}
.site-footer .site-footer-content{background-color: var(--vk-color-primary);color: #fff;position: relative;z-index: 0;padding-top: 0;}
.site-footer .widget{margin-bottom: 0;}
.site-footer .site-footer-content::before{content: "";width: 100%;height: 100px;background-image: url("../../../assets/images/footer-back.png");background-position: top right;background-repeat: no-repeat;background-size: contain;position: absolute;top: 0;z-index: -1;}
.site-footer .site-footer-content::after{content: "";width: 10%;height: 50px;background-image: url("../../../assets/images/otsuri.png");background-position: top right;background-repeat: no-repeat;background-size: contain;position: absolute;top: 30px;right: 7%;max-width: 50px;}
.site-footer .footer-top{background-image: url("../../../assets/images/vendor_parts.png");background-position: top right;background-repeat: no-repeat;background-size: contain;padding: 100px 50% 0 15px;margin-top: -100px;overflow: visible;/* margin-bottom: 40px; */min-height: 30%;}
.site-footer .footer-top .footer-top-banner{/* max-width: 200px; */padding: 15px;display: flex;align-items: center;justify-content: center;border: 1px solid var(--vk-color-custom-2);background: #fff;border-radius: 4px;}
.site-footer .footer-top .footer-top-banner .wp-block-columns{gap:1em}
.site-footer .footer-top .footer-top-banner .wp-block-image figure{margin-bottom: 0}
.site-footer .footer-mid .footer-mid-banner{background-image: url("../../../assets/images/pickup.png");background-position:center;background-repeat: no-repeat;background-size: contain;padding: 20px;min-height: 100px;display: flex;align-items: center;justify-content: center;margin: 20px auto;text-align: center;max-width: 60%;}
.site-footer .footer-mid .footer-mid-banner a{color: #ffffff;font-size: 2em;font-weight: 700;text-shadow: 0 0 5px #082e4b, 0 0 3px #082e4b, 0 0 1px #082e4b;line-height: 1.2;}
.site-footer .footer-mid .footer-mid-banner a small{font-size: .75em}
.footer-nav{border-bottom: 1px solid #ddd;padding: 1em 0;}
.site-footer .copySection{padding: 1em 0}

.footer-nav .wp-block-search{margin: 5px 0}
.footer-organization h3{margin-bottom: 10px}
.footer-organization img{max-width: 180px}
.footer-organization,.footer-subnav{
	display: flex;
	justify-content: center;
	align-items: center;
		flex-direction: column;
}
.footer-subnav ul{list-style: none;}
.footer-subnav ul>li{text-align: right;font-size: .75em}
ul.footer-nav-list{display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-subnav>.widget_nav_menu ul.menu>li a{color: #fff;padding: .25em 0;border: none}
.footer-nav-list>li{flex-basis: 50%;margin: 5px 0;border-right: 2px dotted rgb(51 51 51 / 30%);}
.footer-nav-list>li:nth-of-type(odd){border-left: 2px dotted rgb(51 51 51 / 30%);}
.footer-nav-list>li>a{font-size: .875rem;display: flex;align-items: center;justify-content: center;text-align: center;height: 100%;padding: 10px}
.vk_posts .vk_post{display: flex;align-items: center;flex-wrap: wrap;border-width: 2px;position: relative;padding-right: 1em;}
.vk_posts .vk_post .vk_post_title,.vk_posts .vk_post .postListText_title{font-size: 1rem;font-weight: normal;width: 100%;/* display: inline-block; */}
.vk_posts .vk_post .vk_post_title a,.vk_posts .vk_post .postListText_title a{color:var(--vk-color-custom-2);/* display: block; */}
.vk_posts .vk_post::after{
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	color:var(--vk-color-custom-1);
	position: absolute;
	right: 5px;
	top: 50%;
	line-height: 0;
	font-size: .75em;
}
.table_form td{padding: 1em 1.5em}
.enaku table tr>th{width: 20%;min-width: 100px}
body.search .vk_posts .vk_post .postListText_date{display: none}
body.search .vk_posts .vk_post .postListText_singleTermLabel{/* min-width: auto; */}
.postListText_singleTermLabel{margin-top: 0;min-width: 75px;width: 75px;border-radius: 4px;}
.postListText_singleTermLabel_inner{font-size: .75em;line-height: 1.4;padding: 0.2em 1em;}
.postListText_singleTermLabel.um_custom_role_1,.entry-meta-item-permission.um_custom_role_1{background-color: #f1b105;color: #fff}
.postListText_singleTermLabel.um_custom_role_2,.entry-meta-item-permission.um_custom_role_2{background-color: #3099dc;color: #fff}
.postListText_singleTermLabel.um_custom_role_3,.postListText_singleTermLabel.um_custom_role_4,.entry-meta-item-permission.um_custom_role_3,.entry-meta-item-permission.um_custom_role_4{background-color: #da3382;color: #fff}
.entry-meta-item-permission{display: inline-block;border-radius: 4px;padding: 0.25em 1em;line-height: 1;}
.entry-meta-item-updated{display: none}
.postListText_title{font-size: 1rem}
.postListText_title a{text-decoration: none;color: var(--vk-color-text-link)}
.entry-meta-item.entry-meta-item-author{display: none}
.post-list{padding: 20px 0;background-color: #fff;border-radius: 4px;/* margin: 0 0 1.5em; */border: 1px solid var(--vk-color-custom-2);margin: 0 0 calc((0.35vw + 0.15vh));}
.vk_posts.pb-item-list .vk_post-col-auto{min-width: 75px;/* max-width: 90px; *//* flex: 1; */flex-basis: 25%;}
.post-list .postListItem{margin: 0 15px 15px;display: flex;flex-direction: column;align-items: center;position: relative}
.post-list .postListItem.attention::after{content: "注目!";font-size: 12px;background-color: #EEBB00;padding: .3em;box-shadow: 3px 3px 3px #00000040;transform: rotate(-15deg);position: absolute;left: 5%;top: 10%;font-weight: 600;color: #fff;line-height: 1;}
.post-list .postListItem .postListItem_image{flex: auto;display: flex;align-items: flex-end;justify-content: center;/* margin-bottom: 5px; */}

.post-list .postListItem .more .detail-btn{margin-top: auto}
.post-list .postListItem .more .detail-btn img{display: inline-block;max-width: 60px;/* height: 39px; *//* object-fit: contain; */width: 100%;}

.post-list.pb-item-list{background-image:url("../../../assets/images/dummy_sp_4.png");background-repeat: no-repeat;background-size: contain;display: flex;width: 100%;background-position: center top;padding-top: 50%}
.post-list.pb-item-list .postListItem{margin: 0;position: relative;z-index: 0;}
.post-list.pb-item-list .postListItem::before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 40px;background-color: #ddd;z-index: -1;}
.post-list .postListItem .more{height: 40px;width: 100%;display: flex;align-items: center;justify-content: center;padding: 5px;}
.wp-block-image.more>figure{margin-bottom: 0}
.detail-box {
	position: fixed;
	top: -100%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	max-width: 600px;
	max-height: 80vh;
	padding: 20px 3.2vw;
	background-color: #fff;
	z-index: 3000;
	box-shadow: 3px 3px 0 #00000038;
	opacity: 0;
	border-radius: 4px;
}
.pb-item .detail-box{
	width: 80vw;
}
.detail-box.active {
	opacity: 1;
	top: 50%
}
.detail-box .detail-box-image{flex-basis: 40%;text-align: center;}
.detail-box .detail-box-deta{flex-basis: 60%}
.detail-box .detail-box-deta .detail-box-title{color: var(--vk-color-primary);position: relative}
.detail-box.attention .detail-box-deta .detail-box-title::after{content: "注目!";font-size: 1rem;background-color: #EEBB00;padding: .25em;box-shadow: 3px 3px 3px #00000040;transform: rotate(-15deg);position: absolute;left: -20px;top: -20px;font-weight: 600;color: #fff;line-height: 1;}
.detail-box .detail-box-deta p:last-child{margin-bottom: 0}
.detail-box .close{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;background-color: #fff;border-radius: 20px;position: absolute;right: -20px;top: -20px;color: var(--vk-color-primary);/* border: 2px solid #999; */box-shadow: 3px 3px 0 #00000038;}
.detail-box .close>i{margin: 0;font-size: 1.5rem}
.detail-box .close:hover{background-color:var(--vk-color-primary);color: #fff}
.detail-box .detail-box-inner{display: flex;gap:1em;align-items: center;}
.detail-box .detail-box-image img{margin: 0 auto}
#background{width: 100vw;height: 100vh;background-color: rgba(0,0,0,0.30);position: fixed;top: -100%;left: 0;z-index:2000;}
#background.active{top: 0;}
.btn.detail-btn{height: 40px;width: 100%;display: flex;align-items: center;justify-content: center;background-color: var(--vk-color-primary);position: relative;color:#fff;z-index: 0;box-shadow: none;background: none;padding: 0;
&::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -2; /* 一番下に敷く */
        border-radius: 19px;
        background: linear-gradient(to bottom, #fff, var(--vk-color-primary), var(--vk-color-primary-dark) 100%);
        box-shadow: 0 1px 1px #0000008c;
    }
    &::after {
        content: "";
        position: absolute;
        /* ボックスのサイズから線として出したい部分の分だけ小さくする */
        /* border-size: 2px; にしたいときは2*2px（上下or左右の分） */
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        z-index: -1;  /* グラデーションの上に被せる、かつ表示したいテキストより下にする */
        border-radius: 17px;
        background: var(--vk-color-primary);
    }
}
.vk_flow .vk_flow_frame{
	border-color:var(--vk-color-custom-1);
	border-radius: 8px
}
.vk_flow .vk_flow_frame .vk_flow_frame_text_title{
	color: var(--vk-color-custom-2)
}
#job-flow .vk_flow .vk_flow_frame{
	background-color: #fff
}
#job-flow .vk_flow .vk_flow_frame .vk_flow_frame_text_title{
	color: var(--vk-color-text-body);
	margin: 0;
	padding: 0;
	border: none;
	font-weight: 500
}
#job-flow .job-stepbox{
	position: relative;
	margin-bottom: 50px
}
#job-flow .job-stepbox::after {
	position: absolute;
	content: "";
	background: var(--vk_flow-arrow) center 50% no-repeat;
	background-size: 50px 50px;
	display: block;
	overflow: hidden;
	height: 50px;
	width: 50px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 768px){
	.vk_posts .vk_post{flex-wrap: nowrap;}
	.vk_posts .vk_post .vk_post_title,.vk_posts .vk_post .postListText_title{width: auto}
	.vk_posts.pb-item-list{flex-wrap: nowrap;background-image:url("../../../assets/images/dummy_7.png");padding-top:30%}
.vk_posts.pb-item-list .vk_post-col-auto{flex: 1;min-width: auto;max-width: none;}
	.post-list.pb-item-list .postListItem.dummy {display: none;}
}
@media (min-width: 992px){
	body, html{
	font-size: 16px;
}
body.home .entry-body{/* padding: 0; *//* border: none; */}
	.site-header{/* background: none!important; */border-left: 1px solid #ddd;}
.site-header-logo{margin-bottom: 0;padding:10px 15px;}
.site-header--layout--nav-float .site-header-logo{margin-right: auto;}
.site-header-logo img{max-height:80px;}
.global-nav-list li{/* font-size: 14px; */}
.device-pc .global-nav-list>li>a{padding: .5em 1em;/* color: #fff; */}
.device-pc .global-nav-list>li>a:hover, .global-nav-list>li.current-menu-item>a{color: var(--vk-color-custom-2);}
.global-nav-list>li .global-nav-name{font-weight: normal}

	.page-header{/* min-height: 200px; */}
#top-img .top-msg{font-size:1.5em}


	
.footer-nav-list>li{/* min-width: 100px; */flex: auto;padding: 0;}
.footer-nav-list>li:first-child{border-left:none;}
.footer-nav-list>li:nth-of-type(odd){border-left: none;}
	.site-footer-content .widget_text p{margin-bottom: 0}
.btn.in_image_btn{flex-direction: column;justify-content: center}
.bottom-group .bottom-link-area a.btn>.in_image_btn_image{width: 100px;}
	
}
@media (min-width:1720px){
#page-header {
	width: calc(100% - 14rem - 768px - (0.35vw + 0.15vh) * 2);
	}
}
@media (max-width: 992px){
#page-header {
	width: auto;
	height: 30vh;
	min-height: 200px;
	min-height: 20rem;
	margin: 5px 5px 0 5px;
	position: relative;
	left: auto;
	top: auto;
	margin-top: 5px !important;
}
#site-body {
	width: auto;
	min-width: auto;
	margin: 0 5px;
	/* padding-top: 0; */
	left: 0;
	right: auto;
	max-width: none;
	margin-top: 5px;
	min-height: auto;
}
	#site-header{display: none}
.site-footer {
	width: calc(100% - 10px);
	min-width: auto;
	/* margin: -100px 5px 0; */
	/* padding-top: 0; */
	left: 0;
	right: auto;
	max-width: none;
}
.entry-body, .post-list{/* padding-left: 0; *//* padding-right: 0; */}
}

@media (max-width: 768px){
	.menu-footer-navigation-container{margin-bottom: 20px}
#site-body {
	padding-right: 40px;
	}
#site-body::after {
	width: 30px;
	right: 0
	}
}
@media (max-width: 600px){
.site-footer {
	margin-top: -70px;
	padding-top: 70px;
	margin-left: 5px;
	margin-right: 5px;
}
	.site-footer .footer-top{
		padding: 80px 50% 0 5px;
		/* margin-top: 0; */
		margin-top: -30px;
		padding-top: 50px;
		background-size: 90vw;
		min-height: 40vw;
	}
}