/* :rootのCSS変数の宣言 */
:root {
	--navy: #172244;
	--blue: #0551a2;
	--yellow: #ffeb00;
	--light-gray: #f3f4f5;
}
body {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: var(--navy);
}
body.home .l-contents__inner:last-child,
body.wp-singular .l-contents__inner:last-child {
    padding-bottom: 0;
}
body.home .l-contents .c-section,
body.wp-singular .l-contents .l-contents__container {
	padding: 0;
}
body.wp-singular.single-post .l-contents .l-contents__container,
body.wp-singular.single-works .l-contents .l-contents__container {
	padding-left: var(--_container-margin-left);
    padding-right: var(--_container-margin-right);
}
body.blog .p-breadcrumbs-wrapper,
body.wp-singular.single-post .p-breadcrumbs-wrapper,
body.post-type-archive-works .p-breadcrumbs-wrapper, 
body.wp-singular.single-works .p-breadcrumbs-wrapper {
	padding-left: 0;
	padding-right: 0;
}

/* ===============================================================
 * 基本設定
 * ============================================================ */
p,a,li {
    font-weight: 500;
}
.pt_0{
	padding-top:0!important;
}
.pt_10{
	padding-top:10px!important;
}
.pb_0{
	padding-bottom:0!important;
}
.pb_10{
	padding-bottom:10px!important;
}
.mt_0{
	margin-top:0!important;
}
.mb_0{
	margin-bottom:0!important;
}
.mr_0{
	margin-right: 0!important;
}
.ml_0{
	margin-left: 0!important;
}
.mt_10{
	margin-top:10px!important;
}
.mb_10{
	margin-bottom:10px!important;
}

.z_0 { z-index: 0; }
.z_1 { z-index: 1; }
.z_2 { z-index: 2; }

.p_ab{
	position: absolute;
}
.p_rel{
	position: relative;
}
.d_flex{
	display:flex;
}
.d_flex.f_wrap {
    flex-wrap: wrap;
}
.inline_b{
	display:inline-block;
}
.js_sb{
	justify-content:space-between;
}
.js_fs{
	justify-content:flex-start;
}
.of_hd{
	overflow: hidden;
}
.smb-panels__item__action>a:focus:after {
    outline: none;
    outline-offset: 0px;
}

@media screen and (max-width: 639px) {
	.sp-spacer_10 { height: 10px!important; }
	.sp-spacer_20 { height: 20px!important; }
	.sp-spacer_30 { height: 30px!important; }
	.sp-spacer_40 { height: 40px!important; }
	.sp-spacer_50 { height: 50px!important; }
	.sp-spacer_60 { height: 60px!important; }
	.sp-spacer_70 { height: 70px!important; }
	.sp-spacer_80 { height: 80px!important; }
}

