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

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


/* ----animation---- */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
@keyframes loop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}
@keyframes loop_r {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(50%);
	}
}
@keyframes fade_in{
    0% {
        opacity:0
    }
    99% {
        opacity:1
    }
    100% {
        opacity:1
    }
}
@keyframes fade_up{
    0% {
        transform:translateY(30px);
        opacity:0
    }
    99% {
        transform:translateY(0);
        opacity:1
    }
    100% {
        transform:translateY(0);
        opacity:1
    }
}
@keyframes fade_r{
    0% {
        transform:translateX(-30px);
        opacity:0
    }
    99% {
        transform:translateX(0);
        opacity:1
    }
    100% {
        transform:translateX(0);
        opacity:1
    }
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes bg_long{
    0% {
        height: 0;
    }
    100% {
        height: 110vw;
    }
}
@keyframes floating-y {
	0% {
		translate: 0 -5px;
	}
	100% {
		translate: 0 5px;
	}
}
@keyframes floating-x {
	0% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(0px);
	}
}
@keyframes floating-rotate {
	0% {
		rotate: -8deg;
	}
	100% {
		rotate: 8deg;
	}
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* ----page overlay---- */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.8s ease;
	z-index: 9999;
	flex-direction: column;
}
#overlay img {
	width: 65px;
	margin: 0 0 1rem;
}
/* オーバーレイを表示する時 */
#overlay.active {
	opacity: 1;
	pointer-events: all;
}
/* 中央スピナー */
.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid var(--color_main);
	border-top: 4px solid transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#body_wrap {
	opacity: 0;
	transition: opacity 0.8s ease;
	will-change: opacity;
	position: relative;
}
#body_wrap.fade-in {
	opacity: 1;
}
#body_wrap.fade-out {
	opacity: 0;
}
.spinner-logo {
	animation: float 2s ease-in-out infinite;
}

/* ----全体---- */
body {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-style: normal;
}
.post_content {
	line-height: 2.3;
}
.post_content h2,
.post_content h3,
.post_content h4 {
	margin: 0;
}
.txt_nml {
    font-size: clamp(1rem, 0.75rem + 0.4167vw, 1.25rem) !important;
}
a[href^="tel:"] {
    pointer-events: none;
}
.dis_none {
	display: none;
}
li {
	list-style: none;
}
strong {
	font-weight: 900;
}

