#main.top {
    overflow-x: hidden;
    width: unset;
    max-width: 100%;
    z-index: 2;
}

.top .container {
    width: 1200px;
}

.fv {
    position: relative;
}

.fv img {
    width: 100%;
}

.fv .fv_notice {
    padding: 12px 12px 8px 230px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100vw;
    top: 0;
    background-color: hsla(0, 0%, 100%, 0.8);
    min-height: 42px;
    align-items: center;
}

.fv .fv_notice dt,
.fv .fv_notice dd {
    color: #E10000;
    font-size: 16px;
    font-weight: bold;
}

.fv_notice dd a {
    text-decoration: inherit !important;
    color: inherit !important;
    line-height: 1.4;
}

.fv_notice dd a:hover {
    color: #eb7096 !important;
}

.fv .fv_notice dd span {
    margin-right: 32px;
}

.fv .fv_notice dt {
    border-right: 1px solid;
    padding-right: 24px;
    margin-right: 23px;
    height: 21px;
    line-height: 21px;
    width: 137px;
}

.fv .fv_notice dd {
    width: calc(100% - 180px);
}


.top h2 {
    font-size: 35px;
    letter-spacing: 0;
}

.top h2 span {
    font-size: 21px;
    padding-left: 4px;
    color: #0F9AF6;
    margin-top: 20px;
    display: block;
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'Playfair Display', serif;
}

#main.top {
    position: relative;
}

#main .important {
    padding: 80px 0 70px;
}

#main .important .container {
    background-color: #F4ECF1;
    padding: 40px 54px 50px 74px;
    width: 1100px;
    max-width: 91.46%;
}

.pick-up {
    position: relative;
    padding: 0px 0 0;
}


.pick-up h2 {
    width: 284px;
    flex-shrink: 0;
    letter-spacing: 0;
}

.pick-up::after {
    position: absolute;
    content: "";
    background-color: #F3F9FF;
    width: 100%;
    height: 287px;
    top: 278px;
    z-index: -1;
}

.pick-up .container {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    align-items: center;
    padding-bottom: 76px;
}

.pick-up h2 {
    margin-top: 2px;
    width: 284px;
    flex-shrink: 0;
    letter-spacing: 0;
}

.nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    top: 153px;
    height: 40px;
}

.nav .swiper-button-prev,
.nav .swiper-button-next {
    position: absolute;
    background-image: url("../img/slide_circle.svg");
    width: 34px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: .4s;
    cursor: pointer;
}

.nav .swiper-button-prev::after,
.nav .swiper-button-next::after {
    content: "";
    background-image: url(../img/slide.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 5px;
    right: 28px;
    transform: translateX(50%);
    position: absolute;
    transition-duration: .3s;
    top: 13px;
}

.nav .swiper-button-prev:hover::after,
.nav .swiper-button-next:hover::after {
    right: 5px;
}

.nav .swiper-button-prev:hover,
.nav .swiper-button-next:hover {
    opacity: 1;
}

.nav .swiper-button-prev {
    transform: rotate3d(0, 1, 0, 180deg);
    left: 0;
}

.nav .swiper-button-next {
    left: 66px;
}

.top .top-slick-container {
    margin-left: calc(50vw - 293px);
    padding: 10px 0;
    overflow: hidden;
}

.slick-list {
    margin-left: calc(-50vw + 350px) !important;
}

.top .slick-dots {
    bottom: 0;
    position: relative;
    left: 0;
    padding-top: 10px;
    width: unset;
    text-align: left;
    padding-left: 250px;
}

.top .slick-dots li {
    margin: 0 1px;
}

.top .slick-dots li::before {
    content: none !important;
}

.top .slick-dots li button:before {
    font-size: 17px;
    opacity: 0.2;
}

.top .slick-dots li.slick-active button:before {
    color: #195FAB;
}

.top .pick-up .slick-slide {
    width: 647px !important;
    padding: 20px 30px;
}

.top .pick-up .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 0px;
    transition-duration: 0.3s;
}

.top .pick-up .slick-slide a:hover {
    opacity: 1;
}

.top .pick-up .slick-slide a:hover img {
    margin-top: -5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}


#main .links ul {
    width: 1137px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

#main .links ul li {
    padding: 0;
    margin: 0;
}

#main .links ul li a {
    position: relative;
    display: block;
    transition-duration: .2s;
}

#main .links ul li a::after {
    content: "";
    background-image: url(../img/slide.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 5px;
    right: 21%;
    transform: translateX(50%);
    position: absolute;
    transition-duration: .3s;
    bottom: 17%;
}

#main .links ul li a:hover {
    margin-top: -10px;
}

