/* ====== Base ====== */
:root {
    --brand: #123b77;
    --brand2: #1aa0e1;
    --accent: #ffb21f;
    --accent2: #6cc24a;
    --accent3: #5aa1ff;
    --accent4: #ff7d7d;
    --ink: #1a1a1a;
    --muted: #796ca4;
    --line: #e8edf3;
    --bg: #ffffff;
}

* {
    box-sizing: border-box;
    font-family: "zeitung", sans-serif !important;
}

/* font-zeitung */
.font_A {
    font-family: "zeitung", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* font-Zen-KakuG */
.font_B {
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}


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

.l-header {
    max-width: 100% !important;
    /* background: #ffffff00 !important; */
}

.-series .l-header__inner {
    align-items: center;
    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: 15px;
    height: 100px;
    /* right: -180px; */
    background: #1e2e53;
    width: 250px;
    /* padding: 20px; */
    border-radius: 0 0 1em 1em;
}

.header_tel ul {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 15px;
}

.header_tel ul li img {
    width: 100%;
    height: auto;
}




.header_tel img {
    height: 65px
}

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




    .-series .l-header__inner {
        align-items: center;
        display: flex;
        margin-right: 0;
        flex-direction: row;
        justify-content: space-between;
    }

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


    .-series .c-headLogo {
        left: 0px;
        width: 250px !important;
    }

    .-series .c-headLogo img {
        width: 220px !important;
        height: auto;
    }



    .header_tel {
        position: absolute;
        top: 0;
        right: 15px;
        height: 100px;
        /* right: -180px; */
        background: #1e2e53;
        width: 250px;
        /* padding: 20px; */
        border-radius: 1em 0 0 1em;
    }



    .header_tel {
        position: absolute;
        top: 58%;
        /* 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 !important;
    background: #253966 !important;
    min-height: 350px !important;
    padding: 1em 0;
    display: flex !important;
    gap: 2em !important;
    /* flex-wrap: nowrap; */
    /* flex-direction: row; */
}

@media only screen and (max-width: 600px) {
    .l-topTitleArea {
        min-height: 150px !important;
    }
}



.l-topTitleArea img {
    /* display: none !important; */
    width: 60% !important;
    margin-left: 40%;
}


.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: #eee;
    position: relative;
    color: #1f2e5d;
}

@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; */
    }
}

/* HOME Link */
.bl_footer_bottom_menu .block .home-link {
    padding: 0.5em 2em;
    margin-bottom: 1em;
}

.bl_footer_bottom_menu .block .home-link p {
    position: relative;
    padding-right: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
}

.bl_footer_bottom_menu .block .home-link p::after {
    content: '\f0a9';
    font-family: 'Font Awesome 6 pro';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #1e2e53;
    font-size: 14px;
}

.bl_footer_bottom_menu .block .home-link p a {
    font-size: 1.0rem;
    color: #1e2e53;
    text-align: left;
    display: block;
    text-decoration: none;
}

.bl_footer_bottom_menu .block .child_links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1em;
    /* flex-direction: column; */
    flex-wrap: nowrap;
    flex-wrap: wrap;
    padding: 0.5em 2em;
}



.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: 100%;
    max-width: 420px;
    padding: 10px;
}

.f_02 {
    padding: 2em;
}

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

.f02_left {
    width: 45%;
}

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

.f02_left .list li a {
    color: #1e2e53;
    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: #aaaaaa;
    border-bottom: 1px solid #aaaaaa
}

.f_add {
    color: #000;
    color: #1e2e53;
}

.c_name {}

.c_add {}

.num_area {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.c_tel {
    font-size: 1.8em;
    font-weight: 700;
}

.c_tel a {
    color: #1e2e53;
}

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

.c_fax {
    font-size: 1.1em;
}

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

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

.other_site p a {
    padding: 0 5px
}



.other_site p a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    color: #0b3a6e;
    border: 2px solid #0b3a6e;
    background: #ffc600;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s;
}

.other_site p a:hover {
    background: #4a4a4a;
    color: #fff;
}







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

.f02_right {
    background: #fdfdfd;
    padding: 20px;
    border-radius: 0.2em;
    width: 55%;
}

