@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=Noto+Serif+JP:wght@400;600;800&display=swap');
@import url('extra.css');


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

/* ////////////////////////////////////////////
*                 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*/
}

.ora {
    color: #D86C01;
}

.yel {
    color: #EB9F00;
}

.font-min {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.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: 1440px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.inner-lg {
    max-width: 1740px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.inner-sm {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}



.main-common-tit {
    font-size: 4.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    position: relative;
    line-height: 1.6;
    margin-bottom: 1em;
}

.main-common-tit .en {
    font-size: 1.6rem;
}

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

}



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

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

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



/* ////////////////////////////////////////////
*                 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: 30%;
    margin-right: 20px;
}

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

}

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

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


#header-tel .contact a {
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 0.8em 2em;
    border-radius: 30px;
    background: #2f6091;
    font-weight: 600;

}

#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 0.8em;
    height: 100%;
    position: relative;
}


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


#gnav li.parent>a::before {
    content: '\f061';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
    color: #2f6091;
    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: #2f6091;
    border-width: 7px;
    margin-left: -7px;
}

#gnav li .sub-menu:after {
    background: -webkit-linear-gradient(45deg, #2f6091, #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;
}


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

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

.more-btn span {
    color: #fff;
    background: #2f6091;
    display: flex;
    align-items: center;
    padding: 1em 2.5em 1em 4em;
    font-size: 2rem;
    font-weight: 600;
}

.more-btn span::after {
    content: '\f138';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-left: 1em;
}

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


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



/* 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 .slide .slick-slide {
    text-align: center;
}

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

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

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

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

.mainimage-copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8vw;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 4;
    color: #fff;
    text-align: left;
}

.mainimage-copy .main {
    font-size: 7.4rem;
    font-weight: bold;
    line-height: 1.2;
}

.mainimage-copy .sub {
    font-size: 4.5rem;
    font-weight: bold;
}

.mainimage-copy .yel {
    color: #F6D200;
}

@media screen and (max-width:768px) {
    .mainimage-copy .main {
        font-size: 7.5vw;
    }

    .mainimage-copy .sub {
        font-size: 4vw;
    }

}

#mainimage .slick-prev {
    left: 10px;
}

#mainimage .slick-next {
    right: 10px;
}

#mainimage .slick-prev,
#mainimage .slick-next {
    background: none;
    border: none;
}

#mainimage .slick-prev::before,
#mainimage .slick-next::before {
    font-size: 60px;
    color: #fff;
}

#mainimage .slick-prev::before {
    content: '\f053';
}

#mainimage .slick-next::before {
    content: '\f054';
}

/* case
------------------------------------------*/
.shadow {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

/* case
------------------------------------------*/
.main-case {
    position: relative;
    padding: 4vmax 2vmax;
    display: block;
    background: url("../images/main-case-bg.png") no-repeat bottom center /cover;
}


.main-case .ttl {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #2F5F91;
    margin-bottom: 0.8em;
}

.main-case .ttl .str {
    font-size: 4.5rem;
}

.main-case .ttl .ora {
    font-size: 5rem;
    color: #D86C01;
}

.main-case .ttl .yel {
    font-size: 5rem;
    color: #EB9F00;
}

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

    .main-case .ttl .str {
        font-size: 3rem;
    }

    .main-case .ttl .ora {
        font-size: 3.5rem;
        color: #D86C01;
    }

    .main-case .ttl .yel {
        font-size: 3.5rem;
        color: #EB9F00;
    }
}

.main-case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    counter-reset: number 0;

}

.main-case-list li {
    border: 3px solid #2F5F91;
    background: #fff;
    color: #333333;
    border-radius: 0 15px 15px 15px;
    padding: 1.2em 1.5em;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
}

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

    }

    .main-case-list li {
        font-size: 2rem;
    }
}

.main-case-list li .str {
    color: #B50E0C;
}

.main-case-list li .number {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main-color);
    color: #fff;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1;
}

.main-case-list li .number .num {
    font-size: 2.8rem;
    display: block;
}

/* case
------------------------------------------*/
.main-solution {
    position: relative;
    padding: 4vmax 2vmax;
    display: block;
    background: #F3F3F3;
}


.main-solution .ttl {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #2F5F91;
    margin-bottom: 0.8em;
}

.main-solution .ttl .str {
    font-size: 4.5rem;
    color: #2B5E91;
}

