@charset "utf-8";

@font-face {
  font-family: 'KleeOne';
  src: url('../font/KleeOne-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

html.hidden {
    overflow: hidden;
}
@media screen and ( min-width: 641px ) {
    html {
        scrollbar-gutter: stable;
    }
}

#recruitment #page_head {
    background-image: url(../images/recruitment/main.jpg);
}
#recruitment #page_head.bg .page_ttl_box {
    width: 640px;
}
#recruitment .main_copy {
    font-size: 360%;
    text-align: center;
    margin: 70px 0 90px;
}
#recruitment .main_copy strong {
    background: linear-gradient(transparent 75%, #FAD580 0%);
    padding: 0 0.3em;
    letter-spacing: 1px;
}

@media screen and ( max-width: 640px ) {
    #recruitment #page_head.bg .page_ttl_box {
        width: 70%;
    }
    #recruitment .main_copy {
        font-size: 6vw;
        margin: 1.5em 0 2em;
    }
}

/*/business/*/
#recruitment .business .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#recruitment .business .content .item {
    width: 596px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}
#recruitment .business .content .item .image {
    margin-bottom: 40px;
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}
#recruitment .business .content .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#recruitment .business .content .item .info {
    padding: 40px;
}
#recruitment .business .content .item .caption {
    color: #fff;
    font-weight: bold;
    background-color: #F6AB00;
    text-align: center;
    /*font-size: 200%;*/
    font-size: 171%;
    line-height: 1;
    padding: 0.5em;
    margin: 0 40px;
}
#recruitment .business .content .item .text {
    /*font-size: 133%;*/
    font-size: 107%;
    padding: 2em;
    text-align: justify;
    margin: 0 40px;
}
#recruitment .business .content .item .icon {
    display: flex ;
    justify-content: center;
    border-top: 1px solid #F6AB00;
    padding-top: 2em;
    margin: auto 40px 40px 40px;
    width: calc( 100% - 80px );

}
#recruitment .business .content .item .icon li {
    text-align: center;
    border-left: 1px solid #F6AB00;
    padding: 0.5em 1.5em 0 1.5em;
    width: calc( 100% / 3 );
    box-sizing: border-box;
}
#recruitment .business .content .item .icon li:first-child {
    border: none;
}
#recruitment .business .content .item .icon li img {
    border: 1px solid #F6AB00;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
#recruitment .business .content .item .icon li span {
    line-height: 1.4;
    display: flex;
    font-size: 110%;
    font-weight: bold;
    margin-top: 1em;
    height: 2.5em;
    align-items: center;
    justify-content: center;
}

@media screen and ( max-width: 640px ) {
    #recruitment .business .content .item {
        width: 100%;
    }
    #recruitment .business .content .item:first-child {
        margin-bottom: 4vw;
    }
    #recruitment .business .content .item .image {
        margin-bottom: 2em;
    }
    #recruitment .business .content .item .info {
        padding: 2em;
    }
    #recruitment .business .content .item .caption {
        font-size: 150%;
        margin: 0 5vw;
    }
    #recruitment .business .content .item .text {
        font-size: 105%;
        padding: 1em;
        margin: 0 5vw;
    }
    #recruitment .business .content .item .icon {
        padding-top: 1em;
        margin: 2em 5vw;
        width: calc(100% - 10vw);
    }
    #recruitment .business .content .item .icon li {
        padding: 0.5em 1em 0 1em;
    }
}

