@charset "UTF-8";
/*---index.html css---*/

html {
    overflow-x: hidden;
}

/*font*/
body {
    font-weight: 500;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
}

@media(max-width: 768px) {
    body {
        font-size: 14px;
    }
}

.header_tel span {
    font-family: din-2014, 'DIN Condensed', 'MS Sans Serif', 'Modern', sans-serif;
}

.wf_txt_r span,
.wf_txt_l span,
.count,
.ss_box span,
.ss_merit_det_box_left span {
    font-family: 'Arial', sans-serif;
}

.ss_box span,
span.ss_m_left {
    font-family: century-gothic, sans-serif;
}


body {
    overflow-x: hidden;
    background-color: white;
}

main {
    overflow-x: hidden;
}

/*h3*/
h3 {
    text-align: center;
    margin-bottom: 54px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
}

h3::after {
    display: block;
    content: '';
    margin-top: 22px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.92px;
}

@media (max-width: 768px) {
    h3 {
        margin-bottom: 40px;
        font-size: 24px;
        letter-spacing: 1.92px;
    }

    h3::after {
        margin-top: 16px;
        font-size: 12px;
        letter-spacing: 1.92px;
    }
}

/*header*/
.header_contents {
    width: 100%;
    height: 191px;
}

.header_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header_left {
    display: flex;
    align-items: center;
    margin: 0 0 0 40px;
}

.header_logo {
    transform: translate(0px, -13px);
}

.header_right {
    margin: 30px 40px 0 0;
}

@media(max-width: 768px) {
    .header_contents {
        width: 100%;
        height: 120px;
    }

    .header_left {
        margin: 0 0 0 20px;
    }

    .header_logo {
        width: 66px;
        height: 36px;
        transform: translate(0px, -6px);
    }

    .header_logo img {
        width: 100%;
        height: 100%;
    }

    .pprogo_img {
        width: 55px;
        height: 77px;
    }

    .header_pprogo img {
        width: 100%;
        height: 100%;
    }
}

.header_contact {
    display: flex;
}

.header_tel {
    margin: 0 19px 0 0;
    text-align: center;
    font-size: 33px;
    letter-spacing: 1.65px;
    font-weight: 800;
}

.header_tel::after {
    display: block;
    content: '受付時間／9:00〜17:30（土・日・休日 休み）';
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.9px;
    font-weight: 500;
    text-indent: 13px;
}

.header_button {
    width: 162px;
    height: 56px;
    background-color: #DCDDDD;
    text-align: center;
    font-size: 15px;
    line-height: 56px;
    letter-spacing: 1.5px;
}

.header_button.contact {
    background-color: black;
    color: white;
}

/*button hover*/
.header_button:hover {
    background-color: black;
    color: white;
}

/*nav*/
.header_bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header_bottom a {
    display: inline-block;
    padding: 0 45px;
    font-size: 18px;
    letter-spacing: 3.6px;
}

.hmb_btn {
    display: none;
}

.header_menu {
    display: none;
}


@media(max-width: 959px) {
    @keyframes slidein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    .header_top {
        position: relative;
    }

    .header_contact {
        position: absolute;
        display: none;
        flex-direction: column-reverse;
        bottom: -420px;
        left: 10%;
        padding: 0;
        z-index: -1;
    }

    .header_contact.click {
        display: flex;
        z-index: 2;
        animation-name: slidein;
        animation-duration: 2.7s;
    }

    .header_tel {
        margin: 20px 0 0 0;
        text-align: start;
    }

    .header_tel::after {
        text-indent: 0;
    }

    .hmb_btn {
        display: block;
        width: 28px;
        height: 24px;
        margin: 30px 40px 0 0;
    }

    .hmb_btn span {
        display: block;
        width: 28px;
        height: 1px;
        margin: 0 0 8px 0;
        border-top: 1px solid #707070;
        transition: transform 0.5s;
    }

    .hmb_btn span.top {
        opacity: 1;
        transition: opacity 0.5s;
    }

    .hmb_btn.click span.top {
        opacity: 0;
        transition: opacity 0.5s;
    }

    .hmb_btn.click span.center {
        transform: translate(0px, 1.5px) rotate(-45deg);
        transition: transform 0.5s;
    }

    .hmb_btn.click span.bottom {
        transform: translate(0px, -8px) rotate(45deg);
        transition: transform 0.5s;
    }

    .header_bottom.click {
        position: relative;
        display: block;
    }

    .header_bottom .container {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 500px;
        margin: 0 auto;
        background-color: white;
        text-align: center;
        z-index: 1;
    }

    .header_bottom .content {
        position: absolute;
        bottom: -25px;
        width: 100%;
    }

    .header_bottom .content.click {
        top: 20px;
        height: 179px;
        z-index: 2;
        animation-name: slidein;
        animation-duration: 1s;
    }


    .header_bottom.click .container {
        height: 500px;
    }

    .header_bottom.click a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 80%;
        height: 59px;
        padding: 0 0 0 20px;
        margin: 0 auto;
        border-top: 1px solid #DCDDDD;
    }

    .header_bottom.click a:last-of-type {
        border-bottom: 1px solid #DCDDDD;
    }

    .header_bottom.click a::after {
        position: absolute;
        display: inline-block;
        content: '';
        top: auto;
        right: 30px;
        width: 10px;
        height: 10px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        transform: rotate(45deg);
    }

}

