@charset "UTF-8"; /*****contents*****/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_frame {
    padding-top: 3rem;
    position: relative;
    padding-left: 6rem;
    padding-right: 6rem;
}

.promo_frame .promo_inner {
    background: url("../../images/promo/promo.jpg") no-repeat center / cover;
    padding: 80px 0;
    min-height: 72.1rem;
    max-width: 161.8rem;
    margin: 0 auto;
    position: relative;
    border-radius: 8rem;
}

.promo_frame .promo_inner .txt_wrap {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    left: -5rem;
}

.promo_frame .promo_inner .txt_wrap p.lead {
    width: 102.1rem;
    margin-bottom: 1rem;
}

.promo_frame .promo_inner .txt_wrap p.txt {
    width: 57.3rem;
    margin-left: 10rem;
}

.promo_frame .scroll {
    position: absolute;
    bottom: 17.5rem;
    left: 6rem;
}

.promo_frame .scroll p {
    display: flex;
    align-items: center;
    transform: rotate(90deg);
    transform-origin: left bottom;
    font-size: 1.6rem;
    letter-spacing: .1em;
    font-family: "Outfit", sans-serif;
    font-weight: bold;
    /* transform: rotate(90deg); */
    font-weight: bold;
    /* writing-mode: vertical-rl; */
    color: #B3B3B3;
}

.promo_frame .scroll span {
    display: block;
    position: relative;
    width: 8rem;
    height: 1px;
    margin-left: 1.5rem;
    overflow: hidden;
}

.promo_frame .scroll p span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    background-color: #B3B3B3;
    content: "";
    animation: 3s cubic-bezier(0.8, 0, 0.1, 1) infinite scrollAnime;
}

@keyframes scrollAnime {
    0% {
        transform: translateX(-100%);
    }

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

    50% {
        transform: translateX(0);
    }

    95% {
        transform: translateX(100%);
    }

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
選ばれる理由
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_reason {
    position: relative;
    background: url("../../images/home/reason_deco.jpg") no-repeat top 4rem right 11rem / 79.1rem 41.4rem;
}

#home_reason .img_wrap {
    display: grid;
    gap: 5rem;
    position: absolute;
}

#home_reason .img_wrap p.img picture img {
    border-radius: 2rem;
}

#home_reason .inner h2.main_ttl {
    width: 56.8rem;
    margin: 0 auto 4rem;
}

#home_reason .inner p.main_txt {
    font-size: 2.2rem;
    line-height: 2.5;
    text-align: center;
    letter-spacing: .08em;
    font-weight: bold;
    margin-bottom: 6.5rem;
    position: relative;
}

#home_reason .inner p.main_txt span.yellow_line {
    display: inline-block;
    position: relative;
    z-index: 0;
}

#home_reason .inner p.main_txt span.yellow_line::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #FCEE21;
    width: 105%;
    height: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: 1rem;
}

#home_reason .inner p.cmn_btn.btn a {
    margin: 0 auto;
}

#home_reason .img_wrap01 {
    top: 12rem;
    left: 0;
    width: 53.4rem;
}

#home_reason .img_wrap01 p.img01 {
    width: 44rem;
}

#home_reason .img_wrap01 p.img01 picture img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#home_reason .img_wrap01 p.img02 {
    margin-left: auto;
    width: 33.1rem;
}

#home_reason .img_wrap.img_wrap02 {
    top: 6rem;
    right: 0;
    width: 52rem;
}

#home_reason .img_wrap.img_wrap02 p.img03 {
    margin-left: auto;
    width: 33rem;
}

#home_reason .img_wrap.img_wrap02 p.img03 img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#home_reason .img_wrap.img_wrap02 p.img04 {
    width: 44.1rem;
}

@media (min-width: 768px) and (max-width: 1700px) {
    #home_reason .img_wrap01 {
        left: -5rem;
    }
    
    #home_reason .img_wrap.img_wrap02 {
        right: -5rem;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
事業内容
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_biz h2.cmn_ttl {
    margin-bottom: 6.5rem;
}

#home_biz .inner {
    background: var(--theme_m_color);
    position: relative;
    z-index: 0;
    border-radius: 8rem;
    padding: 9.5rem 8rem 11.5rem 8rem;
    overflow: hidden;
}

#home_biz .inner::after {
    position: absolute;
    content: "";
    background: url("../../images/home/biz_deco01.png") no-repeat 50% / contain;
    width: 78.5em;
    height: 42.8rem;
    top: 0;
    right: -31.5rem;
    mix-blend-mode: screen;
    z-index: -1;
}

