.common-banner-staff {
	background: url(../../img/page/message/message-banner-top.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}

.top-message-page {
    padding-top: 5.5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        padding-top: 3.5rem;
	}
}

.up-title-mid {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    /* line-height: 28px; */
    text-align: center;
    color: #255ca6;
    margin-bottom: 7.4rem;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
        margin-bottom: 3.5rem;
	}
}

.flex-container-box-message{
    display: flex;
    gap: 2.6rem;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: center;
	}
}

.img-container-box-message {
    width: 31.6rem;
    position: relative;
    height: 16rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        height: auto;
	}
}

@media screen and (max-width: 767px) {
    .img-container-box-message img {
        width: 100%;
    }
}

.img-container-box-message.img-container-box-message1::before {
    content: "1";
    position: absolute;
    font-family: Jost;
    font-weight: 500;
    font-size: 6rem;
    letter-spacing: 0.1em;
    /* line-height: 21.6px; */
    color: #3278d6;
    top: -4rem;
    left: 2rem;
}

.img-container-box-message.img-container-box-message2::before {
    content: "2";
    position: absolute;
    font-family: Jost;
    font-weight: 500;
    font-size: 6rem;
    letter-spacing: 0.1em;
    /* line-height: 21.6px; */
    color: #3278d6;
    top: -4rem;
    left: 2rem;
}

.img-container-box-message.img-container-box-message3::before {
    content: "3";
    position: absolute;
    font-family: Jost;
    font-weight: 500;
    font-size: 6rem;
    letter-spacing: 0.1em;
    /* line-height: 21.6px; */
    color: #3278d6;
    top: -4rem;
    left: 2rem;
}

@media screen and (max-width: 767px) {
    .img-container-box-message.img-container-box-message1::before,.img-container-box-message.img-container-box-message2::before, .img-container-box-message.img-container-box-message3::before {
        font-size: 4rem;
        top: -1.5rem;
        left: 1rem;
        z-index: 777;
    }  
}

.box-message-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 25px; */
    text-align: left;
    color: #3278d6;
    margin-top: 3.5rem;
    margin-bottom: 2.3rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-top: 1.5rem;
        margin-bottom: 0.7rem;
	}
}

.box-message-text {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #000;
    max-width: 31.6rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
        max-width: 100%;

	}
}

.big-message-img-container {
    width: 93.8rem;
    @media screen and (max-width: 767px) {
        width: 100%;
	}
}

.flex-end-message {
    display: flex;
    justify-content: flex-end;
    margin-top: -36rem;
    @media screen and (max-width: 767px) {
       margin-top: 0;
	}
}

.blue-box-message {
    width: 52.3rem;
    background-color: #E9F6FF;
    border-radius: 0.8rem;
    padding-top: 5.2rem;
    padding-left: 5.6rem;
    padding-right: 5.5rem;
    padding-bottom: 6.3rem;
    @media screen and (max-width: 767px) {
        padding-top: 2.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
	}
}

.blue-msg-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 25px; */
    text-align: left;
    color: #255ca6;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: center;
	}   
}

.blue-msg-txt {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #000;
    margin-top: 3.2rem;
    margin-bottom: 3.8rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
	}   
}

.blue-msg-name {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: right;
    color: #000;
    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
        line-height: 2rem;
	}
}

.message-bottom {
    margin-top: 10rem;
    margin-bottom: 12.4rem;
    @media screen and (max-width: 767px) {
        margin-top: 5rem;
        margin-bottom: 5rem;
	}
}