@media(max-width: 768px) {
    .hmb_btn {
        display: block;
        width: 28px;
        height: 24px;
        margin: 19px 20px 0 0;
    }

    .header_bottom a {
        font-size: 12px;
        padding: 0 4.8%;
    }

    .header_tel {
        margin: 21px 0 0 0;
        text-align: start;
        font-size: 22px;
        letter-spacing: 1.65px;
        font-weight: 800;
    }

    .header_tel::after {
        margin: 4px 0 0 0;
        text-align: center;
        font-size: 10px;
        text-indent: 0;
    }

    .header_button {
        width: 113px;
        height: 48px;
        text-align: center;
        font-size: 12px;
        line-height: 48px;
        letter-spacing: 0.3px;
    }
}




/*------main------*/
.top_slide {
    position: relative;
}

.top_slide_img {
    width: 100%;
    /*1280px
    min-height: 609px;*/
    aspect-ratio: 1280/601;
}

.top_slide_img img {
    display: none;
    position: absolute;
    width: 100%;
}

@media(max-width: 768px) {
    .top_slide_img {
        width: 100%;
        aspect-ratio: 375/601;
    }
}

/*concept*/
.concept_contents {
    position: relative;
    width: 80%;
    margin: 119px auto 0 auto;
}

/*scroll*/
.concept_contents::before {
    position: absolute;
    content: url(../img/scroll.png);
    top: 0;
    right: -53px;
}


@media (max-width: 768px) {
    .concept_contents::before {
        position: absolute;
        content: url(../assets/scroll_s.svg);
        top: -85px;
        right: 5px;
    }
}


/*title*/
.concept_contents h3::after {
    content: 'CONCEPT';
}

.concept_text {
    width: 50%;
    min-width: 500px;
    margin: 54px auto 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1.68px;
    line-break: normal
}


@media (max-width: 768px) {
    .concept_contents {
        width: 92%;
    }

    .concept_text {
        width: 100%;
        min-width: 100%;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 1.68px;
    }
}


/*Service*/
#service {
    max-width: 1280px;
    margin: 0 auto;
    overflow-x: clip;
}


.service_contents {
    position: relative;
    width: 75%;
    height: 542px;
    margin: 231px auto 0 auto;
    background-color: #DCDDDD;
}

@media (max-width: 1199px) {
    .service_contents {
        width: 80%;
        margin: 231px 0 0 0;
    }
}

@media (max-width: 768px) {
    .service_contents {
        width: 100%;
        height: 373px;
        margin: 500px auto 0 auto;
    }
}

@media (max-width: 600px) {
    .service_contents {
        margin: 310px auto 0 auto;
    }
}


/*img box*/
.ss_slide_box {
    position: absolute;
    top: -15%;
    left: 35%;
}

#service h2 {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 5.04px;
    padding: 43px 0 0 0;
    margin: 0 0 0 57px;
}

#service h2::after {
    display: block;
    content: '事業内容';
    padding-top: 12px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
}


@media(max-width: 1199px) {

    .ss_slide_box {
        position: absolute;
        left: 37%;
    }
}


@media (max-width: 999px) {
    .ss_slide_box {
        top: -6%;
        left: 48%;
    }
}

@media (max-width: 768px) {
    .ss_slide_box {
        position: absolute;
        top: -77%;
        left: 3%;
    }

    #service h2 {
        position: absolute;
        top: -97%;
        left: 3%;
        padding: 0;
        margin: 0px;
        font-size: 24px;
        letter-spacing: 1.92px;
    }

    #service h2::after {
        padding-top: 8px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.92px;
    }
}


@media (max-width: 600px) {
    .ss_slide_box {
        position: absolute;
        top: -44%;
    }

    #service h2 {
        position: absolute;
        top: -97%;
        left: 3%;
        padding: 0;
        margin: 0px;
        font-size: 24px;
    }
}


@media (max-width: 500px) {
    .ss_slide_box {
        top: -32%;
    }

}


@media (max-width: 600px) {
    #service h2 {
        position: absolute;
        top: -64%;
    }
}

@media (max-width: 500px) {
    #service h2 {
        position: absolute;
        top: -53.5%;
    }
}


/*slick*/
.service_info_box .slick-slider {
    width: 260px;
}

.service_info_box ul {
    height: 350px;
    line-height: 34px;
    margin: 55px 0 0 57px;
}

.service_info_box li:first-child {
    font-size: 20px;
    font-weight: 600;
}

.service_info_box li {
    font-size: 14px;
}

@media (max-width: 768px) {
    .service_info_box ul {
        height: auto;
        line-height: 24px;
    }

    .service_info_box li:first-child {
        font-size: 16px;
        font-weight: 600;
    }

    .service_info_box li {
        font-size: 12px;
    }
}


