@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('extra.css');


/*config*/
:root {
    --main-width: 1280px;
    /*メインカラム*/
    --main-color: #0066CC;
    /*ブルー*/
    --sub-color: #0066CC;
}

/* ////////////////////////////////////////////
*                 BASE
* //////////////////////////////////////////// */

/* clearfix
------------------------------------------*/
.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}


.slider {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

/* base
------------------------------------------*/

html {
    height: 100%;
    font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden
}

@media screen and (max-width:768px) {
    html {
        font-size: 52.5%;
    }
}

body {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    */
    /*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    color: #111;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*Chrome,Safari*/
    -ms-text-size-adjust: 100%;
    /*EgdeMobile*/
    -moz-text-size-adjust: 100%;
    /*firefox*/
}


.font-eng {
    font-family: 'Fira Sans Condensed', sans-serif;
}

.bold {
    font-weight: bold;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

/* use hover animation */
a,
a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


/* ////////////////////////////////////////////
*                 common
* //////////////////////////////////////////// */
.inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.inner::after {
    content: '';
    display: table;
    clear: both;
}

.main-common-tit {
    font-size: 7rem;
    font-family: 'Fira Sans Condensed', sans-serif;
    margin-bottom: 3vmax;
    position: relative;
    color: #002A62;
    line-height: 1;
}

.main-common-tit span.jp {
    font-size: 2.4rem;
    position: relative;
    font-weight: bold;
    padding-top: 0.5em;
    margin-top: 0.8em;
}

.main-common-tit span::before {
    position: absolute;
    top: -0.5em;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 2px;
    content: "";
    background: #DD0010;
}

@media screen and (max-width:768px) {
    .main-common-tit {
        font-size: 4rem;
    }

    .main-common-tit span.jp {
        font-size: 1.8rem;
    }
}

.bloc {
    padding: 4vmax 0;
}

.mb-1em {
    margin-bottom: 1em;
}

.mb-2em {
    margin-bottom: 2em;
}



/* ////////////////////////////////////////////
*                 header
* //////////////////////////////////////////// */
#header {
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 9999;
}


@keyframes fixedanime {
    0% {
        opacity: (.1);
        transform: translateY(-100px)
    }

    70% {
        opacity: (.1)
    }

    100% {
        opacity: (1);
        transform: translateY(0)
    }
}


#header-inner {
    height: 90px;
    position: relative;
}


@media screen and (max-width:991px) {
    #header-inner {
        height: 70px;
    }
}

#header-logo {
    max-width: 20%;
}

@media screen and (max-width:1450px) {
    #header-logo {
        max-width: 20%;
    }

}

@media screen and (max-width:1320px) {
    #header-logo {
        max-width: 17%;
    }
}

@media screen and (max-width:991px) {
    #header-logo {
        max-width: 30%;
    }
}

@media screen and (max-width:768px) {
    #header-logo {
        max-width: 45%;
    }
}

#header-tel .tel a {
    font-size: 2.8rem;
    color: #0066CC;
    font-family: 'Fira Sans Condensed', sans-serif;
    margin-right: 1em;
}

#header-tel .tel a::before {
    content: '\f095';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.2em;
    font-size: 2rem;
}

#header-tel .tel .fst {
    font-size: 2.4rem;
}

#header-tel .contact a {
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 0.8em 2em;
    border-radius: 30px;
    font-size: 2rem;
    background: -webkit-linear-gradient(45deg, #0066CC, #2B61C8);
    font-family: 'Fira Sans Condensed', sans-serif;

}

#header-tel .contact a::before {
    content: '\f0e0';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
}



#gnav {
    margin: 0;
    height: 100%;
    position: relative;
}

#gnav>ul {
    height: 100%;
}

#gnav a:hover {
    text-decoration: none;
    color: var(--main-color);
    opacity: 1;
}

#gnav>ul>li {
    padding: 0 1vw;
    height: 100%;
    position: relative;
}

@media screen and (max-width:1420px) {
    #gnav>ul>li {
        padding: 0 1.5vw;
    }
}