/* ----font---- */
.comment_ft{
	font-family: "M PLUS 1", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.en_ft {
	font-family: "Lato", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.min_ft {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}

/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}
.swl-marker {
    background-size: 100% 60px;
    background-position: center bottom 5px;
    background-repeat: no-repeat;
}

/* ----見出し---- */
.h2_ttl {
    font-size: clamp(1.8rem, 1.2rem + 1vw, 2.4rem) !important;
    font-weight: 900 !important;
	display: block;
	margin: 0 0 50px !important;
    padding-bottom: 30px;
}
.h2_ttl::before {
	position: absolute;
	content: "";
	background: var(--color_main);
	border-radius: 3px;
	width: 40px;
	height: 10px;
	bottom: 0;
	left: 0;
}
.h2_ttl::after {
	position: absolute;
	content: "";
	background: var(--color_deep01);
	border-radius: 3px;
	width: 10px;
	height: 10px;
	bottom: 0;
	left: 45px;
}
.capTxt {
	font-size: clamp(1.8rem, 0.6rem + 2vw, 3rem) !important;
	font-weight: 900;
}
.capTxt .big {
	font-size: clamp(2.8rem, 0.6rem + 3.6667vw, 5rem) !important;
}
.capTxt_s {
	font-size: clamp(1.6rem, 0.4rem + 2vw, 2.8rem) !important;
	font-weight: 900 !important;
}
.capTxt_s .big {
    font-size: clamp(2.4rem, 0.8rem + 2.6667vw, 4rem) !important;
}

/* ----ボタン---- */
.cmn_btn {
	width: 330px;
	margin: 0 auto;
}
.cmn_btn .swell-block-button__link {
	font-family: "Lato", "Zen Kaku Gothic Antique", sans-serif;
	background: #fff url(../../uploads/2026/07/btn_mark_bl.svg) no-repeat right 20px center / 102px;
    box-shadow: none;
	border-radius: 20px;
	border: 2px solid var(--color_deep03);
	color: var(--color_deep03);
    min-height: 70px;
    position: relative;
    transition: .3s;
    font-size: clamp(1.2rem, 0.9rem + 0.5vw, 1.5rem) !important;
    font-weight: 800;
	letter-spacing: 0.1rem;
	overflow: hidden;
	padding: 1.2vw 1.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cmn_btn .swell-block-button__link:hover {
	background-color: var(--color_deep03);
	background-size: 150px;
    transition: .3s;
	color: #fff;
}
.cmn_btn.wh .swell-block-button__link {
	background-color: initial;
	border: 2px solid #fff;
	color: #fff;
}
.cmn_btn.wh .swell-block-button__link:hover {
	background-color: #fff;
	color: var(--color_main) !important;
}
.cmn_btn.bl .swell-block-button__link {
	background-color: initial;
	background-image: url(../../uploads/2026/07/btn_mark_wh.svg);
}
.cmn_btn.bl .swell-block-button__link:hover {
	background-color: var(--color_deep03);
}

/* ----ヘッダー---- */
.l-header {
	background: none;
}
.l-header .l-container {
	max-width: 100%;
    padding: 0 0 0 2vw;
}
.l-fixHeader {
	box-shadow: none !important;
	backdrop-filter: blur(10px);	
}
.l-fixHeader .l-container {
	max-width: 100%;
    padding: 0 0 0 2vw;
}
.-series .l-header__logo {
	min-width: 250px;
	margin-right: 1vw;
	padding: 0;
}
.c-headLogo__img {
    height: 8vw;
    max-height: 110px;
}
.l-fixHeader__logo {
	padding: 0;
    margin-right: 1vw;
}
.l-fixHeader .c-headLogo__img {
    height: auto;
    max-height: 80px;
}
.-series .c-headLogo {
	margin-right: 0;
	max-width: 730px;
}
.l-fixHeader .c-headLogo {
	margin: auto 0 0 0;
}
.l-fixHeader .c-headLogo .c-headLogo__link {
    display: flex;
    align-items: flex-end;
}
.l-header__gnav {
	background: #fff;
	border-bottom-left-radius: 20px;
	max-height: 120px;
	height: 6.3vw;
    min-height: 80px;
}
.l-header .c-gnav {
	padding-left: 1.5vw;
}
.l-fixHeader__gnav {
	height: 80px;
}
.c-gnav>.menu-item>a{
	padding: 0 0.95vw;
	transition: .2s;
	text-align: left;
	font-weight: 900;
}
.c-gnav>.menu-item>a .ttl {
	font-size: clamp(0.8rem, -0.1rem + 1.125vw, 1.25rem);
}
.c-gnav>.menu-item.contact {
	margin-left: 1vw;
}
.c-gnav>.menu-item.contact a {
	background: var(--color_main) url(../../uploads/2026/07/icon_mail.svg) no-repeat center top 1.5vw / 1.8vw 1.5vw !important;
	color: #fff;
    aspect-ratio: 1 / 1;
    max-width: 120px;
    width: 6.3vw;
	padding: 0;
    text-align: center;
	transition: .4s;
}
.c-gnav>.menu-item.contact>a .ttl {
	font-size: clamp(0.7rem, 0.3rem + 0.5vw, 0.9rem);
	font-weight: 500;
	margin-top: 40px;
}
.l-fixHeader .c-gnav>.menu-item.contact a {
	background: var(--color_main) url(../../uploads/2026/07/icon_mail.svg) no-repeat center top 20px / 30px 25px !important;
	width: 7vw;
}
.c-gnav>.menu-item>a:hover{
	opacity: 1;
	color: var(--color_main);
}
.c-gnav>.menu-item.contact a:hover {
	background: var(--color_deep03) url(../../uploads/2026/07/icon_mail.svg) no-repeat center top 1.8vw / 1.8vw 1.5vw !important;
	color: #fff;
	transition: .4s;
}
.l-fixHeader .c-gnav>.menu-item.contact a:hover {
	background: var(--color_deep03) url(../../uploads/2026/07/icon_mail.svg) no-repeat center top 20px / 30px 25px !important;
}
.c-gnav>.menu-item>a::after {
	display: none;
}
.c-gnav .sub-menu {
	border: 2px solid var(--color_main);
	background: rgba(255, 255, 255, .9);
	backdrop-filter: blur(10px);
	width: 18em;
	border-radius: 15px;
	margin-top: -15px;
	padding: 10px;
}
.c-gnav .sub-menu::after{
	position: absolute;
	content: "";
    width: 0;
    height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--color_main);
    top: -10px;
    left: 0;
	right: 0;
    margin: 0 auto;
    transition: .4s;
}
.c-gnav .sub-menu a {
	transition: .3s;
	font-size: clamp(0.9rem, 0.8rem + 0.1667vw, 1rem);
	font-weight: 600;
	padding: 10px 20px;
    display: flex;
    align-items: center;
	color: var(--color_main);
}
.c-gnav .sub-menu a:before,
.c-listMenu a:before {
	position: absolute;
	content: "";
	background: var(--color_deep03);
	width: 0;
	transition: .2s;
	height: 1px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.c-gnav .sub-menu:before {
	background: none;
}
.c-gnav .sub-menu a:before {
    left: 1em;
}
.c-gnav .sub-menu li:last-of-type a {
	border-bottom: none;
}
.c-gnav .sub-menu a:hover {
	background: none;
	transition: .2s;
    color: var(--color_deep03);
}
.c-gnav .sub-menu a:hover::before {
	width: 8px;
	transition: .2s;
}
.c-gnav .sub-menu a:hover .ttl {
	left: 10px;
}
.l-fixHeader .c-gnav>.menu-item>.sub-menu {
	top: 90%;
}
.w-header.pc_ {
	position: absolute;
    right: 4vw;
    top: 20px;
}
.c-gnav>.menu-item.dis_sp {
	display: none;
}
.c-gnav > .-current > a::after {
	display: none;
}
.c-spnav>.menu-item.dis_none {
	display: block;
}


/* ----コンテンツヘッダー---- */
.l-topTitleArea {
    height: 43.5vw;
    color: #fff !important;
	position: relative;
    font-size: 1rem !important;
	min-height: 420px;
	margin-top: -120px;
}
.l-topTitleArea::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 110vw;
	clip-path: polygon(0 0, 80% 0, 19% 33%, 0 20%);
    height: 0;
    background-color: rgba(200, 235, 255, .8);
	backdrop-filter: blur(10px);
    animation: bg_long 1s cubic-bezier(0.22, 1, 0.36, 1) .5s forwards;
    will-change: backdrop-filter;
    z-index: 1;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
    margin: -3vw 0 0 15.5vw;
	padding: 0 1vw;
}
.c-pageTitle {
	font-size: clamp(1.4rem, 0.5rem + 1.5vw, 2.3rem);
    letter-spacing: 0.1rem;
	font-weight: 900;
	opacity: 0;
	color: var(--color_text);
    animation: fade_in 1s cubic-bezier(0.22, 1, 0.36, 1) .5s forwards;
}
.c-pageTitle__subTitle {
	font-family: "Lato", "Zen Kaku Gothic Antique", sans-serif;
	font-style: normal;
	font-weight: 800;
	visibility: visible;
    display: block;
    position: absolute;
	color: var(--color_deep03);
    font-size: clamp(3.4rem, 1.2rem + 3.6667vw, 5.6rem);
    left: 0;
    right: 0;
    margin: -5.6vw auto 0 -0.5vw;
	opacity: 1;
    animation: fade_r 1s cubic-bezier(0.22, 1, 0.36, 1) .5s forwards;
	opacity: 0;
}
.c-postTitle .c-postTitle__ttl {
	font-size: clamp(1.4rem, 0.5rem + 1.5vw, 2.3rem);
	font-weight: 900;
	color: var(--color_text);
    letter-spacing: 0.1rem;
}
.c-postTitle .c-pageTitle__subTitle {
    margin: -8.4vw auto 0 0.5vw;
}
.p-articleMetas {
	color: var(--color_deep03);
    margin: 0 !important;
}


/* ----パンくずー---- */
.l-topTitleArea+.p-breadcrumb {
	z-index: 1;
	color: var(--color_deep03);
	position: absolute;
	top: 23vw;
	left: 15.5vw;
}
.p-breadcrumb__list {
	gap: 1em;
	font-weight: 900;
	padding: 0 1vw;
}
.p-breadcrumb__list .p-breadcrumb__text {
	opacity: 1 !improtant;
}
.p-breadcrumb__list .icon-home:before {
	display: none;
}

/* ----コンテンツ---- */
.l-content {
    padding-bottom: 0;
	margin: 0 auto 1.5em;
}
.blog .l-content,
.archive .l-content {
    padding: 8em 0 0;
}
.single .l-content {
    padding: 2em 2vw;
}
:not(.home) > .l-content {
	margin: 0 auto 4em;	
}
.archive .c-categoryList {
    display: none;
}
.swell-block-fullWide + .swell-block-fullWide {
	margin-top: 0;
	margin-bottom: 0;
}
.swell-block-fullWide__inner {
	padding: 0;
}
.swell-block-columns__inner {
	justify-content: space-between;
	margin: 0;
}
.swell-block-columns .swell-block-column {
	margin: 0;
}
.p-postList__meta :before {
	display: none;
}
.bg_circle::before {
    content: "";
	height: min(100px + 140px, 210px);
	top: -13vw;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50% / 100% 100% 0 0;
    position: absolute;
    width: 140%;
    z-index: -1;
}

/* ----キャラコメント---- */
 .comment_imgL {
    background: url(../../uploads/2026/07/dobokun_l.svg) no-repeat center / contain;
    max-width: 310px;
    line-height: 1.4;
    width: 16vw;
    height: 12.5vw;
    max-height: 240px;
    padding: 2vw 0 0 7.6vw;
    font-size: clamp(0.9rem, 0.1rem + 1vw, 1.3rem);
}
 .comment_imgR {
    background: url(../../uploads/2026/07/dobokun_r.svg) no-repeat center / contain;
    max-width: 280px;
    line-height: 1.4;
    width: 15vw;
    height: 12.5vw;
    max-height: 240px;
    padding: 2vw 0 0 2vw;
    font-size: clamp(0.9rem, 0.1rem + 1vw, 1.3rem);
}

/* ----訴求エリア---- */
.appealArea {
    position: relative;
    padding: 6em 0 3em !important;
}
.appealArea::after {
    position: absolute;
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    bottom: -4.9vw;
    width: 100%;
    height: 5vw;
    z-index: 1;
}
.appealArea .swell-block-fullWide__inner {
    position: static;
}
.appealArea .marquee {
    position: absolute;
    top: -5em;
    right: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-right: 0;
    white-space: nowrap;
    animation: infinity-scroll-right 150s linear infinite;
}
.appealArea .marquee .txt_slide_top {
    font-size: clamp(4.6rem, 3.4rem + 2vw, 5.8rem);
    line-height: 1;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: loop_r 75s linear infinite;
}
.appealArea .marquee.wh {
    position: absolute;
    top: 7em;
    left: 0;
    animation: infinity-scroll-left 150s linear infinite;
    z-index: 0;
    opacity: .1;
}
.appealArea .marquee.wh .txt_slide_top {
    animation: loop 75s linear infinite;
}

/* ----HySPEED工法比較表---- */
.merit_tbl {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 4vw;
    --table-border: 3px solid var(--color_deep03) !important;
}
.merit_tbl tr th,
.merit_tbl tr td {
    vertical-align: middle;
}
.merit_tbl tr th {
    width: 30%;
    font-size: clamp(1.4rem, 0.8rem + 1vw, 2rem);
    font-weight: 900;
}
.merit_tbl tr:nth-child(n+2) th {
    background: var(--color_pale04);
    padding: 35px 10px;
}
.merit_tbl tr td {
    font-size: clamp(1rem, 0.6rem + 0.6667vw, 1.4rem);
    line-height: 1.4;
    padding: 10px;
}
.merit_tbl tr td:last-child {
    font-weight: 900;
    width: 40%;
}
.merit_tbl tr td .big {
    font-size: clamp(1.4rem, 0.8rem + 1vw, 2rem);
}

/* ----HySPEED工法コンテンツ---- */
.hs_slideArea {
    padding-top: 10em !important;
}
.hs_slideArea .hs_cap {
    position: absolute;
    content: "";
    z-index: -1;
    font-size: clamp(4.8rem, 0.6rem + 7vw, 9rem);
    top: -0.8em;
    line-height: 1;
    letter-spacing: 0.3vw;
    left: 20px;
}
.hs_slideArea .loop-slider {
    display: flex;
    overflow: hidden;
    gap: 0;
}
.hs_slideArea .loop-slider .wp-block-group__inner-container,
.hs_slideArea .loop-slider .swell-block-columns {
    display: contents;
}
.hs_slideArea .loop-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 40s infinite linear;
}
.hs_slideArea .loop-slider .swell-block-column {
    width: auto;
    margin-right: 1vw;
}
.hs_slideArea .loop-slider .swell-block-column figure {
    width: 28vw;
    aspect-ratio: 3 / 2;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.hs_slideArea .loop-slider .swell-block-column figure::before {
    padding-top: 65%;
    display: block;
    content: "";
}
.hs_slideArea .loop-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.hs_slideArea .btnBox {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 4vw;
}
.hs_slideArea .btnBox h2 {
    font-size: clamp(2rem, 1.2rem + 1.3333vw, 2.8rem);
    font-weight: 900;
    letter-spacing: 0.2rem;
    mix-blend-mode: multiply;
}
.hs_slideArea .btnBox h2::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2026/07/shinto_circle.svg) no-repeat center / cover;
    left: -8vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 312px;
    aspect-ratio: 1 / 1;
    z-index: -1;
    animation: spin 15s linear infinite;
}
.hs_slideArea .btnBox .cmn_btn {
    max-width: 400px;
    width: 25vw;
    min-width: 310px;
}

