.corporate_3-2 {
    padding: 55px 0 20px;
}
.corporate_3-2 p:last-of-type {
    margin-bottom: 0;
}
.corporate_3-1 img,
.corporate_3-3 img,
.corporate_3-4 img,
.corporate_3-5 img,
.corporate_3-6 img,
.voiceModal img {
    width: 100%;
    height: auto;
}
.corporate_3-4,
.corporate_3-5,
.corporate_3-6 {
    min-width: 960px;
}
.linkpoint {
    position: absolute;
    top: -101px;
    left: 0;
    width: 1px;
    height: 1px;
    background-color: red;
}
.iBlock {
    display: inline-block;
    padding: 0;
    float: none;
    position: relative;
    max-width: none;
    line-height: 1;
    word-break: break-all;
}
@media all and (max-width: 750px) {
    .corporate_3-2 {
        padding: 15% 0 0;
    }
    article {
        margin: 0 auto 50px;
    }
    .corporate_3-4,
    .corporate_3-5,
    .corporate_3-6 {
        min-width: auto;
    }
    .linkpoint {
        top: 0;
    }
}

.corporate_3-4 .movie {
    position: relative;
    max-width: 642px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.corporate_3-4 .movie .movieTit {
    max-width: 536px;
    margin: 0 auto 10px;
    border-top: none;
}
.corporate_3-4 .movie .movieThum {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #005eac;
}
.corporate_3-4 .movie .movieThum::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 114px;
    height: 114px;
    background-color: #005eac;
    opacity: 0.5;
    border-radius: 50%;
}
.corporate_3-4 .movie .movieThum::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 7px), -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 57px solid #ffffff;
    border-right: 0;
}
.corporate_3-4 .movie .movieThum:hover {
    opacity: 0.5;
    transition: all ease 0.2s;
}
@media all and (max-width: 750px) {
    .corporate_3-4 .movie {
        max-width: 300px;
        padding-bottom: 50px;
    }
    .corporate_3-4 .movie .movieThum::before {
        width: 54px;
        height: 54px;
    }
    .corporate_3-4 .movie .movieThum::after {
        transform: translate(calc(-50% + 4px), -50%);
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 27px solid #ffffff;
    }
}

