@charset "UTF-8";

/* ==================================================
PAGE COMMON
================================================== */

body {
    /*    background: rgb(252,190,89);*/
    background: #fff;
}

h1 {
    letter-spacing: .3rem;
    font-size: 2.3rem;
}

h2 {
    letter-spacing: .3rem;
    font-size: 2.7rem;
    color: #555;
    position: relative;
}

h2::after {
    content: "";
    display: block;
    width: 5rem;
    height: 1px;
    background-color: #555;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

h2.whiteColor::after {
    background-color: #fff;
}

@media screen and (max-width:640px) {
    .spno {
        display: none !important;
    }
}

@media screen and (min-width:641px) and (max-width:900px) {
    .tabno {
        display: none !important;
    }
}

@media screen and (min-width:901px) {
    .pcno {
        display: none !important;
    }

    .indexno {
        display: none;
        opacity: 0;
    }
}

@media screen and (min-width:641px) {
    h1 {
        letter-spacing: .3rem;
        font-size: 2.7rem;
    }

    h2 {
        letter-spacing: .4rem;
        font-size: 3.5rem;
    }
}

#all-wrap {
    width: 100%;
    overflow: hidden;
    min-width: 320px;
    position: relative;
    -webkit-animation: intro-fadein 1s ease-in 1s both;
    animation: intro-fadein 1s ease-in 1s both;
}

@-webkit-keyframes intro-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes intro-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 
#all-wrap::after {
    content: "";
    background-image: url("./img/main_bg_sp.jpg");
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 18px;
}

#all-wrap.bgBlur::after {
    -webkit-animation: mainBgEf 0.4s ease-out 0.4s both;
    animation: mainBgEf 0.4s ease-out 0.4s both;
} */

@-webkit-keyframes mainBgEf {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    100% {
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }
}

@keyframes mainBgEf {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    100% {
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }
}

@media screen and (min-width: 901px) {
    /* #all-wrap::after {
        content: "";
        background-image: url("./img/main_bg.jpg");
        background-position: center 50px;
        background-size: cover;
        width: 100%;
        height: 100vh;
        padding-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    } */
}

p {
    line-height: 2.1;
    /*    line-height: 1.7;*/
    letter-spacing: .05em;
    text-align: center;
}

i,
em {
    display: inline-block;
}

*::after,
*::before {
    background-repeat: no-repeat;
    background-position: center;
}

img,
svg {
    display: block;
}

a {
    display: inline-block;
}

.youtube-wrap {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 25px 26px;
}

.column .youtube-wrap iframe {
    border-radius: 25px 25px 25px 26px;
}


/* ==================================================
HEADER
================================================== */

#hdr {
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 100;
    min-width: 320px;
}

@media screen and (min-width: 900px) and (orientation: landscape) {
    /* #hdr .menu-btn {
        right: calc(constant(safe-area-inset-right) + 16px);
        right: calc(env(safe-area-inset-right) + 16px);
    } */
}

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

    #hdr .menu-btn {
        position: absolute;
        width: 32px;
        height: 30px;
        top: 13px;
        right: 16px;
        z-index: 100;
    }

    #hdr .menu-btn em {
        display: block;
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: relative;
    }

    #hdr .menu-btn em::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        /* border-radius: 5px; */
        background: #777;
        position: absolute;
        top: calc(50% - 6px);
        right: 0;
        -webkit-transition: all 0.6s ease-out 0s;
        transition: all 0.6s ease-out 0s;
    }

    #hdr .menu-btn em::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        /* border-radius: 5px; */
        background: #777;
        position: absolute;
        top: calc(50% + 2px);
        right: 0;
        -webkit-transition: all 0.6s ease-out 0s;
        transition: all 0.6s ease-out 0s;
    }

    #hdr .menu-btn.menu-open em::before {
        width: 80%;
        top: calc(50% - 2px);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        background: #777;

    }

    #hdr .menu-btn.menu-open em::after {
        width: 80%;
        top: calc(50% - 2px);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        background: #777;

    }

    #hdr nav.menu-box {
        /* width: 100%; */
        height: calc(100vh);
        background-color: rgba(0, 0, 0, 0);
        position: relative;
        /* -webkit-transform: translateX(50px);
        transform: translateX(50px); */
        /* -webkit-transform: translateX(100vw);
        transform: translateX(100vw); */
        /* -webkit-transform: translateX(110vw);
        transform: translateX(110vw); */
        /* -webkit-transition: all 0.6s ease-out 0s;
        transition: all 0.6s ease-out 0s; */
        opacity: 0;
        transition: right 0.7s, opacity 0.7s;
        width: 50%;
        margin: 0 0 0 auto;
    }


    #hdr nav.menu-box.menu-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: rgba(255, 255, 255, 0.8);
        opacity: 1;
        width: 50%;
        margin: 0 0 0 auto;
        /* right:0; */
    }

    #hdr nav.menu-box ul {
        width: 70%;
        height: 70%;
        min-height: 280px;
        max-height: 440px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 0 0 0 2em;
        margin: 50% auto 0;
        text-align: left;
    }

    #hdr nav.menu-box ul li {
        font-size: 1.5rem;
        line-height: 1;
        width: 100%;
        font-weight: bold;
    }


    #hdr nav.menu-box ul li+li {
        margin: 0.1em auto 1.2em;
    }

    #hdr nav.menu-box ul li a.active {
        color: #5ea7bd;
    }

    #hdr nav.menu-box ul li.active a {
        color: #5ea7bd;
    }

    #hdr nav.menu-box ul.scrollnav-list li.on a {
        color: #5ea7bd;
    }
}