@media screen and (max-width:1180px) {
    #gnav>ul>li {
        padding: 0 1.2vw;
    }
}


#gnav>ul>li>a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 1.8rem;
}

@media screen and (max-width:1420px) {
    #gnav>ul>li>a {
        font-size: 1.7rem;
    }

    #header-tel .contact a {
        padding: 0.6em 1.4em;
        font-size: 1.4rem;

    }

    #header-tel .tel a {
        font-size: 1.65rem;
    }

    #header-tel .tel .fst {
        font-size: 1.65rem;
    }
}

@media screen and (max-width:1420px) {
    #gnav>ul>li>a {
        font-size: 1.3rem;
    }
}

#gnav li.parent>a::before {
    content: '\f061';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
    color: #0066CC;
    font-size: 1.4rem;
}

#gnav li .sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 90px;
    left: 0;
    padding: 35px 20px 20px 20px;
}

#gnav li .sub-menu:before {
    bottom: calc(100% - 10px);
    ;
    left: 30%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 102, 204, 0);
    border-bottom-color: #0066CC;
    border-width: 7px;
    margin-left: -7px;
}

#gnav li .sub-menu:after {
    background: -webkit-linear-gradient(45deg, #0066CC, #2B61C8);
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: calc(100% - 10px);
    content: "";
    z-index: -1;
}

#gnav li .sub-menu li a {
    text-align: left;
    padding: 0.2em 1em;
    display: block;
    color: #fff;
}

#gnav li .sub-menu li a:hover {
    opacity: 0.8;
}

.attempt-link {
    position: relative;
}

.attempt-link::before {
    content: "取り組み";
    font-size: 10px;
    position: absolute;
    top: 1.8em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}


@media screen and (max-width:991px) {
    .attempt-link {
        display: flex !important;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 1em;
        width: 100%;
    }

    .attempt-link::before {
        position: static;
        width: max-content;
        transform: inherit;
    }
}

/* add */
.construction-link {
    position: relative;
}

.construction-link::before {
    content: "お任せください";
    font-size: 10px;
    position: absolute;
    top: 1.8em;
    left: 50%;
    width: 170%;
    transform: translateX(-50%);
}


@media screen and (max-width:991px) {
    .construction-link {
        display: flex !important;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 1em;
        width: 100%;
    }

    .construction-link::before {
        position: static;
        width: max-content;
        transform: inherit;
        font-size: 10px;
    }
}


/* ////////////////////////////////////////////
*                 more-btn
* //////////////////////////////////////////// */

.more-btn {
    display: inline-block;
}

.more-btn span {
    color: #0066CC;
    display: flex;
    align-items: center;
}

.more-btn span::after {
    content: '\f061';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #0066CC;
    background: -webkit-linear-gradient(45deg, #0066CC, #2B61C8);
    color: #fff;
    margin-left: 1em;
}

/* ////////////////////////////////////////////
*                 content
* //////////////////////////////////////////// */


:not(.home) #content {
    margin-top: 90px;
    margin-bottom: 10vmax;
}

@media screen and (max-width:991px) {
    :not(.home) #content {
        margin-top: 70px;
    }
}


/* mainimage
------------------------------------------*/
#mainimage {
    position: relative;
    z-index: 1;
    padding: 0 0 0 0;
    display: block;
    margin: 90px 0 0 0;
    z-index: 1;
}

@media screen and (max-width:991px) {
    #mainimage {
        margin-top: 70px;
    }
}

#mainimage::before {
    position: absolute;
    z-index: 3;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-radius: 40px 40px 0 0;
    background: #fff;
}



#mainimage .mainimage-copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4vmax;
    padding: 0;
    z-index: 3;
    text-align: right;
    line-height: 1.4;
    font-weight: 600;
}

#mainimage .mainimage-copy .copy {
    font-size: 9rem;
    font-family: 'Fjalla One', sans-serif;
    position: relative;
    z-index: 3;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    line-height: 1.1;

}


#mainimage .mainimage-copy .subcopy {
    font-size: 3rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);

}

