@charset "UTF-8";

/* *******************************************************************************************
*
*	Common
*
******************************************************************************************* */

html {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

html::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari 対応 */
}

img[src$=".svg"] {
    width: 100%;
}

​​​​​​​​​​​ body.fixed {
    overflow: hidden;
}

.links.external_wh,
.links.external_bk {
    padding-bottom: 5px;
    text-align: left;
    float: left;
}

.links.external_wh a,
.links.external_bk a {
    position: relative;
}

.links a:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: -20px;
    bottom: 0.5px;
}

.links.external_wh a:after {
    background: url(../img/common/icon_external-link_wh.gif) no-repeat center center;
    background-size: 100%;
}

.links.external_bk a:after {
    background: url(../img/common/icon_external-link_bk.gif) no-repeat center center;
    background-size: 100%;
}

a.p-link {
    border-bottom: 1px solid #595757;
}

a.p-link:hover {
    opacity: .6;
}

@media screen and (min-width : 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


@media screen and (max-width : 750px) {

    .links.external_wh,
    .links.external_bk {
        padding-bottom: 5px;
        position: relative;
        float: left;
    }

    .links a:after {
        content: "";
        width: 4.5vw;
        max-width: 20px;
        height: 4.5vw;
        max-height: 20px;
        margin: auto;
        position: absolute;
        right: -20px;
    }
}


/* -------------------------------------------------------------------------------------------
*
* 各ページ共通
*
* ----------------------------------------------------------------------------------------- */


.all_wrap {
    height: 100vh;
    position: relative;
}

.dot {
    font-feature-settings: "palt";
    width: 10px;
    display: inline-block;
}

@media screen and (max-width : 750px) {

    .all_wrap {
        height: 100vh;
        position: relative;
        /*←相対位置*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}

/* -------------------------------------------------------------------------------------------
*
* ヘッダー
*
* ----------------------------------------------------------------------------------------- */

.ssHeader {
    width: 100%;
    min-width: 1024px;
    height: 100px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    position: fixed;
    z-index: 10;
}

.ssHeader_logo {
    float: left;
    padding: 16px 0 0 25px;
    width: 200px;
}

@media screen and (max-width : 750px) {
    .ssHeader_top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 9999;
    }

    .ssHeader {
        display: flex;
        align-items: center;
        min-width: 320px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #ffffff;
        z-index: 998;
    }

    .ssHeader_logo {
        width: 55%;
        max-width: 220px;
        padding: 0 0 0 15px;
    }

}

/* -------------------------------------------------------------------------------------------
*
* メニュー
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- PCメニュー ----------------------------- */
.ssHeader_nav {
    float: right;
    padding: 20px 0;
}

.ssHeader_nav_item {
    position: relative;
    float: left;
    width: auto;
    padding: 0 40px 0 0;
}

.ssHeader_nav_item a {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 60px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.ssHeader_nav_item a span {
    display: inline-block;
}



/*--------------▼ SPメニュー ▼-----------------*/


/* SPメニュー 開け閉めボタン */
#nav-spMenu {
    position: fixed;
    right: 0;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    background: #595757;
    z-index: 1000;
}

#nav-spMenu.nav-active {
    background: rgba(0, 0, 0, 0);
}

.navBar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
}

.navBar_top,
.navBar_mid,
.navBar_btm {
    display: block;
    position: absolute;
    left: 0;
    width: 32px;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.navBar_top {
    top: 0;
}

.navBar_mid {
    top: 10px;
}

.navBar_btm {
    top: 20px;
}

.nav-active .navBar_top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 8px 0 0 -2px;
    width: 34px;
}

.nav-active .navBar_mid {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -1px 0 0 -2px;
    width: 34px;
}

.nav-active .navBar_btm {
    opacity: 0;
    margin: 8px 0 0 0;
}


/* SPメニュー 中身 */
#spMenu {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#spMenu.open {
    background: rgba(255, 255, 255, 0.96);
    padding: 0;
}

.spMenu_wrap {
    width: 100%;
    position: relative;
    z-index: 999;
}

