@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+JP:wght@100..900&display=swap');

.wf-active * {
    font-family: "Noto Sans JP", sans-serif;
}

img {
    margin: 0 auto;
}

.color-1 {
    color: #ec5a24;
}

.color-2 {
    color: #f28e1e;
}

.color-3 {
    color: #39b04a;
}

.color-4 {
    color: #29a6dd;
}

.box-scroll {
    position: absolute;
    bottom: -40px;
    right: 0px;
    height: 130px;
    z-index: 2;
    color: #ec5a24;
}

.loading-active main {
    opacity: 0;
}

.box-scroll::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 2px;
    height: 147px;
    animation: pathmove 1.8s ease-in-out infinite;
    /* opacity: 0; */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

a.scroll {
    text-decoration: none;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

a.scroll span {
    font-size: 37px;
    color: #fff;
    font-weight: 400;
    font-family: "Caveat", cursive;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0px;
        opacity: 0;
    }

    30% {
        height: 130px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 100px;
        opacity: 0;
    }
}

.page-header {
    height: 800px;
    background-image: url(../images/bg-page.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    text-align: center;
    color: #fff;
}

.img-page-header img {
    margin: 0px auto;
}


.page-header-cont {
    z-index: 1;
    padding-top: 230px;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.48;
    position: relative;
}

.page-header-cont h2 {
    font-size: 75px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}

.page-header-cont:after {
    content: "";
    width: 870px;
    height: 246px;
    background: linear-gradient(90deg, rgba(242, 142, 30, 1) 0%, rgba(246, 171, 59, 1) 34%, rgba(41, 166, 221, 1) 66%, rgba(41, 166, 221, 1) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: -42px;
    opacity: 0.81;
    clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
}

.page-header-cont p {
    font-weight: bold;
}

.after-page-header {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.after-page-header::after {
    content: "";
    width: 150px;
    height: 145px;
    background-image: url(../images/icon-gau.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -140px;
}

.after-page-header::before {
    content: "";
    width: 102px;
    height: 50px;
    background-image: url(../images/icon-car.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -135px;
}

@media (min-width: 768px) {

    .page-anchor {
        padding: 40px 0;
        background-color: #f47811;
        position: relative;
        z-index: 2;
    }

    .page-anchor ul.page-anker-link-wrap {
        box-shadow: none;
        background-color: transparent;
    }

    .page-anchor a.anker-link-btn {
        font-weight: bold;
        color: #fff;
        background-color: transparent;
        padding: 7px 44px;
    }

    .page-anchor .page-anker-link::after {
        background-color: #fff;
        width: 1px;
    }

    .page-anchor a.anker-link-btn::after {
        background-color: #fff;
    }
}

.main-title {
    height: 294px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background-color: #edf6f7;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.main-title h2 {
    font-family: "Caveat", cursive;
    color: #f47811;
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1;
    font-weight: 400;
}

.main-title p {
    font-size: 45px;
    font-weight: bold;
    color: #333333;
}

.main-title::before {
    content: "";
    min-width: 550px;
    width: calc(50vw - 190px);
    height: 100%;
    background: linear-gradient(46deg, rgba(242, 142, 30, 1) 0%, rgba(246, 171, 59, 1) 34%, rgba(41, 166, 221, 1) 66%, rgba(41, 166, 221, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 56% 100%, 0% 100%);
    opacity: 0.64;
    z-index: -1;
}

.sub-title {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    color: #333;
}

.sub-title:after {
    content: "";
    width: 68px;
    height: 3px;
    background: #f79d43;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.box-about-right {
    width: fit-content;
    margin-left: auto;
    text-align: center;
}

.box-about-right h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 8px !important;
}

.box-about-right h2 span {
    font-size: 18px;
}

.box-about-left h2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}

.text-27 {
    font-size: 27px;
}

.box-about-left {
    font-size: 16px;
    line-height: 2.06;
}

.box-text-about h3 {
    font-size: 25px;
    text-align: center;
    color: #ec5a24;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-text-about {
    padding-top: 20px;
}

.box-text-about p {
    line-height: 1.625;
    text-align: justify;
}

.recruit-01 .row.row-xxlarge {
    width: calc(100% + 70px);
}

.recruit-01 {
    padding-bottom: 125px;
    position: relative;
}

.recruit-01::after {
    content: "";
    width: 100%;
    height: 486px;
    background-color: #fffad4;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.recruit-01 .container::after {
    content: "";
    width: 374px;
    height: 306px;
    background-image: url(../images/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 30px;
    left: -170px;
    z-index: -1;
    position: absolute;
}

.recruit-01 .container::before {
    content: "";
    width: 374px;
    height: 306px;
    background-image: url(../images/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 405px;
    right: -190px;
    z-index: -1;
    position: absolute;
    transform: rotate(180deg);
}

.box-work-img img {
    margin-left: 0;
}

.box-work-text h2 {
    font-size: 27px;
    font-weight: bold;
    color: #333;
    padding-left: 35px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.box-work-text h2:after {
    content: "";
    width: 8px;
    height: 100%;
    background: #f47811;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}

.box-work-text p {
    line-height: 1.625;
    letter-spacing: 0.05em;
    text-align: justify;
}

.recruit-02 hr {
    margin: 50px 0;
    background-color: #aeaeae;
}

.main-title.no-bg {
    height: auto;
    background-color: transparent;
}

.main-title.no-bg::before {
    display: none;
}

.main-title.no-bg::after {
    content: "";
    width: 142px;
    height: 154px;
    background-image: url(../images/icon-gau-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 40px;
    top: 80px;
}

.box-employee {
    display: flex;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(68, 106, 122, 0.35);
}

.img-employee {
    width: 368px;
}

.employee-cont {
    flex: 1;
    padding-left: 40px;
    padding-top: 20px;
}

.employee-cont>h2,
.box-employee>h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left: 30px;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.employee-cont>h3 {
    font-size: 25px;
    color: #ec5a24;
    font-weight: bold;
    letter-spacing: 0.05em;
    /*margin-top: 65px;*/
	margin-top: 35px;
    margin-bottom: 0;
}

.employee-cont>h2:after,
.box-employee>h2::after {
    content: "";
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: #ec5a24;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box-flex-btn>p {
    /*padding-top: 70px;*/
	padding-top: 35px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.box-flex-btn>p span {
    padding-left: 30px;
    font-size: 27px;
    font-weight: bold;
}

a.btn.btn-main {
    max-width: 280px;
    min-height: 65px;
    background-color: #ec5a24;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
    margin-left: auto;
    padding-right: 20px;
    margin-top: 40px;
}

a.btn.btn-main::after {
    width: 22px;
    height: 22px;
    background-image: url(../images/icon-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 33px;
}

.recruit-employee {
    position: relative;
}

.recruit-employee::after {
    content: "";
    width: 100%;
    height: 1020px;
    background-color: #ff8d1e;
    position: absolute;
    z-index: -2;
    left: 0;
    bottom: 0;
}

.box-employee-pop {
    cursor: pointer;
}

.recruit-employee::before {
    content: "";
    width: 668px;
    height: 578px;
    background-image: url(../images/after-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 315px;
}

.recruit-employee .container::after {
    content: "";
    width: 413px;
    height: 418px;
    background-image: url(../images/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 200px;
    left: -180px;
    z-index: -1;
    position: absolute;
}

.recruit-employee .container::before {
    content: "";
    width: 413px;
    height: 418px;
    background-image: url(../images/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -40px;
    right: -170px;
    z-index: -1;
    position: absolute;
    transform: rotate(180deg);
}

.popup-item {
    position: fixed;
    max-width: 1000px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: calc(100vh - 100px);
    opacity: 0;
    z-index: -1;
    transition: opacity .3s;
}

.popup-item.show {
    opacity: 1;
    z-index: 10;
}

.box-popup-cs {
    position: relative;
}

.box-popup-cs:after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: -5;
    transition: .3s;
}

.box-popup-cs.show:after {
    opacity: 0.71;
    z-index: 9;
}

.popup-item-cont {
    padding: 20px;

    .popup-item-cont-inner {
        max-height: 600px;
        overflow-y: scroll;
    }
}

.popup-item-cont .employee-cont {
    padding-top: 20px;
}

.box-popup-cs .box-employee {
    padding: 0;
    box-shadow: none;
}

.box-840 {
    max-width: 840px;
    margin: 65px auto 0;
    padding-bottom: 50px;
}

.employee-cont ul {
    margin-top: 90px;
}

.employee-cont ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.employee-cont ul li:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ff8d1e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.employee-cont ul li:nth-child(1) {
    font-size: 27px;
    margin-bottom: 20px;
}

.box-question h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ec5a24;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 22px;
}

html.show-popup {
    overflow: hidden;
}

.box-question h2::after {
    content: "";
    width: 17px;
    height: 1px;
    background-color: #ec5a24;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.box-question p {
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.box-question {
    margin-bottom: 50px;
}

.close-popup-cs {
    position: absolute;
    top: -22px;
    right: -17px;
    width: 101px;
    height: 101px;
    background-image: url(../images/icon-close.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.box-timeline {
    display: flex;
    min-height: 70px;
    align-items: center;
    padding: 10px 33px;
    border-bottom: 1px solid #ed985f;
}

.timeline {
    width: 190px;
    font-size: 18px;
    font-weight: bold;
    color: #ec5a24;
    letter-spacing: 0.1em;
}

.action {
    flex: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #333;
}

.title-cs {
    font-size: 27px;
    font-weight: bold;
    color: #333;
    padding-left: 35px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.title-cs:after {
    content: "";
    width: 8px;
    height: 100%;
    background: #f47811;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}

.recruit-03 hr {
    margin: 60px 0 57px;
    border-color: #aeaeae;
    border-width: 1px 0 0;
}

.recruit-03-box {
    background-color: #fffad4;
}

.table-recruit {
    display: flex;
    align-items: stretch;
    margin-bottom: 3px;
}

.table-recruit:nth-child(2) .recruit-left {
    background-color: #39b04a;
    border-color: #39b04a;
}

.table-recruit:nth-child(3) .recruit-left {
    background-color: #29a6dd;
    border-color: #29a6dd;
}

.recruit-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 209px;
    background-color: #f28e1e;
    border: 1px solid #f28e1e;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.recruit-right {
    flex: 1;
    padding: 20px;
    letter-spacing: 0.05em;
    line-height: 1.625;
    border: 1px solid #c7c7c7;
    border-left: none;
}

.recruit-right p:nth-child(2) {
    padding-left: 20px;
}

.box-table-recruit table {
    width: 100%;
    margin-top: 20px;
}

.box-table-recruit table td:nth-child(1) {
    width: 373px;
    background-color: #fcf0b6;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.box-table-recruit table td {
    border: 1px solid #dbdbdb;
    height: 55px;
    padding: 0 30px;
}

.recruit-04 hr {
    margin: 60px 0 55px;
    border-color: #aeaeae;
    border-width: 1px 0 0;
}

.box-link-anchor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.btn.btn-anchor {
    width: calc(50% - 25px);
    height: 74px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 0px 12px 0px rgba(68, 106, 122, 0.35);
    transition: .3s;
}

div#list-toggle-1:after {
    background: #29a6dd;
}

a.btn.btn-anchor.color-1:hover {
    color: #ec5a24;
}

a.btn.btn-anchor:hover {
    opacity: 0.6;
}

a.btn.btn-anchor::after {
    width: 30px;
    height: 30px;
    mask-image: url(../images/icon-down.svg);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icon-down.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #29a6dd;
    right: 34px;
}

a.btn.btn-anchor.color-1:after {
    background-color: #ec5a24;
}

.recruit-05 .recruit-left {
    background: #d1e9f2 !important;
    border: 1px solid #dbdbdb !important;
    color: #000000;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 20px;
    width: 150px;
    font-size: 18px;
    line-height: 1.55;
}

.recruit-05 .recruit-right {
    padding: 15px 24px;
    border: 1px solid #dbdbdb;
}

.recruit-05 .table-recruit {
    margin-bottom: 0;
}

.toggle-recruit .toggle-hd {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 28px;
    background-color: #29a6dd;
    border-radius: 20px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    box-shadow: 0px 0px 12px 0px rgba(68, 106, 122, 0.35);
    position: relative;
}

.toggle-recruit {
    margin-top: 45px;
}

.toggle-recruit .toggle-hd::after {
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../images/icon-open.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.toggle-recruit .toggle-hd.active::after {
    background-image: url(../images/icon-close-2.svg);
}

.toggle-recruit .toggle-cont {
    padding: 55px 0;
}

.box-link-blank {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.box-link-blank a {
    margin: 0 30px;
    display: block;
    box-shadow: 0px 0px 12px 0px rgba(68, 106, 122, 0.35);
}

.list-toggle-2 .toggle-hd {
    background-color: #f47811;
}

.recruit-05 .list-toggle-2 .recruit-left {
    background-color: #fcf0b6 !important;
}

.box-link-toggle a.btn.btn-main {
    margin: 0 auto;
    max-width: 403px;
    background-color: #f47811;
    min-height: 90px;
    font-size: 24px;
}

.box-link-toggle a.btn.btn-main::after {
    width: 30px;
    height: 30px;
}

.box-link-toggle {
    margin-top: 45px;
}

.box-group-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.box-flow {
    width: 290px;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 26px;
    line-height: 1.45;
    background-color: #1eaf7f;
    position: relative;
}

.box-flow::after {
    content: "";
    width: 21px;
    height: 42px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #10b4c1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -43px;
}

.box-flow:nth-child(2) {
    background-color: #10b4c1;
}

.box-flow:nth-child(2)::after {
    background-color: #129fdd;

}

.box-flow:nth-child(3) {
    background-color: #129fdd;
}

.box-flow:nth-child(3):after {
    display: none;
}

.box-flow span {
    font-size: 2.2rem;
}

.box-flow span {
    font-size: 22px;
}

.recruit-06 {
    padding-bottom: 210px;
}

.toggle-qna .toggle-hd {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 42px;
    background-color: #fff;
    border: 2px solid #29a6dd;
    border-radius: 20px;
    color: #333;
    padding-left: 0;
    font-size: 23px;
    font-weight: bold;
    box-shadow: 0px 0px 12px 0px rgba(68, 106, 122, 0.35);
    position: relative;
}

.toggle-qna .toggle-hd span {
    color: #29a6dd;
    margin-right: 10px;
    font-weight: bold;
    width: 80px;
    text-align: right;
}

.toggle-qna {
    margin-bottom: 30px;
}

.toggle-qna .toggle-hd::after {
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../images/icon-open-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.toggle-qna .toggle-hd.active::after {
    background-image: url(../images/icon-close-blue.svg);
}

.toggle-qna .toggle-cont {
    padding: 40px 42px;
}

.toggle-qna .toggle-cont-inner {
    display: flex;
    align-items: baseline;
}

.toggle-qna .toggle-cont-inner span {
    font-size: 27px;
    color: #e81c24;
    font-weight: bold;
    margin-right: 10px;
}

.toggle-qna .toggle-cont-inner p {
    flex: 1;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
}

.text-17 {
    font-size: 17px;
}

.text-23 {
    font-size: 23px;
}

.text-recruit-link {
    padding: 30px 0 0;
}

.text-recruit-link h2 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: bold;
    color: #333;
    border-bottom: 3px solid #29a6dd;
}

.text-recruit-link p {
    line-height: 1.625;
}

.text-recruit-link a.btn.btn-main {
    margin: 35px auto 0;
    box-shadow: 0px 0px 12px 0px rgba(68, 106, 122, 0.35);
    background-color: #29a6dd;
}

.box-link-recruit-2 a.btn.btn-main::after {
    background-image: url(../images/icon-right-black.svg);
}

.box-link-recruit-2 a.btn.btn-main {
    background-color: #f7e921;
    color: #000;
}

.box-link-recruit-2 .text-recruit-link h2 {
    border-color: #f7e921;
}

.link-recruit-img {
    position: relative;
}

.link-recruit-img::after {
    content: "";
    width: 129px;
    height: 142px;
    background-image: url(../images/icon-mini-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.box-link-recruit-2 .link-recruit-img::after {

    background-image: url(../images/icon-mini-1.png);
    width: 135px;
    height: 143px;
}

.right-banner-wrap.pc {
    display: none;
}

@media (max-width: 768px) {
    .wf-active * {
        font-family: "Noto Sans JP", sans-serif;
    }

    .page-header {
        height: auto;
        padding-top: 15px;
        padding-bottom: 85px;
        background-size: 100% 222px;
        background-position: top;
        background-color: #ff8d1e;
    }

    .img-page-header {
        max-width: 173px;
        margin: 0 auto;
    }

    .page-header-cont {
        padding-top: 90px;
        font-size: 15px;
    }

    .page-header-cont h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .page-header-cont:after {
        width: 100%;
        height: 129px;
        bottom: -25px;
    }

    .page-header-cont p {
        line-height: 1.36;
    }

    .after-page-header::after {
        width: 77px;
        height: 75px;
        bottom: -87px;
    }

    .after-page-header::before {
        width: 51px;
        height: 25px;
        bottom: -80px;
    }

    a.anker-link-btn {
        white-space: unset;
        overflow: visible;
        min-height: 50px;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 12px;
        font-size: 14px;
        font-weight: bold;
    }

    .page-anchor {
        padding-bottom: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-title {
        height: 150px;
        padding-bottom: 15px;
    }

    .main-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .main-title p {
        font-size: 23px;
    }

    .main-title::before {
        min-width: 300px;
        left: -160px;
    }

    .sub-title {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .sub-title:after {
        width: 50px;
        height: 2px;
    }

    .box-about-left h2 {
        font-size: 15px;
        line-height: 1.67;
    }

    .box-about-left {
        font-size: 13px;
        line-height: 1.73;
    }

    .box-about-right {
        max-width: 190px;
        margin: 30px auto 0;
    }

    .box-about-right h2 {
        font-size: 14px;
    }

    .box-about-right h2 span {
        font-size: 15px;
    }

    .recruit-01 .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .recruit-01 .container::after {
        width: 119px;
        height: 97px;
        left: 15px;
        top: 20px;
    }

    .recruit-01 .container::before {
        width: 119px;
        height: 97px;
        right: 15px;
        bottom: 705px;
    }

    .recruit-01 {
        padding-bottom: 60px;
    }

    .text-sm-15 {
        font-size: 15px;
    }

    .text-sm-14 {
        font-size: 14px;
    }

    .img-about {
        display: flex;
        align-items: center;
    }

    .img-about img {
        width: 144px;
        margin: 0;
    }

    .img-about h3 {
        margin: 0 !important;
        padding-left: 25px;
        font-size: 18px;
        font-weight: bold;
        color: #ec5a24;
    }

    .box-text-about h3 {
        display: none;
    }

    .box-text-about p {
        font-size: 13px;
        line-height: 1.73;
    }

    .box-img-about {
        margin-bottom: 30px;
    }

    .recruit-01::after {
        height: 760px;
    }

    .recruit-02 .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .box-work-text h2 {
        font-size: 15px;
        min-height: 40px;
        padding-left: 18px;
    }

    .box-work-text h2:after {
        width: 4px;
    }

    .box-work-text p {
        font-size: 13px;
        line-height: 1.73;
    }

    .recruit-02 hr {
        margin: 35px 0;
    }

    .box-employee {
        padding: 15px;
        flex-wrap: wrap;
        align-items: center;
    }

    .img-employee {
        width: 138px;
    }

    .employee-cont {
        padding-left: 12px;
    }

    .box-employee>h2 {
        flex: 1;
        margin-left: 15px;
        font-size: 15px;
        margin-top: 0;
        padding-left: 15px;
        margin-bottom: 0;
    }

    .box-employee>h2::after {
        width: 4px;

    }

    .employee-cont {
        width: 100%;
        flex: unset;
        padding: 10px 5px 0;
    }

    .employee-cont h2 {
        display: none;
    }

    .employee-cont>h3 {
        margin-top: 0;
        font-size: 18px;
    }

    .box-flex-btn {
        display: flex;
        padding-top: 15px;
        align-items: center;
        justify-content: space-between;
    }

    .box-flex-btn>p {
        padding-top: 0;
        flex-direction: column;
        font-size: 13px;
        align-items: flex-start;
    }

    .box-flex-btn>p span {
        padding-left: 0;
        font-size: 15px;
        margin-top: 10px;
    }

    .box-flex-btn a.btn.btn-main {
        margin: 0;
        max-width: 138px;
        min-height: 46px;
        font-size: 13px;
        padding-left: 16px;
        border-radius: 8px;
        letter-spacing: 0;
    }

    .box-flex-btn a.btn.btn-main:after {
        width: 12px;
        height: 12px;
        right: 10px;
    }

    .recruit-employee::after {
        height: 695px;
    }

    .recruit-employee .container::after {
        width: 119px;
        height: 120px;
        left: 0;
        top: 120px;
    }

    .recruit-employee .container::before {
        width: 119px;
        height: 120px;
        right: 0;
        bottom: -30px;
    }

    .recruit-employee::before {
        width: 427px;
        height: 370px;
        left: auto;
        right: 0;
        top: 180px;
    }

    .recruit-employee {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }

    .recruit-employee::after {
        height: 695px;
    }

    .recruit-employee .container::after {
        width: 119px;
        height: 120px;
        left: 0;
        top: 120px;
    }

    .recruit-employee .container::before {
        width: 119px;
        height: 120px;
        right: 0;
        bottom: -30px;
    }

    .recruit-employee::before {
        width: 427px;
        height: 370px;
        left: auto;
        right: 0;
        top: 180px;
    }

    .recruit-employee {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }

    .popup-item {
        max-width: calc(100% - 30px);
    }

    .popup-item.show {
        z-index: 105;
    }

    .employee-cont ul {
        margin-top: 20px;
    }

    .employee-cont ul li {
        font-size: 13px;
        padding-left: 20px;
    }

    .employee-cont ul li:nth-child(1) {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .employee-cont ul li:after {
        width: 12px;
        height: 12px;
    }

    html.show-popup .menu-btn {
        z-index: 9;
    }

    .close-popup-cs {
        width: 60px;
        height: 60px;
        right: -10px;
    }

    .box-question h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .box-question p {
        font-size: 13px;
    }

    .box-question {
        margin-bottom: 20px;
    }

    .img-pop {
        margin-bottom: 15px;
    }

    .timeline {
        width: 140px;
        font-size: 15px;
    }

    .box-timeline {
        padding: 10px 15px;
        min-height: 50px;
    }

    .action {
        font-size: 13px;
    }

    .list-timeline {
        margin-top: 10px;
    }

    .recruit-03 p {
        font-size: 13px;
        line-height: 1.73;
    }

    .title-cs {
        min-height: 40px;
        font-size: 15px;
        padding-left: 18px;
    }

    .title-cs:after {
        width: 4px;
    }

    .recruit-03 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recruit-03 hr {
        margin: 30px 0;
    }

    .recruit-03-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bottom_menu_wrap02.sp {
        display: none;
    }

    .box-table-recruit {
        width: 700px;
    }

    .recruit-left {
        font-size: 20px;
        width: 130px;
    }

    .recruit-right {
        font-size: 13px;
        padding: 15px;
    }

    .text-sm-13 {
        font-size: 13px;
    }

    .box-table-recruit table {
        width: 800px;
    }

    .recruit-04 hr {
        margin: 30px 0;
    }

    .recruit-04 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-link-anchor {
        flex-direction: column;
    }

    a.btn.btn-anchor {
        width: calc(100% - 90px);
        height: 38px;
        font-size: 14px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    a.btn.btn-anchor::after {
        width: 15px;
        height: 15px;
        right: 17px;
    }

    .toggle-recruit {
        margin-top: 20px;
    }

    .toggle-recruit .toggle-hd {
        font-size: 14px;
        min-height: 50px;
        border-radius: 10px;
        padding-left: 15px;
    }

    .toggle-recruit .toggle-hd::after {
        width: 21px;
        height: 21px;
        right: 15px;
    }

    .recruit-05 .table-recruit {
        flex-direction: column;
    }

    .recruit-05 .recruit-left {
        font-size: 14px;
        width: 100%;
        padding: 10px;
    }

    .recruit-05 .recruit-right {
        flex: auto;
        width: 100%;
        padding: 10px;
        font-size: 13px;
    }

    .recruit-05 .recruit-left br {
        display: none;
    }

    .box-link-blank {
        margin-top: 25px;
    }

    .toggle-recruit .toggle-cont {
        padding: 20px 0;
    }

    .box-link-blank {
        justify-content: space-between;
    }

    .box-link-blank a {
        width: calc(50% - 10px);
        margin: 0;
    }

    .box-link-toggle a.btn.btn-main {
        max-width: 250px;
        font-size: 16px;
        min-height: 50px;
        border-radius: 5px;
    }

    .box-link-toggle a.btn.btn-main::after {
        width: 18px;
        height: 18px;
        right: 15px;
    }

    .box-link-toggle {
        margin-top: 25px;
    }

    .box-flow {
        width: 145px;
        font-size: 13px;
        min-height: 58px;
        margin-bottom: 20px;
    }

    .box-flow span {
        font-size: 11px;
    }

    .box-group-flow {
        flex-direction: column;
    }

    .box-flow::after {
        width: 21px;
        height: 11px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
    }

    .recruit-06 {
        padding-bottom: 25px;
    }

    .toggle-qna .toggle-hd {
        padding: 10px;
        font-size: 15px;
        padding-right: 40px;
        border-radius: 10px;
        min-height: 59px;
        padding-left: 0;
        align-items: center;
    }

    .toggle-qna {
        margin-bottom: 20px;
    }

    .toggle-qna .toggle-hd span {
        width: 43px;
        flex: unset;
    }

    .toggle-qna .toggle-hd>* {
        flex: 1;
    }

    .toggle-qna .toggle-hd::after {
        width: 20px;
        height: 20px;
        right: 10px;
    }

    .toggle-qna .toggle-cont {
        padding: 10px 20px;
    }

    .toggle-qna .toggle-cont-inner span {
        font-size: 15px;
        margin-right: 15px;
    }

    .toggle-qna .toggle-cont-inner p {
        font-size: 13px;
    }

    .recruit-08 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .text-recruit-link h2 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .text-recruit-link {
        padding-top: 45px;
    }

    .box-link-recruit-2 .link-recruit-img::after {
        width: 68px;
        height: 72px;
        bottom: -30px;
    }

    .text-recruit-link p {
        font-size: 13px;
        line-height: 1.73;
    }

    .text-recruit-link a.btn.btn-main {
        margin-top: 20px;
        max-width: 232px;
        min-height: 54px;
        font-size: 14px;
        border-radius: 12px;
    }

    .box-link-recruit.box-link-recruit-2 {
        margin-bottom: 50px;
    }

    .link-recruit-img::after {
        width: 65px;
        height: 71px;
    }

    .box-link-recruit a.btn.btn-main::after {
        width: 18px;
        height: 18px;
        right: 25px;
    }

    .box-scroll {
        display: none;
    }

    .main-title.no-bg::after {
        width: 71px;
        height: 77px;
        right: -20px;
        top: 60px;
    }
    .mobile-small{
         height: 170px;
    }
}

@media (min-width: 767px) and (max-width: 1280px) {
    .page-header {
        padding-top: 150px;
    }

    .box-scroll {
        right: 70px;
        bottom: -80px;
    }

    .page-header-cont {
        padding-top: 170px;
    }

    .page-anchor a.anker-link-btn {
        padding: 0 15px;
        font-size: 16px;
    }

    .box-work-img {
        padding-right: 15px;
    }
}

@media (min-width: 767px) and (max-width: 1280px) {
    .box-flow {
        width: calc(33.33% - 40px);
    }
}

.anim {
    opacity: 0;
}

.anim.fadeup.is-animated {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.fadeup-2 {
    animation-delay: 0.2s;
}

.fadeup-3 {
    animation-delay: 0.4s;
}

@keyframes fadeup {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/**/

.rec-movie_area{
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
	background: #333;
}

.rec-movie_area video{
	width: 100%;
	height: 563px;
}


@media (max-width: 768px) {
	.rec-movie_area video{
		width: 100%;
		height: 177px;
	}
}
