
.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
[data-legal]{
	position:relative;
	--legal-offset-h:attr(data-legal-offset-h px);
	--legal-offset-v:attr(data-legal-offset-v px);
}
[data-legal][data-legal-safe="1"]::after{
	position: absolute;
	opacity: 0.5;
	color: black;
	content: "墨";
	font-size: 16px;
	display: block;
	height: 24px;
	padding-top: 0px;
	background-image: url(/_lib/lc.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left top;
}
[data-legal][data-legal-safe="1"]:hover::after {
    position: absolute;
    opacity: 0.5;
    color: black;
    content: attr(data-legal-check-at);
    white-space:nowrap;
    font-size: 11px;
    display: block;
    height: 24px;
    background-image: url(/_lib/lc.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 0px;
    background-position: left top;
}

[data-legal-position="left-top"]::after{
	left:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="left-bottom"]::after{
	left:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
[data-legal-position="right-top"]::after{
	right:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="right-bottom"]::after{
	right:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
/*common_css*/
/*widget:755f6aee-86fd-4949-a1be-7d7e896535c8*/
/*widget:964650d6-8b82-4922-b2c9-f0d131b3acbd*/
/*widget:a5854674-304d-4cd9-ad45-d82414a41b46*/
/*widget:3cfcd636-35a2-4d22-a363-26f13a5c3ed3*/
/*widget:add0faf7-8155-4832-98d9-8a0ded0d0fd8*/
/*widget:6dad6cec-e0d4-4d48-bb63-abc7cbc4937d*/
/*widget:401922b7-387a-4421-81bd-ae0a8166c8fc*/
/*widget:51fd13ca-bfe8-46f1-a3c4-f8f996158cbf*/
/*widget:a1b63788-5795-45fb-9559-5a2837d05966*/
/*widget:4f23cf39-529c-4d00-8efa-4295c4f35907*/
/*widget:84a143fe-3185-4ea4-ac6c-51244ae8b584*/
/*layout:19*//*layout:4*/@charset "utf-8";
/* -------------------------------------
01: リセットの追加
02: 変数
03: ベース
-------------------------------------*/

/** ================================================================================
01.リセットの追加
================================================================================ **/
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	clear: none;
}
/*
mark{
	color: inherit;
}
*/
*{
	color: inherit;
	font-weight: inherit;
	font-style: normal;
}
b,strong,th{
	font-weight: inherit;
}

/** ================================================================================
02.変数
================================================================================ **/
:root {
	--base-width: 1100px;
	--base-bg:#fff;
	--color: #1e1e1e;
	/* --c-main: #116d9f; */
	/* --c-main: #074e66; */
	--c-main: #0f5a7c;
	--c-sub: #937949;
	--c-point: #efe8dd;
	--gray:#444;
	/* --bg-main: #b4c5d7; */
	--bg-main: #c7d3e1;
	--bg-main: #cad6e3;
	/* --bg-sub: #fff9e9; */
	--bg-sub: #f9f4ea;
	--bg-gray: #aeb2b5;
	--webf: "Open Sans", sans-serif;
	--en:"Anton", sans-serif;
	--fw-b: 700;
	--fw-bb: 800;
	--border: 2px solid var(--color);
	--border2: 3px solid var(--color);
	--dot:4px dotted var(--color);
	--dot2:3px dotted var(--color);
	--radius: 10px;
	--radius50:50px;
	--opacity:.8;
	--transition: 0.3s;
}

@media screen and (max-width: 520px) {
	:root {
		--base-width:100%;
		--border: 1px solid var(--color);
		--border2: 2px solid var(--color);
		--dot:2px dotted var(--color);
		--dot2:1px dotted var(--color);
	}
}


/** ================================================================================
03.ベース
================================================================================ **/
body {
	min-width: var(--base-width);
	margin: 0 auto;
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.7;
	word-break: break-all;
	color: var(--color);
	background: var(--base-bg);
	position: relative;
}

@media screen and (max-width: 520px) {
	body{
		min-width: 100%;
		font-size: 15px;
		line-height: 1.8;
	}
}

/* -------------------------------------
セクション
-------------------------------------*/
body>main{
	margin-top: 80px;
	overflow: hidden;
}
section,
aside {
	position: relative;
	margin: 0 auto;
	padding: 110px 0;
	z-index: 0;
}
.sec-in{
	width: min(90%, var(--base-width));
	width: clamp(var(--base-width), 80%, 80%);
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 520px) {
	body>main{
		margin-top: 60px;
	}
	section ,
	aside {
		padding: 70px 0;
	}
	.sec-in{
		width: 88%;
	}
}


/* -------------------------------------
フォント
-------------------------------------*/
body .fw-b {
	font-weight: var(--fw-b);
}
body .fz18{
	font-size: 18px;
}
body .fz20{
	font-size: 20px;
}
body .fz22{
	font-size: 22px;
}
body .fz24{
	font-size: 24px;
}
body .fz26{
	font-size: 26px;
}
body .fz28{
	font-size: 28px;
}
body .fz30{
	font-size: 30px;
}
body .fz32{
	font-size: 32px;
}
body .fz35{
	font-size: 35px;
}
body .fz40{
	font-size: 40px;
}
body .fz44{
	font-size: 44px;
}
body .fz46{
	font-size: 46px;
}
body .fz50{
	font-size: 50px;
}
body .fz54{
	font-size: 54px;
}
body .fz60{
	font-size: 60px;
}
body .fz70{
	font-size: 70px;
}

@media screen and (max-width: 520px) {
	body .fz18{
		font-size: 16px;
	}
	body .fz20{
		font-size: 16px;
	}
	body .fz22{
		font-size: 16px;
	}
	body .fz24{
		font-size: 18px;
	}
	body .fz26{
		font-size: min(4.5vw, 20px);
	}
	body .fz28{
		font-size: min(4.5vw, 20px);
	}
	body .fz30{
		font-size: min(5vw, 22px);
	}
	body .fz32{
		font-size: min(5vw, 24px);
	}
	body .fz35{
		font-size: min(5.6vw, 30px);
		font-size: min(5.2vw, 24px);
	}
	body .fz40{
		font-size: min(6.4vw, 36px);
		font-size: min(5.6vw, 28px);
	}
	body .fz44{
		font-size: min(6.4vw, 36px);
		font-size: min(5.6vw, 28px);
	}
	body .fz46{
		font-size: min(6.4vw, 40px);
		font-size: min(5.6vw, 28px);
	}
	body .fz50{
		font-size: min(6.4vw, 42px);
		font-size: min(6vw, 32px);
	}
	body .fz54{
		font-size: min(6.4vw, 42px);
		font-size: min(6vw, 32px);
	}
	body .fz60{
		font-size: min(8vw, 40px);
	}
	body .fz70{
		font-size: min(8vw, 48px);
	}
}

/* -------------------------------------
margin
-------------------------------------*/
body .m0 {
	margin: 0;
}
body .mb0{
	margin-bottom: 0;
}
body .mb5 {
	margin-bottom: 5px;
}
body .mb10 {
	margin-bottom: 10px;
}
body .mb15 {
	margin-bottom: 15px;
}
body .mb20 {
	margin-bottom: 20px;
}
body .mb30 {
	margin-bottom: 30px;
}
body .mb40 {
	margin-bottom: 40px;
}
body .mb50 {
	margin-bottom: 50px;
}
body .mb70 {
	margin-bottom: 70px;
}
body .mb80 {
	margin-bottom: 80px;
}
body .mb100 {
	margin-bottom: 100px;
}
body .mb150 {
	margin-bottom: 150px;
}
body .mt0{
	margin-top: 0px;
}
body .mt5 {
	margin-top:5px;
}
body .mt10 {
	margin-top:10px;
}
body .mt15 {
	margin-top:15px;
}
body .mt20 {
	margin-top:20px;
}
body .mt30 {
	margin-top:30px;
}
body .mt40 {
	margin-top:40px;
}
body .mt50 {
	margin-top:50px;
}
body .mt70 {
	margin-top:70px;
}
body .mt80 {
	margin-top:80px;
}
body .mt100 {
	margin-top:100px;
}
body .mt150 {
	margin-top:150px;
}

@media screen and (max-width: 520px) {
    body .mb20 {
        margin-bottom: 15px;
    }
    body .mb30 {
        margin-bottom: 20px;
    }
	body .mb40 {
		margin-bottom: 20px;
	}
	body .mb50 {
		margin-bottom: 40px;
	}
	body .mb70 {
		margin-bottom: 50px;
	}
	body .mb80 {
		margin-bottom: 60px;
	}
	body .mb100 {
		margin-bottom: 80px;
	}
	body .mb150 {
		margin-bottom: 100px;
	}
    body .mt20 {
        margin-top:15px;
    }
    body .mt30 {
        margin-top:20px;
    }
	body .mt40 {
		margin-top:20px;
	}
	body .mt50 {
		margin-top:40px;
	}
	body .mt70 {
		margin-top:50px;
	}
	body .mt80 {
		margin-top:60px;
	}
	body .mt100 {
		margin-top:80px;
	}
	body .mt150 {
		margin-top:100px;
	}
}

/* -------------------------------------
padding
-------------------------------------*/
body .p0 {
	padding: 0;
}
body .pb0{
	padding-bottom: 0;
}
body .pb5 {
	padding-bottom: 5px;
}
body .pb10 {
	padding-bottom: 10px;
}
body .pb15 {
	padding-bottom: 15px;
}
body .pb20 {
	padding-bottom: 20px;
}
body .pb30 {
	padding-bottom: 30px;
}
body .pb40 {
	padding-bottom: 40px;
}
body .pb50 {
	padding-bottom: 50px;
}
body .pb70 {
	padding-bottom: 70px;
}
body .pb80 {
	padding-bottom: 80px;
}
body .pb100 {
	padding-bottom: 100px;
}
body .pb150 {
	padding-bottom: 150px;
}
body .pt0{
	padding-top: 0px;
}
body .pt5 {
	padding-top:5px;
}
body .pt10 {
	padding-top:10px;
}
body .pt15 {
	padding-top:15px;
}
body .pt20 {
	padding-top:20px;
}
body .pt30 {
	padding-top:30px;
}
body .pt40 {
	padding-top:40px;
}
body .pt50 {
	padding-top:50px;
}
body .pt70 {
	padding-top:70px;
}
body .pt80 {
	padding-top:80px;
}
body .pt100 {
	padding-top:100px;
}
body .pt150 {
	padding-top:150px;
}

@media screen and (max-width: 520px) {
    body .pb20 {
        padding-bottom: 15px;
    }
    body .pb30 {
        padding-bottom: 20px;
    }
	body .pb40 {
		padding-bottom: 20px;
	}
	body .pb50 {
		padding-bottom: 40px;
	}
	body .pb70 {
		padding-bottom: 50px;
	}
	body .pb80 {
		padding-bottom: 60px;
	}
	body .pb100 {
		padding-bottom: 80px;
	}
	body .pb150 {
		padding-bottom: 100px;
	}
	body .pt20 {
		padding-top:15px;
	}
	body .pt30 {
		padding-top:20px;
	}
	body .pt40 {
		padding-top:20px;
	}
	body .pt50 {
		padding-top:40px;
	}
	body .pt70 {
		padding-top:50px;
	}
	body .pt80 {
		padding-top:60px;
	}
	body .pt100 {
		padding-top:80px;
	}
	body .pt150 {
		padding-top:100px;
	}
}

/* -------------------------------------
幅
-------------------------------------*/
body .w_base,
body .w100p,
body .w90p,
body .w80p,
body .w70p,
body .w60p,
body .w50p{
	width: 100%;
	margin-right: auto;
	margin-left : auto;
}
body .w_base {
	width: var(--base-width);
	max-width: 90%;
}
body .w90p{
	max-width: 90%;
}
body .w80p{
	max-width: 80%;
}
body .w70p{
	max-width: 70%;
}
body .w60p{
	max-width: 60%;
}
body .w50p{
	max-width: 50%;
}

@media screen and (max-width: 520px) {
	body .w_base {
		width: 88%;
	}
	body .sec-in .w_base {
		width: 100%;
		max-width: 100%;
	}
}

/* -------------------------------------
レイアウト
-------------------------------------*/
/* flx */
.flx{
	--gap:50px;
	display: flex;
	gap:var(--gap);
}
.flx .flx1{
	flex:1;
}

@media screen and (max-width: 520px) {
	.flx{
		--gap:30px;
		flex-direction:column;
	}
}

/* boxN */
.box2C,
.box3C,
.box4C{
	--gap:30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.box2C {--row:2;}
.box3C {--row:3;}
.box4C {--row:4;}
.box2C > *,
.box3C > *,
.box4C > *{
	width: calc((100% - var(--gap)*calc(var(--row) - 1)) / var(--row));
}

@media screen and (max-width: 520px) {
	.box2C,
	.box3C,
	.box4C{
		--gap:4%;
		gap:30px var(--gap);
	}
	body .sp1c {--row:1;}
	body .sp2c {--row:2;}
	body .sp3c {--row:3;}
}

/* -------------------------------------
align
-------------------------------------*/
body .t_R {
	text-align: right;
}
body .t_L {
	text-align: left;
}
body .t_C {
	text-align: center;
}

/* -------------------------------------
改行
-------------------------------------*/
.sp{
	display:none;
}
.ib{
	display: inline-block;
}

@media screen and (max-width: 520px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp-ib{
		display: inline-block;
	}
}

/* -------------------------------------
リンク
-------------------------------------*/
a{
	color:inherit;
	text-decoration:none;
	cursor: pointer;
	transition: var(--transition);
}

/**PC電話ボタン無効**/
a[href^="tel"]{
	pointer-events: none;
}
@media screen and (max-width: 520px) {
	a[href^="tel"]{
		pointer-events: auto;
	}
}

/* -------------------------------------
画像
-------------------------------------*/
img{
	vertical-align: top;
}
figure{
	overflow: hidden;
}
figure img,
i img{
	max-width: 100%;
}

/**角丸：画像に直接かけれる**/
.radius{
	border-radius: var(--radius);
}

/**hover：透過**/
a:hover .hv{
	opacity: var(--opacity);
}

/**hover：拡大**/
.scale {
	overflow: hidden;
}
.scale img {
	transition: 0.3s linear;
}
a:hover .scale img {
	scale: 1.1;
}

/* objedt-fit*/
.ojf img {
	width: 100%; /*サイズ指定必須*/
	height: 100%; /*サイズ指定必須*/
	object-fit: cover;
}

/* -------------------------------------
文字
-------------------------------------*/
h1,h2,h3,h4,h5{
	line-height: 1.5;
}
.webf{
	font-family: var(--webf);
	font-weight: 800;
	font-variation-settings:"wdth" 100;
}
.en{
	font-family: var(--en);
	font-weight: 400;
}
.strong{
	font-weight: var(--fw-b);
}
/**黄色マーカー**/
mark{
	background: linear-gradient(transparent 70%, #ffff77 0%);
}

/* -------------------------------------
色
-------------------------------------*/
body .wh{
	color: #fff;
}
body .gray{
	color: var(--gray);
}
body .c-main{
	color: var(--c-main);
}
body .c-sub{
	color: var(--c-sub);
}

/* -------------------------------------
背景
-------------------------------------*/
.bg-wh{
	background: #fff;
}
.bg-black{
	background: var(--color);
}
.bg-mc{
	background: var(--bg-main);
}
.bg-sub{
	background: var(--bg-sub);
}

/**-------------------------------------
地図 動画 iframe
-------------------------------------**/
.gmap{
	height: 400px;
}
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.gmap iframe,
.youtube iframe{
	width: 100%;
	height: 100%;
}
.yt-short{
	text-align: center;
	filter: grayscale(1);
}

@media screen and (max-width: 480px) {
	.gmap {
		height: 32vh;
	}
}

/* -------------------------------------
table
-------------------------------------*/
/* tbl-sprow */
.tbl-sprow table,
table.tbl-sprow{
	width: 100%;
	border-top: 1px solid var(--color);
	font-family: var(--webf);
}
.tbl-sprow tr{
	border-bottom: 1px solid var(--color);
}
.tbl-sprow th,
.tbl-sprow td{
	padding:28px 14px;
	font-size: 1.1em;
	vertical-align: top;
	text-align: left;
}
.tbl-sprow th{
	width: 25%;
	font-weight: normal;
}

/* mini */
.tbl-sprow.mini th,
.tbl-sprow.mini td{
	padding:12px 14px;
	font-size: 15px;
}

@media screen and (max-width: 520px) {
	.tbl-sprow th,
	.tbl-sprow td{
		padding: 14px 2px;
		font-size: 0.85em;
	}

	/* mini */
	.tbl-sprow.mini th,
	.tbl-sprow.mini td{
		padding:12px 6px;
		font-size: 14px;
	}
	.tbl-sprow.mini th{
		min-width: 7em;
		font-size: 13px;
	}
}

/* tbl-spcol･･･sp th=w:100% */
.tbl-spcol table,
table.tbl-spcol{
	width: 100%;
	background: #fff;
	border-top: var(--border);
}
.tbl-spcol tr{
	border-bottom: var(--border);
}
.tbl-spcol th,
.tbl-spcol td{
	padding:24px 20px;
	vertical-align: middle;
	text-align: left;
}
.tbl-spcol th{
	width: 25%;
	background: var(--bg-gray);
}

@media screen and (max-width: 520px) {
	.tbl-spcol table,
	table.tbl-spcol{
		border-top: none;
	}
	.tbl-spcol tr{
		border-bottom: none;
	}
	.tbl-spcol th,
	.tbl-spcol td{
		display: block;
		width: 100%;
		font-size: 15px;
	}
	.tbl-spcol th{
		padding: 14px 10px;
	}
	.tbl-spcol td{
		padding: 16px 14px 28px;
	}
}

/* tbl-bicolor･･･bg:2色てれこ */
.tbl-bicolor table,
table.tbl-bicolor{
	width: 100%;
	border-top: var(--border);
}
.tbl-bicolor tr{
	border-bottom: var(--border);
}
.tbl-bicolor tr:nth-of-type(odd){
	background: plum;
}
.tbl-bicolor tr:nth-of-type(even){
	background: skyblue;
}
.tbl-bicolor th,
.tbl-bicolor td{
	padding: 20px 16px;
	vertical-align: top;
	text-align: left;
}
.tbl-bicolor th{
	width: 25%;
	font-weight: var(--fw-b);
}

@media screen and (max-width: 520px) {
	.tbl-bicolor th,
	.tbl-bicolor td{
		padding: 8px 10px;
		font-size: 14px;
	}
	.tbl-bicolor th{
		min-width: 6em;
		font-size: 13px;
	}
}


/* -------------------------------------
タイトル
-------------------------------------*/
/*ページタイトル*/
.page-tit{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 120px 10% 30px;
	text-align: center;
}
.page-tit span{
	display: flex;
	align-items: center;
	gap:0.5em;
	font-family: var(--en);
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
}
.page-tit span::before,
.page-tit span::after{
	content: "";
	display: block;
	width: 40px;
	height: 6px;
	background: var(--color);
}
.page-tit h1{
	width: 100%;
	font-size: 1.4rem;
	color: var(--c-sub);
	font-weight: var(--fw-bb);
	line-height: 1.5;
}

@media screen and (max-width: 520px) {
	.page-tit{
		gap: 10px;
		padding: 75px 10% 30px;
	}
	.page-tit span{
		font-size: 34px;
	}
	.page-tit span::before,
	.page-tit span::after{
		width: 20px;
		height: 3px;
	}
	.page-tit h1{
		font-size: 1.1rem;
	}
}

/* tit */
.tit{
	margin-bottom: 20px;
	font-weight: var(--fw-b);
	line-height: 1.5;
}

/* titA */
.titA {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap:4px;
	margin-bottom: 20px;
	font-size: 44px;
	font-weight: var(--fw-bb);
	text-align: center;
	line-height: 1.5;
}
.titA span {
	font-family: var(--webf);
	font-size: 0.5em;
	color: var(--c-main);
	font-weight: 800;
	line-height: 1;
}
/* 色違い */
.bg-sub .titA span{
	color: var(--c-sub);
}
/* 配置 */
.titA.t_L{
	align-items: flex-start;
	text-align: left;
}
/* サイズ */
.titA.mini{
	margin-bottom: 10px;
	font-size: 22px;
}
.titA.mini span{
	font-size: 0.7em;
}

/* titB */
.titB {
	width: fit-content;
	margin: 0 auto 1em;
	padding: 8px 2em;
	font-size: 1.2em;
	color: #fff;
	font-weight: var(--fw-b);
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	position: relative;
	background:var(--c-sub);
	border-radius: 80px;
}
.bg-mc .titB{
	color: var(--bg-sub);
	background: var(--c-main);
}

@media screen and (max-width: 520px) {
	/* tit */
	.tit{
		margin-bottom: 15px;
	}
	/* titA */
	.titA {
		max-width: 90vw;
		margin: 0 auto 16px;
		font-size: min(5.6vw, 28px);
	}
	.titA span {
		font-size: 0.8rem;
	}
	/* 配置 */
	.titA.t_L{
		align-items: center;
		text-align: center;
	}
	/* サイズ */
	.titA.mini{
		font-size: 18px;
	}
	.titA.mini span{
		font-size: 0.8rem;
	}
	/* titB */
	.titB {
		font-size: 1em;
	}
}

/**-------------------------------------
btn
-------------------------------------**/
.btn{
	display: flex;
	align-items: center;
	width: min(100%, 420px);
	height: 74px;
	margin: 45px auto 0;
	padding: 0 1em 0 1em;
	font-size: 18px;
	color: var(--bg-sub);
	font-weight: var(--fw-b);
	line-height: 1.3;
	background: var(--color);
	position: relative;
	transition: var(--transition);
}.btn:hover{
	background: var(--c-main);
}
.btn span{
	flex: 1;
	text-align: center;
}
.btn::after{
	content: "→";
	transition: var(--transition);
}.btn:hover::after{
	translate: 0.2em 0;
}
/* 色 */
.bg-sub .btn:hover{
	background: var(--c-sub);
}
/* 配置 */
.btn.t_L,
[class^="btn_"].mini.t_L{
	margin-left: 0;
}
/* サイズ */
.btn.mini,
[class^="btn_"].mini{
	width: min(40%, 280px);
	height: 60px;
	margin: 25px auto 0;
	padding: 0 1em 0 2em;
	font-size: 16px;
}
/* wrap */
.btn-wrap{
	display: flex;
	justify-content: center;
	gap:3%;
}
.btn-wrap .btn{
	margin: 0;
}

@media (max-width: 520px) {
	.btn,
	[class^="btn_"]{
		width: min(70vw,100%);
		height: 58px;
		margin-top: 35px;
		font-size: 14px;
	}
	.btn::after{
		margin-top: 2px;
		font-size: 1.2em;
	}
	/* 配置 */
	.btn.t_L,
	[class^="btn_"].mini.t_L{
		margin-left: auto;
	}
	/* サイズ */
	.btn.mini,
	[class^="btn_"].mini{
		width: 85%;
		height: 50px;
		margin: 25px auto 0;
		padding: 0 0.6em 0 1.5em;
		font-size: 13px;
	}
	/* wrap */
	.btn-wrap{
		flex-direction: column;
		align-items: center;
		gap:12px;
	}
	.btn-wrap .btn{
		width: 90%;
	}
	.btn-wrap.sp-row{
		flex-direction: row;
	}
	.btn-wrap.sp-row .btn{
		width: 46%;
		margin: 0;
		height: 44px;
	}
}

/**-------------------------------------
more
-------------------------------------**/
.more {
	display: block;
	width: fit-content;
	margin: 20px 0 0 auto;
	font-size: 0.8em;
	font-weight: var(--fw-b);
	transition: var(--transition);
}
a:hover .more,
a.more:hover {
	color: var(--c-main);
}
.more::after {
	content: "→";
}

/* -------------------------------------
svgアイコン
-------------------------------------*/
svg{
	vertical-align: top;
}
i.svg-mail svg{
	aspect-ratio: 5/4;
}

/* -------------------------------------
ブロック
-------------------------------------*/
.content-box{
	padding: 60px;
	background: #fff;
}

.content-box2{
    padding: 40px 70px;
    background: #fff;
    border: var(--dot);
    border-radius: var(--radius);
}

@media screen and (max-width: 520px) {
	.content-box{
		margin-left: -2%;
		margin-right: -2%;
		padding: 30px;
	}
}

/**-------------------------------------
lead
-------------------------------------**/
.lead {
	width: min(95%, 800px);
	margin: 0 auto 50px;
	text-align: center;
}

@media screen and (max-width: 520px) {
	.lead {
		width: 90%;
		max-width: 84vw;
		margin-bottom: 30px;
		font-size: 0.9rem;
	}
}

/**-------------------------------------
count  自動連番
-------------------------------------**/
.count li{
	counter-increment: num 1;
}
.count li::before{
	content: counter(num, decimal-leading-zero) "."; /* 10未満は頭に0がつく */
}
/*layout:5*/@charset "utf-8";
/** ==============================================
01.共通
============================================== **/
/* -------------------------------------
mul
-------------------------------------*/
.mul {
  mix-blend-mode: multiply;
}
/* -------------------------------------
font
-------------------------------------*/
/*
.noto-sans-jp-<uniquifier> {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
※webf
.open-sans-<uniquifier {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:"wdth" 100;
}
※en
.anton-regular {
	font-family: "Anton", serif;
	font-weight: 400;
	font-style: normal;
}
*/

.modal-video {
  background: rgba(0, 0, 0, 0.8) !important;
}

/* -------------------------------------
deco
-------------------------------------*/
*:has(> .deco) {
  position: relative;
}
.deco {
  position: absolute;
}
.deco img {
  width: 100%;
}

/* -------------------------------------
tel
-------------------------------------*/
.tel {
  display: flex;
  align-items: baseline;
  gap: 0.2em;
  font-weight: var(--fw-b);
  line-height: 1;
}
.tel i::before {
  content: "";
  display: block;
  width: 1.1em;
  aspect-ratio: 140/80;
  background: url(/common/images/ico-freedial.svg) no-repeat center / contain;
}

@media (max-width: 520px) {
  .tel {
    font-size: 2.4em;
  }
  .tel i::before {
    width: 40px;
  }
}

/* -------------------------------------
list
-------------------------------------*/
.list li figure {
  margin-bottom: 14px;
  border-radius: var(--radius);
}
.list li figure img {
  width: 100%;
  border-radius: var(--radius);
}
.list li .ctgr {
  width: 60%;
  margin: 20px auto 16px;
}
.list li p {
  padding: 0 3%;
  font-size: 15px;
}
.list li .text p {
  padding: 0;
}
.list li .strong {
  margin-bottom: 6px;
  font-size: 1.1em;
  text-align: center;
}
.list.box2C li .strong {
  margin-bottom: 10px;
  line-height: 1.5;
}
/* 色 */
.bg-sub .list li .ctgr {
  color: var(--color);
  background: var(--c-point);
  border-color: var(--gray);
}

@media screen and (max-width: 520px) {
  .list.w_base {
    gap: 50px var(--gap);
    max-width: 82%;
  }
  .list li figure {
    margin-bottom: 10px;
  }
  .list li .ctgr {
    width: 80%;
    margin: 18px auto 16px;
  }
  .list li p {
    padding: 0 2%;
    font-size: 14px;
  }
  .list li .strong,
  .list.box2C li .strong {
    margin-bottom: 8px;
    font-size: 1.1em;
  }
}

/* -------------------------------------
head-en
-------------------------------------*/
.head-en {
  margin-bottom: 40px;
  color: var(--c-main);
}
.bg-sub .head-en {
  color: var(--c-sub);
}
.head-en em {
  font-family: var(--webf);
  font-size: 2.4em;
  font-weight: 800;
  line-height: 1;
}
.head-en span {
  display: block;
  font-weight: var(--fw-bb);
  line-height: 1.5;
}
.head-en span::before,
.head-en span::after {
  content: "-";
  padding: 0 5px;
}

@media (max-width: 520px) {
  .head-en {
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid var(--c-main);
    border-bottom: 2px solid var(--c-main);
  }
  .bg-sub .head-en {
    border-color: var(--c-sub);
  }
  .head-en em {
    font-size: 2em;
  }
}

/* -------------------------------------
head-en-block
-------------------------------------*/
.head-en-wrap {
  width: min(88%, 1400px);
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.head-en-head {
  width: 370px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2%;
  border-right: 1px solid var(--color);
}
.head-en-head > *:last-child {
  margin-bottom: 5px;
}
.head-en-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
}
figure.head-en-fig {
  max-width: 980px;
  margin-inline: auto;
  aspect-ratio: 2/1;
  border-radius: var(--radius);
}
.head-en-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 動画 */
.movie-list.head-en-movie {
  max-width: 980px;
  margin-inline: auto;
  border-radius: var(--radius);
}

@media screen and (max-width: 520px) {
  .head-en-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .head-en-head {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-right: none;
  }
  .head-en-txt {
    width: 95%;
    font-size: 1em;
  }
}

/* -------------------------------------
indent
-------------------------------------*/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* -------------------------------------
memo
-------------------------------------*/
.memo {
  padding: 24px 50px;
  font-size: 15px;
  background: #fff;
}
.memo dl + dl {
  padding-top: 14px;
}
.memo dl dt {
  margin-bottom: 5px;
  color: var(--c-sub);
  font-weight: var(--fw-b);
}
.memo dl dd {
  font-size: 0.9em;
}
.memo dl dd + dt {
  margin-top: 15px;
}

@media (max-width: 520px) {
  .memo {
    padding: 24px 8% 30px;
    font-size: 14px;
  }
}

/* -------------------------------------
note
-------------------------------------*/
.note {
  font-size: 0.8em;
  text-align: right;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .note {
    font-size: 10px;
  }
}

/* -------------------------------------
.post-list
-------------------------------------*/
.post-list {
  gap: 70px var(--gap);
}
.post-list li {
  margin-top: 0px;
}
.post-list li .post-cat-wrap {
  display: flex;
  justify-content: space-between;
  margin: 18px 0 14px;
}

.post-list li time {
  text-align: right;
}
.post-list.list li .strong {
  text-align: left;
}

.post-cat {
  width: 170px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: var(--bg-sub);
  font-weight: normal;
  text-align: center;
  line-height: 1;
  background: var(--c-main);
  border-radius: 30px;
}
.bg-sub .post-cat {
  color: var(--color);
  background: var(--c-point);
  border: 1px solid var(--gray);
}
/* 関連記事 */
.kanren-post .tit.fz24 {
  color: var(--c-sub);
}

@media (max-width: 520px) {
  .post-list {
    gap: 40px var(--gap);
    padding: 0 3%;
  }
  .post-cat {
    width: 160px;
    font-size: 15px;
  }
}

/* -------------------------------------
swiper ページネーション
-------------------------------------*/
/* dot-pagination */
.dot-pagination.swiper-pagination.swiper-pagination-horizontal {
  bottom: 30px;
}
.dot-pagination.swiper-pagination.swiper-pagination-horizontal span {
  --size: 8px;
  width: var(--size);
  height: var(--size);
  background: var(--bg-gray);
  opacity: 1;
}
.dot-pagination.swiper-pagination.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  background: var(--c-main);
}
.bg-sub .dot-pagination.swiper-pagination.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  background: var(--c-sub);
}

/* -------------------------------------
splide ページネーション
-------------------------------------*/
.splide:not(.is-overflow) .splide__pagination.original-customize {
  display: flex !important;
}
.splide__pagination.original-customize {
  position: static;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
.splide__pagination.original-customize .splide__pagination__page {
  background: var(--gray);
}
.splide__pagination.original-customize .splide__pagination__page.is-active {
  transform: scale(1);
  background: var(--c-main);
}

/* -------------------------------------
スクロールバー
-------------------------------------*/
@media screen and (max-width: 520px) {
  .sp-scroll {
    padding-bottom: 10px;
    overflow-x: scroll;
  }
  .sp-scroll {
    --sb-track-color: var(--bg-gray);
    --sb-thumb-color: var(--c-main);
    --sb-size: 6px;
  }
  .sp-scroll::-webkit-scrollbar {
    height: var(--sb-size);
  }
  .sp-scroll::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 4px;
  }
  .sp-scroll::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 4px;
  }
}

/* -------------------------------------
youtube サムネクリックでモーダル
js-modal-video
-------------------------------------*/
.js-modal-video {
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.js-modal-video::after {
  content: "play_circle_outline";
  font-family: "Material Icons";
  color: var(--c-main);
  font-size: 6rem;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: var(--transition);
}
.js-modal-video-thumb {
  max-width: 100%;
  transition: 0.3s linear;
}
.js-modal-video:hover .js-modal-video-thumb {
  scale: 1.07;
}

/* -------------------------------------
スクロールバー
-------------------------------------*/
.scrollbar-content {
  padding-bottom: 10px;
  overflow: auto;
}
.simplebar-track.simplebar-horizontal {
  height: 5px !important;
  background: #f7f7f7;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 10px;
  background: var(--bg-main);
  top: 0;
  border-radius: 4px;
}
.simplebar-scrollbar:before {
  display: none;
}

/** ==============================================
02.テンプレート
============================================== **/
/* -------------------------------------
header
-------------------------------------*/
header {
  --height: 80px;
  width: 100%;
  height: var(--height);
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
}
header .logo {
  width: 260px;
  position: absolute;
  left: 50%;
  top: 10px;
  translate: -50% 0;
  transition: var(--transition);
}
/* スクロール後 */
header.fixed .logo {
  width: 100px;
}
header .logo img {
  width: 100%;
}
body header::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  transition: var(--transition);
  z-index: 1490;
  visibility: hidden;
}
body header.nav-open::before {
  visibility: visible;
}

/* hamburger */
header .hamburger {
  --size: var(--height);
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 1500;
  width: var(--size);
  height: var(--size);
  cursor: pointer;
  pointer-events: auto;
}
header .hamburger span {
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--color);
  transition: all 400ms;
  right: 0;
  left: 0;
  margin: 0 auto;
}
header .hamburger span:nth-child(1) {
  top: 30%;
}
header .hamburger span:nth-child(2) {
  top: 50%;
}
header .hamburger span:nth-child(3) {
  top: 70%;
}
/* nav-open */
header.nav-open .hamburger span {
  background: #fff;
}
header.nav-open .hamburger span:nth-child(1) {
  top: 40%;
  rotate: 45deg;
}
header.nav-open .hamburger span:nth-child(2) {
  display: none;
}
header.nav-open .hamburger span:nth-child(3) {
  top: 40%;
  rotate: -45deg;
}

/* nav */
header nav {
  flex-direction: column;
  width: min(100%, 600px) !important;
  height: 100%;
  margin: 0;
  padding: 0 0 40px;
  background: var(--color);
  position: fixed;
  top: 0px;
  right: -100%;
  overflow-y: scroll;
  z-index: 1499;
  transition: var(--transition);
}
header.nav-open nav {
  right: 0;
}
header .gnav {
  margin: 60px 0 20px;
}
header .gnav li a,
header .gnav li span {
  display: block;
  width: 100%;
  padding: 2vh 8%;
  color: var(--bg-sub);
  pointer-events: auto;
}
header .gnav li a:hover,
header .gnav li span:hover {
  color: var(--bg-main);
}
header .gnav li span {
  position: relative;
  cursor: pointer;
}
header .gnav li span::before,
header .gnav li span::after {
  --size: 20px;
  --height: 3px;
  content: "";
  display: block;
  width: var(--size);
  height: var(--height);
  margin-right: 5%;
  background: var(--bg-sub);
  position: absolute;
  right: 0;
  top: calc(50% - var(--height) / 2);
}
header .gnav li span:hover::before,
header .gnav li span:hover::after {
  background: var(--bg-main);
}
header .gnav li span::after {
  rotate: 90deg;
  transition: var(--transition);
}
header .gnav li span.active::after {
  rotate: 0deg;
}
/* サブメニュー */
header .gnav li .sub-nav {
  display: none;
  padding: 10px 2em;
  background: var(--bg-main);
}
header .gnav li .sub-nav a {
  color: var(--color);
}
header .gnav li .sub-nav a:hover {
  color: var(--c-main);
}
header .gnav li .sub-nav a::before {
  content: "→";
  margin-right: 0.5em;
}

/* TOPページのみ */
/* #top header{
	background: var(--bg-gray);
} */

/* スクロール後 */
header.fixed .logo {
  width: 100px;
}

@media screen and (max-width: 520px) {
  header {
    --height: 60px;
  }
  header .logo {
    width: 150px;
  }
  /* スクロール後 */
  header.fixed .logo {
    width: 78px;
  }

  /* hamburger */
  header .hamburger {
    right: 10px;
  }
  header .hamburger span {
    width: 30px;
  }

  /* nav */
  header nav {
    width: 100%;
  }
  header .gnav {
    margin-top: 40px;
  }

  /* nav-open */
  header.nav-open .hamburger {
    top: 10px;
  }
}

/* -------------------------------------
footer
-------------------------------------*/
footer {
  padding: 0 0 20px;
  position: relative;
}
.f-content-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-left: 15%;
}
.f-deco {
  width: 65%;
  max-width: 900px;
}
.f-deco img {
  width: 100%;
}
.f-content {
  width: 50%;
  margin-top: 80px;
  margin-right: -5%;
}
.f-address {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}
.f-address .f-logo {
  width: 420px;
}
.f-address .f-logo img {
  width: 100%;
}
.f-address .f-catch {
  margin-top: 20px;
  font-size: 20px;
  font-weight: var(--fw-b);
}
.f-address address {
  font-size: 1.1em;
}
.f-address address span {
  display: block;
  margin-bottom: 10px;
  font-weight: var(--fw-b);
}
.f-address address a {
  margin: 5px 0;
  font-size: 1.2em;
}

