@charset "UTF-8";
/*
Template: arkhe
Theme Name: child_arkhe
Version: 3.12.0
*/



*, *:before, *:after {
  box-sizing: border-box;
}

body {
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

a {
	text-decoration: none;
}

.items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.items .col_2 {
	width: 48%;
	margin-bottom: 2em;
}


/* ドロワーメニュー */
.p-drawer {
	max-width: 550px;
	width: 100%;
	left: unset;
	right: 0;
}
[data-drawer-move=fade] .p-drawer__inner {
	max-width: 550px;
}
ul.c-drawerNav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#drawer_menu .menu-item {
	width: 48%;
	font-weight: 500;
	padding: 0;
	display: block;
}
.c-drawerNav__a {
	font-size: 14px;
}
@media (min-width: 1000px) {
    .p-drawer__body {
        padding: 1.5rem;
    }
}



/* 2カラムレイアウト */
.l-wrapper {
	flex-direction: unset;
}

/* 左カラム（PCのみ表示） */
.hero-section {
	flex: 1;
    position: relative;
    display: grid;
    grid-template-areas: "logo . . banner"  "menu center . banner"  "menu center . banner"  "social . . .";
    grid-template-columns: 200px 1fr 100px 150px;
    grid-template-rows: 80px 1fr 1fr 80px;
    padding: 20px;
    gap: 20px;
    overflow: hidden;
	background: url(/wp-content/uploads/2024/08/slide1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
}
.vertical-menu {
    grid-area: menu;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu-item {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0px 20px 5px 20px;
    border-radius: 0;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 65px;
	text-shadow: 1px 1px 10px rgb(233 233 233 / 65%);
}
.menu-item:hover {
	color: #fff;
}
.center-logo {
    grid-area: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.center-logo img {
    width: 250px;
    height: 75px;
}
.sns-links {
    grid-area: social;
    display: flex;
    gap: 15px;
    align-items: center;
}
.sns-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    text-decoration: none;
    font-size: 28px;
    transition: all 0.4s ease;
    border: none;
    background-color: transparent;
}


/* mainカラム （PC・SP表示）--------------------------*/

/* header */
.l-header__logo {
    justify-content: left;
}
[data-btns=l-r] .l-header__body {
    grid-template-areas: "menu center right";
    grid-template-columns: calc(0% - var(--ark-drawerW)) 85% calc(0% - var(--ark-searchW));
}
@media (min-width: 1000px) {
    [data-btns=l-r][data-logo=left] .l-header__body, [data-btns=r-l][data-logo=left] .l-header__body {
        grid-template-columns: 0% 90%;
    }
}

.l-content {
	width: 100%;
    max-width: 480px;
    flex: 0 0 auto;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
	overflow: hidden;
}
.l-content__body {
	margin: 0rem auto 2rem;
}
.l-container {
	padding-left: 0;
    padding-right: 0;
	overflow-x: hidden;
}
.l-header__logo {
	margin-left: 10px;
}
.l-header__drawerBtn {
    grid-area: right;
}
.smb-hero-header__figure {
	aspect-ratio: auto;
}
.smb-hero-header__figure>img {
	object-fit: contain;
}
.smb-hero-header__body {
	font-weight: 700;	
}


/* TOP -EVENT- */
.wp-block-latest-comments__comment, .wp-block-latest-posts:not(.is-grid) li {
	padding: var(--ark-padding--nav, 2rem 2rem);
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	padding-top: 15px;
}


/* TOP -CONCEPT- */
.smb-section__title {
	margin-top: .5rem !important;
}
.smb-section__lede {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.wp-block-cover {
    padding: 1rem;
}
.smb-grid>* {
	margin: 10px;
}


/* TOP -WORKS- */
#works .c-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.my-works-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* スマホ2列 */
    gap: 2em;
}
.work-item a {
    text-decoration: none;
    color: inherit;
}
.work-thumbnail img {
    width: 100%;
    height: auto;
	aspect-ratio: 1 / 1;
}
.work-title {
    font-size: 15px;
    margin: 5px 0 15px;
    font-weight: bold;
    line-height: 1.5;
}


.top-price .smb-section__inner > .c-container,
#top-company .smb-section__inner > .c-container {
	padding: 0;
}

.vk_button .has-text-color.is-style-outline:hover {
	background: #030303;
}



/* footer */
.custom-footer {
  background-color: lightgray;
  padding: 1em 2em 3em;
}
svg:not([fill]) {
    fill: rgb(17 17 17);
}
@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 30% !important;
    }
}
.c-copyright {
	margin: 0;
	font-size: .7rem;
}