@media screen and (max-width: 340px) {
    /* #hdr nav.menu-box ul {
        display: inline-block;
    } */

    /* #hdr nav.menu-box ul li {
        font-size: 1.5rem;
    }

    #hdr nav.menu-box ul li:first-of-type {
        margin-top: 2.5em;
    }

    #hdr nav.menu-box ul li+li {
        margin: 1.5em auto 0;
    } */
}

@media screen and (min-width: 490px) {
    #hdr nav.menu-box ul li {
        font-size: 1.5rem;
    }
}

#hdr nav.menu-box ul li:not(:last-child) {
    margin: 0 auto 2.2em;
}

#hdr nav.menu-box ul li a:hover {
    /* opacity: 0.5; */
    color: #5ea7bd;
}

/*
@media screen and (max-width: 900px) {
#pc-hdr {
display: none;
}
}
*/
@media screen and (min-width: 641px) {
    #hdr nav.menu-box {
        width: 10%;
        height: calc(100vh);
        margin: 0 0 auto auto;
    }

    #hdr nav.menu-box ul {
        margin: 40% auto 0;
    }
}

@media screen and (min-width: 901px) {
    #hdr nav.menu-box ul {
        margin: 35vh auto 0;
        font-weight: bold;
        text-align: left;
    }

    #hdr nav.menu-box ul li:not(:last-child) {
        margin: 0 auto 1.5em;
    }

    /*
    #hdr {
    display: none;
}
    */

    /*
    #pc-hdr {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100px;
    max-width: 1600px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}
    */

    /*
    #all-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-color: rgba(4, 13, 18, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}
    */

    /*
    #pc-hdr h1 {
    width: 400px;
    position: relative;
    height: 100%;
}
    */

    /*
    #pc-hdr h1 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    width: 100%;
    max-width: 60px;
}

    #pc-hdr nav.menu-box {
    position: absolute;
    width: calc(100% - 40px);
    top: 0;
    right: 0;
    height: 100%;
}

    #pc-hdr nav.menu-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    padding-right: 30px;
}

    #pc-hdr nav.menu-box ul li {
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
}

    #pc-hdr nav.menu-box ul li:not(:last-child) {
    margin-right: 15px;
}

    #pc-hdr nav.menu-box ul li a:hover {
    opacity: 0.5;
}
    */
}

@media screen and (min-width: 1101px) {
    /*
    #pc-hdr nav.menu-box ul li {
    font-size: 1.8rem;
}

    #pc-hdr nav.menu-box ul li:not(:last-child) {
    margin-right: 25px;
}
    */
}

#all-wrap::before {
    -webkit-animation: intro-viewin 0.8s ease-out 1.6s both;
    animation: intro-viewin 0.8s ease-out 1.6s both;
}


#all-wrap.delay-none::before {
    -webkit-animation: intro-viewin 0s ease-out 0s both;
    animation: intro-viewin 0s ease-out 0s both;
}