/* sitemap*/
.sitemap {
  column-count: 2;
  column-gap: 20px;
}
.sitemap li {
  break-inside: avoid;
  /*ブロックの途中で改行させない*/
}
.sitemap li a {
  display: block;
  margin-bottom: 5px;
  padding: 5px 0;
  font-size: 1.1em;
}
.sitemap li a:hover {
  color: var(--c-main);
}

/* SNS */
.f-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto 40px;
}
.f-sns a:hover {
  opacity: 0.6;
}

/* コピーライト */
.copyright small {
  display: block;
  width: 100%;
  padding: 14px 0 20px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 520px) {
  footer {
    padding: 0;
    position: relative;
  }
  .f-content-wrap {
    flex-direction: column;
    margin-left: 0;
  }
  .f-deco {
    width: 94%;
    margin-left: auto;
  }

  .f-content {
    width: 88%;
    margin: -50px auto 0;
  }
  .f-address {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .f-address .f-logo {
    order: 3;
    width: 54%;
    margin: 40px auto 20px;
  }
  .f-address .f-catch {
    margin-top: 14px;
    font-size: 0.9rem;
  }
  .f-address address a {
    margin: 7px 0;
    font-size: 1.4em;
  }

  /* sitemap*/
  .sitemap {
  }
  .sitemap li a {
    font-size: 12px;
  }

  /* SNS */
  .f-sns {
    margin: 40px auto 20px;
  }
}

/** ==============================================
TOPページ
============================================== **/
/* -------------------------------------
HERO
-------------------------------------*/
.hero img {
  width: 100%;
}

/* -------------------------------------
top-ASOBIスライド
-------------------------------------**/
.sec-asobi {
  padding: 0 0 10px;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
/* asobi-slide */
.asobi-slide li img {
  width: 380px;
}

@media (max-width: 520px) {
  .sec-asobi {
    padding-top: 2px;
    font-size: 24px;
  }
  .asobi-slide li img {
    width: 150px;
  }
}

/* -------------------------------------
top-ASOBI2
-------------------------------------**/
.sec-asobi2 {
  padding: 30px 0;
}
.asobi2-grid {
  display: grid;
  grid-template-columns: 540px auto;
  align-items: center;
  gap: 0%;
}
.asobi2-grid a:hover {
  opacity: var(--opacity);
}

@media (max-width: 520px) {
  .sec-asobi2 {
    padding: 30px 0;
  }
  .asobi2-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .asobi2-grid a {
    width: 94%;
    margin: 0 auto;
  }
}

/* -------------------------------------
top-イベント＆ニュース
-------------------------------------*/
.top-event-list {
  --gap: 30px;
  --row: 3;
  display: flex;
  gap: var(--gap);
}
.top-event-list li {
  max-width: calc((100% - var(--gap) * calc(var(--row) - 1)) / var(--row));
}

@media (max-width: 520px) {
  body .top-event-wrap.w_base {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .top-event-list {
    gap: unset;
    padding-bottom: 70px;
  }
  .top-event-list li {
    gap: unset;
    max-width: unset;
  }
  .sec-top-event .btn {
    margin-top: 0;
  }
}

/* -------------------------------------
top-プラスCホームの家づくり
-------------------------------------*/
.top-c-content {
  display: flex;
  gap: 5%;
  margin: 0 0 30px 10%;
}
.top-c-head {
  width: 440px;
  flex-shrink: 0;
}
.top-c-head .btn {
  margin-left: 0;
}

/* top-c-swiper */
.top-c-swiper {
  flex: 1;
}
.top-c-swiper .top-c-slide {
  padding-bottom: 60px;
}
.top-c-swiper .top-c-slide li {
  max-width: 510px;
  font-size: 15px;
}
.top-c-swiper .top-c-slide li figure {
  margin-bottom: 10px;
  border-radius: var(--radius);
}
.top-c-swiper .top-c-slide li .strong {
  margin-bottom: 6px;
  font-size: 1.3em;
}

@media screen and (max-width: 520px) {
  .top-c-content {
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
  }
  .top-c-head {
    display: contents;
  }
  .top-c-head > *:not(.btn) {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-c-head .btn {
    order: 10;
    margin: 20px auto 0;
  }
  .top-c:not(.top-c-1) {
    margin-top: 70px;
  }

  /* top-c-swiper */
  .top-c-swiper .top-c-slide {
    width: 100vw;
    margin-top: 40px;
  }
  .top-c-swiper .top-c-slide li figure {
    margin-bottom: 16px;
  }
  .top-c-swiper .top-c-slide li p {
    margin-left: 10px;
  }
  .top-c-swiper .top-c-slide li .strong {
    margin-bottom: 8px;
    font-size: 1.1em;
  }
}

/* -------------------------------------
top-選ばれる理由
-------------------------------------*/

/* -------------------------------------
top-高性能住宅
-------------------------------------*/

/* -------------------------------------
top-施工事例
-------------------------------------*/
.sec-top-works {
  --left: 50%;
}
.top-works-head {
  position: absolute;
  left: var(--left);
  top: 100px;
}
.top-works-head .lead {
  width: 100%;
  text-align: left;
}

/* switching */
.switching {
  width: 90%;
  padding-top: 180px;
  padding-left: var(--left);
  position: relative;
}
.switching li {
  padding: 20px 0;
  border-bottom: var(--dot);
}
.switching li:first-child {
  border-top: var(--dot);
}
.switching li figure {
  width: 50%;
  height: 94%;
  border-radius: 0 var(--radius) var(--radius) 0;
  position: absolute;
  top: 0;
  left: 0;
}
.switching li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.switching li dt {
  margin-bottom: 10px;
  padding-right: 60px;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
}
.switching li dd {
  font-size: 15px;
}
.switching .ctgr {
  width: 150px;
  margin: 0 0 10px 0;
}
.switching li dt::before {
  --size: 26px;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  margin-right: 11px;
  background: var(--color);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - var(--size) / 2);
}
.switching li dt > div::before,
.switching li dt > div::after {
  --size: 8px;
  --height: 2px;
  content: "";
  display: block;
  width: var(--size);
  height: var(--height);
  margin-right: 20px;
  background: var(--bg-sub);
  position: absolute;
  right: 0;
  top: calc(50% - var(--height) / 2);
}
.switching li dt > div::after {
  rotate: 90deg;
  transition: var(--transition);
}
.switching li.open dt > div::after {
  rotate: 0deg;
}

@media screen and (max-width: 520px) {
  .sec-top-works {
    --left: 0;
  }
  .top-works-head {
    position: static;
  }
  .top-works-head .lead {
    width: 80%;
    text-align: center;
  }

  /* switching */
  .switching {
    --height: auto;
    width: 84%;
    margin-left: 8%;
    padding-top: 0;
  }
  .switching li {
    padding: 40px 0 30px;
  }
  .switching li figure {
    width: 100%;
    margin-bottom: 20px;
    border-radius: var(--radius);
    position: static;
  }
  .switching li dl {
    padding: 0 5%;
  }
  .switching li dt {
    padding-right: 0;
  }
  .switching li dt > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .switching li dt::before,
  .switching li dt > div::before,
  .switching li dt > div::after {
    display: none;
  }
  .switching li dd {
    font-size: 0.9rem;
  }
}

/* -------------------------------------
top-お客様の声
-------------------------------------*/
/* voice-slide  */
.voice-slide {
  padding-bottom: 80px;
}
.voice-slide li {
  --height: 380px;
  width: 980px;
  height: var(--height);
  border-radius: var(--radius);
  overflow: hidden;
}
.voice-slide li a {
  display: flex;
}
.voice-slide li a figure {
  width: 56%;
  height: var(--height);
}
.voice-slide li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-slide li a .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4% 3% 20px;
  background: #fff;
  border-left: none;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.voice-slide li a .text .tit {
  font-size: 1.2em;
  color: var(--c-main);
}
.voice-slide li a .text .more {
  margin-top: auto;
}

@media screen and (max-width: 520px) {
  /* voice-swiper */
  .voice-slide {
    padding-bottom: 80px;
    align-items: stretch;
  }
  .voice-slide li {
    --height: 100%;
    width: auto;
  }
  .voice-slide li a {
    flex-direction: column;
  }
  .voice-slide li a figure {
    width: 100%;
    height: auto;
  }
  .voice-slide li a .text {
    padding: 6% 7% 20px;
    font-size: 0.9rem;
    border-radius: 0 0 var(--radius) var(--radius);
  }
  .voice-slide li a .text .tit {
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  .voice-slide li a .text .more {
    padding-top: 24px;
  }
}

/* -------------------------------------
top-プラスCホームのおすすめプラン
-------------------------------------*/
/* top-plan-list */
.top-plan-list {
  font-weight: var(--fw-b);
}
.top-plan-list li {
  margin-top: 0;
}
.top-plan-list li figure {
  border-radius: var(--radius);
}
.top-plan-list .ctgr {
  min-width: 90%;
}
.top-plan-list dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1.2;
}
.top-plan-list dl dt {
  font-size: 2.2em;
}
.top-plan-list dl dt span {
  display: block;
  font-size: 0.8rem;
}
.top-plan-list dl dd {
  font-size: 1.6em;
}
.top-plan-list dl dd b {
  font-size: 1.7em;
}
.top-plan-list dl dd em {
  font-size: 1rem;
}

@media screen and (max-width: 520px) {
  /* top-plan-list */
  .top-plan-list dl {
    flex-direction: column;
    gap: 0;
  }
  .top-plan-list dl dt {
    font-size: 2em;
  }
  .top-plan-list dl dt span {
    display: inline-block;
  }
  .top-plan-list dl dd {
    font-size: 1.3em;
  }
  .top-plan-list dl dd b {
    font-size: 1.3em;
  }
  .top-plan-list dl dd em {
    font-size: 1rem;
  }
}

/* -------------------------------------
top-資金計画
-------------------------------------*/
.cashplan-flx {
  --gap: 70px;
  align-items: center;
}
.cashplan-flx .richtext strong {
  display: block;
  margin: 20px 0 10px;
  font-size: 1.4em;
  font-weight: var(--fw-b);
}
.cashplan-flx .fig-wrap {
  width: 400px;
  flex-shrink: 0;
}
.cashplan-flx .fig-wrap figure {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .sec-top-cashplan .w80p {
    max-width: 92%;
  }
  .cashplan-flx {
    --gap: 10px;
  }
  .cashplan-flx .flx1 {
    padding: 0 2%;
  }
  .cashplan-flx .richtext strong {
    margin: 8px 0 6px;
    font-size: 1.3em;
  }
  .cashplan-flx .fig-wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .cashplan-flx .fig-wrap figure {
    width: 40%;
  }
}

/* -------------------------------------
top-インスタグラム
-------------------------------------*/

/* -------------------------------------
top-動画スライド
-------------------------------------*/
/* movie-swiper */
.movie-swiper .movie-slide {
  padding-bottom: 80px;
}
.movie-swiper .movie-slide li {
  width: 30%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
}
.movie-swiper .movie-slide li .js-modal-video {
  width: 100%;
}

@media screen and (max-width: 520px) {
  /* movie-swiper */
  .movie-swiper .movie-slide {
    width: 100vw;
    padding-bottom: 80px;
  }
  .movie-swiper .movie-slide li {
    width: auto;
  }
}

/* -------------------------------------
top-コラムバナー
-------------------------------------*/
.column_bnr{
  display: block;
  margin: 0 auto;
}
.column_bnr img{
  width: 100%;
}


/* -------------------------------------
top-リンク
-------------------------------------*/
.top-link-list {
  --gap: 30px;
  margin-bottom: 30px;
}
.top-link-list li {
  background: #fff;
  border-radius: var(--radius);
}
.top-link-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
}
.top-link-list li a::after {
  content: "→";
  display: grid;
  place-items: center;
  transition: var(--transition);
}
.top-link-list li a:hover::after {
  translate: 8px 0;
}

@media screen and (max-width: 520px) {
  .top-link-list {
    gap: 12px;
    margin-bottom: 12px;
  }
  .top-link-list li a {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12%;
    padding: 20px 30px 15px;
  }
  .top-link-list li a .titA {
    flex: 1;
    align-items: flex-start;
    text-align: left;
  }
}

/* -------------------------------------
contact-content
-------------------------------------*/
.contact-content {
  position: relative;
}
.contact-content .contact-head {
  margin-bottom: 30px;
}
.contact-content .tel-info-wrap {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
  text-align: center;
}
.contact-content .tel-info-wrap .tel {
  font-size: 2.5em;
  color: var(--c-main);
}
.contact-content .tel-info {
  width: fit-content;
  padding: 4px 2em;
  border: var(--border);
}
.contact-content .dogs {
  width: 80%;
  margin: -250px auto 50px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.contact-content .dogs img {
  width: auto;
  height: 230px;
}

@media screen and (max-width: 520px) {
  .contact-content .contact-head {
    margin-bottom: 20px;
  }
  .contact-content .tel-info-wrap {
    gap: 16px;
  }
  .contact-content .tel-info-wrap .tel {
    font-size: min(7vw, 28px);
  }
  .contact-content .tel-info {
    font-size: 0.9rem;
  }
  .contact-content .dogs {
    width: 80%;
    gap: 20px;
    margin: 30px auto 15px;
    justify-content: center;
  }
  .contact-content .dogs img {
    height: 120px;
  }
}

/** ==============================================
選ばれる理由
============================================== **/
/* -------------------------------------
sec-proud1
-------------------------------------*/
.sec-proud1 .head-en-head {
  width: 480px;
}

/* proud-ex */
.proud-ex {
  --gap: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: var(--gap);
}
.proud-ex figure {
  width: 28%;
  border-radius: var(--radius);
}

@media screen and (max-width: 520px) {
  .sec-proud1 .head-en-head {
    width: 95%;
  }
  /* proud-ex */
  div.proud-ex {
    --gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .proud-ex figure {
    width: 45%;
  }
  .proud-ex p {
    width: 90%;
    font-size: 0.85em;
  }
}

/* -------------------------------------
sec-proud2
-------------------------------------*/
.sec-proud2 .head-en-head {
  width: 480px;
}
.sec-proud2 .head-en-txt {
  font-size: 1.2em;
  font-weight: var(--fw-b);
}

/* land-worry-list */
.land-worry-list {
  justify-content: center;
}
.land-worry-list li {
  max-width: 330px;
  padding: 40px 30px;
  font-weight: var(--fw-b);
  text-align: center;
  background: #fff;
}
.land-worry-list li figure {
  aspect-ratio: 1/1;
  margin: 0 32% 24px;
}
.land-worry-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 520px) {
  .sec-proud2 .head-en-head {
    width: 95%;
  }
  /* land-worry-list */
  .land-worry-list {
    gap: 14px;
    width: 80%;
    margin: 0 auto;
  }
  .land-worry-list li {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 26px 15px 18px;
    font-size: 0.9em;
    text-align: left;
  }
  .land-worry-list li figure {
    width: 20%;
    margin: 0;
  }
  .land-worry-list li p {
    flex: 1;
  }
}

/* -------------------------------------
土地探し
-------------------------------------*/
@media screen and (max-width: 520px) {
  .sec-landsearch .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* -------------------------------------
sec-proud3
-------------------------------------*/
.sec-proud3 .head-en-head {
  width: 480px;
}

@media (max-width: 520px) {
  .sec-proud3 .head-en-head {
    width: 95%;
  }
}

/* -------------------------------------
協力会社
-------------------------------------*/
/* partner-list */
.sec-partner-slide .partner-list {
  justify-content: center;
  padding-bottom: 70px;
}
.sec-partner-slide .partner-list li figure {
  margin-bottom: 10px;
  aspect-ratio: 4/3;
  text-align: center;
}
.sec-partner-slide .partner-list li figure img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 520px) {
  /* partner-list */
  .sec-partner-slide .partner-list {
    justify-content: flex-start;
  }
  .partner-swiper-wrap.w90p {
    max-width: 100%;
  }
  .sec-partner-slide .partner-list li figure {
    margin-bottom: 10px;
  }
  .sec-partner-slide .partner-list li p {
    font-size: 0.9em;
  }
}

/** ==============================================
特徴（コンセプト）
============================================== **/
/* -------------------------------------
特徴01...遊び心のある家づくり
-------------------------------------*/
.concept-c-1 .richtext ul li {
  margin-bottom: 10px;
  font-weight: var(--fw-b);
}
.concept-c-1 .richtext ul li::before {
  content: "●";
  color: var(--c-main);
  padding-right: 4px;
}

/* -------------------------------------
特徴01-事例
-------------------------------------*/
/* creative-house */
.creative-house-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.creative-house h3.tit {
  text-align: center;
}
.creative-house-content {
  align-items: flex-start;
  margin-bottom: 60px;
}
.creative-house-content figure {
  border-radius: var(--radius);
}
.creative-house-content .content_l .text {
  width: 96%;
  margin: 40px auto 0;
  font-size: 15px;
}
.creative-house-content .fig {
  aspect-ratio: 2/2;
}
.creative-house-content .fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***************************☆　ただ今 作業中　☆****************************/
/***************************☆　ただ今 作業中　☆****************************/
/***************************☆　ただ今 作業中　☆****************************/
/* creative-swiper */
.creative-swiper .creative-slide {
  --height: 28vw;
  padding-bottom: 80px;
}
.creative-swiper .creative-slide li {
  width: auto;
  height: var(--height);
  margin: 0 10px;
}
.creative-swiper .creative-slide li figure {
  height: 100%;
  border-radius: var(--radius);
}
.creative-swiper .creative-slide li figure img {
  width: auto;
  height: 100%;
}
/* .creative-slide{
	margin-bottom: 40px;
}
.creative-slide-list{
	--height:24vw;
}
.creative-slide-list li{
	width: auto;
	height: var(--height);
}
.creative-slide-list li figure{
	height: 100%;
	border-radius: var(--radius);
}
.creative-slide-list li figure img{
	width: auto;
	height: 100%;
} */

/***************************☆　ただ今 作業中　☆****************************/
/***************************☆　ただ今 作業中　☆****************************/
/***************************☆　ただ今 作業中　☆****************************/

/* creative-house-data */
.creative-house-data {
  width: var(--base-width);
  align-items: flex-start;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}
.creative-house-data .text {
  font-size: 15px;
}
.creative-house-data .text dl dt {
  margin: 12px 0 10px;
  font-family: var(--webf);
  font-size: 1.3em;
  font-weight: var(--fw-bb);
  border-bottom: var(--border);
}
.creative-house-data .text dl dd {
  font-size: 0.9em;
  color: var(--gray);
  font-weight: var(--fw-r);
}
.creative-house-data figure {
  width: 250px;
  border-radius: var(--radius);
}

@media screen and (max-width: 520px) {
  /* creative-house */
  .creative-house-wrap {
    gap: 100px;
  }
  .creative-house h3.tit {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .creative-house-content {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .creative-house-content .content_l .text {
    margin-top: 24px;
  }
  .creative-house-content .fig {
    aspect-ratio: 4/5;
  }

  /* creative-swiper */
  .creative-swiper .creative-slide {
    --height: 54vw;
    padding-bottom: 60px;
  }
  .creative-swiper .creative-slide li {
    margin: 0 7px;
  }
  /* .creative-slide-list{
		--height:54vw;
	} */

  /* creative-house-data */
  .creative-house-data {
    width: 85%;
    padding: 24px;
  }
  .creative-house-data .text {
    font-size: 14px;
  }
  .creative-house-data figure {
    width: 100%;
  }
}

/* -------------------------------------
特徴02...狭小地、変形地
-------------------------------------*/
.concept-c-2 .head-en-head {
  width: 450px;
}

@media (max-width: 520px) {
  .concept-c-2 .head-en-head {
    width: 95%;
  }
}

/* -------------------------------------
特徴02-事例
-------------------------------------*/
/* confidence-swiper */
.confidence-swiper .confidence-slide {
  padding-bottom: 80px;
}
.confidence-swiper .confidence-slide li {
  width: auto;
}
.confidence-swiper .confidence-slide li figure {
  margin-bottom: 20px;
  border-radius: var(--radius);
  overflow: hidden;
}
.confidence-swiper .confidence-slide li figure img {
  width: 100%;
  border-radius: var(--radius);
}
.confidence-swiper .confidence-slide li p {
  font-size: 0.9em;
}
.confidence-swiper .confidence-slide li .strong {
  margin-bottom: 5px;
  font-size: 1.1em;
}

/* 矢印 */
.confidence-swiper .splide__arrow {
  --size: 3em;
  width: var(--size);
  height: var(--size);
  background: unset;
  border: 1px solid var(--color);
  top: 97%;
  opacity: 1;
}
.confidence-swiper .splide__arrows .splide__arrow--prev {
  left: 3%;
}
.confidence-swiper .splide__arrows .splide__arrow--next {
  right: 3%;
}
.confidence-swiper .splide__arrows .splide__arrow svg {
  fill: var(--color);
}
.modal-btn {
  --size: 40px;
  display: grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  margin: -40px 0 10px 50%;
  color: var(--bg-sub);
  font-weight: var(--fw-b);
  line-height: 1;
  background: var(--color);
  border: 4px solid var(--bg-sub);
  border-radius: 50%;
  translate: -49% 0;
}

/* モーダル */
.modal-content {
  display: none;
}
.modal-flx {
  display: flex;
  gap: 50px;
}
.modal-flx figure {
  width: 40%;
  border-radius: var(--radius);
}
.modal-flx .text {
  flex: 1;
}
.modal-flx .text .strong {
  margin-bottom: 6px;
  font-size: 1.3em;
}

/* モーダル上書き*/
body div.modaal-overlay {
  z-index: 9999;
}
body .modaal-wrapper.modaal-inline {
  z-index: 99999;
}
body .modaal-close:focus:after,
body .modaal-close:focus:before,
body .modaal-close:hover:after,
body .modaal-close:hover:before {
  background: var(--color);
}
/* 操作用 */
.confidence-operations {
  --size: 40px;
}

@media screen and (max-width: 520px) {
  .confidence-swiper-wrap.w90p {
    max-width: 100%;
  }
  /* confidence-swiper */
  .confidence-swiper .confidence-slide li figure {
    margin-bottom: 16px;
  }
  .confidence-swiper .confidence-slide li p {
    margin-left: 10px;
    font-size: 0.8em;
  }

  /* モーダル */
  .modal-flx {
    flex-direction: column;
    gap: 20px;
  }
  .modal-flx figure {
    width: 100%;
  }
  .modal-flx .text {
    font-size: 0.9em;
  }
  .modal-flx .text .strong {
    font-size: 1.1em;
  }
  /* 操作用 */
  .confidence-operations {
    --size: 30px;
  }
}

/* -------------------------------------
特徴03...輸入住宅
-------------------------------------*/
.concept-c-3 .head-en-head {
  width: 500px;
}
.concept-c-3 .strong {
  margin-bottom: 10px;
}
.comfortable-list figure {
  margin-bottom: 10px;
}

@media screen and (max-width: 520px) {
  .concept-c-3 .head-en-head {
    width: 95%;
  }
}

/* -------------------------------------
secボタン
-------------------------------------*/
.sec-concept-btn .btn {
  margin: 0px auto 30px;
}

@media screen and (max-width: 520px) {
  .sec-concept-btn .btn {
    margin: 0px auto 50px;
  }
}

/** ==============================================
施工事例一覧
============================================== **/
@media (max-width: 520px) {
  #works .catBtn a {
    width: 30%;
  }
}

/** ==============================================
施工事例詳細
============================================== **/
.works-detail.post-detail {
  max-width: 100%;
}
.works-detail .w_base {
  max-width: 800px;
}
.works-detail .tit {
  padding: 0 10%;
}
.works-detail figure {
  text-align: center;
}
.works-detail figure img {
  border-radius: var(--radius);
}
.works-detail .richtext {
  padding: 0 5%;
}

#works .confidence-swiper-wrap {
  margin-top: 100px;
}
#works .confidence-swiper .confidence-slide li figure {
  width: auto;
  height: 98%;
  box-shadow: 2px 2px 3px var(--gray);
}
#works .confidence-swiper .confidence-slide li figure img {
  width: auto;
  height: 100%;
  box-shadow: 2px 2px 3px var(--gray);
}
#works .confidence-swiper .confidence-slide li a:hover .scale img {
  scale: 1.05;
}
#works .modal-flx {
  flex-direction: column;
  align-items: center;
}
#works .modal-flx figure {
  width: 100%;
  text-align: center;
  border-radius: 0;
}
#works .modal-flx figure img {
  max-height: 65vh;
  aspect-ratio: 3/2;
  object-fit: contain;
  object-position: 50% 50%;
}
#works .modal-flx p {
  margin: 0 10%;
}

