@charset "utf-8";

.subnavi ul li:nth-child(2) {
    width: 270px;
}
.subnavi ul li a {
    letter-spacing: 0;
    text-indent: 0;
}

.sq_title h3 {
    font-size: 3em;
    line-height: 1;
    font-weight: 400;
    color: #727171;
}
.sq_title h4 {
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
}

.su_box1 h3 {
    background-color: #d3d3d4;
    color: #003668;
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1.16em;
}
.su_box1 section {
    background-image: url("../img/img1.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    padding: 1em 30% 0 0;
}
.fletz {
    background-image: url("../img/img3.jpg") !important;
}
.su_box1 h6 {
    width: 50%;
}

.su_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.su_box2 ul li {
    width: calc((100% / 4) - (6em / 4));
    line-height: 1.5;
    margin-bottom: 2em;
}
.su_box2 h4 {
    color: #003668;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}
.su_box2 p {
    font-size: 0.92em;
}

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

}

@media screen and (max-width: 560px) {
.subnavi ul li:nth-child(1),.subnavi ul li:nth-child(2) {
    width: 100%;
}


.sq_title h3 {
    font-size: 2em;
}
.sq_title h4 {
    font-size: 1.24em;
}

.su_box1 h3 {
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1.16em;
}
.su_box1 section {
    background-image:none !important;
    padding: 1em 0;
}
.su_box1 h5 {
    background-image: url("../img/img1.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.su_box2 ul li {
    width: calc((100% / 2) - (2em / 2));
}


}
