/*
Theme Name:村山東根土地改良区
*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');


:root {
    --text_color: #232323;
    --main_green: #22ac38;
    --bg_yellow: #fffcdb;
    --menu_yellow: #ebe5a1;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px!important;
}

body {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    color: var(--text_color);
    overflow-x: hidden;

}

a.hover-btn {
    transition: .4s;
}

a.hover-btn:hover {
    opacity: .6;
}

nav {
    position: fixed;
    width: 100%;
    top: 30px;
    z-index: 100;
}

.nav__container {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav__container h1 {
    width: 48px;
}

.nav-container {
    display: flex;
    align-items: center;
}
.nav-space {
    width: 100%;
}

.nav-container-link {
    display: flex;
    align-items: center;
    color: var(--main_green);
    font-size: 20px;
    font-weight: 600;
}

.nav2 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(92% - 100px);
    max-width: 1180px;
    padding: 0px 0px 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 101;
}
.nav2-box {
    width: 280px;
}
@media screen and (max-width: 768px) {
    .nav-container-link {
        display: none;
    }
}
.nav-container-link a {
    margin-right: 24px;
}

.menu__btn {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.menu__btn span {
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: var(--main_green);
    top: 10px;
    left: 5px;
    transition: .7s;
}

.menu__btn span:nth-of-type(1) {
    top: 15px;
}

.menu__btn span:nth-of-type(2) {
    top: 25px;
}

.menu__btn span:nth-of-type(3) {
    top: 35px;
}

.open .menu__btn span:nth-of-type(1) {
    top: 25px;
    transform: rotate(135deg);
}

.open .menu__btn span:nth-of-type(2) {
    opacity: 0;
}

.open .menu__btn span:nth-of-type(3) {
    top: 25px;
    transform: rotate(-135deg);
}

.menu__box {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background-color: var(--menu_yellow);
    z-index: 99;
    transition: 1s;
    cursor: pointer;
}

.menu-container {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 0;
    gap: 70px;
    font-size: 24px;
    font-weight: 600;
    color: var(--main_green);
}

.open .menu__box {
    left: 0;
}

#top__header {
    width: 100%;
    height: 100vh;
    background-color: var(--bg_yellow);
    padding-top: 120px;
}


.swiper {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    height: calc(100vh - 120px);
}

.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    border-radius: 80px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide {
    position: relative;
}
.swiper-slide span {
    position: absolute;
    top: 30px;
    left: 40px;
    /* font-weight: 600; */
    font-size: 26px;
}
.swiper-slide span.white {
    color: #fff;
    text-shadow: 00px 0px 9px rgba(0, 0, 0, 0.4);
}
.swiper-slide span.black {
    color: #000;
    text-shadow: 00px 0px 9px rgba(255, 255, 255, 0.4);
}


.top-left {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    transition: 1s;
    width: 520px;
    pointer-events: none;
}

.top-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
    transition: 1s;
    width: 520px;
    pointer-events: none;
}

.top-left.small,
.top-right.small {
    width: 360px;
}



.wave-box.container {
    position: relative;
    background: var(--bg_yellow);
    height: 200px;
    /* width: 97%; */
}

.wave-box .wave {
    position: absolute;
    height: 123px;
    width: 100%;
    background: var(--bg_yellow);
    bottom: 0;
}

.wave-box .wave::before,
.wave-box .wave::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
}

.wave-box .wave::before {
    width: 55%;
    height: 109%;
    background-color: #fff;
    right: 0%;
    top: 60%;
}

.wave-box .wave::after {
    width: 55%;
    height: 100%;
    background-color: var(--bg_yellow);
    left: -1.5%;
    top: 40%;
}

