html,body{
    background-color: #fff;
}

/* 下層メインビジュアル */
.lower-main-visual{
    width: 100%;
    height: 0;
    padding-top: 25%;
    background: url(../images/lower_main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: cover;
    position: relative;
}

.head-title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 8vw;
    position: absolute;
    bottom: -120px;
    left: 5%;
    background-color: #099E4E;
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .5rem;
    color: #fff;
    min-width: 80px;
    aspect-ratio: 1 / 2;
}

/* こだわり */
.contents-1{
    padding: 15% 0 10%;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.contents-1-l{
    width: 48%;
}

.contents-1-l p{
    font-size: 1.3vw;
    line-height: 1.5;
    color: #707070;
}

.contents-1-r{
    width: 48%;
}

.contents-1-r img{
    width: 100%;
}

/* 土づくりへのこだわり */
.contents-2{
    background-color: #FFF8EE;
    padding: 100px 0;
}

.contents-2 h2{
    font-size: 2.5vw;
    color: #636262;
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}

.contents-2-inner1{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.contents-2-inner2{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
    flex-direction: row-reverse;
}

.contents-2-inner-img{
    width: 35%;
}

.contents-2-inner-img img{
    width: 100%;
}

.contents-2-inner-txt{
    width: 55%;
}

.contents-2-inner-txt h3{
    color: #707070;
    font-size: 2vw;
    margin: 7% 0;
}

.contents-2-inner-txt p{
    font-size: 1.3vw;
    color: #707070;
    line-height: 1.5;
}


/* 3つのつなぐ */
.contents-3{
    background-color: #fff;
    padding: 100px 0;
}

.contents-3 h2{
    font-size: 2.5vw;
    color: #636262;
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}

.policy-1{
    width: 80%;
    margin: 0 auto 7%;
}
.policy-1 img{
    width: 100%;
}

.policy-2 {
    font-size: 1.3vw;
    color: #707070;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto 5%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    /* 下層メインビジュアル */
.lower-main-visual{
    width: 100%;
    height: 0;
    padding-top: 25%;
    background: url(../images/lower_main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: cover;
    position: relative;
}

.head-title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: -4vw;
    position: absolute;
    bottom: -110%;
    left: 5%;
    background-color: #099E4E;
    font-size: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5rem;
    color: #fff;
    min-width: 70px;
    aspect-ratio: 1 / 2;
}

/* こだわり */
.contents-1{
    padding: 30% 0 10%;
    width: 90%;
    margin: auto;
    display: block;
    justify-content: space-between;
}

.contents-1-l{
    width: 100%;
    margin-bottom: 30px;
}

.contents-1-l p{
    font-size: 1em;
    line-height: 1.5;
    color: #707070;
}

.contents-1-r{
    width: 100%;
}

.contents-1-r img{
    width: 100%;
}

/* 土づくりへのこだわり */
.contents-2{
    background-color: #FFF8EE;
    padding: 50px 0;
}

.contents-2 h2{
    font-size: 2em;
    color: #636262;
    width: 90%;
    text-align: center;
    margin-bottom: 8%;
    margin: 0 auto 15%;
}

.contents-2-inner1{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.contents-2-inner2{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.contents-2-inner-img{
    width: 100%;
}

.contents-2-inner-img img{
    width: 100%;
}

.contents-2-inner-txt{
    width: 100%;
    margin-bottom: 10%;
}

.contents-2-inner-txt h3{
    color: #707070;
    font-size: 1.8em;
    margin: 7% 0;
    text-align: center;
}

.contents-2-inner-txt p{
    font-size: 1.2em;
    color: #707070;
    line-height: 1.5;
}


/* 3つのつなぐ */
.contents-3{
    background-color: #fff;
    padding: 50px 0;
}

.contents-3 h2{
    font-size: 2em;
    color: #636262;
    width: 90%;
    text-align: center;
    margin: 0 auto 10%;
}

.policy-1{
    width: 90%;
    margin: 0 auto 7%;
}
.policy-1 img{
    width: 100%;
}

.policy-2 {
    font-size: 1.2em;
    color: #707070;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto 5%;
    text-align: center;
}
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    /* 下層メインビジュアル */
.lower-main-visual{
    width: 100%;
    height: 0;
    padding-top: 25%;
    background: url(../images/lower_main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: cover;
    position: relative;
}

.head-title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 8vw;
    position: absolute;
    bottom: -30%;
    left: 5%;
    background-color: #099E4E;
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .5rem;
    color: #fff;
    min-width: 80px;
    aspect-ratio: 1 / 2;
}

/* こだわり */
.contents-1{
    padding: 15% 0 10%;
    width: 90%;
    margin: auto;
    display: block;
    justify-content: space-between;
}

.contents-1-l{
    width: 100%;
    margin-bottom: 5%;
}

.contents-1-l p{
    font-size: 1.2em;
    line-height: 1.4;
    color: #707070;
}

.contents-1-r{
    width: 100%;
    display: flex;
    align-items: center;
}

.contents-1-r img{
    width: 100%;
}

/* 土づくりへのこだわり */
.contents-2{
    background-color: #FFF8EE;
    padding: 100px 0;
}

.contents-2 h2{
    font-size: 2.3em;
    color: #636262;
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}

.contents-2-inner1{
    width: 85%;
    margin: auto;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10%;
}

.contents-2-inner2{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10%;
}

.contents-2-inner-img{
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto 10%;
}

.contents-2-inner-img img{
    width: 100%;
    display: flex;
    align-items: center;
}

.contents-2-inner-txt{
    width: 100%;
}

.contents-2-inner-txt h3{
    color: #707070;
    font-size: 1.8em;
    margin: 5% 0;
    text-align: center;
}

.contents-2-inner-txt p{
    font-size: 1.2em;
    color: #707070;
    line-height: 1.4;
}

/* 3つのつなぐ */
.contents-3{
    background-color: #fff;
    padding: 100px 0;
}

.contents-3 h2{
    font-size: 2.3em;
    color: #636262;
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}

.policy-1{
    width: 80%;
    margin: 0 auto 7%;
}
.policy-1 img{
    width: 100%;
}

.policy-2 {
    font-size: 1.2em;
    color: #707070;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto 5%;
    text-align: center;
}
}