@media screen and (max-width:768px) {
    #mainimage .mainimage-copy {
        text-align: left;
        right: auto;
        left: 2vmax;
    }

    #mainimage .mainimage-copy .copy {
        font-size: 11vw;

    }


    #mainimage .mainimage-copy .subcopy {
        font-size: 2.2rem;

    }
}


/*
#mainimage::after {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #0066CC 50%, transparent 0);
}

@media screen and (max-width:1400px) {
    #mainimage::after {
        width: 70%;
        background: linear-gradient(110deg, #0066CC 50%, transparent 0);
    }
}

@media screen and (max-width:768px) {
    #mainimage::after {
        width: 100%;
        left: -30%;
        background: linear-gradient(55deg, #0066CC 50%, transparent 0);
    }
}


#mainimage .mainimage-copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vmax;
    padding: 0;
    z-index: 3;
    text-align: left;
    line-height: 1.4;
    font-weight: 600;
}

#mainimage .mainimage-copy .copy {
    font-size: 9rem;
    font-family: 'Homemade Apple', cursive;
    position: relative;
    z-index: 3;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    line-height: 1.1;

}


#mainimage .mainimage-copy .subcopy {
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.1em;

}

@media screen and (max-width:768px) {
    #mainimage .mainimage-copy {
        text-align: left;
        top: auto;
        right: auto;
        left: 2vmax;
        bottom: 4vmax;
    }

    #mainimage .mainimage-copy .copy {
        font-size: 11vw;

    }


    #mainimage .mainimage-copy .subcopy {
        font-size: 2.2rem;

    }
}
*/

#mainimage .slide .slick-slide {
    text-align: center;
}

#mainimage .slide .slick-slide img {
    display: inline-block;
}

#mainimage .slide .slick-slide {
    text-align: center;
    height: 700px;
}

#mainimage .slide .slick-slide .bgimg img {
    height: 100%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

/*--thumbs--*/

#mainimage .slide .slick-dots {
    z-index: 4;
}

#mainimage .slide .slick-dots li {
    width: 200px !important;
    height: 120px !important;
    margin: 0 10px !important;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: 0.2s ease-in-out;
}

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

    #mainimage .slide .slick-dots li {
        width: 25% !important;
        height: 100% !important;
        aspect-ratio: 2/1.2;
        margin: 0 3px !important;
    }

    #mainimage .slide .slick-dots {
        bottom: 20px;
    }

}

#mainimage .slide .slick-dots li {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
}

#mainimage .slide .slick-dots li.slick-active {
    box-shadow: 0 0 0 3px #0066CC;
}

#mainimage .slide .slick-dots li button {
    height: 100% !important;
    width: 100% !important;
}

#mainimage .slide .slick-dots li button:before {
    display: none;
}

@media screen and (max-width:768px) {
    #mainimage .slide .slick-slide {
        height: auto;
    }

    #mainimage .slide .slick-slide .bgimg img {
        height: 70vh;
    }


}



/* main-news
------------------------------------------*/
.main-news {
    position: relative;
    padding: 6vmax 2vmax;
    display: block;

}

.main-news-inner {
    max-width: 1200px;
    margin: 0 auto;
}


.main-news .main-news-ttl {
    width: 30%;
    max-width: 300px;
}

.main-news .main-common-tit {
    text-align: left;
}

.main-news .main-common-tit span::before {
    margin: 0;
    left: 0;
    right: auto;
}

.main-news .list {
    flex: 1;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 3vmax;
}

.main-news .list li {
    padding: 1.5em 0;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;

}


.main-news .list li .date {
    margin: 0 2em;
}

.main-news .list li .icon {
    color: #0066CC;

}

.main-news .list li a:hover {
    color: var(--main-color);
    opacity: 1;

}

@media screen and (max-width:768px) {
    .main-news {
        padding: 0 2vmax 6vmax 2vmax;

    }

    .main-news .list li {
        padding: 1em 0;

    }

    .main-news .list li .date {
        margin: 0 2em 0 0;
    }
}