.news-area {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.news-area .news-icon01 {
    position: absolute;
    top: 60px;
    right: -10px;
}

.news-area .news-icon02 {
    margin-top: 70px;
    margin-left: 30px;
}

.news-area .news-icon03 {
    margin-top: 100px;
    margin-left: 60px;
}

.news-content {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 460px 0 200px;
    display: flex;
}

.news-content h2 {
    width: 30%;
    font-size: 36px;
    color: var(--main_green);
    font-weight: 600;
}

.news-box {
    width: 70%;
}

.news-container {
    padding: 30px 12px;
    width: 100%;
    height: 420px;
    overflow-y: scroll;
    margin: 0 auto;
}

.news-item {
    padding: 24px 0;
    display: block;
    border-bottom: 1px solid var(--main_green);
    font-weight: 600;
}

.news-item:last-child {
    border-bottom: none;
}

.timebox {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.news-new {
    background-color: var(--main_green);
    color: #fff;
    width: 60px;
    height: 18px;
    border-radius: 9px;
    line-height: 18px;
    margin-left: 12px;
    padding-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-item time {
    font-size: 17px;
}

.news-item .news-title {
    font-size: 22px;
}

.news-container {
    margin-bottom: 60px;
}

.news-all {
    text-align: right;
}

.news-all a {
    font-size: 26px;
    color: var(--main_green);
    font-weight: 600;
    position: relative;
}

.news-all a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-33%);
    background-image: url('img/news-arrow.png');
    width: 30px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-area-container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn-area-item {
    width: 32%;
    height: 174px;
    background-image: url('img/top-btn-bg.png');
    background-size: cover;
    transition: .7s;
    border-radius: 22px;
    margin-bottom: 40px;
    color: var(--main_green);
    transition: .4s;
}

.btn-area-item:hover {
    background-image: url('img/top-btn-bg2.png');
    color: #fff;
}

.btn-area-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}

.btn-area-item h3 {
    width: 200px;
    border-bottom: 1px solid var(--main_green);
    transition: .4s;
}

.btn-area-item:hover h3 {
    border-bottom: 1px solid #fff;
}

footer {
    margin-top: 130px;
    width: 100%;
    height: 540px;
    background-image: url('img/footer-bg01.png');
    background-size: cover;
    background-position: bottom;
    transition: 4s;
}

footer.page-in {
    background-image: url('img/footer-bg02.png');
}

.mail img {
    width: 18px;
    padding-bottom: 4px;
}

.footer__container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 200px;
    display: flex;
    align-items: center;
}

.footer__text,
.footer__map {
    width: 50%;
}

.footer__map iframe {
    max-width: 100%;
    height: 280px;
}

.footer__text--item {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.fadein {
    opacity: 0;
    transition: .7s;
}

.fadein.scrollin {
    opacity: 1;
}

footer .counter {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-top: 4px;
    color: rgb(8, 66, 17);
}
footer .counter a {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1100px) {
    footer {
        margin-top: 130px;
        width: 100%;
        height: 800px;
        background-image: url('img/footerbg-tab01.png');
        background-size: cover;
        background-position: top;
        transition: 4s;
    }

    footer.page-in {
        background-image: url('img/footerbg-tab02.png');
    }

    .footer__container {
        padding-top: 260px;
        flex-direction: column;

    }

    .footer__text,
    .footer__map {
        width: 50%;
    }

    .footer__text {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .nav__container h1 {
        width: 34px;
    }
    .nav2 {
        padding-left: 0px;
        top: 48px;
        left: 50px;
        transform: translateX(0);
    }
    .nav2-box {
        width: 200px;
    }

    .top-left {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 50;
        transition: 1s;
        width: 520px;
        pointer-events: none;
    }

    .top-right {
        width: 60%;
    }

    .top-left {
        width: 60%;
    }

    .top-left.small,
    .top-right.small {
        width: 40%;
    }

    .wave-box.container {
        height: 140px;
    }

    .wave-box .wave {
        position: absolute;
        height: 50px;
        width: 100%;
        background: var(--bg_yellow);
        bottom: 0;
    }

    .wave-box .wave::before,
    .wave::after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
    }

    .wave-box .wave::before {
        width: 55%;
        height: 109%;
        background-color: #fff;
        right: 0%;
        top: 60%;
    }

    .wave-box .wave::after {
        width: 55%;
        height: 100%;
        background-color: var(--bg_yellow);
        left: -1.5%;
        top: 40%;
    }

    .swiper {
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .swiper-wrapper {
        border-radius: 40px;
    }
    #top__header {
        padding-top: calc(50vh - 56vw);
    }
    .swiper-slide span {
        position: absolute;
        top: 20px;
        left: 30px;
        /* font-weight: 600; */
        font-size: 20px;
    }


    .news-area .news-icon01 {
        width: 50%;
    }

    .news-content {
        padding: 260px 0 200px;
        display: flex;
        flex-direction: column;
    }

    .news-content h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 36px;
        font-size: 26px;
    }

    .news-icon02,
    .news-icon03 {
        display: none;
    }

    .news-box {
        width: 100%;
    }

    .news-item .news-title {
        font-size: 17px;
    }

    .news-container {
        height: 340px;
        margin-bottom: 36px;
    }

    .news-all a {
        font-size: 22px;
    }

    .btn-area-item {
        width: 100%;
    }

    .footer__text,
    .footer__map {
        width: 100%;
    }

    .footer__text--item {
        flex-direction: column;
    }

    .footer__container {
        padding-top: 180px;
        flex-direction: column;
    }

    .menu-container {
        width: 300px;
        padding: 80px 0;
        gap: 40px;
        font-size: 22px;
    }

    .footer__text--item {
        font-size: 16px;
    }


}


