<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ------------------------------
 採用情報
------------------------------ */
.contents h2.line {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: solid 1px #989898;
    position: relative;
    z-index: 2;
    text-align: left;
}
.contents h2.line::after {
    content: "";
    width: 48px;
    height: 1px;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -1px;
    background: #e60039;
  }
.page-link {
    display: flex;
    justify-content: space-between;
}
.page-link li {
    padding-left: 0;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    transition: ease 0.2s opacity;
    font-weight: bold;
    width: 370px;
    line-height: 65px;
    border: 1px solid #e60039;
}
.page-link li a {
    color: #e60039;
    display: block;
    background: #fff;
}
.page-link li a:hover {
    color: #fff;
    display: block;
    background: #e60039;
}
.page-link li.on {
    border: 1px solid #e60039;
    position: relative;
    color: #fff;
}
.page-link li.on::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e60039 transparent transparent transparent;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
.page-link li.on a {
    background: #e60039;
    color: #fff;
}
.flow {
    width: 674px;
    line-height: 1.3;
}
.flow li {
    background: #ebedee;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    display: table;
    width: 100%;
    position: relative;
}
.flow p {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.flow p span {
    font-size: 1.6rem;
    display: block;
    font-weight: normal;
}
.flow li::before {
    display: inline-block;
    vertical-align: middle;
    color: #e60039;
    line-height: 1;
    position: relative;
    width: 2px;
    height: 25px;
    background: currentColor;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
}
.flow li::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
    position: absolute;
    bottom: -35px;
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    color: #e60039;
}
.flow li:last-child::before,
.flow li:last-child::after {
    display: none;
}


input[type="radio"]{
    display:none;
}
.tab_area label{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    width: 370px;
    line-height: 65px;
    border: 1px solid #e60039;
    color: #e60039;
    background: #fff;
    cursor:pointer;
    transition: 0.3s ease-in-out;
}
.tab_area label:hover{
    background: #e60039;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.panel_area{
    background:#fff;
}
.tab_panel{
    width:100%; padding:80px 0; display:none;
}

#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label {
    background:#e60039; color:#fff;
    position: relative;
}
#tab1:checked ~ .tab_area .tab1_label::after,
#tab2:checked ~ .tab_area .tab2_label::after,
#tab3:checked ~ .tab_area .tab3_label::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e60039 transparent transparent transparent;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3 {
    display:block;
}
/* --------------------
 職種紹介
--------------------- */
.page-link#jobs-page-link li {
    width: 558px;
    margin: 0 20px;
}
.page-link#jobs-page-link li a {
    background: #e60039;
    color: #fff;
    font-size: 2.4rem;
}
.page-link#jobs-page-link li a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    vertical-align: 5px;
    margin-left: 12px;
}
.job {
    padding: 40px 0 ;
    border-top: solid 1px #D7DCDD;
    display: flex;
    justify-content: space-between;
}
.job.job-last {
    border-bottom: solid 1px #D7DCDD;
}

.job .job-name {
    width: 200px;
    text-align: center;
}
.job .job-name img {
    margin: auto;
    width: 104px;
}
.job .job-name h3 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.job .job-box{
    width: 900px;
}
.job .job-iv {
    margin-top: 30px;
    font-weight: bold;
}
.job .interviewListBlock a {
    margin-top: 10px;
    position: relative;
    width: 440px;
    height: 145px;
    display: block;
}
.job .interviewListBlock::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: block;
    width: 100%;
    background-color: #e60039;
    z-index: -1;
}
.job .interviewListBlock p {
    top: 0;
    bottom: 0;
    font-weight: normal;
    text-align: left;
    color: #313131;
    position: relative;
    position: absolute;
    margin: auto;
    height: min-content;
}
.job .interviewListBlock p::after {
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    border-top: 2px solid #e60039;
    border-right: 2px solid #e60039;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: 2px;
}
.job .interviewListBlock figure img {
}
.job .interviewListBlock p span {
    display: block;
}
/* --------------------
 PC用コード
--------------------- */
@media print, screen and (min-width: 768px) {
    .job .interviewListBlock p {
        font-size: 1.8rem;
        padding: 0 40px;
    }
    .job .interviewListBlock p span {
        font-size: 1.6rem;
    }
}

/* --------------------
 スマホ用コード
--------------------- */
@media screen and (max-width: 767px) {
    .contents h2.line {
        font-size: 2rem;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .page-link {
        align-items: baseline;
        margin: 0 -5%;
        padding-left: 5%;
        padding-right: 5%;
        border-bottom: 1px solid #d7dcdd;
    }
    .page-link li {
        line-height: 1.3;
        margin-bottom: -1px;
        border-right: 1px solid #fff;
    }
    .page-link li a {
        line-height: 1.3;
        padding: 10px 0;
        color: #fff;
        background: #e60039;
    }   
    .page-link li a:hover {
        background: #fff;
        color: #e60039;
        display: block;
    }
    .page-link li.on {
        border-top: 4px solid #e60039;
        border-left: 1px solid #d7dcdd;
        border-right: 1px solid #d7dcdd;
        border-bottom: 1px solid #fff;
    }
    .page-link li.on::after {
        display: none;
    }
    .page-link li.on a {
        background: #fff;
        color: #000;
        padding-top: 18px;
    }

    .tab_area.page-link {
        border-bottom:none;
    }
    .tab_area label{
        line-height: 1.3;
        padding: 10px 0;
        width: 32.5%;
    }
    .tab_panel .div_block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #panel3.tab_panel .w1-2 table th {
        min-width: auto;
    }

    .flow {
        width: 100%;
        line-height: 1.3;
    }
    .flow li {
        font-size: 1.6rem;
        margin-bottom: 27px;
    }
    .flow li::before {
        height: 15px;
        bottom: -20px;
    }
    .flow li::after {
        bottom: -20px;
        width: 12px;
        height: 12px;
    }
    .flow p {
        height: 60px;
    }
    .flow p span {
        font-size: 1.3rem;
    }

    .page-link#jobs-page-link {
        border-bottom: none;
    }
    .page-link#jobs-page-link li {
        width: 50%;
        margin: 0 1%;
    }
    .page-link#jobs-page-link li a {
        font-size: 1.6rem;
    }
    .page-link#jobs-page-link li a::after {
        width: 10px;
        height: 10px;
        vertical-align: 3px;
        margin-left: 12px;
    }
    .job {
        display: block;
        padding: 30px 0;
    }
    .job .job-name {
        margin: 0 auto 10px;
    }
    .job .job-box {
        width: 100%;
    }
    .job .job-iv {
        margin-top: 20px;
    }
    .job .job-name h3 {
        margin-top: 5px;
        font-size: 2rem;
    }
    .job .interviewListBlock a {
        width: 100%;
        height: auto;
    }
    .job .interviewListBlock p {
        top: 0;
        bottom: 0;
        font-weight: normal;
        text-align: left;
        color: #313131;
        position: absolute;
        margin: auto;
        left: 20px;
    }
}</pre></body></html>