/* ----お知らせ - カード型---- */
.blog .l-content,
.archive.category .l-content {
	max-width: none;
	padding: 0;
	margin: 2em auto 8em;
}
.blog .l-content .l-mainContent,
.archive.category .l-content .l-mainContent {
	max-width: 1470px;
}
.term-list-wrapper {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 0 2vw 2em;
}
.term-list-wrapper ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
	padding: 0;
}
.term-list-wrapper ul li {
	margin: 0;
    width: calc(100% / 3 - 2vw);
}
.term-list-wrapper ul li a {
	background: #fff url(../../uploads/2026/07/btn_mark_bl.svg) no-repeat right 3vw center / 8.5vw;
	color: var(--color_deep03);
	font-size: clamp(1.6rem, 0.8rem + 1.3333vw, 2.4rem);
	font-weight: 900;
	padding: 2vw;
	border: 2px solid var(--color_deep03);
	border-radius: 20px;
    min-height: 90px;
	display: block;
    text-align: left;
    padding: 1.8vw 3.5vw;
    display: flex;
    align-items: center;
    overflow: hidden;
	transition: .2s;
}
.term-list-wrapper ul li:nth-child(2) a {
	background: var(--color_deep01) url(../../uploads/2026/07/btn_mark_wh.svg) no-repeat right 3vw center / 8.5vw;
}
.term-list-wrapper ul li a:hover {
	background-color: var(--color_deep03);
	background-size: 11vw;
    transition: .3s;
	color: #fff;
}
.single .single_titlebox time{
	color: var(--color_deep03);
	font-size: clamp(1.125rem, 0.8323rem + 0.4878vw, 1.375rem);
	font-family: "Lato", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
}
.single .single_titlebox h2{
	font-size: clamp(1.125rem, 0.5396rem + 0.9756vw, 1.625rem) !important;
	font-weight:900;
}
.single .post_content p{
	font-weight: 500;
}
.p-postListWrap:has(.-type-card) {
	width: 100%;
    height: auto;
}
.p-postList.-type-card {
    justify-content: space-between;	
}
.p-postList.-type-card::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 0.5vw) !important;
}
.p-postList.-type-card li.p-postList__item {
	width: calc(100% / 3 - 0.5vw) !important;
	margin-bottom: 4em;
}
.p-postList.-type-card li.p-postList__item .p-postList__thumb {
	box-shadow: none;
}
.p-postList.-type-card li.p-postList__item .c-postThumb__figure {
	box-shadow: none;
	aspect-ratio: 3 / 2;
	border-radius: 20px;
}
.p-postList.-type-card .p-postList__body {
    display: flex;
    flex-direction: column;
	padding-top: 1vw;
}
.p-postList.-type-card .p-postList__body .p-postList__title {
    order: 2;
    font-weight: 900;
	font-size: clamp(1.1rem, 0.9rem + 0.3333vw, 1.3rem);
}
.p-postList.-type-card .p-postList__body .p-postList__meta {
    order: 1;
    font-size: 0.85rem;
    font-weight: bold;
    color: var(--color_deep03);
    margin-bottom: 5px !important;
}
.p-postList.-type-card .p-postList__body .p-postList__meta :before {
	display: none;
}
.p-postList.-type-card .p-postList__body .p-postList__meta .p-postList__times {
	font-family: "Lato", "Zen Kaku Gothic Antique", sans-serif;
	color: var(--color_deep03);
    font-size: 1.25rem;
    font-weight: 900;
    opacity: 1;
    margin-right: 1vw;
}
.p-postList.-type-card .p-postList__body .p-postList__meta .p-postList__cat {
	background: var(--color_deep03);
	color: #fff;
	border-radius: 5px;
	opacity: 1;
	letter-spacing: 0.05rem;
    padding: 6px 15px;
    font-size: 0.8rem;
}

