@media screen and (min-width: 769px) {
    #content {
        width: 100% !important;
    }
    .content-wrap {
        width: 1004px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .crumb {
        margin-bottom: 10px;
    }
}

.clnmn {
    display: none;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
}

.clnmn.scll {
    display: block;
}

.clnmn .menuArea {
    position: static !important;
}

nav.localMenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #38BAEA;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}
@media screen and (min-width: 971px) {
    nav.localMenu {
        display: -webkit-box;
        display: -webkit-flex;
        display:         flex;
                justify-content: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
}

nav.localMenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
            flex-wrap: nowrap;
            justify-content: left;
    align-items: center;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;

    -webkit-box-pack: left;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: left;
}

@media screen and (min-width: 971px) {
    nav.localMenu ul {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

nav.localMenu li {
    position: relative;
    width: 33%;
    text-align: center;
    vertical-align: middle;
}

@media screen and (min-width: 971px) {
    nav.localMenu li {
        width: auto;
    }
}

nav.localMenu li:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #FFFFFF;
    content: '';
}

nav.localMenu ul li:last-of-type:after {
    display: none;
}

@media screen and (min-width: 971px) {
    nav.localMenu ul:first-of-type li:last-child:after {
        display: inline-block;
    }
    nav.localMenu ul li:last-of-type:after {
        display: block;
    }
    nav.localMenu ul:last-of-type li:last-of-type:after {
        display: none;
    }
}

/*
nav.localMenu {
    padding-top: 8px;
}
*/

nav.localMenu ul {
    padding: 8px 0;
}
/*
nav.localMenu ul:last-of-type {
    padding-top: 8px;
}
*/
nav.localMenu li a {
    display: block;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 970px) {
    nav.localMenu li a {
        padding: 20px 20px;
        font-size: 14px;
    }
}
@media screen and (min-width: 971px) {
    nav.localMenu li a {
        padding: 20px 18px;
        font-size: 18px;
    }
}
@media screen and (min-width: 769px) {
    nav.localMenu li a {
        display: block;
        text-decoration: none;
                transition: opacity 0.6s ease-out;

        -webkit-transition: opacity 0.6s ease-out;
    }
    nav.localMenu li a:hover {
        opacity: 0.8;
                transition: opacity 0.1s ease-out;

        -webkit-transition: opacity 0.1s ease-out;
    }
}

nav.localMenu.top {
    position: static;
}

@media screen and (min-width: 769px) {
    .main-visual {
        background-image: url(../image/main_cov.png);
        background-position: 50% 0;
        background-repeat: repeat-x;
        background-color: #FFFFFF;
    }
}

.main-visual-img {
    width: 100%;
    padding-top: 102%;
    background-image: url(../image/main.jpg);
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
    .main-visual-img {
        position: relative;
        max-width: 1280px;
        height: 670px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0;
        background-image: none;
        background-image: url(../image/main_pc.jpg);
        background-size: auto;
    }
}

.content {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7%;
}
@media screen and (min-width: 769px) {
    .content {
        width: auto;
        padding-top: 45px;
    }
}
.content-1 {
    padding-top: 5%;
}
@media screen and (min-width: 769px) {
    .content-1 {
        padding-top: 50px;
    }
}
.content-2 {
    position: relative;
}
.content-4 {
    position: relative;
}
.content-5 {
    position: relative;
}

.bg-gray {
    padding-bottom: 10%;
    background-image: url(../image/tx_bg.jpg);
}
@media screen and (min-width: 769px) {
    .bg-gray {
        padding-bottom: 85px;
    }
}

.bg-white {
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
    .bg-white {
        min-height: 120px;
    }
}

.care {
    padding: 60px 0 5px 0;
}
.care a {
    display: block;
    width: 607px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .care {
        padding: 8vw 0;
    }
    .care a {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

.banners {
    padding: 3.5% 10%;
}
@media screen and (min-width: 769px) {
    .banners {
        padding: 0;
        font-size: 0;
    }
}
.banners a {
    display: block;
    margin: 3% 0;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .banners a {
        display: inline-block;
        margin: 55px 22px;
    }
}

.bnr-vac {
    padding: 3.5% 10%;
}
@media screen and (min-width: 769px) {
    .bnr-vac {
        padding: 0;
        font-size: 0;
        text-align: center;
    }
}
.bnr-vac a {
    display: block;
    margin: 3% 0;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .bnr-vac a {
        display: inline-block;
        margin: 55px 22px;
    }
}

.btn {
    position: absolute;
}
.btn-2 {
    top: 53%;
    left: 9%;
    width: 65%;
    height: 20%;
}
@media screen and (min-width: 769px) {
    .btn-2 {
        top: 428px;
        left: 108px;
        width: auto;
        height: auto;
    }
}
@media screen and (min-width: 769px) {
    .btn-2 .bt-mrk {
        position: absolute;
        top: 93px;
        left: 71px;
        width: 210px;
        height: 41px;
        background-image: url(../image/btn_2_pc.png);
        background-repeat: no-repeat;
    }
}
@media screen and (min-width: 769px) {
    .btn-2:hover .bt-mrk {
        background-image: url(../image/btn_2_ov_pc.png);
    }
}
.btn-4 {
    top: 69%;
    left: 13%;
    width: 78%;
    height: 23%;
}
@media screen and (min-width: 769px) {
    .btn-4 {
        top: 355px;
        left: 128px;
        width: auto;
        height: auto;
    }
}
@media screen and (min-width: 769px) {
    .btn-4 .bt-mrk {
        position: absolute;
        top: 122px;
        left: 142px;
        width: 210px;
        height: 41px;
        background-image: url(../image/btn_4_pc.png);
        background-repeat: no-repeat;
    }
}
@media screen and (min-width: 769px) {
    .btn-4:hover .bt-mrk {
        background-image: url(../image/btn_4_ov_pc.png);
    }
}
.btn-5 {
    opacity: 0;
    top: 80%;
    left: 18%;
    width: 66.75%;
    height: 14.5%;
}
@media screen and (min-width: 769px) {
    .btn-5 {
        opacity: 1;
        top: 495px;
        left: 67px;
        width: 508px;
        height: 72px;
        background-image: url(../image/btn_5.png);
    }
    .btn-5:hover {
        opacity: 0.75;
        background-image: url(../image/btn_5_on.png);
    }
}