#home_biz h3.main_ttl {
    margin-bottom: 5rem;
    margin-left: 14.5rem;
}

#home_biz h3.main_ttl span {
    display: table;
}

#home_biz h3.main_ttl span.slug {
    color: #fff;
    font-size: 2.6rem;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    margin-bottom: 3rem;
    letter-spacing: .04em;
}

#home_biz .inner h3.main_ttl span.ja {
    width: 44rem;
}

#home_biz p.main_txt {
    font-size: 2.4rem;
    letter-spacing: .08em;
    font-weight: bold;
    color: #fff;
    margin-left: 18rem;
    margin-bottom: 9rem;
}

#home_biz .inner ul.items.grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5rem;
    max-width: 133rem;
    margin: 0 auto;
}

#home_biz .inner ul.items.grid li p.img {
    margin-bottom: 4rem;
}

#home_biz .inner ul.items.grid li p.img img {
    border-radius: 2rem;
}

#home_biz .inner ul.items.grid li .contents_area {
    padding: 0 4rem 0 8rem;
}

#home_biz .inner ul.items.grid li .contents_area h3.ttl {
    margin-bottom: 4rem;
}

#home_biz .inner ul.items.grid li .contents_area h3.ttl a {
    font-size: 5rem;
    letter-spacing: .08em;
    font-weight: bold;
    color: #fff;
    display: table;
}

#home_biz .inner ul.items.grid li .contents_area p.txt {
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-right: 17rem;
    font-size: 2rem;
}

#home_biz .inner ul.items.grid li .contents_area p.txt::before, #home_biz .inner ul.items.grid li .contents_area p.txt::after {
    position: absolute;
    content: "";
    width: 8rem;
    height: 8rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 3.5rem;
    transition: .3s ease-in;
}

#home_biz .inner ul.items.grid li .contents_area p.txt::before {
    border-radius: 100%;
    background: #fff;
    border: 1px solid #fff;
}

#home_biz .inner ul.items.grid li .contents_area p.txt::after {
    mask: url("../../images/common/btn_arrow.svg") no-repeat 50% / 2.6rem auto;
    background-color: var(--theme_m_color);
    
}

#home_biz .inner02 {
    background: var(--theme_m_color);
    border-radius: 8rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-top: 6.5rem;
    padding: 5rem 10rem 1rem 10rem;
    
}

#home_biz .inner02::before, #home_biz .inner02::after {
    position: absolute;
    content: "";
    width: 8rem;
    height: 8rem;
    bottom: 4.5rem;
    right: 5rem;
    transition: .3s ease-in;
}

#home_biz .inner02::before {
    border-radius: 100%;
    background: #fff;
    border: 1px solid #fff;
}

#home_biz .inner02::after {
    mask: url("../../images/common/btn_arrow.svg") no-repeat 50% / 2.6rem auto;
    background-color: var(--theme_m_color);
}

#home_biz .inner02 .bg {
    gap: 8.5rem;
}

#home_biz .inner02 .bg::after {
    position: absolute;
    content: "";
    background: url("../../images/home/biz_deco02.png") no-repeat 50% / contain;
    width: 53.8rem;
    height: 37rem;
    top: 0;
    right: -0;
    mix-blend-mode: screen;
    z-index: -1;
}

#home_biz .inner02 .contents_area {
    padding-top: 3rem;
    width: 56.3rem;
}

#home_biz .inner02 .contents_area h3.main_ttl {
    margin-left: 7rem;
}

#home_biz .inner02 .contents_area h3.main_ttl span.slug {
    font-size: 2.3rem;
}

#home_biz .inner02 .contents_area p.main_txt {
    margin-left: 11.5rem;
}

#home_biz .inner02 .img_area {
    display: flex;
    width: 57rem;
    justify-content: space-between;
    gap: 1rem;
}

#home_biz .inner02 .img_area p.img {
    width: 28rem;
}

#home_biz .inner02 .img_area p.img01 {
    margin-top: 5rem;
}

#home_biz .inner02 .img_area p.img img {
    border-radius: 2rem;
}

@media (min-width: 769px) {
#home_biz .inner ul.items.grid li:hover .contents_area p.txt::before,
    #home_biz .inner02:hover::before{
    background: var(--theme_m_color);
}

#home_biz .inner ul.items.grid li:hover .contents_area p.txt::after,
    #home_biz .inner02:hover::after{
    background-color: #fff;
}

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
採用情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_recruit {
    padding-top: 5rem;
}

#home_recruit h2.cmn_ttl {
    margin-bottom: -2rem;
    margin-left: 9rem;
}

