@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Heavy.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
.ovf{
    overflow: hidden;
    /*height: 100% ;*/
}
#isuzu{
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体 , YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
    position: relative;
    overflow: auto;
    height: auto;
}
#isuzu .js-fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}
#isuzu .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}
#isuzu .aven{
    font-family: Avenir;
}
#isuzu .wt{
    color:#fff;
}
#isuzu a:hover{
    text-decoration: none;
}
#isuzu .wrap{
    max-width: 1024px;
    margin:auto;
}

#isuzu img{
    max-width: 100%;
}
#isuzu section{
    padding:30px 0px;
    position: relative;
}

#isuzu p{
    font-size:16px;
    line-height: 24px;
}

#isuzu .pc-only{
    display: block;
}
#isuzu .mb-only{
    display:none;
}

#isuzu .fl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#isuzu picture{
    display: grid;
}

/*BANNER*/
#isuzu .banner{
    height: 900px;
    position: relative;
    margin-top: 84px;
}
#isuzu .banner .banner-img{
    position: absolute;
    top:0;
    right:0;
    max-width: 1208px;
    z-index: -1;
}

#isuzu .banner .box-text{
    padding-left: 23.3%;
    padding-top: 244px;
}
#isuzu .banner .box-text .bubble .content-inner{
    width: 232px;
    height: 88px;
    border-radius: 44px;
    background-color: #c41237;
    justify-content: center;
    position: relative;
}

#isuzu .banner .box-text .bubble .content-inner:after{
    content: "";
    background-image: url(../images/isuzu/polygon@2x.png);
    height: 48.53px;
    width: 43.75px;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    bottom: -32px;
    background-size: contain;
}

#isuzu .banner .box-text .bubble .text{
    font-size: 48px;
    line-height: 70px;
    font-weight: bold;
    position: relative;
    top: 6px;
    left: 1px;
}

#isuzu .banner .box-text .title{
    margin-top:18px;
}

#isuzu .banner .box-text .title .ttl{
    font-size: 72px;
    line-height: 100px;
    font-weight: 900;
    text-shadow: 4px 4px 0 #fff;
}

#isuzu .banner .box-text .income{
    margin-top: 68px;
}

#isuzu .banner .box-text .income .text{
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 6px;
    font-weight: bold;
    color:#C41237;
}

#isuzu .banner .box-text .income .number{
    font-size: 72px;
    line-height: 98px;
    text-shadow: 4px 4px 0 #fff;
    color:#C41237;
    font-weight: 900;
    position: relative;
    width: fit-content;
}

#isuzu .banner .box-text .income .number span{
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    position: relative;
    left: -17px;
    top: -3px;
}

#isuzu .banner .box-text .income .number:after{
    content: "";
    height: 8px;
    width: 96%;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #C41237;
}

#isuzu .banner .box-text .income .note_1{
    font-size: 12px;
    line-height: 16px;
    margin-top: 27px;
}

#isuzu .banner .note_top{
    padding-left: 23px;
    position: absolute;
    top: 16px;
    left: 23.3%;
    font-size: 18px;
    line-height: 26px;
}

#isuzu .banner .note_top:before{
    content: "";
    background-image: url(../images/isuzu/note-top@2x.png);
    position: absolute;
    width: 20.5px;
    height: 11.3px;
    background-size: contain;
    left: -2px;
    top: 8px;
}
#isuzu .banner .box1{
    position: absolute;
    top:7.1%;
    right:50.83%;
}
#isuzu .banner .box1 .content-inner{
    width: 144px;
    background: #D35871;
    justify-content: center;
    padding: 18px 0 26px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
#isuzu .banner .box1 .content-inner .text{
    font-size: 32px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: -9px;
}
#isuzu .banner .box1 .content-inner .number{
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
}
#isuzu .banner .box1 .content-inner .number span{
    font-size: 56px;
    font-weight: 900;
}

#isuzu .banner .box2{
    position: absolute;
    top:37.8%;
    right:18.75%;
}
#isuzu .banner .box2 .content-inner, #isuzu .banner .box4 .content-inner{
    width: 144px;
    background: #AEC9D3;
    justify-content: center;
    padding: 32px 0 32px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

#isuzu .banner .box2 .content-inner .text, #isuzu .banner .box4 .content-inner .text{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
#isuzu .banner .box3{
    top:56.4%;
    position: absolute;
    right: 23.333333333%;
}
#isuzu .banner .box3 .content-inner{
    width: 232px;
    background: #D35871;
    justify-content: center;
    padding: 44px 0 48px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

#isuzu .banner .box3 .content-inner .text{
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 6px;
}
#isuzu .banner .box3 .content-inner .text_2{
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
}

#isuzu .banner .box4{
    position: absolute;
    bottom:7.1%;
    right: 41.666666666667%;
}

/*ATTRACT*/
#isuzu .attract .scroll-on{
    font-size: 14px;
    font-weight: 300;
    width: fit-content;
    position: absolute;
    left:24.9%;
    top:-21px;
    text-transform: uppercase;
    color: #C41237;
}
#isuzu .attract .scroll-on:after{
    content: "";
    width: 1px;
    height: 180px;
    left:50%;
    transform: translateX(-50%);
    bottom:-180px;
    background: #C41237;
    position: absolute;
}
#isuzu .attract .content-inner{
    padding-top:171px;
}
#isuzu .heading .hs{
    font-size: 60px;
    font-weight: 900;
    line-height: 1.27;
    color: #000;
    text-shadow: 2px 2px 0 #fff;
}
#isuzu .heading .sub-t{
    font-size: 14px;
    line-height: 20px;
    color:#C41237;
    font-weight: 400;
    margin-top:7px;
    font-family: Avenir;
}
#isuzu .heading .hs span{
    color:#c41237
}
#isuzu .attract .content-inner .heading{
    padding-left: 23.3333333333%;
}
#isuzu .attract .content-inner .at-list{
    margin-top: 133px;
}
#isuzu .attract .content-inner .at-list .at-item{
    margin-bottom: 128px;
}
#isuzu .attract .content-inner .at-list .at-item:last-child{
    margin-bottom: 0;
}
#isuzu .attract .content-inner .at-list .at-item .inner{
    padding-left: 41.66666666666666667%;
    position: relative;
}
#isuzu .attract .content-inner .at-list .at-item .inner .img-box{
    width: 888px;
}
#isuzu .attract .content-inner .at-list .at-item .inner .text-box{
    padding: 94px 0 0px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #c41237;
    position: absolute;
    top: -62px;
    left: 23.33%;
    width: 467px;
    height: 245px;
}
#isuzu .attract .content-inner .at-list .at-item .inner .text-box .label{
    justify-content: center;
    padding: 4px 0 13px 0;
    background: #fff;
    color: #c41237;
    width: 140px;
    position: absolute;
    top: 30px;
    left: 0;
    font-weight: bold;
}
#isuzu .attract .content-inner .at-list .at-item .inner .text-box .label .number{
    font-size: 24px;
    padding-right:5px;
}
#isuzu .attract .content-inner .at-list .at-item .inner .text-box .label .number span{
    font-size: 40px;
    position: relative;
    top: 5px;
    left: 4px;
}