.main-solution .ttl .ora {
    font-size: 5rem;
}

.main-solution .ttl .yel {
    font-size: 5rem;
}

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

    .main-solution .ttl .str {
        font-size: 3rem;
    }

    .main-solution .ttl .ora {
        font-size: 3.5rem;
        color: #D86C01;
    }

    .main-solution .ttl .yel {
        font-size: 3.5rem;
        color: #EB9F00;
    }
}

.main-solution-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    counter-reset: number 0;

}

.main-solution-list li {
    border: 2px solid #2F5F91;
    background: #fff;
    border-radius: 0 15px 15px 15px;
    padding: 2em 2em 0.5em 2em;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    box-shadow: 6px 6px 0px rgba(114, 147, 178, 1);
    -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;
}

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

    }

    .main-solution-list li {
        font-size: 1.8rem;
    }
}

@media screen and (min-width:768px) {
    .main-solution-list li:hover {
        opacity: 0.7;
    }
}

.main-solution-list li .image {
    aspect-ratio: 1/0.606;
    margin-bottom: 0.5em;
}

.main-solution-list li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-solution-list li .str {
    color: #B50E0C;
    font-size: 2.4rem;
}

.main-solution-list li .bname {
    border-top: 1px dotted #2F5F91;
    padding: 0.5em 0;
    margin: 0.5em 0 0 0;
    color: #333333;
    font-size: 1.9rem;
}

.main-solution-list li .number {
    position: absolute;
    left: -2px;
    top: -8px;
    background: var(--main-color);
    color: #fff;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2rem;
    line-height: 1;
    z-index: 2;
}

.main-solution-list li .number .num {
    font-size: 4.4rem;
    display: block;
}

.main-solution .more {
    display: block;
    margin: 3vmax auto 0 auto;
    max-width: 450px;
    color: #fff;
    background: #2F5F91;
    border-radius: 15px;
    padding: 1.2em 2em;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    position: relative;
    box-shadow: 6px 6px 0px rgba(114, 147, 178, 1);
    position: relative;
}

.main-solution .more::after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    content: '\f054';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

@media screen and (max-width:768px) {
    .main-solution-list li .text {
        text-align: left;
    }

    .main-solution-list li .bname {
        text-align: center;
    }
}

/* idea
------------------------------------------*/
.main-idea {
    position: relative;
    padding: 4vmax 2vmax;
    display: block;
    background: url("../images/main-idea-bg.png") no-repeat bottom center /cover;
}

.main-idea-copr {
    flex: 1;
    font-size: 3rem;
    text-align: left;
    letter-spacing: 0.2em;
    line-height: 3;
    font-weight: 800;
    margin-left: 1em;
}

.main-idea-copr .border {
    border-bottom: 1px dotted #ccc;
}

.main-idea-copr .red {
    color: #D96A01
}

.main-idea-copr .str {
    font-size: 4.2rem;
}

.main-idea-copr .uline {
    border-bottom: 1px solid #333;
}

@media screen and (max-width:768px) {
    .main-idea-copr {
        font-size: 2rem;
        line-height: 2.2;
    }

    .main-idea-copr .str {
        font-size: 2.8rem;
    }
}

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

}

.main-about-copy {
    color: #004f9d;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
}

.main-about-text {
    margin: 2.5vmax 0;
}

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

}

.main-column-read {
    font-size: 2.2rem;
    margin-bottom: 1em;

}

.main-column-cat {
    font-size: 3rem;
    font-weight: 600;
    color: #2f6091;
    margin: 2vmax 0 0.5em 0;

}

.main-column .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 3vmax;
}

.main-column .list li {
    padding: 1.5em 0;
    text-align: left;
    flex: 1;

}

.main-column .list li .image {
    margin-bottom: 1em;
}

.main-column .list li .icon {
    background: #2f6091;
    color: #fff;
    padding: 0 2em;
    font-size: 1.4rem;
    border-radius: 20px;
    display: inline-block;
    margin-right: 1em;
}

.main-column .list li .icon.cat-7 {
    background: #52d445;
}

.main-column .list li .text {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 0.5em;
}

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

}

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

    }

    .main-column .list {
        gap: 5px;
    }

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

    }

    .main-column .list li .icon {
        padding: 5px;
        line-height: 1;
        font-size: 1.2rem;
        border-radius: 3px;
    }

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

    .main-column .list li .text {
        font-size: 1.8rem;
    }
}

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

}

