@charset "utf-8";
.header-bg{
    background-image: url(../sample/images/top.webp);
    background-position: top right;
}
.fusen.flex{
    flex-flow: column;
    justify-content: center;
    height: 100%;
}

h1{
    margin-bottom: 0;
}
h1 + p{
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    h1 {
    font-size: 36px;
    }
    .gridline .btn-gr{
        padding: .3em 2rem .4em;
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) {
    .gridline .btn-gr {
        padding: .5em 2rem .6em;
        font-size: 14px;
    }
}
/* BOX01 */
.box01{
    padding-top: 50px;
}
.box01 > div{
    display: flex;
    justify-content: space-between;
}
.box01 > div:nth-child(odd){
    flex-flow: row-reverse;
}
.box01 > div > div,
.box01 > div > figure{
    width: calc(100%/2);
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.box01 > div > div{
    padding: 20px;
}
.box01 > div > figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.box01 h3{
    text-align: left;
    margin: 0 0 20px 0;
}
.box01 > div > div p{
    text-align: left;
}
.box01 p{
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .box01 > div,
    .box01 > div:nth-child(even),
    .box01 > div:nth-child(odd){
        flex-flow: column;
    }
    .box01 > div > div,
    .box01 > div > figure{
        width: 100%;
    }
    .box01 > div > figure{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 599px){
}