@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* フォント設定 ---------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
body{
    font-family: "M PLUS 1p", var(--swl-font_family);
    font-style: normal;
	font-weight: 400;
}


.fs-24{
	font-size: clamp(1.5rem, 4vw, 24px) !important;
}
.fs-32 {
    font-size: clamp(14px, 4.25vw, 32px) !important;
}
.fs-40 {
    font-size: clamp(16px, 4.5vw, 40px) !important;
}

.wp-block-heading.is-style-section_ttl{
	font-weight: 400;
}

h2.wp-block-heading.is-style-section_ttl{
    font-size: clamp(1.75rem, 4.5vw, 32px) !important;
    margin: 2em 0 2em;
	letter-spacing: 0.15em;
}
h3.wp-block-heading.is-style-section_ttl{
    font-size: clamp(1.5rem, 4vw, 24px) !important;
	margin: 2rem 0;
}

.wp-block-heading > small{
    font-size: 0.5em !important;
    letter-spacing: 0.35em;
    font-weight: 400;
	margin: 0.5rem auto;
}

@media (max-width: 960px) {
    .sp-center {
        text-align: center !important;
    }
    .sp-left {
        text-align: left !important;
    }
}

/* 余白 ---------------------------------------------------------------------------------------*/
#body_wrap:not(.blog,.archive,.single) .l-content {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

.w-80{
	min-width: 80%;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 960px) {
    .sp-center {
        text-align: center !important;
    }
    .sp-left {
        text-align: left !important;
    }
}

@media (max-width: 960px) and (min-width: 600px) {
	.fit-img.wp-block-image img,
	.fit-img.wp-block-media-text__media img{
        width: 100%;
        max-width: 75vw;
        margin-left: auto;
        margin-right: auto;
	}
}

/* ヘッダー ---------------------------------------------------------------------------------------*/
.c-gnav>.menu-item>a{
	padding: 0 clamp(10px, 0.85vw ,1.25rem);
}
.c-gnav li .sub-menu{
    display: flex;
    width: 50vw;
	justify-content: space-around;
}
.c-gnav .sub-menu li{
    width: 100%;
}
.c-gnav .sub-menu li a{
    padding: 1em 1.25em 1em 2em;
}

.head-btn{
    gap: 0;
}

.head-btn .tel-btn > a{
    border-radius: 0.5rem 0 0 0.5rem;
}
.head-btn .mail-btn > a,
.foot-cta .mail-btn > a{
    border-radius: 0 0.5rem 0.5rem 0;
}
.head-btn .tel-btn > a::before,
.head-btn .mail-btn > a::before,
.foot-cta .mail-btn > a::before{
    content: "";
    display: block;
    width: 50px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.head-btn .tel-btn > a::before{
    background-image: url(/wp-content/uploads/2025/08/icon_tel.png);	
}
.head-btn .mail-btn > a::before,
.foot-cta .mail-btn > a::before{
    background-image: url(/wp-content/uploads/2025/08/icon_main.png);	
}



/*ハンバーガーメニュー*/
@media (max-width: 1150px) and (min-width: 960px) {
	#gnav,
	.w-header__inner,
	#fix_header,
	.l-fixHeader__inner .c-gnav{
		display: none;
	}
	
	#header{
		 position: fixed !important;
	}
	
	.p-spMenu__body {
		overflow-y: auto;
		padding: 0 4vw;
	}
	.p-spMenu__body .c-widget__title {
		visibility: hidden;
	}
	.c-spnav {
		margin-top: 20px;
	}
	.l-header__menuBtn.sp_{
		margin: auto 0;
	}
	.l-header__menuBtn.sp_ .c-iconBtn__icon{
		font-size: 2.5rem;
	}	
	.c-spnav a,
	.c-listMenu a {
		border-bottom: none;
		border-top: 1px solid var(--color_main);
	}
	.l-header__menuBtn {
		display: block !important;
	}
	[data-spmenu=opened] body {
		overflow-y: hidden;
		touch-action: none;
	}
	.p-spMenu {
		display: block;
	}
	[data-spmenu=opened] .l-fixHeader {
		z-index: 1
	}
}