@media (max-width: 1024px) {
	.hero-section {
        display: none;
    }
    .l-content {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}


/* 固定ページ ---------------------------------------------------*/

.u-flex--aic, .u-flex--aicw {
	justify-content: center;
}
.c-pageTitle__main {
	font-size: 1.7rem !important;
	padding-top: 2rem;
}
.center {
	text-align: center;
	margin: 0 auto;
}
h2 {
	margin: 3em 0 1em !important;
}
h3, h4, h5 {
	margin: 1.5em 0 1em !important;
}
h3.center, h4.center, h5.center {
	margin: 2.5em 0 1em !important;	
}
p {
	font-weight: 400;
	line-height: 1.85rem;
	margin-bottom: 15px;
}
.vk_button_link_subCaption {
	margin-bottom: 0 !important;
}
.smb-section__title {
	margin-bottom: 0 !important;
}
.small_txt {
	font-size: 0.8em;
}
.p_disp {
	font-size: 14px;
}
ul {
    margin-bottom: 2em;
}
.p-breadcrumb {
	padding: 10px;
}


/*KAJITORU ------------------------------------*/
.seinou-list td {
	width: 50%;
	height: 150px;
	background: lightgray;
    padding: 30px;
    text-align: center;
	vertical-align: middle;
	border: 10px solid #fff;
}
.seinou-list span {
	font-size: 14px;
}
.price-tbl {
	margin-bottom: 15px;
}
.price-tbl th,
.price-tbl td {
	text-align: center;
	border: 1px solid #ededed;
}
.price-tbl td {
	font-size: 12px;
	font-weight: 400;
}
.wp-block-columns {
    --wp-column-gap: 1rem;
}


/* EVENT・WORKアーカイブ */
.blog .l-main,
.archive .l-main,
.single-post .l-main,
.single-work .l-main {
	padding: 20px;
}
.p-postList .p-postList__title {
	margin: 0 !important;
}


/* EVENT個別ページ ------------------------------*/
.price_table {
	font-size: 15px;
	text-align: center;
	margin-bottom: 1rem;
}


/* 資料請求フォーム */
.CF7_table {
	font-size: 15px;
}
.CF7_table th,
.CF7_table td {
	width: 100%;
	display: block;
}
.CF7_table th p,
.CF7_table td p {
	margin: 0;
}
.CF7_req {
	background: #030303;
	padding: 3px 5px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
	margin-right: 8px;
}
button, input[type="text"], textarea {
	width: 100%;
}
.wpcf7-submit {
	border: 1px solid #333;
	color: #333;
	font-weight: 600;
	padding: .8rem 4rem;
	background: transparent;
	text-align: center;
	width: 100%;
	border-radius: 5px;
}
.wpcf7-submit:hover {
	background: #333;
	color: #fff;
}


/* CONCEPT ----------------------------------*/

#after-service h3.center {
	margin-top: 1rem !important;
}
.flow-step {
	background: #030303;
    padding: .8rem;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    width: 50%;
    margin: 3rem auto 1rem;
}
hr:not(.wp-block-separator) {
	border-bottom: 1px solid #0000004a;
}


/* COMPANY --------------------------------- */

.wp-block-table.is-style-vk-table-cell-vertical[data-cell-vertical-breakpoint=table-cell-vertical-pc] table :is(th, td) {
	border: none;
}