@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");

section.section-2,
section.section-3,
section.section-4,
section.section-5,
section.section-6 {
    padding-top: 70px;
    padding-bottom: 70px;
}

/*TOP PAGE COMMON END*/
/*TOP PAGE SECTION 1 START*/
.home-page-hcw .section-1 .main-visual {
    position: relative;
    overflow: hidden;
}

.home-page-hcw .section-1 .main-visual img {
    display: block;
    width: 100%;
}

/*.home-page-hcw .section-1 .main-visual .outer-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity:0.8;
}
.home-page-hcw .section-1 .main-visual .inner-mask {
    position: absolute;
    right: 22%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skew(-50deg, 0deg);
    -ms-transform: skew(-50deg, 0deg);
    -o-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg);
}
.home-page-hcw .section-1 .main-visual .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #234e7b;
    background-image:      -webkit-linear-gradient(to top, #000000, #0d2951);
    background-image:    -moz-linear-gradient(to top, #000000, #31494A, #246365, #0983A3);
    background-image:     -ms-linear-gradient(to top, #000000, #31494A, #246365, #0983A3);//sp
    background-image:      -o-linear-gradient(to top, #000000, #0d2951);
    background-image:         linear-gradient(to top, #000000, #1A2F39, #164156, #1F7F7D);
    background-image:      		linear-gradient(to top, #000000, #0d2951);
}*/
.home-page-hcw .section-1 .job-links-group {
    max-width: 1100px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-page-hcw .section-1 .job-links-group .job-link {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #053769;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.home-page-hcw .section-1 .job-links-group .job-link.freelancer {
    color: #BCBCBC;
    background-color: #555555;
}

/*TOP PAGE SECTION 1 END*/
/*TOP PAGE SECTION 2 START*/
.home-page-hcw .section-2 .selection {
    max-width: 920px;
    margin: 0 auto;
    padding-top: 20px;
}

.home-page-hcw .section-2 .selection .selection-register {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 740px;
    margin: 0 auto 20px;
    font-size: 14px;
}

.home-page-hcw .section-2 .selection .selection-register img {
    margin-right: 10px;
}

.home-page-hcw .section-2 .selection .btn-register-section {
    max-width: 738px;
}

.home-page-hcw .section-2 .orders {
    max-width: 920px;
    margin: 70px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-page-hcw .section-2 .orders .order-card {
    box-shadow: 0px 0px 5px 1px #ddd;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.home-page-hcw .section-2 .orders .order-card .order-card-title {
    font-family: noto-sans-jp-regular;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    background-color: #043E8F;
    text-align: center;
    line-height: 57px;
}

.home-page-hcw .section-2 .orders .order-card .order-card-body {
    padding: 20px 20px 40px;
}

.home-page-hcw .section-2 .orders .order-card .order-card-body .order-card-img {
    width: 100%;
}

.home-page-hcw .section-2 .orders .order-card .order-card-body ul {
    margin-top: 20px;
}

.home-page-hcw .section-2 .orders .order-card .order-card-body ul li {
    font-family: noto-sans-jp-regular;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.home-page-hcw .section-2 .orders .order-card .order-card-body ul li img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

/*TOP PAGE SECTION 2 END*/
/*TOP PAGE SECTION 3 START*/
.home-page-hcw .section-3 {
    background: #09447C;
}

.home-page-hcw .section-3 .strength {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: noto-sans-jp-regular;
    max-width: 985px;
    margin: auto;
}

.home-page-hcw .section-3 .strength .strength-card {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin-top: 20px;
}

.home-page-hcw .section-3 .strength .strength-card.last {
    margin-bottom: 60px;
}

.home-page-hcw .section-3 .strength .strength-card .card {
    margin: 40px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.home-page-hcw .section-3 .strength .strength-card .card img.card-img {
    display: block;
    max-width: 300px;
    width: 100%;
}

.home-page-hcw .section-3 .strength .strength-card .card .info {
    width: calc(100% - 315px);
    color: #333333;
}

.home-page-hcw .section-3 .strength .strength-card .card .info .info-text {
    font-size: 16px;
}

.home-page-hcw .section-3 .strength .strength-card .card .info .title {
    font-size: 27px;
    font-weight: 500;
    border-bottom: 2px solid #09447C;
    padding-bottom: 15px;
}

.home-page-hcw .section-3 .strength .strength-card .card .info .content {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}

.home-page-hcw .section-3 .strength .strength-card .card .info .content li {
    display: flex;
    align-items: flex-start;
}

.home-page-hcw .section-3 .strength .strength-card .card .info .content li .checkicon {
    margin-top: 5px;
    margin-right: 5px;
}

/*TOP PAGE SECTION 3 END*/
/*TOP PAGE SECTION 4 START*/
.home-page-hcw .section-4 .work-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px;
}

.home-page-hcw .section-4 .work-cards .card {
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
    max-width: calc(50% - 60px);
    box-shadow: 0 0 8px 1px #ddd;
    font-family: noto-sans-jp-regular;
    background: var(--white);
}

.home-page-hcw .section-4 .work-cards .card .title {
    font-family: han-sans-jp-regular;
    font-size: 20px;
    font-weight: 600;
    color: #09447C;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.home-page-hcw .section-4 .work-cards .card .title::before,
.home-page-hcw .section-4 .work-cards .card .title::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #09447C;
}

.home-page-hcw .section-4 .work-cards .card img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.home-page-hcw .section-4 .work-cards .card .detail {
    color: var(--theme-blue);
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.home-page-hcw .section-4 .work-cards .card .detail b {
    font-weight: normal;
    border-right: 1px solid var(--theme-blue);
    border-left: 1px solid var(--theme-blue);
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
}

.home-page-hcw .section-4 .work-cards .card .work-link {
    font-size: 20px;
    color: #053769;
    display: block;
    margin-top: 15px;
}

.home-page-hcw .section-4 .work-cards .card .description {
    font-size: 14px;
    color: #555555;
    margin-top: 25px;
}

/*TOP PAGE SECTION 4 END*/
/*TOP PAGE SECTION 5 START*/
.home-page-hcw .section-5 {
    background: #FDFAFA;
}

.home-page-hcw .section-5 .faq-list {
    max-width: 717px;
    margin: 40px auto;
    font-family: "Noto Sans JP", sans-serif;
}

.home-page-hcw .section-5 .faq-list .faq-item {
    width: 100%;
    background: #fff;
}

.home-page-hcw .section-5 .faq-list .faq-item .quest {
    font-size: 15px;
    min-height: 36px;
    color: #ffffff;
    background: #09447C;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}

.home-page-hcw .section-5 .faq-list .faq-item .quest b,
.home-page-hcw .section-5 .faq-list .faq-item .ans b {
    font-size: 33px;
    font-weight: 600;
    margin-right: 15px;
    display: block;
    height: 33px;
    line-height: 33px;
}

.home-page-hcw .section-5 .faq-list .faq-item .ans {
    display: flex;
    align-items: flex-start;
    padding: 20px 10px;
}

.home-page-hcw .section-5 .faq-list .faq-item .ans b {
    color: #F05069;
}

.home-page-hcw .section-5 .faq-list .faq-item .ans ul li {
    font-size: 12px;
    color: #333333;
}

/*TOP PAGE SECTION 5 END*/
/*TOP PAGE SECTION 6 START*/
.home-page-hcw .section-6 .contact {
    margin: unset;
    display: block;
    position: unset;
    text-align: unset;
}

.home-page-hcw .section-6 .contact .info {
    font-family: noto-sans-jp-regular;
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.home-page-hcw .contact:before, .home-page-hcw .contact:after {
    content: "" !important;
    display: none !important;
}

.home-page-hcw .section-6 .contact .btn-register-section {
    color: #ffffff;
    background: #C6C6C6;
}

.home-page-hcw .section-6 .contact .btn-register-section::before {
    content: "";
    display: block;
    width: 43px;
    height: 51px;
    background: url(/images/mail.png);
    background-size: 43px 28px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 0;
}

/*TOP PAGE SECTION 6 END*/
/*TOP PAGE USER START*/
.home-page-hcw.top-page-user section.section-2 {
    background: linear-gradient(106deg, #f8f8f8 0%, #f8f8f8 18%, #fff 18%, #fff 82%, #f8f8f8 82%, #f8f8f8 100%);
}

.home-page-hcw.top-page-user section.section-4 {
    background: linear-gradient(106deg, #eaeaea 0%, #eaeaea 18%, #fff 18%, #fff 82%, #eaeaea 82%, #eaeaea 100%);
}

.thumbnails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.thumbnails .thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    font-family: noto-sans-jp-regular;
    color: #333333;
    margin-bottom: 15px;
}

.thumbnails .thumbnail .status {
    font-size: 12px;
    font-weight: normal;
    margin-top: 15px;
}

.thumbnails .thumbnail .staff-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.thumbnails .thumbnail .wage {
    font-size: 10px;
    background: #f8f8f8;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px;
    margin-top: 10px;
}

.thumbnails .thumbnail .wage b {
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}

.various-jobs-wrapper {
    margin-top: 150px;
}

.thumbnails.jobs {
    justify-content: space-between;
    margin-top: 50px;
}

.thumbnails.jobs .thumbnail.job-item {
    width: calc(25% - 15px);
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
}

.thumbnails.jobs .thumbnail.job-item img {
    width: 100%;
    max-height: 134px;
    -o-object-fit: cover;
    object-fit: cover;
}

.thumbnails.jobs .thumbnail.job-item .title {
    width: 100%;
    font-size: 13px;
    line-height: 33px;
    color: #ffffff;
    text-align: center;
    background: var(--theme-blue);
}

.home-page-hcw-user .section-2 .selection .btn-register-section {
    max-width: 478px;
}

/*TOP PAGE USER START*/
/*PROFILE START*/
main.profile section.section {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1160px;
    margin: auto;
}

main.profile section.section .profile-data .left-sidebar {
    display: block;
    width: 17%;
    background: var(--light-gray);
    font-size: 10px;
}

main.profile section.section .profile-data .left-sidebar .list .list-item .item-link {
    display: block;
    line-height: 32px;
    padding-right: 15px;
    padding-left: 15px;
}

main.profile section.section .profile-data .left-sidebar .list .list-item .item-link.active {
    padding-left: 10px;
    border-left: 5px solid var(--theme-blue);
    background: var(--active-blue);
}

main.profile section.section .profile-data .left-sidebar .list .list-item .item-link:hover {
    background: #ddd;
}

main.profile section.section .profile-data .left-sidebar .title {
    display: block;
    line-height: 32px;
    padding-right: 15px;
    padding-left: 15px;
    background: var(--theme-blue);
    color: var(--white);
    font-weight: normal;
}

main.profile section.section .profile-data .main-content {
    display: block;
    width: calc(83% - 10px);
    background: var(--light-gray);
}

main.profile section.section .profile-data .main-content .content {
    margin: 20px;
}

main.profile section.section .profile-data .main-content .content .main-content-title {
    font-size: 24px;
    padding-bottom: 10px;
    color: var(--text-normal-color);
    border-bottom: 1px solid var(--theme-blue);
    margin-bottom: 40px;
}

main.profile section.section .profile-data .main-content .content form .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #E3E3E3;
}

main.profile section.section .profile-data .main-content .content form .form-group .label-group {
    width: calc(40% - 20px);
    margin-right: 20px;
}

main.profile section.section .profile-data .main-content .content form .form-group .label-group .description {
    font-size: 11px;
    color: #808080;
}

main.profile section.section .profile-data .main-content .content form .form-group .label-group .self-intro {
    max-width: 279px;
    max-height: 451px;
    overflow: auto;
}

main.profile section.section .profile-data .main-content .content form .form-group .label-group label .mandatory {
    height: 19px;
    display: flex;
    align-items: center;
}

main.profile section.section .profile-data .main-content .content form .form-group .label-group label .mandatory::before {
    content: "必須";
    font-size: 10px;
    color: #FF86A2;
    border: 1px solid #FF86A2;
    border-radius: 2px;
    padding: 0px 2px;
    margin-left: 15px;
}

main.profile section.section .profile-data .main-content .content form .form-group .label-group label .private::after {
    content: "[非公開]";
    font-size: 10px;
    color: #81858B;
    margin-left: 15px;
}

main.profile section.section .profile-data .main-content .content form .form-group .input-group {
    width: 60%;
}

main.profile section.section .profile-data .main-content .content form .form-group .input-group p {
    font-size: 12px;
    color: var(--text-normal-color);
}

main.profile section.section .profile-data .main-content .content form .form-group .input-group small {
    font-size: 10px;
    color: #808080;
    display: block;
}

/*PROFILE END*/
/*MEDIA QUERIES 1024 START*/
@media screen and (max-width: 1024px) {
    .home-page-hcw .section-2 .orders {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
}

/*MEDIA QUERIES 1024 END*/
/*MEDIA QUERIES 992 START*/
/*MEDIA QUERIES 992 END*/
/*MEDIA QUERIES 768 START*/
@media screen and (max-width: 768px) {
    section.section-2,
    section.section-3,
    section.section-4,
    section.section-5,
    section.section-6 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .home-page-hcw .section-6 .contact .btn-register-section::before {
        width: 26px;
        height: 49px;
        background-size: 26px 17px;
    }

    .home-page-hcw .section-1 .job-links-group {
        padding-left: 0;
        padding-right: 0;
    }

    .home-page-hcw .section-1 .job-links-group .job-link {
        font-size: 17px;
        width: 100%;
    }

    .home-page-hcw .section-1 .job-links-group .job-link.freelancer {
        display: none;
    }

    .home-page-hcw .section-2 .selection .section-title span {
        display: block;
    }

    .home-page-hcw .section-2 .selection .selection-register img {
        width: 149px;
    }

    .home-page-hcw .section-2 .orders .order-card .order-card-title {
        font-size: 18px;
    }

    .home-page-hcw .section-2 .orders .order-card:last-of-type {
        margin-bottom: 0;
    }

    .home-page-hcw .section-3 .strength .strength-card .card {
        flex-direction: column;
        align-items: center;
    }

    .home-page-hcw .section-3 .strength .strength-card.last {
        margin-bottom: 20px;
    }

    .home-page-hcw .section-3 .strength .strength-card .card .info {
        width: 100%;
        margin-top: 20px;
    }

    .home-page-hcw .section-3 .strength .strength-card.sp-reverse .card {
        flex-direction: column-reverse;
    }

    .home-page-hcw .section-3 .strength .strength-card .card .info .title {
        font-size: 18px;
    }

    .home-page-hcw .section-3 .strength .strength-card .card .info .content {
        font-size: 14px;
    }

    .home-page-hcw .section-4 .work-cards {
        padding-top: 20px;
    }

    .home-page-hcw .section-4 .work-cards .card {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 20px;
    }

    .home-page-hcw .section-4 .work-cards .card:last-of-type {
        margin-bottom: 0;
    }

    .home-page-hcw .section-4 .work-cards .card img {
        width: auto;
    }

    .home-page-hcw .section-5 .faq-list {
        margin-bottom: 20px;
    }

    .home-page-hcw .section-5 .faq-list .faq-item .quest {
        align-items: flex-start;
        font-size: 14px;
        padding: 5px;
    }

    .home-page-hcw .section-5 .faq-list .faq-item .quest b,
    .home-page-hcw .section-5 .faq-list .faq-item .ans b {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        margin-right: 7px;
    }

    .thumbnails {
        margin-bottom: 15px;
    }

    .thumbnails.jobs .thumbnail.job-item {
        width: calc(50% - 10px);
    }

    .various-jobs-wrapper {
        margin-top: 50px;
    }

    .home-page-hcw .section-5 .faq-list .faq-item .ans ul li {
        font-size: 11px;
    }

    .home-page-hcw .section-6 .contact .info {
        font-size: 18px;
    }

    main.profile section.section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    main.profile section.section .profile-data {
        flex-direction: column-reverse;
    }

    main.profile section.section .profile-data .left-sidebar {
        width: 100% !important;
    }

    main.profile .profile-data .main-content {
        width: 100% !important;
        margin-bottom: 20px;
    }

    main.profile section.section .profile-data .main-content .content form .form-group {
        flex-direction: column;
    }

    main.profile section.section .profile-data .main-content .content form .form-group.personal-info {
        padding-top: 20px;
        padding-bottom: 0px;
        border-top: 1px solid #7E7E7E;
    }

    main.profile section.section .profile-data .main-content .content form .form-group .label-group {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    main.profile section.section .profile-data .main-content .content form .form-group .label-group label {
        margin-bottom: 5px;
    }

    main.profile section.section .profile-data .main-content .content form .form-group .input-group {
        width: 100%;
    }

    main.profile section.section .profile-data .main-content .content form .form-group .label-group .self-intro {
        max-width: 100%;
        max-height: 107px;
        background: #ffffff;
        padding-left: 10px;
    }

    main.profile section.section .profile-data .main-content .content form .form-group .input-group textarea.form-control {
        max-height: 262px;
    }

    main.profile section.section .profile-data .main-content .content form .form-group .input-group .form-control.w-30 {
        width: 50% !important;
    }

    main.profile section.section .profile-data .main-content .content form .form-group .input-group #select_year {
        width: 30% !important;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    main.profile section.section .profile-data .main-content .content form .form-group .input-group #select_month,
    main.profile section.section .profile-data .main-content .content form .form-group .input-group #select_day {
        width: 10%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .home-page-hcw .section-3 .strength .strength-card .card img.card-img {
        max-width: 320px;
    }

    .home-page-hcw .section-3 .strength .strength-card .card {
        margin: 20px 20px !important;
}

/*MEDIA QUERIES 768 END*/
/*MEDIA QUERIES 576 START*/
@media screen and (max-width: 576px) {
    .thumbnails.jobs {
        justify-content: center;
    }

    .thumbnails.jobs .thumbnail.job-item {
        width: 100%;
        max-width: 360px;
    }
}

/*MEDIA QUERIES 576 END*/
/*MEDIA QUERIES 375 START*/
@media screen and (max-width: 358px) {
    .home-page-hcw .section-6 .contact .btn-register-section {
        font-size: 14px;
    }
}

/*MEDIA QUERIES 375 END*/
