@charset "utf-8";
.heading_type1 .heading_img{
    max-width: 900px;
    width: 100%;
    margin: 4vw auto;
}
.heading_type1 .heading_img img{
    max-width: 900px;
    width: 100%;
}

.lead_text {
    margin-top: 12px;
    font-size: 1.25rem;/* 20px */
    font-weight: bold;
    line-height: 2;
}
.only_pc{
    display: block;
}
.only_sp{
    display: none;
}
.only_sp2{
    display: none;
}
.only_pc_mention{
    display: block;
}
.only_sp_mention{
    display: none;
}
/*
environment
======================================================================== */
.environment {
    padding-top:100px;
    margin-top: 120px;
    background: #EEFAFC;
    padding-bottom:100px;
}
.environment:not(.type2){
    padding-bottom:150px;
}

.environment .contents_wrap{
    margin: 0 5.333vw ;
    background-color: #DEF3F9;
    border-radius: 60px;
    padding-top: 100px;
    padding-bottom: 64px;

}
.environment .number_content{
    position: relative;
}
.environment .number_content::before{
    position: absolute;
    content: '';
    width: 158px;
    height: 211px;
    background-image: url(/softdrink/jihanki/strength/for-corp/img/img_environment_no_01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -13rem;
    left: 3.4rem;
    transform: translateX(-50%);
    z-index: 0;
}

.environment.type2 {
    padding-top: 0px;
    margin-top: 0;
}

.environment.type2 .number_content::before{
    width: 158px;
    height: 211px;
    background-image: url(/softdrink/jihanki/strength/for-corp/img/img_environment_no_02.png);
}

.heading_type2 + .column_2col {
    margin-top: 46px;
    gap: 52px
}
.column_item > a {
    display: block;
}
.column_2col .contents_img {
    margin-top: 24px;
}
.column_2col .logo {
    margin-top: 22px;
}
.column_2col .contents_text {
    margin-top: 27px;
    font-size: 1.125rem;/* 18px */
    line-height: 1.777;
}


/*
health
======================================================================== */
.health {
    padding: 70px 0 100px;
}

/*
secret_story
======================================================================== */
.secret_story {
    margin-top: 114px;
    padding: 68px 0 100px;
    background-color: #E5FAFF;
}
.secret_story .column_3col {
    margin-top: 66px;
}
.secret_story .column_3col .column_item {
    flex: none;
    width: 32.131%;
}
.secret_story .column_3col .column_item > a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.secret_story .column_3col .column_item > a:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .16);
    text-decoration-thickness: 1px;
    transition: .2s;
}
.secret_story .column_3col .contents_text {
    padding: 27px 20px 11px;
    background-color: #fff;
    font-size: 1.25rem;/* 20px */
    font-weight: bold;
    line-height: 1.8;
}
.secret_story .column_3col .column_item > a:hover .contents_text {
    color: #011A5D;
}

.video_wrap{
    position:relative;
    margin:30px auto;
    max-width:780px;
    width:100%;
}

.video_area {
    width:100%;
    padding-bottom:56.25%
}

.youtube-iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.envir_lists{
    display: flex;
    flex-flow:row wrap;
    justify-content: center;
    align-items: center;
    gap:40px;
}

.envir_lists > div{
    max-width:498px;
    flex:1;
    text-align: center;
}

.envir_lists > div > a{
    text-decoration: none;
}

.envir_lists .list_top{
    text-align: center;
    background-color: #5BC2DC;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    padding:20px 0 12px;
    font-size:25px;
    line-height:40px;
    color:#fff;
    font-weight:bold;
}

.envir_lists .list_mid{
    background:#fff;
    text-align: center;
    padding-top: 40px;
}

.envir_lists .list_mid .sub_tt{
    font-size:20px;
    font-weight: bold;
    padding-top:32px;
    padding-bottom:25px;
}

.envir_lists .list_mid p {
    font-size: 20px;
    line-height: 32px;
    width: 95%;
    margin: 0 auto;
    padding-bottom:32px;
}