#main .links ul li a:hover::after {
    right: 12%;
}

#main .links ul li a img {
    max-width: 100%;
}

#main .links ul li::before {
    content: none;
}

#main .topic {
    margin-top: 74px;
    padding: 80px 0 82px;
    position: relative;
    background-color: #F3F9FF;
    background-image: url(../img/topic_bg.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

#main .topic h2 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
}

#main .topic h2 span {
    margin-top: 10px;
}

#main .topic .more {
    margin: 30px auto 0;
    position: relative;
    width: 400px;
    bottom: unset;
    display: block;
    font-weight: bold;
    padding: 0;
    right: unset;
    background: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #08569E;
    font-size: 16px;
    margin-top: 8px;
    background-image: url(../img/arw_circle_b.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: calc(100% - 10px) center;
}

#main .topic .more::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 5px;
    background-image: url(../img/slide.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 47%;
    right: 19px;
    transition-duration: .4s;
}

#main .topic .more:hover::after {
    right: 2px;
}

#main .topic ul {
    margin: 123px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .topic ul li {
    width: 48.833%;
    letter-spacing: 0.05em;
    margin-bottom: 28px;
    padding: 0;
}

#main .topic ul li a {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
    background: #fff;
    font-weight: bold;
    color: #222;
    background-image: url(../img/arw_circle_b.svg);
    background-repeat: no-repeat;
    background-size: 21.5px;
    background-position: 96% 91%;
}

#main .topic ul li a:hover {
    opacity: 0.4;
}

#main .topic ul li a .imgWrp {
    position: relative;
    overflow: hidden;
    width: 49.14%;
    height: 220px;
}

#main .topic ul li a img {
    position: relative;
    width: 100%;
    object-fit: cover;
    transition-duration: .3s;
}

#main .topic ul li a p {
    width: 50.86%;
    min-height: 90px;
    padding: 19px 36px 26px 26px;
    background-size: 22px;
    background-image: url(../img/slide.svg);
    background-repeat: no-repeat;
    background-position: 89% 87.6%;
    transition-duration: .2s;
    font-size: 16px;
    line-height: 30px;
}

#main .topic ul li a:hover {
    opacity: 1;
}

#main .topic ul li a:hover img {
    width: 110%;
}

#main .topic ul li a:hover p {
    background-position: 94% 87.6%;
}

#main .topic ul li:before {
    content: none;
}

#main .news {
    padding: 106px 0 152px;
    background-color: #F3F9FF;
    background-image: url(../img/news_bg.svg);
    background-position: bottom;
    background-position: right top;
    background-size: cover;
}

#main .news ul {
    position: relative;
    background: #fff;
    padding: 30px 40px 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: calc(100% - 332px);
    margin: unset;
}

#main .news .more {
    position: relative;
    margin-top: 78px;
    padding-right: 20px;
    font-size: 16px;
    background: #0E9AF6;
    color: #fff;
    width: 222px;
    height: 62px;
    line-height: 62px;
    display: block;
    text-align: center;
    background-image: url(../img/arw_circle_w.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
    font-weight: bold;
}

#main .news .more::after {
    position: absolute;
    content: "";
    background-image: url(../img/slide_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 3px;
    width: 32px;
    top: 46%;
    right: 25px;
    background-position: calc(100% - 10px) center;
    transition-duration: .4s;
}

#main .news .more:hover {
    background-color: #014D9F;
}

#main .news .more:hover::after {
    right: 4px;
}

#main .news li,
#main .news dt,
#main .news dd {
    padding: 0;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#main .news li a {
    color: #222;
}

#main .news li a:hover {
    opacity: 1;
    color: #0E9AF6;
}

#main .news li::before,
#main .news dt::before {
    content: none;
}

#main .news dl {
    display: flex;
    padding-left: 40px;
    margin-bottom: 0;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #DAE9F8;
}

#main .news li:last-child dl {
    border-bottom: none;
}

#main .news dl dt {
    font-size: 18px;
    width: 290px;
}

#main .news dl dd {
    width: calc((100% - 290px));
}

.top .news h2 {
    margin-top: 16px;
}

.header-group {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
    width: 332px;
}

#main .news .content {
    display: flex;
    flex-wrap: wrap;
}

#main .news .tag {
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    text-align: center;
    margin: 0 6px 0 16px;
    color: #0E9AF6;
    font-weight: bold;
    border: 1px solid #0E9AF6;
}

#main .news.media .content {
    flex-direction: row-reverse;
}

#main .new {
    color: #24C2D4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: bold;
    transition-duration: .4s;
}

#main .u11.new {
    left: 190px
}

