/* _setting CSS */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {

    /* @media screen
    ------------------------------------------------------------------------- */
    #slide {
        position: relative;
        width: 100%;
        min-width: 1080px;
        margin: 0 0 0;
        overflow: hidden;
    }

    #slide .title_area {
        position: absolute;
        bottom: -22px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: rgba(0, 127, 173, 0.8);
        width: 100%;
    }

    #slide .title_area span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 2.4rem;
        font-family: 'Pinyon Script', cursive;
    }

    #slide #slide_wrap {
        height: 550px;
        margin: 0 0 0;
    }

    #slide #slide_list {
        display: flex;
        position: relative;
        width: 3000%;
        height: 100%;
        transition: 0.7s;
    }

    #slide #slide_list li {
        width: 100vw;
        height: 100%;
        overflow: hidden;
    }

    #slide #slide_list a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%;
        color: #1c212a;
        text-decoration: none;
    }

    #slide #slide_list .img_wrap {
        width: 100%;
        height: 100%;
        background-position: center center !important;
        background-size: cover !important;
    }

    #slide #slide_list .text_wrap_box {
        position: relative;
        width: 980px;
        height: 92%;
        margin: 0 auto;
        padding: 20px 0 0;
    }

    #slide #slide_list .text_wrap {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
        /*padding: 5%;*/
    }

    #slide #slide_list .text_wrap h2 {
        width: 615px;
        margin: 0 0 0 0;
        padding: 92px 0 0;
        background: url(../images/index/catch1.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        position: absolute;
        top: 38%;
        left: 87%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #slide #slide_list .text_wrap .text_q4 {
        width: 520px;
        margin: 0 0 0 0;
        padding: 250px 0 0;
        background: url(../images/index/q4.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #slide #slide_list .text_wrap .text_acc {
        line-height: 2.2;
        font-size: 2.1rem;
        font-weight: bold;
        color: #fff;
    }

    #sec1 {
        min-width: 1080px;
        margin: 0 0 90px;
        overflow: hidden;
        background: #007fad;
    }

    #sec1 h2 {
        width: 30px;
        padding: 0 0 0;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #sec1 h3 {
        line-height: 1.6;
        margin: 0 0 30px;
        font-size: 2.8rem;
        font-weight: bold;
        text-align: center;
    }

    #sec1 h3 span {
        display: block;
    }

    #sec1 h4 {
        background: #18789b;
        color: #fff;
        text-align: center;
        /*margin-top: 4px; 20221222*/
    }

    #sec1 #area_wrap {
        width: 980px;
        margin: 0 auto;
    }

    #sec1 ul {
        width: 100%;
        margin: 2px 0 15px;
        flex-wrap: wrap;
        display: flex;
    }

    #sec1 li {
        width: 33%;
        box-sizing: border-box;
        padding: 0 1%;
        margin: 2px 0;
    }

    #sec1 li p {
        height: 66px;
        text-align: center;
        position: relative;
    }

    #sec1 li p span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .area_list1 p,
    .area_list2 p,
    .area_list3 p,
    .area_list4 p,
    .area_list5 p,
    .area_list6 p,
    .area_list1-2 p,
    .area_list2-2 p,
    .area_list3-2 p,
    .area_list1-3 p,
    .area_list2-3 p,
    .area_list3-3 p
    {
        border-bottom: 1px solid #000;
    }

    .area_list1,
    .area_list2,
    .area_list4,
    .area_list5,
    .area_list7,
    .area_list8,
    .area_list1-2,
    .area_list2-2,
    .area_list4-2,
    .area_list1-3,
    .area_list2-3,
    .area_list4-3{
        border-right: 1px solid #000;
    }

    .area_list1 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list1.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list2 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list2.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list3 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list3.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list4 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list4.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list5 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list5.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list6 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list6.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .area_list7 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list7.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list8 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list8.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list9 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list9.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list10 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list10.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }    

    .area_list11 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list11.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list12 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list12.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list1-2 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list1-2.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list2-2 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list2-2.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list3-2 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list3-2.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list4-2 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list4-2.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .area_list1-3 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list1-3.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list2-3 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list2-3.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list3-3 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list3-3.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list4-3 p span {
        width: 311px;
        padding: 53px 0 0;
        background: url(../images/index/area_list4-3.png) no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #index_contact_link {
        width: 1080px;
        margin: 0 auto 95px;
    }

    #index_contact_link h2 {
        position: relative;
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 4.8rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #index_contact_link p {
        width: 550px;
        margin: 0 auto 95px;
        text-align: center;
    }

    #index_contact_link a {
        padding: 15px 48px;
        background: #009cd5;
        font-size: 1.8rem;
        color: #fff;
        text-decoration: none;
    }

    #index_contact_link a:hover {
        opacity: 0.7;
    }

    #contents #sec2_bg {
        background: url(../images/index/sec2_bg.png) no-repeat;
        background-size: 100%;
        background-position-y: 40%;
    }

    #sec2 {
        width: 1080px;
        margin: 0 auto;
        padding: 44px 0;
    }

    #sec2 h2 {
        width: 329px;
        margin: 0 auto;
        padding: 79px 0 0;
        background: url(../images/index/sec2_title.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: center;
    }

    #sec2 h3 {
        margin: 50px 0 30px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 2.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec2 p {
        margin: 0 0 30px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }

    #sec2 p span {
        font-size: 2.2rem;
    }

    #sec2 a {
        padding: 15px 48px;
        background: #fff;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #06485c;
        text-decoration: none;
    }

    #sec2 a:hover {
        opacity: 0.7;
    }

    #sec2_column {
        display: flex;
    }

    #sec2_column .column {
        height: 50vh;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    #sec2_column .cat1 {
        background: url(../images/index/cat1.png) no-repeat top center;
        background-size: cover;
    }

    #sec2_column .cat2 {
        background: url(../images/index/cat2.png) no-repeat top center;
        background-size: cover;
    }

    #contents #sec3_bg {
        background: url(../images/index/sec3_bg.png) no-repeat;
        background-size: 100%;
        background-position-y: 40%;
    }

    #sec3 {
        width: 1080px;
        margin: 0 auto;
        padding: 44px 0;
    }

    #sec3 h2 {
        width: 183px;
        margin: 0 auto;
        padding: 79px 0 0;
        background: url(../images/index/sec3_title.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: center;
    }

    #sec3 h3 {
        margin: 50px 0 30px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 2.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec3 p {
        margin: 0 0 30px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }

    #sec3 p span {
        font-size: 2.2rem;
    }

    #sec3 a {
        padding: 15px 48px;
        background: #fff;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #06485c;
        text-decoration: none;
    }

    #sec3 a:hover {
        opacity: 0.7;
    }

    #sec3_column {
        display: flex;
    }

    #sec3_column .column {
        height: 50vh;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    #sec3_column .cat1 {
        background: url(../images/index/cat3.png) no-repeat top center;
        background-size: cover;
    }

    #sec3_column .cat2 {
        background: url(../images/index/cat4.png) no-repeat top center;
        background-size: cover;
    }

    #contents #sec4_bg {
        background: url(../images/index/sec4_bg.png) no-repeat;
        background-size: 100%;
        background-position-y: 40%;
    }

    #sec4 {
        width: 1080px;
        margin: 0 auto;
        padding: 44px 0;
    }

    #sec4 h2 {
        width: 183px;
        margin: 0 auto;
        padding: 79px 0 0;
        background: url(../images/index/sec4_title.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: center;
    }

    #sec4 h3 {
        margin: 50px 0 30px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 2.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec4 p {
        margin: 0 0 30px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }
    #sec4 p span {
        display: inline-block;
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    #sec4 a {
        padding: 15px 48px;
        background: #fff;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #06485c;
        text-decoration: none;
    }
    #sec4 .txt_access {
        font-size: 1.5rem;
    }

    #sec4 a:hover {
        opacity: 0.7;
    }

    #sec4_column {
        display: flex;
    }

    #sec4_column .column {
        height: 50vh;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    #sec4_column .cat1 {
        background: url(../images/index/cat5.png) no-repeat top center;
        background-size: cover;
    }

    #sec4_column .cat2 {
        background: url(../images/index/cat6.png) no-repeat top center;
        background-size: cover;
    }

