﻿.link_widgets * {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    float: left;
    width: 100%;
    background: #24324a;
    display: block
}

footer .footer-title {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 30px;
}

.footer-main img {
    border: none;
}

.widget {
    float: left;
    width: 100%;
}

.about_widget {
    float: left;
    width: 100%;
}

.about_widget .logo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.about_widget > span {
    width: 100%;
    float: left;
    font-family: Open Sans;
    font-size: 13px;
    color: #8a99b3;
    line-height: 30px;
}

.social {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.social a {
    float: left;
    margin-right: 14px;
    font-size: 20px;
    color: #8a99b3;
}

.social i {
    font-size: 15px;
}

.link_widgets {
    float: left;
    width: 100%;
}

.link_widgets a {
    float: left;
    width: 100%;
    position: relative;
    font-family: Open Sans;
    font-size: 13px;
    color: #8a99b3;
    margin-bottom: 12px;
    padding-left: 24px;
}

.link_widgets a::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 1px;
    content: "";
    background: #8a99b3;
}

.link_widgets a:hover {
    color: #fff !important;
    padding-left: 36px !important;
}

.link_widgets a:hover::before {
    background: #ffffff;
    width: 27px;
}


.link_widgets1 {
    float: left;
    width: 100%;
}

.link_widgets1 a {
    float: left;
    width: 100%;
    position: relative;
    font-family: Open Sans;
    font-size: 13px;
    color: #8a99b3;
    margin-bottom: 12px;
    padding-left: 24px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.link_widgets1 a::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 1px;
    content: "";
    background: #8a99b3;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.link_widgets1 a:hover {
    color: #7dc246 !important;
    padding-left: 36px !important;
}

.link_widgets1 a:hover::before {
    background: #7dc246;
    width: 27px;
}


.link_widgets2 {
    float: left;
    width: 100%;
}

.link_widgets2 a {
    float: left;
    width: 100%;
    position: relative;
    font-family: Open Sans;
    font-size: 13px;
    color: #8a99b3;
    margin-bottom: 12px;
    padding-left: 24px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.link_widgets2 a::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 1px;
    content: "";
    background: #8a99b3;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.link_widgets2 a:hover {
    color: #fff !important;
    padding-left: 36px !important;
}

.link_widgets2 a:hover::before {
    background: #ffffff;
    width: 27px;
}


.link_widgets3 {
    float: left;
    width: 100%;
}

.link_widgets3 a {
    float: left;
    width: 100%;
    position: relative;
    font-family: Open Sans;
    font-size: 13px;
    color: #7a8493;
    margin-bottom: 12px;
    padding-left: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.link_widgets3 a i {
    margin-right: 7px;
}

.link_widgets3 a:hover {
    color: #fff !important;
    padding-left: 7px !important;
}


.download_widget {
    float: left;
    width: 100%;
}

.download_widget a {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}

.link_widgets a:last-child {
    margin-bottom: 0;
}

.bottom-line {
    float: left;
    width: 100%;
    text-align: center;
    background: #1d293e;
    padding: 24px 0;
}

.bottom-line span {
    font-family: Open Sans;
    font-size: 13px;
    color: #6a7d9b;
    line-height: 24px;
}

#return-to-top {
    position: fixed;
    bottom: 2%;
    right: 35px;
    display: block;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    line-height: 60px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}

#consultations-DM, #check-profile {
    position: fixed;
    bottom: 10%;
    right: 0px;
    display: block;
    text-align: center;
    background: #fff;
    z-index: 1001;
    border: 1px solid #EEEEF9;
}
.DM-description {
    border-radius: 99px;
    background: #EEEEF9;
    padding: 0.5rem 1rem;
}
.DM-button{
    padding: 1rem 1.25rem;
    color: #fff;
    border-radius: 4px;
}
#consultations-DM a:hover {
    color: #fff !important;
}
.DM-close-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #CFD8DC;
    top: -10px;
    left: -10px;
    cursor: pointer;
}
#consultations-DM .position-relative {
    padding: 16px;
}
.check-profile-body {
    display: flex;
    width: 400px;
    max-width: 100%;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    font-family: Noto Sans JP !important;
}
.check-profile--header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.link-color {
    color: #348AD9 !important;
}
.check-profile-item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: #F4F7F9;
}
.check-item-label {
    color: #3F4047;
    font-family: Noto Sans;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
#check-profile .m-badge.looking-for-job {
    background: #fff;
    border: 1px solid #007BFF;
    color: #007BFF;
}

#check-profile .m-badge.during-the-day, .m-badge.scheduled-close-project, .m-badge.good-deal {
    background: #00B0FF;
    color: #fff;
}

#check-profile .m-badge.in-operation {
    background: #fff;
    color: #6C757D;
    border: 1px solid #6C757D;
}

#check-profile .m-badge.stop-job-introduction {
    background: #6C757D;
    color: #fff;
}

#check-profile .job-seeking-status {
    padding: 4px 12px !important;
    border-radius: 99px;
    font-size: 12px;
}

#check-profile .custom-badge {
    padding: 4px 12px !important;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 99px;
    font-size: 12px;
}

#check-profile .current-status {
    padding: 8px 0px 8px 0px;
    border: 1px solid #CFD8DC;
    text-align: center;
    width: 105px;
    margin-top: 12px;
}
#check-profile p, #check-profile label {
    margin-bottom: 0px;
}
.check-item-file {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
#check-profile {
    z-index: 10001;
    bottom: 10vh;
    margin-right: 16px;
    background: unset;
    border: unset;
}
#check-profile-content {
    overflow: auto;
    max-height: 80vh;
    max-width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}
.check-profile-close-btn {
    width: 48px;
    height: 48px;
    bottom: -8vh;
    right: 0;
    padding: 8px;
    justify-content: center;
    cursor: pointer;
    border-radius: 99px;
    background: rgba(51, 51, 51, 0.40);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.check-profile-title {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99px;
    background: #333;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    float: right;
    cursor: pointer;
    bottom: -48px;
}
.check-profile-body.body-close{
    display: none;
}
.check-profile-title{
    display: none;
}
.check-profile-title.body-close {
    display: flex;
    position: absolute;
    bottom: -48px;
    right: 0;
}
@media (max-width: 600px) {
    .mobile-open {
        width: 100%;
        margin-right: unset;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-open .position-relative{
        height: 100%;
    }
    .check-profile-body {
        width: 100%;
        height: 100%;
    }
    #check-profile-content{
        height: 100vh;
    }

    .check-profile-close-btn {
        top: 1rem;
        right: 1.5rem;
        width: 32px;
        height: 32px;
        padding: 5.333px;
        justify-content: center;
        align-items: center;        
    }
    .check-profile--header-title {
        margin-right: 3.5rem;
    }
    .check-profile-close-btn svg {
        width: 21.333px;
        height: 21.333px;
        flex-shrink: 0;
    }
    .check-profile-title {
        width: 48px;
        height: 48px;
    }
    .check-profile-title svg {
        flex-shrink: 0;
    }
    .check-profile-title span{
        display: none;
    }
    #check-profile .current-status {
        min-width: 90px;
        width: 31.4%;
    }
}

#return-to-top i {
    font-size: 24px;
    position: relative;
    background: transparent;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
