.l-header,
.l-header__inner {
    position: relative;
    width: 100%;
    height: 65px;
}

.l-header {
    max-width: 100% !important;
}

.-series .l-header__inner {
    align-items: stretch;
    display: flex;
    /* margin-left: 0; */
}

.-series .l-header__inner {
    justify-content: flex-start !important;
    max-width: 100% !important;
}


.-series .c-headLogo {
    max-width: 400px;
    position: relative;
    /* left: -180px; */
}


.l-fixHeader__inner {
    margin-right: 0 !important;
}

.l-fixHeader__inner {
    align-items: stretch;
    color: var(--color_header_text);
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 1;
    max-width: 100% !important;
}




.header_tel {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    /* right: -180px; */
}

.header_tel img {
    height: 65px
}

@media only screen and (max-width: 600px) {
    .-series .l-header__inner {
        /* align-items: stretch; */
        display: flex;
        margin-right: 0;
        flex-direction: row;
        justify-content: flex-end;
    }

    .-series .c-headLogo {
        left: 0px;
    }

    .header_tel {
        position: absolute;
        top: 48%;
        /* left: 10%; */
        /* right: 10%; */
        width: 80%;
        right: 0;
        text-align: right;
        margin-right: 0;
    }

    .header_tel img {
        height: 65px
    }
}


.l-topTitleArea {
    min-height: 240px;
    padding: 1em 0;
    background: #00408f;
}

.l-topTitleArea img {
    display: none !important;
}


.p-mainVisual__slideTitle {
    background: url()
}




.floating_btnA {
    position: absolute;
    top: 160px;
    right: 0;
}

.floating_btnB {
    position: absolute;
    top: 100px;
    right: 0;
}


.floating_btnA,
.floating_btnB {
    width: 180px
}



.square_logo {
    position: absolute;
    top: -100px;
    left: 41.5%;
    right: 0;
    left: 0;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    
    .floating_btnA {
        position: absolute;
        top: 60%;
        right: 0;
    }
    
    .floating_btnB {
        position: absolute;
        top: 68%;
        right: 0;
    }

    
    .square_logo img {
        width: 150px;
    }
}


.top_catch {
    padding-top: 100px;
    text-align: center;
    line-height: 2.5;
}

@media only screen and (max-width: 600px) {
    .top_catch {
        text-align: left;
        line-height: 2.1;
    }
}

.ifPc {
    display: block
}

@media only screen and (max-width: 600px) {
    .ifPc {
        display: none
    }
}


.top_features {
    padding-top: 0px;
    text-align: center;
    line-height: 2.5;
}

@media only screen and (max-width: 600px) {
    .top_features {
        text-align: left;
        line-height: 2.1;
    }
}



.top_title h3 {
    font-size: 1.2em;
    text-align: center;
    background: linear-gradient(to right, #ffffff 0%,
            #00408f 35%,
            #00408f 55%,
            #00408f 65%,
            #ffffff 100%);
    color: #fff;
    line-height: 2.5;
    padding-top: 10px !important;
}

.top_title h3:before {
    background: none !important;
}

.top_theme {
    font-size: 30px;
    text-align: left;
    padding: 0 80px;
}

@media only screen and (max-width: 600px) {
    .top_theme {
        font-size: 18px;
        text-align: left;
        padding: 0 10px;
    }
}


/* ======== table.tableOther ======== */
#history table.info {
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
    width: 100%;
}

#history table.info tr {}

#history table.info th {
    width: 22%;
    padding: 10px 10px;
    vertical-align: 0;
    /* border-bottom: #00a0e9 1px solid; */
    /* border-right: #ddd 1px dashed;
border-right: #ddd 1px solid; */
    background: #fff;
    border-width: 0;
    border-style: none;
    border-color: transparent;
}

#history table.info td {
    /* padding: 10px; */
    vertical-align: 0;
    /* border: #ddd 1px solid; */
    /* border-bottom: #9fa0a0 1px solid; */
    line-height: 2;
    border-width: 0;
    border-style: none;
    border-color: transparent;
}

