/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: block;
    filter: drop-shadow(0px 0px #000);
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}


/* ==========================================================================
            Base
            ========================================================================== */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    font-size: 67.5%;
    line-height: 1.5;
    background: var(--main-r);
    font-family:"Poppins", "NotosansJP-M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

body {
    margin: 0;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    color: var(--main);
    overflow-x: hidden;
	background:#f7f7f7;
}


/* ==========================================================================
              Links
              ========================================================================== */

a {
    background: transparent;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}

.btn-wrap{
    margin-top: 5rem;
    width: max-content;
}

.btn {
    position: relative;
    background: var(--main);
    color: var(--main-r);
    padding: 5px 1rem;
    transition: all 0.3s;
    border-radius: 200px;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    width: 250px;
	font-family:var(--bold);
}

.btn:visited {
  color: var(--main-r);
}

.btn-wrap a{
	display:flex;
	gap:2rem;
	align-items:center;
}

.btn-text{
	position:relative;
	color:var(--main);
}

.btn-wrap a:hover .btn-text::before {
  transform-origin: right;
  transform: scaleX(0);
}

#single_link .prev-link .arrow {
    transform: rotate(180deg);
}

.arrow {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  transition: all .4s ease-in-out .1s;
  background: var(--main-r);
  border-radius: 100px;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 1rem;
  height: 1rem;
  background: url("../images/arrow.svg") no-repeat center center / contain;
  transition: all .4s ease-in;
  transform: translate(-50%, -50%);
}

.service-content .arrow::before{
  background: url("../images/arrow-r.svg") no-repeat center center / contain;	
}

.service-item .arrow::before{
  width: 1.5rem;
  height: 1.5rem;
}

.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 1rem;
  height: 1rem;
  background: url("../images/arrow.svg") no-repeat center center / contain;
  opacity: 0;
  transition: all .4s ease-out .1s;
  transform: translate(-50%, -50%);
}

.btn-wrap a:hover .arrow::before, .btn-wrap p button:hover .arrow::before, .page-nav a:hover .arrow::before{
  left: 70%;
  opacity: 0;
  transition: all .4s ease-out .1s;
}

.btn-wrap a:hover .arrow::after, .btn-wrap p button:hover .arrow::after, .page-nav a:hover .arrow::after{
  left: 49%;
  opacity: 1;
  transition: all .4s ease-in;
}

.btn-wrap a .btn-text, .btn-wrap p button .btn-text{
  position: relative;
  overflow: hidden;
}

.btn-wrap a .btn-text, .btn-wrap p button .btn-text{
    transition: all .5s;
    opacity: 1;
    display: block;
    width: calc(100% - 4rem - 2rem - 2rem);
    height: 30px;
    margin-left: 2rem;
}

.btn-wrap a .btn-text span, .btn-wrap p button .btn-text span{
    position: absolute;
    left: 0;
    top: 50%;
    transition: all .5s;
    transform: translate(0, -50%);
    opacity: 1;
    white-space: nowrap;
    display: block;
    color: var(--main-r);
}

.btn-wrap a span:first-child span:nth-child(2), .btn-wrap p button span:first-child span:nth-child(2){
  opacity: 0;
  transform: translate(0, 100%);
}

.btn-wrap a:hover span:nth-child(1) span:nth-child(1), .btn-wrap p button:hover span:nth-child(1) span:nth-child(1){
  opacity: 0;
  transform: translate(0, -100%);
}

.btn-wrap a:hover span:nth-child(1) span:nth-child(2), .btn-wrap p button:hover span:nth-child(1) span:nth-child(2){
  opacity: 1;
  transform: translate(0, -50%);
}

.wp-block-buttons {
    margin-top:2rem;
}

/* ==========================================================================
              Typography
              ========================================================================== */


@font-face {
   font-family: "Poppins";
   src: url('../fonts/Poppins.ttf') format('truetype'),
        url('../fonts/Poppins.woff') format('woff');
}

@font-face {
    font-family: 'NotosansJP-B';
    src: url('../fonts/NotosansJP-B.ttf') format('truetype'),
        url('./library/fonts/NotosansJP-B.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'NotosansJP-M';
    src: url('../fonts/NotosansJP-M.ttf') format('truetype'),
        url('./library/fonts/NotosansJP-M.woff') format('woff');
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:"Poppins", "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
}

h1 p, h1 span,
h2 p, h2 span,
h3 p, h3 span,
h4 p, h4 span,
h5 p, h5 span{
	font-size:inherit;
	color:inherit;
}

address {
    font-style: normal;
}


/* ==========================================================================
             Lists
           ========================================================================== */

dl,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

ul,
li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}


/* ==========================================================================
             Embedded content
           ========================================================================== */

img:not(.post-contents img) {
width: 100%;
    height: 100%;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    display: block;
    object-fit: cover;
}

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
              Figures
              ========================================================================== */

figure {
    margin: 0;
}


/*********************
           GENERAL STYLES
           *********************/

:root {
    --main: #05287B;
    --main-r: #ffffff;
    --accent: #E97C00;
    --txt: #111111;
    --bg: #F7F7F7;
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --sm: 1.2rem;
    --md: 1.4rem;
    --lg: 1.8rem;
    --x2: 2rem;
    --x25: 2.5rem;
    --x3: 3rem;
    --x35: 3.5rem;
    --x4: 4rem;
    --x5: 5rem;
    --en: "Poppins", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    --width: 1400;
}

#main {
    background: var(--bg);
    z-index: -5;
    position: relative;
}

#main:not(#page__home #main){
overflow-x: hidden;	
}

#page__home #main {
	padding-top: 80px;
}

#container{
position: relative;
    z-index: -3;
}


#cursor {
    pointer-events: none;
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background: rgb(16, 44, 168);
    transform: translate(-100px, -100px);
    border-radius: 50%;
    z-index: 999;
}