.corporate_3-5 .talkTit {
    width: 100%;
    border-top: none;
}
.corporate_3-5 .talkArea {
    position: relative;
    width: 100%;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e5f4fb calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #e5f4fb calc(100% - 1px));
    background-size: 35px 35px;
    background-repeat: repeat;
    background-position: center center;
    padding: 60px 0 80px;
}
.corporate_3-5 .talkBox {
    position: relative;
    border: 2px solid #005eac;
    max-width: 707px;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 1;
}
.corporate_3-5 .talkBox::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #005eac;
    transform: translate(10px, 10px);
}
.corporate_3-5 .talkBox::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #005eac;
    transform: translate(10px, 10px);
}
.corporate_3-5 .talkBox + .talkBox {
    margin: 30px auto 0;
}
.corporate_3-5 .talkItem {
    position: relative;
    display: none;
    max-width: 600px;
    margin: 0 auto 120px;
}
.corporate_3-5 .talkBoxBtn {
    position: relative;
    cursor: pointer;
}
/* .corporate_3-5 .talkBoxBtn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: #005eac;
    transform: translate(-28px, 36px);
}
.corporate_3-5 .talkBoxBtn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 2px;
    height: 18px;
    background-color: #005eac;
    transform: translate(-36px,28px);
} */
.corporate_3-5 .talkBoxBtnClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 73px;
    z-index: -1;
    cursor: pointer;
}
.corporate_3-5 .talkBoxBtnClose::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    width: 18px;
    height: 2px;
    background-color: #005eac;
    transform: translate(50%, -50%);
    transition: all ease 0.2s;
}
.corporate_3-5 .talkBoxBtnClose::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    width: 2px;
    height: 18px;
    background-color: #005eac;
    transform: translate(50%, -50%);
    transition: all ease 0.2s;
}
.corporate_3-5 .talkBoxBtn.js-pulldown-open {
    display: block;
    height: 73px;
    cursor: default;
}
.corporate_3-5 .talkItem .talkBoxBtnClose {
    position: absolute;
    top: auto;
    bottom: -80px;
    right: 50%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(50%, 0);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005eac;
    border-radius: 999px;
    padding: 10px 20px;
}
.corporate_3-5 .talkItem .talkBoxBtnClose::before,
.corporate_3-5 .talkItem .talkBoxBtnClose::after {
    position: static;
    content: none;
}
/* .corporate_3-5 .talkBoxBtn.js-pulldown-open::before {
    transform: translate(-28px, 36px) rotate(45deg);
    transition: all ease 0.2s;
}
.corporate_3-5 .talkBoxBtn.js-pulldown-open::after {
    transform: translate(-36px,28px) rotate(45deg);
    transition: all ease 0.2s;
} */
.corporate_3-5 .talkBoxBtn.js-pulldown-open .talkBoxTit {
    opacity: 0;
    color: #ffffff;
    transition: opacity ease 0s;
}
.corporate_3-5 .js-pulldown-open.talkBoxBtnClose {
    z-index: 1;
}
.corporate_3-5 .js-pulldown-open.talkBoxBtnClose::before,
.corporate_3-5 .js-pulldown-open.talkBoxBtnClose::after  {
    transform: translate(50%, -50%) rotate(45deg);
    transition: all ease 0.2s;
}
.corporate_3-5 .talkBoxTit {
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #005eac;
    line-height: 1.2;
    letter-spacing: 0.135em;
    margin: 0;
    padding: 20px;
    opacity: 1;
    transition: opacity ease 1s;
}
.corporate_3-5 .talkBoxTit .talkBoxTitSmall {
    font-size: 21px;
    padding-right: 1em;
}
.corporate_3-5 .talkItemKv {
    margin-bottom: 35px;
}
.corporate_3-5 .talkItemTit {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005eac;
    line-height: 1.7;
    letter-spacing: 0.130em;
    padding: 5px 15px;
    margin: 0 0 25px;
}
.corporate_3-5 .talkBlock {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.corporate_3-5 [data-css="talk-box02"] .talkBlock {
    margin-bottom: 20px;
}
.corporate_3-5 [data-css="talk-box02"] .talkBlock:last-of-type {
    margin-bottom: 50px;
}
.corporate_3-5 [data-css="talk-type01"] {
    gap: 18px;
}
.corporate_3-5 [data-css="talk-type02"] {
    gap: 18px;
}
.corporate_3-5 [data-css="talk-type03"] {
    gap: 18px;
    flex-direction: row-reverse;
}
.corporate_3-5 [data-css="talk-type04"] {
    gap: 34px;
    align-items: center;
}
.corporate_3-5 [data-css="talk-type05"] {
    gap: 34px;
    flex-direction: column;
    align-items: center;
}
.corporate_3-5 .talkBlock img {
    flex-shrink: 0;
}
.corporate_3-5 [data-css="talk-type01"] img {
    max-width: 250px;
}
.corporate_3-5 [data-css="talk-type02"] img {
    max-width: 250px;
}
.corporate_3-5 [data-css="talk-type03"] img {
    max-width: 215px;
}
.corporate_3-5 [data-css="talk-type04"] img {
    max-width: 192px;
}
.corporate_3-5 [data-css="talk-type05"] img {
    max-width: 300px;
}
.corporate_3-5 [data-css="talk-type01"] picture {
    min-width: 250px;
}
.corporate_3-5 [data-css="talk-type02"] picture {
    min-width: 250px;
}
.corporate_3-5 [data-css="talk-type03"] picture {
    min-width: 215px;
}
.corporate_3-5 [data-css="talk-type04"] picture {
    min-width: 192px;
}
.corporate_3-5 [data-css="talk-type05"] picture {
    min-width: 300px;
}
.corporate_3-5 .talkBlockTit {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: bold;
    text-align: left;
}
.corporate_3-5 .talkBlockTit .talkBlockTitLine {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1em;
    transform: translate(0, 2px);
}
.corporate_3-5 .talkBlockTit .talkBlockTitLine::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background-color: #000000;
}
.corporate_3-5 .talkBlockTxt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: justify;
}
@media all and (max-width: 750px) {
    .talkTxt {
        display: block;
        font-size: 11px;
        line-height: 2.2;
        letter-spacing: 0.1em;
        text-align: center;
        font-weight: bold;
        padding: 25px 0;
    }
    .corporate_3-5 .talkArea {
            background-size: 20px 20px;
            padding: 25px 0 50px;
    }
    .corporate_3-5 .talkBox {
        max-width: 290px;
    }
    .corporate_3-5 .talkBoxTit .talkBoxTitSmall {
        display: block;
        padding-right: 0;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .corporate_3-5 .talkBoxTit {
        font-size: 24px;
    }
    /* .corporate_3-5 .talkBoxBtn::before {
        width: 16px;
        transform: translate(-24px, 46px);
    }
    .corporate_3-5 .talkBoxBtn::after {
        height: 16px;
        transform: translate(-31px, 39px);
    } */
    .corporate_3-5 .talkItem .talkBoxBtnClose {
        bottom: -50px;
    }
    .corporate_3-5 .talkBoxBtnClose {
        height: 95px;
    }
    /* .corporate_3-5 .js-pulldown-open.talkBoxBtnClose::before {
        width: 16px;
    }
    .corporate_3-5 .js-pulldown-open.talkBoxBtnClose::after  {
        height: 16px;
    } */
    .corporate_3-5 .talkItem {
        max-width: 250px;
        margin: 0 auto 65px;
    }
    .corporate_3-5 .talkItemTit {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.105em;
        padding: 10px 15px;
        margin: 0 0 10px;
    }
    .corporate_3-5 .talkItemKv {
        margin-bottom: 20px;
    }
    .corporate_3-5 .talkBlock {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .corporate_3-5 .talkBlockTit {
        font-size: 11px;
        letter-spacing: 0;
    }
    .corporate_3-5 .talkBlockTxt {
        font-size: 11px;
    }
    .corporate_3-5 [data-css="talk-type02"] {
        gap: 12px;
    }
    .corporate_3-5 .talkBlock:last-of-type {
        margin-bottom: 30px;
    }
    .corporate_3-5 [data-css="talk-type03"] {
        gap: 12px;
    }
    .corporate_3-5 [data-css="talk-type04"] {
        gap: 20px;
    }
    .corporate_3-5 [data-css="talk-box01"] [data-css="talk-type04"],
    .corporate_3-5 [data-css="talk-box02"] .talkBlock:last-of-type {
        margin-bottom: 30px;
    }
    .corporate_3-5 [data-css="talk-type05"] {
        gap: 12px;
    }
    .corporate_3-5 [data-css="talk-box02"] .talkBlock {
        margin-bottom: 10px;
    }
    .corporate_3-5 [data-css="talk-type03"] img {
        max-width: none;
    }
    .corporate_3-5 .talkBoxBtn.js-pulldown-open {
        height: 95px;
    }
    .corporate_3-5 [data-css="talk-type05"] picture {
        min-width: auto;
    }
}

.corporate_3-6 .voice {
    background-color: #005eac;
    padding: 50px 0;
    margin-bottom: 100px;
}
.corporate_3-6 .voiceTit {
    font-size: 54px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
    letter-spacing: 0.05em;
    border-top: none;
    text-align: center;
}
.corporate_3-6 .voiceTxt {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
    margin-top: 38px;
}
.corporate_3-6 .voiceAtt {
    max-width: 960px;
    margin: 30px auto 0;
    text-align: right;
}
.corporate_3-6 .voiceAttLi {
    display: inline-block;
    text-align: left;
}
.corporate_3-6 .voiceAttLiTxt {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #ffffff;
}
.corporate_3-6 .voiceSlideBox {
    max-width: 2500px;
    display: flex;
    margin: 10px auto 0;
    overflow: hidden;
}
.corporate_3-6 .voiceSlideBox + .voiceSlideBox {
    margin: 30px auto 0;
}
.corporate_3-6 .voiceSlideList {
    width: calc(230px * 15 + 30px * 14);
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0 15px;
}
.corporate_3-6 .js-slide-odd .voiceSlideList {
    animation: infinity-scroll-right 120s infinite linear both;
}
.corporate_3-6 .js-slide-even .voiceSlideList {
    animation: infinity-scroll-left 120s infinite linear both;
    flex-direction: row-reverse;
}
.corporate_3-6 .js-slide-even .voiceSlideList .voiceSlideLi {
    transform: translate(-130px, 0);
}
.corporate_3-6 .voiceSlideLi {
    position: relative;
    width: 230px;
    cursor: pointer;
}
.corporate_3-6 .voiceSlideLi img {
    border-radius: 5px;
}
.corporate_3-6 .voiceSlideLiTag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    color: #005eac;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
}
.corporate_3-6 .voiceFuki {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-decoration: none;
}
.corporate_3-6 .js-first-click .voiceFuki {
    display: block;
}
.corporate_3-6 .js-first-click img,
.corporate_3-6 .js-first-click .voiceSlideLiTag {
    opacity: 0;
}
.corporate_3-6 .voiceFukiTxt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    color: #005eac;
    background-color: #ffffff;
    text-align: center;
    height: 134px;
    border-radius: 6px;
    font-feature-settings: "palt";
}
.corporate_3-6 .voiceFukiTxt::before {
    position: absolute;
    content: "";
    bottom: -23px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 2px solid transparent;
    border-left: 16px solid transparent;
    border-top: 24px solid #ffffff;
    border-bottom: 0;
}
.corporate_3-6 .voiceFukiUl {
    position: absolute;
    bottom: 6px;
    right: 0;
    width: auto;
    height: auto;
    text-align: right;
}
.corporate_3-6 .voiceFukiLi {
    display: inline-block;
    text-align: left;
}
.corporate_3-6 .voiceFukiPost {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #ffffff;
}
.corporate_3-6 .voiceFukiName {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 2px;
}
@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}
@media all and (max-width: 750px) {
    .corporate_3-6 .voiceTit {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0.05em;
        font-feature-settings: "palt";
    }
    .corporate_3-6 .voice {
        padding: 35px 0;
    }
    .corporate_3-6 .voiceTxt {
        font-size: 11px;
        line-height: 2.2;
        letter-spacing: 0.1em;
        font-feature-settings: "palt";
        margin-top: 25px;
    }
    .corporate_3-6 .voiceAttLiTxt {
        font-size: 9px;
    }
    .corporate_3-6 .voiceAtt {
        max-width: 300px;
        margin: 20px auto 0;
    }
    .corporate_3-6 .voiceSlideBox {
        margin: 40px auto 0;
        max-width: 750px;
    }
    .corporate_3-6 .voiceSlideList {
        width: calc(140px * 15 + 18px * 14);
        gap: 18px;
        padding: 0 9px;
    }
    .corporate_3-6 .voiceSlideLi {
        width: 140px;
    }
    .corporate_3-6 .js-slide-even .voiceSlideList .voiceSlideLi {
        transform: translate(-79px, 0);
    }
    .corporate_3-6 .voiceSlideBox + .voiceSlideBox {
        margin: 18px auto 0;
    }
    .corporate_3-6 .voiceFukiTxt {
        height: 75px;
        font-size: 9px;
    }
    .corporate_3-6 .voiceFukiTxt::before {
        bottom: -11px;
        border-right: 1px solid transparent;
        border-left: 8px solid transparent;
        border-top: 12px solid #ffffff;
    }
    .corporate_3-6 .voiceFukiPost {
        font-size: 5px;
    }
    .corporate_3-6 .voiceFukiName {
        font-size: 8px;
    }
    .corporate_3-6 .voiceSlideLiTag {
        font-size: 7px;
        padding: 2px 5px;
    }
}