#main .news li a:hover .new {
    animation: bound-anim .4s ease;
}

#main .new_important {
    color: #24C2D4;
    /* position: absolute; */
    margin-right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: bold;
    transition-duration: .4s;
}

#main .important .container a:hover .new {
    animation: bound-anim .4s ease;
}

@keyframes bound-anim {

    0%,
    100% {
        top: 0;
        transform: scale(1);
    }

    30% {
        top: -20%;
        transform: scale(0.96, 1.04);
    }

    60% {
        transform: scale(1);
    }

    90% {
        top: 0;
        transform: scale(1.15, 0.9);
    }
}

#main .news .media {
    padding-top: 87px;
}

.top .news .media h2 {
    margin-top: 10px;
}

#main .news .media .more {
    margin-left: auto;
}

#main .news .media .new {
    margin-left: 6px;
}

#main .news .media .content {
    flex-direction: row-reverse;
    align-items: start;
}

#main .news .media .header-group {
    text-align: right;
}

#main .news .media dl dt {
    width: 150px;
}

#main .examinees .examinees_img {
    width: 100%;
    display: block;
    margin: auto;
}

#main .examinees {
    position: relative;
}

#main .examinees::after {
    content: "";
    position: absolute;
    height: 422px;
    max-height: 30.89vw;
    width: 100%;
    top: 13%;
    background-color: #E7F6FC;
    z-index: -1;
}

#main .examinees .container {
    width: 1162px;
    position: relative;
}

#main .examinees a {
    display: block;
    position: absolute;
    width: 178px;
    height: 165px;
    bottom: 41.5%;
    right: 58.8%;
    color: #fff;
    background-color: #014D9F;
    font-size: 17px;
    line-height: 25.5px;
    padding: 57px 24px 56px 27px;
    background-image: url(../img/arw_circle_w.svg);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(100% - 15px);
    letter-spacing: 0.05em;
}

#main .examinees a::before {
    content: "";
    position: absolute;
    background-image: url(../img/ico_examinees.svg);
    width: 26px;
    height: 26px;
    top: 20px;
    left: 30px;
}

#main .examinees a::after {
    content: "";
    position: absolute;
    background-image: url(../img/slide_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 6px;
    top: calc(100% - 36px);
    left: calc(100% - 60px);
    transition-duration: .4s;
}

#main .examinees a:hover {
    background-color: #0E9AF6;
}

#main .examinees a:hover::after {
    left: calc(100% - 42px);
}


#main .introduction {
    padding-top: 197px;
}

#main .intro_inner {
    max-width: 100%;
    margin: auto;
    background-image: url(../img/bg_introduction.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 180px;
}

#main .intro_inner .container {
    width: 100%;
    max-width: unset;
}

#main h2.h2_center {
    position: relative;
    text-align: center;
    margin-bottom: 84px;
}

#main h2.h2_center::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    background-color: #6CD5F5;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

#main .introduction h2.h2_center {
    margin-bottom: 88px;
}

#main .introduction .intro_flex {
    display: flex;
}

#main .introduction .intro_flex>div {
    position: relative;
    width: 50%;
}

#main .introduction .intro_flex a {
    display: block;
    margin: 0 auto 40px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 524px;
    max-width: 90%;
    color: #222;
    font-weight: bold;
    overflow: hidden;
}

#main .introduction .intro_flex a br {
    display: none;
}

#main .introduction .intro_flex a:hover {
    transform: translateY(-10px);
}


#main .introduction .intro_flex a:nth-of-type(1) {
    position: relative;
    height: 222px;
    text-align: center;
    font-size: 30px;
    padding: 47px 20px 103px;
    background-image: url(../img/arw_circle_b.svg);
    background-position: center 142px;
    background-repeat: no-repeat;
    background-size: 34px;
}

#main .introduction .intro_flex a:nth-of-type(1)::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 5px;
    background-image: url(../img/slide.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 157px;
    left: 50%;
    transform: translateX(-80%);
    transition-duration: .4s;
}

#main .introduction .intro_flex a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    top: -20%;
    left: -10%;
    transition-duration: .4s;
    background: rgba(148, 201, 255, 0.2);
}

#main .introduction .intro_flex a:hover::before {
    width: 160%;
    height: 160%;
}

#main .introduction .intro_flex a:nth-of-type(1):hover::after {
    transform: translateX(-20%);
}

#main .introduction .intro_flex a:nth-of-type(1) span {
    margin-top: 24px;
    font-size: 18px;
    display: block;
    letter-spacing: 0.05em;
}

