@charset "utf-8";

#page_order_request .main_contents {
    background-color: #fbffe5;
    padding: 100px 0 150px 0;
    background-image: url(/penguin/resources/image/assist/_common/order_request_illust.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

#page_order_request .main_contents .slider_area {
    width: 45%;
}

#page_order_request .main_contents .slider_area ul li {
    height: 150px;
    background-size: cover!important;
    background-position: center!important;
}

#page_order_request .main_contents .slider_area .bx-viewport {
    height: 150px!important;
}

#page_order_request .main_contents .text_area {
    width: 49%;
    text-align: center;
}

#page_order_request .main_contents .title {
    font-size: 45px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 90px;
}

#page_order_request .main_contents .sub_title {
    background: #55A520;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
}

#page_order_request .main_contents .text {
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: .1em;
    font-weight: 600;
}

#page_order_request .main_contents .text .accent {
    position: relative;
    color: #55A520;
}

#page_order_request .main_contents .text .accent:before {
    position: absolute;
    right: 0;
    top: -35px;
}

#page_order_request .main_contents .text .accent.type_1:before {
    content: "・・・・・・";
}

#page_order_request .main_contents .text .accent.type_2:before {
    content: "・・・・・・・・・";
}

#page_order_request .main_contents .text .accent.type_3:before {
    content: "・・";
}

#page_order_request .about_area {
    background: #55A520;
    padding: 100px 0;
}

#page_order_request .about_area .in_wrap {
    background: #fff;
    padding: 100px;
}

#page_order_request .about_area .main_text_area {
    text-align: center;
    margin-bottom: 100px;
}

#page_order_request .about_area .main_text_area .title {
    font-size: 25px;
    margin-bottom: 1em;
    padding-top: 100px;
    background: url(/penguin/resources/image/assist/_common/logo_icon.svg) no-repeat;
    background-position: center top;
    background-size: 90px;
}

#page_order_request .about_area .main_text_area .text {
    font-size: 16px;
    line-height: 2;
}

#page_order_request .about_area .main_text_area .text .accent {
  background:linear-gradient(transparent 60%, #fce841 60%);
    margin: 0 .5em;
    font-weight: 600;
}

#page_order_request .about_area ul {
    margin-bottom: 100px;
}

#page_order_request .about_area ul li {
    width: 50%;
    padding: 0 50px;
}

#page_order_request .about_area ul li:first-child {
    border-right: 2px dotted;
}

#page_order_request .about_area ul li .title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1em;
    color: #55A520;
    letter-spacing: .1em;
}

#page_order_request .about_area ul li .image {
    margin-bottom: 10px;
    height: 220px;
}

#page_order_request .about_area ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_order_request .about_area ul li .text {
    font-size: 14px;
    line-height: 2;
}

a.request_button {
    display: block;
    width: 500px;
    background: #F29934;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    position: relative;
    line-height: 70px;
    padding-right: 20px;
    transition: .4s;
    font-weight: 600;
}

a.request_button:hover {
    opacity: .7;
}

a.request_button:before {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: calc( 50% - 7px );
}

@media screen and (max-width: 750px) {

    #page_order_request .main_contents {
        padding: 10vw 0 15vw 0;
    }
    
    #page_order_request .main_contents .slider_area {
        width: 100%;
    }
    
    #page_order_request .main_contents .slider_area ul li {
        height: 20vw;
    }
    
    #page_order_request .main_contents .slider_area .bx-viewport {
        height: 20vw!important;
    }
    
    #page_order_request .main_contents .text_area {
        width: 100%;
        margin-bottom: 4vw;
    }
    
    #page_order_request .main_contents .title {
        font-size: 6.5vw;
        margin-top: 4vw;
        margin-bottom: 10vw;
    }
    
    #page_order_request .main_contents .sub_title {
        padding: 2vw 4vw;
        border-radius: 10vw;
        font-size: 3vw;
    }
    
    #page_order_request .main_contents .text {
        font-size: 4vw;
    }
    
    #page_order_request .main_contents .text .accent:before {
        top: -7vw;
    }
    
    #page_order_request .about_area {
        padding: 10vw 0;
    }
    
    #page_order_request .about_area .in_wrap {
        padding: 10vw 6vw;
    }
    
    #page_order_request .about_area .main_text_area {
        margin-bottom: 10vw;
    }
    
    #page_order_request .about_area .main_text_area .title {
        font-size: 4.5vw;
        padding-top: 15vw;
        background-size: 12vw;
    }
    
    #page_order_request .about_area .main_text_area .text {
        font-size: 3.5vw;
    }
    
    #page_order_request .about_area ul {
        margin-bottom: 15vw;
    }
    
    #page_order_request .about_area ul li {
        width: 100%;
        padding: 0;
    }
    
    #page_order_request .about_area ul li:first-child {
        border-right: none;
        border-bottom: 2px dotted;
        margin-bottom: 10vw;
        padding-bottom: 10vw;
    }
    
    #page_order_request .about_area ul li .title {
        font-size: 4vw;
    }
    
    #page_order_request .about_area ul li .image {
        margin-bottom: 3vw;
        height: 50vw;
    }
    
    #page_order_request .about_area ul li .text {
        font-size: 3.2vw;
    }
    
    a.request_button {
        width: 100%;
        font-size: 4vw;
        line-height: 12vw;
        padding-right: 7vw;
    }
    
    a.request_button:hover {
        opacity: 1;
    }
    
    a.request_button:before {
        width: 2vw;
        height: 2vw;
        right: 4vw;
        top: calc( 50% - 1.2vw );
    }

    
}