@charset "utf-8";

.cont_img {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

/*============================
solution
============================*/


#solution h2 {
    color: #111;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 80px;
}

#solution h2 .eng {
    font-size: 40px;
    color: #00c8c8;
}

@media only screen and (max-width: 768px) {
    #solution h2 {
        font-size: 20px;
        text-align: left;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    #solution h2 .eng {
        font-size: 26px;
    }
}



/*============================
problem
============================*/

#problem {
    background: url(../images/01.jpg) no-repeat top center #eee;
    background-size: 100%;
    padding-top: 330px;
    padding-bottom: 30px;
    position: relative;
}

#problem::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #eee;
}

#problem .question {
    background-color: #fff;
    padding: 60px;
    margin-bottom: 80px;
}

#problem .question h3 {
    margin-top: 0;
    border-left: none;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
    color: #00c8c8;
    font-size: 28px;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
}

#problem ul.flex {
    align-items: stretch;
    grid-row-gap: 30px;
}

#problem .question ul li {
    position: relative;
    height: 75px;
    padding-left: 95px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

#problem .question ul li::before {
    content: '';
    display: block;
    width: 75px;
    height: 75px;
    background-image: url(../images/problem/icon01.jpg);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#problem .question ul li:nth-child(1),
#problem .question ul li:nth-child(4),
#problem .question ul li:nth-child(7) {
    width: 214px;
}

#problem .question ul li:nth-child(2),
#problem .question ul li:nth-child(5),
#problem .question ul li:nth-child(8) {
    width: 295px;
}

#problem .question ul li:nth-child(3),
#problem .question ul li:nth-child(6),
#problem .question ul li:nth-child(9) {
    width: 365px;
}

#problem .question ul li.consultation::before {
    background-image: url(../images/problem/icon_consultation.jpg);
}

#problem .question ul li.black_tank::before {
    background-image: url(../images/problem/icon02.jpg);
}

#problem .question ul li.power_supply::before {
    background-image: url(../images/problem/icon03.jpg);
}

#problem .question ul li.baggage::before {
    background-image: url(../images/problem/icon04.jpg);
}

#problem .question ul li.no_place::before {
    background-image: url(../images/problem/icon05.jpg);
}

#problem .question ul li.car_wash::before {
    background-image: url(../images/problem/icon06.jpg);
}

#problem .question ul li.drain_water::before {
    background-image: url(../images/problem/icon07.jpg);
}

#problem .question ul li.worry::before {
    background-image: url(../images/problem/icon08.jpg);
}

#problem .question ul li.melting_snow::before {
    background-image: url(../images/problem/icon09.jpg);
}

#problem .question ul li.trailer::before {
    background-image: url(../images/problem/icon10.jpg);
}

#problem .question ul li.diy::before {
    background-image: url(../images/problem/icon11.jpg);
}


@media only screen and (max-width: 768px) {
    #problem {
        padding-top: 200px;
        padding-bottom: 30px;
    }

    #problem::after {
        content: '';
        position: absolute;
        bottom: -30px;
        right: 0;
        left: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #eee;
    }

    #problem .question {
        padding: 20px;
        margin-bottom: 40px;
    }

    #problem .question h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    #problem ul.flex {
        align-items: flex-start;
        grid-row-gap: 20px;
    }

    #problem .question ul li {
        position: relative;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    #problem .question ul li::before {
        content: '';
        display: block;
        width: 75px;
        height: 75px;
        background-image: url(../images/problem/icon01.jpg);
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #problem .question ul li:nth-child(1),
    #problem .question ul li:nth-child(4),
    #problem .question ul li:nth-child(7) {
        width: 100%;
    }

    #problem .question ul li:nth-child(2),
    #problem .question ul li:nth-child(5),
    #problem .question ul li:nth-child(8) {
        width: 100%;
    }

    #problem .question ul li:nth-child(3),
    #problem .question ul li:nth-child(6),
    #problem .question ul li:nth-child(9) {
        width: 100%;
    }

}


/*============================
service
============================*/

#service {
    padding: 80px 0;
}

#service h2 {
    color: #111;
    font-size: 38px;
    text-align: center;
    font-family: 'Noto Sans JP';
    line-height: 1.3;
    margin-bottom: 60px;
}

#service h2 .red {
    color: #ff3232;
    font-weight: 700;
}

#service h2 .eng {
    font-size: 60px;
    color: #00c8c8;
    padding: 0 20px;
}

#service h2 .pr {
    font-size: 30px;
}