#main .introduction .intro_flex a:nth-of-type(2) {
    position: relative;
    height: 100px;
    line-height: 100px;
    font-size: 23px;
    padding-left: 30px;
    background-image: url(../img/arw_circle_b.svg);
    background-position: 94% center;
    background-repeat: no-repeat;
    background-size: 34px;
}

#main .introduction .intro_flex a:nth-of-type(2)::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 5px;
    background-image: url(../img/slide.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 90%;
    transform: translate(-70%, -50%);
    transition-duration: .4s;
}

#main .introduction .intro_flex a:nth-of-type(2):hover::after {
    transform: translate(-10%, -50%);
}

#main .section_wrp {
    background-image: url(../img/bg_feature.svg);
    background-size: 100vw;

}

#main .feature {
    padding: 75px 0 108px;
}

#main .feature ul {
    display: flex;
    margin-top: 56px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 70px;
}

#main .feature ul li {
    width: 32.265%;
    margin-bottom: 64px;
    padding: 0;
}

#main .feature ul li:nth-child(3n) {
    margin-right: 0;
}

#main .feature ul li::before {
    content: none;
}

#main .feature ul li a {
    display: block;
    height: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-image: url("../img/arw_circle_b.svg");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) calc(100% - 12px);
    background-color: #fff;
}

#main .feature ul li a::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 5px;
    background-image: url(../img/slide.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    right: 20px;
    transition-duration: .4s;
}

#main .feature ul li a:hover {
    opacity: 1;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
}

#main .feature ul li a:hover:after {
    right: 4px;
}

#main .feature ul li img {
    width: 100%;
}

#main .feature ul li h3 {
    text-align: center;
    color: #004DA0;
    font-size: 18px;
    margin: 31px 0 12px;
}

#main .feature ul li p {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    padding: 0px 30px 16px;
    letter-spacing: 0.05em;
}

#main .feature .feature_buttons {
    display: flex;
    justify-content: center;
}

#main .feature .feature_btn {
    position: relative;
    display: block;
    margin: 0 8px;
    background-color: #FFFFFF;
    width: 420px;
    height: 85px;
    line-height: 85px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    background-image: url("../img/arw_circle_b.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: calc(100% - 32px) center;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding-left: 32px;
}

#main .feature .feature_btn::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 5px;
    background-image: url(../img/slide.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 47%;
    right: 42px;
    transition-duration: .4s;
}

#main .feature .feature_btn:hover::after {
    right: 20px;
}

#main .feature .feature_btn:hover {
    opacity: 1;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
}

#main .relation {
    margin-top: 110px;
    padding-bottom: 70px;
    background-color: #F3F9FF;
}

#main .relation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 26px;
}

#main .relation ul li {
    width: 390px;
    padding: 0;
    max-width: 32.6%;
    margin-bottom: 14px;
}

#main .relation ul li::before {
    content: none;
}

#main .relation ul li a {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #195FAB;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    border: 1px solid #B1B9D5;
    background-image: url(../img/arw_circle_b.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 22px;
}

#main .relation ul li a:hover {
    background-color: #014D9F;
    color: #fff;
    background-image: url(../img/arw_circle_w.svg);
}

#main .relation ul li a::after {
    content: "";
    position: absolute;
    background-image: url(../img/slide.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 4px;
    width: 23px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition-duration: .4s;
}

#main .relation .more {
    position: relative;
    margin-left: auto;
    display: block;
    background-color: #004DA0;
    color: #fff;
    height: 50px;
    width: 370px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-image: url(../img/arw_circle_w.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 22px;
}

#main .relation ul li a:hover::after {
    background-image: url(../img/slide_w.svg);
    right: 4px;
}

#main .relation .more:hover {
    background-color: #0691EE;
}

#main .relation .more::after {
    content: "";
    position: absolute;
    background-image: url(../img/slide_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 4px;
    width: 23px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition-duration: .4s;
}

#main .relation .more:hover::after {
    right: 4px;
}

#main .banner {
    padding-top: 100px;
    padding-bottom: 20px;
}

#main .banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .banner ul li {
    margin-bottom: 14px;
    width: 24.5%;
    padding: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition-duration: .3s;
}

#main .banner ul li:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

#main .banner ul li img {
    width: 133px;
}

#main .banner ul li::before {
    content: none;
}

#main .banner ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #222;
    align-items: center;
}

#main .center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .center ul li {
    position: relative;
    padding: 0;
    width: 24.9%;
    overflow: hidden;
    margin-bottom: 0px;
}

#main .center ul li span {
    position: absolute;
    display: block;
    background-color: rgba(14, 153, 246, 0.56);
    bottom: 0;
    width: 100%;
    display: block;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

#main .center ul li::before {
    content: none;
}

