@charset "utf-8";

.seminar {
    background-color: #F9F9F9;
}
.seminar-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 2%;
    box-sizing: content-box;
}

.movie-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3%;
}
.movie-box-iframe {
    position: relative;
    width: 65%;
    padding-top: 34.77%;
}
.movie-box-iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.movie-box-relation {
    width: 32%;
}

.movie-relation-ttl {
    padding-bottom: 3%;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.movie-relation-list-item {
    margin-bottom: 3%;
}
.movie-relation-list-item:last-child {
    margin-bottom: 0;
}
.movie-relation-list-item-box {
    display: flex;
    justify-content: space-between;
}
.movie-relation-list-item-img {
    position: relative;
    width: 40%;
    height: fit-content;
}
.movie-time {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0 3%;
    font-size: 10px;
    font-weight: 600;
    color: #FFF;
    background-color: #000;
}
.movie-relation-list-item-txt {
    position: relative;
    width: 55%;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #333333;
}
.movie-new .movie-relation-list-item-txt {
    padding-bottom: 1%;
}
.movie-new .movie-relation-list-item-txt:after {
    content: "NEW";
    display: block;
    position: relative;
    bottom: -4px;
    left: 0;
    width: 33px;
    height: 18px;
    padding: 0 2%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #545454;
    background-color: #E8E8E8;
}
.movie-details-label {
    display: inline-block;
    height: 30px;
    margin-bottom: 1%;
    padding: 0 2%;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    line-height: 30px;
    border-radius: 15px;
    background-color: #033884;
}
.movie-details-ttl {
    padding-bottom: 2%;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #333333;
}
.movie-details-txt {
    padding: 2% 0;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    border-top: 1px solid #CCCCCC;
}
.download-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 360px;
    margin-bottom: 5%;
    padding: 0;
    outline: none;
    cursor: pointer;
    line-height: 50px;
    border-radius: 25px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .06em;
    font-size: 18px;
    color: #fff;
    border: none;
    transition: all 0.4s ease 0s;
    background-image: linear-gradient(45deg, #3B8FD4, #7CE3FC);
}
.download-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(-90deg) translateY(-50%);
    display: inline-block;
    background-image: url(../images/home/more_arrow_white.png);
    background-size: cover;
    width: 14px;
    height: 8px;
    margin-top: -4px;
}

.recommend {
    padding: 0 0 6%;
}
.recommend-ttl {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 1%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #FFE400;
    background-color: #033884;
}
.recommend-txt {
    margin-bottom: 1%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #033884;
}
.recommend-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 3%;
}
.cons {
    padding: 4% 2%;
    background-color: #FFF9D7;
}
.cons-txt {
    padding-bottom: 2%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.cons-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 360px;
    margin: auto;
    padding: 0;
    outline: none;
    cursor: pointer;
    line-height: 60px;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .06em;
    font-size: 20px;
    color: #033884;
    border: none;
    transition: all 0.4s ease 0s;
    background-color: #FFE400;
}
.cons-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    background-image: url(../images/home/contact_arrow_blue.png);
    background-size: cover;
    width: 9px;
    height: 16px;
}

@media screen and (max-width: 768px) {
    .seminar-wrapper {
        padding: 8% 0 15%;
    }
    .movie-box {
        padding-bottom: 8%;
    }
    .movie-box-iframe {
        width: 100%;
        padding-top: 55.77%;
    }
    .movie-box-relation {
        width: 100%;
        padding: 8% 4%;
        box-sizing: border-box;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }
    .movie-relation-ttl {
        padding-bottom: 5%;
    }
    .movie-details-label {
        margin-left: 4%;
    }
    .movie-details-ttl {
        padding: 0 4% 4%;
        font-size: 20px;
    }
    .movie-details-txt {
        padding: 4%;
    }
    .download-btn {
        margin: 0 auto 15%;
    }
    .recommend {
        padding: 0 4% 6%;
    }
    .recommend-txt {
        margin-bottom: 2%;
        font-size: 17px;
        line-height: 1.5;
    }
    .recommend-img {
        margin: 0 auto 8%;
    }
    .cons {
        width: 92%;
        margin: auto;
        padding: 10% 6%;
        box-sizing: border-box;
    }
    .cons-txt {
        padding-bottom: 6%;
        font-size: 16px;
        line-height: 1.5;
    }
    .cons-btn {
        font-size: 16px;
        line-height: 50px;
        border-radius: 25px;
    }
}


