

.main {
    width: 100%;
    overflow-x: hidden;
}

@media screen and (max-width: 760px) {
    .main {
        padding-bottom: 0;
    }
}

.btn {
    color: white;
    width: 200px;
    height: 51px;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-left: 38px;
    position: relative;
    background-color: #2559AE;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
}

.btn::after {
    content: '';
    position: absolute;
    top: 13.5px;
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url('../images/common/btn-arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1440px) {
        
    .btn {
        width: 13.889vw;
        height: 3.542vw;
        display: flex;
        align-items: center;
        padding-left: 2.7639vw;
        position: relative;
        font-size: 1.25vw;
    }
    

    .btn::after {
        content: '';
        position: absolute;
        top: 0.9375vw;
        right: 1.111vw;
        width: 1.667vw;
        height: 1.667vw;
    }
}

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

    .btn {
        width: 200px;
        height: 51px;
        display: flex;
        align-items: center;
        padding-left: 38px;
        position: relative;
        font-size: 18px;
    }

    .btn::after {
        top: 13.5px;
        right: 16px;
        width: 24px;
        height: 24px;
    }
}

.title__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.title {
    color: #2559AE;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
}

.title-jp {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    position: relative;
}
 
@media screen and (max-width: 1440px) {

    .title__wrap {
        gap: 0.972vw;
    }

    .title {
        font-size: 4.167vw;
    }

    .title-jp {
        font-size: 1.389vw;
    }
}

@media screen and (max-width: 760px) {
    .title {
        font-size: 44px;
    }

    .title-jp {        
        font-size: 5.333vw;
        margin-top: 2.667vw;
    }
}

.fv {
    width: 100%;
    height: 705px;
    position: relative;
    overflow: hidden;
    margin-top: 106px;
}

.fv__content {
    position: relative;
    width: 91.32vw;
    height: 640px;
    position: absolute;
    top: 0;
    left: 8.681vw;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@media screen and (max-width: 780px) {
    .fv__content {
        height: 640px;
        width: 100vw;
        left: 0;
    }
}

.fv__image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
}