#stalker {
    pointer-events: none;
    position: fixed;
    top: -16px;
    left: -16px;
    width: 32px;
    height: 32px;
    background: rgba(88, 88, 88, 0.8);
    border-radius: 50%;
    transform: translate(-100px, -100px);
    transition: .15s;
    transition-timing-function: ease-out;
    z-index: 998;
}

#stalker.is-stalker {
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    transition: .15s;
    background: rgba(88, 88, 88, 0.5);
}

/*********************
           LAYOUT & GRID STYLES
           *********************/

.ib {
    display: inline-block;
}

.m-none {
    margin: 0 !important;
}

.pc-hide {
    display: none !important;
}

.l-lr {
    padding-right: 8.33333vw;
    padding-left: 8.33333vw;
}

.l-l {
    padding-left: 8.33333vw;
}

.l-r {
    padding-right: 8.33333vw;
}

.l-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.l-tb {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.l-tb-p {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.l-t {
    margin-top: 15rem;
}

.l-b {
    margin-bottom: 15rem;
}

.l-h {
    line-height: 2;
}

.bg {
    background: var(--bg);
}

.accent-chenge {
    color: var(--accent);
}

.accent-bottom {
    border-bottom: 1px solid var(--accent);
    padding-bottom: 5px;
}

.align-c {
    text-align: center;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.overlay {
    position: relative;
    display: block;
}

.overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(88, 88, 88, 0.5);
    z-index: 1;
}

.st-l,
.st-l span {
    font-size: 3rem;
}

.st-m,
.st-m span {
    font-size: 2rem;
}

.main-headline,
.main-headline span {
    font-size: 4rem;
    font-family: var(--en);
}

.l-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    align-items: center;
}

.l-flex .flex-l,
.l-flex .flex-r {
    width: calc(100% / 2 - 2.5rem);
}

.l-flex .flex-r .btn-wrap a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bg-main {
    background: var(--main);
    color: var(--main-r);
    padding-top: 20rem;
    padding-bottom: 20rem;
}

.title-wrap {
    margin-bottom: 5rem;
}

.mb_s {
    margin-bottom: 1rem;
}

.mb_sm {
    margin-bottom: 2rem;
}

.mb_m {
    margin-bottom: 3rem;
}

.mb_mm {
    margin-bottom: 4rem;
}

.mb_l {
    margin-bottom: 5rem;
}

.mt_s {
    margin-top: 1rem;
}

.mt_sm {
    margin-top: 2rem;
}

.mt_m {
    margin-top: 3rem;
}

.mt_mm {
    margin-top: 4rem;
}

.mt_l {
    margin-top: 5rem;
}

/*********************
           LINK STYLES
           *********************/

a,
a:visited {
    color: inherit;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
    opacity: 1;
}

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}


/******************************************************************
           TYPOGRAPHY STYLES
           ******************************************************************/

h1,
h2,
h3,
h4,
h5 {
    text-rendering: optimizelegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none;
}

h1 {
    font-size: 2.5rem;
    line-height: 1;
}

h2 {
    font-size: 2rem;
    line-height: 1.5;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.5;
}

h4 {
    font-size: 1.6rem;
    line-height: 1.5;
}

h5 {
    font-size: 1.6rem;
    line-height: 1.5;
}

p,
a,
span,
td,
th,
li,
address,
dt,
dd {
    font-size: 1.4rem;
    font-weight: 400;
	color:var(--txt);
}

.sec-title{
    font-size: 3.5rem;
}

.sec-title p,
.sec-title span{
	font-size:inherit;
}

.pick{
	font-size:inherit;
	color:var(--accent);
}

.title-wrap p{
	color:var(--main);
	font-size:2rem;
}

/*********************
           HEADER STYLES
           *********************/
.logo-wrap{
display:flex;
	align-items:center;
	gap:1rem;
}

.logo-wrap a {
    display: block;
width: 120px;
}

#header,
#footer{
	padding-left:5rem;
        padding-right:5rem;
}

#header {
    max-width: 100%;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    top: 0;
    position: fixed;
    transition: all 0.3s ease-out;
    background: transparent;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    z-index: 99;
background: var(--main);
	padding:0 5rem;
}

#header.is-top {
    background: var(--main-r);
    box-shadow: 0 0 5px 0px #ddd;
}


#header.is-top .site-description,
#header.is-top-sp .site-description{
	color:var(--main);
}

.site-description{
    color: var(--main-r);
    font-size: 12px;
    line-height: 1.4;
}

#page__waterproofing-work #page_header .page-subtitle-en,
#page__painting-work #page_header .page-subtitle-en,
#page__sealing-work #page_header .page-subtitle-en,
#page__base-repair-work #page_header .page-subtitle-en,
#page__tile-work #page_header .page-subtitle-en,
#page__rope-work #page_header .page-subtitle-en,
#page__waterproofing-work-guide #page_header .page-subtitle-en,
#page__painting-work-guide #page_header .page-subtitle-en,
#page__sealing-work-guide #page_header .page-subtitle-en,
#page__rope-work-guide #page_header .page-subtitle-en,
#page__tile-work-guide #page_header .page-subtitle-en,
#page__flow #page_header .page-subtitle-en{
    font-size: 7rem;
}

/*********************
           NAVIGATION STYLES
           *********************/

.nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
}

.nav__list li a {
border-bottom: none;
    font-size: 1.6rem;
    color: var(--main-r);
    display: flex;
    align-items: center;
    height: 100%;
}

.is-top #menu ul li a {
    color: var(--main);
}

.toggle {
    display: none;
}

.drop-menu {
    position: relative;
    padding-right: 2rem;
}

.drop-menu::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid var(--main-r);
    border-bottom: 0;
}

.is-top .drop-menu::before {
    border-top: 6px solid var(--main);
}