.works-detail .js-modal-video {
  width: min(400px, 80%);
  margin: 0 auto 40px;
}

@media (max-width: 520px) {
  .works-detail {
    margin-bottom: 60px;
  }
  .works-detail .w_base {
    max-width: 82%;
  }
  .works-detail .tit {
    padding: 0 2%;
  }
  .works-detail .richtext {
    padding: 0;
  }

  #works .confidence-swiper-wrap {
    margin-top: 50px;
  }
  #works .modal-flx figure img {
    max-height: 40vh;
    aspect-ratio: unset;
    object-fit: unset;
  }
  #works .modal-flx p {
    margin: 0;
    font-size: 14px;
  }
}

/* modal-tap */
.modal-tap {
  display: grid;
  place-items: center;
  width: 5em;
  height: 50px;
  margin: 15px auto 10px;
  font-size: 1.4em;
  font-weight: var(--webf);
  color: #fff;
  font-weight: var(--fw-b);
  line-height: 1;
  background: var(--color);
  position: relative;
  z-index: 2;
  transition: var(--transition);
}
.modal-tap:hover {
  background: var(--c-main);
}

@media (max-width: 520px) {
  .modal-tap {
    width: 7em;
    height: 34px;
    font-size: 0.9rem;
  }
}

/** ==============================================
お客様の声一覧
============================================== **/
.voice-list.list .text .tit {
  margin-bottom: 10px;
}
.voice-list.list.wh .text .tit {
  color: var(--c-sub);
}
.voice-list.list .voice-info {
  margin-top: 10px;
  font-size: 0.9em;
  text-align: right;
}

