.not-scroll.scrollify {
    height: unset !important;
}


.white {
    color: #fff;
}

.functions h3 {
    word-break: auto-phrase;
    text-wrap: balance;
}

/* ========================================================================
   Component: MV
========================================================================== */

.mainvisual {
    position: relative;
}

.mainvisual:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* z-index: 0; */
}

.mainvisual-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* margin: auto; */
    text-align: center;
}

.mainvisual-title {
    max-width: 800px;
    width: 90vw;
}

.mainvisual-title img {
    width: 100%;
}

.mainvisual_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.mainvisual_bg video {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.sr-title {
    font-size: clamp(20px, 2.34375vw, 24px);
    line-height: 1.6em;
}

@media screen and (max-width: 1024px) {
    .sr-title {
        font-size: 14px;
    }

    .mainvisual-inner {
        top: 40%;
    }
}

/* ========================================================================
   Component: MV2
========================================================================== */



.mv2 {
    position: relative;
}

.mv2-img {
    text-align: center;
}

.mv2-img img {
    height: 100%;
    width: auto;
    max-height: 60vh;
    max-width: 100%;
}

.mv2-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.mv2-bg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.mv2-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85vw;
    max-width: 1920px;
}

@media screen and (max-width: 767px) {
    .mv2 .content-header {
        text-align: center;
    }

    .mv2-img {
        height: 45vh;
    }

    .mv2-img img {
        height: auto;
    }

    .mv2-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-top: 36px;
    }
}

@media screen and (max-width: 376px) {
    .mv2-inner {
        margin-top: 6px;
    }

}
/* ========================================================================
   Component: regi-renkei
========================================================================== */
.regi-renkei {
    background: #F0F3F5;
}

.regi-renkei .full-page-inner {
    flex-direction: column;
    gap: 64px;
}

.regi-renkei .video-area {
    max-width: 1404px;
    width: 80%;
    justify-content: space-between;
}

.regi-renkei .js-ytmovie.support-yt {
    width: 24%;
    display: flex;
}

.video-content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 24px;
    gap: 21px;
    text-align: left;
    background-color: #fff;
    border-radius: 12px;
    transition: all 0.3s;
    cursor: pointer;
}

.video-content:hover {
    transform: translateY(-5px);
}

.thumbnail {
    position: relative;
}

.thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15% !important;
    height: auto !important;
}



@media screen and (max-width: 767px) {
    .regi-renkei .full-page-inner {
        gap: 24px;
        justify-content: start;
        margin-top: 6px;
    }

    .regi-renkei .video-area {
        width: 90%;
        flex-direction: column;
        gap: 12px;
    }

    .regi-renkei .js-ytmovie.support-yt {
        width: 100%;
    }

    .video-content {
        flex-direction: row-reverse;
        padding: 8px 16px;
        gap: 16px;
    }

    .video-content .flex.show-sp {
        width: 65%;
    }

    .fz-12 {
        font-size: 12px;
    }

    .thumbnail {
        width: 35%;
    }
}


@media screen and (max-width: 376px) {
    .regi-renkei .full-page-inner .mt-32 {
        margin-top: 0 !important;
    }

}

/* ========================================================================
   Component: possible
========================================================================== */
.possible {
    position: relative;

}

.possible .full-page-inner {
    flex-direction: column;
    gap: 64px;
}

.thumb {
    position: relative;
}

.thumb img {
    border-radius: 12px;
}


.possible-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.possible-bg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 767px) {
    .possible .js-ytmovie.support-yt {
        width: 90%;
    }

    .possible .full-page-inner {
        justify-content: start;
        padding-top: 90px;
    }

    .thumb img {
        width: 100%;
    }
}

/* ========================================================================
   Component: function
========================================================================== */
.functions {
    background-color: #000;
}

.columns {
    width: 100%;
    display: flex;
    max-width: 1920px;
    margin: auto;
}

.col-60p {
    width: 60%;
}

.col-60p img {
    width: 100%;
    height: auto;
}