/* テキスト
--------------------------------------------------------------- */
.mincho {
	font-family: "Zen Antique Soft", serif;
}
.maru {
	font-family: 'Zen Maru Gothic', serif;
}
.mont {
	font-family: "Montserrat", sans-serif;
}
.zenkaku {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.tate {
	writing-mode: vertical-rl;
}
p.text_justify {
	text-align: justify;
}

.lh_1-2 { line-height: 1.2; }
.lh_1-3 { line-height: 1.3; }
.lh_1-4 { line-height: 1.4; }
.lh_1-6 { line-height: 1.6; }
.lh_1-7 { line-height: 1.7; }
.lh_1-8 { line-height: 1.8; }
.lh_1-9 { line-height: 1.9; }
.lh_2 { line-height: 2; }

.has-sm-xs-font-size { font-size: 10px!important; }
.has-sm-s-font-size { font-size: 12px!important; }
.has-sm-m-font-size { font-size: 14px!important; }
.has-sm-l-font-size { font-size: 16px!important; }
.has-sm-xl-font-size { font-size: 20px!important; }
.has-sm-2-xl-font-size { font-size: 24px!important; }
.has-sm-3-xl-font-size { font-size: 24px!important; }
.has-sm-4-xl-font-size { font-size: 32px!important; }

@media screen and (max-width: 639px) {
	p {
		font-size: 14px;
	}
}
@media screen and (min-width: 640px) {
	.has-sm-xs-font-size { font-size: 0.75rem!important; }
	.has-sm-s-font-size { font-size: 0.875rem!important; }
	.has-sm-m-font-size { font-size: 1rem!important; }
	.has-sm-l-font-size { font-size: 1.25rem!important; }
	.has-sm-xl-font-size { font-size: 1.5rem!important; }
	.has-sm-2-xl-font-size { font-size: 1.75rem!important; }
	.has-sm-3-xl-font-size { font-size: 2rem!important; }
	.has-sm-4-xl-font-size { font-size: 2.25rem!important; }
}

/* カラー
--------------------------------------------------------------- */
.color_red { color: #e74c3c; }
.color_bg_red a { background-color: #e74c3c; }


/* ===============================================================
 * 共通パーツ
 * ============================================================ */

/* アイコン
--------------------------------------------------------------- */
svg.svg-inline--fa {
    margin-right: 7px;
}
 .p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}

/* ボタン
--------------------------------------------------------------- */
.btn {
	width: 95%;
	max-width: 300px;
	z-index: 5;
}
.btn a {
	position: relative;
	border-radius: 30px!important;
	border: solid 2px var(--navy);
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	width: 100%;
	color: var(--navy);
	background-color: #fff;
	transition: .3s ease;
	box-shadow: 0.2rem 0.2rem 0px 0.1rem #b3b3b3;
}
.btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: solid 2px var(--navy);
	border-right: solid 2px var(--navy);
	transform: translate(0,-50%) rotate(45deg);
}
.btn a:hover {
	transform: translate(6px,6px);
	background-color: #fff;
	box-shadow: none;
	filter: brightness(100%);
}
@media screen and (max-width: 639px) {
	.btn a {
		font-size: 16px;
	}
}
a.smb-btn,
.cta a span {
	background-color: var(--wp--preset--color--sm-accent);
    position: relative;
    transition: .25s;
    color: #fff;
	border-radius: 0;
	font-size: 1.1rem;
}
.cta a span {
    margin-left: 10px;
    padding: 0.5rem 1.8rem!important;
    max-height: 3rem;
}
.w_line a.smb-btn {
    border: 1px solid;
}
a.smb-btn::before,
.cta a span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
a.smb-btn::after,    
.cta a span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
a.smb-btn:hover,
.cta a:hover span {
    color: var(--wp--preset--color--sm-accent);
    box-shadow: none;
    background-color: #fff;
    transition: 1s;
    filter: brightness(100%);
}
    a.smb-btn:hover::before,
.cta a:hover span::before {
    width: 100%;
    height: 100%;
    border-top-color: var(--wp--preset--color--sm-accent);
    border-right-color: var(--wp--preset--color--sm-accent);
    transition: width .25s ease-out, height .25s ease-out .25s;
}
a.smb-btn:hover::after,
.cta a:hover span::after {
    width: 100%;
    height: 100%;
    border-bottom-color: var(--wp--preset--color--sm-accent);
    border-left-color: var(--wp--preset--color--sm-accent);
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}

/* テーブル
--------------------------------------------------------------- */
.wp-block-table tr {
	border-top: solid 1px var(--sub-accent-color);
}
.wp-block-table tr:last-child {
	border-bottom: solid 1px var(--sub-accent-color);
}
.wp-block-table tr td {
    padding: 1rem;
	font-weight: 500;
    border: none;
}
.wp-block-table tr td:first-child {
    width: 30%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: var(--light-gray);
}
.wp-block-table tr td:last-child {
    width: 70%;
    padding-left: 1.5rem;
}
@media screen and (max-width: 639px) {
	.wp-block-table tr td {
		display: block;
		box-sizing: border-box;
		width: 100%!important;
		padding: 1rem;
		font-size: 14px;
	}
	.wp-block-table tr td:first-child {
        text-align: left;
    }
	.wp-block-table tr td:last-child {
		padding-left: 1rem;
	}
}

/* リスト
--------------------------------------------------------------- */
ul li::marker {
	font-size: 0.8em;
}
@media screen and (max-width: 639px) {
	.wp-block-column ul li {
		line-height: 1.2;
	}
}

/* ページネーション
--------------------------------------------------------------- */
.c-pagination__item,.c-pagination__item-link {
	font-weight: bold;
	border-radius: 5px;
}
.c-pagination__item-link svg.svg-inline--fa {
	margin-right: 0;
}
.c-pagination__item-link:hover {
	transition: .3s ease;
}

/* ぱんくずリスト
--------------------------------------------------------------- */
.p-breadcrumbs-wrapper {
	padding-left: var(--_container-margin-left);
	padding-right: var(--_container-margin-right);
}

/* ===============================================================
 * Header
 * ============================================================ */
.l-header {
	transition: .3s ease;
	height: 70px;
}
.l-header__content {
	width: 95%;
	height: 100%;
	margin: 0 auto;
}
.l-1row-header {
	width: 100%;
	height: 100%;
}
.l-1row-header .c-fluid-container {
	height: 100%;
}
.l-header .c-row--lg-margin {
	--_gap: none;
}
.c-row>.c-row__col {
	padding: 0;
}
.c-site-branding__title .custom-logo {
	position: relative;
	transition: .3s ease;
}

@media screen and (max-width: 639px) {
	.c-site-branding__title .custom-logo {
		width: 200px;
	}
}
@media screen and (min-width: 640px) {
	.l-header {
		height: 100px;
	}
	.c-site-branding__title .custom-logo {
		width: 260px;
	}
	.l-header .c-fluid-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.l-header .c-fluid-container .c-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.c-drawer__controls {
		height: 100px;
	}
}
@media screen and (min-width: 1024px) {
	.l-header {
		height: 120px;
	}
	.c-site-branding__title .custom-logo {
		position: absolute;
		top: 30px;
		left: 2.5%;
		display: inline-block;
		width: 140px;
	}
	[data-scrolled=true] .c-site-branding__title .custom-logo {
		top: 15px;
		width: 85px;
	}
	a.custom-logo-link:hover {
		opacity: .6;
	}	
}

/* グローバルナビ
--------------------------------------------------------------- */
.c-hamburger-btn {
	margin-right: 2.5vw;
}
 .l-1row-header .c-fluid-container {
    padding-right: 0;
	padding-left: 0;
}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: var(--navy);
}
.p-global-nav .c-navbar__item.header_cta>a{
	background-color:var(--wp--preset--color--sm-accent);
	color: #fff;
}
.p-global-nav .c-navbar__item.tel {
	align-items: center;
}
.p-global-nav .c-navbar__item.tel>a {
	font-weight: 700;
	border-radius: 30px;
	height: 60px;
	min-width: 200px;
    font-size: 1rem;
	background-color: var(--navy);
	border: solid 2px #fff;
	color: #fff!important;
}
.p-global-nav .c-navbar__item.tel>a:hover {
	border: solid 2px var(--navy);
	color: var(--navy)!important;
	background-color: #fff;
}
.p-global-nav .c-navbar__item.contact {
	align-items: center;
	padding-right: 10px;
}
.p-global-nav .c-navbar__item.contact>a {
    font-weight: 700;
	border-radius: 30px;
	height: 60px;
	min-width: 200px;
	border: solid 2px #fff;
	color: #fff!important;
}
.p-global-nav .c-navbar__item.contact>a:hover {
	border: solid 2px var(--navy);
	color: var(--navy)!important;
	background-color: #fff;
}
ul#menu-g_nav {
    height: 100px;
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before{
	display : none;
}
li.g_nav_sab {
    border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta>a:hover {
    opacity: 0.9;
    transition: 0.5s;
}

@media screen and (max-width: 1023px) {
	[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: var(--navy);
    padding-right: 15px;
    padding-left: 15px;
}
	ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
	position: relative;
}
	ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
}
	ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: 'EB Garamond';
    font-size: 1.4rem;
}
		ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: 'Zen Antique Soft';
    font-size: 1.2rem;
}
ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px 10px;
	line-height: 1;
}
	ul#menu-sp_nav li.sp_menu_cta a svg {
		display: block;
		margin-right: 0;
		width: 100%;
		font-size: 1.1rem;
		margin-bottom: 7px;
	}
	[data-scrolled=false] .l-header--sticky-overlay-colored-sm .c-hamburger-btn__bar {
		background-color: var(--navy);
	}
	.c-hamburger-btn__label {
		color: var(--navy);
	}
	#menu-sp_nav li a {
		text-align: center;
	}
	.c-drawer__controls {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 100px;
	}
} 
@media screen and (max-width: 639px) {
	.c-drawer__controls {
		height: 70px;
	}
}
@media screen and (min-width: 1024px) {
	#menu-g_nav li:nth-child(3) {
		margin-right: 10px;
	}
	#menu-g_nav li:nth-child(5) {
		border-left: solid 1px transparent;
	}
	#menu-g_nav li a:hover {
		color: var(--accent-color);
	}
	#menu-g_nav .c-navbar__submenu a:hover {
		color: #fff;
	} 
}