#isuzu .attract .content-inner .at-list .at-item .inner .text-box .ttl{
    font-size:36px;
    line-height: 48px;
    font-weight: 900;
    margin-bottom:21px;
}

#isuzu .attract .content-inner .at-list .at-item:nth-child(even) .inner{
    padding-left: 12.083333333333333333%;
}
#isuzu .attract .content-inner .at-list .at-item:nth-child(even) .inner .text-box{
    left:50.6%;
}
#isuzu .pdb0{
    padding-bottom: 0;
}
#isuzu .guy{
    width: 156.25px;
    margin:272px auto 0 auto;
    position: relative;
    display: grid;
}

#isuzu .guy .guy-img{
    position: relative;
    left: -8px;
}
#isuzu .guy .guy-text{
    width: 672px;
    justify-content: center;
    padding: 33px 0 35px 0;
    border-radius: 60px;
    background-color: #aec9d3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -151px;
}
#isuzu .guy .guy-text:after{
    content: "";
    background-image: url(../images/isuzu/poly2@2x.png);
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    background-size: contain;
}
#isuzu .guy .guy-text .text{
    font-size: 36px;
    font-weight: bold;
    line-height: 52px;
    color:#ffffff;;
    text-align: center;
}


/*BENEFIT*/
#isuzu .benefit{
    background-image: url("../images/isuzu/bg1@2x.png");
    background-position: top;
    background-size: cover;
}
#isuzu .benefit .content-inner{
    padding-top: 97px;
}
#isuzu .benefit .content-inner .b-list{
    margin-top:64px;
    margin-bottom: 52px;
}
#isuzu .benefit .content-inner .b-list .b-item{
    background: #D35871;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 240px;
    text-align: center;
}
#isuzu .benefit .content-inner .b-list .b-item .inner{
    position: relative;
    top: 4px;
}
#isuzu .benefit .content-inner .b-list .b-item .text{
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}
#isuzu .benefit .content-inner .b-list .b-item .ttl{
    font-size: 44px;
    line-height: 64px;
    font-weight: 900;
}

#isuzu .benefit .content-inner .b-list .b-item .ttl .num{
    font-size: 52px;
    line-height: 71px;
}

#isuzu .benefit .content-inner .b-list .b-item .note{
    font-size: 12px;
    line-height: 16px;
    margin-top:4px;
}

#isuzu .benefit .content-inner .b-list .b-item .inner2{
    top:0px;
}
#isuzu .benefit .content-inner .b-list .b-item .inner3{
    top:1px;
}
#isuzu .benefit .content-inner .b-list .b-item .inner3 .ttl{
    margin-bottom: 6px;
}
#isuzu .benefit .content-inner .b-list .b-item .inner3 .text{
    font-size: 20px;
    line-height: 28px;
}
#isuzu .benefit .content-inner .s-ttl{
    font-size: 48px;
    line-height: 64px;
    color: #c41237;
    text-align: center;
}

#isuzu .benefit .content-inner .example{
    margin-top: 67px;
    padding: 48px 88px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
#isuzu .benefit .content-inner .example .ttl{
    font-size: 32px;
    line-height: 48px;
    width: 192px;
    margin:0 auto;
    position: relative;
    font-weight: 700;
}

#isuzu .benefit .content-inner .example .ttl:after{
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: black;
    bottom:-17px;
    left:50%;
    transform: translateX(-50%);
}

#isuzu .benefit .content-inner .example .e-list{
    margin-top:18px;
}
#isuzu .benefit .content-inner .example .e-list .e-item{
    padding:40px 0;
}
#isuzu .benefit .content-inner .example .e-list .e-item:first-child{
    border-bottom: 2px solid #e8e8e8;
}
#isuzu .benefit .content-inner .example .e-list .e-item .e-content{
    align-items: center;
    column-gap: 75px;
}
#isuzu .benefit .content-inner .example .e-list .e-item .e-content .text{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    position: relative;
    left: 32px;
    top: -4px;
}
#isuzu .benefit .content-inner .example .e-list .e-item .e-content .text:before{
    content: "";
    width: 12px;
    position: absolute;
    background: #C41237;
    height: 130%;
    top: 52%;
    transform: translateY(-50%);
    left: -32px;
}
#isuzu .benefit .content-inner .example .e-list .e-item .e-content .num{
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    color: #C41237;
    position: relative;
    left: -1px;
    bottom: 3px;
}

#isuzu .benefit .content-inner .example .e-list .e-item .e-content .num:before{
    content: "";
    background-image: url(../images/isuzu/ar@2x.png);
    width: 24px;
    height: 15px;
    background-size: contain;
    position: absolute;
    left: -35px;
    top: 43px;
}


#isuzu .benefit .content-inner .example .e-list .e-item .e-content .num span{
    font-size: 72px;
    line-height: 98px;
    font-weight: 900;
    position: relative;
    top: 2px;
    left: -3px;
}

