/*recruitarea*/
.recruitarea {
    margin-top: 10%;
}

.recruitarea__block {
    background: #000;
    border-radius: 30px;
    display: flex;
    height: 600px;
    overflow: hidden;
}

.recruitarea__block__cts {
    width: 45%;
    padding: 11% 5%;
    color: #fff;
}

.recruitarea__block__cts__ttl {
    font-size: 4.2rem;
}

.recruitarea__block__cts__ttl__sub {
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
}

.recruitarea__block__cts__txt {
    margin-top: 60px;
    font-weight: bold;
    line-height: 1.8;
}

.recruitarea__block__cts__btn {
    max-width: 200px;
    width: 100%;
    margin-top: 80px;
}

.recruitarea__block__cts__btn a {
    padding: 15px;
}

.recruitarea .recruitarea__block__cts {
    width: calc(100% - 100px);
    padding: 6% 30px 3% 60px;
}

.recruitarea .recruitarea__block__img {
    display: flex;
}

.recruitarea .recruitarea__block__img .bgroop {
    width: 100%;
    height: 100%;
    -webkit-animation: r-bgroop 50s linear infinite;
    animation: r-bgroop 50s linear infinite;
}

.recruitarea .recruitarea__block__img .bgroop>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width: 1400px) {
    .recruitarea {
        margin-top: 12%;
    }

    .recruitarea__block__cts__ttl {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 1100px) {
    .recruitarea__block__cts {
        width: 100%;
        padding: 7% 5%;
    }

    .recruitarea__block__cts__txt {
        margin-top: 30px;
    }

    .recruitarea__block__cts__btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 980px) {
    .recruitarea__block {
        height: auto;
        border-radius: 20px;
    }

    .recruitarea {
        padding: 0 4%;
        margin-top: 15%;
    }

    .recruitarea .recruitarea__block__cts {
        width: 100%;
        padding: 11% 5%;
        color: #fff;
    }

    .recruitarea__block__cts__txt {
        margin-top: 20px;
    }

    .recruitarea__block__cts__btn {
        max-width: 250px;
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 420px) {
    .recruitarea__block__cts__ttl {
        font-size: 2.6rem;
    }

    .recruitarea__block__cts__btn {
        margin: 40px auto 0;
    }
}

.main {
    width: 100%;
    max-width: 100%;
    /*    margin-top: 8%;*/
}

.page-top .main--sec {
    margin-top: 550px;
}

@media screen and (max-width: 1400px) {
    .page-top .main--sec {
        margin-top: 200px;
    }
}

@media screen and (max-width: 980px) {
    .main {
        margin-top: 16%;
    }
}

@media screen and (max-width: 768px) {
    .page-top .main--sec {
        margin-top: 150px;
    }
}

.secttl {
    padding: 0 11% 0;
    font-size: 8.8rem;
    color: #111111;
    font-weight: normal;
}

.secttl__sub {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    color: #1c1c1c;
}

/*--------------------------------------------------------------------------------------------------------
Company
----------------------------------------------------------------------------------------------------------*/
.company {
    padding: 0 15%;
    margin-top: 5%;
}

.company__profile {
    display: flex;
}

.company__profile__ttl {
    width: 300px;
}

.company__profile__cts {
    width: calc(100% - 300px);
    padding-left: 100px;
}

.company__profile__cts .listbox {
    display: flex;
    border-top: 1px solid #ddd;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 40px 20px;
}

.company__profile__cts .listbox:last-child {
    border-bottom: 1px solid #ddd;
}

.company__profile__cts .listbox__ttl {
    width: 180px;
}

.company__profile__cts .listbox__txt {
    width: calc(100% - 180px);
}

.company__access {
    margin-top: 10%;
    display: flex;
}

.company__profile__cts .company__access__ttl {
    width: 180px;
}

.company__profile__cts .company__access__map {
    width: calc(100% - 180px);
}

.company__access__ttl {
    width: 300px;
}

.company__access__map {
    width: calc(100% - 300px);
    padding-left: 100px;
}

.company__access__map__ttl {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
}

.company__access__map__ttl:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #111111;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.company__access__map .col1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.company__access__map .col1__box {
    margin-top: 20px;
}

.company__access__map .col1__box iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
}

.company__access__map__base,
.company__access__map .col2__box__item__bace {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #111111;
}

.company__access__map__address,
.company__access__map .col2__box__item__address {
    margin-top: 5px;
    font-size: 1.8rem;
    font-weight: bold;
}

.company__access__map .col2 {
    margin-top: 5%;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.company__access__map .col2__box {
    display: flex;
    margin-top: 20px;
}

.company__access__map .col2__box__item {
    width: 50%;
}

.company__access__map .col2__box__item~.col2__box__item {
    margin-left: 40px;
}

.company__access__map .col2__box__item__map iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
}

@media screen and (max-width: 1200px) {

    .company__profile__ttl,
    .company__access__ttl {
        width: 30%;
    }

    .company__profile__cts,
    .company__access__map {
        width: 70%;
        padding-left: 50px;
    }
}

@media screen and (max-width: 980px) {

    .company__profile,
    .company__access {
        flex-direction: column;
    }

    .company__profile__ttl,
    .company__access__ttl {
        width: 100%;
    }

    .company__profile__cts,
    .company__access__map {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .company {
        padding: 0 10%;
        margin-top: 5%;
    }

    .company__profile__cts .listbox {
        flex-direction: column;
        padding: 20px 10px;
    }

    .company__profile__cts .listbox__ttl,
    .company__profile__cts .listbox__txt {
        width: 100%;
        text-align: left;
        margin: 0;
        line-height: 2;
    }

    .company__access__map .col2__box {
        flex-direction: column;
    }

    .company__access__map .col2__box__item {
        width: 100%;
    }

    .company__access__map .col2__box__item~.col2__box__item {
        margin-left: 0;
        margin-top: 80px;
    }
}

@media screen and (max-width: 500px) {
    .company {
        padding: 0 4%;
        margin-top: 5%;
    }
}


.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}


.ttl01 {
    font-size: 7.5rem;
    font-weight: normal;
    color: #111111;
}

.ttl01__sub {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1C1C1C;
}

@media screen and (max-width: 1400px) {
    .ttl01 {
        font-size: 6.5rem;
    }
}

@media screen and (max-width: 1100px) {
    .ttl01 {
        font-size: 5.2rem;
    }
}

@media screen and (max-width: 768px) {
    .ttl01 {
        font-size: 3.4rem;
        margin-top: 30px;
    }

    .ttl01__sub {
        font-size: 1.2rem;
    }

    .secttl {
        font-size: 5rem;
    }
}