.sub-menu {
    background-color: var(--main-r);
    left: 0;
    position: absolute;
    top: 3rem;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .3s;
    width: max-content;
    z-index: 1;
}

.sub-menu li a {
    font-size: 1.4rem;
    border-bottom: 1px solid #ddd !important;
    display: block;
    padding: 1rem 2rem;
    color: var(--main)!important;
	transition:var(--transition);
}

.sub-menu li a:hover{
	background:var(--main);
    color: var(--main-r)!important;	
}

.sub-menu li:last-child a {
	margin-bottom: 0;
}

.drop-menu:hover .sub-menu {
    transform: scaleY(1);
}

/*********************
           FOOTER STYLES
           *********************/
#cta_area{
position: relative;
    color: var(--main-r);
	text-align:center;
}

#cta_area p,
#cta_area span{
    color: var(--main-r);	
}

#cta_area:before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(58 70 97 / 80%);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

#cta_area_inner{
	position:relative;
}

#cta_area_inner h3{
font-size: 3rem;
}

#cta_area_inner h3 span{
    display: block;
    font-size: 2rem;	
}

#cta_area_inner p{
	margin-top:3rem;
}

#cta_flex{
display: flex;
    align-items: center;
    background: var(--main-r);
    padding: 3rem;
    gap: 5rem;
    justify-content: center;
	margin-top:5rem;
}

.cta-l .cta_flex-item{
color: var(--txt);
    font-size: 3rem;
    font-weight: 700;	
}

.cta-l .cta_flex-item span{
color: var(--txt)!important;	
}

.cta-l .cta_flex-item:first-child img{
width: 30px!important;
}

.cta-r{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.cta-r .cta_flex-item:nth-child(1){
	background:#1EBC1A;
}

.cta-r .cta_flex-item:nth-child(2){
	background:#E97C00;
}

.cta-r .cta_flex-item{
    width: 250px;
    line-height: 60px;
}

.cta-r .cta_flex-item{
color: var(--main-r);
    font-size: 1.6rem;
}

.cta-r .cta_flex-item img{
	height:auto;
}

.cta_flex-item img{
width: 20px!important;
    display: inline-block!important;
    vertical-align: middle;
	margin-right:10px;
}

.cta_flex-item span{
	display:block;
}

.more-flex{
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.more-flex a{
    width: 50%;
    transition: all .3s;
    position: relative;
    z-index: 5;
}

figure.more-content img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
	height:45rem;
}

.more-flex a:hover figure.more-content img{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-filter: blur(3px);
	filter: blur(3px);
	margin: -3px;
	height:calc(45rem + 6px);
}

.more-box .innerTrigger {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

figure.more-content figcaption {
    top: auto;
    bottom: 0;
    position: absolute;
    z-index: 99;
    padding-top: calc(30 / var(--width)* 100vw);
    padding-bottom: calc(30 / var(--width)* 100vw);
    padding-right: calc(50 / var(--width)* 100vw);
    padding-left: calc(50 / var(--width)* 100vw);
    color: var(--main-r);
}

#footer_wrap {
    width: 100vw;
    height: 200px;
    position: relative;
    background: #f7f7f7;
    text-align: center;
}

#footer_wrap h3 {
    position: relative;
    top: 50%;
    transform: translate3d(0, -61%, 0);
    display: inline-block;
    font-size: 7.5rem;
}

#footer {
    position: relative;
	background:var(--main);
	padding-bottom:3rem;
}

#footer address{
	color:var(--main-r);	
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:15rem;
}

#footer_logo {
    margin: 1rem 0;
}

#footer_sns a {
width:25px;
}

#footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer_bottom a,
#footer_bottom p {
    font-size: 12px;
	color:#848eba;
	
}

#footer_bottom_l{
	display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

#copyright {
    text-align: center;
    font-size: 12px;
}

/*********************
           POSTS & CONTENT STYLES
           *********************/
.wp-block-group p{
	margin-bottom:1rem;
}

.wp-block-group p:last-child{
	margin-bottom:0;	
}

.tax-blog_cat,
#page__blog{
	padding-top:10rem;
}

#top_service .section-r .service,
#service .service{
padding: 0 !important;
    transition: var(--transition);
    position: relative;
    height: 60rem;
    display: block;
}

.service-content{
background: rgb(5 40 123);
    background-color: rgb(5 40 123 / 20%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--main-r);
    padding: 5rem;
}

.service-content:before{
	content:"";
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	height:100%;
}

.service-content h3{
position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
}

.service-content h3 .arrow{
	    background: transparent;
    border: 1px solid var(--main-r);
    width: 5rem;
    height: 5rem;
}

a.service:hover .arrow[data-color=blue]{
background: var(--main-r);
}

a.service:hover .arrow[data-color=blue]::after {
	border-top: 1px solid var(--main);
    border-right: 1px solid var(--main);
}

a.service:hover .arrow::after {
    left: 49%;
    opacity: 1;
    transition: all .4s ease-in;
}

a.service:hover .arrow::before {
    left: 70%;
    opacity: 0;
    transition: all .4s ease-out .1s;
}

.service-content p{
font-size: 5rem;
    font-family: var(--en);
}

.service-en{
mix-blend-mode: overlay;
    position: absolute;
    top: -28px;
    line-height: 1;
    width: auto;
}

.works-wrap{
    background: var(--main);
    color: var(--main-r);
}

#works_wrap{
    background: initial;
    color: initial;
}

.works-wrap .swiper,
.blog-wrap .swiper{
    overflow: visible;
}

.works-wrap .title-wrap,
.blog-wrap .title-wrap{
    margin-bottom: 0rem;
}

.works-slide-title,
.blog-slide-title{
	margin-bottom:5rem;
}

.post-control-wrap .triggerTxt .innerTriggerTxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    gap: 5rem;
}

