@charset "UTF-8";

.btn a {
    text-decoration: none;
}

/* top */
.topBox {
    background: linear-gradient(90deg, #191833 0%, #191833 50%, #F5F5F5 50%, #F5F5F5 100%);
    height: 350px;
    margin-top: 130px;
}

.topBox .inner {
    position: relative;
}

.topBox .flex {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -80px;
}

.topBox .left h3, .topBox .left a {
    color: #fff;
}

.topBox .flex .left {
    color: #fff;
    width: 49%;
}

.topBox .left .headline {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    margin-right: 15px;
}

.topBox .left p {
    width: 95%;
}

.topBox .tetxtFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 95%;
}

.topBox .tetxtFlex a {
    position: relative;
    display: block;
    padding-right: 20px;
}

.topBox .tetxtFlex a::after {
    position: absolute;
    content: '>';
    color: #fff;
    font-size: 15px;
    right: 0;
    top: 0;
}

.topBox .flex .right {
    width: 49%;
}

.topBox .flex .right img {
    max-width: 360px;
}

.topBox .right .headline {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 690px) {
    .topBox {
        background: transparent;
        height: auto;
    }
    .topBox .flex {
        flex-wrap: wrap;
        position: static;
    }
    .topBox .flex .left {
        width: 100%;
        background-color: #191833;
        padding: 20px 10px;
    }
    .topBox .flex .right {
        width: 100%;
        background-color: #F5F5F5;
        padding: 30px 10px;
    }
    .topBox .flex .right img {
        max-width: 100%;
    }
    .topBox .tetxtFlex {
        display: block;
    }
    .topBox .tetxtFlex a {
        display: inline-block;
    }
    .topBox .right .headline {
        font-size: 22px;
    }
    .topBox .left .headline { 
        margin-right: 0;
    }
}

.banner figure {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
}

.banner figure a {
    display: block;
    width: 100%;
}

.banner figure img {
    width: 100%;
}

@media screen and (max-width: 690px) {
    .banner figure {
        width: 100%;
    }
}

.swiper-pagination-bullet {
    background-color: #000238;
    outline: none;
}

.swiper-pagination-bullet-active::before, .swiper-pagination-bullet:hover:before {
    border-color: #000238;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    left: auto;
    right: 0;
}

.swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    outline: none;
}

.mainslide {
    overflow-x: visible;
}

.mainslide .title {
    font-size: 16px;
    color: #000238;
    margin: 0 10px;
}
.mainslide .catTag {
    border-radius: 3px;
    background: linear-gradient(to bottom right, #F0E131, #A1E7FE);
    font-size: 10px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px;
    margin-bottom: 10px;
}

.mainslide .slideOneIn {
    padding: 0;
    padding-bottom: 10px;
    overflow: hidden;
    height: 310px;
}

.mainslide .slideOne figure {
    height: 160px;
}

.swiper-button-next, .swiper-button-prev {
    top: 45%;
}

@media screen and (max-width: 690px) {
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

/* seminar */
.toPdf {
    max-width: 300px;   
    background-color: #000038;
    border-radius: 8px;
}
.toPdf a {
    color: #fff;
}

.scheduleBox {
    display: flex;
}

.oneDate {
    width: calc(100% / 3);
}

.dateArea {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}

.date-11-17 .dateArea {
    background-color: #E7E247;
    border-radius: 10px 0 0 0;
}

.date-11-17 .dateArea.last {
    border-radius: 0 0 10px 10px;
}

.date-11-17 .colOne {
    background-color: #FCFCF7;
}

.date-11-18 .dateArea {
    background-color: #C9E496;
}

.date-11-18 .dateArea.last {
    border-radius: 0 0 10px 10px;
}

.date-11-18 .colOne {
    background-color: #F2F5ED;
}

.date-11-19 .dateArea {
    background-color: #A1E7FE;
    border-radius: 0 10px 0 0;
}

.date-11-19 .dateArea.last {
    border-radius: 0 0 10px 10px;
}

.date-11-19 .colOne {
    background-color: #E9F3F7;
}

.scheduleBox .time {
    font-size: 16px;
    margin-bottom: 10px;
}

.seminarOne {
    padding: 20px 0;
    border-top: 2px solid #D7DECA;
}

.seminarOne:first-child {
    border-top: 0;
}

.seminarOne > * {
    padding: 0 20px;
}

.seminarOne figure {
    height: 200px;
}

.seminarOne figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.seminarOne.blank {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seminarOne.blank figure {
    width: 80%;
}

.scheduleBox .title {
    margin-bottom: 40px;
    line-height: 1.3;
    height: 7vw;
    max-height: 80px;
}

.scheduleBox .gest {
    font-size: 16px;
    font-weight: bold;
    color: #000238;
    margin-top: 10px;
}

.scheduleBox .company {
    font-size: 16px;
    color: #999999;
}

.scheduleBox .btn {
    margin: 20px 0;
}

.scheduleBox .btn a {
    background-color: #00035E;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    display: block;
    position: relative;
}

.scheduleBox .btn a::after {
    position: absolute;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    right: 10px;
    top: 17px;
    transform: rotate(45deg);
}

.toggleArea .message {
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    transition: .3s ease;
}

.toggleArea .message:hover {
    opacity: .7;
}

.toggleArea .icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 10px auto;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
}

.toggleArea .icon:hover {
    opacity: .7;
}

.toggleArea .icon::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%) rotate(45deg);
    transition: .7s ease;
}

.toggleArea .toggleBtn.active .icon::after {
    transform: translate(-40%, -20%) rotate(225deg);
}

.spAnchorWrap {
    display: none;
}

@media screen and (max-width: 690px) {
    .spAnchorWrap {
        display: block;
    }

    .spAnchorWrap a {
        color: #333333;
    }

    .spAnchorWrap .btn01 {
        background-color: #E7E247;
    }

    .spAnchorWrap .btn02 {
        background-color: #C9E496;
    }

    .spAnchorWrap .btn03 {
        background-color: #A1E7FE;
    }

    .scheduleBox {
        flex-wrap: wrap;
    }
    .oneDate {
        width: 100%;
        margin-bottom: 30px;
    }
    .date-11-17 .dateArea,
    .date-11-18 .dateArea,
    .date-11-19 .dateArea {
        border-radius: 10px 10px 0 0;
    }

    .date-11-17 .dateArea.last,
    .date-11-18 .dateArea.last,
    .date-11-19 .dateArea.last {
        border-radius: 0 0 10px 10px;
    }

    .seminarOne.blank {
        display: none;
    }

    .seminarOne {
        min-height: 0!important;
    }
}

/* 準備中 */
.page_preparing #cvArea {
    display: none;
}

.page_preparing figure {
    margin-top: 30px;
}