@charset "UTF-8";

/* common */


/* top */
@media screen and (min-width: 750px) {
    #cp .top {
        background: url("../images/menu/chemical-p/pc/cp_top_bg_pc.jpg") no-repeat center center;
        background-size: cover;
    }

    #cp .top img {
        margin: 0 auto;
        padding: 0 20px;
    }
}

/* section01 */
@media screen and (min-width: 750px) {
    #cp .sec01 {
        background: #fff url(../images/menu/chemical-p/pc/sec1_bg_pc.png) repeat-y;
        background-size: contain;
    }

    #cp .sec01 .inner {
        padding: 70px 50px 40px;
    }

    #cp .sec01 .ribbon_ttl figure {
        width: 500px;
        margin: 0 auto;
    }

    #cp .sec01 .ribbon_ttl h3 {
        font-size: 3.3rem;
        top: 18.5%;
    }

    #cp .sec01 .border_area {
        padding: 60px 40px 40px;
        margin-bottom: 0;
    }

    #cp .sec01 .border_area .p_txt {
        font-size: 2rem;
        font-feature-settings: "palt";
    }

    #cp .sec01 .border_area .flex {
        margin-top: 30px;
        align-items: flex-end;
    }

    #cp .sec01 .border_area .wrap_pc {
        width: 46%;
    }

    #cp .sec01 .border_area .flex p {
        width: 100%;
        margin-top: 0;
    }

    #cp .sec01 .border_area .flex figure {
        width: 100%;
        margin-top: -30px;
    }

    #cp .sec01 .border_area .flex figure img {
        margin: 0 0 0 auto;
        width: 25%;
    }

    #cp .sec01 .border_area .mov_area {
        width: 50%;
        padding: 0;
    }

    #cp .sec01 .border_area .mov_area figure {
        width: 100%;
    }

    #cp .sec01 .border_area .mov_area figure img {
        width: 100%;
    }
}

/* section02 */
@media screen and (min-width: 750px) {
    #cp .sec02 .heading_txt img {
        margin: 0 auto 15px;
        width: 390px;
    }

    
    #cp .sec02 .heading_wrap {
        padding: 40px 0 10px;
    }
    
    #cp .sec02 .heading_wrap figure img {
        margin: 0 auto;
        width: 500px;
    }
    
    #cp .sec02 .heading_wrap h3 {
        bottom: 21%;
        font-size: 4.1rem;
    }

    #cp .sec02 .inner {
        padding-bottom: 60px;
    }

    #cp .sec02 .border_area {
        padding: 40px 30px 30px;
    }

    #cp .sec02 .border_area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #cp .sec02 .border_area ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    #cp .sec02 .border_area ul li .p_txt {
        font-size: 2rem;
    }

    #cp .sec02 .txt_wrap::before {
        top: 7px;
        left: 7px;
    }
}

@media screen and (max-width: 940px) {
    #cp .sec02 .border_area ul {
        display: block;
    }

    #cp .sec02 .border_area ul li {
        width: 70%;
        margin: 0 auto 3%;
    }
}

@media screen and (max-width: 750px) {
    #cp .sec02 .border_area ul li {
        width: 100%;
        margin: 0 0 3%;
    }
}


/* section03 */
@media screen and (min-width: 750px) {
    #cp .sec03 {
        background: url(../images/menu/chemical-p/pc/sec3_bg_pc.jpg) no-repeat top center;
        background-size: cover;
    }

    #cp .sec03 .heading-tf {
        background: url("../images/menu/chemical-p/pc/sec3_heading_pc.png")no-repeat center center;
        width: 100%;
        height: 223px;
    }

    #cp .sec03 .inner {
        padding: 40px 50px 10px;
    }

    #cp .sec03 ul {
        margin-top: 45px;
    }

    #cp .sec03 ul li {
        margin-bottom: 30px;
    }

    #cp .sec03 ul li figure {
        position: absolute;
        top: -18%;
        left: 50%;
        transform: translateX(-50%);
        width: 116px;
    }

    #cp .sec03 ul li h5 {
        font-size: 3.5rem;
        margin-bottom: 40px;
    }

    #cp .sec03 ul li .p_txt {
        font-size: 1.6rem;
        line-height: 2;
    }

    #cp .sec03 ul .list_wrap {
        padding: 50px 60px;
    }

    #cp .sec03 ul li .shadow img {
        display: none;
    }

    #cp .sec03 ul li .shadow {
        background: url("../images/menu/chemical-p/pc/sec3_shadow_pc.png")no-repeat bottom center;
        width: 100%;
        aspect-ratio: 900 / 50;
        background-size: contain;
    }

    #cp .sec03 ul .list_2 figure {
        top: -15%;
    }

    #cp .sec03 ul .list_3 figure {
        top: -17%;
    }
}

