/*ベース_______________________________________*/
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media screen and (min-width:769px) {
    .sp_on {
        display: none !important;
    }
}
@media screen and (max-width:768px) {
    .sp_off {
        display: none !important;
    }
}
.fade01 {
    opacity: 0;
    transform: translateY(30px);
    transition: .7s;
}
.fade01.go_anime {
    opacity: 1;
    transform: translateY(0);
}
/*セクション_______________________________________*/
/*共通
.block_other*/
.block_other {
    background-color: #DEE2EA;
    padding: calc(100 / 1366 * 100vw) 0;
}
.block_other .block_inner {
    width: 79.65%;
    margin: 0 auto;
    display: flex;
}
.block_other h2 {
    width: 28.28%;
    font-weight: 500;
    font-size: calc(10 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.8;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.block_other h2 .en {
    display: block;
    font-family: "Albert Sans";
    font-weight: 800;
    font-size: 3.5em;
    line-height: .8;
    letter-spacing: 0;
    margin-bottom: .7143em;
}
.block_other h2 .jp {
    display: flex;
    align-items: center;
    gap: 1em;
}
.block_other h2 .jp::before {
    content: "";
    background-image: url("../img/message/ttl_dec01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: calc(19.3 / 1366 * 100vw);
    aspect-ratio: 60 / 42;
}
.block_other .box_img {
    position: relative;
    z-index: 0;
    width: 33.98%;
}
.block_other .box_img img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 740 / 742;
    border-radius: calc(20 / 1366 * 100vw);
    transition: .3s;
}
.block_other .box_img img.on {
    opacity: 1;
}
.block_other .box_link {
    width: 37.74%;
    padding-left: 5.42%;
}
.block_other .box_link {
    font-weight: bold;
    font-size: calc(16 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.25;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.block_other .box_link .link00 {
    display: flex;
    align-items: center;
    padding: 2.03em 0;
}
.block_other .box_link .wrapper_img {
    display: none;
    width: 50.79%;
}
.block_other .box_link .wrapper_img img {
    border-radius: calc(15 / 375 * 100vw);
}
.block_other .box_link .wrapper_text {
    display: contents;
    width: 49.21%;
}
.block_other .box_link .link00:hover, .block_other .box_link .link00:active {
    color: #FF51A1;
    opacity: 1;
}
.block_other .box_link .link00:nth-of-type(n+2) {
    border-top: 1px solid #fff;
}
.block_other .box_link .en {
    width: 18.65%;
    font-family: "Albert Sans";
    font-weight: 300;
    font-size: .625em;
    line-height: 1;
}
.block_other .box_link .jp {
    width: 64.67%;
}
.block_other .box_link .en {
    width: 33.04%;
    font-family: "Albert Sans";
    font-weight: 300;
    font-size: .625em;
    line-height: 1;
}
.block_other .box_link .icon {
    width: .533em;
}
.block_other .box_link .link00.recruit .icon {
    width: 0.785em;
}
.block_other .box_link .link00 .icon .icon_img path, .block_other .box_link .link00 .icon .icon_img rect {
    transition: .3s;
}
.block_other .box_link .link00:hover .icon .icon_img path, .block_other .box_link .link00:hover .icon .icon_img rect {
    stroke: #FF51A1;
}
@media screen and (max-width:768px) {
    .block_other {
        padding: calc(80 / 375 * 100vw) 0 calc(90 / 375 * 100vw);
    }
    .block_other .block_inner {
        width: 84%;
        flex-flow: column;
        gap: calc(40 / 375 * 100vw);
    }
    .block_other h2 {
        width: 100%;
        font-size: calc(10 / 375 * 100vw);
    }
    .block_other h2 .jp::before {
        width: calc(19.3 / 375 * 100vw);
    }
    .block_other .box_link {
        width: 100%;
        padding-left: 0;
        font-size: calc(16 / 375 * 100vw);
    }
    .block_other .box_link .link00 {
        padding: 1.25em 0;
    }
    .block_other .box_link .wrapper_img {
        display: block;
    }
    .block_other .box_link .wrapper_text {
        display: flex;
        align-items: center;
        flex-flow: wrap;
        gap: .75em 0;
        padding-left: 1.219em;
    }
    .block_other .box_link .jp {
        order: 1;
        width: 88.56%;
    }
    .block_other .box_link .en {
        order: 3;
        width: 100%;
        letter-spacing: 0;
    }
    .block_other .box_link .icon {
        order: 2;
    }
}
/*
.block_mv02*/
.block_mv02 {
    position: relative;
    z-index: 0;
    aspect-ratio: 1366 / 560;
    display: flex;
    align-items: center;
    margin: calc(40 / 1366 * 100vw) 0 calc(88 / 1366 * 100vw);
}
.block_mv02 .mv_inner {
    width: 75.40%;
    margin-left: 9.96%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    transition: .3s;
}
.block_mv02.on .mv_inner {
    opacity: 0;
}
.block_mv02 .mv_inner .box_l {
    width: 50%;
    display: flex;
    flex-flow: column;
}
.block_mv02 .mv_ttl {
    position: relative;
    z-index: 0;
    font-weight: 500;
    font-size: calc(14 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.642;
    color: #000;
    margin-top: 1.589em;
    margin-bottom: 8.96em;
    transform: translateY(30px);
    /* opacity: 0;
    transition: .7s;
    transition-delay: .3s;*/
}
/*.block_mv02.go .mv_ttl {
    transform: translateY(0);
    opacity: 1;
}*/
/*.block_mv02 .mv_ttl::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("../img/message/mv_dec01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: calc(-96 / 1366 * 100vw);
    left: calc(-17 / 1366 * 100vw);
    width: calc(57 / 1366 * 100vw);
    aspect-ratio: 57 / 56;
}
*/
.block_mv02 .mv_ttl .square01 {
    inset: calc(-96 / 1366 * 100vw) calc(-17 / 1366 * 100vw);
    width: calc(30 / 1366 * 100vw);
}
.block_mv02 .mv_ttl .square02 {
    inset: calc(-54 / 1366 * 100vw) calc(26 / 1366 * 100vw);
    width: calc(14 / 1366 * 100vw);
}
.block_mv02 .mv_ttl::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url("../img/message/mv_dec02.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: calc(8 / 1366 * 100vw);
    left: calc(230 / 1366 * 100vw);
    width: calc(96 / 1366 * 100vw);
    aspect-ratio: 96 / 68;
}
.block_mv02 .mv_ttl .en {
    display: block;
    font-family: "Albert Sans";
    font-weight: 800;
    font-size: 5em;
    line-height: 1.157;
    text-align: left;
    margin-bottom: 0;
}
.block_mv02 .mv_ttl .ani_parts {
    display: block;
}
.block_mv02 .mv_ttl .ani_parts:nth-of-type(n+2) {
    margin-top: -.2em;
}
.block_mv02 .mv_ttl .text_ani00 {
    display: inline-block;
    overflow: hidden;
}
.block_mv02 .mv_ttl .text_ani00 span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    transition: .3s;
}
.block_mv02 .mv_ttl .text_ani00.go span {
    opacity: 1;
    transform: translateY(0);
}
.block_mv02 .breadcrumb {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: calc(10 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #000;
}
.block_mv02 .breadcrumb a {
    display: flex;
    align-items: center;
    text-decoration: underline;
}
.block_mv02 .breadcrumb a:nth-of-type(n+2)::before {
    content: "";
    display: block;
    background-color: #FF51A1;
    width: .4em;
    aspect-ratio: 1;
    margin: 0 1.5em;
}
.block_mv02 .breadcrumb a:last-of-type {
    text-decoration: none;
    pointer-events: none;
}
.block_mv02 .box_img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 75.77%;
    aspect-ratio: 2070 / 1120;
}
.block_mv02 .box_img img {
    position: absolute;
    border-radius: 999px 0 0 999px;
}
.block_mv02 .box_img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("../img/message/mv_momopi.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: calc(-40 / 1366 * 100vw);
    left: calc(174 / 1366 * 100vw);
    width: calc(85 / 1366 * 100vw);
    aspect-ratio: 171 / 134;
}
@media screen and (max-width:768px) {
    .block_mv02 {
        flex-flow: column;
        width: 84%;
        margin: 0 auto;
        padding: calc(13 / 375 * 100vw) 0 calc(73 / 375 * 100vw);
    }
    .block_mv02 .mv_inner {
        display: contents;
    }
    .block_mv02 .mv_inner .box_l {
        display: contents;
    }
    .block_mv02 .mv_inner .mv_ttl {
        order: 1;
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.642;
        margin-top: 0;
        margin-bottom: 5.786em;
        margin-left: -1.429em;
    }
    .block_mv02 .mv_ttl .en {
        font-size: 4em;
        line-height: 1.178;
        margin-bottom: calc(-2 / 375 * 100vw);
    }
    .block_mv02 .mv_ttl .ani_parts:nth-of-type(n+2) {
        margin-top: -.2em;
    }
    /* .block_mv02 .mv_ttl::before {
        display: none;
    }*/
    .block_mv02 .mv_ttl .square01, .block_mv02 .mv_ttl .square02 {
        display: none;
    }
    .block_mv02 .mv_ttl::after {
        bottom: calc(16 / 375 * 100vw);
        left: calc(188 / 375 * 100vw);
        width: calc(72.66 / 375 * 100vw);
    }
    .block_mv02 .mv_inner .breadcrumb {
        order: 3;
        margin: calc(28 / 375 * 100vw) auto 0 0;
        font-size: calc(10 / 375 * 100vw);
    }
    .block_mv02 .box_img {
        order: 2;
        position: relative;
        z-index: 0;
        top: 0;
        left: 0;
        width: 94.93vw;
        margin: 0 calc(50% - 50vw) 0 calc(-11 / 375 * 100vw);
    }
    .block_mv02 .box_img::after {
        top: calc(-29 / 375 * 100vw);
        left: calc(50 / 375 * 100vw);
        width: calc(55.39 / 375 * 100vw);
    }
}
/*
.block_message*/
.block_message {}
.block_message .st_pc {
    position: relative;
    z-index: 0;
    width: 79.65%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: calc(180 / 1366 * 100vw) 0 calc(105 / 1366 * 100vw);
}
.block_message .st_pc::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    top: 0;
    right: calc(50% - 50vw);
    width: 100%;
    height: 100%;
    border-radius: calc(40 / 1366 * 100vw) 0 0 0;
}
.block_message .st_pc .box_img {
    position: relative;
    z-index: 1;
    width: 42.33%;
}
.block_message .st_pc .box_img .img_inner {
    position: sticky;
    z-index: 0;
    top: 15vh;
    left: 0;
    aspect-ratio: 460.55 / 488.567;
}
.block_message .st_pc .box_img .img_inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #fff;
    top: calc(-180 / 1366 * 100vw);
    right: calc(-633 / 1366 * 100vw);
    width: calc(633 / 1366 * 100vw);
    height: calc(180 / 1366 * 100vw);
}
.block_message .st_pc .box_img h3 {
    position: absolute;
    z-index: 4;
    top: calc(-76 / 1366 * 100vw);
    left: 0;
    color: #000;
    font-weight: 500;
    font-size: calc(10 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.8;
    letter-spacing: 0;
}
.block_message .st_pc .box_img h3 .en {
    font-family: "Albert Sans";
    font-weight: 800;
    font-size: 6.2em;
    line-height: .7903;
    font-family: "Albert Sans";
}
.block_message .box_img h3 .en .ani_parts {
    display: block;
    margin-top: -.25em;
}
.ttl_anime .text_fade {
    display: inline-block;
    overflow: hidden;
}
.ttl_anime .text_fade span {
    display: inline-block;
    transform: translateY(100%);
    transition: .3s;
    line-height: 1.0;
}
.ttl_anime .text_fade.go span {
    transform: translateY(0);
}
.block_message .st_pc .box_img h3 .jp {
    display: block;
    margin-top: 8em;
    margin-left: 3em;
}
.block_message .st_pc .box_img h3::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url("../img/message/ttl_dec01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: calc(164 / 1366 * 100vw);
    right: calc(7.3 / 1366 * 100vw);
    width: calc(82.34 / 1366 * 100vw);
    aspect-ratio: 60 / 42;
}
.ttl_anime::after {
    opacity: 0;
    transition: 1.2s;
    transform: translateY(100%);
}
.ttl_anime.go_anime::after {
    opacity: 1;
    transform: translateY(0);
}
.block_message .st_pc .box_img img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 79.82%;
    aspect-ratio: 736 / 978;
    border-radius: calc(40 / 1366 * 100vw);
    opacity: 0;
    transition: .7s;
}
.block_message .st_pc .box_img img:nth-of-type(1) {
    opacity: 1;
}
.block_message .st_pc .box_img img:nth-of-type(2) {
    z-index: 1;
}
.block_message .st_pc .box_img img:nth-of-type(3) {
    z-index: 2;
}
.block_message .st_pc .box_img img.on {
    opacity: 1;
}
.block_message .st_pc .box_text {
    position: relative;
    z-index: 0;
    width: 49.21%;
    aspect-ratio: 536 / 530;
    /*overflow: scroll;*/
    font-weight: normal;
    font-size: calc(14 / 1366 * 100vw);
    margin-top: calc(-10 / 1366 * 100vw);
}
.block_message .st_pc .box_text .unit_m_pc:nth-of-type(n+2) {
    padding-top: calc(80 / 1366 * 100vw);
}
.block_message .st_pc .box_text .unit_ttl {
    font-weight: bold;
    font-size: 2.1429em;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #000;
    margin-bottom: 2.2em;
}
.block_message .st_pc .box_text h4 {
    font-weight: 500;
    font-size: 1.7858em;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 1.667em;
}
.block_message .st_pc .box_text .text01 {
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2.357;
}
.block_message .st_pc .box_text .text01:nth-of-type(n+2) {
    margin-top: 2.42em;
}
@media screen and (max-width:768px) {
    .block_message {}
    .block_message .st_sp {
        margin: calc(263 / 375 * 100vw) 0 calc(90 / 375 * 100vw);
    }
    .unit_m_sp {
        position: relative;
        z-index: 0;
        font-size: calc(14 / 375 * 100vw);
        background-color: #fff;
        width: 92%;
        margin: 0 auto 0 calc(50% - 50vw);
        padding-bottom: calc(70 / 375 * 100vw);
        padding: calc(190 / 375 * 100vw) calc(30 / 375 * 100vw) calc(70 / 375 * 100vw);
        border-radius: 0 35px 35px 0;
    }
    .unit_m_sp:nth-of-type(n+2) {
        margin-top: calc(282 / 375 * 100vw);
    }
    .unit_m_sp:nth-of-type(2n) {
        border-radius: calc(35 / 375 * 100vw) 0 0 calc(35 / 375 * 100vw);
        margin-right: 0;
        margin-left: auto;
    }
    .block_message .unit_m_sp .box_img {
        position: relative;
        z-index: 1;
        position: absolute;
        top: calc(-192 / 375 * 100vw);
        right: calc(40 / 375 * 100vw);
        width: 67.33%;
    }
    .block_message .unit_m_sp:nth-of-type(1) .box_img {
        right: calc(30 / 375 * 100vw);
    }
    .block_message .unit_m_sp:nth-of-type(2n) .box_img {
        right: auto;
        left: calc(40 / 375 * 100vw);
    }
    .block_message .unit_m_sp .box_img img {
        border-radius: calc(35 / 375 * 100vw);
    }
    .block_message .unit_m_sp .box_img h3 {
        position: absolute;
        z-index: 1;
        top: calc(-54 / 375 * 100vw);
        left: calc(-55 / 375 * 100vw);
        color: #000;
        font-weight: 500;
        font-size: calc(10 / 375 * 100vw);
        letter-spacing: 0.05em;
        line-height: 1.8;
    }
    .block_message .unit_m_sp .box_img h3 .en {
        font-family: "Albert Sans";
        font-weight: 800;
        font-size: 4.6em;
        line-height: .7826;
    }
    .block_message .unit_m_sp .box_img h3 .jp {
        display: block;
        margin-top: 4em;
        margin-left: 1em;
    }
    .block_message .unit_m_sp .box_img h3::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        background-image: url("../img/message/ttl_dec01.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        top: calc(122 / 375 * 100vw);
        right: calc(11.3 / 375 * 100vw);
        width: calc(60 / 375 * 100vw);
        aspect-ratio: 60 / 42;
    }
    .block_message .st_sp .unit_ttl {
        font-weight: bold;
        font-size: 1.715em;
        letter-spacing: 0.05em;
        line-height: 1.85;
        text-align: left;
        color: #000;
        margin-bottom: 1.375em;
    }
    .block_message .unit_m_sp h4 {
        font-weight: 500;
        font-size: 1.572em;
        letter-spacing: 0.05em;
        line-height: 1.615;
        color: #000;
        margin: 0 0 1.046em;
    }
    .block_message .unit_m_sp .text01 {
        font-weight: normal;
        letter-spacing: 0.05em;
        line-height: 2.214;
        color: #000;
    }
}