.fv {
    margin-top: 85px;
}
.fv_content {
    display: flex;
}
.fv_content .textarea {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}
.fv_content .textarea .main-catch {
    font-size: 3.4vw;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-top: auto;
}
.fv_content .textarea .main-catch .red {
    color: #e00b15;
}
.fv_content .textarea .sub-catch {
    font-size: 1.5rem;
    margin-top: auto;
    margin-right: 30px;
}
.fv_content .textarea .sub-catch2 {
    margin-top: 20px;
    margin-right: 30px;
    text-align: right;
    font-weight: 700;
}
.fv_content .fv-slide-wrap {
    width: 75%;
}
.slide-lower-contents {
    width: 75%;
    margin-left: auto;
    padding-right: 25px;
}
.slide-lower-contents .slider-parts {
    display: flex;
    align-items: center;
    margin: 16px 0;
}
.slide-lower-contents .slider-parts .fv-slider-arrows {
    display: flex;
    gap: 10px;
}
.slide-lower-contents .slider-parts .fv-slider-arrows .slide-arrow {
    width: 16px;
    display: block;
    position: relative;
    cursor: pointer;
}
.slide-lower-contents .slider-parts .fv-slider-arrows .prev-arrow::before {
    content: url(../images/common/slider-prev-arrow.svg);
}
.slide-lower-contents .slider-parts .fv-slider-arrows .next-arrow::before {
    content: url(../images/common/slider-next-arrow.svg);
}
.fv-slider-dots {
    margin-left: 20px;
}
.dots-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.dots-wrap li {
    width: 8px;
    height: 8px;
    background: #cfcfcf;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #000;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.slide-lower-contents .sub-text {
    white-space: pre-wrap;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
}
.slide-lower-contents .btn-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.slide-lower-contents .btn-logo .logo {
    width: 130px;
}

.fv-lower-bnr {
    margin: 0 auto;
    text-align: center;
    padding: 60px 25px;
    position: relative;
}
.fv-lower-bnr::after {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    background-color: #f9f9fe;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.fv-bottom-bnr-slider {
    max-width: 1200px;
    margin: 0 auto;
}
.fv-lower-bnr .bnr-link {
    display: block;
    margin: 0 auto;
}
.fv-lower-bnr .bnr-link:hover {
    opacity: .9;
}

.top-service {
    background-color: #f9f9fe;
    padding-top: 60px;
}
.service-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.service-list .service-list-item {
    border: solid 4px #000;
    padding-top: calc((100% - 60px) / 3);
    position: relative;
    color: #fff;
}
.service-list .service-list-item::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .2s;
}
.service-list a.service-list-item:hover::after {
    opacity: .5;
}
.service-list .service-list-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
.service-list .service-list-item:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    padding-top: calc(200% + 30px);
}
.service-list .service-list-item:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}
.service-list .service-list-item:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
    padding-top: calc(200% + 30px);
}
.service-list .service-list-item:nth-child(5) {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}
.service-list .service-list-item:nth-child(6) {
    grid-column: 2 / 4;
    grid-row: 4 / 5;
}
.service-list .service-list-item .textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    line-height: 1;
    z-index: 2;
}
.service-list .service-list-item .textarea .service-name-jp {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 15px 0 10px;
}
.service-list .service-list-item .textarea .service-name-en {
    font-size: 1.4rem;
    font-weight: 500;
}

.mid-bnr {
    padding: 130px 0 0;
    background-color: #f9f9fe;
}
.mid-bnr-slider-item {
    margin: 0 5px;
}

