
@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: #F26F11;
}

.btn__label {
    color: white;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
}

.btn__arrow {
    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.639vw;
        position: relative;
    }
    
    .btn__label {
        font-size: 1.389vw;
        position: relative;
    }
    
    .btn__arrow {
        position: absolute;
        top: 0.938vw;
        right: 1.111vw;
        width: 1.667vw;
        height: 1.667vw;
    }
}

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

    .btn {
        width: 53.333vw;
        height: 13.6vw;
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-left: 10.133vw;
        position: relative;
    }

    .btn__label {
        font-size: 5.333vw;
        position: relative;
    }

    .btn__arrow {
        position: absolute;
        top: 3.6vw;
        right: 4.267vw;
        width: 6.4vw;
        height: 6.4vw;
    }
}

.title {
    color: #163934;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.title-jp {
    color: black;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
    position: relative;
    margin-top: -8px;
}

@media screen and (max-width: 1440px) {
    .title {
        font-size: 4.167vw;
    }

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

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

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

.fv {
    width: 100vw;
    height: 810px;
    position: relative;
}

.fv__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv__container {
    width: 1440px;
    margin: 0 auto;
}

.fv__content-wrap {
    position: absolute;
    top: 468px;
    left: calc( (100vw - 1440px) / 2 + 60px);
}

.fv__content-title {
    color: #BEE2E7;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 144px;
    line-height: .95;
    letter-spacing: 0;
    filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 1));
}

.fv__bg-content-text {
    color: #BEE2E7;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.75;
    letter-spacing: 0;
    padding-left: 7px;
}

.fv__bg-content-text-poppins {
    font-family: "Poppins", sans-serif;
}

.fv__text-bg {
    left: calc( (100vw - 1440px) / 2 + 62px);
    background-color: black;
}

.fv__text-bg1 {
    position: absolute;
    top: 482px;
    width: 434px;
    height: 48.66px;
}

.fv__text-bg2 {
    position: absolute;
    top: 554px;
    width: 276.1px;
    height: 48.66px;
}

@media screen and (max-width: 1440px) {
    .fv {
        width: 100vw;
        height: 56.25vw;
        position: relative;
    }
    
    .fv__container {
        width: 100vw;
        margin: 0 auto;
    }
    
    .fv__content-wrap {
        position: absolute;
        top: 32.5vw;
        left: 4.305vw;
    }
    
    .fv__content-title {
        font-size: 10vw;
    }
    
    .fv__bg-content-text {
        font-size: 2.778vw;
        padding-left: 0.486vw;
    }

    .fv__text-bg {
        left: 4.305vw;
    }
    
    .fv__text-bg1 {
        position: absolute;
        top: 33.472vw;
        width: 30.139vw;
        height: 3.379vw;
    }

    .fv__text-bg2 {
        position: absolute;
        top: 38.472vw;
        width: 19.174vw;
        height: 3.379vw;
    }
}

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

    .fv {
        width: 100vw;
        height: 216vw;
        position: relative;
    }
    
    .fv__container {
        width: 100%;
        margin: 0 auto;
    }

    .fv__content-wrap {
        position: absolute;
        top: 60vw;
        left: 4vw;
    }

    .fv__content-title {
        font-size: 16vw;
        line-height: 1.2;
    }

    .fv__bg-content-text {
        font-size: 5.333vw;
        margin-top: 0;
        padding-left: 1vw;
    }

    .fv__text-bg1 {
        position: absolute;
        top: 61vw;
        left: 4vw;
        width: 58vw;
        height: 8vw;
    }

    .fv__text-bg2 {
        position: absolute;
        top: 71vw;
        left : 4vw;
        width: 37vw;;
        height: 8vw;
    }
}

.news {
    width: 100vw;
    overflow: hidden;
    background-color: #003571;
    position: relative;
}

