@charset "UTF-8";

/*---------------------------------------------------------
inpagetitle
---------------------------------------------------------*/

.h1title {
    background: #481C7B;
    padding: 164px 0 64px;
}

h1.inpagetitle {
    width: 1068px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    line-height: 1;
}

h1.inpagetitle span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    margin-top: 24px;
    font-family: "Noto Sans JP", serif;
}

h2.inpagetitle {
    position: relative;
    padding: 32px 0 0;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #481c7b;
}

h2.inpagetitle::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 68px;
    height: 2px;
    background: #481C7B;
    z-index: 1;
}

h2.inpagetitle::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #E8E9EB;
}

h3.inpagetitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    color: #333;
}

@media screen and (max-width: 959px) {
    .h1title {
        background: #481C7B;
        padding: 80px 0 40px;
    }
    h1.inpagetitle {
        width: 88%;
        font-size: 32px;
        line-height: 48px;
    }
    h1.inpagetitle span {
        font-size: 14px;
        margin-top: 4px;
        line-height: 14px;
    }
    h2.inpagetitle {
        padding: 16px 0 0;
        font-size: 20px;
    }
    h2.inpagetitle::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 68px;
        height: 2px;
        background: #481C7B;
        z-index: 1;
    }
    h2.inpagetitle::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #E8E9EB;
    }
    h3.inpagetitle {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }
}


/*---------------------------------------------------------
inpagebase
---------------------------------------------------------*/

.inpegeinner {
    width: 1068px;
    margin: 80px auto;
}

@media screen and (max-width: 959px) {
    .inpegeinner {
        width: 88%;
        margin: 40px auto;
    }
}


/*---------------------------------------------------------
message_index
---------------------------------------------------------*/

.messagefv {
    margin-top: 100px;
}

.message_index_tx h2 {
    color: #CECECE;
}

.message_index_tx h3 {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 64px;
    text-align: center;
    color: #481c7b;
    margin-top: 24px;
    margin-bottom: 24px;
}

