.page-mv {
    background: url(../images/page/mv-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    z-index: 2;
}
.page-mv__inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-mv__inner h1 {
    color: #fff;
    font-size: 64px;
    padding: 0 0 35px;
    position: relative;
}
.page-mv__inner h1::after {
    background: url(../images/page/ttl-symbol.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    z-index: 1;
}
@media screen and (max-width: 968px) {
    .page-mv__inner h1 {
        font-size: 48px;
    }
}
@media screen and (max-width: 768px) {
    .page-mv__inner h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 568px) {
    .page-mv__inner h1 {
        font-size: 24px;
    }
}
.page-flex {
    padding: 80px 0;
    position: relative;
}
.page-flex::before {
    background: url(../images/bg_diagonal.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 800px;
    position: absolute;
    top: 200px;
    left: 0;
    transform: skewY(-25deg);
    width: 100%;
    z-index: 1;
}
.page-flex__inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1280px;
    z-index: 1;
}
.page-flex__head {
    margin: 0 0 110px;
    text-align: center;
}
.page-flex__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.page-flex__item:not(:last-child) {
    margin: 0 0 50px;
}
.page-flex__item:nth-child(odd) {
    flex-direction: row-reverse;
}
.page-flex__item.b350 {
    margin-bottom: 350px;
}
.page-flex__text {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 25px;
    position: absolute;
    left: 0;
    top: -70px;
    width: 50%;
}
.page-flex__text.w60 {
    width: 60%;
}
.page-flex__text.h750 {
    height: 750px;
}
.page-flex__item:nth-child(even) .page-flex__text {
    left: inherit;
    right: 0;
    top: 70px;
    z-index: 2;
}
.page-flex__text h2 {
    margin: 0 0 25px;
}
.page-flex__text h2 span {
    background: #010000;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 2px 5px;
}
.page-flex__text h2 span:first-child {
    margin: 0 0 8px;
}
.page-flex__text h2 .s {
    font-size: 34px;
}
.page-flex__text h2 .m {
    font-size: 40px;
}
.page-flex__text h2 .b {
    font-size: 48px;
}
.page-flex__text p {
    font-size: 18px;
    line-height: 2em;
}
.page-flex__text p.w80 {
    width: 80%;
}
.page-flex__text p.w90 {
    width: 90%;
}
.page-flex__image {
    position: relative;
    width: 55%;
}
.page-flex__image.t200 {
    top: 200px;
}
.page-flex__image iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .page-flex {
        padding: 80px 0 45px;
    }
    .page-flex__head {
        margin: 0 0 40px;
    }
    .page-flex__item {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .page-flex__item:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .page-flex__item:not(:last-child) {
        margin: 0 0 25px;
    }
    .page-flex__text {
        height: auto;
        margin: 0 0 20px;
        padding: 20px;
        position: static;
        width: 100%;
    }
    .page-flex__text.h750 {
        height: auto;
    }
    .page-flex__text.w60 {
        width: 100%;
    }
    .page-flex__text-inner {
        width: 100%;
    }
    .page-flex__image {
        width: 100%;
    }
    .page-flex__image.t200 {
        top: inherit;
    }
    .page-flex__text h2 .s {
        font-size: 16px;
    }
    .page-flex__text h2 .m {
        font-size: 18px;
    }
    .page-flex__text h2 .b {
        font-size: 23px;
    }
    .page-flex__text p {
        font-size: 14px;
    }
    .page-flex__text p.w80,
    .page-flex__text p.w90 {
        width: 100%;
    }
}

.contact.page-intern {
    background: url(../images/page/intern-contact-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}