@media (max-width: 768px) {
    .service_info_box {
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .service_info_box .slick-slider {
        width: 260px;
    }

    .service_info_box ul {
        height: auto;
        line-height: 24px;
        margin: 0 0 16px 23px;
    }

    .service_info_box li:first-child {
        font-size: 16px;
        font-weight: 600;
    }

    .service_info_box li {
        font-size: 12px;
    }
}


/*img*/
.ss_slide_box {
    width: 100%;
}

.ss_slide_img {
    width: 100%;
}

.ss_slide_img img {
    width: 644px;
    height: 454px;
    margin: 0 20px;
    object-fit: cover;
}


@media (max-width: 1199px) {
    .ss_slide_img img {
        margin: 0 20px;
    }
}

@media (max-width: 999px) {
    .ss_slide_img img {
        width: 540px;
        height: 400px;
    }
}


@media(max-width: 768px) {

    .ss_slide_img {
        width: 97%;
    }

    .ss_slide_img img {
        width: 540px;
        height: 400px;
        margin: 0 5px;
    }

}


@media(max-width: 600px) {

    .ss_slide_img {
        width: 97%;
    }

    .ss_slide_img img {
        width: 440px;
        height: 280px;
        margin: 0 10px;
    }

}


@media(max-width: 500px) {

    .ss_slide_img {
        width: 97%;
    }

    .ss_slide_img img {
        width: 335px;
        height: 237px;
        margin: 0 5px;
    }

}


/*item*/
.ss_slide_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-34px, 77px);
    z-index: 1;
}

/*arrow*/
.service_arrow {
    width: 50%;
    display: flex;
    justify-content: center;
}


.arrow_next,
.arrow_prev {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 35px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    z-index: 2;
}

.arrow_next::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 14px;
    right: 15px;
    width: 14px;
    height: 14px;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    transform: rotate(-45deg);
}

.arrow_prev::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 14px;
    left: 15px;
    width: 14px;
    height: 14px;
    border-left: 3px solid black;
    border-bottom: 3px solid black;
    transform: rotate(45deg);
}

.count {
    width: 100%;
    color: #868686;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    transform: translate(21%, 42px);
}

.count span {
    color: #000000;
}


@media(max-width:999px) {
    .ss_slide_item {
        transform: translate(-80px, 77px);
    }

    .service_arrow {
        justify-content: flex-start;
    }

    .count {
        transform: translate(10%, 42px);
    }
}


@media(max-width: 768px) {

    /*item*/
    .ss_slide_item {
        position: relative;
        display: flex;
        width: 200px;
        justify-content: flex-end;
        transform: translate(-34px, 77px);
    }

    /*arrow*/
    .service_arrow {
        position: absolute;
        top: -539px;
        width: 60%;
        display: flex;
        justify-content: center;
        transform: translate(320%, 0);
    }

    .arrow_next,
    .arrow_prev {
        margin: 0 5px;
        background-color: #DCDDDD;
    }

    .count {
        transform: translate(42%, 221px);
        font-size: 16px;
    }
}


@media(max-width: 600px) {
    .service_arrow {
        top: -414px;
        transform: translate(240%, 0);
    }

    .count {
        transform: translate(40%, 221px);
        font-size: 16px;
    }
}


@media (max-width: 500px) {
    .service_arrow {
        top: -379px;
        transform: translate(153%, 0);
    }
}



/*advantage*/
.advantage_contents {
    display: block;
    width: 100%;
    margin: 149px auto 0 auto;
}

/*title*/
.advantage_contents h3::after {
    content: 'ADVANTAGE';
}

.advantage_text {
    width: 80%;
    min-width: 545px;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.68px;
}


@media (max-width: 768px) {
    .advantage_contents {
        margin: 100px auto 0 auto;
    }

    .advantage_text {
        width: 90%;
        min-width: 90%;
        margin: 0 auto;
    }

}


/*work_flow*/
#work_flow {
    overflow-x: clip;
}

#wf_container {
    max-width: 1280px;
    margin: 0 auto;
}

/*wf_title*/
.wf_title {
    width: 100%;
    height: 47px;
    text-align: center;
    margin: 194px auto 89px auto;
}

.wf_title h3 {
    position: relative;
    letter-spacing: 3.6px;
    margin: 0;
}

.wf_title h3::before {
    display: block;
    position: absolute;
    top: -92px;
    left: 50%;
    content: '';
    width: 1px;
    height: 50px;
    border-left: 2px solid #707070;
}

.wf_title h3::after {
    display: none;
}

@media (max-width: 768px) {
    .wf_title h3 {
        position: relative;
        letter-spacing: 1.28px;
    }

    .wf_title {
        height: 47px;
        margin: 147px auto 77px auto;
    }

    .wf_title h3::before {
        top: -65px;
        left: 50%;
        content: '';
        width: 1px;
        height: 40px;
        border-left: 2px solid #707070;
    }
}

