@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@700&display=swap');

html,
body {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    line-height: 1
}

body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
img {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

img {
    width: 100%;
}

.pconly {
    display: block !important;
}

.sponly {
    display: none !important;
}

@media only screen and (max-width: 980px) {
    .pconly {
        display: none !important;
    }

    .sponly {
        display: block !important;
    }
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.flexwrap {
    display: flex;
    flex-wrap: wrap;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.line-clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.line-clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*//////////////////////////////////////
header
//////////////////////////////////////*/

header {
    position: fixed;
    width: 100%;
    height: 72px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 30;
    border-bottom: 6px solid #002a82;
}

.header_wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 72px;
    display: flex;
    flex-wrap: nowrap;
}


.header_logo {
    width: 266px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_navi {
    width: 775px;
    height: 72px;
    margin-left: 20px;
    margin-right: 20px;
}

.header_contact {
    width: 152px;
    height: 72px;
    margin-right: 20px;
}

.header_group {
    width: 95px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_group_top {
    padding-bottom: 4px;
    border-bottom: 2px solid #c0d0d9;
    margin-bottom: 4px;
}

.header_navi_lang {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 24px;
}

.header_navi_main {
    width: 100%;
    height: 36px;
}

.header_navi_lang ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}

.header_navi_main ul {
    width: 100%;
    height: 36px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}


.header_navi_lang ul li a {
    width: 80px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c0d0d9;
    text-decoration: none;
    color: #444;
    font-size: 12px;
    font-weight: 300;
}

.header_navi_lang_current {
    width: 80px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00528f;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.header_navi_lang ul li a:hover {
    color: #00528f;
    font-weight: 500;
}


.header_navi_main ul li {
    display: flex;
}

.header_navi_main ul li a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0 0.35em;
    background-color: #0068b6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.header_navi_main ul li a span {
    position: relative;
    z-index: 33;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.header_navi_main ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 32;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.header_navi_main ul li a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}


.header_contact_btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #0068b6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.header_contact_btn span {
    position: relative;
    z-index: 33;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.header_contact_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 32;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.header_contact_btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}


.menu-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00115d;
    border-radius: 4px;
    margin: auto;
    cursor: pointer;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: calc(100% - 78px);
    position: fixed;
    top: 78px;
    left: 100%;
    z-index: 10;
    background-color: #e4e4e4;
    transition: all 0.5s;
}

.header_sp_main ul li {
    border-bottom: solid 1px #ccc;
}

.header_sp_main ul li a {
    display: block;
    width: 100%;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    text-decoration: none;
    padding: 16px 20px;
    position: relative;
}

.header_sp_main ul li a:before {
    padding-right: 8px;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #0068b6;
    position: absolute;
    right: 20px;
}

#menu-btn-check:checked~.menu-content {
    left: 0;
}

.header_sp_contact {
    width: calc(100% - 40px);
    height: 60px;
    margin: 20px auto;
}

