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: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .5rem;
    color: #fff;
    min-width: 80px;
    aspect-ratio: 1 / 2;
}

/* 事業内容 */
.contents-1{
    background-color: #fff;
    padding: 15% 0;
}

.contents-1-inner1{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7%;
}

.contents-1-inner2{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7%;
    flex-direction: row-reverse;
}

.contents-1-inner-img{
    width: 40%;
}

.contents-1-inner-img img{
    width: 100%;
}

.contents-1-inner-txt{
    width: 55%;
}

.kinds{
    width: 100%;
    padding: 5% 0;
}

.kinds img{
    width: 80%;
}

.contents-1-inner-txt h3{
    color: #707070;
    font-size: 2vw;
    margin: 0 0 5%;
}

.contents-1-inner-txt p{
    font-size: 1.2vw;
    color: #707070;
    line-height: 1.5;
}

@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{
    background-color: #fff;
    padding: 40% 0;
}

.contents-1-inner1{
    width: 90%;
    margin: auto;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15%;
}

.contents-1-inner2{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7%;
}

.contents-1-inner-img{
    width: 100%;
    margin-bottom: 30px;
}

.contents-1-inner-img img{
    width: 100%;
}

.contents-1-inner-txt{
    width: 100%;
}

.kinds{
    width: 100%;
    padding: 5% 0;
}

.kinds img{
    width: 100%;
}

.contents-1-inner-txt h3{
    color: #707070;
    font-size: 1.8em;
    margin: 0 0 5%;
    text-align: center;
}

.contents-1-inner-txt p{
    font-size: 1.2em;
    color: #707070;
    line-height: 1.5;
}
}

@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: -120px;
    left: 5%;
    background-color: #099E4E;
    font-size: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .5rem;
    color: #fff;
    min-width: 80px;
    aspect-ratio: 1 / 2;
}

/* 事業内容 */
.contents-1{
    background-color: #fff;
    padding: 20% 0;
}

.contents-1-inner1{
    width: 90%;
    margin: auto;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7%;
}

.contents-1-inner2{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7%;
    flex-direction: row-reverse;
}

.contents-1-inner-img{
    width: 60%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin: 0 auto 10%;
}

.contents-1-inner-img img{
    width: 100%;
}

.contents-1-inner-txt{
    width: 100%;
}

.kinds{
    width: 100%;
    padding: 5% 0;
}

.kinds img{
    width: 100%;
}

.contents-1-inner-txt h3{
    color: #707070;
    font-size: 2em;
    margin: 0 0 5%;
    text-align: center;
}

.contents-1-inner-txt p{
    font-size: 1.2em;
    color: #707070;
    line-height: 1.5;
}
}