#page .wave-box.container {
    position: relative;
    background: var(--bg_yellow);
    height: 240px;
    z-index: -1;
}

#page .wave {
    position: absolute;
    height: 77px;
    width: 100%;
    background: var(--bg_yellow);
    bottom: 0;
}

#page .wave-page::before,
.wave-page::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50% 100%;
}

#page .wave-page::before {
    width: 55%;
    height: 100%;
    background-color: var(--bg_yellow);
    right: 0%;
    top: 40%;
}

#page .wave-page::after {
    width: 55%;
    height: 109%;
    background-color: #fff;
    left: -1.5%;
    top: 60%;
}

#page .page-body {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

#page h2 {
    color: var(--main_green);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3px;
}

#page .about-list-container {
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
    padding: 160px 0 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

#page .img-daihyo {
    position: absolute;
    top: 160px;
    right: 0;
    width: 140px;
    border-radius: 14px;
    overflow: hidden;
}

#page .img-border {
    /* border: 1px solid #8d8d8d; */
    padding: 12px;
}

#page .about-list-item {
    margin-bottom: 20px;
    display: flex;
}

#page .about-list-item.mt {
    margin-top: 60px;
}

#page .about-list-item iframe{
    width: 100%;
    height: 700px;
}

#page .about-list-item h3 {
    color: var(--main_green);
    width: 24%;
    line-height: 2.4;
}

#page .about-list-item p,
#page .about-list-item .p {
    width: 74%;
    line-height: 2.4;
}
#page .about-item-itemtext {
	font-size:15px;
}

#page .about-list-item .gaiyo-container {
    width: 74%;
    line-height: 2.4;
}
#page .about-list-item .gaiyo-flex {
    display: flex;
    line-height: 2.4;
}
#page .about-list-item .gaiyo-flex span:nth-of-type(1) {
    width: 27%;
}

#page .about-item-flexbox {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
#page .about-item-itemtext {
    line-height: 1.4;
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
    #page .wave-box.container {
        height: 120px;
    }

    #page .wave-box .wave {
        position: absolute;
        height: 50px;
        width: 100%;
        background: var(--bg_yellow);
        bottom: 0;
    }

    #page .wave-box .wave-page::before,
    #page .wave-page::after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
    }

    #page .wave-box .wave-page::before {
        width: 55%;
        height: 90%;
        background-color: #fff;
        right: 0%;
        top: 60%;
    }

    #page .wave-box .wave-page::after {
        width: 55%;
        height: 81%;
        background-color: var(--bg_yellow);
        left: -1.5%;
        top: 40%;
    }

    #page h2 {
        font-size: 24px;
        text-align: center;
    }

    #page .about-list-container {
        padding: 80px 0 0;
        font-size: 15px;
    }

    #page .img-daihyo {
        position: static;
        top: 160px;
        right: 0;
        width: 140px;
    }
    #page .about-list-item .gaiyo-container {
        width: 100%;
    }

    #page .about-list-item {
        flex-direction: column;
    }

    #page .about-list-item iframe{
        width: 100%;
        height: 300px;
    }
    #page .about-list-item h3 {
        width: 100%;
        font-size: 17px;
    }

    #page .about-list-item p,
    #page .about-list-item .p {
        width: 100%;
    }

    #page .about-list-item .gaiyo-flex {
        display: flex;
        flex-direction: column;
        margin-bottom: 12px;
    }

    #page .about-list-item .gaiyo-flex span:nth-of-type(1) {
        width: 100%;
    }

    #page .about-item-flexbox {
        flex-direction: column;
    }

    footer {
        margin-top: 60px;
    }

}

.notis-container {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 160px 0 0;
}