@-webkit-keyframes intro-viewin {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }

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

@keyframes intro-viewin {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }

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

/* .menu-box{ */
#hdr {
    animation-name: menu-viewin;
    /* animation: textDelayAnime 3.5s; */
    /*設定秒数遅れて表示*/
    animation-delay: 2s;
    /*設定秒数遅れて表示*/
    opacity: 0;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes menu-viewin {
    0% {
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
        opacity: 0;
    }

    100% {
        /* -webkit-transform: translateY(0);
        transform: translateY(0); */
        opacity: 1;
    }
}

@keyframes menu-viewin {
    0% {
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
        opacity: 0;
    }

    100% {
        /* -webkit-transform: translateY(0);
        transform: translateY(0); */
        opacity: 1;
    }
}



/* ==================================================
CONTENTS
================================================== */

/* MAIN
------------------------------ */

.mainArea {
    /* display: block;
    position: fixed;
    top: 0;
left: 0;
    z-index: -2;
    width: 100%;
    height: 100vh;
    background: url(img/bgMain_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%; */
}
.mainArea {
    position: relative;
    height: 90vh;
}

.mainArea::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -4;
    width: 100%;
    height: 90vh;
    background-image: url(img/bgMain_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size:cover;
    background-position: center;
}

/* .mainArea .imgBlk {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: -1;
    -webkit-transition: all 0.6s ease-in 0s;
    transition: all 0.6s ease-in 0s;
} */


.mainArea svg {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    /* position: fixed; */
    z-index: -1;
    -webkit-transition: all 0.6s ease-in 0s;
    transition: all 0.6s ease-in 0s;
}


.mainArea .txtArea {
    position: absolute;
    bottom: 7%;
    left: 3rem;
    right: 0;
    margin: auto;
}

h1 {
    text-align: left;
}

.mainArea .txtArea p {
    text-align: left;
    /* color: #555; */
    margin: 1.5rem auto 0;
}

/* ロゴのアニメーション */
#logo {
    animation-name: fadeInAnime;
    animation-delay: 1.5s;
    /*設定秒数遅れて表示*/
    opacity: 0;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}

.text-delay {
    animation-name: textDelayAnime;
    /* animation: textDelayAnime 3.5s; */
    /*設定秒数遅れて表示*/
    animation-delay: 2s;
    /*設定秒数遅れて表示*/
    opacity: 0;
    animation-duration: 4s;
    animation-fill-mode: forwards;

}

@-webkit-keyframes fadeInAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@-webkit-keyframes textDelayAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
    }

    100% {
        opacity: 1;
    }
}

@keyframes textDelayAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(90px);
        transform: translateY(90px);
    }

    100% {
        opacity: 1;
    }
}


@media screen and (min-width: 641px) {
    .mainArea svg {
        width: 100%;
        max-width: 200px;
    }

    /* .mainArea .imgBlk {
        width: 100%;
        max-width: 200px;
    } */
    /* .mainArea {
        background-position: center;
        background-attachment: fixed;
    } */
}

@media screen and (min-width: 961px) {

    .mainArea::before {
        display: none;
    }
    .mainArea {
        background: url(img/bgMain.jpg);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size:contain;
        background-size: contain;
        position: relative;
        background-attachment: fixed;
        min-height: 100vh;
        z-index: -2;
    }

    .mainArea svg {
        position: fixed;
        z-index: -1;
    }

    h1 {
        text-align: left;
    }

    .mainArea .txtArea {
        position: absolute;
        bottom: 6em;
        left: 5em;
        right: 0;
        max-width: 1400px;
    }

    .mainArea .txtArea p {
        text-align: left;
    }
}

@media screen and (min-width: 1401px) {
    .mainArea {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* 
@media screen and (max-width: 640px) {
    .mainArea {
        background: url(img/bgMain_sp.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: -2;
        background-attachment: fixed;
        height:90vh;
    }
} */

/* VISION
------------------------------ */
#contact {
    /* background: -webkit-gradient(linear, left top, right top, from(rgba(240, 190, 181, 1)), color-stop(50%, rgba(252, 190, 89, 1)), to(rgba(240, 190, 181, 1))); */
    /* background: linear-gradient(to right, rgba(240, 190, 181, 1) 0%, rgba(252, 190, 89, 1) 50%, rgba(240, 190, 181, 1) 100%); */
}

/* #vision {
    background: url(img/bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

} */

#vision .txtArea {
    padding: 5em 0;
    width: 95%;
}

.txtArea {
    width: 90%;
    margin: 0 auto;
}

.ttlArea+.txtArea {
    margin: 1.8em auto 0;
}

@media screen and (min-width: 641px) {
    #vision .txtArea {
        padding: 6em 0;
    }

    .ttlArea+.txtArea {
        margin: 3em auto 0;
    }
}

