@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, #4d4d4d 20%, #010101 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 .top_banner_pc {
    display: block;
}
.main_banner .top_banner_smp {
    display: none;
}
.main_banner img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .main_banner {
    }
    .main_banner .top_banner_pc {
        display: none;
    }
    .main_banner .top_banner_smp {
        display: block;
    }
}

/* G2Career GameCreatorとは？ */
.description {
    background: linear-gradient(180deg, #ffff 50%, #d5d5d5 100%);
    padding: 50px;
}
.description .description_title {
    margin: 0 auto 30px;
    width: fit-content;
}
.description .description_title img {
    width: 80%;
}
.description p.sentence {
    font-size: 14px;
    line-height: 26px;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .description {
        font-size: 12px;
        margin: 0;
        padding: 30px 10px;
    }
    .description .description_title {
        margin-bottom: 20px;
    }
    .description p.sentence {
        font-size: 12px;
        line-height: 24px;
        padding: 0 10px;
        text-align: left;
    }
}

/* 企業ロゴカルーセル */
.clients_banner {
    margin: 50px 0;
}
.clients_banner .logo_list {
    transition-timing-function: linear;
}
.slide_client_logo {
    align-content: center;
    display: inline-block;
    height: 150px;
    width: 150px;
}
.slide_client_logo img {
    max-width: 150px;
}
@media screen and (max-width: 768px) {
    .clients_banner {
        margin: 20px 0;
    }
    .slide_client_logo {
        width: 100px;
    }
    .slide_client_logo img {
        max-width: 100px;
    }
}

/* 厳選求人 */
.top_orders {
    background: linear-gradient(150deg, #f4a959 0%, #f47018 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: 320px;
    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: 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    height: fit-content;
    width: fit-content;
}
.order_banner span.planner_category {
    border: 1px solid #b87bcf;
    color: #b87bcf;
}
.order_banner span.engineer_category {
    border: 1px solid #3ba13d;
    color: #3ba13d;
}
.order_banner span.designer_category {
    border: 1px solid #4d99ce;
    color: #4d99ce;
}
.order_banner span.other_category {
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
}
.order_banner p.order_title {
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    line-height: 22px;
    padding-bottom: 5px;
}
.order_banner p.order_category {
    font-size: 14px;
    margin-top: 10px;
}
.order_banner .order_box {
    background: #EFEFEF;
    border-radius: 5px;
    font-size: 12px;
    height: 190px;
    margin-top: 10px;
    padding: 10px 15px;
}
.order_banner table {
    height: 90px;
}
.order_banner table td {
    padding: 5px 10px;
}
.order_banner table td.category_area {
    padding: 5px 0 5px 10px;
}
.order_banner table td.category_area p {
    padding: 3px 0;
}
.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;
}
@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, #55b4b7 0%, #116982 50%);
    padding: 20px 0 0;
    text-align: center;
}
.feature_box span {
    color: #fff;
}
.feature {
    background: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    height: 200px;
    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;
    }
}

/* ポイント */
.point_box {
    margin: 20px 0 50px;
}
.point {
    background-image: url('../../img/user/point_image_pc.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 auto;
}
.point_items {
    margin: 0 auto;
    padding: 10px;
    width: fit-content;
}
.three_points {
    margin: 20px auto;
    text-align: left;
}
.three_points:first-child {
    margin-top: 0;
}
p.point_copy {
    color: #f47018;
    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 {
        background-image: url('../../img/user/point_image_smp.png');
    }
    .point_items {
        width: 100%;
    }
    .three_points {
        margin: 0;
        text-align: left;
        width: inherit;
    }
    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;
    height: 50px;
    line-height: 22px;
    padding: 5px 15px 5px 15px;
    text-align: left;
}
.support_title span {
    font-family: "Times New Roman";
    margin-right: 5px;
}
.support_table {
    height: 110px;
    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, #f4a959 0%, #f47018 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 {
        height: 120px;
        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, #55b4b7 0%, #116982 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%;
    }
}

/* 企業リスト */
.client_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) {
    .client_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: #1F7288;
    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: #185C6E;
    background-image: url('../../img/user/flow_image_smp_2.png');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    border: 6px solid #185C6E;
    padding-left: 20px;
    width: inherit;
}
.flow_items_three {
    background: #0C4657;
    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: #185C6E;
    border-right: 1px solid #185C6E;
}
.triangle_back_two {
    background: #0C4657;
    border-right: 1px solid #0C4657;
}
.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 #1F7288;
}
.triangle_two {
    border-left: 70px solid #185C6E;
}
@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 #0C4657;
        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 #1F7288;
    }
    .triangle_two {
        border-top: 38px solid #185C6E;
    }
}

/* フローティング */
.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, #f4a959 0%, #f47018 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%;
    }
}