.slider {
    display: flex;
    gap: 0;
    transition: transform 0.3s ease-out;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider.dragging {
    transition: none;
}

.slider-item {
    flex-shrink: 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    /* -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; */
    object-fit: cover;
    object-position: center;
}

/* Mobile optimizations for Speed Index */
@media screen and (max-width: 780px) {
    .slider-item img {
        /* モバイルでは画像の読み込みを最適化 */
        will-change: transform;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
    
    /* モバイルでは不要なアニメーションを無効化 */
    .slider {
        transition: transform 0.2s ease-out;
    }
}

.instruction {
    text-align: center;
    margin-top: 30px;
    color: white;
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    
    .slider-wrapper {
        padding: 20px;
    }
    
    .slider-item {
        height: auto;
    }
}

.fv__text {
    position: absolute;
    top: 188px;
    left: 3.472vw;
    width: 17.5px;
    height: 261.5px;
    background-image: url('../images/top/fv-text.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fv__bg-text {
    position: absolute;
    top: 568.45px;
    right: calc( ( (100vw - 1440px ) / 2) + 76.03px);
    width: 728px;
    height: 100px;
    background-image: url('../images/top/fv-bg-text.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-5deg);
}

.fv__content-wrap {
    pointer-events: none;
    position: absolute;
    top: 134px;
    left: 52px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fv__content-header {
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    row-gap: 10px;
    list-style: none;
}

.fv__content-header li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    background-color:#2559AE;
    color: white;
    padding: 1px 5px;
}

.fv__content-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fv__content-footer ul {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    list-style: none;
    padding: 8px 18px 5px;
    gap: 22px;
}

.fv__content-footer ul li {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
}

.fv__content-footer-list1 {
    border-bottom: 5px solid #8EBFF7;
}

.fv__content-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fv__title {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0;
    padding: 10px;
    background-color: white;
    width: fit-content;
}

@media screen and (max-width: 1440px) {
    .fv {
        height: 48.96vw;
        position: relative;
        margin-top: 7.359vw;
    }

    .fv__text {
        position: absolute;
        top: 13.056vw;
        left: 3.472vw;
        width: 1.215vw;
        height: 18.16vw;;
    }

    .fv__bg-text {
        top: 39.476vw;
        right: 5.28vw;
        width: 50.556vw;
        height: 6.944vw;
    }

    .fv__content-wrap {
        top: 9.306vw;
        left: 3.611vw;
        gap: 1.667vw;
    }

    .fv__content-header {
        width: 42vw;
        gap: 1.458vw;
        row-gap: 0.694vw;
    }

    .fv__content-footer {
        gap: 0.694vw;
    }

    .fv__content-footer ul {
        width: fit-content;
        padding: 0.556vw 1.25vw 0.347vw;
        gap: 1.528vw;
    }

    .fv__content-footer ul li {
        font-size: 1.25vw;
    }

    .fv__content-title {
        gap: 1.111vw;
    }

    .fv__title {
        font-size: 4.444vw;
        padding: 0.694vw;
    }
}

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

    .fv {
        height: 640px;
        position: relative;
        margin-top: 86px;
    }

    .fv__text {
        display: none;
    }

    .fv__bg-text {
        display: none;
    }

    .fv__content-wrap {
        top: 14vw;
        left: 5.333vw;
        gap: 50px;
        width: 90%;
    }

    .fv__content-header {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 21px;
        row-gap: 10px;
        list-style: none;
    }
    
    .fv__content-header li {
        font-size: 20px;
        padding: 1px 5px;
    }

    .fv__content-footer {
        gap: 10px;
    }

    .fv__content-footer ul {
        padding: 8px 18px 5px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .fv__content-footer ul li {
        font-size: 14px;
    }
        
    .fv__content-title {
        gap: 16px;
    }

    .fv__title {
        font-size: 40px;
        padding: 10px;
    }
}

.news {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news__container {
    width: 1440px;
    margin: 0 auto;
    padding: 40px;
}

.news__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0;
}

.news__menu {
    width: 421px;
    height: 366px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    padding-left: 120px;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.news__menu-text {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/top/menu-text.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 33px;
    height: 287px;
}

.news__list {
    width: 700px;
    height: 206px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.news__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid black;
    padding-right: 13px;
}

.news__date {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
}

.news__text {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.news__btn {
    border: 1px solid black;
    background: transparent;
    color: black;
}

.news__btn::after {
    background-image: url('../images/common/btn-arrow-right-black.png');
}

.news .ssl {
margin-left: 0;
}

@media screen and (max-width: 1440px) {
    .news__container {
        width: 100%;
        margin: 0 auto;
        padding: 2.778vw;
    }

    .news__row {
        display: flex;
        margin: 0 auto 0;
        padding-right: 8.333vw;
    }

    .news__menu {
        width: 29.236vw;
        height: 25.417vw;
        gap: 2.778vw;
        padding-left: 8.333vw;
    }
    
    .news__menu-text {
        width: 2.292vw;
        height: 19.93vw;
    }

    .news__list {
        width: 56.875vw;
        height: 14.306vw;
        gap: 1.111vw;
    }

    .news__item {
        display: flex;
        flex-direction: column;
        gap: 0.278vw;
        padding-bottom: 1.111vw;
        padding-right: 0.903vw;
    }

    .news__date {
        font-size: 1.111vw;
    }

    .news__text {
        font-size: 1.111vw;
    }
}

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


    .news__container {
        width: 94%;
        margin: 0 auto;
        padding: 60px 0;
    }
    
    .news__row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        height: unset;
        margin: 0 auto 0;
        gap: 10vw;
        padding-right: 0;
    }
    
    .news__menu {
        width: 100%;
        height: 90vw;
        position: relative;
        justify-content: flex-start;
        gap: 40px;
        padding-top: 40px;
        padding-left: 60px;
    }

    .news__menu-text {
        width: 33px;
        height: 287px;
    }

    .news__title {
        font-size: 16vw;
    }

    .news__title-jp {
        font-size: 5.333vw;
        margin-top: -0.55vw;
    }

    .news__list {
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        gap: 8.533vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }
    
    .news__item {
        display: flex;
        flex-direction: column;
        gap: 1.067vw;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 4.267vw;
        padding-right: 0;
    }
    
    .news__date {
        font-size: 4.267vw;
    }
    
    .news__text {
        font-size: 4.267vw;
    }
    
    .news .ssl {
margin: 0 auto;
}
    
}

.business {
    width: 100%;
    background-color: white;
}

.business__bg {
    width: 100%;
    height: 360px;
    background-image: url('../images/top/business-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.business__container {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 160px 145px 160px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.business__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 480px;
}

.business__text-title {
    color: #163934;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0;
}

.business__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
}

.business__box {
    position: absolute;
    top: -72px;
    left: 700px;
    width: 690px;
    background-color: white;
    padding: 60px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 20px;
}

.business__box-title {
    color: white;
    background: linear-gradient(to right, #0E42C4, #2C92FF);
    width: 160px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.business__box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 28px;
}

.business__box-item {
    width: 260px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.business__box-item-icon {
    width: 50px;
    height: 50px;
}

.business__box-item-title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
}

@media screen and (max-width: 1440px) {
    .business {
        width: 100%;
    }
    
    .business__bg {
        height:25vw;
    }
    
    .business__container {
        width: 100%;
        margin: 0 auto;
        padding: 3.81vw 11.111vw 5.722vw 11.111vw;
        display: flex;
        flex-direction: column;
        gap: 2.778vw;
        position: relative;
    }
    
    .business__text-wrap {
        width: 33.333vw;
        gap: 1.25vw;
    }
    
    .business__text-title {
        font-size: 1.667vw;
    }
    
    .business__text {
        font-size: 1.25vw;
    }
    
    .business__box {
        position: absolute;
        top: -5vw;
        left: 48.611vw;
        width: 47.916vw;
        padding: 4.167vw;
        gap: 2.222vw;
    }
    
    .business__box-title {
        width: 11.111vw;
        font-size: 1.667vw;
    }
    
    .business__box-row {
        display: flex;
        flex-wrap: wrap;
        gap: 3.472vw;
        row-gap: 1.944vw;
    }
    
    .business__box-item {
        width: 18vw;
        gap: 1.389vw;
        padding-bottom: 0.694vw;
    }
    
    .business__box-item-icon {
        width: 3.472vw;
        height: 3.472vw;
    }
    
    .business__box-item-title {
        font-size: 1.389vw;
    }
}

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

    .business {
        width: 100%;
    }

    .business__bg {
        width: 100%;
        height: 34.219vw;
    }

    .business__container {
        width: 100%;
        margin: 0 auto;
        padding: 16vw 5.333vw 16vw 5.333vw;
        display: flex;
        flex-direction: column;
        gap: 10.667vw;
        position: relative;
    }

    .business__text-wrap {
        width: 100%;
        gap: 4.8vw;
    }

    .business__text-title {
        font-size: 5vw;
    }

    .business__text {
        font-size: 4.267vw;
    }

    .business__box {
        position: absolute;
        top: 115vw;
        left: 5.333vw;
        width: 90.667vw;
        padding: 4vw;
        gap: 10.667vw;
    }

    .business__box-title {
        width: 42.667vw;
        font-size: 6.667vw;
        padding: 1.333vw;
    }

    .business__box-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10.667vw;
        row-gap: 2.133vw;
    }

    .business__box-item {
        width: 90.667vw;
        display: flex;
        align-items: center;
        gap: 4.267vw;
        padding-bottom: 3vw;
    }

    .business__box-item-icon {
        width: 13.333vw;
        height: 13.333vw;
    }

    .business__box-item-title {
        font-weight: bold;
        font-size: 5.333vw;
        line-height: 1.6;
        letter-spacing: 0;
    }

    .business__btn {
        margin-top: 220vw;
    }
}

.access {
    width: 100%;
    height: 800px;
    background-color: white;
    position: relative;
    overflow: hidden;
    border: 7px solid #2559AE;
}

.access__bg-text {
    position: absolute;
    bottom: -4px;
    right: calc( ( (100vw - 1440px ) / 2) - 9px);
    width: 91.5px;
    height: 508px;
    background-image: url('../images/top/access-bg-text.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.access__container {
    position: absolute;
    top: 0;
    left: calc( (100vw - 1440px ) / 2 );
    width: 1440px;
    height: 800px;
    margin: 0 auto;
    padding: 67px 0;
    z-index: 1;
}

.access__wrap {
    width: 1120px;
    margin: 0 auto;
}

.access__title-wrap {
    align-items: center;
}

.access__map-wrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.access__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;

    text-align: center;
}

.access__map-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.access__map {
    width: 100%;
    height: 320px;
}

.access__btn {
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .access {
        height: 55.278vw;
    }

    .access__bg-text {
       bottom: -0.278vw;
       right: -0.625vw;
       width: 6.354vw;
       height: 35.278vw;
    }
    
    .access__container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 55.56vw;
        margin: 0 auto;
        padding: 3.958vw 0 8.333vw;
    }
    
    .access__wrap {
        width: 77.778vw;
        margin: 0 auto;
    }
    
    .access__map-wrap {
        margin-top: 2.778vw;
        gap: 2.778vw;
    }

    .access__text {
        font-size: 1.111vw;
    }

    .access__map-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1.389vw;
    }
    
    .access__map {
        height: 22.222vw;
    }
}

@media screen and (max-width: 760px) {
    .access {
        height: unset;
    }

    .access__container {
        position: static;
        height: unset;
        width: 90%;
        margin: 0 auto;
        padding: 15.2vw 0;
    }

    .access__wrap {
        width: 100%;
        margin: 0 auto;
    }
    
    .access__map-wrap {
        margin-top: 35px;
        gap: 40px;
    }

    .access__text {
        font-size: 5.333vw;
    }

    .access__map-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }

    .access__map {
        height: 85.333vw;
    }
}