.floating_banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 90px; /* バナーの上下の位置 */
    right: 40px; /* バナーの左右の位置 */
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.banner {
    border: 5px solid #4086c8;
    background: #fff;
    color: #4086c8;
    width: 300px;
    min-height: 250px;
    padding: 40px 10px 0;
    text-align: center;
}

.banner_catch {
    margin: 10px 0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.4rem;
}

.banner_catch span {
    font-size: 1.2rem;
    color: #000;
}

.btn_banner a {
    display: block;
    background: #4086c8;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
     box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.btn_banner a:hover {
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.fade_off {

}

.fade_on {
    opacity: 1;
}

    /* @media screen
    ------------------------------------------------------------------------- */
}

/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {

    /* @media screen
    ------------------------------------------------------------------------- */
    #slide {
        position: relative;
        width: 100%;
        margin: 0 0 0;
        overflow: hidden;
    }

    #slide .title_area {
        position: absolute;
        bottom: -22px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: rgba(0, 127, 173, 0.8);
        width: 100%;
    }

    #slide .title_area span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 2rem;
        font-family: 'Pinyon Script', cursive;
        line-height: 2;
    }

    #slide #slide_wrap {
        margin: 0 0 0;
    }

    #slide #slide_list {
        display: flex;
        position: relative;
        width: 3000%;
        transition: 0.7s;
    }

    #slide #slide_list li {
        width: 100vw;
        height: 100%;
        background-size: cover !important;
        background-position: center center !important;
    }

    #slide #slide_list a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        color: #1c212a;
        text-decoration: none;
    }

    #slide #slide_list .img_wrap {
        width: 100%;
        height: 100%;
        background-position: center center !important;
        background-size: cover !important;
    }

    #slide #slide_list .text_wrap_box {
        position: relative;
        width: 100%;
        height: 100vw;
        margin: 0 auto;
        padding: 20px 0 0;
    }

    #slide #slide_list .text_wrap {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
        /*padding: 5%;*/
    }

    #slide #slide_list .text_wrap h2 {
        width: 348px;
        margin: 60px 0 0 0;
        padding: 150px 0 0;
        background: url(../images/index/catch1.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #slide #slide_list .text_wrap .text_q4 {
        width: 250px;
        margin: -10px 0 0 15px;
        padding: 125px 0 0;
        background: url(../images/index/q4.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #slide #slide_list .text_wrap .text_acc {
        position: absolute;
        top: 260px;
        right: 18px;
        left: 18px;
        line-height: 1.8;
        font-size: 1.1rem;
        font-weight: bold;        
        color: #fff;
    }

    #sec1 {
        margin: 0 0 30px;
        overflow: hidden;
        background: #007fad;
    }

    #sec1 h2 {
        width: 30px;
        padding: 0 0 0;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #sec1 h3 {
        line-height: 1.6;
        margin: 0 0 15px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }

    #sec1 h3 span {
        display: block;
    }

    #sec1 h4 {
        background: #18789b;
        color: #fff;
        text-align: center;
        padding: 2px 0 ;
        font-size: 1.2rem;
    }


    #sec1 #area_wrap {
        width: 100%;
        margin: 0 auto;
    }

    #sec1 ul {
        width: 100%;
        margin: 2px 0;
        flex-wrap: wrap;
        display: flex;
    }

    #sec1 li {
        width: 50%;
        box-sizing: border-box;
        padding: 1%;
        margin: 0;
    }

    #sec1 li p {
        min-height: 53px;
        text-align: center;
        position: relative;
    }

    #sec1 li p span {
        position: absolute;
        top: 70%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .area_list1 p,
    .area_list2 p,
    .area_list3 p,
    .area_list4 p,
    .area_list5 p,
    .area_list6 p,
    .area_list7 p,
    .area_list8 p,
    .area_list9 p,
    .area_list10 p,
    .area_list1-2 p,
    .area_list2-2 p,
    .area_list3-2 p,
    .area_list1-3 p,
    .area_list1-4 p,
    .area_list2-3 p,
    .area_list4-2 p,
    .area_list3-3 p,
    .area_list4-3 p {
        border-bottom: 1px solid #000;
    }

    .area_list1,
    .area_list3,
    .area_list5,
    .area_list7,
    .area_list9,
    .area_list1-2,
    .area_list3-2,
    .area_list1-3,
    .area_list3-3 {
        border-right: 1px solid #000;
    }

    .area_list1 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list1.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list2 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list2.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list3 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list3.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list4 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list4.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list5 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list5.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list6 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list6.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list7 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list7.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list8 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list8.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list9 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list9.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list10 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list10.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list11 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list11.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list12 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list11.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .area_list1-2 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list1-2.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list2-2 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list2-2.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list3-2 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list3-2.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list4-2 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list4-2.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .area_list1-3 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list1-3.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list2-3 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list2-3.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list3-3 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list3-3.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .area_list4-3 p span {
        width: 100%;
        padding: 53px 0 0;
        background: url(../images/index/area_list4-3.png) no-repeat;
        display: block;
        background-size: 100%;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #index_contact_link {
        margin: 0 auto 35px;
        padding: 40px 4.66667%;
    }

    #index_contact_link h2 {
        position: relative;
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 2.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #index_contact_link p {
        margin: 0 auto 30px;
    }

    #index_contact_link a {
        padding: 15px 48px;
        background: #009cd5;
        font-size: 1.8rem;
        color: #fff;
        text-decoration: none;
    }

    #index_contact_link a:hover {
        opacity: 0.7;
    }

    #contents #sec2_bg {
        background: url(../images/index/sec2_bg.png) no-repeat;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    #sec2 {
        margin: 0 auto;
        padding: 40px 4.66667%;
    }

    #sec2 h2 {
        width: 160px;
        margin: 0 auto;
        padding: 45px 0 0;
        background: url(../images/index/sec2_title.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: center;
    }

    #sec2 h3 {
        margin: 20px 0 15px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.8rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec2 p {
        margin: 0 0 15px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }
    #sec2 p span {
        font-size: 1.4rem;
    }
    #sec2 a {
        padding: 15px 48px;
        background: #fff;
        font-size: 1.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #06485c;
        text-decoration: none;
    }

    #sec2 a:hover {
        opacity: 0.7;
    }

    #sec2_column {
        display: flex;
    }

    #sec2_column .column {
        height: 25vh;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    #sec2_column .cat1 {
        background: url(../images/index/cat1.png) no-repeat top center;
        background-size: cover;
    }

    #sec2_column .cat2 {
        background: url(../images/index/cat2.png) no-repeat top center;
        background-size: cover;
    }


    #contents #sec3_bg {
        background: url(../images/index/sec3_bg.png) no-repeat;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    #sec3 {
        margin: 0 auto;
        padding: 40px 4.66667%;
    }

    #sec3 h2 {
        width: 90px;
        margin: 0 auto;
        padding: 45px 0 0;
        background: url(../images/index/sec3_title.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: center;
    }

    #sec3 h3 {
        margin: 20px 0 15px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec3 p {
        margin: 0 0 15px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }
    #sec3 p span {
        font-size: 1.4rem;
    }
    #sec3 a {
        padding: 15px 48px;
        background: #fff;
        font-size: 1.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #06485c;
        text-decoration: none;
    }

    #sec3 a:hover {
        opacity: 0.7;
    }

    #sec3_column {
        display: flex;
    }

    #sec3_column .column {
        height: 25vh;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    #sec3_column .cat1 {
        background: url(../images/index/cat3.png) no-repeat top center;
        background-size: cover;
    }

    #sec3_column .cat2 {
        background: url(../images/index/cat4.png) no-repeat top center;
        background-size: cover;
    }

    #contents #sec4_bg {
        background: url(../images/index/sec4_bg.png) no-repeat;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    #sec4 {
        margin: 0 auto;
        padding: 40px 4.66667%;
    }

    #sec4 h2 {
        width: 90px;
        margin: 0 auto;
        padding: 45px 0 0;
        background: url(../images/index/sec4_title.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: center;
    }

    #sec4 h3 {
        margin: 20px 0 15px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec4 p {
        margin: 0 0 15px;
        padding: 0 0 5px;
        color: #fff;
        font-size: 1.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }
    #sec4 p span {
        font-size: 1.4rem;
    }
    #sec4 a {
        padding: 15px 48px;
        background: #fff;
        font-size: 1.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #06485c;
        text-decoration: none;
    }

    #sec4 a:hover {
        opacity: 0.7;
    }

    #sec4_column {
        display: flex;
    }

    #sec4_column .column {
        height: 25vh;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    #sec4_column .cat1 {
        background: url(../images/index/cat5.png) no-repeat top center;
        background-size: cover;
    }

    #sec4_column .cat2 {
        background: url(../images/index/cat6.png) no-repeat top center;
        background-size: cover;
    }


.floating_banner {
    position: fixed; 
    z-index: 99999;
    bottom: 0;
    background: #fff;
}

.banner {
    width: 100%;
    padding: 10px 4.66667%;
    display: flex;
    flex-wrap: wrap;
}

.banner .banner_img {
    padding: 4px 0 0 ;
    width: 50%;
}

.btn_banner {
    width: 50%;
    padding: 0 4px;
}

.banner_catch {
    display: none;
    margin: 5px 0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.4rem;
}

.banner_catch span {
    display: block;
    font-size: 1.0rem;
    color: #000;
    text-align: center;
}

.banner_catch .sp_none {
    display: none;
}

.btn_banner a {
    display: block;
    background: #4086c8;
    padding: 4px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
     box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.btn_banner a:hover {
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}


footer .sec1 #copyright {
    padding-bottom: 90px;
}

#common_bottom_wrap_sp {
    bottom: 48px;
}


    /* @media screen
    ------------------------------------------------------------------------- */
}