@charset "UTF-8";

@media screen and (max-width: 768px) {
    main {
        padding-top: 23px;
        padding-bottom: 180px;
    }
}

@media screen and (min-width: 769px) {
    main {
        padding-top: 78px;
        padding-bottom: 350px;
    }
}

/* page_heading */
.page_heading {
    position: relative;
}

.page_heading::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #f8f8f8;
    z-index: -1;
}

.page_heading .heading_wrap {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    /* opacity: 0; */
}

.page_heading .heading_wrap h1 {
    line-height: 1.25;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.page_heading .heading_wrap span {
    font-family: bilo, sans-serif;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: 0.1em;
    position: relative;
    color: #ffea00;
}

.page_heading .heading_wrap span::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: -0.8em;
    transform: translateY(-50%);
    background-color: #ffea00;
}

/* .page_heading .lead_text {
    opacity: 0;
} */

.page_heading .lead_text p {
    letter-spacing: 0.1em;
    font-weight: bold;
}

.page_heading .img {
    position: relative;
}

.page_heading .img img {
    width: 100%;
}

.page_heading .img::after {
    content: 'RECRUIT';
    font-family: bilo, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffea00;
}

@media screen and (max-width: 768px) {
    .page_heading::after {
        height: 275px;
    }

    .page_heading .heading_wrap h1 {
        font-size: 1.05rem;
        margin-right: 19px;
    }
    
    .page_heading .heading_wrap span {
        font-size: 0.9rem;
    }

    .page_heading .heading_wrap span::before {
        width: 3px;
        height: 3px;
    }

    .page_heading .lead_text {
        margin-top: 12px;
    }

    .page_heading .lead_text p {
        font-size: 1.4rem;
        line-height: 1.85;
    }

    .page_heading .img {
        width: 100%;
        margin-top: 66px;
    }

    .page_heading .img::after {
        font-size: 50px;
        transform: translate(-3%, -64%);
    }
}

@media screen and (min-width: 769px) {
    .page_heading::after {
        height: 1000px;
    }

    .page_heading .heading_wrap h1 {
        font-size: 20px;
        margin-right: 31px;
    }
    
    .page_heading .heading_wrap span {
        font-size: 14px;
    }

    .page_heading .heading_wrap span::before {
        width: 4px;
        height: 4px;
    }

    .page_heading .lead_text {
        margin-top: 38px;
    }

    .page_heading .lead_text p {
        font-size: 28px;
        line-height: 2;
    }

    .page_heading .img {
        width: 83.3%;
        margin-top: 146px;
    }

    .page_heading .img::after {
        font-size: 7.66vw;
        transform: translate(47%, -69%);
    }
}

@media screen and (min-width: 1200px) {
    .page_heading .img::after {
        font-size: 92px;
    }
}

/* page_content */
.page_content .con_heading h2 {
    letter-spacing: 0.2em;
    position: relative;
}

.page_content .con_heading h2::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ffea00;
}

@media screen and (max-width: 768px) {
    .page_content {
        margin-top: 46px;
    }

    .page_content .con_heading h2 {
        font-size: 1.7rem;
        padding-left: 17px;
    }
    
    .page_content .con_heading h2::before {
        width: 6px;
        height: 6px;
    }
}

@media screen and (min-width: 769px) {
    .page_content {
        margin-top: 233px;
    }

    .page_content .con_heading h2 {
        font-size: 28px;
        padding-left: 33px;
    }
    
    .page_content .con_heading h2::before {
        width: 12px;
        height: 12px;
    }
}

/* item_wrap */
.item_heading strong {
    letter-spacing: 0.1em;
    font-weight: bold;
}

.item dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #bbbbbb;
}

.item dl:last-of-type {
    border-bottom: 1px solid #bbbbbb;
}

.item dl dt {
    letter-spacing: 0.1em;
    font-weight: bold;
}

.item dl dd {
    letter-spacing: 0.1em;
}

.item p {
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .item_wrap {
        margin-top: 17px;
    }

    .item_wrap:not(:first-child) {
        margin-top: 91px;
    }

    .item_heading strong {
        font-size: 1.4rem;
    }

    .item {
        margin-top: 20px;
    }

    .item dl {
        min-height: 85px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
        padding: 22px 0 18px;
    }

    .item dl dt {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.71;
    }
    
    .item dl dd {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.71;
    }

    .item p {
        margin-top: 24px;
        font-size: 1.4rem;
        line-height: 1.71;
    }
}

@media screen and (min-width: 769px) {
    .item_wrap {
        margin-top: 38px;
    }

    .item_wrap:not(:first-child) {
        margin-top: 138px;
    }

    .item_heading strong {
        font-size: 21px;
    }

    .item {
        margin-top: 16px;
    }

    .item dl {
        min-height: 120px;
    }

    .item dl dt {
        width: 17.1%;
        font-size: 16px;
        line-height: 2;
    }
    
    .item dl dd {
        width: 82.9%;
        font-size: 16px;
        line-height: 2;
    }

    .item p {
        margin-top: 44px;
        font-size: 16px;
        line-height: 2;
    }
}

/* apply */
.apply {
    margin-top: 50px;
    text-align: center;
}

.apply a {
    color: #8cd000;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 1px solid #8cd000;
    position: relative;
    display: inline-block;
}

.apply a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #8bd000;
    position: absolute;
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .apply a {
        font-size: 1.2rem;
        height: 38px;
        line-height: 38px;
        width: 200px;
    }

    .apply a::after {
        border-width: 6.5px 0 6.5px 8px;
        right: 2.8em;
    }
}

@media screen and (min-width: 769px) {
    .apply a {
        font-size: 1.45vw;
        padding: 0.9em 2.5em 0.9em 1.5em;
        transition: all 0.3s;
        min-width: 180px;
    }

    .apply a:hover {
        background: #8bd000;
        color: #fff;
    }

    .apply a::after {
        transition: all 0.3s;
        border-width: 7.5px 0 7.5px 10px;
        right: 1.3em;
    }

    .apply a:hover::after {
        border-color: transparent transparent transparent #fff;
    }
}

@media screen and (min-width: 1240px) {
    .apply a {
        font-size: 18px;
    }
}