.heading_type2 .heading_text{
    font-size:1.75rem;
    margin:0px 30px 60px 30px;
    padding: 14px 72px 17px 72px;
    color: #fff;
    background-color: #09A3CB;
    border-radius: 9999px;
}

.reason_choose .heading_text {
    margin-bottom: 0px;
}

.mention {
    background-color: #fff;
    background-image: url(/softdrink/jihanki/strength/for-corp/img/img_mention_l.png),url(/softdrink/jihanki/strength/for-corp/img/img_mention_r.png);
    background-position:-19px 0px, calc(100% - -19px) 0px;
    background-repeat: no-repeat;
}

.mention_container {
    background-color: white;
    max-width: 545px;
    margin:0 auto;
    position: relative;
    padding: 0;
    display: flex;
    flex-flow:row nowrap;
}

.mention_container > div img{
    width:308px;
}

.left-images_sp,
.right-images_sp{
    display: none;
}
.left-images,
.right-images{
    display: flex;
    flex-flow:column wrap;
    gap:20px;
}

.left-images{
    position: absolute;
    left: 64px;
    bottom: 100px;
}

.right-images{
    position: absolute;
    right: 64px;
    top: 100px;
}

.left-images img,
.right-images img {
    width: 138px;
    height: 138px;
}

.center-text p {
    margin: 0;
}

.center_text{
    width: 100%;
    min-height:1289px;
    display: flex;
    justify-content: center;
    flex-flow:column wrap;
    align-items: center;
}

.center_text p{
    font-size:24px;
    font-weight:bold;
    color:#333;
    text-align: center;
    line-height:48px;
}

.center_text p:not(:last-of-type) {
    margin-bottom:48px;
}

.center_text p.last_txt{
    font-size:40px;
    text-shadow:
    0.5px 0 0 #333,
    0 0.5px 0 #333,
    -0.5px 0 0 #333,
    0 -0.5px 0 #333;
    -webkit-text-stroke-width: 0.5px;
}

