/* CSS
1 Block
2 Box
3 Heading
4 List
5 Link
6 Layout
7 Image

- Adjust
- PageStyle

*/




/*1 Block */

#recruit .g-block {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 60px 15px;
}

#recruit .g-block .g-block_inner {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

/*2 Box */

#recruit .g-box {
    padding: 40px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#recruit .t-indent{
    padding-left: 1em;
    text-indent: -1em;
}

/*3 Heading */

#recruit .headtitle-2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 80px 0 20px;
}

#recruit .headtitle-3 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px 0 20px;
}

/*4 List */

#recruit .g-list.joblist .g-list-item dt {
    margin-bottom: 15px;
    font-weight: normal;
}

#recruit .g-list.joblist .g-list-item dt .g-list-title {
    display: inline-block;
    width: 22.5%;
    max-width: 100%;
    font-weight: bold;
}

#recruit .g-list.joblist .g-list-item:first-child {
    border-top: 1px solid #707070;
    padding-top: 20px;
}

#recruit .g-list.joblist .g-list-item:last-child {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}

#recruit .g-list.joblist .g-list-item+.g-list-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #707070;
}

#recruit .g-list.joblist .g-list-item .g-tag {
    display: flex;
    margin: 0;
    padding: 0;
}

#recruit .g-list.joblist .g-list-item .g-tag .g-tag-item {
    list-style: none;
}

#recruit .g-list.joblist .g-list-item .g-tag .g-tag-item+.g-tag-item {
    margin-left: 10px;
}

#recruit .g-list.joblist .g-list-item .g-tag .g-tag-item span {
    background: #FF0000;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 3px 6px;
}

.list-type-no {
    list-style-type: none;
}


#recruit .g-box .g-list-text ul {
    padding-left: 23px;
    margin: 0;
    font-size: 1.5rem;
}
#recruit .g-box .g-list-text ul li {
    line-height: 1.5;
}

#recruit .g-box .g-list-text ul li+li {
    margin-top: 8px;
}


/*5 Link */

#recruit .g-link-text {
    color: #015BD5;
    text-decoration: underline;
    display: flex;
    align-items: flex-start;
    width: fit-content;
}

#recruit .g-link-text:hover {
    text-decoration: none;
}

#recruit .g-link-text:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 3.2px;
    margin-right: 5px;
    background: url(/assets/img/common/icon-rigtharrow-round-blue.svg)no-repeat center center/contain;
    flex-shrink: 0;
}

#recruit .g-link-button {
    background: #1498DF;
    transition: 0.5s;
    border-radius: 50px;
    margin-top: 20px;
    padding: 15px 20px;
    max-width: 100%;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#recruit .g-link-button span {
    color: #fff;
}

#recruit .g-link-button:hover {
    background: #0D6C9F;
    text-decoration: none;
    transition: 0.5s;
}

#recruit .g-link-button span.external:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 3.2px;
    margin-left: 5px;
    background: url(/assets/img/common/icon-external-link.svg)no-repeat center center/contain;
    flex-shrink: 0;
}

/*6 Layout */

#recruit .g-flex {
    display: flex;
    align-items: center;
}

#recruit .g-flex.reverse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#recruit .g-flex .g-flex-item {
    width: 100%;
}

#recruit .g-flex .g-flex-item .g-flex-item-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 20px;
}

#recruit .g-flex .g-flex-item a img {
    opacity: 1.0;
    transition: 0.5s;
}

#recruit .g-flex .g-flex-item a:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

#recruit .g-flex .g-flex-item .img-fit {
    max-width: 100%;
    height: auto;
}

/*7 Image */

.img-center {
    display: block;
    margin: 0 auto;
}

/* Photo */
#recruit .img-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#recruit .img-item {
    width: 48%;
}
#recruit .img-box img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/*Adjust */

/*A-1 Margin */

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

/*A-2 Padding */

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

/*A-3 Width */

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

@media screen and (min-width: 768px) {
    .vpc {
        display: block;
    }

    .vsp {
        display: none;
    }

    #recruit .g-lead-text.pc-center {
        text-align: center;
    }

    .w30-pc {
        width: 30%;
    }

    .w35-pc {
        width: 35%;
    }

    .w40-pc {
        width: 40%;
    }

    .w60-pc {
        width: 60%;
    }

    .w65-pc {
        width: 65%;
    }

    .w70-pc {
        width: 70%;
    }

    .pr20-pc {
        padding-right: 20px;
    }

    .pr30-pc {
        padding-right: 30px;
    }

    .pr40-pc {
        padding-right: 40px;
    }

}