#isuzu .benefit .content-inner .example .e-list .e-item .e-inner .detail{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top:16px;
}
#isuzu .benefit .content-inner .example .e-list .e-item .e-inner .detail span{
    color:#C41237;
}
#isuzu .benefit .content-inner .example .e-list .e-item .e-inner .detail .money{
    color:#000;
}
#isuzu .benefit .content-inner .summary{
    margin-top:48px;
    text-align: center;
}

#isuzu .benefit .content-inner .summary .text{
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 13px;
}
#isuzu .benefit .content-inner .summary .ar-down{
    width: 120px;
}

#isuzu .benefit .content-inner .summary .sub{
    font-size: 52px;
    line-height: 75px;
    font-weight: bold;
    margin-top:7px;
    color: #c41237;
}

#isuzu .benefit .content-inner .summary .num{
    font-size: 52px;
    line-height: 52px;
    color: #c41237;
    font-weight: bold;
    position: relative;
    left: 2px;
    width: fit-content;
    margin:1px auto 34px auto;
}
#isuzu .benefit .content-inner .summary .num:after{
    content: "";
    height: 8px;
    width: 100%;
    background: #c41237;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:-4px;
}
#isuzu .benefit .content-inner .summary .num span{
    font-size: 92px;
    line-height: 126px;
    color: #c41237;
    font-weight: 900;
    position: relative;
    top: 2px;
    left: -4px;
}

#isuzu .benefit .content-inner .summary .note{
    font-size:12px;
    line-height: 16px;
}

#isuzu .benefit .content-inner .guy{
    width: 181.97px;
}

/*VOICE*/

#isuzu .voice .content-inner{
    padding-top: 96px;
    padding-bottom: 90px;
}

#isuzu .voice .content-inner .voice-list{
    margin-top:65px;
}

#isuzu .voice .content-inner .voice-list .voice-item .box-img{
    width: 496px;
}
#isuzu .voice .content-inner .voice-list .voice-item{
    margin-bottom: 64px;
}

#isuzu .voice .content-inner .voice-list .voice-item:last-child{
    margin-bottom: 0;
}

#isuzu .voice .content-inner .voice-list .voice-item .box-text .voice-icon{
    width: 77.64px;
}

#isuzu .voice .content-inner .voice-list .voice-item .box-text .ttl{
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    color:#C41237;
    margin-top: 7px;
}

#isuzu .voice .content-inner .voice-list .voice-item .box-text .note{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 21px;
}

#isuzu .voice .content-inner .guy{
    width: 157.71px;
}

#isuzu .voice .content-inner .guy .guy-img{
    left:-10px;
}

#isuzu .voice .content-inner .recommend{
    justify-content: center;
    padding:49px 0 12px 0;
    border-radius: 8px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

#isuzu .voice .content-inner .recommend .ttl{
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    width: fit-content;
    position: relative;
}

#isuzu .voice .content-inner .recommend .ttl:after{
    content: "";
    height: 2px;
    width: 100%;
    background: #000;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:-17px;
}

#isuzu .voice .content-inner .recommend .rc-list{
    margin-top: 65px;
    width: 848px;
}

#isuzu .voice .content-inner .recommend .rc-list .rc-item{
    width: 264px;
    text-align: center;
}

#isuzu .voice .content-inner .recommend .rc-list .rc-item .text{
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    width: 100%;
    position: relative;
    top: -40px;
}
#isuzu .voice .content-inner .recommend .rc-list .rc-item .text span{
    color:#C41237;
}

/*SUPPORT*/
#isuzu .support{
    background: #F7F7F7;
}
#isuzu .support .content-inner{
    padding-top:93px;
    padding-bottom:91px;
}

#isuzu .support .content-inner .area{
    margin-bottom:150px;
    position: relative;
    margin-top: 66px;
}
#isuzu .support .content-inner .area .heading .sub-t{

}
#isuzu .support .content-inner .head1{
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 25px;

}
#isuzu .support .content-inner .area .area-list .area-item{
    margin-bottom:25px;
}

#isuzu .support .content-inner .area .area-list .area-item:last-child{
    margin-bottom: 0;
}

#isuzu .support .content-inner .area .area-list .area-item .label{
    padding: 7px 16px;
    width: fit-content;
    color:#ffffff;
    margin-bottom:12px;
    font-size: 18px;
    line-height: 26px;
}
#isuzu .green{background: #8ab930;} #isuzu .blue{background: #5ba1d9;} #isuzu .orange{background: #fca500;} #isuzu .purple{background: #b497c5;}  #isuzu .red{background: #eb755d;} #isuzu .pink{background: #e1639d;}

#isuzu .support .content-inner .area .map-img{
    width: 680px;
    position: absolute;
    right: -1px;
    bottom: -29px;
}

#isuzu .support .content-inner .contact .contact-heading{
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
}

#isuzu .support .content-inner .contact .contact-box{
    margin-top:49px;
    padding: 48px 88px;
    border-radius: 8px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    position: relative;
}

#isuzu .support .content-inner .contact .contact-box .cb-head{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin:0 auto;
    width: fit-content;
    position: relative;
}
#isuzu .support .content-inner .contact .contact-box .cb-head:after{
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:-16px;
}
#isuzu .support .content-inner .contact .contact-box .contact-list{
    margin-top:65px;
}
#isuzu .support .content-inner .contact .contact-box .contact-list .contact-item{
    width: 264px;
}
#isuzu .support .content-inner .contact .contact-box .contact-list .contact-item .ttl{
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #c41237;
    font-weight: bold;
}

#isuzu .support .content-inner .contact .contact-box .contact-list .contact-item .ct-img{
    margin:17px 0 18px 0;
}

#isuzu .support .content-inner .contact .contact-box .saler{
    width: 471px;
    position: absolute;
    right:0;
    top:-342px;
}


#isuzu .job .content-inner{
    padding-top:93px;
}

#isuzu .job .content-inner .career{
    margin-top: 68px;
}

#isuzu .job .content-inner .career .ttl{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #c41237;
}

