body {
	/* font-family: 'Zen Kaku Gothic New', sans-serif; */
	letter-spacing:1px;
	color: #00306a;
}

.l-contents__inner:last-child {
    padding-bottom: 0;
}
/* 基本設定 */
p,
a,
li{
    font-weight: 500;
}
.pt_0{
	padding-top:0!important;
}
.pt_10{
	padding-top:10px!important;
}
.pb_0{
	padding-bottom:0!important;
}
.pb_10{
	padding-bottom:10px!important;
}
.mt_0{
	margin-top:0!important;
}
.mb_0{
	margin-bottom:0!important;
}
.mr_0{
	margin-right: 0!important;
}
.ml_0{
	margin-left: 0!important;
}
.mt_10{
	margin-top:10px!important;
}
.mb_10{
	margin-bottom:10px!important;
}
.z_0 {
    z-index: 0;
}
.z_1 {
    z-index: 1;
}
.p_ab{
	position: absolute;
}
.p_rel{
	position: relative;
}
.d_flex{
	display:flex;
}
.d_flex.f_wrap {
    flex-wrap: wrap;
}
.inline_b{
	display:inline-block;
}
.js_sb{
	justify-content:space-between;
}
.js_fs{
	justify-content:flex-start;
}
.of_hd{
	overflow: hidden;
}
.border_pink {
    border-bottom: 2px solid #ed7780!important;
}
.mincho{
	font-family: "Zen Antique Soft", serif;
}
.maru{
	font-family: 'Zen Maru Gothic', serif;
}
.smb-panels__item__action>a:focus:after {
    outline: none;
    outline-offset: 0px;
}
.tate{
	writing-mode: vertical-rl;
}
/* 基本設定 終わり*/

h2 {
    font-size: 2.4rem;
    font-weight: 800;
}
/* アイコン */
svg.svg-inline--fa {
    margin-right: 7px;
}
 .p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}
/* アイコン 終わり*/
/* ボタン */
a.smb-btn, .cta a span {
    position: relative;
    transition: .25s;
    color: #fff;
    border-radius: 50px;
    font-size: 1.1rem;
    background: linear-gradient(45deg, #063e95 0%, rgb(0 183 227) 50%, #063e95 100%);
    background-size: 200% 100%;
    border: none;
}
a a span {
    margin-left: 10px;
    padding: 0.5rem 1.8rem!important;
    max-height: 3rem;
}
.w_line a.smb-btn {
    border: 1px solid;
}
a.smb-btn:hover, .cta a:hover span {
    box-shadow: none;
    transition: .8s;
    filter: brightness(100%);
    background-position: -120% 0;
}
.btn_w a.smb-btn{
    color: #2762ab;
    background: #f7f7f7;
    font-weight: 600;
}
/* テーブル */
table,
tbody{
    display: block;
    width: 100%;
    overflow: hidden;
}
tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #396fad;
    overflow: hidden;
}
figure.wp-block-table tr td:first-child {
    width: 30%;
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
}
figure tr td:last-child {
    width: 70%;
    border-right: 1px solid #eee;
    padding-left: 1.2rem;
}
figure.wp-block-table tr td {
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 3% 0 3% 1rem;
}
/* figure.wp-block-table tr:first-child{
		border-top: 1px solid #fff;
} */
/* テーブル 終わり*/
/* グローバルナビ */
.l-header--sticky-lg {
    box-shadow: none;
}
.l-1row-header {
    margin-top: 30px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50px;
    background-color: #fff;
    color: #154d93;
    box-sizing: content-box;
}
 .l-1row-header .c-fluid-container {
    padding-right: 0;
}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
} 
.p-global-nav .c-navbar__item.header_cta>a{
	    background-color:var(--wp--preset--color--sm-accent);
    color: #fff;
}
.p-global-nav .c-navbar__item.tel>a {
    font-size: 1rem;
    border-radius: 0 50px 50px 0px;
}
.p-global-nav .c-navbar__item.contact>a {
    font-weight: 500;
    background-color: #5ab5ff;
}
ul#menu-g_nav {
    height: 90px;
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before{
	display : none;
}
li.g_nav_sab {
    border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta>a:hover {
    opacity: 0.9;
    transition: 0.5s;
}

@media(max-width:1280px){
	[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 1024px) and (max-width:1280px){
.l-1row-header__branding {
    max-width: 250px;
}	
}
@media (max-width: 1024px){
	ul#menu-sp_nav{
		display: flex;
		flex-wrap: wrap;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	ul#menu-sp_nav li {
    width: 48%;
    font-size: 1rem;
}	
ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
	position: relative;
}
	ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
}
	ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: 'EB Garamond';
    font-size: 1.4rem;
}
		ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: 'Zen Antique Soft';
    font-size: 1.2rem;
}
ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px 10px;
	line-height: 1;
}
	ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
	font-size: 1.1rem;
		margin-bottom: 7px;
}
}  
/* グローバルナビ終わり */
/* 下層ページヘッダー */
.c-page-header {
    background-color: #ddd;
}
.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}

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

