@charset "utf-8";

/*------------ scroll effect ------------*/
.fadeInMvTtl>h1>span,
.fadeInTtl {
    z-index: 2;
    overflow: hidden;
}

.fadeInMvTtl>h1>span {
    display: inline-block;
    line-height: 1;
}

.fadeInMvTtl>h1>span span,
.fadeInTtl h2 {
    display: inline-block;
    transition: transform 0.5s ease-out;
    transform: translate(0, 100%);
}

.fadeInMvTtl>h1>span.add span,
.fadeInTtl.scrollIn h2 {
    transform: translate(0, 0%);
}

.fadeIn {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1000ms;
}

.fadeIn.scrollIn {
    opacity: 1;
    transform: translate(0, 0);
}

/*------------ header ------------*/
#header_wrap {
    background: transparent;
}

.pc_menu_link {
    color: #FFF !important;
}

#logo img.logo_dark {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

/* toggle opened */
.fixed #logo img.logo_dark {
    opacity: 1;
}

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
/* top common */
.top_ttl {
    position: relative;
    margin-bottom: 11px;
}

.top_ttl h2 {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.739;
    max-height: 100%;
}

.top_ttl h2::before {
    display: block;
    content: attr(data-txt)"";
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #0996E9;
    margin-bottom: 3px;
    max-height: 100%;
}

.top_btn {
    position: relative;
    width: 320px;
    max-width: 100%;
    height: 57px;
}

.top_btn.center {
    margin: auto;
}

.top_btn_link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 6px 40px 6px 33px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFF;
    background-color: #0996E9;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
    overflow: hidden;
}

.top_btn_link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0996E9;
    background: radial-gradient(circle at 0%, #149EE7, #87E1E1 100%);
    transition: all .3s ease;
}

.top_btn_link::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 10px;
    background: url(../img/arrow_r_white.svg) no-repeat center / 100% auto;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
}

.top_btn_link span {
    position: relative;
}

.top_btn_link:hover::before {
    opacity: 0;
}

/* btn white */
.white .top_btn_link {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF;
}

.white .top_btn_link:hover {
    color: #183951;
    background-color: #FFF;
}


#index_business::before,
#index_company::before {
    position: absolute;
    content: "";
    width: 1720px;
    min-width: calc(100% - 200px);
    height: 153px;
    right: 0;
    bottom: -1px;
    background: #FFF;
}

/* top common// */
/*------------ mv ------------*/
#index_wrap {
    position: relative;
}

#index_mv {
    position: relative;
    background: #fff;
}

#index_mv img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 700px;
}

#top_h1 {
    position: absolute;
    left: 6%;
    top: 64.8%;
    max-width: 100%;
    /* -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35); */
    transform: translateY(-50%);
}

#top_h1 h1 {
    font-size: 8rem;
    letter-spacing: 0.4em;
    color: #FFFFFF;
    line-height: 1.5;
    font-weight: bold;
    max-height: 100%;
}

/* mv news */
.mv_news {
    position: absolute;
    left: 50%;
    bottom: 42px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    width: 1100px;
    max-width: calc(100% - 40px);
    background: #FFFFFF;
    transform: translateX(-50%);
    border-radius: 50px;
}

.mv_news_h {
    letter-spacing: 0;
    padding: 0 17px 0 41px;
    position: relative;
}

.mv_news_h::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    background: #EEEEEE;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mv_news_h span {
    display: flex;
    letter-spacing: 0.05em;
    position: relative;
    white-space: nowrap;
}

.mv_news_link {
    display: flex;
    align-items: center;
    color: #222;
    text-decoration: none;
    position: relative;
    width: 100%;
    min-height: 61px;
    padding: 10px 62px 10px 17px;
    transition: all .3s ease;
}

.mv_news_link::after {
    position: absolute;
    content: "";
    min-width: 35px;
    height: 35px;
    top: 50%;
    right: 14px;
    background: #EEEEEE url(../img/mv_news_arrow.svg) no-repeat center / 8px auto;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.mv_news_link span {
    display: block;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #1AA1E6;
    margin-right: 25px;
}

/* hover */
.mv_news_link:hover {
    opacity: .7;
}


/*----------------
	business
--------------------*/
#index_business {
    color: #FFF;
    padding: 202px 0 449px;
    background: #0091C8 url(../img/index_business_bg.jpg) no-repeat center / cover;
    position: relative;
}

.business_area {
    max-width: 100%;
    width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.business_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business_l {
    width: 54%;
    margin-right: auto;
}

.business_l .top_ttl {
    margin-bottom: 46px;
}


.business_l .top_ttl h2 {
    font-size: 4.6rem;
}

.business_l .top_ttl h2::before {
    color: #FFF;
    margin-bottom: 19px;
}

.business_l p {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.5;
    max-width: 636px;
    margin-bottom: 40px;
}

.business_r {
    width: 43.7%;
    margin: -16px -30px 0 0;
}

.business_r img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*----------------
	company
--------------------*/
#index_company {
    position: relative;
}