#isuzu .job .content-inner .career .round-list{
    margin-top: 34px;
}

#isuzu .job .content-inner .career .round-list .round-item{
    width: 320px;
    height: 320px;
    background-color: #d35871;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
#isuzu .job .content-inner .career .round-list .round-item .text{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
}

#isuzu .job .content-inner .table{
    padding: 48px 88px 38px 88px;
    border-radius: 8px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    margin-top: 64px;
}
#isuzu .job .content-inner .table .table-list .table-item{
    padding:28px 0px;
    border-top: solid 1px #4a3c3c;
    align-items: center;
}
#isuzu .job .content-inner .table .table-list .table-item:first-child{
    border-top:none;
    padding:0 0 28px 0;
}
#isuzu .job .content-inner .table .table-list .table-item:last-child{
    padding-bottom: 0;
}
#isuzu .job .content-inner .table .table-list .table-item:first-child .ttl{
    height: 96px;
}
#isuzu .job .content-inner .table .table-list .table-item:last-child .ttl{
    height: 310px;
}
#isuzu .job .content-inner .table .table-list .table-item .ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 232px;
    border-radius: 8px;
    background-color: #aec9d3;
    min-height: 48px;
}

#isuzu .job .content-inner .table .table-list .table-item .text{
    width: calc(100% - 264px);
}

#isuzu .job .content-inner .table .table-list .table-item .text .note{
    font-size: 12px;
    line-height: 16px;
}

#isuzu .job .content-inner .guy{
    width: 196.57px;
    margin: 329.1px auto 0 auto;
}
#isuzu .job .content-inner .guy .guy-text{
    text-align: center;
    top: -207px;
    border-radius: 88px;
}
#isuzu .job .content-inner .guy .guy-img{
    left:0;
}


/*FOOTER*/
#isuzu .footer{
    background-color: #f7f7f7;
    padding: 60px 0 64px 0;
}
#isuzu .footer .content-inner{
    max-width: 496px;
    margin:0 auto;
    text-align: center;
    position: relative;
}

#isuzu .footer .content-inner .ttl{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.71;
    text-align: center;
    color: #000;
    margin-bottom: 6px
}

#isuzu .footer .content-inner .number{
    font-size: 56px;
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: 1.68px;
    color: #c41237;
    position: relative;
    left: 4px;
}
#isuzu .footer .content-inner .number .num-icon{
    position: relative;
    left: -7px;
    top: 5px;
}
#isuzu .footer .content-inner .time{
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: #000;
    margin-top: 10px;
    margin-bottom: 13px;
}

#isuzu .footer .content-inner .note{
    font-size: 12px;
    line-height: 2.33;
    text-align: center;
    color: #000;
    margin-top: 4px;
}

#isuzu .footer .content-inner .camcom{
    width: 232.5px;
    margin-top: 57px;
}


#isuzu .footer .content-inner .top{
    background-image: url(../images/isuzu/top-icon.png);
    width: 74px;
    height: 74px;
    cursor: pointer;
    position: absolute;
    top: -95px;
    right: -97px;
    background-size: contain;
    transition: .3s;
}
#isuzu .footer .content-inner .top:hover{
    background-image: url(../images/isuzu/hover-icon.png);
}

/*WEB BUTTON*/
#isuzu .web-button{
    width: 360px;
    height: 200px;
    cursor: pointer;
    position: fixed;
    bottom:0;
    right:144px;
    z-index: 99;
    display: grid;
}

#isuzu .web-button .content-inner{
    padding: 32px 32px 38px;
    box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.15);
    border: solid 4px #c41237;
    background-color: #fff;
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#isuzu .web-button .ttl{
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    color: #c41237;
}

#isuzu .web-button .ar-right{
    background-image: url(../images/isuzu/arr.png);
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    top: 57px;
    right: 32px;
    background-size: contain;
    transition: .3s;
}

#isuzu .web-button:hover .content-inner{
    background-color: #c41237;
    border: solid 4px #fff;
}
#isuzu .web-button:hover .content-inner .ttl{
    color:#fff;
}

#isuzu .web-button:hover .content-inner .ar-right{
    background-image: url(../images/isuzu/arr-hover.png);
}

/*MENU TOP*/
#isuzu .pc-menu{
    padding:16px 0 12px 0;
    -webkit-backdrop-filter: blur(19.1px);
    backdrop-filter: blur(19.1px);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 99;
}
#isuzu .pc-menu .content-inner{
    column-gap: 343px;
    justify-content: flex-start;
    padding-left: 23.3%;

}
#isuzu .pc-menu .logo{
    width: 203.3px;
}
#isuzu .pc-menu .menu-list{

}
#isuzu .pc-menu .menu-list .menu-item{
    display: inline-block;

}
#isuzu .pc-menu .menu-list .menu-item:last-child{
    margin-right: 0;
}
#isuzu .pc-menu .menu-list .menu-item a{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #000;
    transition: .3s;
    padding:4px 0;
    margin-right:29px;
    display: block;
}
#isuzu .pc-menu .menu-list .menu-item:hover a{
    color:#C41237;
}

@media(max-width: 1601px){
    #isuzu .banner .box-text {
        padding-left: 10.3%;
    }
    #isuzu .pc-menu .content-inner, #isuzu .attract .content-inner .heading {
        padding-left: 10.3%;
    }
    #isuzu .banner .note_top{
        left:10.3%;
    }
    #isuzu .attract .content-inner .at-list .at-item:nth-child(even) .inner {
        padding-left: 10.3%;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .text-box{
        left:10.3%;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner {
        padding-left: 33.666667%;
    }
}