/*グローバルメニュー開いた時*/
.c-hamburger-btn[aria-expanded="true"] {
	margin-right: 0;
}
.c-drawer__controls {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.c-drawer__control {
	display: flex;
	justify-content: flex-end; 
	height: 100%;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:first-of-type {
	background-color: #fff;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(3) {
	background-color: #fff;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__label {
	color: #fff;
}

@media screen and (min-width: 640px) {
	.l-header .c-fluid-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.l-header .c-fluid-container .c-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
}

/* ===============================================================
 * Footer
 * ============================================================ */
.l-footer {
	border: none;
	background-color: var(--light-gray);
}
.l-footer .c-container {
	width: 90%;
	max-width: 1280px;
	padding: 0;
}
.l-footer p {
	letter-spacing: 0.05em;
}
.l-footer .c-row--lg-margin-l {
	--_gap: 0;
}
.l-footer--default .l-footer-widget-area {
	padding-top: 50px;
	padding-bottom: 30px;
}
.l-footer--footer .l-footer__body {
	border-top: none;
}
.l-footer .wp-block-image img {
	width: 100%;
	max-width: 300px;
}
.l-footer .footer_logo {
	border-bottom: solid 1px var(--navy);
	padding-bottom: 20px;
	justify-content: flex-start;
}
.l-footer .footer_logo div:first-child {
	
}
@media screen and (max-width: 1023px) {
	.l-footer p {
		text-align: center;
		font-size: 13px;
	}
	.l-footer .wp-block-image {
		width: 80%;
		max-width: 300px;
	}
	.l-footer .wp-block-image img {
		text-align: center;
	}
}
@media screen and (min-width: 640px) {
	.l-footer--default .l-footer-widget-area {
		padding-top: 65px;
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 1024px) {
	.l-footer .wp-block-image a {
		transition: .3s ease;
	}
	.l-footer .wp-block-image a:hover {
		opacity: .6;
	}
	.l-footer-widget-area__item:nth-of-type(1) {
		--_item-width: 100%;
	}
	.l-footer-widget-area__item:nth-of-type(2) {
		--_item-width: 0%;
	}
}

/* 電話ボタン・お問い合わせボタン
--------------------------------------------------------------- */
ul#menu-footer2 {
	display: flex;
	flex-wrap: wrap;
}
ul#menu-footer2 li {
	width: 100%;
	max-width: 250px;
	margin-top: 0;
}
ul#menu-footer2 li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px!important;
	width: 100%;
	border-radius: 30px!important;
	border: solid 2px #fff;
	font-size: 18px;
	font-weight: bold;
	color: var(--navy);
	background-color: #fff;
	transition: .3s ease;
	overflow: hidden;
	background-color: var(--sub-accent-color);
	color: #fff;
}
ul#menu-footer2 li:nth-child(2) a {
	background-color: var(--accent-color);
	font-size: 16px;
}
ul#menu-footer2 li a:hover {
	text-decoration: none;
	border: solid 2px var(--navy);
	background-color: #fff;
	color: var(--navy);
}
@media screen and (max-width: 781px) {
	ul#menu-footer2 {
		justify-content: center;
	}
}
@media screen and (max-width: 639px) {
	ul#menu-footer2 li {
		width: 100%;
		max-width: 100%;
	}
	ul#menu-footer2 li:nth-child(2) {
		margin-top: 10px;
	}
}
@media screen and (min-width: 640px) {
	ul#menu-footer2 li:nth-child(2) a {
		margin-left: 10px;
	}
}
@media screen and (min-width: 782px) {
	ul#menu-footer2 li:nth-child(2) a {
		margin-top: 10px;
		margin-left: 0;
	}
}
@media screen and (min-width: 1143px) {
	ul#menu-footer2 li:nth-child(2) a {
		margin-top: 0;
		margin-left: 10px;
	}
}
/* LINEリンク
--------------------------------------------------------------- */
#menu-item-625 {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
#menu-item-625 a {
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #4cc764;
	border: solid 2px #fff;
	border-radius: 30px;
}
#menu-item-625 a span {
	display: inline-block;
	width: 40px;
	height: 38px;
	background: url(/wp-content/uploads/2025/07/icon_line.png) center / contain no-repeat;
}
#menu-item-625 a:hover {
	background-color: var(--navy);
}
#menu-item-625 a span svg {
	display: none;
}