.wf_contents {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.wf_contents:last-of-type {
    margin: 0 auto 80px auto;
}

@media (max-width: 768px) {
    .wf_contents:last-of-type {
        margin: 0 auto 32.5px auto;
    }
}

.wf_contents.show {
    justify-content: center;
}

@media (max-width: 768px) {
    .wf_contents {
        width: 100%;
        flex-wrap: wrap;
        align-content: center;
    }

    .wf_contents:nth-last-of-type(7) {
        width: 100%;
        flex-direction: column-reverse
    }

    .wf_contents:nth-last-of-type(3) {
        width: 100%;
        flex-direction: column-reverse
    }
}

/*animation*/
.wf_left,
.wf_right {
    width: 50%;
    margin: 0 10px;
}

.wf_left {
    transform: translate(-85%, 0);
}

.wf_right {
    transform: translate(85%, 0);
}

.wf_left.show_left {
    transform: translate(0, 0);
    transition: transform 1s;
}

.wf_right.show_right {
    transform: translate(0, 0);
    transition: transform 1s;
}


@media (max-width: 768px) {

    .wf_left,
    .wf_right {
        width: 100%;
        margin: 0 auto;
    }

    .wf_left span,
    .wf_right span {
        letter-spacing: 6.4px;
    }

    .wf_left h4,
    .wf_right h4 {
        letter-spacing: 1.92px;
    }

    .wf_txt_l,
    .wf_txt_r {
        width: 90%;
        margin: 0 auto 24px auto;
    }
}

/*img*/
#work_flow img {
    /*max-*/
    width: 100%;
    max-width: 551px;
}

/*@media (max-width: 1159px) {
    #work_flow img {
        width: 470px;
    }
}*/


@media (max-width: 768px) {
    #work_flow img {
        max-width: 100%;
        height: auto;
    }
}

.wf_left span,
.wf_right span {
    font-size: 12px;
    letter-spacing: 4.8px;
}

.wf_left h4,
.wf_right h4 {
    margin: 11px 0 22px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.4px;
}

.wf_contents p {
    line-height: 25px;
}

.wf_arrow {
    width: 21px;
    height: 15px;
    margin: 37px auto;
    border-left: 2px solid #707070;
    border-bottom: 2px solid rgba(112, 112, 112, 0);
}

.wf_arrow.show {
    width: 21px;
    height: 60px;
    margin: 37px auto;
    border-left: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: skewY(-45deg);
    transition: width 1s, height 1s;
}

@media (max-width: 768px) {

    .wf_arrow.show {
        width: 20px;
        height: 54px;
    }
}


/*scanning_service*/
.ss_contents {
    max-width: 1280px;
    margin: 0 auto;
    display: none;
    /*transform: translate(-100px, 0);*/
}

.ss_contents_inner {
    margin: 0 auto;
    width: 100%;
}

/*ss animation*/
@keyframes disp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.ss_contents.disp {
    display: block;
    width: 90%;
    margin: 149px auto 80px auto;
    background-color: #DBE5E5;
    transform: translate(0);
    animation: disp 1.5s ease-in 0s;
}


/*ss_title*/
#scanning_service h3 {
    width: 90%;
    padding: 92px 0 100px 0;
    margin: 0 auto;
    text-align: center;
}

#scanning_service h3 span {
    display: inline-block;
}

#scanning_service h3::after {
    content: 'SCANNING SERVICE';
}

/*ss_intro*/
.ss_intro_contents {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ss_left {
    width: 50%;
    padding: 0 73px 0 0;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.4px;
}

.ss_left {
    line-height: 25px;
    letter-spacing: 1.4px;
}

.ss_right {
    width: 50%;
}

.ss_right img {
    width: 100%;
    max-width: 435px;
}


@media (max-width: 768px) {
    .ss_contents.disp {
        width: 100%;
    }

    #scanning_service h3 {
        width: 80%;
        padding: 80px 0 40px 0;
    }

    #scanning_service h3::after {
        content: 'SCANNING SERVICE';
        margin: 12px 0 0 0;
        font-family: 'Arial', sans-serif;
    }


    /*ss_intro*/
    .ss_intro_contents {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ss_left {
        width: 100%;
        padding: 0;
        margin: 0 0 40px 0;
        text-align: center;
    }
}

.ss_merit h4 {
    width: 90%;
    margin: 118px auto 46px auto;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 25px;
}

.ss_merit h4 span {
    display: inline-block;
}

@media (max-width: 768px) {
    .ss_merit h4 {
        width: 80%;
        margin: 86px auto 40px auto;
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0;
    }
}

/*ss_box*/
.ss_merit_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ss_box {
    position: relative;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;*/
    width: 300px;
    height: 178px;
    margin: 0 15px 33px 15px;
    text-align: center;
    background-color: white;
}

.ss_box span {
    display: block;
    width: 100%;
    /*height: 10px;*/
    font-size: 50px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2.4px;
    transform: translate(0px, -7px);
}

.ss_box_txt {
    position: relative;
    /*display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;*/
    width: 100%;
    font-weight: 600;
}

.ss_box_txt.sc p {
    position: relative;
    width: 100%;
    transform: translate(0px, 23px);
}