/* ----概要---- */
.outlineBox {
	--swl-dt-width: 22%;
}
.outlineBox .swell-block-dl__dt{
    padding: 0.6vw 0;
    display: flex;
    align-items: stretch;
}
.outlineBox .swell-block-dl__dt,
.outlineBox .swell-block-dl__dd {
	border-bottom: none !important;
    line-height: 2;
	font-size: clamp(1rem, 0.9rem + 0.1667vw, 1.1rem);
}
.outlineBox .swell-block-dl__dt:last-of-type{
}
.outlineBox .swell-block-dl__dt:after{
    display: none;
}
.outlineBox .swell-block-dl__dd{
    padding: 0.6vw 0 0.6vw 1.5vw;
}
.outlineBox .swell-block-dl__dd:last-of-type{
}

/* ----fixボタン---- */
.fix_btn {
	position: fixed;
    right: 0;
	bottom: 390px;
	transition: .2s;
	animation: 
		floating-y 3s infinite alternate ease-in-out,
		floating-x 4.11s infinite alternate ease-in-out,
		floating-rotate 5.19s infinite alternate ease-in-out;
	z-index: 10;
}
.fix_btn:hover {
    bottom: 380px;
	transition: .2s;
}
.fix_btn a:hover {
    opacity: 1;
}