#home_recruit h2.cmn_ttl span {
    margin: 0;
}

#home_recruit h2.cmn_ttl span.en {
    color: var(--theme_s_color);
}

#home_recruit .bg {
    position: relative;
    z-index: 0;
    /* padding: 13rem 0 0; */
}

#home_recruit .bg::after {
    position: absolute;
    content: "";
    background: var(--theme_s_color);
    top: 0;
    left: 0;
    width: 94.5%;
    height: 100%;
    z-index: -1;
    border-radius: 0 8rem 8rem 0;
}

#home_recruit .bg .inner {
    min-height: 65rem;
    padding-left: 18rem;
    padding-top: 13rem;
}

#home_recruit .bg .inner .content_area h3.ttl {
    width: 37.1rem;
    margin-bottom: 7rem;
}

#home_recruit .bg .inner .content_area p.cmn_btn a {
    background: #fff;
    color: inherit;
    border: 2px solid #fff;
}

#home_recruit .bg .inner .content_area p.cmn_btn a::before {
    background: var(--theme_s_color);
    border: 1px solid var(--theme_m_color);
}

#home_recruit .bg .inner .content_area p.cmn_btn a::after {
    background-color: #fff;
}

@media (min-width: 769px) {
    #home_recruit .bg .inner .content_area p.cmn_btn a:hover{
        color: #fff;
        background: var(--theme_s_color);
    }
#home_recruit .bg .inner .content_area p.cmn_btn a:hover::before {
    background: #fff;
}

#home_recruit .bg .inner .content_area p.cmn_btn a:hover::after {
    background-color: var(--theme_m_color);
}

}

#home_recruit .bg .inner .img_area {
    position: absolute;
    top: -14rem;
    right: calc(50% - 77.5rem);
    width: 87.5rem;
    height: 88rem;
}

#home_recruit .bg .inner .img_position {
    position: relative;
    height: 100%;
}

#home_recruit .bg .inner .img_area .img_item {
    position: absolute;
    display: flex;
}

#home_recruit .bg .inner .img_area .img_item.item01 {
    top: 0;
    left: 73%;
    transform: translateX(-50%);
}

#home_recruit .bg .inner .img_area .img_item.item01 p.img {
    width: 48.1rem;
}

#home_recruit .bg .inner .img_area .img_item.item02 {
    bottom: 1rem;
    left: -13rem;
    flex-direction: row-reverse;
}

#home_recruit .bg .inner .img_area .img_item.item02 p.img {
    width: 46.1rem;
}

#home_recruit .bg .inner .img_area .img_item.item03 {
    position: absolute;
    bottom: 0;
    right: 0;
}

#home_recruit .bg .inner .img_area .img_item.item03 p.img {
    width: 35.1rem;
}

#home_recruit .bg .inner .img_area .img_item p.txt {
    font-size: 3.2rem;
}

#home_recruit .bg .inner .img_area .img_item p.txt {
    font-size: 3.2rem;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

#home_recruit .bg .inner .img_area .img_item p.txt img {
    width: 100%;
}

#home_recruit .bg .inner .img_area .img_item.item01 p.txt {
    position: relative;
    top: -1rem;
    right: 7.5rem;
    width: 14.1rem;
}

#home_recruit .bg .inner .img_area .img_item.item02 p.txt {
    position: relative;
    top: -9.5rem;
    left: 16rem;
    width: 13.4rem;
}

#home_recruit .bg .inner .img_area .img_item p.txt span {
    writing-mode: vertical-rl;
    display: inline-block;
    color: var(--theme_s_color);
    background: #fff;
    box-shadow: 0 0 0rem var(--theme_m_color);
    text-orientation: upright;
    font-size: 3.2rem;
    letter-spacing: .12em;
    padding: 1rem 1rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 1rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_company {
    padding-bottom: 9.5rem;
}

#home_company .wide_width {
    max-width: 140rem;
}

#home_company .inner {
    grid-template-columns: 61rem 66rem;
    gap: 8rem;
    justify-content: space-between;
    padding-left: 1rem;
}

#home_company .inner .contents_area h2.cmn_ttl {
    margin-bottom: 6.5rem;
}

#home_company .inner .contents_area h2.cmn_ttl span {
    margin: 0;
}

#home_company .inner .contents_area h2.cmn_ttl span.ja {
    margin-left: 1rem;
}

#home_company .inner .contents_area ul.items {
    border-bottom: 2px solid var(--theme_m_color);
    max-width: 50rem;
    margin: 0 auto;
}

