@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.main {
    padding: 75px 0 232px;
    overflow: hidden;
}

.main .wrap {
    max-width: 1540px;
}

.main .section01 {
    margin: 0 auto 29px;
    max-width: 1326px;
}

.main .section01 .titleBox {
    margin-bottom: 20px;
}

.main .section01 .titleBox .title {
    float: left;
    color: #6E040E;
    font-size: 47px;
    font-weight: bold;
}

.main .section01 .titleBox .title span {
    font-size: 40px;
    margin-left: 30px;
}

.main .comSearchBox {
    padding: 19px 0 0 850px;
}

.main .section01 .sliderBox {
    position: relative;
}

.main .section01 .sliderBox .swiper {
    border-radius: 30px;
}

.main .section01 .sliderBox img {
    width: 100%;
}

.main .section01 .sliderBox .prev {
    position: absolute;
    left: -202px;
    top: 36.5%;
    cursor: pointer;
}

.main .section01 .sliderBox .next {
    position: absolute;
    right: -202px;
    top: 36.5%;
    cursor: pointer;
}

.main .section02 {
    margin-bottom: 88px;
}

.main .section02 .inner .photoBox {
    padding: 7px 0 0 60px;
    width: 550px;
    position: relative;
    float: left;
}

.main .section02 .inner .photoBox a {
    display: block;
    position: relative;
}

.main .section02 .inner .photoBox a img {
    display: block;
}

.main .section02 .inner .photoBox a .date {
    position: absolute;
    left: -95px;
    top: -10px;
    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 {
    margin-top: -28px;
    padding: 12px 8px;
    position: relative;
    color: #fff;
    background: #02848F;
}

.main .section02 .inner .photoBox a .textBox .ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    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-left: 648px;
}

.main .section02 .inner .listBox li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4DBFF;
}

.main .section02 .inner .listBox li:last-child {
    margin-bottom: 0;
}

.main .section02 .inner .listBox li a .ttl {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .section02 .inner .listBox li:first-child a .ttl {
    font-size: 18px;
}

.main .section02 .inner .listBox li a .date {
    color: #483994;
    font-size: 18px;
    font-weight: bold;
}

.main .section02 .inner .listBox li a .text {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main .section02 .inner .listBox li a:hover .ttl,
.main .section02 .inner .listBox li a:hover .text {
    color: #483994;
}

.main .section03 .comTitleBox {
    margin-bottom: 150px;
}

.main .section03 .listBox {
    margin: 0 -28px;
    position: relative;
}

.main .section03 .listBox:before {
    width: 100%;
    height: 113px;
    position: absolute;
    left: 0;
    top: -72px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    content: "";
}

.main .section03 .listBox:after {
    width: calc(100% + 300px);
    height: 150px;
    position: absolute;
    left: -150px;
    top: -150px;
    z-index: 1;
    background: #fff;
    content: "";
}

.main .section03 li {
    padding: 0 10px;
    width: 18%;
    float: left;
    box-sizing: border-box;
}

.main .section03 li:nth-child(4) {
    width: 10%;
}

.main .section03 li img {
    width: auto;
    height: 382px;
    display: block;
    visibility: hidden;
}

.main .section03 li a {
    display: block;
    transition: all 0.3s;
    background: url("../images/index/photo01.png") no-repeat center center;
    background-size: cover;
}

.main .section03 li:hover {
    position: relative;
    z-index: 3;
}

.main .section03 li a:hover {
    transform: scale(1.43);
    transform-origin: center 70%;
}

.main .section03 li:nth-child(2) a {
    background-image: url("../images/index/photo02.png");
}

.main .section03 li:nth-child(3) a {
    background-image: url("../images/index/photo03.png");
}

.main .section03 li:nth-child(4) a {
    background-image: url("../images/index/photo04.png");
}

.main .section03 li:nth-child(5) a {
    background-image: url("../images/index/photo05.png");
}

.main .section03 li:nth-child(6) a {
    background-image: url("../images/index/photo06.png");
}

@media all and (min-width: 1241px) and (max-width: 1750px) {
    .main .section01 .sliderBox {
        padding: 0 60px;
    }

    .main .section01 .sliderBox .prev {
        left: -50px;
    }

    .main .section01 .sliderBox .next {
        right: -50px;
    }

    .main .section02 .inner .photoBox {
        padding-left: 100px;
    }

    .main .section02 .inner .listBox {
        padding-left: 688px;
    }

    .main .section03 .listBox {
        margin: 0 -10px;
    }
}

@media all and (min-width: 768px) and (max-width: 1240px) {
    .main {
        padding: 40px 0;
    }

    .main .section01 {
        margin-bottom: 40px;
    }

    .main .section01 .titleBox {
        margin-bottom: 40px;
    }

    .main .section01 .titleBox .title {
        float: none;
    }

    .main .section01 .titleBox .title span {
        margin-left: 0;
        display: block;
    }

    .main .section01 .sliderBox {
        padding: 0 40px;
    }

    .main .section01 .sliderBox .swiper {
        border-radius: 32px;
    }

    .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 0;
        width: auto;
        float: none;
    }

    .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 .listBox {
        padding: 40px 0 0;
    }

    .main .section03 .comTitleBox {
        margin-bottom: 40px;
    }

    .main .section03 .listBox:before,
    .main .section03 .listBox:after {
        display: none;
    }

    .main .section03 .listBox {
        margin: 0 -10px;
    }

    .main .section03 .list {
        display: flex;
        flex-wrap: wrap;
    }

    .main .section03 li {
        padding: 0 10px 20px;
        width: 50% !important;
    }

    .main .section03 li a {
        height: 100%;
        transform: none !important;
    }

    .main .section03 li img {
        width: 100%;
        height: auto;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .main {
        padding: 20px 0;
    }

    .main .section01 {
        margin-bottom: 20px;
    }

    .main .section01 .titleBox {
        margin-bottom: 20px;
    }

    .main .section01 .titleBox .title {
        float: none;
        font-size: 24px;
    }

    .main .section01 .titleBox .title span {
        margin-left: 0;
        display: block;
        font-size: 20px;
    }

    .main .section01 .sliderBox {
        padding: 0 20px;
    }

    .main .section01 .sliderBox .swiper {
        border-radius: 16px;
    }

    .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 0;
        width: auto;
        float: none;
    }

    .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 .textBox .ttl {
        font-size: 16px;
    }

    .main .section02 .inner .photoBox a .textBox .txt {
        font-size: 14px;
    }

    .main .section02 .inner .listBox {
        padding: 20px 0 0;
    }

    .main .section02 .inner .listBox li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .main .section02 .inner .listBox li a .ttl {
        font-size: 16px;
    }

    .main .section02 .inner .listBox li:first-child a .ttl {
        font-size: 18px;
    }

    .main .section02 .inner .listBox li a .text {
        margin-top: 0px;
        font-size: 14px;
    }

    .main .section02 .inner .listBox li a .date {
        font-size: 14px;
    }

    .main .section03 .comTitleBox {
        margin-bottom: 20px;
    }

    .main .section03 .listBox:before,
    .main .section03 .listBox:after {
        display: none;
    }

    .main .section03 .listBox {
        margin: 0 -5px;
    }

    .main .section03 .list {
        display: flex;
        flex-wrap: wrap;
    }

    .main .section03 li {
        padding: 0 5px 10px;
        width: 50% !important;
    }

    .main .section03 li a {
        height: 100%;
        transform: none !important;
    }

    .main .section03 li img {
        width: 100%;
        height: auto;
    }
}