.f_copy {
    /* color: #ffffff; */
    text-align: right;
}

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

    .f_logo {
        text-align: center;
    }


    .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%;
        text-align: center;
    }

    .f02_left .f_add {
        text-align: center;
    }

    .f02_left .num_area {
        align-items: center;
    }

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

    .other_site {
        justify-content: center;
    }

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

    .bl_footer_bottom_menu .block .home-link {
        padding: 0.5em 0.5em;
    }

    .bl_footer_bottom_menu .block .child_links {
        padding: 0.5em 0.5em;
    }


    .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 {
    position: relative;
    padding-right: 25px;
}

.bl_footer_bottom_menu .block .child_links p::after {
    content: '\f0a9';
    font-family: 'Font Awesome 6 pro';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #1e2e53;
    font-size: 14px;
}

.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; */
    color: #1e2e53;
    text-align: left;
    display: block;
}

@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%;
    /* width: 31%; */
    border-bottom: 1px solid #ddd;
}



.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 !important;
    position: relative !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    width: 100% !important;
    z-index: 3 !important;
    text-align: left;
    margin-left: 0 !important;
}

.l-topTitleArea__body:after {
    left: 0;
    bottom: 60% !important;
    width: 100%;
    min-width: 1980px;
    height: 4px;
    /* background-image: linear-gradient(to right, #ffa500, #9acd32); */
    background-image: linear-gradient(to right, #ff7f00, #fff366, #8fa661, #4a8e00);
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    visibility: visible !important;
    z-index: 2;
}


@media screen and (max-width: 600px) {
    .l-topTitleArea__body:after {
        bottom: 50% !important;
        min-width: 800px;
        /* background-image: linear-gradient(to right, #ffa500, #9acd32); */
        background-image: linear-gradient(to right, #ff7f00, #fff366, #8fa661, #4a8e00);
        height: 3px;
    }
}



.c-pageTitle {
    font-size: 1.6em !important;
    position: relative;
    display: inline-block;
    top: 59px;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    line-height: 1em !important;
}

@media screen and (max-width: 600px) {
    .c-pageTitle {
        font-size: 1.1em !important;
        position: relative;
        display: inline-block;
        top: 25px;
        line-height: 0.5em !important;
    }
}



.c-pageTitle::after {
    /* content: ""; */
    /* position: absolute !important; */
    /* left: 0; */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 4px; */
    /* background-image: linear-gradient(to right, #9acd32, #ffa500); */
    /* border-radius: 2px; */
    /* content: ""; */
    /* position: absolute; */
    /* left: -120px; */
    /* right: -9999px; */
    /* height: 4px; */
    /* bottom: 0; */
    /* visibility: visible !important; */
    /* background: var(--accent); */
}



.c-pageTitle__subTitle {
    font-style: normal !important;
    font-size: 1.2em !important;
    letter-spacing: var(--swl-letter_spacing, 1px);
    margin-left: 0 !important;
    opacity: 1 !important;
    display: block;
    /* line-height: 3; */
    line-height: 2;
    color: #fff;
    top: -108px !important;
    font-size: 40px !important;
    font-family: "zeitung", sans-serif;
    font-weight: 700;
    font-style: normal;
    z-index: 9999;
}



@media screen and (max-width: 600px) {
    .c-pageTitle__subTitle {
        line-height: 1;
        top: -40px !important;
        font-size: 20px !important;
    }
}



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



/* top about */

/* ====== Helpers ====== */
.container {
    width: min(1140px, 92%);
    margin-inline: auto
}

.section {
    padding: 84px 0;
    margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
    .section {
        padding: 40px 0 40px;
        margin-bottom: 0px;
    }
}


.sp-hide {
    display: inline
}

/* ====== Header / Nav ====== */
.site-header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0;
}

.brand img {
    height: 42px
}

.gnav ul {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0
}

.gnav a {
    font-weight: 700;
    color: #0c305e;
    text-decoration: none
}

.gnav a:hover {
    opacity: .8
}

.tel-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.tel-box a {
    background: #0c589b;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700
}

/* ====== Hero ====== */
.hero {
    position: relative;
    isolation: isolate
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 220px;
}

.hero-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .4))
}

.hero-copy {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
}

.copy-main {
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.1;
    font-size: clamp(28px, 4.5vw, 56px);
    text-shadow: 0 4px 20px rgba(0, 0, 0, .45), 0 2px 0 rgba(0, 0, 0, .5);
    margin: 0;
}

.copy-sub {
    margin: .4em 0 0;
    font-weight: 800;
    letter-spacing: .1em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .45), 0 1px 0 rgba(0, 0, 0, .45);
}

