.voicecontent {
    margin: 0 0 205px;
}
.entriesBlock + .voicecontent {
    margin-top: 105px;
}
.voicecontent__subtitle p {
    color: #333333;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: calc(32 / 24);
}
.voicecontent__title2 {
    font-size: 56px;
    font-weight: bold;
    line-height: calc(70 / 56);
    margin-bottom: 20px;
}
.voicecontent__tx p {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
}
.voicecontent__story {
    overflow: hidden;
    display: flex;
    gap: calc((45/1100)*100%);
}
.voicecontent__story__text {
    width: calc((320/1100)*100%);
}
.voicecontent__story__text .title p {
    font-size: 26px;
    line-height: calc(32 / 26);
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}
.voicecontent__story__text .item p {
    background: #FCE6D7;
    padding: 14px 15px;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.voicecontent__story__text .item + .item {
    margin-top: 20px;
}
.voicecontent__story.pattern2 .voicecontent__story__text {
    order: 2;
}
.voicecontent__story__movie {
    width: calc((735/1100)*100%);
}
.voicecontent__story__movie a img {
    width: 100%;
}
.voicecontent__story__movie .link {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.voicecontent__story__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.voicecontent__story__movie .text p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px;
}
.greeting__link {
    margin-bottom: 70px;
}
.greeting__link a {
    display: flex;
    background: #EEEEEE;
    align-items: stretch;
    color: #333;
}
.greeting__link .img {
    width: calc((636/1100)*100%);
}
.greeting__link .img img {
    width: 100%;
}
.greeting__link .img img.sp {
    display: none;
}
.greeting__link .box {
    width: calc((464/1100)*100%);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.greeting__link .title {
    width: 100%;
    padding-right: calc((41 / 464) * 100%);
}
.greeting__link .title p {
    font-size: 50px;
    line-height: 1.4;
    text-align: right;
    font-weight: bold;
}
.greeting__link .exp {
    width: 100%;
    padding-bottom: 44px;
    display: flex;
    gap: 0;
    flex-flow: column;
    justify-content: flex-end;
    padding-right: calc((51 / 464) * 100%);
}
.greeting__link .role, .greeting__link .name {
    width: 100%;
}
.greeting__link .role p {
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 16px;
    line-height: calc(40 / 26);
}
.greeting__link .name p {
    font-size: 24px;
    text-align: right;
    line-height: calc(32 / 24);
}
.greeting__link__txt p {
    font-size: 20px;
    font-weight: bold;
}
.greeting__link__txt p a {
    display: unset;
    background: none;
    align-items: unset;
}
.greeting__title3 {
    font-size: 22px;
    text-align: left;
    line-height: calc(32 / 22);
    margin-bottom: 20px;
}
.greeting__text {
    margin-bottom: 200px;
}
.greeting__text p {
    text-align: left;
}
.greeting__link__exp {
    display: none;
}
@media screen and (max-width: 768px) {
    .voicecontent {
        margin-bottom: 160px;
    }
    .entriesBlock + .voicecontent {
        margin-top: 40px;
    }
    .voicecontent__subtitle p {
        font-size: 16px;
    }
    .voicecontent__title2 {
        font-size: 36px;
        margin-bottom: 16px;
    }
    .voicecontent__tx p {
        font-size: 14px;
        margin-bottom: 36px;
    }
    .voicecontent__story {
        gap: calc((22 / 730) * 100%);
    }
    .voicecontent__story__text {
        width: calc((220 / 730) * 100%);
    }
    .voicecontent__story__movie {
        width: calc((488 / 730) * 100%);
    }
    .voicecontent__story__text .title p {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .voicecontent__story__text .item + .item {
        margin-top: 14px;
    }
    .voicecontent__story__text .item p {
        padding: 7px 10px;
        font-size: 16px;
    }
    .voicecontent__story__movie .text p {
        margin-top: 12px;
        font-size: 14px;
    }
    .greeting__link {
        margin-bottom: 60px;
    }
    .greeting__link .img {
        width: calc((422 / 730) * 100%);
    }
    .greeting__link .box {
        width: calc((308 / 730) * 100%);
    }
    .greeting__link .title {
        padding-right: calc((22 / 308) * 100%);
    }
    .greeting__link .title p {
        font-size: 43px;
    }
    .greeting__link .exp {
        padding-right: calc((22 / 308) * 100%);
        padding-bottom: calc((19 / 768) * 100vw);
    }
    .greeting__link .role p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .greeting__link .name p {
        font-size: 14px;
    }
    .greeting__link__txt p {
        font-size: 14px;
        margin-top: 10px;
    }
    .greeting__text {
        margin-bottom: 180px;
    }
}
@media screen and (max-width: 510px) {
    .voicecontent {
        margin-bottom: 140px;
    }
    .voicecontent__subtitle p {
        font-size: 14px;
    }
    .voicecontent__title2 {
        font-size: 28px;
    }
    .voicecontent__tx p {
        font-size: 12px;
    }
    .voicecontent__story {
        gap: 16px;
        flex-wrap: wrap;
    }
    .voicecontent__story__movie {
        order: 1;
        width: 100%;
    }
    .voicecontent__story__movie .text p {
        font-size: 12px;
    }
    .voicecontent__story__text {
        order: 2;
        width: 100%;
    }
    .voicecontent__story__text .title p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .voicecontent__story__text .item p {
        font-size: 14px;
    }
    .voicecontent__story__text .item p br {
        display: none;
    }
    .voicecontent__story__text .item + .item {
        margin-top: 10px;
    }
    .greeting__link {
        margin-bottom: 40px;
    }
    .greeting__link .img {
        width: calc((354 / 585) * 100%);
    }
    .greeting__link .img img.pc {
        display: none;
    }
    .greeting__link .img img.sp {
        display: block;
    }
    .greeting__link .box {
        width: calc((231 / 585) * 100%);
    }
    .greeting__link .title {
        padding-right: calc((21.5 / 213) * 100%);
        padding-top: 8px;
    }
    .greeting__link .title p {
        font-size: 30px;
    }
    .greeting__link .exp {
        display: none;
    }
    .greeting__link__txt p {
        margin-top: 9px;
        font-size: 12px;
    }
    .greeting__link__exp {
        display: block;
        margin-top: 21px;
    }
    .greeting__link .role p {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .greeting__link .name p {
        font-size: 12px;
    }
    .greeting__title3 {
        font-size: 16px;
        margin-bottom: 21px;
    }
    .greeting__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 410px) {
    .greeting__link .title p {
        font-size: 23px;
    }
}

.messageblock__title p {
    text-align: left;
    line-height: 1.45;
    color: #F08437;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 55px;
}
.messageblock__item {
    display: flex;
    gap: calc((50 / 1100) * 100%);
}
.messageblock__item + .messageblock__item {
    margin-top: 100px;
}
.messageblock__item .img {
    width: 50%;
}
.messageblock__item .img img {
    width: 100%;
}
.messageblock__item .area {
    width: calc((500 / 1100) * 100%);
}
.messageblock__item .txt p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 19px;
    text-align: left;
}
.messageblock__item .role p {
    text-align: right;
    font-size: 18px;
    line-height: calc(28 / 18);
    font-weight: bold;
}
.messageblock__item .name p {
    text-align: right;
    font-size: 36px;
    font-weight: bold;
    line-height: calc(52 / 36);
}
.messageblock__item .eng p {
    text-align: right;
    font-size: 18px;
    line-height: calc(28 / 18);
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .messageblock__title p {
        font-size: 60px;
    }
    .messageblock__item {
        flex-wrap: wrap;
        gap: 50px;
    }
    .messageblock__item .img {
        width: 100%;
        max-width: 550px;
    }
    .messageblock__item .area {
        width: 100%;
    }
    .messageblock__item .txt p {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 430px) {
    .messageblock__title p {
        font-size: 50px;
    }
    .messageblock__item {
        gap: 32px;
    }
    .messageblock__item .txt p {
        margin-bottom: 28px;
    }
    .messageblock__item .role p {
        font-size: 16px;
    }
    .messageblock__item .name p {
        font-size: 30px;
    }
    .messageblock__item .eng p {
        font-size: 16px;
    }
}