.notis-item {
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.notis-item h3 {
    font-size: 25px;
    color: var(--main_green);
    font-weight: 600;
    margin-bottom: 26px;
}

.notis-list {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

.notis-list>span {
    font-size: 15px;
    vertical-align: super;
}

.notis-text>span {
    font-size: 13px;
    vertical-align: super;
}

.notis-text {
    line-height: 1.5;

}

.notis_tyushaku-box {
    width: 92%;
    max-width: 860px;
    line-height: 1.8;
    margin: 0 auto;
}

.no1,
.no2 {
    position: relative
}

.no1::before {
    position: absolute;
    content: '＊1';
    top: 0;
    left: -30px;
}

.no2::before {
    position: absolute;
    content: '＊2';
    top: 0;
    left: -30px;
}

@media screen and (max-width: 768px) {
    .notis-container {
        padding: 80px 0 0;
    }

    .notis-item {
        width: 100%;
    }

    .notis-item h3 {
        font-size: 18px;
    }

    .notis-list {
        font-size: 16px;
        line-height: 1.5;
    }

    .sp-none {
        display: none;
    }
}
#page .aboutus-container {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 160px 0 0;
}
#page .aboutus-container h3 {
    color: var(--main_green);
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
}
#page .aboutus-item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#page .aboutus-item h4 {
    color: var(--main_green);
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 600;
}
#page .aboutus-item p {
    margin-bottom: 32px;
    line-height: 1.6;
}
#page .aboutus-item-flex {
    display: flex;
    justify-content: space-between;
}
#page .aboutus-item-flexitem {
    width: 30%;
}
#page .circle-blue {
    width: 44%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #2EA7E0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 52px;
    margin: 30px auto;
}
#page .circle-blue.green {
    background-color: #EF8342;
}
#page .circle-blue.orange {
    background-color: #54AC4F;
}
#page .flexitem-text {
    font-size: 17px;
    line-height: 1.8;
}
#page .flexitem-text .blue {
    color: #2EA7E0;
    font-weight: 600;
}
#page .flexitem-text .green {
    color: #EF8342;
    font-weight: 600;
}
#page .flexitem-text .orange {
    color: #54AC4F;
    font-weight: 600;
}
#page .aboutus-content-img {
    width: 72%;
    margin: 0 auto;
}
#page .aboutus-content-img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #page .aboutus-container {
        padding-top: 80px;
    }
    #page .aboutus-container h3 {
        font-size: 18px;
    }
    #page .aboutus-item h4 {
        font-size: 16px;
    }
    #page .aboutus-item-flex {
        flex-direction: column;
    }
    #page .aboutus-item-flexitem {
        width: 100%;
        margin-bottom: 30px;
    }
    #page .aboutus-content-img {
        width: 100%;
    }
}

#page .news-content {
    padding: 60px 0px 0px;
}
#page .news-box {
    padding-top: 140px;
}
#page .news-container {
    height: auto;
    overflow:auto;
    padding: 0 30px;
}
#page .news-item {
    padding: 36px;
}

@media screen and (max-width: 768px) {
    #page .news-box {
        padding-top: 0px;
    }
    #page .news-item {
        padding: 30px 12px;
    }
}

#page .yousi .news-content h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--main_green);
}
#page .yousi .news-area {
    overflow: unset;
}
#page .yousi .news-box {
    padding: 0;
}
#page .yousi-itizu {
    width: 80%;
    margin: 40px auto;

}

#page .yousi-itizu iframe {
    width: 100%;
    /* height: 900px; */
    aspect-ratio: 1/1.454;
}

#page .yosui-koyomi {
    width: 80%;
    margin: 40px auto;
}

#page .tosui-koyomi-text {
    display: flex;
    justify-content: space-between;
    color: var(--main_green);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

#page .tosui-koyomi-text img {
    width: 34px;
}

#page .yosui-img-area{
    width: 80%;
    margin: 40px auto;
}

#page .yosui-img-item {
    margin-bottom: 40px;
}

#page .yosui-img-area img {
    width: 100%;
}

@media screen and (max-width: 768px) {

    #page .yousi-itizu {
        width: 100%;
        margin: 40px auto;
    }
    #page .yosui-koyomi {
        width: 100%;
        margin: 40px auto;
    }
    
    #page .yosui-img-area{
        width: 100%;
        margin: 40px auto;
    }
    #page .tosui-koyomi-text {
        flex-direction: column;
        font-size: 15px;
        line-height: 1.6;
    }
    #page .tosui-koyomi-text img {
        width: 30px;
    }
}

.yosui-area {
    padding: 160px 0 80px;
}
.koukoku-text {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 2.2;
}
.koukoku-pdf a {
    color: #22ac38;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {

    .yosui-area {
        padding: 60px 0 40px;
    }
    .koukoku-text {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 2.2;
    }
}