@media(max-width: 1040px){
    #isuzu .pc-menu .content-inner {
        column-gap: 203px;
        justify-content: flex-start;
        padding-left: 2.3%;
    }
    #isuzu .banner {
        height: 668px;
    }
    #isuzu .banner .banner-img{
        max-width: 895px;
    }
    #isuzu .banner .note_top {
        left: 2.3%;
    }
    #isuzu .banner .box-text {
        padding-left: 2.3%;
        padding-top: 81px;
    }
    #isuzu .banner .box1 {
        position: absolute;
        top: 3.1%;
        right: 50.83%;
    }
    #isuzu .banner .box2 {
        position: absolute;
        top: 15.8%;
        right: 8.75%;
    }
    #isuzu .banner .box3 {
        top: 46.4%;
        position: absolute;
        right: 8.333333%;
    }
    #isuzu .banner .box4 {
        position: absolute;
        bottom: 13.1%;
        right: 41.666666666667%;
    }
    #isuzu .attract .scroll-on{
        left: 15.3%;
    }
    #isuzu .attract .content-inner .heading {
        padding-left: 2.3%;
    }
    #isuzu .attract .content-inner .at-list .at-item:nth-child(even) .inner {
        padding-left: 2.3%;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner {
        padding-left: 21.666667%;
        position: relative;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .img-box {
        width: 788px;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .text-box{
        left:2.3%;
    }
    #isuzu .wrap {
        padding: 0 25px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-inner .detail {
        font-size: 16px;
    }
    #isuzu .voice .content-inner .voice-list .voice-item .box-img {
        width: 453px;
    }
    #isuzu .support .content-inner .contact .contact-box .contact-list .contact-item {
        width: 254px;
    }
    #isuzu .web-button {
        right: 25px;
    }
}
/*Mobile SCREEN*/

