@charset "Shift_JIS";

.section-movie {
    margin-top: 80px;
}

.main-seminar-movie p,
.main-seminar-movie ul,
.main-seminar-movie ol,
.main-seminar-movie dl {
    margin-bottom: 0;
}

.l-kv__link {
    margin-top: 16px;
    text-align: right;
    font-size: 16px;
}

.l-pick {
    margin-bottom: 80px;
}

.l-pick__list {
    display: flex;
    gap: 64px;
    
    &:not(:first-of-type) {
        margin-top: 56px;
    }
}

.l-pick__list li {
    width: calc((100% - 64px) /2);
    background-color: #f6f6f6;
}

.l-pick__thumb a {
    position: relative;
    display: block;
}

.l-pick__name a {
    color: #333;
    text-decoration: none;
}

.l-pick__thumb a::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(/content/dam/daiwasecurities/seminar/movie/images/icon_play_movie.svg) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
    .l-pick__thumb a::before {
        width: 80px;
        height: 80px;
    }

    .l-movie__note {

    }
}

@media screen and (min-width: 768px) {
    .l-pick__name a:hover {
        text-decoration: underline;
    }

    .l-pick__thumb a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: #fff;
        transition: opacity 0.3s;
    }

    .l-pick__thumb a:hover::after {
        opacity: .3;
    }
}

.l-pick__box {
    padding: 24px 16px 32px;

    .c-link {
        margin-top: 10px;
    }
}

.l-pick__name {
    font-size: 20px;
    font-weight: bold;
}

.l-pick__detail {
    font-size: 16px;
    margin-top: 16px;
}

.l-pick__date {
    width: fit-content;
    padding: 5px;
    font-size: 14px;
    margin-top: 14px;
    color: #666;
    background-color: #fff;
}

.l-pick__link {
    font-size: 16px;
    margin-top: 24px;

    > a {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .l-pick {
        margin-bottom: 8.4507042254%;
    }

    .l-pick__list {
        display: block;
    }

    .l-pick__list li {
        width: 100%;
    }

    .l-pick__list li:nth-of-type(n + 2) {
        margin-top: 5.6338028169%;
    }

    .l-pick__box {
        padding: 5.6338028169% 2.8169014085%;
    }

    .l-pick__detail {
        margin-top: 4.4776119403%;
    }

    .l-pick__date {
        margin-top: 4.4776119403%;
    }

    .l-pick__link {
        margin-top: 4.4776119403%;
    }
}

.l-movies {
    margin-bottom: 80px;
}

.l-movie__list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.l-movie__list li {
    width: calc((100% - 80px) / 3);
    background-color: #f6f6f6;
}

.l-movie__thumb a {
    position: relative;
    display: block;
}

.l-movie__name a {
    color: #333;
    text-decoration: none;
}

.l-movie__thumb a::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(/content/dam/daiwasecurities/seminar/movie/images/icon_play_movie.svg) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
    .l-movie__thumb a::before {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 768px) {
    .l-movie__name a:hover {
        text-decoration: underline;
    }

    .l-movie__thumb a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: #fff;
        transition: opacity 0.3s;
    }

    .l-movie__thumb a:hover::after {
        opacity: 0.3;
    }
}

.l-movie__box {
    padding: 24px 16px 32px;
}

.l-movie__name {
    font-size: 20px;
    font-weight: bold;
}

.l-movie__detail {
    font-size: 16px;
    margin-top: 16px;
}

.l-movie__date {
    width: fit-content;
    padding: 5px;
    font-size: 14px;
    margin-top: 12px;
    color: #666;
    background-color: #fff;
}

.l-movie__link {
    font-size: 16px;
    margin-top: 24px;
}

.l-movie__note {
    font-size: 16px;
    margin-top: 5px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .l-movie {
        margin-bottom: 8.4507042254%;
    }

    .l-movie__list {
        display: block;
    }

    .l-movie__list li {
        width: 100%;
    }

    .l-movie__list li:nth-of-type(n + 2) {
        margin-top: 5.6338028169%;
    }

    .l-movie__box {
        padding: 5.6338028169% 2.8169014085%;
    }

    .l-movie__detail {
        margin-top: 4.4776119403%;
    }

    .l-movie__date {
        margin-top: 4.4776119403%;
    }

    .l-movie__link {
        margin-top: 4.4776119403%;
    }

    .l-movie__note {
        margin-top: 1.4776119403%;
    }
}

.c-button--outline {
    width: 211px;
    margin: 16px auto;
    > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 175px;
        width: 100%;
        height: 53px;
        line-height: 1.3;
        text-decoration: none;
        color: #333333;
        background-color: #ffffff;
        border-radius: 4px;
        padding: 16px 24px;
        border: 1px solid #333333;
        transition: all 0.3s ease;

        &::before {
            display: none;
        }
    }
}

/* その他の動画コンテンツ */