#history table.info td .linkArea {
    margin-top: 10px;
    text-align: left;
}

#history table.info td .linkArea a.btn {
    margin: 0;
}

@media only screen and (max-width: 950px) {
    #history table.info th {
        width: 30%;
        padding: 20px;
        /* background: #fdf6f6; */
    }

    #history table.info td {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    table.info {
        font-size: 13px;
    }
}

@media only screen and (max-width: 738px) {
    #history table.info {
        /* font-size:12px; */
    }
}

@media only screen and (max-width: 600px) {
    #history table.info {
        margin-top: 10px;
    }

    #history table.info th {
        width: calc(100% - 30px);
        width: 100%;
        padding: 15px 15px 0px;
        display: block;
        border-bottom: none;
        color: #14357b;
        font-weight: 600;
    }

    #history table.info td {
        padding: 5px 15px 15px;
        width: calc(100% - 30px);
        width: 100%;
        display: block;
        /* border: 1px solid #ddd; */
        line-height: 2;
        border-bottom: 1px solid #00a0e9;
    }
}


.top_wBox {
    max-width: 500px;
    margin: 20px auto;
    display: flex;
    align-items: center !important;
}


@media only screen and (max-width: 600px) {
    .top_wBox {
        align-items: center !important;
        justify-content: center;
    }

    .top_wBox_txt {
        text-align: center
    }

}



/*btn*/

.link_btn {
    display: flex;
    justify-content: space-around;
}

.link_btn ul li {
    margin: 5px 5px 0;
    position: relative;
    z-index: 1;
    width: 290px;
    /*     margin: 5px auto; */
}

.link_btn ul li a,
.link_btn ul li span {
    display: block;
    line-height: 50px;
    position: relative;
    z-index: 2;
    color: #000;
}



.link_btn ul {
    display: flex;
    padding-left: 0 !important;
}

.link_btn ul li {
    margin: 5px 5px 0;
    position: relative;
    z-index: 1;
    width: 200px;
    /*     margin: 5px auto; */
    list-style-type: none;
}

.link_btn ul li a,
.link_btn ul li span {
    display: block;
    line-height: 50px;
    position: relative;
    z-index: 2;
    color: #000;
}

@media only screen and (max-width: 600px) {
    .link_btn ul li {
        width: 180px;
    }
}


/* .btnSet */

.link_btn ul li .btnSet {
    /* border: #666666 1px solid; */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 auto;
    padding-left: 50px;
    color: #fff;
    background: #00408e;
    border-radius: 0.2em;
}

.link_btn ul li .btnSet:before {
    position: absolute;
    top: 0;
    left: 21px;
    bottom: 0;
    width: 25px;
    font-size: 20px;
    text-align: left;
    content: "\e75a";
    font-weight: normal;
}

.link_btn ul li .btnSet:before {
    position: absolute;
    top: 0;
    left: 11px;
    bottom: 0;
    width: 25px;
    font-size: 20px;
    text-align: left;
    font-family: "Font Awesome 6 Pro";
    content: "\f0a9";
}

.link_btn ul li .btnSet:hover {
    color: #fefefe;
    background: #00408e;
    /* border: #f0fafe 1px solid; */
}

.link_btn ul li .btnSet:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    font-size: 10px;
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-weight: normal;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.link_btn ul li .btnSet:hover:after {
    opacity: 1;
    -webkit-transform: translate(5px, 0px);
    -moz-transform: translate(5px, 0px);
    -o-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px);
}



.link_btn ul li .btnA {
    color: #fff;
    background: #00408e;
    border-radius: 0.2em;
}

.link_btn ul li .btnA:hover {
    color: #fefefe;
    background: #00408e;
}

.link_btn ul li .btnB {
    color: #ffd900;
    background: #009fd9;
    border-radius: 0.2em;
}