@media(max-width: 768px) {
    .ss_box_txt.sc p {
        width: 80%;
        transform: translate(0, -3px);
    }
}

.ss_box:hover .ss_box_txt {
    color: white;
}

.ss_box_txt p {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2.4px;
}

.ss_box_txt span {
    display: inline-block;
    width: auto;
    line-height: 0;
    font-size: 17px;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    transform: none;
}

/*@media (max-width: 1159px) {
    .ss_box_txt p {
        display: block;
        width: 100%;
        font-size: 17px;
        line-height: 40px;
        letter-spacing: 2.4px;
    }

}*/



.ss_arrow {
    position: absolute;
    top: 80px;
    left: 48%;
    width: 13px;
    height: 18px;
    margin: 0 auto;
    border-left: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: skewY(-45deg);
    transition: height 0.5s;
}

.ss_box:hover .ss_arrow {
    width: 13px;
    height: 44px;
    transition: height 0.5s;
}

/*ss_arrow hover*/
.ss_box:hover {
    background-color: #B9B6B6;
}


@media (max-width: 768px) {
    .ss_arrow {
        top: 0px;
        left: 90%;
        width: 8px;
        height: 21px;
        margin: 0 auto;
        border-left: 1px solid #707070;
        border-bottom: 1px solid #707070;
    }

    /*.ss_box_txt.sc .ss_arrow {
        top: 4px;
    }*/

    .ss_box:hover .ss_arrow {
        width: 8px;
        height: 38px;
        transition: height 0.5s;
    }

    .ss_merit_box_inner {
        display: flex;
        flex-direction: column;
    }

    .ss_box {
        width: 90%;
        max-width: 560px;
        position: relative;
        width: 90%;
        height: 80px;
        margin: 8px auto;
        display: flex;
        align-items: center;
    }

    .ss_box span {
        width: 35%;
        /* height: 10px; */
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 2.4px;
        transform: translate(0px, 6px);
    }

    .ss_box_txt p {
        display: block;
        width: 80%;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .ss_box_txt span {
        display: inline-block;
        width: auto;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        font-family: YuGothic, 'Yu Gothic', sans-serif;
    }
}


/*ss_det*/
.ss_merit_det {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media(max-width: 959px) {
    .ss_merit_det {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .ss_merit_det {
        width: 100%;
        max-width: 615px;
        margin: 0 auto;
    }
}


.ss_merit_det_box {
    /*position: relative;*/
    width: 70%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0;
    justify-content: center;
    /*flex-direction: column;*/
}

/*left*/
.ss_merit_det_box_left {
    padding-right: 20px;
    transform: translate(0, -10px);
}

.ss_m_left {
    width: 77px;
}

.ss_merit_det_box_left span {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 6px;
}

@media (max-width: 959px) {
    .ss_merit_det_box_left span {
        text-align: start;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 6px;
    }
}


/*center*/
.ss_m_center {
    width: 420px;
    max-width: 60%;
}


.ss_m_center span {
    display: inline-block;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.4px;
}

.ss_m_center_txt {
    font-size: 14px;
    line-height: 25px;
}

/*right*/
.ss_m_right {
    display: flex;
    justify-content: center;
    width: 180px;
    /*padding-left: 2%;*/
}

.ss_merit_det_bottom {
    width: 80%;
    padding: 72px 0 96px 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2.16px;
    line-height: 40px;
}

.ss_merit_det_bottom span {
    width: 100%;
    display: inline-block;
}

@media (max-width: 959px) {
    .ss_m_center span {
        padding-bottom: 0;
        line-height: 32px;
        letter-spacing: 0;
    }

    .ss_m_center_txt {
        margin: 24px 0 0 0;
    }

    .ss_merit_det_box {
        /* position: relative; */
        width: 90%;
        margin: 56px 0;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    /*left*/
    .ss_merit_det_box_left {
        width: 100%;
        padding-right: 0;
        transform: translate(0, 0px);
    }

    .ss_m_center {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    #ss_m_01::before {
        position: absolute;
        display: inline-block;
        content: '';
        top: 10px;
        left: 245px;
        width: 77px;
        height: 93px;
        background-image: url(../assets/ss_02.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #ss_m_02::before {
        position: absolute;
        display: inline-block;
        content: '';
        top: 26px;
        left: 243px;
        width: 77px;
        height: 93px;
        background-image: url(../assets/ss_03.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #ss_m_03::before {
        position: absolute;
        display: inline-block;
        content: '';
        top: 15px;
        left: 240px;
        width: 77px;
        height: 93px;
        background-image: url(../assets/ss_04.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #ss_m_04::before {
        position: absolute;
        display: inline-block;
        content: '';
        top: 38px;
        left: 244px;
        width: 62px;
        height: 62px;
        background-image: url(../assets/ss_05.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #ss_m_05::before {
        position: absolute;
        display: inline-block;
        content: '';
        top: 33px;
        left: 245px;
        width: 53px;
        height: 67px;
        background-image: url(../assets/ss_06.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .ss_m_center span {
        width: 100%;
    }

    .ss_m_right {
        display: none;
    }

    .ss_merit_det_bottom {
        width: 90%;
    }
}


/*company*/
.company_contents {
    max-width: 1050px;
    width: 80%;
    margin: 117px auto 222px auto;
}

.company_contents h2 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.company_contents h2::after {
    display: block;
    content: '会社概要';
    padding-top: 12px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 3px;
}

.company_contents table th,
.company_contents table td {
    padding: 20px 0;
}

.company_contents table {
    width: 100%;
    margin: 105px 0 0 0;
}

.company_contents table tr {
    display: flex;
    align-items: center;
    border-top: 1px solid #707070;
}

.company_contents table tr:last-child {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
}

.company_contents table tr:nth-child(7) span:nth-of-type(1):before {
    content: '....................................';
    width: 100%;
    height: 10px;
    margin: 0 2px 0 0;
}

.company_contents table tr:nth-child(7) span:nth-of-type(2):before {
    content: '............';
    width: 100%;
    height: 10px;
    margin: 0 2px 0 0;
}

.company_contents table tr:nth-child(7) span:nth-of-type(3):before {
    content: '................';
    width: 100%;
    height: 10px;
    margin: 0 2px 0 0;
}

.company_contents table tr:nth-child(7) span:nth-of-type(4):before {
    content: '.................';
    width: 100%;
    height: 10px;
    margin: 0 2px 0 0;
}

.company_contents table tr:nth-child(7) span:nth-of-type(5):before {
    content: '.........................................';
    width: 100%;
    height: 10px;
    margin: 0 2px 0 0;
}

.company_contents table th {
    width: 150px;
    font-size: 16px;
    letter-spacing: 4.8px;
}

.company_contents table td {
    line-height: 30px;
}

@media (max-width: 768px) {

    .company_contents {
        width: 90%;
        margin: 46px auto 164px auto;
    }

    .company_contents h2 {
        font-size: 32px;
    }

    .company_contents h2::after {
        padding-top: 6px;
        font-size: 12px;
    }

    .company_contents table {
        margin: 40px 0 0 0;
    }

    .company_contents table tr {
        align-items: flex-start;
        flex-direction: column;
    }

    .company_contents table th {
        padding: 24px 0 10px 0;
    }

    .company_contents table td {
        padding: 0 0 24px 0;
        line-height: 26px;
    }

    .company_contents table tr:last-child {
        align-items: flex-start;
    }
}


/*contact*/

.contact_contents {
    max-width: 1050px;
    width: 80%;
}

.contact_contents,
.contact_contents.send {
    margin: 117px auto 0 auto;
}

.contact_contents h2 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.contact_contents h2::after {
    display: block;
    content: 'お問い合わせ';
    padding-top: 12px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 3px;
}

#contact .contact {
    margin: 105px 0 0 0;
    font-size: 16px;
}

/*form*/
.contact_form {
    border: 1px solid #70707099;
}

.contact_form_contents {
    width: 80%;
    margin: 58px auto 74px auto;
}

#messageBox {
    margin: 25px 0 0 0;
    color: red;
}

#messageBox li {
    margin: 10px 0;
}

/*form_01*/
.contact_form_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.contact_form_01 .input_title {
    width: 35%;
    font-weight: 600;
}

.input_mg {
    width: 65%;
    margin: 25px 0;
}

.input_mg p.alert {
    color: red;
    font-size: 13px;
}

.contact_form_01 input[type="text"],
.contact_form_01 input[type="tel"],
.contact_form_01 input[type="email"] {
    /*width: 65%;*/
    width: 100%;
    height: 56px;
    padding: 5px;
    /*margin: 25px 0;*/
    border: 1px solid #70707099;
}

.contact_form_01 input[type="text"].alert,
.contact_form_01 input[type="tel"].alert,
.contact_form_01 input[type="email"].alert {
    border: 2px solid red;
}

.contact_form_01 input[type="text"]:disabled,
.contact_form_01 input[type="tel"]:disabled,
.contact_form_01 input[type="email"]:disabled {
    background-color: #DCDDDDCC;
}


/*form_02*/
.contact_form_02 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 80px 0;
}

.contact_form_02 .input_title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact_form_02 span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact_form_02_radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*width: 440px;*/
    /*min-width: 349px;*/
    width: 100%;
}

@media(max-width: 959px) {
    .contact_form_02_radio {
        flex-direction: column;
        align-items: flex-start;
    }
}


p#radio-error {
    position: absolute;
    width: 120%;
    top: -41px;
    left: 215px;
    color: red;
    font-size: 13px;
}

.contact_form_02_radio div {
    position: relative;
    display: flex;
    align-items: center;
    /*width: 24%;*/
    margin: 5px 42px 5px 0;
    /*flex-grow: 1;*/
}

.contact_form_02_radio span {
    margin: 0;
}

.contact_form_02 input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border: 1px solid #70707099;
}

.contact_form_02_radio label {
    width: 100%;
    margin-left: 5px;
}

.contact_form_03.confirm {
    display: flex;
}

.contact_form_03 .input_title {
    margin: 0 0 25px 0;
    font-weight: 600;
}

.contact_form_03 .input_title.confirm {
    width: 35%;
    margin: 10px 0;
}

p#detail-error {
    width: 100%;
    color: red;
    font-size: 13px;
}

.contact_form_03.confirm span {
    width: 35%;
    margin: 10px 0;
    font-weight: 600;
}

.contact_form_03 textarea {
    padding: 5px;
    /*margin: 26px 0 0 0;*/
    border: 1px solid #70707099;
    resize: none;
    width: 100%;
    height: 45%;
}

.contact_form_03 textarea.alert {
    border: 2px solid red;
}

.contact_form_03 textarea:disabled {
    background-color: #DCDDDDCC;
}

.contact_button {
    text-align: center;
    margin: 80px auto 188px auto;
}

.contact_button button {
    width: 206px;
    height: 46px;
    margin: 0 10px;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 5px;
}

.contact_button button[type="button"] {
    background-color: #DCDDDD;
    color: black;
}

.contact_button button:hover {
    background-color: #707070;
}

.contact_button button[type="button"]:hover {
    color: white;
}

.contact_form .input {
    width: 100%;
    margin: 10px 0;
    display: flex;
    /*align-items: center;*/
    font-weight: 500;
}

.textarea {
    width: 65%;
    margin: 10px 0;
    word-break: break-all;
}

@media(max-width: 768px) {

    .contact_contents,
    .contact_contents.send {
        width: 90%;
        margin: 46px auto 0 auto;
    }

    .contact_contents h2 {
        font-size: 32px;
    }

    .contact_contents h2::after {
        padding-top: 6px;
        font-weight: 500;
        font-size: 12px;
    }

    #contact .contact {
        margin: 40px 0 0 0;
    }

    .contact_form {
        border: none;
    }

    .contact_form_contents {
        width: 100%;
        margin: 0;
    }

    .contact_form_01 {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact_form_01 .input_title {
        width: 100%;
    }

    .input_mg {
        width: 100%;
        margin: 16px 0 40px 0;
    }

    .input_mg:last-of-type {
        margin: 16px 0 0;
    }

    .contact_form_02 {
        margin: 40px 0;
    }

    .contact_form_02 .input_title {
        margin-bottom: 16px;
    }

    .contact_form_03 .input_title {
        margin: 0 0 16px 0;
    }

    .contact_form_03 textarea {
        height: 250px;
    }

    .contact_button {
        margin: 40px auto 80px auto;
    }

    .contact_button button {
        margin: 20px 10px;
        font-size: 26px;
    }
}

/*confirm*/
.confirm_contents {
    margin-top: 100px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.confirm_contents span {
    display: block;
}

/*error_form*/
#err_form,
#send {
    width: 100%;
    background: none;
    background-color: white;
    color: black;
}

.err_form_contents,
.send_contents {
    display: flex;
    width: 100%;
    height: 450px;
    padding-top: 150px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    line-height: 20px;
}

#err_form span,
#send span {
    text-align: center;
    line-height: 35px;
}

#err_form a,
#send a {
    margin: 50px auto;
    width: 85px;
    text-align: center;
}