/** ==============================================
お客様の声詳細
============================================== **/
.voice-detail .voice-info {
  width: fit-content;
  text-align: center;
}

/* voice-loop */
.voice-loop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-top: 40px;
}
.voice-loop .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.voice-loop .item .tit {
  width: 100%;
}
.voice-loop .item .text {
  flex: 1;
}

/** ==============================================
イベント＆ニュース一覧
============================================== **/
.news-list.list {
  --gap: 40px;
  gap: 60px var(--gap);
}
.news-list.list li {
  margin-top: 0;
}

/** ==============================================
自分史
============================================== **/
.ceo-history-head figure {
  text-align: center;
}
.history-content {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.history-content figure {
  text-align: center;
}
.history-content figure img {
  border-radius: var(--radius);
}
.history-content .richtext strong {
  font-weight: var(--fw-b);
}

@media (max-width: 520px) {
  .history-content .richtext {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

/** ==============================================
家づくり講座（youtube）
============================================== **/
.movie-list {
  --gap: 40px;
  gap: 50px var(--gap);
}
.movie-list li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 15px;
}
.movie-list li .text {
  height: auto;
}
.movie-list li .text .tit {
  margin-bottom: 10px;
}

@media (max-width: 520px) {
  .movie-list {
    --gap: 4%;
    gap: 40px var(--gap);
  }
  .movie-list li {
    font-size: 14px;
  }
}

/** ==============================================
家づくりの流れ
============================================== **/
/* -------------------------------------
sec-flow-head
-------------------------------------*/
.flow-head-content {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.flow-head-content .text {
  flex-shrink: 0;
  font-size: 20px;
}
.flow-head-content figure {
  position: relative;
  overflow: visible;
}

.flow-head-content figure.main-img {
  width: 12%;
}

@media (max-width: 520px) {
  .flow-head-content.flx {
    flex-direction: column;
    gap: 10px;
  }
  .flow-head-content .tit {
    text-align: center;
  }
  .flow-head-content figure.main-img {
    width: 30%;
  }
}

/* -------------------------------------
プラスCホームの家づくりの流れ
-------------------------------------*/
.flow-block-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  counter-reset: num; /* 複数のulで通し番号にするのに必須！ */
  margin-top: 50px;
}
.flow-block .titB i {
  padding-right: 0.5em;
}

.flow-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  line-height: 1;
  margin-bottom: -8px;
  font-weight: var(--fw-bb);
}
.flow-tit i {
  font-family: var(--webf);
  font-weight: 800;
  font-size: 1.4em;
  color: var(--c-sub);
}

.titB:has(+ .flow-content) {
  margin-bottom: -24px;
}
.flow-content {
  padding: 70px;
  background: #fff;
}
/* flow-list */
.flow-list li {
  --gap: 30px;
  --bf-size: 54px;
  counter-increment: num 1;
  display: flex;
  align-items: flex-start;
  gap: var(--gap);
  padding-bottom: 54px;
  position: relative;
}
.flow-list li:last-child {
  padding-bottom: 0;
}
.flow-list li::before {
  content: counter(num, decimal-leading-zero); /* 10未満は頭に0がつく */
  display: grid;
  place-content: center;
  width: var(--bf-size);
  height: var(--bf-size);
  flex-shrink: 0;
  font-family: var(--webf);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  background: var(--color);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.flow-list li:not(:last-child):after {
  content: "";
  display: block;
  width: calc(var(--bf-size) / 2);
  height: 100%;
  border-right: var(--dot);
  position: absolute;
  z-index: 1;
}
.flow-list li .text .tit {
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
}
.flow-list li .text .tit.strong {
  font-size: 22px;
  color: var(--c-main);
  font-weight: var(--fw-bb);
}
.bg-sub .flow-list li .text .tit.strong {
  color: var(--c-sub);
}
.flow-list li figure {
  width: 120px;
  aspect-ratio: 5/3;
  flex-shrink: 0;
  margin: auto 0 0 8%;
}
.flow-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow-block1-end {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 520px) {
  body .sec-flow .w_base {
    width: 92%;
    max-width: 92%;
  }
  .sec-flow .titA + .lead {
    width: 90%;
    text-align: left;
  }
  .flow-block-wrap {
    gap: 54px;
    margin: 60px auto 80px;
  }
  .flow-tit {
    gap: 5%;
    margin-bottom: 14px;
  }
  .flow-tit i {
    font-size: 2em;
  }
  .flow-content {
    padding: 40px 26px 40px 16px;
  }
  /* flow-list */
  .flow-list li {
    --gap: 18px;
    --bf-size: 44px;
    gap: 6px var(--gap);
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .flow-list li::before {
    font-size: 20px;
  }
  .flow-list li:not(:last-child):after {
    border-right-width: 2px;
  }
  .flow-list li .text {
    width: calc(100% - var(--bf-size) - var(--gap));
  }
  .flow-list li .text .tit,
  .flow-list li .text .tit.strong {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .flow-list li .text .btn.t_L {
    width: 100%;
    margin-left: 0;
  }
  .flow-list li figure {
    max-width: 30%;
    margin: 20px auto 0;
    translate: 20px 0;
  }
}

/* -------------------------------------
asd-contact
-------------------------------------*/

/** ==============================================
性能
============================================== **/
/* -------------------------------------
プラスCホームの家づくりへのこだわり
-------------------------------------*/
.particular-content .text {
  flex: 1;
}
.particular-content .tit strong {
  color: var(--c-main);
}
.particular-content figure {
  width: 47%;
  border-radius: var(--radius);
}

/* captain */
.captain-memo {
  display: flex;
  flex-direction: column;
  gap: 5%;
}
.captain-memo .titB {
  margin-left: 0;
}

@media (max-width: 520px) {
  .particular-content {
    --gap: 10px;
    flex-direction: column-reverse;
  }
  .particular-content .text .txt01 {
    margin-bottom: 10px;
  }
  .particular-content figure {
    width: 100%;
    margin: 0 auto 10px;
  }

  /* captain */
  .captain {
    --gap: 20px;
    width: 94%;
    flex-direction: column-reverse;
    margin-top: 60px;
    padding: 30px 7% 22px;
  }
  .captain .titB {
    margin: 4px auto 0;
    font-size: 3.5vw;
    translatey: 0 -50%;
  }
  .captain p {
    font-size: 0.9em;
  }
}

/* -------------------------------------
こだわり01...耐震性能の高さ
-------------------------------------*/
.sec-particular01 .head-en-head {
  width: 480px;
}
.particular-head-fig figure {
  width: 48%;
  border-radius: var(--radius);
}
.particular-head figure img {
  width: 100%;
}
.particular-head strong {
  display: block;
  margin-top: 20px;
  color: var(--c-sub);
  font-weight: var(--fw-b);
}
.particular01-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-bottom: 50px;
}
.particular01-content li {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  position: relative;
}
.particular01-content li:nth-child(even) {
  flex-direction: row-reverse;
}
.particular01-content li figure {
  width: 48%;
  border-radius: var(--radius);
}
.particular01-content li figure img {
  width: 100%;
}
.particular01-content li .text {
  flex: 1;
}
.particular01-content li .text strong {
  display: block;
  margin-bottom: 20px;
}
.particular01-content li .text span {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
}
.sec-particular01 .titB {
  width: 80%;
}

@media (max-width: 520px) {
  .sec-particular01 .head-en-head {
    width: 95%;
  }
  .particular-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .particular-head .text {
    width: 95%;
    margin-top: 0;
  }
  .particular-head h3 {
    width: 85%;
    margin: 0 auto 20px;
  }
  .particular-head p {
    margin-left: 8%;
  }
  .particular-head figure {
    width: 65%;
    margin: 0 auto;
  }
  .sec-particular01 .particular-head figure {
    translate: 0 0;
  }

  .particular-lead {
    margin: 30px 4% 70px;
  }

  .sec-particular01 .titB {
    min-width: 90%;
  }
  .particular01-content {
    gap: 50px;
    margin: 0 5% 50px;
  }
  .particular01-content li,
  .particular01-content li:nth-child(even) {
    flex-direction: column;
    gap: 20px;
  }
  .particular01-content li figure {
    width: 100%;
  }
  .particular01-content li .text strong {
    margin-bottom: 15px;
  }
}

/* -------------------------------------
こだわり02...1年中快適に暮らせる
-------------------------------------*/
.sec-particular02 .head-en-head {
  width: 480px;
}
.particular02-content.list .strong {
  text-align: left;
}

@media (max-width: 520px) {
  .sec-particular02 .head-en-head {
    width: 95%;
  }
  .particular02-content.list {
    width: 90%;
    margin: 0 auto;
  }
}

/* -------------------------------------
こだわり03...アレルギー体質を改善
-------------------------------------*/
.sec-particular03 .head-en-head {
  width: 480px;
}
.sec-particular03 .particular-memo {
  padding: 30px 50px;
}
.particular03-content.list .strong {
  margin: 16px 0 10px;
}

@media (max-width: 520px) {
  .sec-particular03 .head-en-head {
    width: 95%;
  }
  .sec-particular03 .particular-head figure {
    width: 64%;
    margin-bottom: 0;
  }
  .sec-particular03 .particular-lead {
    margin-bottom: 40px;
  }
  .sec-particular03 .particular-content {
    width: 95%;
    margin: 0 auto;
  }
  .sec-particular03 .particular-memo {
    margin-bottom: 50px;
    padding: 20px 7%;
  }
}

/* -------------------------------------
プラスCホームの家づくり基準値
-------------------------------------*/
.standard-head {
  display: flex;
  align-items: center;
  gap: 3%;
  margin-bottom: 60px;
}
.standard-head .text {
  flex: 1;
}
.standard-head figure {
  width: 100px;
  flex-shrink: 0;
}

/* standard-content */
.standard-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}
.standard-content .standard-tit {
  display: flex;
  align-items: flex-end;
  gap: 2%;
  margin: 10px 0 0;
}
.standard-content .standard-tit i {
  width: 44px;
  margin-left: 30px;
  mix-blend-mode: multiply;
}

.standard-item {
  display: grid;
  grid-template-columns: 17% 35% auto;
  gap: 1.5%;
  padding: 15px;
  background: #fff;
  border: var(--border);
}
.standard-item > * {
  height: 100%;
  padding: 26px 36px 36px;
}
.standard-item .item-tit {
  display: grid;
  place-items: center;
  padding: 1em;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: var(--c-main);
}
.standard-item .item-sub-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-weight: var(--fw-b);
  text-align: center;
}
.standard-item .item-sub-tit::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 1px solid var(--color);
}
.standard-item .text {
  font-size: 0.9em;
}
.standard-item .item-jp {
  border: 1px solid var(--bg-gray);
}