.l-other {
    margin-bottom: 80px;
}

.l-other__list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.l-other__list li {
    width: calc((100% - 80px) / 3);
    border-radius: var(--rounded-border-radius, 4px);
    background: var(--colorRule-background-white, #FFF);

    /* ButtonShadow/linkShadow */
    box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.07);
}

.l-other__thumb a {
    position: relative;
    display: block;
}

.l-other__box {
    padding: 16px;
}

.l-other__box a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.l-other__text {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .l-other__thumb a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: #fff;
        transition: opacity 0.3s;
    }

    .l-other__thumb a:hover::after {
        opacity: 0.3;
    }

    .l-other__box a:hover {
        text-decoration: underline;
    }
}


@media screen and (max-width: 767px) {
    .l-other {
        margin-bottom: 16.9014084507%;
    }

    .l-other__list {
        display: block;
    }

    .l-other__list li {
        width: 100%;
    }

    .l-other__list li:nth-of-type(n + 2) {
        margin-top: 8.4507042254%;
    }

    .l-other__box {
        padding-top: 5.6338028169%;
    }

    .l-other__text {
        margin-top: 2.2535211268%;
    }
}

.other {
  margin-top: 80px;
  margin-bottom: 80px;
}
.other-heading {
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #333;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(10px);
}
.other-heading.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.other-list > .other-list-item {
width: 100%;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.0705882353);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 4px;
  overflow: hidden;
}
.other-list > .other-list-item figure {
  margin: 0;
}
.other-list > .other-list-item figcaption {
  padding-bottom: 24px;
}
.other-list > .other-list-item.is-show {
  opacity: 1;
}
@media screen and (min-width: 768px) {
    .other-list {
        display: flex;
        gap: 40px;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .other-list > .other-list-item {
        width: calc((100% - 80px) / 3);
    }
  .other-list > .other-list-item:hover {
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.2509803922);
  }
}
.other-list > .other-list-item > a {
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 768px) {
  .other-list > .other-list-item > a:hover .other-list-thumbnail {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .other-list > .other-list-item > a:hover .other-list-button {
    border: 1px solid #D9340A;
    color: #D9340A;
  }
}
.other-list-image {
  overflow: hidden;
  width: 100%;
  height: 210px;
  position: relative;
}
.other-list-thumbnail {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0;
}
.other-list-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other-list-text {
  font-size: 16px;
  color: #333;
  margin: 24px auto 0;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  height: 72px;
  text-align: center;
}
.other-list-button {
    max-width: 190px;
  text-align: center;
  margin: 16px auto 0;
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #333;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.other-list-button-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .other {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
  .other-heading {
    font-size: 24px;
  }
  .other-carousel {
    width: 246px;
    height: 100%;
    margin-bottom: 24px;
    padding-left: 16px;
  }
  .other-carousel-wrap {
    overflow: hidden;
  }
  .other-list {
    gap: 16px;
  }
  .other-list .other-list-item {
    width: 100%;
    margin-right: 16px;
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.0705882353);
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 4px;
    overflow: hidden;
  }
  .other-list .other-list-item figure {
    margin: 0;
  }
  .other-list .other-list-item figure img {
    height: auto;
  }
  .other-list .other-list-item figcaption {
    padding-bottom: 24px;
  }
  .other-list .other-list-item.is-show {
    opacity: 1;
  }
  .other-list .other-list-item > a {
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .slick-track {
    display: flex;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .other-list .other-list-item > a:hover {
    opacity: 0.7;
  }
  .other-list .other-list-item > a:hover .other-list-thumbnail {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .other-list-image {
    height: auto;
  }
  .other-list-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .other-list-text {
    font-size: 14px;
    margin: 16px auto 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 84px;
  }
  .other-indicator {
    display: flex;
    gap: 3.5px;
    justify-content: center;
  }
  .other-indicator span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #B3B3B3;
  }
  .other-indicator span.is-current {
    background-color: #D9340A;
  }
}


/* .panel-note
----------------------------------------------- */
.panel-note {
    margin: 0 0 15px;
    padding: 25px 30px 23px;
    border: 1px solid #bfbfbf;
    border: 1px solid #333;
    background: #fff;
}

.panel-note p {
    font-size: 16px;
}

.panel-note> :last-child {
    margin-bottom: 0;
}

.panel-note>.panel-hdg {
    margin: 0 0 21px;
    text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
}

.panel-note>.panel-hdg::before {
    position: relative;
    top: 2px;
    margin: 0 11px 0 0;
    width: 18px;
    height: 15px;
    background-position: 0 -147px;
    background-size: 185px auto;
    -webkit-background-size: 185px auto;
}

.panel-note>.panel-hdg-02 {
    margin: 0 0 4px;
    font-size: 1.4rem;
}

.panel-note > p:has(.c-link) {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .panel-note {
        padding: 16px;
    }
}