.top-news {
    padding: 130px 0;
    background-color: #f9f9fe;
}
.news-contents {
    display: flex;
}
.news-contents .textarea {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.news-contents .textarea .section-title {
    text-align: left;
}
.news-contents .news_list {
    border-top: solid 2px #4b4b4b;
    width: 100%;
}
.news-contents .news_list .news_item {
    border-bottom: solid 2px #4b4b4b;
    width: 100%;
}
.news-contents .news_list .news_item .news_link {
    padding: 25px 0 25px 15px;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
}
.news-contents .news_list .news_item .news_link .news-date {
    text-align: center;
    line-height: 1;
}
.news-contents .news_list .news_item .news_link .news-date .y-m {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 5px;
}
.news-contents .news_list .news_item .news_link .news-date .d {
    font-size: 4.8rem;
}
.news-contents .news_list .news_item .news_link .news-category {
    display: block;
    width: 220px;
    text-align: center;
    font-weight: 700;
}
.news-contents .news_list .news_item .news_link .news-title {
    font-size: 1.8rem;
    font-weight: 500;
}

.sns-section {
    padding: 130px 0 0;
}
.sns-section .sns-post-wrap {
    position: relative;
}
.sns-section .sns-post-wrap .sns-link-icon {
    width: 60px;
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
}
.sns-section .sb-grid-wrapper {
    display: flex !important;
    gap: 20px;
}
.sns-section .sb-grid-wrapper .sb-post-item-wrap {
    padding: 0 !important;
}
.sns-section .sb-grid-wrapper .sb-post-item-image-wrap {
    border-radius: 0 !important;
}
.es-widget-container {
    padding: 0 !important;
}
.youtube-nonshort-videos {
    display: flex;
    gap: 20px;
}
.youtube-nonshort-videos .youtube-video {
    width: calc((100% - 45px) / 4);
    aspect-ratio: 16 / 9;
}
.youtube-nonshort-videos .youtube-video iframe {
    width: 100%;
    height: 100%;
}
.tiktok-embed-movies {
    margin: 15px 0;
}
.sns-section .more_btn_wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.sns-block-title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.sns-block-title .sns-icon {
    display: block;
}
.sns-block-title .sns-icon.yt {
    width: 40px;
}
.sns-block-title .sns-icon.tk {
    width: 32px;
}
.sns-block-title .sns-icon.ig {
    width: 36px;
}
.sns-block-title .txt {
    font-size: 2rem;
    font-weight: 700;
}
.sns-embed-movies .more_btn_container {
    text-align: right;
    margin-top: 20px;
}

.top-column {
    padding: 130px 0;
}
#column-slider .column_item {
    margin: 0 15px;
}
#column-slider .column_link {
    color: #000;
}
#column-slider .column_item .meta {
    display: flex;
    gap: 15px;
    margin: 15px 0 10px;
    line-height: 1;
    align-items: center;
}
#column-slider .column_item .meta .date {
    font-size: 1.2rem;
    font-weight: 400;
}
#column-slider .column_item .meta .column-category {
    font-size: 1.4rem;
    font-weight: 500;
}
#column-slider .column_item .column-title {
    font-size: 1.7rem;
    font-weight: 600;
}
#column-slider .column_item .description {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
    color: #393939;
    margin-top: 10px;
}
#column-slider .slide-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#column-slider .slide-arrow.prev-arrow {
    left: -60px;
}
#column-slider .slide-arrow.next-arrow {
    right: -60px;
}
#column-slider .slide-arrow.prev-arrow::before {
    content: url(../images/common/slider-prev-arrow.svg);
    width: 20px;
    height: 20px;
}
#column-slider .slide-arrow.next-arrow::before {
    content: url(../images/common/slider-next-arrow.svg);
    width: 20px;
    height: 20px;
}
.column-slider-wraper {
    position: relative;
}
.column-slider-wraper .column-slider-dots {
    margin-top: 20px;
}
.top-column .btn_wrap {
    margin: 40px auto 0;
    text-align: center;
}