.post-control-wrap .anima-active-txt {
    display: block;
}

.works-wrap .swiper-controller,
.blog-wrap .swiper-controller{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.works-wrap .swiper-scrollbar,
.blog-wrap .swiper-scrollbar{
    position: relative;
     width: calc(100% - 130px - 5rem);
  }

.works-wrap .swiper-scrollbar::after,
.blog-wrap .swiper-scrollbar::after{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    margin: auto;
    content: "";
    background: var(--main-r);
  }
.blog-wrap .swiper-scrollbar::after{
    background: var(--main);
  }

.works-wrap .swiper-scrollbar-drag,
.blog-wrap .swiper-scrollbar-drag{
    height: 20px;
    height: 4px;
    cursor: pointer;
    background: var(--accent);
    background-clip: content-box;
  }

.works-wrap .swiper-button-prev,
.works-wrap .swiper-button-next,
.blog-wrap .swiper-button-prev,
.blog-wrap .swiper-button-next{
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
}

.swiper-button-prev, .swiper-button-next {
    display: grid !important;
    place-content: center;
    cursor: pointer;
    font-size: 35px;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
background: rgb(255 255 255 / 30%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.blog-wrap .swiper-button-prev::before, .blog-wrap .swiper-button-next::before {
    background: rgb(5 40 123 / 15%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '' !important;
    font-family: initial;
}

.swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--main-r);
    border-width: 3px 3px 0 0;
}

.blog-wrap .swiper-button-prev::after,
.blog-wrap .swiper-button-next::after {
    border: solid var(--main);
    border-width: 3px 3px 0 0;
}

.swiper-button-prev {
    left: 0 !important;
    margin-right: 10px !important;
}

.swiper-button-next {
    right: 0 !important;
}

#slider__button_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#post_wrap{
	align-items: initial;
}

.post-title{
	font-size:1.6rem;
}

.works-wrap .post-title,
#works_new .post-title,
#post_wrap .post-date,
#top_blog .post-date{
    background: var(--main-r);
    color: var(--main);
    position: relative;
    padding: 2rem;
    flex-grow: 1;
}

.works-wrap article a,
#works_new article a,
#post_wrap article a,
#top_blog article a{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.works-wrap .post-title,
#works_new .post-title{
    padding: 1rem calc(2rem + 65px) 1rem 2rem;
}

.post-type-archive-blog #post_wrap .post-title{
    background:initial;
    padding:0;	
}

.works-wrap .post-category,
#post_wrap .post-category,
#works_new .post-category{
padding: 10px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgb(5 40 123 / 20%);
    color: var(--main-r);
}

.works-wrap .post-category span,
#post_wrap .post-category span,
#works_new .post-category span{
	font-size:13px;
    color: var(--main-r);
}

.blog-wrap .post-title .innerTrigger,
.tax-blog_cat .post-title .innerTrigger,
.post-type-archive-blog .post-title .innerTrigger{
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}

.works-thumbnail .innerTrigger,
.blog-thumbnail .innerTrigger{
	position:relative;
}

.works-thumbnail .innerTrigger, .blog-thumbnail .innerTrigger{
	height: 30rem;
}

#works_pickup .works-thumbnail .innerTrigger{
    height: 25rem;
}

.works-thumbnail .works-date{
	position:absolute;
	top:0;
	right:0;
}

#blog_flex .post-date{
    padding: 2rem;
    background: var(--main-r);
    color: var(--main);
}

.works-arrow-wrap{
background: var(--main);
    width: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.works-arrow{
display: inline-block;
    vertical-align: middle;
    color: var(--main);
    line-height: 1;
    position: relative;
    width: 10px;
    height: 1px;
    background: var(--main-r);
}

.works-arrow::before{
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid var(--main-r);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.news-content article a{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}

.news-content a .post-date,
.news-content a .post-title{
	line-height:1;
}

.banner .l-flex{
background: #eeeeee;
    padding: 5rem;
    max-width: 80%;
    margin: 0 auto;
}

.banner-l{
	width:calc(20% - 2.5rem);
}

.banner-r{
	width:calc(80% - 2.5rem);
}

.banner-title{
    display: flex;
    gap: 3rem;
	margin-bottom:2rem;
}

.banner-title h4{
	font-size:3rem;
}

.banner-title img{
	width:200px!important;
}

#guide_flex,
#blog_wrap{
	align-items:initial;
	position:relative;
}

#guide_l{
	width:calc(70% - 2.5rem);
}

#guide_r{
	width:calc(30% - 2.5rem);
  position: absolute;
  right: 0;
  top: 0;
  max-height: calc(100vh - 110px);
  overflow: auto;
}

#guide_r.is-end{
  top: auto;
  bottom: 0;
}

#guide_r a{
padding: 2rem;
    display: block;
    color: var(--main);
    background: var(--main-r);
    line-height: 1;
    margin-bottom: 1rem;
}

#guide_r li:last-child a{
    margin-bottom: 0rem;
}

.guide-item{
	margin-bottom:10rem;
}

.guide-item:last-child{
    margin-bottom: 0rem;
}

h3.wp-block-heading{
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #D2D2D2;
    position: relative;
}

h3.wp-block-heading:after{
content: "";
    display: block;
    border-bottom: 2px solid #05287B;
    width: 30px;
    position: absolute;
    padding-bottom: 1rem;
}

.over-l {
    flex: 1;
    margin-left: calc(50% - 50vw);
}

.over-r {
    flex: 1;
    margin-right: calc(50% - 50vw);
}

#page_header {
    margin-top: 80px;
    position: relative;
}

#hero_wrap{
    padding-left: 5rem;
    padding-bottom: 5rem;
}

#hero_wrap,
#service_hero_wrap{
    position: relative;	
}

.hero {
height: 50vh;
    position: relative;
}

