@charset "UTF-8";
/* コンテンツ */


.bg_fi1 {
    background-image: url("../img/bg.webp");
    background-position: center center;
    background-size: auto 100%;
    position: relative;
}
.bg_fi2 {
    background: linear-gradient(#fff, #e7dbbb);
}
.main_fi {
    position: relative;
    background-image: url("../img/main.webp");
    background-position: center top;
    background-size: cover;
    width: 100%;
    max-width: 1600px;
    height: 900px;
    text-align: center;
    margin: 0 auto 0;
}
.main_fi img {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.tx1 {
    text-align: center;
    font-size: 1.6em;
    line-height: 2;
}

.fbox {
    margin-top: -100px;
}
.fbox img {
    width: 100%;
}
.fbox h3 {
    margin-bottom: 30px;
}
.fbox p {
    font-size: 1.32em;
    line-height: 1.7;
    padding: 0 30px;
}
.fimg1,.fimg2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 35px 10px 0;
}
.fimg1 li {
    width: 24%;
}
.fimg2 li {
    width: 32%;
}

.tax {
    padding-bottom: 10px;
}

@media screen and (min-width: 500px) {
    
}

@media screen and (max-width: 499px) {
.main_fi {
    height: 400px;
    margin: 0 auto 0;
}

.tx1 {
    font-size: 1em;
    line-height: 2;
}

.fbox {
    margin-top: -40px;
}
.fbox h3 {
    margin-bottom: 20px;
}
.fbox p {
    font-size: 1em;
    line-height: 1.7;
    padding: 0 20px;
}
.fimg1,.fimg2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 23px 10px 0;
}

}