/* フッターメニュー
--------------------------------------------------------------- */
.l-footer {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
.l-footer .widget_nav_menu {
	width: 100%;
}
ul#menu-footer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#menu-footer li {
	margin-top: 0;
}
#menu-footer a {
	transition: .3s ease;
	font-weight: bold;
	
}
#menu-footer a:hover {
	opacity: .6;
}
@media screen and (max-width: 639px) {
	#menu-footer {
		margin: 25px 0;
	}
	#menu-footer li {
		width: 50%;
		text-align: center;
		padding: 5px 0;
	}
}
@media screen and (max-width: 1023px) {
	.l-footer {
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
	}
	ul#menu-footer {
		width: 100%;
		max-width: 550px;
		justify-content: space-around;
		margin: 30px auto 0;
	}
}
@media screen and (min-width: 782px) {
	ul#menu-footer {
		margin-top: 0;
		justify-content: flex-end;
	}
	#menu-footer li {
		width: 33%;
		margin-bottom: .5em;
	}
	#menu-footer li a {
		font-size: 16px;
	}
}

/* コピーライト
--------------------------------------------------------------- */
.c-copyright--inverse {
	display: flex;
	background: none;
	color: var(--navy);
	font-size: 12px;
	height: 100px;
	align-items: center;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
	.c-copyright--inverse {
		font-size: 12px;
	}
}
/* トップに戻るボタン
--------------------------------------------------------------- */
#page-top {
	background-color: #2D3142;
}
#page-top svg.svg-inline--fa {
	margin-right: 0;
}

/* ===============================================================
 * Main：top
 * ============================================================ */

/* メインビジュアル
--------------------------------------------------------------- */
.main-visual {
	width: 100%;
	max-width: 100%;
	height: 100svh;
	min-height: 600px;
	margin-right: 0;
	margin-left: auto;
	--spider--reference-width: 100%;
}
.main-visual .spider {
	margin: 120px 2.5% 50px 200px;
	height: calc(100% - 170px);
	border-radius: 50px;
	overflow: hidden;
}
.main-visual .spider .spider__canvas,
.main-visual .spider .spider__canvas .smb-spider-slider__figure-wrapper{
	height: 100%;
}
#t-mv .text_box {
	position: absolute;
	bottom: 65px;
	left: 5%;
	width: 90%!important;
	max-width: 1100px;
	height: auto!important;
	padding: 0!important;
}
#t-mv .sub_catch {
	font-size: clamp(14px,4.0vw,28px);
	text-shadow: 2px 2px 4px #fff;
	font-weight: bold;
}
#t-mv .main_catch p {
	font-size: clamp(30px,9.7vw,75px);
	font-weight: 800;
	white-space: nowrap;
	text-shadow: 2px 2px 4px #fff;
}
.mv_service_list {
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

@media screen and (max-width: 639px) {
	.main-visual {
		min-height: 500px;
	}
	.main-visual .spider {
		margin: 70px 2.5% 30px 15%;
		height: calc(100% - 100px);
		border-radius: 25px;
	}
	#t-mv .text_box {
		bottom: 45px;
	}
	#t-mv .main_catch p {
		font-size: clamp(30px,9.3vw,75px);
	}
	.mv_service_list {
		font-size: 12px!important;
		padding-left: 1.3em!important;
		padding-right: 1.3em!important;
	}
	#t-mv .main_catch .wp-block-image {
		width: 35%;
	}
}
@media screen and (min-width: 640px) {
	#t-mv .main_catch .wp-block-image {
		display: inline-block;
		width: 35%;
		max-width: 250px;
		padding-top: 5px;
	}
}
@media screen and (min-width: 1024px) {
	#t-mv .main_catch {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	#t-mv .main_catch p {
		font-size: clamp(30px,6vw,75px); 
	}
	#t-mv .main_catch .wp-block-image {
		width: 60%;
		max-width: 350px;
		padding-top: 3%;
	}
}
/*
@media (orientation: landscape) and (max-width: 1024px) {
    #t-mv {
        height: 150vh;
    }
}*/