.hero-bg{
    height: 50vh;
    position: absolute;
    bottom: 0;
    right: 5rem;
    width: 100%;
    z-index: -1;
}

.hero-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    -webkit-backdrop-filter: blur(30px) brightness(115%);
    backdrop-filter: blur(30px) brightness(115%);
}

.hero-content {
width: 100%;
    padding-top: 20rem;
    padding-bottom: 20rem;
}

#page_header .page-title {
    font-size: 1.8rem;
}

#page_header .page-subtitle-en {
    font-size: 8rem;
    font-family: var(--en);
    text-transform: uppercase;
    line-height: 1;
    margin-top: 1rem;
	color:var(--main);
}

#page__our-advantage #page_header,
#page__service #page_header,
#page__works #page_header{
    padding-top: 20rem;
}

#page__our-advantage .hero-content,
#page__service .hero-content,
#page__works .hero-content{
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-end;
    margin-bottom: 2rem;
}

#page__our-advantage .page-title,
#page__service .page-title,
#page__works .page-title{
    margin-bottom: 2rem;
}

#page__our-advantage .page-subtitle-en,
#page__service .page-subtitle-en,
#page__works .page-subtitle-en{
    margin-top: 0;
	transform: translateY(-50%);
mix-blend-mode: color-dodge;
    margin-left: -5rem;
}

.breadcrumb__item span {
    text-transform: uppercase;
}

.breadcrumb__item {
    display: inline;
    margin-right: 2rem;
    position: relative;
}

.breadcrumb__item:after {
    content: "／";
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translatey(-50%);
    font-size: 13px;
}

.breadcrumb__item:last-child {
    padding-right: 0rem;
}

.breadcrumb__item:last-child:after {
    content: "";
}

.breadcrumb__item a {
    transition: opacity .6s;
}

.breadcrumb__item a:hover {
    opacity: .6;
}

#page__waterproofing-work-guide .breadcrumbs,
#page__painting-work-guide .breadcrumbs,
#page__sealing-work-guide .breadcrumbs,
#page__base-repair-work-guide .breadcrumbs,
#page__tile-work-guide .breadcrumbs,
#page__rope-work-guide .breadcrumbs,
#page__waterproofing-work .breadcrumbs,
#page__painting-work .breadcrumbs,
#page__sealing-work .breadcrumbs,
#page__base-repair-work .breadcrumbs,
#page__tile-work .breadcrumbs,
#page__rope-work .breadcrumbs,
#page__contact .breadcrumbs,
.tax-works_cat .breadcrumbs{
text-align: right;
}


#page__waterproofing-work-guide .hero-content,
#page__painting-work-guide .hero-content,
#page__sealing-work-guide .hero-content,
#page__base-repair-work-guide .hero-content,
#page__tile-work-guide .hero-content,
#page__rope-work-guide .hero-content,
#page__waterproofing-work .hero-content,
#page__painting-work .hero-content,
#page__sealing-work .hero-content,
#page__base-repair-work .hero-content,
#page__tile-work .hero-content,
#page__rope-work .hero-content,
#page__contact .hero-content,
.tax-works_cat .hero-content{
padding-bottom:10rem;
}

#term_list{
    background: var(--main);
    color: var(--main-r);
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}

#term_list h3{
	width:30%;
}

#term_list ul li a{
color: var(--main-r);
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    display: block;
}

#term_list ul{
	gap:3rem;
	width:70%;
}

#term_list ul li{
	width:calc(100% / 3 - 2rem);
}

#blog_flex a{
	width:calc(100% / 2 - 2.5rem);
}

#single_wrap .post-title {
    -webkit-line-clamp: initial;
	margin:3rem 0;
}

.single img {
    height: auto;
    max-width: 100%;
}

#news__pager {
    margin-top: 5rem;
}

#news__pager .page-numbers {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.news-list article {
    border-top: 1px solid #CFCFCF;
}

.news-list article:last-child {
    border-bottom: 1px solid #CFCFCF;
}

.news-list article a {
    display: block;
    padding: 30px 0;
}

.news-list article a div {
    display: flex;
    gap: 3rem;
    align-items: center;
}

#blog__pager,
#works__pager{
	margin-top:5rem;
}

#works__pager ul.page-numbers,
#blog__pager ul.page-numbers{
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
    width: 50px;
    height: 50px;
    line-height: 1;
    border: 1px solid var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius:200px;
}

.pagination .page-numbers li span {
    background: var(--main);
    color: var(--main-r);
    border: 1px solid var(--main);
}

.post-title .innerTrigger{
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
}

.single .post-title::not(#works_new .single .post-title) {
    margin: 2rem 0 !important;
    -webkit-line-clamp: initial;
    font-size: 2.5rem;
    line-height: 1.3;
}

.post-time {
    color: #3A3A3A;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-category {
    font-size: var(--sm);
    background: var(--main);
    color: var(--main-r);
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
}

.post-time,
.post-category {
    white-space: nowrap;
}

.single .post-contents h2,
.single .post-contents h3,
.single .post-contents h4,
.single .post-contents h5 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.single .post-contents p,
.single .post-contents figure {
    margin-bottom: 20px;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: 25% 75%;
}

.single-title,
.page-title,
.entry-title {
    margin: 0;
}

#archive_news_inner .news-list {
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
.works-thumbnail .innerTrigger, .blog-thumbnail .innerTrigger {
    height: 25rem;
}
.banner .l-flex {
    max-width: 100%;
}

}

