@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* mv */
.mv {
    padding: 0;
    overflow: hidden;
    color: var(--color-white);
    width: 100%;
    max-height: 900rem;
    aspect-ratio: 1440/900;
    position: relative;
}

.slider--mv .slide {
    max-height: 900rem;
    aspect-ratio: 1440/900;
}

.mv .slider .container {
    opacity: 0;
    width: max-content;
    position: absolute;
    top: 50%;
    left: calc((100vw - 1024rem)/2);
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    animation: fadeIn 4s forwards 1s;
}

.mv__heading {
    font-family: "游明朝体",
        "Yu Mincho",
        YuMincho,
        "ヒラギノ明朝Pro",
        "Hiragino Mincho Pro",
        "MS P明朝",
        "MS PMincho",
        sans-serif;
    font-size: 54rem;
    line-height: 1.45;
    letter-spacing: .1em;
    text-shadow: 0 0 17rem var(--color-black);
}

.slide--06 .mv__heading {
    font-size: 48rem;
}

.mv__heading.mv__heading--green {
    font-size: 68rem;
    color: var(--color-green);
    text-shadow: 0 0 20rem var(--color-white),
        0 0 20rem var(--color-white),
        0 0 20rem var(--color-white),
        0 0 10rem var(--color-white),
        0 0 10rem var(--color-white);
    margin-bottom: 50rem;
}

.mv__text {
    line-height: 1.6;
    font-size: 25rem;
    margin: 10rem 0;
    text-shadow: 0 0 15rem var(--color-black),
        0 0 15rem var(--color-black),
        0 0 5rem var(--color-black);
}

.mv .btn--more {
    margin-top: 30rem;
    color: var(--color-white);
}

.slide__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1440/900;
}

#mv_video {
    animation: fadeIn 2s forwards;
    object-fit: cover !important;
    width: 100% !important;
    height: 900rem !important;
    aspect-ratio: 1440/900 !important;
}

#mv_video video {
    object-fit: cover !important;
    width: 100% !important;
    height: 900rem !important;
    aspect-ratio: 1440/900 !important;
}

/* ブライトコーブ　video上部に表示されるvideo情報 */
.vjs-dock-text {
    display: none !important;
}

/* ブライトコーブ　再生ボタン */
.vjs-big-play-button {
    display: none !important;
}

.add-animation .slide__img {
    animation: zoomUp 8s linear 0s normal both;
}

.slide--06 .container {
    padding-bottom: 140rem;
}

.slide--06 .btn--more {
    color: var(--color-green);
}
.slide--06 .btn--more img {
width: 13rem;
height: 13rem;
display: inline;
vertical-align: middle;
}

.mv .wrapper--btns {
    position: absolute;
    bottom: 115rem;
    height: 40rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    gap: 36rem;
}

.slick--pause {
    width: 40rem;
    height: 40rem;
    cursor: pointer;
    transition: all .4s;
    background: url(../img/btn_pause.svg) center/contain no-repeat;
}

.slick--pause.paused {
    background: url(../img/btn_start.svg) center/contain no-repeat;
}

.slick--pause:hover {
    opacity: .7;
}

.dots__wrapper {
    position: relative;
}

.slick-dots {
    gap: 36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    width: 8rem;
    height: 8rem;
    background: var(--color-white);
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    transform: scale(2);
}

.slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

@media screen and (max-width: 767.9px) {

    .mv,
    .slider--mv .slide,
    .slide__img {
        max-height: unset;
        aspect-ratio: 375/665;
    }

    #mv_video {
        height: 665rem !important;
        aspect-ratio: 375/665 !important;
    }

    #mv_video video {
        height: 665rem !important;
        aspect-ratio: 375/665 !important;
    }

    .mv .slider .container {
        top: 28%;
        left: 20rem;
        transform: translate(0, 0);
    }

    .mv .slide--06 .container {
        top: 20%;
        padding-bottom: 140rem;
    }

    .mv__heading,
    .slide--06 .mv__heading {
        font-size: 26rem;
    }

    .mv__heading.mv__heading--green {
        font-size: 36rem;
        margin-bottom: 30rem;
    }

    .mv__text {
        font-size: 14rem;
    }

    .mv .btn--more {
        margin-top: 10rem;
    }

    .mv .wrapper--btns {
        bottom: 190rem;
        justify-content: center;
    }
}

/* news */
.news {
    padding: 0;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 60rem;
    margin-top: -60rem;
    background-color: rgba(255, 255, 255, .9);
}

.news .container {
    display: flex;
    align-items: center;
}