.speaker {
    margin-bottom: 8%;
    padding: 4%;
    border: 1px solid #35ABED;
}
.speaker-box {
    display: flex;
    align-items: center;
    padding-bottom: 1%;
}
.speaker-box-img {
    width: 8%;
    padding-right: 3%;
}
.speaker-box-profile-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 2%;
    font-size: 12px;
    font-weight: 500;
    color: #033884;
    border: 1px solid #033884;
}
.speaker-box-profile-name {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #333333;
}
.speaker-box-profile-company {
    font-size: 14px;
    font-weight: 400;
}
.speaker-intro {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .speaker-box-img {
        width: 30%;
        padding-right: 8%;
    }
    .speaker {
        padding: 10% 8%;
        width: 92%;
        margin: 8% auto;
        box-sizing: border-box;
    }
    .speaker-box {
        align-items: flex-start;
        padding-bottom: 4%;
    }
    .speaker-box-profile-name {
        font-size: 16px;
    }
    .speaker-box-profile-company {
        font-size: 12px;
    }
    .speaker-intro {
        font-size: 13px;
        text-align: justify;
    }
}



/* -------------------- campaign -------------------- */
.cmn-campaign {
    background-color: #FFF5E6;
}
.cmn-campaign-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding: 4% 0 6%;
    z-index: 2;
}
.cmn-campaign-ttl {
    position: relative;
    margin-bottom: 4%;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #EA689D;
}
.cmn-campaign-ttl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40%;
    height: 1px;
    background-color: #EA689D;
}
.cmn-campaign-ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40%;
    height: 1px;
    background-color: #EA689D;
}
.cmn-campaign-list {
    display: flex;
    flex-wrap: wrap;
}
.cmn-campaign-list-item {
    position: relative;
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
    transition: .3s;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
    box-sizing: border-box;
    border: 3px solid #FFF;
}
.cmn-campaign-list-item:nth-child(3) {
    margin-right: 0;
}
.cmn-campaign-list-item:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
    transform: translate(2px,2px);
}
.cmn-campaign-list-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6% 6% 15%;
    box-sizing: border-box;
    background-color: #FFF;
}
.cmn-campaign-list-item a:hover {
    opacity: 1;
}
.cmn-campaign-list-item:before,
.cmn-campaign-list-item:after,
.cmn-campaign-list-item span::before,
.cmn-campaign-list-item span::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
    transition: all .3s;
    visibility: hidden;
}
.cmn-campaign-list-item:before {
    top: -3px;
    left: -3px;
    border-left-color: #F49AC7;
}
.cmn-campaign-list-item:after {
    bottom: -3px;
    right: -3px;
    border-right-color: #F49AC7;
}
.cmn-campaign-list-item span:before {
    bottom: -3px;
    left: -3px;
    border-bottom-color: #F49AC7;
}
.cmn-campaign-list-item span:after {
    top: -3px;
    right: -3px;
    border-top-color: #F49AC7;
}
.cmn-campaign-list-item:hover:before,
.cmn-campaign-list-item:hover:after {
    height: 100%;
    visibility: visible;
}
.cmn-campaign-list-item:hover span:before,
.cmn-campaign-list-item:hover span:after {
    width: 100%;
    visibility: visible;
}
.cmn-campaign-list-item a img {
    padding-bottom: 3%;
}
.cmn-campaign-list-item-label {
    display: inline-block;
    margin-bottom: 3%;
    padding: 0 6%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    border-radius: 15px;
    background-color: #EA689D;
}
.cmn-campaign-list-item-ttl {
    padding-bottom: 10%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.04em;
    color: #333333;
}
.cmn-campaign-list-item-txt {
    min-height: 160px;
    padding-bottom: 10%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
}
.cmn-campaign-list-item-deadline {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 170px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #EA689D;
    border: 1px solid #EA689D;
}

@media screen and (max-width: 768px) {
    .cmn-campaign {
        padding-bottom: 12%;
    }
    .cmn-campaign:before {
        width: 100%;
        height: 28%;
    }
    .cmn-campaign-wrapper {
        padding-top: 15%;
    }
    .cmn-campaign-ttl {
        width: 100%;
        max-width: none;
        margin-bottom: 12%;
        font-size: 16px;
    }
    .cmn-campaign-ttl:before {
        width: 30%;
        left: 5%;
    }
    .cmn-campaign-ttl:after {
        width: 30%;
        right: 5%;
    }
    .cmn-campaign-list {
        flex-wrap: wrap;
        padding: 0 6%;
    }
    .cmn-campaign-list-item {
        width: 100%;
        margin-bottom: 8%;
        margin-right: 0;
    }

    .cmn-campaign-list-item:nth-child(n + 4) {
        width: 100%;
        min-height: 0;
        margin-right: 0;
    }
    .cmn-campaign-list-item:last-of-type {
        margin-bottom: 15%;
    }
    .cmn-campaign-list-item a {
        padding: 6% 6% 10%;
    }
    .cmn-campaign-list-item-ttl {
        font-size: 16px;
    }
    .cmn-campaign-list-item-txt {
        min-height: 0;
    }
    .cmn-campaign-list-item-deadline {
        position: static;
        transform: none;
    }
}
@media screen and (max-width: 500px) {
    .cmn-campaign-ttl:before {
        width: 20%;
    }
    .cmn-campaign-ttl:after {
        width: 20%;
    }
}