@media screen and (max-width: 900px) {
    #cp .sec03 ul li h5 {
        font-size: 3.9vw;
    }
}

@media screen and (max-width: 750px) {
    #cp .sec03 ul li h5 {
        font-size: 4.7vw;
    }
}

/* section04 */
@media screen and (min-width: 750px) {
    #cp .sec04 .heading-tf {
        background: url("../images/menu/chemical-p/pc/sec4_heading_pc.png")no-repeat center center;
        width: 100%;
        height: 223px;
    }

    #cp .sec04 .inner {
        padding: 25px 30px 50px;
    }

    #cp .sec04 .txt_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0;
    }

    #cp .sec04 .txt_wrap figure {
        width: 48%;
        margin-bottom: 0;
    }

    #cp .sec04 .txt_wrap .p_txt {
        width: 48%;
        font-size: 2rem;
        line-height: 2;
        font-feature-settings: "palt";
        padding-top: 30px;
    }

    #cp .sec04 .txt_wrap .bg_txt {
        padding: 0 0;
    }
}

/* section5 */
@media screen and (min-width: 750px) {
    #cp .sec05 .heading-tf {
        background: url("../images/menu/chemical-p/pc/sec5_heading_pc.png")no-repeat center center;
        width: 100%;
        height: 223px;
    }

    #cp .sec05 .inner {
        padding: 40px 50px;
    }

    #cp .sec05 .w_bg .p_txt {
        font-size: 2.2rem;
        line-height: 2;
        font-feature-settings: "palt";
    }
}

/* section6 */
@media screen and (min-width: 750px) {
    #cp .sec06 {
        background: url(../images/menu/chemical-p/pc/sec6_bg_pc.jpg) no-repeat top center;
        background-size: cover;
        width: 1000px;
        margin: 0 auto;
        padding-top: 0;
    }

    #cp .sec06 .inner {
        padding: 40px 50px;
    }

    #cp .sec06 .headding_top {
        margin-bottom: 20px;
    }

    #cp .sec06 h3 .bg_txt {
        background: #65CADB;
        border-radius: 50px;
        color: #fff;
        padding: 10px 40px;
        font-size: 3.6rem;
    }

    #cp .sec06 h3 {
        font-size: 3.6rem;
        line-height: 1.5;
    }

    #cp .sec06 .txt_wrap {
        margin-top: 25px;
    }

    #cp .sec06 .border_area {
        padding: 40px 40px;
    }

    #cp .sec06 .border_area .p_txt {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1000px) {
    #cp .sec06 {
        width: 100%;
    }
}

/* section7 */
@media screen and (min-width: 750px) {
    #cp .sec07 h3 img {
        margin: 40px auto 0;
    }

    #cp .sec07 .inner {
        padding: 30px 50px;
    }

    #cp .sec07 .bg_area {
        justify-content: center;
    }

    #cp .sec07 .bg_area h5 {
        width: 6%;
    }

    #cp .sec07 .bg_area ul li {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.6;
    }

    #cp .sec07 .fee_list li {
        width: 100%;
        margin-bottom: 30px;
    }

    #cp .sec07 .fee_list dl dt h4 {
        font-size: 2.8rem;
        padding: 15px 0;
    }

    #cp .sec07 .fee_list dl dd {
        padding: 0 0;
    }

    #cp .sec07 .fee_list dl dd .fee_left {
        width: 10%;
    }

    #cp .sec07 .fee_list dl dd .fee_right {
        width: 38%;
        margin-left: 40px;
    }
}