@media screen and (min-width: 961px) {
    /* #vision {
        background: url(img/bg.jpg);
        background-position: center;
    } */
}

@media screen and (min-width: 1201px) {}


/* BUSINESS
------------------------------ */
#vision,
#service,
#company {
    background-color: #fff;
}

#business {
    padding: 5em 0;
}
#business {
    background-image: url(img/bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* #business {
    position: relative;
}
#business::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100vh;
    background-image: url(img/bg_sp.jpg);
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center;
} */

/* #business {
    animation-name: textDelayAnime;
    opacity: 1;
    animation-duration: 4s;
    animation-fill-mode: forwards;
} */
/* @-webkit-keyframes textDelayAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
    }

    100% {
        opacity: 1;
    }
}

@keyframes textDelayAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(90px);
        transform: translateY(90px);
    }

    100% {
        opacity: 1;
    }
} */


#service {
    padding: 5em 0;
}

#contact {
    background-color: #5ea7bd;
    padding: 5em 0;
}

#company {
    padding: 0 0 5em;
}

#business .ttlArea {}

#business .txtArea {}

@media screen and (min-width: 641px) {
    #business {
        padding: 6em 0;
    }

    #business {
        /* background-image: url(img/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; */
    }

    #service {
        padding: 6em 0;
    }

    #contact {
        padding: 6em 0;
    }

    #company {
        padding: 0 0 6em;
    }

    #business .txtArea p {
        text-align: center;
    }
}

@media screen and (min-width: 961px) {
    #business {
    }

    #business {
        background-image: url(img/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
}

/* SERVICE
------------------------------ */
#service {}

#service .ttlArea {}

#service .ttlArea .abrilD {}

#service ul.flowArea {
    margin: 3em auto 0;
    background-color: #F7F4F2;
    padding: 3em 1.5em;
}

#service ul.flowArea li {}

#service ul.flowArea li+li {
    margin: 3em auto 0;
}

#service ul.flowArea li .innerBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    height: 10em;
}

#service ul.flowArea li+li .innerBlk::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 4px #82c3d6;
    border-right: solid 4px #82c3d6;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: -20%;
    left: 12%;
    margin-top: -4px;
    z-index: 10;
    display: inline-block;
}

#service ul.flowArea li .innerBlk .iconBlk {
    width: 25%;
    margin: 0 auto;
    /* position: relative; */
}

/* #service ul.flowArea li+li .innerBlk .iconBlk::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 4px #82c3d6;
    border-right: solid 4px #82c3d6;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: -40%;
    left: 40%;
    margin-top: -4px;
    z-index: 10;
    display: inline-block;
} */


#service ul.flowArea li .innerBlk .txtBlk {
    width: 65%;
    margin: 0 auto;
}

#service ul.flowArea li .innerBlk .txtBlk p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: .5rem auto 0;
}

#service ul.flowArea li .innerBlk .txtBlk h3 {
    font-size: 1.7rem;
}


@media screen and (min-width: 641px) {
    #service ul.flowArea {
        margin: 3em auto 0;
        padding: 3em 4em;
    }

    #service ul.flowArea li .innerBlk .iconBlk {
        width: 18%;
        margin: 0 auto;
        position: relative;
    }

    #service ul.flowArea li+li {
        margin: 4em auto 0;
    }

    #service ul.flowArea li+li .innerBlk::after {
        top: -26%;
        left: 12.5%;
    }

    /* #service ul.flowArea li+li .innerBlk .iconBlk::after {
        top: -32%;
        left: 40%;
    } */

}

