@charset "UTF-8";
/*-------------
vars
-------------*/
:root{
    --font-sans-serif: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --font-en: 'Poppins', sans-serif;
    --main-color: #96c444; /* 白字を重ねて読める濃さ */
    --main-color-bg--light:#f6fee3; /* メインカラーの文字を重ねて読める薄さ */
    --main-black: #1a1a1a;
    --border-gray: #ccc;
    --bg-gray: #f5f5f5;
    --text-red: #ed1c24;
    --link-color: #044d88;
    --min-width_pc: 1200px;
    --inner-width--sp: 90.625%;
    --inner-width--sp_vw: 90.625vw;
    --inner-sidespace--sp: 4.6875%;
    --inner-sidespace--sp_vw: 4.6875vw;
    --contents-upspace: 60px;
    --contents-downspace: 120px;
    --contents-updownspace: var(--contents-upspace) 0 var(--contents-downspace);
    --boxshadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    --boxshadow--sp: 0px 6px 9px rgba(0, 0, 0, 0.1);
    --text-frame--white_1: #fff 0 0, #fff 0 1px, #fff 0 -1px, #fff 1px 0, #fff 1px 1px, #fff 1px -1px, #fff -1px 0, #fff -1px 1px, #fff -1px -1px;
}
@media screen and (max-width:768px){
    :root{
        --contents-upspace: 40px;
        --contents-downspace: 80px;
    }
}