/* ====== Section Title ====== */

.sec-ttl-top {
    text-align: center;
}


.sec-ttl-top img {
    text-align: center;
    margin: 0 auto;
}

/* ====== Section Title ====== */
.sec-ttl {
    margin: 0 0 60px;
    text-align: center;
    font-weight: 900;
    letter-spacing: .1em;
    color: #17345f;
    font-size: clamp(18px, 3.2vw, 26px);
    position: relative;
}

/* .sec-ttl::before,
.sec-ttl::after {
    content: "";
    display: block;
    width: 140px;
    height: 4px;
    margin: 10px auto;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent 0 10px, #f8b63c 10px 75px, transparent 75px 100%);
}
 */
.sec-ttl span {
    display: block;
    color: var(--muted);
    font-size: .9em;
    letter-spacing: .2em;
    margin-top: 6px
}

/* ====== Information ====== */
.info-list {
    border-top: 1px solid var(--line);
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.info-list li {
    display: block;
    border-bottom: 1px solid var(--line);
    position: relative;
}

.info-list time {
    color: #60738a;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.info-list a {
    color: #123;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 10px;
    padding-right: 40px;
    position: relative;
}


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

    .info-list a {
        align-items: flex-start;
        gap: 2px;
        padding: 10px 10px;
        padding-right: 40px;

        flex-direction: column;
    }

}




.info-list a:hover {
    background: #f5f8ff;
}

.info-list li::after {
    content: "→";
    font-size: 20px;
    font-weight: bold;
    color: #1e2e53;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-family: 'Font Awesome 6 pro';
    content: '\f0a9';
}

/* ====== About / Points ====== */
.about-lead {
    text-align: center;
    font-weight: 700;
    color: #333;
    margin-bottom: 80px;
    font-size: 1.5em;
    /* margin-top: 80px; */
}

.sub-ribbon {
    text-align: center;
    margin: 28px 0 18px;
    font-weight: 900;
    color: #233a66
}

.sub-ribbon strong {
    background: linear-gradient(transparent 60%, #ffec8a 0%)
}

.points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-items: center;
    margin-top: 50px;
    max-width: 1200px;
}

.point {
    width: 250px;
    aspect-ratio: 1/1;
    border-radius: 999px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px
}

.point .tag {
    font-weight: 900;
    opacity: .9;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 0.8;
}

.point .num {
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px
}

.point .lead {
    font-weight: 900;
    line-height: 1.2
}

.point .lead span.large {
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.8em;
}

.point .lead span.large_a {
    font-weight: 900;
    line-height: 1;
    font-size: 2.8em;
}





.point .lead .em {
    font-size: 1.25em
}

.point .desc {
    /* font-size: 12px; */
    margin-top: 6px;
    font-weight: 700;
    opacity: .95
}


.point.c1 {
    background-image: url('../img/top/point_bg-1.webp');
    /* ç”»åƒãƒ‘ã‚¹ã‚’æŒ‡å®š */
    background-size: cover;
    /* è¦ç´ å…¨ä½“ã«ãƒ•ã‚£ãƒƒãƒˆ */
    background-position: center;
    /* ä¸­å¤®ã«é…ç½® */
    background-repeat: no-repeat;
    /* ç¹°ã‚Šè¿”ã—ãªã— */
}


.point.c2 {
    background-image: url('../img/top/point_bg-2.webp');
    /* ç”»åƒãƒ‘ã‚¹ã‚’æŒ‡å®š */
    background-size: cover;
    /* è¦ç´ å…¨ä½“ã«ãƒ•ã‚£ãƒƒãƒˆ */
    background-position: center;
    /* ä¸­å¤®ã«é…ç½® */
    background-repeat: no-repeat;
    /* ç¹°ã‚Šè¿”ã—ãªã— */
}

.point.c3 {
    background-image: url('../img/top/point_bg-3.webp');
    /* ç”»åƒãƒ‘ã‚¹ã‚’æŒ‡å®š */
    background-size: cover;
    /* è¦ç´ å…¨ä½“ã«ãƒ•ã‚£ãƒƒãƒˆ */
    background-position: center;
    /* ä¸­å¤®ã«é…ç½® */
    background-repeat: no-repeat;
    /* ç¹°ã‚Šè¿”ã—ãªã— */
}