@media(max-width:767px){
    #isuzu .pc-only {
        display: none;
    }

    #isuzu .mb-only {
        display: block;
    }

    #isuzu p {
        font-size: 14px;
        line-height: 20px;
    }

    #isuzu section {
        padding: 0px 0px;
    }

    #isuzu .wrap{
        padding:0 35px 0 36px;
        max-width: 100%;
    }
    /*    MENU*/
    #isuzu .mb-menu{
        position: fixed;
        width: 100%;
        left:0;
        top:0;
        z-index: 99;
        transition: .4s;
    }
    #isuzu .mb-menu .content-inner{

        background: #fff;
        transition: .4s;
        width: 100%;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    }
    #isuzu .mb-menu .content-inner .inner{
        padding:14px 35px;
    }
    #isuzu .mb-menu .content-inner .fl{
        align-items: center;

    }
    #isuzu .mb-menu .content-inner .logo{
        width: 145px;
    }
    #isuzu .mb-menu .content-inner .humb{
        width: 28px;
        height: 8px;
        position: absolute;
        top:20px;
        right:35px;

    }
    #isuzu .mb-menu .content-inner .humb:before{
        content:"";
        height: 1px;
        width: 100%;
        background: #707070;
        position: absolute;
        top:0;
        left:0;
        transition: .5s;
    }
    #isuzu .mb-menu .content-inner .humb:after{
        content:"";
        height: 1px;
        width: 100%;
        background: #707070;
        position: absolute;
        bottom:0;
        left:0;
        transition: .5s;
    }
    #isuzu .mb-menu .content-inner .inner .menu-list{
        margin-top: 0px;
        height: 0px;
        overflow: hidden;
    }
    #isuzu .mb-menu .content-inner .inner .menu-list .menu-item{
        margin-bottom:24px;
    }
    #isuzu .mb-menu .content-inner .inner .menu-list .menu-item .menu-link{
        font-size: 14px;
        line-height: 20px;
        color:#000;
        font-weight: 500;
    }
    #isuzu .mb-menu.active{
        height: 100%;
        background: #000000b3;
    }

    #isuzu .mb-menu.active .content-inner{
        width: 282px;
        height: 100%;
        right: 0;
        position: absolute;
        top:0;
    }
    #isuzu .mb-menu.active .content-inner .humb:before{
        transform: rotate(225deg);
        top:unset;
        bottom:6px;
    }

    #isuzu .mb-menu.active .content-inner .humb:after{
        transform: rotate(-225deg);
        bottom:6px;
    }
    #isuzu .mb-menu.active .content-inner .inner .menu-list{
        height: fit-content;
        margin-top: 46px;
    }

    /*BANNER*/
    #isuzu .banner{
        margin-top: 64px;
        height: 540px;
    }
    #isuzu .banner .banner-img{
        max-width: 340px;
    }
    #isuzu .banner .note_top{
        font-size: 10px;
        line-height: 1.5;
        top: 1px;
        left: 25px;
    }
    #isuzu .banner .note_top:before {
        content: "";
        background-image: url(../images/isuzu/note-top@2x.png);
        position: absolute;
        width: 12px;
        height: 7.33px;
        background-size: contain;
        left: 8px;
        top: 4px;
    }
    #isuzu .banner .box-text{
        padding-left: 35px;
        padding-top: 131px;
    }
    #isuzu .banner .box-text .title {
        margin-top: 10px;
    }
    #isuzu .banner .box-text .income {
        margin-top: 14px;
    }
    #isuzu .banner .box-text .bubble .content-inner{
        width: 100px;
        height: 40px;
    }
    #isuzu .banner .box-text .bubble .content-inner:after {
        content: "";
        background-image: url(../images/isuzu/polygon@2x.png);
        height: 24.3px;
        width: 21.9px;
        position: absolute;
        left: 52%;
        transform: translateX(-50%);
        bottom: -15px;
        background-size: contain;
    }
    #isuzu .banner .box-text .bubble .text{
        font-size: 20px;
        line-height: 1.45;
        top: 4px;
        left: 0px;
    }
    #isuzu .banner .box-text .title .ttl{
        font-size: 28px;
        line-height: 1.29;
        text-shadow: 2px 2px 0 #fff;
    }
    #isuzu .banner .box-text .income .text{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 1px;
    }
    #isuzu .banner .box-text .income .number{
        font-size: 32px;
        line-height: 1.38px;
        text-shadow: 2px 2px 0 #fff;
    }
    #isuzu .banner .box-text .income .number span{
        font-size: 18px;
        line-height: 2.89;
        left: -5px;
    }
    #isuzu .banner .box-text .income .note_1{
        font-size: 10px;
        margin-top: -1px;
    }
    #isuzu .banner .box-text .income .number:after {
        content: "";
        height: 4px;
        width: 99%;
        position: absolute;
        bottom: 7px;
        left: 0;
        background: #C41237;
    }

    #isuzu .banner .box1{
        top: 6.7%;
        right: 55.466667%;
    }
    #isuzu .banner .box1 .content-inner{
        width: 72px;
        padding: 7px 0 6px 0;
        border-radius: 4px;
        padding: 5px 0 11px 0;
    }

    #isuzu .banner .box1 .content-inner .text{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: -2px;
    }
    #isuzu .banner .box1 .content-inner .number{
        font-size: 24px;
        line-height: 28px;
    }
    #isuzu .banner .box1 .content-inner .number span{
        font-size: 28px;
    }

    #isuzu .banner .box2 {
        top: 52.664%;
        right: 6.7%;
    }
    #isuzu .banner .box2 .content-inner, #isuzu .banner .box4 .content-inner{
        width: 72px;
        padding: 17px 0 15px 0;
        border-radius: 4px;
    }
    #isuzu .banner .box2 .content-inner .text, #isuzu .banner .box4 .content-inner .text{
        font-size: 16px;
        line-height: 1.24;
    }

    #isuzu .banner .box3 {
        top: 72.4%;
        right: 15.933333%;
    }
    #isuzu .banner .box3 .content-inner{
        width: 100px;
        padding: 14px 0 9px 0;
        border-radius: 4px;
    }

    #isuzu .banner .box3 .content-inner .text{
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: -4px;
    }
    #isuzu .banner .box3 .content-inner .text_2{
        font-size: 24px;
        line-height: 1.7;
    }
    #isuzu .banner .box4 {
        bottom: 16.8%;
        right: 50.266667%;
    }

    /*ATTRACT*/
    #isuzu .heading .hs{
        font-size: 24px;
        line-height: 32px;
    }
    #isuzu .heading .sub-t{
        font-size: 10px;
        line-height: 1.3;
        margin-top: 6px;
    }
    #isuzu .attract .content-inner{
        padding-top:65px;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .text-box {
        padding: 60px 24px 24px 24px;
        border-radius: 4px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
        background-color: #c41237;
        position: absolute;
        top: unset;
        left: 35px;
        width: unset;
        height: unset;
        right: 35px;
        bottom: 152px;
    }
    #isuzu .attract .content-inner .heading {
        padding-left: 35px;
    }
    #isuzu .attract .content-inner .at-list .at-item:nth-child(even) .inner .text-box {
        left: 35px;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner, #isuzu .attract .content-inner .at-list .at-item:nth-child(even) .inner {
        padding-left: 31.2%;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .img-box {
        width: 258px;
    }

    #isuzu .attract .content-inner .at-list .at-item .inner .text-box .ttl{
        font-size: 24px;
        line-height: 1.33;
        margin-bottom: 12px;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .text-box .label .number{
        font-size: 16px;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .text-box .label .number span{
        font-size: 28px;
    }
    #isuzu .attract .content-inner .at-list .at-item{
        min-width: 340px;
        margin-bottom: 235px;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .text-box .label{
        width: 84px;
        top: 15px;
        padding: 0px 0 6px 0;
    }
    #isuzu .attract .content-inner .at-list{
        margin-top: 215px;
    }
    #isuzu .attract .scroll-on{
        font-size: 12px;
        line-height: 16px;
        left: 3.5%;
        top: -103px;
    }
    #isuzu .attract .scroll-on:after {
        height: 140px;
        left: 51%;
        bottom: -142px;
    }
    #isuzu .mg285{
        margin-bottom: 288px !important;
    }

    #isuzu .guy{
        width: 78.13px;
        margin: 159px auto 0 auto;
    }

    #isuzu .guy .guy-text .text{
        font-size: 18px;
        line-height: 24px;
        position: relative;
        left: 5px;
    }
    #isuzu .guy .guy-text{
        width: 304px;
        padding: 11px 0 14px 0;
        top: -93px;

    }
    #isuzu .guy .guy-img {
        left: -4px;
    }
    #isuzu .guy .guy-text:after{
        bottom: -18px;
        z-index: -1;
    }


    /*BENEFIT*/
    #isuzu .benefit .content-inner{
        padding-top:66px;
        padding-left: 35px;
        padding-right:36px;
    }
    #isuzu .benefit .content-inner .b-list{
        margin-top:33px;
        margin-bottom: 35px;
    }
    #isuzu .benefit .content-inner .b-list .b-item{
        width: 100%;
        height: 160px;
        margin-bottom: 12px;
        border-radius: 4px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    }
    #isuzu .benefit .content-inner .b-list .b-item:last-child{
        margin-bottom:0;
    }
    #isuzu .benefit .content-inner .b-list .b-item .text{
        font-size: 20px;
        line-height: 1.4;
    }
    #isuzu .benefit .content-inner .b-list .b-item .inner{
        top: 3px;
    }
    #isuzu .benefit .content-inner .b-list .b-item .note{
        font-size: 10px;
        line-height: 1.6;
    }
    #isuzu .benefit .content-inner .b-list .b-item .inner2{
        top:0;
    }
    #isuzu .benefit .content-inner .b-list .b-item .inner3{
        top:-3px;
    }
    #isuzu .benefit .content-inner .b-list .b-item .inner3 .text{
        font-size: 16px;
        line-height: 1.5;
    }
    #isuzu .benefit .content-inner .b-list .b-item .inner3 .ttl {
        margin-bottom: 0px;
    }
    #isuzu .benefit .content-inner .b-list .b-item .ttl{
        font-size: 40px;
        line-height: 1.45;
    }
    #isuzu .benefit .content-inner .b-list .b-item .ttl .num {
        font-size: 48px;
        line-height: 66px;
    }
    #isuzu .benefit .content-inner .s-ttl{
        font-size: 32px;
        line-height: 1.25;
    }
    #isuzu .benefit .content-inner .example{
        margin-top:33px;
        padding: 28px 24px 0px 24px;
        border-radius: 4px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    }
    #isuzu .benefit .content-inner .example .ttl{
        font-size: 18px;
        line-height: 1.33;
        width: fit-content;
    }
    #isuzu .benefit .content-inner .example .ttl:after{
        bottom: -6px;
    }
    #isuzu .benefit .content-inner .example .e-list {
        margin-top: 15px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item {
        padding: 26px 0 24px 0;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content .text{
        font-size: 20px;
        line-height: 1;
        left: 20px;
        top: -4px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content{
        row-gap: 7px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content .text:before{
        width: 8px;
        height: 153%;
        top: 47%;
        left: -20px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content .num{
        font-size: 20px;
        line-height: 1.4;
        position: relative;
        left: 46px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content .num:before {
        background-image: url(../images/isuzu/ar@2x.png);
        width: 16px;
        height: 8px;
        left: -24px;
        top: 25px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content .num span{
        font-size: 40px;
        line-height: 1.38;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-inner .detail{
        font-size: 14px;
        line-height: 1.43;
        margin-top: 2px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-inner .detail .money{
        color: black;
        position: relative;
        left: 14px;
    }
    #isuzu .pdt30{
        padding-top:33px !important;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content p{
        width: 100%;
    }

    #isuzu .benefit .content-inner .summary .text{
        font-size: 18px;
        line-height: 1.33;
        margin-bottom: 10px;
    }
    #isuzu .benefit .content-inner .summary .ar-down{
        width: 60px;
    }
    #isuzu .benefit .content-inner .summary .sub{
        font-size: 32px;
        line-height: 1.44;
    }
    #isuzu .benefit .content-inner .summary .num{
        font-size: 20px;
        line-height: 2.6;
        margin: -5px auto 17px auto;
    }
    #isuzu .benefit .content-inner .summary .num span{
        font-size: 48px;
        line-height: 1.38;
    }
    #isuzu .benefit .content-inner .summary{
        margin-top: 26px;
    }
    #isuzu .benefit .content-inner .guy {
        width: 90.99px;
    }
    #isuzu .benefit .guy .guy-text{
        top: -94px;
        left: 46%;
    }
    #isuzu .benefit .content-inner .summary .num:after{
        content: "";
        height: 4px;
        width: 103%;
        background: #c41237;
        position: absolute;
        left: 49%;
        transform: translateX(-50%);
        bottom: -3px;
    }
    #isuzu .benefit .content-inner .summary .note{
        font-size: 10px;
        line-height: 1.6;
    }

    /*VOICE*/
    #isuzu .voice .content-inner {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    #isuzu .voice .content-inner .voice-list {
        margin-top: 33px;
    }
    #isuzu .voice .content-inner .voice-list .voice-item .box-text .voice-icon {
        width: 57px;
    }
    #isuzu .voice .content-inner .voice-list .voice-item .box-text .ttl{
        font-size: 24px;
        line-height: 1.33;
        margin-top: -3px;
    }
    #isuzu .voice .content-inner .voice-list .voice-item .box-text .note {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 12px;
        margin-top: 6px;
    }
    #isuzu .voice .content-inner .voice-list .voice-item{
        row-gap: 12px;
    }
    #isuzu .voice .content-inner .guy {
        width: 78.85px;
    }
    #isuzu .voice .content-inner .guy .guy-img {
        left: -7px;
    }
    #isuzu .voice .guy .guy-text {
        width: 304px;
        padding: 23px 0 26px 0;
        top: -95px;
    }
    #isuzu .voice .guy .guy-text .text{
        left:-1px;
    }
    #isuzu .voice .content-inner .recommend{
        padding: 24px 27px 26px 24px;
        border-radius: 4px;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
    }
    #isuzu .voice .content-inner .recommend .ttl{
        font-size: 18px;
        line-height: 1.33;
    }
    #isuzu .voice .content-inner .recommend .rc-list .rc-item{
        min-width: 258px;
        align-items: center;
        position: relative;
        left: 6px;
    }
    #isuzu .voice .content-inner .recommend .rc-list .rc-item  img.rc-icon{
        width: 104px;
    }
    #isuzu .voice .content-inner .recommend .rc-list .rc-item .text{
        font-size: 24px;
        line-height: 1.33;
        width: calc(100% - 104px);
        top: 0;
        right: 6px;
        text-align: left;
    }
    #isuzu .voice .content-inner .recommend .ttl:after{
        bottom: -8px;
    }
    #isuzu .voice .content-inner .recommend .rc-list {
        margin-top: 32px;
        row-gap: 12px;
    }

    /*SUPPORT*/
    #isuzu .support .content-inner {
        padding-top: 66px;
        padding-bottom: 65px;
    }
    #isuzu .support .content-inner .head1{
        font-size: 24px;
        line-height: 1.33;
    }
    #isuzu .support .content-inner .area {
        margin-top: 36px;
        margin-bottom: 235px;
    }
    #isuzu .support .content-inner .area .area-list .area-item .label{
        font-size: 16px;
        line-height: 1.5;
        padding: 3px 12px 5px;
    }
    #isuzu .support .content-inner .area .area-list .area-item {
        margin-bottom: 24px;
    }
    #isuzu .support .content-inner .area .map-img {
        right: 1px;
        bottom: -169px;
    }
    #isuzu .support .content-inner .contact .contact-heading{
        font-size: 24px;
        line-height: 1.33;
    }
    #isuzu .support .content-inner .contact .contact-box {
        margin-top: 121px;
        padding: 26px 24px 24px 24px;
        border-radius: 4px;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
    }
    #isuzu .support .content-inner .contact .contact-box .cb-head{
        font-size: 18px;
        line-height: 1.33;
    }
    #isuzu .support .content-inner .contact .contact-box .cb-head:after{
        bottom:-7px;
    }
    #isuzu .support .content-inner .contact .contact-box .saler {
        width: 248.33px;
        right: -13px;
        top: -181px;
    }
    #isuzu .support .content-inner .contact .contact-box .contact-list {
        margin-top: 29px;
        row-gap: 32px;
    }
    #isuzu .support .content-inner .contact .contact-box .contact-list .contact-item .ttl{
        font-size: 20px;
        line-height: 1.4;
    }
    #isuzu .support .content-inner .contact .contact-box .contact-list .contact-item .ct-img {
        margin: 8px 0 9px 0;
    }

    /*JOB DESCRIPTION*/
    #isuzu .job .content-inner {
        padding-top: 65px;
    }
    #isuzu .job .content-inner .career .ttl{
        font-size: 32px;
        line-height: 1.25;
        text-align: center;
    }
    #isuzu .job .content-inner .career {
        margin-top: 37px;
    }
    #isuzu .job .content-inner .career .round-list{
        justify-content: space-evenly;
        position: relative;
        margin-top: 143px;
        margin-bottom: 35px;
    }
    #isuzu .job .content-inner .career .round-list .round-item .text{
        font-size: 20px;
        line-height: 1.4;
    }
    #isuzu .job .content-inner .career .round-list .round-item{
        width: 140px;
        height: 140px;
    }
    #isuzu .job .content-inner .career .round-list .r1{
        position: absolute;
        top: -124px;
    }
    /*#isuzu .job .content-inner .career .round-list .r2{*/
    /*    position: relative;*/
    /*    top: -40px;*/
    /*    order:3;*/
    /*}*/
    /*#isuzu .job .content-inner .career .round-list .r3{*/
    /*    position: relative;*/
    /*    top: 100px;*/
    /*    order:2;*/
    /*}*/
    #isuzu .job .content-inner .table {
        padding: 24px 24px 24px 24px;
        border-radius: 4px;
        background-color: #fff;
        margin-top: -8px;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
    }
    #isuzu .job .content-inner .table .table-list .table-item .ttl{
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        min-height: 40px;
    }
    #isuzu .job .content-inner .table .table-list .table-item .text {
        width: calc(100%);
    }
    #isuzu .job .content-inner .table .table-list .table-item:first-child .ttl, #isuzu .job .content-inner .table .table-list .table-item:last-child .ttl {
        height: 40px;
    }
    #isuzu .job .content-inner .table .table-list .table-item{
        row-gap: 8px;
        padding: 16px 0px;
    }
    #isuzu .job .content-inner .table .table-list .table-item:first-child {
        padding: 0 0 16px 0;
    }
    #isuzu .job .content-inner .table .table-list .table-item .text .note {
        font-size: 10px;
        line-height: 15px;
    }
    #isuzu .job .content-inner .guy{
        width: 98.92px;
        margin: 159px auto 0 auto;
    }
    #isuzu .job .content-inner .guy .guy-text {
        text-align: center;
        top: -94px;
        border-radius: 88px;
        left: 47%;
    }

    /*FOOTER*/
    #isuzu .footer{
        padding: 32px 35px 101px;
    }
    #isuzu .footer .content-inner .ttl{
        font-size: 18px;
        line-height: 1.56;
    }
    #isuzu .footer .content-inner .number{
        font-size: 36px;
        line-height: 0.83;
        width: 312px;
        letter-spacing: 0.86px;
        left: -1px;
    }
    #isuzu .footer .content-inner .number .num-icon {
        position: relative;
        left: -5px;
        top: 5px;
        width: 55.93px;
    }
    #isuzu .footer .content-inner .time{
        font-size: 13px;
        line-height: 1.71;
    }
    #isuzu .footer .content-inner .note{
        font-size: 10px;
        line-height: 1.6;
        margin-top: 6px;
    }
    #isuzu .footer .content-inner .camcom {
        width: 145.32px;
        margin-top: 31px;
    }
    #isuzu .footer .content-inner .top{
        width: 62px;
        height: 62px;
        top: -60px;
        right: -6px;
    }

    /*BUTTON*/
    #isuzu .web-button {
        width: 91.466667%;
        height: fit-content;
        cursor: pointer;
        position: fixed;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        z-index: 0;
        display: grid;
        max-height: 63px;
    }
    #isuzu .web-button .content-inner{
        padding: 8px 24px 3px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    #isuzu .web-button .ttl{
        font-size: 32px;
        line-height: 1.5;
        position: relative;
        left: -3px;
        top: -5px;
    }
    #isuzu .web-button .ar-right {
        background-image: url(../images/isuzu/arr.png);
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute;
        top: 12px;
        right: 24px;
        background-size: contain;
        transition: .3s;
    }
}