/*link*/
#link {
    overflow-x: clip;
}

.link_contents {
    width: 100%;
    border-top: 1px solid #707070;
}

.link_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 78.5px auto 70px auto;
    text-align: center;
}

.link {
    max-width: 537px;
    margin: 10px 20px;
}

@media(max-width: 537px) {
    .link {
        max-width: 100%;
        margin: 0;
    }

    .link_inner {
        margin: 40px auto 80px auto;
    }
}

.link a {
    width: 100%;
}

.link_img_01,
.link_img_02 {
    position: relative;
    display: inline-block;

}

/*01*/
.link_img_01::before {
    position: absolute;
    content: '';
    background-image: url(../assets/cs_create_link.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 28%;
    left: 13%;
    width: 70%;
    height: 50%;
}

.link_img_01::after {
    visibility: hidden;
    position: absolute;
    content: '各種シーリング工事、外壁営繕は\Aおまかせください。';
    white-space: pre;
    top: 25%;
    left: 7%;
    width: 70%;
    height: 50%;
    color: white;
    line-height: 35px;
    font-size: 17px;
    letter-spacing: 2.04px;
    transform: translate(30%, 0);
}

/*hover*/
@media (hover: hover) {
    .link_img_01:hover::before {
        top: 0;
        left: 0;
        background-image: none;
        width: 100%;
        height: 100%;
        background-color: #1617479c;
    }
}

.link_img_01.show::after {
    visibility: visible;
    display: block;
    position: absolute;
    content: '各種シーリング工事、外壁営繕は\Aおまかせください。';
    white-space: pre;
    left: 17%;
    width: 70%;
    height: 50%;
    color: white;
    transform: translate(0%, 0%);
    transition: 0.5s;
}

.link_img_01.hide::after {
    display: none;
    visibility: visible;
    display: block;
    position: absolute;
    content: '各種シーリング工事、外壁営繕は\Aおまかせください。';
    white-space: pre;
    width: 70%;
    height: 50%;
    transform: translate(-100%, 0%);
    transition: 0.3s;
}

@media(max-width: 768px) {
    .link_img_01:hover::before {
        position: absolute;
        content: '';
        background-color: transparent;
        background-image: url(../assets/cs_create_link.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        top: 28%;
        left: 13%;
        width: 70%;
        height: 50%;
    }

    .link_img_01.show::before {
        top: 0;
        left: 0;
        background-image: none;
        width: 100%;
        height: 100%;
        background-color: #1617479c;
    }

    .link_img_01::after {
        top: 33%;
        left: 0;
        width: 100%;
        height: 50%;
        font-size: 16px;
        line-height: 24px;
        transition: none;
        transform: none;
    }

    /*hover*/
    .link_img_01.show::after {
        visibility: visible;
        display: block;
        content: '各種シーリング工事、外壁営繕は\Aおまかせください。';
        white-space: pre;
        left: 0;
        width: 100%;
        color: white;
        transform: none;
        transition: none;
    }
}

/*02*/
/*.link_img_02::before {
    position: absolute;
    content: '';
    background-image: url(../assets/copy_salon_sub_link.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 27%;
    left: 44%;
    width: 52%;
    height: 51%;
    z-index: 100;
}

.link_img_02:hover::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
}*/

.link_img_02::before {
    position: absolute;
    content: 'Comming Soon';
    top: 42%;
    left: 11%;
    width: 80%;
    height: 25%;
    z-index: 100;
    color: white;
    font-size: 23px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
}

@media(max-width: 768px) {
    .link_img_02::before {
        font-size: 20px;
    }
}

.link_img_02::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000cf;
}

.link_img_01 img,
.link_img_02 img {
    width: 100%;
}



/*footer*/
.footer_contents {
    width: 100%;
    background-color: #DCDDDDCC;
}

/*@media (max-width: 1159px) {
    .footer_det {
       height: 500px;
    }
}*/


.footer_det {
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    /*width: 100%;*/
    /*background-color: #DCDDDDCC;*/
}

@media (max-width: 959px) {
    .footer_det {
        flex-direction: column-reverse;
    }
}

/*footer_left*/
.footer_info {
    margin: 62px 0 103px 0;
}

.footer_info_02 {
    font-size: 15px;
    margin: 20px 0 0 0;
    letter-spacing: 1.5px;
}

.footer_info_02 p {
    margin: 4px 0;
}

/*footer_right*/
.footer_link {
    margin: 85px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-end;
}

.footer_link_contents {
    width: 100%;
}

.footer_link_contents span {
    font-size: 15px;
    letter-spacing: 1.5px;
    margin: 0 20px 0 0;
}

.footer_link_contents span::before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    margin-right: 7px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(-45deg);
}

