@charset "utf-8";

.sub-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-wrap p {margin: 0;}

.sub-wrap .solution-wrap {
    display: flex;
    flex-wrap: wrap;
}
.sub-wrap .solution-wrap li {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 80px;
}
.sub-wrap .solution-wrap li:nth-child(2n),
.sub-wrap .solution-wrap li:last-child {margin-right: 0;}
.sub-wrap .solution-wrap li:nth-last-child(2),
.sub-wrap .solution-wrap li:last-child {margin-bottom: 0;}
.sub-wrap .solution-wrap li.full-width {width: 100%;}

.sub-wrap .solution-wrap li .img {
    border-radius: 10px;
    overflow: hidden;
}
.sub-wrap .solution-wrap li .img img {transition: all .3s;}
.sub-wrap .solution-wrap li .img:hover img {transform: scale(1.1);}
.sub-wrap .solution-wrap li .txt {margin-top: 50px;}
.sub-wrap .solution-wrap li .txt h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px;
    word-break: keep-all;
    line-height: 1.5;
}
.sub-wrap .solution-wrap li .txt p {
    font-size: 16px;
    line-height: 1.7;
    word-break: keep-all;
}
@media all and (max-width: 767px) {
    .sub-wrap .solution-wrap {display: block;}
    .sub-wrap .solution-wrap li {
        width: 100%;
        margin: 0 0 50px !important;
    }
    .sub-wrap .solution-wrap li:last-child {margin-bottom: 0 !important;}
    .sub-wrap .solution-wrap li .txt {margin-top: 30px;}
    .sub-wrap .solution-wrap li .txt h3 {margin-bottom: 15px;}
    .sub-wrap .solution-wrap li .txt p {
        font-size: 15px;
        line-height: 1.5;
    }
}

#who {padding-top: 50px;}
#who ul li {
    padding-bottom: 200px;
    display: flex;
    align-items: center;
    position: relative;
}
#who ul li .left {order: 1;}
#who ul li .right {order: 2;}

#who ul li .img {
    width: 50%;
    padding: 0 80px;
    text-align: center;
    z-index: 1;
    position: relative;
}
#who ul li .img img {
    border-radius: 10px;
    display: inline-block;
}

#who ul li .txt {
    width: 50%;
    z-index: 1;
    position: relative;
}
#who ul li .left.txt {padding-left: calc((100% - 1200px)/2);}
#who ul li .right.txt {
    padding-right: calc((100% - 1200px)/2);
    padding-left: 50px;
}
#who ul li .txt h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 40px 0;
    line-height: 1.3;
    word-break: keep-all;
}
#who ul li .txt h2 span {color: #36a6bf;}
#who ul li .txt p {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    word-break: keep-all;
}

#who ul li:nth-child(odd)::after {
    content: "";
    background: #222;
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
}
#who ul li:nth-child(odd) .txt {margin-top: -80px;}

#who ul li:last-child {display: block;}
#who ul li:last-child .img {
    width: 100%;
    padding: 0;
}
#who ul li:last-child .txt {
    width: 100%;
    margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
    #who ul li .img {padding: 0 30px;}
    #who ul li .left.img {padding-right: 50px;}
    #who ul li .right.img {padding-left: 50px;}

    #who ul li .left.txt {padding-left: 30px;}
    #who ul li .right.txt {
        padding-left: 0;
        padding-right: 30px;
    }
}
@media all and (max-width: 820px) {
    #who {padding-top: 20px;}
    #who ul li {
        display: block;
        padding: 0 15px 100px;
    }
    #who ul li:nth-child(odd)::after {content: none;}
    #who ul li .img {
        width: 100%;
        padding: 0 !important;
    }
    #who ul li .img img {width: 100%;}
    #who ul li .txt {
        width: 100% !important;
        padding: 0 !important;
        margin: 40px 0 0 !important;
    }
    #who ul li .txt h2 {
        font-size: 30px;
        margin: 20px 0;
    }
    #who ul li .txt p {
        font-size: 15px;
        line-height: 1.5;
    }
    #who ul li:last-child .at-container {padding: 0;}
}