#home_company .inner .contents_area ul.items li {
    border-top: 2px solid var(--theme_m_color);
}

#home_company .inner .contents_area ul.items li a {
    padding: 5rem 4.5rem;
    position: relative;
    display: block;
}

#home_company .inner .contents_area ul.items li a::before,#home_company .inner .contents_area ul.items li a::after {
    position: absolute;
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 3rem;
    transition: .3s ease-in;
}

#home_company .inner .contents_area ul.items li a::before {
    border-radius: 100%;
    background: var(--theme_m_color);
    border: 1px solid var(--theme_m_color);
}

#home_company .inner .contents_area ul.items li a::after {
    mask: url("../../images/common/btn_arrow.svg") no-repeat 50% / 1.9rem auto;
    background-color: #fff;
}

@media (min-width: 769px) {
    #home_company .inner .contents_area ul.items li a:hover::before {
        background: #fff;
    }

    #home_company .inner .contents_area ul.items li a:hover::after {
        background-color: var(--theme_m_color);
    }
}

#home_company .inner .contents_area ul.items li a span {
    display: table;
}

#home_company .inner .contents_area ul.items li a span.en {
    font-family: "Outfit", sans-serif;
    font-size: 2.2rem;
    letter-spacing: .04em;
    color: var(--theme_m_color);
    font-weight: 500;
}

#home_company .inner .contents_area ul.items li a span.ja {
    font-size: 3.6rem;
    letter-spacing: .02em;
    font-weight: 700;
}

#home_company .inner .img_area {
    position: relative;
    right: -7rem;
    margin-top: 8rem;
}

#home_company .inner .img_area p.img picture img {
    border-radius: 2rem
}

#home_company .inner .img_area p.img.main picture img {
    width: 66rem;
}

#home_company .inner .img_area p.img.ceo {
    position: absolute;
    bottom: -5rem;
    left: -14rem;
}

#home_company .inner .img_area p.img.ceo picture img {
    width: 30rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お知らせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#home_news .wide_width {
    max-width: 127rem;
}

#home_news .inner {
    gap: 5rem;
    display: grid;
    grid-template-columns: 28rem 1fr;
}

#home_news .inner .ttl_area h2.main_ttl {
    margin-bottom: 6rem;
}

#home_news .inner .ttl_area h2.main_ttl span.en {
    font-size: 8.5rem;
    letter-spacing: .02em;
    line-height: 1;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    color: var(--theme_m_color);
}

#home_news .inner .ttl_area h2.main_ttl span.ja {
    font-size: 2.4rem;
    display: block;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

#home_news .inner .ttl_area p.btn {
    margin-left: 3rem;
}

#home_news .inner .ttl_area p.btn a {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .05em;
    display: table;
    padding-right: 8rem;
    position: relative;
}

#home_news .inner .ttl_area p.btn a::before, #home_news .inner .ttl_area p.btn a::after {
    position: absolute;
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1.5rem;
}

#home_news .inner .ttl_area p.btn a::before {
    border-radius: 100%;
    background: var(--theme_m_color);
    border: 1px solid var(--theme_m_color);
}

#home_news .inner .ttl_area p.btn a::after {
    mask: url("../../images/common/btn_arrow.svg") no-repeat 50% / 1.9rem auto;
    background-color: #fff;
}

@media (min-width: 769px) {
    #home_news .inner .ttl_area p.btn a:hover::before {
        background: #fff;
    }

    #home_news .inner .ttl_area p.btn a:hover::after {
        background-color: var(--theme_m_color);
    }
}

#home_news .inner .post_area {
    margin-top: 5rem;
    max-width: 86rem;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* スライダー全体の器 */
.bg-slider {
    position: relative;
    width: 100%;
    height: 56rem; 
    overflow: hidden;
    margin-top: 5.5rem;
}

/* 共通設定 */
.bg-slider .bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: crossFade 10s infinite; 
}

/* 1枚目の画像設定 */
.bg-slider .fade01 {
    background-image: url('../../images/home/index-fade01.jpg');
}

/* 2枚目の画像設定 */
.bg-slider .fade02 {
    background-image: url('../../images/home/index-fade02.jpg');
    animation-delay: 5s; /* ちょうど半分の時間からスタート */
}

/* フェードアニメーションの定義 */
@keyframes crossFade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1; /* 1秒かけてフェードイン */
    }
    50% {
        opacity: 1; /* 5秒地点まで表示を維持 */
    }
    60% {
        opacity: 0; /* 1秒かけてフェードアウト */
    }
    100% {
        opacity: 0;
    }
}
