@charset "utf-8";

/*============================
top__mv
============================*/
.main-bg {
    background: url("../Image/main-bg.jpg") no-repeat center top;
    background-size: cover;
}

.top__mv {
    position: relative;
    /* padding: 8.63% 0 3% 0;*/
    padding: 0 0 3% 0;
}

.top__mv:after {
    content: "";
    display: block;
    width: 1px;
    height: 35.0625vw;
    position: absolute;
    left: 3.85416vw;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.top__mv-inner {
    position: relative;
    border-top: 1px solid #fff;
}

.top__mv-imgBox {
    width: 100%;
}

.top__mv-imgBox-grade {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.top__mv-imgBox-grade.animation_active {
    animation-name: fade-in;
    /*--アニメーション名--*/
    animation-duration: 1s;
    /*--時間--*/
    animation-delay: 0.4s;
    /*--1秒後に開始--*/
    animation-fill-mode: forwards;
    /*--状態指定--*/
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

@keyframes fade-slide-in-margin-top {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 100%;
    }
}

@keyframes fade-slide-in-transform {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 100%;
    }
}

.top__mv-ttlBox {
    width: 23.0729vw;
    position: absolute;
    bottom: 38%;
    right: 17%;
    z-index: 2;
    opacity: 0;
}

.top__mv-ttlBox.animation_active {
    animation-name: fade-slide-in-margin-top;
    /*--アニメーション名--*/
    animation-duration: 0.9s;
    /*--時間--*/
    animation-delay: 0.6s;
    /*--1秒後に開始--*/
    animation-fill-mode: forwards;
    /*--状態指定--*/
}

.top__mv-infoBox {
    width: 11.656vw;
    position: absolute;
    right: 17%;
    top: 36%;
    z-index: 3;
    opacity: 0;
}

.top__mv-infoBox.animation_active {
    animation-name: fade-slide-in-transform;
    /*--アニメーション名--*/
    animation-duration: 1s;
    /*--時間--*/
    animation-delay: 0.8s;
    /*--1秒後に開始--*/
    animation-fill-mode: forwards;
    /*--状態指定--*/
}

.top__mv-infoBox img {
    width: 100%;
}

.top__mv-scroll {
    position: absolute;
    left: 3.45%;
    bottom: 8%;
    width: 10px;
    z-index: 10;
}

.top__mv-scroll-text {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top__mv-scroll-down {
    width: 10px;
    margin-bottom: 20px;
}

.top__mv-scroll-line {
    position: absolute;
    display: block;
    width: 10px;
    height: 88px;
    left: -4px;
    bottom: 0;
    animation: pathmove 1.8s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        bottom: -88px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        bottom: -140px;
        opacity: 0;
    }
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*============================
 #about
 ============================*/
#about {
    position: relative;
    padding: 12.35% 0 5.8%
}

#about:before {
    height: 106.6%;
    bottom: -5.8%;
}

#about:after {
    bottom: 0;
}

.about-logo {
    width: 26px;
    position: absolute;
    right: 1.3%;
    bottom: 30%;
}

.about-secInner {
    position: relative;
    padding: 0 5%;
}

.about-wrap {
    position: relative;
    padding-bottom: 13%;
}

.about-ttlBox {
    margin: 0 auto;
}

.about-ttl-jpn {
    position: relative;
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 8%;
    text-align: center;
}

.about-ttl-jpn:after {
    content: "";
    display: block;
    width: 120vw;
    height: 1px;
    position: absolute;
    right: 0;
    top: 40%;
    background-color: #fff;
}

.about-textBox {
    text-align: center;
}

@media screen and (max-width: 1356px) {
    .about-textBox {
        font-size: 1.2rem;
    }
}

.about-plane {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25vw;
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-weight: 400;
}

@media screen and (max-width: 1281px) {
    .about-plane {
        font-size: 1.6rem;
    }
}

.for_block {}

@media screen and (min-width: 1220px) {
    .for_block {
        display: none !important
    }
}

.about__movie-lead {
    position: relative;
    text-align: center;
    font-size: 0.98958vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    padding-bottom: 3em;
}

@media screen and (max-width: 1516px) {
    .about__movie-lead {
        font-size: 1.5rem;
    }
}

.about__movie-box {
    width: 58%;
    margin: 0 auto;
}

.about__movie-lead:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: 20px;
    left: 50%;
}

.about__movie-lead .under {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2em;
}

