.main {
    position: relative;
    overflow: hidden;
}
#business.page_top {
    background-image: url(../images/business/biz_header_bg.jpg);
    background-position: right;
}
/* #biz_page .slope_bg {
    position: absolute;
    z-index: -10;
} */
#biz_page {
    background-image: url(../images/business/gray_slope_bg_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    
}
.biz_container {
    width: 100%;
    padding: 22px;
    box-sizing: border-box;
}

.video_note {
    text-align: center;
    margin: 0 0 8px;
}
.movie {
    width: 90%;
    max-width: 880px;
    margin: auto;
    position: relative;
}
.movie video {
    width: 100%;
}
.playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(50px, 16vw, 100px);
    height: clamp(50px, 16vw, 100px);
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: .2s;
    cursor: pointer;
}
.playbutton:hover {
    transform: translate(-50%, -50%) scale(0.97);
    opacity: 0.9;
}
.video_play {
    display: inline-block;
    /* position: relative; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1em;
    height: 1em;
    /* width: 0;
    height: 0; */
    /* border: 0.05em solid currentColor; */
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);;
    color: rgba(255, 255, 255, 0.9);
    color: #095133;
    font-size:  clamp(50px, 16vw, 120px);
    cursor: pointer;
    transition: color 0.3s, box-shadow 0.3s; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.video_play::before {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
    z-index: 3;
}
.video_play:hover {
    opacity: 0.9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
/* 再生中は再生マークを非表示 */
.movie.playing .video_play {
    display: none;
}
/* 再生中以外の時、停止マークは非表示 */
.video_pause {
    display: none;
}
.movie.playing:hover .video_pause {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #095133;
    font-size:  clamp(50px, 16vw, 120px);
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
}
.video_pause::before,
.video_pause::after {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.1em;
    height: 0.5em;
    box-sizing: border-box;
    background-color: currentColor;
    content: "";
}
.video_pause::before {
    left: 40%;
}
.video_pause::after {
    left: 60%;
}

.container_title {
    width: 47%;
    padding: 1.5em;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 4%;
}
.container_title h1 {
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 40px;
    color: #095133;
    white-space: nowrap;
}
.biz_item_wrap1 {
    display: flex;
    justify-content: center;
}
#bottom.biz_item_wrap1 {
    margin-bottom: 50px;
}
.biz_item_wrap2 {
    display: flex;
    flex-direction: column;
    width: 47%;
}
#prior.biz_item_wrap2 {
    order: 1; /*右側に配置*/
    margin-top: -17%;
}
.biz_item {
    /* height: 17vw; */
    height: auto;
    /* max-height: 230px; */
    min-height: 210px;
    /* max-width: 520px; */
    margin: 1em;
    transition: .2s;
}
.biz_item a:hover {
    transform: scale(.98);
}
.biz_item a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 18px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
    transition: 0.2s;
}

.biz_item img {
    width: 50%;
    /* height: 80%; */
    margin: 0;
    vertical-align: top;
}
.item_contents {
    position: relative;
    width: 50%;
    padding: 1.2vw;
    box-sizing: border-box;
    text-align: center;
    background: white;
    letter-spacing: 0em;
}
.item_contents::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 3px #bb9840;
    border-right: solid 3px #bb9840;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 15px;
    right: 20px;
    margin-top: -4px;
}
.item_contents .title1 {
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    /* font-size: 16px; */
    font-weight: bold;
    color: #bb9840;
    letter-spacing: 0em;
    margin: 0;
    margin-top: 5px;
}
.item_contents .title2 {
    font-weight: bold;
    color: #095133;
    margin-top: 5px;
    margin-bottom: 10px;
    letter-spacing: 0em;
}
#aw_br {
    display: none;
}
.item_contents .text {
    font-size: 15px;
}
.item_contents .text .br {
    display: none;
}