.spMenu_top {
    display: none;
    width: 100%;
    height: 100vh;
    padding: 50px 0 0;
    background: rgba(89, 87, 87, 0.98);
    position: fixed;
    overflow-y: scroll;
}

ul.spMenu_nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.spMenu_nav_item {
    display: block;
    padding: 4vw 4vw;
    text-align: left;
    border-top: 1px solid #ffffff;
    position: relative;
}

.spMenu_nav_item:last-child {
    border-bottom: 1px solid #ffffff;
}

.spMenu_nav_item:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: 20px;
    top: 5vw;
}

.spMenu_nav_item a {
    display: block;
    color: #ffffff;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: 1px;
}

.spMenu_nav_item a span.font_din {
    display: block;
    font-size: 32px;
    font-weight: 700;
    padding: 8% 0 4px 0;
    line-height: 1;
}

.spMenu_nav_item a span.kana {
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 0 0;
    letter-spacing: 2px;
}

/* SPメニュー フッター */
.spMenu_top .ssHeader_logo {
    width: 55%;
    max-width: 220px;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 14px;

}

.spMenu_top .ssFooter {
    color: #ffffff;
}

.spMenu_top .ssFooter .inr {
    padding: 2vw 0;
}

.spMenu_top .footer_nav ul li a {
    border-bottom: 1px solid #ffffff;
}

.spMenu_top .ssFooter .links.external_wh {
    padding: 0 0 5px 0;
    text-align: left;
    position: relative;
}

.spMenu_top .ssFooter .links.external_wh a:after {
    background: url(../img/common/icon_external-link_wh.gif) no-repeat center center;
    background-size: 100%;
    width: 4.5vw;
    height: 4.5vw;
    vertical-align: middle;
    right: -5vw;
}



/* -------------------------------------------------------------------------------------------
*
* スクロールボタン
*
* ----------------------------------------------------------------------------------------- */

.scroll_wrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.scroll_wrap img,
.scroll_wrap span {
    position: absolute;
    z-index: 1;
}

.scroll_wrap .scroll_image {
    width: 45px;
    position: absolute;
    left: 50px;
    /* top: 50vw; */
    top: 520px;
    z-index: 10;
}

.scroll_wrap .scroll_image.scroll-line a {
    display: block;
    padding: 0 0 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    z-index: 1;
}

.scroll_wrap .scroll_image.scroll-line a span {
    animation: scroll-line-1 2s linear 0s infinite;
    border-left: 2px solid #ffffff;
    content: "";
    display: block;
    height: 0;
    top: 20px;
    transform: translate(-50%, 0);
    left: 45%;
    position: absolute;
    width: 0;
    z-index: 1;
}

/* .scroll_wrap .scroll_image .scroll-line{
	animation: scroll-line-1 .7s cubic-bezier(.215,.61,.355,1) .7s both , fadeIn-1 .7s cubic-bezier(.68,-.55,.265,1.55) .7s both;
    opacity: 1;
} */

@keyframes scroll-line-1 {

    0% {
        bottom: auto;
        top: 20px;
        height: 0;
    }

    49% {
        bottom: auto;
        height: 60px;
        top: 22px;
    }

    50% {
        bottom: 0px;
        height: 54px;
        top: auto;
    }

    100% {
        bottom: 0;
        height: 5px;
        top: auto;
    }
}

@media screen and (max-width : 750px) {

    .scroll_wrap .scroll_image {
        width: 45px;
        height: 8px;
        left: 15px;
        top: 130vw;
    }

    .scroll_wrap .scroll_image.scroll-line a span {
        top: 20px;
        transform: translate(-50%, 0);
        left: 0;
    }

    .scroll_wrap .scroll_image.scroll-line a {
        padding: 20px 0 60px;
    }

    .scroll_wrap img,
    .scroll_wrap span {
        width: 80%;
        left: 5px;
    }

}


/* -------------------------------------------------------------------------------------------
*
* メインコンテンツ
*
* ----------------------------------------------------------------------------------------- */
.ss_main {
    min-width: 1024px;
    padding-top: 100px;
}