.home_top_bg {
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
@media screen and (max-width: 1023px) {
	.home_top_bg {
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}
}
/* 共通
--------------------------------------------------------------- */
.smb-section {
	margin: 0 auto;
}
.box {
	padding: 60px!important;
	box-sizing: border-box;
}
.top-radius {
	overflow: hidden;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
.maker {
	display: inline;
	background: linear-gradient(transparent 70%, #ffeb00 70%);
}
@media screen and (min-width: 640px) {
	.tb_flex {
		display: flex;
	}
}
@media screen and (min-width: 1024px) {
	.pc_flex {
		display: flex;
	}
}

/*スノーモンキーブロック：リッチメディアカルーセル*/
.spider>.spider__arrow {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: solid 2px var(--navy);
	border-radius: 20px;
}
.spider__arrow:before {
	width: 7px;
	height: 7px;
	border-color: var(--navy)!important;
}
@media screen and (max-width: 1023px) {
	.c-entries-carousel .spider__dots {
		margin-top: 15px;
	}
}

@media screen and (max-width: 1023px) {
	.box {
		padding: 40px!important;
	}
	.top-radius {
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
	}
}
@media screen and (max-width: 639px) {
	.box {
		padding: 20px 10px!important;
	}
}

/* セクションタイトル
--------------------------------------------------------------- */
.section_title {
	margin-bottom: 40px;
}
.section_title h2 {
	font-family: "Montserrat", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 600;
	font-size: clamp(22px,10vw,70px);
	letter-spacing: 0.1em;
	margin-bottom: -0.1em;
}
.section_sub_title {
	font-size: clamp(12px,2vw,16px);
	color: var(--blue);
}
@media screen and (max-width: 1023px) {
	.section_title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 639px) {
	.section_title {
		margin-bottom: 20px;
	}
}

/* イントロダクション
--------------------------------------------------------------- */
.intro_main_text p {
	font-size: clamp(30px,5vw,50px)!important;
}
.intro_main_text figure {
	width: 35vw;
	max-width: 170px;
	display: inline;
	background: linear-gradient(transparent 70%, #ffeb00 70%);
}
.intro_sp_img {
	width: 65%;
}
@media screen and (max-width: 639px) {
	.intro_sub_text {
		padding-left: 1em;
	}
}
@media screen and (min-width: 640px) {
	.intro_main_text figure {
		width: 200px;
		max-width: 200px;
	}
}

/* 施工メニュー
--------------------------------------------------------------- */
.service_list .smb-panels__item {
	border-radius: 20px;
	overflow: hidden;
}
.service_list .smb-panels__item__body {
	position: relative;
	padding: 0;
}
.service_list .smb-panels__item p {
	position: absolute;
	right: 15px;
	bottom: 20px;
	padding-right: 47px;
	color: #fff;
	text-shadow: 1px 1px 2px var(--navy);
	font-weight: bold;
}
.service_list .smb-panels__item p:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	border: solid 2px var(--navy);
	border-radius: 20px;
	transform: translateY(-50%);
	background-color: #fff;
}
.service_list .smb-panels__item p:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 7px;
	height: 7px;
	border-top: solid 2px var(--navy);
	border-right: solid 2px var(--navy);
	transform: translateY(-50%) rotate(45deg);
}
.service_list .c-row {
	justify-content: space-between;
}

.c-row[data-columns="2"] {
	--_item-width: 48.5%;
    }
#t-service .deco_1 {
	position: absolute;
	top: 5%;
	left: 0;
	width: 188px;
}
#t-service .deco_2 {
	position: absolute;
	bottom: -4%;
	right: 0;
	width: 134px;
}
@media screen and (max-width: 1023px) {
	#t-service .deco_1 {
		top: 4%;
		width: 20%;
		max-width: 188px;
	}
	#t-service .deco_2 {
		width: 16%;
		max-width: 134px;
	}
}
@media screen and (max-width: 820px) {
	#t-service .deco_1 {
		top: 5.2%;
	}
}
@media screen and (max-width: 639px) {
	.service_list .smb-panels__item p {
		font-size: clamp(14px,4.3vw,20px);
		padding-left: 10px;
	}
	#t-service.c-row[data-columns="1"] {
        --_item-width: 90%;
    }
	.service_list .c-row[data-columns="1"] {
		--_item-width: 93%;
	}
	.smb-panels>.c-row>.c-row__col {
		margin-left: auto;
		margin-right: auto;
	}
	#t-service .deco_1 {
		position: relative;
		width: 30%;
		max-width: 188px;
		margin-right: auto!important;
		margin-left: 0!important;
		margin-bottom: 10px;
	}
	#t-service .deco_2 {
		position: relative;
		width: 24%;
		max-width: 134px;
		margin-right: 0!important;
		margin-left: auto!important;
	}
}
@media screen and (min-width: 640px) {
    .c-row[data-md-columns="2"] {
        --_item-width: 48.5%;
    }
}