/* コンテンツヘッダー ---------------------------------------------------------------------------------------*/
.l-topTitleArea .c-pageTitle,
.c-postTitle .c-pageTitle .c-pageTitle__inner{
	display: flex;
    flex-direction: column-reverse;
    text-align: center;
	font-size: clamp(1.75rem, 4.5vw, 48px) !important;
	letter-spacing: 0.25em;
    font-weight: 400;	
}
.l-topTitleArea .c-pageTitle .c-pageTitle__subTitle{
	font-style: normal;
	font-size: 0.5em;
	letter-spacing: 0.25em;
    opacity: 1;
	margin: 0;
}


.l-topTitleArea .c-postTitle{
	justify-content: center;
}

@media (min-width: 600px) and (orientation: portrait) {
    .l-topTitleArea {
        min-height: 30vh;
    }
}
@media (min-width: 600px) and (orientation: landscape) {
    .l-topTitleArea {
        min-height: 50vh;
    }
}



/* フッター ---------------------------------------------------------------------------------------*/
.foot-cta .wp-block-heading > span{
    vertical-align: -0.25em;	
}


#footer{
    border-top: 10px solid var(--color_main);
}
#footer .l-footer__widgetArea .foot-logo{
    width: clamp(250px, 80%, 400px);	
}

#footer .l-footer__widgetArea .foot-menu ul{
    padding-left: 0;
    list-style: none;
}
#footer .l-footer__widgetArea .foot-menu ul > li{
    line-height: 2;
	transition: all 0.2s;
}
#footer .l-footer__widgetArea .foot-menu ul > li:hover{
    transform: translatey(0.1rem);
	opacity: 0.5;
}


/* 投稿記事 ---------------------------------------------------------------------------------------*/
.c-postTimes__modified:before,
.c-postTimes__posted:before,
.c-categoryList:before,
.p-postList__cat:before{
	content: "";
	display: none;
}

/*カテゴリページ*/
.p-termHead{
	border: none;
}
.p-termHead__desc{
    font-size: clamp(1.75rem, 4.5vw, 32px) !important;
	text-align: center;
    margin: 0 0 2rem;
	padding: 0;
	letter-spacing: 0.15em;	
}

/*記事ページ*/
#main_content .c-postTitle__ttl{
    color: var(--color_main);	
}

#main_content .p-articleMetas{
	flex-direction: column-reverse;
    align-items: flex-start;	
}

.l-articleBottom{
	width: 100%;
}
.p-articleFoot .p-articleMetas{
	display: none;
}



/* 記事リスト ---------------------------------------------------------------------------------------*/
/*テキスト型*/
.p-postList.-type-simple .p-postList__item .p-postList__body .p-postList__meta{
	margin: 0 0 0.5rem 0;
}

/*リスト型*/
.p-postList.-type-list .p-postList__title{
    color: var(--color_main);
	margin: 1rem 0;
}

#sidebar .p-postList.-type-list .p-postList__item > a{
	flex-direction: row-reverse;	
}
#sidebar .p-postList.-type-list .p-postList__title{
	margin: 0.25rem 0;	
}

@media (min-width: 601px) {
	/*テキスト型*/
	.p-postList.-type-simple .p-postList__item .p-postList__body{
		display: flex;
		align-items: center;
	}
	.p-postList.-type-simple .p-postList__item .p-postList__body .p-postList__meta{
		margin: 0 2rem 0 0;
	}
}

/*カテゴリーラベル*/
.p-articleMetas .c-categoryList__link,
.p-postList .p-postList__meta .p-postList__cat{
	background: var(--color_pale01);
    padding: 0.5rem 1rem;
    border-radius: 0.25em;	
	color: #444;
}
.p-postList.-type-simple .p-postList__meta .p-postList__cat{
    margin-left: 1rem;
}
.p-postList.-type-list .p-postList__meta .p-postList__cat{
    margin-top: 1rem;
}