.center_text p.last_txt span{
    color: #5BC2DC;
    font-size:40px;
    line-height:55px;
    font-weight:bold;
    text-shadow:
    0.5px 0 0 #5BC2DC,
    0 0.5px 0 #5BC2DC,
    -0.5px 0 0 #5BC2DC,
    0 -0.5px 0 #5BC2DC;
    text-shadow: 0.5px 0.5px #5BC2DC;
}
/* @media (max-width: 1365px) {
    .mention_container {
        background-size: 23.65%, 23.65%;
    }
} */
/* pc
-------------------------------------*/
@media screen and (min-width: 1076px)  {
    .environment .contents_wrap{
        margin: auto;
    }
    .environment .number_content .heading_type2{
        position: absolute;
        content: '';
        max-width: 714px;
        top: -130px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .heading_type2 .heading_text{
        margin:0 0 54px 0;
    }

}
@media screen and (max-width: 1077px) {
    .environment .number_content .heading_type2{
        max-width: 498px;
        margin: auto;
    }
    .heading_type2 .heading_text{
        margin: 0px 0px 57px 0px;
        padding: 10px 10px 12px 10px;
    }

    .environment:not(.type2){
        padding-bottom:80px;
    }
}


@media (min-width: 768px) and (max-width: 948px) {
    .left-images,
    .right-images{
        display: none;
    }
    .left-images_sp,
    .right-images_sp{
        display: block;
    }

    .only_pc_mention{
        display: none;
    }

    .only_sp_mention{
        display: block;
    }
    .mention{
        background-image: none;
    }
    .mention_container {
        max-width:100%;
        background-image: none;
        flex-flow:column;
    }
    /* .mention_container > div:nth-child(2){
        margin:50px auto 45px;
    } */
    .mention_container > div img{
        width:100%;
    }
    .mc_15{
        margin:0 15px;
    }

}
@media screen and (max-width: 767px) {
    .only_pc{
        display: none;
    }
    .only_sp{
        display: block;
    }
    .only_sp2{
        display: block;
    }
    .only_pc_mention{
        display: none;
    }

    .only_sp_mention{
        display: block;
    }

    .heading_type1 {
        margin-top: 32px;
    }
    .lead_text {
        margin-top: 20px;
        font-size: 1rem;/* 16px */
    }

    /*
    environment
    ======================================================================== */
    .environment {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom:80px;
    }
    .environment.type2{
        margin-top: 0px;
        padding-top: 0px;
    }

    .environment .contents_wrap{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .heading_type2 .heading_text{
        font-size: 1.1875rem;
    }
    .environment .number_content::before,.environment.type2 .number_content::before{
        top: -159px;
        width: 118px;
        height: 159px;
    }
    .heading_type2 + .column_2col {
        margin-top: 40px;
    }
    .column_2col .column_item + .column_item {
        margin-top: 36px;
    }
    .column_2col .contents_img {
        margin-top: 14px;
    }
    .column_2col .logo {
        margin-top: 15px;
    }
    .column_2col .logo img {
        transform: scale(0.87);
        transform-origin: top left;
    }
    .column_2col .contents_text {
        margin-top: 3px;
        font-size: 0.9375rem;/* 15px */
        line-height: 1.7;
    }

    /*
    health
    ======================================================================== */
    .health {
        padding: 60px 0;
    }

    .environment .number_content .heading_type2 {
        width: 90%;
        margin: auto;
    }
    .video_wrap{
        margin:26px 0 80px 0;
    }

    .envir_lists{
        flex-flow:column;
        margin-top: 58px;
        gap: 60px;
    }
    .envir_lists > div{
        width:90%;
    }

    .envir_lists .list_top{
        padding:20px 30px 12px;
        font-size:20px;
        line-height: 30px;
    }

    .envir_lists .list_mid{
        padding-top: 48px;
    }

    .envir_lists .list_mid .img_box img{
        width:85%;
    }
    .envir_lists .list_mid p{
        font-size:16px;
        line-height: 26px;
        padding:0 14px 50px;
    }
    .envir_lists .list_bottom .bt_img{
        width:100%;
    }

    .left-images,
    .right-images{
        display: none;
    }
    .left-images_sp,
    .right-images_sp{
        display: block;
    }
    .center_text{
        min-height:auto;
    }
    .mention_container {
        max-width:100%;
        background-image: none;
        flex-flow:column;
        border-radius: 36px;
        gap:40px;
        padding:0px 0 20px;
    }
    .mention_container > div img{
        width:100%;
    }
    .mention{
        border-radius: 50px 0 0 0;
        padding:20px 0px 0px;
        background-image: none;
    }
    
    .left-images_sp{
        width:100%;
        text-align: left;
        margin-left:15px;
    }
    .right-images_sp{
        width:100%;
        text-align: right;
        margin-right:20px;
    }
    .left-images_sp img, .right-images_sp img{
        width:69px;
        margin:0 5px;
    }

    .center_text p{
        font-size:16px;
        line-height: 22px;
        width: 95%;
        margin: 0 auto;
    }
    .center_text p:not(:last-of-type){
        margin-bottom:24px;
    }
    .center_text p span{
        font-size:16px;
    }

    .center_text p.last_txt {
        font-size:16px;
        line-height:25px;
        padding-bottom:0px;
        text-shadow:
        0.25px 0 0 #333,
        0 0.25px 0 #333,
        -0.25px 0 0 #333,
        0 -0.25px 0 #333;
        -webkit-text-stroke-width: 0.25px;
    }

    .center_text p.last_txt span{
        font-size:16px;
        line-height:25px;
        text-shadow:
        0.25px 0 0 #5BC2DC,
        0 0.25px 0 #5BC2DC,
        -0.25px 0 0 #5BC2DC,
        0 -0.25px 0 #5BC2DC;
    }

    }