/* 施工実績
--------------------------------------------------------------- */
#t-works .c-entry-summary__figure {
	border-radius: 20px;
	overflow: hidden;
}
#t-works .spider__arrow[data-direction=prev]{
	left: -20px;
}
#t-works .spider__arrow[data-direction=next]{
	right: -20px;
}
#t-works .spider__arrow {
	top: calc(50% - 30px);
}
#t-works .spider__arrow[data-direction=prev]:before {
	transform: translate(2px,2px) rotate(45deg);
	border-width: 2px;
}
#t-works .spider__arrow[data-direction=next]:before {
	transform: translate(-3px,-2px) rotate(45deg);
	border-width: 2px;
}
@media screen and (max-width: 640px) {
	#t-works .spider__arrow[data-direction=prev]{
	left: -10px;
}
#t-works .spider__arrow[data-direction=next]{
	right: -10px;
}
}
@media screen and (max-width: 1023px) {
	#t-works .c-entry-summary__title {
		font-size: 16px;
	}
}

/* TFHが選ばれる理由
--------------------------------------------------------------- */
#t-reason .smb-panels__item {
	clip-path: polygon(50% 0%, 100% 13%, 100% 100%, 0 100%, 0 13%);
}
#t-reason .wp-block-snow-monkey-blocks-panels-item-free {
	filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, .3));
}
.reason_section-title {
	align-items: center;
	text-align: center;
	margin-bottom: 5px!important;
}
.reason_section-title .wp-block-image {
	width: 40%;
}
.reason_section-title p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: clamp(30px,5vw,50px);
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.3em;
}
.section_sub_title {
	font-family: "Montserrat", sans-serif;
}
.reason_title h3 {
	color: var(--navy);
	font-size: clamp(20px,14.5vw,44px);
}
.reason_index {
	text-align: center;
}
.reason_index p {
	display: inline;
	background: linear-gradient(transparent 50%, #ffeb00 50%);
}
#t-reason .deco_1 {
	position: absolute;
	bottom: 38px;
	left: 3%;
	width: 22%;
	max-width: 133px;
}
#t-reason .deco_2 {
	position: absolute;
	right: 3%;
	bottom: 38px;
	width: 28%;
	max-width: 168px;
}
@media screen and (max-width: 1220px) {
	#t-reason .deco_1 {
		left: 0;
		width: 14%;
	}
	#t-reason .deco_2 {
		right: 0;
		width: 16%;
	}
}
@media screen and (max-width: 1023px) {
	#t-reason .deco_1 {
		left: -5px;
	}
	#t-reason .deco_2 {
		right: -5px;
	}
}
@media screen and (max-width: 850px) {
	#t-reason .deco_1 {
		width: 13%;
		bottom: -20px;
	}
	#t-reason .deco_2 {
		width: 15%;
		bottom: 35px;
		bottom: -20px;
	}
}
@media screen and (max-width: 639px) {
	#t-reason .smb-panels__item {
		width: 90%;
		margin: 0 auto;
	}
	.reason_section-title .left_box {
		text-align: center;
		justify-content: center;
	}
	.reason_section-title .wp-block-image {
		padding-top: 3px;
		width: 40%;
		max-width: 100px;
	}
	#t-reason .deco_1 {
		bottom: 27px;
		left: 0;
		width: 18%;
		max-width: 133px;
	}
	#t-reason .deco_2 {
		bottom: 27px;
		width: 20%;
	}
}
@media screen and (max-width: 430px) {
	#t-reason .deco_1 {
		bottom: -20px;
		width: 20%;
	}
	#t-reason .deco_2 {
		bottom: -20px;
		width: 22%;
	}
}

@media screen and (min-width: 640px) {
	.reason_section-title {
		display: flex;
		justify-content: center;
		width: 81%;
		max-width: 405px;
	}
	.reason_section-title .right_box {
		
	}
	.reason_section-title .wp-block-image {
		padding-top: 3px;
		width: 160px;
	}
	.reason_section-title .left_box {
		width: 240px;
	}
}
@media screen and (min-width: 1024px) {
	.reason_section-title .wp-block-image {
		width: 185px;
	}
	.reason_section-title {
		width: 480px;
	}
	.c-row[data-lg-columns="3"] {
        --_item-width: 32%;
    }
}

/* 対応エリア
--------------------------------------------------------------- */
#t-area .is-layout-flex p {
	white-space: nowrap;
}
@media screen and (max-width: 639px) {
	#t-area .is-layout-flex {
		justify-content: center;
	}
	#t-area .left_box {
		text-align: center;
	}
	#t-area .right_box {
		width: 85%;
	}
}
@media screen and (min-width: 640px) {
	#t-area .tb_flex {
		align-items: center;
	}
	#t-area .left_box {
		width: 50%;
	}
	#t-area .right_box {
		width: 50%;
	}
}

/* 代表挨拶
--------------------------------------------------------------- */
#t-greeting .smb-media-text__figure img {
	border-radius: 20px;
}
#t-greeting .btn a {
	margin-top: 10px;
}
@media screen and (min-width: 640px) {
	#t-greeting .btn {
		margin-left: auto;
		margin-right: 0;
	}
}