.main-business-copy {
    color: #004f9d;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
}

.main-business-text {
    margin: 2.5vmax 0;
}

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

}

.main-example .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 3vmax;
}

.main-example .list li {
    padding: 1.5em 0;
    text-align: left;

}

.main-example .list li .image {
    margin-bottom: 1em;
}

.main-example .list li .icon {
    background: #2f6091;
    color: #fff;
    width: 80%;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 20px;
    display: inline-block;
    margin-right: 1em;
}

.main-example .list.jiji li .icon {
    background: #52d445;
}

.main-example .list li .text {
    font-size: 2.2rem;
}

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

}

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

    }

    .main-example .list {
        gap: 5px;
    }

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

    }

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

    .main-example .list li .icon {
        width: auto;
        padding: 0 2em;
    }

    .main-example .list li .text {
        font-size: 1.8rem;
    }
}

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

}


.main-news .list {
    margin-bottom: 2vmax;
}

.archive-news-list li,
.main-news .list li {
    padding: 1.5em 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;

}

.archive-news-list li a,
.main-news .list li a {
    display: flex;
    gap: 1rem;

}

.archive-news-list li .date,
.archive-news-list .main-news .list li .date {
    margin-right: 1em;
    color: var(--main-color);
}

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

}

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

    }

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

    }

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

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



.main-bnr-once a {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;

}

.main-bnr-once a::after {
    position: absolute;
    top: 50%;
    right: 2vmax;
    transform: translateY(-50%);
    content: '\f138';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 2.8rem;
}

.main-bnr-once img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-bnr-once.half {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vmax;
    margin-top: 2vmax;
}

.main-bnr-once div {
    flex: 1;
    position: relative;
    width: 50%;
}

.main-bnr-once .copy {
    padding: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
    line-height: 1.4;

}

.main-bnr-once .copy .ttl {
    font-size: 4.6rem;
    font-weight: 600;
}

.main-bnr-once .copy .en {
    font-size: 1.6rem;
}

.main-bnr-once .copy .read {
    margin-top: 2em;
}


.main-bnr-once.half .copy {
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 2vmax;
    transform: none;
    transform: translateY(-50%);
    display: block;
    color: #fff;
    text-align: left;
    width: 100%;

}

@media screen and (max-width:768px) {
    .main-bnr-once .copy .ttl {
        font-size: 2.6rem;
    }

    .main-bnr-once a {
        height: 20vh;

    }
}

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

.main-contact {
    width: 100%;
    padding: 6vmax 0;
    background: #2f6091;
    color: #fff;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.main-contact a {
    color: #fff;

}

.main-contact-inner {
    display: flex;
    justify-content: space-around;
    line-height: 1.4;
    position: relative;
}


.main-contact .ttl {
    margin-bottom: 0.8em;
    font-size: 2.4rem;
    font-weight: 600;
}

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

.main-contact .mail {
    border-right: 1px solid #fff;

}


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

    .main-contact {
        font-size: 2.4rem;
    }

    .main-contact-inner {
        display: block;
        padding: 0 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;
        border-left: none;
    }

    .main-contact .mail {
        border-right: none;
        border-left: none;

    }
}


/* ////////////////////////////////////////////
*                 footer
* //////////////////////////////////////////// */
#footer {}

#footer-nav-area {
    padding: 4vmax 2vmax;
}

.footer-bnr {
    gap: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.footer-nav li {
    font-size: 2rem;
    margin: 1em;
}

@media screen and (max-width:768px) {
    .footer-nav {
        column-count: 2;
    }

    .footer-nav li {
        text-align: left;
        margin: 0;
        padding: 0.5em;
    }

}

#footer-add-area {
    padding: 4vmax 2vmax;
    background: #f8f7f6;
}

#footer-add-area .corp {
    font-size: 2.4rem;
    font-weight: 800;
}


#copyright {
    padding: 2vmax 2vmax;
    font-size: 10px;
    background: #2c353f;
    color: #fff;
}

.copyright-inner {
    max-width: 1440px;
    margin: 0 auto;

}

.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/column/page-header-bg.png") no-repeat center center /cover;
    position: relative;
    margin: 90px 2vmax 0 2vmax;
}