.standard-item .item-plusc {
  --c-color: var(--c-sub);
  background: var(--bg-sub);
  position: relative;
}
.standard-item .item-plusc::before {
  --size: 36px;
  content: "+";
  display: grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  padding-bottom: 4px;
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
  background: var(--color);
  border: 2px solid var(--color);
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 50%;
  translate: 0 -50%;
}
.standard-item .item-plusc .item-sub-tit {
  color: var(--c-color);
}
.standard-item .item-plusc .item-sub-tit::after {
  border-top-color: var(--c-color);
}
.standard-item .item-plusc .text strong {
  color: var(--c-color);
  font-weight: var(--fw-b);
}

@media (max-width: 520px) {
  .standard-head {
    margin: 0 5% 60px;
  }
  .standard-head figure {
    display: none;
  }

  /* standard-content */
  .standard-content {
    gap: 14px;
  }
  .standard-content .standard-tit {
    justify-content: center;
    gap: 5%;
    margin: 0 25px 0 0;
  }
  .standard-content .standard-tit i {
    width: 40px;
    margin-left: 0;
    translate: 0 4px;
  }
  .standard-item {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 0 20px;
  }
  .standard-item > * {
    padding: 24px 18px 30px;
  }
  .standard-item .item-tit {
    padding: 0.1em 1em;
    font-size: 1rem;
  }

  .standard-item .item-sub-tit {
    margin-bottom: 20px;
  }
  .standard-item .item-jp {
    margin: 0 15px;
  }
  .standard-item .item-plusc {
    margin: 0 15px;
  }
  .standard-item .item-plusc::before {
    left: 50%;
    top: 9px;
    transform: translate(-50%, -50%);
  }
}