/* intro
------------------------------------------*/
.main-intro {
    position: relative;
    padding: 6vmax 2vmax;
    display: block;
    background: #F2F9FC;

}

.main-intro-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main-intro-list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 4vmax;
    margin-bottom: 4vmax;
}

.main-intro-list img {
    width: 100%;
    object-fit: cover;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .main-intro-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.main-intro-list .ttl {
    color: #fff;
    background: #0066CC;
    padding: 1em;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
}

.main-intro-list .ttl::before {
    content: '\f061';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
}

.main-intro-list-02 {
    margin-bottom: 4vmax;
}

.main-intro-list-02 .ttl {
    color: #fff;
    background: #0066CC;
    padding: 2em;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.4;
    font-size: 2.6rem;
    font-weight: 600;
    position: relative;
}

.main-intro-list-02 .ttl::before {
    content: '\f061';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
}

.main-intro-list-02 .ttl .cap {
    font-size: 1.8rem;
    margin-left: 3rem;
}

@media screen and (max-width:768px) {
    .main-intro-list-02 .ttl {
        padding: 1em;
    }

    .main-intro-list-02 .ttl,
    .main-intro-list-02 .ttl .cap {
        display: block;
        margin-left: 0;
    }
}

/* corp
------------------------------------------*/
.main-corp {
    position: relative;
    padding: 6vmax 2vmax;
    display: block;

}

.main-corp-inner {
    max-width: 1200px;
    margin: 0 auto;
}


.main-corp-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 4vmax;
}

@media screen and (max-width:768px) {
    .main-corp-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

.main-corp-list li a {
    background: #0066CC;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 2vmax;
    position: relative;
    aspect-ratio: 1/1;
    font-size: 2rem;
}

@media screen and (max-width:768px) {
    .main-corp-list li a {
        font-size: 3.3vw;
        padding: 1vmax;
    }
}

.main-corp-list li a::before {
    content: '\f061';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    bottom: 10px;
}


/* works
------------------------------------------*/
.main-recruit {
    position: relative;
    padding: 0 2vmax 15vmax 2vmax;
    display: block;
    background: #F2F9FC;
    z-index: 1;

}

.main-recruit::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    background: url("../images/main-recruit-bg.png") no-repeat center center /cover;
    z-index: 2;

}

.main-recruit-ttl {
    background: #0066CC;
    max-width: 700px;
    margin: 0 auto;
    padding: 3vmax 2vmax 2vmax 2vmax;
    position: relative;
    z-index: 3;
    color: #fff;

}


.main-recruit-ttl .more-btn {
    margin-top: 1vmax;
}

.main-recruit-ttl .main-common-tit,
.main-recruit-ttl .more-btn span {
    color: #fff;
}

.main-recruit-ttl .more-btn span::after {
    border: 1px solid #fff;
}

/* main-bnr
------------------------------------------*/
.main-bnr {
    position: relative;
    padding: 6vmax 2vmax;
    display: block;
    background: #F2F9FC;
    z-index: 1;
}


.main-bnr-list {

    max-width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.main-bnr-list li .ttl {
    background: #fff;
    color: #002A62;
    padding: 1em;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.main-bnr-list li .ttl::after {
    content: '\f061';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: #2B61C8;
}

/* contact
------------------------------------------*/

.main-contact {
    width: 100%;
    padding: 10vmax 0;
    background: url("../images/main-contact-bg.png") no-repeat center center /cover;
    background-attachment: fixed;
    color: #fff;
    font-size: 3rem;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width:768px) {
    .main-contact {
        font-size: 2.4rem;
    }
}

.main-contact-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    line-height: 1.4;
    position: relative;
}


.main-contact-inner::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-contact .ttl {
    margin-bottom: 0.8em;
}

.main-contact .tel,
.main-contact .mail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex: 1;
    text-align: center;
}


@media screen and (max-width:768px) {
    .main-contact {
        background-attachment: inherit;
        padding: 0 0;
    }

    .main-contact-inner {
        display: block;
        padding: 8vmax 3vmax;
    }

    .main-contact-inner img {
        max-width: 70%;
    }

    .main-contact-inner::before {
        display: none;
    }


    .main-contact .ttl {
        margin-bottom: 0.5em;
    }

    .main-contact .tel {
        margin-bottom: 6vmax;
    }
}


