@charset "UTF-8";
/** rest **/
* {
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #222222;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover, a:hover > * {
    color: #337ab7;
}
table th, table td {
    font-size: 1rem;
    vertical-align: text-bottom;
}
body {
	background-color: transparent!important;
}
/************ header ************************************/
.site-header {
    background-color: transparent!important;
/*    position: fixed!important;*/
    box-shadow: none!important;
}
.header_scrolled .site-header {
    background-color: rgba(255 255 255 / 70%)!important;
    animation: none!important;
}
.site-header-container {
    max-width: none!important;
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}
.header_scrolled .site-header-container {
    padding-right: 1rem!important;
}
.header_scrolled .site-header-logo {
    display: block!important;
}
.site-header-logo img {
    max-height: 48px!important;
}
.header_scrolled .site-header-logo img {
    max-height: 40px!important;
}
.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before {
    display: none!important;
}
/*
.global-nav-list>li>a strong {
    color: #FFF;
}
*/
.global-nav-list>li.contact-menu {
    margin-left: 1rem;
}
.global-nav-list>li.contact-menu> a {
    background-color: #133564;
}
.global-nav-list>li.contact-menu> a strong {
    color: #FFF;
}
#souko-map {
    display: none;
}
@media screen and (max-width: 991.98px){
	.header_scrolled .site-header {
	    position: fixed!important;
	}
    .site-header-logo img {
        max-height: 40px!important;
        margin: 0 auto 0 0!important;
        padding-bottom: 0.5rem;
    }
	#souko-map {
		display: block;
        position: absolute;
        top: 0.75rem;
        right: 5rem;
		margin: 0!important;
	}
	#souko-map a {
		display: block;
		line-height: 0;
	}
	#souko-map a img {
		height: 32px;
	}
}
/************ sp-btn ************************************/
#vk-mobile-nav-menu-btn {
	display: none;
}
.menu-button {
	display: none!important;
	padding: 0 1rem 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
	border: none;
    background-color: transparent;
	position: absolute;
	top: 0.75rem;
	right: 0;
	cursor: pointer;
	z-index: 2;
}

