@charset "UTF-8";
/* 芽室町で遊ぶ */

.pc { display: block; }
.sp { display: none; }

.mainvis { width: 100%; }
.mainvis_inner { width: 100%; max-width: 1366px; margin: 0 auto; padding-bottom: 370px; position: relative; overflow: hidden; }
.mainvis_inner::after { content: ''; display: block; width: 1500px; height: 370px; background: url("../../minnade-tsunagu/images/mainvis.jpg") no-repeat center center; border-radius: 0 0 1000px 1000px/ 0 0 250px 250px; position: absolute; top: 0; left: 50%; z-index: -1; transform: translateX(-50%); }
.mainvis_ttl { width: 52.7086%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.mainvis_ttl_img { width: 100%; }

.sect_block { width: 100%; margin-top: 90px; position: relative; }
.sect_block_inner { max-width: 1145px; margin: 0 auto; }
.sect_block_ttl { width: 100%; padding: 5px 30px; margin-bottom: 30px; font-size: 32px; font-weight: bold; text-align: center; position: relative; background: #e6e6d7; }
.sect_block_ttl::before,
.sect_block_ttl::after { content: ""; width: 27px; height: 100%; display: block; position: absolute; top: 0; }
.sect_block_ttl::before { background: linear-gradient(to right, #64a00a 0, #64a00a 10px, #fff 10px, #fff 21px, #9BC88C 21px, #9BC88C 27px); left: 0; }
.sect_block_ttl::after { background: linear-gradient(to left, #64a00a 0, #64a00a 10px, #fff 10px, #fff 21px, #9BC88C 21px, #9BC88C 27px); right: 0; }

.column_block { width: 100%; display: flex; flex-wrap: wrap; }
.column_block .col_item { width: 50%; position: relative; }

.read_txt { padding: 0 50px; }
.read_btn { width: 300px; margin: 0 auto; margin-top: 20px;  }
.read_btn_inner { width: 100%; height: 100%; padding: 5px 10px; display: flex; justify-content: center; -ms-align-items: center; align-items: center; background: #64a00a; border-radius: 4px; position: relative; text-align: center; line-height: 1.4; transition: all .3s; }
.read_btn_inner:hover { opacity: .7; }
.read_btn_inner:before { content: ''; display: inline-block; margin-right: 3px; width: 0; height: 0; border-style: solid; border-width: 7.5px 0 7.5px 13px; border-color: transparent transparent transparent #fff; position: relative; top: 0px; }
.read_btn_txt { display: block; color: #fff; font-weight: bold; }
.read_btn_txt .sub_txt { display: block; color: #fff; font-size: 14px; font-weight: normal; line-height: 1.2; }

.sect_ttl_vis { width: 100%; padding-bottom: 50px; position: absolute; }
.sect_ttl_vis_img { width: 100%; }
.sect_txt { width: 100%; padding: 50px 10px 50px 50px; }

.sect_block_vigor { background-image: url(../images/bg_pattern_green.jpg); }
.sect_block_vigor .sect_ttl_vis { width: 90.0524%; top: -60px; }
.sect_block_culture { margin-top: 145px; background-image: url(../images/bg_pattern_yellow.jpg); }
.sect_block_culture .sect_ttl_vis { width: 90.0524%; top: -105px; }
.sect_block_health { margin-top: 115px; background-image: url(../images/bg_pattern_orange.jpg); }
.sect_block_health .sect_ttl_vis { width: 97.2077%; top: -85px; }
.sect_block_safety { margin-top: 175px; background-image: url(../images/bg_pattern_pink.jpg); }
.sect_block_safety .sect_ttl_vis { width: 97.2077%; top: -155px; }
.sect_block_future { margin-top: 150px; background-image: url(../images/bg_pattern_blue.jpg); }
.sect_block_future .sect_ttl_vis { width: 100%; top: -128px; }

.sect_about .sect_txt { padding: 0 50px; }
.about_btn { width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; }
.about_btn_item { width: 280px; margin-left: 30px; }
.about_btn_item:first-child { margin-left: 0; }
.about_btn_link { width: 100%; height: 100%; padding: 5px 10px; display: flex; justify-content: center; -ms-align-items: center; align-items: center; background: #64a00a; border-radius: 4px; position: relative; text-align: center; line-height: 1.4; transition: all .3s; }
.about_btn_link:hover { opacity: .7; }
.about_btn_link::before { content: ''; display: inline-block; margin-right: 3px; width: 0; height: 0; border-style: solid; border-width: 7.5px 0 7.5px 13px; border-color: transparent transparent transparent #fff; position: relative; top: 0px; }
.about_btn_txt { color: #fff; font-weight: bold; }
.about_btn_txt .sub_txt { display: block; color: #fff; font-size: 14px; font-weight: normal; line-height: 1.2; }


@media (max-width: 991px) {
    .sect_block_inner { width: 100%; padding: 0 20px; }

    
    .sect_ttl_vis { padding-bottom: 0; position: static; }
    .sect_ttl_vis_img { width: 100%; }
    .sect_txt { width: 100%; padding: 8.7336% 0 8.7336% 8.7336%; }
    
    .sect_block_vigor { margin-top: 7.8603%; }
    .sect_block_vigor .sect_ttl_vis { margin-top: -10.4803%; }
    .sect_block_culture { margin-top: 12.6638%; }
    .sect_block_culture .sect_ttl_vis { margin-top: -18.3406%; }
    .sect_block_health { margin-top: 10.0437%; }
    .sect_block_health .sect_ttl_vis { margin-top: -14.8472%; }
    .sect_block_safety { margin-top: 15.2838%; }
    .sect_block_safety .sect_ttl_vis { margin-top: -27.0742%; }
    .sect_block_future { margin-top: 13.1004%; }
    .sect_block_future .sect_ttl_vis { margin-top: -22.3581%; }
    

}
@media (max-width: 767px) {
    .pc { display: none; }
    .sp { display: block; }
    
    .mainvis { width: 100%; }
    .mainvis_inner { width: 100%; height: auto; padding-bottom: 49.3333%; }
    .mainvis_inner::after { width: 120%; height: auto; padding-bottom: 49.3333%; background-image: url("../../minnade-tsunagu/images/mainvis.jpg"); -webkit-background-size: 100%; background-size: 100%; }
    .mainvis_ttl { width: 90%; padding-top: 1.3333%; }
    .mainvis_ttl_img { width: 100%; }
    .mainvis_btn { margin: 0 auto; margin-top: 0;  }
    .mainvis_btn_inner { display: block; width: 60%; padding: 5px 10px; font-size: 16px; border-width: 2px; border-radius: 5px; }
    .mainvis_btn_inner:hover { opacity: 0.7; }
    .mainvis_btn_inner .sub_txt { display: block; color: #fff; font-size: 12px; }
    
    .sect_block { width: 100%; }
    .sect_block_inner { width: 98.6667%; margin: 0 auto; padding: 0; }
    .sect_block_ttl { font-size: 16px; margin-bottom: 15px; }
    
    .column_block { flex-direction: column; }
    .column_block .col_item { width: 100%; }

    .read_sect { margin-top: 45px; }
    .read_txt { padding: 0 6.7568%; font-size: 14px; }
    .read_btn { width: 60.8108%; margin-top: 10px; }
    .read_btn_inner { line-height: 1.2; }
    .read_btn_txt { font-size: 14px; }
    .read_btn_txt .sub_txt { font-size: 12px; }

    .sect_ttl_vis { width: 100%; margin: 0 auto 20px; }
    .sect_ttl_vis_img {  }
    .sect_txt { padding: 0 6.7568% 6.7568%; font-size: 14px; }

    .sect_block_vigor { margin-top: 45px; }
    .sect_block_vigor .sect_ttl_vis { margin-top: -30px; }
    .sect_block_culture { margin-top: 72.5px; }
    .sect_block_culture .sect_ttl_vis { margin-top: -52.5px; }
    .sect_block_health { margin-top: 57.5px; }
    .sect_block_health .sect_ttl_vis { margin-top: -42.5px; }
    .sect_block_safety { margin-top: 87.5px; }
    .sect_block_safety .sect_ttl_vis { margin-top: -72.5px; }
    .sect_block_future { margin-top: 75px; }
    .sect_block_future .sect_ttl_vis { margin-top: -64px; }

    .sect_about { margin-top: 45px; }
    .about_btn_item { margin-left: 0; margin-top: 15px; }
    .about_btn_item:first-child { margin-top: 0; }
    .about_btn_txt { font-size: 14px; }
    .about_btn_txt .sub_txt { font-size: 12px; }
    
    
 
}