.page-header h1:not([class]),
.page-header .ttl {
    padding: 10vmax 4vmax 12vmax 4vmax;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;

}

.page-header h1:not([class]) .en,
.page-header .ttl .en {
    font-size: 1.4rem;
    display: block;
    color: #f28418;

}

@media screen and (max-width:768px) {
    .page-header {
        margin: 70px 0 0 0;
    }

    .page-header h1:not([class]),
    .page-header .ttl {
        font-size: 2.8rem;

    }
}


.page .page-header {
    background: url("../images/page-header-bg.png") no-repeat bottom center /cover;

}

.example .page-header {
    background: url("../images/example/page-header-bg.png") no-repeat bottom center /cover;

}

.single-example .page-header {
    background: #37424e;
    padding: 4vmax 4vmax 4vmax 4vmax;

}

.single-example .page-header .ttl {
    padding: 0;
    font-size: 2.2rem;

}

.single-example .page-header .ttl .en {
    display: inline-block;
    margin-left: 2em;

}



/* ////////////////////////////////////////////
*                 breadcrumbs
* //////////////////////////////////////////// */
.breadcrumbs {
    padding: 1em 4vmax;
    text-align: right;
    position: relative;
    font-size: 1.2rem;
    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: 60px;
    top: 0;
}

#sp-contact {
    position: absolute;
    right: 110px;
    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: #2f6091;
}

#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, #2f6091, #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);
}


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


.confirm-show {
    display: none;
}

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

.mw_wp_form_confirm .add .mb-1em {
    margin-bottom: 0;
}

.mw_wp_form_confirm .add .d-md-flex {
    display: block;
}


.input-show {
    display: none;
}

.mw_wp_form_input .input-show {
    display: block;
}

.page-id-84 .input-show.read,
.mw_wp_form_complete .input-show {
    display: none;
}

.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 .title {
        display: flex;
        justify-content: flex-start;
    }

    .table-contact .hissu {
        margin-left: 1em;
    }

    .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;
    }
}

.table-contact .example {
    font-size: 1.4rem;
}

.table-contact .type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;

}

.table-contact .type-grid .horizontal-item {
    margin-left: 0;
}

.mw_wp_form .error {
    background: #FADBDA;
}

@media screen and (max-width:768px) {
    .table-contact .type-grid {
        display: block;
    }

    .table-contact .type-grid .horizontal-item {
        display: block;
    }
}

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

select {
    padding: 0.3em;
    font-size: 1.6rem;
}

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 2vmax;
}

.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.back {
    background: #999;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.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;
}





/* ////////////////////////////////////////////
*                column
* //////////////////////////////////////////// */

.column-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 3vmax;
}

.column-list li {
    padding: 0 0 1.5em 0;
    text-align: left;

}

.column-list li .image {
    margin-bottom: 1em;
}

.column-list li .icon {
    background: #2f6091;
    color: #fff;
    padding: 0 2em;
    font-size: 1.4rem;
    border-radius: 20px;
    display: inline-block;
    margin-right: 1em;
}

.column-list li .icon.cat-7 {
    background: #52d445;
}

.column-list li .text {
    font-size: 2rem;
}

.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: 3rem;
    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 #2f6091;
    position: relative;
    text-align: left;
    border-radius: 5px;
}


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

@media screen and (max-width:768px) {
    .single-post .col-md-9 {
        padding: 0;
    }
}

/* ////////////////////////////////////////////
*                entry
* //////////////////////////////////////////// */

.entry-content {
    margin-bottom: 8vmax;
    text-align: left;
}

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

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


.entry-content a:not([class]),
.post-nav a {
    color: var(--main-color);
}