/* ----フッター---- */
.w-beforeFooter {
    margin: 3em 0;
}
.f_cityArea {
    padding-bottom: 6.5vw !important;
    padding-top: 5vw !important;
    background-repeat: repeat-x !important;
	margin-bottom: 1vw;
}
.f_conArea {
    padding: 20em 0 0 !important;
    height: 34em;
}
.f_conArea::before {
	z-index: 0 !important;
}
.f_conArea .__parallaxLayer {
	height: calc(100% + 30vh);
	top: 5vh;
}
.conBox {
	padding: 50px 4vw 60px !important;
	margin: 0 auto;
	border-radius: 10px;
	border: 3px solid var(--color_deep03);
    max-width: 1100px;
    top: -27em;
    position: absolute;
    left: 0;
    right: 0;
}
.conBox .tel_num {
	font-size: clamp(3.2rem, 2.4rem + 1.3333vw, 4rem);
    line-height: 1;
}
.conBox .tel_num .swl-inline-icon {
	font-size: 3rem;
	color: var(--color_deep03);
    margin: 0 .1em 0 0;
}
.conBox h2 {
	font-size: clamp(3.4rem, 2.6rem + 1.3333vw, 4.2rem);
    font-weight: 900;
    margin-bottom: 10px;
}
.conBox p {
    font-size: clamp(1.1rem, 0.95rem + 0.25vw, 1.25rem);
    font-weight: 900;
}
.conBox p.hours {
	margin-right: 10px;
}
.conBox .cmn_btn .swell-block-button__link {
    font-size: 1.3rem !important;
	font-weight: 900;
	letter-spacing: 0;
}
.w-footer {
	max-width: 1520px;
    padding: 0 4vw;
}
.w-footer__box {
	padding: 0;
}
.l-footer {
	padding-top: 8em;
}
.l-footer__foot {
	display: none;
}
.l-footer__widgetArea {
	padding-bottom: 0 !important;
}

[data-partsid="29"] .topbox {
	padding: 3em 0;
	margin-bottom: 0;
}
[data-partsid="29"] .topbox .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}
[data-partsid="29"] .topbox .swell-block-columns {
	width: 58%;
}
[data-partsid="29"] .topbox .swell-block-columns__inner {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}
[data-partsid="29"] .topbox ul {
	padding: 0;
}
[data-partsid="29"] .topbox ul li {
	font-size: clamp(1rem, 0.75rem + 0.3125vw, 1.125rem);
	font-weight: 900;
	margin: 0 0 1.5rem;
}
[data-partsid="29"] .topbox ul li a {
	transition: .2s;
}
[data-partsid="29"] .topbox ul li a:hover {
	opacity: .8;
	transition: .2s;
}
[data-partsid="29"] .topbox ul .pr_li {
	font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
}
[data-partsid="29"] .topbox .sub-ul {
	padding-top: 1.5rem !important;
	padding-left: 1rem !important;
}
[data-partsid="29"] .topbox .sub-ul li {
	font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
}
[data-partsid="29"] .topbox .ul01 {
	width: 35%;
}
[data-partsid="29"] .topbox .ul02 {
	width: 32%;
}
[data-partsid="29"] .topbox .ul03 {
	width: 25%;
}
[data-partsid="29"] .topbox .otherbox {
	width: 28%;
}
[data-partsid="29"] .topbox .otherbox .notes {
	font-size: 12px;
	line-height: 1.9rem;
	margin-bottom: 2.2rem;
}
[data-partsid="29"] .topbox .otherbox .sns_list {
	display: flex;
	-moz-column-gap: 1.5rem;
		 column-gap: 1.5rem;
	align-items: center;
}
[data-partsid="29"] .bottombox {
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
    border-top: 1px solid #fff;
}
[data-partsid="29"] .bottombox figure {
	width: 28.1vw;
	min-width: 350px;
}
[data-partsid="29"] .bottombox .copyright {
	font-size: 14px;
	font-weight: 900;
	text-align: right;
}


@media screen and (max-width: 1459px) {
.blog .l-content .l-mainContent,
.archive.category .l-content .l-mainContent {
	width: 95%;
}
}