/*.about-img {
    position: absolute;
}*/
.about-box01 {
    justify-content: space-between;
}

.about-box01 .about-plane {
    padding-top: 5.5%;
}

.about-box02 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: -13%;
    margin-bottom: 15%;
}

.about-box02 .about-plane {
    padding-bottom: 9%;
}

.about-box03 {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12%;
}


.about-box04 {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 11%;
}

.about-box05 {
    margin-bottom: 1%;
}

.about-img01 {
    width: 80%;
    margin: 0 auto 12%;
}

.about-img02 {
    width: 26.5625vw;
}

.about-img03 {
    width: 31.25vw;
    margin-right: 7.8%;
}

.about-img04 {
    width: 45.104vw;
}

.about-img05 {
    width: 39.322vw;
    margin-right: 5%;
}

.about-img06 {
    width: 39.322vw;
    margin-top: 8%;
    margin-left: auto;
}

.about__movie-swiper {
    max-width: 1660px;
    margin: 0 auto;
}

.swiper-wrapper {
    justify-content: center;
}

.about__movie-swiper .swiper-slide {
    transition: 0.6s;
    position: relative;
    padding-top: 18%;
    height: 0;
}

@media screen and (max-width: 1701px) {
    .about__movie-swiper .swiper-slide {
        padding-top: 28%;
    }
}

@media screen and (max-width: 1111px) {
    .about__movie-swiper .swiper-slide {
        padding-top: 56.5%;
    }
}

.about__movie-swiper .swiper-slide iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.about__movie-swiper .swiper-slide:hover {
    opacity: 0.8;
}

.swiper-slide-inner {}

.about__movie-swiper .swiper-button-prev,
.about__movie-swiper .swiper-button-next {
    color: #fff;
    z-index: 50;
}

.about__movie-swiper .swiper-button-prev {
    left: 40px;
}

.about__movie-swiper .swiper-button-next {
    right: 40px;
}

/*============================
#program
============================*/
#program {
    position: relative;
    padding: 6.875% 0 8.8%;
}

#program:before {
    height: 15%;
}

#program:after {
    bottom: 76px;
}

.program-secInner {
    position: relative;
    padding: 0 5%;
    max-width: 1230px;
    margin: 0 auto;
}

.program-wrap {
    max-width: 1320px;
    margin: 0 auto 5%;
}

.program-ttlBox {
    margin-bottom: 3.5%;
}

.program__cts {
    border: 2px solid #fff;
}