.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 {
	font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.vk-mobile-nav {
	z-index: 1!important;
}
@media screen and (max-width: 991.98px) {
	#mobile-menu,
    .menu-button {
		display: flex!important;
	}
}
/************ footer ************************************/
.site-footer {
    border-top: none!important;
    background: no-repeat center / cover url(../images/footer-back.jpg);
}
.site-footer .footer-inner {
    max-width: none!important;
    padding: 2rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}
.site-footer .footer-inner.show {
    opacity: 1;
    transform: translateY(0);
}
.site-footer .footer-inner .wp-block-column p {
    color: #fff;
}
.site-footer .footer-inner .wp-block-column .btn-block {
    background-color: #fff;
    border: none;
    transition: all .5s ease;
    border-radius: 2px;
}
.site-footer .footer-inner .wp-block-column .btn-block:hover {
    opacity: 0.6;
}
.site-footer .footer-inner .widget_nav_menu>div>ul li a {
    color: #fff;
    border-bottom: none;
    
    &:hover {
        background: none;
        opacity: 0.5;
    }
}
.site-footer-copyright {
    max-width: none!important;
    color: #FFF;
    text-align: right;
}
/************ lightning_swiper ************/
#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}
#menu-footer-menu > li:nth-of-type(1){
    width: calc((100% - 8rem)/5);
    margin-bottom: 1rem;
}
#menu-footer-menu > li:nth-of-type(2) {
    width: calc(100% - 240px - 1rem);
    margin-bottom: 1rem;
}
#menu-footer-menu > li:nth-of-type(n+3) {
    width: calc((100% - 8rem)/5);
}
#menu-footer-menu > li:nth-of-type(6) {
    width: calc((100% - 8rem)/4);
}
#menu-footer-menu > li .sub-menu {
    padding-left: var(--vk-margin-list-menu-left-first);
}
#menu-footer-menu > li#menu-item-968 > .sub-menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}
#menu-footer-menu > li#menu-item-968 > .sub-menu > li {
    width: calc((100% - 4rem)/3);
}
#menu-footer-menu > li .sub-menu li.not-click > a {
    pointer-events: none;
}
#menu-footer-menu > li > .sub-menu > li > a {
    position: relative;
    
    &::before {
        content: "";
        display: block;
        width: 8px;
        height: 2px;
        background-color: #FFF;
        border-radius: 2px;
        position: absolute;
        left: 0.2rem;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
#menu-footer-menu > li > .sub-menu > li > .sub-menu > li > a {
    position: relative;
    
    &::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background-color: #FFF;
        border-radius: 2px;
        position: absolute;
        left: 1.2rem;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media screen and (max-width: 998px){
    #menu-footer-menu > li:nth-of-type(1),
    #menu-footer-menu > li:nth-of-type(2) {
        width: 100%;
        margin-bottom: 1rem;
    }
    #menu-footer-menu > li:nth-of-type(1) .sub-menu {
        display: flex;
        gap: 3rem;
    }
    #menu-footer-menu > li:nth-of-type(n+3),
    #menu-footer-menu > li:nth-of-type(6) {
        width: calc((100% - 4rem) / 3);
    }
}
@media screen and (max-width: 780px){
    .footer-inner .widget.widget_block {
        max-width: 320px;
        margin: auto;
    }
    #menu-footer-menu {
        display: none;
    }
}
/************ home-top ************************************/
#home-top {
    margin-top: 0!important;
}
#home-top .home-top-inner {
    max-height: calc(100vh - 80px);
    height: 100%;
    position: relative;
}
#home-top .copy {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 1;
}
#home-top .copy img {
    max-width: 380px;
    width: 100%;
}
#home-top .banner {
    max-width: 380px;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 1;
}
#home-top .banner a {
    display: block;
	opacity: 0.8;
}
#home-top .banner a:hover {
	opacity: 1;
}
#home-top .banner img {
    width: 100%;
}
.swiper-pagination,
.swiper-button-white {
    display: none!important;
}
/* Lightningのトップページスライダーの高さを固定 */
.swiper,
.swiper-wrapper,
.swiper-slide {
    height: calc(100vh - 80px) !important;
    max-height:  calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}