/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {
.c-gnav>.menu-item.contact a {
    background-position: center center !important;
	background-size: 2.5vw 2vw !important;
}
.c-gnav>.menu-item.contact a:hover {
    background-position: center center !important;
	background-size: 2.5vw 2vw !important;
}
.c-gnav>.menu-item.contact>a .ttl {
	display: none;
}
	
.l-fixHeader .c-gnav>.menu-item.contact a {
	background-position: center center !important;
	background-size: 2.5vw 2vw !important;
}
.l-fixHeader .c-gnav>.menu-item.contact a:hover {
	background-position: center center !important;
	background-size: 2.5vw 2vw !important;
}

.l-topTitleArea div.l-topTitleArea__body {
	margin-top: 0;
}
.c-pageTitle__subTitle {
	margin-top: -6.5vw;	
}
.c-postTitle .c-pageTitle__subTitle {
    margin-top: -9.6vw;
}
.l-topTitleArea+.p-breadcrumb {
    top: 25vw;
}
:not(.home) > .l-content .swell-block-fullWide__inner {
	width: 90%;
    margin: 0 auto;
}
.bg_circle::before {
	top: -12vw;
	height: min(100px + 140px, 140px);
}
	
/* ----キャラコメント---- */
.comment_imgL,
.comment_imgR {
    font-size: clamp(0.8rem, 0.4991rem + 0.5016vw, 0.9rem) !important;
}
	
.blog .l-content .l-mainContent .post_content,
.archive.category .l-content .l-mainContent .post_content {
	margin: 0;
}
.blog .l-content .p-homeContent,
.archive.category .p-homeContent {
	margin-top: 2em !important;
}
	
/* ----HySPEED工法コンテンツ---- */
.hs_slideArea .swell-block-fullWide__inner {
    width: 100% !important;
}

/* ----fixボタン---- */
.fix_btn {
	width: 130px;
	bottom: 280px;
}
.fix_btn:hover {
	bottom: 270px;
}

[data-partsid="29"] .wp-block-group .wp-block-group__inner-container {
	flex-wrap: wrap;
}
[data-partsid="29"] .wp-block-group .swell-block-columns {
	width: 100%;
}
[data-partsid="29"] .topbox {
    padding: 1em 0;
}
[data-partsid="29"] .topbox .swell-block-columns__inner {
	justify-content: flex-start;
}
[data-partsid="29"] .topbox .ul01,
[data-partsid="29"] .topbox .ul02,
[data-partsid="29"] .topbox .ul03 {
	width: 30%;
}
[data-partsid="29"] .wp-block-group .otherbox {
	width: 100%;
}
[data-partsid="29"] .bottombox {
    padding-top: 1em;
}
}

/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
@keyframes bg_long{
    0% {
        height: 0;
    }
    100% {
        height: 57em;
    }
}
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}	
.swl-marker {
    background-size: 100% 40px;
    background-position: center bottom 2px;
}
a[href^="tel:"] {
	pointer-events: auto;
}
.post_content p {
	font-size: clamp(0.95rem, 0.8664rem + 0.2228vw, 1rem);
}
.h2_ttl{
	font-size: clamp(1.6rem, 1.2657rem + 0.8914vw, 1.8rem) !important;
	margin-bottom: 30px !important;
	padding-bottom: 25px;
}
.h2_ttl::before {
    width: 30px;
    height: 8px;
}
.h2_ttl::after {
    width: 8px;
    height: 8px;
    left: 35px;
}
.capTxt_s {
    font-size: 1.4rem !important;
}
.capTxt_s .big {
    font-size: 2.2rem;
}
.-series .l-header__logo {
	padding: 0;
	min-width: auto;
	margin: 0;
	z-index: -1;
	padding-left: 2vw;
}
.-series .c-headLogo {
	position: relative;
	display: flex;
	align-items: center;
	height: auto;
}
.c-headLogo__img {
	height: 100%;
    max-height: 50px;
}
.l-header {
	background: rgba(255, 255, 255, .9) !important;
	height: 50px;
	backdrop-filter: blur(10px);
}
.l-header .l-container {
	padding: 0;
	justify-content: space-between;
	align-items: flex-end;
}
.c-headLogo__link {
	padding: 0 !important;
}
.w-header.pc_ {
	display: block !important;
	margin: 0 0 0 auto;
}
.w-header.pc_ #custom_html-4 {
	display: none;
}
.l-header__menuBtn.sp_ {
	background: var(--color_main);
}
.l-header__menuBtn.sp_ .c-iconBtn {
	color: #fff;
}
.p-spMenu__inner {
	transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
		}