.p-articleMetas .c-categoryList__link[data-cat-id="1"],
.p-postList .p-postList__meta .p-postList__cat[data-cat-id="1"]{
    background: var(--color_pale01);
}
.p-articleMetas .c-categoryList__link[data-cat-id="7"],
.p-postList .p-postList__meta .p-postList__cat[data-cat-id="7"],
.p-articleMetas .c-categoryList__link[data-cat-id="104"],
.p-postList .p-postList__meta .p-postList__cat[data-cat-id="104"]{
    background: var(--color_pale02);
}
.p-articleMetas .c-categoryList__link[data-cat-id="8"],
.p-postList .p-postList__meta .p-postList__cat[data-cat-id="8"]{
    background: var(--color_pale03);
}
.p-articleMetas .c-categoryList__link[data-cat-id="105"],
.p-postList .p-postList__meta .p-postList__cat[data-cat-id="105"]{
    background: var(--color_pale04);
}




/* 事業紹介メニュー ---------------------------------------------------------------------------------------*/
#business-menu{
	margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);	
}
#business-menu.swell-block-box-menu{
	--the-icon-size: 100%;
	--the-border-color: transparent;
}
#business-menu.swell-block-box-menu a{
    padding: 0 1em;
}
#business-menu.swell-block-box-menu .has-link>.swell-block-box-menu__link:hover{
	background-color: transparent;
}
#business-menu.swell-block-box-menu .has-link>.swell-block-box-menu__link:hover svg path[fill="#B7B7B7"]{
	fill: #0babcf !important;
	transition: fill 0.25s;
}

@media (min-width: 961px) {
	#top_title_area + .post_content{
		margin-top: -4rem;
	}
}


/* ボタン・リンク ---------------------------------------------------------------------------------------*/
.swell-block-button.green_.is-style-btn_line a{
	color: #fff;
	border: 1px solid #fff;
}
.swell-block-button.red_.is-style-btn_line a{
	color: #333;
	border: 1px solid #B7B7B7;
}
.swell-block-button.red_.is-style-btn_line a:hover{
	background-color: var(--the-btn-color2);
}

.swell-block-button.red_.is-style-btn_normal a:hover,
.swell-block-button.blue_.is-style-btn_normal a:hover,
.swell-block-button.blue_.is-style-btn_shiny a:hover{
	background: var(--the-btn-color2);	
	transition: background .25s, opacity .25s, transform .25s, -webkit-transform .25s;
}

.swell-block-button.green_.is-style-btn_line span > strong{
	font-size: 1.25em;
}


.ek-linked-block img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .25s, opacity .25s, -webkit-transform .25s;
}
.ek-linked-block:hover img{
	opacity: 0.85;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    transition: transform .25s, opacity .25s, -webkit-transform .25s;
}

/* リッチカラム・テーブル ---------------------------------------------------------------------------------------*/
.flex-center .swell-block-columns__inner{
    justify-content: center;
}

.wp-block-table:not(.list-table) th{
    font-weight: 400;
}
@media (max-width: 960px) {
    .wp-block-table:not(.list-table) th{
        padding-bottom: 0;
        border-bottom:none;
    }
    .wp-block-table:not(.list-table) td{
        padding-top: 0.5em;
		padding-left: 2em;
        border-top:none;
    }
    .wp-block-table:not(.list-table) tr + tr > th{
        border-top:none;
    }
}


/* フロー ---------------------------------------------------------------------------------------*/
.flow-column{
	--flow-width: 160px;
    position: relative;
	align-items: center;
	min-height: var(--flow-width);
	margin-bottom: 3em;
}

.flow-column:not(:last-of-type)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 2rem 0 2rem;
    border-color: #D9D9D9 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
	transform: translateX(-50%);
}