/*/interview/*/
#recruitment .interview {
    padding-bottom: 120px;
}
#recruitment .interview .content {
    display: flex;
    justify-content: space-between;
}
#recruitment .interview .content .item {
    width: 374px;
    background-color: #fff;
    border-radius: 1em;
}
#recruitment .interview .content .item a {
    display: block;
    text-align: center;
    text-decoration: none!important;
    padding: 1em;
}
#recruitment .interview .content .item .icon {
    width: 85%;
    display: block;
    margin: 0.5em auto 0;
}
#recruitment .interview .content .item .caption {
    font-family: 'KleeOne';
    font-size: 160%;
    white-space: nowrap;
    position: relative;
    line-height: 1.4;
    margin-bottom: 1em;
}
#recruitment .interview .content .item .caption::before,
#recruitment .interview .content .item .caption::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/recruitment/interview_caption.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
#recruitment .interview .content .item .caption::before {
    top: -1.4em;
    left: 0;
}
#recruitment .interview .content .item .caption::after {
    top: -1.4em;
    right: 0;
    transform: scale(-1,1);
}
#recruitment .interview .content .item .affiliation {
    color: #fff;
    font-weight: bold;
    background-color: #F6AB00;
    text-align: center;
    font-size: 130%;
    line-height: 1;
    padding: 0.5em 0.5em 0.6em 0.5em;
}
#recruitment .interview .content .item .year {
    display: block;
    margin: 0.5em 0 0;
}
#recruitment .interview .content .item .name {
    font-size: 220%;
    line-height: 1;
    margin: 0.5em 0;
}

@media screen and ( max-width: 640px ) {
    #recruitment .interview {
        padding-bottom: 2em;
    }
    #recruitment .interview .content {
        display: block;
    }
    #recruitment .interview .content .item {
        width: 90%;
        margin: 0 auto 5vw;
    }
    #recruitment .interview .content .item:last-child {
        margin-bottom: 0;
    }
    #recruitment .interview .content .item a {
        padding: 2em;
    }
    #recruitment .interview .content .item .icon {
        width: 80%;
        margin: 1em auto 0;
    }
    #recruitment .interview .content .item .caption {
        font-size: 200%;
    }
    #recruitment .interview .content .item .caption::before,
    #recruitment .interview .content .item .caption::after {
        width: 8vw;
        height: 8vw;
    }
    #recruitment .interview .content .item .affiliation {
        font-size: 150%;
    }
    #recruitment .interview .content .item .year {
        font-size: 120%;
    }
    #recruitment .interview .content .item .name {
        font-size: 250%;
    }
}

/*mordal*/
#interview_mordal {
    position: fixed;
    overflow: auto;
    top: 0;
    left: -30px;
    width: calc( 100% + 60px );
    height: 100%;
    padding: 0;
    background-color: rgba( 246,171,0,0.5 );
    z-index: 9999;
    display: none;
}
#interview_mordal.show {
    display: block;
    opacity: 0;
}
#interview_mordal_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 3em 0;
    box-sizing: border-box;
}
#interview_mordal .content_wrap {
    position: relative;
}
#interview_mordal .content_wrap .mordal_close {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/recruitment/mordal_close.svg) center center no-repeat;
    background-size: contain;
    z-index: 1;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#interview_mordal .content {
    width: 520px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1em;
}
#interview_mordal .content .item {
    width: 520px;
    padding: 3em 2.5em 6em 2.5em;
}
#interview_mordal .content .item .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}
#interview_mordal .content .item .head .image {
    width: 33%;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #F6AB00;
}
#interview_mordal .content .item .head .info {
    width: 63%;
    text-align: center;
}
#interview_mordal .content .item .head .info .caption {
    font-family: 'KleeOne';
    font-size: 150%;
    white-space: nowrap;
    position: relative;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
