



.hiokoshi-intro{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.hiokoshi-intro-txt{
    width: 45%;
}
.hiokoshi-intro-txt h1{
    width: 100%;
    font-size: 46px;
    letter-spacing: 2.1px;
    line-height: 2.3;
    color: #E8465A;
}
.hiokoshi-intro-txt h1 span{
    font-size: 17px;
    line-height: 1.6;
    display: block;
    padding-left: 5px;
    border-radius: 5px;
    background-color: #E8465A;
    color: #fff;
}
.hiokoshi-intro-txt p{
    margin-top: 5px;
    font-size: 20px;
}
.hiokoshi-intro-img{
    width: 48%;
}


/* 要望 */
.youbou-title{
    display: flex;
    align-items: center;
}
.youbou-title h3{
    font-size: 26px;
    letter-spacing: 2px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}
.youbou-title-line{
    margin: -20px auto 0 auto;
    width: 43%;
    margin-bottom: 60px;
}
.youbou-txt{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
br{
    height: 0;
}
.span-1{
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 3;
    width: fit-content;
    border-bottom: dashed 2px #E8465A;
}
/* 神器 */
.zingi{
    margin-bottom: 200px;
}
.zingi-title{
    text-align: center;
    margin-bottom: 40px;
}
.zingi-title-img{
    margin: 0 auto 10px auto;
    width: 90px;
}
.zingi-title h3{
    font-size: 26px;
    color: #E8465A;
    letter-spacing: 2px;
}


/* 事例 */
.zirei{
    padding-bottom: 150px;
}
.zirei-title{
    font-size: 26px;
    text-align: center;
    margin-bottom: 100px;
}
.zingi-title h3{
    font-size: 26px;
    letter-spacing: 2px;
}
.zirei-list{
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
.zirei-list li{
    width: calc((100% - 140px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;

}
.zirei-list li:nth-child(2),
.zirei-list li:nth-child(5),
.zirei-list li:nth-child(8),
.zirei-list li:nth-child(11){
    position: relative;
}
.zirei-list li:nth-child(2)::before,
.zirei-list li:nth-child(5)::before,
.zirei-list li:nth-child(8)::before,
.zirei-list li:nth-child(11)::before{
    content: "";
    background-image: linear-gradient(to right, #E8465A, #E8465A 5px, transparent 5px, transparent 12px),
    linear-gradient(to right, #E8465A, #E8465A 5px, transparent 5px, transparent 12px),
    linear-gradient(to bottom, #E8465A, #E8465A 5px, transparent 5px, transparent 12px),
    linear-gradient(to bottom, #E8465A, #E8465A 5px, transparent 5px, transparent 12px);
    background-size: 0 0, 0 0, 2px 12px, 2px 12px;
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    position: absolute;
    top: 236px;
    top: 0;
    bottom: 0;
    left: -35px;
    right: -35px;
    pointer-events: none;
}

.zirei-circle{
    width: 75%;
    position: relative;
    border-radius: 50%;
    background-color: #E8465A;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.zirei-circle::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.zirei-circle p{
    position: absolute;
    line-height: 1.5;
}
.zirei-mini-img{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.zirei-txt-wrap{
    display: flex;
    flex-direction: column;
}
.request-txt{
    text-align: justify;
}
.requester{
    margin-top: 30px;
}

.zirei-img-shadow{
    width: 80px;
    width: 90px;
}
.zirei-img-shadow-l{
    position: relative;
}
.zirei-img-shadow-r{
    position: relative;
}

.desc-l{
    background-image: url(../../img/hiokoshi/desc_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    height: 50px;    
    position: absolute;
    color: #FFF;
    left: -190px;
    top: 12px;
    display: none;
    padding-top: 4px;
}
.desc-r{
    background-image: url(../../img/hiokoshi/desc_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    height: 50px;    
    position: absolute;
    display: flex;
    justify-content: center;
    color: #FFF;
    right: -190px;
    top: 12px;
    display: none;
    padding-top: 4px;
}

.zirei-img-shadow-l:hover .desc-l,
.zirei-img-shadow-r:hover .desc-r{
    display: flex;
    justify-content: center;    

}


/* お問い合わせボタン */
.contact-btn{
    padding-bottom: 150px;
}
.contact-btn a{
    width: 100%;
    padding: 10px 0;
    background-color: #E8465A;
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    border-radius: 100vh;
    position: relative;
    cursor: pointer;
}
.contact-btn a::before{
    content: "";
    background-image: url(../../img/sankaku.png);
    width: 100px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 28%;
    left: 10%;
}
.contact-btn a::after{
    content: "";
    background-image: url(../../img/sankaku.png);
    width: 100px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 14%;
    right: 10%;
    transform: rotate(180deg);
}
/*@media screen and (min-width: 1000px) {
    .contact-btn a{
        margin: 0 auto;
        width: 80%;
        font-size: 21px;
    }
    .contact-btn a::before{
        width: 70px;
        height: 100%;
        top: calc(50% - (17.6px / 2));
        left: 10%;
    }
    .contact-btn a::after{
        width: 70px;
        height: 100%;
        top: calc(-50% + (17.6px / 2));
        right: 10%;
        transform: rotate(180deg);
    }
}*/
@media screen and (min-width: 1000px) {
    .contact-btn a{
        margin: 0 auto;
        width: 64%;
        font-size: 19px
    }
    .contact-btn a::before{
        width: 55px;
        height: 100%;
        top: calc(50% - (14px / 2));
        left: 7.5%;
    }
    .contact-btn a::after{
        width: 55px;
        height: 100%;
        top: calc(-50% + (14px / 2));
        right: 7.5%;
        transform: rotate(180deg);
    }
}

.sp-1000{
    display: none;
}

@media screen and (max-width: 1400px){
    .pc-bg-1{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0px 15px;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
    /*main {
        padding-top: 230px;
    }*/
    .pc-bg-1{
        padding-top: 120px;
    }
}

@media screen and (max-width: 1000px) {
    .pc-bg-1{
        background: none;
    }

    .hinone{
        content: "";
    }

   .sp-bg-1{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0px 15px 55px 15px;
    }
    .sp-bg-2{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0px 15px 71px 15px;
    }
    .sp-bg-3{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0px 15px 109px 15px;
    }
    .sp-bg-4{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0px 15px 181px 15px;
    }
    .sp-bg-5{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px 15px 15px 15px;
    }
    .sp-bg-6{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px 15px 71px 15px;
    }
    .sp-bg-7{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px 15px 105px 15px;
    }

    .hiokoshi-intro{
        flex-direction: column-reverse !important;
        align-items: center;
        margin-bottom: 0;
    }
    .hiokoshi-intro-img{
        width: 100%;
        text-align: center;
    }
    h1.hiokoshi-intro-mini{
        font-size: 16px;
        color: #FFF;
        padding-left: 5px;
        background-color:#E8465A; 
    }
    .hiokoshi-intro-txt{
        width: 100%;
    }
    .hiokoshi-intro-txt p{
        font-size: 16px;
    }
    .hiokoshi-intro-txt h2{
        font-size: 30px;
        letter-spacing: 2.1px;
        line-height: 2.3;
        color: #E8465A;
    }
    .youbou-title{
        flex-direction: column;
    }
    .youbou-title h3{
        font-size: 22px;
        padding-left: 0;
        padding-right: 0;
    }
    .youbou-title-line{
        margin-top: 0;
    }
    .youbou-title-img{
        width: 150px;
    }
    .youbou-txt{
        margin-bottom: 0;
    }

    .zingi{
        margin-bottom: 0;
        padding-bottom: 71px;
    }

    .zingi-title h3{
        font-size: 18px;
        letter-spacing: 0px ;
    }

    .zirei-list li{
        width: calc((100% - 70px) / 2);
    }
    .zirei-list li:nth-child(2),
    .zirei-list li:nth-child(4),
    .zirei-list li:nth-child(8),
    .zirei-list li:nth-child(10),
    .zirei-list li:nth-child(11){
        position: relative;
    }
    .zirei-list li:nth-child(2)::before,
    .zirei-list li:nth-child(4)::before,
    .zirei-list li:nth-child(8)::before,
    .zirei-list li:nth-child(10)::before,
    .zirei-list li:nth-child(11)::before{
        content: "";
        background-image: linear-gradient(to right, #E8465A, #E8465A 5px, transparent 5px, transparent 12px),
        linear-gradient(to right, #E8465A, #E8465A 5px, transparent 5px, transparent 12px),
        linear-gradient(to bottom, #E8465A, #E8465A 5px, transparent 5px, transparent 12px),
        linear-gradient(to bottom, #E8465A, #E8465A 5px, transparent 5px, transparent 12px);
        background-size: 0 0, 0 0, 2px 12px, 0 0;
        background-position: left top, left bottom, left top, right top;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        position: absolute;
        top: 236px;
        top: 0;
        bottom: 0;
        left: -35px;
        right: -35px;
        pointer-events: none;
    }
    .zirei-circle{
        width: 270px ;
    }
    .zirei-circle p{
        font-size: 20px;
    }
    .zirei-img-shadow{
        width: 100px;
    }


    .contact-btn{
        padding-bottom: 0;
    }
    .sp-contact-btn{
        display: flex !important;
        justify-content: center ;
    }
    .sp-contact-btn img{
        width: 360px;
    }

    .sp-1000.pc-bg-1 {
        padding-top: 148.19px;
    }
}


@media screen and (max-width: 700px){
    .sp-700{
        display: none;
    }



}

@media screen and (max-width: 600px){
    main .container{
        padding-top:0;
    }
    .youbou-title h3{
        white-space: normal;
    }
    .youbou-title-line{
        margin-bottom: 25px ;
    }

    .zirei-list{
        flex-direction: column;
        gap: 0px;
    }
    .zirei-list li{
        padding-top: 66px;
        width: 100%;
    }
    .zirei-list li:first-child {
        padding-top: 0;
    }
    
    .zirei-list li:nth-child(2)::before,
    .zirei-list li:nth-child(4)::before,
    .zirei-list li:nth-child(5)::before,
    .zirei-list li:nth-child(8)::before,
    .zirei-list li:nth-child(10)::before,
    .zirei-list li:nth-child(11)::before{
        background: unset;
        position: static;
    }
    .zirei-list li:not(:last-child) {
        padding-bottom: 66px;
        border-bottom: 2px dashed #E8465A
    }
    .sp-contact-btn a{
        width: 360px;
        padding: 5px 0;
        background-color: #E8465A;
        color: #fff;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 1.5;
        display: flex;
        justify-content: center;
        border-radius: 100vh;
        position: relative;
        cursor: pointer;
    }
    .sp-contact-btn a::before{
        content: "";
        background: unset;
    }
    .sp-contact-btn a::after{
        content: "";
        background: unset;
    }

    .sp-1000.pc-bg-1 {
        padding-top: 71.88px;
    }

}


@media screen and (max-width: 400px){
    .sp-contact-btn{
        width: 100% ;
    }
}