.recruit {
    width: 100%;
    background-color: #333;
}

.recruit__container {
    width: 1440px;
    height: 461px;
    margin: 0 auto;
    display: flex;
}

.recruit__header {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit__header-title {
    color: white;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    writing-mode: vertical-rl;
}

.recruit__menu {
    width: 300px;
    background-color: #2559AE;
    padding-top: 129px;
    padding-left: 40px;
}

.recruit__mennu-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.recruit__title-wrap {
   gap: 10px;
}

.recruit__title {
    color: white;
}

.recruit__title-jp {
    color: white;
}

.recruit__btn {
    color: white;
    border: 1px solid white;;
}

.recruit__content {
    width: 1020px;
    /* パターン1: デフォルト - 通常のJPG画像（1x）フォールバック */
    background-image: url('../images/top/recruit-bg.jpg');
    
    /* パターン2, 3, 4: image-set() を使用して4種類の画像を自動選択 */
    /* WebP 1x, WebP 2x, JPG 1x, JPG 2x の4パターンから最適なものを選択 */
    background-image: 
        -webkit-image-set(
            url('../images/top/recruit-bg.webp') type('image/webp') 1x,
            url('../images/top/recruit-bg@2x.webp') type('image/webp') 2x,
            url('../images/top/recruit-bg.jpg') type('image/jpeg') 1x,
            url('../images/top/recruit-bg@2x.jpg') type('image/jpeg') 2x
        );
    background-image: 
        image-set(
            url('../images/top/recruit-bg.webp') type('image/webp') 1x,
            url('../images/top/recruit-bg@2x.webp') type('image/webp') 2x,
            url('../images/top/recruit-bg.jpg') type('image/jpeg') 1x,
            url('../images/top/recruit-bg@2x.jpg') type('image/jpeg') 2x
        );
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* image-set 非対応ブラウザ用のフォールバック: 2x ディスプレイ用のJPG画像 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .recruit__content {
        background-image: url('../images/top/recruit-bg@2x.jpg');
    }
}

.recruit__content-title-wrap {
    position: absolute;
    top: 65px;
    left: 40px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.recruit__content-title {
    color: white;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.8;
    letter-spacing: 0;
    background: linear-gradient(to right, #0E42C4, #2C92FF);
    padding: 0 11px;
    width: fit-content;
}

.recruit__content-box {
    position: absolute;
    bottom: 43.51px;
    right: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.recruit__content-box-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid white;
}

.recruit__content-box-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recruit__content-box-icon {
    width: 32.24px;
    height: 32.24px;
}

.recruit__content-box-text {
    color: white;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 20.36px;
    font-weight: bold;
}

@media screen and (max-width: 1440px) {    
    .recruit__container {
        width: 100%;
        height: 32.014vw;
    }
    
    .recruit__header {
        width: 8.333vw;
    }
    
    .recruit__header-title {
        font-size: 1.736vw;
    }
    
    .recruit__menu {
        width: 20.833vw;
        padding-top: 8.958vw;
        padding-left: 2.778vw;
    }
    
    .recruit__mennu-wrap {
        gap: 4.167vw;
    }
    
    .recruit__title-wrap {
       gap: 0.694vw;
    }
    
    .recruit__content {
        width: 70.833vw;
    }
    
    .recruit__content-title-wrap {
        position: absolute;
        top: 4.514vw;
        left: 2.778vw;
        gap: 0.764vw;
    }
    
    .recruit__content-title {
        font-size: 2.361vw;
        padding: 0 0.764vw;
        width: fit-content;
    }
    
    .recruit__content-box {
        position: absolute;
        bottom: 3.022vw;
        right: 3.472vw;
        padding: 1.111vw 1.389vw;
        gap: 0.833vw;
    }
    
    .recruit__content-box-row {
        display: flex;
        gap: 0.972vw;
        padding-bottom: 0.833vw;
    }

    
    .recruit__content-box-icon {
        width: 2.239vw;
        height: 2.239vw;
    }
    
    .recruit__content-box-text {
        font-size: 1.414vw;
    }
}

@media screen and (max-width: 760px) {
    
    .recruit__container {
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
    }
    
    .recruit__header {
        height: 80px;
        width: 100%;
    }
    
    .recruit__header-title {
        font-size: 20px;
        writing-mode: horizontal-tb;
    }
    
    .recruit__menu {
        width: 100%;
        padding: 40px 40px;
    }
    
    .recruit__mennu-wrap {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }
    
    .recruit__title-wrap {
       gap: 10px;
    }
    
    .recruit__content {
        height: 400px;
        width: 100%;
        position: relative;
    }
    
    .recruit__content-title-wrap {
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
        flex-direction: column;
        gap: 11px;
    }
    
    .recruit__content-title {
        font-size: 20px;
        padding: 0 11px;
        width: fit-content;
    }
    
    .recruit__content-box {
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 16px 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .recruit__content-box-row {
        display: flex;
        gap: 12px;
        padding-bottom: 8px;
    }
    
    .recruit__content-box-icon {
        width: 28px;
        height: 28px;
    }
    
    .recruit__content-box-text {
        font-size: 16px;
    }
}


.company {
    width: 100%;
    background-image: url('../images/top/company-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.company__container {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 141px 127.6px 160px;
}

.company__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.company__text-title {
    color: #163934;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
}

.company__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
}

.company__image {
    width: 673.94px;
    height: 434.4px;
}

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

    .company__container {
        width: 100%;
        margin: 0 auto;
        padding: 5.556vw 9.792vw 8.86vw 11.111vw;;
    }

    .company__text-wrap {
        gap: 2.778vw;
    }

    .company__text-title {
        font-size: 1.667vw;
    }

    .company__text {
        font-size: 1.25vw;
    }

    .company__image {
        width: 46.801vw;
        height: 30.167vw;
    }

}

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

    .company__container {
        width: 100%;
        margin: 0 auto;
        padding: 16vw 5.333vw;
    }

    .company__row {
        flex-direction: column;
        gap: 80px;
    }

    .company__text-wrap {
        gap: 30px;
    }

    .company__text {
        font-size: 4.267vw;
    }

    .company__image {
        width: 100%;
        height: auto;
    }
}

.contact {
    width: 100%;
    background-image: url('../images/top/contact-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact__container {
    width: 1440px;
    margin: 0 auto;
    padding: 119px 0;
}

.contact__wrap {
    width: 1120px;
    margin: 0 auto;
}

.contact__title {
    color: #163934;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 110px;
    line-height: 1;
    letter-spacing: 0;
}

.contact__row {
    width: 100%;
    margin: 0 auto;
    margin-top: 31px;
    display: flex;
}

.contact__row-item {
    width: 50%;
    height: 173px;
}

.contact__row-item:first-child {
    border-right: 2px solid #777777;
}

.contact__tel-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.contact__tel {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.08em;
    color: black;
    margin-top: 7px;
}

.contact__fax {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.08em;
    color: black;
    margin-top: 7px;
}

.contact__mail-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.contact__mail {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0;
    margin-top: 25px;
}

.contact__mail a {
    color: unset;
    text-decoration: none;
}

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

    .contact__container {
        width: 100vw;
        margin: 0 auto;
        padding: 8.263vw 0;
    }

    .contact__wrap {
        width: 77.778vw;
        margin: 0 auto;
    }

    .contact__title {
        font-size: 7.639vw;
    }

    .contact__row {
        width: 100%;
        margin: 0 auto;
        margin-top: 2.153vw;
        display: flex;
    }

    .contact__row-item {
        width: 50%;
        height: 12.014vw;
    }

    .contact__tel-icon {
        width: 4.167vw;
        height: 4.167vw;
        margin: 0 auto;
    }

    .contact__tel {
        font-size: 3.333vw;
        margin-top: 0.486vw;
    }

    .contact__fax {
        font-size: 1.389vw;
        margin-top: 0.486vw;
    }

    .contact__mail-icon {
        width: 4.167vw;
        height: 4.167vw;
        margin: 0 auto;
        display: block;
    }

    .contact__mail {
        font-size: 1.389vw;
        margin-top: 1.736vw;
    }   
}

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

    .contact__container {
        width: 100%;
        margin: 0 auto;
        padding: 18.667vw 0;
    }

    .contact__wrap {
        width: 93.333vw;
        margin: 0 auto;
    }

    .contact__title {
        font-size: 14.933vw;
        line-height: 1;
    }

    .contact__row {
        width: 100%;
        margin: 0 auto;
        margin-top: 13vw;
        display: flex;
        flex-direction: column;
        row-gap: 10.667vw;
    }

    .contact__row-item {
        width: 100%;
        height: unset;
    }

    .contact__row-item:first-child {
        border-right: none;
        padding-bottom: 10.667vw;
        border-bottom: 1px solid #777777;
    }

    .contact__tel-icon {
        width: 10.667vw;
        height: 10.667vw;
        margin: 0 auto;
    }

    .contact__tel {
        font-size: 9vw;
        margin-top: 1.867vw;
    }

    .contact__fax {
        font-size: 6.4vw;
        margin-top: 1.867vw;
    }

    .contact__mail-icon {
        width: 16vw;
        height: 16vw;
        margin: 0 auto;
        display: block;
    }

    .contact__mail {
        font-size: 6.4vw;
        margin-top: 6.667vw;
    }
}