#interview_mordal .content .item .head .info .affiliation {
    color: #fff;
    font-weight: bold;
    background-color: #F6AB00;
    text-align: center;
    font-size: 115%;
    line-height: 1;
    padding: 0.3em 0.5em 0.45em 0.5em;
}
#interview_mordal .content .item .head .info .year {
    display: block;
    margin: 0.5em 0 0 0;
}
#interview_mordal .content .item .head .info .name {
    font-size: 220%;
    line-height: 1;
}
#interview_mordal .content .item .qa {
    border-bottom: 1px solid #F6AB00;
}
#interview_mordal .content .item .qa .question {
    position: relative;
    padding-left: 4em;
    margin-bottom: 0.5em;
}
#interview_mordal .content .item .qa .question span {
    background-color: #F6AB00;
    font-size: 160%;
    color: #fff;
    border-radius: 0.2em;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    position: absolute;
    left: 0;
}
#interview_mordal .content .item .qa .question strong {
    font-size: 133%;
    color: #646464;
    line-height: 1.3;
    display: inline-block;
    margin-top: 0.4em;
}
#interview_mordal .content .item .qa .answer {
    padding-left: 4em;
    margin-bottom: 2em;
}
#interview_mordal .content .item .caption::before,
#interview_mordal .content .item .caption::after {
    display: none;
}
#interview_mordal .slider-arrow {
    position: absolute;
    z-index: 1;
    font-size: 110%;
    color: #646464;
    bottom: 2em;
    cursor: pointer;
}
#interview_mordal .slider-prev {
    left: 3em;
}
#interview_mordal .slider-next {
    right: 3em;
}
@media screen and ( max-width: 640px ) {
    #interview_mordal .content {
        width: 90vw;
    }
    #interview_mordal .content .item {
        width: 90vw;
    }
    #interview_mordal .content .item .head {
        display: block;
    }
    #interview_mordal .content .item .head .image {
        width: 50%;
        margin: 0 auto 2em;
    }
    #interview_mordal .content .item .head .info {
        width: 100%;
    }
    #interview_mordal .content .item .head .info .caption {
        font-size: 180%;
    }
    #interview_mordal .content .item .head .info .affiliation {
        font-size: 120%;
        padding: 0.5em 0.5em 0.6em 0.5em;
    }
    #interview_mordal .content .item .qa .answer {
        padding-left: 0;
        margin-top: 1em;
    }
}


/*/office/*/
#recruitment .office .slider {
    width: 460px;
    margin: 0 auto;
    position: relative;
}
#recruitment .office .slider .item {
    width: 460px;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}
#recruitment .office .slider .item:first-child {
    position: relative;
    opacity: 1;
}
#recruitment .office .slider .item p {
    font-size: 105%;
    margin-top: 1em;
}

@media screen and ( max-width: 640px ) {
    #recruitment .office .slider {
        width: 86vw;
    }
    #recruitment .office .slider .item {
        width: 86vw;
    }
    #recruitment .office .slider .item p {
        font-size: 120%;
    }
}

/*slider*/
#recruitment .office .slider.slick-slider {
    width: auto;
}
#recruitment .office .slider.slick-slider .item {
    opacity: 1;
    position: relative;
    overflow: auto;
    margin: 0 10px;
}
#recruitment .office .slider.slick-slider .slick-list {
    overflow:unset;
}
#recruitment .office .slider.slick-slider .slider-arrow {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 80px;
    background: url(../images/common/icon_arrow01.svg) center center no-repeat #F6AB00;
    background-size: 50% auto;
    z-index: 999;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
    top: 152px
}
#recruitment .office .slider.slick-slider .slider-prev {
    transform: scale(-1,1);
    left: 20px;
}
#recruitment .office .slider.slick-slider .slider-next {
    right: 20px;
}
@media screen and ( max-width: 640px ) {
    #recruitment .office .slider.slick-slider .item {
        margin: 0 2vw;
    }
    #recruitment .office .slider.slick-slider .slider-arrow {
        width: 8vw;
        height: 16vw;
        background-size: 50% auto;
        top: 25vw;
    }
    #recruitment .office .slider.slick-slider .slider-prev {
        left: 2vw;
    }
    #recruitment .office .slider.slick-slider .slider-next {
        right: 2vw;
    }
}

/*/details/*/
#recruitment .details .inner_wrap {
    padding: 80px 0;
}
#recruitment .details .details_table {
    width: 920px;
    margin: 0 auto;
    background-color: #F4F4F4;
}
#recruitment .details .details_table th,
#recruitment .details .details_table td {
    border-bottom: 1px solid rgba(100,100,100,0.25);
}
#recruitment .details .details_table tr:last-child > * {
    border: none;
}
#recruitment .details .details_table .table_caption {
     writing-mode: vertical-rl;
     color: #fff;
     border: none;
     text-align: left;
     font-size: 160%;
     width: 60px;
     padding: 1em 0;
     letter-spacing: 0.2em;
}