.point.c4 {
    /* background: var(--accent4); */
    background-image: url('../img/top/point_bg-4.webp');
    /* ç”»åƒãƒ‘ã‚¹ã‚’æŒ‡å®š */
    background-size: cover;
    /* è¦ç´ å…¨ä½“ã«ãƒ•ã‚£ãƒƒãƒˆ */
    background-position: center;
    /* ä¸­å¤®ã«é…ç½® */
    background-repeat: no-repeat;
    /* ç¹°ã‚Šè¿”ã—ãªã— */
}

/* ====== Cards (Tech / Metals) ====== */
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.cards.one {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
}

/* Metals Layout - 2カラムレイアウト */
.metals-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: start;
    max-width: 1140px;
    margin: 0 auto;
}

.metals-visual {
    width: 100%;
}

.metals-visual .card {
    max-width: 380px;
}

.metals-text {
    width: 100%;
    padding-top: 20px;
}

.metals-text p {
    margin-bottom: 1.2em;
    line-height: 1.8;
    font-size: 16px;
}

.metals-text .sub_title {
    font-weight: 600;
    font-size: 1.3em;
}



/* スマホ表示時は縦並び */
@media (max-width: 768px) {
    .metals-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .metals-visual .card {
        max-width: 100%;
    }

    .metals-text {
        padding-top: 0;
    }
}

/* カードリンク */
.card-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-link:hover {
    transform: translateY(-4px);
}

.card-link:hover .card {
    box-shadow: 0 12px 28px rgba(20, 40, 80, .12);
}

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(20, 40, 80, .06);
    transition: box-shadow 0.3s ease;
}

.card figure {
    margin: 0;
    aspect-ratio: 16/10;
    overflow: hidden
}

.card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .4s ease
}

.card:hover figure img {
    transform: scale(1.06)
}

.card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px
}

.card-body h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 900;
    color: #213d69
}

