@font-face {
    font-family: hansjp-m;
    src: url(../webfonts/source-hans-jp.otf);
}

@font-face {
    font-family: "Source Han Sans JP";
    src: url(../webfonts/source-hans-jp-r.otf);
}

@font-face {
    font-family: yumincho;
    src: url(../webfonts/yumin.ttf);
}

@font-face {
    font-family: yumincho-b;
    src: url(../webfonts/yumindb.ttf);
}

@font-face {
    font-family: Helvetica-b;
    src: url(../webfonts/Helvetica-Bold.ttf);
}

@font-face {
    font-family: Helvetica;
    src: url(../webfonts/Helvetica.ttf);
}

picture {
    display: block;
}


:root {
    --main-color: #27AAE1;
    --black-color: #000;
    --font-color: #333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans CJK JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
    max-width: 100%;
}

section {
    width: 100%;
    position: relative;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row [class*='col'] {
    padding-left: 0;
    padding-right: 0;
}

a:hover {
    text-decoration: none;
    color: var(--font-color);
}

a {
    text-decoration: none;
    color: var(--font-color);
}

h1 , h2 , h3 , h4 , h5 , h6 , p , ul {
    margin-bottom: 0;
    padding: 0;
}




.stalker {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    mix-blend-mode: exclusion;
    z-index: 1001;
}

.anim {
    display: block;
    position: relative;
    width: fit-content;
}

.anim::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #00275C;
    transform-origin: left;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
}

.anim.wh:before {
    background-color: #fff;
}

.anim .op {
    opacity: 0;
    transition: all 0ms ease 700ms;
}

.anim.on .op {
    opacity: 1;
}

.anim.on::before {
    animation: maskAnime 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards;
}

@keyframes maskAnime {
	0% { transform: scaleX(0); transform-origin: left; }
	45% { transform: scaleX(1); transform-origin: left; }
	50% { transform: scaleX(1); transform-origin: left; }
	55% { transform: scaleX(1); transform-origin: right; }
	100% { transform: scaleX(0); transform-origin: right; }
}


.loading-screen {
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.5s cubic-bezier(.88,.34,.12,.91)
}

.loading-screen img {
    width: 300px;
}

.loading-screen.disable {
    animation: loading-disable 4s 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

@keyframes loading-disable {
    0% {opacity: 1;}
    75% {opacity: 1;}
    99% {opacity: 0; visibility: visible;}
    100% {opacity: 0; visibility: hidden;}
}

/*  */

.pageNavi {
    display: flex;
    justify-content: center;
}

.pageNavi .wp-pagenavi {
    display: flex;
    margin-bottom: 5rem;
}

.pageNavi a , .pageNavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0 !important;
    color: #A0A0A0;
    border: none !important;
}

.pageNavi .pages {
    display: none;
}

.pageNavi span.current {
    color: var(--font-color);
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 1rem !important;
    border: 2px solid #00a0d2;
    font-size: 2rem;
    text-align: center;
}

.nextpostslink , .previouspostslink {
    line-height: auto;
    font-size: 16px !important;
}

#service1-1,
#service1-2,
#service1-3,
#service1-4 {
    padding-top: 150px;
    padding-bottom: 0;
}


#sp-fix-box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 -3px 6px rgba(0,0,0,.2);
    .bottom-btn-group {
        background: #44B4AB;
        color: #fff;
        margin: 0;
        a {
            padding: 10px 0;
            background: #44B4AB;
            color: #fff;
            .n {
                font-size: 26px;
            }
        }

    }
}

.grecaptcha-badge {
    visibility: hidden;
}