/* ////////////////////////////////////////////
*                 footer
* //////////////////////////////////////////// */
#footer {
    padding: 4vmax 2vmax 2vmax 2vmax;
    font-size: 1.4rem;
}

.footer-logo img {
    max-width: 200px;
    margin-bottom: 2vmax;
}

@media screen and (max-width:768px) {
    .footer-logo img {
        max-width: 100px;
        margin-bottom: 2vmax;
    }
}

.footer-nav>ul {
    margin: 0 30px;
}

.footer-nav>ul>li {
    font-size: 1.8rem;
    margin: 1em 0;
}

.footer-nav .child {
    border-top: 1px solid #111;
    padding: 0.5em;
    margin-top: 0.5em;

}

.footer-nav .child li {
    font-size: 1.6rem;
}

#copyright {
    padding: 2vmax 2vmax;
    font-size: 10px;
    color: #2B61C8;
}

.pagetop-btn-wrap {
    display: none;
    position: fixed;
    bottom: 3vmax;
    right: 3vmax;
    z-index: 99;
}

.pagetop-btn {
    position: relative;

}

.pagetop-btn::before {
    content: '\f062';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background: rgba(255, 255, 255, 0.9);
}

/* ////////////////////////////////////////////
*                 lower-entry
* //////////////////////////////////////////// */
.page-header {
    padding: 0;
    background: url("../images/page-header-bg.png") no-repeat center center /cover;
    position: relative;

}

.page-header h1 {
    padding: 8vmax 2vmax;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;

}

@media screen and (max-width:768px) {
    .page-header h1 {
        font-size: 3.2rem;

    }
}

.breadcrumbs {
    padding: 1em 4vmax;
    text-align: right;
    position: relative;
    font-size: 1.2rem;
    border-radius: 40px 40px 0 0;
    background: #fff;

}

.breadcrumbs a,
.breadcrumbs a:hover {
    color: var(--main-color);
}

/* ////////////////////////////////////////////
*               sidenav
* //////////////////////////////////////////// */

.side-nav-title {
    background: var(--sub-color);
    padding: 0.5em 1em;
    border-radius: 5px;
    color: #fff;
}

.side-nav-list {
    margin: 1em;
}

.side-nav-list li {
    margin: 1em;
}

.side-nav-list li a::before {
    content: '\f105';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
}




/* ////////////////////////////////////////////
*                sphone-nav
* //////////////////////////////////////////// */

#sp-tel {
    position: absolute;
    right: 70px;
    top: 0;
}

#sp-contact {
    position: absolute;
    right: 120px;
    top: 0;
}

#sp-tel a::after,
#sp-contact a::after {
    content: '\f095';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    display: block;
    text-align: center;
    width: 50px;
    height: 70px;
    line-height: 70px;
    color: #0066CC;
}

#sp-contact a::after {
    content: '\f0e0';
}

#gnav-trigger {
    position: absolute;
    top: 0;
    right: -20px;
    width: 70px;
    height: 70px;
    z-index: 999;
    flex-basis: 70px;
    flex-shrink: 0;
    cursor: pointer;
    background: var(--main-color);
}

#gnav-trigger::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#panel-btn {
    background: #fff
}

#panel-btn:hover {
    color: #fff;
    opacity: 1;
}

#panel-btn-text {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
    width: 100%;
    font-size: 10px;
    text-align: center;
}

#panel-btn-text::before {
    content: "MENU";
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.is-drawer-open #panel-btn-text::before {
    content: "CLOSE"
}

#panel-btn-icon {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .2s
}

#panel-btn-icon:after,
#panel-btn-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .3s
}

#panel-btn-icon:before {
    margin-top: -8px
}

#panel-btn-icon:after {
    margin-top: 6px
}

#panel-btn .close {
    background: 0 0
}