.btn {
    display: inline-block;
    background: linear-gradient(90deg, #796ca4, #796ca4);
    color: #fff;
    /* padding: 10px 16px; */
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    border: 3px solid #f8b513;
    width: 60px;
    height: 60px;
    line-height: 56px;
}

.btn-sm {
    /* padding: 6px 14px; */
    font-size: 13px;
    text-align: center;
    /* letter-spacing: 0.3em; */
}

/* ====== Company ====== */
.cta-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.cta {
    display: inline-block;
    min-width: 220px;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    background: #1e2e53;
    /* background: linear-gradient(to right,  #3f0483, #3a4a7d); */
    /* background: linear-gradient(to right,  #3f0483, #3a4a7d); */
    border: 1px solid var(--line);
    /* background: linear-gradient(to bottom right, #1e2e53, #3a4a7d); */
    background: linear-gradient(to right, #3f0483, #3a4a7d);
    background: linear-gradient(to right, #1e2e53, #3a3f7d, #6c5ea8);
    border-radius: 10px;
    padding: 20px 16px;
    color: #123b77;
    color: #fff;
    box-shadow: 0 6px 14px rgba(20, 40, 80, .06);
    position: relative;
    padding-left: 40px;
}


.cta::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/common/mark_logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
}




.cta:hover {
    background: #ebebeb;
    color: #000;
}

.banner-row {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 60px 0;
}

.btn-wide {
    display: inline-block;
    background: #ffd85e;
    color: #4b3b00;
    border-radius: 10px;
    padding: 18px 25px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
    padding-left: 60px;
    width: 300px;
    font-size: 25px;
}



.btn-wide::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url('../img/common/mark_logo_info.webp');
    background-size: contain;
    background-repeat: no-repeat;
}




.shop-row {
    display: flex;
    justify-content: center;
    margin-top: 18px
}

.rakuten {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.rakuten img {
    max-width: 100%;
    height: auto;
    display: block;
}

.rakuten:hover {
    opacity: 0.8;
}

/* ====== Footer ====== */
.site-footer {
    background: #0f1f36;
    color: #c8d3e3;
    margin-top: 48px
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 0
}

.footer-logo img {
    height: 38px;
    margin-bottom: 10px
}

.footer-logo address {
    font-style: normal;
    line-height: 1.8
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-nav a {
    color: #c8d3e3;
    text-decoration: none
}

.footer-nav a:hover {
    opacity: .85
}

.copyright {
    background: #0a1526;
    color: #a5b4c8;
    text-align: center;
    padding: 10px 0;
    font-size: 13px
}

/* ====== Responsive ====== */
@media (max-width:980px) {
    .hero-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 180px
    }

    .cards {
        grid-template-columns: 1fr 1fr
    }

    .points {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:640px) {
    .site-header .header-top {
        flex-direction: column;
        align-items: flex-start
    }

    .gnav ul {
        flex-wrap: wrap
    }

    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px
    }

    .info-list {
        font-size: 14px
    }

    .info-list li {
        grid-template-columns: 110px 1fr 14px
    }

    .cards {
        grid-template-columns: 1fr
    }

    .points {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .point {
        width: 100%;
        max-width: 160px;
        aspect-ratio: 1/1;
        padding: 8px;
    }

    .point .tag {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 0.8;
    }

    .point .num {
        font-size: 24px;
        margin-bottom: 2px;
    }

    .point .lead {
        font-size: 13px;
        line-height: 1.1;
    }

    .point .lead span.large {
        font-size: 1.4em;
    }

    .point .lead span.large_a {
        font-size: 2em;
    }

    .point .desc {
        font-size: 10px;
        margin-top: 4px;
    }

    .sp-hide {
        display: none
    }
}



/* ä¼šç¤¾æ¦‚è¦ */

/* ---------- Greeting ---------- */
.greeting__grid {
    display: grid;
    grid-template-columns: 1.3fr .5fr;
    gap: 40px;
    align-items: start;
}

.greeting__text p {
    margin: 0 0 1.1em
}

.greeting__text .sign {
    text-align: right;
    font-weight: 700;
}

.greeting__photo img {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

/* ---------- Outline Table ---------- */
.table-wrap {
    background: var(--bg);
    padding: 28px;
    border-radius: 14px;
    border: 1px solid var(--line)
}

.company-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
}

.company-table th,
.company-table td {
    padding: 14px 16px;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}

.company-table th {
    width: 22%;
    background: #f7f9ff;
    color: #4c5b7a;
    font-weight: 700;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
    border-bottom: none
}


.table-wrap ul {
    line-height: 1.5;
    margin-bottom: 15px;
}


/* ---------- Logo Intro ---------- */
.logo-intro {
    padding-top: 84px
}

.logo-intro .section-title {
    margin-bottom: 24px
}

.logo-cards {
    display: grid;
    gap: 18px
}

.logo-card {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 24px;
    background: var(--card);
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #ffe2c9;
    align-items: center;
    background: #fff6ee;
}

.logo-card__thumb {
    width: 130px;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #eee;
}

.logo-card__thumb.is-diamond img {
    transform: rotate(0deg)
}

.logo-card__body p {
    margin: 0
}

.logo-card--center {
    margin-top: 6px
}

.logo-full {
    width: min(360px, 70%);
    margin: 36px auto 14px;
}

.logo-note {
    text-align: center;
    color: #3a4462;
    background: #f5f8ff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px 18px;
}



/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .greeting__grid {
        grid-template-columns: 1fr;
        gap: 26px
    }

    .greeting__photo {
        order: -1;
        max-width: 420px;
        margin-inline: auto
    }
}

@media (max-width: 640px) {
    .table-wrap {
        padding: 16px
    }

    .company-table th {
        width: 34%
    }

    .logo-card {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .logo-card__thumb {
        width: 130px;
        margin-bottom: 10px;
    }

    .logo-card__body {
        text-align: center;
        width: 100%;
    }

    .logo-card__body p {
        text-align: left;
    }

    .hero__title .eyecatch::before {
        left: -40px
    }
}


/* メタル */

#metals {
    /* font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif; */
    /* line-height: 1.8; */
    /* background: #f7f8fb; */
    /* margin: 0; */
    /* padding: 24px 0 20px; */
    /* color: #222; */
}

#metals .wrap {
    width: min(1200px, 92vw);
    margin: 0 auto;
}

/* metal tab */
#metals .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
    margin-bottom: 0;
}

#metals .tab {
    flex: 1;
    text-align: center;
    padding: 14px 4px;
    background: #ffc600;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transition: 0.2s;
    user-select: none;
}

#metals .tab.active {
    background: #0e2744;
    color: #fff;
}

#metals .section {
    display: none;
    animation: fadeIn 0.4s ease;
}

#metals .section.active {
    display: block;
    padding-top: 0;
    background: #0e2744;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#metals .section-head {
    background: #0e2744;
    color: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 18px;
}

#metals .section-head h1 {
    font-size: 24px;
    margin: 0;
    text-align: center;
}

