.c-secttl {
    font-size: 36px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    margin-bottom: 80px
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-secttl {
        font-size: 28px
    }
}

@media screen and (max-width: 768px) {
    .c-secttl {
        font-size: 24px
    }
}

.c-secttl::before,
.c-secttl::after {
    content: attr(data-ttl);
    position: absolute;
    font-size: 150px;
    font-weight: 700;
    opacity: .5;
    font-family: "Noto Sans"
}

@media screen and (min-width: 768px)and (max-width: 1023px) {

    .c-secttl::before,
    .c-secttl::after {
        font-size: 100px
    }
}

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

    .c-secttl::before,
    .c-secttl::after {
        font-size: 80px
    }
}

.c-secttl::before {
    color: #ddd;
    left: 50%;
    transform: translateX(-50%);
    top: -0.7em;
    z-index: -1
}

.c-secttl::after {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: #ddd;
    -webkit-text-stroke-width: 1px;
    left: 50.4%;
    transform: translate(-50%, -2%);
    top: -0.7em;
    z-index: -2
}

.c-secttl span {
    display: block;
    height: 4px;
    width: 50px;
    background: #144c84;
    text-align: center
}

.c-secttl::before,
.c-secttl::after {
    font-size: 100px
}

.c-btn__read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 258px;
    height: 58px;
    margin: 0 auto;
    color: #144c84;
    border: 1px solid #000;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-btn__read-more {
        font-size: 14px;
        width: 80%
    }
}

.c-btn__read-more::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 57px;
    background: #144c84;
    right: 0;
    transform: translateX(50%);
    transition: .3s
}

.c-btn__read-more:hover::after {
    transform: translateX(75%)
}

.c-lower__fv {
    width: 100%
}

.c-lower__fv__bg {
    background-image: url(../img/about-fv.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 97px 0 0 0;
    height: 390px;
    display: flex;
    align-items: center;
    position: relative
}

@media screen and (max-width: 768px) {
    .c-lower__fv__bg {
        height: 300px;
        padding: 67px 0 0 0;
        background-position: center
    }
}

.c-lower__fv__container {
    display: flex;
    max-width: 1280px;
    align-items: center;
    height: 95px;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    position: absolute;
    z-index: 0
}

@media screen and (max-width: 768px) {
    .c-lower__fv__container {
        height: auto;
        padding: 25px;
        display: none
    }
}

.c-lower__fv h1 {
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    font-size: 40px;
    font-weight: 900
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-lower__fv h1 {
        font-size: 32px;
        padding-left: 20px
    }
}

@media screen and (max-width: 768px) {
    .c-lower__fv h1 {
        text-align: left;
        font-size: 28px;
        padding-left: 20px;
        width: fit-content;
        padding: 10px 30px;
        margin-left: 0;
        background-color: rgba(255, 255, 255, .5)
    }
}

.c-lower__fv__breadcrumb {
    height: 64px;
    background-color: #eef4fb
}

.c-lower__fv__breadcrumb .breadcrumbs {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%
}

.c-lower__fv__breadcrumb a {
    color: #000;
    font-size: 14px
}

.c-lower__fv__breadcrumb span {
    color: #144c84;
    font-size: 14px
}

.c-lower__fv #breadcrumb .inbox {
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-lower__fv__breadcrumb {
        padding-left: 20px
    }
}

@media screen and (max-width: 768px) {
    .c-lower__fv__breadcrumb {
        padding-left: 20px
    }
}

.c-lower__fv__container {
    max-width: 45vw
}

