@charset "utf-8";
/* CSS Document */

.lower .content-wrapper{
    padding-top:4rem;
    padding-bottom:6rem;
    border-bottom: 1px solid var(--main-color-border);
}

.lower-main-ttl h1{
    font-family: var(--font-min);
    font-weight: 600;
    font-size:4rem;
    margin-bottom:1rem;
}

.lower h2,.lower h3{
    font-weight:600;
    letter-spacing: 1px;
}

.lower-main-ttl-en{
    font-family: var(--font-en);
}

.lower-eyecatch-img{
    display: block;
    margin-top:4.5rem;
}

.lower-eyecatch-movie{
    aspect-ratio:1.7777 / 1;
    position: relative;
    overflow: hidden;
}

.lower-eyecatch-movie video{
    position: absolute;
    width:100%;
    height:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.lower-eyecatch-wrapper{
    padding-bottom:6rem;
    border-bottom:1px solid var(--main-color-border);
}

.of-hidden{
    overflow: hidden!important;
}

/***********パンくずリスト*************/

.breadcrumbs{
    width:var(--c-width-wide);
    margin-left:auto;
    margin-right:auto;
    font-size: var(--font-small);
}

.bread_separate{
    margin:0 0.5em;
}

.breadcrumbs .current-item{
    background: var(--theme-color);
    color: var(--main-rev-color);
    border-radius: 999px;
    padding: 0.05em 1em 0.25em;
    font-size: var(--font-small);
}

@media screen and (max-width: 800px){
    .breadcrumbs{
        margin-top:1.5rem;
    }
}

/***********お問い合わせ*************/

.contact-lead{
    margin-bottom:4.5rem;  
}

.col-contact-box{
    background:var(--main-rev-color);
    padding:3rem;
}

.flex-half.gap-little{
    gap:3rem;
}

.flex-half.gap-little .flex-col {
    width: calc(50% - 3rem/2);
}

.col-contact-box h4{
    margin-bottom: 2rem;
    font-size:1.25rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.col-contact-box dl{
    display: flex;
}

.col-contact-box dl dt{
    margin-right:3em;
}

.lower-section{
    padding-bottom:10rem;
    padding-top:10rem;
    border-bottom:1px solid var(--main-color-border);
}

.lower-section:last-of-type{
    padding-bottom:0;
    border-bottom:none;
}

.section-content-narrow{
    max-width: var(--c-max-width-narrow);
}

.section-content-sub{
    max-width: var(--c-max-width-sub);
    margin-left:auto;
    margin-right:auto;
}

.form-wrapper dl{
    display: flex;
    padding:3rem 1.5rem;
    border-top:1px solid var(--main-color-border);
    align-items: center;
}

.form-wrapper dl:last-of-type{
    align-items: flex-start;
}

.form-wrapper dl dt{
    width:15em;
    display: flex;
    justify-content: space-between;
    margin-right:8rem;
    font-family: var(--font-min);
    font-weight: 600;
}

.form-wrapper dl dt span{
    font-weight: normal;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

span.hissu{
    color:var(--color-red);
}

.form-wrapper dl dd{
    flex:1;
}

.form-wrapper select,.form-wrapper input{
    width:100%;
    padding:0.5rem;
}

.privacy-doui{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:3rem;
    margin-bottom:6rem;
}

.privacy-doui a{
    text-decoration: underline;
}

.privacy-doui input{
    width:fit-content;
}

.privacy-doui input:hover{
    cursor: pointer;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
    background:var(--theme-color);
    color:var(--main-rev-color);
    border:none;
    width:20rem;
    padding:1.5rem 3rem;
    border-radius: 999px;
}

.input-btn-wrapper{
    position: relative;
    transition:opacity 0.3s ease;
}

.input-btn-wrapper:hover{
    opacity:0.8;
}

.input-btn-wrapper:after{
    content:"";
    width:32px;
    aspect-ratio:1/1;
    display: block;
    background:url("../img/icon-button-arrow-white.svg") no-repeat;
    position: absolute;
    right:1rem;
    top:0;
    bottom:0;
    margin: auto;
}

::placeholder {
    color:#cccccc;
}

.contact-confirm #formWrap{
    padding-top:6rem;
}

.contact-confirm h3,.contact-confirm h4{
    font-family: var(--font-min);
    font-weight: 600;
    font-size:1.25rem;
    margin-bottom:6rem;
    text-align: center;
}

.contact-confirm .confirm-attention{
    margin-bottom:3rem;
    width: var(--c-width);
    max-width: var(--c-max-width-narrow);
    margin-left: auto;
    margin-right: auto;
}

.contact-confirm .formTable{
    width: var(--c-width);
    max-width: var(--c-max-width-narrow);
    margin-left: auto;
    margin-right: auto;
    margin-bottom:6rem;
}

.contact-confirm .formTable th{
    width:14em;
}

.contact-confirm .formTable tr{
    display: flex;
    padding: 3rem 1.5rem;
    border-top: 1px solid var(--main-color-border);
    gap:3rem;
}

.contact-confirm p.error_messe{
    padding:1rem 0;
    color:var(--color-red);
}

.form-wrapper textarea{
    min-height:300px;
}

.contact-confirm .input-btn-wrapper:not(:last-of-type){
    margin-right:1rem;
}

.contact-confirm .input-btn-wrapper:last-of-type input{
    background:var(--main-color);
}

body.dark-mode .input-btn-wrapper:after{
    background: url(../img/icon-button-arrow.svg) no-repeat;
}

/***********プライバシーポリシー*************/

.p-lead{
    text-align: justify;
}

.p-lead:not(:last-of-type){
    margin-bottom:1rem;
}

.p-lead + .bgw-list-wrapper{
    margin-top:3rem;
}

.bgw-list-wrapper{
    counter-reset: list-number 0;
}

.bgw-list-wrapper li .list-num-wrapper:before {
    counter-increment: list-number 1;
    content: counter(list-number) ".";
    position: absolute;
    left:0;
    top:0;
}

.bgw-list-wrapper li .list-num-wrapper{
    position: relative;
    padding-left:1.5em;
    display: block;
}

.bgw-list-wrapper li{
    background:var(--main-rev-color);
    padding:1.5rem;
}

.bgw-list-wrapper li:not(:last-of-type){
    margin-bottom:1rem;
}

.list-num-wrapper dt{
    margin-bottom:0.5em;
}

.lower-privacy .contact-lead:last-of-type{
    margin-bottom:0;
}


/***********サイトマップ*************/

.col-sitemap-box{
    background:var(--main-rev-color);
    aspect-ratio:2.666/1;
    /*clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);*/
}

.col-sitemap-box a{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width:100%;
    height:100%;
    padding:1.5rem;
    position: relative;
}

.col-sitemap-box .buttonarrow img{
    width:24px;
}

.col-sitemap-box a .dark-parts{
    /*filter:none;*/
}

.col-sitemap-box a .dark-parts svg path{
    fill:var(--main-color);
}

body.dark-mode .col-sitemap-box a .dark-parts{
    /*filter:var(--svg-white);*//*白*/
    /*transform: translateZ(0);*/
}

body.dark-mode .col-sitemap-box a:hover .dark-parts{
    /*filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(6235%) hue-rotate(336deg) brightness(113%) contrast(78%);*//*黄*/
    /*transform: translateZ(0);*/
}

.col-sitemap-box a:hover .dark-parts{
    /*filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2256%) hue-rotate(192deg) brightness(100%) contrast(104%);*//*青*/
    /*transform: translateZ(0);*/
}

.col-sitemap-box a:hover .dark-parts svg path{
    fill:var(--theme-color);
}

.col-sitemap-box a h2{
    /*position: relative;*/
    padding-bottom: 0.25em;    
    position: absolute;
    right:0;
    bottom:2rem;
    padding:0.75em 1rem;
    width:50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-sitemap-box a h2:before{
    content:"";
    background:linear-gradient(360deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.8) 100%);
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index: -1;
    padding:0.5em;
}

body.dark-mode .col-sitemap-box a h2:before{
    background:linear-gradient(360deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
}

.col-sitemap-box a h2:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.col-sitemap-box a:hover h2:after{
    transform: scaleX(1);
}

/**サイトマップ背景**/

/*.col-sitemap-box:after{
    content:"";
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height:100%;
    left:0;
    top:0;
    z-index: -1;
}*/

.col-sitemap-box-home{
    background:url(../img/img-lower-eycatch-company.jpg) no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-epb{
    background:url(../img/img-lower-eycatch-epb.jpg) no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-eb{
    background:url(../img/img-lower-eycatch-eb.jpg) no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-management{
    background:url("../img/img-lower-eycatch-management.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-message{
    background:url("../img/img-lower-eycatch-message.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-overview{
    background:url("../img/img-lower-eycatch-overview.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.company-policy-box:not(:last-of-type){
    margin-bottom:3rem;
}

.company-policy-wrapper{
    counter-reset: number 0;
}

.company-policy-box h4:before{
    counter-increment: number 1;
    content: counter(number) ".";
    margin-right:0.5em;
}

.bgw-list-wrapper .company-policy-box-sub-list{
    margin-top:0.5em;
    counter-reset: number 0;
}

.bgw-list-wrapper .company-policy-box-sub-list li{
    padding:0 0 0.25em 0;
    margin-bottom: 0;
}

.bgw-list-wrapper .company-policy-box-sub-list li:before{
    counter-increment: number 1;
    content: counter(number) ".";
    margin-right:0.5em;
}

.col-sitemap-box-history{
    background:url("../img/img-lower-eycatch-history.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-organisation{
    background:url("../img/img-lower-eycatch-organisation.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-offices{
    background:url("../img/img-lower-eycatch-offices.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-suppliers{
    background:url("../img/img-lower-eycatch-suppliers.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-associated{
    background:url("../img/img-lower-eycatch-associated.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-topics{
    background:url("../img/img-lower-eycatch-topics.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-contact{
    background:url("../img/img-lower-eycatch-contact.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-privacy{
    background:url("../img/img-lower-eycatch-privacy.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-sitemap{
    background:url("../img/img-lower-eycatch-sitemap.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-wireless{
    background:url("../img/img-lower-eycatch-wireless.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-products{
    background:url("../img/img-lower-eycatch-products.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-vehicles{
    background:url("../img/img-lower-eycatch-vehicles.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.col-sitemap-box-distribution{
    background:url("../img/img-lower-eycatch-distribution.jpg") no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}

.section-suplliers-box:not(:last-of-type){
    margin-bottom:6rem;
}

/***********会社概要*************/

.company-profile-wrapper > dl{
    display: flex;
    padding: 3rem 1.5rem;
    border-top: 1px solid var(--main-color-border);
}

.company-profile-wrapper > dl > dt{
    width:15em;
    font-family: var(--font-min);
    font-weight: 600;
}

.company-profile-wrapper > dl > dd{
    flex:1;
}

.company-profile-wrapper > dl > dd > span{
    display: block;
}

.company-profile-wrapper > dl > dd > span:not(:last-of-type){
    margin-bottom:1rem;
}

.company-profile-wrapper > dl > dd > dl > dt,.company-profile-wrapper > dl > dd > dl > dd:not(:last-of-type){
    margin-bottom:1rem;
}

.company-profile-wrapper > dl > dd > dl > dd{
    padding-left:1em;
}

.company-profile-wrapper > dl > dd > dl:not(:last-of-type){
    margin-bottom:2rem;
}

.footer-company-link{
    width: var(--c-width);
    max-width: var(--c-max-width);
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid var(--main-color-border);
    padding-bottom: 6rem;
}


/***********沿革*************/

.history-dd{
    display: flex;
}

.h-multiple-wrapper{
    flex-direction: column;
}

.history-month{
    width:3em;
    margin-right:6rem;
    font-family: var(--font-min);
    font-weight: 600;
    text-align: center;
}

.lower-history .company-profile-wrapper > dl > dt{
        width: 9em;
}

span.history-detail{
    flex:1;
}

span.history-detail > span:not(:last-of-type){
    display: block;
    margin-bottom:1rem;
}

.h-multiple:not(:last-of-type){
    margin-bottom:1rem;
}

.h-multiple{
    display: flex;
}


/***********事業所一覧*************/

.offices-eyecatch-wrapper{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 40%;
    overflow: hidden;
    border:1px solid var(--main-color-border);
}

.flex-third{
    gap:3rem;
}

.offices-eyecatch-wrapper iframe{
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 60px);
}

.flex-third .flex-col{
    width:calc(33.3333% - 6rem/3);
}

.col-offices-box{
    background:var(--main-rev-color);
    padding:2rem 1.5rem;
}

/*.col-offices-box .office-dl dt:before{
    content:"①";
    margin-right:0.5em;
}

.col-offices-box:nth-of-type(2) .office-dl dt:before{
    content:"②";
}

.col-offices-box:nth-of-type(3) .office-dl dt:before{
    content:"③";
}

.col-offices-box:nth-of-type(4) .office-dl dt:before{
    content:"④";
}

.col-offices-box:nth-of-type(5) .office-dl dt:before{
    content:"⑤";
}

.col-offices-box:nth-of-type(6) .office-dl dt:before{
    content:"⑥";
}

.col-offices-box:nth-of-type(7) .office-dl dt:before{
    content:"⑦";
}

.col-offices-box:nth-of-type(8) .office-dl dt:before{
    content:"⑧";
}

.col-offices-box:nth-of-type(9) .office-dl dt:before{
    content:"⑨";
}

.col-offices-box:nth-of-type(10) .office-dl dt:before{
    content:"⑩";
}

.col-offices-box:nth-of-type(11) .office-dl dt:before{
    content:"⑪";
}

.col-offices-box:nth-of-type(12) .office-dl dt:before{
    content:"⑫";
}

.col-offices-box:nth-of-type(13) .office-dl dt:before{
    content:"⑬";
}

.col-offices-box:nth-of-type(14) .office-dl dt:before{
    content:"⑭";
}

.col-offices-box:nth-of-type(15) .office-dl dt:before{
    content:"⑮";
}

.col-offices-box:nth-of-type(16) .office-dl dt:before{
    content:"⑯";
}

.col-offices-box:nth-of-type(17) .office-dl dt:before{
    content:"⑰";
}

.col-offices-box:nth-of-type(18) .office-dl dt:before{
    content:"⑱";
}

.col-offices-box:nth-of-type(19) .office-dl dt:before{
    content:"⑲";
}

.col-offices-box:nth-of-type(20) .office-dl dt:before{
    content:"⑳";
}*/

.office-dl dt{
    margin-bottom:1rem;
}

.office-dl dd:not(:last-of-type){
    margin-bottom:1rem;
}

.office-dl dd:last-of-type{
    text-align: right;
}

.office-dl dd.dd-tel{
    display: flex;
    gap:1rem;
    margin-bottom:3rem;
}

.office-dl dd.dd-tel span{
    display: block;
}

.office-dl a{
    text-decoration: underline;
}


/***********事業所一覧*************/

.col-suppliers-box{
    background:var(--main-rev-color);
    padding:1.5rem;
}

.col-suppliers-box dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:1.5rem;
}

.col-suppliers-box dl dt{
    font-family:var(--font-min);
    font-weight: 600;
}

.col-suppliers-box dl dd{
    border:1px solid var(--main-color);
    border-radius: 999px;
    padding:0.25em 1em;
    font-size:var(--font-small);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width:6.5em;
}

/*************組織図****************/

.lower-organisation .section-content-narrow{
    margin-left:auto;
    margin-right:auto;
    max-width:1000px;
}
.lower-organisation .lower-eyecatch-img{
    text-align: center;
}
.lower-organisation .img-pc{
    max-width: 1200px;
    margin: 0 auto;
}

/***********関連会社*************/

.col-associated-box{
    background:var(--main-rev-color);
    padding:3rem;
}

.col-associated-box h3{
    font-size:1.25rem;
    margin-bottom:1.5rem;
}

.col-associated-box dl{
    display: flex;
    gap:3rem;
}

.col-associated-box dl:not(:last-of-type){
    margin-bottom:1rem;
}

.col-associated-box dl dt{
    width:4em;
}

.col-associated-box dl dd{
    flex:1;
}

.col-associated-box dl dd span{
    display: block;
}

.col-associated-box dl dd a{
    text-decoration: underline;
}

.col-associated-box dl dd span:not(:last-of-type){
    margin-bottom:0.5rem;
}

.flex-half.flex-half-associated{
    gap:3rem;
}

.flex-half.flex-half-associated .flex-col{
    width:calc(50% - 3rem/2);
}


/***********電力事業*************/

.lower-business .flex-wrapper{
    max-width:1200px;
    margin-left:auto;
}

.lower-business.lower-business-nw .flex-wrapper{
    max-width:none;
}

.business-detail h4{
    font-size:1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400
}

.business-detail h3{
    padding-bottom:1.5rem;
    border-bottom:1px solid var(--main-color-border);
}

.lower-business.lower-business-nw .business-detail h3 {
    border:none;
}

.lower-business-nw-box:not(:last-of-type){
    margin-bottom:3rem;
}

.fade-swiper{
    position: sticky;
    top:6rem;
}

.div-sticky{
    position: sticky;
    top: 6rem;
}

.img-caption{
    display: block;
    font-size:0.85rem;
    text-align: center;
    background:#F8F9F9;
}

.wireless .img-caption{
    padding-top:0.5em;
}

.dark-mode .img-caption{
    background:#1E1E1E;
}

.div-sticky .image-shapen,.fade-swiper .image-shapen{
    position: static;
    top:0;
}

.lower-topics-products .fade-swiper{
    position: relative;
    top:auto;
    margin-bottom:30px;
}

.fade-swiper .swiper-pagination{
    bottom:-1.5rem;
}

.swiper-pagination-bullet{
    background:var(--main-color);
}

.swiper-pagination-bullet-active{
    background:var(--theme-color);
}

/***********電気事業*************/

.attention-box{
    background:var(--main-rev-color);
    padding:1.5rem;
    margin-top:3rem;
}

.attention-box dt{
    display: flex;
    align-items: center;
    margin-bottom:1rem;
}

.attention-box dt span.dark-parts{
    margin-right:0.5em;
    display: flex;
    align-items: center;
}

.attention-box dt span.dark-parts svg{
    width:16px;
    margin-top:3px;
}

.business-detail h3.wireless-ttl{
    font-size:1.5rem;
    padding-bottom:0;
    margin-bottom:0;
}

/***********品質・安全管理*************/

/*.lower-eyecatch-img-scroll{
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 2000px;
    margin-top:4.5rem;
}

.swiper-eyecatch .swiper-wrapper{
    transition-timing-function: linear;
}

.swiper-eyecatch .swiper-wrapper .swiper-slide{
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    overflow: hidden;
}*/

.management-list-wrapper{
    margin-top:1.5rem;
    margin-bottom:2rem;
}

.management-list-wrapper dl{
    background:var(--main-rev-color);
    padding:1.5rem;
}

.management-list-wrapper dl:not(:last-of-type){
    margin-bottom:1rem;
}

.management-list-wrapper dl dt{
    margin-bottom:1rem;
}

.col-topics-box h3{
    font-size:1.25rem;
    padding-bottom:1.25rem;
    border-bottom:1px solid var(--main-color-border);
    margin-bottom:1.5rem;
}

.lower-management-link-wrapper .flex-wrapper{
    margin-left: auto;
    margin-right:auto;
    margin-top:6rem;
}

.lower-management-link-wrapper a .dark-parts svg path{
    transition: fill 0.3s ease;
    transition-delay: 0.1s;
    /*filter:none;*/
    fill:var(--main-color);
}

.lower-management-link-wrapper a:hover .dark-parts{
    /*filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2256%) hue-rotate(192deg) brightness(100%) contrast(104%);*//*青*/
    /*transform: translateZ(0);*/
}

.lower-management-link-wrapper a:hover .dark-parts svg path{
    fill:var(--theme-color);
}

body.dark-mode .lower-management-link-wrapper a .dark-parts{
    /*filter:var(--svg-white);*//*白*/
    /*transform: translateZ(0);*/
}

body.dark-mode .lower-management-link-wrapper a:hover .dark-parts{
    /*filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(6235%) hue-rotate(336deg) brightness(113%) contrast(78%);*//*黄*/
    /*transform: translateZ(0);*/
}

.lower-management-link-wrapper .btn-arrow-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-bottom:0.25em;
}

.lower-management-link-wrapper .btn-arrow-wrap:after{
    content:"";
    display: block;
    width:100%;
    height:1px;
    background:var(--theme-color);
    position: absolute;
    left:0;
    bottom:0;
    transform: scaleX(0);
    transform-origin: left;
    transition:transform 0.3s ease;
}

.lower-management-link-wrapper a:hover .btn-arrow-wrap:after{
    transform: scaleX(1);
}

.font-small{
    font-size:0.8rem;
    margin-left:0.25em;
}

.pdf-icon{
    position: relative;
    padding-left:30px;
}

.pdf-icon:before{
    content:"";
    display: block;
    width:18px;
    aspect-ratio:0.714 / 1;
    background:url(../img/icon-pdf-download.svg) no-repeat;
    background-size:cover;
    position: absolute;
    left:0;
    top:5px;
    bottom:0;
    margin: auto;
}

.dark-mode .pdf-icon:before{
    background:url(../img/icon-pdf-download-dark.svg) no-repeat;
}

.lead a.management-link{
    font-weight: bold;
    line-height:30px;
}

#training .flex-wrapper{
    align-items: center;
}

.eco21 a{
    display: block;
}

.lower-management-link-wrapper .flex-wrapper{
    gap:6rem;
}

.lower-management-link-wrapper .flex-wrapper .flex-col{
    width: calc((100% - 6rem * 2)/3)
}

.lower-quality .section-content h3{
    font-size:1rem;
    margin-bottom:1.5rem;
}

.lower-quality .section-content .btn-arrow-wrap{
    font-size:0.8rem;
    margin-top:0;
}

.lower-quality .section-content .btn-arrow-wrap .buttonarrow svg{
    width:24px;
}

/***********トピックス*************/

/*.col-topics-box{
    background:var(--main-rev-color);
}*/

.section-content-topic-full{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-left: calc((100% - var(--c-width)));
    max-width: 2000px;
}

.swiper-vehicle{
    padding-left: 0!important;
    margin-left:auto;
    margin-right:0;
}

.business-detail-lower .flex-wrapper{
    max-width:1200px;
    margin-left:auto;
    margin-right:0;
}

.col-topics-box.col-topics-box-nolink{
    padding:0 1rem;
}

.col-topics-box .btn-arrow-wrap{
    font-size:1rem;
}

.col-topics-box .buttonarrow img {
    width: 24px;
}

.col-topics-box a{
    display: block;
    padding:1.5rem;
}

.col-topics-box a.fancy-link{
    padding:0;
}

a.fancy-link{
    display: block;
}

.col-topics-box a .dark-parts svg path{
    transition: fill 0.3s ease;
    transition-delay: 0.1s;
    /*filter:none;*/
    fill:var(--main-color);
}

.col-topics-box a:hover .dark-parts{
    /*filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2256%) hue-rotate(192deg) brightness(100%) contrast(104%);*//*青*/
    /*transform: translateZ(0);*/
}

.col-topics-box a:hover .dark-parts svg path{
    fill:var(--theme-color);
}

body.dark-mode .col-topics-box a .dark-parts{
    /*filter:var(--svg-white);*//*白*/
    /*transform: translateZ(0);*/
}

body.dark-mode .col-topics-box a:hover .dark-parts{
    /*filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(6235%) hue-rotate(336deg) brightness(113%) contrast(78%);*//*黄*/
    /*transform: translateZ(0);*/
}

.col-topics-box .btn-arrow-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-bottom:0.25em;
}

.col-topics-box .btn-arrow-wrap:after{
    content:"";
    display: block;
    width:100%;
    height:1px;
    background:var(--theme-color);
    position: absolute;
    left:0;
    bottom:0;
    transform: scaleX(0);
    transform-origin: left;
    transition:transform 0.3s ease;
}

.col-topics-box a:hover .btn-arrow-wrap:after{
    transform: scaleX(1);
}

.lower.topics .content-wrapper{
    margin-bottom:6rem;
}

.distribution-illustration{
    margin-top:6rem;
    max-width: 1000px!important;
}

.lead-attention{
    font-size:var(--font-small);
}

.col-top-company-text h4{
    font-size:1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500
}

@media screen and (min-width: 1500px){
    .lower-section{
        padding-bottom: 10rem;
        padding-top: 10rem;
    }
}

@media screen and (max-width: 1400px){
    .office-dl dd.dd-tel{
        flex-direction: column;
        gap:0em;
    }
    
    .lower-management-link-wrapper .flex-wrapper{
        gap:3rem;
    }

    .lower-management-link-wrapper .flex-wrapper .flex-col{
        width: calc((100% - 3rem * 2)/3)
    }
}

@media screen and (max-width: 1200px){
    .lower-management-link-wrapper .flex-wrapper .flex-col{
        width: calc((100% - 3rem * 1)/2)
    }
}

@media screen and (max-width: 1000px){
    .flex-third .flex-col{
        width:calc(50% - 1.5rem/2);
    }
    
    .flex-third{
        gap:1.5rem;
    }
}

@media screen and (max-width: 800px){
    .lower-main-ttl h1{
        font-size:2.5rem;
    }
    
    .lower-eyecatch-wrapper{
        padding-bottom: 3rem;
    }
    
    .flex-half.gap-little .flex-col{
        width:100%;
    }
    
    .flex-half.gap-little{
        gap:1.5rem;
    }
    
    .form-wrapper dl{
        flex-direction: column;
        align-items: flex-start;
        gap:1.5rem;
        padding:1.5rem 0;
    }
    
    .form-wrapper dl dd{
        width:100%;
    }
    
    .form-wrapper dl dt{
        width: fit-content;
        display: flex;
        align-items: center;
    }
    
    .form-wrapper dl dt span{
        margin-left:1em;
    }
    
    .form-wrapper dl dt span{
        background:var(--color-red);
        color:var(--main-rev-color);
        padding:0.25rem 0.5rem;
        border-radius:5px;
        font-size:0.85rem;
    }
    
    .form-wrapper dl dt span.ninni{
        background:var(--main-color);
        color:var(--main-rev-color);
    }
    
    .flex-third .flex-col{
        width:100%;
    }
    
    .office-dl dd.dd-tel{
        flex-direction: row;
        gap:1em;
    }
    
    .flex-third{
        flex-direction: column;
    }
    
    .flex-half.flex-half-associated{
        gap:1.5rem;
    }

    .flex-half.flex-half-associated .flex-col{
        width:100%;
    }
    
    .input-btn-wrapper{
        display: block;
        width:fit-content;
    }
    
    .contact-confirm .input-btn-wrapper:not(:last-of-type){
        margin-right:0;
        margin-bottom:1.5rem;
    }
    
    .lower-history .company-profile-wrapper > dl > dt{
        width:4em;
    }
    
    .history-month{
        margin-right:2rem;
    }
    
    .col-topics-box.col-topics-box-nolink{
        padding:0 0.5rem;
    }
    
    body.icv__body{
        padding:0!important;
        overflow: visible!important;
        position:static!important;
        height:auto!important;
    }
    
    .swiper-vehicle{
        padding-left:0;
    }
    
    .section-content-topic-full{
        padding-left:0;
    }
    
    .lower-management-link-wrapper .flex-wrapper{
        gap:6rem;
    }
    
    .lower-management-link-wrapper .flex-wrapper .flex-col{
        width: 100%;
        max-width:450px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .lower-management-link-wrapper .tag-wrap{
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 600px){
    .lower-main-ttl h1{
        font-size:2rem;
    }
    
    .lower-main-ttl-en{
        font-size:0.85rem;
    }
    
    .company-profile-wrapper > dl{
        flex-direction: column;
        gap:1.5rem;
        padding: 1.5rem 1.5rem;
    }
    
    .lower-history .company-profile-wrapper > dl{
        flex-direction: row;
    }
    
    .col-associated-box dl{
        gap:1.5rem;
    }
    
    .col-associated-box{
        padding:3rem 1.5rem;
    }
    
    .contact-confirm .formTable tr{
        flex-direction: column;
        text-align: center;
        gap:1.5rem;
    }
    
    .contact-confirm .formTable th{
        width:100%;
        text-align: center;
    }
    
    .offices-eyecatch-wrapper{
        padding-top:100%;
    }
    
    .section-ttl-wrap{
        justify-content: space-between;
    }
    
    .col-contact-box{
        padding:1.5rem;
    }
    
    .lower-eyecatch-img{
        margin-top:3rem;
    }
    
    .lower-management-link-wrapper .tag-wrap{
        padding-bottom: 3rem;
    }
}