/* スライド内の画像をオーバーフロー調整 */
.swiper-slide img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    object-position: center;
    transform: scale(1)!important;
    transition: transform 15s ease;
}
.swiper-slide-active img {
  transform: scale(1.1)!important; /* ズーム + 左に移動 */
}
.contents {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}
.contents.show {
    opacity: 1;
    transform: translateY(0);
}
.contents:not(:last-of-type) {
    margin-bottom: 80px;
}
.contents.footer-before-box{
    margin-bottom: 0px!important;
}
.home-contents-title {
    color: #2b3f6e;
    font-size: 2rem;
    line-height: 1.4;
}
.home-contents-title.center {
    text-align: center;
}
.home-contents-title span {
    font-size: 1.2rem;
    display: block;
}
.contents .contents-inner {
    margin: 0 2rem;
}
@media screen and (max-width: 991px){
	#home-top .copy {
		position: absolute;
		left: 2rem;
		bottom: 2rem;
	}
	#home-top .copy img {
		max-width: 320px;
	}
	#home-top .banner {
		max-width: 240px;
		position: absolute;
		right: 2rem;
		bottom: 2rem;
		z-index: 1;
	}
}
@media screen and (max-width: 780px){
    .contents:not(:last-of-type) {
        margin-bottom: 40px;
    }
    #home-top .copy {
        left: 2rem;
        bottom: 2rem;
    }
    #home-top .copy img {
        max-width: 280px;
    }
	#home-top .banner {
		display: none;
	}
}
/************ .business-box ************************************/
.business-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}
.business-box.detail-bottom {
	margin-top: 40px;
}
.business-box .item {
    width: calc((100% - 2px)/3);
    height: 240px;
}
.business-box .item:nth-of-type(4),
.business-box .item:nth-of-type(5) {
    width: calc((100% - 1px)/2);
}
.business-box.detail-bottom .item {
    width: calc((100% - 4px)/5);
    height: 120px;
}
.business-box .item a {
    height: 100%;
    padding: 1rem;
    display: flex;
	align-items: flex-end;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
}
.business-box .item:nth-of-type(1) a {
    background: url(../images/home-business01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.business-box .item:nth-of-type(2) a {
    background: url(../images/home-business02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.business-box .item:nth-of-type(3) a {
    background: url(../images/home-business03.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.business-box .item:nth-of-type(4) a {
    background: url(../images/home-business04a.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.business-box .item:nth-of-type(5) a {
    background: url(../images/home-business05.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.business-box .item a .slide-in {
	max-height: 32px;
    color: #FFF;
    transition: all .5s ease;
    z-index: 1;
}
.business-box.detail-bottom .item a .slide-in {
	max-height: none;
    width: 100%;
}
.business-box .item a:hover .slide-in {
	max-height: 120px;
}
.business-box .item a::before {
    content: "";
    display: block;
    background: linear-gradient(45deg, rgb(46 69 125) 0%, rgb(0 116 127) 80%);
    mix-blend-mode: unset;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    transition: all .5s ease;
}
.business-box .item a:hover::before {
    opacity: 0.7;
}
.business-box.detail-bottom .item.active a::before {
    opacity: 0.7;
}
.business-box.detail-bottom .item.active a .slide-in {
	opacity: 0.5;
}
.business-box .item a .slide-in span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #FFF;
    position: relative;
}
.business-box.detail-bottom .item a .slide-in span {
    margin-bottom: 0;
    font-size: 1rem;
}
.business-box .item a .slide-in span::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #FFF;
    border-radius: 30px;
    position: absolute;
    right: 0rem;
    bottom: 0.2rem;
    margin: auto;
    transition: all .5s ease;
    opacity: 0;
}
.business-box .item a .slide-in span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    rotate: 45deg;
    position: absolute;
    right: 0.7rem;
    bottom: 0.8rem;
    margin: auto;
    transition: all .5s ease;
    opacity: 0;
}
.business-box .item a:hover .slide-in span::before,
.business-box .item a:hover .slide-in span::after {
    opacity: 1;
}
.business-box.detail-bottom .item.active a .slide-in span::before,
.business-box.detail-bottom .item.active a .slide-in span::after {
    display: none;
}
@media screen and (max-width: 995px){
    .business-box .item,
    .business-box .item:nth-of-type(4) {
        width: calc((100% - 1px)/2);
        height: 240px;
    }
    .business-box .item:nth-of-type(5) {
        width: 100%;
    }
	.business-box.detail-bottom .item {
		width: calc((100% - 2px)/3);
		height: 120px;
	}
	.business-box.detail-bottom .item:nth-of-type(4),
	.business-box.detail-bottom .item:nth-of-type(5) {
		width: calc((100% - 1px)/2);
	}
}
@media screen and (max-width: 780px){
    .business-box .item,
    .business-box .item:nth-of-type(4) {
        width: 100%;
        height: 240px;
    }
	.business-box.detail-bottom .item:nth-of-type(4) {
		height: 120px;
	}
}
/***************** News *****************/
.news.contents::before {
    content: "";
    width: 35vw;
    height: 60vh;
    display: block;
    position: absolute;
    top: 47vh;
    left: 0;
    background: linear-gradient(45deg, rgba(46, 79, 159, 0.2) 0%, rgba(14, 189, 206, 0.2) 80%);
    z-index: -1;
}
.news-box {
    max-width: 1280px;
    margin: 8rem auto 0;
    display: flex;
    gap: 4rem;
}
.news-box > div:first-of-type {
    width: 240px;
}
.news-box > div:last-of-type {
    width: calc(100% - 240px - 4rem);
}
.news-box h2 {
    margin-bottom: 1rem;
}
.arrow-link a {
    display: block;
    padding: 0.5rem;
    padding-left: 1.5rem;
    color: #222;
	transition: all .3s;
    position: relative;
}
.arrow-link a::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #2b3f6e;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.arrow-link a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #2b3f6e;
    border-right: 1px solid #2b3f6e;
    rotate: 45deg;
    position: absolute;
    left: 0.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.arrow-link a:hover {
    margin-left: 0.5rem;
    color: #337ab7;
}
.news-list {
    padding: 0!important;
}
.news-list li {
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.news-list li:first-of-type {
    border-top: 1px solid #ccc;
}
.news-list li a {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    text-decoration: none;
	transition: all .3s;
    
    &:hover {
        padding-left: 1.5rem;
    }
}
.news-list li a .date {
    width: 124px;
    color: #222222;
    text-align-last: justify;
}
.news-list li a .categ {
    width: 120px;
    font-size: 0.8rem;
    text-align: center;
    padding: 0.2rem 0.5rem;
    background-color: #2b3f6e;
    color: #FFF;
}
.news-list li a .categ.voice {
    background-color: #5695db;
    color: #FFF;
}
.news-list li a .title .new {
    color: #FF0000;
}
.news-list li a:hover .title {
    color: #337ab7;;
}
@media screen and (max-width: 995px){
    .news-box {
        flex-direction: column;
        gap: 1rem;
    }
    .news-box > div:first-of-type {
        width: 100%;
        display: flex;
        gap: 2rem;
    }
    .news-box > div:first-of-type h2 {
        margin: 0 auto 0 0;
        padding-top: 0;
    }
    .arrow-link {
        display: flex;
        gap: 1rem;
    }
    .arrow-link a:hover {
        margin-left: 0;
    }
    .news-box > div:last-of-type {
        width: 100%;
    }
}
@media screen and (max-width: 780px){
    .news-box {
        margin: 4rem auto 0;
    }
    .news-box > div:first-of-type {
        display: contents;
    }
    .news-box > div:first-of-type .arrow-link {
        order: 2;
        margin: auto;
        flex-direction: row;
    }
    .arrow-link {
        flex-direction: column;
        margin: 0 0 0 auto;
    }
/*
    .arrow-link a {
        font-size: 0.8rem;
    }
*/
    .news-list li a {
        gap: 0.5rem;
        column-gap: 2rem;
    }
    .news-list li a .title {
        width: 100%;
    }
}
/**************** img-link-box ****************/
.img-link-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}
.img-link-box .item {
    width: calc((100% - 1px)/2);
    height: 240px;
}
.pickup.contents .img-link-box .item {
    width: calc((100% - 2px)/3);
    height: 240px;
}
.pickup.contents .img-link-box.single {
	justify-content: center;
	margin-top: 2rem;
}
.pickup.contents .img-link-box.single .item {
    width: calc(100%/2);
    height: 240px;
}
.img-link-box .item a {
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    position: relative;
    transition: all .5s ease;
}
.pickup .img-link-box .item:nth-of-type(1) a {
    background: url(../images/pickup-01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup .img-link-box .item:nth-of-type(2) a {
    background: url(../images/pickup-02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup .img-link-box .item:nth-of-type(3) a {
    background: url(../images/pickup-03.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.img-link-box.single .item.blog a,
.pickup .img-link-box.single .item:nth-of-type(1) a {
    flex-direction: column;
    background: url(../images/pickup-04.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.img-link-box .item a div,
.img-link-box .item a div small {
    display: block;
    text-align: center;
    color: #FFF;
    z-index: 1;
}
.img-link-box .item a div small {
    font-size: 0.8rem;
}
.img-link-box .item a div .caption {
    margin: 1rem 0 -4rem;
    max-width: 300px;
    font-size: 0.8rem;
    word-break: auto-phrase;
    transition: all .5s ease;
    opacity: 0;
}
.img-link-box .item a:hover div .caption {
    margin: 1rem 0 0;
    opacity: 1;
}
.img-link-box .item a::before {
    content: "";
    display: block;
    background: linear-gradient(45deg, rgb(46 69 125) 0%, rgb(0 116 127) 80%);
    mix-blend-mode: unset;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    transition: all .5s ease;
}
.img-link-box .item a:hover::before {
    opacity: 0.7;
}
.footer-before-box .img-link-box .item a {
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 1.8rem;
}
.footer-before-box .img-link-box .item a div,
.footer-before-box .img-link-box .item a div small {
    text-align: left;
}
.footer-before-box .img-link-box .item a div {
    width: 100%;
    position: relative;
    padding-right: 2rem;
}
.footer-before-box .img-link-box .item a div::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #FFF;
    border-radius: 30px;
    position: absolute;
    right: 0.7rem;
    bottom: 0.2rem;
    margin: auto;
    transition: all .5s ease;
    opacity: 0;
}
.footer-before-box .img-link-box .item a div::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    rotate: 45deg;
    position: absolute;
    right: 1.5rem;
    bottom: 0.9rem;
    margin: auto;
    transition: all .5s ease;
    opacity: 0;
}
.footer-before-box .img-link-box .item a:hover div::before,
.footer-before-box .img-link-box .item a:hover div::after {
    opacity: 1;
}
.footer-before-box .img-link-box .item a div small {
    font-size: 1rem;
}
.footer-before-box .img-link-box .item:nth-of-type(1) a {
    background: url(../images/home-bottom-about.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-before-box .img-link-box .item:nth-of-type(2) a {
    background: url(../images/home-bottom-recruit-a.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 780px){
	.pickup.contents .img-link-box.single {
		margin-top: 1px;
	}
    .pickup.contents .img-link-box .item,
	.pickup.contents .img-link-box.single .item {
		width: 100%;
        height: 160px;
	}
    .footer-before-box .img-link-box .item {
        height: 120px;
    }
}
/************ title ************************************/
h2 {
    color: #2b3f6e;
    font-weight: bold;
    border: none!important;
}
h3.wp-block-heading {
    border-bottom: none;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 8px solid #d1dce8;
}
h3.wp-block-heading::after {
    display: none;
}
.page-header {
    min-height: 160px!important;
    background-color: #ebf6ff!important;
    align-items: flex-end!important;
}
/************ .breadcrumb ************************************/
.breadcrumb {
    min-height: 110px;
    border-top: none!important;
    border-bottom: none!important;
    text-align: center;
    background-color: #ebf6ff!important;
}
/************ about ************************************/
.post-name-history .wp-block-table {
    border-left: 4px solid #dcdcdc;
    position: relative;
    overflow: visible;
}
.post-name-history .wp-block-table::before,
.post-name-history .wp-block-table::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background-color: #dcdcdc;
    position: absolute;
    top: -2px;
    left: -4px;
}
.post-name-history .wp-block-table::after {
    top: auto;
    bottom: -2px;
    left: -4px;
}
.post-name-history .wp-block-table td:first-of-type {
    width: 280px;
    position: relative;
    padding-left: 2rem;
    font-weight: bold;
}
.post-name-history .wp-block-table td:first-of-type::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #337ab7;
    position: absolute;
    top: 1rem;
    left: -7px;
}

.normal-table {
    border-top: 2px solid #ddd!important;
}
.normal-table th {
    font-weight: bold;
}
.normal-table th,
.normal-table td {
    padding: 2rem;
/*    background-color: #e3eaf1;*/
    border-bottom: 2px solid #ddd!important;
}
.normal-table td a {
    color: #337ab7;
    text-decoration: underline;
    
    &:hover {
        text-decoration: none;
    }
}
.location-box {
    padding: 1rem;
    background-color: #ededed;
    position: relative;
    line-height: 1.8;
}
.location-box:not(:last-of-type) {
    margin-bottom: 1rem;
}
.location-box strong {
    color: #337ab7;
}
.location-box a.map {
    padding: 0.5rem;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    background-color: #337ab7;
    position: absolute;
    top: 1rem;
    right: 1rem;
    
    &:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 780px){ 
    .normal-table th,
    .normal-table td {
        display: block;
        width: 100%;
        padding: 2rem 1rem;
        font-size: 1.2rem;
    }
    .normal-table th {
        padding-bottom: 1rem;
        text-align: left;
        border-bottom: none!important;
    }
    .normal-table td {
        border-top: none!important;
        padding-top: 0;
    }
}
/************ voice ************************************/
.entry-title {
    color: #133564;
    font-weight: bold;
}
.entry-title span {
    display: block;
    color: #444444;
    font-size: 1rem;
}
.entry-meta {
    text-align: right;
}
.entry-meta-item.entry-meta-item-updated,
.entry-meta-item.entry-meta-item-author {
    display: none;
}
.veu_relatedPosts {
	margin-bottom: 1rem;
    padding: 1.6rem;
    border: 3px solid #e3eaf1;
    border-radius: 2px;
}
.veu_relatedPosts>.row {
    margin-right: 0;
    gap: 1rem;
}
.veu_relatedPosts .relatedPosts_item {
    margin-right: 0;
    border-bottom: 0;
	border: 1px solid rgb(0 0 0 / 20%)!important;
    border-radius: 2px;
}
.veu_relatedPosts .relatedPosts_item:nth-of-type(n+5) {
    display: none;
}
.veu_relatedPosts .relatedPosts_item .media {
    padding: 0.5rem;
	align-items: center;
}
.veu_relatedPosts .relatedPosts_item .postList_thumbnail a {
    display: flex;
	align-items: center;
}
.veu_relatedPosts .relatedPosts_item .media a {
    color: #337ab7;
    text-decoration: underline;
    
    &:hover {
        text-decoration: none;
    }
}
.vk_posts.next-prev {
	display: none;
}
.category-case-studies .veu_relatedPosts,
.category-case-studies .vk_posts.next-prev,
.category-news #wp_widget_vk_taxonomy_list-3,
.category-case-studies #wp_widget_vk_taxonomy_list-3 {
	display: none;
}
.category-voice .breadcrumb-list li:nth-of-type(2) {
	display: none;
}
.sub-section .sub-section-title {
	padding: 0.75rem 0;
    border-bottom: 1px solid #5695db;
}
.sub-section .sub-section-title::after {
	display: none;
}
#wp_widget_vk_taxonomy_list-2 .localNavi,
#wp_widget_vk_taxonomy_list-3 .localNavi {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
#wp_widget_vk_taxonomy_list-2 .localNavi li.cat-item-16 {
	display: none;
}
#wp_widget_vk_taxonomy_list-2 .localNavi li,
#wp_widget_vk_taxonomy_list-3 .localNavi li {
	width: calc((100% - 0.5rem)/2);
}
#wp_widget_vk_taxonomy_list-2 .localNavi li a,
#wp_widget_vk_taxonomy_list-3 .localNavi li a {
	padding: 0.7rem;
	border: 1px solid rgb(0 0 0 / 20%);
	border-radius: 4px;
	font-size: 0.8rem;
	transition: all .3s ease;
}
#wp_widget_vk_taxonomy_list-2 .localNavi li a:hover,
#wp_widget_vk_taxonomy_list-3 .localNavi li a:hover {
	color: #FFF;
	background-color: var(--vk-color-text-link-hover);
}
/*
#wp_widget_vk_taxonomy_list-2 .localNavi li.current-cat a,
#wp_widget_vk_taxonomy_list-3 .localNavi li.current-cat a {
	background-color: #ebf6ff;
}
*/
.wide-btn {
	margin-bottom: 2rem;
}
.wide-btn a {
	width: 100%;
	display: block;
	padding: 1rem;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
	background-color: var(--vk-color-primary);
	transition: all .3s ease;
	
	&:hover {
		color: #FFFFFF;
		background-color: var(--vk-color-primary-dark);
	}
}
.docomo-access-box {
	margin-bottom: 1rem;
	padding: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	background-color: #e3eaf1;
}
.docomo-access-box h3 {
	width: 100%;
	margin-bottom: 0;
	border: none;
	
	&::after {
		display: none;
	}
}
.docomo-access-box .access-box-item {
	width: calc((100% - 2rem)/3);
	padding: 1rem;
	background-color: #FCFCFC;
}
.docomo-access-box .access-box-item h4 {
	padding: 0;
	font-size: 0.9rem;
	font-weight: bold;
	background-color: transparent;
	border-radius: none;
}
.docomo-access-box .access-info {
	margin: 0 0 0.5rem;
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
}
.docomo-access-box .access-info dt,
.docomo-access-box .access-info dd {
	font-size: 0.8rem;
}
/************ Business ************************************/
.wp-block-list.drone-menu {
	list-style: none;
	display: flex;
	gap: 1rem;
}
.wp-block-list.drone-menu li {
	width: calc((100% - 3rem)/4);
	padding: 0.5rem!important;
	text-align: center;
	background-color: #EDEDED;
	border-radius: 4px;
	border: 1px solid rgb(0 0 0 / 20%);
	cursor: pointer;
}
.wp-block-list.drone-menu li.active {
	color: #FFF;
	background-color: #133564;
}
.wp-block-list.drone-menu li:before {
	display: none!important;
}
.post-name-fs_dacs_drone .wp-block-group:not(.active) {
	display: none;
}
.post-name-fs_dacs_drone .wp-block-table th {
	background-color: #e3eaf1;
}
.post-name-fs_dacs_drone .wp-block-table th,
.post-name-fs_dacs_drone .wp-block-table td {
	border: 1px solid rgb(0 0 0 / 20%);
	vertical-align: middle;
}
.post-name-fs_dacs_drone .wp-block-table td strong {
	font-size: 1.2rem;
	font-weight: bold;
	color: #133564;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none;
}
/************ contact form ************************************/
.wpcf7-turnstile.cf-turnstile {
	text-align: center;
    margin-bottom: 1rem;
}
.wpcf7-form-control-wrap {
    display: block;
	line-height: 0;
}
.contact-title {
    margin-bottom: 0.5rem;
    border-bottom: none;
    font-weight: bold;
    font-size: 1.2rem;
}
.contact-title::after {
    display: none;
}
.contact-title span {
    margin-left: 1rem;
    padding: 0 0.5rem;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    color: #222;
    background-color: #eaeaea;
    border-radius: 2px;
}
.contact-title span.required {
    color: #FFF;
    background-color: #FF0000;
}
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
	border: 2px solid rgba(0,0,0,0.2);
	background-color: #FFFFFF;
	font-size: 18px;
	width: 100%;
	padding: 0.7em 0.7em;
	border-radius: 6px;
	margin-bottom: 0;
	box-sizing: border-box;
	font-family: "Helvetica Neue", "Helvetica", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
}
.wpcf7-form-control-wrap .mwform-tel-field input[type="text"] {
	width: auto;
}
.wpcf7-form-control-wrap textarea {
	height: 10em;
}
.wpcf7-form-control-wrap input[type="submit"] {
	margin: auto;
    display: block;
}
.wpcf7-radio, .wpcf7-checkbox {
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.wpcf7-list-item {
	display: block!important;
	margin: 0 0 0 0!important;
	line-height: 1.6;
}
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 {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background-color: #ddd;
	position: absolute;
	left: 0.5rem;
    top: calc(50% - 10px);
}
.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 {
	display: block;
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 4px;
    border: 3px solid rgb(0 0 0 / 10%);
    position: relative;
}
.wpcf7-acceptance .wpcf7-list-item label:has(input:checked) {
    background-color: #b2e3ff;
}
.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 {
	content: "";
    display: block;
    width: 5px;
    height: 12px;
    position: absolute;
	top: calc(50% - 2px);
    left: 0.6rem;
    transform: rotate(35deg) skewY(16deg) translateY(-50%);
    transform-origin: center right;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
.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;
}
.wpcf7-not-valid-tip {
	background-color: #FFE4E4;
	padding: 8px 20px;
    margin: 1rem 0 2em;
    color: #FF0000;
    font-weight: 700;
    line-height: 1.6;
}
.button {
	margin-top: 4rem;
}
.button p {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
input.wpcf7-previous {
    font-size: 1rem;
    border: 1px solid #aaa;
    background-color: #ededed;
    padding: .5em 2em;
    border-radius: var(--vk-size-radius);
	cursor: pointer;
	&&:hover {
        background-color: #ccc;
	}
}
.wp-block-contact-form-7-contact-form-selector .flex p {
	display: flex;
	align-items: center;
}
.wp-block-contact-form-7-contact-form-selector .flex p .wpcf7-form-control-wrap {
	margin: 0 auto 0 0;
}
.wp-block-contact-form-7-contact-form-selector .flex p input[name="address_number"] {
	max-width: 320px;
	margin: 0 auto 0 0.5rem;
}
.wpcf7-spinner {
	position: absolute;
}
.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: #ebf6ff;
  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)
}
/************ etc contents ************************************/
.container.site-body-container {
    max-width: 1280px!important;
	padding-right: 2rem;
    padding-left: 2rem;
}
.home .container {
    max-width: none;
    padding: 0;
}
.site-body-container {
    margin-bottom: 4rem;
}
body:not(.home) .site-body {
	padding-bottom: 0;
}
.page_top_btn {
    right: 4vw;
    bottom: 6vh;
    background-color: rgb(0 43 109 / 80%);
    box-shadow: none!important;
    background-size: 60%;
}
.contact-box {
    padding: 2rem;
    background-color: #e3eaf1;
}
.contact-box h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}
.contact-box p {
    text-align: center;
    margin-bottom: 2rem;
}
.contact-box .column-button {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.contact-box .column-button .item {
    max-width: 240px;
    width: 100%;
}
.contact-box .column-button .item a {
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2b3f6e;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background-color: #FFF;
}
.contact-box .column-button .item a small {
    display: block;
}
.contact-box .column-button .item a:hover {
    opacity: 0.4;
    color: #337ab7;
}
.main-section p a {
    color: #337ab7;
    text-decoration: underline;
    
    &:hover {
        text-decoration: none;
    }
}
.link-list {
    margin: 0;
} 
.link-list li a {
    margin: 0;
    text-decoration: none;
    font-size: 1rem;
} 
.link-list > li.page_item > a {
    font-weight: bold;
} 
.sitemap-taxonomy-title {
    font-weight: bold;
    border-bottom: none;
} 
.sitemap-term-list li a,
.link-list .children li a {
    position: relative;
    padding-left: 1.6rem;
    
    &::before {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background-color: #133564;
        position: absolute;
        top: 0.7rem;
        left: 0;
    }
} 
.link-list > li > a {
    position: relative;
    padding-left: 1.6rem;
    
    &::before {
        content: "";
        display: block;
        width: 10px;
        height: 4px;
        background-color: #133564;
        position: absolute;
        top: 0.7rem;
        left: 0;
    }
} 
.wp-block-buttons .wp-block-button__link {
    border-radius: 2px!important;
}

.wp-block-list:not(ol):not(.link-list) {
    list-style: none;
    padding-left: 0;
}
.wp-block-list:not(ol):not(.link-list) > li {
    position: relative;
    padding-left: 1.6rem;
    
    &::before {
        content: "";
        min-width: 16px;
        height: 16px;
        border-radius: 16px;
        display: block;
        background-color: #337ab7;
        position: absolute;
        left: 0;
        top: 0.25rem;
    }
}
.wp-block-list:not(ol):not(.link-list) > li > .wp-block-list:not(ol):not(.link-list) > li {
    position: relative;
    padding-left: 1.6rem;
    
    &::before {
        content: "";
        min-width: 16px;
        height: 16px;

        border-radius: 16px;
        display: block;
        border: 2px solid #337ab7;
		background-color: transparent;
        position: absolute;
        left: 0.25rem;
        top: 0.25rem;
    }
}