#main .center ul li a img {
    width: 100%;
    vertical-align: bottom;
    transition-duration: .4s;
}

#main .center ul li:nth-child(8) a {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: #014D9F;
    color: #fff;
    font-size: 20px;
    background-image: url(../img/arw_circle_w.svg);
    background-position: calc(100% - 24px) calc(100% - 22px);
    background-repeat: no-repeat;
    background-size: 34px;
}

#main .center ul li:nth-child(8) a::after {
    position: absolute;
    content: "";
    background-image: url(../img/slide_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 5px;
    width: 34px;
    bottom: 39px;
    right: 34px;
    transition-duration: .4s;
}

#main .center ul li:nth-child(8) a:hover {
    background-color: #0E9AF6;
}

#main .center ul li:nth-child(8) a:hover::after {
    right: 15px;
}

#main .center ul li a:hover img {
    transform: scale(1.1);
}

#main .center ul li:nth-child(8) a:hover img {
    transform: unset;
}

#main .banner ul li a:hover {
    opacity: 1;
}

#main .banner ul li a p {
    width: 100%;
    text-align: center;
}

.top #Footer-area {
    margin-top: 0;
}

#main .ul_li_before_none {
padding-left: 0;
}

#main .ul_li_before_none:before {
content: none;
}

@media screen and (min-width: 1700px) {
    #main .topic {
        background-position: bottom;
        padding-top: 8vw;
    }

    #main .news {
        padding-bottom: 12vw;
    }
}

@media screen and (max-width: 960px) and (min-width: 601px) {

    .top .pick-up .slick-slide {
        width: 60vw !important;
    }

    .top .top-slick-container {
        margin-left: calc(50vw - 20%);
        padding-top: 50px;
    }

    #main .banner ul {
        flex-wrap: wrap;
    }

    #main .banner ul li {
        width: 48%;

    }
}


@media screen and (max-width: 960px) {

    .top h2 {
        font-size: 26px;
    }

    .top h2 span {
        margin-top: 12px;
        font-size: 12px;
    }

    #main .information {
        padding: 100px 0 30px;
    }

    #main .topic {
        padding: 60px 0 30px;
    }

    #main .topic h2 {
        font-size: 24px;
        line-height: inherit;
        text-align: left;
    }

    #main .topic {
        background-image: url(../img/topic_bg_sp.svg);
        margin-top: 95px;
    }

    #main .topic ul li {
        min-height: unset;
        width: 48.11%;
        margin-bottom: 12px;
    }

    #main .topic ul li a {
        display: flex;
        flex-direction: column;
        background-size: 28px;
        flex-direction: column;
        background-position: 91.8% 97.5%;
    }

    #main .topic ul li a p {
        padding: 12px 12px 40px;
        min-height: unset;
        line-height: 1.44;
        width: 100%;
        font-size: 14px;
        line-height: 23px;
        background-position: 88% calc(100% - 22px);
        background-size: 26px;
        display: flex;
        height: 100%;
    }

    #main .topic ul li a:hover p {
        background-position: 95% calc(100% - 22px);

    }

    #main .topic ul li a p br {
        display: none;
    }

    #main .topic ul li a .imgWrp {
        width: 100%;
        height: unset;
        overflow: unset;
    }

    #main .topic ul li a img,
    #main .topic ul li a:after {
        height: 30.94vw;
    }

    #main .topic ul li a .imgWrp:after {
        height: 30.94vw;
    }

    #main .topic .more {
        width: 100%;
        position: relative;
        bottom: unset;
        display: block;
        font-weight: bold;
        padding: 0;
        right: unset;
        background: #fff;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #08569E;
        font-size: 16px;
        margin-top: 8px;
        background-image: url(../img/arw_circle_b.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: calc(100% - 10px) center;
    }

    #main .topic .more::after {
        content: "";
        position: absolute;
        width: 24px;
        height: 5px;
        background-image: url(../img/slide.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: 47%;
        right: 19px;
    }

    .more {
        position: absolute;
        bottom: 30px;
        width: 100%;
        box-sizing: border-box;
        right: 30px;
        background-position: 100% center;
    }

    #main .topic ul {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 35px;
    }

    #main .topic ul li {
        width: 48%;
        height: auto;
        padding: 0;
        margin-bottom: 20px;
    }

    .top .pick-up .slick-slide a:hover img {
        margin-top: 0;
        box-shadow: unset;
    }

    #main .important .container {
        padding: 40px 13px 40px 15px;
    }


    #main .news .news_inner {
        position: relative;
    }

    #main .news_inner::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 82%;
        top: 18%;
        background-color: #F3F9FF;
        z-index: -1;
    }

    #main .news ul {
        width: 100%;
        padding: 8px 19px 98px;
    }

    #main .news .more {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        height: 50px;
        line-height: 50px;
        width: 306px;
        z-index: 1;
    }

    #main .media .new {
        left: 80px;
    }

    #main .news .media .container {
        position: relative;
    }

    #main .news .media .more {
        margin-left: unset;
    }

    #main .news dl {
        display: block;
        padding: 20px 0 16px;
    }

    #main .news dl dt {
        position: relative;
    }

    #main .news dl dt,
    #main .news dl dd {
        width: unset;
        font-size: 14px;
    }

    #main .news .tag {
        width: 100px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        margin-left: 6px;
    }

    #main .new {
        left: 220px;
        bottom: unset;
        transform: translateY(-50%);
    }


    #main .news .content {
        display: block;
    }

    #main .news .media {
        padding-top: 45px;
    }

    #main .news .media .header-group {
        text-align: left;
    }

    #main .news dl dt {
        margin-bottom: 10px;
    }

    #main .examinees a {
        width: 190px;
        height: 90px;
        padding: 20px 0 0 40px;
        font-size: 15px;
    }

    #main .examinees a::before {
        left: 12px;

        width: 22px;
        height: 22px;
        background-size: contain;
    }

    #main .introduction .intro_flex a {
        max-width: 96%;
    }

    #main .introduction .intro_flex a:nth-of-type(1) {
        padding: 40px 10px 100px;
        font-size: 26px;
        height: 200px;
    }

    #main .introduction .intro_flex a:nth-of-type(1) span {
        font-size: 16px;
    }

    #main .introduction .intro_flex a:nth-of-type(2) {
        height: 80px;
        line-height: 80px;
        font-size: 20px;
        padding-left: 22px;
    }

    #main .infoic01,
    #main .infoic02,
    #main .infoic03,
    #main .infoic04,
    #main .infoic05,
    #main .infoic06,
    #main .infoic07,
    #main .infoic08,
    #main .infoic09,
    #main .infoic10,
    #main .infoic11,
    #main .infoic12,
    #main .infoic13,
    #main .infoic14,
    #main .infoic15,
    #main .infoic16,
    #main .infoic28 {
        margin-left: 10px;
    }
}