/*occupation*/
#recruitment .details .occupation th {
    color: #F6AB00;
    width: 160px;
    /*font-size: 133%;*/
    font-size: 120%;
    position: relative;
}
#recruitment .details .occupation th:after {
    content:'';
    display: block;
    width: 3px;
    height: calc(100% - 2em);
    background-color: #F6AB00;
    position: absolute;
    top: 1em;
    right: 0;
}
#recruitment .details .occupation .table_caption {
    background-color: #F6AB00;
}
#recruitment .details .occupation .table_caption:after {
    display: none;
}
#recruitment .details .occupation td {
    /*font-size: 133%;*/
    font-size: 120%;
    padding: 2em;
}
#recruitment .details .occupation td .circle {
    color: #F6AB00;
    margin-right: 0.3em;
}
#recruitment .details .occupation td ul.dot {
    list-style: disc;
    margin-left: 2.5em;
}
#recruitment .details .occupation td .indent_box {
    padding-left: 1.3em;
}
/*requirements*/
#recruitment .details .requirements {
    margin-top: 70px;
}
#recruitment .details .requirements .treatment {
    margin-top: 20px;
}
#recruitment .details .requirements th {
    background-color: #e5e5e5;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    padding: 1em;
    width: 10em;
    letter-spacing: 0.1em;
}
#recruitment .details .requirements .table_caption {
    background-color: #646464;
}
#recruitment .details .requirements td {
    padding: 1em 1.5em;
}

@media screen and ( max-width: 640px ) {
    #recruitment .details .inner_wrap {
        padding: 2em 0;
    }
    #recruitment .details .details_table {
        width: 94%;
    }
    #recruitment .details .details_table  th,
    #recruitment .details .details_table  td {
        display: block;
        width: 100%;
        font-size: 120%!important;
    }
    #recruitment .details .details_table  th {
        padding:1em;
        text-align: center;
        border-bottom: 1px solid rgba(100,100,100,0.25)!important;
    }
    #recruitment .details .details_table  th::after {
        display: none;
    }
    #recruitment .details .details_table .table_caption {
        writing-mode: horizontal-tb;
        text-align: center;
        font-size: 150%!important;
        width: auto;
        border: none!important;
    }
    #recruitment .details .requirements {
        margin-top: 2em;
    }
    #recruitment .details .requirements .treatment {
        margin-top: 2em;
    }
}

/*/flow/*/
#recruitment .flow ul {
    display: flex;
    justify-content: center;
}
#recruitment .flow ul li {
    width: 120px;
    position: relative;
    margin: 0 1em;
}
#recruitment .flow ul li::after {
    content:'';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../images/recruitment/flow_arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
#recruitment .flow ul li:first-child::after {
    display: none;
}
#recruitment .flow ul li span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    position: absolute;
    bottom: 0.3em;
    letter-spacing: 0.1em;
}

@media screen and ( max-width: 640px ) {
    #recruitment .flow ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    #recruitment .flow ul li {
        width: 20%;
        margin: 0 5% 0 0;
    }
    #recruitment .flow ul li:nth-child(4),
    #recruitment .flow ul li:last-child {
        margin-right: 0;
    }
    #recruitment .flow ul li:nth-child(n+5) {
        margin-top: 3vw;
    }
    #recruitment .flow ul li::after {
        width: 2vw;
        height: 2vw;
        left: -3.2vw;
    }
    #recruitment .flow ul li span {
        font-size: 95%;
        bottom: 0;
        font-weight: normal;
        line-height: 2;
    }
}

/*/contact/*/
#recruitment .btn_contact .text {
    font-weight: bold;
    font-size: 133%;
    line-height: 1.4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and ( max-width: 640px ) {
    #recruitment .btn_contact .text {
        font-size: 160%;
    }
}