.h2,
.entry-content h2:not([class]) {
    font-size: 2.8rem;
    font-weight: 600;
    padding: 0.3em 1em;
    position: relative;
    color: #fff;
    background: -webkit-linear-gradient(0deg, #559ade, #094e94);
    margin-bottom: 1em;
}

.h3,
.entry-content h3:not([class]) {
    font-size: 2.8rem;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 1em;
}


.h4,
.entry-content h4:not([class]) {
    padding: 0.8em 1em;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.h4::before,
.entry-content h4:not([class])::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1.2em;
    background: #f28418;
}

.h5,
.entry-content h5:not([class]) {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
    position: relative;
}

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

/* ////////////////////////////////////////////
*                example
* //////////////////////////////////////////// */
.archive-example-once {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    display: block;
}

.archive-example-read {
    margin: 3vmax;
    text-align: left;
}

.archive-example-list {
    padding: 0 2vmax;

}

.archive-example-once {
    margin-bottom: 30px;
}

.archive-example-once:hover {
    background: -webkit-linear-gradient(0deg, #559ade, #094e94);
    opacity: 1;
    -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;
}

.archive-example-once:hover .archive-example-icon,
.archive-example-once:hover .archive-example-text .ttl,
.archive-example-once:hover .archive-example-text .copy,
.archive-example-once:hover::after {
    color: #fff !important;

}

.archive-example-once:hover::after {
    font-weight: 800;

}

.archive-example-once::after {
    position: absolute;
    bottom: 1vmax;
    right: 1vmax;
    line-height: 1;
    content: '\f138';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 4rem;
    color: var(--main-color);
}

.archive-example-image {
    aspect-ratio: 1/0.6;
    padding: 1vmax;
}

.archive-example-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-example-text {
    padding: 1.5vmax 2vmax 3vmax 2vmax;
}

.archive-example-icon {
    font-size: 1.7rem;
    color: var(--main-color);
    margin: 0 0.5em;
}

.archive-example-text .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 600;
    margin: 0.25em 0 0.5em 0;
}

.archive-example-text .copy {
    margin-bottom: 2em;
}


.example-nav {
    padding: 4vmax;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 4vmax;
}

@media screen and (max-width:768px) {
    .archive-example-image {
        padding: 0;
    }

    .example-nav {
        margin: 0 2vmax 4vmax 2vmax;
    }

}

.example-nav .ttl {
    font-size: 2.4rem;
    font-weight: 600;
}

.example-nav .ttl span {
    display: inline-block;
    border-bottom: 3px solid #004f9d;
}

.example-nav .nav {
    margin: 2vmax 0;
}

.example-nav .nav li {
    display: inline-block;
    margin: 0 1em 0 0;
}

.example-nav .nav li::before {
    content: '\f105';
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.2em;
    color: #004f9d;
}


.example-nav .nav li a {
    display: inline-block;
    border-bottom: 1px solid #111;
}

.example-nav hr {
    margin: 2vmax 0;
    height: 1px;
    background-color: #ccc;
    border: none;
}


.example-nav .field {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 1em 0.8em;
    background: #fff;
    margin: 0 1em;
    position: relative;
}


.example-nav .search_box {
    position: relative;
    max-width: 80%;
}


.example-nav .search_box::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    content: '\f002';
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.2em;
    color: #004f9d;
    z-index: 3;
    font-size: 26px;
}

.single-example .slick-dots {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap: 2px;
    bottom: 0;
    position: relative;
    margin-top: 20px;
}

.single-example .slick-dots li,
.single-example .slick-dots li button {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    margin: 0;
}

.single-example .slick-dots li button:before {
    display: none;
}


.single-example-title {
    font-size: 4.8rem;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

@media screen and (max-width:768px) {
    .single-example-title {
        font-size: 3rem;
    }
}

.single-example-cat {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
    color: #004f9d;
}

.single-example-copy {
    display: block;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.single-example-content {
    margin: 4vmax 0;
}

@media screen and (max-width:1440px) {
    .single-example .inner {
        padding-left: 4vmax;
        padding-right: 4vmax;
    }

}

/* ////////////////////////////////////////////
*                search
* //////////////////////////////////////////// */
.search-result-none {
    border: 5px solid var(--main-color);
    padding: 2vmax;
    margin: 2vmax;
    font-size: 2rem;
}

/* ////////////////////////////////////////////
*                googlemap
* //////////////////////////////////////////// */
.googlemap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.googlemap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/* ////////////////////////////////////////////
*                template
* //////////////////////////////////////////// */
.template-waku {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 2vmax;
}

.template-waku h4 {
    padding: 2vmax 3vmax 2vmax 3vmax !important;

}

.template-waku .text {
    padding: 2vmax 3vmax 3vmax 3vmax;

}

.template-ryoiki {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin: 2vmax 0;
}

.template-ryoiki li {
    background: #f8f7f6;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    border-radius: 30px;
    font-weight: 600;
}

/* ////////////////////////////////////////////
*                hover
* //////////////////////////////////////////// */
.closed {
    pointer-events: none;
}