@charset "UTF-8";
/* 共通 */
.view_list_box {
    padding: 10px 0;
}
.view_list_box .view_list {
    border-radius: 5px;
    display: block;
    letter-spacing: 2px;
    margin: 30px auto;
    padding: 12px;
    text-align: center;
    width: 250px;
}
.view_list_box .view_list_white {
    background-image: linear-gradient(150deg, #fdfdfd 0%, #d9d9d9 50%);
    color: #202020;
}
.view_list_box .view_list_black {
    background-image: linear-gradient(150deg, rgba(65, 65, 65, 1) 20%, rgba(1, 1, 1, 1) 100%);
    color: #fff;
}
.section_title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.section_title img {
    height: 50px;
}
.section_box {
    margin: 0 auto;
    text-align: center;
}
.section_title span {
    display: block;
    margin: 15px auto;
    width: fit-content;
}
.pc_only {
    display: block;
}
@media screen and (max-width: 1200px) {
    .pc_only {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .section_title {
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        width: inherit;
    }
    .section_title img {
        height: 30px;
        margin: 0 auto;
    }
    .section_box {
        width: inherit;
    }
    .section_title span {
        font-size: 14px;
        margin: 10px auto;
    }
}

/* メインバナー */
.main_banner {
    background-image: url('../../img/user/top_pc.png');
    background-size: cover;
    font-family: "Yu Mincho";
    color: #FFF;
    height: 400px;
}
.main_banner p.main_copy {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 70px;
    padding: 80px 0 50px 275px;
}
.main_banner p.main_copy_sub {
    letter-spacing: 1.5px;
    line-height: 25px;
    padding: 0 0 0 300px;
}
@media screen and (max-width: 768px) {
    .main_banner {
        background-image: url('../../img/user/top_smp.png');
        height: 200px;
    }
    .main_banner p.main_copy {
        font-size: 30px;
        line-height: 35px;
        padding: 20px 0 10px 15px;
    }
    .main_banner p.main_copy_sub {
        font-size: 12px;
        line-height: 25px;
        padding: 0 20px 0 30px;
    }
}

/* 企業ロゴカルーセル */
.clients_banner {
    padding: 5px 0;
}
.slide_client_logo {
    align-content: center;
    display: inline-block;
    height: 100px;
    width: 100px;
}
@media screen and (max-width: 768px) {
    .slide_client_logo {
        width: 80px;
    }
}

/* 厳選求人 */
.top_orders {
    background: linear-gradient(150deg, #4f7492 0%, #0c2442 50%);
    text-align: center;
    width: 100%;
}
.top_orders_title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 50px 0 30px;
    text-align: center;
}
.top_orders_title img {
    height: 50px;
}
.order_area {
    margin: 0 auto;
}
.order_banner {
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 1), 3px 3px 3px rgba(0, 0, 0, 0.3);
    display: inline-grid;
    height: 260px;
    width: 270px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}
.order_banner a {
    padding: 5px 0;
}
.order_banner span {
    border-radius: 6.25rem;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    height: fit-content;
    width: fit-content;
}
.order_banner span.engineer_sa {
    border: 1px solid #00bf59;
    color: #00bf59;
}
.order_banner span.designer_sa {
    border: 1px solid #008cff;
    color: #008cff;
}
.order_banner span.director_sa {
    border: 1px solid #ff238d;
    color: #ff238d;
}
.order_banner p.order_title {
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    line-height: 22px;
    margin: 10px 0;
    padding: 10px 0;
}
.order_banner p.order_category {
    font-size: 14px;
    margin-top: 10px;
}
.order_banner .order_box {
    background: #EFEFEF;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 15px;
}
.order_banner table {
    height: 90px;
}
.order_banner table td {
    padding: 5px 10px;
}
.order_banner table td.icon {
    padding: 0;
    text-align: center;
    width: 16px;
}
.order_banner table td.item {
    padding: 0;
    width: 50px;
}
.order_banner table td img {
    height: 14px;
}
.top_orders_title span {
    display: block;
    margin: 15px auto;
    width: fit-content;
}
.top_orders .view_list_box a {

}
@media screen and (max-width: 768px) {
    .top_orders {
        padding: 10px 0;
        width: inherit;
    }
    .top_orders_title {
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        width: inherit;
    }
    .top_orders_title img {
        height: 30px;
        margin: 0 auto;
    }
    .top_orders_title span {
        font-size: 14px;
        margin: 10px auto;
    }
    .order_area {
        width: 100%;
    }
}

/* おすすめキーワード */
.keyword_box {
    margin: 20px 0 0;
}
.keyword_list {
    margin: 0 auto 15px;
    text-align: center;
    width: 50%;
}
span.keywords {
    border: 1px solid #202020;
    border-radius: 8px;
    color: #202020;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px 30px;
    padding: 8px 15px;
}
@media screen and (max-width: 768px) {
    .keyword_box {
        padding: 0 20px;
    }
    .keyword_list {
        text-align: left;
        width: inherit;
    }
    span.keywords {
        margin: 0 5px 10px;
    }
}

/* 特集 */
.feature_box {
    background: linear-gradient(150deg, #4f7492 0%, #0c2442 50%);
    padding: 20px 0 0;
    text-align: center;
}
.feature_box span {
    color: #fff;
}
.feature_area {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature {
    background: #FFF;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 2px 2px 2px rgba(0, 0, 0, 0.3);
    margin: 5px;
    vertical-align: top;
    width: 250px;
}
.feature .feature_image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.feature .feature_title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 22px;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
    .feature_box {
        padding: 50px 0 0;
    }
    .feature {
        width: 45%;
    }
}

/* ポイント */
.point_box {
    margin: 20px 0 50px;
}
.point_items {
    margin: 0 auto;
    padding: 10px;
    width: fit-content;
}
.point_items .point_one {
    background-image: url('../../img/user/point_image_1.png');
}
.point_items .point_two {
    background-image: url('../../img/user/point_image_2.png');
}
.point_items .point_three {
    background-image: url('../../img/user/point_image_3.png');
}
.point_items .three_points {
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 100px center;
    font-family: "Yu Mincho";
    margin: 20px auto;
    text-align: left;
}
.point_items .three_points:first-child {
    margin-top: 0;
}
.point_items .three_points:nth-child(2) {
    background-position: center right 100px;
}
p.point_copy {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}
p.point_description {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
    padding-top: 10px;
}
@media screen and (max-width: 768px) {
    .point_section_box {
        width: 90%;
    }
    .point_items {
        width: auto;
    }
    .point_items .three_points {
        background-position: left center;
        margin: 0;
        text-align: left;
        width: inherit;
    }
    .point_items .three_points:nth-child(2) {
        background-position: center right;
    }
    p.point_copy {
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
    }
    p.point_description {
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 18px;
        padding: 20px 0;
    }
}

/* キャリアサポート事例 */
.support_box {
    background: #EFEFEF;
    padding: 20px 0 0;
}
.support_ex {
    background: #FFF;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 15px;
    vertical-align: top;
    width: 400px;
}
.support_title {
    background: #2F2F2F;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0 5px 15px;
    text-align: left;
}
.support_title span {
    font-family: "Times New Roman";
    margin-right: 15px;
}
.support_table {
    margin: 0 auto;
    padding: 10px;
}
.support_person {
    align-items: center;
    display: inline-block;
    font-size: 14px;
    height: 100px;
    width: 100px;
    vertical-align: top;
}
.support_icon img {
    width: 100px;
}
.support_person_name {
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
}
.support_comment {
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    padding: 10px;
    width: 250px;
    text-align: left;
}
.support_ba {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}
.support_ba li.season {
    font-size: 13px;
    text-align: center;
}
.support_ba li.annual_income {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}
.support_ba li.annual_income span {
    font-size: 28px;
}
.support_ba li.category {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
.support_before,
.support_arrow,
.support_after {
    display: inline-flex;
    text-align: left;
    vertical-align: middle;
}
.support_before {
    background: #EFEFEF;
    border-radius: 5px;
    padding: 10px;
}
.support_after {
    background-image: linear-gradient(150deg, #d5b783 0%, #9f7547 50%);
    border-radius: 5px;
    color: #FFF;
    padding: 10px 20px;
}
.support_arrow img {
    margin: 0 10px;
    height: 50px;
}
@media screen and (max-width: 768px) {
    .support_box {
        padding: 50px 0 0;
    }
    .support_ex {
        width: 90%;
    }
    .support_table {
        padding: 5px 0 10px;
    }
    .support_ba {
        padding: 0 5px 10px;
    }
    .support_person {
        height: auto;
    }
    .support_comment {
        padding: 5px;
        width: 60%;
    }
    .support_before,
    .support_after {
        padding: 10px;
    }
    .support_arrow img {
        height: 20px;
    }
}

/* キャリアアドバイザー紹介 */
.advisor_box {
    margin: 20px 0 0;
}
.advisor_area {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.advisor {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 2px 2px 2px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    border-radius: 5px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    width: 200px;
}
.advisor_img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.advisor_title {
    background-image: linear-gradient(150deg, rgba(65, 65, 65, 1) 20%, rgba(1, 1, 1, 1) 100%);
    color: #FFF;
    font-size: 18px;
    padding: 15px;
    text-align: left;
}
.advisor_title .title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.advisor_comment {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 20px;
    margin: 0 5px;
    padding: 10px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .advisor_box {
        margin: 50px 0 0;
    }
    .advisor {
        width: 160px;
    }
    .advisor_img img {
        height: 160px;
        width: auto;
    }
}

/* セミナー */
.seminar_box {
    background: linear-gradient(150deg, #4f7492 0%, #0c2442 50%);
    padding: 20px 0 0;
}
.seminar_box span {
    color: #fff;
}
.seminar_area {
    margin: 0 auto;
}
.seminar {
    background: #FFF;
    border: 1px solid #999;
    height: 190px;
    margin: 0 auto;
    padding: 10px;
    width: 270px;
}
.seminar_title {
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}
.seminar_label {
    background: #000;
    color: #FFF;
    font-size: 12px;
    margin: 10px 0;
    padding: 7px 12px;
    width: fit-content;
}
.seminar_event {
    font-size: 14px;
    padding-top: 10px;
    text-align: left;
    width: 270px;
}
.seminar_event table {
    font-size: 13px;
    line-height: 20px;
    width: 270px;
}
.seminar_event td {
    border-bottom: 1px dotted #999;
}
.seminar_event td.item {
    width: 75px;
}
@media screen and (max-width: 768px) {
    .seminar_box {
        padding: 50px 0 0;
    }
    .seminar_area {
        width: 100%;
    }
}

/* 企業リスト */
.clinet_box {
    margin: 20px 0 0;
}
.client_list {
    margin: 0 auto;
}
.client_list .client_logo {
    align-content: center;
    border: 1px solid #cecece;
    display: inline-block;
    margin: 10px;
    height: 100px;
    vertical-align: top;
    width: 240px;
}
.client_list .client_logo img {
    align-content: center;
    display: flex;
    width: 100px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .clinet_box {
        margin: 50px 0  0;
    }
    .client_list {
        padding: 10px;
        text-align: center;
        width: inherit;
    }
    .client_list .client_logo {
        align-content: center;
        margin: 5px 2px;
        padding: 5px;
        width: fit-content;
    }
}

/* ご利用の流れ */
.flow_box {
    background: #EFEFEF;
    padding: 20px 0 150px;
}
.flow {
    color: #FFF;
    display: inline-flex;
    margin: 0 auto;
    width: auto;
}
.flow_items_one {
    background: #4f7492;
    background-image: url('../../img/user/flow_image_smp_1.png');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    width: inherit;
}
.flow_items_two {
    background: #2c5180;
    background-image: url('../../img/user/flow_image_smp_2.png');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    border: 6px solid #2c5180;
    padding-left: 20px;
    width: inherit;
}
.flow_items_three {
    background: #0c2442;
    background-image: url('../../img/user/flow_image_smp_3.png');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    width: inherit;
}
.flow_label {
    font-size: 18px;
    margin: 0;
    padding: 50px 0 0 110px;
    text-align: left;
}
.flow_content {
    font-size: 12px;
    line-height: 20px;
    margin-top: 60px;
    padding: 0 30px 20px 20px;
    text-align: left;
    width: fit-content;
}
.flow_content a {
    color: #0000BB;
    text-decoration: underline;
}
.triangle_back_one {
    background: #2c5180;
    border-right: 1px solid #2c5180;
}
.triangle_back_two {
    background: #0c2442;
    border-right: 1px solid #0c2442;
}
.triangle {
    display: block;
    border-style: solid;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-right: none;
}
.triangle_one {
    border-left: 70px solid #4f7492;
}
.triangle_two {
    border-left: 70px solid #2c5180;
}
@media screen and (max-width: 768px) {
    .flow_box {
        padding: 50px 0;
    }
    .flow {
        display: block;
        height: 600px;
    }
    .flow_items {
        padding: 0 0 0 120px;
        text-align: left;
        width: auto;
    }
    .flow_items_one {
        background-position: 20px 50%;
        padding-top: 20px;
     }
    .flow_items_two {
        background-position: 20px 50%;
        padding-top: 10px;
    }
    .flow_items_three {
        background-position: 20px 50%;
        padding-top: 10px;
    }
    .flow_label {
        padding: 10px 0;
    }
    .flow_content {
        margin: 0;
        padding: 10px 5px 30px 0;
    }
    .triangle_back_one {
        height: 43px;
    }
    .triangle_back_two {
        border-bottom: 2px solid #0c2442;
        height: 43px;
    }
    .triangle {
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        border-bottom: none;
        margin: 0 auto;
        height: 0;
        width: 0;
    }
    .triangle_one {
        border-top: 38px solid #4f7492;
    }
    .triangle_two {
        border-top: 38px solid #2c5180;
    }
}

/* フローティング */
.float {
    background: #FFF;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1),1px 2px 2px 2px rgba(0, 0, 0, 0.3);
    height: 150px;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    width: 255px;
    bottom: 20px;
    right: 20px;
    z-index: 1001;
}
.float i {
    background: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1),1px 2px 2px 2px rgba(0, 0, 0, 0.3);
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 1;
}
.float .float_description {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px auto 10px;
}
.float .float_register {
    background: linear-gradient(150deg, #d5b783 0%, #9f7547 50%);
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
    width: 180px;
}
.float .float_register a {
    color: #FFF;
    display: block;
    padding: 15px 10px;
}
@media screen and (max-width: 480px) {
    .float {
        height: 110px;
        width: 90%;
        bottom: 10px;
    }
    .float_pc_only {
        display: none;
    }
    .float .float_register {
        width: 90%;
    }
}