@media screen and (max-width: 1024px) {
    .container_title {
        margin-left: 2%;
    }
    .container_title h1 {
        font-size: 30px;
    }
    .biz_item_wrap2 {
        width: 50%;
    }
    .item_contents {
        padding: 13px;
    }
    .item_contents .title1 {
        font-size: 15px;
    }
    .item_contents .title2 {
        font-size: 16px;
    }
    #aw_br {
        display: block;
    }
    .item_contents .text {
        font-size: 13.5px;
    }
}
@media screen and (max-width: 780px) {
    .video_note {
        font-size: 13px;
    }
    .biz_item {
        min-height: initial;
    }
    .container_title {
        width: 50%;
        margin-left: 0;
    }
    .container_title p {
        font-size: 13px;
        margin-left: 13px;
    }
    .item_contents .title1 {
        font-size: 14px;
    }
    .item_contents .title2 {
        font-size: 14px;
        margin-top: 0;
    }
    .item_contents .text {
        font-size: 12px;
    }
}
@media screen and (max-width: 760px) {
    .biz_container {
        text-align: center;
    }
    .container_title {
        width: 80%;
        min-width: 400px;
        text-align: left;
        padding: 1em;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .biz_item_wrap1 {
        flex-direction: column;
        align-items: center;
    }
    .biz_item_wrap2 {
        width: 75%;
        align-items: center;
    }
    #prior.biz_item_wrap2 {
        order: 0;
        margin-top: initial;
        margin-top: auto;
    }
    .biz_item {
        min-width: 390px;
    }
}
@media screen and (max-width: 480px) {
    .container_title {
        width: 90%;
        min-width: initial;
        min-width: auto;
        padding: initial;
        padding: auto;
    }
    .container_title h1 {
        font-size: 25px;
    }
    .biz_item_wrap2 {
        width: 95%;
    }
    .biz_item {
        min-width: 280px;
    }
    .biz_item a {
        flex-direction: column;
    }
    .biz_item img {
        width: 100%;
    }
    .item_contents {
        width: 100%;
    }
    .item_contents .title2 {
        font-size: 16px;
    }
    .item_contents .text {
        font-size: 13px;
    }
    .item_contents .text .br {
        display: block;
    }
}
@media screen and (max-width: 350px) {
    .container_title {
        width: 100%;
    }
}

/* Eコマース*/
#ec.sub-page_top {
    background-image: url(../images/business/ec_header_bg.jpg);
}
#ec_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 8vw 0;
}
/* h1.center_title img {
    position: absolute;
    z-index: -10;
    width: 18vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */

