#container h1 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: 700;
}
#container hr {
    background-color: #707070;
    height: 1px;
}
@media screen and (max-width:600px) {
    #container h1 {
        margin-top: 30px;
    }
}

/*-----------------------------------

	top_mv

-----------------------------------*/
#container .top_mv {
    width: 1200px;
    margin: 0 auto;
}

#container .top_mv .top-container {
    margin-top: 27px;
    margin-bottom: 160px;
    padding-right: 18px;
    display: flex;
    justify-content: space-between;
}

#container .top_mv .top-container .description {
    width: 47%;
    line-height: 2;
}

#container .top_mv .top-container img {
    width: 47%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

@media screen and (max-width:1240px) {
    #container .top_mv {
    width: 92%;
   }
}

@media screen and (max-width:1080px) {
    #container .top_mv .top-container {
    display: block;
    margin-bottom: 80px;
    padding-right: 0;
    }

    #container .top_mv .top-container .description {
    width: 100%;
    }

    #container .top_mv .top-container img {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 60px;
    }
}

@media screen and (max-width:600px) {
    #container .top_mv .top-container {
        margin-bottom: 60px;
    }

    #container .top_mv .top-container img {
        margin-top: 30px;
    }
}

/*-----------------------------------

	approach

-----------------------------------*/
#container .approach {
    width: 1200px;
    margin: 0 auto;
}

#container .approach h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #e94709;
}

#container .approach .description {
    margin-top: 11px;
    line-height: 2;
}

#container .approach .sdgs-logo {
    margin-top: 61px;
    margin-bottom: 51px;
}

#container .approach ol li {
    margin-bottom: 130px;
    display: flex;
}

#container .approach ol li img {
    width: 315px;
    height: 145px;
    margin-right: 72px;
}

#container .approach ol li .text {
    width: 700px;
}

#container .approach ol li .text h3 {
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #e94709;
    line-height: 2;
}

@media screen and (max-width:1240px) {
    #container .approach {
    width: 92%;
    }
}

@media screen and (max-width:1080px) {
    #container .approach ol li {
    display: block;
    margin-bottom: 100px;
    }

    #container .approach ol li img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
    }

    #container .approach ol li .text {
    width: 100%;
    }

    #container .approach ol li .text h3 {
    margin-top: 60px;
    }

}

@media screen and (max-width:600px) {
    #container .approach .sdgs-logo {
    margin: 30px auto 51px;
    display: block;
    }

    #container .approach ol li {
    margin-bottom: 60px;
    }

    #container .approach ol li .text h3 {
    margin-top: 30px;
    font-size: 1.5rem;
    }
}

/*-----------------------------------

	banner

-----------------------------------*/
#container .banner {
    display: flex;
    justify-content: space-between;
    margin: 173px auto 116px;
    width: 100%;
    max-width: 1200px;
}

#container .banner .sp-br {
    display: block;
}

#container .banner>div {
    position: relative;
}

#container .banner img {
    display: none;
}

#container .banner .information,
#container .banner .recruit,
#container .banner .sdgs {
    width: 570px;
    height: 190px;
    padding-top: 20px;
    border-radius: 10px;
    background-color: #f08300;
    color: #fff;
    position: relative;
}

#container .banner .information {
    background-image: url(../img/sdgs/information.c8fdd0a.png);
    background-repeat: no-repeat;
    background-position-x: -2px;
    background-size: contain;
}

#container .banner .recruit {
    background-image: url(../img/sdgs/recruit.b959257.png);
    background-repeat: no-repeat;
    background-position-x: -2px;
    background-size: contain;
}

#container .banner .sdgs {
    background-image: url(../img/sdgs/sdgs.2fa97f2.png);
    background-repeat: no-repeat;
    background-position-x: -2px;
    background-size: contain;
}

#container .banner .text {
    width: 245px;
    margin-left: 52%;
}

#container .banner .title {
    font-size: 1.5625rem;
    width: 230px;
    padding-bottom: 5px;
    margin: 0;
    color: #fff;
}

#container .banner .subtext {
    margin-top: 16px;
    color: #fff;
    line-height: 25px;
}

#container .banner .next {
    margin-top: 21px;
    text-align: right;
    color: #fff;
}

#container .banner .next img {
    width: 20px;
    margin: 0 7px 0 40px;
}

#container .banner a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    z-index: 1;
}

@media screen and (max-width:1240px) {
    #container .banner {
    padding: 0 25px;
    }

    #container .banner .information,
    #container .banner .recruit,
    #container .banner .sdgs {
    width: 500px;
    height: 160px;
    padding-top: 10px;
    }

    #container .banner .text {
    margin-left: 48%;
    }
}

@media screen and (max-width:1080px) {
    #container .banner {
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 70px;
    }

    #container .banner>div {
    margin: auto auto 30px;
    }

    #container .banner .information {
    margin: 0;
    }
}

@media screen and (max-width:600px) {
    #container .banner>div {
    margin-bottom: 30px;
    }

    #container .banner .information,
    #container .banner .recruit,
    #container .banner .sdgs {
    display: none;
    }

    #container .banner img {
    display: block;
    width: 100%;
    }
}

@media (hover:hover) {
    #container .banner a:hover {
    opacity: .4;
    }
}

/*-----------------------------------

	band

-----------------------------------*/
#container .band {
    width: 100%;
    height: 220px;
    background-image: url(../img/sdgs/truck-band.0995d72.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 600px) {
    #container .band {
        height: 130px;
    }
}