﻿@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.main {
    padding: 53px 0 150px;
    overflow: hidden;
}

.main .wrap {
    max-width: 1540px;
}

.main .section01 {
    margin: 0 auto 29px;
}

.main .section01 .titleBox {
    position: relative;
    z-index: 10;
    margin-bottom: -20px;
    overflow: hidden;
    zoom: 1;
}

.main .comSearchBox {
    width: 475px;
    float: right;
}

.main .comSearchBox a {
    top: 12px;
}

.main .section01 .sliderBox {
    position: relative;
}

.main .section01 .sliderBox .swiper-slide {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.main .section01 .sliderBox .swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.main .section01 .sliderBox .swiper-slide .lPhoto {
    width: 64.16%;
}

.main .section01 .sliderBox .swiper-slide .rPhoto {
    padding-left: 70px;
    width: 35.84%;
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    color: #6E040E;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
}

.main .section01 .sliderBox .swiper-slide .rPhoto p {
    margin-bottom: 15px;
}

.main .section01 .sliderBox .swiper-slide .rPhoto span {
    display: block;
    font-size: 42px;
}

.main .section01 .sliderBox .prev {
    position: absolute;
    left: -150px;
    top: 35%;
    cursor: pointer;
}

.main .section01 .sliderBox .next {
    position: absolute;
    right: -150px;
    top: 30%;
    cursor: pointer;
}

.main .section02 {
    margin-bottom: 140px;
}

.main .section02 .comTitleBox {
    margin-bottom: 20px;
}

.main .section02 .inner .photoBox {
    padding: 104px 50px 0 60px;
    width: 39%;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.main .section02 .inner .photoBox a {
    padding-bottom: 120px;
    display: block;
    position: relative;
}

.main .section02 .inner .photoBox a img {
    display: block;
}

.main .section02 .inner .photoBox a .photo {
    height: 222px;
    overflow: hidden;
    background: url("../images/graduate/ind_photo03.png") no-repeat center center;
    background-size: cover;
}

.main .section02 .inner .photoBox a .photo img {
    width: 100%;
    visibility: hidden;
}

.main .section02 .inner .photoBox a .date {
    position: absolute;
    left: -95px;
    top: -100px;
    color: #716F6F;
    font-size: 36px;
    line-height: 1.2;
}

.main .section02 .inner .photoBox a .date span {
    margin: 4px 0 1px;
    display: block;
    color: #000;
    font-size: 55px;
    font-weight: bold;
}

.main .section02 .inner .photoBox a .date img {
    margin: 0 auto;
    display: block;
}

.main .section02 .inner .photoBox a .textBox {
    padding: 12px 8px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    background: #02848F;
}

.main .section02 .inner .photoBox a .textBox .ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.main .section02 .inner .photoBox a .textBox .txt {
    padding: 12px 14px;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 15px;
    background: rgba(217, 217, 217, 0.4);
}

.main .section02 .inner .photoBox a .textBox .txt p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .section02 .inner .listBox {
    padding: 45px 0 0;
    width: 22%;
    float: right;
}

.main .section02 .inner .listBox li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
    border-bottom: 1px solid #E4DBFF;
}

.main .section02 .inner .listBox li:last-child {
    margin-bottom: 0;
}

.main .section02 .inner .listBox li a .ttl {
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: bold;
}

.main .section02 .inner .listBox li a .date {
    color: #483994;
    font-size: 16px;
    font-weight: bold;
}

.main .section02 .inner .listBox li a .text {
    margin-top: 20px;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main .section02 .inner .listBox li a:hover .ttl,
.main .section02 .inner .listBox li a:hover .text {
    color: #483994;
}

.main .section03 .infoBox {
    float: left;
    width: 56.5%;
}

.main .section03 .infoBox .comTitleBox {
    margin-bottom: 5px;
}

.main .section03 .infoBox .list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4DBFF;
}

.main .section03 .infoBox .list li a span {
    display: block;
}

.main .section03 .infoBox .list li a .ttl {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .section03 .infoBox .list li a .date {
    color: #483994;
    font-size: 16px;
    font-weight: bold;
}

.main .section03 .infoBox .list li a:hover {
    color: #483994;
}

.main .section03 .activitiesBox {
    padding-left: 95px;
    width: 43.5%;
    float: right;
    box-sizing: border-box;
}

.main .section03 .activitiesBox .comTitleBox {
    margin-bottom: 70px;
}

.main .section03 .activitiesBox .listBox {
    margin: 0 -10px;
    position: relative;
}

.main .section03 .activitiesBox .listBox .whiteBox {
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .section03 .activitiesBox .listBox .whiteBox img {
    width: 100%;
    display: block;
    visibility: hidden;
}

.main .section03 .activitiesBox .list li {
    padding: 0 10px;
    width: 33.33%;
    position: absolute;
    left: 0;
    top: 50%;
    box-sizing: border-box;
    transition: all 0.3s linear;
    transform: translateY(-50%);
}

.main .section03 .activitiesBox .list li:nth-child(2) {
    left: 33.33%;
}

.main .section03 .activitiesBox .list li:nth-child(3) {
    left: 66.66%;
}

.main .section03 .activitiesBox .list.hover li {
    width: 26%;
}

.main .section03 .activitiesBox .list.hover li.on {
    width: 48%;
}

.main .section03 .activitiesBox .list li img {
    width: 100%;
    height: auto;
    display: block;
    visibility: hidden;
}

.main .section03 .activitiesBox .list li a {
    display: block;
    position: relative;
}

.main .section03 .activitiesBox .list li a .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url('../images/index/photo01.png') no-repeat center center;
    background-size: cover;
}

@media all and (min-width: 1241px) and (max-width: 1750px) {
    .main .section01 .titleBox {
        margin-bottom: 10px;
    }

    .main .section02 .inner .photoBox a .date {
        left: -70px;
    }

    .main .section01 .sliderBox {
        padding: 0 60px;
    }

    .main .section01 .sliderBox .prev {
        left: -50px;
    }

    .main .section01 .sliderBox .next {
        right: -50px;
    }
}

@media all and (min-width: 768px) and (max-width: 1240px) {
    .main {
        padding: 40px 0 60px;
    }

    .main .comSearchBox {
        width: auto;
        padding: 0 !important;
        float: none;
    }

    .main .section01 {
        margin-bottom: 40px;
    }

    .main .section01 .titleBox {
        margin-bottom: 40px;
    }

    .main .section01 .sliderBox {
        padding: 0 40px;
    }

    .main .section01 .sliderBox .swiper-slide .lPhoto {
        width: auto;
        float: none;
    }

    .main .section01 .sliderBox .swiper-slide .rPhoto {
        width: auto;
        float: none;
        position: static;
        padding: 20px 0 0;
    }

    .main .section01 .sliderBox .prev {
        margin-top: -40px;
        left: -36px;
        width: 80px;
        top: 50%;
    }

    .main .section01 .sliderBox .next {
        margin-top: -40px;
        right: -36px;
        width: 80px;
        top: 50%;
    }

    .main .section02 {
        margin-bottom: 40px;
    }

    .main .section02 .inner .photoBox {
        padding: 60px 0 40px;
        width: auto;
        float: none;
    }

    .main .section02 .inner .photoBox a {
        padding-bottom: 0;
    }

    .main .section02 .inner .photoBox a .date {
        left: 0;
        top: -60px;
    }

    .main .section02 .inner .photoBox a .date span {
        margin: -16px 10px 0 4px;
        display: inline-block;
        vertical-align: middle;
    }

    .main .section02 .inner .photoBox a .date img {
        margin-top: -12px;
        width: auto;
        display: inline-block;
        vertical-align: middle;
    }

    .main .section02 .inner .photoBox a .photo {
        height: auto;
    }

    .main .section02 .inner .photoBox a .textBox {
        position: static;
    }

    .main .section02 .inner .listBox {
        padding: 0;
        width: auto;
        float: none;
    }

    .main .section02 .inner .listBox li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .main .section02 .inner .listBox li a .ttl {
        font-size: 20px;
    }

    .main .section02 .inner .listBox li a .text {
        margin-top: 20px;
        font-size: 18px;
    }

    .main .section02 .inner .listBox li a .date {
        font-size: 18px;
    }

    .main .section03 .comTitleBox {
        margin-bottom: 40px !important;
    }

    .main .section03 .infoBox {
        width: auto;
        float: none;
    }

    .main .section03 .infoBox .list li a .ttl {
        font-size: 20px;
    }

    .main .section03 .infoBox .list li a .date {
        font-size: 18px;
    }

    .main .section03 .activitiesBox {
        padding: 20px 0 0;
        width: auto;
        float: none;
    }

    .main .section03 .activitiesBox .list li {
        width: 33.33% !important;
    }

    .main .section03 .activitiesBox .list li:nth-child(2) {
        left: 33.33% !important;
    }

    .main .section03 .activitiesBox .list li:nth-child(3) {
        left: 66.66% !important;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .main {
        padding: 20px 0 30px;
    }

    .main .comSearchBox {
        width: auto;
        padding: 0 !important;
        float: none;
    }

    .main .section01 {
        margin-bottom: 20px;
    }

    .main .section01 .titleBox {
        margin-bottom: 20px;
    }

    .main .section01 .sliderBox {
        padding: 0 20px;
    }

    .main .section01 .sliderBox .swiper-slide img {
        border-radius: 10px;
    }

    .main .section01 .sliderBox .swiper-slide .lPhoto {
        width: auto;
        float: none;
    }

    .main .section01 .sliderBox .swiper-slide .rPhoto {
        width: auto;
        float: none;
        position: static;
        padding: 10px 0 0;
    }

    .main .section01 .sliderBox .swiper-slide .rPhoto p {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .main .section01 .sliderBox .swiper-slide .rPhoto span {
        font-size: 24px;
    }

    .main .section01 .sliderBox .prev {
        margin-top: -20px;
        left: -20px;
        width: 40px;
        top: 50%;
    }

    .main .section01 .sliderBox .next {
        margin-top: -20px;
        right: -20px;
        width: 40px;
        top: 50%;
    }

    .main .section02 {
        margin-bottom: 20px;
    }

    .main .section02 .inner .photoBox {
        padding: 30px 0 20px;
        width: auto;
        float: none;
    }

    .main .section02 .inner .photoBox a {
        padding-bottom: 0;
    }

    .main .section02 .inner .photoBox a .date {
        left: 0;
        top: -30px;
        font-size: 20px;
    }

    .main .section02 .inner .photoBox a .date span {
        margin: -6px 5px 0 2px;
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
    }

    .main .section02 .inner .photoBox a .date img {
        margin-top: -4px;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    .main .section02 .inner .photoBox a .photo {
        height: auto;
    }

    .main .section02 .inner .photoBox a .textBox {
        position: static;
    }

    .main .section02 .inner .photoBox a .textBox .ttl {
        font-size: 16px;
    }

    .main .section02 .inner .photoBox a .textBox .txt {
        font-size: 14px;
    }

    .main .section02 .inner .listBox {
        padding: 0;
        width: auto;
        float: none;
    }

    .main .section02 .inner .listBox li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .main .section02 .inner .listBox li a .ttl {
        font-size: 14px;
    }

    .main .section02 .inner .listBox li a .text {
        margin-top: 10px;
        font-size: 14px;
    }

    .main .section02 .inner .listBox li a .date {
        font-size: 14px;
    }

    .main .section03 .comTitleBox {
        margin-bottom: 20px !important;
    }

    .main .section03 .infoBox {
        width: auto;
        float: none;
    }

    .main .section03 .infoBox .list li a .ttl {
        font-size: 14px;
    }

    .main .section03 .infoBox .list li a .date {
        font-size: 14px;
    }

    .main .section03 .activitiesBox {
        padding: 10px 0 0;
        width: auto;
        float: none;
    }

    .main .section03 .activitiesBox .listBox {
        margin: 0 -5px;
    }

    .main .section03 .activitiesBox .list li {
        padding: 0 5px;
        width: 33.33% !important;
    }

    .main .section03 .activitiesBox .list li:nth-child(2) {
        left: 33.33% !important;
    }

    .main .section03 .activitiesBox .list li:nth-child(3) {
        left: 66.66% !important;
    }
}