#ec_container .sub-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}
#ec_container .contents {
    width: 500px;
}
#ec_container .contents img.none {
    display: none;
}
#ec_container .contents h2 {
    color: #b28247;
    margin: 0;
    margin-bottom: 30px;
    font-size: 25px;
}
#ec_container .contents h2 br {
    display: none;
}
.ec_img {
    width: 285px;
    margin-top: 80px;
}
.ec_img img {
    width: 100%;
    object-fit: cover;
}
.ec_banner {
    width: 760px;
}
.ec_banner img {
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#banner_container {
    width: 100%;
    text-align: center;
    margin-bottom: 9vw;
}
@media screen and (max-width: 980px) {
    #ec_container .contents {
        width: 50%;
        margin-right: 5%;
    }
    #ec_container .contents h2 {
        font-size: 22px;
    }
    #ec_container .contents p {
        font-size: 14px;
    }
    .ec_img {
        width: 30%;
    }
    .ec_banner {
        width: 80%
    }
}
@media screen and (max-width: 780px) {
    #ec_container .sub-wrap {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
    #ec_container .contents {
        width: 100%;
        margin-right: 0;
    }
    #ec_container .contents img.none {
        display: inline;
        width: 400px;
        margin-bottom: 30px;
    }
    .ec_img {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    #ec_container .sub-wrap {
        width: 85%;
    }
    #ec_container .contents h2 {
        font-size: 20px;
    }
    #ec_container .contents h2 br {
        display: block;
    }
    #ec_container .contents img.none {
        width: 90%;
    }
    #ec_container .contents p {
        font-size: 13px;
        text-align: left;
    }
    #ec_container .contents p br {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    #ec_container .contents h2 {
        font-size: 18px;
    }
    #ec_container .contents p {
        line-height: 1.7;
    }
}
/*スーパーマーケット*/
#market.sub-page_top {
    background-image: url(../images/business/market_header_bg2.jpg);
    background-position: right;
}
#market_container {
    display: flex;
    flex-direction: column;
    margin: 8vw 0;
    margin-left: 7vw;
}
#market_container .sub-wrap {
    display: flex;
    align-items: center;
    position: relative;
}
.top_en-title {
    position: absolute;
    left: -2%;
    top: -5vw;
    font-size: 7vw;
    line-height: 1.0;
    letter-spacing: 0em;
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    color: rgba(168,168,168,0.3);
    white-space: nowrap;
}
#market_container .contents {
    width: 500px;
}
#market_container h2 {
    line-height: 2;
    letter-spacing: 0.15em;
    margin-top: 0;
    margin-bottom: 55px;
}
#market_container .img_wrap {
    display: flex;
    flex-direction: column;
    width: 56%;
    position: relative;
    margin-bottom: -10px;
}
#market_container .img_wrap::after {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    z-index: -10;
    top: 8%;
    right: 0;
    background-image: url(../images/business/vege_filter_unit_brown.png);
    background-size: 420px;
}
#market_container .img_wrap .sub-wrap {
    display: flex;
    justify-content: space-between;
}
#market_container .img01 {
    width: 56%;
    margin-bottom: auto;
}
#market_container .img02 {
    width: 40%;
    margin-top: 15%;
    object-fit: contain;
}
#market_container .img03 {
    width: 57%;
    margin-left: auto;
    margin-right: 25%;
    margin-top: 5%;
}

@media screen and (max-width: 980px) {
    #market_container h2 {
        font-size: 22px;
        letter-spacing: 0.1em;
        margin-bottom: 35px;
    }
    #market_container .contents p {
        font-size: 14px;
    }
}
@media screen and (max-width: 780px) {
    #market_container h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    #market_container .img_wrap::after {
        background-size: 230px;
    }
}
@media screen and (max-width: 700px) {
    #market_container {
        margin-left: 0;
        text-align: center;
    }
    #market_container .sub-wrap {
        flex-direction: column;
    }
    .top_en-title {
        left: initial;
    }
    #market_container .img_wrap {
        margin-top: 50px;
        width: 70%;
    }
    #market_container .img_wrap .sub-wrap {
        flex-direction: row;
    }
    #market_container .img_wrap::after {
        width: 100%;
        height: 80%;
        right: 0;
        background-position: center;
    }
}
@media screen and (max-width: 480px) {
    #market_container {
        width: 85%;
        margin: 8vw auto;
    }
    #market_container h2 {
        font-size: 18px;
    }
    #market_container .contents {
        width: 100%;
    }
    #market_container .contents p {
        font-size: 13px;
        text-align: left;
    }
    #market_container .contents p br {
        display: none;
    }
    #market_container .img_wrap {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    #market_container h2 {
        font-size: 17px;
    }
    #market_container h2 br {
        display: none;
    }
    #market_container .contents p {
        line-height: 1.7;
    }
    #market_container .img_wrap .sub-wrap {
        flex-direction: column;
    }
    #market_container .img01 {
        width: 100%;
    }
    #market_container .img02 {
        width: 100%;
        margin-top: 26px;
    }
    #market_container .img03 {
        width: 100%;
        margin-right: 0;
        margin-top: 26px;
    }

}