/** ==============================================
資金計画
============================================== **/
.cash-arrow::after {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 5/2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: var(--bg-main);
  position: absolute;
  left: 50%;
  top: -1px;
  translate: -50% 0;
  z-index: 5;
}
/* 色 */
.bg-sub + .cash-arrow::after {
  background: var(--bg-sub);
}

@media (max-width: 520px) {
  .cash-arrow::after {
    width: 80px;
  }
}

/* -------------------------------------
家づくりのための鉄則
-------------------------------------*/
.sec-inviolable figure {
  width: 50%;
  margin: 30px auto;
}

/* step-end-txt */
.step-end-txt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 auto;
  text-align: center;
}
.sec-inviolable .step-end-txt span {
  padding: 6px 1em;
  background: #fff;
  border: var(--border2);
}
.sec-inviolable .step-end-txt em {
  width: 100%;
  font-size: 1rem;
}

@media (max-width: 520px) {
  .sec-inviolable figure {
    width: 78%;
    margin: 30px auto 20px;
  }

  /* step-end-txt */
  .sec-inviolable .step-end-txt {
    gap: 10px 6px;
    font-size: 0.85rem;
  }
}

/* -------------------------------------
家づくりのための鉄則02
-------------------------------------*/
.sec-inviolable02.cash-arrow::after {
  width: 90px;
  top: -60px;
  background: var(--color);
}
.inviolable02-list {
  --gap: 25px;
  width: 90%;
  margin: 0 auto;
}
.inviolable02-list.list li {
  counter-increment: num 1;
  padding: 30px 20px;
  background: #fff;
  position: relative;
}
.inviolable02-list.list li figure {
  width: 80%;
  margin: 20px auto 30px;
  border-radius: 0;
}
.inviolable02-list.list li figure img {
  aspect-ratio: 5/2;
  object-fit: contain;
  border-radius: 0;
}
.inviolable02-list.list li .titB {
  width: 70%;
  margin: 20px auto;
  /* font-family: var(--en); */
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -40px;
}
.inviolable02-list.list li .titB::after {
  content: counter(num, decimal-leading-zero); /* 10未満は頭に0がつく */
  margin-left: 0.2em;
  font-size: 1.2em;
}
.inviolable02-list.list li .strong {
  font-size: 1em;
}

