
/*2021.8.21追記*/
div#contact-docs {
    display: none;
}

main {
    width: 100%;
}
body img {
    max-width: 100%;
    width: initial;
}
#header {
    width: 100%;
}
main#home {
    width: 100%;
}
header#header {
    width: 100%;
}
footer#footer {
    width: 100%;
}
.scale_half {
    transform: scale(.5);
}
body.home #home .home-sec__title.case-interview__title {
    font-size: 24px;
    letter-spacing: 1px;
}
body.home #home #mv-area {
    height: auto;
    overflow: visible;
}
.contens-width.main_area {
    position: relative;
    padding-top: 94px;
    display: flex;
    justify-content: center;
    height: 670px;
    max-width: 1300px;
    margin: auto;
    /* background-image: url(../images/home/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top; */
}
.main_area_inner {
    background-image: url(../images/home/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    /* max-height: 600px; */
    margin-bottom: 30px;
}
/* 
.main_bg {
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url(../images/home/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    z-index: -1;
} */
.main_content_area {
    position: relative;
    width: 70%;
}

.main_content_area h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}
img.main_cotent_midashi {
    width: 100%;
    margin: auto;
    display: block;
}
.main_content_box {
    position: absolute;
    height: 700px;
    width: 100%;
    top: 15%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_bg {
    position: absolute;
    height: 260px;
    transform: translateX(-40%) skewX(15deg);
    background-color: #cc0033;
    width: 100vw;
    top: 30%;
}

.main_content_info {
    width: 65%;
    display: flex;
    justify-content: center;
}
img.main_content_icon {
    width: initial;
}

.main_content_form img {
    width: initial;
}
img.main_content_midashi {
    position: absolute;
    top: 17%;
    left: 13%;
    background-color: #fff;
    padding: 5px 40px;
    display: flex;
    align-items: center;
}
.content_textarea_inner {
    position: absolute;
    top: 25%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: baseline;
    left: 10%;
}
.main_imgarea {
    background-image: url(../images/home/main_img.png);
    min-height: 420px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.main_content_icons {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: absolute;
    /* bottom: 0%; */
    width: 100%;
    top: 60%;
}

img.desktopicon {
    width: 25%;
    margin-right: 30px;
    margin-left: -20px;
}
.mock-animation.showPC:after {
    width: 50px;
    content: url(../images/home/sp_shadow.png);
    position: absolute;
    bottom: -7%;
    left: -16%;
}
.mock-animation.showPC {
    width: 10%;
    position: relative;
    margin-left: 10px;
}
ul#mock-slider {
    position: absolute;
    right: 0;
    left: 0;
    bottom: .7%;
    margin: auto;
    width: 90.55118%;
    max-width: 230px;
}
/*form*/
.main_content_form {
    width: 35%;
    padding: 40px 10px 0 10px;
    max-width: 400px;
}

p.main_form_txt {
    background-color: #191515;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 10px;
    position: relative;
    top: 15px;
}
.main_form_inner {
    background-color: #f3f1f0cc;
    border-radius: 10px;
    padding: 30px 20px 0px 20px;
}
p.main_form_txt::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #191515 transparent transparent transparent;
    border-width: 13px 7px 0 7px;
}
.actions {
    margin: 15px 0;
    padding: 0;
}
.field {
    margin-bottom: 10px;
}
.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-radius: 10px;
}
.hs-form-03c37265-7766-4f5f-9d69-b0f320bc473a_04d57cb0-7cfd-496e-acdd-84495471e90d .hs-button {
    max-width: 65%;
    border-radius: 30px;
    width: 300px;
}