/*カットフルーツ*/
#fruit.sub-page_top {
    background-image: url(../images/business/fruit_header_bg.jpg);
}
#fruit_container1 h1 {
    /* position: relative; */
    display: inline-block;
    color: #095133;
    font-size: 3vw;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "MS PMincho", "MS P明朝", "Noto Serif JP", serif;
    background:linear-gradient(transparent 83%, #f1c61f 0%);
}
/* h1.center_title img {
    position: absolute;
    z-index: -10;
    width: 38vw;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
} */
#fruit_container1 {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 7vw;
    text-align: center;
}
#fruit_container1 .contents {
    /* width: 30%;
    margin: 0 auto; */
    /* text-align: center; */
    padding-bottom: 9vw;
}
h2 {
    color: #B28247;
}

img#fruit01 {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 12%;
    width: 22%;
}

img#fruit02 {
    position: absolute;
    z-index: -10;
    bottom: 13%;
    right: 13%;
    width: 20%;
}
.banner_container {
    text-align: center;
    padding-bottom: 10vw;
}
.banner_container h2 {
    margin: 0;
}
.banner_container a {
    width: 65%;
    margin-top: 2vw;
    margin-right: -8%;
}
.banner_container a:hover {
    transform: scale(.99);
    transition: .2s ease-in-out;
}
.banner_container img {
    width: 100%;
}
#fruit_container2 {
    position: relative;
    text-align: center;
    padding-bottom: 12vw;
    background-image: url(../images/business/green_slope_bg.png), url(../images/business/yellow_slope_bg.png);
    background-repeat: no-repeat no-repeat;
    background-position: right bottom, left bottom;
    background-size: 40%, 83%;
}
#fruit_container2 h2 {
    display: inline-block;
    padding: .5vw 9vw;
    color: white;
    background: #095133;
    font-size: 2vw;
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "MS PMincho", "MS P明朝", "Noto Serif JP", serif;
}
/* #fruit_container2 .slope_bg {
    position: absolute;
    z-index: -10;
    bottom: 0;
    left: 0;
    width: 100%;
} */
#fruit_container2 .wrap_box {
    width: 75%;
    margin: 0 auto;
    margin-top: 35px;
    padding: 4vw 0;
    padding-bottom: 2vw;
    box-sizing: border-box;
    background: white;
    border: solid 2px #B28247;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.fruit_item {
    width: 26%;
    font-weight: bold;
    text-align: center;
    margin: 0.7vw;
}
.fruit_item img {
    max-width: 100%;
}
.fruit_item p {
    font-size: 17px;
}
#fruit_container2 .note {
    position: absolute;
    right: 0;
    bottom: -6%;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
@media screen and (max-width: 1024px) {
    img#fruit01 {
        /* width: 19%; */
        min-width: 146px;
        left: 6%;
    }
    img#fruit02 {
        width: 19%;
        min-width: 125px;
        right: 8%;
    }
}
@media screen and (max-width: 780px) {
    #fruit_container1 h1 {
        font-size: 24px;
    }
    #fruit_container1 p, #fruit_container2 p {
        font-size: 14px;
    }
    img#fruit01 {
        left: 4%;
    }
    .banner_container a {
        width: 85%;
    }
    #fruit_container2 h2 {
        font-size: 22px;
    }
}
@media screen and (max-width:650px) {
    #fruit_container1 {
        background: rgba(255,255,255,0.5);
    }
    #fruit_container2 .wrap_box {
        width: 85%;
    }
    .fruit_item {
        width: 30%;
    }
}
@media screen and (max-width:480px) {
    #fruit_container1 .contents {
        padding-bottom: 13vw;
    }
    img#fruit01 {
        top: 10%;
        left: 0;
    }
    img#fruit02 {
        right: 4%;
    }
    #fruit_container1 p, #fruit_container2 p, #fruit_container2 .note {
        font-size: 13px;
    }
    .banner_container h2, #fruit_container2 h2 {
        font-size: 18px;
    }
    .banner_container {
        padding-bottom: 15vw;
    }
    .banner_container a {
        width: 90%;
    }
    #fruit_container2 {
        padding-bottom: 20vw;
    }
    #fruit_container2 .wrap_box {
        width: 90%;
        margin-top: 25px;
    }
    #fruit_container2 .fruit_item p {
        font-size: 12px;
    }
    #fruit_container2 .note {
        bottom: -9%;
    }
}
@media screen and (max-width:430px) {
    img#fruit01, img#fruit02 {
        position: initial;
    }
    img#fruit02 {
        margin-top: 9px;
    }
}
@media screen and (max-width:400px) {
    #fruit_container1 h1 {
        font-size: 22px;
    }
    #fruit_container1 p, #fruit_container2 p, #fruit_container2 .note {
        letter-spacing: 0em;
    }
    .fruit_item {
        width: 40%;
    }
}
@media screen and (max-width:350px) {
    #fruit_container1 .contents, #fruit_container2 .text {
        width: 85%;
        margin: 10px auto;
    }
    #fruit_container1 p, #fruit_container2 p {
        letter-spacing: 0.06em;
        line-height: 1.7;
    }
    #fruit_container1 p br.none, #fruit_container2 p br.none {
        display: none;
    }
}