@media(max-width: 350px){
    #isuzu .attract .content-inner .at-list .at-item .inner, #isuzu .attract .content-inner .at-list .at-item:nth-child(even) .inner {
        padding-left: 15.2%;
    }
    #isuzu .attract .content-inner .at-list .at-item .inner .img-box {
        width: auto;
    }
    #isuzu .mg285 {
        margin-bottom: 350px !important;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content .num {
        left: 20px;
    }
    #isuzu .benefit .content-inner .summary .num span {
        font-size: 33px;
    }

    #isuzu .job .content-inner .career .round-list .round-item {
        width: 120px;
        height: 120px;
    }
    /*#isuzu .job .content-inner .career .round-list .r3 {*/
    /*    position: relative;*/
    /*    top: 80px;*/
    /*    order: 2;*/
    /*    left: 19px;*/
    /*}*/
    /*#isuzu .job .content-inner .career .round-list .r2 {*/
    /*    position: relative;*/
    /*    top: -40px;*/
    /*    order: 3;*/
    /*    left: -2px;*/
    /*}*/
    #isuzu .footer .content-inner .number {
        left: -27px;
    }
    #isuzu .web-button .ar-right {
        right: 15px;
    }
    #isuzu .support .content-inner .contact .contact-box {
        margin-top: 156px;
    }
    #isuzu .attract .content-inner .at-list .at-item {
        min-width: 300px;
        margin-bottom: 283px;
    }
    #isuzu .footer .content-inner .time {
        font-size: 11px !important;
        line-height: 1.51;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-content .num span {
        font-size: 30px;
    }
    #isuzu .benefit .content-inner .example .e-list .e-item .e-inner .detail {
        font-size: 12px;
    }
}