.message_index_tx p.tx {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.message_link_index {
    background: #FCFAFF;
    padding: 80px 0;
}

.message_link_index .message_link {
    width: 1068px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.message_link_index .message_link .message_link_card {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 32%;
    padding: 150px 32px 32px;
}

.message_link_index .message_link .message_link_card .title {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
}

.message_link_index .message_link .message_link_card .title span {
    font-family: "Noto Sans";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fcfaff;
    display: block;
    margin-top: 16px;
}

.message_link_index .message_link .message_link_card img {
    width: 32px;
}

.message_link_index .message_link .message_link_card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.message_link_index .message_link .message_link_card01 {
    background-image: url(/recruit/img/bg_message_link01@2x.jpg);
}

.message_link_index .message_link .message_link_card02 {
    background-image: url(/recruit/img/bg_message_link02@2x.jpg);
}

.message_link_index .message_link .message_link_card03 {
    background-image: url(/recruit/img/bg_message_link03@2x.jpg);
}

@media screen and (max-width: 959px) {
    .messagefv {
        margin-top: 51px;
    }
    .message_index_tx h3 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .message_index_tx p.tx {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .message_link_index {
        padding: 40px 0;
    }
    .message_link_index .message_link {
        width: 88%;
        margin: 0 auto;
        display: block;
    }
    .message_link_index .message_link .message_link_card {
        width: 100%;
        padding: 120px 16px 16px;
        margin-top: 16px;
    }
    .message_link_index .message_link .message_link_card .title {
        font-size: 24px;
        line-height: 1;
    }
    .message_link_index .message_link .message_link_card .title span {
        font-size: 16px;
        margin-top: 8px;
    }
    .message_link_index .message_link .message_link_card img {
        width: 24px;
    }
}


/*---------------------------------------------------------
message
---------------------------------------------------------*/

.messagebox {
    margin-top: 40px;
}

.messagearea {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.messagearea_re {
    flex-direction: row-reverse;
}

.messagearea .txbox {
    width: 612px;
}

.messagearea .txbox .tx {
    margin-top: 24px;
}

.messagearea .imgbox {
    width: 430px;
}

@media screen and (max-width: 959px) {
    .messagebox {
        margin-top: 40px;
    }
    .messagearea {
        display: block;
        margin-top: 16px;
    }
    .messagearea .txbox {
        width: 100%;
    }
    .messagearea .txbox .tx {
        margin-top: 16px;
    }
    .messagearea .imgbox {
        width: 100%;
        margin-bottom: 16px;
    }
}


/*---------------------------------------------------------
project
---------------------------------------------------------*/

.project_fv {
    background: #FCFAFF;
    padding: 160px 0 60px;
}

.project_index_pink {
    padding: 64px;
    margin-top: 32px;
}

.project_index_pink .project_fv_in {
    align-items: flex-start !important;
}

.project_index_pink .txbox h1.title_project {
    font-size: 26px !important;
    margin-top: 24px !important;
    line-height: 40px !important;
}

.project_index_pink .btn_secondary {
    margin: 24px 0 0 0;
}

.project_fv_in {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.project_fv_in .txbox {
    width: 580px;
}

.project_fv_in .txbox .kpsbox {
    padding: 16px 0;
    border-top: 1px solid #E5E5EB;
    border-bottom: 1px solid #E5E5EB;
    display: flex;
    justify-content: space-between;
}

.kpsbox p {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #481c7b;
}

.project_fv_in .txbox h1.title_project {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #481c7b;
    margin-top: 48px;
    line-height: 44px;
}

.project_fv_in .txbox .busyo {
    margin-top: 32px;
}

.project_fv_in .imgbox {
    width: 332px;
}

.interview_area {
    width: 1068px;
    padding: 80px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.interview_area .sidenav {
    width: 278px;
    border-right: 1px solid #CCCCCC;
}

.interview_area .sidenav .other {
    margin-top: 24px;
}

.interview_area .sidenav .sidenavtitle {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #481c7b;
    margin-bottom: 16px;
}

.interview_area .sidenav .sidenavbox_base {
    background: #481B7B;
    width: 100%;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interview_area .sidenav .sidenavbox_base .txbox {
    width: 170px;
}

.interview_area .sidenav .sidenavbox_base .txbox .namber {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
}

.interview_area .sidenav .sidenavbox_base .txbox .tx {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
}

.interview_area .sidenav .sidenavbox_base .imgbox {
    width: 72px;
}

.interview_area .sidenav .sidenavbox_other {
    background: #fff;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 8px;
}

.interview_area .sidenav .sidenavbox_other .txbox .namber {
    color: #481C7B;
}

.interview_area .sidenav .sidenavbox_other .txbox .tx {
    color: #481C7B;
}

.interview_area .sidenav .sidenavbox_other:hover {
    background: #481B7B;
    border-top: 1px solid #481B7B;
    border-left: 1px solid #481B7B;
    border-bottom: 1px solid #481B7B;
    color: #fff !important;
}

.interview_area .sidenav .sidenavbox_other:hover .txbox .namber {
    color: #fff;
}

.interview_area .sidenav .sidenavbox_other:hover .txbox .tx {
    color: #fff;
}

.interviewbox {
    width: 714px;
}

.interviewbox .interviewbox_in {
    margin-top: 64px;
}

.interviewbox_in .tx {
    margin-top: 32px;
}

.interview_readbox {
    background: #FCFAFF;
    padding: 40px;
}

.interview_readbox .title {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #481c7b;
    margin-bottom: 16px;
}

.interviewbox .interviewbox_in img {
    margin-top: 32px;
}

.interview_info {
    background: #FCFAFF;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.interview_info .imgbox {
    width: 148px;
}

.interview_info .txbox {
    width: 462px;
}

.interview_info .txbox .busyo {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #333;
    margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
    .project_fv {
        padding: 80px 0 40px;
    }
    .project_index_pink {
        padding: 24px;
        margin-top: 24px;
    }
    .project_index_pink .txbox h1.title_project {
        font-size: 20px !important;
        margin-top: 16px !important;
        line-height: 32px !important;
    }
    .project_index_pink .btn_secondary {
        margin: 16px auto 0;
    }
    .project_index_pink .project_fv_in {
        width: 100% !important;
    }
    .project_fv_in {
        width: 88%;
        margin: 0 auto;
        display: block;
    }
    .project_fv_in .txbox {
        width: 100%;
    }
    .project_fv_in .txbox .kpsbox {
        padding: 8px 0;
        display: flex;
    }
    .kpsbox p {
        font-size: 16px;
    }
    .project_fv_in .txbox h1.title_project {
        font-size: 20px;
        margin-top: 16px;
        line-height: 28px;
    }
    .project_fv_in .txbox .busyo {
        margin-top: 16px;
    }
    .project_fv_in .imgbox {
        width: 200px;
        margin: 0 auto 24px;
    }
    .interview_area {
        width: 88%;
        padding: 40px 0;
        display: block;
    }
    .interview_area .sidenav {
        width: 100%;
        margin-top: 40px;
        border: none;
    }
    .interview_area .sidenav .other {
        margin-top: 16px;
    }
    .interview_area .sidenav .sidenavtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .interview_area .sidenav .sidenavbox_other {
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }
    .interview_area .sidenav .sidenavbox_base {
        padding: 8px;
    }
    .interview_area .sidenav .sidenavbox_base .txbox {
        width: 170px;
    }
    .interview_area .sidenav .sidenavbox_base .txbox .namber {
        font-size: 14px;
    }
    .interview_area .sidenav .sidenavbox_base .txbox .tx {
        font-size: 12px;
    }
    .interview_area .sidenav .sidenavbox_base .imgbox {
        width: 72px;
    }
    .interviewbox {
        width: 100%;
    }
    .interviewbox .interviewbox_in {
        margin-top: 40px;
    }
    .interviewbox_in .tx {
        margin-top: 24px;
    }
    .interview_readbox {
        padding: 24px;
    }
    .interview_readbox .title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .interviewbox .interviewbox_in img {
        margin-top: 24px;
    }
    .interview_info {
        padding: 24px;
        display: block;
        margin-top: 24px;
    }
    .interview_info .imgbox {
        width: 148px;
        margin: 0 auto 16px;
    }
    .interview_info .txbox {
        width: 100%;
    }
    .interview_info .txbox .busyo {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