.company_area {
    max-width: 100%;
    width: 1340px;
    padding: 0 20px;
    margin: -21px auto 0;
    position: relative;
}

.company_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 89px;
}

.company_l {
    width: 47.8%;
    margin-right: auto;
    border-radius: 15px;
    overflow: hidden;
}

.company_l img {
    display: block;
    width: 100%;
    height: auto;
}

.company_r {
    width: 47.561%;
}

.company_r p {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 74px;
}

.company_r img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 100px 0 auto;
}

.company_sec_img {
    position: relative;
    z-index: -10;
}

/*  */

.jobs_area {
    max-width: 100%;
    width: 1416px;
    padding: 0 20px;
    margin: 0 auto 0;
    position: relative;
}

.jobs_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /* margin-right: -38px; */
    margin-bottom: 100px;
}

.jobs_l {
    width: 50%;
    padding-left: 38px;
}

.jobs_l p {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 48px;
}

.jobs_l img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px 89px 0 auto;
}

.jobs_r {
    width: 50%;
    margin-left: auto;
    /* border-radius: 15px; */
    /* overflow: hidden; */
}

.jobs_r_img_t,
.jobs_r_img_b {
    display: block;
    /* width: 100%; */
    /* height: auto; */
    /* overflow: hidden; */
}

.jobs_r_img_t {
    padding-left: 68px;
}

.jobs_r_img_t img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.jobs_r_img_b {
    margin-top: -92px;
}

.jobs_r_img_b img {
    display: block;
    width: 350px;
    max-width: 56.451%;
    height: auto;
    border-radius: 15px;
}

/*  */
.jobs_sec_img {
    position: relative;
    z-index: -10;
}

.company_sec_img .company_sec_txt {
    position: absolute;
    top: 45%;
    left: 49.2%;
    transform: translate(-50%, -50%) rotate(-8deg);
    max-width: calc(100% - 40px);
}

.company_sec_img .company_sec_bg {
    /* 背景画像 */
    display: block;
    width: 100%;
    height: auto;
    max-height: 900px;
    object-fit: cover;
}

/*----------------
	interview
--------------------*/
#index_interview {
    padding: 0 0 111px;
    position: relative;
}

.interview_area {
    max-width: 100%;
    width: 1340px;
    padding: 0 20px;
    margin: -88px auto 0;
    position: relative;
}

.interview_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 38px 0 45px;
}

.interview_item {
    display: block;
    color: #222;
    text-decoration: none;
    width: 30.769%;
    margin-right: auto;
    transition: all .3s ease;
}

.interview_item:nth-child(3n) {
    margin-right: 0;
}

.interview_img {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.interview_img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .3s ease;
}

a:hover .interview_img img {
    transform: scale(1.05);
}

.interview_dep {
    display: inline-block;
    font-weight: 500;
    color: #FFF;
    background: #0996E9;
    padding: 0 4px;
    margin-bottom: 8px;
}

.interview_name {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.interview_desc {
    font-weight: 500;
    line-height: 1.875;
}

/*----------------
	data
--------------------*/
#index_data {
    padding: 110px 0 209px;
    background: #0091C8 url(../img/index_data_bg.png) no-repeat center / cover;
    position: relative;
}

.data_area {
    max-width: 100%;
    width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.data_area .top_ttl {
    text-align: center;
    margin-bottom: 98px;
}

.data_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 952px;
    margin: 0 auto;
}

.data_item {
    color: #222;
    text-decoration: none;
    width: 47.373%;
    position: relative;
}

.data_item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .3s ease;
}

a.data_item:hover img {
	transform: scale(1.05);
}

.data_item strong {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 100%;
    padding: 0 41px 45px 37px;
    text-shadow: 0 0 7px #FFF;
}

.data_item strong::before {
    display: block;
    content: attr(data-txt) "";
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 6px;
    max-height: 100%;
}

.data_item:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 141px;
    background: url(../img/index_data_01_people.svg) no-repeat center / contain;
    bottom: -9px;
    right: calc(100% - 28px);
    aspect-ratio: 71 / 102;
    pointer-events: none;
}

.data_item:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 136px;
    background: url(../img/index_data_02_people.svg) no-repeat center / contain;
    top: -12px;
    left: calc(100% + 31px);
    aspect-ratio: 17 / 25;
    pointer-events: none;
}