.news__bg-text {
    position: absolute;
    bottom: -12px;
    right: calc( ( (100vw - 1440px ) / 2 ) - 12px);
    width: 82px;
    height: 296px;
    background-image: url('../images/top/news-text.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

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

.news__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 1120px;
    margin: 0 auto 0;
}

.news__menu {
    width: 288px;
    position: relative;
}

.news__title {
    color: white;
}

.news__title-jp {
    color: white;
}

.news__btn {
    background: none;
    border: 1px solid white;
    margin-top: 67px;
}

.news__list {
    width: 819px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.news__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    padding-right: 49px;
}

.news__date {
    color: white;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
}

.news__text {
    color: white;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
}

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

    .news__bg-text {
        bottom: -0.833vw;
        right: -0.139vw;
        width: 5.694vw;
        height: 20.556vw;
    }

    .news__container {
        width: 100vw;
        margin: 0 auto;
        padding: 5.556vw 0;
    }

    .news__row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 77.778vw;
        margin: 0 auto 0;
    }

    .news__menu {
        width: 20vw;
        position: relative;
    }

    .news__btn {
        margin-top: 4.653vw;
    }

    .news__list {
        width: 56.875vw;
        display: flex;
        flex-direction: column;
        gap: 1.389vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .news__item {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 1.389vw;
        padding-right: 3.403vw;
    }

    .news__date {
        font-size: 1.111vw;
    }

    .news__text {
        font-size: 1.111vw;
    }

}

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

    .news__bg-text {
        display: none;
        bottom: -0.833vw;
        right: calc( ( (100vw - 100vw ) / 2 ) - 10.139vw);
        width: 5.694vw;
        height: 20.556vw;
    }

    .news__container {
        width: 90.667vw;
        margin: 0 auto;
        padding: 21.333vw 0;
    }
    
    .news__row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 90.667vw;
        margin: 0 auto 0;
        row-gap: 10.667vw;
    }
    
    .news__menu {
        width: 100%;
        position: relative;
    }

    .news__title {
        font-size: 16vw;
    }

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

    .news__btn {
        margin-top: 6.4vw;
    }
    
    .news__list {
        width: 100%;
        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;
    }
}

.business {
    width: 100vw;
    height: 600px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-image: url('../images/top/business-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.business__bg-text {
    position: absolute;
    top: 0;
    left: calc( (100vw - 1440px ) / 2 );
    width: 1414px;
    height: 114px;
    background-image: url('../images/top/business-text.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.business__container {
    width: 1440px; 
    margin: 0 auto;
    padding:  80px 0 121.8px;
    position: relative;
}

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

.business__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 40px;
}

.business__btn1 {
    margin-top: 60px;
}

.business__btn2 {
    margin-top: 35px;
}

.business__image {
    position: absolute;
    top: 72px;
    left: 762px;
    width: 386px;
    height: 558px;
}

@media screen and (max-width: 1440px) {
    .business {
        width: 100vw;
        height: 41.667vw;
        position: relative;
    }

    .business__bg-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 98.194vw;
        height: 7.917vw;
    }
    
    .business__container {
        width: 100vw; 
        margin: 0 auto;
        padding:  5.556vw 0 8.458vw;
        position: relative;
    }
    
    .business__content {
        width: 77.778vw;
        margin: 0 auto;
    }
    
    .business__text {
        font-size: 1.111vw;
        margin-top: 2.778vw;
    }

    .business__btn1 {
        margin-top: 4.167vw;
    }

    .business__btn2 {
        margin-top: 2.431vw;
    }
    
    .business__image {
        position: absolute;
        top: 5vw;
        left: 52.917vw;
        width: 26.81vw;
        height: 39.653vw;
    }
}

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

    .business {
        width: 100vw;
        height: 240vw;
        position: relative;
    }

    .business__container {
        width: 88%;
        margin: 0 auto;
        padding:  16vw 0 44.8vw;
        position: relative;
    }

    .business__content {
        width: 100%;
        margin: 0 auto;
    }

    .business__text {
        font-size: 4.267vw;
        margin-top: 10.667vw;
    }

    .business__btn1 {
        margin-top: 6vw;
    }

    .business__btn2 {
        margin-top: 6vw;
    }

    .business__image {
        position: absolute;
        top: 146.667vw;
        left: 0;
        width: 100%;
        height: auto;
    }
}

.access {
    width: calc(100vw - 12px);
    height: 747px;
    background-color: #EEEEEE;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 10px solid #39451F;
}

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

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

.access__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
}

.access__title {
    text-align: center;
}

.access__title-jp {
    text-align: center;
}

.access__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
}

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

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

.access__btn {
    margin: 0 auto;
    margin-top: 60px;
}

@media screen and (max-width: 1440px) {
    .access {
        width: calc(100vw - 0.833vw);
        height: 51.875vw;
        position: relative;
    }
    
    .access__container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        margin: 0 auto;
        padding: 3.958vw 0 8.333vw;
    }
    
    .access__wrap {
        width: 77.778vw;
        margin: 0 auto;
    }
    
    .access__row {
        width: 100%;
        display: flex;
        gap: 2.778vw;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .access__text {
        font-size: 1.111vw;
    }
    
    .access__map-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 0.556vw;
    }
    
    .access__map {
        height: 22.222vw;
    }
    
    .access__btn {
        margin: 0 auto;
        margin-top: 4.167vw;
    }

}