.ss_main_inner {
    margin: 0 auto;
    width: 1024px;
}

.ss_main h2 {
    width: auto;
    margin: 0 auto 60px;
    padding: 0 0 40px;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
}

.ss_main h2.futura {
    font-size: 40px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}

.ss_main h2:after {
    display: block;
    content: "";
    width: 40px;
    height: 4px;
    margin: 0 auto;
    border-bottom: 4px solid #595757;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.ss_main p.lead {
    padding: 0 0 80px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.ss_main h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.ss_main h3.waku {
    height: 50px;
    margin: 0 auto 60px;
    padding: 10px 0;
    border: 1px solid #595757;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ss_main h3.waku.mb40 {
    margin: 0 auto 40px;
}

.cnt {
    min-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 100px;
    overflow: hidden;
    letter-spacing: 0.05em;
}

.cnt .bg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto -180px;
    padding: 0 0 180px;
    background: #ecf1f4;
}

.cnt .cnt_bg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 80px;
    background: #ecf1f4;
}

.cnt .cnt_box {
    display: block;
    width: 950px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
}

.cnt .cnt_box.pb0 {
    padding-bottom: 0;
}

.cnt .cnt_box.mb0 {
    margin-bottom: 0;
}

.cnt .cnt_box p.lead {
    padding: 0 0 60px;
}