.c-contact__top {
    display: flex;
    height: 450px
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact__top {
        flex-direction: column;
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .c-contact__top {
        flex-direction: column;
        height: auto
    }
}

.c-contact__top a {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact__top a {
        height: 300px;
        flex: none
    }
}

@media screen and (max-width: 768px) {
    .c-contact__top a {
        height: 300px;
        flex: none
    }
}

.c-contact__top a.blue {
    background-image: url(../img/lower-contact-house.webp);
    background-size: cover;
    z-index: 0
}

.c-contact__top a.blue .c-contactttl::before {
    color: #d5d5d5;
    opacity: .5
}

.c-contact__top a.blue .c-contactttl::after {
    -webkit-text-stroke-color: #bcbcbc;
    opacity: 1
}

.c-contact__top a.white {
    background-image: url(../img/lower-contact-interior.webp);
    background-size: cover;
    z-index: 0
}

.c-contact__top a.white .c-contactttl::before {
    color: #514e4e
}

.c-contact__top a.white .c-contactttl::after {
    -webkit-text-stroke-color: #000
}

.c-contact__bottom {
    height: 620px;
    padding: 140px 20px;
    background-image: url(../img/contact-bottom.webp);
    background-size: cover;
    background-position: center;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .c-contact__bottom {
        height: auto;
        padding: 80px 20px
    }
}

.c-contact__bottom .c-contactttl.bottom::before {
    z-index: 0;
    color: #ddd;
    opacity: .5
}

.c-contact__bottom .c-contactttl.bottom::after {
    z-index: 1;
    -webkit-text-stroke-color: #ddd;
    opacity: 1
}

.c-contact__bottom__item {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: stretch
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item {
        flex-direction: column
    }
}

.c-contact__bottom__item a {
    display: flex;
    height: 210px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background-color: #fff;
    color: #144c84;
    gap: 14px;
    width: calc(33.3333333333% - 14px);
    text-align: center;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a {
        width: 80%;
        margin: 0 auto;
        height: auto;
        padding: 20px;
        font-size: 20px
    }
}

.c-contact__bottom__item a.line {
    color: #4caf50;
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a.line {
        font-size: 24px;
    }
}

.c-contact__bottom__item a.line img {
    width: 40px;
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a.line img {
        width: 28px;
    }
}

.c-contact__bottom__item a.column {
    flex-direction: column;
    gap: 6px
}

.c-contact__bottom__item a img {
    width: 22px
}

.c-contact__bottom__item a span:first-of-type {
    font-size: 40px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a span:first-of-type {
        font-size: 24px
    }
}

.c-contact__bottom__item a span:last-of-type {
    font-size: 18px;
    font-weight: 400;
    color: #494949
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a span:last-of-type {
        font-size: 14px
    }
}

.c-contact .c-contactttl {
    font-size: clamp(32px, 2.25vw, 36px);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #fff;
    margin-bottom: 100px;
    font-weight: 700
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact .c-contactttl {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl {
        margin-bottom: 50px;
        font-size: 24px
    }
}

.c-contact .c-contactttl::before,
.c-contact .c-contactttl::after {
    content: attr(data-ttl);
    position: absolute;
    font-size: clamp(100px, 7.5vw, 150px);
    font-weight: 700;
    opacity: .5;
    font-family: "Noto Sans"
}

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

    .c-contact .c-contactttl::before,
    .c-contact .c-contactttl::after {
        font-size: 60px
    }
}

.c-contact .c-contactttl::before {
    color: #ddd;
    left: 50%;
    transform: translateX(-50%);
    top: -0.47em;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl::before {
        top: -0.4em
    }
}

.c-contact .c-contactttl::after {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: #ddd;
    -webkit-text-stroke-width: 1px;
    left: 49.7%;
    transform: translate(-50%, 2%);
    top: -0.47em;
    z-index: -2
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl::after {
        top: -0.4em
    }
}

.c-contact .c-btn__read-more {
    background-color: #fff;
    border: none
}

.c-btn-link__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 180px
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns {
        margin-bottom: 120px
    }
}

@media screen and (max-width: 768px) {
    .c-btn-link__btns {
        margin-bottom: 70px;
        flex-direction: column;
        gap: 20px
    }
}