@media screen and (max-width: 760px) {
    .access {
        width: 100vw;
        height: unset;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        border: 10px solid #39451F;
    }

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

    .access__wrap {
        width: 100%;
        margin: 0 auto;
    }

    .access__row {
        width: 100%;
        gap: 10.667vw;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .access__text {
        font-size: 4.8vw;
    }

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

    .access__map {
        height: 85.333vw;
    }

    .access__btn {
        margin: 0 auto;
        margin-top: 16vw;
    }
}

.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: 40px;
    display: flex;
    justify-content: space-between;
}

.company__content {
    width: 540px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    padding-top: 60px;
    padding-left: 120px;
    position: relative;
}

.company__content-box {
    width: 33px;
    height: 238px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.company__content-logo {
    width: 20px;
    height: 34.5px;
    position: absolute;
    top: 37px;
    left: 7px;
    background-image: url('../images/common/logo-icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.company__content-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: .95;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 86.99px;
    left: 8px;
}

.company__image-row {
    width: 780px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.company__image {
    width: 380px;
    height: 620px;
}


.company__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 40px;
}

.company__btn {
    margin-top: 60px;
    padding-left: 48px;
}

.recruit__btn {
    margin-top: 20px;
    padding-left: 48px;
}

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

    .company__container {
        width: 100vw;
        margin: 0 auto;
        padding: 2.778vw;
        display: flex;
        justify-content: space-between;
    }

    .company__content {
        width: 37.5vw;
        padding-top: 4.167vw;
        padding-left: 8.333vw;
        position: relative;
    }

    .company__content-box {
        width: 2.292vw;
        height: 16.528vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    .company__content-logo {
        width: 1.389vw;
        height: 2.396vw;;
        position: absolute;
        top: 2.569vw;
        left: 0.486vw;
    }

    .company__content-text {
        font-size: 1.389vw;
        position: absolute;
        top: 6.041vw;
        left: 0.556vw;
    }

    .company__image-row {
        width: 54.167vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .company__image {
        width: 26.389vw;
        height: 43.056vw;
    }

    .company__text {
        font-size: 1.389vw;
        margin-top: 2.778vw;
    }

    .company__btn {
        margin-top: 4.167vw;
        padding-left: 3.333vw;
    }

    .recruit__btn {
        margin-top: 1.389vw;
        padding-left: 3.333vw;
    }
}

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

    .company__container {
        width: 100%;
        margin: 0 auto;
        padding: 16vw 5.333vw;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 16vw;
    }

    .company__content {
        width: 100%;
        padding-top: 16vw;
        padding-left: 21.333vw;
        position: relative;
    }

    .company__content-box {
        width: 8.8vw;
        height: 63.467vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    .company__content-logo {
        width: 7.251vw;
        height: 8vw;
        position: absolute;
        top: 3.733vw;
        left: 0.533vw;
    }

    .company__content-text {
        font-size: 3.2vw;
        position: absolute;
        top: 13.117vw;
        left: 2.933vw;
    }

    .company__image-row {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .company__image {
        width: 101.333vw;
        height: 165.333vw;
        width: 48%;
        height: auto;
    }

    .company__text {
        font-size: 5.333vw;
        margin-top: 10.667vw;
    }

    .company__btn {
        margin-top: 16vw;
        padding-left: 12.8vw;
    }

    .recruit__btn {
        margin-top: 5.333vw;
        padding-left: 12.8vw;
    }
}

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

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

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

.contact__title {
    color: white;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
    font-size: 112px;
    line-height: 0.4;
    letter-spacing: 0;
}

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

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

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

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

.contact__tel {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.08em;
    color: white;
    margin-top: 7px;
}

/*
.contact__tel a {
    color: unset;
    text-decoration: none;
    pointer-events: none;
}
*/

.contact__fax {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.08em;
    color: white;
    margin-top: 7px;
}

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

.contact__mail {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0;
    color: white;
    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: 9.305vw 0;
    }

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

    .contact__title {
        font-size: 7.778vw;
    }

    .contact__row {
        width: 100%;
        margin: 0 auto;
        margin-top: 5.486vw;
        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.667vw;
        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;
    }

    .contact__row {
        width: 100%;
        margin: 0 auto;
        margin-top: 21.333vw;
        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 white;
    }

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

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

    /*
    .contact__tel a {
        pointer-events: auto;
    }
        */

    .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;
    }
}