@media screen and (max-width:1400px) {
p, a, span, td, th, li, address, dt, dd {
    font-size: 14px;
}

.works-thumbnail .innerTrigger, .blog-thumbnail .innerTrigger {
        height: 20rem;
    }

.l-tb {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.l-tb-p {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.l-b {
    margin-bottom: 10rem;
}
	
.sec-title {
    font-size: 3rem;
}

.title-wrap {
    margin-bottom: 3rem;
}

.banner-title h4 {
    font-size: 2.5rem;
}

#page__waterproofing-work #page_header .page-subtitle-en, #page__painting-work #page_header .page-subtitle-en, #page__sealing-work #page_header .page-subtitle-en, #page__base-repair-work #page_header .page-subtitle-en, #page__tile-work #page_header .page-subtitle-en, #page__rope-work #page_header .page-subtitle-en, #page__waterproofing-work-guide #page_header .page-subtitle-en, #page__painting-work-guide #page_header .page-subtitle-en, #page__sealing-work-guide #page_header .page-subtitle-en, #page__rope-work-guide #page_header .page-subtitle-en, #page__tile-work-guide #page_header .page-subtitle-en, #page__flow #page_header .page-subtitle-en {
    font-size: 6rem;
}
	
.service-content p {
    font-size: 4rem;
}

.service-content {
    padding: 4rem;
}

.service-en {
    top: -20px;
}

    /*********************
           HEADER STYLES
           *********************/
.nav__list {
    gap: 2rem;
}

    .nav__list li a {
        font-size: 14px;
    }

.hero,
.hero-bg {
    height: 40vh;
}

.site-description{
	font-size:11px;
}
}


@media screen and (max-width:1200px) {
.service-content {
        padding: 3rem;
    }

.l-lr {
    padding-right: 5rem;
    padding-left: 5rem;
}

    .sec-title {
font-size: 2.5rem;
    }

.title-wrap p {
    font-size: 1.4rem;
}

    /*********************
           HEADER STYLES
           *********************/

    #logo {
        width: 150px;
    }

}

@media screen and (max-width:1024px) {

    /*********************
           GENERAL STYLES
           *********************/
    :root {
        --width: 540;
    }

    .pc-hide {
        display: block !important;
    }

    .sp-hide {
		display:none!important;
    }

    .bg-main {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    #cursor,
    #stalker {
        display: none;
    }

    .service-content p {
        font-size: 3rem;
    }

    .service-en {
        top: -14px;
    }

.service-content h3 {
    font-size: 1.6rem;
}

.service-content h3 .arrow {
    width: 4rem;
    height: 4rem;
}

.banner-title h4 {
        font-size: 2rem;
    }

.banner-title img {
    width: 150px !important;
}

#cta_area_inner h3 span {
    font-size: 1.6rem;
}

#cta_area_inner h3 {
    font-size: 2.5rem;
}

.cta-r .cta_flex-item {
    font-size: 1.4rem;
}

.cta-r .cta_flex-item {
    width: 200px;
    line-height: 50px;
}

.swiper-button-prev, .swiper-button-next {
    width: 50px !important;
    height:50px !important;
}

.works-slide-title, .blog-slide-title {
    margin-bottom: 3rem;
}

.cta-l .cta_flex-item {
    font-size: 2.5rem;
}

.cta-l .cta_flex-item:first-child img {
    width: 25px !important;
}

figure.more-content img {
    height: 30rem;
}

figure.more-content figcaption {
    padding-top: calc(20 / var(--width) * 100vw);
    padding-bottom: calc(20 / var(--width) * 100vw);
    padding-right: calc(30 / var(--width) * 100vw);
    padding-left: calc(30 / var(--width) * 100vw);

}

    /*********************
        NAVIGATION STYLES
        *********************/
    .logo-wrap a{
        width: 100px;
    }

#header,
#footer{
	padding-left:2rem;
        padding-right:2rem;
}

    #header {
height: 70px;
    }

    #header.is-top-sp {
        background: var(--main-r);
    }

    #header.is-top-sp .logo-wrap .logo-g {
        fill: var(--main);
    }

    .nav__list {
        display: block;
    }

    #menu ul li a {
        padding: 1rem;
        color: var(--main-r) !important;
        text-decoration: none;
    }

.drop-menu::before{
	display:none;
	}

.sub-menu{
    position: relative;
    transform: initial;
    top: initial;
    width: 100%;
    background: initial;
    display: flex;
    flex-wrap: wrap;
	}

.sub-menu li{
width: 50%;
	border-top: 1px solid #ffffff4d;
	border-left: 1px solid #ffffff4d;
	margin-bottom:0!important;
	}

#menu .sub-menu li:nth-child(1),
#menu .sub-menu li:nth-child(2),
#menu .sub-menu li:nth-child(3),
#menu .sub-menu li:nth-child(4),
#menu .sub-menu li:nth-child(5),
#menu .sub-menu li:nth-child(6){
        border-bottom: 0;
	}

#menu .sub-menu li:nth-child(even){
	border-right: 1px solid #ffffff4d;
	}

#menu .sub-menu li a{
        border-bottom: 0!important;
	font-size:12px;
        text-align: left;
	}

    #menu ul li {
        border-bottom: 1px solid #ffffff4d;
	padding: 0;
		margin-bottom:2rem;
    }

#menu ul li:last-child{
		margin-bottom:0;	
	}

    #menu #menu-nav_inner {
display: block;
        width: 90%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(0, -10px, 0) translate(-50%, -50%);
    }

    #nav_inner {
        text-align: center;
        margin: 0;
        background: var(--main);
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 90px;
        pointer-events: none;
        -webkit-transform: translate3d( 0, -100%,0);
        transform: translate3d(0, -100%,0);
        -webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
        transition: transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
    }

    #menu.open #nav_inner {
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    #menu-nav_inner {
        opacity: 0;
        -webkit-transition: opacity ease 0.6s 0s, -webkit-transform ease 0.6s 0s;
        transition: opacity ease 0.6s 0s, transform ease 0.6s 0s;
    }

    #menu.open #menu-nav_inner {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) translate(-50%, -50%);
        transform: translate3d(0, 0, 0) translate(-50%, -50%);
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .toggle {
        display: block;
        width: 70px;
        height: 70px;
        cursor: pointer;
        z-index: 3;
        right: 0;
        background: var(--accent);
        position: fixed;
        top: 0;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 2px var(--main-r);
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }

    .toggle span:nth-child(1) {
        top: 30px;
    }

    .toggle span:nth-child(2) {
        top: 38px;
    }

    .toggle.active span:nth-child(1) {
        top: 35px;
        transform: translateX(-50%) rotate(-25deg);
    }

    .toggle.active span:nth-child(2) {
        top: 35px;
        transform: translateX(-50%) rotate(25deg);
    }


    /*********************
           FOOTER STYLES
           *********************/
