@charset "UTF-8"; /*****contents*****/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*******メインエリア*******/
section#main_area {
    padding: 0 9rem;
    min-height: 193rem;
    position: relative;
}

section#main_area::before {
    z-index: 501;
}

section#main_area .fixed_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    /*background: url("../../images/home/promo01.jpg") no-repeat 50% /cover;*/
}

section#main_area .fixed_box .fv_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

section#main_area .fixed_box.no_fixed {
    position: absolute;
}

section#main_area .fixed_box .bg_multiply {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,15,15,0.3);
    mix-blend-mode: multiply;
    -webkit-transition: background 0.6s linear;
    transition: background 0.6s linear;
    z-index: 1;
}

section#main_area .fixed_box .bg_multiply.active {
    background: rgba(15,15,15,0.6);
}

section#main_area .main_ttl_box {
    color: #fff;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 3.5rem;
}

section#main_area .main_ttl_box h2.main_ttl {
    font-family: "Roboto", sans-serif;
    font-size: 11rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 1rem;
}

section#main_area .main_ttl_box p.lead {
    width: 34.3rem;
    margin: 0 auto;
}

section#main_area .intro_box {
    z-index: 10;
    position: relative;
    max-width: 98rem;
    margin: 0 auto;
    display: grid;
    justify-content: flex-end;
    padding-top: 17.5rem;
}

section#main_area .intro_box p {
    color: #fff;
    line-height: 2.5;
}

section#main_area .intro_box p:not(:last-child) {
    margin-bottom: 2rem;
}

/**********************************
プロモPCバナー
**********************************/
.promo_line_bnr {
    width: 20rem;
    position: fixed;
    top: calc(100vh - 4rem);
    transform: translateY(-100%);
    right: 4rem;
    height: 20rem;
    display: grid;
    align-items: center;
    justify-content: center;
    background: url("../../images/common/line_bnr_bg.png") no-repeat 50% / contain;
    transition-delay: .5s;
    z-index: 999;
}

.logged-in .promo_line_bnr {
    top: calc(100vh - 4rem);
}

.promo_line_bnr::after {
    position: absolute;
    content: "";
    background: url("../../images/common/line_bnr_txt02.png") no-repeat 50% / 18.2rem 18rem;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    will-change: transform;
    -webkit-animation: productLink 24s linear infinite;
    animation: line_bnr 24s linear infinite;
    z-index: -1;
}