.kuho-box {
    width: 92%;
    max-width: 800px;
    padding: 160px 0 40px;
}
.kuho-item {
    display: flex;
    align-items: center;
    padding: 36px 44px;
    border-bottom: 1px solid var(--main_green);
    font-weight: 600;
}
.kuho-item .timebox {
    margin-right: 30px;
    font-size: 19px;
}
.kuho-item .kuho-title {
    font-size: 22px;
    color: var(--main_green);
}

@media screen and (max-width: 768px) {
    .kuho-box {
        padding: 60px 0 40px;
    }
    .kuho-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 17px;
    }
    .kuho-item .timebox {
        margin-right: 30px;
        font-size: 15px;
    }
    .kuho-item .kuho-title {
        font-size: 17px;
        color: var(--main_green);
    }
}

.news-item-container {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
    padding: 160px 0 60px;
}
.news-item-container  h3.title {
    font-size: 32px;
    font-weight: 600;
    border-bottom: 2px solid var(--main_green);
    color: var(--main_green);
    padding: 12px;
    margin-bottom: 32px;
}
.news-item-container time{
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 12px;
}
.news-item-content {
    font-size: 20px;
    line-height: 1.7;
    padding: 0 12px;
}
#page .news-item-content h2 {
    font-size: 28px;
    color: var(--text_color);
    border-bottom: 1px solid var(--main_green);
    margin-bottom: 24px;
}
#page .news-item-content h3 {
    font-size: 24px;
    color: var(--text_color);
    border-bottom: 1px solid var(--text_color);
    margin-bottom: 24px;
    font-weight: 600;
}
#page .news-item-content h4 {
    font-size: 22px;
    color: var(--text_color);
    margin-bottom: 24px;
    font-weight: 600;
}
#page .news-item-content p {
    margin-bottom: 24px;
}
#page .news-item-content ol li {
    list-style: decimal;
    margin-left: 22px;
}
#page .news-item-content ul li {
    list-style: circle;
    margin-left: 32px;
}
.news-all-back {
    display: block;
    width: 60%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    color: #fff;
    background-color: var(--main_green);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .news-item-container  h3.title {
        font-size: 24px;
        padding: 4px;
        margin-bottom: 24px;
    }
    #page .news-item-content h2 {
        font-size: 22px;
        color: var(--text_color);
        border-bottom: 1px solid var(--main_green);
        margin-bottom: 24px;
        text-align: left;
    }
    #page .news-item-content h3 {
        font-size: 20px;
        color: var(--text_color);
        border-bottom: 1px solid var(--text_color);
        margin-bottom: 24px;
        font-weight: 600;
    }
    #page .news-item-content h4 {
        font-size: 20px;
        color: var(--text_color);
        margin-bottom: 24px;
        font-weight: 600;
    }
    .news-item-content {
        padding: 0;
    }
    .news-item-container {
        padding: 60px 0;
    }
}

.kuho-item-content {
    width: 92%;
    max-width: 740px;
    margin: 30px auto;
}
.kuho-item-content p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}
.kuho-itembonx {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.kuho-itemitem img {
    border: 1px solid rgb(211, 211, 211);
}
.kuho-itemitem {
    margin-bottom: 30px;
    max-width: calc(50% - 15px);
}
.kuho-single .lb-outerContainer,
.kuho-single .lightbox .lb-image {
    width: 100%;
    max-width: 640px;
    height: auto!important;
}
.kuho-double .lb-outerContainer,
.kuho-double .lightbox .lb-image {
    width: 100%;
    max-width: 840px;
    height: auto!important;
}

.lightboxOverlay {
    background-color: var(--main_green);
    opacity: .5;
}
.shisetsu-area {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
    padding: 160px 0 40px;
}
.shisetsu-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--main_green);
    margin-bottom: 40px;
}
.shisetsu-itizu {
    margin-bottom: 80px;
}
.shisetsu-itizu p {
    font-size: 22px;
    font-weight: 600;
    color: var(--main_green);
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

    .shisetsu-area {
        padding: 80px 0 0px;
    }
    .shisetsu-content h3 {
        font-size: 19px;
        font-weight: 600;
        color: var(--main_green);
        margin-bottom: 40px;
    }
    .shisetsu-itizu p {
        font-size: 17px;
        font-weight: 600;
        color: var(--main_green);
        margin-bottom: 20px;
    }
}

.quotationn {
    text-align: right;
    margin-top: 20px;
    font-size: 15px;
}
.quotationn.mb {
    margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
    .quotationn {
        font-size: 12px;
    }
}

.news-page a {
    text-decoration: underline;
    text-decoration-color: rgb(112, 112, 112);
    text-decoration-thickness: 1px;
}
.news-page a:hover {
    opacity: .5;
}