/* 採用情報
--------------------------------------------------------------- */
.recruit_index {
	color: var(--navy);
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.recruit_index p {
	font-size: clamp(30px,5vw,59px);
}
.recruit_index .wp-block-image {
	width: 89%;
	max-width: 210px;
	padding-top: 5px;
}

@media screen and (max-width: 639px) {
	.recruit_index .wp-block-image {
		padding-top: 3px;
		width: 40%;
		max-width: 110px;
	}
	.recruit_index .left_box {
		text-align: center;
		justify-content: center;
	}
	.recruit_index .right_box {
		padding-left: 1em;
	}
	.recruit_index p {
		text-align: center;
	}
}
@media screen and (max-width: 1023px) {
	.recruit_img {
		width: 100%;
	}
	.recruit_img img {
		width: 100%;
		border-radius: 20px;
	}
}
@media screen and (min-width: 640px) {
	.recruit_index {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 83%;
		margin-left: 0!important;
		margin-right: auto!important;
	}
	.recruit_index .right_box {
		white-space: nowrap;
	}
}
@media screen and (min-width: 1024px) {
	.recruit_index .left_box {
		margin-right: 0;
	}
	.recruit_img {
		position: absolute;
		top: calc(50% - 20px);
		right: -65px;
		width: 43%;
		min-width: 420px;
		transform: translatey(-50%);
	}
	.recruit_img img {
		clip-path: circle(42% at 50% 50%);
	}
}
/* お知らせ
--------------------------------------------------------------- */
.t-news_bg:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 30%;
	max-height: 300px;
	background-color: var(--navy);
	z-index: -1;
}
.c-entry-summary__title {
	font-weight: 600!important;
}
.c-meta__item--published {
	font-weight: 600!important;
}
.snow-monkey-posts .c-entries__item a {
	padding-left: var(--entries--gap);
	padding-right: var(--entries--gap);
}
#t-news .deco_1 {
	width: 30%;
	max-width: 136px;
	position: absolute;
	right: 3%;
	bottom: 0;
}
@media screen and (max-width: 1500px) {
	#t-news .deco_1 {
		right: 6%;
	}
}
@media screen and (max-width: 1023px) {
	#t-news .deco_1 {
		width: 28%;
	}
}
@media screen and (max-width: 639px) {
	.c-meta__item--published {
		font-size: 12px;
	}
	#t-news .deco_1 {
		position: relative;
		display: flex;
		justify-content: flex-end;
		right: 0;
		width: 90%;
		max-width: 90%;
		text-align: right;
	}
	#t-news .deco_1 img {
		width: 20%;
		max-width: 136px;
	}
}

/* インスタグラム
--------------------------------------------------------------- */
#sb_instagram .sbi_follow_btn {
	display: block;
}
#sb_instagram .sbi_follow_btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px!important;
	border: solid 2px var(--navy)!important;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	width: 100%!important;
	max-width: 350px!important;
	color: var(--navy)!important;
	background-color: #fff!important;
	transition: .3s ease!important;
	box-shadow: 0.2rem 0.2rem 0px 0.1rem #b3b3b3;
}
.sbi_follow_btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: solid 2px var(--navy);
	border-right: solid 2px var(--navy);
	transform: translate(0,-50%) rotate(45deg);
}
.sbi_follow_btn a:hover {
	transform: translate(6px,6px);
	background-color: #fff;
	box-shadow: none;
	filter: brightness(100%);
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
    box-shadow: none;
}

/* お問い合わせ
--------------------------------------------------------------- */
#t-contact {
	position: relative;
	background: url(/wp-content/uploads/2025/06/t-contact_bg.jpg) center / cover no-repeat;
}
#t-contact .cta_box {
	width: 90%;
}
#t-contact .cta_box:first-child {
	border-bottom: solid 1px #fff;
	padding-bottom: 30px;
}
#t-contact .btn_contact {
	width: 100%;
	max-width: 350px;
}
.btn_tel a {
	padding: 0;
	background-color: transparent;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(22px,8vw,50px);
	font-weight: bold;
}
#t-contact .btn_contact a {
	position: relative;
	border-radius: 30px!important;
	border: solid 2px var(--navy);
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	width: 100%;
	color: var(--navy);
	background-color: #fff;
	transition: .3s ease;
}
#t-contact .btn_contact a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: solid 2px var(--navy);
	border-right: solid 2px var(--navy);
	transform: translate(0,-50%) rotate(45deg);
}
#t-contact .btn_contact a:hover {
	filter: brightness(100%);
	background-color: var(--navy);
	color: #fff;
}
#t-contact .btn_contact a:hover:after {
	border-color: #fff;
}
@media screen and (max-width: 639px) {
	#t-contact .btn_contact a {
		font-size: 16px;
	}
}
@media screen and (min-width: 1024px) {
	#t-contact .cta_box {
		width: 44%;
	}
	#t-contact .cta_box:first-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	#t-contact .cta_box:first-child:after {
		content: "";
		position: absolute;
		top: 0;
		right: -15px;
		width: 1px;
		height: 100%;
		background-color: #fff;
	}
}

/* LINE
--------------------------------------------------------------- */
#t-line .fukidashi {
	display: inline-block;
	background-color: #fff;
	border-radius: 50px;
	margin-bottom: 15px;
	padding: .7em 1.5em;
}
#t-line .fukidashi:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 18px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	clip-path: polygon(50% 100%,100% 0,0 0);
}
#t-line .maker {
	font-size: clamp(30px,5vw,50px)!important;
}
#t-line .btn_box {
	margin-top: 0;
}
#t-line .btn a {
	border-color: #8dc33e;
	margin-top: 15px;
}
@media screen and (max-width: 639px) {
	#t-line {
		text-align: center;
	}
	#t-line img {
		margin: 10px auto 0;
		width: 120px;
	}
	#t-line figure {
		display: none;
	}
}
@media screen and (min-width: 640px) {
	#t-line .tb_flex {
		align-items: center;
		flex-direction: row-reverse;
		justify-content: center;
	}
	#t-line .wp-block-image {
		margin-right: 25px!important;
	}
	#t-line .text_box {
		margin-left: 0!important;
	}
	#t-line .right-box {
		margin-right: 0!important;
	}
	#t-line .btn_box {
		display: none;
	}
}