.link_btn ul li .btnB:hover {
    color: #ffd900;
    background: #009fd9;
}



.link_btn .btnC:before {
    position: absolute;
    top: 15%;
    left: 11px;
    bottom: 0;
    width: 25px;
    font-size: 20px;
    text-align: left;
    font-family: "Font Awesome 6 Pro";
    content: "\f0a9";
}

.link_btn .btnC:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    font-size: 10px;
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-weight: normal;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}





.link_btn .btnC {
    color: #02418f;
    background: #fefefe;
    border-radius: 0.2em;
    padding: 10px;
    position: relative;
    width: 230px;
    padding-left: 50px;
}

.link_btn .btnC:hover {
    color: #ffd900;
    background: #0157c0;
}




/* footer */


.f_contact {
    background: #02418f;
    color: #fff;
    display: block;
}


.f_contact .wrap {
    max-width: 1280px;
    padding: 100px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}


.f_contact p.f_title {
    font-size: 25px;
    margin-bottom: 30px
}

.f_contact p.f_txt {
    font-size: 18px;
}

.f_contact .f_c2 {
    display: flex;
    gap: 2em;
    margin: 50px auto;
    justify-content: center;
}


.f_contact .f_c3 {
    display: flex;
    gap: 2em;
    margin: 50px auto;
    justify-content: center;
    background: #fff;
    padding: 50px;
    border-radius: 0.3em;
}


.f_contact .f_c3 li {
    display: flex;
    flex-direction: column;
    gap: 1em;
    /* color: #fff; */
    /* color: #000; */
    align-items: center;
}



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

    .f_contact .wrap {
        max-width: 98%;
        padding: 20px;
        text-align: center;
        color: #fff;
    }

    .f_contact .f_c3 {
        display: flex;
        gap: 1em;
        margin: 50px auto 10px;
        justify-content: center;
        background: #fff;
        padding: 10px;
        border-radius: 0.3em;
    }


    .f_contact .f_c3 li span {
        font-size: 0.8em
    }


}







/*===============================================
                                                                                        footer
                                                                                        ===============================================*/
.bl_footer_contact {
    padding: 3.4rem 0 3.2rem;
    background-color: #fff;
    position: relative;
}

@media screen and (max-width: 600px) {
    .bl_footer_contact {
        padding: 0.6rem 0 4.8rem;
    }
}

.bl_footer_contact_links {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .bl_footer_contact_links {
        display: block;
    }
}

.bl_footer_contact_links a {
    border-radius: 0.8rem;
    width: min(32%, 32rem);
    height: 17.6rem;
    background-color: #333333;
    /* border: 0.1rem solid #888888; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 0 1.6rem 0 3.2rem;
    position: relative;
}

@media screen and (max-width: 960px) {
    .bl_footer_contact_links a {
        width: 100%;
    }
}

.bl_footer_contact_links a h3 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
}

.bl_footer_contact_links a h3.__enPg {
    margin-bottom: 0;
}

.bl_footer_contact_links a p {
    font-size: 1.4rem;
    color: #C9C9C9;
}

.bl_footer_contact_links a .obj {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: auto;
    margin: auto;
    z-index: -1;
    opacity: 0.4;
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1.05, 0.7, 0.95);
}

.bl_footer_contact_links a:nth-child(1) .obj {
    width: 8rem;
}

.bl_footer_contact_links a:nth-child(2) .obj {
    width: 8rem;
}

.bl_footer_contact_links a:nth-child(3) .obj {
    width: 8rem;
    /* margin-top: 20px; */
}

@media screen and (max-width: 960px) {
    .bl_footer_contact_links a:not(:first-child) {
        margin-top: 1.6rem;
    }
}

@media (hover: none) {
    .bl_footer_contact_links a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active),
(-moz-touch-enabled: 0),
(hover: hover) {
    .bl_footer_contact_links a:hover .obj {
        opacity: 1;
    }
}

.bl_footer_contact_cta {
    text-align: center;
}

