/*====================================================================
mesPageKvSec
====================================================================*/
.mesPageKvSec__inner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: center/cover no-repeat #000 url("../images/message/mesPageKvSec_bg.png");
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__inner {
        height: 100vh;
        background-image: url("../images/message/mesPageKvSec_bg-sp.png");
    }
}
.mesPageKvSec__innerKvTextArea {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 1365px;
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__innerKvTextArea {
        max-width: 47.0625rem;
        top: 44%;
    }
}
.mesPageKvSec__innerKvText {
    font: 700 48px/1.5 Helvetica Neue, Helvetica, Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageKvSec__innerKvText {
        font-size: 3.514vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__innerKvText {
        font-size: 32.7px;
    }
}
.mesPageKvSec__innerKvScroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageKvSec__innerKvScroll {
        padding-left: 1.464vw;
        padding-right: 1.464vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__innerKvScroll {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageKvSec__innerKvScroll {
        max-width: 100.073vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__innerKvScroll {
        max-width: 100%;
    }
}
.mesPageKvSec__innerKvScrollInner {
    position: absolute;
    right: 15px;
    bottom: 63px;
    width: 209px;
    height: 46px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 3;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageKvSec__innerKvScrollInner {
        right: 1.1vw;
        height: 3.37vw;
        bottom: 4.61vw;
        width: 15.3vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__innerKvScrollInner {
        right: -34px;
        bottom: 27px;
        height: 20px;
        width: 116px;
    }
}
.mesPageKvSec__innerKvScrollInnerText {
    font: bold 13.63px/0.8 Helvetica Neue, Helvetica, Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageKvSec__innerKvScrollInnerText {
        font-size: 1vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__innerKvScrollInnerText {
        font-size: 11.5px;
    }
}
.mesPageKvSec__innerKvScrollInnerLine {
    position: relative;
    margin-left: 7px;
    width: 156px;
    height: 2px;
    background: #000;
    overflow: hidden;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageKvSec__innerKvScrollInnerLine {
        margin-left: 0.51vw;
        width: 11.42vw;
        height: 0.15vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__innerKvScrollInnerLine {
        width: 71.5px;
        margin: 0 9px;
    }
}
.mesPageKvSec__innerKvScrollInnerLine:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 156px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: growDown 2s linear infinite;
    animation: growDown 2s linear infinite;
    height: 2px;
    background: #fff;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageKvSec__innerKvScrollInnerLine:before {
        width: 11.42vw;
        height: 0.15vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageKvSec__innerKvScrollInnerLine:before {
        width: 71.5px;
        -webkit-animation: growDown 2s linear infinite;
        animation: growDown 2s linear infinite;
    }
}


/*====================================================================
mesPageThxSec
====================================================================*/
.mesPageThxSec {
    position: relative;
    background: #F2F3F6;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec {
    }
}
.mesPageThxSec__inner {
    position: relative;
    z-index: 2;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;

}
@media screen and (max-width: 768px) {
    .mesPageThxSec__inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }
}
.mesPageThxSec__innerRow {
    padding: 60px 0 0;
    position: relative;
    display: flex;
}

@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow {
        display: inherit;
        padding-top: 20px;
        height: auto;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__figureArea {
    flex-basis: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__figureArea {
        margin: 0 5% 0 4%;
        justify-content: space-between;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__figureArea.u-pcDb {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__figureArea.u-pcDb {
        display: none;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__figureArea.u-spDb {
    display: none;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__figureArea.u-spDb {
        display: flex;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__figureArea .mesPageThxSec__figureThumb {
    flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__figureArea .mesPageThxSec__figureThumb{
        flex: 0 0 auto;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__figureArea .mesPageThxSec__figureThumb.u-thumb01 {
    height: auto;
    width: 52.5%;
    max-width: 173px;

    margin: 20px 0 0 auto;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__figureArea .mesPageThxSec__figureThumb.u-thumb01{
        width: 25.1%;
        margin: 55.5px 4% 0 0;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__figureArea .mesPageThxSec__figureThumb.u-thumb02 {
    height: auto;
    width: 60%;
    max-width: 196px;
    margin: 0 11% 0 0;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__figureArea .mesPageThxSec__figureThumb.u-thumb02{
        width: 28.7%;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__figureArea .mesPageThxSec__figureThumb.u-thumb03 {
    height: auto;
    width: 62.5%;
    max-width: 207px;
    margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__figureArea .mesPageThxSec__figureThumb.u-thumb03{
        width: 30.2%;
        margin: 10px 0 0;
    }
}

.mesPageThxSec__innerRow .mesPageThxSec__innerRowTextArea {
    flex-basis: 50%;
    padding: 0 1%;
    position: relative;
    z-index: 2;
    color: #4D4D4D;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__innerRowTextArea {
        padding: 0 19.5px;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__innerRowBigtext {
    margin: 0 0 18px;
    font: bold 24px/1.8 Helvetica Neue, Helvetica, Arial;
    color: #4D4D4D;
    text-align: justify;
    text-align-last: center;
    text-justify: inter-character;
    text-justify: inter-ideograph;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageThxSec__innerRow .mesPageThxSec__innerRowBigtext {
        font: bold 20px/1.8 Helvetica Neue, Helvetica, Arial;
    }
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__innerRowBigtext {
        margin: 0 auto 9px;
        width: auto;
        height: auto;
        text-align: center;
        letter-spacing: 0.06em;
        font: bold 15px/1.6 Helvetica Neue, Helvetica, Arial;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__innerRowBigtext .u-spDb{
}
@media screen and (max-width: 1366px) {
    .mesPageThxSec__innerRow .mesPageThxSec__innerRowBigtext .u-spDb{
        display: block;
    }
}
.mesPageThxSec__innerRow .mesPageThxSec__innerRowImageTxtImage {
    width: 100%;
    max-width: 565px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRow .mesPageThxSec__innerRowImageTxtImage {
        max-width: 486px;
    }
}
.mesPageThxSec__innerRowText {
    font: 400 16px/1.9 Helvetica Neue, Helvetica, Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0.04rem;
    color: #4D4D4D;
    text-align: justify;
    text-justify: inter-character;
    text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
    .mesPageThxSec__innerRowText {
        font-size: 0.8125rem;
        line-height: 1.75;
        letter-spacing: 0.07em;
        margin: 0 0 12.5px;
    }
}


/*====================================================================
mesPageMesSec
====================================================================*/
.mesPageMesSec {
    position: relative;
    width: 100%;
    height: auto;
    background: center/cover no-repeat #000 url("../images/message/mesPageMesSec_bg.png");
}
@media screen and (max-width: 768px) {
    .mesPageMesSec {
        min-height: 500px;
        background: center/cover no-repeat #000 url("../images/message/mesPageMesSec_bg-sp.png");
    }
}
.mesPageMesSec__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageMesSec__inner {
        padding-left: 1.464vw;
        padding-right: 1.464vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }
}
.mesPageMesSec__innerRow {
    position: relative;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageMesSec__innerRow {

    }
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__innerRow {
    }
}
.mesPageMesSec__innerRow .mesPageMesSec__figureArea {

}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageMesSec__innerRow .mesPageMesSec__figureArea {

    }
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__innerRow .mesPageMesSec__figureArea {
        position: relative;
    }
}
.mesPageMesSec__innerRow.u-innerRow01 .mesPageMesSec__figureArea .mesPageMesSec__figureThumb {
    position: absolute;
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__innerRow.u-innerRow01 .mesPageMesSec__figureArea .mesPageMesSec__figureThumb {
        position: absolute;
    }
}
.mesPageMesSec__innerRow.u-innerRow01 .mesPageMesSec__figureArea .mesPageMesSec__figureThumb.u-thumb01 {
    height: auto;
    width: 22%;
    max-width: 294px;
    top: -170px;
    left: 6.5%;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageMesSec__innerRow.u-innerRow01 .mesPageMesSec__figureArea .mesPageMesSec__figureThumb.u-thumb01 {
        top: -120px;
    }
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__innerRow.u-innerRow01 .mesPageMesSec__figureArea .mesPageMesSec__figureThumb.u-thumb01 {
        width: 39%;
        max-width: 200px;
        top: -31px;
    }
}
.mesPageMesSec__innerRow.u-innerRow01 .mesPageMesSec__figureArea .mesPageMesSec__figureThumb.u-thumb02 {
    height: auto;
    width: 15%;
    max-width: 196px;
    top: -200px;
    right: 6.8%;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageMesSec__innerRow.u-innerRow01 .mesPageMesSec__figureArea .mesPageMesSec__figureThumb.u-thumb02 {
        top: -150px;
    }
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__innerRow.u-innerRow01 .mesPageMesSec__figureArea .mesPageMesSec__figureThumb.u-thumb02 {
        width: 27%;
        max-width: 134px;
        top: -35px;
    }
}

.mesPageMesSec__innerRow.u-innerRow02 {
    padding: 60px 0 60px;
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__innerRow.u-innerRow02 {
        padding: 125px 0 60px;
    }
}
.mesPageMesSec__title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__title {
        font-size: 15px;
        margin: 0 0 15px;
    }
}


.swiper-wrapper {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .swiper-wrapper {
        width: 100%;
        height: auto;
    }
}
.swiper-slide {
    color: #000;
    max-width: 350px;
    height: auto;
    text-align: right;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .swiper-slide {
        max-width: 80%;
        margin: 0 10%;
    }
}
.swiper-slideMesArea{
    height: auto;
    min-height: 322px;
    text-align: left;
    margin: 20px;
    padding: 20px;
    background-color: #DAE4ED;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.3) inset;
    overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
    .swiper-slideMesArea{
        min-height: 262px;
    }
}
.swiper-slideMes{
    line-height: 1.75;
    letter-spacing: 0.07em;
    text-align: justify;
    /* text-justify: inter-character; */
    /* text-justify: inter-ideograph; */
    text-justify: inter-cluster;
}
@media screen and (max-width: 768px) {
    .swiper-slideMes{
        font-size: 0.8125rem;
        line-height: 1.75;
        letter-spacing: 0.07em;
    }
}
.swiper-slideName{
    margin: 0 40px 20px 20px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .swiper-slideName{
        font-weight: 600;
    }
}

.swiper-custom-button-prev, .swiper-custom-button-next {
    position: absolute;
    bottom: 0%;
    width: 48px;
    height: 48px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/message/mesPageMesSec__arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    outline: none;
}
@media screen and (max-width: 768px) {
    .swiper-custom-button-prev, .swiper-custom-button-next {

    }
}
.swiper-button-pre:after, .swiper-button-next:after {
    content: '';
}

.swiper-pagination {
    text-align: center;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .swiper-pagination {
    }
}
.mesPageMesSec__swiperContainerArea{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-height: 250px;
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__swiperContainerArea{
    }
}
.swiper-custom-button-prev {
    left: 38%;
    transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
    .swiper-custom-button-prev {
        left: 25%;
        transform: scale(-1, 1);
    }
}
.swiper-custom-button-next {
    right: 38%;
}
@media screen and (max-width: 768px) {
    .swiper-custom-button-next {
        right: 25%;
    }
}
.swiper-pagenationArea {
    position: relative;
    padding-top: 90px;
}
@media screen and (max-width: 768px) {
    .swiper-pagenationArea {
        padding-top: 60px;
    }
}
.mesPageMesSec__innerRowText {
    font: 100 1rem/2.9 Helvetica Neue, Helvetica, Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #4D4D4D;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageMesSec__innerRowText {
        font-size: 1.171vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__innerRowText {
        font-size: 0.8125rem;
    }
}
@media screen and (max-width: 768px) {
    .mesPageMesSec__innerRowText {
        line-height: 1.75;
        letter-spacing: 0.07em;
        margin: 0 0 12.5px;
    }
}



/*====================================================================
mesPageHumanSec
====================================================================*/
.mesPageHumanSec {
    position: relative;
    background: #000;
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec {
    }
}
.mesPageHumanSec__inner {
    position: relative;
    z-index: 2;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;

}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__inner {
        padding-left: 1.464vw;
        padding-right: 1.464vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__inner {
        max-width: 100.073vw;
    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__inner {
        margin: auto;
    }
}
.mesPageHumanSec__innerRow {
    position: relative;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__innerRow {

    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow {
        padding-top: 20px;
        height: auto;
    }
}
.mesPageHumanSec__innerRow .mesPageHumanSec__figureArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__innerRow .mesPageHumanSec__figureArea {

    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow .mesPageHumanSec__figureArea {
        margin: 0 9.6%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.mesPageHumanSec__innerRow .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb {
    flex: 0 0 auto;
}
.mesPageHumanSec__innerRow.u-innerRow01 .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb.u-thumb01 {
    height: auto;
    width: 15%;
    max-width: 197px;
    margin: -80px 0 0;
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow.u-innerRow01 .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb.u-thumb01{
        height: auto;
        width: 26.3%;
        margin: 0;
    }
}
.mesPageHumanSec__innerRow.u-innerRow01 .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb.u-thumb02 {
    height: auto;
    width: 13%;
    max-width: 165px;
    margin: -80px 20px 0 0;
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow.u-innerRow01 .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb.u-thumb02{
        height: auto;
        width: 22%;
        margin: 0 20px 0 0;
    }
}
.mesPageHumanSec__innerRow.u-innerRow02 {
    margin: -100px 0 0;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__innerRow.u-innerRow02{
    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow.u-innerRow02{
        margin: 0;
        padding: 50px 0 0;
    }
}
.mesPageHumanSec__innerRow.u-innerRow02 .mesPageHumanSec__innerRowTextArea {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #A6AFB5;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__innerRow.u-innerRow02 .mesPageHumanSec__innerRowTextArea {

    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow.u-innerRow02 .mesPageHumanSec__innerRowTextArea {
        margin-left: 0;
        padding: 0 19.5px;
    }
}
.mesPageHumanSec__innerRow.u-innerRow02 .mesPageHumanSec__innerRowBigText {
    margin: 67px 0 18px;
    font: bold 80px/0.8 Helvetica Neue, Helvetica, Arial;
    white-space: nowrap;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__innerRow.u-innerRow02 .mesPageHumanSec__innerRowBigText {
        font-size: 64px;
        margin: 100px 0 18px;
    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow.u-innerRow02 .mesPageHumanSec__innerRowBigText {
        margin: 0 0 15px;
        font-size: 2.7744rem;
        letter-spacing: 0.06em;
    }
}

.mesPageHumanSec__innerRow.u-innerRow03 {
    margin: -200px 0 50px;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__innerRow.u-innerRow03{
        margin: -100px 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow.u-innerRow03{
        margin: 0;
        padding: 20px 0;
    }
}
.mesPageHumanSec__innerRow.u-innerRow03 .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb.u-thumb01 {
    height: auto;
    width: 13%;
    max-width: 168px;
    margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow.u-innerRow03 .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb.u-thumb01{
        width: 22.4%;
        margin: 0 0 0 15px;
    }
}
.mesPageHumanSec__innerRow.u-innerRow03 .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb.u-thumb02 {
    height: auto;
    width: 17%;
    max-width: 230px;
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRow.u-innerRow03 .mesPageHumanSec__figureArea .mesPageHumanSec__figureThumb.u-thumb02{
        width: 30.5%;
    }
}
.mesPageHumanSec__innerRowText {
    font: normal 24px/2.9 Helvetica Neue, Helvetica, Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
    .mesPageHumanSec__innerRowText {
        font-size: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRowText {
        font-size: 0.8125rem;
    }
}
@media screen and (max-width: 768px) {
    .mesPageHumanSec__innerRowText {
        line-height: 1.75;
        letter-spacing: 0.07em;
        margin: 0 0 12.5px;
    }
}


/*====================================================================
mesPageBannerSec
====================================================================*/
.mesPageBannerSec {
    width: 100%;
    height: auto;
    background: #f3f4f7;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .mesPageBannerSec {
    }
}
.mesPageBannerSec__inner {

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

    }
}
.mesPageBannerSec__innerList {

}
@media screen and (max-width: 768px) {
    .mesPageBannerSec__innerList{
    }
}
.mesPageBannerSec__innerListItem {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .mesPageBannerSec__innerListItem {
    }
}
.mesPageBannerSec__innerListItemIcon {
    max-width: 631px;
    margin: 0 auto;
    padding: 120px 0 0;
    background: #f3f4f7;
}
@media screen and (max-width: 768px) {
    .mesPageBannerSec__innerListItemIcon {
        padding: 32px 5.4% 0;
    }
}