.clm2,
.clm3 {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clm2 .clm_w50 {
    width: 50%;
}

.clm3 .clm_w70 {
    width: 70%;
}

.clm3 .clm_w33 {
    width: 33%;
}

.clm3 .clm_w30 {
    width: 30%;
}

.cnt .cnt_box .clm2.mb0,
.cnt .cnt_box .clm3.mb0 {
    margin-bottom: 0;
}

.cnt .notes {
    padding: 0 0 60px;
    font-size: 14px;
    line-height: 1.7;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.cnt .notes.pb0 {
    padding-bottom: 0;
}

@media screen and (max-width : 750px) {

    .cnt {
        min-width: 100%;
        padding: 0;
    }

    .cnt .cnt_box {
        width: 90%;
        padding: 45px 0;
    }

    .cnt .cnt_box p.lead {
        padding: 0 0 35px;
    }

    .cnt .bg {
        margin: 0 auto;
        padding: 0 0 1px;
    }

    .cnt .cnt_bg {
        padding: 0;
    }

    .ss_main p.lead {
        padding: 0 0 40px;
        font-size: 3.8vw;
        letter-spacing: 0.05em;
        font-feature-settings: "palt"1;
    }

    .ss_main {
        width: 100%;
        min-width: 100%;
        padding-top: 50px;

    }

    .ss_main_inner {
        width: 100%;
    }

    .ss_main h2 {
        margin: 35px auto 35px;
        padding: 0 0 25px;
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: 0.1vw;
    }

    .ss_main h2.futura {
        margin: 35px auto 35px;
        font-size: 30px;
        letter-spacing: 3px;
    }

    .ss_main h2:after {
        display: block;
        content: "";
        width: 34px;
        height: 3px;
        margin: 0 auto;
        border-bottom: 3px solid #595757;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .ss_main h3 {
        width: 100%;
        margin: 0 auto;
        font-size: 19px;
    }

    .ss_main h3.waku {
        margin: 0 auto 35px;
        padding: 9px 0;
        height: 40px;
    }

    .ss_main h3.waku.high {
        height: 68px;
        line-height: 1.2;
    }

    .ss_main h3.waku.high.narrow {
        letter-spacing: -0.2vw;
    }

    .ss_main h3.waku.mb40 {
        margin: 0 auto 25px;
    }

    .clm2 .clm_w50 {
        width: 100%;
    }

    .clm3 .clm_w70 {
        width: 100%;
    }

    .clm3 .clm_w30 {
        width: 100%;
    }

    .clm3 .clm_w33 {
        width: 100%;
    }

    .cnt .notes {
        font-size: 3.75vw;
        padding: 0 0 40px;
        text-indent: -1.5em;
        padding-left: 1.5em;
    }



}

/* ----------------------------- table ----------------------------- */

.txt_left {
    text-align: left;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

th,
td {
    padding: 0 10px;
    line-height: 2.5;
    border-top: 1px solid #595757;
    border-right: 1px solid #595757;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

th:first-of-type,
td:first-of-type {
    border-left: 1px solid #595757;
}

tr:last-of-type {
    border-bottom: 1px solid #595757;
}

th.no-display01 {
    background: #ecf1f4 !important;
    border-top: none;
    border-left: none;
    border-right: 1px solid #595757 !important;
}

th.no-display02 {
    background: #ecf1f4 !important;
    border-top: none;
    border-left: none;
}

th.bg_d-gray {
    background: #595757;
    color: #ffffff;
}

tr.bg_d-gray th {
    background: #595757;
    color: #ffffff;
    border-right: 1px solid #ffffff;
}

tr.bg_d-gray td {
    background: #595757;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

tr.bg_d-gray th:last-of-type {
    border-right: 1px solid #595757;
}

tr.bg_l-gray,
th.bg_l-gray {
    background: #b4b3b3;
    color: #ffffff;
}

tr.bg_l-blue,
th.bg_l-blue {
    background: #ecf1f4;
}

tbody.simple th,
tbody.simple td {
    border: none;
}

tbody.simple tr {
    border-top: 1px solid #595757;
}


@media screen and (max-width : 750px) {

    th,
    td {
        padding: 0 5px;
    }

    .scroll_ok th,
    .scroll_ok td {
        white-space: nowrap;
    }


}


/* ----------------------------- ボタン ----------------------------- */

.cnt .cnt_btn {
    display: block;
    width: 950px;
    height: auto;
    margin: 60px auto 0;
    padding: 0;
}

.btn1 {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.btn2 {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.btn3 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.btn {
    width: auto;
    min-width: 270px;
    max-width: 320px;
    padding: 0 28px 0 20px;
    ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn1 .btn,
.btn2 .btn {
    width: 300px;
}

@media screen and (max-width : 750px) {

    .cnt .cnt_btn {
        width: 100%;
        margin: 35px auto 0;
    }

    .btn2,
    .btn3 {
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .btn1 .btn {
        width: 100%;
        max-width: 100%;
    }

    .btn2 .btn,
    .btn3 .btn {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .cnt .cnt_btn .btn:last-of-type {
        margin-bottom: 0;
    }

    .btn a {
        /* font-size: 18px; */
        font-size: calc(1.0625rem + ((1vw - 3.2px) * 0.6977));
    }

    .cnt .cnt_btn .btn a.narrow {
        letter-spacing: 0;
    }

}





/* ----------------------------- コンテナー ----------------------------- */

.wrap {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.container-168 {
    display: inline-block;
    margin-right: 16px;
    width: 168px;
    vertical-align: top;
}

.container-240 {
    display: inline-block;
    margin-right: 16px;
    width: 240px;
    vertical-align: top;
}

@media screen and (max-width : 750px) {
    .container-168 {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .container-240 {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}




/* -------------------------------------------------------------------------------------------
*
* フッター
*
* ----------------------------------------------------------------------------------------- */


/* ----------------------------- パンくず ----------------------------- */
.bred_nav {
    min-width: 1024px;
    padding: 15px 0;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
}

.bred_nav .inr {
    width: 996px;
    margin: 0 auto;
}

.bred_nav p {
    display: inline;
    padding-right: 30px;
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
    position: relative;
}

.bred_nav p.next:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #595757;
    border-left: 1px solid #595757;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: 10px;
    top: 5px;
}

@media screen and (max-width : 750px) {
    .bred_nav {
        min-width: 100%;
        padding: 11px 0 12px;
        border-bottom: 1px solid #595757;
    }

    .bred_nav .inr {
        width: 90%;
        margin: 0 auto;
    }
}

/* ----------------------------- モーダル ----------------------------- */
img[usemap] {
    max-width: 100%;
    height: auto;
}

.map {
    cursor: pointer;
    /* cursor: hand; */
}

/* map span{
	display: block;
	cursor: pointer;
	pointer-events: painted;
} */
area.js-modal-open {
    cursor: pointer;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    overflow: auto;
}

.modal_bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
}

.modal_content {

    padding: 40px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%;
}


@media all and (-ms-high-contrast: none) {
    .modal_content {
        top: 0;
        transform: translate(-50%, -0);
        width: 45%;
    }
}

.js-modal-close.close-btn {
    width: 40px;
    height: 40px;
    margin: 30px 0px 0;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 100%;
}

.js-modal-close.close-btn:before {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    transform: rotate(45deg);
    background: #fff;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 50%;
}

.js-modal-close.close-btn:after {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    transform: rotate(-45deg);
    background: #fff;
    transition: all .2s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 50%;
}

@media screen and (max-width : 750px) {

    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    area {
        display: block;
    }

    .modal {
        width: 100%;
        height: 100%;
    }

    .modal_bg {
        width: 100%;
        height: 100%;
    }

    .modal_content {
        width: 85vw;
        margin: 200px 0 0;
        padding: 40px 0 0;
    }

    .js-modal-close.close-btn {
        margin: 0;
        left: 78vw;
        top: 10px;
    }

    .js-modal-close.close-btn:before {
        width: 10vw;
    }

    .js-modal-close.close-btn:after {
        width: 10vw;
    }

}




/* ----------------------------- フッターナビ ----------------------------- */
.ssFooter {
    min-width: 1024px;
}

.ssFooter .inr {
    width: 995px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}

.ssFooter_logo {
    width: 270px;
    float: left;
}

.footer_nav {
    width: 655px;
    float: right;
    overflow: hidden;
}

.footer_nav ul {
    display: flex;
    width: 100%;
    vertical-align: top;
}

.footer_nav ul li {
    display: inline-block;
    height: 20px;
    margin: 0 26px 0px 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.footer_nav ul li:last-child {
    margin-right: 0;
}

.footer_nav ul li.left {
    width: 110px;
    clear: both;
}

.footer_nav ul li.right {
    width: 180px;

}

.footer_nav ul li a {
    border-bottom: 1px solid #595757;
}

.footer_nav ul li a:hover {
    opacity: 0.7;
}

.footer_nav ul.link .links {
    width: 25%;
    text-align: center;
    margin-right: 30px;
    height: 120px;
}


.footer_nav ul.link .links:last-child {
    margin-right: 0;
}

.footer_nav ul.link .links .img_box {
    min-height: 90px;
    display: flex;
    align-items: center;
}

.footer_nav ul.link {
    float: left;
    height: auto;
    margin-top: 40px;
    line-height: 1.6;
    align-items: center;
}

.footer_nav ul.link .links .link_text_box {
    display: flex;
    align-items: center;
    height: 25px;
    justify-content: center;
    border-bottom: none;
}

.footer_nav ul.link .links .link_text_box span {
    font-size: 13px;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    text-decoration: underline solid #595757;
    text-underline-offset: 4px;
}

.footer_nav ul.link .links .link_text_box span::after {
    background: url(../img/common/icon_external-link_bk.gif) no-repeat center center;
    background-size: 100%;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: -19px;
    bottom: 0;
}

.footer_nav ul.link .links img {
    width: 100%;
    margin-bottom: 10px;
}

.ssFooter_copy {
    margin: 0 auto;
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.05em;
    background: #595757;
    clear: both;
}

.ssFooter .links.external_bk {
    padding: 0 0 5px 0;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

.ssFooter .links {
    margin-right: 40px;
}


@media screen and (max-width : 750px) {

    .ssFooter {
        width: 100%;
        min-width: 320px;
        padding: 0;
    }

    .ssFooter .inr {
        width: 94%;
        height: 100%;
        margin: 0 auto;
        padding: 10px 0;
        overflow: hidden;
    }

    .ssFooter_logo {
        width: 70%;
        max-width: 250px;
        margin: 15px auto;
        padding: 0;
        float: left;
    }

    .footer_nav {
        width: 100%;
        float: none;
        text-align: center;
        overflow: hidden;
    }

    .footer_nav ul {
        width: 100%;
        margin: 10px auto;
        flex-wrap: wrap;
    }

    .footer_nav ul li {
        display: inline-block;
        height: 20px;
        margin: 0 5px 15px 0;
        padding: 0;
        font-size: 3.5vw !important;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .footer_nav ul li.left {
        clear: none;
    }

    .footer_nav ul li.w_1 {
        width: auto;
        margin-right: 20px;
    }

    .footer_nav ul li.w_2 {
        width: auto;
    }

    .footer_nav ul li.w_3 {
        width: auto;
        clear: left;
        margin-bottom: 0;
    }

    .footer_nav ul li.w_4 {
        width: auto;
        margin-bottom: 0;
    }

    .footer_nav ul li.w_5 {
        width: auto;
        /*clear: left;*/
        margin-bottom: 0;
    }

    .footer_nav ul li.w_6 {
        width: auto;
        margin: 0 0 15px 0;
        margin-bottom: 0;
    }

    .footer_nav ul li a {
        border-bottom: 1px solid #595757;
        letter-spacing: 0;
    }

    .footer_nav ul li a:hover {
        opacity: 0.7;
    }

    .ssFooter .links.external_bk {
        position: relative;
    }

    .co_logo {
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
        padding: 20px 0 0;
    }

    .ssFooter_copy {
        padding: 2vw 0 3vw;
        font-size: 3.5vw;
        letter-spacing: 0.05vw;
        float: none;
    }

    .link_area {
        background: #fff;
        padding: 4vw 0vw;
        height: 30vh;
    }

    .link_area h2 {
        color: #595757;
        width: 90vw;
        margin: 2vw auto 4vw auto;
        text-align: left;
        font-size: 5vw;
    }

    .link_area .link {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
        margin: auto;
        align-items: center;
    }

    .link_area .link .links {
        width: 40%;
    }

    .link_area .link .links:nth-child(3),
    .link_area .link .links:nth-child(4) {
        margin-top: 2vw;
    }

    .link_area .link .links:nth-child(2),
    .link_area .link .links:nth-child(4) {
        margin-right: 0;
    }

    .link_area .link .links .link_text_box2,
    .link_area .link .links .link_text_box {
        display: flex;
        align-items: center;
        height: 45px;
        justify-content: center;
        border-bottom: none;
    }

    .link_area .link .links .link_text_box span,
    .link_area .link .links .link_text_box2 span {
        color: #595757;
        font-size: 3.5vw;
        line-height: 1.6;
        display: inline-block;
        text-decoration: underline solid #595757;
        text-underline-offset: 4px;
        position: relative;
    }

    .link_area .link .links .link_text_box span::after,
    .link_area .link .links .link_text_box2 span::after {
        background: url(../img/common/icon_external-link_bk.gif) no-repeat center center;
        background-size: 100%;
        content: "";
        width: 4.5vw;
        height: 4.5vw;
        vertical-align: middle;
        right: -5vw;
        bottom: 0;
        position: absolute;
    }


}


@media screen and (max-width : 375px) {

    .link_area {
        height: 45vh;
    }

    .link_area .link {
        align-items: center;
    }

    .link_area .link .links .link_text_box span,
    .link_area .link .links .link_text_box2 span {
        display: inline-block;
        font-size: 3.5vw;
        line-height: 1.8;
        text-decoration: underline solid #595757;
        text-underline-offset: 4px;
    }

    .link_area .link .links .link_text_box,
    .link_area .link .links .link_text_box2 {
        height: 26px;
    }

    .link_area .link .links .link_text_box span::after,
    .link_area .link .links .link_text_box2 span::after {
        background: url(../img/common/icon_external-link_bk.gif) no-repeat center center;
        background-size: 100%;
        width: 4vw;
        height: 4vw;
        vertical-align: middle;
        right: -5vw;
        bottom: 1vw;
    }

    .link_area .link .links:nth-child(3),
    .link_area .link .links:nth-child(4) {
        margin-top: 2vw;
    }
}


/* ----------------------------- フッター追従メニュー ----------------------------- */

footer {
    max-height: 200px;
    margin-bottom: -164px;
}

.footer_menu {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    padding: 0;
    background: rgba(222, 222, 222, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.footer_menu .box {
    width: 100%;
    max-width: 996px;
    height: 52px;
    margin: 8px auto;
    padding: 0;
    font-size: 0;
    position: relative;
    left: 0;
    right: 0;
}

.footer_menu .f_menu {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 2px 0 6px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    background: #8f8e8e;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: left;
}

.footer_menu .f_menu p,
.footer_menu .f_menu ul {
    text-align: center;
}

.footer_menu .f_menu.menu01 {
    width: 240px;
}

.footer_menu .f_menu.menu02 {
    width: 240px;
    margin-right: 0;
}

.footer_menu .f_menu ul li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 30px;
    font-size: 0;
    text-align: left;
    position: relative;
}

.footer_menu .menu01-1 {
    width: 60px;
}

.footer_menu .menu01-2 {
    width: 88px;
}

.footer_menu .menu02-1 {
    width: 90px;
}

.footer_menu .f_menu ul li:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.footer_menu .f_menu ul li.menu01-1:before {
    background: url(../img/common/kengaku_wh.gif) no-repeat center center;
    background-size: 100%;
}

.footer_menu .f_menu ul li.menu01-2:before {
    background: url(../img/common/nyukai_wh.gif) no-repeat center center;
    background-size: 100%;
}

.footer_menu .f_menu ul li.menu02-1:before {
    background: url(../img/common/nyukai_wh.gif) no-repeat center center;
    background-size: 100%;
}

.footer_menu .f_menu ul li a {
    display: inline-block;
    height: 22px;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
}

/*移動*/
.point {
    display: block;
}

.footer_menu.set {
    background: none;
    position: relative;
    /*bottom: 420px;*/
    bottom: 190px;
    /*-webkit-transition: all .8s ease;
    transition: all .8s ease;*/
}

.footer_menu.set .box {
    margin: 25px auto;
}

@media screen and (max-width : 750px) {

    footer {
        max-height: 245px;
        padding-bottom: 18%;
    }

    .footer_nav ul.link {
        display: none;
    }

    .footer_menu {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
        padding: 0;
        position: unset;
        /*z-index: 10;*/
    }

    .footer_menu .box {
        width: 100%;
        max-width: 100%;
        height: 18vw;
        max-height: 120px;
        margin: 0 auto;
        padding: 0;
        font-size: 0;
        text-align: center;
        background: #ffffff;
        box-shadow: 0px -1px 3px 0px #dedede;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }

    .footer_menu .f_menu {
        display: inline-block;
        margin: 5px 0;
        padding: 0 0 5px;
        color: #595757;
        font-size: 3.2vw;
        font-weight: 500;
        line-height: 2;
        background: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .footer_menu .f_menu p,
    .footer_menu .f_menu ul {
        text-align: center;
    }

    .footer_menu .f_menu.menu01 {
        width: 57%;
        border-right: 1px solid #595757;
    }

    .footer_menu .f_menu.menu02 {
        width: 42%;
        margin-right: 0;
    }

    .footer_menu .f_menu ul li {
        display: inline-block;
        margin-left: 10px;
        padding-left: 7vw;
        font-size: 0;
        text-align: left;
        position: relative;
    }

    .footer_menu .menu01-1 {
        width: 26%;
    }

    .footer_menu .menu01-2 {
        width: 32%;
    }

    .footer_menu .menu02-1 {
        width: 52%;
    }

    .footer_menu .f_menu ul li:before {
        display: block;
        content: "";
        width: 7vw;
        height: 7vw;
        margin: 0 auto;
        background-size: 70%;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        position: absolute;
        left: -5px;
        bottom: -1px;
    }

    .footer_menu .f_menu ul li.menu01-1:before {
        background: #595757 url(../img/common/kengaku_wh.gif) no-repeat center center;
        background-size: 100%;
    }

    .footer_menu .f_menu ul li.menu01-2:before {
        background: #595757 url(../img/common/nyukai_wh.gif) no-repeat center center;
        background-size: 100%;
    }

    .footer_menu .f_menu ul li.menu02-1:before {
        background: #595757 url(../img/common/nyukai_wh.gif) no-repeat center center;
        background-size: 100%;
    }

    .footer_menu .f_menu ul li a {
        display: inline-block;
        height: 7vw;
        color: #595757;
        font-size: 3.5vw;
        border-bottom: 1px solid #595757;
    }


    /*移動*/

    .footer_menu.set {
        position: relative;
        bottom: 0;
        z-index: unset;
    }

    .footer_menu.set .box {
        margin: 0 auto;
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }



}


/* ----------------------------- トップへ戻るボタン ----------------------------- */

#pagetop {
    display: block;
    content: "";
    width: 45px;
    height: 45px;
    background: #8f8e8e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: right;
    position: absolute;
    left: 90vw;
    bottom: 11px;
    z-index: 20;
    cursor: pointer;
}

#pagetop a {
    display: block;
    width: 100%;
    height: 100%;
}

#pagetop a:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(225deg);
    transform: rotate(45deg);
    position: absolute;
    right: 36%;
    top: 18px;
}

.footer_menu.set #pagetop {
    bottom: 5px;
}

@media screen and (max-width : 750px) {
    #pagetop {
        display: block;
        content: "";
        width: 10vw;
        height: 10vw;
        background: #595757;
        position: fixed;
        left: 88vw;
        bottom: 21vw;
    }

    #pagetop a:after {
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        margin: 0 auto;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        -webkit-transform: translate(0, -55%) rotate(45deg);
        transform: translate(0, -55%) rotate(45deg);
        position: absolute;
        left: 0;
        right: 0;
        top: 55%;
    }

    .footer_menu.set #pagetop {
        bottom: calc(18vw + 180px);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

}



/* -------------------------------------------------------------------------------------------
*
* ティザーフッター
*
* ----------------------------------------------------------------------------------------- */

.ssFooter_teaser {
    min-width: 1024px;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}

.ssFooter_teaser .inr {
    width: 960px;
    height: 100px;
    margin: 0 auto;
}

.ssFooter_teaser_logo {
    padding: 18px 0 0;
    width: 190px;
    float: left;
}

.ssFooter_teaser .overview {
    width: 400px;
    padding-left: 4px;
    float: right;
}

.ssFooter_teaser .co_logo {
    width: 400px;
    margin-left: -4px;
    padding: 20px 0;
    float: left;
}

.ssFooter_teaser_copy {
    float: left;
}

.ssFooter_teaser .overview .external_bk a:after {
    background: url(../img/common/icon_external-link_bk.gif) no-repeat center center;
    background-size: 100%;
    left: 70px;
    bottom: 4px;
}


@media screen and (max-width : 750px) {

    .ssFooter_teaser {
        width: 100%;
        min-width: 320px;
        padding: 35px 0;
    }

    .ssFooter_teaser .inr {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    .ssFooter_teaser_logo {
        width: 46%;
        max-width: 170px;
        margin: 15px auto 45px;
        padding: 0;
        float: none;
    }

    .ssFooter_teaser .overview {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        font-size: 3.2rem;
        float: none;
    }

    .ssFooter_teaser .overview .external_bk {
        margin: 0 auto;
        text-align: center;
        float: none;
        left: -5px;
    }

    .ssFooter_teaser .overview .external_bk a:after {
        left: 60%;
        bottom: 3px;
    }

    .ssFooter_teaser .co_logo {
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
        padding: 20px 0 0;
        float: none;
    }

    .ssFooter_teaser_copy {
        font-size: 0.85rem;
        float: none;
    }


}