.col-40p {
    width: 40%;
}

.text-area {
    padding: 32px 94px;
    text-align: left;
}

.text-area h2 {
    width: auto;
    display: inline-block;
    padding: 0px 32px;
    background-color: #fff;
    border-radius: 4px;
    font-weight: bold;
}

.border-top {
    padding: 32px 0 0;
    border-top: 1px solid;
}

@media screen and (max-width: 767px) {
    .columns {
        flex-wrap: wrap;
    }

    .col-60p {
        width: 100%;
    }

    .col-40p {
        width: 100%;
    }

    .text-area {
        padding: 24px;
    }

    .text-area .title-30 {
        font-size: 20px;
    }

    .text-area .fz-16 {
        font-size: 14px;
    }

    .text-area .mt-32 {
        margin-top: 24px !important;
    }

    .text-area .mb-32 {
        margin-bottom: 24px !important;
    }

    .border-top {
        padding: 24px 0 0;
    }
}





/* ========================================================================
   Component: service
========================================================================== */
.service .full-page-inner {
    flex-direction: column;
}

.service-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: xxx-large;
}

.service-inner {
    display: flex;
    justify-content: center;
    width: 60%;
}

@media screen and (max-width: 1023px) {
    .service-inner {
        width: 90%;
        flex-direction: column;
        justify-content: start;
    }
}

.service-text-contents {
    width: 50%;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .service-text-contents {
        width: 90%;
    }
}

.service-img-contents {
    width: 50%;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .service-img-contents {
        width: 100%;
        height: 40vh;
    }
}

.service-img {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
    .service-img {
        top: 65%;
        left: 50%;
        width: 160%;
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    .service-bgm .service-img {
        width: 100%;
    }
}

.service-img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.service-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.service-bg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .service-bg img {
        max-width: unset;
    }
}

@media screen and (max-width: 768px) {

    .service-support .service-img-contents,
    .service-energy .service-img-contents {
        height: 0;
    }
}

@media screen and (max-width: 1023px) {
    .service-robo .service-img {
        margin-top: 5vh;
    }
}

@media screen and (max-width: 768px) {
    .service-robo .service-img {
        top: 45%;
    }
}

@media screen and (max-width: 767px) {
    .service-robo .service-img {
        margin-top: unset;
    }
}

#corp-top section[class^="service-"] {
    position: relative;
}

#corp-top section[class^="service-"] .full-page::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

@media screen and (max-width: 768px) {

    #corp-top section[class^="service-"] .service-text-contents .btn,
    #corp-top section[class^="service-"] .service-text-contents .btn-second,
    #corp-top section[class^="service-"] .service-text-contents .btn-cta {
        max-width: 80vw;
    }
}

@media screen and (max-width: 430px) {

    #corp-top section[class^="service-"] .service-text-contents .btn,
    #corp-top section[class^="service-"] .service-text-contents .btn-second,
    #corp-top section[class^="service-"] .service-text-contents .btn-cta {
        padding: 5px 20px !important;
    }
}

.embrem_note {
    position: absolute;
    bottom: 5%;
    right: 15%;
}

@media screen and (max-width: 768px) {
    .embrem_note {
        right: unset;
        max-width: 80%;
    }
}

.embrem_note li {
    color: #fff !important;
}

@media screen and (max-width: 1200px) {
    .embrem_note li {
        font-size: 10px;
        text-align: left;
    }
}

/* ========================================================================
   Component: FullPage
========================================================================== */
.full-page {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 768px) {
    .full-page {
        height: 100%;
    }
}