@media only screen and (max-width: 1079px) {
    /* ----------------- common  ------------------ */
    .pc {
        display: none !important
    }
    .sp {
        display: block !important
    }
    .cnt-in , .cnt-md-in {
        max-width: 94%;
        margin: auto;
    } 
    body {
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #333;
    }
    /*  */
    /* header */
    header.top {
        background-color: rgba(51, 51, 51, 0.6);
    }
    header.top.active {
        background-color: var(--font-color);
    }
    header {
        display: flex;
        transition: all .5s;
        width: 100%;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        background-color: #44B4AB;
        padding: 15px;
        align-items: center;
        justify-content: space-between;
    }

    .logo-wrap a h1 {
        font-family: Helvetica;
        font-weight: normal;
        font-size: 21px;
        letter-spacing: 0.05em;
        text-align: left;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .logo-wrap a h1 img {
        width: 150px
    }

    header #menu {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: -100%;
        top: 0;
        transition: all 1s;
        background-color: rgba(55, 55, 55, .8);
    }

    header #menu.active {
        left: 0;
    }

    header #menu .menu-wrap {
        width: 85%;
        height: 100%;
        background-color: white;
    }

    header #menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        color: white;
        text-align: center;
        background-color: #FFFFFF;
    }

    header #menu ul a {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        padding: 20px 0;
        display: block;
        border-bottom: 1px dotted #CBCBCB;
    }


    header #menu ul li {
        transition: all .5s;
        opacity: 0;
        transform: translateX(-30px);
    }

    header #menu.active ul li {
        opacity: 1;
        transform: translateX(0);
    }

    header #menu ul li:nth-child(1) {
        transition-delay: .4s;
    }
    header #menu ul li:nth-child(2) {
        transition-delay: .5s;
    }
    header #menu ul li:nth-child(3) {
        transition-delay: .6s;
    }
    header #menu ul li:nth-child(4) {
        transition-delay: .7s;
    }
    header #menu ul li:nth-child(5) {
        transition-delay: .8s;
    }

    #burger , #burger-close {
        background: none;
        border: none;
        outline: none;
        color: white;
        font-size: 24px;
    }

    #burger-close {
        color: white;
        right: 18px;
        top: 15px;
        position: absolute;
    }

    /* bottom-btn-group */

    .bottom-btn-group a {
        padding: 10px 0;
        font-weight: 500;
        font-size: 10px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        border-bottom: 1px dotted #CBCBCB;
        background: linear-gradient(#fff 0%, #f2f2f2 100%);
    }

    .bottom-btn-group a .n {
        font-family: "Helvetica-b";
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        display: block;
    }

    header .bottom-btn-group a img {
        width: 100%;
    }

   /* common-contact */

   .common-contact {
        padding: 60px 0;
        background-color: #000;
    }

    .common-contact h2 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-align: center;
        color: #a3a3a3;        
    }

    .bottom-btn-group {
        margin-top: 40px;
    }

    .bottom-btn-group a {
        padding: 15px 0;
        background: #fff;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
        border-bottom: none;
    }

    .bottom-btn-group a:last-child {
        padding: 0;
    }

    .bottom-btn-group a img {
        width: 230px;
    }

    header .bottom-btn-group {
        margin: 0;
    }

    header .bottom-btn-group a:first-child {
        background: #44B4AB;
        color: #fff;
        margin: 0;
    }

    /* footer */

    footer {
        background-color: #44B4AB;
        padding: 50px 20px 20px;
    }

    footer .logo-wrap a h1 {
        margin-bottom: 50px;
        color: var(--font-color);
        font-size: 30px;
    }

    .footer-info-table {
        color: #fff;
        font-size: 14px;
        tr {
            margin-bottom: 20px;
            display: block;
            th {
                margin-bottom: 5px;
                display: block;
                width: 100%;
            }
            td {
                display: block;
                width: 100%;
                a {
                    color: #fff;
                }
            }
        }
    }

    footer .logo-wrap a h1 img {
        width: 180px;
    }

    footer .logo-wrap a {
        display: flex;
        justify-content: center;
    }

    footer .menu-wrap {
/*         display: none; */
        ul {
            list-style: none;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            font-size: 0;
            line-height: 1.2;
            li {
                margin: 5px 0;
                border-right: 1px solid #fff;
                a {
                    padding: 0 10px;
                    display: inline-block;
                    color: #fff;
                    font-size: 12px;
                }
            }
            li:nth-child(4n),
            li:last-child {
                border-right: none;
            }
        }
    }

    footer .txt {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 24px;
        text-align: center;
        color: #333;
    }

    footer .txt h2 {
        font-size: 20px;
        line-height: 50px;
        font-weight: bold;
    }

    footer .copyright {
        margin-top: 50px;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 24px;
        text-align: center;
        color: #fff;
    }

    /* title-group */
    .title-group {
        text-align: center;
    }
    .title-group h2 {
        font-size: 30px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        display: inline-block;
        position: relative;
    }

    .title-group h2 span {
        position: relative;
        z-index: 1;
    }

    .title-group h2:before {
        content: '';
        width: 70px;
        height: 83px;
        background: url('../img/common/icon-logo.png') no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 20px;
        translate: -100% -50%;
    }

    .title-group p {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-align: center;
        color: #a3a3a3;        
    }
    /*  */

    .fvl-section {
        margin-top: 120px;
        margin-bottom: 50px;
    }

    .all {
        width: 60%;
        height: 33px;
        background: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-family: yumincho;
        font-size: 14px;
        margin-top: 30px;
    }
}