/*-------------
base
-------------*/
html{
    font-size: 62.5%;
}
body{
    width: 100%;
    min-width: var(--min-width_pc);
    background: #fff;
    color: var(--main-black);
    font-family: var(--font-sans-serif);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    text-align: left;
    word-wrap: break-word;
}
*{
    letter-spacing: .04em;
}
.sp{
    display: none;
}
.clearfix::after,
.cf::after{
    content: "";
    display: block;
    clear: both;
}
.preload *,
.preload *::before,
.preload *::after{
    transition: none!important;
}
a:hover{
    text-decoration: none;
}
a[href^="tel:"]{
    pointer-events: none;
}
*:has(> wbr){
    word-break: keep-all;
}
.txt_ind {
    text-indent: -1em;
    padding-left: 1em;
}
/*--- sp */
@media screen and (max-width:767px){
    body{
        min-width: 320px;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    a[href^="tel:"]{
        pointer-events: auto;
    }
    img{
        width: 100%;
        height: auto;
    }
}

/*-------------
data-effect
-------------*/
*[data-effect^="fade"]{
    opacity: 0;
    transition: transform .8s ease,opacity .8s ease;
}
*[data-effect^="fade-left"]{
    transform: translateX(-50px);
}
*[data-effect^="fade-right"]{
    transform: translateX(50px);
}
*[data-effect^="fade-up"]{
    transform: translateY(50px);
}
*[data-effect^="fade"].is--effect{
    opacity: 1;
    transform: none;
}
@media screen and (max-width:767px){
    *[data-effect^="fade"]{
        transition: transform .4s ease,opacity .4s ease;
    }
}

/*-------------
accordion
-------------*/
.accordion-btn:not(.is--ready){
    pointer-events: none;
}
.accordion-btn.is--ready{
    cursor: pointer;
}
@media screen and (max-width:768px){
    .accordion-btn--sp:not(.is--ready){
        pointer-events: none;
    }
    .accordion-btn--sp.is--ready{
        cursor: pointer;
    }
}
.accordion-btn:not(.accordion--open):not([data-target-class]) + *:not(.accordion-container),
.accordion-content{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width:768px){
    .accordion-btn--sp:not(.accordion--open):not([data-target-class]) + *:not(.accordion-container),
    .accordion-content--sp{
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
}
.accordion-container{
    overflow: hidden;
    transition: height .3s ease;
}
.accordion-container.is--hit_low{
    transition: height .2s ease;
}
.accordion-container:not(.is--open){
    height: 0!important;
}
@media screen and (min-width:769px){
    .accordion-container.is--limit_sp{
        height: auto!important;
    }
}

/*-------------
header
-------------*/
@media screen and (min-width:769px){
    /*-------------
    header--type_1
    -------------*/
    :root{
        --header_type1_hit: 80px;
    }
    .header--type_1:not(.menu-indicator){
        display: flex;
        align-items: center;
        min-width: var(--min-width_pc);
    }
    .header--type_1:not(.menu-indicator) .header-head{
        flex: 0 0 auto;
        padding-left: 40px;
    }
    .header--type_1:not(.menu-indicator) .header-body{
        display: flex;
        flex: 1 1 auto;
        height: auto!important;
    }
    .header--type_1:not(.menu-indicator) .header-menu{
        flex: 1 1 auto;
        position: relative;
        height: var(--header_type1_hit);
        margin: 0 30px;
    }
    .header--type_1:not(.menu-indicator) .header-nav{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: var(--header_type1_hit);
        overflow-x: hidden;
        /* overflow-x: auto;
        overflow-y: hidden; */
    }
    .header--type_1:not(.menu-indicator) .header-nav::-webkit-scrollbar{
        height: 4px;
    }
    .header--type_1:not(.menu-indicator) .header-nav::-webkit-scrollbar-track{
        border-radius: 2px;
        background-color: rgba(100,100,100,.25);
    }
    .header--type_1:not(.menu-indicator) .header-nav::-webkit-scrollbar-thumb{
        border-radius: 2px;
        background-color: rgba(0,0,0,.5);
    }
    .header--type_1:not(.menu-indicator) .header-nav{
        /* firefox */
        scrollbar-width: thin;
        scrollbar-color: rgba(0,0,0,.5) rgba(100,100,100,.25);
    }
    .header--type_1:not(.menu-indicator) .header-nav-list{
        display: flex;
        width: 100%;
        height: var(--header_type1_hit);
    }
    .header--type_1:not(.menu-indicator) .header-nav-list-item{
        flex-shrink: 0;
    }
    .header--type_1:not(.menu-indicator) .header-nav-list-item:first-child{
        margin-left: auto;
    }
    .header--type_1:not(.menu-indicator) .header-nav-list-item__link{
        display: flex;
        align-items: center;
        position: relative;
        height: var(--header_type1_hit);
        padding: 10px 20px;
        font-size: 1.6rem;
        white-space: nowrap;
    }
    .header--type_1:not(.menu-indicator) .header-contact{
        flex: 0 0 auto;
    }
    .header--type_1:not(.menu-indicator) .header-contact__link{
        display: flex;
        justify-content: center;
        align-items: center;
        height: var(--header_type1_hit);
        padding: 9px 25px 11px;
        background: var(--main-color);
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .header--type_1:not(.menu-indicator) .header-contact__link::before{
        width: 22px;
        height: 16px;
        margin: 1px 8px 0 0;
        background: url(../images/icon_mail.svg) no-repeat center / contain;
        content: "";
    }
    @keyframes scroll-mes-flash{
        0% {
            opacity: 1;
        }
        50% {
            opacity: .25;
        }
        100% {
            opacity: 1;
        }
    }
    .header--type_1:not(.menu-indicator) .header-menu .scroll-message{
        display: flex;
        align-items: center;
        position: absolute;
        top: calc(50% + 2px);
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 4px 12px 6px;
        border-radius: 5px;
        background: #000;
        color: #fff;
        pointer-events: none;
        animation: scroll-mes-flash 2s infinite;
    }
    .header--type_1:not(.menu-indicator) .header-menu .scroll-message::after{
        margin: 1px 0 0 8px;
        border-top: solid 5px rgba(0,0,0,0);
        border-bottom: solid 5px rgba(0,0,0,0);
        border-left: solid 10px #fff;
        content: "";
    }
    .header:not(.header--type_1) .header-menu .scroll-message{
        display: none!important;
    }

    /*-------------
    header--type_2
    -------------*/
    :root{
        --header_type2_wid: 240px;
    }
    .header--type_2{
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: var(--header_type2_wid);
        height: 100vh;
        background: #fff;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
        transition: transform .3s ease,box-shadow .3s ease;
    }
    .header--type_2:not(.is--open){
        transform: translateX(-100%);
        box-shadow: none;
    }
    .header--type_2 .header-head{
        position: relative;
        margin-bottom: 30px;
    }
    .header--type_2 .header-logo{
        padding: 15px 20px 0;
    }
    .header--type_2 .header-logo img{
        width: 100%;
        height: auto;
    }
    .header--type_2 .header-menu-btn{
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        width: 60px;
        height: 60px;
        background: linear-gradient(to top,#fff,#fff) no-repeat top 29px left 15px / 30px 2px,var(--main-color);
        cursor: pointer;
    }
    .header--type_2.is--open .header-menu-btn{
        background: var(--main-color);
    }
    .header--type_2 .header-menu-btn::before,
    .header--type_2 .header-menu-btn::after{
        position: absolute;
        left: 15px;
        width: 30px;
        height: 2px;
        background: #fff;
        content: "";
        transition: top .3s ease,transform .3s ease;
    }
    .header--type_2 .header-menu-btn::before{
        top: 20px;
    }
    .header--type_2.is--open .header-menu-btn::before{
        top: 29px;
        transform: rotate(45deg);
    }
    .header--type_2 .header-menu-btn::after{
        top: 38px;
    }
    .header--type_2.is--open .header-menu-btn::after{
        top: 29px;
        transform: rotate(-45deg);
    }
    .header--type_2 .header-body{
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-height: 0;
    }
    .header--type_2 .header-menu{
        margin: auto 5px auto 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header--type_2 .header-menu::-webkit-scrollbar{
        width: 6px;
    }
    .header--type_2 .header-menu::-webkit-scrollbar-track{
        border-radius: 3px;
        background-color: rgba(100,100,100,.25);
    }
    .header--type_2 .header-menu::-webkit-scrollbar-thumb{
        border-radius: 3px;
        background-color: rgba(0,0,0,.5);
    }
    .header--type_2 .header-menu{
        /* firefox */
        scrollbar-width: thin;
        scrollbar-color: rgba(0,0,0,.5) rgba(100,100,100,.25);
    }
    .header--type_2 .header-nav-list{
        padding: 0 15px 0 20px;
    }
    .header--type_2 .header-nav-list-item{
        padding: 14px 0;
    }
    .header--type_2 .header-nav-list-item__link{
        display: block;
        font-size: 1.6rem;
        line-height: calc(1em + 6px);
    }
    .header--type_2 .header-contact{
        flex: 0 0 auto;
        margin-top: 45px;
    }
    .header--type_2 .header-contact__link{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        padding: 0 15px 2px;
        background: var(--main-color);
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .header--type_2 .header-contact__link::before{
        flex: 0 0 auto;
        width: 22px;
        height: 16px;
        margin: 1px 8px 0 0;
        background: url(../images/icon_mail.svg) no-repeat center / contain;
        content: "";
    }
}
/*--------------------------
header--type_1
横メニュ-はみ出したとき
------------------------*/
@media screen and (min-width:769px){
    /*PC限定*/
    :root{
        --header_hit--menu: 50px;
    }
    .menu-indicator.header{
        position: relative;
        z-index: 1001;
    }
    .menu-indicator .header-head{
        display: flex;
        align-items: center;
        position: relative;
        height: var(--header_hit--menu);
        background: #fff;
        width: 100%;
    }
    .menu-indicator .header-logo{
        padding-left: 15px;
    }
    .menu-indicator .header-logo img{
        max-width: 200px;
        max-height: calc(var(--header_hit--menu) - 10px);
    }
    .menu-indicator .header-menu-btn{
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background: linear-gradient(to top,#fff,#fff) no-repeat top 24px left 13px / 24px 2px,var(--main-color);
        cursor: pointer;
    }
    .menu-indicator .header-menu-btn.menu--open{
        background: var(--main-color);
    }
    .menu-indicator .header-menu-btn::before,
    .menu-indicator .header-menu-btn::after{
        position: absolute;
        left: 13px;
        width: 24px;
        height: 2px;
        background: #fff;
        content: "";
        transition: transform .3s ease,top .3s ease;
    }
    .menu-indicator .header-menu-btn::before{
        top: calc(50% - 8px);
    }
    .menu-indicator .header-menu-btn.menu--open::before{
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }
    .menu-indicator .header-menu-btn::after{
        top: calc(50% + 6px);
    }
    .menu-indicator .header-menu-btn.menu--open::after{
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }
    .menu-indicator .header-body{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: var(--header_hit--menu);
        right: 0;
        width: 450px;
        height: auto;
        padding: 30px 0 calc(90px + env(safe-area-inset-bottom));
        background: #fff;
        transition: opacity .2s ease;
    }
    .menu-indicator .header-body:not(.is--active){
        display: none;
    }
    .menu-indicator .header-body:not(.is--show){
        opacity: 0;
    }
    .menu-indicator .header-menu{
        margin: auto 0;
        height: auto;
        /* overflow-x: hidden;
        overflow-y: auto; */
    }
    .menu-indicator .header-nav{
        padding: 0 30px;
        height: auto;
    }
    .menu-indicator .header-nav-list-item{
        padding: 10px 0;
    }
    .menu-indicator .header-nav-list-item__link{
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: calc(1em + 6px);
        text-shadow: var(--text-frame--white_1);
    }
    .menu-indicator .header-contact{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .menu-indicator .header-contact__link{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 59px;
        padding: 0 15px calc(2px + env(safe-area-inset-bottom));
        background: var(--main-color);
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .menu-indicator .header-contact__link::before{
        flex: 0 0 auto;
        width: 22px;
        height: 16px;
        margin: 2px 10px 0 0;
        background: url(../images/icon_mail.svg) no-repeat center / contain;
        content: "";
    }
    .menu-indicator.header--type_1 .header-menu .scroll-message{
        display: none!important;
    }
    .menu-indicator .header--type_1 .header-nav-list{
        display: block;
    }
}
/*--- sp ---*/
@media screen and (max-width:768px){
    :root{
        --header_hit--sp: 50px;
    }
    .header{
        position: relative;
        z-index: 1001;
    }
    .header-head{
        display: flex;
        align-items: center;
        position: relative;
        height: var(--header_hit--sp);
        background: #fff;
    }
    .header-logo{
        padding-left: 15px;
    }
    .header-logo img{
        max-width: 200px;
        max-height: calc(var(--header_hit--sp) - 10px);
    }
    .header-menu-btn{
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background: linear-gradient(to top,#fff,#fff) no-repeat top 24px left 13px / 24px 2px,var(--main-color);
        cursor: pointer;
    }
    .header-menu-btn.menu--open{
        background: var(--main-color);
    }
    .header-menu-btn::before,
    .header-menu-btn::after{
        position: absolute;
        left: 13px;
        width: 24px;
        height: 2px;
        background: #fff;
        content: "";
        transition: transform .3s ease,top .3s ease;
    }
    .header-menu-btn::before{
        top: calc(50% - 8px);
    }
    .header-menu-btn.menu--open::before{
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }
    .header-menu-btn::after{
        top: calc(50% + 6px);
    }
    .header-menu-btn.menu--open::after{
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }
    .header-body{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: var(--header_hit--sp);
        left: 0;
        width: 100%;
        height: calc(100vh - var(--header_hit--sp));
        padding: 30px 0 calc(90px + env(safe-area-inset-bottom));
        background: #fff;
        transition: opacity .2s ease;
    }
    .header-body:not(.is--active){
        display: none;
    }
    .header-body:not(.is--show){
        opacity: 0;
    }
    .header-menu{
        margin: auto 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header-nav{
        padding: 0 10vw;
    }
    .header-nav-list-item{
        padding: 14px 0;
    }
    .header-nav-list-item__link{
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: calc(1em + 6px);
        text-shadow: var(--text-frame--white_1);
    }
    .header-contact{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .header-contact__link{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 59px;
        padding: 0 15px calc(2px + env(safe-area-inset-bottom));
        background: var(--main-color);
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .header-contact__link::before{
        flex: 0 0 auto;
        width: 22px;
        height: 16px;
        margin: 2px 10px 0 0;
        background: url(../images/icon_mail.svg) no-repeat center / contain;
        content: "";
    }
    .header--type_1 .header-menu .scroll-message{
        display: none!important;
    }
}

/*-------------
footer
-------------*/
.footer{
    position: relative;
    padding: 50px 10px;
    border-top: solid 1px var(--border-gray);
    box-shadow: 0 1px 0 var(--border-gray);
}
.footer-inner{
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: 1000px;
    min-height: 180px;
    margin: 0 auto;
}
.footer-top{
    margin-right: 40px;
}
.footer-logo:not(:last-child){
    margin-bottom: 20px;
}
.footer-address{
    line-height: calc(1em + 10px);
}
.footer-nav{
    margin: 0 auto;
}
.footer-nav-list{
    columns: 3;
    column-gap: 50px;
    margin: -5px 0 0;
}
.footer-nav-list-item{
    margin: 0 0 5px;
}
.footer-nav-list-item__link{
    display: block;
    padding: 5px 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: calc(1em + 6px);
}
.footer-side{
    flex: 0 0 auto;
    margin-left: 20px;
}
.footer-contact{
    width: 180px;
}
.footer-contact__link{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 15px 2px;
    background: var(--main-color);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.footer-contact__link::before{
    flex: 0 0 auto;
    width: 22px;
    height: 16px;
    margin: 1px 10px 0 0;
    background: url(../images/icon_mail.svg) no-repeat center / contain;
    content: "";
}
.footer-link-list{
    margin-top: 20px;
}
.footer-link-list-item:not(:last-child){
    margin-bottom: 10px;
}
.footer-link-list-item__link{
    position: relative;
    padding: 5px 0 5px 21px;
    font-size: 1.4rem;
    line-height: calc(1em + 4px);
}
.footer-link-list-item__link::before{
    position: absolute;
    top: calc(0.5em + 1px);
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333;
    content: "";
}
.footer-link-list-item__link::after{
    position: absolute;
    top: calc(0.5em + 6px);
    left: 4px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
.footer-bottom{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    grid-column: span 3;
    margin-top: 20px;
}
.footer-sns-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.footer-sns-list-item{
    flex: 0 0 auto;
}
.footer-sns-list-item a{
    display: block;
}
.footer-sns-list-item img{
    width: auto;
    height: auto;
    max-height: 32px;
}
.footer-youtube-link a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 32px;
    padding: 0 16px;
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #212121;
    font-family: var(--font-en);
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
}
.footer-youtube-link a::before{
    flex: 0 0 auto;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 12px;
    height: 14px;
    background: #f00;
    content: "";
}
.footer-youtube-link img{
    width: 100%;
    height: auto;
}
.footer-copy{
    display: block;
    margin-right: auto;
    padding: 5px 0;
    font-size: 1.3rem;
    line-height: calc(1em + 4px);
}
/* footer__pagetop */
.footer__pagetop{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    transition: opacity .3s ease;
}
.footer__pagetop.is--follow{
    position: fixed;
}
.footer__pagetop.is--follow:not(.is--show){
    opacity: 0;
    pointer-events: none;
}
.footer__pagetop::after{
    position: absolute;
    right: 14px;
    bottom: 9px;
    width: 14px;
    height: 15px;
    background: url(../images/pagetop-arrow.svg) no-repeat center / contain;
    content: "";
    pointer-events: none;
}
.footer__pagetop-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
    transform-origin: bottom left;
    width: 100%;
    aspect-ratio: 1 / 2;
    background: var(--main-color);
    font-size: 0;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .footer{
        padding: 30px var(--inner-sidespace--sp) calc(25px + env(safe-area-inset-bottom));
    }
    .footer-inner{
        display: block;
        width: 100%;
        min-height: 0;
    }
    .footer-top{
        margin: 0 0 25px;
    }
    .footer-logo{
        max-width: calc(100% - 80px);
    }
    .footer-logo img{
        width: auto;
        max-width: 100%;
    }
    .footer-nav{
        flex: 0 1 auto;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer-nav-list{
        display: flex;
        flex-wrap: wrap;
        columns: unset;
        column-gap: 0;
        margin: -5px -20px -5px 0;
    }
    .footer-nav-list-item{
        flex: 0 0 auto;
        margin: 0 20px 5px 0;
    }
    @media screen and (max-width:428px){
        .footer-nav-list-item{
            min-width: calc((100% - 60px) / 3);
        }
    }
    .footer-nav-list-item__link{
        display: block;
        padding: 5px 0;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: calc(1em + 6px);
    }
    .footer-side{
        margin: 25px 0 38px;
    }
    .footer-contact{
        width: 100%;
    }
    .footer-contact__link{
        min-height: 44px;
    }
    .footer-link-list{
        margin-top: 15px;
    }
    .footer-link-list-item:not(:last-child){
        margin-bottom: 5px;
    }
    .footer-bottom{
        display: block;
    }
    .footer-copy{
        margin: 20px 0 0;
        font-size: 1.2rem;
        line-height: 1;
    }
    /* footer__pagetop */
    .footer__pagetop{
        width: 50px;
        height: 50px;
    }
    .footer__pagetop::after{
        right: 10px;
        bottom: 7px;
    }
}

/*-------------
contents
-------------*/
/* main-title1 */
.main-title1{
    color: var(--main-color);
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px #CCCCCC;
}
/* main-title2 */
.main-title2{
    color: var(--main-color);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}
/*--- sp */
@media screen and (max-width:768px){
    .main-title1{
        font-size: 1.8rem;
    }
    .main-title2{
        font-size: 1.6rem;
    }
}

/*-------------
top-loading
-------------*/
.top-loading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    padding-bottom: clamp(10px,10vh,100px);
    background: #fff;
    transition: opacity .7s ease;
}
.top-loading.is--fade{
    opacity: 0;
    pointer-events: none;
}
@keyframes top-loading {
    0%,100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
.top-loading-anime {
    position: relative;
    transform: translateZ(0);
    width: 1em;
    height: 1em;
    margin: 3em auto 5em;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 10px;
    text-indent: -9999em;
    animation: top-loading 1.3s infinite linear;
}
.top-loading-text{
    font-family: arial,sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}
.top-loading-gauge{
    position: relative;
    width: 100px;
    height: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    background: #ccc;
}
.top-loading-gauge-progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 100%;
    background: var(--main-color);
    font-size: 0;
    transition: max-width .3s linear;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .top-loading{
        padding-bottom: calc(clamp(10px,10vh,100px) + env(safe-area-inset-bottom));
    }
}

/*-------------
top-mainvisual
-------------*/
.top-mainvisual-wrapper{
    position: relative;
}
.top-mainvisual-track{
    position: relative;
    height: calc(100vh - 135px);
}
.top-mainvisual-slider{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.top-mainvisual-slider-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.top-mainvisual-slider-item img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-mainvisual-slider-item .catch-copy{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.top-mainvisual-slider-item .catch-copy-title{
    font-size: 5.0rem;
    font-weight: bold;
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ 明朝', 'MS Mincho', sans-serif;
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0px 0px 20px #999999;
    letter-spacing: 1.3px;
}
.top-mainvisual-slider-item .catch-copy-text{
    font-size: 1.8rem;
    line-height: calc(1em + 10px);
    text-shadow: 0px 0px 20px #999999;
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ 明朝', 'MS Mincho', sans-serif;
    color: #ffffff;
    max-width: 600px;
}
.top-mainvisual-arrows{
    display: none;
}
.top-mainvisual-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 58px;
    height: 58px;
    background: var(--main-black);
    color: var(--main-black);
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-mainvisual-arrow::after{
    display: block;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
.top-mainvisual-arrow--left{
    transform: rotate(180deg);
    left: 0;
}
.top-mainvisual-arrow--right{
    right: 0;
}
.top-mainvisual--dots{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #efefef; */
    padding: 15px 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.top-mainvisual--dot{
    background: #666;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}
.top-mainvisual-dot--active{
    background: var(--main-black);
}
@media screen and (max-width:767px){
    .top-mainvisual{
        height: auto;
    }
    .top-mainvisual-slider-item{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .top-mainvisual-arrow{
        width: 40px;
        height: 40px;
    }
    .top-mainvisual-slider-item .catch-copy-title{
        font-size: 3.5rem;
        letter-spacing: 1.5;
        text-align: center;
    }
    .top-mainvisual-slider-item .catch-copy-text{
        margin-top: 10px;
        font-size: 1.6rem;
        max-width: var(--inner-width--sp);
    }
}

/*-------------
top-movie
-------------*/
.top-movie{
    position: relative;
    height: 100vh;
}
.top-movie-area{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.top-movie-area #movie{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
.top-movie .catch-copy{
    font-size: 5.0rem;
    text-shadow: 0px 0px 20px #999999;
    letter-spacing: 1.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:767px){
    .top-movie{
        height: 60vh;
    }
}

/*-------------
top-news
-------------*/
.top-news{
    position: relative;
    border-bottom: solid 1px var(--main-color);
}
.top-news:before{
    content: "";
    width: calc(((100% - 1200px) / 2) + 280px);
    height: 100%;
    background: var(--main-color-bg--light);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-news-wrapper{
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.top-news-title{
    flex: 0 1 280px;
    width: 280px;
    padding: 80px 0;
}
.top-news-title-main{
    color: var(--main-black);
    font-size: 3.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
}
.top-news-title-main::before{
    display: block;
    margin-bottom: 8px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.top-news-title-btton a{
    width: 200px;
    background: var(--main-color);
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
.top-news-list{
    flex: 0 1 920px;
    padding: 60px 0 50px 100px;
    box-sizing: border-box;
}
.top-news-list__item{
    display: flex;
    padding: 20px 0;
    box-sizing: border-box;
    align-items: flex-start;
}
.top-news-list__item:not(:last-of-type){
    border-bottom: solid 1px #cccccc;
}
.top-news-list__title{
    color: var(--main-color);
    min-width: 120px;
    flex: 0 0 auto;
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.top-news-list__text{
    flex: 0 1 100%;
    line-height: 1.8;
}
.top-news__category{
    color: #fff;
    background: var(--main-color);
    padding: 2px 10px;
    box-sizing: border-box;
    margin-left: 5px;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .top-news:before{
        content: none;
    }
    .top-news-wrapper{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top-news-title{
        width: 100%;
        padding: 30px 0;
        text-align: center;
        background: #f3f9ff;
    }
    .top-news-title-btton{
        text-align: center;
    }
    .top-news-title-btton a{
        margin: 15px auto 0;
    }
    .top-news-title-main{
        width: 100%;
        margin: 0 auto;
        font-size: 3.0rem;
    }
    .top-news-title-main::before{
        font-size: 1.8rem;
    }
    .top-news-list{
        padding: 10px var(--inner-sidespace--sp) 15px;
        box-sizing: border-box;
    }
    .top-news-list .news-article-list,
    .top-news-list .news-article-list-item:first-child{
        border: none;
    }
    .top-news-list__item{
        display: block;
    }
    .top-news-list__title{
        width: 100%;
        justify-content: flex-start;
        padding: 20px 0 5px;
    }
    .top-news-list__text{
        line-height: 1.5;
    }
}

/*-------------
top-new-prod
-------------*/
.top-new-prod{
    position: relative;
    z-index: 0;
    margin-bottom: 116px;
    padding-top: 98px;
}
.top-new-prod::before{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 373px;
    background: #f5f5f5;
    content: "";
}
.top-new-prod-title{
    width: 1200px;
    margin: 0 auto 47px;
    color: var(--main-black);
    font-size: 3.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
}
.top-new-prod-title::before{
    display: block;
    margin-bottom: 8px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.top-new-prod-slider-wrapper{
    position: relative;
}
.top-new-prod-slider-track{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.top-new-prod-list:not(.keen-slider){
    display: flex;
    justify-content: center;
}
.top-new-prod-list.keen-slider{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 2440px !important;
}
.top-new-prod-list:not(.is--ready){
    opacity: 0;
}
.top-new-prod-list-item{
    width: 305px;
    padding: 0 10px;
}
@media screen and (min-width:769px){
    .top-new-prod-list-item:not(.keen-slider__slide):first-child{
        width: 295px;
        padding-left: 0;
    }
    .top-new-prod-list-item:not(.keen-slider__slide):last-child{
        width: 295px;
        padding-right: 0;
    }
}
.top-new-prod-list-item__pic{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 1;
    background: #fff;
}
.top-new-prod-list-item__pic::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #e6e6e6;
    content: "";
    pointer-events: none;
}
.top-new-prod-list-item__pic img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.top-new-prod-list-item__info{
    margin-top: 16px;
}
.top-new-prod-list-item__info__name{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
}
.top-new-prod-list-item__info__desc{
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: calc(1em + 8px);
}
.top-new-prod-slider-arrows{
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: calc(50% - 600px);
    top: -108px;
    width: 300px;
}
.top-new-prod-slider-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 58px;
    height: 58px;
    background: #1a1a1a;
    color: #1a1a1a;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
}
.top-new-prod-slider-arrow::after{
    display: block;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
.top-new-prod-slider-arrow--left{
    transform: rotate(180deg);
    margin-right: 2px;
}
.top-new-prod-slider-counter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -79px;
    right: calc(50% - 520px);
    transform: translateY(-50%);
    width: 140px;
}
.top-new-prod-slider-counter::before{
    flex: 1 1 auto;
    height: 1px;
    margin: 0 10px;
    background: #ccc;
    content: "";
}
.top-new-prod-slider-counter__num{
    min-width: 30px;
    font-family: var(--font-en);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.top-new-prod-slider-counter__num--current{
    order: -1;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .top-new-prod{
        margin-bottom: 36px;
        padding-top: 36px;
    }
    .top-new-prod::before{
        width: 100%;
        height: calc(118px + 31.25vw);
    }
    .top-new-prod-title{
        width: var(--inner-width--sp);
        margin-bottom: 17px;
        font-size: 3.0rem;
    }
    .top-new-prod-title::before{
        margin-bottom: 3px;
        font-size: 1.8rem;
    }
    .top-new-prod-list.keen-slider{
        width: calc((62.5vw + 15px) * 3) !important;
    }
    .top-new-prod-list-item{
        width: 62.5vw;
        padding: 0 7.5px;
    }
    .top-new-prod-list-item__info{
        margin-top: 16px;
    }
    .top-new-prod-slider-arrows{
        justify-content: space-between;
        top: 31.25vw;
        transform: translateY(-50%);
        width: var(--inner-width--sp_vw);
        right: var(--inner-sidespace--sp_vw);
    }
    .top-new-prod-slider-arrow{
        width: calc((var(--inner-width--sp_vw) - (62.5vw + 30px)) / 2);
        height: auto;
        aspect-ratio: 1;
    }
    .top-new-prod-slider-arrow::after{
        width: 6px;
        height: 6px;
        margin-right: 2px;
    }
    .top-new-prod-slider-arrow--left{
        margin: 0;
    }
    .top-new-prod-slider-counter{
        justify-content: center;
        position: static;
        transform: none;
        width: 100px;
        height: 30px;
        margin: 22px auto 0;
        border-radius: 15px;
        background: #f2f2f2;
    }
    .top-new-prod-slider-counter::before{
        max-width: 30px;
        margin: 0 5px;
    }
    .top-new-prod-slider-counter__num{
        min-width: 20px;
        font-size: 1.3rem;
    }
}

/*-------------
top-services
-------------*/
.top-services{
    margin: 90px 0;
}
.top-services-title{
    margin-bottom: 56px;
    color: var(--main-black);
    font-size: 3.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    text-align: center;
}
.top-services-title::before{
    display: block;
    margin-bottom: 3px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.top-services-list{
    display: flex;
    counter-reset: sec-number;
}
.top-services-list-item{
    flex: 0 0 calc(100% / 3);
}
.top-services-list-item-visual{
    position: relative;
    overflow: hidden;
}
/* .top-services-list-item-visual::after{
    position: absolute;
    bottom: 35px;
    left: 50px;
    padding: 5px;
    background: var(--main-color);
    color: #fff;
    font-family: var(--font-en);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    content: attr(data-title-en);
} */
.top-services-list-item-visual__pic{
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: 280ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.top-services-list-item a:hover .top-services-list-item-visual__pic{
    transform: scale(1.05) rotate(.00001deg);
    transition: 280ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.top-services-list-item-main{
    padding: 20px 30px 0;
}
.top-services-list-item__title{
    /* color: var(--main-color); */
    color: var(--main-black);
    position: relative;
    margin-bottom: 18px;
    /* padding-left: 30px; */
    /* font-size: 3.0rem; */
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
}
.top-services-list-item__title::before{
    color: var(--main-black);
    font-family: var(--font-en);
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    /* content: attr(data-title-en); */
    content: none;
    margin-bottom: 10px;
}
/* .top-services-list-item__title::before{
    position: absolute;
    top: 1px;
    left: 0;
    color: #999;
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: normal;
    content: counter(sec-number,decimal-leading-zero);
    counter-increment: sec-number;
} */
.top-services-list-item__text{
    font-size: 1.4rem;
    line-height: calc(1em + 14px);
}
.top-services-list-item__btn{
    margin-top: 30px;
}
.top-services-list-item__btn__link{
    display: inline-flex;
    align-items: center;
    padding: 20px 0;
    font-family: var(--font-en);
    font-size: 1.6rem;
    line-height: 1;
}
.top-services-list-item__btn__link::after{
    display: block;
    margin-left: 15px;
    width: 40px;
    height: 1px;
    background: var(--main-black);
    content: "";
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .top-services{
        margin: 35px 0;
    }
    .top-services-title{
        margin-bottom: 17px;
        font-size: 3.0rem;
    }
    .top-services-title::before{
        font-size: 1.8rem;
    }
    .top-services-list{
        display: block;
    }
    .top-services-list-item:not(:last-child){
        margin-bottom: 25px;
    }
    .top-services-list-item-visual{
        position: relative;
    }
    .top-services-list-item-visual::after{
        bottom: 13px;
        left: var(--inner-sidespace--sp);
        padding: 4px 5px;
        font-size: 1.6rem;
    }
    .top-services-list-item-visual__pic{
        height: auto;
        object-fit: fill;
    }
    .top-services-list-item a:hover .top-services-list-item-visual__pic{
        transform: none;
    }
    .top-services-list-item-main{
        padding: 21px var(--inner-sidespace--sp) 0;
    }
    .top-services-list-item__title{
        margin-bottom: 16px;
        font-size: 2.4rem;
    }
    .top-services-list-item__text{
        line-height: calc(1em + 11px);
    }
    .top-services-list-item__btn{
        margin-top: 10px;
    }
    .top-services-list-item__btn__link{
        padding: 15px 0;
    }
    .top-services-list-item__btn__link::after{
        margin-left: 10px;
        width: 30px;
    }
}

/*-------------
top-lead
-------------*/
.top-lead{
    position: relative;
}
.top-lead-slider{
    position: relative;
    height: 560px;
    overflow: hidden;
    counter-reset: slide-num;
}
.top-lead-slider__slide{
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.top-lead-slider__slide:not(.keen-slider__slide):first-child{
    z-index: 1;
}
.top-lead-slider__slide.keen-slider__slide.is--fade{
    opacity: 1;
    z-index: 1;
}
.top-lead-slider__slide.keen-slider__slide.is--current{
    z-index: 2;
    transition: opacity 1s ease;
}
.top-lead-slider__slide-visual{
    width: 50%;
    height: 100%;
    pointer-events: none;
    position: relative;
}
.top-lead-slider__slide-visual__pic{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-lead-slider__slide-content-wrapper{
    width: 470px;
    position: relative;
}
.top-lead-slider__slide__title{
    color: var(--main-black);
    font-size: 3.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    margin-bottom: 30px;
}
.top-lead-slider__slide__title::before{
    display: block;
    margin-bottom: 8px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.top-lead-slider-dot.is--active{
    pointer-events: none;
}
.top-lead-slider__slide-content{
    background: var(--main-color-bg);
    width: 50%;
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.top-lead-slider__slide__catch{
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: calc(1em + 15px);
}
.top-lead-slider__slide__catch strong{
    color: var(--main-color);
}
.top-lead-slider__slide__btn a{
    width: 240px;
    background: var(--main-color);
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
}
/*top-lead-slider-nav*/
.top-lead-slider-nav{
    position: absolute;
    background: var(--main-color);
    width: 50%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.top-lead-slider-arrow{
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    cursor: pointer;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-lead-slider-arrow--left{
    left: 0;
    border-right: solid 1px #fff;
}
.top-lead-slider-arrow--right{
    right: 0;
    border-left: solid 1px #fff;
}
.top-lead-slider-arrow--left::after{
    display: block;
    transform: rotate(-135deg);
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
.top-lead-slider-arrow--right::after{
    display: block;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
.top-lead-slider-dots{
    width: calc(100% - 140px);
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-lead-slider-dot{
    font-family: var(--font-en);
    color: #fff;
    flex: 0 1 30px;
    height: 26px;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
}
.top-lead-slider-dot.is--active{
    border-bottom: solid 2px #fff;
}
.top-lead-slider-dot:before{
    content: '0';
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .top-lead-slider{
        position: relative;
        height: auto;
        width: 100%;
        aspect-ratio: 96 / 132;
        overflow: hidden;
        counter-reset: slide-num;
    }
    .top-lead-slider__slide{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
    }
    .top-lead-slider__slide-visual{
        width: 100%;
        height: auto;
        aspect-ratio: 96 / 48;
        pointer-events: none;
        position: relative;
        display: block;
    }
    .top-lead-slider__slide-content{
        width: 100%;
        height: auto;
        aspect-ratio: 96 / 84;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
    }
    .top-lead-slider__slide-content-wrapper{
        width: var(--inner-width--sp);
    }
    .top-lead-slider__slide__title{
        font-size: 3.0rem;
    }
    .top-lead-slider__slide__title::before{
        font-size: 1.8rem;
    }
    .top-lead-slider__slide__catch{
        font-size: 1.6rem;
        margin-bottom: 20px;
        line-height: calc(1em + 10px);
    }
    .top-lead-slider-nav{
        width: 100%;
        position: static;
        height: 50px;
    }
    .top-lead-slider-arrow{
        width: 50px;
        height: 50px;
    }
    .top-lead-slider-dots{
        width: calc(100% - 120px);
        height: 50px;
    }
    .top-lead-slider-dot{
        font-size: 1.3rem;
        flex: 0 1 20px;
        height: 22px;
        margin: 0 10px;
    }
    .top-lead-slider__slide__btn a{
        width: 200px;
        font-size: 1.4rem;
        display: block;
        padding: 15px;
        box-sizing: border-box;
    }
}

/*-------------
top-contact
-------------*/
.top-contact{
    width: 100%;
    background: var(--main-color-bg--light);
}
.top-contact-wrapper{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-contact-title{
    flex: 0 1 600px;
    padding: 40px 20px 40px 0;
    box-sizing: border-box;
}
.top-contact-title__main{
    color: var(--main-black);
    font-size: 3.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    margin-bottom: 20px;
}
.top-contact-title__main::before{
    display: block;
    margin-bottom: 8px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.top-contact-box{
    flex: 0 1 600px;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    box-sizing: border-box;
}
.top-contact-tel-wrapper,
.top-contact-mail-wrapper{
    padding: 30px 0;
}
.top-contact-box__icon{
    margin: 0 auto 20px;
    text-align: center;
}
.top-contact-tel{
    flex: 0 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px var(--main-color);
    border-left: solid 1px var(--main-color);
}
.top-contact-tel__main{
    text-align: center;
    font-family: var(--font-en);
    font-size: 3.0rem;
}
.top-contact-mail{
    flex: 0 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px var(--main-color);
}
.top-contact-mail-botton a{
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 15px 2px;
    background: var(--main-color);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .top-contact-wrapper{
        width: var(--inner-width--sp);
        margin: 0 auto;
        display: block;
    }
    .top-contact-title{
        padding: 30px 0;
    }
    .top-contact-title__main{
        width: var(--inner-width--sp);
        margin-bottom: 17px;
        font-size: 3.0rem;
    }
    .top-contact-title__main::before{
        margin-bottom: 3px;
        font-size: 1.8rem;
    }
    .top-contact-box{
        display: block;
        padding: 0;
    }
    .top-contact-box img{
        width: 40px;
    }
    .top-contact-tel{
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: none;
        border-left: none;
        border-top: solid 1px var(--main-color);
        border-bottom: solid 1px var(--main-color);
    }
    .top-contact-mail{
        border-right: none;
    }
    .top-contact-tel-wrapper, .top-contact-mail-wrapper{
        padding: 30px 0;
        width: 100%;
    }
    .top-contact-mail-botton a{
        width: 80%;
        margin: 0 auto;
        min-height: 44px;
    }
}

/*-------------
page-header
-------------*/
.page-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    padding: 19px 20px 21px;
    background: #f5f5f5;
}
.page-header__title{
    font-size: 36px;
    font-weight: bold;
    line-height: calc(1em + 6px);
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .page-header{
        min-height: 120px;
        padding: 14px var(--inner-sidespace--sp) 16px;
    }
    .page-header__title{
        font-size: 2.7rem;
    }
}

/*-------------
breadcrumbs
-------------*/
.breadcrumbs{
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.breadcrumbs-item{
    display: inline;
    font-size: 0;
}
.breadcrumbs-item__link:not(:hover){
    text-decoration: underline;
}
.breadcrumbs-item__name{
    position: relative;
    font-size: 1.4rem;
}
.breadcrumbs-item:not(:last-child) .breadcrumbs-item__name{
    margin-right: 20px;
}
.breadcrumbs-item:not(:last-child) .breadcrumbs-item__name::after{
    display: inline-block;
    position: absolute;
    top: 8px;
    right: -12px;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 1px solid var(--main-black);
    border-top: 1px solid var(--main-black);
    content: "";
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .breadcrumbs{
        width: var(--inner-width--sp);
    }
}

/*-------------
news-article-list
-------------*/
.news-article-list{
    border-bottom: solid 1px var(--border-gray);
}
.news-article-list-item{
    border-top: solid 1px var(--border-gray);
}
.news-article-list-item-inner{
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    padding: 18px 0 10px;
}
.news-article-list-item-head{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex: 0 0 auto;
    max-width: 200px;
    margin: 0 20px 10px 0;
    padding-top: 2px;
    gap: 5px;
}
.news-article-list-item__date{
    flex: 0 0 auto;
    min-width: 94px;
    padding-right: 10px;
    font-family: var(--font-en);
    font-weight: 600;
    color: var(--main-color);
    line-height: 1;
    letter-spacing: .08em;
}
.news-article-list-item__cate{
    flex: 0 1 auto;
    min-width: 96px;
    padding: 2px 5px 4px;
    overflow: hidden;
    background: var(--main-color);
    color: #fff;
    font-size: 1.2rem;
    line-height: calc(1em + 2px);
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}
.news-article-list-item__title{
    display: block;
    flex: 1 1 auto;
    margin-bottom: 9px;
    line-height: calc(1em + 8px);
}
a:not(:hover) .news-article-list-item__title{
    text-decoration: underline;
}
a:not(:hover) .news-article-list-item__title.no-active {
    text-decoration: none;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .news-article-list-item-inner{
        flex-wrap: wrap;
    }
    .news-article-list-item-head{
        max-width: inherit;
    }
}
/*-------------
news-top
-------------*/
.contents.news-top{
    padding: var(--contents-updownspace);
}
.news-top-list{
    position: relative;
    width: 1000px;
    min-height: 600px;
    margin: 0 auto;
    padding-right: 280px;
}
.none-cate .news-top-list{
    padding-right: 0;
}
.news-top-list-title{
    position: relative;
    margin-bottom: 28px;
    padding-top: 13px;
    font-size: 30px;
    font-weight: bold;
    line-height: calc(1em + 6px);
}
.news-top-list-title::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--main-color);
    content: "";
}
.news-top-list-description{
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: calc(1em + 6px);
}
.news-top-categorys{
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
}
.news-top-categorys-title{
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: solid 6px var(--main-color);
    font-size: 2.1rem;
    font-weight: bold;
    line-height: calc(1em + 4px);
}
.news-top-categorys-list{
    overflow: hidden;
    border-radius: 5px;
    background: var(--bg-gray);
}
.news-top-categorys-list-item:not(:last-child){
    border-bottom: solid 2px #fff;
}
.news-top-categorys-list-item__link{
    display: block;
    position: relative;
    padding: 12px 36px 14px 20px;
    font-weight: bold;
    line-height: calc(1em + 6px);
}
.news-top-categorys-list-item__link.is--current{
    background: var(--main-color-bg--light);
    color: var(--main-color);
}
.news-top-categorys-list-item__link::before{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    transform-origin: top right;
    width: 8px;
    height: 8px;
    border-top: solid 2px var(--main-color);
    border-right: solid 2px var(--main-color);
    content: "";
}
/* news-top-pagenav */
.news-top-pagenav{
    margin-top: 30px;
}
.news-top-pagenav-list{
    display: flex;
    justify-content: center;
    margin: 0 -6px;
}
.news-top-pagenav-list-item{
    flex: 0 0 44px;
    position: relative;
    margin: 0 6px;
}
.is--pages_over5:not(.is--pages_first3) .news-top-pagenav-list-item:first-child{
    margin-right: 30px;
}
.is--pages_over5:not(.is--pages_last3) .news-top-pagenav-list-item:last-child{
    margin-left: 30px;
}
.is--pages_over5:not(.is--pages_first3) .news-top-pagenav-list-item:first-child::before,
.is--pages_over5:not(.is--pages_first3) .news-top-pagenav-list-item:first-child::after,
.is--pages_over5:not(.is--pages_last3) .news-top-pagenav-list-item:last-child::before,
.is--pages_over5:not(.is--pages_last3) .news-top-pagenav-list-item:last-child::after{
    position: absolute;
    top: calc(50% - 2px);
    width: 18px;
    height: 4px;
    content: "";
}
.is--pages_over5:not(.is--pages_first3) .news-top-pagenav-list-item:first-child::before,
.is--pages_over5:not(.is--pages_last3) .news-top-pagenav-list-item:last-child::before{
    background: url(../images/pages-threedot.svg) no-repeat center / contain;
}
.is--pages_over5:not(.is--pages_first3) .news-top-pagenav-list-item:first-child::after,
.is--pages_over5:not(.is--pages_last3) .news-top-pagenav-list-item:last-child::after{
    background: var(--main-color);
    mix-blend-mode: screen;
}
.is--pages_over5:not(.is--pages_first3) .news-top-pagenav-list-item:first-child::before,
.is--pages_over5:not(.is--pages_first3) .news-top-pagenav-list-item:first-child::after{
    right: -27px;
}
.is--pages_over5:not(.is--pages_last3) .news-top-pagenav-list-item:last-child::before,
.is--pages_over5:not(.is--pages_last3) .news-top-pagenav-list-item:last-child::after{
    left: -27px;
}
.news-top-pagenav-list-item__link{
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 3px;
    background: var(--main-color-bg--light);
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: bold;
}
.news-top-pagenav-list-item__link.is--current{
    background: var(--main-color);
    color: #fff;
    pointer-events: none;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .news-top-list{
        width: var(--inner-width--sp);
        min-height: 0;
        padding-right: 0;
    }
    .news-top-list-title{
        margin-bottom: 23px;
        font-size: 2.4rem;
    }
    .news-top-categorys{
        position: static;
        width: 100%;
    }
    .news-top-categorys-title{
        position: relative;
        margin: 0;
        padding: 12px 40px 14px 15px;
        border: solid 1px var(--border-gray);
        border-radius: 5px 5px 0 0;
        font-size: 1.8rem;
    }
    .news-top-categorys-title.is--ready::after{
        position: absolute;
        top: calc(50% - 9px);
        right: 15px;
        width: 18px;
        height: 18px;
        background: linear-gradient(to top,rgba(255,255,255,0) 0,rgba(255,255,255,0),8px,var(--main-color) 8px,var(--main-color) 10px,rgba(255,255,255,0) 10px),
        linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0),8px,var(--main-color) 8px,var(--main-color) 10px,rgba(255,255,255,0) 10px);
        content: "";
        transition: transform .3s ease;
    }
    .news-top-categorys-title.accordion--open::after{
        transform: rotate(90deg);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0),8px,var(--main-color) 8px,var(--main-color) 10px,rgba(255,255,255,0) 10px);
    }
    .news-top-categorys-title:not(.accordion--open){
        border-radius: 5px;
        color: #999;
    }
    .news-top-categorys-list{
        border-radius: 0 0 5px 5px;
    }
    .news-top-categorys-list-item__link::before{
        right: 17px;
    }
    .contents.news-top .news-article-list{
        margin-top: 25px;
    }
    /* news-top-pagenav */
    @media screen and (max-width:374px){
        .news-top-pagenav-list-item{
            flex: 0 0 38px;
        }
    }
}

/*-------------
news-dtl
-------------*/
.contents.news-dtl{
    padding: var(--contents-updownspace);
}
.news-dtl-head{
    width: 1000px;
    margin: 0 auto 40px;
    padding-bottom: 16px;
    border-bottom: solid 2px var(--main-color);
}
.news-dtl-head__info{
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 14px;
}
.news-dtl-head__date{
    flex: 0 0 auto;
    min-width: 105px;
    padding-right: 10px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
}
.news-dtl-head__cate{
    flex: 0 1 auto;
    min-width: 98px;
    padding: 2px 5px 4px;
    overflow: hidden;
    background: var(--main-color);
    color: #fff;
    font-size: 1.4rem;
    line-height: calc(1em + 2px);
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}
.news-dtl-head__title{
    font-size: 2.7rem;
    font-weight: bold;
    line-height: calc(1em + 10px);
}
/* news-dtl-backlink */
.news-dtl-backlink{
    width: 1000px;
    margin: 100px auto 0;
    padding-top: 50px;
    border-top: solid 1px var(--border-gray);
}
.news-dtl-backlink-btn{
    width: 260px;
    margin: 0 auto;
}
.news-dtl-backbtn__link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding: 0 0 2px;
    border: solid 1px var(--main-color);
    border-radius: 27px;
    color: var(--main-color);
    font-size: 1.6rem;
    font-weight: bold;
}
.news-dtl-description{
    margin-bottom: 40px;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .news-dtl-head{
        width: var(--inner-width--sp);
        margin-bottom: 30px;
        padding-bottom: 17px;
    }
    .news-dtl-head__info{
        margin-bottom: 8px;
    }
    .news-dtl-head__date{
        min-width: 94px;
        font-size: 1.4rem;
    }
    .news-dtl-head__cate{
        min-width: 96px;
        font-size: 1.2rem;
    }
    .news-dtl-head__title{
        font-size: 2.2rem;
        line-height: calc(1em + 8px);
    }
    /* news-dtl-backlink */
    .news-dtl-backlink{
        width: var(--inner-width--sp);
        margin-top: 60px;
        padding-top: 20px;
    }
    .news-dtl-backlink-btn{
        width: min(100%,390px);
    }
    .news-dtl-backbtn__link{
        height: 51px;
        font-size: 1.5rem;
    }
}

/*-------------
produst
-------------*/
.contents.prod{
    padding: var(--contents-updownspace) 0;
}
.prod-list{
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}
.prod-list-item{
    flex: 0 0 308px;
}
@media screen and (min-width:769px){
    .prod-list-item:not(:nth-child(3n)){
        margin-right: 38px;
    }
    .prod-list-item:not(:nth-child(-n+3)){
        margin-top: 47px;
    }
}
.prod-list-item__pic{
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.prod-list-item__pic::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px var(--border-gray);
    content: "";
    pointer-events: none;
}
.prod-list-item__pic::after{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(45deg);
    transform-origin: bottom left;
    width: 36px;
    aspect-ratio: 1 / 2;
    background: url(../images/link-arrow_corner.svg) no-repeat top calc(50% + 10px) right calc(50% + 9px) / auto,var(--main-color);
    content: "";
}
.prod-list-item__pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod-list-item__info{
    margin-top: 16px;
}
.prod-list-item__info__name{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
}
.prod-list-item__info__desc{
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: calc(1em + 8px);
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .prod-list{
        display: block;
        width: 100%;
    }
    .prod-list-item{
        padding: 0 var(--inner-sidespace--sp);
    }
    .prod-list-item:not(:last-child){
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px var(--border-gray);
    }
    .prod-list-item__link{
        display: block;
        margin-bottom: -5px;
        overflow: hidden;
    }
    .prod-list-item__pic{
        float: left;
        width: 38.125vw;
        max-width: 180px;
        margin: 0 var(--inner-sidespace--sp_vw) 5px 0;
    }
    .prod-list-item__pic::after{
        width: 30px;
        background: url(../images/link-arrow_corner@sp.svg) no-repeat top calc(50% + 9px) right calc(50% + 8px) / auto,var(--main-color);
    }
    .prod-list-item__info{
        margin: -2px 0 3px;
        
    }
}

/*-------------
prod-dtl
-------------*/
.contents.prod-dtl{
    padding: var(--contents-updownspace);
}
.prod-dtl-head{
    width: 1000px;
    margin: 0 auto 40px;
    padding-bottom: 16px;
    border-bottom: solid 2px var(--main-color);
}
.prod-dtl-head__info{
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 14px;
}
.prod-dtl-head__title{
    font-size: 2.7rem;
    font-weight: bold;
    line-height: calc(1em + 10px);
}
/* prod-dtl-backlink */
.prod-dtl-backlink{
    width: 1000px;
    margin: 100px auto 0;
    padding-top: 50px;
    border-top: solid 1px var(--border-gray);
}
.prod-dtl-backlink-btn{
    width: 260px;
    margin: 0 auto;
}
.prod-dtl-backbtn__link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding: 0 0 2px;
    border: solid 1px var(--main-color);
    border-radius: 27px;
    color: var(--main-color);
    font-size: 1.6rem;
    font-weight: bold;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .prod-dtl-head{
        width: var(--inner-width--sp);
        margin-bottom: 30px;
        padding-bottom: 17px;
    }
    .prod-dtl-head__title{
        font-size: 2.2rem;
        line-height: calc(1em + 8px);
    }
    /* prod-dtl-backlink */
    .prod-dtl-backlink{
        width: var(--inner-width--sp);
        margin-top: 60px;
        padding-top: 20px;
    }
    .prod-dtl-backlink-btn{
        width: min(100%,390px);
    }
    .prod-dtl-backbtn__link{
        height: 51px;
        font-size: 1.5rem;
    }
}

/*-------------
contact
-------------*/
.contents.contact{
    padding: var(--contents-updownspace);
}
.contact-main{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}
.contact-main--text{
    margin-bottom: 40px;
    line-height: calc(1em + 10px);
}
.contact-table{
    border-top: solid 1px #e6e6e6;
    width: 100%;
    margin-bottom: 30px;
}
.contact-table tr th{
    width: 250px;
    border-bottom: solid 1px #e6e6e6;
    vertical-align: middle;
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
}
.contact-table tr th.required:after{
    content: "必須";
    align-items: center;
    background: var(--main-color);
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    padding-bottom: 2px;
    width: 36px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
.contact-table tr td{
    border-bottom: solid 1px #e6e6e6;
    padding: 20px 10px;
    box-sizing: border-box;
    line-height: calc(1em + 10px);
}
.contact-table.confirm tr td{
    padding: 20px 10px;
}
.contact-table .inquery-radio-flex{
    display: flex;
    flex-flow: row wrap;
}
.contact-table .inquery-radio-flex li{
    flex: 0 1 234px;
}
.contact-table .inquery-radio-flex li:not(:nth-of-type(3n)){
    margin-right: 14px;
}
.contact-table .inquery-radio-flex li:not(:nth-of-type(-n+3)){
    margin-top: 15px;
}
.contact-table input[type=text],
.contact-table input[type=tel],
.contact-table input[type=email]{
    background: #f2f2f2;
    border-radius: 5px;
    height: 44px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.contact-table input.wid{
    width: 315px;
}
.contact-table textarea{
    background: #f2f2f2;
    border-radius: 5px;
    width: 100%;
    height: 150px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.contact-table input[type=radio]{
    display: none;
}
.contact-table input[type=radio]+label.radio-btn{
    background: #f2f2f2;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px 10px 40px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: calc(1em + 10px);
    cursor: pointer;
    flex-flow: row wrap;
    position: relative;
    border-radius: 5px;
}
.contact-table input[type=radio]:checked+label.radio-btn{
    background: var(--main-color-bg--light);
}
.contact-table input[type=radio]+label.radio-btn .alt_radio{
    display: block;
    font-weight: bold;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: solid 1px #E6E6E6;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
}
.contact-table input[type=radio]:checked+label.radio-btn .alt_radio:after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: var(--main-color);
    content: "";
}
/*checkbox*/
.contact-table input[type=checkbox]{
    display: none;
}
.contact-table input[type=checkbox]+label{
    background: #f2f2f2;
    min-height: 44px;
    padding: 10px 12px 10px 40px;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1.2;
    display: flex;
    align-items: center;
    transition: all .1s ease 0s;
    cursor: pointer;
    position: relative;
}
.contact-table input[type=checkbox]+label span{
    background: #fff;
    border: solid 1px #E6E6E6;
    width: 18px;
    height: 18px;
    margin-right: 0.5em;
    box-sizing: border-box;
    display: block;
    transition: all .1s ease 0s;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}
.contact-table input[type=checkbox]+label span:before,
.contact-table input[type=checkbox]+label span:after{
    content: "";
    background: #fff;
    width: 14.2857142%;
}
.contact-table input[type=checkbox]+label span:before{
    height: 35.7142857%;
    position: absolute;
    top: 35.7142857%;
    left: 25%;
    transition: transform .1s ease 0s;
    transform: rotate(-45deg) scaleY(0);
}
.contact-table input[type=checkbox]+label span:after{
    content: "";
    height: 57.1428571%;
    position: absolute;
    top: 21.4285714%;
    left: 50%;
    transition: transform .1s ease .1s;
    transition: transform .1s ease .1s, -webkit-transform .1s ease .1s;
    transform: rotate(45deg) scaleY(0);
}
.contact-table input[type=checkbox]:checked+label{
    background: var(--main-color-bg--light);
}
.contact-table input[type=checkbox]:checked+label span{
    background: var(--main-color);
    border: none;
}
.contact-table input[type=checkbox]:checked+label span:before{
    transform: rotate(-45deg) scale(1);
}
.contact-table input[type=checkbox]:checked+label span:after{
    transform: rotate(45deg) scale(1);
}
/*contact-main-btn*/
.contact-main__btn{
    width: 300px;
    height: 50px;
    margin: 0 auto;
}
.contact-main__btn:not(:last-child){
    margin-bottom: 10px;
}
.contact-main__btn a{
    background: var(--main-color);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contact-main__backbtn{
    position: absolute;
    width: 180px;
    height: 40px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.contact-main__btn-list{
    position: relative;
}
.contact-main__backbtn a{
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    border: solid 1px #666666;
    position: relative;
}
.contact-main__backbtn a:before{
    border-right: 1px solid#666666;
    border-top: 1px solid #666666;
    content: "";
    height: 5px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    transform: rotate(-135deg);
    width: 5px;
}
.complete-text{
    text-align: center;
    line-height: calc(1em + 10px);
    margin-bottom: 30px;
}
.errNull{
    text-align: center;
}
.errNull-ttl{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}
.errNull-ttl::before{
    content: '！';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 15px;
    background: #ed1c24;
}
.errNull-txt{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
}
.txtRed{
    color: #ed1c24;
}
.contact-main.complete .main-title2{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
/*--- sp */
@media screen and (max-width:768px){
    .contact-main{
        width: var(--inner-width--sp);
    }
    .contact-main--text{
        margin-bottom: 30px;
    }
    .contact-table{
        border-top: solid 1px #e6e6e6;
        width: 100%;
        margin-bottom: 15px;
    }
    .contact-table tr th{
        width: 100%;
        border-bottom: none;
        padding: 20px 0 5px;
        display: block;
    }
    .contact-table tr th.required:after{
        content: "必須";
        align-items: center;
        background: var(--main-color);
        color: #fff;
        display: inline-block;
        height: auto;
        width: 36px;
        padding: 3px 5px;
        margin-left: 5px;
        position: static;
    }
    .contact-table tr th:before{
        content: none;
    }
    .contact-table tr td{
        border-bottom: solid 1px #e6e6e6;
        padding: 5px 0 20px;
        display: block;
    }
    .contact-table.confirm tr td{
        padding: 5px 0 20px;
    }
    .contact-table .inquery-radio-flex{
        display: block;
    }
    .contact-table .inquery-radio-flex li:not(:last-child){
        margin-bottom: 10px;
    }
    .contact-table .inquery-radio-flex li:not(:nth-of-type(3n)){
        margin-right: 0;
    }
    .contact-table .inquery-radio-flex li:not(:nth-of-type(-n+3)){
        margin-top: 0;
    }
    .contact-table input.wid{
        width: 100%;
    }
    .contact-table textarea{
        height: 145px;
    }
    .contact-table input[type=radio]+label.radio-btn{
        font-size: 1.4rem;
        padding: 10px 12px 10px 32px;
    }
    .contact-table input[type=radio]+label.radio-btn .alt_radio{
        width: 16px;
        height: 16px;
        left: 12px;
    }
    .contact-table input[type=radio]:checked+label.radio-btn .alt_radio:after{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
    }
    /*contact-main-btn*/
    .contact-main__btn{
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }
    .contact-main__backbtn{
        position: static;
        width: 80%;
        height: 40px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 15px auto auto;
    }
}

/*-------------
privacy
-------------*/
.contents.privacy{
    width: 1000px;
    margin: 0 auto;
    padding: var(--contents-updownspace);
}
.privacy-sect:not(:last-child){
    margin-bottom: 50px;
}
.privacy-sect p{
    line-height: calc(1em + 10px);
}
.privacy-sect a:not(:hover){
    text-decoration: underline;
}
.privacy-number-list{
    margin-top: 15px;
    margin-left: 10px;
    line-height: calc(1em + 8px);
}
.privacy-number-list:not(:last-child){
    margin-bottom: 20px;
}
.privacy-number-list li{
    display: flex;
    counter-increment: privacy-number-list;
}
.privacy-number-list li:not(:last-child){
    margin-bottom: 5px;
}
.privacy-number-list li:before{
    content: counter(privacy-number-list)'.';
    flex: 0 1 22px;
    min-width: 22px;
}
/*--- sp */
@media screen and (max-width:768px){
    .contents.privacy{
        width: var(--inner-width--sp);
        margin: 0 auto;
    }
    .privacy-number-list{
        margin-left: 0;
    }
}
/*----------------------
head-information
-----------------------*/
.contents.top{
    position: relative;
}
.head-information {
    position: absolute;
    display: table;
    top: 20px;
    left: 20px;
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    max-width: 500px;
    z-index: 1000;
    background: rgba(255,255,255,.4);
}
.head-information.js_close {
    display: none;
}
.head-information_close {
    background: var(--main-color);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.head-information_close span:nth-of-type(1) {
    position: absolute;
    top: 7px;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}
.head-information_close span:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 7px;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
}
.head-information-box-title{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.head-information-box-text p{
    line-height: calc(1em + 12px);
}
.head-information-box-text p a{
    color: var(--link-color);
    text-decoration: underline;
}
/*--- sp */
@media screen and (max-width:768px){
    .head-information{
        width: calc(100% - 30px);
        padding: 10px;
        top: 15px;
        left: 15px;
    }
}
/*-------------
top-service-prod
-------------*/
.top-service-prod{
    position: relative;
    z-index: 0;
    margin-bottom: 116px;
    padding-top: 98px;
}
.top-service-prod::before{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 373px;
    background: #f5f5f5;
    content: "";
}
.top-service-prod-title{
    width: 1200px;
    margin: 0 auto 47px;
    color: var(--main-black);
    font-size: 3.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
}
.top-service-prod-title::before{
    display: block;
    margin-bottom: 8px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.top-service-prod-slider-wrapper{
    position: relative;
}
.top-service-prod-slider-track{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.top-service-prod-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 20px;
}
.top-service-prod-list-item{
    width: calc((100% - 60px) / 4);
}
.top-service-prod-list-item__pic{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 1;
    background: #fff;
}
.top-service-prod-list-item__pic::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #e6e6e6;
    content: "";
    pointer-events: none;
}
.top-service-prod-list-item__pic img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.top-service-prod-list-item__info{
    margin-top: 16px;
}
.top-service-prod-list-item__info__name{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 7px);
}
.top-service-prod-list-item__info__desc{
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: calc(1em + 8px);
}
/*--- sp */
@media screen and (max-width:768px){
    .top-service-prod{
        margin-bottom: 36px;
        padding-top: 36px;
    }
    .top-service-prod::before{
        width: 100%;
        height: calc(118px + 31.25vw);
    }
    .top-service-prod-title{
        width: var(--inner-width--sp);
        margin-bottom: 17px;
        font-size: 3.0rem;
    }
    .top-service-prod-title::before{
        margin-bottom: 3px;
        font-size: 1.8rem;
    }
    .top-service-prod-list {
        width: var(--inner-width--sp);
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        gap: 10px;
    }
    .top-service-prod-list-item {
        width: calc((100% - 10px) / 2);
    }
    .top-new-prod-list-item__info{
        margin-top: 16px;
    }
}
