@charset "UTF-8";

/*
Theme Name: jx様
Theme URI: /wp-content/themes/jx_hp
Author URI:
Version: 1.0
*/

@font-face {
    font-family: "Figtree";
    src: url("./assets/font/Figtree-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
visibility: visible;
}

.grecaptcha-badge{
    bottom: 100px!important;
}

.form-error{
    color: red;
    font-size: 12px;
}

.contact-blue__form__item--privacy .form-error{
    text-align: center;
}

li{
    list-style: none;
}

:root{
    --main-w: 1440;
    --sp-w: 375;
    --main-color: #007E63;
}

body.no-scroll{
    overflow: hidden;
}

html{
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #242424;
    letter-spacing: 0;
}

.minchofonts{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

main{
    padding-top: 70px;
}

.white{
    display: none;
}

header{
    height: 70px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 0 0 min(max(30 / var(--main-w) * 100vw,20px), 30px);
    z-index: 100;
    box-shadow: 0 3px 5px rgba(44,44,44,0.16);
}

.header__wrap{
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header__menu{
    height: 100%;
}

.header__logo{
    width: min(max(323 / var(--main-w) * 100vw,250px), 323px);
    height: auto;
}

.header__menu__list{
    height: 100%;
    display: flex;
    align-items: center;
    gap: min(max(20 / var(--main-w) * 100vw,10px), 20px);
}

.header__menu__list li{
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.header__menu__list__item{
    position: relative;
    display: block;
    font-size: min(max(16 / var(--main-w) * 100vw,12px), 16px);
    font-weight: 300;
}

.header__menu__list__item.active::after{
    content: "";
    position: absolute;
    width: 100%;
    background: var(--main-color);
    height: 1px;
    top: 110%;
    left: 0;
}

.header__menu__list__item--product{
    position: absolute;
    display: flex;
    width: 13.5px;
    height: 6.75px;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--main-color);
}

.header__menu__list__contact{
    height: 100%;
    padding: 0 min(max(35 / var(--main-w) * 100vw,25px), 35px);
    background-color: var(--main-color);
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
}

.header__menu__contact{
    margin-left: min(max(15 / var(--main-w) * 100vw,10px), 15px);
}

.header__menu__list__contact::before{
    content: "";
    background: url(./assets/img/contact_icon.webp);
    width: 21.91px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hum__all{
    display: none;
}

/* fv */

.top-fv__inner{
    position: relative;
    background: url(./assets/img/fv.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 20px);
    height: calc(100svh - 20px);
    transform: translate(10px, 10px);
}

.top-fv__ttl{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 min(max(40 / var(--main-w) * 100vw,10px), 40px);
    padding-bottom: min(max(100 / var(--main-w) * 100vw,80px), 100px);
    font-size: min(max(57 / var(--main-w) * 100vw,42px), 57px);
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    width: 100%;
    text-shadow: 0 2px 2px rgba(57, 57, 57, 0.82);
}

/* sv */

.top-sv{
    margin-top: 130px;
    margin-bottom: 60px;
    overflow-x: hidden;
}

.top-sv__box{
    max-width: 1000px;
    width: calc(100% - 27px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(max(120 / var(--main-w) * 100vw,60px), 120px);
}

.top-sv__box__ttl{
    font-size: min(max(45 / var(--main-w) * 100vw,30px), 45px);
    font-weight: 500;
    margin-bottom: 35px;
}

.top-sv__box__txt{
    line-height: 1.8;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.top-sv__box__right{
    width: 35%;
}

.top-sv__box__left{
    width: 63%;
}

.top-sv__box2{
    display: flex;
    justify-content: right;
    align-items: flex-end;
    gap: min(max(70 / var(--main-w) * 100vw,45px), 70px);
    width: calc(100vw - (50vw - 500px));
    margin-top: -80px;
}

.top-sv__box2__left{
    max-width: 600px;
    width: 44%;
}

.top-sv__box2__right{
    max-width: 700px;
    position: relative;
    width: 56%;
}

/* .top-sv__box2__right::after{
    content: "";
    position: absolute;
    left: 105%;
    bottom: -100px;
    width: 178px;
    height: 178px;
    background: url(./assets/img/sv_image03.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */

.top-sv__box__link__item{
    position: relative;
    width: 100%;
    padding: min(max(19 / var(--main-w) * 100vw,16px), 19px) min(max(37 / var(--main-w) * 100vw,10px), 37px);
    line-height: 1;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    border-top: 1px solid #707070;
}

.top-sv__box__link__item::after{
    content: "";
    position: absolute;
    width: min(max(30 / var(--main-w) * 100vw,25px), 30px);
    height: min(max(30 / var(--main-w) * 100vw,25px), 30px);
    border-radius: 50%;
    border: 1px solid #707070;
    right: 0;
    top: calc(50%);
    transform: translateY(-50%);
}

.top-sv__box__link__item::before{
    content: "";
    position: absolute;
    width: 6px;
    background: url(./assets/img/button_arrow.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 11.42px;
    right: calc(min(max(15 / var(--main-w) * 100vw,12.5px), 15px) - 4px);
    top: calc(50%);
    transform: translateY(-50%);
    transition: 0.3s;
}

.top-sv__box__link{
    display: flex;
    flex-direction: column;
    margin-top: min(max(65 / var(--main-w) * 100vw,40px), 65px);
}

.top-sv__box__link__item:last-child{
    border-bottom: 1px solid #707070;
}

/* top-product */

.top-product{
    margin: min(max(200 / var(--main-w) * 100vw,100px), 200px) 0 min(max(160 / var(--main-w) * 100vw,100px), 160px) 0;
}

.section__ttlarea{
    max-width: 1000px;
    width: calc(100% - 27px);
    margin: 0 auto;
}

.section__ttlarea--news{
    width: 100%;
}

.section__ttlarea--contact p{
    color: #fff;
}

.section__ttl{
    font-family: "Figtree",  sans-serif;
    font-size: min(max(56 / var(--main-w) * 100vw,40px), 56px);
    margin-top: 8px;
}

.section__subttl{
    position: relative;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    padding-left: 16px;
}

.section__subttl::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-product__inner{
    display: flex;
    gap: 3px;
    margin-top: 55px;
}

.top-product__inner{
    width: 100%;
    max-height: 660px;
    aspect-ratio: 1440/660;
}

.top-product__item{
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding: min(max(80 / var(--main-w) * 100vw,40px), 80px) min(max(80 / var(--main-w) * 100vw,15px), 80px);
    transition: 0.3s;
}

.top-product__item__bg{
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.top-product__item__bg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top-product__item:hover .top-product__item__bg{
    transform: scale(1.1);
    transition: 0.3s;
}

/* .top-product__item--f{
    background: url(./assets/img/product_image01.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.top-product__item--s{
    background: url(./assets/img/product_image02.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
} */

.top-product__item:hover{
    transition: 0.3s;
    background-size: 130%;
}

.top-product__item__contet{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top-product__item__contet__left{
    width: calc(100% - min(max(46 / var(--main-w) * 100vw,41px), 46px));
}

.top-product__item__contet__left__ttl{
    font-size: min(max(35 / var(--main-w) * 100vw,25px), 35px);
    font-weight: 500;
    margin-bottom: min(max(32 / var(--main-w) * 100vw,20px), 32px);
    color: #fff;
}

.top-product__item__contet__left__txt{
    font-size: min(max(20 / var(--main-w) * 100vw,16px), 20px);
    font-weight: 500;
    color: #fff;
}

.product__item__contet__right{
    width: min(max(46 / var(--main-w) * 100vw,41px), 46px);
    height: min(max(46 / var(--main-w) * 100vw,41px), 46px);
    background: url(./assets/img/link_icon01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-news__more{
    position: relative;
    display: inline-block;
    font-family: "Figtree",  sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 3px;
    padding-right: 32px;
    margin-top: 45px;
}

.top-news__more::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 113/8;
    height: auto;
    background: url(./assets/img/more_arrow.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.top-news__more:hover::after{
    transition: 0.3s;
    transform: translateX(10px);
}

/* top-news */

.top-news{
    margin: min(max(150 / var(--main-w) * 100vw,100px), 150px) 0;
}

.top-news__inner{
    max-width: 1000px;
    width: calc(100% - 27px);
    margin: 0 auto;
    display: flex;
    gap: 130px;
}

.top-news__left{

}

.top-news__right{
    width: 75%;
}

.top-news__right__item{
    display: block;
    padding: min(max(20 / var(--main-w) * 100vw,15px), 20px) 0;
    border-top: 1px solid #707070;
}

.top-news__right .top-news__right__item:last-child{
    border-bottom: 1px solid #707070;
}

.top-news__right__item__info{
    display: flex;
    gap: 18px;
    align-items: center;
}

.top-news__right__item__info__date{
    font-family: "Figtree",  sans-serif;
    font-weight: 500;
    font-size: min(max(15 / var(--main-w) * 100vw,13px), 15px);
}

.top-news__right__item__info__tag{
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    text-align: center;
    min-width: min(max(100 / var(--main-w) * 100vw, 90px), 100px);
    padding: 0 10px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.top-news__right__item__ttl{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    margin-top: 16px;
    margin-bottom: min(max(40 / var(--main-w) * 100vw,24px), 40px);
}

.top-news__right__item__ttl__iconarea{
    text-align: right;
}

.top-news__right__item__ttl__icon{
    position: relative;
    display: inline-block;
    width: min(max(46 / var(--main-w) * 100vw,34px), 46px);
    height: min(max(46 / var(--main-w) * 100vw,34px), 46px);
    border-radius: 50%;
    border: 1px solid #707070;
}

.top-news__right__item__ttl__icon::after{
    content: "";
    position: absolute;
    width: 6px;
    background: url(./assets/img/button_arrow.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 11.42px;
    left: 50%;
    top: calc(50%);
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.top-banner{
    margin: min(max(160 / var(--main-w) * 100vw,100px), 160px) 0;
    background: url(./assets/img/top_banner01.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1440/500;
    height: auto;
    max-height: 500px;
    min-height: 360px;
}

/* top-faq */

.top-faq{
    padding: min(max(80 / var(--main-w) * 100vw,50px), 80px) 0;
    margin: min(max(160 / var(--main-w) * 100vw,100px), 160px) 0;
    background-color: #F5F5F5;
}

.top-faq__inner{
    width: calc(100% - 27px);
    max-width: 1000px;
    margin: 0 auto;
    margin-top: min(max(56 / var(--main-w) * 100vw,32px), 56px);
}

.top-faq__item{
    padding: 20px 0;
    border-top: 1px solid #A5A5A5;
}

.top-faq__item__box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-faq__item__box--q{
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.top-faq__item__box--q.active{
    padding-bottom: 20px;
    transition: 0.3s;
}

.top-faq__item__box--a{
    padding-top: 20px;
    background-image: repeating-linear-gradient(90deg, #d3d3d3, #d3d3d3 8px, transparent 8px, transparent 16px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    align-items: flex-start;
    display: none;
}

.top-faq__item__box--q::after{
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    height: 8.32px;
    width: 13.5px;
    background: url(./assets/img/faq_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.top-faq__item__box--q.active::after{
    transform: translateY(calc(-50% - 6.75px)) rotate(180deg);
    transition: 0.3s;
}

.top-faq__item__icon{
    font-family:
        "Hiragino Mincho ProN",
        "Yu Mincho", "YuMincho",
        "Noto Serif CJK JP",
        "MS PMincho",
        serif;
    width: 33px;
    height: 33px;
    background: var(--main-color);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
}

.top-faq__item__icon--a{
    background-color: #fff;
    color: var(--main-color);
}

.top-faq__item__ttl{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    width: calc(100% - 54px);
    padding-right: 35px;
}

.top-faq__item:last-child{
    border-bottom: 1px solid #A5A5A5;
}

/* top-info */

.top-info{
    margin-top: min(max(160 / var(--main-w) * 100vw,100px), 160px);
}

.top-info__inner{
    display: flex;
    width: calc(100% - 27px);
    max-width: 1000px;
    margin: 0 auto;
}

.top-info__item{
    width: 50%;
    padding-right: 20px;
    padding-bottom: 17px;
}

.top-info__inner .top-info__item:last-child{
    padding-right: 0;
    padding-left: 20px;
    border-left: 1px solid #A5A5A5;
}

.top-info__item__image{
    width: 100%;
}

.top-info__item__flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 17px;
}

.top-info__item__flex__txt{
    font-size: min(max(23 / var(--main-w) * 100vw,18px), 23px);
}

.top-contact{
    background-color: #585858;
    padding: 50px 0;
}

.top-contact__inner{
    max-width: 1000px;
    width: calc(100% - 27px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact__left{
    width: 48.4%;
}

.top-contact__left__button{
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 17px 53px;
    border-radius: 28px;
    border: 2px solid #FFFFFF;
    margin-top: 34px;
}

.top-contact__left__button__icon{
    background: url(./assets/img/contact_icon.webp);
    width: 21.91px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-contact__left__button__txt{
    display: inline-block;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1;
    color: #fff;
    margin-right: 5px;
}

.top-contact__left__button__arrow{
    position: relative;
    background-color: #FFFFFF;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    color: var(--main-color);
    transform: rotate(-90deg);
}

.top-contact__left__button__arrow svg{
    position: absolute;
    top: 52%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 6.02px;
    height: 2.78px;
}

.top-contact__left__txt{
    margin-top: 25px;
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.7;
}

.top-contact__right{
    width: 300px;
}

footer{
    background-color: #242424;
    padding-top: 60px;
}

.footer__inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 27px);
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.footer__left__logo{
    width: 323.6px;
}

.footer__left__ttl{
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.footer__left__txt{
    margin-top: 8px;
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    color: #fff;
    line-height: 1;
}

.footer__left__contact{
    display: inline-flex;
    gap: 10px;
    background-color: #ffff;
    color: #242424;
    border-radius: 23px;
    line-height: 1;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    margin-top: 24px;
}

.footer__left__contact::before{
    content: "";
    background: url(./assets/img/contact_icon.webp);
    width: 21.91px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0);
}

.footer__right{
    display: flex;
    gap: 40px;
}

.footer__right__list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

.footer__right__list--mini{
    gap: 12px;
}

.footer__right__list li{
    line-height: 1;
}

.footer__right__list__item{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1;
}

.footer__right__list__item--mini{
    font-size: 12px;
}

.footer__right__list__cat{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.footer__right__list__cat__item{
    font-size: 14px;
    line-height: 1;
}

.footer__copy{
    text-align: center;
    font-size: 12px;
    padding-bottom: 12px;
    color: #fff;
}

.header__nav__menu__modal{
    /* position: fixed;
    top: 90px;
    left: 0; */
    width: 100vw;
    padding: 40px 0;
    background-color: #242424;
}

/* トリガーとドロップダウンの親 */
.has-mega {}

/* ドロップダウン本体（初期は非表示） */
.header__nav__menu__modal {
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s step-end;
    z-index: 1000;
    pointer-events: auto;
}

/* ホバー or フォーカス内にある間は表示 */
.has-mega:hover > .header__nav__menu__modal,
.has-mega:focus-within > .header__nav__menu__modal,
.header__nav__menu__modal.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .15s ease, transform .15s ease, visibility 0s;
}

.header__nav__menu__modal__inner{
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 620px;
    width: calc(100% - 27px);
    gap: 55px;
}

.header__nav__menu__modal__item{
    display: block;
    width: calc(50%);
}

.header__nav__menu__modal__item__ttl{
    position: relative;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    color: #fff;
    margin-top: 8px;
}

.header__nav__menu__modal__item__ttl::after{
    content: "";
    position: absolute;
    background: url(./assets/img/menu_arrow.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.1px;
    height: 9.47px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header__nav__menu__modal__ttl{
    white-space: nowrap;
    font-size: min(max(30 / var(--main-w) * 100vw,21px), 30px);
    font-weight: 500;
    color: #fff;
}

.header__nav__menu__modal__list{
    width: calc(100% - 115px);
    display: flex;
    gap: min(max(60 / var(--main-w) * 100vw,40px), 60px);
}

.page-top{
    padding: min(max(85 / var(--main-w) * 100vw,32px), 85px) 0;
}

.page-top--company{
    background: url(./assets/img/company_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--companyp{
    background: url(./assets/img/companyp_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--history{
    background: url(./assets/img/history_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--oc{
    background: url(./assets/img/oc_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--plant{
    background: url(./assets/img/plant_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--news{
    background: url(./assets/img/news_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--contact{
    background: url(./assets/img/contact_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--policy{
    background: url(./assets/img/policyt_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--ppolicy{
    background: url(./assets/img/ppolicy_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top--publicn{
    background: url(./assets/img/publicn_top_bg.webp);
    background-position: center;
    background-size: cover;
}

.page-top__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.page-top__jattl{
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    font-weight: 500;
    color: #fff;
}

.page-top__enttl{
    font-family: "Figtree",  sans-serif;
    font-size: min(max(56 / var(--main-w) * 100vw,30px), 56px);
    font-weight: 500;
    color: #fff;
} 

.text-shadow{
    text-shadow: 0 2px 2px rgba(57, 57, 57, 0.82);
}

.inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

/* breadcrumbs */

.breadcrumbs{
    overflow-x: auto;
    width: 100%;
    padding-top: min(max(10 / var(--main-w) * 100vw,8px), 10px);
}

.breadcrumbs__item{
    list-style: none;
}

.breadcrumbs__list{
    display: flex;
}

.breadcrumbs__item{
    list-style: none;
    padding-right: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumbs__item::before{
    content: "";
    width: 8.01px;
    height: 7.97px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: url(./assets/img/breadcrumbs_icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs__item:last-child:before{
    display: none;
}

.breadcrumbs__link{
    font-size: 14px;
    font-weight: 300;
    color: #242424;
    white-space: nowrap;
}

.company__top{
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: min(max(30 / var(--main-w) * 100vw,0px), 30px);
}

.company__top__left{
    width: 100%;
}

.company__top__right{
    width: 100%;
}

.company__top__ttl{
    font-size: min(max(32 / var(--main-w) * 100vw,20px), 32px);
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.company__top__ttl::before{
    content: "";
    width: min(max(8 / var(--main-w) * 100vw,4px), 8px);
    height: min(max(45 / var(--main-w) * 100vw,28px), 45px);
    background-color: var(--main-color);
}

.company__top__txt{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.7;
}

.company__top__right__image{
    width: 100%;
}

.company__top__right__name{
    text-align: center;
    margin-top: 12px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}

.company__top__right__name::before{
    content: "代表取締役社長";
    font-size: 14px;
    font-weight: 300;
}

.company__link{
    display: flex;
    flex-wrap: wrap;
    margin-top: min(max(120 / var(--main-w) * 100vw,80px), 120px);
    margin-bottom: min(max(160 / var(--main-w) * 100vw,100px), 160px);
    gap: min(max(80 / var(--main-w) * 100vw,40px), 80px) 24px;
}

.company__link--factory{
    margin-top: min(max(160 / var(--main-w) * 100vw,80px), 160px);
}

.company__link__item{
    width: calc(50% - 12px);
    display: block;
}

.company__link__item__image{
    width: 100%;
}

.company__link__item__ttl{
    line-height: 1;
    margin-top: 16px;
    font-weight: 500;
    color: var(--main-color);
    display: flex;
    align-items: flex-end;
    gap: 16px;
    font-size: min(max(20 / var(--main-w) * 100vw,14px), 20px);
}

.company__link__item__ttl::after{
    content: "";
    background: url(./assets/img/arrowpass.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 49.06px;
    height: 8.14px;
    transition: 0.3s;
}

.factory__inner .company__link__item__ttl{
    color: #242424;
}

.factory__inner .company__link__item__ttl::after{
    filter: brightness(0);
}

.company__link__item:hover .company__link__item__ttl::after{
    transition: 0.3s;
    transform: translateX(10px);
}

.comapny__tablearea{
    margin-top: 120px;
    margin-bottom: 160px;
}

.comapny__table{
    width: 100%;
}

.comapny__table , .comapny__table__ttl, .comapny__table__txt {
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.comapny__table__ttl{
    font-weight: 300;
    width: 27%;
    padding: 9px 0;
    text-align: center;
    background: rgba(0, 126, 99, 0.15);
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.comapny__table__txt{
    width: 73%;
    padding: min(max(13 / var(--main-w) * 100vw, 10px), 13px) min(max(65 / var(--main-w) * 100vw, 35px), 65px);
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.8;
}

.comapny__table__txt__list li{
    list-style: none;
}

.comapny__table__txt__list__ttl{
    font-weight: 500;
    position: relative;
    margin: 20px 0 3px;
}

.comapny__table__txt__list__ttl::before{
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #008770;
}

.comapny__table__txt__box{
    display: flex;
    flex-wrap: wrap;
}

.comapny__table__txt__box__item{
    width: calc(100% - 155px);
}

.comapny__table__txt__box .comapny__table__txt__box__item:nth-child(2n + 1){
    max-width: 155px;
}

.history__area{
    margin-top: 64px;
    margin-bottom: 160px;
}


/* ラッパー：SPで横スクロールを発生させる */
.timeline-table-wrap{
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* 基本のテーブル（PCは普通に見える） */
.timeline-table{
    width: 100%;
    table-layout: fixed;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.6;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
}

.timeline-table th,
.timeline-table td{
    padding: min(max(15 / var(--main-w) * 100vw,10px), 15px) min(max(10 / var(--main-w) * 100vw,7px), 10px);
    vertical-align: middle;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
}

.timeline-table tbody tr td:not(:first-of-type) {
    padding: min(max(15 / var(--main-w) * 100vw,10px), 15px) min(max(30 / var(--main-w) * 100vw,15px), 30px);
}

.timeline-table thead th{
    background: #007E63;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
.timeline-table .col-year{ 
    padding-left: 25px;
    vertical-align: middle;
    width: 135px;
    background: #D9EBE7;
}

.timeline-table thead th:first-child,
.timeline-table tbody th[scope="row"]{
    text-align: center;
    width: 135px;
}

.timeline-table tbody tr:nth-child(odd) td:not(:first-child){
    background: var(--c-alt);
}

.bandgreen{
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
}

.scroll__hint{
    width: 130px;
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility 0s linear .25s;
}

.scroll__hint.is-visible{
    opacity: 1;                 /* ←ここが重要（0じゃなく1） */
    visibility: visible;
    transition: opacity .25s ease; /* hide時だけ遅延が効けばOK */
}

.scroll__hint.is-animate{
    animation: scrollHintWiggle 1.2s ease-out 1;
}

@keyframes scrollHintWiggle{
    0%   { transform: translate(-50%, -50%) translateX(0);   opacity: 0; }
    15%  { opacity: 1; }
    35%  { transform: translate(-50%, -50%) translateX(-12px); }
    65%  { transform: translate(-50%, -50%) translateX(12px); }
    100% { transform: translate(-50%, -50%) translateX(0); }
}

.scroll__hint.is-abs{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scroll__hint.is-fixed{
    position: fixed;
}

.hum__button{
    display: none;
}

.hum__all{
    display: none;
}

.scroll {
    text-align: center;
    font-family: "Figtree",  sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: calc(50% + 12.5px);
    transform: translateX(-50%);
    bottom: 5px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

.scroll::before {
    animation: scroll 2s infinite;
    background-color: var(--main-color);
    top: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 25px;
    width: 2px;
    z-index: 2;
}

.scroll::after {
    background-color: #D9D9D9;
    top: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 25px;
    width: 2px;
}

.oc__area{
    width: 100%;
    max-width: 1000px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.contentarea--scroll{
    overflow: auto;
    margin-top: 120px;
    margin-bottom: 160px;
}

.oc__area__top{
    position: relative;
    display: inline-block;
    background-color: #005C49;
    line-height: 50px;
    width: 180px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.oc__area__top::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 1px;
    height: 40px;
    background-color: #A2A2A2;
}

.oc__area__top--thin{
    background-color: #007E63;
    margin-top: 40px;
}

.oc__area__flex{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 80px;
}

.oc__area__flex::before{
    content: "";
    position: absolute;
    width: calc(100% - calc(16.666% - 13.33px));
    height: 1px;
    background-color: #A2A2A2;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.oc__area__flex__item{
    position: relative;
    display: inline-block;
    background-color: #33A489;
    line-height: 50px;
    width: calc(16.666% - 13.33px);
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 2;
}

.oc__area__flex__item::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #A2A2A2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}

.oc__area__miniflex{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.oc__area__miniflex::before{
    content: '';
    position: absolute;
    height: 140%;
    width: 1px;
    background-color: #A2A2A2;
    left: 17px;
    bottom: 50%;
    z-index: 1;
}

.oc__area__miniflex::after{
    content: '';
    position: absolute;
    height: 140%;
    width: 1px;
    background-color: #A2A2A2;
    right: 13.5%;
    bottom: 50%;
    z-index: 1;
}

.oc__area__miniflex--nostick::after{
    content: '';
    display: none;
}

.oc__area__miniflex__item{
    position: relative;
    display: inline-block;
    background-color: rgba(0, 129, 99, 0.15);
    line-height: 50px;
    width: calc(16.666% - 13.33px);
    text-align: center;
    font-size: 16px;
}

.oc__area__miniflex__item--long::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background-color: #A2A2A2;
    bottom: 100%;
}

.oc__area__miniflex__item--mini,.oc__area__miniflex__item--top{
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}

.oc__area__miniflex__item--mini:before,.oc__area__miniflex__item--top::before{
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    left: 0;
    background-color: #fff;
}

.oc__area__miniflex__item--mini::after{
    content: "";
    position: absolute;
    width: 22px;
    height: 1px;
    background-color: #A2A2A2;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% - 40px);
}

.oc__area__miniflex__item--top::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #A2A2A2;
    bottom: 100%;
    left: calc(50% + 20px);
    transform: translateX(-50%);
}

.plant__list{
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 120px 0 160px 0;
}

.plant__list__item{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.plant__list__item__info{
    display: flex;
    gap: 40px;
}

.plant__list__item__info__image{
    width: 54%;
}

.plant__list__item__info__content{
    width: 46%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plant__list__item__info__content__access{
    line-height: 1.6;
    font-size: min(max(18 / var(--main-w) * 100vw,16px), 18px);
}

.plant__list__item__info__content__access span{
    font-weight: 500;
}

.plant__list__item__ttl{
    font-size: min(max(22 / var(--main-w) * 100vw,18px), 22px);
    color: #fff;
    background-color: var(--main-color);
    border-radius: 0 0 5px 5px;
    line-height: min(max(60 / var(--main-w) * 100vw,50px), 60px);
    text-align: center;
    font-weight: 500;
}

.plant__list__item__info__content__box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.factory-top{
    width: 100%;
    height: auto;
    aspect-ratio: 1440/540;
    max-height: 500px;
}

.factory-top--kakegawa{
    background: url(./assets/img/kakegawa_fv.webp);
    background-position: center;
    background-size: cover;
}

.factory-top--esashi{
    background: url(./assets/img/esashi_fv.webp);
    background-position: center;
    background-size: cover;
}

.factory-top--nasu{
    background: url(./assets/img/nasu_fv.webp);
    background-position: center;
    background-size: cover;
}

.factory-top--press{
    background: url(./assets/img/press_fv.webp);
    background-position: center;
    background-size: cover;
}

.factory-top__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 100px 0;
}

.factory-top__ttl{
    font-size: min(max(37 / var(--main-w) * 100vw,25px), 37px);
    font-weight: 500;
    color: #fff;
}

.factory__inner{
    margin-top: 120px;
    margin-bottom: 160px;
}

.factory__copy{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.8;
}

.factory__ttl{
    border: 2px solid var(--main-color);
    color: var(--main-color);
    text-align: center;
    font-size: min(max(22 / var(--main-w) * 100vw,18px), 22px);
    font-weight: 500;
    line-height: min(max(60 / var(--main-w) * 100vw,45px), 60px);
    margin: min(max(120 / var(--main-w) * 100vw,56px), 120px) 0 min(max(40 / var(--main-w) * 100vw,24px), 40px) 0;
    border-radius: 0 0 5px 5px;
}

.factory__ttl--top{
    margin-top: 56px;
}

.factory__equipment{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
}

.factory__equipment__item__ttl{
    margin-top: min(max(16 / var(--main-w) * 100vw,12px), 16px);
    line-height: 1;
    color: var(--main-color);
    font-size: min(max(20 / var(--main-w) * 100vw,16px), 20px);
    font-weight: 500;
}

.factory__equipment__item{
    width: calc(50% - 12px);
}

.factory__map__iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 10/4;
    margin-top: 20px;
}

.factory__map__iframe iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory__special{
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.factory__special__block{
    display: flex;
    gap: 100px;
    align-items: center;
}

.factory__special__block__info__ttl{
    font-size: min(max(20 / var(--main-w) * 100vw,18px), 20px);
    color: var(--main-color);
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color);
}

.factory__special__block__info__txt{
    margin-top: min(max(24 / var(--main-w) * 100vw,20px), 24px);
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.factory__special__block__info__ttl span{
    font-size: min(max(24 / var(--main-w) * 100vw,22px), 24px);
    display: inline-block;
    margin-right: 12px;
}

.factory__special__block__info{
    width: 47%;
}

.factory__special__block__image{
    width: calc(53% - 100px);
}

.top-news__more--list{
    width: fit-content;
    margin-top: 0;
}

.plant__list__item__info__content__button{
    text-align: right;
}

.top-news__right--listpage{
    width: 100%;
}

.news,.news-single{
    margin-top: 120px;
    margin-bottom: 160px;
}

.news__pager{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.news__pager__arrow{
    font-family: "Figtree",  sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 33px;
    border: 1px solid #242424;
    border-radius: 17px;
    width: 90px;
    text-align: center;
}

.news__pager__num{
    font-family: "Figtree",  sans-serif;
    font-weight: 500;
    width: 33px;
    border: 1px solid #242424;
    border-radius: 50%;
    line-height: 31px;
    height: 33px;
    font-size: 16px;
    text-align: center;
}

.news__pager__num.is-now{
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.news__pager__num--dots{
    border: unset;
    display: flex;
    height: auto;
    margin: 0 14px;
}

.news__pager__arrow--prev{
    margin-right: 24px;
}

.news__pager__arrow--next{
    margin-left: 24px;
}

.news-single__content{
    margin-bottom: 160px;
}

.news-single__content__ttl{
    font-size: 23px;
    font-weight: 500;
    margin: min(max(35 / var(--main-w) * 100vw,20px), 35px) 0 min(max(25 / var(--main-w) * 100vw,17px), 25px);
}

.news-single__content__ttl__box p{
    margin: min(max(10 / var(--main-w) * 100vw,5px), 10px) 0 min(max(25 / var(--main-w) * 100vw,17px), 25px) 0;
    font-size: 16px;
    line-height: 1.7;
}

.news-single__content__ttl__box h2{
    font-size: 18px;
}

.news-single__content__ttl__box > :first-child {
    margin-top: 0;
}

.news-single__content__ttl__box > :last-child {
    margin-bottom: 0;
}

.contact{
    margin: min(max(160 / var(--main-w) * 100vw,80px), 160px) 0;
}

.contact-blue__form__wrap{
    max-width: 600px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.contact-blue__form{
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    margin-top: 60px;
}

.contact-blue__form__item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-blue__form__item__ttl{
    width: 100%;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    display: flex;
    gap: 12px;
    align-items: center;
}

.need{
    background-color: #C30000;
    border-radius: 5px;
    font-size: min(max(13 / var(--main-w) * 100vw,11px), 13px);
    color: #fff;
    line-height: 22px;
    padding: 0 5px;
}

.contact-blue__form__item__wrap{
    width: 100%;
}

.contact-blue__form__item__wrap input,.contact-blue__form__item__wrap textarea{
    width: 100%;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    padding: 15px 20px;
    background-color: #EFEFEF;
    border-radius: 5px;
}

.confirm-value{
    display: block;
    width: 100%;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    padding: 15px 20px;
    background-color: #EFEFEF;
    border-radius: 5px;
    min-height: min(max(54 / var(--main-w) * 100vw, 51px), 54px);
}

.contact-blue__form__item__wrap textarea{
    min-height: 160px;
}

.contact-blue__form__submit{
    text-align: center;
}

.contact-blue__form__submit button{
    background-color: var(--main-color);
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    text-align: center;
    line-height: 45px;
    padding: 0 30px;
}

.contact__copy{
    font-weight: 300;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.7;
}

.backnewslist{
    text-align: center;
    margin-top: 50px;
}

.backnewslist__button{
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    text-align: center;
    line-height: 45px;
    padding: 0 20px;
}

.contact__re{
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.contact__re button{
    display: inline-block;
    border-bottom: 1px solid var(--main-color);
}

.contact-blue__form__privacy{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-blue__form__item__wrap input[name=privacy]{
    width: auto;
}

.conract_link{
    text-decoration: underline;
}

/* hupu */

.product__inner{
    margin-top: min(max(80 / var(--main-w) * 100vw, 56px), 80px);
    margin-bottom: min(max(160 / var(--main-w) * 100vw, 100px), 160px);
}

.hupu__ttl{
    font-size: min(max(22 / var(--main-w) * 100vw, 18px), 22px);
    padding: min(max(19 / var(--main-w) * 100vw, 11px), 19px) 0;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 0 0 5px 5px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
}

.hupu__txt{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.8;
    margin: min(max(40 / var(--main-w) * 100vw, 20px), 40px) auto min(max(90 / var(--main-w) * 100vw, 45px), 90px) auto;
}

.hupu__txt .hupu__txt--under{
    text-decoration: underline;
    text-decoration-color:rgba(0, 126, 99, 0.15);
    text-decoration-thickness: min(max(7 / var(--main-w) * 100vw, 5px), 7px);
    text-decoration-skip-ink: none;
    text-underline-offset: -0.2em;
}

.hupu__txt--box08{
    margin-bottom: 0;
}

.hupu__txt--w100{
    margin: 0;
    margin-top: min(max(20 / var(--main-w) * 100vw, 14px), 20px);
}

.hupu__subttl{
    font-size: min(max(22 / var(--main-w) * 100vw, 18px), 22px);
    color: var(--main-color);
    border-radius: 0 0 5px 5px;
    line-height: 1.4;
    padding: min(max(13 / var(--main-w) * 100vw, 9px), 13px) min(max(20 / var(--main-w) * 100vw, 10px), 20px);
    text-align: center;
    border: 2px solid var(--main-color);
    min-width: 530px;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: min(max(40 / var(--main-w) * 100vw, 32px), 40px);
    font-weight: 500;
}

.hupu__subttl--press{
    min-width: 768px;
}

.hupu__flex{
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
    display: flex;
    flex-direction: column;
    gap: min(max(65 / var(--main-w) * 100vw, 40px), 65px);
}

.hupu__item{
    display: flex;
    align-items: center;
    gap: 0 min(max(58 / var(--main-w) * 100vw, 20px), 58px);
}

.hupu__item.hupu__item--reverse{
    flex-direction: row-reverse;
}

.hupu__item__image{
    display: flex;
    gap: 0 min(max(16 / var(--main-w) * 100vw, 10px), 16px);
}

.hupu__item__image__item{
    width: 50%;
}

.hupu__item__image__item span{
    display: inline-block;
    margin-top: 5px;
    font-size: min(max(15 / var(--main-w) * 100vw, 13px), 15px);
    font-weight: 500;
}

.hupu__item__info__ttl{
    font-size: min(max(20 / var(--main-w) * 100vw, 18px), 20px);
    font-weight: 500;
    color: var(--main-color);
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color);
}

.hupu__item__info__txt{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.8;
    margin-top: min(max(22 / var(--main-w) * 100vw, 12px), 22px);
}

.hupu__item__info{
    width: 42%;
}

.hupu__item__image{
    width: 58%;
}

.factory-top--hupu{
    background: url(./assets/img/hupu_fv.webp);
    background-position: center;
    background-size: cover;
}

.hupu__item--last{
    flex-wrap: wrap;
}

.hupu__item--last .hupu__item__info{
    width: calc(43% - min(max(29 / var(--main-w) * 100vw, 10px), 29px));
}

.hupu__item--last .hupu__item__image{
    width: calc(57% - min(max(29 / var(--main-w) * 100vw, 10px), 29px));
}

.hupu__item--last .hupu__item__info__txt--w100{
    width: 100%;
    margin-top: 0;
}

.hupu__box04__flex{
    display: flex;
    gap: min(max(115 / var(--main-w) * 100vw, 60px), 115px);
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
    padding-bottom: 75px;
}

.hupu__box04__flex__left{
    position: relative;
    width: calc(50% - min(max(115 / var(--main-w) * 100vw, 60px), 115px));
}

.hupu__box04__flex__left span,.hupu__box04__flex__right span{
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.8;
    font-weight: 500;
}

.hupu__box__table__cap{
    text-align: right;
    font-size: min(max(14 / var(--main-w) * 100vw, 11px), 14px);
    font-weight: 500;
    margin-top: 10px;
}

.hupu__box04__flex__right{
    position: relative;
    width: 50%;
}

.hupu__box__table{
    overflow-x: auto;
    width: 100%;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.hupu__box{
    margin-top: min(max(90 / var(--main-w) * 100vw, 50px), 90px);
}

.hupu__aftermekki{
    margin-top: min(max(58 / var(--main-w) * 100vw, 30px), 58px);
    display: flex;
    gap: min(calc(38 / var(--main-w) * 100vw), 38px);
}

.hupu__aftermekki--s{
    margin-top: min(max(24 / var(--main-w) * 100vw, 15px), 24px);
}

.hupu__aftermekki__item{
    width: 33.333%;
}

.hupu__aftermekki--f .hupu__aftermekki__item{
    position: relative;
}

.hupu__aftermekki--f .hupu__aftermekki__item::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(-49px, calc(-49 / var(--main-w) * 100vw), 0px);
    width: min(max(60 / var(--main-w) * 100vw, 38px), 60px);
    height: min(max(69 / var(--main-w) * 100vw, 43.5px), 69px);
    background: url(./assets/img/right_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.hupu__aftermekki__item--last::after{
    display: none;
}

.hupu__aftermekki .slick-dots li button:before{
    display: none;
}

.hupu__aftermekki .slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #BCBCBC;
    border-radius: 50%;
}

.hupu__aftermekki .slick-dots li.slick-active button{
    background-color: var(--main-color);
}

.hupu__aftermekki .slick-dots li{
    width: 8px;
    height: 8px;
}

.hupu__aftermekki__item span{
    display: inline-block;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    margin-top: 10px;
}

.hupu__3dmekki{
    display: flex;
    margin-top: min(max(64 / var(--main-w) * 100vw, 30px), 64px);
    gap: min(max(134 / var(--main-w) * 100vw, 30px), 134px);
}

.hupu__3dmekki__item{
    width: 50%;
    position: relative;
}

.hupu__3dmekki .hupu__3dmekki__item:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(-100px, calc(-100 / var(--main-w) * 100vw), 0px);
    width: min(max(60 / var(--main-w) * 100vw, 38px), 60px);
    height: min(max(69 / var(--main-w) * 100vw, 43.5px), 69px);
    background: url(./assets/img/right_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.hupu__3dmekki__item__ttl{
    display: inline-block;
    border-radius: 0 0 5px 5px;
    width: min(max(130 / var(--main-w) * 100vw, 115px), 130px);
    text-align: center;
    line-height: 45px;
    background-color: rgba(0, 126, 99, 0.15);
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    font-weight: 500;
}

.hupu__3dmekki__item__image{
    width: 90%;
    margin: 0 auto;
    margin-top: min(max(60 / var(--main-w) * 100vw, 30px), 60px);
}

.hupu__3dmekki__item__txt{
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
}

.plate-table {
    min-width: 900px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
}

.hupu__box09__ttl{
    font-size: min(max(20 / var(--main-w) * 100vw, 16px), 20px);
    font-weight: 500;
    margin-top: min(max(40 / var(--main-w) * 100vw, 20px), 40px);
}

.hupu__box09__img{
    margin-top: min(max(70 / var(--main-w) * 100vw, 40px), 70px);
    margin-bottom: min(max(70 / var(--main-w) * 100vw, 50px), 70px);
}

.hupu__box09__img--min{
    max-width: 600px;
    margin: 0 auto;
    margin-top: min(max(40 / var(--main-w) * 100vw, 20px), 40px);
    margin-bottom: min(max(70 / var(--main-w) * 100vw, 50px), 70px);
}

.hupu__box12__img{
    width: 80%;
    margin: 0 auto;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.hupu__box12__flex1{
    display: flex;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
    gap: min(max(110 / var(--main-w) * 100vw, 20px), 110px);
}

.hupu__box12__flex1__left{
    width: 60%;
}

.hupu__box12__flex1__right{
    width: 40%;
}

.hupu__box12__flex1__ttl{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: min(max(240 / var(--main-w) * 100vw, 202px), 240px);
    background-color: rgba(0, 126, 99, 0.15);
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    font-weight: 500;
    padding: 6px 0;
    min-height: 65px;
    border-radius: 0 0 5px 5px;
}

.hupu__box12__flex1__left__image{
    margin-top: min(max(40 / var(--main-w) * 100vw, 20px), 40px);
}

.hupu__box12__flex1__cap{
    text-align: center;
    font-weight: 500;
    font-size: min(max(18 / var(--main-w) * 100vw, 14px), 18px);
    margin-top: 10px;
}

.hupu__box12__flex2__ttl{
    padding: 14px min(max(40 / var(--main-w) * 100vw, 17px), 40px);
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 126, 99, 0.15);
    font-size: min(max(18 / var(--main-w) * 100vw, 14px), 18px);
    font-weight: 500;
    margin-bottom: min(max(40 / var(--main-w) * 100vw, 20px), 40px);
    border-radius: 0 0 5px 5px;
}

.hupu__box12__flex2{
    margin-top: min(max(40 / var(--main-w) * 100vw, 20px), 40px);
    display: flex;
    gap: min(max(42 / var(--main-w) * 100vw, 10px), 42px);
}

.hupu__box12__flex2__left__box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.hupu__box12__flex2__left__box__item{
    display: flex;
    gap: min(max(44 / var(--main-w) * 100vw, 20px), 44px);
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
}

.hupu__box12__flex2__left__box__item__ttl{
    width: 66px;
    font-weight: 500;
}

.hupu__box12__flex2__left__image{
    margin-top: min(max(34 / var(--main-w) * 100vw, 20px), 34px);
}

.hupu__box12__flex2__left{
    width: 45%;
}

.hupu__box12__flex2__right{
    width: 55%;
}

.hupu__box12__flex3{
    margin-top: min(max(56 / var(--main-w) * 100vw, 38px), 56px);
    display: flex;
    gap: min(max(42 / var(--main-w) * 100vw, 10px), 42px);
}

.hupu__box12__flex3__left__image{
    margin-top: in(max(34 / var(--main-w) * 100vw, 20px), 34px);
}

.hupu__box12__flex3__left{
    width: 55%;
}

.hupu__box12__flex3__right{
    width: 45%;
}

.hupu__box12__flex3__right__txt{
    margin-top: 5px;
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    text-align: center;
    font-weight: 500;
}

.hupu__box12__flex3__right__cap{
    white-space: nowrap;
    text-align: center;
    margin-top: min(max(32 / var(--main-w) * 100vw, 24px), 32px);
    font-size: min(max(14 / var(--main-w) * 100vw, 12px), 14px);
}

/* 共通セル */
.plate-table th,
.plate-table td {
    border: 1px solid #cccccc;
    padding: 1px 10px;
    vertical-align: middle;
    color: #333;
    box-sizing: border-box;
    line-height: 1.4;
    font-weight: 500;
}

/* --------- 上部4行（左側横2列ぶち抜き） --------- */

/* 左側の緑ブロック（めっき方式/材質/材厚/材幅） */
th.top-left {
    background-color: #007E63;   /* お好みで */
    color: #fff;
    text-align: center;
}

/* 「後めっき」セル */
.top-right {
    background-color: #e5e5e5;
    text-align: center;
}

/* --------- 下地めっき / 仕上げめっき 左端 --------- */

/* 下地めっき（縦5行） */
th.side-under {
    background-color: #005C4F;
    color: #fff;
    text-align: center;
}

/* 仕上げめっき（縦3行） */
th.side-finish {
    background-color: #33A697;
    color: #fff;
    text-align: center;
}

/* 2列目のラベル列（種類 / 膜厚 / ※部分めっき 等） */
.row-label {
    text-align: center;
}

/* Niめっき 見出し */
.head {
    text-align: center;
}

/* データセル共通 */
.cell {
    background-color: #ffffff;
}

.cell small{
    font-size: min(max(14 / var(--main-w) * 100vw, 12px), 14px);
}

.cell__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cell .mark{
    width: 20px;
    display: block;
    line-height: 1;
    font-weight: 200;
    margin: 0 auto;
}

.cell .mark.batsu{
    width: 16px;
    margin: unset;
}

/* グレー背景ラベル */
.gray {
    background-color: #E5E5E5;
}

.light-gray{
    background-color: #F4F4F4;
}

/* 中央寄せ用 */
.center {
    text-align: center;
}

/* 種類セル（Pd-Ni / 純Pd・Pd / Cu / 硬質Au / 純Au…） */
.type {
    text-align: center;
}

/* オレンジ強調セル（画像の黄色行） */
.type-em {
    background-color: #f2a800;
    color: #242424;
}

/* 行の高さ（画像に近づけるなら調整） */
.plate-table tr {
    height: min(max(48 / var(--main-w) * 100vw, 44px), 48px);
}

.plate-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;  /* これがあると col の width が効きやすい */
}

/* 1番左の列だけ 125px 固定 */
.plate-table col.col-first {
    width: 125px;
}

/* 残り 6 列を均等割り */
.plate-table col.col-rest {
    width: calc((100% - 125px) / 6);
}

.margin-t-50{
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.press_box01__image{
    max-width: 660px;
    margin: 0 auto;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.press_box02__border{
    text-align: center;
    border: 1px solid #242424;
    border-radius: 0 0 5px 5px;
    font-weight: 500;
    color: var(--main-color);
    font-size: min(max(18 / var(--main-w) * 100vw, 13px), 18px);
    width: 100%;
    max-width: 455px;
    margin: 0 auto;
    margin-top: min(max(40 / var(--main-w) * 100vw, 30px), 40px);
    padding: min(max(14 / var(--main-w) * 100vw, 10px), 14px);
}

.press_box02__border span{
    color: #242424;
}

.press_box02__image{
    width: 100%;
    margin-top: 20px;
}

.press_box03__image{
    max-width: 745px;
    margin: 0 auto;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.press_box04__boldttl{
    text-align: center;
    font-weight: 500;
    font-size: min(max(20 / var(--main-w) * 100vw, 16px), 20px);
    margin-top: min(max(60 / var(--main-w) * 100vw, 30px), 60px);
}

.press_box04__image{
    max-width: 630px;
    margin: 0 auto;
    margin-top: min(max(40 / var(--main-w) * 100vw, 30px), 40px);
}

.press_box04__flex{
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
    display: flex;
    gap: min(max(38 / var(--main-w) * 100vw, 15px), 38px);
    align-items: flex-end;
}

.press_box04__flex--box05{
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.press_box04__flex__item{
    width: 33.333%;
}

.press_box04__flex__item__ttl{
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: min(max(20 / var(--main-w) * 100vw, 16px), 20px);
    margin-bottom: min(max(20 / var(--main-w) * 100vw, 10px), 20px);
}

.press_box06__flex{
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
    display: flex;
    flex-wrap: wrap;
}

.press_box06__flex__item{
    width: calc(50%);
}

.press_box06__flex__item__ttl{
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: min(max(24 / var(--main-w) * 100vw, 18px), 24px);
    padding: 10px;
    line-height: 1.1;
}

.press_box07__image{
    max-width: 788px;
    margin: 0 auto;
    width: 100%;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.press_box07__bandttl{
    font-weight: 500;
    padding: 14px 0;
    width: 100%;
    max-width: 565px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0, 126, 99, 0.15);
    border-radius: 0 0 5px 5px;
    font-size: min(max(18 / var(--main-w) * 100vw, 14x), 18px);
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.press_box07__image02{
    width: 100%;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.press_box07__image03{
    max-width: 700px;
    margin: 0 auto;
    width: 90%;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.hupu__box__table--press{
    overflow-x: auto;
    width: 100%;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.hupu__box__table--press table{
    min-width: 750px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
}

.hupu__box__table--press table tr{
    height: min(max(48 / var(--main-w) * 100vw, 44px), 48px);
}

.press-top{
    text-align: center;
    color: #fff;
    background-color: #005C4F;
}

.press-left{
    text-align: center;
    background: #33A697;
    color: #fff;
}

.press-cell{
    padding: min(max(16 / var(--main-w) * 100vw, 10px), 16px) min(max(40 / var(--main-w) * 100vw, 25px), 40px);
    text-align: left;
}

.press-cell small{
    font-size: min(max(14 / var(--main-w) * 100vw, 12px), 14px);
    margin-left: 20px;
}

.hupu__box__table--press table th,.hupu__box__table--press table td{
    border: 1px solid #BCBCBC;
    font-weight: 500;
}

.hupu__anker{
    display: flex;
    gap: 8px;
}

.hupu__anker--policy{
    flex-wrap: wrap;
    margin-top: min(max(80 / var(--main-w) * 100vw, 56px), 80px);
}

.hupu__anker__item{
    position: relative;
    width: 50%;
    text-align: center;
    background-color: rgba(0, 126, 99, 0.15);
    line-height: min(max(65 / var(--main-w) * 100vw, 55px), 65px);
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 300;
}

.hupu__anker__item--policy{
    width: calc(33.3333% - 5.333px);
}

.hupu__anker__item::after{
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: var(--main-color);
    right: 0;
    bottom: 0;
}

.hupu__anker__item__arrow {
    position: absolute;
    right: 4px;
    bottom: 6px;
    display: inline-block;
    width: 9.4px;
    height: 5px;
    z-index: 1;
}

.hupu__anker__item__arrow::before,
.hupu__anker__item__arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 6.8px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: 50% calc(100% - 0.5px);
}

.hupu__anker__item__arrow::before {
    transform: rotate(46.4deg);
}

.hupu__anker__item__arrow::after {
    transform: rotate(-46.4deg);
}

/* hupuend */

.policy__box{
    margin-top: min(max(80 / var(--main-w) * 100vw, 56px), 80px);
}

.policy__box01{
    margin-top: 0;
}

.policy__inner{
    margin-top: min(max(80 / var(--main-w) * 100vw, 56px), 80px);
    margin-bottom: min(max(160 / var(--main-w) * 100vw, 100px), 160px);
}

.policy__inner--privacy{
    margin-top: min(max(120 / var(--main-w) * 100vw, 56px), 120px);
}

.policy__inner--publicn{
    margin-top: min(max(100 / var(--main-w) * 100vw, 56px), 100px);
}

.policy__ttl{
    font-size: min(max(22 / var(--main-w) * 100vw, 18px), 22px);
    padding: min(max(16 / var(--main-w) * 100vw, 10px), 16px) 0;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 0 0 5px 5px;
    line-height: 1.3;
    text-align: center;
}

.policy__txt{
    font-weight: 300;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.8;
    margin: min(max(35 / var(--main-w) * 100vw, 18px), 35px) 0;
}

.policy__txt--solo{
    margin: min(max(28 / var(--main-w) * 100vw, 18px), 28px) 0 min(max(15 / var(--main-w) * 100vw, 10px), 15px) 0;
}

.policy__image{
    width: 100%;
    max-width: 700px;
    margin: min(max(50 / var(--main-w) * 100vw, 30px), 50px) auto;
}

.policy__list{
    font-weight: 300;
    margin: min(max(35 / var(--main-w) * 100vw, 20px), 35px) 0;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.8;
    padding-left: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
}

.policy__list--last{
    margin-top: min(max(15 / var(--main-w) * 100vw, 10px), 15px);
}

.policy__list li{
    list-style: decimal;
    padding-left: min(max(12 / var(--main-w) * 100vw, 7px), 12px);
    margin-bottom: min(max(18 / var(--main-w) * 100vw, 15px), 18px);
}

.policy__list li:last-child{
    margin-bottom: 0;
}

.policy__list li span{
    font-weight: 500;
}

.policy__list__list{
    margin-top: 12px;
    font-weight: 300;
    margin-left: min(max(30 / var(--main-w) * 100vw, 16px), 30px);
}

.policy__list__list li{
    list-style: none;
    font-weight: 300;
}

ol.policy__list__list li {
    position: relative;
    padding-left: 5px;
    list-style-type: none;
}

ol.policy__list__list li:before {
    position: absolute;
    right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
    content: "(" counter(list-item) ")";
}

.policy__flex{
    display: flex;
    gap: 21px;
    margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
}

.policy__flex__item{
    position: relative;
    display: flex;
    align-items: center;
    width: calc(33.333% - 14px);
    padding: min(max(22 / var(--main-w) * 100vw, 14px), 12px) min(max(20 / var(--main-w) * 100vw, 10px), 20px);
    box-shadow: 0 2px 6px rgba(88, 88, 88, 0.3);
    transition: 0.3s;
    opacity: 1;
}

.policy__flex__item:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.policy__flex__item__icon{
    width: min(max(55 / var(--main-w) * 100vw, 40px), 55px);
}

.policy__flex__item::after{
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: min(max(16.5 / var(--main-w) * 100vw, 12px), 16.5px);
    height: min(max(16.5 / var(--main-w) * 100vw, 12px), 16.5px);
    background: url(./assets/img/dl_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.policy__flex__item__txt{
    text-align: center;
    font-size: min(max(15 / var(--main-w) * 100vw, 13px), 15px);
    width: calc(100% - min(max(55 / var(--main-w) * 100vw, 40px), 55px));
}

.policy__flex__item__txt span{
    font-size: min(max(13 / var(--main-w) * 100vw, 12px), 13px);
}

.ppolicy__content h2{
    font-size: min(max(22 / var(--main-w) * 100vw, 18px), 22px);
    padding: min(max(16 / var(--main-w) * 100vw, 10px), 16px) 0;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 0 0 5px 5px;
    line-height: 1.3;
    text-align: center;
    margin-top: min(max(80 / var(--main-w) * 100vw, 56px), 80px);
}

.ppolicy__content p{
    font-weight: 300;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.8;
    margin: min(max(35 / var(--main-w) * 100vw, 18px), 35px) 0;
}

.ppolicy__content p a{
    font-weight: 500;
    color: var(--main-color);
    text-decoration: underline;
}

.policy__box > :last-child {
    margin-bottom: 0;
}

.ppolicy__content > :last-child {
    margin-bottom: 0;
}

.ppolicy__content p.weight-bold{
    font-weight: 500;
    margin: min(max(20 / var(--main-w) * 100vw, 16px), 20px) 0 min(max(35 / var(--main-w) * 100vw, 24px), 35px) 0;
}

.ppolicy__content h3{
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    padding: min(max(12 / var(--main-w) * 100vw, 10px), 12px) 0;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 0 0 5px 5px;
    line-height: 1.3;
    text-align: center;
    margin-top: min(max(56 / var(--main-w) * 100vw, 48px), 56px);
}

.ppolicy__content ol{
    font-weight: 300;
    margin: min(max(40 / var(--main-w) * 100vw, 20px), 40px) 0;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.8;
    padding-left: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
}

.ppolicy__content ol li{
    list-style: decimal;
    padding-left: min(max(12 / var(--main-w) * 100vw, 7px), 12px);
    margin-bottom: min(max(10 / var(--main-w) * 100vw, 8px), 10px);
}

.ppolicy__content ol.policy__list--side{
    margin-left: min(max(30 / var(--main-w) * 100vw, 20px), 30px);
}

.is-disabled{
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.top-scroll{
    display: none;
    width: min(max(50 / var(--main-w) * 100vw, 37px), 50px);
    height: min(max(50 / var(--main-w) * 100vw, 37px), 50px);
    position: fixed;
    bottom: min(max(30 / var(--main-w) * 100vw, 15px), 30px);
    right: min(max(30 / var(--main-w) * 100vw, 15px), 30px);
}

.sp490only{
    display: none;
}

.sponly_768{
    display: none;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

@media (max-width: 1024px){

    .top-sv{
        overflow: unset;
    }

    .top-sv__box2{
        width: calc(100% - 27px);
        margin: 0 auto;
        margin-top: 10px;
    }

    .top-sv__box2__right::after{
        left: auto;
        right: 0;
        bottom: 0;
        top: 110%;
        width: 120px;
        height: 120px;
    }
    
}

@media (max-width: 768px){
    .sponly_768{
        display: block;
    }

    .pconly_768{
        display: none;
    }

    main{
        padding-top: 55px;
    }

    .top-sv__box__left{
        width: 100%;
    }

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

    .top-sv__boxsp{
        display: flex;
        gap: 32px;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .top-sv__boxsp__item01{
        padding-top: 80px;
    }

    .top-sv__box2{
        margin-top: 40px;
    }

    .top-sv__box2__right{
        max-width: unset;
        width: 100%;
    }

    .top-sv__box__link{
        width: calc(100% - 143px);
    }

    .top-sv__box2__right::after{
        top: auto;
        bottom: -45px;
        right: -15px;
    }

    .top-sv{
        margin-top: 120px;
        padding-bottom: 0;
    }

    .header__menu{
        display: none;
    }

    .hum__button{
        display: block;
        width: 25px;
        height: 16px;
        position: relative;
        cursor: pointer;
    }

    .hum__button__bar{
        width: 100%;
        height: 1px;
        background-color: #222222;
        position: absolute;
        left: 0;
    }

    .hum__button__bar--top{
        top: 0;
    }

    .hum__button__bar--middle{
        top: 50%;
        transform: translateY(-50%);
    }

    .hum__button__bar--bottom{
        bottom: 0;
    }

    header{
        height: 55px;
        padding: 0 25px;
    }
    
    .top-news__inner{
        flex-direction: column;
        gap: 28px;
    }

    .top-news__left,.top-news__right{
        width: 100%;
    }

    .top-news__spmore{
        text-align: right;
    }

    .top-news__more{
        margin-top: 0;
    }

    .top-contact{
        padding: 36px 0;
    }

    .top-contact__inner{
        flex-direction: column-reverse;
    }

    .top-contact__right{
        margin: 0 0 -30px auto;
        width: 125px;
    }

    .footer__right{
        gap: 30px;
    }

    .top-contact__left{
        width: 100%;
    }

    .footer__inner{
        flex-direction: column-reverse;
        gap: 40px;
    }

    footer{
        padding-top: 56px;
    }

    .footer__inner{
        margin-bottom: 24px;
    }

    .top-product__inner{
        flex-direction: column;
        max-height: unset;
        aspect-ratio: unset;
        margin-top: 32px;
        gap: 2px;
    }

    .top-product__item{
        width: 100%;
        min-height: 344px;
        padding: 40px 15px;
    }

    .top-product__item__contet{
        gap: 60px;
    }

    .product__item__contet__right{
        width: 41px;
        height: 41px;
    }

    .top-product__item__contet__left{
        width: calc(100% - 101px);
    }

    .company__top{
        flex-direction: column;
        gap: 40px;
    }

    .company__top__left,.company__top__right{
        width: 100%;
    }

    .company__top__right{
        max-width: 180px;
        margin: 0 auto;
    }

    .company__top__right__name{
        font-size: 15px;
        gap: 8px;
    }

    .company__top__right__name::before{
        font-size: 12px;
    }

    .company__top__txt{
        margin-top: 20px;
        font-size: 14px;
    }

    .comapny__tablearea{
        margin-top: 56px;
        margin-bottom: 100px;
    }

    .timeline-table-wrap{
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .timeline-table{
        min-width: 630px;
        border: none;
    }

    .timeline-table thead tr th:nth-child(2){
        border-left: none;
    }

    .timeline-table tbody tr td:nth-child(2){
        border-left: none;
    }

    .timeline-table thead th:first-child,
    .timeline-table tbody th[scope="row"],
    .timeline-table tbody td:first-child{
        position: sticky;
        top: 0;
        left: 0;
        background: none;
        border-left: none;
        border-right: none;
    }

    .timeline-table thead th:first-child::before,
    .timeline-table tbody th[scope="row"]::before,
    .timeline-table tbody td:first-child::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        background: #D9EBE7;
        z-index: -1;
    }

    .timeline-table thead th:first-child::before{
        background: var(--main-color);
    }

    .timeline-table thead th:first-child{
        z-index: 3;
        background: var(--main-color);
    }

    .timeline-table thead th:first-child,
    .timeline-table tbody th[scope="row"],
    .timeline-table tbody td:first-child{
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .timeline-table tbody td:first-child.bandgreen{
        background-color: var(--main-color);
    }

    .timeline-table tbody td.bandgreen:first-child::before{
        background: unset;
    }

    .timeline-table th, .timeline-table td{
        padding: 15px 10px ;
    }

    .oc__area{
        min-width: 540px;
        max-width: 540px;
        margin: 0 auto;
    }

    .contentarea--scroll{
        margin-top: 56px;
        margin-bottom: 100px;
    }

    .plant__list{
        margin: 60px 0 100px 0;
    }

    .plant__list{
        gap: 56px;
    }

    .factory__special__block{
        gap: 20px;
        flex-direction: column;
    }

    .factory__special__block--re{
        flex-direction: column-reverse;
    }

    .factory__special__block__image,.factory__special__block__info{
        width: 100%;
    }

    .factory__inner{
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .hupu__item{
        flex-direction: column;
        gap: 20px;
    }

    .hupu__item__info,.hupu__item__image{
        width: 100%;
    }

    .hupu__item.hupu__item--reverse{
        flex-direction: column;
    }

    .hupu__item--last .hupu__item__info,.hupu__item--last .hupu__item__image{
        width: 100%;
    }

    .hupu__box04__flex{
        padding: 0;
        flex-direction: column;
        align-items: center;
    }

    .hupu__box04__flex__left{
        width: 100%;
        text-align: center;
        max-width: 400px;
    }

    .hupu__box04__flex__left img{
        width: 80%;
    }

    .hupu__box04__flex__left span, .hupu__box04__flex__right span{
        display: block;
        position: static;
        margin-top: 10px;
    }
    
    .hupu__box04__flex__right{
        width: 100%;
        max-width: 500px;
    }

    .hupu__box12__flex1,.hupu__box12__flex2,.hupu__box12__flex3{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .hupu__box12__flex1__left,.hupu__box12__flex1__right,.hupu__box12__flex2__left,.hupu__box12__flex2__right,.hupu__box12__flex3__left,.hupu__box12__flex3__right{
        width: 100%;
        max-width: 400px;
    }

    .hupu__aftermekki .slick-list{
        padding: 0 18% 0 0 !important;
    }

    .hupu__aftermekki .hupu__aftermekki__item{
        margin-right: 12.5px;
    }

    .hupu__aftermekki--f .hupu__aftermekki__item::after{
        right: -25px;
    }

    .hupu__subttl{
        width: auto;
        min-width: unset;
    }

    .hupu__aftermekki{
        width: calc(100vw - 15px);
        margin-right: calc(50% - 50vw);
        margin-top: min(max(58 / var(--main-w) * 100vw, 30px), 58px);
    }

    .hupu__aftermekki--s{
        margin-top: 53px;
    }

    .press_box04__flex--slider .slick-dots li button:before{
        display: none;
    }

    .press_box04__flex--slider .slick-dots li button{
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #BCBCBC;
        border-radius: 50%;
    }

    .press_box04__flex--slider .slick-dots li.slick-active button{
        background-color: var(--main-color);
    }

    .press_box04__flex--slider .slick-dots li{
        width: 8px;
        height: 8px;
    }

    .press_box04__flex--slider .press_box04__flex__item{
        margin: 0 8px;
    }

    .hupu__box__table__cap{
        text-align: left;
    }

    .timeline-table .col-year{
        padding-left: 17px;
        padding-right: 0;
    }

    .hupu__anker__item--policy{
        width: calc(50% - 4px);
    }

    .policy__flex{
        flex-wrap: wrap;
        gap: 20px;
    }

    .policy__flex__item{
        width: 100%;
    }

    .hum__all{
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #242424;
        transform: translateX(100vw);
        transition: 0.3s;
    }
    
    .hum__all.is-active {
        transform: translateX(0);
        transition: 0.3s;
    }

    .hum__inner{
        padding: 30px 0;
    }

    .hum__band{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 25px;
    }

    .hum__band__logo{
        width: 252px;
    }

    .hum__band__close{
        width: 18px;
        height: auto;
        cursor: pointer;
    }

    .hum__menu{
        margin-top: 55px;
    }

    .hum__menu__item{
        display: block;
        position: relative;
        padding: 20px 15px;
        border-top: 1px solid #707070;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 1;
    }

    .hum__menu__item--last{
        border-bottom: 1px solid #707070;
    }

    .hum__menu__item::after{
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 5.94px;
        height: 11.28px;
        background: url(./assets/img/hum_menu_arrow.webp);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .hum__menu__products{
        padding: 20px 15px;
        border-top: 1px solid #707070;
    }

    .hum__menu__products__ttl{
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 1;
    }

    .hum__menu__products__flex{
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-top: 16px;
    }

    .hum__menu__products__item{
        display: block;
        width: 50%;
    }

    .hum__menu__products__item__ttl{
        position: relative;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1;
    }

    .hum__menu__products__item__ttl::after{
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2.84px;
        height: 6.14px;
        background: url(./assets/img/hum_menu_arrow.webp);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 545px){
    .hupu__anker__item--policy{
        width: 100%;
    }
}

@media (max-width: 490px){
    .footer__right__list{
        gap: 16px;
    }

    .footer__right__list__cat{
        gap: 14px;
        margin-top: 14px;
    }

    .footer__right__list__item--mini{
        font-size: 12px;
    }

    .footer__right__list__cat__item{
        font-size: 12px;
    }

    .footer__left__logo{
        width: 252px;
    }

    .footer__left__ttl{
        margin-top: 20px;
        font-size: 14px;
    }

    .footer__left__txt{
        font-size: 12px;
    }

    .footer__left__contact{
        padding: 9.5px 35px;
        font-size: 14px;
        gap: 8px;
    }

    .top-info__inner{
        flex-direction: column;
        gap: 40px;
    }

    .top-info__item{
        width: 100%;
        padding: 0;
    }

    .top-info__inner .top-info__item:last-child{
        padding: 0;
        border: unset;
    }

    .top-info{
        margin-bottom: 40px;
    }

    .top-news__right__item__ttl__icon{
        width: 34px;
        height: 34px;
    }

    .top-news__more{
        padding-right: 23px;
        font-size: 12px;
    }

    .top-info__item__flex{
        margin-top: 15px;
    }

    .top-faq__item__icon{
        font-size: 14px;
        width: 28px;
        height: 28px;
        line-height: 26px;
    }

    .top-faq__item__ttl{
        width: calc(100% - 48px);
    }

    .top-faq__item__box--q::after{
        right: 10px;
    }

    .top-contact__left__button{
        padding: 12.5px 40px;
    }

    .top-contact__left__button__icon{
        width: 18.2px;
        height: 17.44px;
    }

    .top-contact__left__button__arrow{
        width: 12px;
        height: 12px;
    }

    .top-fv__ttl{
        padding-bottom: 62px;
    }

    .section__ttl{
        margin-top: 3px;
    }

    .company__link__item{
        width: 100%;
    }

    .company__link__item--factory{
        width: calc(50% - 12px);
    }

    .sp490only{
        display: block;
    }

    .pc490only{
        display: none;
    }

    .comapny__table,
    .comapny__table tbody,
    .comapny__table tr{
        display:block;
        width:100%;
    }

    .comapny__table tr{
        border: none;
        border-bottom: 1px solid #DDDDDD;
        background: #fff;
    }

    .comapny__table th.comapny__table__ttl{
        display:block;
        width:100%;
        background: rgba(0, 126, 99, 0.15);
        font-weight: 500;
        border: none;
        border-bottom: 1px solid #DDDDDD;
        padding: 15px;
        text-align: left;
    }

    .comapny__table td.comapny__table__txt{
        display:block;
        width:100%;
        background: var(--c-bg);
        border: none; 
        padding: 15px;
        text-align: left;
    }

    .comapny__table__txt__list__ttl{
        padding-left: 16px;
        margin: 30px 0 10px;
    }

    .comapny__table__txt__list__ttl::before{
        left: 0;
    }

    .plant__list__item__info{
        flex-direction: column;
        gap: 20px;
    }

    .plant__list__item__info__image,.plant__list__item__info__content{
        width: 100%;
    }

    .plant__list__item__info__content{
        gap: 0;
    }

    .plant__list__item{
        gap: 24px;
    }

    .plant__list__item__info__content__button{
        margin-top: 40px;
    }

    .factory__equipment__item{
        width: 100%;
    }

    .factory__equipment{
        gap: 30px;
    }

    .comapny__table__txt__box .comapny__table__txt__box__item:nth-child(2n + 1){
        max-width: unset;
    }

    .comapny__table__txt__box .comapny__table__txt__box__item:nth-child(2n){
        margin-bottom: 16px;
    }

    .comapny__table__txt__box .comapny__table__txt__box__item:last-child{
        margin-bottom: 0;
    }

    .comapny__table__txt__box__item{
        width: 100%;
    }

    .factory__map__iframe{
        aspect-ratio: 345/240;
    }

    .hupu__3dmekki{
        flex-direction: column;
    }

    .hupu__3dmekki__item{
        width: 100%;
    }

    .press_box06__flex__item{
        width: 100%;
    }

    .press_box04__flex--box05{
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px 9px;
    }

    .press_box04__flex__item{
        width: calc(50% - 4.5px);
    }

    .press_box04__flex--box05 .press_box04__flex__item:first-child{
        width: 51%;
    }

    .hupu__3dmekki .hupu__3dmekki__item:first-child::after{
        display: none;
    }

    .press_box04__flex--slider{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        margin-top: min(max(56 / var(--main-w) * 100vw, 30px), 56px);
    }

    .hupu__subttl{
        font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    }

    .policy__image{
        overflow-x: auto;
        width: 100%;
    }

    .policy__image img{
        width: 538px;
        height: auto;
    }

    ol.policy__list__list li:before{
        right: calc(100% + 0rem);
    }

    .page-top--company{
        background: url(./assets/img/company_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--companyp{
        background: url(./assets/img/companyp_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--history{
        background: url(./assets/img/history_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--oc{
        background: url(./assets/img/oc_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--plant{
        background: url(./assets/img/plant_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--news{
        background: url(./assets/img/news_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--contact{
        background: url(./assets/img/contact_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--policy{
        background: url(./assets/img/policyt_top_bg.webp);
        background-position: center;
        background-size: cover;
    }

    .factory-top--kakegawa{
        background: url(./assets/img/kakegawa_fv_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .factory-top--esashi{
        background: url(./assets/img/esashi_fv_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .factory-top--nasu{
        background: url(./assets/img/nasu_fv_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .factory-top--press{
        background: url(./assets/img/press_fv_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .factory-top--hupu{
        background: url(./assets/img/press_fv_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--ppolicy{
        background: url(./assets/img/ppolicy_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .page-top--publicn{
        background: url(./assets/img/publicn_top_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .top-sv__boxsp__item02{
        width: 39%;
    }
    
    .top-sv__boxsp__item01{
        width: 61%;
    }

    .factory-top__inner{
        padding: 56px 0 219px 0;
    }

    .hupu__3dmekki__item__image{
        width: 100%;
    }
}