.footer-flex {
    margin-bottom: 10rem;
}

#footer .sub-menu li a,
#footer .sub-menu li{
	display:none;
	}

    /*********************
           LAYOUT & GRID STYLES
           *********************/
    .l-lr {
        padding-right: 5rem;
        padding-left: 5rem;
    }
	
.l-l {
    padding-left: 5rem;
}

.l-r {
    padding-right: 5rem;
}

    .l-tb {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .l-t {
        margin-top: 10rem;
    }

    .l-b {
        margin-bottom: 10rem;
    }

    .l-tb-p {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

}

@media screen and (max-width:767px) {

    /*********************
           GENERAL STYLES
           *********************/
    html {
        scroll-padding-top: 90px;
    }

    .mbr {
        display: inline-block;
    }

    .pc-hide {
        display: block !important;
    }

    .l-lr {
        padding-right: 2rem;
        padding-left: 2rem;
    }

.l-l {
    padding-left: 2rem;
}

.l-r {
    padding-right: 2rem;
}

    .l-tb {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .l-t {
        margin-top: 5rem;
    }

    .l-b {
        margin-bottom: 5rem;
    }

    .l-tb-p {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .l-flex {
        gap: 3rem;
    }

p, a, span, td, th, li, address, dt, dd {
    font-size: 13px;
}

    .sec-title {
        font-size: 2rem;
    }

time{
	font-size:11px;
	}

.arrow {
    width: 3rem;
    height: 3rem;
}

.swiper-button-prev, .swiper-button-next {
        width: 3rem !important;
        height: 3rem !important;
    }
    /* ==========================================================================
              Links
              ========================================================================== */
.btn-wrap a {
    gap: 1rem;
}
	
.btn {
    width: 200px;
}

.btn-wrap a .btn-text, .btn-wrap p button .btn-text {
    width: calc(100% - 4rem - 2rem);
    margin-left: 1rem;
}

.banner-l{
        width: 100%;
        display: block;
        text-align: center;
	}

.banner .l-flex {
padding: 2rem;
        gap: 1rem;
}
.banner-r {
    width: 100%;
}
.banner .banner-l img:first-child{
        width: 30%;
        margin: 0 auto 2rem auto;
	}
.banner .banner-l img{
width: 40%;
	}

.btn-wrap {
    margin-top: 3rem;
margin-left: auto;
margin-right: auto;
}
    .btn-1 a,
    .btn-1 button {
        background: var(--main);
        width: 200px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        color: var(--main-r);
        letter-spacing: .04em;
        position: relative;
        border-left: 5px solid #D13631;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .btn-1 a::before,
    .btn-1 button::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        display: block;
        background: #D13631;
        z-index: 1;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .btn-1 a span,
    .btn-1 button span {
        position: relative;
        z-index: 5;
    }

    .btn-1 a:hover::before,
    .btn-1 button:hover::before {
        width: 100%;
    }

    /*********************
           HEADER STYLES
           *********************/
#header {
        height: 50px;
    }

#page_header {
    margin-top: 50px;
}

#page__home #main {
    padding-top: 50px;
}

.toggle {
        width: 50px;
        height: 50px;
    }

    .toggle span:nth-child(1) {
        top: 22px;
    }

    .toggle span:nth-child(2) {
        top: 28px;
    }

    .toggle.active span:nth-child(1) {
        top: 25px;
    }

    .toggle.active span:nth-child(2) {
        top: 25px;
    }
    /*********************
           POSTS & CONTENT STYLES
           *********************/
h3.wp-block-heading {
    font-size: 1.6rem;
}
.hero-content {
    padding-top: 10rem;
}
#guide_flex, #blog_wrap {
    flex-direction: column-reverse;
    gap: 7rem;
}
#guide_l,
#guide_r{
	width: 100%;
}
#guide_r{
	position: relative;
}
#guide_r ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
	}
#guide_r a {
    padding: 1rem;
    margin-bottom: 0;
}
.guide-item {
    margin-bottom: 5rem;
}
#page__waterproofing-work-guide .hero-content, #page__painting-work-guide .hero-content, #page__sealing-work-guide .hero-content, #page__base-repair-work-guide .hero-content, #page__tile-work-guide .hero-content, #page__rope-work-guide .hero-content, #page__waterproofing-work .hero-content, #page__painting-work .hero-content, #page__sealing-work .hero-content, #page__base-repair-work .hero-content, #page__tile-work .hero-content, #page__rope-work .hero-content, #page__contact .hero-content, .tax-works_cat .hero-content {
    padding-bottom: 5rem;
}
#page__waterproofing-work #page_header .page-subtitle-en, #page__painting-work #page_header .page-subtitle-en, #page__sealing-work #page_header .page-subtitle-en, #page__base-repair-work #page_header .page-subtitle-en, #page__tile-work #page_header .page-subtitle-en, #page__rope-work #page_header .page-subtitle-en, #page__waterproofing-work-guide #page_header .page-subtitle-en, #page__painting-work-guide #page_header .page-subtitle-en, #page__sealing-work-guide #page_header .page-subtitle-en, #page__rope-work-guide #page_header .page-subtitle-en, #page__tile-work-guide #page_header .page-subtitle-en, #page__flow #page_header .page-subtitle-en {
        font-size: 3rem;
    }