/*導入実績*/
body.home #home .case-interview {
    background: none;
}
span.shapemidashi {
    position: relative;
    display: inline;
}
body.home #home .case-interview__title span.shapemidashi:before {
    content: url(../images/home/shape_before.png);
    background: none;
    transform: initial;
    left: -35px;
}
body.home #home .case-interview__title span.shapemidashi:after {
    content: url(../images/home/shape_after.png);
    background: none;
    transform: initial;
    bottom: -10px;
    right: -10px;
}
body.home #home .case-interview__title span:after, body.home #home .case-interview__title span:before {
    content: none;
}
.shapemidashi span.redtxt {
    font-size: 3rem;
    color: #c30d23;
}
body.home #home .case-interview__title span.underline:before{
    background: -moz-linear-gradient(left, #fff, #f9d50b);
    background: -webkit-linear-gradient(left, #fff, #f9d50b);
    background: linear-gradient(to right, #fff, #f9d50b);
    background: #f9d50b;
    content: '';
    position: absolute;
    bottom: 3px;
    display: inline-block;
    opacity: 0.75;
    width: 100%;
    height: 15px;
    transform: skewX(20deg);
    left: 0;
    bottom: -5px;
    z-index: -1;
}
body.home #home .case-interview .simply-scroll-list img {
    padding-right: 40px;
    max-width: none;
    /* zoom: 65%; */
    zoom: initial;
    width: 200vw;
}

/*point部分*/
section.section.section_03.home-sec {
    background-color: #f7f7f7;
}
.point_boxs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.point_boxs .point_box {
    text-align: center;
    width: calc(91%/3);
}

.point_boxs .point_box h3 {
    font-size: 25px;
    margin: 10px 0;
    color: #ac2822;
    font-weight: bold;
}
.point_boxs .point_box p {
    padding: 0 16px;
    text-align: justify;
}

.point_box img {
    max-width: 60%;
    margin-right: 9%;
}
.sp_bottom_btn {
    display: none;
}
a.sp_btn {
    display: none;
}
/*以下レスポンシブ設定*/


@media screen and (min-width: 1100px){
    .main_imgarea {
        min-height: 350px;
        background-size: cover;
        background-position-x: 80%;
    }
    img.desktopicon {
        width: 30%;
    }
    .mock-animation.showPC {
        width: 12%;
    }
    .main_content_icons {
        /* bottom: 5%; */
    }
    .main_area_inner {
        margin-bottom: 40px;
        height: 680px;
    }
}
@media screen and (min-width: 1500px){
    .main_area_inner {
        height: 630px;
    }
}
@media screen and (min-width: 1250px){
    .main_content_icons {
        /* bottom: 2%; */
    }
}
@media screen and (max-width: 1100px){
.mock-animation.showPC {
    width: 13%;
}
img.desktopicon {
    width: 35%;
}
}

@media screen and (max-width: 768px){
    a.sp_btn {
        display: flex;
    }
    a.pc_btn {
        display: none;
    }
    .sp_bottom_btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
        z-index: 1;
        display: block;
    }
        
    .sp_bottom_btn a {
        background-color: #c30d23;
        color: #fff;
        border: none;
    }
    body.home #home .home-sec {
        padding: 5.02083vw 0;
    }
    .contens-width.main_area {
        align-items: center;
        padding-top: 0;
        height: 800px;
    }

    .main_content_form {
        display: none;
    }
    
    .main_content_area {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main_area_inner {
        max-height: 100vh;
    }
    .main_content_icons {
        /* bottom: -40%; */
        align-items: flex-end;
        top: 75%;
    }
    .mock-animation.showPC {
        display: initial!important;
        overflow: hidden;
        width: 15%;
    }
    img.desktopicon {
        width: 40%;
    }
    .main_imgarea {
        background-image: url(../images/home/sp_main_img.png);
        min-height: initial;
        height: 60vh;
        width: 100%;
    }
    ul#mock-slider li {
        display: none;
    }
    
    ul#mock-slider li:last-child {
        display: block;
    }
    
    ul#mock-slider {
        bottom: 1.4%;
    }
    body.home #home .home-sec__title.case-interview__title span {
        font-size: 4vw;
        letter-spacing: 0;
    }
    body.home #home .home-sec__title.case-interview__title span.redtxt {
        font-size: 4.5vw;
    }

    body.home #home .case-interview__title span.underline:before {
        height: 5px;
        bottom: -2px;
    }
    body.home #home .case-interview .simply-scroll-list img {
        max-width: none;
        /* zoom: 25%; */
        zoom: initial;
        width: 200vw;
        padding-right: 10px;
    }
    
    body.home #home .case-interview .simply-scroll-list li {
        display: flex;
        align-items: center;
    }
    .point_boxs {
        display: block;
    }
    
    .point_boxs .point_box {
        width: 100%;
        margin-bottom: 15px;
    }
    .point_boxs img {
        max-width: 40%;
        /* padding-right: 18px; */
    }
    .point_boxs .point_box p {
        padding: 0;
        font-size: 3.4vw;
    }
    .point_boxs .point_box h3 {
        margin: 0;
    }
    body.home #home .function-flipdesk__cont {
        margin-bottom: 0;
    }
    body.home #home .function-flipdesk .home-sec__lead {
        text-align: center;
    }
    body.home #home .operation-flipdesk .home-sec__lead {
        font-size: 3.4vw;
    }
       
}
@media screen and (max-width: 625px){
.main_imgarea {
background-size: contain;
}
.contens-width.main_area {
    height: 680px;
}
/* .main_content_icons {
    bottom: -30%;
} */
}
@media screen and (max-width: 560px){
    .contens-width.main_area {
        max-height: 600px;
    }
    body.home #home .case-interview {
        padding-top: 0;
        margin-bottom: -25px;
    }
    .main_content_icons {
        /* bottom: -15%; */
        top: 70%;
    }

}
@media screen and (max-width: 480px){
    .contens-width.main_area {
        max-height: 480px;
    }
    /* .main_content_icons {
        bottom: -5%;
    } */

}
@media screen and (max-width: 380px){
    .contens-width.main_area {
        max-height: 400px;
    }
    .main_content_icons {
        /* bottom: 0%; */
            top: 65%;
    }
    .main_imgarea {
        background-position-y: 43%;
    }
    .main_area_inner {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 350px){
    .contens-width.main_area {
        max-height: 370px;
    }
    /* .main_content_icons {
        bottom: -5%;
    } */
    .main_imgarea {
    background-position-y: 35%;
}
}



/*送信ボタン変更*/
.input.hs-button.primary.large {
    border-radius: 20px!important;
    width: 70%!important;
}