#metals .section-head .en {
    color: #f4b400;
    margin-left: 6px;
    font-size: 0.8em;
}

#metals table {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

#metals th,
#metals td {
    padding: 16px;
    border: 1px solid #e6e8ec;
    vertical-align: top;
}

/* sample以外のテーブルのセル幅を指定 */
#stainless table th:nth-child(1),
#stainless table td:nth-child(1),
#aluminum table th:nth-child(1),
#aluminum table td:nth-child(1),
#copper table th:nth-child(1),
#copper table td:nth-child(1) {
    width: 30%;
}

#stainless table th:nth-child(2),
#stainless table td:nth-child(2),
#aluminum table th:nth-child(2),
#aluminum table td:nth-child(2),
#copper table th:nth-child(2),
#copper table td:nth-child(2) {
    width: 35%;
}

#stainless table th:nth-child(3),
#stainless table td:nth-child(3),
#aluminum table th:nth-child(3),
#aluminum table td:nth-child(3),
#copper table th:nth-child(3),
#copper table td:nth-child(3) {
    width: 35%;
}

/* sampleのテーブルのセル幅を指定 */
#sample table td:nth-child(1) {
    width: 35%;
}

#metals th {
    background: #bac8d9;
    color: #0e2744;
    font-weight: 700;
}

#metals .mat-name {
    font-weight: 800;
    color: #0b3a6e;
    font-size: 18px;
    margin-bottom: 10px;
}

#metals .mat-img {
    width: 150px;
    /* aspect-ratio: 4/3; */
    /* background: linear-gradient(135deg, #2aa0d8 60%, #ddd 0); */
    /* border-radius: 8px; */
    /* border: 1px solid #d4d9df; */
}

/* sampleの画像サイズを180pxに */
#sample .mat-img {
    width: 180px;
}

#metals .btn-order {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    color: #0b3a6e;
    border: 2px solid #0b3a6e;
    background: #ffc600;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s;
}

#metals .btn-order:hover {
    background: #0b3a6e;
    color: #fff;
}

/* 1番目のtd内のボタンを右寄せ */
#stainless table td:first-child,
#aluminum table td:first-child,
#copper table td:first-child,
#sample table td:first-child {
    text-align: right;
}

/* 材質名は左寄せ */
#stainless table td:first-child .mat-name,
#aluminum table td:first-child .mat-name,
#copper table td:first-child .mat-name,
#sample table td:first-child .mat-name {
    text-align: left;
}

/* 画像は中央寄せ */
#stainless table td:first-child .mat-img,
#aluminum table td:first-child .mat-img,
#copper table td:first-child .mat-img,
#sample table td:first-child .mat-img {
    text-align: center;
    margin: 0 auto;
}

#metals .note {
    font-size: 20px;
    color: #ffffff;
    margin-top: 14px;
    text-align: center;
}

#metals .tel {
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
}

#metals .tel a {
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
}


@media (max-width: 768px) {

    /* テーブルのoverflowをvisibleに変更してstickyを有効化 */
    #metals table {
        overflow: visible;
    }

    /* #metals th,
    #metals td {
        display: block;
        width: 100%;
    }

    #metals th {
        border-bottom: none;
    }

    #metals td {
        border-bottom: 1px solid #eee;
    }

    #metals .mat-img {
        width: 100%;
        max-width: 300px;
    } */
}


/* スマホでテーブルを横スクロール対応 */
#metals .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* スマホ表示時のみ適用 */
@media screen and (max-width: 768px) {
    #metals .table-wrapper {
        width: 96%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        margin: 0 auto;
    }

    #metals .table-wrapper table {
        min-width: 600px;
        /* テーブルの最小幅を設定 */
        overflow: visible !important;
        /* stickyを有効にするためoverflowをvisibleに */
    }

    /* 1番目のth、tdを固定 */
    #metals .table-wrapper table th:first-child,
    #metals .table-wrapper table td:first-child {
        position: sticky !important;
        left: 0 !important;
        z-index: 10 !important;
    }

    /* ヘッダーの1番目のthの背景色と重なり順 */
    #metals .table-wrapper table th:first-child {
        background: #bac8d9 !important;
        z-index: 11 !important;
    }

    /* ボディの1番目のtdの背景色 */
    #metals .table-wrapper table td:first-child {
        background: #fff !important;
    }
}

@media (min-width: 960px) {
    .-series .l-header__logo {
        padding: 0 !important;
    }
}