@charset "utf-8";
/*
ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
$sm-min: 576px;
$md-min: 768px;
$lg-min: 992px;
$xl-min: 1200px;
となっているのでそれに準じてください。
*/

/* top */
.top-reason {
    padding: 0 15px;
    gap: 2rem !important;
}

.top-reason-num .wp-block-group__inner-container {
    transform: none;
    left: -10px;
    top: -10px;
}
.top-gal {
 margin:0 -30px;
}
.top-gal figure.wp-block-image:nth-child(-n+2) {
    transform: translateX(-50px);
}
.top-gal figure.wp-block-image {
    padding: 0;
}
/* グリッドカラム SP横スクロール */
.top-voice>.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 1em 5vw;
    scroll-snap-type: x mandatory;
}
.top-voice .vk_gridColumn_item {
    flex-basis: 85vw;
    scroll-snap-align: center;
	max-width: unset;
/* 	padding:0 0vw; */
}

.top-pointusage .wp-block-columns {
    gap: 10px;
}
.top-pointusage.wp-block-vk-blocks-outer {
    padding-bottom: 100px;
    background-size: 70% !important;
    background-position: bottom center !important;
}
.top-job-illust {
    position: relative;
    transform: none;
    max-width: 70vw;
}
