﻿@charset "UTF-8";

/* common
---------------------------------------------------*/
#wrapper {
    padding-top: 67px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #wrapper {
        padding-top: 17.1794vw;
    }
}

/* mv
---------------------------------------------------*/
#mv {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: calc(100% - 67px);
    z-index: 1;
}
#mv .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#mv .figure {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}
#mv .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #mv {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 6.1538vw;
    }
    #mv .inner {
        height: auto;
    }
    #mv .figure {
        height: auto;
    }
}


/* recruit
---------------------------------------------------*/
#recruit {
    width: 50%;
}
#recruit .inner {
    padding: 40px 40px 0;
}
#recruit .ttl-section {
    margin-bottom: 40px;
}
#recruit .phrase {
    line-height: 1.8em;
    margin-bottom: 40px;
}
#recruit dl.recruit-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8em;
}
#recruit dl.recruit-list dt,
#recruit dl.recruit-list dd {
    border-top: 1px solid #707070;
    padding: 1.25em 0;
}
#recruit dl.recruit-list dt:first-of-type,
#recruit dl.recruit-list dd:first-of-type{
    border-top: 0;
    padding-top: 0;
}
#recruit dl.recruit-list dt:last-of-type,
#recruit dl.recruit-list dd:last-of-type {
    border-bottom: 1px solid #707070;
}
#recruit dl.recruit-list dt {
    width: 144px;
    font-weight: 700;
}
#recruit dl.recruit-list dd {
    width: calc(100% - 144px);
    font-weight: 500;
}
#recruit dl.recruit-list dd  a{
    color: #0000B8;
    text-decoration: underline;
}
.line {
    padding: 60px 0 0 0;
    margin: 60px 0 0 0;
    border-top: 3px solid;
}

/* 980 */
@media screen and (max-width: 980px) {
    #recruit dl.recruit-list {
        display: block;
    }
    #recruit dl.recruit-list dt {
        width: 100%;
        padding: 1.25em 0 0.5em;
    }
    #recruit dl.recruit-list dd {
        width: 100%;
        border-top: 0;
        padding: 0 0 1.25em;
    }
    #recruit dl.recruit-list dt:last-of-type {
        border-bottom: 0;
    }
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #recruit {
        width: 100%;
    }
    #recruit .inner {
        padding: 0 8.2051vw;
    }
    #recruit .ttl-section {
        margin-bottom: 6.1538vw;
    }
    #recruit .phrase {
        margin-bottom: 6.1538vw;
    }
    #recruit dl.recruit-list {
        display: block;
    }
    #recruit dl.recruit-list dt {
        width: 100%;
        padding: 1.25em 0 0.5em;
    }
    #recruit dl.recruit-list dd {
        width: 100%;
        border-top: 0;
        padding: 0 0 1.25em;
    }
    #recruit dl.recruit-list dt:last-of-type {
        border-bottom: 0;
    }
}