#panel-btn .close:after,
#panel-btn .close:before {
    margin-top: 0
}

#panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

#panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}


#drawer-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 998;
    background: var(--sub-color);
    background: -webkit-linear-gradient(-45deg, #0066CC, #2B61C8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#drawer-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 101
}


#drawer-menu li {
    display: block;
    padding: 0 1em;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
}

#drawer-menu li a {
    display: block;
    padding: 0.85em 1em;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

#drawer-menu li a .areaname {}


.is-drawer-open #drawer-bg {
    display: block;
    animation-duration: .5s;
    animation-name: fadein
}

.is-drawer-open #drawer-menu {
    display: block;
}

/* has children
------------------------------------------*/
#drawer-menu li.parent a {
    display: inline-block;
    position: relative;
    color: #fff;
}

#drawer-menu li.parent::after {
    position: absolute;
    right: 2vmax;
    top: 0;
    content: '\f107';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-right: 0.5em;
    font-size: 4vmax;
    color: #fff;
}

#drawer-menu li.parent.open::after {
    content: '\f106';
}

#drawer-menu ul.sub-menu {
    display: none;
    margin: 0 1em;
}

#drawer-menu ul.sub-menu li {
    display: block;
    position: relative;
}

#drawer-menu ul.sub-menu li a::before {
    content: '\f105';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-right: 0.5em;
    color: var(--main-color);
}



/* ////////////////////////////////////////////
*                column
* //////////////////////////////////////////// */
.column-archive-ttl {
    font-size: 2rem;
    margin-bottom: 1em;
    font-weight: bold;
    color: var(--main-color);
}

.column-list {
    width: 100%;
    margin-bottom: 3vmax;
}

.column-list li {
    padding: 1em;
    text-align: left;
    border-bottom: 1px dotted #ececec;

}


.column-list li .date {
    margin-right: 10px;
}

.column-list li .cat {
    font-size: 1.2rem;
    background: var(--main-color);
    color: #fff;
    padding: 0.3em 2em;
    margin-right: 10px;
}

.column-list li a:hover {
    color: var(--main-color);
    opacity: 1;

}

@media screen and (max-width:768px) {
    .column-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .column-list li {
        padding: 1em 0;

    }

    .column-list li .date {
        margin: 0 2em 0 0;
    }
}

.column-title {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0 0 1.5em 0;
    padding: 0.8em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 3px solid var(--main-color);
    position: relative;
    text-align: left;
    border-radius: 5px;
}


.column-title .post-date {
    font-size: 1.2rem;
    color: var(--main-color);
}

.single-post .col-md-9 {
    padding: 0;
}

/* ////////////////////////////////////////////
*                entry
* //////////////////////////////////////////// */
.post main {
    margin-bottom: 5vmax;
}

.blog-title {
    font-size: 1.8rem;
    margin: 0 0 1.5em 0;
    padding: 2em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: left;
}

.blog-title .ttl::before {
    content: '\f0a9';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
    color: var(--main-color);
}

.blog-title .post-date {
    font-size: 1.2rem;
    color: var(--main-color);
}

.post .entry-content {
    margin-bottom: 8vmax;
}

.post .entry-content p {
    margin-bottom: 1em;
}

.post-nav a {
    color: var(--main-color);

}

.entry-content {
    text-align: left;
}

@media screen and (max-width:768px) {
    .entry-content.default {
        padding-left: 3vmax;
        padding-right: 3vmax;
    }
}

.entry-content a:hover,
.entry-content a:focus {
    color: inherit;
    text-decoration: underline;
}