@media screen and (max-width:767px) {


    /* home common */

    .top_ttl {
        margin-bottom: 8px;
    }

    .top_ttl h2 {
        font-size: 2.0rem;
    }

    .top_ttl h2::before {
        font-size: 1.4rem;
    }

    .top_btn {
        margin: auto;
        height: 50px;
    }

    .top_btn_link {
        font-size: 1.4rem;
    }

    #index_business::before,
    #index_company::before {
        content: none;
    }

    /*------------ mv ------------*/

    #index_mv img {
        min-height: 540px;
        width: 100%;
        object-fit: cover;
    }

    #top_h1 {
        top: 50%;
        left: 0;
        max-width: 100%;
        padding: 0 20px;
    }

    #top_h1 h1 {
        font-size: 3.6rem;
        font-size: clamp(2.4rem, 8.6vw, 4.6rem);
    }

    /* mv news */
    .mv_news {
        flex-wrap: wrap;
        font-size: 1.3rem;
        bottom: 30px;
        overflow: hidden;
    }

    .mv_news_h {
        width: 100%;
        padding: 10px 30px;
    }

    .mv_news_h::after {
        width: 100%;
        max-width: calc(100% - 60px);
        height: 1px;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
    }

    .mv_news_link {
        display: block;
        min-height: auto;
        padding: 8px 50px 9px 30px;
    }

    .mv_news_link::after {
        right: 19px;
        min-width: 25px;
        height: 25px;
        background: #EEEEEE url(../img/mv_news_arrow.svg) no-repeat center / 6px auto;
    }

    .mv_news_link span {
        display: block;
        margin-right: 0;
    }

    /* hover */

    /*----------------
        business
    --------------------*/
    #index_business {
        padding: 55px 0 65px;
    }

    .business_l {
        width: 100%;
        margin-right: auto;
    }

    .business_l .top_ttl {
        margin-bottom: 35px;
    }

    .business_l .top_ttl h2 {
        font-size: 2.4rem;
    }

    .business_l p {
        margin-bottom: 35px;
    }

    .business_r {
        width: 100%;
        margin: 0 0 20px;
    }

    /*----------------
        company
    --------------------*/
    #index_company {
        position: relative;
        padding: 55px 0 0;
    }

    .company_area {
        margin: 0 auto 0;
    }

    .company_box {
        margin-bottom: 55px;
    }

    .company_l {
        width: 100%;
        margin-bottom: 15px;
    }

    .company_r {
        width: 100%;
    }

    .company_r p {
        margin-bottom: 30px;
    }

    .company_r img {
        max-width: 25%;
        margin: 15px 30px 0 auto;
    }

    /*  */

    /* .jobs_area {
    max-width: 100%;
    width: 1416px;
    padding: 0 20px;
    margin: 0 auto 0;
    position: relative;
} */

    .jobs_box {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

    .jobs_l {
        width: 100%;
        padding-left: 0;
    }

    .jobs_l p {
        /* font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.875; */
        margin-bottom: 30px;
    }

    .jobs_l img {
        /* display: block;
    max-width: 100%;
    height: auto; */
        max-width: 27%;
        margin: 10px 20px 0 auto;
    }

    .jobs_r {
        width: 100%;
        margin-bottom: 20px;
    }

    /* .jobs_r_img_t,
.jobs_r_img_b {
    display: block;
} */

    .jobs_r_img_t {
        padding-left: 20px;
    }

    /* .jobs_r_img_t img{
	    display: block;
	    width: 100%;
	    height: auto;
	    border-radius: 15px;
} */

    .jobs_r_img_b {
        margin-top: -30px;
    }

    .jobs_r_img_b img {
        display: block;
        width: 350px;
        max-width: 60%;
        /* height: auto; */
        /* border-radius: 15px; */
    }

    /*  */

    /*----------------
        interview
    --------------------*/
    #index_interview {
        padding: 45px 0 55px;
    }

    .interview_area {
        margin: 0 auto 0;
    }

    .interview_list {
        margin: 0 0 40px;
    }

    .interview_item {
        width: 100%;
        margin: 0 0 35px;
    }

    .interview_item:nth-child(3n) {
        margin-bottom: 0;
    }

    .interview_img {
        margin-bottom: 15px;
    }

    .interview_name {
        font-size: 1.6rem;
    }


    /*----------------
        data
    --------------------*/
    #index_data {
        padding: 50px 0 55px;
    }

    .data_area .top_ttl {
        margin-bottom: 25px;
    }

    .data_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .data_item strong {
        font-size: 2.2rem;
        padding: 0 25px 40px;
    }

    .data_item strong::before {
        font-size: 1.2rem;
        margin-bottom: 2px;
    }

    .data_item:nth-child(1)::before,
    .data_item:nth-child(2)::before {
        content: none;
    }

}