/*--- お問い合わせフォーム ---*/
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control 
{ margin-bottom: 20px; }

/*--- フッター---*/
.l-footer--footer-2 .l-footer__footer {
    background-color: unset;
    padding-top: 0;
}
.l-footer,
.l-footer--footer-2 .l-footer__body{
    border-top: none;
}
.l-footer {
    padding-top: 10%;
    animation: WaterMove 20s linear infinite;
    background: linear-gradient(0deg, #0080c5 0%, #50c0ff 30%, rgb(155 206 255 / 85%) 60%, rgb(107 180 251 / 30%) 80%, transparent 100%);
    background-size: 300%;
    position: relative;
}
@keyframes WaterMove{
    0%{
    background-size: 130% 150%;
    background-position: 0% 0%;
    }
    50%{
    background-size: 120% 100%;
    background-position: 0% 0%;
    }
    100%{
    background-size: 130% 150%;
    background-position: 0% 0%;
    }
}
.l-footer--footer-2 .l-footer__widget-area {
    padding-top: 0;
}
.l-footer .c-row>.c-row__col {
    margin-bottom: 15px;
}
footer.l-footer:before {
    content: "";
    background-image: url(https://aquatechne.check-sample01.com/wp-content/uploads/2025/05/footer_bkg00-1.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .7;
}


/* ---------TOP---------*/

/* TOP FV */
section.fv {
    height: 100vh;
    width: auto;
    position: relative;
}
section.fv .smb-section__body {
    height: 100vh;
}
.copy_wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    z-index: 10;
}
p.maincopy {
    font-size: min(3.5rem, 4vw);
    font-weight: 800;
}
p.maincopy {
    font-size: min(5rem, 5vw);
    font-weight: 800;
    color: #333;
    display: inline-block;
    background-position: 100% 100%;
    text-shadow: 2px 2px 12px #ffffffa6;
}
.subcopy p {
    margin-left: 0;
    margin-right: 3em;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}
.wp-block-snow-monkey-blocks-spider-slider.smb-spider-slider.fv_slides {
    position: absolute;
    top: 30px;
    left: -3%;
    max-width: 500px;
}
figure.wp-block-video.fv_movie {
    max-width: 500px;
    width: 40%;
    position: absolute;
    right: -30px;
    bottom: -0;
    border-radius: 50%;
}
figure.wp-block-video.fv_movie video{
    border-radius: 50% 45% 50% 40%;
    opacity: .9;
}
/* TOP 事業内容 */
figure.wp-block-image.size-full.p_ab.bkg_water1 {
    top: -15%;
    left: -15%;
    max-width: 550px;
    opacity: .5;
    animation: fuwafuwa 10s linear infinite;
}
@keyframes fuwafuwa{
    0%{
        transform: translateY(0%);
    }
    50%{
        transform: translateY(5%);
    }
    100%{
        transform: translateY(0%);
    }
}
p.sec_copy {
    font-size: min(3rem, 4vw);
    font-weight: 800;
}
h2.business_ttl {
    color: #52b7ff;
}
.business_panels .smb-panels__item.smb-panels__item--block-link {
    min-height: 300px;
    overflow: hidden;
    background: linear-gradient(221deg, #9fefff, #0867c4);
    border-radius: 50px 2px;
}
.business_panels .smb-panels__item.smb-panels__item--block-link:hover{
    border-radius: 2px 50px;
    transition: .5s;
}
.business_panels .smb-panels__item.smb-panels__item--block-link figure{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.business_panels .smb-panels__item.smb-panels__item--block-link:hover figure{
    scale: 1.1;
    transition: .5s;
}
.business_panels .smb-panels__item__body {
    display: flex;
    height: 100%;
    align-items: end;
    justify-content: flex-start;
}
.business_panels .smb-panels__item__body h3 {
    margin-left: 0!important;
    color: #fff;
    text-shadow: 1px 1px 15px #2a68b2;
}
ul.wp-block-list.business_lists {
    list-style-type: none;
    padding-left: 0;
}
ul.wp-block-list.business_lists li {
    padding-left: 30px;
    position: relative;
}
ul.wp-block-list.business_lists li::before {
    content: "";
    position: absolute;
    top: calc(50% + -4px);
    left: 0;
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, #2a68b2, #5ab5ff);
    border-radius: 50px;
}
/* TOP 施工実績 */
 .works_sec .smb-section__fixed-background{
    z-index: -1;
}
.works_sec h2{
    font-size: min(3rem, 4vw);
    font-weight: 800;
    letter-spacing: 10px;
}
figure.bkg_water2 {
    right: -20%;
    bottom: 0;
    z-index: -1;
    opacity: .2;
    animation: fuwafuwa 10s linear infinite;
}
.works_sec h3.c-entry-summary__title {
    color: #fff;
}
.c-entry-summary__figure {
    border-radius: 15px;
    margin-bottom: 10px;
    opacity: .8;
}
.works_sec .c-entry-summary__figure {
    opacity: .8;
}
.works_sec .c-entries-carousel__item>a:hover .c-entry-summary__figure{
    opacity: 1;
    transition: 1s;
}
/* TOP 強み */
.strength .ml_0 .smb-container__body{
    margin-left: 0!important;
}
.strength .mr_0 .smb-container__body{
    margin-right: 0!important;
}
.strength p.copy.mt_10 {
    font-size: 2.4rem;
    font-weight: 700;
    font-weight: 900;
}

.strength p.sub_disc{
        background-color: #52b7ff;
    width: fit-content;
    margin-left: 0;
    padding: 5px 10px;
    color: #f7f7f7;
    border-radius: 2px;
    background: linear-gradient(149deg, #52b7ff 0%, #0085e4 40%, #0077cb 100%);
}
.strength figure.wp-block-image.size-full.bkg_water3.p_ab {
    bottom: 0;
    left: 0;
    opacity: .2;
    filter: blur(2px);
    /* max-width: 850px; */
    width: 100%;
}
.strength .license_box{
    max-width: 1080px;
}
.license_box h2 {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    font-size: 1.4rem;
}
/* TOP 保有車両 */
.cars_sec .c-entry-summary {
    position: relative;
}
.cars_sec .c-entry-summary__figure {
    opacity: 1;
    aspect-ratio: 1/1;
    filter: brightness(0.6);
}
.cars_sec .c-entry-summary__title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;    
}
.cars_sec .c-entry-summary:hover .c-entry-summary__figure {
    filter: brightness(1);
    transition: .5s;
}
.cars_sec .c-entry-summary:hover .c-entry-summary__figure img{
    filter: brightness(1);
    transition: .5s;
    scale: 1.1;
}
/* TOP　対応地域 */
h2.wp-block-heading.area_ttl {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(31deg, #5ab5ff, #3a87fd);
    width: fit-content;
    margin-left: 0!important;
    padding: 5px 15px;
    border-radius: 2px;
}
.wp-block-group.area_lists {
    color: #2a68b2;
    /* background-color: #ffffff8c; */
}
.wp-block-group.map_wrap {
    width: fit-content;
    top: 0%;
    left: 30%;
    transform: translate(-30%, 0%);
    margin: 0!important;
}
p.map_disc {
    font-size: 1.2rem;
    color: #52b7ff;
    font-weight: 600;
}
p.mt_10.map_copy {
    font-size: 2rem;
    font-weight: 800;
    color: #2a68b2;
}
.wp-block-group.area_box.is-layout-flow.wp-block-group-is-layout-flow {
    background-color: #ffffff91;
    padding: 10px 15px;
    border-radius: 4px;
}
/* TOP 代表挨拶 */
h2.wp-block-heading.small_ttl {
    font-size: 1rem;
    color: #52b7ff;
}
p.greeting_copy.mt_10 {
    font-size: 1.6rem;
    font-weight: 600;
}
p.owner_name{
    font-size: 1.2rem;
}
.partner p.has-text-align-center {
    font-size: 2rem;
}
.smb-btn-wrapper.is-style-text .smb-btn {
    background: none;
}
.phone .smb-btn {
    font-size: 2.4rem;
    font-weight: 800;
}
.form .smb-btn {
    font-size: 1.4rem;
    font-weight: 600;
}
/* ----------お問い合わせ------------- */
.big_tel a.smb-btn {
    font-size: 3rem;
    font-weight: 600;
}
.smf-action .smf-button-control__control {
    background-color: #3a87fd;
    background-image: linear-gradient(38deg, #005188, #00c1ff);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 1rem;
    text-decoration: none;
    --_border-radius: 50px;
    --_border-color: unset;
    outline: 0;
    --_transition-duration: var(--_global--transition-duration);
    --_transition-function-timing: var(--_global--transition-function-timing);
    --_transition-delay: var(--_global--transition-delay);
    transition: unset;
    border: none;
    width: 80%;
    max-width: 500px;
    font-family: none;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 1rem;
}
.smf-action span.smf-item__label__text {
    font-family: none;
    font-weight: 600;
}
div.smf-item__description {
    background-color: #00abff;
    width: fit-content;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
}
/* 会社概要 */
figure.company_logo {
    width: 50%;
    max-width: 650px;
    top: 0;
    right: 0;
    opacity: .4;
}

/* 事業内容 */
section.business_wrap h2{
    font-size: 1.7rem;
    padding-left: 45px;
}
section.business_wrap h2::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    background: linear-gradient(17deg, #002e82 0%, #006aaa 50%, #7084a7 100%);
    border-radius: 50px;
    filter: drop-shadow(2px 4px 6px #ddd);
}
figure.business_img img {
    border-radius: 5px;
}
/* 施工実績 アーカイブページ*/
.c-page-header__bgimage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #86c3dbe0, #0054a4c2);
}
.single-works .c-page-header[data-has-image=true] .c-page-header__content{
    color: #fff;
}

@media (max-width:1030px) {
    /* ヘッダーメニュー */
    .l-1row-header {
    margin-top: 15px;
    width: 99%;
}
/* FV */
    p.maincopy {
    color: #ffffff;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 59%);
}
}
@media (max-width:1024px){
    /* ヘッダー */
    .l-header {
    background-color: #ffffffe0;
}
.l-1row-header {
    margin-top: 0;
    width: 100%;
    background-color: unset;
}
.l-1row-header .c-fluid-container{
    padding-right: var(--_container-margin-right);
}
/* ハンバーガー */
.c-hamburger-btn__bars {
    height: 18px;
    width: 35px;
}
.c-hamburger-btn__label {
    font-family: unset;
    font-size: 14px;
}
.l-header .c-hamburger-btn__bar {
    background-color: #113068;
}
ul#menu-sp_nav li {
    width: 100%;
    font-size: 1.1rem;
}
/* FV */
.wp-block-group.subcopy.d_flex {
    flex-wrap: wrap;
}
.wp-block-snow-monkey-blocks-spider-slider.smb-spider-slider.fv_slides {
    bottom: -250px;
}
/* TOP 特徴 */
.strength p.copy.mt_10 {
    font-size: 2rem;
}
}
@media (max-width:781px){
    /* FV */
    .copy_wrap {
    width: 100%;
    text-align: center;
}
    .wp-block-snow-monkey-blocks-spider-slider.smb-spider-slider.fv_slides {
    width: 50%;
}
p.maincopy {
    font-size: min(5rem, 9vw);
}
.wp-block-group.subcopy.d_flex {
    justify-content: center;
}
    /* TOP 特徴 */
.strength figure {
    position: absolute;
    width: 35%;
    top: -5%;
    right: 0;
}
.strength figure img {
    opacity: 0.4;
}
/* 施工実績 */
.tate {
    writing-mode: unset;
}
/* TOP 協力会社 */
.partner p.has-text-align-center {
    font-size: 1.4rem;
}
}
@media(max-width:570px){
    h2 {
    font-size: 1.6rem;
    font-weight: 800;
}
/* p, a, li {
    font-size: 0.9rem;
} */
    /*FV  */
.wp-block-snow-monkey-blocks-spider-slider.smb-spider-slider.fv_slides {
    top: 0%;
    width: 60%;
    bottom: 0;
}
figure.wp-block-video.fv_movie {
    width: 60%;
}
.works_sec h2 {
    font-size: min(3rem, 7vw);
}
/* TOP 特徴 */
.strength p.copy.mt_10 {
    font-size: 1.7rem;
}

/* 事業内容ページ */
section.business_wrap h2 {
    font-size: 1.3rem;
    padding-left: 25px;
}
section.business_wrap h2::before {
    width: 15px;
    height: 15px;
    top: calc(50% + 1px);
}
h3{
    font-size: 1rem;
}
.business_panels h3{
    font-size: 1.3rem;
}
.business_panels .smb-panels__item.smb-panels__item--block-link {
    min-height: 250px;
}
.business_panels .smb-panels__item__body {
    align-items: center;
    justify-content: center;
}
.business_panels .smb-panels__item__body h3 {
    text-align: center;
    width: 100%;
}
/* 会社概要ページ */
figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td {
    width: 100%;
}
figure.wp-block-table tr td {
    padding: 3% 0 3% 0;
    font-size: 0.9rem;
}
figure.wp-block-table tr td:first-child {
    font-size: 1rem;
    padding: 2% 0 0 0;
}
/* お問い合わせページ */
.smf-action .smf-button-control__control {
    width: 100%;
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    letter-spacing: 0;
}
}
@media (max-width:420px){
    h2 {
    font-size: 1.4rem;
}
.wp-block-snow-monkey-blocks-spider-slider.smb-spider-slider.fv_slides,
figure.wp-block-video.fv_movie {
    width: 70%;
}
section.fv,
section.fv .smb-section__body {
    height: 80vh;
}.works_sec h2 {
    font-size: min(3rem, 7vw);
}
.strength p.copy.mt_10 {
    font-size: 1.4rem;
}
.license_box h2 {
    font-size: 1.2rem;
}
p.mt_10.map_copy {
    font-size: 1.2rem;
}
p.map_disc {
    font-size: 1rem;
}
p.greeting_copy.mt_10 {
    font-size: 1.2rem;
}
.phone .smb-btn {
    font-size: 1.7rem;
}
.form .smb-btn {
    font-size: 1.2rem;
}


}