.header_sp_contact_btn {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0068b6;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.header_sp_contact_btn span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.header_sp_langmenu {
    width: 100%;
}

.header_sp_langmenu {
    margin-top: 8px;
    height: 24px;
}

.header_sp_langmenu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.header_sp_langmenu ul li a {
    width: 80px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c0d0d9;
    text-decoration: none;
    color: #444;
    font-size: 12px;
    font-weight: 300;
}

.current {
    background-color: #00528f !important;
    color: #fff !important;
}

@media (max-width: 1280px) {
    .header_wrap {
        width: 96%;
    }

    .header_logo {
        width: 26%;
    }

    .header_navi {
        width: 59%;
        margin-right: 1%
    }

    .header_contact {
        width: 11%;
        margin-right: 1%
    }

    .header_group {
        width: 8%;
    }

    .header_contact_btn span {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    .header_navi_main ul li a span {
        font-size: 12px;
    }

    .header_contact_btn span {
        font-size: 12px;
    }
}

@media (max-width: 980px) {
    .header_wrap {
        width: 100%;
    }

    .header_logo {
        max-width: 260px;
        width: 52%;
        position: absolute;
        left: 10px;
    }

    .header_group {
        width: 86px;
        position: absolute;
        right: 80px;
    }
}

@media (max-width: 480px) {
    header {
        height: 60px;
    }

    .header_logo {
        height: 60px;
    }

    .header_group {
        height: 60px;
        right: 68px;
        width: 70px;
    }

    .header_group_top {
        padding-bottom: 2px;
        margin-bottom: 0px;
    }

    .menu-btn {
        width: 48px;
        height: 48px;
    }

    .menu-content {
        height: calc(100% - 66px);
        top: 66px;
    }
}

/*//////////////////////////////////////
mainvisual
//////////////////////////////////////*/
main.overflow-hidden {
    overflow-x: hidden;
}

.slider {
    margin-top: 78px;
    width: 100%;
    height: 669px;
    overflow: hidden;
    position: relative;
}

.slick-img img {
    width: 100%;
    height: 669px;
    object-fit: cover;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 14s linear 0s normal both;
}

.slick-slide .slick-img {
    position: relative;
}

.slick-slide .slick-img::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-slide[data-slick-index="0"] .slick-img::after {
    background-image: url("../img/slider231211_a_text.png");
}

.slick-slide[data-slick-index="1"] .slick-img::after {
    background-image: url("../img/slider231211_d_text.png");
}

.slick-slide[data-slick-index="2"] .slick-img::after {
    background-image: url("../img/slider231211_c_text.png");
}

.slick-slide[data-slick-index="3"] .slick-img::after {
    background-image: url("../img/slider231211_b_text.png");
}

/*//////////////////////////////////////
toppage
//////////////////////////////////////*/

section {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.top_wrap {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px
}

.top_wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.top_wrap_first {
    margin-top: 60px;
}

.top_wrap_img {
    width: 35%;
}

.top_wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_wrap_text {
    width: 60%;
}

.base-h2 {
    color: #0068b6;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 36px;
}

.base-h2 span {
    display: flex;
    align-items: center;
    font-family: 'Archivo Narrow', sans-serif;
    color: #002a82;
    font-size: 16px;
    font-weight: 700;
}

.base-h2 span:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 24px;
    height: 1px;
    background-color: #002a82;
}

.base-h3 {
    background-color: #002a82;
    padding: 12px 18px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-left: 10px solid #0068b6;
    margin-bottom: 30px;
}

.base-h4 {
    color: #0068b6;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.base-h4-2 {
    color: #0068b6;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #0068b6;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

.base-wrap {
    margin-bottom: 60px;
}

.base-wrap-first {
    margin-top: 60px;
    margin-bottom: 60px;
}

.base-midashi {
    margin-bottom: 12px;
    color: #002a82;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.base-text {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.top_wrap_link {
    width: 400px;
    margin: 36px auto 0 auto;
}

.top_wrap_link_btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #0068b6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.top_wrap_link_btn span {
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.top_wrap_link_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.top_wrap_link_btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.top_wrap_link_btn:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 14px;
}

.top_contact {
    width: 520px;
    margin: 0 auto 60px auto;
}

.top_contact_btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #0068b6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.top_contact_btn span {
    position: relative;
    padding: 24px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.top_contact_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.top_contact_btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.top_contact_btn:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 14px;
}

@media (max-width: 980px) {
    section {
        width: 90%;
    }

    .top_wrap {
        margin-bottom: 60px;
        border-bottom: none;
        padding-bottom: 0
    }

    .top_wrap_first {
        margin-top: 30px;
    }

    .top_wrap_img {
        order: 2;
        width: 100%;
    }

    .top_wrap_img img {
        width: 100%;
        aspect-ratio: 3 / 1;
    }

    .top_wrap_text {
        order: 1;
        width: 100%;
    }

    .base-h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .base-h2 span {
        font-size: 14px;
    }

    .base-h2 span:before {
        margin-right: 8px;
        width: 18px;
    }

    .base-h3 {
        padding: 8px 12px;
        font-size: 18px;
        border-left: 5px solid #0068b6;
        margin-bottom: 20px;
    }

    .base-wrap {
        margin-bottom: 30px;
    }

    .base-wrap-first {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .base-midashi {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .top_wrap_link {
        max-width: 360px;
        width: 100%;
        margin: 24px auto 24px auto;
    }

    .top_wrap_link_btn span {
        padding: 10px 0;
        font-size: 18px;
    }

    .top_wrap_link_btn:after {
        font-size: 18px;
        right: 14px;
    }

    .top_contact {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    .top_contact_btn span {
        padding: 16px 0;
        font-size: 18px;
    }

    .top_contact_btn:after {
        font-size: 18px;
    }
}

/*//////////////////////////////////////
footer
//////////////////////////////////////*/

footer {
    width: 100%;
    background-color: #e0e0e0;
    padding: 40px 0 20px 0;
    margin: 0;
}

.footer-in {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-navi {
    width: 20%;
    padding-right: 5%;
}

.footer-navi ul li {
    margin-bottom: 12px;
}

.footer-navi ul li a {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.footer-navi ul li a:before {
    margin-right: 8px;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #0068b6;
}

.footer-navi ul li a:hover {
    color: #0068b6;
}

.footer-info {
    border-left: 1px solid #999;
    width: calc(47% - 1px);
    padding-left: 3%;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.footer-info p {
    margin-bottom: 12px;
    color: #00115d;
    font-size: 24px;
    font-weight: 700;
}

.footer-info-2 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    color: #444;
    font-size: 12px;
    font-weight: 400;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: calc(50% - 600px);
    bottom: 50px;
    background: #0068b6;
    opacity: 0.5;
    transition: 0.3s;
    border-radius: 4px;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top:hover {
    background: #0068b6;
    opacity: 1;
    transition: 0.3s;
}

@media (max-width: 1240px) {
    #page_top {
        right: 20px;
    }
}

@media (max-width: 980px) {
    footer {
        padding: 20px 0 10px 0;
    }

    .footer-in {
        width: 90%;
    }

    .footer-info {
        border-left: none;
        width: 100%;
        padding-left: 0;
        font-size: 14px;
    }

    .footer-info p {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .footer-info-2 {
        margin-top: 16px;
        font-size: 12px;
    }
}

/*//////////////////////////////////////
toppage
//////////////////////////////////////*/

.page_title {
    padding-top: 78px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page_title_stock {
    background-image: url(../img/stock_title.jpg);
}

.page_title_product {
    background-image: url(../img/product_title.jpg);
}

.page_title_osaka_mc {
    background-image: url(../img/osaka_mc_title.jpg);
}

.page_title_pricequotation {
    background-image: url(../img/pricequotation_title.jpg);
}

.page_title_corporate {
    background-image: url(../img/corporate_title.jpg);
}

.page_title_access {
    background-image: url(../img/access_title.jpg);
}

.page_title_in {
    max-width: 620px;
    width: 80%;
    padding: 36px 0;
    margin: 0 auto;
}

.page_title_in h2 {
    margin: 0 0 24px 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
}

.page_title_in h2 span {
    text-align: center;
    display: block;
    font-family: 'Archivo Narrow', sans-serif;
    color: #ffba2d;
    font-size: 16px;
    font-weight: 700;
}

.page_title_in p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.page-navi {
    margin-top: 60px;
    margin-bottom: 60px;
}

.submenu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.submenu li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 12px;
}

.submenu li:nth-of-type(4n) {
    margin-right: 0;
}

.submenu li a {
    display: block;
    width: calc(100% - 2px);
    border: 1px solid #0068b6;
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
    color: #0068b6;
    font-size: 16px;
    font-weight: 400;
}

.submenu li a:hover {
    background-color: #0068b6;
    color: #fff;
    transition: background-color .6s;
}

@media (max-width: 980px) {
    .page_title_in {
        padding: 24px 0;
    }

    .page_title_in h2 {
        margin: 0 0 20px 0;
        font-size: 32px;
    }

    .page_title_in h2 span {
        font-size: 14px;
    }

    .page_title_in p {
        font-size: 14px;
    }

    .page-navi {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .submenu li {
        width: 47%;
        margin-right: 6%;
    }

    .submenu li:nth-of-type(2n) {
        margin-right: 0;
    }

    .submenu li a {
        padding: 10px 0;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .page_title {
        padding-top: 66px;
    }
}

.stock-categoly {
    width: 78%;
    margin-right: 4%;
}

.stock-categoly ul {
    display: flex;
    flex-wrap: wrap;
}

.stock-categoly li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 12px;
}

.stock-categoly li:nth-of-type(4n) {
    margin-right: 0;
}

.stock-categoly li a {
    display: block;
    width: calc(100% - 2px);
    border: 1px solid #0068b6;
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
    color: #0068b6;
    font-size: 16px;
    font-weight: 400;
}

.stock-categoly li a:hover {
    background-color: #0068b6;
    color: #fff;
    transition: background-color .6s;
}

.stock-catalog-all {
    width: 18%;
    margin-bottom: 12px;
}

.stock-catalog-all a {
    background-color: #e0e8ec;
    width: calc(100% - 2px);
    border: 1px solid #0068b6;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #0068b6;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-catalog-all a:hover {
    background-color: #0068b6;
    color: #fff;
    transition: background-color .6s;
}

.stock-catalog-all a span i {
    display: block;
    margin-top: 10px;
    font-size: 36px;
}

.stock-catlist-img {
    width: 35%;
    margin-right: 5%;
}

.stock-catlist-img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.stock-catlist-img img:hover {
    opacity: .7;
}

.stock-catlist-text {
    width: 60%;
}

.stock-cat-use {
    margin-top: 20px;
    color: #0068b6;
    font-size: 20px;
    font-weight: 500;
}

.stock-cat-use-list {
    margin-top: 10px;
}

.stock-cat-use-list li {
    display: inline-block;
    margin-right: 20px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-cat-use-list li:before {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 4px;
    color: #0068b6;
    font-size: 10px;
    content: '●';
    vertical-align: 2px;
}

.stock-cat-detail {
    width: 280px;
    margin: 36px 0 0 0;
}

.stock-cat-detail_btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #0068b6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.stock-cat-detail_btn span {
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-cat-detail_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.stock-cat-detail_btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.stock-cat-detail_btn:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 14px;
}

@media (max-width: 980px) {
    .stock-categoly {
        width: 100%;
        margin-right: 0;
    }

    .stock-categoly li {
        width: 47%;
        margin-right: 6%;
    }

    .stock-categoly li:nth-of-type(2n) {
        margin-right: 0;
    }

    .stock-categoly li a {
        padding: 10px 0;
        font-size: 14px;
    }

    .stock-catalog-all {
        margin-top: 12px;
        width: 100%;
        margin-bottom: 0;
    }

    .stock-catalog-all a {
        padding: 4px 0;
        font-size: 18px;
    }

    .stock-catalog-all a span i {
        display: inline-block;
        margin-top: 0;
        margin-left: 6px;
        font-size: 18px;
    }

    .stock-catlist-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .stock-catlist-text {
        width: 100%;
    }

    .stock-cat-detail {
        max-width: 240px;
        width: 100%;
        margin: 24px auto 0 auto;
    }

    .stock-cat-detail_btn span {
        padding: 8px 0;
        font-size: 18px;
    }

    .stock-cat-detail_btn:after {
        font-size: 18px;
    }
}


.corporate-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.corporate-table tr {
    border-bottom: 1px solid #ccc;
}

.corporate-table th {
    background-color: #ecf1f4;
    width: 25%;
    padding: 20px;
    color: #002a82;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.corporate-table td {
    width: 75%;
    padding: 20px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.corp-message {
    width: 100%;
    max-width: 800px;
    margin: 80px auto;
}


.mapbtn {
    margin-left: 12px;
    margin-bottom: 2px;
    display: inline-block;
    background-color: #0068b6;
    border-radius: 999px;
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}


.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}


@media (max-width: 980px) {
    .corporate-table th {
        display: block;
        width: calc(100% - 32px);
        padding: 10px 16px;
        text-align: left;
    }

    .corporate-table td {
        display: block;
        width: calc(100% - 32px);
        padding: 10px 16px;
    }

    .corp-message {
        max-width: 800px;
        margin: 0 auto;
    }
}

.access-wrap {
    display: flex;
    flex-wrap: wrap;
}

.access-wrap-left {
    width: 60%;
    margin-right: 5%;
}

.access-wrap-right {
    width: 35%;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.access-wrap-right a {
    color: #0068b6;
}

.map2 {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.map2 iframe {
    width: 100%;
    height: 800px;
    margin-top: -175px;
}


@media (max-width: 980px) {
    .access-wrap-left {
        width: 100%;
        margin-right: 0;
    }

    .access-wrap-right {
        width: 100%;
    }
}

.pricequotation-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pricequotation-cont {
    width: 30%;
    margin-bottom: 60px;
}

.pricequotation-cont:nth-of-type(3n) {
    margin-left: 0;
}

.pricequotation-table {
    width: 100%;
    border-collapse: collapse;
}

.pricequotation-table-first td {
    background-color: #0068b6;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.pricequotation-table-second {
    border-bottom: 1px solid #0068b6;
}

.pricequotation-table-second td {
    background-color: #ecf1f4;
    padding: 8px;
    text-align: center;
    color: #0068b6;
    font-size: 16px;
    font-weight: 400;
}

.pricequotation-table-basic {
    border-bottom: 1px solid #0068b6;
}

.pricequotation-table-basic th {
    width: 20%;
    padding: 8px;
    color: #0068b6;
    font-size: 16px;
    font-weight: 400;
}

.pricequotation-table-basic td {
    width: 40%;
    padding: 8px;
    text-align: right;
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.graphUnit {
    display: block;
    margin: 0 0 0.5em 2em;
    color: gray;
}

.pricequotation-cont .tableUnit {
    display: block;
    width: fit-content;
    margin: 0 0 0.5em auto;
    color: gray;
}

@media (max-width: 980px) {
    .pricequotation-cont {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .pricequotation-table-first td {
        font-size: 16px;
    }
}

.seisakuchu {
    text-align: center;
    margin: 60px 0 240px 0;
    color: #444;
    font-size: 32px;
    font-weight: 600;
}

.latestnps {
    display: flex;
    width: 100%;
    border-top: 1px solid #0068b6;
    border-bottom: 1px solid #0068b6;
}

.latestnps-l {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 20px 0;
    color: #444;
    font-size: 20px;
    font-weight: 400;
}

.latestnps-r {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #ecf1f4;
    padding: 20px 0;
    color: #0068b6;
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 980px) {
    .latestnps-l {
        font-size: 14px;
    }

    .latestnps-r {
        font-size: 24px;
    }
}

.npscaption {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
}

.npscaption span {
    color: #0068b6;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 16px;
}

.chartcaption {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 8px;
}

.pricequotation_btn {
    width: 460px;
    margin: 0 auto 60px auto;
}

.pricequotation_btn a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #0068b6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.pricequotation_btn a span {
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.pricequotation_btn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.pricequotation_btn a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.pricequotation_btn a:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 14px;
}

@media (max-width: 980px) {
    .pricequotation_btn {
        max-width: 360px;
        width: 100%;
        margin: 0 auto 24px auto;
    }

    .pricequotation_btn a span {
        padding: 10px 0;
        font-size: 18px;
    }

    .pricequotation_btn a:after {
        font-size: 18px;
        right: 14px;
    }
}

.access-mapimg {
    width: 90%;
    margin: 60px auto;
}

@media (max-width: 980px) {
    .access-mapimg {
        width: 100%;
        margin: 30px auto;
    }
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
}

.product-table tr {
    border-bottom: 1px solid #ccc;
}

.product-table th {
    text-align: left;
    vertical-align: top;
    background-color: #ecf1f4;
    width: 25%;
    padding: 20px;
    color: #002a82;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.product-table td {
    width: 75%;
    padding: 20px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 980px) {
    .product-table th {
        display: block;
        width: calc(100% - 32px);
        padding: 10px 16px;
        text-align: left;
    }

    .product-table td {
        display: block;
        width: calc(100% - 32px);
        padding: 10px 16px;
    }
}

.product_btn {
    width: 400px;
    margin: 0 auto 60px auto;
}

.product_btn a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #0068b6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.product_btn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.product_btn a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.product_btn a:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 14px;
}

.product_btn button {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #0068b6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: none;
    cursor: pointer;
}

.product_btn span {
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.product_btn button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.product_btn button:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.product_btn button:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 14px;
}

.products-maker {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.products-maker li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.products-maker li:nth-of-type(3n) {
    margin-right: 0;
}


@media (max-width: 980px) {
    .product_btn {
        max-width: 360px;
        width: 100%;
        margin: 0 auto 24px auto;
    }

    .product_btn a span {
        padding: 10px 0;
        font-size: 18px;
    }

    .product_btn a:after {
        font-size: 18px;
        right: 14px;
    }

    .products-maker li {
        width: 100%;
        margin-right: 0;
    }
}

.backlink:before {
    content: '\f100';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 12px;
}

.stock-title-img {
    width: 35%;
    margin-right: 5%;
}

.stock-title-img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.stock-title-text {
    width: 60%;
}

@media (max-width: 980px) {
    .stock-title-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .stock-title-text {
        width: 100%;
    }
}

.stock-detail-midashi {
    color: #0068b6;
    font-size: 24px;
    font-weight: 500;
}

.stock-title-caption {
    text-align: right;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px;
}

.stock-feature-list {
    margin-top: 24px;
}

.stock-feature-list li {
    color: #444;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 8px;
}

.stock-feature-list li:before {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 4px;
    color: #0068b6;
    font-size: 12px;
    content: '●';
    vertical-align: 2px;
}

.stock-kind {
    color: #0068b6;
    font-size: 32px;
    margin-bottom: 24px;
}

.table-wrap {
    margin-top: 30px;
    margin-bottom: 60px;
}

.table-scroll {
    width: 100%;
}

@media (max-width: 980px) {
    .table-scroll {
        overflow-x: scroll;
    }
}

.stock-table-a {
    width: 100%;
    min-width: 882px;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.stock-table-a tr {
    border-bottom: 1px solid #ccc;
}

.stock-table-a th {
    background-color: #ecf1f4;
    border-right: 1px solid #ccc;
    padding: 20px;
    color: #002a82;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.stock-table-a th:last-child {
    border-right: none;
}

.stock-table-a td {
    border-right: 1px solid #ccc;
    padding: 20px;
    color: #444;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-table-a td:last-child {
    border-right: none;
}

.stock-table-a-8 td,
.stock-table-a-8 th {
    width: 12.5%;
}

.stock-table-a-9 td,
.stock-table-a-9 th {
    width: 11.1%;
}

.stock-table-a-10 td,
.stock-table-a-10 th {
    width: 10%;
}

.stock-table-a-12 td,
.stock-table-a-12 th {
    width: 8.33%;
}

.w10per {
    width: 10%;
}

.w20per {
    width: 20%;
}


.border-right {
    border-right: 1px solid #ccc !important;
}

.th-narrow th {
    padding: 8px !important;
}

.td-narrow td {
    padding: 8px !important;
}

.td-narrow2 td {
    padding: 20px 8px !important;
}


.stock-table-b {
    width: 100%;
    min-width: 882px;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.stock-table-b tr {
    border-bottom: 1px solid #ccc;
}

.stock-table-b th {
    background-color: #ecf1f4;
    border-right: 1px solid #ccc;
    padding: 10px;
    color: #002a82;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.stock-table-b th:first-child {
    background-color: #002a82;
    border-right: none;
    color: #fff;
    font-weight: 400;
}

.stock-table-b th:last-child {
    border-right: none;
}

.stock-table-b td {
    border-right: 1px solid #ccc;
    padding: 10px;
    color: #444;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-table-b td:last-child {
    border-right: none;
}

.stock-table-b-6 td,
.stock-table-b-6 th {
    width: 16.6%;
}

.stock-table-b-8 td,
.stock-table-b-8 th {
    width: 12.5%;
}

.stock-table-b-9 td,
.stock-table-b-9 th {
    width: 11.1%;
}

.stock-table-b-10 td,
.stock-table-b-10 th {
    width: 10%;
}

.stock-table-c {
    width: 100%;
    min-width: 882px;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.stock-table-c tr {
    border-bottom: 1px solid #ccc;
}

.stock-table-c th {
    background-color: #ecf1f4;
    border-right: 1px solid #ccc;
    padding: 10px;
    color: #002a82;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.stock-table-c th:first-child {
    background-color: #002a82;
    border-right: none;
    color: #fff;
    font-weight: 400;
}

.stock-table-c th:last-child {
    border-right: none;
}

.stock-table-c td {
    border-right: 1px solid #ccc;
    padding: 10px;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-table-c td:last-child {
    border-right: none;
}

.stock-table-c-15 td,
.stock-table-c-15 th {
    width: 6.5%;
}

.stock-table-c-15 th:first-child {
    width: 9%;
}

.stock-table-c-17 td,
.stock-table-c-17 th {
    width: 5.8%;
}

.stock-table-c-17 th:first-child {
    width: 7.2%;
}

.stock-table-c-11 td,
.stock-table-c-11 th {
    width: 9%;
}

.stock-table-c-11 th:first-child {
    width: 10%;
}

.stock-table-d {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.stock-table-d tr {
    border-bottom: 1px solid #ccc;
}

.stock-table-d th {
    background-color: #ecf1f4;
    border-right: 1px solid #ccc;
    width: 25%;
    padding: 10px;
    color: #002a82;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.stock-table-d th:last-child {
    border-right: none;
}

.stock-table-d td {
    border-right: 1px solid #ccc;
    width: 25%;
    padding: 10px;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-table-d td:last-child {
    border-right: none;
}

.stock-table-e {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.stock-table-e tr {
    border-bottom: 1px solid #ccc;
}

.stock-table-e th {
    background-color: #ecf1f4;
    border-right: 1px solid #ccc;
    width: 50%;
    padding: 10px;
    color: #002a82;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.stock-table-e th:last-child {
    border-right: none;
}

.stock-table-e td {
    border-right: 1px solid #ccc;
    width: 50%;
    padding: 10px;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-table-e td:last-child {
    border-right: none;
}


.stock-table-title {
    padding-bottom: 8px;
    color: #002a82;
    font-size: 18px;
    font-weight: 600;
}

.stock-table-caption {
    padding-top: 4px;
    text-align: right;
    color: #444;
    font-size: 14px;
}

.stock-heitan {
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.stock-heitan-left {
    width: calc(45% - 48px);
    background-color: #ecf1f4;
    border-radius: 12px;
    padding: 24px;
}

.stock-heitan-arrow {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stock-heitan-arrow:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #002a82;
    font-size: 40px;
}

.stock-heitan-right {
    width: calc(45% - 48px);
    background-color: #ecf1f4;
    border-radius: 12px;
    padding: 24px;
}

.stock-heitan-one {
    width: 100%;
    background-color: #ecf1f4;
    border-radius: 12px;
    padding: 24px;
}

.stock-heitan-txt-a {
    color: #002a82;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.stock-heitan-txt-b {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.stock-heitan-txt-c {
    color: #002a82;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.stock-heitan-txt-d {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 980px) {
    .stock-heitan-left {
        width: 100%;
    }

    .stock-heitan-arrow {
        width: 100%;
        margin: 20px 0;
    }

    .stock-heitan-arrow:after {
        content: '\f063';
    }

    .stock-heitan-right {
        width: 100%;
    }
}


.stock-size {
    max-width: 400px;
    width: 100%;
    margin: 60px auto 0 auto;
}

.stock-size_btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #0068b6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.stock-size_btn span {
    position: relative;
    padding: 16px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.stock-size_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00115d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.stock-size_btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.stock-size_btn:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 14px;
}

@media (max-width: 980px) {
    .stock-size {
        width: 100%;
        margin: 30px auto;
    }

    .stock-size_btn span {
        padding: 16px 0;
        font-size: 18px;
    }

    .stock-size_btn:after {
        font-size: 18px;
    }
}


.pricequotation-first-wrap-l {
    order: 1;
    width: 65%;
    margin-right: 5%;
}

.pricequotation-first-wrap-r {
    order: 2;
    width: 30%;
}

.loginbtn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.loginbtn li {
    width: 100%;
}

.loginbtn li a {
    display: block;
    width: calc(100% - 4px);
    border: 2px solid #0068b6;
    text-align: center;
    padding: 24px 0;
    text-decoration: none;
    color: #0068b6;
    font-size: 24px;
    font-weight: 600;
}

.loginbtn li a:hover {
    background-color: #0068b6;
    color: #fff;
    transition: background-color .6s;
}

@media (max-width: 980px) {
    .pricequotation-first-wrap-l {
        order: 2;
        width: 100%;
        margin-right: 0;
    }

    .pricequotation-first-wrap-r {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }
}


.redtxt {
    color: #f00;
}

.redtxt2 {
    color: #f00;
    font-size: 80%;
}

.inquiries_table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #444;
    margin: 60px 0;
}

.inquiries_table tr {
    border-bottom: solid 1px #444;
}

.inquiries_table th {
    width: 20%;
    background-color: #eee;
    padding: 20px;
    color: #0068b6;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.inquiries_table td {
    width: 80%;
    padding: 20px;
    color: #444;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 980px) {

    .inquiries_table th,
    .inquiries_table td {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
}


.textbox-001 {
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

.textbox-002 {
    width: 80px;
    box-sizing: border-box;
    padding: 6px 12px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

.textbox-003 {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

.textbox-001:focus,
.textbox-002:focus,
.textbox-003:focus {
    outline: none;
    border: 1px solid #0068b6;
}

.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003:after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #0068b6;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    width: 200px;
    padding: 6px 12px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.selectbox-003 select:focus {
    outline: none;
    border: 1px solid #0068b6;
}

.textarea-001 {
    width: 100%;
    height: calc(1.5em * 5 + 12px);
    box-sizing: border-box;
    padding: 6px 12px;
    border: 1px solid #999;
    border-radius: 2px;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

.textarea-001:focus {
    outline: none;
    border: 1px solid #0068b6;
}

input[type=radio] {
    display: none;
}

.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 4px 24px;
    position: relative;
    width: fit-content;
}

.radio01::before {
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: 50%;
    left: 0;
    margin-top: -8px;
    position: absolute;
}

.radio01::after {
    content: '';
    display: block;
    background-color: #0068b6;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 50%;
    margin-top: -4px;
    left: 4px;
    opacity: 0;
    position: absolute;
    transition: 0.3s;
}

input[type=radio]:checked+.radio01::after {
    opacity: 1;
}

input[type=checkbox] {
    display: none;
}

.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 4px 24px;
    position: relative;
    width: fit-content;
}

.checkbox01::before {
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -8px;
    position: absolute;
}

.checkbox01::after {
    border-right: 3px solid #0068b6;
    border-bottom: 3px solid #0068b6;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    top: 50%;
    left: 6px;
    margin-top: -8px;
    position: absolute;
    opacity: 0;
    transition: 0.2s;
}

input[type=checkbox]:checked+.checkbox01::after {
    opacity: 1;
}

.privacypolicytxt {
    margin-bottom: 20px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.privacypolicytxt2 {
    color: #0068b6;
    font-weight: 600;
}

.privacypolicytxt a {
    color: #0068b6;
}


/*//////////////////////////////////////
2312更新
//////////////////////////////////////*/

.information {
    background-color: #0068b6;
    width: 100%;
}

.information-in {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.information_txt1 {
    width: 200px;
    font-family: 'Archivo Narrow', sans-serif;
    color: #ffba2d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.information_txt2 {
    width: 160px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.information_txt3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.business {
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) calc(100% - 150px), rgba(204, 215, 221, 1));
}

.business-in {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.business_txt1 {
    margin-top: 50px;
    color: #0068b6;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

.business_txt2 {
    padding-top: 8px;
    color: #00115d;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.business-container {
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.business-container-in {
    width: 30%;
}

.business_txt4 {
    margin-top: 30px;
    text-align: center;
    color: #0068b6;
    font-size: 36px;
    font-weight: 400;
}

.business_txt5 {
    padding-top: 10px;
    color: #00115d;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.business_txt6 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}



.facility_2c {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.facility_2c_l {
    width: 56%;
    margin-right: 4%;
}

.facility_2c_r {
    width: 40%;
}

.facility-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.facility-table tr {
    border-bottom: 1px solid #ccc;
}

.facility-table th {
    text-align: center;
    background-color: #ecf1f4;
    width: 25%;
    padding: 8px 20px;
    border-right: 1px solid #ccc;
    color: #002a82;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.facility-table th:first-child {
    background-color: #002a82;
    border-right: none;
    color: #fff;
    font-weight: 400;
}

.facility-table td {
    text-align: center;
    width: 25%;
    padding: 8px 20px;
    border-right: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.facility-table-last-child {
    border-right: none !important;
}

.facility-unit {
    margin-top: 4px;
    text-align: right;
    color: #444;
    font-size: 14px;
    font-weight: 400;
}

.facility-txt1 {
    margin-top: 12px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.text-blue {
    color: #0068b6;
    font-weight: 500;
}

@media (max-width: 980px) {
    .facility_2c_l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .facility_2c_r {
        width: 100%;
    }

}

/*//////////////////////////////////////
20260518新規追加
//////////////////////////////////////*/
.facility_main_img img {
    object-fit: cover;
    max-height: 50vh;
    aspect-ratio: 1/1;
}

.facility_sub_img {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.facility_sub_img img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.cases-text {
    color: #444;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
}

.philosophy-text {
    color: #444;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 980px) {
    .business-container-in {
        width: 100%;
    }

    .business-container {
        flex-direction: column;
        gap: 40px;
    }
}

/*//////////////////////////////////////
20260604新規追加
//////////////////////////////////////*/
.cases .base-wrap .box-container {
    margin-top: 95px;
}

.cases .base-wrap .box {
    margin-top: 50px;
}

.cases .base-wrap .box.flex {
    display: flex;
    gap: 40px;
}

.product_banner {
    text-align: center;
    margin-bottom: 60px;
}

.product_banner img {
    width: 70%;
}


/*//////////////////////////////////////
20260618新規追加
//////////////////////////////////////*/
.cases .base-wrap .box .cases-title {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #0068b6;
    font-size: 24px;
    font-weight: 400;
}

.cases .base-wrap .box.flex .left {
    flex: .5;
}

.cases .base-wrap .box.flex .center {
    flex: .5;
    margin: 0 auto;
}

.cases .base-wrap .box.flex .right {
    flex: .5;
}

@media(max-width: 980px) {
    .cases .base-wrap .box.flex {
        flex-direction: column;
        gap: 0;
    }

    .cases .base-wrap .box.flex .left {
        flex: 1;
    }

    .cases .base-wrap .box.flex .center {
        flex: 1;
    }

    .cases .base-wrap .box.flex .right {
        flex: 1;
    }
}

.products-tabs {
    display: flex;
    margin-bottom: 20px;
}

.products-tabs .tab-btn {
    all: unset;
    flex: 1;
    padding: 15px 16px;
    text-decoration: none;
    color: #000;
    border-bottom: 3px solid #ddd;
}

.products-tabs .tab-btn.active {
    color: #0068b6;
    background-color: #f5f5f5;
    border-bottom-color: #0068b6;
}

.products-tabs .tab-btn:not(.active):hover {
    color: #0068b6;
    background-color: #0067b63c;
    border-bottom-color: #0068b6;
    cursor: pointer;
}

.products-tab-content {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    transition: opacity .3s;
}

.products-tab-content.active {
    position: static;
    left: 0;
    opacity: 1;
}

@media (max-width: 980px) {
    .product_banner img {
        width: 100%;
    }
}


/* gsap */
.gsap.active {
    animation: blurry 1s ease-out forwards;
    filter: blur(5px);
}

@keyframes blurry {
    0% {
        filter: blur(5px);
    }

    100% {
        filter: blur(0);
    }
}


/*//////////////////////////////////////
20260623新規追加
//////////////////////////////////////*/

/* maintenance */
.maintenance header .header_wrap {
    justify-content: space-between;
}

@media (max-width: 980px) {
    .maintenance header .header_group {
        right: 10px;
    }
}

.maintenance main {
    min-height: calc(100vh - 72px - 150px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.maintenance main .card {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 0 auto;
}

.maintenance main .card h2 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.maintenance main .card p {
    text-align: center;
    font-size: 1.2em;
    color: #555;
}

.maintenance footer .footer-in .footer-info {
    border-left: none;
    padding-left: 0;
}