/* ===============================================================
 * Main：lower
 * ============================================================ */

/* 下層ページヘッダー
--------------------------------------------------------------- */
.c-page-header {
	padding-top: 150px;
	padding-bottom: 100px;
	background: url(/wp-content/uploads/2025/06/kabegami.jpg) center / cover no-repeat;
}
.c-page-header .c-page-header__title {
	font-size: clamp(24px,5vw,30px);
}
.c-page-header[data-has-image=true] {
    height: unset;
}
.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}
.c-page-header__bgimage>img, 
.c-page-header__bgimage>picture>img{
	display: none;
}
@media screen and (max-width: 639px) {
	.c-page-header {
		padding-top: 100px;
		padding-bottom: 70px;
	}
}
/* 施工メニュー
--------------------------------------------------------------- */
.menu .wp-block-image {
	border-radius: 20px;
	overflow: hidden;
}
.menu h2 {
	padding-bottom: .3em!important;
	font-size: clamp(24px,5vw,32px)!important;
	font-weight: black;
	box-sizing: border-box;
	border-bottom: solid 2px var(--accent-color);
}
.menu h2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 15%;
	height: 2px;
	background-color: var(--sub-accent-color);
	z-index: 2;
}
.menu h3 {
	padding-bottom: .4em;
	border-bottom: dotted 2px var(--sub-accent-color);
}

/* お知らせ
--------------------------------------------------------------- */
/*一覧*/
.blog .c-entries--simple .c-entries__item>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*詳細*/
.single-post .c-meta__item--author {
	display: none;
}
@media screen and (max-width: 639px) {
	.blog .c-entry-summary__title {
		font-size: 16px;
	}
	.blog .c-entry-summary__meta {
		margin-top: .8em;
	}
}
/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }
    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 施工実績
--------------------------------------------------------------- */
/*一覧*/
.post-type-archive-works .c-entry-summary__figure {
	border-radius: 20px;
}

/*詳細*/
article.works .smb-spider-slider__figure-wrapper {
	border-radius: 20px;
}
@media screen and (max-width: 639px) {
	.post-type-archive-works .c-entry-summary__figure {
		margin-bottom: 10px;
	}
	.post-type-archive-works .c-entry-summary__title {
		font-size: 16px;
	}
}

/* 採用情報
--------------------------------------------------------------- */
.page-id-140 .l-contents__inner {
	margin-top: 0;
}
.recruit_title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 600;
	font-size: clamp(24px,6vw,60px);
	letter-spacing: 0.1em;
}
.recruit_message {
	background-color: #fff;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	max-width: 700px;
	padding-left: 1.5em!important;
	padding-right: 1.5em!important;
}
#recruit_image {
	--smb-section--background-color: translate!important;
	background-image: linear-gradient(#00a0e9, #0379c5 25%, #0551a2 70%);
}

/*流れる文字*/
.loop-wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 100%;
	max-width: 100%!important;
}
.loop-area {
	display: flex;
	animation: loop-slide 35s infinite linear 1s both;
	margin: 0;
	padding: 0;
}
.loop-area .content {
	font-family: "Montserrat", "Zen Kaku Gothic Antique", sans-serif;
	font-size: clamp(32px,8.3vw,80px);
	font-weight: 800;
	white-space: nowrap;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.loop-area .content span {
	position: relative;
	top: .05em;
	display: inline-block;
	font-size: 1.3em;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 639px) {
	.loop-area {
		animation: loop-slide 25s infinite linear 1s both;
	}
}

/* お問い合わせ
--------------------------------------------------------------- */
.p-contact .btn_tel a {
	color: var(--sub-accent-color);
}
.p-contact .btn_tel a:hover {
	opacity: .6;
}

/* お問い合わせフォーム
--------------------------------------------------------------- */
/*確認ボタン*/
.smf-action .smf-button-control__control {
	width: 100%;
    max-width: 390px;
	height: 60px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background: var(--accent-color);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	border: solid 2px var(--accent-color)!important;
	border-radius: 30px;
	transition: .3s ease;
}
/*戻るボタン*/
.smf-action .smf-button-control__control[data-action="back"] {
	background: var(--sub-accent-color);
	border: solid 2px var(--sub-accent-color)!important;
}
.smf-action .smf-button-control__control:hover {
	background-color: #fff;
	color: var(--sub-accent-color);
	border: solid 2px var(--sub-accent-color)!important;
}
/*送信ボタン*/
.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0;
}
/*必須文字*/
.smf-item__description {
	margin-top: 0;
	color: var(--accent-color);
}

/* プライバシーポリシー
--------------------------------------------------------------- */
#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--accent-color);
    font-weight: 700;
}

/* グレー背景に関するCSS */
.lazyload,
.lazyloading,
.jetpack-lazy-image,
.smush-placeholder,
.ao-lazy-load,
.spai-image-container,
.litespeed-placeholder,
.ls-lazy-background,
.wp-block-image img,
.entry-content img {
  background: transparent !important;
}

img.lazyload,
img.lazyloading,
img[data-lazyloaded="0"] {
  background: transparent !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

img.lazyloaded,
img[data-lazyloaded="1"] {
  background: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