.p-spMenu__inner::before {
	background: rgba(0, 172, 235, 0.9);
	backdrop-filter: blur(5px);
}
.p-spMenu__inner .icon-close-thin:before {
	color: #fff;
}
.p-spMenu__body {
	padding: 0 5vw 2vw;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Lato", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: normal;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0.1em .45em 0.1em 0;
	background: none;
}
.p-spMenu__nav {
	display: none;
}
.p-spMenu__bottom {
	margin-top: 1em;
	padding-bottom: 4em;
}
.p-spMenu__bottom .swell-block-accordion {
	margin-bottom: 8px;
}
.p-spMenu__bottom .nav_acco .swell-block-accordion__title {
	background: #fff;
	color: var(--color_main);
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 5px;
	line-height: 2;
	font-size: 1.2rem;
}
.p-spMenu__bottom .nav_acco .swell-block-accordion__body {
    padding: 5px 0 0 20px;
}
.p-spMenu__bottom .nav_acco .wp-block-list {
	list-style: none;
	padding: 0;
}
.p-spMenu__bottom .nav_acco .wp-block-list li a {
	display: block;
	background: #fff;
    padding: 10px 20px 10px 40px;
    border-radius: 5px;
	font-size: 1rem;
	font-weight: bold;
	color: var(--color_main);
	margin-bottom: 8px;
	transition: .2s;
}
.p-spMenu__bottom .nav_acco .wp-block-list li a:hover {
	opacity: .8;
	transition: .2s;
}
.p-spMenu__bottom .nav_acco .wp-block-list li a::before {
	left: 20px;
	content: "";
	bottom: 0;
	top: 0;
	margin: auto 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent var(--color_main);
	height: 3px;
	background: none;
	position: absolute;
}
.p-spMenu__bottom .nav_menu {
	list-style: none;
	padding: 0;
}
.p-spMenu__bottom .nav_menu li a {
	background: #fff;
	color: var(--color_main);
	font-weight: bold;
	padding: 10px 20px 10px 40px;
	border-radius: 5px;
	line-height: 2;
	display: block;
	margin-bottom: 8px;
	font-size: 1.2rem;
}
.p-spMenu__bottom .nav_menu li a::before {
	left: 20px;
	content: "";
	bottom: 0;
	top: 0;
	margin: auto 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent var(--color_main);
	height: 3px;
	background: none;
	position: absolute;
}
.p-spMenu__bottom .logo {
    max-width: 350px;
    margin: 0 auto;
	width: 70vw;
}
.p-spMenu__bottom .sp_telBox .tel_num {
	font-family: "Lato", "Zen Kaku Gothic Antique" sans-serif;
	font-size: 2.2rem;
	font-weight: 900;
    color: #fff;
	margin: 0;
	line-height: 1.8;
}
.p-spMenu__bottom .sp_telBox .intime {
    font-size: 1rem;
    line-height: 1.5;
}
.l-topTitleArea::before {
	clip-path: polygon(0 0, 100% 0, 32% 41%, 0 20%);
	width: 850px;
}
.l-topTitleArea div.l-topTitleArea__body {
	margin: 8em 0 0 6vw;
}
.c-pageTitle,
.c-postTitle .c-postTitle__ttl {
	font-size: clamp(1.1rem, 0.5986rem + 1.337vw, 1.4rem);
}
.c-pageTitle__subTitle {
	margin-top: -1.2em;
	font-size: clamp(2.4rem, 0.7287rem + 4.4568vw, 3.4rem);
}
.c-postTitle .c-pageTitle__subTitle {
	margin-top: -1.8em;
}
.l-topTitleArea+.p-breadcrumb {
	top: 15em;
	left: 6vw;
}
	
.l-content {
    max-width: none;
	padding-top: 2em;
}
.single .l-content {
	padding: 2em 0;
	width: 90%;
}
.swell-block-columns .swell-block-column {
    margin: 0 auto;
}
.bg_circle::before {
	top: -24vw;
	height: min(100px + 100px, 20vw);
}

/* ----訴求エリア---- */
.appealArea .marquee .txt_slide_top {
    line-height: 1.8;
    font-size: clamp(3.2rem, 0.8602rem + 6.2396vw, 4.6rem);
}
	
/* ----HySPEED工法比較表---- */
.merit_tbl {
    padding: 0;
}
.merit_tbl tr th {
    font-size: 1.1rem;
}
.merit_tbl tr td {
    font-size: 0.9rem;
}
.merit_tbl tr td .big {
    font-size: 1.2rem;
}
.merit_tbl tr:nth-child(n+2) th {
    padding: 15px 10px;
}

/* ----HySPEED工法コンテンツ---- */
.hs_slideArea .hs_cap {
    top: -1.7em;
    line-height: 0.9;
}
.hs_slideArea .loop-slider {
    margin-bottom: 2em !important;
}
.hs_slideArea .loop-slider .swell-block-column figure {
    width: 32vw;
}
.hs_slideArea .btnBox {
    max-width: 650px;
    text-align: center;
}
.hs_slideArea .btnBox h2 {
    font-size: clamp(1.6rem, 0.9315rem + 1.7827vw, 
2rem);
}
.hs_slideArea .btnBox h2::before {
    left: -10vw;
    width: 28vw;
}
	
/* ----お知らせ - カード型---- */
.blog .l-content .l-mainContent,
.archive.category .l-content .l-mainContent {
	width: 90%;
}
.blog .l-content .l-mainContent .p-homeContent,
.archive.category .l-content .l-mainContent .p-homeContent {
	margin-top: 3em !important;
}
.term-list-wrapper {
    padding-bottom: 0;
}
.term-list-wrapper ul {
	flex-wrap: wrap;
	border-bottom: none;
}
.term-list-wrapper ul li a {
    padding: 3vw 2.5vw;
	font-size: clamp(1.2rem, 0.5315rem + 1.7827vw, 1.6rem);
	background-size: 12vw;
	background-position: right 1.5vw center;
}
.term-list-wrapper ul li:nth-child(2) a {
	background-size: 12vw;
	background-position: right 1.5vw center;
}
.term-list-wrapper ul li a:hover,
.term-list-wrapper ul li:nth-child(2) a:hover {
	background-size: 16vw;
}
.p-postList.-type-card li.p-postList__item {
	width: calc(100% / 2 - 0vw) !important;
}
.p-postList.-type-card li.p-postList__item:last-child {
	display: block;
}
.p-postList.-type-card .p-postList__body .p-postList__meta .p-postList__times {
    font-size: 1rem;
}
.p-postList.-type-card li.p-postList__item .p-postList__title {
	font-size: clamp(1rem, 0.8329rem + 0.4457vw, 1.1rem);
}

/* ----概要---- */
.outlineBox .swell-block-dl__dt{
	width: 8em;
}
.outlineBox .swell-block-dl__dd{
	width: calc(100% - 8em);
}
	
/* ----fixボタン---- */
.fix_btn {
	width: 90px;
	right: -5px;
	bottom: 80px;
}
.fix_btn:hover {
	bottom: 70px;
}