@media screen and (max-width: 767px) {
    #recruit .g-block {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 40px 0;
    }

    #recruit .g-block p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
    }

    #recruit .headtitle-2 {
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1.6;
        margin: 40px 0 10px;
    }

    #recruit .headtitle-3 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.6;
        margin: 20px 0 10px;
    }

    .vpc {
        display: none;
    }

    .vsp {
        display: block;
    }

    .w30-sp {
        width: 30%;
    }

    .w35-sp {
        width: 35%;
    }

    .w50-sp {
        width: 50%;
    }

    .w60-sp {
        width: 60%;
    }

    .w65-sp {
        width: 65%;
    }

    .w70-sp {
        width: 70%;
    }

    .pr20-sp {
        padding-right: 20px;
    }

    .pr30-sp {
        padding-right: 30px;
    }

    .pr40-sp {
        padding-right: 40px;
    }

    .mb20-sp {
        margin-bottom: 20px;
    }

    .mb30-sp {
        margin-bottom: 30px;
    }

    .mb40-sp {
        margin-bottom: 40px;
    }

    #recruit .g-box {
        padding: 25px;
        border-radius: 8px;
    }

    #recruit .g-flex.reverse {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    #recruit .g-list.joblist .g-list-item dt .g-list-title {
        display: block;
        width: 100%;
        max-width: 100%;
        font-weight: bold;
    }

    #recruit .g-list.joblist .g-list-item .g-tag {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    #recruit .g-list.joblist .g-list-item .g-tag .g-tag-item {
        list-style: none;
    }

    #recruit .g-list.joblist .g-list-item .g-tag .g-tag-item+.g-tag-item {
        margin-left: 0px;
        margin-top: 10px;
    }

    #recruit .g-list.joblist .g-list-item .g-tag .g-tag-item span {
        background: #FF0000;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 3px 6px;
    }

    #recruit .img-box {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

    #recruit .img-item {
        width: 100%;
        margin-bottom: 20px;
    }

    #recruit .g-box .g-list-text ul {
        font-size: 1.4rem;
        line-height: 1.6;
    }

}

@media screen and (max-width: 320px) {
    #recruit .g-box {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

/* PageStyle /recruit/position/... */

#recruit h1.ttl.reverse {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}

#recruit h1.ttl span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 5px;
}

#recruit .g-list.joblist.v2 .g-list-item {
    display: flex;
    justify-content: space-between;
}

#recruit .g-anchor-link {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
    padding: 0;
}

#recruit .g-anchor-link .g-anchor-link-item {
    list-style-type: none;
}

#recruit .g-anchor-link .g-anchor-link-item+.g-anchor-link-item {
    margin-left: 20px;
}

#recruit .g-anchor-link .g-anchor-link-item a {
    color: #015BD5;
    text-decoration: none;
}

#recruit .g-anchor-link .g-anchor-link-item a span:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 9px;
    top: 0;
    margin-right: 5px;
    background: url(/assets/img/common/icon-anchor-blue.svg)no-repeat center center/contain;
    flex-shrink: 0;
}

#recruit .g-anchor-link .g-anchor-link-item a:hover {
    text-decoration: underline;
}

#recruit .g-entry-box {
    max-width: 1000px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #015BD5;
    padding: 40px;
}

#recruit .g-entry-box .g-entry-title {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

#recruit .g-entry-box .g-entry-text {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 40px;
}

#entry02 ul {
    padding-left: 23px;
}

#entry02 ul li {
    line-height: 1.5;
}

#entry02 ul li+li {
    margin-top: 8px;
}

#entry02 .g-list-item .g-entry-title-2 {
    font-weight: bold;
    font-size: 1.6rem;
}

#recruit .g-entry-box .g-link-button {
    background: #1498DF;
    transition: 0.5s;
    border-radius: 50px;
    padding: 15px 20px;
    max-width: 100%;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#recruit .g-entry-box .g-link-button span {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
}

#recruit .g-entry-box .g-link-button:hover {
    background: #0D6C9F;
    text-decoration: none;
    transition: 0.5s;
}

#recruit .g-entry-box .g-link-button span.link:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-right: 5px;
    background: url(/assets/img/common/icon-rigtharrow-white.svg)no-repeat center center/contain;
    flex-shrink: 0;
}

.g-telephone {
    font-size: 32px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.g-telephone span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    #recruit .g-list.joblist.v2 .g-list-item dt {
        width: 30%;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 0;
    }

    #recruit .g-list.joblist.v2 .g-list-item dd {
        width: 70%;
        margin-bottom: 0;
    }

    #recruit .g-list.joblist.v2 .g-list-item dd p {
        line-height: 1.5;
    }

    #recruit .g-list.joblist.v2 .g-list-item dd ul {
        padding-left: 23px;
        margin: 0;
    }

    #recruit .g-list.joblist.v2 .g-list-item dd ul li {
        line-height: 1.5;
    }

    #recruit .g-list.joblist.v2 .g-list-item dd ul li+li {
        margin-top: 8px;
    }

    .header-inner {
        height: 67px;
    }

}

@media screen and (max-width: 767px) {
    #recruit .g-anchor-link {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 40px;
        padding: 0;
    }

    #recruit .g-anchor-link .g-anchor-link-item+.g-anchor-link-item {
        margin: 15px 0 0 0;
    }

    #recruit .g-list.joblist.v2 .g-list-item {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    #recruit .g-list.joblist.v2 .g-list-item dt {
        font-weight: bold;
    }

    #recruit .g-list.joblist.v2 .g-list-item dd ul {
        padding-left: 23px;
    }

    #recruit .g-entry-box {
        padding: 20px;
    }

    #recruit .g-entry-box .g-entry-title {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
    }

    #recruit h1.ttl.reverse {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 20px 0;
    }

    .g-telephone {
        /* font-size: 28px !important; */
        font-size: 1.8rem !important;
        font-weight: bold;
        text-align: left;
        line-height: 1.4;
    }

    .g-telephone span {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        margin-top: 5px;
    }

    #recruit .g-entry-box .g-entry-text {
        font-size: 1.4rem;
        text-align: left;
        margin-top: 0;
    }

    #entry02 ul li+li {
        margin-top: 0px;
    }

}