@media(max-width:767px) {
    .banner-home {
        height: 460px;
        padding-top: 80px;
    }
    .box-content-banner {
        flex-direction: column;
        align-items: flex-start;
        z-index: 1;
    }
    .box-content-banner img:nth-child(1) {
        width: 98px;
    }
    .box-content-banner img:nth-child(2) {
        width: 188px;
    }
    .box-content-banner::after {
        width: 323px;
        height: 245px;
        background-size: 100% 100%;
    }
    .text-banner {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100vw;
        left: -15px;
    }
    .main-video {
        width: 100%;
        left: 0;
    }
    section#banner-home::after {
        height: 100%;
    }
    .name-company {
        font-size: 1.2rem;
        padding-top: 15px;
        padding-bottom: 65px;
        margin-top: 80px;
    }
    .img-message {
        width: 150px;
        left: -20px;
        bottom: -220px;
        top: auto;
    }
    .box-home-message {
        padding-top: 0;
    }
    .img-message.img-message-2 {
        right: -15px;
        bottom: -245px;
        top: auto;
    }
    .home-message {
        padding-bottom: 50px;
        margin-bottom: 260px;
    }
    .home-message-inner {
        padding: 0 25px;
    }
    a.btn.btn-main {
        min-width: 200px;
        min-height: 50px;
        font-size: 1.4rem;
    }
    a.btn.btn-main::after {
        width: 20px;
        height: 20px;
        right: 14px;
    }
    .home-message::after {
        background-image: url(../images/index/bg-message-sm.webp);
    }
    .box-home-news {
        flex-direction: column;
    }
    .box-news-left {
        width: 100%;
        padding: 23px 0;
    }
    .box-news-right {
        width: 100%;
        padding: 10px 0;
    }
    .main-title {}
    .main-title-en {
        font-size: 4.5rem;
    }
    .main-title-jp {
        font-size: 2.2rem;
        min-width: 155px;
        min-height: 40px;
        padding: 0 20px;
        margin-top: -10px;
    }
    .main-title-jp::before,
    .main-title-jp::after {
        width: 35px;
        height: 15px;
    }
    .box-news-left::after {
        width: 100vw;
        height: 100%;
        top: 0;
        left: -25px;
    }
    .container {
        padding: 0 25px;
    }
    .box-news-right::after {
        width: 100vw;
        left: -25px;
    }
    #home-news::after {
        width: 688px;
        height: calc(100% - 110px);
        right: 0;
        left: auto;
    }
    .home-project {
        margin: 100px 0;
        padding: 0 0 38px;
    }
    .home-project-right {
        height: auto;
    }
    .img-project {
        position: static;
        width: 100%;
    }
    .home-project-left {
        margin-top: 55px;
    }
    .home-project .main-title-jp {
        margin-top: -10px;
    }
    .home-project::after {
        height: calc(100% - 34px);
        top: 34px;
    }
    .home-project::before {
        width: 678px;
        height: 275px;
        left: 0;
        top: -21px;
    }
    .home-project-left p {
        padding-top: 25px;
        font-size: 1.4rem;
        line-height: 1.85;
    }
    .box-btn-pro {
        padding-top: 25px;
    }
    .reverse .home-project-left {
        margin-left: 0;
    }
    .reverse .home-project-left a.btn.btn-main {
        margin-left: auto;
    }
    .reverse.home-project::before {
        left: auto;
        right: 0;
    }
    .box-bg-dot::after {
        width: 100%;
        height: 400px;
        top: -230px;
        background-size: cover;
    }
    .box-bg-dot::after {
        width: 100%;
        height: 400px;
        top: -230px;
        background-size: cover;
    }
    .home-link {
        padding: 0 0 145px;
    }
    a.btn.btn-link {
        max-width: 275px;
        margin-bottom: 18px;
    }
    .home-link::after {
        height: 722px;
        top: 65px;
    }
    .box-logo-footer {
        padding: 15px 32px 26px;
    }
    .footer-logo {
        flex-direction: column;
        max-width: unset;
    }
    .footer-logo-left {
        width: 100%;
    }
    a.btn.btn-footer img {
        max-width: 177px;
    }
    a.btn.btn-footer::after {
        width: 16px;
        height: 16px;
        right: 15px;
    }
    .footer-logo-left img {
        max-width: 216px;
        display: block;
        margin: 0 auto;
    }
    .footer-logo-right {
        width: 100%;
    }
    .footer-center {
        margin: 0 auto;
    }
    .header-wrapper .header-main .main-menu .nav>li>a p {
        display: block;
        font-size: 1.8rem;
        font-family: 'Cinzel', serif;
        color: #cce0c5;
    }
    .header-wrapper .header-main .main-menu .nav>li>a>span {
        width: 130px;
        text-align: left;
        color: #00552e;
    }
    .header-wrapper .header-main .main-menu .nav>li>a p span {
        color: #529e3a;
    }
    .box-link-footer.show-for-small {
        width: 246px;
        justify-content: center;
        margin: 0 auto;
    }
    .box-link-footer.show-for-small a {
        width: 100%;
        max-width: 246px;
        margin: 0 auto;
    }
    .header-main .main-menu::after {
        width: 100%;
        height: 180px;
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        background-image: url(../images/index/bg-menu.webp);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-header-title {
        height: 165px;
        padding-top: 55px;
    }
    .page-header {
        margin-top: 50px;
    }
    .title-en {
        font-size: 3.5rem;
    }
    .title-jp {
        min-height: 33px;
        font-size: 1.8rem;
        min-width: 120px;
        padding: 0 20px;
        color: #0b5c31;
    }
    .page-header-title::after {
        width: 92px;
        height: 79px;
        left: -50px;
        bottom: 13px;
    }
    .page-header-title::before {
        width: 90px;
        height: 99px;
        right: -60px;
        bottom: 40px;
    }
    .sidebar-list {
        flex-direction: column;
        padding: 30px 0;
        gap: 0;
    }
    .sidebar-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        max-width: unset;
    }
    .sidebar .label {
        font-size: 1.4rem;
    }
    .sidebar-list::after {
        width: 100vw;
        left: -25px;
        clip-path: unset;
    }
    .box-single-top {
        padding: 25px 0 25px;
    }
    .box-single-top::after {
        width: calc(100% + 20px);
        left: -10px;
    }
    .post-content {
        padding: 0 0 25px;
    }
    .post-content::before {
        width: calc(100% + 20px);
        left: -10px;
    }
    .post-content::after {
        display: none;
    }
    .box-single-top::before {
        display: none;
    }
    section#page-content {
        padding: 55px 0 80px;
    }
    .wp-block-image.img-info {
        max-width: 174px;
    }
    .box-img-right p {
        text-align: center;
    }
    .wp-block-image.img-info::after {
        width: 193px;
        height: 88px;
        bottom: -20px;
        right: -30px;
    }
    .wp-block-image .alignright {
        margin: 0 !important;
    }
    .box-table-info {
        padding: 24px 18px;
        border-radius: 7px;
    }
    .info-left {
        width: 55px;
        font-size: 1.5rem;
    }
    .info-right {
        padding-left: 13px;
        font-size: 1.4rem;
        line-height: 1.42;
    }
    .box-link-event {
        padding: 25px 0;
    }
    .box-link-event::after {
        background-image: url(../images/index/bg-sm.webp);
        border-radius: 10px;
    }
    a.btn.btn-main.btn-blank::after {
        width: 15px;
        height: 15px;
        right: 17px;
    }
    a.btn.btn-main.btn-file.mx-auto {
        width: 240px;
    }
    a.btn.btn-file::before {
        width: 19px;
        height: 22px;
        left: 22px;
    }
    section#page-content::after {
        display: none;
    }
    .banner-home-after::after {
        width: 108px;
        height: 276px;
        left: -50px;
        bottom: -40px;
        background-image: url(../images/index/after-banner-sm-1.webp);
    }
    .banner-home-after::before {
        width: 148px;
        height: 415px;
        right: -50px;
        background-image: url(../images/index/after-banner-sm-2.webp);
        bottom: -33px;
    }
    .comment-wrapper {
        top: auto;
        bottom: 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .toggle-button {
        width: 50%;
        writing-mode: lr;
        height: 50px;
        padding: 0 19px;
        display: flex;
        align-items: center;
        font-size: 1.3rem;
        border-radius: 0;
        border: none;
    }
    a.link-cs.btn {
        width: 50%;
        height: 50px;
        background: #1a5199;
        color: #fff;
        justify-content: flex-start;
        padding: 0 19px;
    }
    a.link-cs.btn:only-of-type{
        width: 100%;
    }
    a.link-cs.btn::after {
        content: "";
        width: 19px;
        height: 19px;
        background-image: url(../images/index/icon-right-white.svg);
        background-size: cover;
        background-repeat: no-repeat;
        right: 19px;
    }
    .toggle-button span {
        display: none;
    }
    .comment-panel {
        width: 100%;
        height: 0;
        margin-right: 0;
    }
    .comment-wrapper.open .comment-panel {
        height: auto;
        padding: 0 0 15px;
    }
    .comment-panel-inner {
        max-height: 200px;
        padding: 5px 0 20px;
    }
    .toggle-button::after {
        content: "";
        width: 19px;
        height: 19px;
        background-image: url(../images/index/icon-open.svg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    body.logged-in .box-text-top {
        top: auto;
    }
    .open .toggle-button::after {
        background-image: url(../images/index/icon-close.svg);
    }
    .box-text-top.show-for-small {
        position: absolute;
        z-index: 1;
        border-radius: 10px;
        max-width: 310px;
        margin: 0 auto;
        bottom: -70px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .text-1 {
        font-size: 1.3rem;
    }
    .text-2 {
        font-size: 1.2rem;
        width: 100%;
        min-height: 23px;
        margin: 3px 0;
    }
    .text-3 {
        font-size: 2.2rem;
    }
    .text-3 span {
        font-size: 1.2rem;
    }
    .text-4 {
        font-size: 1.5rem;
    }
    .box-text-top.show-for-small {
        border-radius: 8px;
        padding: 9px 30px;
        top: unset;
        height: fit-content;
    }
}