.c-btn-link__btns a {
    display: block;
    width: 290px;
    line-height: 75px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #a1a1a1
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns a {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    .c-btn-link__btns a {
        font-size: 16px
    }
}

.c-btn-link__btns a.active {
    background-color: #144c84
}

.p-recruit__company {
    background-color: #eff3fb;
    padding: 120px 0
}

.p-recruit__company .c-secttl {
    z-index: 1
}

.p-recruit__company .c-secttl::before {
    z-index: -1;
    top: -1.5em;
    font-size: 150px
}

.p-recruit__company .c-secttl::after {
    z-index: -1;
    top: -1.55em;
    font-size: 150px
}

.p-recruit__company p.desc {
    line-height: 40px;
    margin-bottom: 65px
}

.p-recruit__company .p-recruit__company__item {
    margin-bottom: 44px;
    background-color: #fff;
    display: flex;
    gap: 36px;
    padding: 30px 40px
}

.p-recruit__company .p-recruit__company__item img {
    max-width: 368px
}

.p-recruit__company .p-recruit__company__item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.p-recruit__company .p-recruit__company__item p {
    font-size: 14px;
    line-height: 2.2
}

.p-recruit__type {
    padding: 150px 20px
}

.p-recruit__type .desc {
    text-align: center;
    margin-bottom: 30px
}

.p-recruit__type .acordion__wrapper {
    display: flex;
    flex-direction: column;
    gap: 45px
}

.p-recruit__type .acordion__wrapper .acordion__item .acordion-trigger {
    text-align: center;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 700;
    gap: 30px;
    background-color: #144c84;
    position: relative;
    color: #fff
}

.p-recruit__type .acordion__wrapper .acordion__item .acordion-trigger .plas {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.p-recruit__type .acordion__wrapper .acordion__item .acordion-trigger .plas::after,
.p-recruit__type .acordion__wrapper .acordion__item .acordion-trigger .plas::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 16px;
    height: 2px;
    right: 0;
    transition: .3s
}

.p-recruit__type .acordion__wrapper .acordion__item .acordion-trigger .plas::after {
    transform: rotate(90deg)
}

.p-recruit__type .acordion__wrapper .acordion__item .acordion-trigger.active .plas::after {
    transform: rotate(0deg)
}

.p-recruit__type .acordion__wrapper .acordion__item__inner {
    padding: 85px 130px;
    border: 2px solid #144c84;
    display: none
}

.p-recruit__type .acordion__wrapper .acordion__item__inner__ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #144c84
}

.p-recruit__type .acordion__wrapper .acordion__item__inner dl {
    display: flex;
    align-items: stretch;
    font-size: 14px
}

.p-recruit__type .acordion__wrapper .acordion__item__inner dl dt {
    width: 32%;
    font-weight: 700;
    border-bottom: 1px solid #144c84;
    padding: 50px 0
}

.p-recruit__type .acordion__wrapper .acordion__item__inner dl dd {
    width: 68%;
    font-weight: 400;
    border-bottom: 1px solid #cdcdcd;
    padding: 50px 0;
    line-height: 2
}

.p-recruit__type .acordion__wrapper .acordion__item__inner .c-btn__read-more {
    margin-top: 77px
}

.p-recruit__numbers {
    background-color: #eff3fb;
    padding: 120px 0
}

.p-recruit__numbers .c-secttl {
    z-index: 1
}

.p-recruit__numbers .c-secttl::before {
    z-index: -1;
    top: -1.5em;
    font-size: 150px
}

.p-recruit__numbers .c-secttl::after {
    z-index: -1;
    top: -1.55em;
    font-size: 150px
}