.inviolable02-content {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
.inviolable02-content figure {
  width: 9%;
}

@media (max-width: 520px) {
  .sec-inviolable02.cash-arrow::after {
    width: 60px;
    top: -48px;
  }
  .inviolable02-list.list {
    gap: 40px;
  }
  .inviolable02-list.list li figure {
    width: 65%;
  }
  /* .inviolable02-content{
		flex-direction: column-reverse;
		margin: 30px 10% 0;
		position: relative;
	}
	.inviolable02-content .text{
		font-size: 0.9rem;
		text-align: center;
	}
	.inviolable02-content figure{
		width: 20%;
	} */
  .inviolable02-content {
    gap: 20px;
    margin: 30px 0 0;
  }
  .inviolable02-content .text {
    font-size: 0.82rem;
  }
  .inviolable02-content .text .txt01 {
    margin-bottom: 5px;
  }
  .inviolable02-content .text .txt02.fz24 {
    font-size: 15px;
  }
  .inviolable02-content figure {
    width: 22%;
  }
}

/* -------------------------------------
自分の予算を知る
-------------------------------------*/
section.sec-plan-step1.titA {
  margin-top: max(-100px, -5vw);
}
.step1-list {
  --gap: 24px;
  padding: 0 7%;
  text-align: center;
}
.step1-list li .strong {
  font-size: 1.2em;
}
.step1-list li figure {
  width: 50%;
  aspect-ratio: 3/2;
  margin: 0 auto 30px;
}
.step1-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fp-content {
  display: grid;
  grid-template-columns: auto 190px;
  align-items: center;
  gap: 80px;
}
.fp-content .titB {
  width: 100%;
}
.fp-content .titB span {
  color: var(--c-point);
  font-size: 1.1em;
}
.fp-content .fp-comment-tit {
  margin: 30px 0 10px;
}
.fp-content .fp-comment-tit + figure {
  margin-top: -35px;
  margin-left: 200px;
}
.fp-content > figure {
  width: 150px;
}

@media (max-width: 520px) {
  .step1-list li figure {
    width: 36%;
    margin: 0 auto 20px;
  }

  .fp-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fp-content .titB {
    margin-left: auto;
  }
  .fp-content .titB span {
    display: block;
  }
  .fp-content .fp-comment-tit {
    margin: 15px 0 10px;
    font-size: 15px;
  }
  .fp-content .fp-comment-tit + figure {
    margin: 0;
  }

  .fp-content > figure {
    /* width: 38%;
		margin: 0 auto; */
    display: none;
  }
}

/* -------------------------------------
建物の予算を知ろう！
-------------------------------------*/
.step2-content {
  --gap: 80px;
  align-items: center;
}
.step2-content .text {
  flex-shrink: 0;
}
.step2-content figure {
  width: 250px;
}
.step2-content figure img {
  width: 100%;
  mix-blend-mode: multiply;
}

.step2-point-content {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.step2-point-content .text {
  flex: 1;
}
.step2-point-content .titB {
  margin-left: 0;
}
.step2-point-content figure {
  width: 12%;
  margin: -46px 40px 0 0;
}

@media (max-width: 520px) {
  .sec-plan-step2 .titA {
    margin-top: max(-60px, -3vw);
  }
  .step2-content {
    --gap: 20px;
    width: 95%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .step2-content figure {
    width: 40%;
  }
  .step2-point-content {
    margin-top: 30px;
  }
  .step2-point-content figure {
    display: none;
  }
}

/* -------------------------------------
土地選び
-------------------------------------*/
.sec-plan-step3 .flow-content:has(.step3-flow-list) {
  margin-bottom: 70px;
}
.sec-plan-step3 .titB {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec-plan-step3 .titB span {
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-size: 1.4em;
  line-height: 1;
}
.sec-plan-step3 .titB span em {
  display: inline-block;
  font-size: 1.6em;
  margin-top: -6px;
}
.step3-flow-list .img-step4 {
  width: 260px;
}

/* point8-content */
.point8-content {
  --row: 2;
  --gap: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 70px var(--gap);
}
.point8-content li {
  counter-increment: num 1;
  width: calc((100% - var(--gap) * calc(var(--row) - 1)) / var(--row));
}
.point8-content li figure {
  width: 35%;
  margin: 0 auto;
}
.point8-content li figure img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.point8-content li .ctgr {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin: 20px auto 15px;
  padding: 8px 1.5em;
}
.point8-content li .ctgr::before {
  content: counter(num, decimal-leading-zero); /* 10未満は頭に0がつく */
  font-family: var(--webf);
  font-size: 1.3em;
  line-height: 1;
}
.point8-content li p {
  padding: 0;
  font-size: 15px;
}
.point8-end {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.point8-end figure {
  width: 80px;
}

@media (max-width: 520px) {
  .sec-plan-step3 .flow-content:has(.step3-flow-list) {
    margin-bottom: 30px;
  }
  .sec-plan-step3 .titB {
    flex-direction: column;
    gap: 5px;
  }
  .sec-plan-step3 .titB span {
    font-size: 1.1em;
  }
  .sec-plan-step3 .titB span em {
    font-size: 1.4em;
  }
  .step3-flow-list .img-step4 {
    width: 260px;
    max-width: 260px;
    translate: 0 0;
  }

  /* point8-content */
  .point8-content {
    --row: 1;
    gap: 40px;
    padding: 40px 0;
  }
  .point8-content li {
    padding: 0 8%;
  }
  .point8-content li + li {
    padding-top: 35px;
    border-top: 8px solid var(--bg-sub);
  }
  .point8-content li figure {
    width: 40%;
  }
  .point8-content li .ctgr {
    width: 90%;
  }

  .point8-end {
    gap: 20px;
  }
  .point8-end .tit {
    font-size: 0.8rem;
  }
  .point8-end figure {
    width: 15%;
  }
}

/* -------------------------------------
この土地で家づくりする？しない？
-------------------------------------*/
.sec-yes-no {
  z-index: 1;
}
.sec-yes-no .yes-no-chart {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  mix-blend-mode: multiply;
}
.sec-yes-no .d-1 {
  width: 260px;
  right: 190px;
  bottom: -80px;
  mix-blend-mode: multiply;
}

@media (max-width: 520px) {
  .sec-yes-no .d-1 {
    width: 40%;
    right: 6%;
    bottom: 0;
    top: 92%;
  }
}

/* -------------------------------------
建築費用について
-------------------------------------*/
.expense-head {
  position: relative;
}
.expense-ex {
  font-size: 13px;
  text-align: center;
}
.expense-ex span {
  margin: 0 1em 0 0;
  font-size: 1.2em;
}
.expense-content {
  margin-top: 30px;
  padding: 50px 70px;
}
.expense-dl dl {
  display: grid;
  grid-template-columns: auto 220px;
  align-items: end;
  gap: 30px;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.expense-dl dl:not(:first-child) {
  border-top: 1px solid var(--color);
}
.expense-dl dl dd {
  text-align: right;
}
.expense-content .tit {
  margin: 0 0 4px;
  font-size: 1.1em;
  color: var(--c-main);
}
.expense-content .expense-dl + .tit {
  margin-top: 20px;
}
/* デコ */
.sec-expense .d-1 {
  width: 120px;
  right: 110px;
  bottom: 20px;
  mix-blend-mode: multiply;
}

@media (max-width: 520px) {
  .expense-ex {
    font-size: 0.8em;
  }
  .expense-ex span {
    margin-right: 10px;
    font-size: 1em;
  }
  .expense-content {
    margin-top: 20px;
    padding: 20px 6%;
  }
  .expense-dl dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 30px;
    padding: 14px 5px;
    font-size: 0.9em;
  }
  .expense-dl dl dd {
    margin-left: auto;
  }
  .expense-content .tit {
    margin: 0;
  }
  .expense-content .expense-dl + .tit {
    margin-top: 30px;
  }
  /* デコ */
  .sec-expense .d-1 {
    display: none;
  }
}

/* -------------------------------------
住宅ローンについて知る
-------------------------------------*/
.mortgage-content {
  --gap: 100px;
  align-items: flex-end;
  margin-bottom: 60px;
}

.mortgage-content .text {
  flex: 1;
}
.mortgage-content .text strong {
  font-size: 1.2em;
  font-weight: var(--fw-b);
}
.mortgage-content .text strong {
  display: block;
  margin: 20px 0 10px;
  font-size: 1.4em;
  font-weight: var(--fw-b);
}
.mortgage-content figure {
  width: 180px;
  flex-shrink: 0;
  margin-bottom: 50px;
  margin: 0 80px 50px 0;
}

/* trivia */
/* .tit-trivia{
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	font-size: 1.2em;
	font-weight: var(--fw-b);
	text-align: center;
	line-height: 1;
	position: relative;
}
.tit-trivia::before{
	content: url(/common/images/deco-tit-trivia.png);
    position: relative;
    left: -150px;
    bottom: -50px;
    transform: scale(0.8);
}
.tit-trivia i{
	font-family: var(--en);
	color: var(--c-sub);
	font-size: 4.4em;
} */
.trivia-content {
  text-align: center;
}
.trivia-content .titB {
  margin-top: -89px;
}

@media (max-width: 520px) {
  .mortgage-content {
    --gap: 10px;
    margin-bottom: 0;
  }
  .mortgage-content .text {
    padding: 0 3%;
    line-height: 1.6;
  }
  .mortgage-content .text strong {
    font-size: 1em;
  }
  .mortgage-content figure {
    width: 33%;
    margin: 10px auto 40px;
  }

  /* trivia */
  .trivia-content {
    padding: 20px 6%;
  }
  .trivia-content .titB {
    margin-top: -35px;
  }
  .trivia-content .scrollbar-content figure {
    --width: 640px;
    width: var(--width);
    padding-bottom: 10px;
  }
  .trivia-content .scrollbar-content figure img {
    width: var(--width);
    max-width: var(--width);
  }
}

/* -------------------------------------
税金について知る
-------------------------------------*/
.tax-content {
  --gap: 100px;
  justify-content: center;
  align-items: center;
}
.tax-content figure {
  width: 300px;
  translate: 0 -20px;
}

.nta {
  width: 80%;
  margin: 30px 0 0;
  font-size: 0.9em;
}
.nta dt {
  margin-bottom: -5px;
}
.nta dd a {
  margin-left: 0.5em;
  font-size: 1.3em;
}
.nta dd a rt {
  font-size: 0.4em;
  line-height: 1;
}

@media (max-width: 520px) {
  .tax-content {
    --gap: 24px;
    flex-direction: column-reverse;
  }
  .tax-content figure {
    width: 54%;
    margin: 0 auto;
    translate: 0 0;
  }

  /* nta */
  .nta {
    width: 100%;
    text-align: center;
  }
  .nta dt {
    margin-bottom: -1px;
    font-size: 0.9em;
  }
  .nta dd {
    font-size: 0.8em;
  }
  .nta dd a {
    margin-left: 10px;
    font-size: 1.4em;
  }
  .nta dd a rt {
    font-size: 0.4em;
  }
}

/** ==============================================
会社概要
============================================== **/
/* -------------------------------------
sec-staff-head
-------------------------------------*/

/* -------------------------------------
スタッフ紹介
-------------------------------------*/
/* staff-list */
.staff-list {
  --row: 3;
  --gap: 2%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px var(--gap);
}
.staff-list li {
  width: calc((100% - var(--gap) * calc(var(--row) - 1)) / var(--row));
  padding: 20px 20px 30px;
  background: #fff;
  position: relative;
}
.staff-list li figure {
  overflow: visible;
}
.staff-list li figure > img {
  border-radius: var(--radius);
}
.staff-list li figure i {
  --size: 120px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  margin: calc(var(--size) / -2) -10px -30px auto;
  z-index: 2;
  position: relative;
}
.staff-list li figure i img {
  --img-size: calc(var(--size) - 22px);
  width: var(--img-size);
  height: var(--img-size);
  object-fit: contain;
}
.staff-list li .text {
  padding: 0 5%;
}
.staff-list li .text p span {
  display: block;
  font-size: 1.4em;
  font-weight: var(--fw-b);
}
.staff-list li .text .staff-message {
  width: 95%;
  margin: 30px auto 0;
}
.staff-list li .text .staff-message img {
  max-width: 100%;
  mix-blend-mode: darken;
}

/* ceo */
.staff-list li i.ceo {
  display: inline-block;
  width: fit-content;
  margin: 0 10px 8px 0;
  padding: 0 0.5em;
  font-family: var(--webf);
  color: #fff;
  text-align: center;
  font-size: 0.75em;
  background: var(--c-sub);
  border-radius: 5px;
}
/* .staff-list li i.ceo{
	width: 100%;
	display: flex;
	justify-content: center;
	gap:3%;
	align-items: baseline;
	color: var(--c-sub);
	font-family: var(--en);
	font-size: 5em;
	line-height: 1;
	position: absolute;
	left: 50%;
	bottom: 101%;
	transform: translateX(-50%);
}
.staff-list li i.ceo::before,
.staff-list li i.ceo::after{
	content: "";
	display: block;
	width: 24px;
	aspect-ratio: 54/62;
	background: url(/common/images/deco-fukidashi_l.png) no-repeat center / contain;
}
.staff-list li i.ceo::after{
	transform: scale(-1,1);
} */

/* working-list */
.working-list li .strong {
  font-size: 0.9em;
}

@media (max-width: 520px) {
  /* staff-list */
  .staff-list {
    --row: 1;
    padding: 0 2%;
  }
  .staff-list li figure i {
    --size: min(30vw, 120px);
    margin: calc((var(--size) / -2) - 2vw) -10px -8vw auto;
  }
  .staff-list li .text .staff-message {
    margin-top: 20px;
  }

  /* ceo */
  /* .staff-list li i.ceo{
		width: 100%;
		font-size: 4.5em;
	}
	.staff-list li i.ceo::before,
	.staff-list li i.ceo::after{
		width: 28px;
	} */

  /* .working-state p.tit{
		margin-left: 25%;
        font-size: min(4.4vw, 22px);
        text-align: left;
	} */

  /* working-state */
  .working-state {
    padding: 0 9%;
  }
  .working-state .working-list li p {
    padding: 0;
    font-size: 0.85em;
  }
}

/* -------------------------------------
自分史
-------------------------------------*/
.bnr-ceo-history {
  display: block;
  width: min(85%, 680px);
  margin: 0 auto 30px;
  border-radius: var(--radius);
  overflow: hidden;
}
.bnr-ceo-history img {
  max-width: 100%;
}

@media (max-width: 520px) {
  .bnr-ceo-history {
    width: 95%;
    margin-bottom: 25px;
  }
  .bnr-ceo-history + .lead {
    width: 90%;
    font-size: 1rem;
  }
}

/* -------------------------------------
会社概要
-------------------------------------*/
.company-content {
  margin-bottom: 80px;
}

/* アクセス */
.access-content {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 2%;
}
.access-content figure {
  border-radius: var(--radius);
}
.access-content figure img {
  width: 100%;
}
.access-content .gmap {
  height: 100%;
  overflow: hidden;
}

/* デコ */
.sec-company .d-1 {
  width: 180px;
  left: -7%;
  top: 29%;
}

@media (max-width: 520px) {
  .company-content {
    margin-bottom: 50px;
    padding: 0 5%;
  }

  /* アクセス */
  .access-content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 2%;
  }
  .access-content figure {
    order: 2;
  }
  .access-content .gmap {
    order: 1;
    height: 32vh;
  }

  /* デコ */
  .sec-company .d-1 {
    width: 36%;
    left: -5%;
    top: auto;
    bottom: 30%;
  }
}

/* -------------------------------------
お問い合わせ
-------------------------------------*/
.owlet-form .tbl-spcol th {
  width: 30%;
  background: none;
}

@media (max-width: 520px) {
  .owlet-form .content-box {
    padding: 30px 10px;
  }
  .owlet-form .tbl-spcol th {
    padding: 10px 15px;
    background: var(--bg-main);
  }
}

/* -------------------------------------
基本プラン
-------------------------------------*/
[class^="sec-plan"] .head-en-head p strong {
  font-size: 2em;
}
[class^="sec-plan"] .head-en-head p em {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
}
.tab-area-wrap {
  --row: 4;
  --gap: 10px;
  display: flex;
  flex-wrap: wrap;
  width: clamp(1000px, 80%, 1200px);
  margin: auto;
}

input[name^="tab-input"] {
  display: none;
}
.tab-label {
  --height: 50px;
  display: block;
  float: left;
  width: calc((100% - var(--gap) * calc(var(--row) - 1)) / var(--row));
  height: var(--height);
  line-height: var(--height);
  font-size: 15px;
  font-weight: var(--fw-b);
  text-align: center;
  background: #fff;
  border: var(--border2);
  border-bottom: none;
  order: -1;
}
.tab-label:not(:first-of-type) {
  margin-left: var(--gap);
}
input:checked + .tab-label {
  background: var(--color);
  color: #fff;
}

.tab-content {
  display: none;
  width: 100%;
  padding: 40px;
  background: #fff;
  border: var(--border2);
}
input:checked + .tab-label + .tab-content {
  display: block;
}
.plan-sub-tit {
  font-size: 1.1em;
  color: var(--c-main);
}
.plan-sub-tit:not(:first-of-type) {
  margin-top: 50px;
}
.plan-sub-tit::before {
  content: "●";
}

/* plan-list */
.plan-list {
  gap: 40px var(--gap);
}
.plan-list li p {
  font-size: 14px;
}
.plan-list li .strong {
  font-size: 0.95em;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: var(--border);
}
.plan-list li .strong::before {
  content: "■";
}

@media (max-width: 520px) {
  [class^="sec-plan"] .head-en-head {
    margin-bottom: 20px;
  }
  [class^="sec-plan"] .head-en-head p {
    font-size: 0.95rem;
    text-align: center;
  }

  .tab-area-wrap {
    --row: 2;
    --gap: 0;
    width: 90%;
  }

  .tab-label {
    --height: 50px;
    width: 50%;
    font-size: 15px;
    background: #eee;
    border-width: 1px;
    border-bottom: none;
  }

  .tab-content {
    padding: 30px 20px;
  }
  .plan-sub-tit {
    font-size: 1em;
  }
  .plan-sub-tit:not(:first-of-type) {
    margin-top: 30px;
  }

  /* plan-list */
  .plan-list {
    gap: 30px var(--gap);
  }
  .plan-list li p {
    font-size: 13px;
  }
  .plan-list li .strong {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
}
/*layout:6*/