/*エア・ウォーターグループ*/
#aw.sub-page_top {
    background-image: url(../images/business/aw_header_bg.jpg);
}
#logo_container {
    text-align: center;
}
#aw_logo {
    width: 70px;
    margin: 4vw;
}
#aw_container {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
    overflow: hidden;
}
#aw_container .contents {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-right: 5%;
}
#aw_container .contents h2 {
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 2.2vw;
    font-weight: bold;
    color: #1D2088;
    -webkit-text-stroke: .5px;
    margin-top: 0;
    margin-bottom: 30px;
}
#aw_container .contents h2 br {
    display: none;
}
#aw_container .contents p {
    margin-bottom: 50px;
    text-align: justify;
}
#aw_container .btn {
    text-align: center;
}
#aw_container .btn a {
    font-size: 20px;
    color: white;
    background: #1D2088;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .4);
    position: relative;
}
#aw_container .btn a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12%;
    margin-top: -4px;
}
#aw_container .btn a:hover {
    background: #2c309c;

}
.aw_img {
    width: 30%;
}
.aw_img img {
    width: 100%;
}
#aw_container .btn.none {
    display: none;
}
@media screen and (min-width: 1300px) {
    #aw_container .contents h2 {
        font-size: 29px;
    }
}
@media screen and (max-width: 1024px) {
    #aw_container .contents {
        width: 45%;
    }
    .aw_img {
        width: 35%;
    }
    #aw_container .contents h2 {
        font-size: 2.5vw;
    }
    #aw_container .btn a {
        font-size: 18px;
        padding: 14px 9vw;
    }
}
@media screen and (max-width: 780px) {
    #aw_container {
        flex-direction: column;
        align-items: center;
    }
    #aw_container .contents {
        width: 75%;
        margin-right: 0;
    }
    #aw_container .contents h2 {
        font-size: 3.7vw;
    }
    #aw_container .contents h2 br {
        display: block;
    }
    #aw_container .contents p {
        font-size: 14px;
    }
    .aw_img {
        width: 65%;
    }
    #aw_container .contents .btn {
        display: none;
    }
    #aw_container .btn.none {
        display: block;
        margin-top: 8vw;
        width: 65%;
    }
    #aw_container .btn a {
        width: 100%;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 600px) {
    .aw_img {
        width: 75%;
    }
    #aw_container .btn.none {
        width: 75%
    ;}
}
@media screen and (max-width: 480px) {
    #aw_container .contents h2 {
        font-size: 18px;
    }
    #aw_container .contents h2 br {
        display: none;
    }
    #aw_container .contents p {
        font-size: 13px;
        line-height: 1.7;
    }
    #aw_container .btn a {
        font-size: 16px;
    }
    #aw_container .btn a::before {
        right: 5%;
    }
}
@media screen and (max-width: 400px) {
    #aw.sub-page_top h1.head_title {
        font-size: 6vw;
    }
    #aw_container .contents, .aw_img, #aw_container .btn.btn.none {
        width: 85%;
    }
    #aw_container .btn a {
        font-size: 4.3vw;
    }
    
}