@media screen and (max-width: 960px) {
    .top header {
        position: relative;
        top: 120px;
    }

    .fv {
        position: inherit;
    }

    .fv .fv_notice {
        z-index: 3;
        width: 100%;
        top: 0;
        background-color: #F8F3F6;
        padding: 19px 16px 12px;
        display: block;
    }


    .fv .fv_notice dt,
    .fv .fv_notice dd {
        width: 100%;
    }


    .fv .fv_notice dt {
        min-height: 26px;
        border: none;
        background: #fff;
        text-align: center;
        padding: 5px;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .fv .fv_notice dd a {
        line-height: 23px;
    }

    .fv .fv_notice dd span {
        display: block;
    }

    #Contents {
        padding-top: 120px;
    }


    #main .feature ul {
        margin: 0;
    }

    #main .feature ul li h3 {
        margin-top: 14px;
        margin-bottom: 0;
        font-size: 16px;
    }

    #main .feature ul li p {
        font-size: 14px;
        padding: 10px;
    }

    #main .feature .feature_buttons {
        flex-wrap: wrap;
    }

    #main .feature .feature_btn {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        width: 80%;
        margin-bottom: 10px;
    }

    #main .center {
        background-color: #F3F9FF;
    }

    #main .center ul li {
        width: 49.9%;
    }

    #main .relation h2.h2_center {
        margin-bottom: 50px;
    }

    #main .relation {
        margin-top: 0;
        padding-top: 75px;
        padding-bottom: 86px;
    }

    #main .relation ul {
        display: block;
        margin-bottom: 20px;
    }

    #main .relation ul li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px;
    }

    #main .relation ul li a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        background-size: 17px;
        background-position: calc(100% - 16px) center;
    }

    #main .relation ul li a::after {
        width: 19px;
        height: 3px;
        right: 24px;
    }

    #main .relation .more {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 44px;
        line-height: 44px;
        right: unset;
        bottom: unset;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {


    .fv {
        position: unset;
    }

    #Contents {
        padding-top: 140px;
    }

    #main .intro_inner {
        background-image: none;
        padding: 0;
    }

    #main h2.h2_center {
        margin-bottom: 60px;
    }

    #main h2.h2_center::after {
        bottom: -18px;
    }

    #main .introduction {
        position: relative;
        padding-top: 60px;
    }

    #main .introduction:after {
        position: absolute;
        content: "";
        background-color: #E7F6FC;
        width: 82.66vw;
        height: 74.5%;
        right: 0;
        top: 48vw;
        z-index: -1;
    }

    #main .introduction h2.h2_center {
        margin-bottom: 46px;
    }

    #main .introduction .container {
        max-width: 100%;
    }

    #main .introduction .intro_flex {
        display: block;
    }

    #main .introduction .intro_flex>div {
        width: 100%;
        padding-top: 38.4vw;
        background-size: 88.8vw;
        background-repeat: no-repeat;
    }

    #main .introduction .intro_flex .igaku {
        background-image: url(../img/bg_igaku.png);
    }

    #main .introduction .intro_flex .kango {
        background-image: url(../img/bg_kango.png);
    }

    #main .introduction .intro_flex a {
        position: relative;
        max-width: 91.46%;
        margin: auto;
    }

    #main .introduction .intro_flex a:hover {
        transform: none;
    }

    #main .introduction .intro_flex a:nth-of-type(1) {
        height: auto;
        text-align: left;
        padding: 20px 18px 13px;
        font-size: 18px;
        margin-bottom: 13px;
        background-position: calc(100% - 16px) calc(100% - 12px);
        background-size: 21px;
    }

    #main .introduction .intro_flex a:nth-of-type(1) span {
        font-size: 14px;
        margin-top: 12px;
        line-height: 24px;
    }

    #main .introduction .intro_flex a:nth-of-type(1)::after {
        top: unset;
        left: unset;
        right: 6px;
        bottom: 22px;
        width: 21px;
        height: 3px;
    }

    #main .introduction .intro_flex a br {
        display: block;
    }

    #main .introduction .intro_flex a:nth-of-type(2) {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin-bottom: 30px;
        background-position: calc(100% - 16px) calc(100% - 12px);
        background-size: 21px;
    }

    #main .introduction .intro_flex a:nth-of-type(2)::after {
        top: unset;
        left: unset;
        right: 8px;
        bottom: 21px;
        width: 21px;
        height: 3px;
    }

    #main .feature {
        padding-top: 60px;
        padding-bottom: 63px;
    }

    #main .feature ul {
        margin: 0;
    }

    #main .feature ul li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    #main .feature ul li h3 {
        text-align: left;
        padding: 0 20px;
        margin-top: 18px;
        margin-bottom: 17px;
    }

    #main .feature ul li img {
        width: 100%;
        height: 45vw;
        object-fit: cover;
    }

    #main .feature ul li:nth-child(3n) {
        margin-bottom: 20px;
    }

    #main .feature ul li p {
        font-size: 14px;
        line-height: 23px;
        padding: 0 19px 40px;
    }

    #main .feature ul li a {

        background-position: calc(100% - 20px) calc(100% - 18px);
    }

    #main .feature ul li a::after {
        right: 28px;
        bottom: 26px;
    }

    #main .feature .feature_buttons {
        display: block;
    }

    #main .feature .feature_btn {
        width: 100%;
        margin: 0 0 12px;
        height: 62px;
        line-height: 62px;
        font-size: 16px;
        background-image: url(../img/arw_circle_b.svg);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) center;
    }

    #main .feature .feature_btn::after {
        content: "";
        position: absolute;
        width: 23px;
        height: 5px;
        background-image: url(../img/slide.svg);
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 20px;
        right: 28px;
        transition-duration: .4s;
    }

    #main .center ul {
        margin-bottom: 0;
    }

    #main .center ul li span {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    #main .center ul li:nth-child(8) a {
        font-size: 14px;
        background-size: 25px;
        background-position: calc(100% - 16px) calc(100% - 10px);
    }

    #main .center ul li:nth-child(8) a::after {
        width: 25px;
        height: 4px;
        bottom: 23px;
        right: 25px;

    }

    #main .banner {
        padding-top: 50px;
    }

    #main .banner ul li {
        width: 47%;
    }

    #main .banner ul li a p {
        line-height: 19px;
        padding: 8px 6px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    #main .banner ul li a {
        display: block;
        display: flex;
        flex-direction: column;
    }

    #main .banner ul li img {
        width: 100%;
    }




    #main .banner ul {
        margin-bottom: 0;
    }

    #main .u11.new {
        left: 160px;
    }

    .top header {
        position: relative;
        top: 140px;
    }



    .top .top-slick-container {
        margin-left: 6vw;
    }

    .top-slick-container:before {
        content: "";
        width: 40px;
        height: 40vw;
        background: #fff;
        left: 0;
        position: absolute;
        z-index: 2;
    }

    .slick-list {
        margin-left: -7vw !important;
    }

    .times {
        height: auto;
        margin: 8px 0;
        min-height: unset;
    }

    .top .pick-up .slick-slide {
        width: calc(83.46vw + 12px) !important;
        padding: 0 6px;
    }

    .top .slick-dots {
        padding-left: 0;
        margin-left: -4vw !important;
        text-align: center;
    }

    .top .slick-dots li {
        margin: 0;
    }

    .top .slick-dots li button:before {
        font-size: 13px;
    }

    .pick-up .container {
        z-index: 3;
        top: 10vw;
        padding-bottom: 0;
    }

    .top-slick-container:before {
        content: "";
        position: absolute;
        width: 5.5vw;
        height: 40vw;
        background: #fff;
        left: 0;
        margin-top: -1vw;
        z-index: 2;
    }

    .top-slick-container::after {
        content: "";
        position: absolute;
        width: 5.5vw;
        height: 24vw;
        background: #F3F9FF;
        left: 0;
        z-index: 2;
        top: 60vw;
    }

    .pick-up {
        padding-top: 31vw;
        background: none;
    }

    .pick-up::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 54vw;
        top: 60vw;
        background: #F3F9FF;
    }

    /* sp important `*/

    .nav {
        width: 100%;
        top: 39vw;
    }

    .nav .swiper-button-next {
        right: 0;
        left: unset;
    }

    .nav .swiper-button-prev,
    .nav .swiper-button-next {
        background-image: url("../img/slide_sp.svg");
        top: 20.8vw;
    }

    .nav .swiper-button-prev::after,
    .nav .swiper-button-next::after {
        content: none;
    }

    .nav .swiper-button-prev {
        transform: unset;

    }

    .nav .swiper-button-next {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    .swiper-pagination {
        bottom: 15px !important;
    }

    span.swiper-pagination-bullet {
        width: 11px;
        height: 11px;
    }


    /* fv */

    .fv .fv_notice dt,
    .fv .fv_notice dd {
        color: #E10000;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        font-size: 13px;
    }

    /* sp topic */
    #main .topic {
        padding-bottom: 35.63vw;
        padding-top: 0;
        background-color: #fff;
    }

    #main .topic ul li a p {
        background-position: 86% calc(100% - 20px);
    }


    .header-group {
        margin-bottom: 36px;
    }

    #main .news {
        padding-top: 4px;
        padding-bottom: 54px;
        background: none;
    }

    #main .news .media {
        background-image: url(../img/bg_media_sp.svg);
        background-repeat: no-repeat;
    }

    #main .examinees::after {
        content: none;
    }

    #main .examinees .container {
        width: 100%;
        max-width: unset;
    }

    #main .examinees a {
        background: none;
        width: unset;
        height: unset;
        padding: 0;
        top: 73.5vw;
        font-size: 4.8vw;
        right: 15vw;
    }


    #main .examinees a br {
        display: none;
    }

    #main .examinees a::before,
    #main .examinees a::after {
        content: none;
    }

    /*sp links */
    #main .links ul {
        display: block;
        margin-top: 0%;
    }


    #main .links ul li {
        background-color: #fff;
        background-image: url(../img/arw_circle_b.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) center;
        box-shadow: 0px 3px 6px #00000016;
        margin-bottom: 10px;
    }

    #main .links ul li a::after {
        top: 46%;
        right: 34px;
        height: 5px;
        width: 28px;
        background-size: contain;
    }


    #main .links ul li a:hover {
        margin-top: unset;
    }

    .more {
        background-position: 100% center;
        padding-right: 30px;
    }


    #main .news {
        position: relative;
    }

    #main .important {
        position: relative;
        padding-top: 20px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 961px) {

    .fv .fv_notice {
        padding-left: 200px;
    }

}

@media screen and (max-width: 1140px) and (min-width: 961px) {

    .top h2 {
        font-size: 2.6vw;
    }

    .header-group {
        width: 270px;
    }

    #main .news ul {
        padding: 30px;
        width: calc(100% - 270px);
    }

    #main .news dl {
        padding: 16px;
    }

    #main .news dl dt {
        font-size: 16px;
        width: 260px;
    }

    #main .news .tag {
        width: 100px;
        margin-left: 10px;
    }

    #main .news dl dd {
        width: calc((100% - 260px));
        margin-left: 40px;
    }

    #main .news .media dl dd {
        width: calc((100% - 160px));
    }

    #main .feature ul {
        margin: 0 auto;
    }

    #main .relation ul li a {
        font-size: 1.32vw;
    }

    #main .banner ul li img {
        width: 100px;
        height: 80px;
        object-fit: cover;
    }

}