.news__heading {
    font-size: 20rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 18rem;
}

.news__link {
    display: flex;
}

.news__date {
    width: 124rem;
}

.news__btn {
    font-size: 13rem;
    color: var(--color-gray);
    display: flex;
    align-items: center;
    margin: 10rem 0 10rem auto;
    gap: 16rem;
    padding-left: 63rem;
}

.news__arrow {
    width: 40rem;
    height: 40rem;
}

@media screen and (max-width: 767.9px) {
    .news {
        padding: 10rem 0;
        margin-top: -157rem;
        height: 157rem;
    }

    .news .container {
        flex-direction: column;
    }

    .news__heading {
        margin-right: 0;
    }

    .news__date {
        width: 120rem;
    }

    .news__title {
        width: 215rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .news__btn {
        margin: 18rem auto 7rem;
    }
}

/* cases */
.cases {
    padding-bottom: 116rem;
}

.cases .card__lists {
    margin-top: 85rem;
}

@media screen and (max-width: 767.9px) {
    .cases {
        padding-bottom: 75rem;
    }

    .cases .card__list:not(:first-child) {
        display: none;
    }

    .cases .card__lists {
        margin-top: 32rem;
    }

    .cases .card__img {
        height: 320rem;
        object-fit: cover;
    }
}

/* search */
.search {
    padding-bottom: 119rem;
    background-color: var(--color-gray-lightest);
    padding-top: 80rem;
}

.search__fields {
    display: flex;
    justify-content: space-between;
}

.search__field {
    width: 472rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search__field .search__items .search__item:last-child {
    padding-bottom: 60rem;
}

.search__field--02 {
    width: calc(472rem + 40rem);
    padding-left: 40rem;
    border-left: 1px solid var(--color-gray-lighter);
}

.search__heading {
    color: var(--color-gray);
    font-size: 28rem;
    margin: 8rem 0 13rem;
    letter-spacing: .1em;
}

.search__icon {
    order: -1;
    width: 77rem;
    height: 64rem;
    object-fit: contain;
}

.search__items {
    width: 100%;
}

.search .btn--white.btn--search {
    margin-top: auto;
}

.acc__contents {
    padding-top: 24rem;
    padding-bottom: 0;
}

.acc__annotation p {
    font-size: 16rem;
    color: var(--color-black);
    margin-bottom: 24rem;
}

.acc__list {
    display: flex;
    align-items: center;
    margin-bottom: 7rem;
}

.acc__list input[type="radio"] {
    position: relative;
    width: 26rem;
    height: 26rem;
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    border-radius: 50%;
    vertical-align: -2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.acc__list input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background: var(--color-green);
    content: '';
}

.acc__list input[type="checkbox"] {
    position: relative;
    width: 25rem;
    height: 25rem;
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    border-radius: 4rem;
    vertical-align: -2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.acc__list input[type="checkbox"]:checked:before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
    width: 16rem;
    height: 8rem;
    border-left: 3rem solid var(--color-green);
    border-bottom: 3rem solid var(--color-green);
    content: '';
}

.form__label {
    cursor: pointer;
    font-size: 16rem;
    color: var(--color-black);
    margin-left: 15rem;
}

.form__label span {
    font-size: 12rem;
}

@media screen and (max-width: 767.9px) {
    .search {
        padding-top: 47rem;
        padding-bottom: 70rem;
    }

    .search__fields {
        flex-direction: column;
        gap: 50rem;
    }

    .search__field {
        width: 100%;
    }

    .search__field--02 {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .search__icon {
        position: absolute;
        left: 20rem;
        width: 50rem;
    }

    .search__heading {
        font-size: 22rem;
    }

    .search .btn--white.btn--search.btn--search {
        margin-top: 0;
    }

    .search__field .search__items .search__item:last-child {
        padding-bottom: 53rem;
    }

    .form__label span {
        font-size: 10rem;
    }
}


/* business */
.business {
    padding-top: 0;
}

.business .heading--primary.imgBg {
    background-image: url(../img/business_title.webp);
}

.business .card__title {
    width: 300rem;
    background-color: var(--color-white);
    margin-top: -45rem;
    margin-left: -1rem;
    padding: 8rem 0 0 6rem;
}

.business .card__list:nth-child(3) .card__title {
    width: 396rem;
}

.business .card__description {
    margin: 23rem 0 23rem 4rem;
}

@media screen and (max-width: 767.9px) {
    .business .card__title {
        width: 242rem;
        margin-top: -33rem;
        padding: 6rem 0 0 6rem;
    }

    .business .card__list:nth-child(3) .card__title {
        width: 310rem;
    }

    .business .card__description {
        margin: 10rem 0 15rem;
    }

    .business .card__img {
        height: 201rem;
        object-fit: cover;
    }
}

/* pickup */
.pickup {
    padding-top: 81rem;
    background-color: var(--color-green-light);
}

.pickup .heading--primary {
    margin-bottom: 82rem;
}

.slider--pickup .slide {
    width: 240rem;
    margin: 0 10rem;
    line-height: 1.5;
}

.slider--pickup .card__title {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10rem;
    height: 48rem;
}

.pickup .card__img {
    height: 190rem;
    object-fit: cover;
}

.slick-arrow {
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24rem;
    height: 24rem;
    border-bottom: 1rem solid var(--color-gray);
    border-right: 1rem solid var(--color-gray);
    transform: rotate(135deg);
    color: transparent;
    left: -47rem;
    cursor: pointer;
    transition: all .4s;
}

.slick-arrow:hover {
    opacity: .7;
}

.slick-next {
    left: unset;
    right: -47rem;
    transform: rotate(-45deg);
}

.pickup .wrapper--btns {
    margin-top: 40rem;
    height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36rem;
}

.pickup .slick-dots li {
    background: var(--color-gray);
}

.slick--pausePU {
    width: 40rem;
    height: 40rem;
    cursor: pointer;
    transition: all .4s;
    background: url(../img/btn_pause_gray.svg) center/contain no-repeat;
}

.slick--pausePU.paused {
    background: url(../img/btn_start_gray.svg) center/contain no-repeat;
}

.slick--pausePU:hover {
    opacity: .7;
}

.pickup__btn {
    margin: 57rem auto 0;
}

@media screen and (max-width: 1160px) {
    .slick-arrow {
        left: -20rem;
    }

    .slick-next {
        left: unset;
        right: -20rem;
    }

}

@media screen and (max-width: 767.9px) {
    .pickup {
        padding-top: 55rem;
        padding-bottom: 60rem;
    }

    .slider--pickup .slide {
        width: 335rem;
        margin: 0 10rem;
        line-height: 1.5;
    }

    .slider--pickup .card__title {
        height: unset;
    }

    .pickup .heading--primary {
        margin-bottom: 30rem;
    }

    .pickup .card__img {
        object-position: center top;
    }

    .pickup .wrapper--btns {
        margin-top: 36rem;
    }

}

/* cards */
.cards {
    padding-bottom: 340rem;
}

.cards .card__title {
    margin: 22rem 0 16rem;
}

.cards .btn--more {
    margin: 22rem 0 20rem;
}

@media screen and (max-width: 767.9px) {
    .cards {
        padding: 60rem 0 16rem;
    }

    .cards .card__lists--2cols {
        gap: 60rem;
    }

    .cards .card__img {
        height: 201rem;
        object-fit: cover;
    }

    .cards .card__description {
        display: none;
    }

    .cards .text__wrapper {
        display: flex;
        justify-content: space-between;
    }

    .cards .card__title {
        margin: 13rem 0 0;
    }

    .cards .btn--more {
        margin: 16rem 0 14rem;
    }
}

/* banner__section */
.banner__section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding: 80rem 0;
    background-color: var(--color-gray-lightest);
}

.banner__section .container {
    display: flex;
    justify-content: space-between;
}

.banner__link {
    width: 235rem;
}

.sns__wrapper {
    width: 214rem;
    margin-left: 21rem;
}

.sns__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80rem;
    width: 100%;
    padding-top: 5rem;
}

.sns__link:first-child {
    border-bottom: 1px solid var(--color-gray-lighter);
    padding: 0 0 10rem;
}

.sns__img.insta {
    width: 35rem;
    height: 35rem;
}

.sns__img.youtube {
    width: 40rem;
    height: 28rem;
}

.sns__text {
    width: 161rem;
    font-size: 18rem;
    font-weight: 600;
    line-height: 1.35;
}

@media screen and (max-width: 767.9px) {
    .banner__section {
        position: static;
        background-color: unset;
        padding: 43rem 0 54rem;
    }

    .banner__section .container {
        flex-direction: column;
        gap: 40rem;
    }

    .banner__link {
        width: 100%;
    }

    .sns__wrapper {
        width: 100%;
        margin-left: 0;
    }

    .sns__img.insta {
        margin-left: 30rem;
    }

    .sns__img.youtube {
        margin-left: 28rem;
    }

    .sns__text {
        width: 250rem;
    }
}