.ksf-selection {
    background-color: #f9f9fe;
    padding: 130px 0;
}
#construction-slider .slide-item {
    background-color: #fff;
    padding: 25px;
    margin: 0 15px;
}
#construction-slider .slide-item-content {
    width: 100%;
    display: flex;
    gap: 10px;
}
#construction-slider .slide-item .item-image {
    flex-shrink: 0;
}
#construction-slider .slide-item .textarea .item-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}
#construction-slider .slide-item .textarea .item-text {
    font-size: 1.4rem;
    line-height: 1.8;
    white-space: pre-wrap;
}
#construction-slider .slide-item .item-link {
    display: block;
    width: 200px;
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #e00b15;
    border-radius: 40px;
    margin: 20px auto 0;
}
#construction-slider .slick-track {
    display: flex;
}
#construction-slider .slick-slide {
    height: auto !important;
}
#construction-slider .slide-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#construction-slider .slide-arrow.prev-arrow {
    left: -60px;
}
#construction-slider .slide-arrow.next-arrow {
    right: -60px;
}
#construction-slider .slide-arrow.prev-arrow::before {
    content: url(../images/common/slider-prev-arrow.svg);
    width: 20px;
    height: 20px;
}
#construction-slider .slide-arrow.next-arrow::before {
    content: url(../images/common/slider-next-arrow.svg);
    width: 20px;
    height: 20px;
}
.construction-slider-wrapper .construction-slider-dots {
    margin: 20px;
}
.sub-slider-wrapper {
    margin-top: 60px;
}
#sub-slider {
    margin-bottom: 20px;
}
#sub-slider .slide-link,
#sub-slider-reverse .slide-link {
    display: block;
    margin: 0 10px;
}
#sub-slider .slide-arrow {
    width: 24px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#sub-slider .slide-arrow.prev-arrow {
    left: -60px;
}
#sub-slider .slide-arrow.next-arrow {
    right: -60px;
}
#sub-slider .slide-arrow.prev-arrow::before {
    content: url(../images/common/sub-prev-arrow.svg);
    width: 24px;
    height: 32px;
}
#sub-slider .slide-arrow.next-arrow::before {
    content: url(../images/common/sub-next-arrow.svg);
    width: 24px;
    height: 32px;
}
/* .sub-slider-wrapper {
    position: relative;
    margin-top: 60px;
}
.sub-slider-wrapper .sub-slider-dots {
    margin-top: 20px;
} */
.ksf-selection .bottom-banner {
    margin-top: 75px;
}
.ksf-selection .bottom-banner .bb-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    transition: all .2s;
}
.ksf-selection .bottom-banner .bb-link:hover {
    opacity: .8;
}
.ksf-selection .bottom-banner .bb-image {
    max-width: 630px;
}

.deliphoto-section {
    padding-bottom: 130px;
    background-color: #f9f9fe;
}
.deliphoto-section .deliphoto-item {
    margin: 0 5px;
}
.mcpic-section {
    padding-bottom: 130px;
    background-color: #f9f9fe;
}
.mcpic-section .mcpic-item {
    margin: 0 5px;
}
.mcpic-section .mcpic-item .photo-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}
.mcpic-section .mcpic-item .photo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.deliphoto-section .btn_wrap,
.mcpic-section .btn_wrap {
    margin: 40px auto 0;
    text-align: center;
}