/* lity */
.js-slide-open .lity-container {
    padding: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.lity-active body.js-slide-open {
    overflow: hidden;
}

.js-slide-open .lity {
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.js-slide-open .lity .lity-content {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.js-slide-open .lity-content:after {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.js-slide-open .lity .lity-content::-webkit-scrollbar {
    display: none;
}
.js-slide-open .lity-close,
.js-slide-open .lity-close:hover,
.js-slide-open .lity-close:focus,
.js-slide-open .lity-close:active,
.js-slide-open .lity-close:visited {
    /* position: absolute;
    opacity: 0;
    width: 17px;
    height: 17px;
    top: 58px;
    right: 58px; */
    position: absolute;
    opacity: 0;
    width: 40px;
    height: 40px;
    top: 40px;
    right: 50px;
}
.voiceModal {
    position: relative;
    width: 860px;
    min-height: 550px;
    /* max-height: none; */
    padding: 25px;
}
.voiceModal::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    width: 17px;
    height: 2px;
    background-color: #005eac;
    transform: rotate(45deg);
    z-index: 1;
}
.voiceModal::after {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    width: 17px;
    height: 2px;
    background-color: #005eac;
    transform: rotate(135deg);
    z-index: 1;
}
.voiceModalBg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.voiceModalBg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #bae2f8;
    border-radius: 15px;
}
.voiceModalBg::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #bae2f8;
    border-radius: 15px;
}
.voiceModalTit {
    max-width: 352px;
    margin: 0 auto;
}
.voiceModalInner {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 16px 20px 0px;
    margin-top: 5px;
}
.voiceModalMessager {
    width: 100%;
    max-width: 360px; 
}
.voiceModalBox {
    width: 100%;
    max-width: 205px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    padding: 0 10px 20px 0;
}
.voiceModalBoxWrap {
    text-align: left;
}
.voiceModalPost,
.voiceModalNameSmall {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.2;
    color: #005eac;
}
.voiceModalName {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #005eac;
}
.voiceModalYear {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.2;
    color: #005eac;
    margin-top: 11px;
}
.voiceModalImg {
    display: flex;
    justify-content: center;
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
}
.voiceModalImg img {
    width: auto;
    height: 100%;
}
.voiceModalImg picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.voiceModalWrap {
    margin-top: 10px;
}
.voiceModalWrap .voiceModalchara {
    float: right;
    width: 164px;
    object-fit: cover;
    clear: both;
    display: block;
    margin: -10px -30px 0 0;
    shape-outside: polygon(50% 0%, 100% 100%, 0% 100%);
    transform: translate(0, 12px);
}
.voiceModalTxt {
    position: relative;
    display: inline;
    font-size: 14px;
    line-height: 2.5;
    font-feature-settings: "palt";
    letter-spacing: -0.045em;
    background-image: radial-gradient(circle, #717071 1px, transparent 1px);
    background-size: 7px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 12px;
}
.voiceModalSpace {
    height: 80px;
    width: 0;
    float: right;
}
.voiceModalAtt {
    font-size: 9px;
    letter-spacing: -0.045em;
    line-height: 1.75;
    margin-top: 5px;
}
.lity .movieVideo video {
    width: 100dvw;
    height: 100dvh;
    aspect-ratio: 192 / 108;
}
@media all and (max-width: 750px) {
    .js-slide-open .lity-container {
        padding: 15px;
    }
    .voiceModal {
        width: 340px;
        min-height: 650px;
        max-height: none;
        padding: 20px 25px;
    }
    .voiceModalTit {
        max-width: 212px;
    }
    .voiceModal::before,
    .voiceModal::after {
        top: 20px;
        right: 20px;
    }
    .js-slide-open .lity-close,
    .js-slide-open .lity-close:hover,
    .js-slide-open .lity-close:focus,
    .js-slide-open .lity-close:active,
    .js-slide-open .lity-close:visited {
        /* width: 17px;
        height: 17px;
        top: 25px;
        right: 35px; */
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
    }
    .voiceModalInner {
        position: relative;
        padding: 15px 25px 0;
    }
    .voiceModalMessager {
        max-width: 200px;
        order: 1;
        margin: 5px auto 0;
    }
    .voiceModalImg {
        width: 130px;
        height: 130px;
        margin: 0 auto;
        order: 0;
    }
    .voiceModalTxt {
        font-size: 10px;
        line-height: 1.8;
        background-image: radial-gradient(circle, #717071 0.5px, transparent 0.5px);
        background-size: 5px 2px;
        padding-bottom: 5px;
        order: 2;
    }
    .voiceModalWrap .voiceModalchara {
        width: 130px;
    }
    .voiceModalBox {
        position: absolute;
        display: block;
        bottom: 10px;
        left: auto;
        max-width: none;
        padding: 0;
        order: 4;
    }
    .voiceModalSpace {
        height: 200px;
    }
    .voiceModalWrap {
        order: 3;
    }
    .voiceModalPost,
    .voiceModalNameSmall {
        font-size: 11px;
    }
    .voiceModalName {
        font-size: 18px;
        line-height: 1.2;
    }
    .voiceModalYear {
        font-size: 8px;
        margin-top: 2px;
    }
    .voiceModalAtt {
        font-size: 7px;
        line-height: 1.2;
    }
}
/* lity END */