/*ホーム画面*/
.page_content{
    width: 100%;
}
.top-message{
    padding-top: 9vw;
}
.top-message h1{
    font-size: 5vw;
    font-family: "Times New Roman";
    letter-spacing: .7vw;
}
.message_item1{
    font-family: sans-serif;
    margin: 2vw 0;
    padding: 1vw 0;
    font-size: 1.8vw;
    border-top:2px solid;
    border-bottom:2px solid;
}
.message_item1 p{
    margin-bottom: .5vw;
}
/*取扱サービス*/
.service{
    padding:4vw;
    background-color: #F5E1C9;
}
.service_title p:nth-child(1){
    font-size: 1.7vw;
    font-weight: normal;
    letter-spacing: -0.1vw;
}
.service_title p:nth-child(2){
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
}
.service_title p:nth-child(3){
    font-size: 2vw;
    font-weight: bolder;
    letter-spacing: 0.1vw;
}
.service-item{
    margin-top: 3vw;
    padding: 0;
}
.service-items .col-md-4{
    max-width: 50%;
}
.service-img{
    height: 19vw;
    object-fit: cover;
}
.service-content{
    padding: 2vw;
    text-align: center;
}
.service-content h3{
    color: black;
    font-size: 1.7vw;
    font-weight: bold;
}
.service-content p{
    color: black;
    font-size: 1.3vw;
}

/*選ばれる理由*/
.choose-reason{
    padding: 4vw 10vw;
}
.choose-items{
    margin-top: 3vw;
}
.choose-img{
    width: 70%;
    margin: 0 auto;
}
.choose-content{
    text-align: center;
    padding: 1.5vw 1vw;
}
.choose-content h3{
    font-size: 2vw;
    font-weight: bold;
}
.choose-content p{
    font-size: 1.35vw;
}

/*会社情報*/
.company-information{
    margin: 2vw 4vw;
}
.company-information .information-text{
    padding: 1.5vw 0 0 2vw;
}
.company-information .information-text img{
    width: 70%;
    margin-bottom: 1vw;
}
.company-information .information-text p{
    font-size: 1.8vw;
    font-weight: bold;
}
.company-information .col-md-6:nth-child(1) p:last-child{
    margin-bottom: 2vw;
}
.company-information .col-md-6 iframe{
    width: 100%;
    height: 40vw;
}
.sp_show {
    display: none;
}
.no_select {
    user-select: none;
}
.text_margin {
    height: 3.9vw;
}
@media screen and (max-width:468px) {
    /* スマホ用CSS -------------- */
    .sp_clear {
        display: none;
    }
    .page_content .top-message {
        background-color: white!important;
        padding: 6vw 0 0;
    }
    .message_item1{
        font-size: 2vw;
    }
    .page_content .top-message .message_item2 p {
        font-size: 2.4vw;
    }
    .diagonal-line {
        display: none;
    }
    .service_title{
        padding-top: 2vw;
    }
    .service_title p:nth-child(1){
        font-size: 3vw;
    }
    .service_title p:nth-child(2){
        font-size: 5vw;
        letter-spacing: 0.1vw;
    }
    .service_title p:nth-child(3){
        font-size: 3vw;
    }
    .service-items{
        display: flex;
    }
    .service-items .row{
        justify-content: center;
    }
    .service-items .col-md-4{
        width: 45% !important;
    }
    .service-item{
        margin-top: 5vw;
    }
    .service-content h3{
        font-size: 3vw;
        margin-bottom: 1vw;
    }
    .service-content p{
        font-size: 2.5vw;
        line-height: 130%;
    }
    .service .footer_inquiry h3 {
        color: black;
    }
    .choose-reason .text-center{
        margin: 5vw 0 10vw;
    }
    .choose-reason img{
        width: 90% !important;
    }
    .choose-item{
        display: flex;
        margin-bottom: 8vw;
        align-items: center;
    }
    .choose-items .row{
        justify-content: start;
    }
    .choose-img {
        width: 28%;
    }
    .choose-content{
        text-align: left;
    }
    .choose-content h3{
        font-size: 4vw;
        margin-bottom: 1.5vw;
    }
    .choose-content p{
        width: 50vw;
        font-size: 3vw;
        margin-left: 1vw;
    }
    .diagonal-line2{
        height: 3vw;
    }
    .company-information .information-text{
        margin: 2vw 0 0 2vw;
    }
    .company-information .information-text h3{
        margin-bottom: 1vw;
        font-size: 7vw;
    }
    .company-information .information-text p{
        font-size: 3.5vw;
    }
    .company-information .col-md-6:nth-child(1) p:last-child {
        margin-bottom: 4vw;
    }
    .company-information .col-md-6 iframe{
        height: 70vw;
    }
    .text_margin {
        height: inherit;
    }
}
@media screen and (min-width:1000px){
    .service .service-items {
        transform: scale(85%);
        transform-origin: top center;
        margin-bottom: -11vw;
    }
    .company-information .row {
        transform: scale(85%);
        transform-origin: top center;
        margin-bottom: -8vw;
    }
}