.bottom-bnr-section {
    padding-bottom: 130px;
    background-color: #f9f9fe;
}
.bottom-bnr-content {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.bottom-bnr-content .bottom-bnr-item {
    display: block;
    width: calc((100% - 40px) / 3);
}
.bottom-bnr-content .bottom-bnr-item:hover {
    opacity: .8;
}

.sns-video-embed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sns-video-embed .video-item {
    width: calc((100% - 60px) / 4);
}
.sns-video-embed .video-item iframe {
    width: 100%;
    height: 100%;
}


/*  RESPONSIVE FOR LAPTOP */
@media screen and (min-width:841px) and (max-width: 1367px) {
    .fv {
        margin-top: 82px;
    }
}
/*  RESPONSIVE FOR TABLET AND SP */
@media screen and (max-width: 840px) {
    .fv {
        margin-top: 73px;
    }
    .fv_content {
        flex-direction: column;
    }
    .fv_content .textarea {
        width: 100%;
        padding: 40px 5%;
    }
    .fv_content .textarea .main-catch {
        font-size: 4.8rem;
    }
    .fv_content .textarea .sub-catch {
        font-size: 1.4rem;
        margin: 40px 0 0;
    }
    .fv_content .textarea .sub-catch2 {
        margin-top: 10px;
        margin-right: 0;
    }
    .fv_content .fv-slide-wrap {
        width: 100%;
    }
    .slide-lower-contents {
        width: 100%;
        padding: 0 5%;
    }
    .slide-lower-contents .slider-parts {
        justify-content: center;
        margin-top: 10px;
    }
    .slide-lower-contents .slider-parts .fv-slider-arrows {
        position: absolute;
        align-items: center;
        gap: 150px;
    }
    .slide-lower-contents .slider-parts{
        margin-top: 16px;
        position: relative;
    }
    .fv-slider-dots {
        margin-left: 0;
    }
    .slide-lower-contents .sub-text {
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 20px 0;
        text-align: center;
    }
    .slide-lower-contents .btn-logo {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
    .slide-lower-contents .btn-logo .logo {
        width: 200px;
    }

    .fv-lower-bnr {
        padding: 60px 5% 30px;
    }
    .top-service {
        padding-top: 30px;
    }
    .service-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
    }
    .service-list .service-list-item {
        width: 100%;
        aspect-ratio: 2 / 1;
        padding-top: 0;
        background-position: center !important;
    }
    .service-list .service-list-item:nth-child(2),
    .service-list .service-list-item:nth-child(4) {
        padding-top: 0;
    }
    .service-list .service-list-item .textarea {
        padding: 10px;
    }
    .service-list .service-list-item .textarea .service-name-jp {
        font-size: 2rem;
    }
    .service-list .service-list-item .textarea .service-name-en {
        font-size: 1.2rem;
    }
    .service-list .service-list-item::after {
        opacity: .3;
    }

    .mid-bnr {
        padding: 60px 0 0;
    }
    .mid-bnr-slider-item {
        margin: 0 20px;
    }

    .top-news {
        padding: 60px 0;
    }
    .news-contents {
        flex-wrap: wrap;
    }
    .news-contents .textarea {
        width: 100%;
        flex-direction: row;
        align-items: flex-end;
    }
    .news-contents .textarea .section-title {
        margin-bottom: 0;
    }
    .news-contents .news_list {
        margin-top: 30px;
    }
    .news-contents .news_list .news_item .news_link {
        padding: 20px 0;
        flex-wrap: wrap;
        gap: 10px 20px;
        position: relative;
    }
    .news-contents .news_list .news_item .news_link .news-date {
        flex-shrink: 0;
        width: 50px;
        order: 1;
    }
    .news-contents .news_list .news_item .news_link .news-date .y-m {
        font-size: 1.2rem;
    }
    .news-contents .news_list .news_item .news_link .news-date .d {
        font-size: 4rem;
    }
    .news-contents .news_list .news_item .news_link .news-category {
        order: 0;
        width: fit-content;
        font-size: 1.2rem;
        font-weight: 400;
        opacity: .4;
        line-height: 1;
        position: absolute;
        bottom: 10px;
        right: 0;
    }
    .news-contents .news_list .news_item .news_link .news-title {
        width: calc(100% - 70px);
        font-size: 1.5rem;
        line-height: 1.6;
        order: 2;
    }

    .sns-section {
        padding: 60px 0 30px;
    }
    .sns-section .sns-post-wrap {
        padding: 40px 0 0;
    }
    .sns-section .sns-post-wrap.yt,
    .sns-section .sns-post-wrap.ig {
        display: none;
    }
    .sns-section .sns-post-wrap .sns-link-icon {
        width: 30px;
        top: 0;
        left: 0;
        transform: unset;
    }
    .sns-section .sb-grid-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
    .sns-section .sb-grid-wrapper .sb-post-item-wrap {
        width: calc(50% - 10px);
    }
    .youtube-nonshort-videos {
        flex-wrap: wrap;
        gap: 10px;
    }
    .youtube-nonshort-videos .youtube-video {
        width: 100%;
    }
    .tiktok-embed-movies {
        margin: 10px 0;
    }
    .sns-section .more_btn_wrap {
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 20px;
    }
    .sns-section .more_btn_wrap .more_btn_container {
        width: 100%;
        text-align: center;
    }
    .sns-embed-movies {
        margin-bottom: 40px;
    }
    .sns-embed-movies:last-child {
        margin-bottom: 0;
    }
    .sns-block-title {
        margin-bottom: 15px;
    }
    .sns-block-title .txt {
        font-size: 1.8rem;
    }
    .sns-block-title .sns-icon.yt {
        width: 30px;
    }
    .sns-block-title .sns-icon.tk {
        width: 24px;
    }
    .sns-block-title .sns-icon.ig {
        width: 27px;
    }
    .sns-embed-movies .more_btn_container {
        text-align: center;
        margin-top: 15px;
    }

    .top-column {
        padding: 30px 0 60px;
    }
    .top-column .inner {
        padding: 0;
    }
    #column-slider .slide-arrow.prev-arrow {
        left: 20px;
        bottom: -70px;
        top: unset;
        transform: unset;
    }
    #column-slider .slide-arrow.next-arrow {
        right: 20px;
        bottom: -70px;
        top: unset;
        transform: unset;
    }
    #column-slider .column_item {
        margin: 0 20px;
    }
    .column-slider-wraper .column-slider-dots {
        margin-top: 40px;
    }

    .ksf-selection {
        padding: 60px 0;
    }
    .ksf-selection .inner {
        padding: 0;
    }
    #construction-slider .slide-item {
        padding: 25px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin: 0 20px;
    }
    #construction-slider .slide-item .textarea .item-name {
        font-size: 1.6rem;
        text-align: center;
    }
    #construction-slider .slide-item .textarea .item-text {
        font-size: 1.3rem;
    }
    #construction-slider .slide-arrow.prev-arrow {
        left: 20px;
        bottom: -70px;
        top: unset;
        transform: unset;
    }
    #construction-slider .slide-arrow.next-arrow {
        right: 20px;
        bottom: -70px;
        top: unset;
        transform: unset;
    }
    .construction-slider-wrapper .construction-slider-dots {
        margin: 40px;
    }
    #sub-slider {
        margin-bottom: 10px;
    }
    #sub-slider .slide-link,
    #sub-slider-reverse .slide-link {
        display: block;
        margin: 0 5px;
    }
    #sub-slider .slide-arrow {
        width: 16px;
        height: 24px;
    }
    #sub-slider .slide-arrow.prev-arrow {
        left: 20px;
        bottom: -60px;
        top: unset;
        transform: unset;
    }
    #sub-slider .slide-arrow.next-arrow {
        right: 20px;
        bottom: -60px;
        top: unset;
        transform: unset;
    }
    /* .sub-slider-wrapper {
        margin-top: 30px;
    }
    .sub-slider-wrapper .sub-slider-dots {
        margin-top: 15px;
    } */
    .ksf-selection .bottom-banner {
        margin-top: 75px;
        padding: 0 5%;
    }

    .deliphoto-section {
        padding-bottom: 60px;
    }
    .mcpic-section {
        padding-bottom: 60px;
    }

    .bottom-bnr-section {
        padding-bottom: 60px;
    }
    .bottom-bnr-content {
        flex-wrap: wrap;
    }
    .bottom-bnr-content .bottom-bnr-item {
        width: 100%;
    }

    .sns-video-embed .video-item {
        width: 100%;
    }

    .deliphoto-insta-embed {
        padding: 0 5%;
    }
}
