@charset "utf-8";

.at-body {margin-top: -120px;}
.main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main p {margin: 0;}
.main img {max-width: 100%;}
.main .title {margin-bottom: 80px;}
.main .title h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
    word-break: keep-all;
}
.main .title p {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.7;
    word-break: keep-all;
}
.main .desc {
    font-size: 18px;
    line-height: 1.7;
    word-break: keep-all;
}
.main .sub-txt {
    text-align: center;
    margin-bottom: 200px;
}
.main .sub-txt strong {
    font-size: 36px;
    display: block;
    word-break: keep-all;
}
.main .sub-txt strong span {
    background-image: linear-gradient(to right, #5252d7, #478cff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.main .sub-txt p {
    font-size: 20px;
    margin-top: 80px;
    word-break: keep-all;
}

.main > section {
    position: relative;
    overflow: hidden;
}

.main .visual {
    background: url(/img/custom/main_visual_bg.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    text-align: center;
    padding-top: 250px;
}
.main .visual .title {
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    padding: 0 30px;
}
.main .visual .img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
}
.main .about {
    padding: 250px 0;
    background: linear-gradient(to bottom, #fff, #f5f5fd);
}
.main .about ul {
    max-width: 1200px;
    margin: 0 auto;
}
.main .about ul li {margin-bottom: 200px;}
.main .about ul li .txt {
    position: relative;
    z-index: 1;
}
.main .about ul li .txt .title {margin-bottom: 0;}

.main .about ul li:first-child {display: flex;}
.main .about ul li:first-child .img {
    order: 2;
    width: calc(50% + 50px);
}
.main .about ul li:first-child .txt {
    order: 1;
    margin-left: 50px;
    width: 50%;
    margin-top: 50px;
}
.main .about ul li:nth-child(2) {
    display: flex;
    align-items: center;
}
.main .about ul li:nth-child(2) .img {
    order: 1;
    width: calc(50% + 50px);
}
.main .about ul li:nth-child(2) .txt {
    order: 2;
    margin-left: -50px;
    width: 50%;
}
.main .about ul li:nth-child(3) {
    overflow: hidden;
    position: relative;
    text-align: right;
}
.main .about ul li:nth-child(3) .txt {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 50%;
    text-align: left;
}
.main .about ul li:last-child {margin-bottom: 0;}
.main .about ul li:last-child .img {text-align: center;}
.main .about ul li:last-child .txt {
    float: right;
    width: 50%;
    margin-top: -30px;
}
.main .news {padding: 200px 0;}
.main .news .more-btn {
    margin-left: auto;
    width: 150px;
    height: 42px;
    line-height: 42px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    margin-top: 50px;
}
.main .news .more-btn img {width: 13px; height: 11px;}
.main .news .more-btn:hover {padding: 0 15px;}

.main .partner {padding-bottom: 200px;}

@media all and (max-width: 1024px) {
    .main .title p {font-size: 30px;}
    .main .visual {padding-top: 300px;}
    .main .visual .title h2 {font-size: 70px;}
    .main .about ul li {display: block !important;}
    .main .about ul li .img {
        width: 100% !important;
        text-align: center;
    }
    .main .about ul li .txt {
        width: 100% !important;
        text-align: center !important;
        margin: 80px 0 0 !important;
        position: relative !important;
        left: inherit !important;
        bottom: inherit !important;
    }
}
@media all and (max-width: 991px) {
    .at-body {margin-top: -62px;}
    .main .title p {font-size: 20px;}
    .main .visual .title h2 {font-size: 50px;}
}
@media all and (max-width: 767px) {
    .main .title {margin-bottom: 30px;}
    .main .title h2 {font-size: 26px !important;}
    .main .title p {
        font-size: 16px;
        margin-top: 15px;
    }
    .main .sub-txt {margin-bottom: 80px;}
    .main .sub-txt strong {font-size: 20px;}
    .main .visual {padding-top: 180px;}
    .main .about {padding: 80px 0;}
    .main .about ul li {margin-bottom: 80px;}
    .main .about ul li .txt {margin-top: 30px !important;}
    .main .news {padding: 80px 0;}
    .main .news .more-btn {margin-top: 30px;}
}