/*top_button*/
.footer_top_button div {
    position: absolute;
    bottom: 35px;
    right: 60px;
    width: 74px;
    height: 73px;
    border: 1px solid #000000;
    border-radius: 50%;
    text-align: center;
}

.footer_top_button div::before {
    display: inline-block;
    content: '';
    width: 23px;
    height: 23px;
    margin-top: 20px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    transform: rotate(45deg);
}

.footer_top_button span {
    display: block;
    padding-bottom: 10px;
}

.copyright {
    padding: 25px 0;
    /*margin: 25px 0;*/
    text-align: center;
    background-color: white;
}

.copyright span {
    font-size: 13px;
    letter-spacing: 1.3px;
}

@media (max-width: 959px) {
    .footer_det {
        justify-content: flex-end;
        align-items: center;
        height: 550px;

    }

    .footer_top_button {
        position: relative;
    }

    .footer_top_button div {
        position: absolute;
        bottom: -480px;
        right: 0;
        width: 74px;
        height: 73px;
        border: 1px solid #000000;
        border-radius: 50%;
        text-align: center;
        transform: translate(35px, 0);
    }

}

@media (max-width: 768px) {
    .footer_det {
        justify-content: flex-end;
        align-items: center;
        height: 465px;
    }

    .footer_info {
        margin: 40px 0 80px 0;
    }

    .footer_logo_img {
        width: 79px;
        height: 44px;
    }

    .footer_logo_img img {
        width: 100%;
        height: 100%;
    }

    .footer_info_02 {
        font-size: 14px;
        margin: 17px 0 0 0;
        line-height: 22px;
    }

    .footer_info_02 p {
       margin: 0;
    }

    .footer_link {
        margin: 40px 0 0 0;
    }

    .footer_link_contents span {
        font-size: 10px;
        margin: 0 8px 0 0;
    }

    .footer_link_contents span::before {
        width: 9px;
        height: 9px;
    }

    .footer_top_button {
        position: relative;
    }

    .footer_top_button div {
        position: absolute;
        bottom: -383px;
        right: 0;
        width: 74px;
        height: 73px;
        border: 1px solid #000000;
        border-radius: 50%;
        text-align: center;
        transform: translate(37px, 0);
    }

    .copyright span {
        font-size: 10px;
    }

}