.bl_footer_contact_cta a {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 4rem;
}

.bl_footer_contact_cta a span {
    padding-left: 2.4rem;
    position: relative;
    padding-bottom: 0.4rem;
}

.bl_footer_contact_cta a span:after {
    content: "";
    width: calc(100% - 2.4rem);
    height: 0.1rem;
    background-color: #fff;
    bottom: 0;
    right: 0;
    position: absolute;
}

.bl_footer_contact_cta a span svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
}

.bl_footer_bottom {
    background-color: #2c251d;
    padding: 8rem 0 4rem;
    position: relative;
}

@media screen and (max-width: 560px) {
    .bl_footer_bottom {
        padding: 6.4rem 0 3.2rem;
    }
}

.bl_footer_bottom .ly_inner_wider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bl_footer_bottom .ly_inner_wider h2.logo {
    width: 32rem;
    text-align: center;
}


.bl_footer_bottom .ly_inner_wider h2.logo img {
    width: 200px;
    /* margin: 0 auto; */
}




@media (hover: none) {
    .bl_footer_bottom .ly_inner_wider h2.logo {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active),
(-moz-touch-enabled: 0),
(hover: hover) {
    .bl_footer_bottom .ly_inner_wider h2.logo:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 960px) {
    .bl_footer_bottom .ly_inner_wider {
        display: block;
        z-index: 1;
    }

    .bl_footer_bottom .ly_inner_wider h2.logo {
        width: min(100%, 56rem);
        margin: 0 auto 6.4rem;
    }
}

.bl_footer_bottom_menu {
    display: flex;
    justify-content: space-between;
    /* width: 86rem; */
}

@media screen and (max-width: 560px) {
    .bl_footer_bottom .ly_inner_wider h2.logo {
        width: 250px;
        margin: 0 auto 6.4rem;
    }

    .bl_footer_bottom_menu {
        flex-wrap: wrap;
    }
}

.bl_footer_bottom_menu .block_wrapper {
    width: 24rem;
    width: 100%;
}

@media screen and (max-width: 560px) {
    .bl_footer_bottom_menu .block_wrapper {
        width: calc(100% - 0rem);
    }
}

.bl_footer_bottom_menu .block:not(:last-child) {
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 560px) {
    .bl_footer_bottom_menu .block {
        margin-bottom: 2.4rem;
    }
}

@media (hover: none) {
    .bl_footer_bottom_menu .block a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active),
(-moz-touch-enabled: 0),
(hover: hover) {
    .bl_footer_bottom_menu .block a:hover {
        opacity: 0.7;
    }
}

.bl_footer_bottom_menu .block .linkHeading {
    color: #fff;
    font-size: 1.2rem;
    border-bottom: none;
}

.bl_footer_bottom_menu .block .linkHeading a {
    color: #fff;
}

@media screen and (max-width: 560px) {
    .bl_footer_bottom_menu .block .linkHeading {
        /* font-size: 1.9rem; */
        /* line-height: 1.2; */
    }
}

.bl_footer_bottom_menu .block .child_links {
    margin-top: 1.4rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    gap: 1em;
}



.footer_set {
    padding: 0 5em;
}

.f_01 {
    width: 100%;
    max-width: 1680px;
    border-bottom: 1px solid #ddd;
}

.f_logo {
    text-align: left;
}

.f_logo img {
    width: 200px;
    padding: 10px;
}

.f_02 {
    padding: 2em;
}

.f_02_wrap {
    display: flex;
    gap: 2em;
}

.f02_left {
    width: 55%;
}

.f02_left .list {
    display: flex;
    gap: 1em;
    margin: 30px 0;
}

.f02_left .list li a {
    /* color: #fff; */
    font-size: 1.0rem;
    color: #000;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.f02_left .list li {
    /* color: #fff; */
    font-size: 0.1rem;
    line-height: 1.5;
}

.f02_left .list li a:hover {
    color: #02418f;
    border-bottom: 1px solid #02418f
}

.f_add {
    color: #000
}

.c_name {}

.c_add {}

.num_area {
    display: flex;
    gap: 1em;
}

.c_tel {}

.c_tel:before {
    font-family: 'Font Awesome 6 pro';
    content: '\f095';
    padding-right: 2px
}

.c_fax:before {
    font-family: 'Font Awesome 6 pro';
    content: '\f1ac';
    padding-right: 2px
}

.other_site {
    margin-top: 10px;
    display: flex;
    gap: 1em;
}

.other_site p a {
    padding: 0 5px
}

.other_site p a:hover {
    background: #eee;
    color: #6d6969
}

.f02_right {
    background: #00408e;
    padding: 20px;
    border-radius: 0.2em;
}

.f_copy {
    color: #000;
}

@media screen and (max-width: 560px) {
    .footer_set {
        padding: 0 1em;
    }

    .f_logo {
        text-align: right;
    }


    .f_logo img {
        width: 250px;
        padding: 10px;
    }

    .f_02_wrap {
        display: flex;
        gap: 2em;
        flex-direction: column;
    }

    .f_02 {
        padding: 0.5em;
    }

    .f02_left {
        width: 100%;
    }

    .f02_left .list li a {
        /* color: #fff; */
        /* font-size: 1.2rem; */
        position: relative;
    }

    .f02_right {
        /* background: #6d6969; */
        padding: 1em;
        border-radius: 0.2em;
    }

    .f_copy {
        margin-top: 20px;
        text-align: center
    }
}




@media screen and (max-width: 960px) {
    .bl_footer_bottom_menu .block .child_links {
        margin-top: 1.6rem;
    }
}

.bl_footer_bottom_menu .block .child_links p:not(:first-child) {
    /* margin-top: 1.6rem; */
}

@media screen and (max-width: 560px) {
    .bl_footer_bottom_menu .block .child_links p:not(:first-child) {
        /* margin-top: 1.2rem; */
    }
}

.bl_footer_bottom_menu .block .child_links p a {
    font-size: 1.0rem;
    color: #fff;
    /* border-bottom: #ffffff 1px dashed; */
}

@media screen and (max-width: 560px) {
    .bl_footer_bottom_menu .block .child_links p a {
        /* font-size: 1.3rem; */
        line-height: 1.6;
    }

}



.ff_classico {
    font-family: classico-urw, sans-serif;
    font-family: "mic-32-new-rounded-web", sans-serif;
    font-weight: 400;
    border-bottom: #ffffff 1px dashed;
}

@media screen and (max-width: 560px) {
    .ff_classico {
        font-size: 0.8em;
    }
}


.wd_set {
    width: 45%;
}



.c-contact {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    background-color: #0e264c;
    background-color: #ededf9;
}

.c-contact__background {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    height: 390px
}

@media screen and (min-width: 48em) {
    .c-contact__background {
        height: 428px
    }
}

.c-contact__background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-contact__inner {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media screen and (min-width: 30em) {
    .c-contact__inner {
        max-width: 1266px;
        /* padding-right: 40px; */
        /* padding-left: 40px; */
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c-contact__wrapper {
    padding-top: 4.5rem;
    /* color: #fff; */
    padding-bottom: 4.5rem;
}

@media screen and (min-width: 48em) {
    .c-contact__wrapper {
        border-radius: 1em;
        padding-top: 5rem;
        padding-bottom: 5.75rem;
        background: #fff;
        padding: 3rem 5rem;
    }
}



@media screen and (min-width: 48em) {
    .c-contact__title {
        margin-left: -2px;
        display: flex;
    }
}

.c-contact__title span {
    font-family: Inter, sans-serif;
    font-size: 3rem;
    letter-spacing: .02em;
    line-height: 1.5;
    font-weight: 600;
    display: block
}

@media screen and (max-width: 47.9375em) {
    .c-contact__title span {
        text-align: center;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 48em) {
    .c-contact__title span {
        font-size: 2.5rem;
        letter-spacing: .02em;
        line-height: 1.125;
        font-weight: 600;
        /* display: inline; */
        padding: 10px;
        padding-right: 20px;
    }
}



.c-contact_box {
    display: :flex;
    position: relative
}

@media screen and (min-width: 48em) {
    .c-contact_box {
        display: flex;
        flex-warp: wrap;
        position: relative
    }
}

.c-contact_box_left,
.c-contact_box_right {
    width: 100%;
    display: flex;
    justify-content: space-around;
}



.c-contact_box_right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 48em) {
    .c-contact_box_right {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}

.contact_img {
    position: relative;
    bottom: 00px;
    width: 100px;
}




@media screen and (min-width: 48em) {
    .c-contact_box_left {
        width: 50%;
    }

    .c-contact_box_right {
        width: 50%;
    }
}

.c-contact__button_chatch {
    font-size: 1.2rem;
    line-height: 2.5;
    text-align: center;
}



@media screen and (min-width: 48em) {
    .c-contact__button_chatch {
        font-size: 1.1rem;
        /* line-height:2.5 */
    }

}







.c-contact__text {
    margin-top: .5rem
}

@media screen and (min-width: 48em) {
    .c-contact__text {
        margin-top: 1rem
    }
}

.c-contact__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6
}

@media screen and (min-width: 48em) {
    .c-contact__text p {
        font-size: 1.3rem;
        letter-spacing: .05em;
        line-height: 2;
    }
}

@media screen and (max-width: 47.9375em) {
    .c-contact__text p {
        text-align: center;
        line-height: 1.1;
    }
}

.c-contact__button {
    margin-top: 1.75rem
}

@media screen and (max-width: 47.9375em) {
    .c-contact__button {
        display: flex;
        justify-content: center;
        flex-direction: column;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 48em) {
    .c-contact__button {
        margin-top: 0.5rem;
        /* border-bottom: 1px solid #ddd; */
        padding-bottom: 10px;
        text-align: center;
    }
}

.c-contactButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    width: 265px;
    height: 3.25rem;
    border: 2px solid #fff;
    border-radius: 32px;
    padding-left: 12px;
    overflow: hidden;
    transition: border-color .3s ease, background-color 0 ease;
    margin: 0 auto;
}

@media (hover: hover) and (pointer: fine) {
    .c-contactButton:hover {
        border-color: #123d83;
        background-color: #9999f0;
        transition: border-color .3s ease, background-color .3s .3s ease
    }

    .c-contactButton:hover .c-contactButton__icon:before {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
        transition: opacity .05s ease, visibility .05s ease, transform .3s ease
    }
}

@media screen and (min-width: 48em) {
    .c-contactButton {
        width: 294px;
        height: 4rem;
        column-gap: 8px;
        padding-left: 4px;
        border: 1px solid #ddd;
        background: #fff;
        margin: 0 auto;
    }
}

.c-contactButton:not(.is-active) .c-contactButton__background {
    left: -64px
}

.c-contactButton.is-active .c-contactButton__background {
    right: -64px
}

.c-contactButton * {
    pointer-events: none
}

.c-contactButton__background {
    width: 64px;
    height: 64px;
    position: absolute;
    display: block;
    background-color: #ededf9;
    border-radius: 32px
}

.c-contactButton__text {
    position: relative;
    z-index: 2
}

.c-contactButton__text span {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
}



/*  */
.l-topTitleArea__body {
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 3;
    text-align: center;
}


.c-pageTitle__subTitle {
    font-style: normal !important;
    font-size: 1.2em !important;
    letter-spacing: var(--swl-letter_spacing, 1px);
    margin-left: 0 !important;
    opacity: .8;
    position: relative;
    top: -2px;
    display: block;
    line-height: 3;
    color: #fff;
}

.l-footer .copyright {
    display: none !important;
}