.wp-pagenavi {
    text-align: center;
    a {
        display: inline-block;
        border: none !important;
        color: #A0A0A0;
    }
    span {
        display: inline-block;
        border: none !important;
    }
}


.blog-section {
    padding-bottom: 200px;
}











@media only screen and (min-width: 1080px) {
    /* ----------------- common  ------------------ */
    .pc {
        display: block !important
    }
    .sp {
        display: none !important
    }
    .cnt-in {
        width: 882px;
        margin: auto;
        padding: 0 10px;
        max-width: 100%;
    }
    .cnt-md-in {
        width: 1326px;
        padding: 0 8.75%;
        margin: auto;
        max-width: 100%;
    }
    body {
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #333;
    }
    /* header */
    header.top {
        background-color: #fff;
    }

    header.active {
        background-color: var(--font-color);
    }

    header {
        display: flex;
        width: 100%;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        background: #fff;
        padding: 20px 40px;
        align-items: center;
        transition: all .5s;
        justify-content: space-between;
    }

    .logo-wrap a h1 {
        font-size: 0;
    }

    .btn-header img {
        width: 333px;
    }

    .tel-box {
        margin-right: 40px;
        text-align: right;
    }

    .tel-box a {
        color: #000;
        font-size: 26px;
        line-height: 1.2;
        font-weight: bold;
    }

    .tel-box {
        p {
            line-height: 1.2;
            font-size: 13px;
            font-weight: bold;
        }
    }

    .header-info.pc {
        display: flex !important;
        align-items: center;
    }

    .logo-wrap a h1 img {
        width: 180px;
        height: auto;
    }

    header #menu {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        translate: 0 100%;
        background: #44B4AB;
    }

    header #menu ul {
        display: flex;
        justify-content: center;
        padding: 25px;
        margin: 0;
        list-style: none;
        color: white;
    }

    header #menu ul li {
        margin: 0 15px;
    }

    header #menu ul a {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        text-align: right;
        color: #fff;
    }

    #burger {
        display: none;
    }

    #burger-close {
        display: none;
    }

    /* common-contact */

    .common-contact {
        padding: 60px 0;
        background-color: #000;
    }

    .common-contact h2 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-align: center;
        color: #a3a3a3;        
    }

    .bottom-btn-group {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .bottom-btn-group a {
        padding: 20px 0;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 49%;
        justify-content: center;
        background: #fff;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    }

    .bottom-btn-group a .n {
        font-family: "Helvetica-b";
        font-weight: bold;
        font-size: 50px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        display: block;
    }

    /* footer */

    .footer-info-table {
        margin-top: 20px;
        width: 440px;
    }

    .footer-info-table tr th,
    .footer-info-table tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.6;
        font-weight: 500;
    }

    .footer-info-table th {
        width: 100px;
        vertical-align: top;
    }

    .footer-info-table td a {
        color: #fff;
    }

    footer {
        background-color: #44B4AB;
        color: #fff;
        padding: 50px 140px 10px;
    }

    footer .wrap {
        display: flex;
        justify-content: space-between;
    }

    footer .logo-wrap a h1 {
        color: var(--font-color);
    }

    footer .menu-wrap ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    footer .menu-wrap ul a {
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: left;
        color: #fff;
    }

    footer .txt {
        line-height: 24px;
    }

    footer .txt h2 {
        font-size: 20px;
        line-height: 50px;
        font-weight: bold;
    }

    footer .copyright {
        margin-top: 80px;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 24px;
        color: #fff;
    }

    /* title-group */
    .title-group {
        text-align: center;
    }
    .title-group h2 {
        font-size: 40px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        display: inline-block;
        position: relative;
    }

    .title-group h2 span {
        position: relative;
        z-index: 1;
    }

    .title-group h2:before {
        content: '';
        width: 95px;
        height: 110px;
        background: url('../img/common/icon-logo.png') no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 20px;
        translate: -100% -50%;
    }

    .title-group p {
        font-family: roboto;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-align: center;
        color: #44B4AB;        
    }
    /*  */

    /* fvl-section */

    .fvl-section {
        margin-top: 300px;
        margin-bottom:70px;
    }

    .all {
        width: 182px;
        height: 33px;
        background: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-family: yumincho;
        font-size: 14px;
        margin-top: 30px;
        position: relative;
    }
}

.all:hover {
    color: white;
}

a[rel="prev"] , a[rel="next"] {
    font-size: 30px;
    line-height: 20px;
}