.program__ctsinner {
    font-size: 0.729166vw;
    padding: 4.5em 5em 4em;
    box-sizing: border-box;
    background: linear-gradient(to right,
            #b25c90 0%,
            #81538b 46%,
            #244b91 100%);
}

@media screen and (max-width: 1646px) {
    .program__ctsinner {
        font-size: 1.2rem;
    }
}

.program__cts-item {
    width: 25%;
    padding: 0 2.5em;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.program__cts-item:first-child {
    padding-left: 0;
}

.program__cts-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.program__cts-item-ttl-eng {
    font-size: 1.30208vw;
    margin-bottom: 1.5em;
    letter-spacing: 0.07em;
}

@media screen and (max-width: 1383px) {
    .program__cts-item-ttl-eng {
        font-size: 1.8rem;
    }
}

.program__cts-item:first-child .program__cts-item-ttl-eng,
.program__cts-item:nth-child(3) .program__cts-item-ttl-eng {
    padding-top: 0.8em;
    margin-bottom: 2.2em;
}

.program__cts-item-ttl-jpn {
    position: relative;
    font-size: 0.88541vw;
    font-weight: 500;
    letter-spacing: 0.09em;
    padding-bottom: 1.3em;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 1469px) {
    .program__cts-item-ttl-jpn {
        font-size: 1.3rem;
    }
}

.program__cts-item-ttl-jpn:after {
    content: "";
    display: block;
    width: 2.2em;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #fff;
}

.program__cts-item-lead {
    letter-spacing: 0.09em;
    line-height: 1.8;
    text-align: left;
}

.program__cts-youtube {
    width: 24.75em;
    margin: 2.3em auto 0;
    font-size: 1.04166vw;
    font-weight: bold;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1537px) {
    .program__cts-youtube {
        font-size: 1.6rem;
    }
}

.program__cts-youtube a {
    display: block;
    border-radius: 2.8em;
    padding: 1.8em 1em;
    box-sizing: border-box;
    background-color: #fff;
}

.program__youtube-arrow {
    padding: 0.4em 0 0.3em 3.4em;
    background: url("../Image/arrow-grade.svg") no-repeat center left 1em;
    background-size: 1.65em;
    transition: 0.6s;
}

.program__cts-youtube a:hover .program__youtube-arrow {
    background: url("../Image/arrow-grade-wh.svg") no-repeat center left 1em;
    background-size: 1.65em;
}

.time__table {
    padding-top: 5%;
    max-width: 1320px;
    margin: 0 auto 5%;
}

.time__table-ttlBox {
    margin-bottom: 5.345%;
}

.time__table-list {
    position: relative;
    padding-right: 5.2%;
}

.time__table-item:not(:last-child) {
    margin-bottom: 2.7%;
}

.time__table-base {
    position: relative;
    width: 7.2%;
    margin-right: 2.6%;
    padding-right: 1%;
    flex-direction: column;
    align-items: center;
}

.time__table-base:before {
    content: "";
    display: block;
    width: 1px;
    height: 140%;
    position: absolute;
    top: 0.5em;
    right: 0;
    background-color: #fff;
}

.time__table-base:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: 12px;
    transform: translateY(-50%);
    background-color: #fff;
}

.time__table-item:last-child .time__table-base:before {
    height: 90%;
}

.time__table-hour {
    position: relative;
    font-size: 1.30208vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    width: 2.72em;
}

@media screen and (max-width: 1537px) {
    .time__table-hour {
        font-size: 2rem;
    }
}

.time__table-area {
    font-size: 0.88541vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    writing-mode: tb-rl;
    margin-top: 0.75em;
}

@media screen and (max-width: 1582px) {
    .time__table-area {
        font-size: 1.4rem;
    }
}

.time__table-cts {
    flex: 1;
    background-color: #fff;
    color: #333333;
    font-size: 0.88541vw;
    border-radius: 0.6em;
    padding: 2.3em;
    box-sizing: border-box;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1582px) {
    .time__table-cts {
        font-size: 1.4rem;
    }
}

.time__table-seminar-cts {
    align-items: center;
}

.time__table-cts-center {
    align-items: center;
}

.time__table-cts-detail {
    width: 42%;
    margin-right: 1.5%;
}

.time__table-cts-value {
    flex: 1;
    font-weight: bold;
}

.time__table-cts-label {
    width: 18.3em;
    width: 21em;
    font-weight: bold;
    background: rgba(120, 65, 131, 0.8);
    color: #fff;
    border-radius: 0.26em;
    padding: 0.65em 0.5em;
    box-sizing: border-box;
    text-align: center;
}

.blue-label {
    background-color: #3a81ce;
}

.color-blue {
    color: #3a81ce;
    font-weight: bold;
}

.time__table-cts-lead {
    letter-spacing: 0.09em;
    line-height: 1.7;
    margin-top: 1.4em;
}

.time__table-cts-lead .font_L {
    font-size: 0.98958vw;
    font-weight: bold;
}

.time__table-speaker-list {
    flex: 1;
    flex-wrap: wrap;
    color: #333333;
    justify-content: space-between;
    margin-top: -3%;
}

.time__table-seminar-list {
    margin-top: 0;
}

.time__table-speaker-item {
    width: 48%;
    margin-top: 6%;
}

.time__table-seminar-item {
    width: 100%;
}

.time__table-speaker-item a {
    color: #333;
}

.time__table-speaker-popup a {
    transition: 0.6s;
}

.time__table-speaker-popup a:hover {
    opacity: 0.6;
}

.speaker-popup-inner {
    align-items: center;
}

.speaker-popup-image {
    width: 35%;
    margin-right: 8.8%;
}

.speaker-seminar-image {
    width: 55%;
    margin-right: 2%;
}

.speaker-popup-info {
    flex: 1;
}

.speaker-seminar-info {
    flex: 1;
}

.speaker-popup-notes {
    font-size: 1.1rem;
    letter-spacing: 0.07em;
    background-color: #784183;
    color: #fff;
    display: inline-block;
    padding: 0.4em 1em;
    border-radius: 0.4em;
    line-height: 1;
}

.speaker-popup-name {
    font-size: 0.729166vw;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 1646px) {
    .time__table-cts {
        font-size: 1.2rem;
    }
}

.speaker-popup-title {
    font-size: 0.572916vw;
}

@media screen and (max-width: 1746px) {
    .speaker-popup-title {
        font-size: 1rem;
    }
}

/*============================
#speaker-popup
============================*/
.speaker-popup {
    display: none;
}

.modaal-container {
    max-width: 1060px;
}

.modaal-content-container {
    background: -moz-linear-gradient(-45deg, #b25c90, #81538b, #244b91);
    background: -webkit-linear-gradient(-45deg, #b25c90, #81538b, #244b91);
    background: linear-gradient(135deg, #b25c90, #81538b, #244b91);
}

.modaal-wrapper .modaal-close {
    position: absolute;
    background: #fff;
    border: 2px solid #b25c90;
    top: 50px;
    right: 5%;
    transition: 0.6s;
}

.modaal-close:before,
.modaal-close:after {
    top: 14px;
    left: 22px;
    width: 2px;
    height: 18px;
    transition: 0.6s;
}

.modaal-close:before,
.modaal-close:after {
    background: linear-gradient(to bottom,
            #b25c90 0%,
            #81538b 50%,
            #244b91 100%);
}

.modaal-close:focus,
.modaal-close:hover {
    background: linear-gradient(to bottom,
            #b25c90 0%,
            #81538b 50%,
            #244b91 100%);
}

.modaal-close:focus:before,
.modaal-close:hover:before,
.modaal-close:focus:after,
.modaal-close:hover:after {
    background: #fff;
    opacity: 0.6;
    border: 0;
}

.speaker__modal-wrap {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    box-sizing: border-box;
}

.speaker__modal-wrap:after {
    content: "";
    display: block;
    width: 170px;
    height: 113px;
    position: absolute;
    right: 10%;
    top: 20px;
    background: url("../Image/modal-catch.svg") no-repeat center right;
    background-size: contain;
}

.speaker__modal-inner {}

.speaker__modal-imgBox {
    width: 34%;
}

.speaker__modal-imgBox-head {
    position: relative;
}

.speaker__modal-name-eng {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.speaker__modal-rikimaru-eng {
    bottom: -20px;
}

.speaker__modal-satou-eng {
    width: 61%;
}

.speaker__modal-ikeda-eng {
    width: 74%;
    bottom: -20px;
}

.speaker__modal-murao-eng {
    width: 90%;
}

.speaker__modal-nakao-eng {
    width: 90%;
    bottom: -20px;
}

.speaker__modal-toyohara-eng {
    width: 92%;
}

.speaker__modal-katsu-eng {
    width: 83%;
    bottom: -20px;
}

.speaker__modal-moriyama-eng {
    width: 85%;
}

.speaker__modal-yuko-eng {
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
}

.speaker__modal-sekiguchi-eng {
    bottom: -50px;
}

.speaker__modal-fukuhara-eng {
    bottom: -30px;
}

.speaker__modal-sakari-eng {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.speaker__modal-hino-eng {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.speaker__modal-okura-eng {
    bottom: -30px;
}

.speaker__modal-minami-eng {
    bottom: -40px;
}

.speaker__modal-sato-eng {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.speaker__modal-issei-eng {
    width: 80%;
    left: 50%;
    transform: translatex(-50%);
    bottom: -60px;
}

.speaker__modal-program-notes {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin: 6.6em 0 0.2em;
    color: #333333;
}

.speaker__modal-program-bg {
    background: rgba(120, 65, 131, 0.8);
    color: #fff;
    font-size: 1rem;
    border-radius: 0.8em;
    padding: 1.1em;
    box-sizing: border-box;
}

.speaker__modal-program-ttl {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.18em;
}

/*.speaker__modal-program-hour01{
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px dotted #fff;
}*/
.speaker__modal-program-hour {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-top: 0.2em;
}

.speaker__modal-program-detail {
    font-size: 1rem;
    letter-spacing: 0.01em;
    line-height: 1.8;
    margin-top: 1.2em;
}

.speaker__modal-detail-bottom {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #fff;
}

.speaker__modal-ttlBox-bottom {
    margin-top: 1.5em;
}

.speaker__modal-font-L {
    font-size: 1.2rem;
    font-weight: bold;
}

.speaker__modal-infoBox {
    flex: 1;
    margin-left: 5.8%;
}

.speaker__modal-info-head {
    color: #333;

    border-bottom: 1px solid #333;
    display: inline-block;
}

.speaker__modal-info-nameBox {
    align-items: flex-start;
}

.speaker__modal-info-name {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.6em;
    line-height: 1;
}

.speaker__modal-info-titleBox {
    font-size: 1.5rem;
    padding-bottom: 0.8em;
    align-items: center;
}

.speaker__modal-info-catch {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 1.7;
    margin-top: 0.8em;
}

.speaker__modal-info-logo {
    margin-left: 50px;
}

.speaker__modal-info-bottom {
    font-size: 1.4rem;
    margin-top: 2em;
    line-height: 1.7;
    letter-spacing: 0.13em;
    color: #333;
}

.speaker__modal-info-intro a {
    color: #333333;
}

.speaker__modal-info-plane:not(:last-child) {
    margin-bottom: 2em;
}

.speaker__modal-info-post {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 2.3em;
}

.other__program {
    max-width: 1320px;
    margin: 0 auto;
}

.other__program-ttl {
    font-size: 2.3958vw;
    letter-spacing: 0.12em;
    margin-bottom: 1.39em;
    font-weight: normal;
    text-align: center;
}

.other__program-wrap {
    padding: 3.7% 3.9%;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
}

.other__program-exhibition {
    padding-bottom: 3.9%;
    border-bottom: 1px solid #000;
}

.other__program-visit {
    margin-top: 3.9%;
    padding-bottom: 3.9%;
    border-bottom: 1px solid #000;
}

.other__program-exhibition-textBox {
    flex: 1;
    margin-right: 3.7%;
}

.other__program-exhibition-info {
    border-bottom: 1px solid #000;
}

.other__program-visit-info {
    border: 0;
}

.other__program-exhibition-info-ttl {
    color: #333;
    font-size: 0.8333vw;
    font-weight: bold;
    padding: 0.7em 0.2em;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(to right,
            #b25c90 0%,
            #81538b 50%,
            #244b91 100%);
    color: #fff;
    margin-bottom: 1.3em;
    border-radius: 0.3em;
}

@media screen and (max-width: 1582px) {
    .other__program-exhibition-info-ttl {
        font-size: 1.4rem;
    }
}

.other__program-exhibition-info-lead {
    font-size: 0.98958vw;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.57;
    padding-bottom: 1.1em;
}

.other__program-visit-info-lead {
    padding-bottom: 0;
}

@media screen and (max-width: 1617px) {
    .other__program-exhibition-info-lead {
        font-size: 1.6rem;
    }
}

.other__program-exhibition-bottom {
    font-size: 0.572916vw;
    padding-top: 2.2em;
}

@media screen and (max-width: 1746px) {
    .other__program-exhibition-bottom {
        font-size: 1rem;
    }
}

.other__program-exhibition-profile {
    flex: 1;
    margin-right: 5.8%;
}

.other__program-visit-profile {}

.other__program-exhibition-profile-post {
    letter-spacing: 0.04em;
    margin-bottom: 0.7em;
}

.other__program-exhibition-profile-name {
    font-size: 0.729166vw;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.7em;
}

@media screen and (max-width: 1646px) {
    .other__program-exhibition-bottom {
        font-size: 1.2rem;
    }
}

.other__program-exhibition-profile-lead {
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.other__program-visit-profile-lead {
    font-size: 0.729166vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

@media screen and (max-width: 1646px) {
    .other__program-visit-profile-lead {
        font-size: 1.2rem;
    }
}

.other__program-visit-profile-lead:not(:last-child) {
    margin-bottom: 1.8em;
}

.other__program-exhibition-profile-img {
    width: 32%;
}

.other__program-exhibition-imgBox {
    width: 62.5%;
}

.other__program-exhibition-photo01 {
    width: 49%;
    padding-top: 45%;
    margin-right: 2%;
}

.other__program-exhibition-photo02 {
    width: 49%;
    padding-top: 45%;
}

.view__photo {
    width: 32.5%;
    padding-top: 45%;
    margin-right: 1.25%;
}

.other__program-exhibition-photo03 {
    margin-right: 0;
}

.other__program-visit-imgBox {
    width: 62.5%;
}

.other__program-visit-imginner01 {
    width: 57.3%;
    margin-right: 2.5%;
}

.other__program-visit-imginner02 {
    flex: 1;
}

.other__program-visit-photo01 {
    padding-top: 80.6%;
}

.other__program-visit-photo02 {
    padding-top: 54%;
    margin-bottom: 5.5%;
}

.other__program-visit-photo03 {
    padding-top: 54%;
}

.other__program-corner {
    padding-top: 3.9%;
    margin-bottom: 3.9%;
}

.other__program-corner02 {
    border-top: 1px solid #000;
    margin-bottom: 0;
}

.other__program-corner-item {
    width: 33.3%;
    padding: 0 2.5%;
    box-sizing: border-box;
    border-right: 1px solid #000;
    flex: 1;
}

.other__program-corner-item:first-child {
    padding-left: 0;
}

.other__program-corner-item:nth-child(2) {
    width: 36%;
}

.other__program-corner-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.other__program-corner-imgBox {}

.other__program-corner-ttl {
    font-size: 0.8333vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: linear-gradient(to right,
            #b25c90 0%,
            #81538b 50%,
            #244b91 100%);
    color: #fff;
    text-align: center;
    padding: 0.6em 0.2em;
    box-sizing: border-box;
    border-radius: 0.3em;
    margin-top: 1.7em;
}

@media screen and (max-width: 1582px) {
    .other__program-corner-ttl {
        font-size: 1.4rem;
    }
}

.other__program-corner-lead {
    font-size: 0.729166vw;
    letter-spacing: 0.12em;
    line-height: 1.85;
    margin-top: 1.6em;
}

@media screen and (max-width: 1646px) {
    .other__program-corner-lead {
        font-size: 1.2rem;
    }
}

/*============================
#speaker
============================*/
#speaker {
    padding: 6% 0 5%;
    background-color: #f5f5f5;
}

.speaker-secInner {
    max-width: 1354px;
}

.speaker-ttlBox {
    margin-bottom: 6%;
}

.speaker-ttl-jpn {
    color: #333;
}

.speaker-wrap {}

.speaker-list {
    flex-wrap: wrap;
    color: #333;
}

.speaker-item {
    width: 15.3%;
    margin: 2.1% 0.68%;
    text-align: center;
    font-size: 0.729166vw;
}

@media screen and (max-width: 1646px) {
    .speaker-item {
        font-size: 1.2rem;
    }
}

.speaker-item a {
    color: #333;
    transition: 0.6s;
}

.speaker-item a:hover {
    opacity: 0.6;
}

.speaker-img-grade {
    background: linear-gradient(to right,
            #b25c90 0%,
            #81538b 50%,
            #244b91 100%);
    border-radius: 50%;
    width: 87%;
    margin: 0 auto;
}

.speaker-img {
    border-radius: 50%;
    border: 3px solid transparent;
}

.speaker-name {
    margin-top: 1.5em;
    font-size: 0.8333vw;
    font-weight: 500;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 1582px) {
    .other__program-exhibition-info-ttl {
        font-size: 1.4rem;
    }
}

.speaker-title {
    margin-top: 0.75em;
    letter-spacing: 0.09em;
    line-height: 1.8;
}

/*============================
#apply
============================*/
#apply {
    position: relative;
    padding: 7.6% 0 6.3%;
    background: url("../Image/apply-bg.jpg") no-repeat center left;
    background-size: cover;
}

#apply:before {
    left: 3.5%;
    right: auto;
    bottom: auto;
    top: 0;
}

#apply:after {
    bottom: auto;
    top: 6.4%;
    right: auto;
    left: 0;
}

.apply-secInner {
    max-width: 1320px;
}

.apply-ttlBox {
    margin-bottom: 3.6%;
}

.apply-wrap {
    background-color: #fff;
    padding: 7.1%;
    box-sizing: border-box;
    color: #333;
}

.apply-notice {
    width: 42%;
    border-right: 2px dotted #333;
    padding-right: 1.6em;
}

.apply-notice-ttl {
    display: inline-block;
    font-size: 1.19791vw;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
    margin-bottom: 1.21em;
    border-bottom: 2px solid #333;
}

@media screen and (max-width: 1169px) {
    .apply-notice-ttl {
        font-size: 1.4rem;
    }
}

.apply-notice-item {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.729166vw;
    letter-spacing: 0.15em;
    line-height: 1.8;
}

@media screen and (max-width: 1646px) {
    .apply-notice-item {
        font-size: 1.2rem;
    }
}

.apply-notice-item:not(:last-child) {
    margin-bottom: 0.8em;
}

.apply-Box {
    flex: 1;
    padding-left: 8.4%;
    box-sizing: border-box;
}

.apply-Box-ttl {
    position: relative;
    font-size: 1.09375vw;
    text-align: center;
    letter-spacing: 0.07em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 1.2em;
    margin-bottom: 1.33em;
}

@media screen and (max-width: 1646px) {
    .apply-Box-ttl {
        font-size: 1.8rem;
    }
}

.apply-Box-ttl:after {
    content: "";
    display: block;
    width: 2.9em;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #333;
}

.apply-conference {
    margin-top: 8.9%;
}

.apply-fonts {
    font-weight: 500;
    letter-spacing: 0.07em;
}

.apply-btn {
    position: relative;
    font-size: 0.8333vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.09em;
}

@media screen and (max-width: 1582px) {
    .apply-btn {
        font-size: 1.4rem;
    }
}

.apply-btn:after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.6em;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background: url("../Image/arrow-right.svg") no-repeat center right;
    background-size: contain;
}

.apply-mirareru .apply-btn:after {
    right: 8%;
}

.apply-btn a {
    display: block;
    text-decoration: none;
    outline: none;
    padding: 1.6em 1em;
    border-radius: 2.8em;
    background: linear-gradient(to left,
            #be5895 0%,
            #81538b 25%,
            #244b91 35%,
            #244b91 50%,
            #81538b 75%,
            #be5895 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}

.apply-btn a:hover {
    color: #fff;
    background-position: 99% 50%;
}

.apply-conference-bottom .apply-btn {
    width: 48%;
    text-align: left;
}

.apply-conference-bottom .apply-btn a {
    padding: 0.75em 1em 0.75em 2.8em;
}

.apply-conference-bottom .apply-btn:after {
    right: 12%;
}

.apply-conference-bottom .apply-btn:first-child {
    margin-right: 4%;
}

.apply-btn-hour {
    font-size: 0.9375vw;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    letter-spacing: 0.16em;
}

@media screen and (max-width: 1601px) {
    .apply-btn-hour {
        font-size: 1.5rem;
    }
}

/*============================
#sponsor
============================*/
#sponsor {
    padding: 6.4% 0 8%;
    background-color: #f5f5f5;
}

.sponsor-secInner {
    max-width: 1230px;
}

.sponsor-ttlBox {
    margin-bottom: 4%;
}

.sponsor-ttl-jpn {
    color: #333;
}

.sponsor-list {
    flex-wrap: wrap;
    justify-content: center;
}

.sponsor-item {
    width: 13.1%;
    margin: 1.5% 1%;
}

.sponsor-item a {
    transition: 0.6s;
}

.sponsor-item a:hover {
    opacity: 0.6;
}

.sponsor-milbon {
    width: 44%;
}

.sponsor-mid-list {
    align-items: center;
    margin-bottom: 3%;
}

.sponsor-mid-list .sponsor-item {
    width: 26%;
    margin-right: 9%;
}

.sponsor-mid-list .sponsor-item:nth-child(3n) {
    margin-right: 1%;
}

.sponsor-mid-list .sponsor-item:last-child {
    margin-right: 0;
}

/* .sponsor-mid-list .sponsor-loreal{
  margin: 2%;
} */
/* .sponsor-mid-list .sponsor-jcprogram{
  margin:2%;
} */
/*============================
#outline
============================*/
#outline {
    padding: 8.4% 0 6.5%;
    background: url("../Image/outline-bg.jpg") no-repeat center left;
    background-size: cover;
}

.outline-secInner {
    max-width: 740px;
}

.outline-ttlBox {
    margin-bottom: 12.4%;
}

.outline-list {}

.outline__item {
    font-size: 0.885416vw;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #fff;
    line-height: 1.7;
}

@media screen and (max-width: 1582px) {
    .outline__item {
        font-size: 1.4rem;
    }
}

.outline__item:last-child {
    margin-bottom: 0;
}

.outline__item-label {
    font-weight: 500;
    position: relative;
    width: 5em;
    margin-right: 2.9em;
    text-align: center;
    letter-spacing: 0.1em;
}

.outline__item-label::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -1.65em;
    background-color: #fff;
}

.outline__item-field {
    font-weight: normal;
    letter-spacing: 0.15em;
    flex: 1;
}

/*============================
#access
============================*/
#access {
    padding: 8.2% 0 8.8%;
    background-color: #f5f5f5;
}

.access-secInner {
    max-width: 1100px;
}

.access-ttlBox {
    text-align: left;
}

.access-ttl-jpn {
    color: #333;
}

.access-map {
    margin-top: -10%;
}