@charset "UTF-8";

.global_main {
    margin-bottom: 90px;
}

@media screen and (max-width:767px){
    .global_main {
        margin-bottom: 20px;
    }
}


.main_banner_img img {
    border-radius: 20px 0 0 20px !important;
}

/* tab_block */

.tab_block.beige-bg {
    margin-top: 165px;
    padding-top: 60px;
}

.tab_block .tab_white_card {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 100px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.tab_block .tab_contents_flex {
    display: flex;
    justify-content: space-between;
}

.tab_image {
    width: 42%;
    margin-right: 7%;
}

.tab_image img {
    width: 100%;
    vertical-align: middle;
}

.tab_text_block {
    width: 100%;
    flex: 1;
}

.tab_text_block .tab_header {
    font-family: var(--Zenkaku);
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-bottom: 34px;
}

.tabs_flex {
    display: flex;
    width: 100%;
}

.tabs_flex .tab_card {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbe6f2;
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 60px;
    text-align: center;
    color: #807459;
    width: 33.333333333%;
    height: 86px;
    position: relative;
    cursor: pointer;
    padding-bottom: 13px;
    box-sizing: border-box;
}

.tabs_flex .tab_card.active {
    background-color: #807459;
    color: #fff;
}

.tabs_flex .tab_card::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #dbe6f200;
    border: #807459 2px solid;
    top: 70%;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    border-top: none;
    border-left: none;
}

.tabs_flex .tab_card.active::after {
    border: #fff 2px solid;
    border-top: none;
    border-left: none;
}

@media screen and (max-width: 1300px) {
    .tab_block .tab_white_card {
        padding: 40px;
    }
    .tab_image {
        width: 50%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 867px) {
    .tab_block .tab_contents_flex {
        flex-direction: column;
    }
    .tab_image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .tabs_flex .tab_card {
        font-size: 16px;
        line-height: 32px;
        height: 60px;
    }
    .tabs_flex .tab_card::after {
        height: 6px;
        width: 6px;
        border: #807459 1px solid;
        top: 70%;
        left: 50%;
        transform: rotate(45deg) translateX(-50%);
        border-top: none;
        border-left: none;
    }
    .tabs_flex .tab_card.active::after {
        border: #fff 1px solid;
        border-top: none;
        border-left: none;
    }
}

@media screen and (max-width: 767px) {
    .tab_block {
        margin-top: 40px;
    }
    .tab_text_block .tab_header {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 14px;
    }
    .tab_image {
        margin-bottom: 20px;
    }
    .tab_block .tab_white_card {
        margin-bottom: 40px;
    }
    .tab_block .tab_white_card {
        padding: 40px 20px;
    }
    .tab_block.beige-bg {
        padding-top: 40px;
        margin-top: 40px;
    }
}

/* operations */

.operations {
    margin-top: 150px;
}

.global_header001 {
    margin-bottom: 48px;
}

.operations .contents-g2-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.operations .g2-image {
    width: 42%;
    margin-right: 4%;
}

.operations .g2-image img {
    vertical-align: middle;
    width: 100%;
}

.operations .body-text {
    width: 100%;
    flex: 1;
}

.no-image {
    max-width: 800px;
}

@media screen and (max-width: 867px){
    .operations .contents-g2-flex {
        flex-direction: column;
    }
    .operations .g2-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .operations {
        margin-top: 60px;
    }
}

@media screen and (max-width:767px){
    .operations {
        margin-top: 40px;
    }
    .global_header001 {
        margin-bottom: 30px;
    }
}

/* .flow_time */

.flow_time {
    padding-top: 150px;
}

.flow_time .orange_border {
    border-radius: 30px;
    padding: 100px;
    box-sizing: border-box;
    background: url("../../img/archive/occupation/orange-bg.png") repeat;
    background-position: center;
    background-size: 100% auto;
}

.flow_time .white_bg {
    background-color: #fff;
    padding: 57px 113px 75px 100px;
    box-sizing: border-box;
}

.flow_time table tr th {
    vertical-align: top;
    width: 91px;
    font-family: var(--Zenkaku);
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 34px;
    text-align: left;
    color: #ff4b00;
    position: relative;
    margin-top: -1px;
}

.flow_time table tr th::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 9px;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    background-color: #ff4b00;
}

.flow_time table tr th::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 10px;
    width: 1px;
    height: 100%;
    border-radius: 19px;
    background-color: #ff4b00;
}

.flow_time table tr:last-child th::before {
    display: none;
}

.flow_time table tr:last-child th,
.flow_time table tr:last-child td {
    padding-bottom: 0;
}

.flow_time table tr td {
    padding-left: 37px;
    box-sizing: border-box;
    width: calc(100% - 91px);
    font-family: var(--Zenkaku);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 34px;
    text-align: left;
    color: #090909;
}

.flow_time table tr td img {
    max-width: 480px;
    margin-top: 20px;
    display: block;
    width: 100%;
    height: auto;
}

.flow_time table tr th,
.flow_time table tr td {
    padding-bottom: 45px;
}

@media screen and (max-width: 1000px) {
    .flow_time .orange_border {
        padding: 60px;
    }
    .flow_time .white_bg {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .flow_time {
        padding-top: 40px;
    }
    .flow_time .orange_border {
        padding: 40px;
    }
    .flow_time .white_bg {
        padding: 40px 20px;
    }
    .flow_time table tr th {
        font-size: 16px;
        width: 65px;
    }
    .flow_time table tr td {
        font-size: 14px;
        width: calc(100% - 65px);
    }
    .flow_time table tr th,
    .flow_time table tr td {
        padding-bottom: 10px;
    }
    .flow_time table tr th::after {
        right: -6px;
        top: 13px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }
    .flow_time table tr th::before {
        top: 14px;
    }
}

@media screen and (max-width: 500px) {
    .flow_time .orange_border {
        padding: 20px;
    }
    .flow_time table tr th {
        width: 54px;
    }

    .flow_time table tr td {
        padding-left: 20px;
    }
}


/* staff */

#staff {
    padding-top: 150px;
}

@media screen and (max-width:767px){
    #staff {
        padding-top: 40px;
    }
}

/* offer */

.offer {
    padding-top: 93px;
    width: 100%;
}

.offer .offer_table {
    border-top: #D8D8D8 1px solid;
    width: 100%;
}

.offer .offer_table tr th {
    font-family: var(--Zenmaru);
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #000;
    width: 189px;
}

.offer .offer_table tr td {
    width: calc(100% - 189px);
    font-family: var(--Zenmaru);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #000;

}

.offer .offer_table tr th,
.offer .offer_table tr td {
    padding-top: 26px;
    padding-bottom: 25px;
    border-bottom: #D8D8D8 1px solid;
    vertical-align: top;
}

@media screen and (max-width:767px){
    .offer .offer_table tr th {
        font-size: 16px;
        width: 89px;
    }
    .offer .offer_table tr td {
        width: calc(100% - 89px);
        font-size: 14px;
    }
    .offer .offer_table tr th, .offer .offer_table tr td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .offer {
        padding-top: 40px;
    }
}

@media screen and (max-width: 500px){
    .offer .offer_table tr th, .offer .offer_table tr td {
        width: 100%;
        display: block;
    }
    .offer .offer_table tr th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .offer .offer_table tr td {
        padding-top: 0px;
    }

}

.staff_wrapper {
    padding-top: 150px;
}

@media screen and (max-width:767px){

    .staff_wrapper {
        padding-top: 60px;
    }
}
