@charset "UTF-8";

#banner {
    width: 100%;
    height: auto;
}

#banner .banner-slider {
    position: relative;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 90rem */
}

#banner .banner-slider div {
    width: 100%;
}

#banner .banner-slider div img {
    width: 100%;
}

#banner .banner-text-container {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    height: 90rem;
    width: 100%;
}

#banner .banner-text {
    padding-top: 38.2rem;
}

#banner .banner-text .line1 {
    font-weight: normal;
    font-size: 4rem;
    letter-spacing: 0.18em;
    line-height: 6rem;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 3px rgba(53, 65, 95, 0.15);
    margin-bottom: 4.5rem;
}

#banner .banner-text .line2 {
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 3.5rem;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 3px rgba(53, 65, 95, 0.15);
}

@media screen and (max-width: 1080px){
    #banner {
        height: 75rem;
    }
}

@media screen and (max-width: 767px) {
    #banner {
        padding-top: 5rem;
        height: 44rem;
        /* background: url("../img/top/banner_sp.jpg") no-repeat center / cover; */
    }
    #banner .banner-slider {
        position: relative;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 48.6rem
    }
    #banner .banner-text {
        padding-top: 32rem;
        box-sizing: border-box;
    }
    #banner .banner-text .line1 {
        font-size: 2.4rem;
        letter-spacing: 0.15em;
        line-height: 4rem;
        margin-bottom: 2.1rem;
        white-space: nowrap;
    }
    #banner .banner-text .line2 {
        font-size: 1.8rem;
        line-height: 2rem;
        white-space: nowrap;
    }
}

/* message */

.block .text-block {
    width: 100rem;
}

.block .text-block .title {
    margin-bottom: 3.3rem;
}

.block .text-block .title .jp {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: left;
    color: #426da9;
    line-height: 0;
    margin-bottom: -1rem;
    position: relative;
}

.block .text-block .title .en {
    font-weight: bold;
    font-size: 11rem;
    line-height: 17rem;
    text-align: left;
    color: #426da9;
    white-space: nowrap;
    margin-left: -.7rem;
}

.block .text-block .description .line1 {
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.14em;
    line-height: 4rem;
    text-align: left;
    color: #000;
    margin-bottom: 3rem;
}

.block .text-block .description .line2 {
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 3rem;
    text-align: left;
    color: #000;
    margin-bottom: 5rem;
}

.block .text-block .block-btn {
    background-color: #35415f;
    width: 29.4rem;
    height: 6rem;
    position: relative;
    padding-left: 2rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
}

.block .text-block .block-btn span {
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 3.8rem;
    text-align: left;
    color: #fff;
}

.block .text-block .block-btn img {
    position: absolute;
    width: 2.5rem;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.block .text-block .block-btn:hover {
    opacity: 0.75;
}

#message {
    margin-top: 12rem;
    height: 75.7rem;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

#message .text-block {
    background: #f0f4f8 url("../img/top/message-bg.jpg") no-repeat left top / cover;
    width: 52%;
    height: 69.7rem;
    padding: 9.1rem 6rem 10.1rem 31rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

#message .img-container {
    width: 100%;
    padding-left: 48%;
}

#message .img-container img {
    width: 70rem;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .block .text-block {
        width: 100%;
    }
    .block .text-block .title {
        margin-bottom: 2.25rem;
    }
    .block .text-block .title .jp {
        font-size: 1.2rem;
        line-height: 0;
        margin-bottom: -1rem;
    }
    .block .text-block .title .en {
        font-size: 6rem;
        line-height: 9.3rem;
    }
    .block .text-block .description .line1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
    .block .text-block .description .line2 {
        font-size: 1.6rem;
        margin-bottom: 3.2rem;
    }
    .block .text-block .block-btn {
        width: 21.5rem;
        height: 4.9rem;
        padding-left: 1.6rem;
    }
    .block .text-block .block-btn span {
        letter-spacing: 0;
        line-height: 2.4rem;
    }
    .block .text-block .block-btn img {
        width: 2.11rem;
        right: 1.6rem;
    }
    #message {
        margin-top: 5rem;
        height: auto;
        display: block;
    }
    #message .text-block {
        width: 100%;
        height: auto;
        padding: 2.5rem 2rem 3rem;
        box-sizing: border-box;
        position: relative;
    }
    #message .img-container {
        width: 100%;
        padding-left: unset;
    }
    #message .img-container img {
        width: 100%;
    }
}

/* #staff */

#staff {
    margin-top: 12rem;
    height: 58.8rem;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20rem;
}

#staff .text-block {
    background: #f0f4f8 url("../img/top/staff-bg.jpg") no-repeat left top / cover;
    width: 52%;
    height: 52.8rem;
    padding: 9.1rem 27.7rem 10.1rem 9.3rem;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

#staff .img-container {
    width: 100%;
    padding-right: 49%;
    display: flex;
    justify-content: flex-end;
}

#staff .img-container img {
    width: 70.2rem;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    #staff {
        margin-top: 5rem;
        height: auto;
        display: block;
        margin-bottom: 8rem;
    }
    #staff .text-block {
        background: #f0f4f8 url("../img/top/staff-bg.jpg") no-repeat left top / cover;
        width: 100%;
        height: auto;
        padding: 2.5rem 2rem 3rem;
        position: relative;
    }
    #staff .img-container {
        padding-right: unset;
        display: block;
    }
    #staff .img-container img {
        width: 100%;
    }
}

/* link-section */

@media screen and (min-width: 1921px){
    #link-section .bottom-link:last-child {
        background: url("../img/top/data-bg.svg") no-repeat right bottom / cover;
        padding-left: 4.4rem;
    }
}

#link-section {
    display: flex;
    width: 100%;
}

#link-section .bottom-link {
    width: 50% !important;
    height: auto;
    transition: all 0.3s ease-in;
}

#link-section .bottom-link:hover {
    opacity: 0.85;
}

#link-section .bottom-link img {
    width: 100%;
    vertical-align: top;
}

/* #link-section .bottom-link:first-child {
    background: url("../img/top/environment-bg.svg") no-repeat right top / cover;
    padding-left: 16%;
}

#link-section .bottom-link:last-child {
    background: url("../img/top/data-bg.svg") no-repeat left center / cover;
    padding-left: 4.4rem;
} */

/* #link-section .bottom-link .text .line1 {
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    text-align: left;
    color: #426da9;
    margin-bottom: 8.8rem;
}

#link-section .bottom-link .text .line2 {
    font-weight: bold;
    font-size: 10rem;
    line-height: 17rem;
    text-align: left;
    color: #426da9;
    opacity: 0.5;
} */

/* #link-section .bottom-link:last-child .text .line1 {
    color: #fff;
}

#link-section .bottom-link:last-child .text .line2 {
    color: #fff;
    opacity: 0.5;
} */



@media screen and (max-width: 767px) {
    #link-section {
        flex-direction: column;
    }
    #link-section .bottom-link {
        width: 100% !important;
    }
}


@media print {
    #staff .img-container {
        align-items: flex-end;
        justify-content: flex-end;
    }
    #staff {
        height: auto;
    }
  }