#page__our-advantage #page_header, #page__service #page_header, #page__works #page_header {
    padding-top: 15rem;
}
.hero, .hero-bg {
        height: 30vh;
    }
#page__our-advantage .hero-content, #page__service .hero-content, #page__works .hero-content{
	align-items: flex-start;
	}
#page__our-advantage .page-title, #page__service .page-title, #page__works .page-title{
	    margin: 0;
    font-size: 1.4rem;
	}
.breadcrumbs span{
	font-size:11px;
	}
#hero_wrap {
    padding-left: 0;
    padding-bottom: 2rem;
    padding-right: 2rem;
}
#page_header .page-subtitle-en {
    font-size: 3rem;
    margin-left: 0rem;
}
.hero-bg {
        right: initial;
        left: 2rem;
        width: calc(100% - 2rem);
}
#term_list ul {
    gap: 2rem;
    width: 101%;
}
#term_list {
    padding: 2rem;
}
#term_list h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;	
}
#term_list ul li {
    width: calc(100% / 2 - 1rem);
}
.news-content article a {
    gap: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
#page_header .page-title {
    font-size: 1.4rem;
}
.title-wrap {
       text-align:center;
margin-bottom: 2rem;
    }
    .post-title {
        -webkit-line-clamp: 2;
        font-size: 13px;
    }
.works-thumbnail .innerTrigger, .blog-thumbnail .innerTrigger {
        height: 12rem;
    }
.works-wrap .swiper-scrollbar, .blog-wrap .swiper-scrollbar {
    width: calc(100% - 130px - 0rem);
}
.works-wrap .swiper-scrollbar::after, .blog-wrap .swiper-scrollbar::after {
    height: 2px;
}

.works-wrap .swiper-scrollbar-drag, .blog-wrap .swiper-scrollbar-drag {
    height: 2px;
}
.post-control-wrap .triggerTxt .innerTriggerTxt {
    margin-top: 2rem;
}

.works-arrow-wrap {
    width: 30px;
    right: 1rem;
    top: 50%;
}

.works-wrap .post-title, #works_new .post-title {
    padding: 1rem 4rem 1rem 1rem;
}

.swiper-button-prev::after, .swiper-button-next::after,#top_voice .swiper-button-prev::after, #top_voice .swiper-button-next::after {
    width: .8rem!important;
    height: .8rem!important;
}

    .post-data-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }

    .news-list article a div {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .news-list article a {
        padding: 20px 0;
    }

    .post-category {
        font-size: 12px;
    }

    .wpcf7-list-item-label,
    .wpcf7-list-item-label a {
        font-size: 13px;
    }

    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    textarea,
    .field {
        height: 60px;
        padding: 10px;
    }

.works-wrap .post-category span, #post_wrap .post-category span, #works_new .post-category span {
    font-size: 11px;
}
.works-wrap .post-category, #post_wrap .post-category, #works_new .post-category {
    padding: 7px;
}
    /*********************
           FOOTER STYLES
           *********************/
.footer-flex {
    margin-bottom: 5rem;
	gap:3rem;
}
#menu-footer li a{
border-bottom: 1px solid #ffffff4d;
    border-left: 1px solid #ffffff4d;
    border-right: 1px solid #ffffff4d;
    padding: 1rem;
font-size: 12px;
	}
#menu-footer li:first-child a{
    border-top: 1px solid #ffffff4d;
	}
#cta_area_inner p {
    margin-top: 2rem;
}
#cta_area_inner h3 {
	font-size: 1.8rem;
}

#cta_area_inner p {
    text-align: left;
}
	
#cta_flex{
	display:block;
    margin-top: 2rem;
	}
	
#cta_flex .cta-l{
	margin-bottom:2rem;
	}

figure.more-content figcaption{
	padding:1rem 2rem;
	}

figure.more-content img {
        height: 15rem;
    }

figure.more-content h3{
	font-size: 1.4rem;
	}

.more-flex a:hover figure.more-content img {
    height: calc(15rem + 6px);
}

.cta-r .cta_flex-item {
        width: 100%;
    }

    .footer-more-l,
    .footer-more-r {
        width: 100%;
    }

    .footer-block {
        height: 40vh;
    }

    #footer_bottom a,
    #copyright {
        font-size: 12px;
    }

#footer_sns a{
	display:block;
	}

.footer-item{
        width: 100%;
	}

    /*********************
           LAYOUT & GRID STYLES
           *********************/
.single .post-contents h2, .single .post-contents h3, .single .post-contents h4, .single .post-contents h5 {
    margin-top: 3rem;
    font-size: 1.5rem;
}
#post_wrap .post-date, #top_blog .post-date {
    padding: 1rem;
}

    .works-slide-title, .blog-slide-title {
        margin-bottom: 2rem;
    }

.banner-title h4 {
        font-size: 1.6rem;
    }

    .l-flex .flex-l,
    .l-flex .flex-r {
        width: 100% !important;
    }

    textarea {
        min-height: 250px;
    }

    .service-en {
    width: 90%;
    }

    .service-content {
        padding: 1rem 2rem;
    }

.service-content h3 .arrow {
        width: 3rem;
        height: 3rem;
    }

.service-content p {
        font-size: 2.5rem;
    }
.service-content h3 {
        font-size: 1.4rem;
    }
.banner .sp-hide{
		display:none!important;
	}
.btn-wrap.btn-pc{
display:none;	
	}
}

@media screen and (min-width:768px) {
.banner .tb-hide{
		display:none!important;
	}
.banner .sp-hide{
		display:block!important;
	}
.tb-hide{
		display:none;
	}
.btn-wrap.btn-sp{
display:none;	
	}
}