.p-recruit__numbers .c-secttl .sponly {
    display: none
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .p-recruit__company {
        background-color: #eff3fb;
        padding: 100px 20px
    }

    .p-recruit__company .c-secttl {
        margin-bottom: 60px
    }

    .p-recruit__company .c-secttl::before {
        font-size: 120px
    }

    .p-recruit__company .c-secttl::after {
        font-size: 120px
    }

    .p-recruit__company p.desc {
        line-height: 2.2;
        margin-bottom: 50px;
        font-size: 14px
    }

    .p-recruit__company .p-recruit__company__item img {
        object-fit: cover;
        object-position: center
    }

    .p-recruit__company .p-recruit__company__item h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .p-recruit__company .p-recruit__company__item p {
        font-size: 14px;
        line-height: 2.2
    }

    .p-recruit__type {
        padding: 120px 20px
    }

    .p-recruit__type .desc {
        text-align: center;
        margin-bottom: 30px;
        font-size: 14px
    }

    .p-recruit__type .acordion__wrapper {
        display: flex;
        flex-direction: column;
        gap: 45px
    }

    .p-recruit__type .acordion__wrapper .acordion__item .acordion-trigger {
        font-size: 20px
    }

    .p-recruit__type .acordion__wrapper .acordion__item__inner {
        padding: 50px
    }

    .p-recruit__type .acordion__wrapper .acordion__item__inner .c-btn__read-more {
        margin-top: 60px
    }

    .p-recruit__numbers {
        background-color: #eff3fb;
        padding: 100px 20px
    }

    .p-recruit__numbers .c-secttl {
        z-index: 1
    }

    .p-recruit__numbers .c-secttl::before {
        z-index: -1;
        top: -1.5em;
        font-size: 120px
    }

    .p-recruit__numbers .c-secttl::after {
        z-index: -1;
        top: -1.55em;
        font-size: 120px
    }
}

@media screen and (max-width: 768px) {
    .p-recruit__company {
        background-color: #eff3fb;
        padding: 50px 20px 20px
    }

    .p-recruit__company .c-secttl {
        margin-bottom: 40px
    }

    .p-recruit__company .c-secttl::before {
        font-size: 60px
    }

    .p-recruit__company .c-secttl::after {
        font-size: 60px
    }

    .p-recruit__company p.desc {
        line-height: 2.2;
        margin-bottom: 50px;
        font-size: 14px
    }

    .p-recruit__company .p-recruit__company__item {
        flex-direction: column-reverse;
        gap: 25px;
        padding: 20px
    }

    .p-recruit__company .p-recruit__company__item h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .p-recruit__company .p-recruit__company__item p {
        font-size: 14px;
        line-height: 2.2
    }

    .p-recruit__type {
        padding: 60px 20px
    }

    .p-recruit__type .desc {
        text-align: center;
        margin-bottom: 30px;
        font-size: 14px
    }

    .p-recruit__type .c-secttl {
        margin-bottom: 50px
    }

    .p-recruit__type .c-secttl::before,
    .p-recruit__type .c-secttl::after {
        font-size: 60px
    }

    .p-recruit__type .acordion__wrapper {
        display: flex;
        flex-direction: column;
        gap: 45px
    }

    .p-recruit__type .acordion__wrapper .acordion__item .acordion-trigger {
        font-size: 18px
    }

    .p-recruit__type .acordion__wrapper .acordion__item__inner {
        padding: 20px
    }

    .p-recruit__type .acordion__wrapper .acordion__item__inner__ttl {
        font-size: 16px;
        margin-bottom: 0px
    }

    .p-recruit__type .acordion__wrapper .acordion__item__inner dl {
        flex-direction: column
    }

    .p-recruit__type .acordion__wrapper .acordion__item__inner dl dt,
    .p-recruit__type .acordion__wrapper .acordion__item__inner dl dd {
        width: 100%;
        padding: 20px 0
    }

    .p-recruit__type .acordion__wrapper .acordion__item__inner .c-btn__read-more {
        margin-top: 30px
    }

    .p-recruit__numbers {
        background-color: #eff3fb;
        padding: 50px 20px
    }

    .p-recruit__numbers .c-secttl {
        z-index: 1;
        margin-bottom: 40px
    }

    .p-recruit__numbers .c-secttl::before {
        z-index: -1;
        top: -1.5em;
        font-size: 60px
    }

    .p-recruit__numbers .c-secttl::after {
        z-index: -1;
        top: -1.55em;
        font-size: 60px
    }

    .p-recruit__numbers .c-secttl .sponly {
        display: block
    }
}