.page-recruit .page-header {
    height: 490px;
    padding-top: 40px;
}

.page-recruit .page-header-title {
    color: #18a8c9;
}

.breadcrums {
    display: flex;
    margin-top: 15px;
}

.breadcrums ul {
    display: flex;
    font-weight: 500;
    list-style: none;
}

.breadcrums ul li {
    font-size: 1.6rem;
    color: #949494;
}

.breadcrums ul li a {
    color: #949494;
    text-decoration: none;
}

.page-recruit .main-title.v2 h2 {
    color: #18a8c9;
}

.recruit-01 .list-recruit {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.recruit-01 .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #18a8c9;
    border-radius: 20px;
    padding: 24px 23px 24px 29px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(146, 207, 221, 0.7);
}

.recruit-01 .list-item .item-left {
    display: flex;
    align-items: center;
    gap: 12.5px;
}

.recruit-01 .list-item .item-left .dot {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #18a8c9;
    border-radius: 50%;
    flex-shrink: 0;
}

.recruit-01 .list-item .item-left .title {
    font-size: 23px;
    font-weight: 500;
    color: #754c24;
    letter-spacing: 0.05em;
}

.recruit-01 .list-item .item-right .btn-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #18a8c9;
    color: #fff;
    padding: 15px 17px 15px 35px;
    border-radius: 23px;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(146, 207, 221, 0.7);
    gap: 16px;
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.recruit-01 .list-item .item-right .btn-detail .triangle {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    margin-top: 2px;
}

.recruit-01 {
    position: relative;
}

.recruit-01::before {
    content: '';
    width: 74px;
    height: 66px;
    background-image: url(../images/recruit/icon-recruit-01.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 50px;
    right: calc(50% - 408px);
}

#recruit-01 {
    position: relative;
}

#recruit-01::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/recruit/bg-white-up.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: -260px;
    z-index: -2;
}

#recruit-01::after {
    content: '';
    width: 100%;
    height: 390px;
    background-color: #ffffff;
    position: absolute;
    bottom: -125px;
    z-index: -2;
}

.recruit-02 {
    position: relative;
}

.recruit-02::before {
    content: '';
    width: 126px;
    height: 57px;
    background-image: url(../images/recruit/icon-recruit-02.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: -12px;
    left: calc(50% - 462px);
}

.recruit-02 .box-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recruit-02 .icon-leaf img {
    height: 31px;
    width: 27px;
}

.recruit-02 .title-message {
    font-size: 3rem;
    font-weight: 500;
    color: #2ca31f;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.recruit-02 .text-message {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.recruit-02 .text-message p {
    font-size: 2.2rem;
    font-weight: 500;
    color: #18a8c9;
    letter-spacing: 0.05em;
}

#recruit-02 {
    position: relative;
}

#recruit-02::before {
    content: '';
    width: 1593px;
    height: 459px;
    background-image: url(../images/recruit/bg-white-down.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 5px;
    z-index: -2;
}

#recruit-02::after {
    content: '';
    width: 1571px;
    height: 1302px;
    background-image: url(../images/recruit/bg-02.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: -60px;
    right: 50%;
    transform: translateX(50%);
    z-index: -3;
}

.page-recruit #page-header::after {
    height: 1325px;
}

.recruit-02 .box-required {
    position: relative;
    padding: 40px 0 45px;
}