#service h2 .yellow-circle {
    position: relative;
    line-height: 2.5;
}

#service h2 .yellow-circle::after {
    content: '';
    display: block;
    background-color: #ffd306;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: -4px;
}

#service ul li {
    width: 165px;
    height: 130px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    background-color: #00c8c8;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#service ul li::after {
    content: '';
    width: 86px;
    height: 86px;
    background-image: url(../images/service/icon01.png);
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

#service ul li:nth-child(2)::after {
    background-image: url(../images/service/icon02.png);
}

#service ul li:nth-child(3)::after {
    background-image: url(../images/service/icon03.png);
}

#service ul li:nth-child(4)::after {
    background-image: url(../images/service/icon04.png);
}

#service ul li:nth-child(5)::after {
    background-image: url(../images/service/icon05.png);
}

#service ul li:nth-child(6)::after {
    background-image: url(../images/service/icon06.png);
}

@media only screen and (max-width: 768px) {
    #service {
        padding: 40px 0;
    }

    #service h2 {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    #service h2 .red {
        line-height: 1.7;
    }

    #service h2 .eng {
        font-size: 30px;
        padding: 0 10px;
    }

    #service h2 .pr {
        font-size: 20px;
    }

    #service ul li {
        width: 100%;
        height: 130px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    #service ul li:last-child {
        margin-bottom: 0;
    }

}


/*============================
another
============================*/

#another {
    padding: 80px 0;
    background: url(../images/service_bg.jpg) no-repeat center center;
    background-size: cover;
}

#another h3 {
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    border-left: none;
    color: #00a5c8;
    background-color: #fff;
    text-align: center;
    position: relative;
}

#another h3::before {
    content: '\f157';
    font-weight: 900;
	font-family: "Font Awesome 6 Free";
    margin-right: 10px;
}

#another .option {
    width: 500px;
}

#another .option table.info {
    margin: 20px 0;
}

#another .option table.info tr {
    border-bottom: 1px solid #007298;
}

#another .option table.info th{
    padding: 10px 0;
}

#another .option table.info th {
    width: 230px;
    background-color: #007298;
    color: #fff;
}

#another .option table.info td {
    width: 270px;
    color: #fff;
    font-weight: 500;
    padding: 10px 0 10px 10px;
}

#another .option p {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
  letter-spacing: 0;
    padding-left: 16px;
    position: relative;
}

#another .option p::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

#another .option .link {
    padding-top: 15px;
}

#another .option .link li {
    width: 500px;
    margin: 0;
}

#another .option .link li a {
    background-color: transparent;
    border: 3px solid #fff;
}

#another .flow {
    width: 500px;
}

#another .flow h3::before {
    content: '\f05a';
}

#another .flow dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 10px;
}

#another .flow dt {
    width: 16%;
    color: #fff;
    background-color: #007298;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1;
    padding: 17px 0;
    margin-bottom: 10px;
}

#another .flow dt .number {
    display: block;
    font-size: 30px;
}

#another .flow dd {
    width: 84%;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #fff;
    background-color: rgba(0, 114, 152, 0.6);
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}

#another .flow .banner {
    width: 500px;
    display: block;
}

#another .flow .banner img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #another {
        padding: 40px 0;
    }

    #another .option {
        width: 100%;
    }

    #another .option table.info th {
        width: 200px;
    }

    #another .option .link {
        padding-top: 20px;
    }

    #another .option .link li {
        width: 100%;
    }

    #another .flow {
        margin-top: 40px;
        width: 100%;
    }
  
  #another .flow dt .number {
    font-size: 18px;
}

    #another .flow .banner {
        width: 100%;
    }

}


/*============================
introduction
============================*/

#introduction h2 {
    margin-bottom: 40px;
}

#introduction li {
    width: 30%;
    margin-bottom: 40px;
}

#introduction li:nth-child(n+10) {
    margin-bottom: 0;
}

#introduction li a {
    display: block;
    position: relative;
}

#introduction li a::before {
    display: block;
    content: '\f14c';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 25px;
    line-height: 1;
}

#introduction li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#introduction h3 {
    padding: 10px 0 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    border-left: none;
}

@media only screen and (max-width: 768px) {
    #introduction {
        margin-bottom: 40px;
    }

    #introduction h2 {
        margin-bottom: 30px;
    }

    #introduction li {
        width: 48%;
        margin-bottom: 20px;
    }

    #introduction h3 {
        font-size: 14px;
    }
}