.flow-column .swell-block-columns{
	width: 100%;
    border: 1px solid var(--color_main);
    border-radius: 1rem;
    margin-left: calc(var(--flow-width) / 2);
    padding: 1.25em 2em;
}
.flow-column .flow-img{
    position: absolute;
    width: var(--flow-width);
	aspect-ratio: 1 / 1;
}
.flow-column .flow-title{
    padding: 0.5em 0.5em 0.5em calc(var(--flow-width) / 2);
    color: #fff;
    background: var(--color_main);
    border-radius: 0.5rem;
}

@media (max-width: 960px) {
	.flow-column{
		flex-direction: column;
	}
	.flow-column:not(:last-child)::after {
		border-width: 2rem 2rem 0 2rem;
	}
	.flow-column .swell-block-columns{
		margin-left: 0;
		padding-top: 2rem;
	}
	.flow-column .flow-img{
		position: relative;
		margin-bottom: -1.25rem;
	}
	.flow-column .flow-title{
		padding-left: 1em;
	}
}



/* お客様の声 ---------------------------------------------------------------------------------------*/
.post_content .voice-column{
    padding: 0 2rem;
}
.post_content .voice-column .voice-user{
	margin-top: 2.5em !important;
}
.voice-column .voice-user .cap_box_ttl{
    position: absolute;
    top: -1.5em;
    left: unset;
	right: 1em;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
}

.voice-column .voice-user .cap_box_content{
    border: 5px solid #B7B7B7;
    border-radius: 1rem;	
	padding: 1.5em 1.5em 1.5em 3.5em;
}
.voice-column .voice-user .cap_box_content::before{
    content: "";
    display: block;
    width: 60px;
    height: 100px;
    position: absolute;
    top: -1.5em;
    left: -1em;
    background-image: url(http://komaki-test05.com/wp-content/uploads/2025/08/voice_user.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.voice-column .voice-company .c-balloon.-bln-right{
    flex-direction: row;
    justify-content: flex-end;
}
.voice-column .voice-company .c-balloon__iconImg{
	object-fit: contain;
}
.voice-column .voice-company .c-balloon__body{
	flex-grow: 0;
    flex-basis: 80%;	
}
.voice-column .voice-company .c-balloon__text{
	border: 5px solid #0babcf;
	max-width: 100%;
}
.voice-column .voice-company .c-balloon__text .c-balloon__shapes{
	display: none;
}

@media (min-width: 600px) {
	.voice-column .voice-user .cap_box_content::before{
		width: 80px;
		height: 100px;
		top: -2.25em;
		left: -2.25em;
	}
}


/* FAQ ---------------------------------------------------------------------------------------*/
.wp-block-details{
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #D9D9D9;	
}
.wp-block-details summary,
.wp-block-details p{
	padding: 0 1rem;
	position: relative;
}
.wp-block-details summary::marker{
	content: "";
	display: none;
}
.wp-block-details summary::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.75rem 0 0.75rem;
    border-color: #D9D9D9 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(-90deg);
}
.wp-block-details[open] summary::after{
    transform: translateY(-50%) rotate(0deg);
}



/* 先輩社員の声 ---------------------------------------------------------------------------------------*/
.interview h3.wp-block-heading{
	font-size: clamp(1.5rem, 4vw, 24px) !important;
	font-weight: 400;
}
.interview h3.wp-block-heading::before{
	background: #72898E;
}

.interview .is-vertically-aligned-top .wp-block-media-text__content{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
}
.interview .is-vertically-aligned-top .wp-block-media-text__content .wp-block-group{
    flex-basis: 30%;
	flex-grow: 2;
}
@media (max-width: 960px) and (min-width: 601px) {
	.interview .is-stacked-on-mobile.wp-block-media-text {
        --swl-mediatext--gap: 0;
        --swl-mediatext--offsetX: 0;
    }
	.interview .wp-block-media-text.is-stacked-on-mobile{
		grid-template-columns: 100% !important;
	}
	.interview .is-stacked-on-mobile>.wp-block-media-text__media {
        grid-row: 1;
		grid-column: 1;
    }
	.interview .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
}

/* フッターに国旗表示のため、非表示
#glt-translate-trigger {
	 display: none;  
}
*/