.full-page-inner {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ========================================================================
   Component: links
========================================================================== */
.links .txtlink {
    display: inline-block;
    color: #36404b;
    border-bottom: 1px solid #36404b;
}

.links .txtlink::after {
    border-color: #36404b;
}

.links .content-block {
    display: flex;
    border-radius: 12px;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 300ms;
}

.links .content-block:hover {
    box-shadow: none;
}

.links .content-block.reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .links .content-block.reverse {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .links .content-block {
        flex-direction: column;
    }
}

.links .content-box.text {
    padding: 0 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .links .content-box.text {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 767px) {
    .links .content-box.text h3 {
        text-align: center;
        margin-bottom: 15%;
    }
}

@media screen and (min-width: 769px) {

    .links .content-box.text p,
    .links .content-box.text .text-right {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {

    .links .content-box.text p,
    .links .content-box.text .text-right {
        margin-bottom: 10%;
    }
}

.links .content-block-double {
    display: flex;
    gap: 32px;
}

@media screen and (max-width: 767px) {
    .links .content-block-double {
        flex-direction: column;
    }
}

.links .content-card {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 300ms;
}

@media screen and (max-width: 767px) {
    .links .content-card {
        display: flex;
        flex-direction: column-reverse;
    }
}

.links .content-card .title-area {
    padding: 32px;
}

.links .content-card:hover {
    box-shadow: none;
}

.txtlink.white {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.txtlink.white::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.txtlink.white:hover {
    border-bottom: 1px solid transparent;
}

/* ========================================================================
    ScrollAnimation
 ========================================================================== */
/* フェード dx */
.fade-dx {
    opacity: 0;
}

.visibled .fade-dx {
    animation: dx_fadeIn 1200ms forwards 0s;
    animation-delay: 1000ms;
}

/* フェード 01 */
.fade-01 {
    opacity: 0;
    transform: translateY(20px);
}

.visibled .fade-01 {
    animation: text_fadeIn 1200ms forwards 0s;
}

/* フェード 02 */
.fade-02 {
    opacity: 0;
    transform: translateY(20px);
}

.visibled .fade-02 {
    animation: text_fadeIn 1200ms forwards 0s;
    animation-delay: 1000ms;
}

/* フェード 03 */
.fade-03 {
    opacity: 0;
    transform: translateY(20px);
}

.visibled .fade-03 {
    animation: text_fadeIn 1200ms forwards 0s;
    animation-delay: 1500ms;
}

/* フェード 04 */
.fade-04 {
    opacity: 0;
    transform: translateY(20px);
}

.visibled .fade-04 {
    animation: text_fadeIn 1200ms forwards 0s;
    animation-delay: 2000ms;
}

/* フェード 05 */
.fade-05 {
    opacity: 0;
    transform: translateY(20px);
}

.visibled .fade-05 {
    animation: text_fadeIn 1200ms forwards 0s;
    animation-delay: 2500ms;
}

/* フェード 05 */
.fade-06 {
    opacity: 0;
    transform: translateY(20px);
}

.visibled .fade-06 {
    animation: text_fadeIn 1200ms forwards 0s;
    animation-delay: 3000ms;
}

.page_wrap {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

@media screen and (max-width: 767px) {
    .page_wrap {
        right: 5px;
    }
}

.page_wrap li {
    margin-bottom: 18px;
    width: 6px;
}

.page_wrap li.none {
    display: none;
}

.page_wrap li a {
    background: #fff;
    border-radius: 10px;
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    transition: height 600ms;
}

.page_wrap li a.active {
    height: 65px;
}

@media screen and (min-width: 769px) {
    .page_wrap li a.active:before {
        font-size: 125%;
        opacity: 1;
    }
}

@media screen and (min-width: 769px) {
    .page_wrap li a:before {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        width: 165px;
        text-align: right;
        font-size: 10px;
        font-weight: bold;
        color: #fff;
        opacity: 0.2;
        transition: font-size 600ms;
    }
}

.page_wrap li a:hover {
    cursor: pointer;
}

.hidden {
    animation: fade 0.2s ease-in-out forwards;
    pointer-events: none;
    /* 重要 */
}

.visible {
    animation: fadeOut 0.2s ease-in-out forwards;
    pointer-events: all;
    /* 重要 */
}

@keyframes text_fadeIn {
    0% {
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dx_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}