@media screen and (min-width: 961px) {
    #service ul.flowArea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1000px;
    }

    #service ul.flowArea li {
        width: calc(100% / 4 - 1%);
        margin: 0 auto;
    }

    #service ul.flowArea li+li {
        margin: 0 auto;
    }

    #service ul.flowArea li .innerBlk {
        display: block;
        height: auto;
    }

    /* #service ul.flowArea li+li .innerBlk::after {
        width: 20px;
        height: 20px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: -100%;
        margin-top: 0;
    } */

    #service ul.flowArea li+li .innerBlk::after {
        display: none;
    }

    #service ul.flowArea li .innerBlk .iconBlk {
        width: 100%;
        /* margin: 0 auto;
        max-width: 90px; */
    }

    #service ul.flowArea li .innerBlk .iconBlk img {
        width: 40%;
        margin: 0 auto;
        max-width: 90px;
    }

    #service ul.flowArea li .innerBlk .txtBlk {
        width: 80%;
    }

    #service ul.flowArea li .innerBlk .txtBlk p {
        font-size: 1.3rem;
        line-height: 1.9;
        margin: 1rem auto 0;
    }

    #service ul.flowArea li .innerBlk .txtBlk h3 {
        font-size: 1.7rem;
        margin: 2rem auto 0;
        height: 1.9em;
    }


    #service ul.flowArea li .innerBlk .iconBlk {
        position: relative;
    }

    #service ul.flowArea li+li .innerBlk .iconBlk::after {
        content: '';
        position: absolute;
        border-top: solid 4px #82c3d6;
        border-right: solid 4px #82c3d6;
        width: 20px;
        height: 20px;
        /* border: 0px; */
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        bottom: 0;
        left: -10%;
        margin: auto;
        z-index: 10;
        display: inline-block;
    }
}


/* COMPANY
------------------------------ */
section#company {}

section#company div.ttlArea {}

section#company div.ttlArea h2.abrilD {}

section#company div.listArea {
    width: 80%;
    margin: 2em auto 0;
}

section#company div dl {}

section#company div dl dt {
    font-weight: 700;
}

section#company div dl dd {}

section#company div dl dd+dt {
    margin: 1rem auto 0;
}

section#company div div.imgBlk {
    width: 90%;
    margin: 2em auto 0;
}

section#company div div.imgBlk img {}

section#company div.mapBlk {
    width: 85%;
    max-width: 800px;
    margin: 3em auto 0;
}

section#company div.mapBlk a {}

section#company div.mapBlk a:hover {
    opacity: .5;
}

section#company p {
    line-height: 1.5;
}

div.mapArea {}

div.mapArea div.mapBlk {}

div.mapArea div.mapBlk a {}

div.mapArea p {}

div.mapArea div.btn a {
    /* margin: 1em auto 0; */
    background-color: #fff;
    padding: 1.2rem 4rem;
    color: #777;
    max-width: 200px;
    /* border: solid 2px #5ea7bd; */
    text-decoration: underline;
}

div.mapArea div.btn a:hover {
    /* background-color: #5ea7bd; */
    /* opacity: .5; */
    color: #5ea7bd;
}


@media screen and (min-width: 641px) {
    section#company div.listArea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 80%;
        max-width: 800px;
        margin: 3em auto 0;
    }

    section#company div dl {
        width: 50%;
        margin: 0 auto;
    }

    section#company div div.imgBlk {
        width: 40%;
        margin: 0 auto;
    }

    section#company div.mapBlk {
        margin: 3em auto 0;
        width: 80%;
    }

    section#company p {
        margin: 1rem auto 0;
    }
}

@media screen and (min-width: 961px) {}

/* CONTACT
------------------------------ */
section#contact {}

section#contact div.ttlArea {}

section#contact div.ttlArea h2.abrilD {}

section#contact div.txtArea {}

section#contact div.txtArea p {}

section#contact div.txtArea div.btn {}

section#contact div.txtArea div.btn a {
    margin: 2em auto 0;
    background-color: #fff;
    padding: 1.2rem 4rem;
    color: #5ea7bd;
    max-width: 180px;
}

section#contact div.txtArea div.btn a:hover {
    opacity: .5;
}

/* FOOTER
------------------------------ */
footer .copyright {
    font-size: 1.2rem;
}

@media screen and (min-width: 641px) {
    footer .copyright {}
}

@media screen and (min-width: 961px) {}

@media screen and (min-width: 1201px) {}