@charset "shift_jis";
/* CSS Document */
main .h1-wrap {
    position: relative;
    overflow: hidden;
}
/*==============================================
   message.html
============================================= */
main .h1-wrap {
    background: url(https://img1.kakaku.k-img.com/images/info/recruit/occupation/h1.jpg) no-repeat center center;
    background-size: cover;
}
section h2 {
}
section h2 + p {
    margin-top: 15px;
    text-align: center;
}
@media (min-width: 1030px) {
    section h2 {
    }
    section h2 + p {
    }
}
/* usage-guide
--------------------------------------------- */
section h4 {
    line-height: 1.5;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.usage-guide {
    margin-top: 60px;
    padding: 20px 20px;
    background-color: #ececec;
}
.usage-guide p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
.note-job {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}
.circle {
    margin-right: 0.5em;
    padding: 5px;
    border-radius: 50%;
    background-color: #ec9e36;
}
.circle::before {
    margin-right: 0;
    color: #fff;
}
/* ul */
.usage-guide ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.usage-guide ul li {
    margin: 10px 10px 0;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
@media (min-width: 1030px) {
    section h3 {
        margin-top: 0;
    }
    section h4 {
        margin-top: 0;
    }
    .usage-guide {
        margin-top: 80px;
        padding: 40px 40px;
    }
    .usage-guide p {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .note-job {
        margin-top: 20px;
    }
    /* ul */
    .usage-guide ul {
        margin-top: 0;
    }
    .usage-guide ul li {
        margin: 20px 30px 0;
        font-size: 20px;
        font-size: 2.0rem;
    }
}
/* w-box
--------------------------------------------- */
.w-box {
    margin-top: 15px;
    padding: 20px 15px;
    border: 2px solid #e4e4e4;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}
.w-box h3 {
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.w-box p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
.w-box .logo-box {
    margin-top: 10px;
    text-align: center;
}
.w-box .logo-box img {
    height: 24px;
    margin: 0 10px;
}
/* btn-job */
.w-box .btn-job {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.w-box .btn-job a {
    display: block;
    width: 47%;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
}
.w-box .btn-job a .icon-bubble::before {
    margin-left: 0.5em;
    margin-right: 0;
    color: #fff;
}
@media (min-width: 1030px) {
    .w-box {
        margin-top: 30px;
        padding: 30px 30px 40px;
    }
    .w-box h3 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    .w-box p {
        margin-top: 20px;
        text-align: center;
    }
    .w-box .logo-box {
        margin-top: 20px;
    }
    .w-box .logo-box img {
        height: 30px;
        margin: 0 15px;
    }
    /* btn-job */
    .w-box .btn-job {
        justify-content: center;
    }
    .w-box .btn-job a {
        width: 260px;
        height: 50px;
        line-height: 50px;
        margin: 20px 10px 0;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        transition: opacity 0.2s;
    }
}
/* column-2
--------------------------------------------- */
.column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.column-2 > div {
    width: 48%;
}
.column-2 .w-box .btn-job a {
    width: 100%;
}
@media (min-width: 1030px) {
    .column-2 > div {
        width: 485px;
    }
    .column-2 .w-box .btn-job a {
        width: 260px;
    }
}
/* column-3
--------------------------------------------- */
.column-3 .w-box .btn-job a {
    width: 47%;
}
@media (min-width: 1030px) {
    .column-3 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .column-3 > div {
        width: 313px;
    }
    .column-3 .w-box .btn-job a {
        width: 100%;
    }
    .column-3 + .btn {
        margin-top: 100px;
    }
}
/* arrow-mutual
--------------------------------------------- */
.arrow-mutual {
    position: relative;
}
.arrow-mutual::before {
    content: "";
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/info/recruit/occupation/arrow.svg) no-repeat center center;
    background-size: cover;
}
@media (min-width: 1030px) {
    .arrow-mutual::before {
        top: -57px;
        width: 80px;
        height: 80px;
    }
}
/* modal
--------------------------------------------- */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}
.modal__bg {
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #fff;
    left: 50%;
    padding: 20px 30px 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    border: 2px solid #ec9e36;
    border-radius: 15px;
    box-sizing: border-box;
}
.modal__content p {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.modal__content p.job {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}
@media (max-width: 1029px) {
    .modal__content .btn {
        margin-top: 20px;
    }
    .modal__content .btn a {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.modal .btn-close {
    display: block;
    top: -40px;
    right: 0;
    width: 30px; /*枠の大きさ*/
    height: 30px; /*枠の大きさ*/
    position: absolute;
    font-size: 0;
    text-indent: -999rem;
}
.modal .btn-close::before, .modal .btn-close::after {
    content: "";
    display: block;
    width: 100%; /*バツ線の長さ*/
    height: 2px; /*バツ線の太さ*/
    background: #202020;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}
.modal .btn-close::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
}
@media (min-width: 1030px) {
    .modal__content {
        padding: 40px 50px 50px;
    }
    .modal__content {
        width: 800px;
    }
    .modal__content p {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .modal__content p.job {
        font-size: 34px;
        font-size: 3.4rem;
    }
    .modal__content .btn {
        margin-top: 30px;
    }
}
/* job-color
--------------------------------------------- */
.color-business {
    background-color: #ec9e36;
}
.business .modal__content {
    border-color: #ec9e36;
}
.business .job {
    color: #ec9e36;
}
.color-engineers {
    background-color: #37b081;
}
.engineers .modal__content {
    border-color: #37b081;
}
.engineers .job {
    color: #37b081;
}
.color-designer {
    background-color: #5a52cc;
}
.designer .modal__content {
    border-color: #5a52cc;
}
.designer .job {
    color: #5a52cc;
}
.color-career {
    background-color: #bc3562;
}
.career .modal__content {
    border-color: #bc3562;
}
.career .job {
    color: #bc3562;
}
.color-development {
    background-color: #52abcc;
}
.development .modal__content {
    border-color: #52abcc;
}
.development .job {
    color: #52abcc;
}