.f_cityArea {
	padding-bottom: 9.5vw !important;
    padding-top: 8vw !important;
    background-size: 150% !important;
}
.f_conArea {
    padding: 14em 0 0 !important;
    height: 32em;
}
.f_conArea .__parallaxLayer {
	height: calc(100% + 15vh);
	top: -5vh;
}
.conBox {
	padding: 30px 4vw 40px !important;
	width: 80vw;
}
.conBox p {
	text-align: center;
}
.conBox h2 {
	font-size: clamp(3rem, 1.9972rem + 2.6741vw, 3.6rem);
}
.conBox h2 + p {
	font-size: clamp(1rem, 0.8329rem + 0.4457vw, 1.1rem);
	margin-bottom: 1.5em !important;
	line-height: 1.8;
}
.conBox .tel_num {
    font-size: clamp(3.2rem, 1.863rem + 3.5655vw, 4rem);
}
.conBox p.hours {
	text-align: center;
}
.w-beforeFooter {
    margin: 0;
}
.l-footer__inner {
	padding: 0 5vw;
}
.w-footer {
	width: 100%;
	padding: 0;
}
[data-partsid="29"] .topbox {
	padding: 6em 0 2em;
}
[data-partsid="29"] .topbox .ul01 {
	width: 34%;
}
[data-partsid="29"] .topbox .ul02 {
	width: 30%;
}
[data-partsid="29"] .topbox .ul03 {
	width: 26%;
}
[data-partsid="29"] .topbox ul li {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 1.3rem;
}
[data-partsid="29"] .topbox .sub-ul li {
	font-size: 14px;
}
[data-partsid="29"] .topbox .otherbox .notes {
	margin-bottom: 2rem;
}
[data-partsid="29"] .topbox .sns_list li {
	margin-bottom: 0 !important;
}
[data-partsid="29"] .bottombox .copyright {
	font-size: 0.75rem;
	line-height: 1.4;
}
}

@media screen and (max-width: 767px) {
[data-partsid="29"] .wp-block-group .footer_nav {
	width: 100%;
	display: none;
}
[data-partsid="29"] .topbox {
	padding: 3em 0 2em;
}
[data-partsid="29"] .topbox .sns_list {
	width: 40%;
}
[data-partsid="29"] .topbox .otherbox .notes {
	padding: 0 2vw;
}
[data-partsid="29"] .bottombox {
	padding-top: 1rem;
}
[data-partsid="29"] .bottombox figure {
	display: none;
}
[data-partsid="29"] .bottombox .copyright {
	font-size: 0.7rem;
	text-align: center;
	padding-bottom: 1rem;
	font-weight: 600;
}
}

/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
@keyframes bg_long{
    0% {
        height: 0;
    }
    100% {
        height: 1000px;
    }
}
.swl-marker {
	background-position: center bottom 0px;
}
.h2_ttl{
	padding-bottom: 20px;
}
.capTxt_s .big {
    font-size: 2.6rem;
}
.cmn_btn {
    width: auto;
}
.cmn_btn a {
    min-height: 60px;
}
.l-topTitleArea::before {
	clip-path: polygon(0 0, 100% 0, 18% 36%, 0 27%);
	width: 700px;
}
.l-topTitleArea div.l-topTitleArea__body {
	margin: 18vw 0 0 6vw;
}
.c-pageTitle__subTitle {
	font-size: 2.8rem;
}
.l-topTitleArea+.p-breadcrumb {
	top: 220px;
}
 .bg_circle::before {
	 top: -18vh;
	 height: min(120px + 120px, 120px);
	 width: 140%;
}

/* ----訴求エリア---- */
.appealArea .marquee .txt_slide_top {
    line-height: 2.2;
}

/* ----HySPEED工法コンテンツ---- */
.hs_slideArea .hs_cap {
    font-size: 4rem;
    left: 10px;
}
.hs_slideArea .loop-slider .swell-block-column {
    margin-right: 1.5vw;
}
.hs_slideArea .loop-slider .swell-block-column figure {
    width: 44vw;
    border-radius: 10px;
}
.hs_slideArea .btnBox {
    padding: 0 2vw;
}
.hs_slideArea .btnBox h2 {
    font-size: 1.4rem;
}
	
/* ----お知らせ - カード型---- */
.blog .l-content .l-mainContent .post_content,
.archive.category .l-content .l-mainContent .post_content {
	margin-bottom: 3em !important;
}
.term-list-wrapper ul li a {
    font-size: 1rem;
	padding: 2vw 2.5vw;
	border-radius: 10px;
    min-height: 70px;
}
.p-postList.-type-card li.p-postList__item {
    margin-bottom: 3em;
}
.p-postList.-type-card li.p-postList__item .c-postThumb__figure {
	border-radius: 10px;
}
.p-postList.-type-card .p-postList__body .p-postList__meta .p-postList__cat {
    padding: 4px 10px;
    font-size: 0.6rem;
}
	
/* ----概要---- */
.outlineBox {
    flex-direction: column;
    margin: 0 auto 2em !important;
	font-size: 1.05rem;
}
.outlineBox .swell-block-dl__dt{
    width: 100%;
    padding: 5px 0 0;
    line-height: 1.6;
}
.outlineBox .swell-block-dl__dt p {
	font-size: 1.1rem;
}
.outlineBox .swell-block-dl__dd{
    width: 100%;
    padding: 0 0 5px;
    line-height: 1.6;
	border-bottom: 1px dotted #ccc !important;
}

.f_conArea {
	padding: 8em 0 0 !important;
}
.conBox {
	padding: 30px 4vw 30px !important;
	width: 100%;
	top: -56vh;
}
.conBox h2 {
	font-size: 2.4rem;
}
.conBox .tel_num {
	font-size: 2.7rem;
}
.conBox .tel_num .swl-inline-icon {
	font-size: 2rem;
}
[data-partsid="29"] .topbox {
	padding: 0em 0 2em;
}
}