@-webkit-keyframes line_bnr {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes line_bnr {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.promo_line_bnr a {
    display: grid;
    height: 100%;
    align-items: center;
    text-align: center;
}

.promo_line_bnr span {
    display: block;
    width: 10.2rem;
    margin: 2rem auto 0;
    position: relative;
    padding-bottom: 4rem;
}

.promo_line_bnr span::after {
    position: absolute;
    content: "";
    background: url("../../images/common/line_bnr_arrow.svg") no-repeat 50% / contain;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    width: 2.2rem;
    height: 1.4rem;
}

.promo_line_bnr a:hover {
    opacity: .7;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
新着情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.home_news {
    position: relative;
    background: #fff;
    padding: 12rem 0 12rem 15.5rem;
}

.home_news .inner {
    grid-template-columns: 35rem 1fr;
    gap: 10rem;
    display: grid;
}

.home_news .inner .ttl_wrap h2.cmn_ttl {
    margin-bottom: 5rem;
}

.home_news .inner .ttl_wrap h2.cmn_ttl span.ja{
    position: relative;
    z-index: 0;
}

.home_news .inner .ttl_wrap h2.cmn_ttl span.ja::after {
    position: absolute;
    content: "INFORMATION";
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 6.4rem;
    color: #DFEAF7;
    top: -2.4rem;
    left: -6rem;
    z-index: -1;
}


.home_news .inner .contents_area {
    position: relative;
    max-width: 90rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スクロールエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.home_scroll {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.home_scroll::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    top: 0;
    left: 0;
}

.scroll-stack {
    position: relative;
    height: 100vh;
    width: 100%;
}

.home_scroll .fixed-ui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
    
}

.home_scroll .fixed-ui.is-visible {
  opacity: 1;
}

.home_scroll .fixed-ui.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.home_scroll .fixed-ui .inner {
    max-width: 128rem;
    margin: 0 auto;
    grid-template-columns: 64rem 48rem;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.home_scroll .ttl-wrapper h2 {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

/* 背景セクションを重ねる魔法 */
.home_scroll .panel {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.home_scroll .panel-1 {
    opacity: 1;
    visibility: visible;
}

/* 活性化しているパネルを前面に出す */
.home_scroll .panel.active-panel {
    z-index: 2;
}

/* 1枚目だけ初期表示 */
.home_scroll .panel:first-child {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* UI部分はさらに前面 */
.fixed-ui, .scroll-pagination {
    z-index: 10;
}

.home_scroll .panel-1 {
    background-image: url('../../images/home/scroll_bg01.jpg');
}

.home_scroll .panel-2 {
    background-image: url('../../images/home/scroll_bg02.jpg');
}

.home_scroll .panel-3 {
    background-image: url('../../images/home/scroll_bg03.jpg');
}

.home_scroll .panel-4 {
    background-image: url('../../images/home/scroll_bg04.jpg');
}

div.fixed-ui div.ttl-wrapper p.lead {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    letter-spacing: .1em;
    color: #fff;
}

div.fixed-ui div.ttl-wrapper h2#fixed-ttl {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-top: 3rem;
}

div.fixed-ui p#fixed-txt {
    line-height: 2;
    margin-top: 1rem;
}

.home_scroll .scroll-pagination {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.home_scroll .scroll-pagination.is-fixed {
    position: fixed;
    top: 50%;
    right: 4rem;
}

.home_scroll .dot {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 2rem 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.home_scroll .dot.is-active {
    background: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お客様
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.home_customers {
    padding-bottom: 15rem;
}

.home_customers > div {
    max-width: 190rem;
    margin: 0 auto;
}

.home_customers .inner {
    background: var(--theme_m_color);
    border-radius: 2rem;
    grid-template-columns: 62rem 90rem;
    color: #fff;
    margin: 1.5rem 1rem;
    justify-content: flex-start;
    padding: 8rem 0rem 8rem 20rem;
    gap: 6rem;
}

.home_customers .inner .contents_area {
    padding: 11.5rem 0 0;
}

.home_customers .inner .contents_area h2.cmn_ttl {
    margin-bottom: 7rem;
}

.home_customers .inner .contents_area h2.cmn_ttl span.ja {
    color: #fff;
}

.home_customers .inner .contents_area p.main_txt {
    margin-bottom: 3.5rem;
    line-height: 2;
    padding-right: 5rem;
}

.home_customers .inner .contents_area p.cmn_btn.btn a {
    background: #fff;
    border: 1px solid #fff;
}

.home_customers .inner .img_area {
    display: flex;
    justify-content: space-between;
}

.home_customers .inner .img_area p.img {
    width: 44rem;
}

.home_customers .inner .img_area p.img:last-child {
    margin-top: 10rem;
}

@media (min-width: 769px) { 
    .home_customers .inner .contents_area p.cmn_btn.btn a:hover {
        background: var(--theme_m_color);
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サポート
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.home_support {
    position: relative;
    padding-top: 3.2rem;
}

.home_support .bg {
    background: #DFEAF7;
    max-width: 184rem;
    margin: 0 auto;
    padding: 18rem 0 37rem;
    border-radius: 30px;
}

.home_support .loop_txt_slide {
    position: absolute;
    content: "";
    top: 4rem;
    left: 0;
    height: 16.9rem;
    width: calc(190rem * 2);
    background-image: url("../../images/home/justlifeabout.png");
    background-repeat: repeat-x;
    background-size: 190rem 16.9rem;
    animation: slide 60s linear infinite;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-190rem);
    }
}

.home_support h2.main_ttl {
    font-size: 4.8rem;
    font-weight: 600;
    color: var(--theme_m_color);
    text-align: center;
    position: relative;
    z-index: 0;
    margin-bottom: 9rem;
}

.home_support .inner {
    background: #fff;
    border-radius: 2rem;
    position: relative;
    min-height: 66.4rem;
    padding: 9rem 10rem;
    margin-bottom: 10rem;
}

.home_support .inner .contents_area {
    max-width: 56rem;
}

.home_support .inner .contents_area p.ceo {
    font-size: 1.6rem;
    color: var(--theme_m_color);
    margin-bottom: 1rem;
}

.home_support .inner .contents_area p.name {
    margin-bottom: 2rem;
}

.home_support .inner .contents_area p.name span.ja {
    font-size: 4.2rem;
    letter-spacing: .04em;
    color: #1E1E1E;
    margin-right: 2rem;
}

.home_support .inner .contents_area p.name span.en {
    font-size: 1.6rem;
    color: #ADADAD;
    letter-spacing: .06em;
}

.home_support .inner .contents_area p.main_txt {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 5rem;
}

.home_support .inner .contents_area p.main_txt a {
    color: var(--theme_m_color);
}

.home_support .inner p.main_img {
    position: absolute;
    top: -4rem;
    right: -4rem;
}

.home_support p.btn_big {
    margin-bottom: 11rem;
}

.home_support p.btn_big a {
    margin: 0 auto;
    background: #fff;
    font-size: 3rem;
    max-width: 45rem;
    min-height: 12rem;
    border-radius: 6rem;
}

.home_support p.btn_big a::before, .home_support p.btn_big a::after {
    width: 4rem;
    height: 4rem;
    right: 4rem;
}

.home_support p.btn_big a::after {
    mask-size: 1.2rem auto;
}

.home_support .data_wrap {
    max-width: 110rem;
    margin: 0 auto;
}

.home_support .data_wrap h2.ttl {
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5rem;
}

.home_support .data_wrap dl {
    padding: 0;
}

.home_support .data_wrap dl dt {
    display: grid;
    align-items: center;
}

.home_support .data_wrap dl dd {
}

.home_support ul.items.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0rem 5.5rem;
    list-style: none;
    /* margin: 2rem 0; */
    padding: 0;
    width: 88%;
}

.home_support ul.items.grid li {
    text-align: left;
    white-space: nowrap;
}

.scroll_anime {
    display: flex;
    width: max-content;
    animation: scroll 88s linear infinite;
    gap: 3rem;
    margin-top: -23rem;
}

.scroll_anime .scroll_wrap {
    flex: 0 0 auto;
    width: 78rem;
    box-sizing: border-box;
}

.scroll_anime .scroll_wrap .img img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.scroll_anime p.txt {
    font-size: 2.4rem;
    letter-spacing: .02em;
    font-weight: 600;
    text-align: center;
    margin-top: 2rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.parallax-container {
    position: relative;
    height: 70rem;
    overflow: hidden;
    margin: 15rem 1rem 0;
    border-radius: 2rem;
}

.parallax-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: translateY(0);
}

.parallax-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_access {
    padding: 21rem 0 11rem 15rem;
}

#home_access .inner {
    grid-template-columns: 1fr 92rem;
    column-gap: 8rem;
    max-width: 143rem;
}

#home_access .inner .contents_area h2.cmn_ttl {
    margin-bottom: 6rem;
}

#home_access .inner .contents_area p.com {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

#home_access .inner .contents_area ul.tel-fax.f_wrap {
    gap: 2rem;
}

#home_access .inner .map_area .map_btn {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}

#home_access .inner .map_area .map_btn p.btn a {
    font-size: 1.8rem;
    position: relative;
    padding-right: 3rem;
    font-weight: bold;
}

#home_access .inner .map_area .map_btn p.btn a::before, #home_access .inner .map_area .map_btn p.btn a::after {
    position: absolute;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#home_access .inner .map_area .map_btn p.btn a::before {
    background: var(--theme_m_color);
    border-radius: 100%;
}

#home_access .inner .map_area .map_btn p.btn a::after {
    -webkit-mask: url("../../images/common/arrow.svg") no-repeat center / .6rem .8rem;
    mask: url("../../images/common/arrow.svg") no-repeat center / .6rem .8rem;
    background-color: #fff;
}

#home_access .inner .map_area .map_btn p.btn a:hover {
    opacity: .7;
}