.recruit-02 .box-required::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 383px;
    background-image: url(../images/recruit/bg-green.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.recruit-02 .box-required .icon-bg-left {
    position: absolute;
    width: 225px;
    height: 488px;
    background-image: url(../images/recruit/icon-bg-left.png);
    background-size: 100% 100%;
    background-position: center;
    bottom: -40px;
    left: 0px;
    z-index: 1;
}

.recruit-02 .box-required .icon-bg-right {
    position: absolute;
    width: 250px;
    height: 388px;
    background-image: url(../images/recruit/icon-bg-right.png);
    background-size: 100% 100%;
    background-position: center;
    bottom: -150px;
    right: 0px;
    z-index: 1;
}

.recruit-02 .icon-leaf-white img {
    height: 27px;
    width: 31px;
}

.recruit-02 .title-required {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.recruit-02 .list-circle {
    display: flex;
    justify-content: center;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.recruit-02 .circle-item {
    width: 178px;
    height: 178px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.recruit-02 .circle-item p {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.05em;
}

.recruit-02 .circle-item.i-orange {
    border: 2px solid #ec5a24;
    background-color: #fffce3;
}

.recruit-02 .circle-item.i-orange p {
    color: #ec5a24;
}

.recruit-02 .circle-item.i-green {
    border: 2px solid #39b04a;
    background-color: #e4ffdc;
}

.recruit-02 .circle-item.i-green p {
    color: #008d45;
}

.recruit-02 .circle-item.i-blue {
    border: 2px solid #29a6dd;
    background-color: #e1fcff;
}

.recruit-02 .circle-item.i-blue p {
    color: #006b91;
}

.recruit-03 {
    background-color: #fff9eb;
}

.recruit-03 .title-with-icons h2 {
    position: relative;
    display: inline-block;
}

.recruit-03 .title-with-icons h2::before {
    content: '';
    position: absolute;
    width: 78px;
    height: 64px;
    background-image: url(../images/recruit/icon-recruit-03-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 454px);
    top: 100%;
    transform: translateY(-50%);
}

.recruit-03 .title-with-icons h2::after {
    content: '';
    position: absolute;
    width: 152px;
    height: 133px;
    background-image: url(../images/recruit/icon-recruit-03-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: calc(50% - 462px);
    top: 25%;
    transform: translateY(-50%);
}

.recruit-03 .list-staff {
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.recruit-03 .staff-item {
    border: 2px solid #18a8c9;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(146, 207, 221, 0.7);
    text-decoration: none;
}

.recruit-03 .staff-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px 15px 15px;
    cursor: pointer;
    position: relative;
}

.recruit-03 .staff-header::before {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
    background-image: url(../images/recruit/plus.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recruit-03 .staff-header.active::before,
.recruit-03 .staff-item.active .staff-header::before {
    background-image: url(../images/recruit/minus.png);
}

.recruit-03 .staff-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.recruit-03 .staff-avatar {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, #5db149 0%, #f39a00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-03 .staff-avatar .avatar-img {
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.recruit-03 .staff-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-03 .staff-info {
    display: flex;
    align-items: center;
    gap: 23px;
}

.recruit-03 .staff-info .role {
    font-size: 2.8rem;
    font-weight: 500;
    color: #18a8c9;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-03 .staff-info .name {
    font-size: 2.8rem;
    font-weight: 500;
    color: #18a8c9;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-03 .staff-info .name span {
    font-size: 2.8rem;
}

.recruit-03 .staff-right {
    display: flex;
    align-items: center;
    margin-right: 174px;
}

.recruit-03 .staff-right .year {
    font-size: 1.7rem;
    font-weight: 500;
    color: #754c24;
}

.recruit-03 .staff-content {
    display: none;
    padding: 20px 70px 60px;
    border-top: 2px solid #18a8c9;
}

.recruit-03 .staff-detail-top {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.recruit-03 .staff-img {
    width: 250px;
    height: auto;
    flex-shrink: 0;
}

.recruit-03 .staff-img img {
    width: 100%;
    height: auto;
    display: block;
}

.recruit-03 .staff-desc {
    flex: 1;
    padding-top: 20px;
}

.recruit-03 .desc-row {
    display: flex;
    align-items: center;
    padding: 7.5px 0;
    height: auto;
}

.recruit-03 .desc-label {
    width: 80px;
    color: #18a8c9;
    font-size: 2.1rem;
    font-weight: 500;
    padding-bottom: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-03 .desc-value {
    color: #754c24;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 1px solid #aeaeae;
    padding: 0 5px 16px 20px;
    flex: 1;
}

.recruit-03 .interview-title,
.recruit-03 .schedule-title {
    text-align: center;
    color: #43a03c;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-03 .interview-title::before,
.recruit-03 .schedule-title::before {
    content: '';
    width: 20px;
    height: 25px;
    background-image: url(../images/recruit/recruit-02-content.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.recruit-03 .qa-item {
    margin-bottom: 30px;
}

.recruit-03 .q-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.recruit-03 .q-icon {
    width: 51px;
    height: 51px;
    background-color: #fff2bb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #18a8c9;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-03 .q-text {
    color: #18a8c9;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.75;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-03 .a-box p {
    color: #754c24;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.11;
}

.recruit-03 .schedule-list {
    margin-bottom: 50px;
}

.recruit-03 .schedule-row {
    display: flex;
    padding: 5px 0;
    align-items: flex-start;
    padding-bottom: 0;
}

.recruit-03 .s-time {
    width: 140px;
    color: #18a8c9;
    font-size: 3rem;
    font-weight: 500;
    text-align: right;
    padding-right: 25px;
    flex-shrink: 0;
    line-height: 1.33;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-03 .s-time span {
    display: block;
}

.recruit-03 .s-desc {
    color: #754c24;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.47;
    padding-top: 9px;
}

.close-btn-box {
    display: flex;
    justify-content: center;
}

.recruit-03 .close-btn-box {
    margin-top: 50px;
}

.btn-close-interview {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 2px solid #18a8c9;
    border-radius: 20px;
    width: 170px;
    height: 60px;
    color: #754c24;
    font-size: 1.7rem;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
}

.btn-close-interview .cross-icon {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../images/recruit/close-btn.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recruit-03-support {
    position: relative;
    z-index: 1;
}

.recruit-03-support .main-title.v2 {
    margin-bottom: 20px;
}

.support-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 33px 47px 76px 103px;
    margin-top: 80px;
}

.support-box .sb-title {
    color: #43a03c;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
}

.support-box .sb-title::before {
    content: '';
    width: 20px;
    height: 25px;
    background-image: url(../images/recruit/recruit-02-content.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translatex(-50%);
}

.support-box .sb-content {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.support-box .sb-img {
    width: 44%;
    flex-shrink: 0;
}

.support-box .sb-img img {
    width: 100%;
    height: auto;
    display: block;
}

.support-box .sb-info {
    flex: 1;
}

.support-box .sb-info p {
    font-size: 1.7rem;
    color: #754c24;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 500;
}

.support-box .sb-info p a {
    color: #18a8c9;
    text-decoration: underline;
    transition: 0.3s;
}

.support-box .sb-info p a:hover {
    text-decoration: none;
}

.support-box .sb-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.support-box .sb-table th,
.support-box .sb-table td {
    border: 1px solid #ddc6a6;
    padding: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}

.support-box .sb-table th {
    background-color: #7bc119;
    color: #fff;
    width: 150px;
    text-align: center;
    font-size: 1.8rem;
}

.support-box .sb-table td {
    background-color: #fff;
    color: #754c24;
}

.support-box .btn.btn-file {
    margin-top: 10px;
}

#recruit-04 {
    background-color: #fff;
    position: relative;
}

.recruit-04 .salary-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recruit-04 .salary-item {
    border: 2px solid #18a8c9;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(146, 207, 221, 0.7);
    text-decoration: none;
}

.recruit-04 .salary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
}

.recruit-04 .salary-header .s-name {
    font-size: 2.2rem;
    font-weight: 500;
    color: #754c24;
}

.recruit-04 .salary-header .plus-icon {
    width: 44px;
    height: 44px;
    display: block;
    background-image: url(../images/recruit/plus.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.recruit-04 .salary-header.active .plus-icon,
.recruit-04 .salary-item.active .salary-header .plus-icon {
    background-image: url(../images/recruit/minus.png);
}

.recruit-04 .salary-content {
    display: none;
    padding: 20px 40px 40px;
    border-top: 2px solid #18a8c9;
}

.recruit-04 .salary-item.active .salary-content {
    display: block;
}

.recruit-04 .salary-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.recruit-04 .salary-table th,
.recruit-04 .salary-table td {
    border: 1px solid #ddc6a6;
    padding: 18px 25px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #754c24;
}

.recruit-04 .salary-table th {
    background-color: #67a800;
    color: #fff;
    width: 28%;
    text-align: left;
    font-size: 1.8rem;
}

.recruit-04 .salary-table td {
    background-color: #fff;
}

.recruit-04 .salary-table td:nth-child(2) {
    width: 48%;
}

.recruit-04 .salary-table td.text-right {
    text-align: right;
    width: 24%;
}

.recruit-04 .salary-table tr.total-row th,
.recruit-04 .salary-table tr.total-row td {
    background-color: #fcf9eb;
    color: #754c24;
}

.recruit-04 .salary-notes {
    color: #754c24;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    margin-bottom: 40px;
}

.recruit-04 .work-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
}

.recruit-04 .work-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 15px 0;
}

.recruit-04 .w-icon {
    width: 154.5px;
    height: 122.5px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #5db149, #f39a00) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    color: #5db149;
    line-height: 1.12;
    padding: 0 10px;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-04 .w-text {
    flex: 1;
    font-size: 1.7rem;
    font-weight: 500;
    color: #754c24;
    line-height: 1.47;
    padding: 0 17px 0 20px;
    display: flex;
    align-items: center;
    background-color: #fcf9eb;
    height: 122.5px;
    border-radius: 20px;
}

#recruit-05 {
    background-color: #fff9eb;
    position: relative;
    z-index: 1;
}

.recruit-05 .main-title.v2.title-with-icons-05 h2 {
    color: #18a8c9;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.recruit-05 .main-title.v2.title-with-icons-05 h2::before {
    content: '';
    position: absolute;
    width: 93px;
    height: 89px;
    background-image: url(../images/recruit/icon-recruit-5-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 484px);
    top: 15%;
    transform: translateY(-50%);
}

.recruit-05 .main-title.v2.title-with-icons-05 h2::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 66px;
    background-image: url(../images/recruit/icon-recruit-5-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: calc(50% - 485px);
    top: 5%;
    transform: translateY(-50%);
}

.recruit-05 .guideline-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recruit-05 .guideline-item {
    border: 2px solid #18a8c9;
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(146, 207, 221, 0.7);
}

.recruit-05 .guideline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
}

.recruit-05 .guideline-header .gh-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.recruit-05 .guideline-header .gh-left .gh-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #18a8c9;
    border-radius: 50%;
}

.recruit-05 .guideline-header .gh-name {
    font-size: 2.3rem;
    font-weight: 500;
    color: #754c24;
}

.recruit-05 .guideline-header .plus-icon {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/recruit/plus.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recruit-05 .guideline-header.active .plus-icon,
.recruit-05 .guideline-item.active .guideline-header .plus-icon {
    background-image: url(../images/recruit/minus.png);
}

.recruit-05 .guideline-content {
    padding: 30px 40px 40px;
    border-top: 2px solid #18a8c9;
}

.recruit-05 .guideline-table {
    width: 100%;
    border-collapse: collapse;
}

.recruit-05 .guideline-table th,
.recruit-05 .guideline-table td {
    border: 1px solid #e3d1bb;
    padding: 18px 24px 16px 24px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #754c24;
}

.recruit-05 .guideline-table th {
    background-color: #6cb314;
    color: #fff;
    width: 25%;
    text-align: left;
    vertical-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.8rem;
}

.recruit-05 .guideline-table td {
    background-color: #fff;
}

.recruit-05 .guideline-table td p {
    line-height: 1.4375;
}

.recruit-05 .exam-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit-05 .exam-title .title-icon {
    color: #43a03c;
    font-size: 2.4rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-05 .exam-title .title-icon::before {
    content: '';
    width: 20px;
    height: 25px;
    background-image: url(../images/recruit/recruit-02-content.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.recruit-05 .guideline-item.item-blue {
    border-color: #29a6dd;
}

.recruit-05 .guideline-item.item-blue .guideline-header .gh-left .gh-dot {
    background-color: #29a6dd;
}

.recruit-05 .guideline-item.item-blue .guideline-content {
    border-top-color: #29a6dd;
}

.recruit-05 .guideline-item.item-blue.active .guideline-header {
    background-color: #e1fcff;
    border-radius: 17px 17px 0 0;
}

.recruit-05 .text-red {
    color: #e50012;
}

.recruit-05 .font-bold {
    font-weight: 700;
}

.recruit-05 .mb-15 {
    margin-bottom: 15px;
}

.recruit-05 .mb-20 {
    margin-bottom: 20px;
}

.font-zen {
    font-family: "Zen Maru Gothic", sans-serif;
}

.recruit-05 .recruit-links .flex-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.recruit-05 .recruit-links .btn-r-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 55px;
    border-radius: 27px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.recruit-05 .recruit-links .btn-r-link:hover {
    opacity: 0.8;
}

.recruit-05 .recruit-links .btn-r-link span {
    position: absolute;
    right: 25px;
    width: 14px;
    height: 14px;
    background-image: url(../images/index/icon-blank.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}

.recruit-05 .recruit-links .btn-orange {
    background-color: #f2872f;
}

.recruit-05 .recruit-links .btn-blue {
    background-color: #29a6dd;
}

.recruit-contact {
    background-image: url(../images/index/bg-home-news.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.rc-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 25px;
}

.rc-dots span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.rc-dots .dot-green {
    background-color: #5db149;
}

.rc-dots .dot-orange {
    background-color: #f2872f;
}

.rc-sub {
    color: #754c24;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.rc-contact-left a.tel {
    color: #18a8c9;
}

.rc-contact-left a.tel::after {
    background-image: none;
    background-color: #18a8c9;
    mask-image: url(../images/sanai/icon-tel.svg);
    -webkit-mask-image: url(../images/sanai/icon-tel.svg);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.recruit-contact .box-contact-left {
    padding: 0;
}

.recruit-03-support::after {
    content: "";
    width: 100%;
    height: 459px;
    background-image: url(../images/recruit/bg-yellow-up.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    z-index: -2;
}

.recruit-03-support::before {
    content: '';
    width: 1571px;
    height: 1302px;
    background-image: url(../images/recruit/bg-02.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: -60px;
    right: 50%;
    transform: translateX(50%);
    z-index: -3;
}

.recruit-04::after {
    content: '';
    width: 100%;
    height: 340px;
    background-image: url(../images/recruit/bg-white-up.png);
    background-size: 100% 460px;
    background-position: bottom center;
    position: absolute;
    top: -95px;
    z-index: 1;
}

.recruit-05::before {
    content: "";
    width: 100%;
    height: 459px;
    background-image: url(../images/recruit/bg-yellow-down.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -272px;
    z-index: -1;
}

.recruit-contact::after {
    content: "";
    width: 100%;
    height: 459px;
    background-image: url(../images/recruit/bg-yellow-up.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -110px;
    z-index: -1;
}

.slide-recruit-02 img {
    margin: 0 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width:1571px) {
    #recruit-02::after,
    #recruit-02::before,
    .recruit-03-support::before {
        width: 100%;
    }
}

.page-id-35 .news-item-img img {
    border-radius: 10px;
}

.box-btn-cs a.btn.btn-recruit.v2 {
    background: #6caf0b;
}

.box-btn-cs a.btn.btn-recruit.v2:nth-child(2) {
    background: #ec5a24;
    margin-top: 23px;
}

.box-btn-cs a.btn.btn-recruit.v2:nth-child(2):hover span {
    color: #ec5a24;
}

.box-btn-cs a.btn.btn-recruit.v2:nth-child(2):hover::after {
    background-color: #ec5a24;
}

.contact-sanai-2 .title-border {
    color: #e05c03;
}

.contact-sanai-2 .title-border:after {
    background: #e05c03;
}

.contact-sanai-2 .contactForm .sign.must:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/index/icon-star.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.contact-sanai-2 .contactForm .sign.any:before {
    content: "";
}

.contact-sanai-2 .contactForm .sign.any {
    background: transparent;
}

.contact-sanai-2 .contactForm .sign.must {
    background: transparent;
}

.contact-sanai-2 .form-item {
    margin-left: 30px;
    margin-right: 30px;
}

.contact-sanai-2 {
    position: relative;
}

.contact-sanai-2 .submit-btn .one-btn {
    width: 300px;
}

.contact-sanai-2::after {
    content: "";
    content: "";
    width: 100%;
    height: 460px;
    background-image: url(../images/sanai/after-cs.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -260px;
    left: 0;
    z-index: -3;
    transform: rotate(180deg);
}

.page-contact-sanai-form.page-cs.page-id-39 #page-header:after {
    background-image: url(../images/index/bg-35.png)
}

#contact-04 {
    position: relative;
}

#contact-04::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 388px;
    background-image: url(../images/recruit/icon-bg-right.png);
    background-size: 100% 100%;
    background-position: center;
    top: 0;
    right: 0px;
    z-index: 1;
}

#contact-04 input:not(.btn),
#contact-04 textarea {
    background-color: #fffef5;
}

.img-title-contact {
    margin-bottom: 20px;
}