@charset "UTF-8";
.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_content {
    margin-top: 50px;
}
.sitemap {
    background: transparent linear-gradient(90deg, #F0F1F2 0%, #FDFEFF 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0 120px;
}
.sitemap_inner {
    max-width: 850px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 120px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.sitemap a{
    color: #222;
}
.sitemap_top {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
}
.sitemap_top a {
    display: flex;
    align-items: center;
    
}
.sitemap_top a::before {
    content: ' ';
    display: flex;
    background: url("../img/arrow_sec.png") center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.sitemap_column {
    padding-left: 20px;
}
.sitemap_item.second {
    margin-top: 30px;
}
.sitemap_item.second a {
    display: flex;
    align-items: center;
}
.sitemap_item.second a::before {
    content: ' ';
    display: flex;
    background: url("../img/arrow_sec.png") center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.sitemap_item.third {
    margin-top: 15px;
    padding-left: 20px;
}
.sitemap_item.third a {
    display: flex;
    align-items: center;
}
.sitemap_item.third a::before {
    content: ' ';
    display: flex;
    background: url("../img/arrow_thi.png") center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
.under_mv{
    background: url("../img/mv.png") center right -150px ;
    -webkit-background-size: cover;
    background-size: cover;
}
.sitemap_inner {
    padding: 60px 5%;
}

}