.entry-content .page-title {
    color: var(--main-color);
    font-size: 3rem;
    margin: 0 0 1.5em 0;
    padding: 1em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.entry-title,
.entry-content h2:not([class]) {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 1.5em 0 1em 0;
    padding: 0.5em 0;
    position: relative;
}

.entry-title::after,
.entry-content h2:not([class])::after {
    position: absolute;
    bottom: -0em;
    left: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    content: "";
    background: var(--main-color);
}

/*
.entry-content h3:not([class]) {
    font-size: 2.4rem;
    margin: 0 0 1em 0;
    padding: 0.5em 0;
    border-bottom: 1px dotted #ccc;
    position: relative;
    text-align: left;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 900;
}


.entry-content h3:not([class])::before,
.entry-content .title-h3::before {
    content: '\f138';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: var(--main-color);
    margin-right: 0.5em;
}*/


.entry-content h3:not([class]) {
    font-size: 2rem;
    background: #0066CC;
    color: #fff;
    font-weight: 600;
    padding: 0.3em 2em;
    position: relative;
    border-radius: 30px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}


.entry-content h3:not([class])::before,
.entry-content .title-h3::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #DD0010;

}

.entry-content h4:not([class]) {
    color: #715959;
    padding: 0 1em 0.5em 0.2em;
    font-size: 2rem;
    margin: 0vmax 0 1em 0;
    position: relative;
}

.entry-content h4:not([class])::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #ccc;
    content: "";
    display: block;
}

.entry-content h4:not([class])::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 25%;
    background: -webkit-linear-gradient(25deg, rgba(244, 174, 50, 1) 0%, rgba(253, 62, 99, 1) 100%);
    content: "";
    display: block;
    z-index: 2;
}

.entry-content h5:not([class]) {
    color: #715959;
    font-size: 1.8rem;
    margin: 1vmax 0 0.5em 0;
    position: relative;
}

.entry-content h5:not([class])::before {
    content: '\f138';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: #5f89d2;
    margin-right: 0.5em;
}

/* ////////////////////////////////////////////
*                contact
* //////////////////////////////////////////// */

.confirm-show {
    display: none;
}

.mw_wp_form_confirm .confirm-show {
    display: block;
}

.table-contact p {
    margin: 0 0 0 0;
}

.table-contact {
    margin: 0 0 0.8em 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.table-contact th {
    padding: 1em;
    width: 30%;
    background: #F2F9FC;
    border: #ccc 1px solid;
    vertical-align: middle;
}

.table-contact th .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-contact .hissu {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    font-size: 1.4rem;
    padding: 0.15em 0.5em;
}

.table-contact td {
    padding: 1em;
    border: #ccc 1px solid;
    background: #fff;
    text-align: left;
}

.table-contact td ul li {
    margin: 0 0 0 20px;
    list-style: outside disc;
}

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

    .table-contact th,
    .table-contact td {
        display: block;
        width: 100%;
    }

    .table-contact th {
        border-bottom: none;
    }

    .table-contact td {
        border-bottom: none;
    }

    .table-contact tr:last-of-type td {
        border-bottom: #ccc 1px solid;
    }
}

button,
input,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1.8rem;
}

textarea,
input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.3em;
    width: 100%;
}

@media screen and (min-width:768px) {
    input[type="text"].short {
        width: 50%;
    }

}


.form-btn {
    text-align: center;
    margin: 4vmax;
}

.form-btn input {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 0.3em 2em;
    margin-left: 1em;
    font-size: 2rem;
    border-radius: 5px;
    font-weight: bold;
}

.form-btn input {
    display: inline-block !important;
    padding: 0.5em 2em;
    background: var(--main-color);
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.form-btn input:hover {
    color: #fff;
}

.form-btn input::after {
    content: '\f0a9';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5em;
}

/* ////////////////////////////////////////////
*                works
* //////////////////////////////////////////// */

.works-page-title-icon {
    font-size: 1.2rem;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    margin: 0.5em;
    padding: 0 1em;
}

.works-sub-images {
    margin-bottom: 3vmax;
}

.works-sub-images li:first-of-type {
    display: none;
}

.table-works {
    margin: 0 0 0.8em 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.table-works th {
    padding: 1em;
    width: 20%;
    border-bottom: 1px solid var(--main-color);
    vertical-align: middle;
}

.table-works td {
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width:768px) {
    .table-works th {
        width: 30%;
    }
}

.works-popupimg {
    position: relative;
    z-index: 1;
    display: block;
}

.works-popupimg::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '\f00e';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);

}