body {
    font-family: var(--f-zen) !important;
}

p {
    margin-bottom: 0 !important;
}

.header {
    display: flex;
    height: 1000px;
}
.mobile-top-img {
    display: none;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .header {
        height: 780px;
    }
}

.nav-left,
.nav-right {
    display: block;
}

.sub-menu-det {
    writing-mode: vertical-rl;
}

.nav-left {
    width: 30%;
}

.nav-left-in {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nav-right {
    width: 70%;
    height: 100%;
}

.nav-right > img {
    width: 100%;
}
/* .menu-desktop {
    height: 280px;
}
@media (min-width: 1301px) and (max-width: 1500px) {
    .menu-desktop {
        height: 33vh;
    }
}
@media (min-width: 1001px) and (max-width: 1300px) {
    .menu-desktop {
        height: 32vh;
    }
}
.menu-desktop > .menu-list-dektop:not(:last-child) {
    border-right: 1px solid var(--c-greentop) !important;
    padding-right: 1.302vw;
} 

@media (min-width: 1000px) and (max-width: 1500px) {
    .menu-desktop > .menu-list-dektop {
        width: 15%;
    }
    .menu-desktop > .menu-list-dektop > img {
        width: 100%;
    }
}*/

.m-l-d-h {
    width: 50%;
    text-align: center;
    color: var(--c-greentop);
    margin: 20px 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .m-l-d-h {
        margin: 10px 0;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (max-resolution: 1dppx) {
    .m-l-d-h {
        margin: 10px 0;
        margin-left: auto;
        margin-right: auto;
    }
}
.menu-list-dektop > a {
    color: var(--c-greentop) !important;
    height: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.s-m-d-main {
    height: 210px !important;
    writing-mode: vertical-rl;
    font-size: 16px;
}
@media (min-width: 1501px) {
    .s-m-d-main {
        font-size: 23px;
        height: 300px !important;
    }
}

.sub-menu-det-group {
    display: flex;
    justify-content: center;
    align-items: start;
}
.sub-menu-det-group > div {
    height: 250px;
    text-align: left;
}

.sub-menu-det-group > div:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid black;
}

.sub-menu-det-group > div:not(:first-child) {
    margin-left: 10px;
}
.logo-mark {
    margin-top: 72px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .logo-mark {
        margin: 30px 0;
    }
}

/*@media (min-width: 1500px) and (max-width: 1900px) {
    .menu-list-desktop-2 {
        width: 13% !important;
    }
}*/

@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.7dppx) {
    .menu-list-desktop-2 {
        width: 11% !important;
    }
    .left-in-2 > .logo-mark {
        margin-top: 13.68vh;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (max-resolution: 1dppx) {
    .menu-list-desktop-2 {
        width: 11% !important;
    }
    .left-in-2 > .logo-mark {
        margin-top: 8.68vh;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .menu-list-desktop-2 {
        width: 11% !important;
    }
    .left-in-2 > .logo-mark {
        margin-top: 10.68vh;
    }
}

.menu-list-desktop-3 {
    width: 10% !important;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .menu-list-desktop-3 {
        width: 5.5% !important;
    }
}
/*@media (min-width: 1500px) and (max-width: 1900px) {
    .menu-list-desktop-3 {
        width: 7% !important;
    }
}*/

.submenu-in {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.11vh;
    font-size: 20px;
    display: none;
}
.sub-hr {
    margin-bottom: 3.37vh;
}

.sub-menu-title {
    font-weight: 600;
    margin-bottom: 2.84vh;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .s-m-t-20 {
        margin-bottom: 1vh !important;
    }
}
.sai-sub,
.toi-sub,
.service-sub,
.nituite-sub {
    display: none;
}

.menu-toi {
    margin-top: 6.74vh;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.menu-toi > a > button {
    background-color: var(--c-greentop);
    font-size: 20px;
    color: #ffffff !important;
    padding: 15px 40px;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-weight: 700;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .menu-toi > a > button {
        background-color: var(--c-greentop);
        font-size: 16px;
        color: #ffffff !important;
        padding: 15px 40px;
        border-radius: 5px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-weight: 700;
    }
}

.main-kouhjou {
    width: fit-content;
    padding: 4vh 2vw;
    background-color: #fccd40;
    border-radius: 10px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.74vh;
}

.main-kouhjou > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .main-kouhjou {
        width: 25vw;
        padding: 2vh 1vw;
    }
}
.kouhou-index-title {
    font-family: var(--f-zmaru);
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}

.kouhou-img > a > button {
    background-color: var(--c-greentop);
    font-size: 20px;
    color: #ffffff !important;
    padding: 15px 40px;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-weight: 700;
    width: 100%;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .kouhou-img > a > button {
        background-color: var(--c-greentop);
        font-size: 18px;
        color: #ffffff !important;
        padding: 15px 19px;
        border-radius: 5px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-weight: 700;
    }
    .kouhou-index-title {
        font-size: 18px;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .kouhou-img > a > button {
        background-color: var(--c-greentop);
        font-size: 16px;
        color: #ffffff !important;
        padding: 15px 10px;
        border-radius: 5px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-weight: 700;
    }
    .kouhou-index-title {
        font-size: 18px;
    }
}

.kouhou-img {
    width: 100%;
    margin-top: 3vh;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .kouhou-img {
        margin-top: 3vh;
    }
}
.kouhou-img > button {
    width: 100%;
}

/*news*/
.news {
    background-color: var(--c-floral);
    margin-top: 10.63vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 14.21vh;
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .news {
        background-color: var(--c-floral);
        margin-top: 2vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 14.21vh;
    }
}
.r-p-2 > .contact {
    margin-top: 0 !important;
}
.news-2 {
    background-color: var(--c-floral);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 14.21vh;
    width: 100%;
}

.news-title {
    padding-top: 11.68vh;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 6.11vh;
    width: fit-content;
}

.news-span {
    width: 52.14vw;
}
@media only screen and (max-width: 900px) {
    .news-span {
        width: 80vw;
    }
}

.news-span > .news-inner:not(:first-child) {
    margin-top: 20px;
}
@media (min-width: 1000px) and (max-width: 1300px) {
    .news-span {
        width: 70vw;
    }
}
@media (min-width: 1301px) and (max-width: 1500px) {
    .news-span {
        width: 54.14vw;
    }
}

.news-header {
    color: var(--c-greentop);
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}
.news-date {
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (max-width: 900px) {
    .news-date {
        font-size: 16px;
        font-weight: 500;
    }
}
.news-det {
    background-color: white;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 75%;
    display: inline-block;
    margin-left: 54px;
    padding: 10px 0;
    padding-left: 40px;
}
@media only screen and (max-width: 900px) {
    .news-det {
        margin-left: 20px;
    }
}
.news-title-inner {
    color: var(--c-greentop) !important;
    font-size: 20px;
}
@media only screen and (max-width: 900px) {
    .news-title-inner {
        color: var(--c-greentop) !important;
        font-size: 16px;
    }
}
.more-button {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.more-button > a > button {
    background-color: white;
    font-size: 18px;
    padding: 5px 100px;
    width: fit-content;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
}
@media only screen and (max-width: 900px) {
    .more-button > a > button {
        background-color: white;
        font-size: 20px;
        padding: 5px 80px;
        width: fit-content;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        border-radius: 5px;
    }
}
/*mituguennitutie*/
.about {
    display: grid;
    grid-template-areas: "a-text a-img";
    grid-template-columns: 1.5fr 2.5fr;
    padding: 16.41vh 14.21vw;
    gap: 4.02vw;
}

@media only screen and (max-width: 900px) {
    .about {
        display: grid;
        grid-template-areas:
            "a-img"
            "a-text";
        grid-template-columns: auto;
        padding: 6vh 10.21vw;
        gap: 4.02vw;
    }
}

@media (min-width: 1050px) and (max-width: 1275px) {
    .about {
        display: grid;
        grid-template-areas: "a-text a-img";
        grid-template-columns: 1.8fr 2.5fr;
        padding: 16.41vh 14.21vw;
        gap: 4.02vw;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .about,
    .service {
        padding: 16.41vh 7.21vw !important;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .about {
        display: grid;
        grid-template-areas: "a-text a-img";
        grid-template-columns: 1.5fr 2fr;
        padding: 14.05vh 14.21vw !important;
        gap: 2.02vw;
    }
}

.about > .a-text {
    grid-area: a-text;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about > .a-img {
    grid-area: a-img;
}

.a-img > img {
    width: 100%;
}

.a-text-1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5.28vh;
}
@media only screen and (max-width: 900px) {
    .a-text-1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 2.28vh;
        margin-top: 2.28vh;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .a-text-1 {
        font-size: 45px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .a-text-1 {
        font-size: 40px;
    }
}

.a-text-2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5.28vh;
}
@media only screen and (max-width: 900px) {
    .a-text-2 {
        text-align: justify;
        font-size: 16px;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .a-text-2 {
        font-size: 18px;
    }
}

.a-text-3 > a > button {
    width: 17.42vw;
    font-size: 18px;
    font-weight: 500;
    color: var(--c-greentop);
    padding: 21px 0;
    text-align: center;
    background-color: white;
    border: 1px solid black;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 900px) {
    .a-text-3 > a > button {
        width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .a-text-3 > a > button,
    .ser-cont-btn > a > button {
        width: 100% !important;
    }
}
/*service*/
.service {
    display: grid;
    grid:
        "ser-header ser-header ser-header ser-header ser-header ser-header ser-header ser-header ser-header" auto
        ".          .          .          .          .          .               .          .          .         " 137px
        ".          ser-cont-1 .          ser-cont-2 .          ser-cont-3      .        ser-cont-4     ." auto
        / 0vw 1fr 1vw 1fr 1vw 1fr 1vw 1fr 0vw;

    background: url("./img/service-bg.png");
    background-size: 100% 100%;
    padding: 14.05vh 14.21vw;
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .service {
        display: grid;
        grid:
            "ser-header ser-header ser-header ser-header ser-header ser-header ser-header ser-header ser-header" auto
            ".          .          .          .          .          .               .          .          .         " 50px
            ".          ser-cont-1 .          ser-cont-2 .          ser-cont-3      .        ser-cont-4     ." auto
            / 0vw 1fr 1vw 1fr 1vw 1fr 1vw 1fr 0vw;

        background: url("./img/service-bg.png");
        background-size: 100% 100%;
        padding: 14.05vh 14.21vw !important;
    }
}
@media only screen and (max-width: 900px) {
    .service {
        display: grid;
        grid:
            "ser-header ser-header ser-header" auto
            ".          .          .          " 70px
            ".          ser-cont-1 .         " auto
            ".          .          .          " 100px
            ".          ser-cont-2 .         " auto
            ".          .          .          " 100px
            ".          ser-cont-3 .         " auto
            ".          .          .          " 100px
            ".          ser-cont-4 .         " auto
            / 8vw 1fr 8vw;

        background: url("./img/service-bg.png");
        background-size: 100% 100%;
        padding: 6vh 10.21vw;
    }
}
.service > .ser-header {
    grid-area: ser-header;
    font-size: 50px;
    font-weight: 700;
}
@media only screen and (max-width: 900px) {
    .service > .ser-header {
        font-size: 32px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .service > .ser-header {
        font-size: 45px;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .service > .ser-header {
        font-size: 40px;
    }
}
.service > .ser-cont-1 {
    grid-area: ser-cont-1;
}
.service > .ser-cont-2 {
    grid-area: ser-cont-2;
}
.service > .ser-cont-3 {
    grid-area: ser-cont-3;
}
.service > .ser-cont-4 {
    grid-area: ser-cont-4;
}

.ser-cont-1 > .ser-cont-img > img,
.ser-cont-2 > .ser-cont-img > img,
.ser-cont-3 > .ser-cont-img > img,
.ser-cont-4 > .ser-cont-img > img {
    width: 100%;
}

.ser-cont-1,
.ser-cont-2,
.ser-cont-3,
.ser-cont-4 {
    text-align: center;
}

.ser-cont-text {
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5vh;
}
@media only screen and (max-width: 900px) {
    .ser-cont-text {
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 0vh;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .ser-cont-text {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 5vh;
    }
}
.ser-cont-btn {
    margin-top: 14px;
}
.ser-cont-btn > a > button {
    width: 15.42vw;
    font-size: 18px;
    font-weight: 500;
    color: var(--c-greentop);
    padding: 21px 0;
    text-align: center;
    background-color: white;
    border: 1px solid black;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 900px) {
    .ser-cont-btn > a > button {
        width: 100%;
        font-size: 16px;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .ser-cont-btn > a > button {
        padding: 15px 0;
    }
}
/*rec*/
.recuirt {
    background: url(./img/rec-bg.png);
    background-size: auto;
    background-position: center right;
    background-repeat: no-repeat;
    margin-top: 155px;
    padding: 10.16vh 53.8vw 10.16vh 14.21vw;
    text-align: justify;
    margin-bottom: 155px;
}
.m-rec-img {
    display: none;
}

@media only screen and (max-width: 900px) {
    .recuirt {
        background: none;
        margin-top: 270px;
        padding: 6vh 14.21vw;
        margin-bottom: 60px;
    }
    .m-rec-img {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }

    .m-rec-img > img {
        width: 100%;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .recuirt {
        background: url("./img/rec-bg.png");
        background-size: auto 90%;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 7.16vh 53.8vw 7.16vh 7.21vw;
        margin: 0;
        margin-top: 50px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .recuirt {
        background: url("./img/rec-bg.png");
        background-size: auto 90%;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 7.16vh 53.8vw 7.16vh 14.21vw;
        margin: 0;
        margin-top: 50px;
    }
}
.rec-1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 120px;
}
@media only screen and (max-width: 900px) {
    .rec-1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 35px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .rec-1 {
        font-size: 45px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .rec-1 {
        font-size: 40px;
        margin-bottom: 50px;
    }
}
.rec-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 32px;
}

.rec-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 32px;
}
@media only screen and (max-width: 900px) {
    .rec-3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 32px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .rec-3 {
        font-size: 18px;
    }
}

/*contact*/
.contact {
}

.contact-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 33px;
}
.con-tel,
.con-fax {
    background-color: white;
    font-size: 24px;
    font-weight: 500;
    width: fit-content;
    width: 20vw;
}
.con-tel {
    margin-bottom: 8px;
}

.con-tel > img,
.con-fax > img {
    width: 100%;
}
.con-fax {
    margin-bottom: 15px;
}

.con-add {
    font-size: 18px;
    font-weight: 400;
}

.contact > img {
    width: 100%;
}
/*footer*/
.footer-desktop,
.foot-sub-mn {
    display: grid;
    grid: "footer-1 footer-2 footer-3 footer-5 footer-4";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 15.41vh 11.21vw;
    gap: 50px;
}

.footer-desktop > div,
.foot-sub-mn > div {
    margin-left: auto;

    margin-right: auto;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .footer-desktop {
        padding: 16.41vh 7vw;
        gap: 15px;
    }
    .foot-sub-mn {
        padding: 9.41vh 14.21vw;
        gap: 10px;
    }
    .f-s-2 {
        padding: 9.41vh 3.21vw !important;
    }
}

@media only screen and (max-width: 900px) {
    .footer-desktop,
    .foot-sub-mn {
        display: grid;
        grid:
            "footer-1 "
            ".         " 20px
            " footer-2"
            ".         " 20px
            "footer-3"
            ".         " 20px
            "footer-5"
            ".         " 20px
            "footer-4";
        padding: 13.41vh 14.21vw;
        gap: 0;
    }
}

.footer-desktop > .footer-1 .foot-sub-mn > .footer-1 {
    grid-area: footer-1;
}

.footer-desktop > .footer-2,
.foot-sub-mn > .footer-2 {
    grid-area: footer-2;
}

.footer-desktop > .footer-3,
.foot-sub-mn > .footer-3 {
    grid-area: footer-3;
}

.footer-desktop > .footer-4,
.foot-sub-mn > .footer-4 {
    grid-area: footer-4;
}
.footer-desktop > .footer-5,
.foot-sub-mn > .footer-5 {
    grid-area: footer-5;
}

.foot-title {
    color: var(--c-greentop) !important;
    font-size: 20px;
    margin-bottom: 31px;
    font-weight: 500;
}

@media only screen and (max-width: 900px) {
    .foot-title {
        margin-bottom: 5px;
    }
}
.cont-not-top {
    margin-top: 150px;
    width: 100%;
}
@media only screen and (max-width: 900px) {
    .cont-not-top {
        margin-top: 0px;
        width: 100%;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .cont-not-top {
        margin-top: 50px;
    }
}
/*===============================ABOUT PAGE=====================*/
/*.main-content {
    display: grid;
    grid: "left-panel right-panel";
    grid-template-columns: 300px 1000px;
}*/
.left-2 {
    width: 300px !important;
}

.l-m-2 {
    margin-top: 10vh;
}

.left-in-2 {
    width: 200px !important;
}

.left-in-2 > .menu-desktop {
    margin-top: 7.37vh;
}
.menu-desktop > .m-l-d-2:not(:last-child) {
    padding-right: 5px;
}

.menu-desktop > .m-l-d-2:not(:first-child) {
    margin-left: 10px;
}
.left-menu {
    position: fixed;
    top: 0;
    left: 0;
    border-right: 1px solid black;
    height: 100vw;
    background-color: #ffffff;
    z-index: 1;
}

.m-d-2 {
    height: 250px;
}

/*@media (min-width: 1500px) and (max-width: 1900px) {
    .m-d-2 {
        height: 175px;
    }
}*/

@media (min-width: 1000px) and (max-width: 1500px) {
    .menu-list-desktop-2 {
        width: 180px;
    }
}

.m-l-d-2 {
    font-size: 16px;
}

.sub-hr-2 {
    font-size: 16px;
}

.kouhou-btn,
.toiawase-btn,
.toiawase-saki {
    width: 100%;
    text-align: center;
}

.kouhou-btn > a > button {
    width: 200px;
    background-color: #fccd40;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-size: 18px;
    padding: 10px 0;
}

.s-m-d-g-2 > .sub-menu-det {
    height: 210px !important;
}

.s-m-d-g-3 > .s-m-d-main {
    font-size: 16px;
    height: 190px !important;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .s-m-d-g-3 > .s-m-d-main {
        font-size: 12px;
        height: 140px !important;
    }
}
.toiawase-btn > a > button,
.toiawase-saki > a > button {
    width: 200px;
    background-color: var(--c-greentop);
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-size: 18px;
    padding: 10px 0;
    margin-top: 20px;
    color: white;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .kouhou-btn > a > button,
    .toiawase-btn > a > button,
    .toiawase-saki > a > button {
        padding: 5px 0;
    }
}
.right-panel {
    margin-left: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right-panel-top {
    background-color: #f8f2e5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    width: 100%;
}

.right-panel-top-in {
    /*width: 60%;*/
    width: 90%;
}
.right-panel-top-in > img {
    width: 100%;
}

.submenu-in-2 {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.11vh;
    font-size: 16px !important;
    display: none;
}
.bot-btn-desk {
    position: fixed;
    left: 0;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    width: 300px;
}

.access {
    display: grid;
    grid:
        "acc-header acc-header acc-header"
        ".          .          .         " 32px
        "acc-title  acc-title  acc-title  "
        ".          .          .         " 32px
        "acc-img    .          acc-map-g" 500px
        / 1fr 26px 1fr;
    width: 62.77vw;
    padding: 10vh 7vw;
    /*background: url("./img/access-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;*/
    margin-top: 150px;
    border: 1px solid black;
    border-radius: 20px;
}
@media only screen and (max-width: 900px) {
    .access {
        display: grid;
        grid:
            "acc-header"
            ".        " 32px
            "acc-title"
            ".        " 32px
            "acc-img  " 30vh
            "  .      " 32px
            "acc-map-g" 30vh
            / auto;
        width: 90vw;
        padding: 6vh 5vw;
        /*background: url("./img/access-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;*/
        margin-top: 6vh;
        border: 1px solid black;
        border-radius: 20px;
    }
}

.gen-about {
    width: 63.77vw;
    padding: 10vh 7vw;
    margin-top: 20.21vh;
    border: 1px solid black;
    border-radius: 20px;
}
@media only screen and (max-width: 900px) {
    .gen-about {
        padding: 1vh 2vw;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .gen-about {
        padding: 5vh 5vw;
    }
}
.gen-header {
    color: var(--c-blue-font);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 5.73vh;
}

.gen-table > table > tbody > tr > td {
    font-size: 20px;
    padding: 2.66vh 3vw;
    line-height: 1.5;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .gen-table > table > tbody > tr > td {
        font-size: 16px;
    }
}

.gen-table > table > tbody > tr:nth-child(odd) {
    background-color: rgb(252, 205, 64, 0.1);
}
.l-i-cell {
    width: 15.625vw;
    text-align: center;
}
.r-i-cell {
    text-align: justify;
}

.r-i-cell > ul,
.bot-cl > ul {
    list-style-type: disc;
    padding: 20px;
}
.m-i-cell {
    width: 3.65vw;
    text-align: left;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .access {
        display: grid;
        grid:
            "acc-header acc-header acc-header"
            ".          .          .         " 32px
            "acc-title  acc-title  acc-title  "
            ".          .          .         " 32px
            "acc-img    .          acc-map-g" 250px
            / 1fr 26px 1fr;
        /*background: url("./img/access-bg.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom center;*/
        padding: 2.75vw 7vh;
        margin-top: 70px;
    }
}

.access > .acc-heder {
    grid-area: acc-header;
}

.acc-header {
    color: var(--c-blue-font);
    font-weight: 700;
    font-size: 32px;
}
@media only screen and (max-width: 900px) {
    .acc-header {
        text-align: center;
    }
}
.access > .acc-title {
    grid-area: acc-title;
}

.acc-title {
    font-size: 20px;
}

.access > .acc-img {
    grid-area: acc-img;
}

.acc-img > img {
    width: 100%;
    height: 100%;
}

.access > .acc-map-g {
    grid-area: acc-map-g;
}

.acc-map-g > iframe {
    width: 100%;
    height: 100%;
}

.yakuwari,
.shigoto,
.jinsai {
    display: grid;
    grid:
        "rin-header rin-header"
        ".          .         " 26px
        "rin-title  .         "
        /29vw auto;
    width: 62.77vw;
    padding: 3.75vw 15.78vh;
    background: url("./img/rinen-dummy.png");
    background-repeat: no-repeat;
    background-size: 29% 80%;
    background-position: center right;
    border: 1px solid black;
    border-radius: 20px;

    text-align: justify;
    margin-top: 150px;
}

.rinen {
    display: grid;
    grid:
        "rin-header "
        ".          " 26px
        "rin-title ";
    width: 62.77vw;
    padding: 10vh 7vw;
    border: 1px solid black;
    border-radius: 20px;
    text-align: justify;
    margin-top: 150px;
}

@media only screen and (max-width: 900px) {
    .yakuwari,
    .shigoto,
    .jinsai {
        display: grid;
        grid:
            "rin-header"
            ".         " 32px
            "rin-title"
            / auto;
        width: 90vw;
        padding: 6vh 5vw;
        background: url("./img/rinen-dummy.png");
        background-repeat: no-repeat;
        background-size: 29% 80%;
        background-position: center right;
        border: 1px solid black;
        border-radius: 20px;

        text-align: justify;
        margin-top: 150px;
    }
    .rinen {
        display: grid;
        grid:
            "rin-header"
            ".         " 32px
            "rin-title"
            / auto;
        width: 90vw;
        padding: 6vh 5vw;
        border: 1px solid black;
        border-radius: 20px;

        text-align: justify;
        margin-top: 150px;
    }
    .rinen > .rin-header,
    .yakuwari > .rin-header,
    .shikan > .rin-header,
    .kyujin > .rin-header,
    .aisatu > .ais-header {
        text-align: center;
        font-size: 32px;
    }
}
.shikan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10vh 7vw;
    border: 1px solid black;
    border-radius: 20px;
    width: 62.77vw;
    text-align: justify;
    margin-top: 6vh;
}

@media only screen and (max-width: 900px) {
    .shikan {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90vw;
        padding: 6vh 5vw;
        border: 1px solid black;
        border-radius: 20px;

        text-align: justify;
        margin-top: 6vh;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .shikan {
        padding: 5vh 5vw;
    }
}

.shikan > .rin-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3vh;
}

.faci-span-1 {
    font-size: 20px;
}
@media only screen and (max-width: 900px) {
    .faci-span-1 {
        font-size: 16px;
    }
    .acc-title {
        font-size: 16px !important;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .faci-span-1 {
        font-size: 16px;
    }
}
.shikan > .rin-title > div > img {
    width: 100%;
}
.kyujin {
    display: grid;
    grid:
        "rin-header"
        ".         " 26px
        "rin-title ";
    width: 62.77vw;
    padding: 3.75vw 15.78vh;
    border: 1px solid black;
    border-radius: 20px;

    text-align: justify;
    margin-top: 150px;
}
@media only screen and (max-width: 900px) {
    .kyujin {
        display: grid;
        grid:
            "rin-header"
            ".         " 20px
            "rin-title ";
        width: 75vw;
        padding: 1vh 2vw;
        border: 1px solid black;
        border-radius: 20px;

        text-align: justify;
        margin-top: 6vh;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .rinen {
        display: grid;
        grid:
            "rin-header"
            ".         " 26px
            "rin-title";
        width: 62.77vw;
        padding: 2.75vw 7vh;
        /*background: url("./img/rin-bg.png");
        background-repeat: no-repeat;
        background-size: auto 30%;
        background-position: bottom left;*/
        text-align: justify;
        margin-top: 70px;
    }
}

.rinen > .rin-header,
.yakuwari > .rin-header,
.shikan > .rin-header,
.kyujin > .rin-header {
    grid-area: rin-header;
}

.rin-header {
    color: var(--c-blue-font);
    font-weight: 700;
    font-size: 32px;
}

.rin-title-2 {
    color: black;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 42px;
    text-align: center;
}
.m-rin-title-2 {
    display: none;
}
@media only screen and (max-width: 900px) {
    .m-rin-title-2 {
        color: black;
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 28px;
        text-align: center;
        display: block;
    }
    .rin-title-2 {
        display: none;
    }
    .rin-title-3 {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .rin-title-2 {
        font-size: 26px;
    }

    .rin-title-3 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.rinen > .rin-title,
.yakuwari > .rin-title,
.shikan > .rin-title,
.kyujin > .rin-title,
.shigoto > .rin-title,
.jinsai > .rin-title {
    grid-area: rin-title;
}

.kyujin > .rin-title > div > a > button {
    width: 100%;
    background-color: white;
    border: 1px solid black;
    border-radius: 15px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    padding: 10px 0;
    font-size: 20px;
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .kyujin > .rin-title > div > a > button {
        font-size: 18px;
    }
}
.kyujin > .rin-title > div:not(:first-child) {
    margin-top: 30px;
}

.rin-title {
    line-height: 1.7;
    font-size: 26px;
    text-align: center;
}

.aisatu {
    display: grid;
    grid:
        "ais-header ais-header ais-header"
        ".          .          . " 26px
        "ais-title  .          ais-img"
        /30vw auto 12vw;
    width: 62.77vw;
    padding: 10vh 7vw;
    background-position: 42vw center;
    border: 1px solid black;
    border-radius: 20px;
    text-align: justify;
    margin-top: 150px;
}
.aisatu > .ais-img {
    grid-area: ais-img;
}

.rijicho-name {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}

@media only screen and (max-width: 900px) {
    .rijicho-name {
        font-size: 18px;
    }
}

@media only screen and (max-width: 900px) {
    .ais-img {
        display: block;
    }
    .aisatu {
        display: grid;
        grid:
            "ais-header"
            ".         " 32px
            "ais-img" auto
            ".         " 32px
            "ais-title"
            / auto;
        width: 90vw;
        padding: 6vh 5vw;
        border: 1px solid black;
        border-radius: 20px;
        background: none;
        text-align: justify;
        margin-top: 6vh;
    }
    .aisatu > .ais-img {
        grid-area: ais-img;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .aisatu {
        display: grid;
        grid:
            "ais-header ais-header ais-header"
            ".          .          . " 26px
            "ais-title  .          ais-img" / 32vw auto 15vw;
        width: 62.77vw;
        padding: 5vh 5vw;
        background-size: 25%;
        background-position: 40vw center;
        text-align: justify;
        margin-top: 70px;
    }
    .foot-sub-mn {
        font-size: 14px;
    }
    .foot-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .rijicho-name {
        margin-top: 10px;
        font-size: 16px;
    }
}
.aisatu > .ais-header {
    grid-area: ais-header;
}

.ais-header {
    color: var(--c-blue-font);
    font-weight: 700;
    font-size: 32px;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .ais-header,
    .acc-header,
    .rin-header {
        font-size: 28px;
    }
}
.aisatu > .ais-title {
    grid-area: ais-title;
}

.ais-title {
    line-height: 1.7;
    font-size: 20px;
}
@media only screen and (max-width: 900px) {
    .ais-title {
        line-height: 1.5;
        font-size: 16px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .ais-title,
    .acc-title,
    .rin-title {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (max-resolution: 1dppx) {
    .ais-title,
    .acc-title,
    .rin-title {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .submenu-in-2 {
        font-size: 13px !important;
    }
    .m-l-d-2 {
        font-size: 13px !important;
    }
    .m-d-2 {
        height: 120px !important;
    }
    .l-m-2 > a > img {
        width: 100%;
    }

    .sub-h {
        margin-bottom: 1.5vh;
    }
    .submenu-in-2 {
        margin-top: 0;
    }

    .s-m-d-g-2 > .sub-menu-det {
        height: 220px !important;
    }

    @media (min-width: 1000px) and (max-width: 1500px) {
        .s-m-d-g-2 > .sub-menu-det {
            height: 143px !important;
        }
    }

    .s-m-d-g-3 > .sub-menu-det {
        height: 175px !important;
    }

    .kouhou-btn > a > button,
    .toiawase-btn > a > button,
    .toiawase-saki > a > button {
        font-size: 16px;
    }
    .bot-btn-desk {
        bottom: 10px;
    }
    .toiawase-btn > a > button,
    .toiawase-saki > a > button {
        margin-top: 10px;
    }
}
.faci-span {
    width: 65%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
    .faci-span {
        flex-direction: column;
    }
}
.faci-span > span > img {
    width: 100%;
}
.left-span {
    width: 130%;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .left-span {
        width: 205%;
    }
}

.mid-span {
    width: 3vw;
}

.rin-title-10 {
    font-weight: 600;
    font-size: 24px;
}
.m-rin-title-10 {
    display: none;
}
@media only screen and (max-width: 900px) {
    .m-rin-title-10 {
        font-weight: 600;
        font-size: 18px;
        display: block;
    }
    .rin-title-10 {
        display: none;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .rin-title-10 {
        font-weight: 600;
        font-size: 20px;
    }
}
/*=================================service===================================*/
.p-ser {
    background-color: #edf1f4;
}

/*service-1*/
.shi-ser {
    display: grid;
    grid:
        "shi-ser-img . ." auto
        "shi-ser-img . ser-1"
        "shi-ser-img . ." 36px
        "shi-ser-img . ser-2"
        "shi-ser-img . ." 10px
        /2fr 65px 1.5fr;
    background: url("./img/ser-bot-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    width: 64vw;
    padding: 4.75vw 15.78vh;
    margin-top: 150px;
    text-align: justify;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .shi-ser {
        display: grid;
        grid:
            "shi-ser-img . ." auto
            "shi-ser-img . ser-1"
            "shi-ser-img . ." 36px
            "shi-ser-img . ser-2"
            "shi-ser-img . ." 10px
            /1.5fr 35px 1.5fr;
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 65%;
        width: 64vw;
        padding: 2.75vw 2vh;
        margin-top: 80px;
        text-align: justify;
    }
}

@media only screen and (max-width: 900px) {
    .shi-ser {
        padding: 1vh 2vw;
        margin-top: 6vh;
        display: grid;
        grid:
            "shi-ser-img "
            "." 32px
            "ser-1"
            "." 32px
            "ser-2";
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        width: 80vw;
        background-position: bottom left;
        background-size: 100% 20%;
    }
}
.shi-ser > .shi-ser-img {
    grid-area: shi-ser-img;
}

.shi-ser-img > img {
    height: 100%;
    width: 100%;
}

.shi-ser > .ser-1 {
    grid-area: ser-1;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .ser-1 {
        font-size: 32px;
    }
}
.shi-ser > .ser-2 {
    grid-area: ser-2;
}

@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .ser-2 {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (max-resolution: 1dppx) {
    .ser-2 {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
}
/*service-2*/
.shi-ser-1 {
    display: grid;
    grid:
        "shi-ser-img . ." auto
        "shi-ser-img . ser-1"
        "shi-ser-img . ." 36px
        "shi-ser-img . ser-2"
        /2fr 65px 1.5fr;
    background: url("./img/ser-bot-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    width: 64vw;
    padding: 4.75vw 15.78vh;
    margin-top: 150px;
    text-align: justify;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .shi-ser-1 {
        display: grid;
        grid:
            "shi-ser-img . ." auto
            "shi-ser-img . ser-1"
            "shi-ser-img . ." 36px
            "shi-ser-img . ser-2"
            "shi-ser-img . ." 10px
            /1.5fr 35px 1.5fr;
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 65%;
        width: 64vw;
        padding: 2.75vw 2vh;
        margin-top: 80px;
        text-align: justify;
    }
}

@media only screen and (max-width: 900px) {
    .shi-ser-1 {
        padding: 1vh 2vw;
        margin-top: 6vh;
        display: grid;
        grid:
            "shi-ser-img "
            "." 32px
            "ser-1"
            "." 32px
            "ser-2";
        width: 80vw;
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 20%;
    }
}
.shi-ser-1 > .shi-ser-img {
    grid-area: shi-ser-img;
}

.shi-ser-img > img {
    height: 100%;
    width: 100%;
}

.shi-ser-1 > .ser-1 {
    grid-area: ser-1;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .ser-1 {
        font-size: 32px;
    }
}
.shi-ser-1 > .ser-2 {
    grid-area: ser-2;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .ser-2 {
        font-size: 16px;
    }
}

/*service-3*/
.shi-ser-2 {
    display: grid;
    grid:
        "shi-ser-img . ." auto
        "shi-ser-img . ser-1"
        "shi-ser-img . ." 36px
        "shi-ser-img . ser-2"
        /2fr 65px 1.5fr;
    background: url("./img/ser-bot-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    width: 64vw;
    padding: 4.75vw 15.78vh;
    margin-top: 150px;
    text-align: justify;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .shi-ser-2 {
        display: grid;
        grid:
            "shi-ser-img . ." auto
            "shi-ser-img . ser-1"
            "shi-ser-img . ." 36px
            "shi-ser-img . ser-2"
            "shi-ser-img . ." 10px
            /1.5fr 35px 1.5fr;
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 65%;
        width: 64vw;
        padding: 2.75vw 2vh;
        margin-top: 80px;
        text-align: justify;
    }
}

@media only screen and (max-width: 900px) {
    .shi-ser-2 {
        padding: 1vh 2vw;
        margin-top: 6vh;
        display: grid;
        grid:
            "shi-ser-img "
            "." 32px
            "ser-1"
            "." 32px
            "ser-2";
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        width: 80vw;
        background-position: bottom left;
        background-size: 100% 20%;
    }
}
.shi-ser-2 > .shi-ser-img {
    grid-area: shi-ser-img;
}

.shi-ser-2 > .ser-1 {
    grid-area: ser-1;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .ser-1 {
        font-size: 32px;
    }
}
.shi-ser-2 > .ser-2 {
    grid-area: ser-2;
}

.ser-2 {
    font-size: 20px;
    line-height: 1.7;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .ser-2 {
        font-size: 16px;
    }
}

/*service-4*/
.shi-ser-3 {
    display: grid;
    grid:
        "shi-ser-img . ." auto
        "shi-ser-img . ser-1"
        "shi-ser-img . ." 36px
        "shi-ser-img . ser-2"
        /2fr 65px 1.5fr;
    background: url("./img/ser-bot-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    width: 64vw;
    padding: 4.75vw 15.78vh;
    margin-top: 150px;
    text-align: justify;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .shi-ser-3 {
        display: grid;
        grid:
            "shi-ser-img . ." auto
            "shi-ser-img . ser-1"
            "shi-ser-img . ." 36px
            "shi-ser-img . ser-2"
            "shi-ser-img . ." 10px
            /1.5fr 35px 1.5fr;
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 65%;
        width: 64vw;
        padding: 2.75vw 2vh;
        margin-top: 80px;
        text-align: justify;
    }
}

@media only screen and (max-width: 900px) {
    .shi-ser-3 {
        padding: 1vh 2vw;
        margin-top: 6vh;
        display: grid;
        grid:
            "shi-ser-img "
            "." 32px
            "ser-1"
            "." 32px
            "ser-2";
        width: 80vw;
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 20%;
    }
}
.shi-ser-3 > .shi-ser-img {
    grid-area: shi-ser-img;
}

.shi-ser-img > img {
    height: 100%;
    width: 100%;
}

.shi-ser-3 > .ser-1 {
    grid-area: ser-1;
}

.ser-1 {
    color: var(--c-blue-font);
    font-size: 28px;
    font-weight: 700;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .ser-1 {
        font-size: 32px;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .ser-1 {
        font-size: 28px;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) and (max-resolution: 1dppx) {
    .ser-1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 900px) {
    .ser-1 {
        font-size: 20px !important;
    }
}
.shi-ser-3 > .ser-2 {
    grid-area: ser-2;
}

.ser-2 {
    font-size: 20px;
    line-height: 1.7;
}
@media only screen and (max-width: 900px) {
    .ser-2 {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .ser-2 {
        font-size: 20px;
    }
}

/* .sai-ser {
    display: grid;
    grid:
        ".     .  sai-ser-img " 94px
        "ser-1 .  sai-ser-img "
        ".     .  sai-ser-img " 36px
        "ser-2 .  sai-ser-img "
        /1.5fr 65px 2fr;
    background: url("./img/ser-bot-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    width: 64vw;
    padding: 4.75vw 15.78vh;
    margin-top: 150px;
    text-align: justify;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .sai-ser {
        display: grid;
        grid:
            ".     .  sai-ser-img " 94px
            "ser-1 .  sai-ser-img "
            ".     .  sai-ser-img " 36px
            "ser-2 .  sai-ser-img "
            /1.5fr 35px 1.5fr;
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 65%;
        width: 64vw;
        padding: 4.75vw 7vh;
        margin-top: 80px;
        text-align: justify;
    }
}

@media only screen and (max-width: 900px) {
    .sai-ser {
        padding: 1vh 2vw;
        margin-top: 6vh;
        display: grid;
        grid:
            "sai-ser-img "
            "." 32px
            "ser-1"
            "." 32px
            "ser-2";
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 20%;
    }
}
.sai-ser > .sai-ser-img {
    grid-area: sai-ser-img;
}

.sai-ser-img > img {
    height: 100%;
    width: 100%;
}

.sai-ser > .ser-1 {
    grid-area: ser-1;
}

.sai-ser > .ser-2 {
    grid-area: ser-2;
}

.sai-ser > .ser-btn {
    grid-area: ser-btn;
}

.bu-ser {
    display: grid;
    grid:
        "bu-ser-img . ." 94px
        "bu-ser-img . ser-1"
        "bu-ser-img . ." 36px
        "bu-ser-img . ser-2"
        "bu-ser-img . ." 10px
        "bu-ser-img . ser-btn"
        /2fr 65px 1.5fr;
    background: url("./img/ser-bot-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    width: 64vw;
    padding: 4.75vw 15.78vh;
    margin-top: 150px;
    text-align: justify;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .bu-ser {
        display: grid;
        grid:
            "bu-ser-img . ." 94px
            "bu-ser-img . ser-1"
            "bu-ser-img . ." 36px
            "bu-ser-img . ser-2"
            "bu-ser-img . ." 10px
            "bu-ser-img . ser-btn"
            "shi-ser-img . ser-btn"
            /1.5fr 35px 1.5fr;
        background: url("./img/ser-bot-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 40%;
        width: 64vw;
        padding: 4.75vw 7vh;
        margin-top: 80px;
        text-align: justify;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .bu-ser {
        padding: 4.75vw 7vh;
    }
}
.bu-ser > .bu-ser-img {
    grid-area: bu-ser-img;
}

.bu-ser-img > img {
    height: 100%;
    width: 100%;
}

.bu-ser > .ser-1 {
    grid-area: ser-1;
}

.bu-ser > .ser-2 {
    grid-area: ser-2;
}

.bu-ser > .ser-btn {
    grid-area: ser-btn;
} */

/*==========================form==========================*/

.formss {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.formss > table {
    border-collapse: separate;
    border-spacing: 36px 60px;
    width: 65vw;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .formss > table {
        border-spacing: 36px 30px;
    }
}

@media only screen and (max-width: 900px) {
    .formss > table {
        border-collapse: separate;
        border-spacing: 0px 30px;
        width: 75vw;
    }
}

.formss > table > tbody > tr > td > p > label > span > input {
    height: 50px;
}

@media only screen and (max-width: 900px) {
    .formss > table > tbody > tr {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .formss > table > tbody > tr:not(:last-child) {
        margin-bottom: 30px;
    }
}

.formss > table > tbody > tr > td > p > label {
    width: 100%;
}

.formss > table > tbody > tr > td > p > label > span > input,
textarea {
    background-color: rgb(42, 111, 151, 0.07);
    border: 0;
    width: 100%;
}

.wpcf7-submit {
    font-size: 24px;
    font-family: var(--f-zen);
    color: #fffcfc;
    font-weight: 700;
    background-color: var(--c-blue-font);
    padding: 25px 70px;
    border: 0;
    border-radius: 10px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 900px) {
    .wpcf7-submit {
        font-size: 20px;
        font-family: var(--f-zen);
        color: #fffcfc;
        font-weight: 700;
        background-color: var(--c-blue-font);
        padding: 1vh 4vw;
        border: 0;
        border-radius: 10px;
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    }
    .wpcf7-spinner {
        display: none !important;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .wpcf7-submit {
        font-size: 24px;
        padding: 15px 40px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .wpcf7-submit {
        font-size: 20px;
        padding: 15px 40px;
    }
}
.forms-contentsss {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f-c-in {
    width: 100%;
}

.f-logo {
    width: 100%;
    margin: 90px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-title {
    font-size: 32px;
    color: #0066b3;
    font-weight: 700;
    width: 100%;
    border-top: 1px solid #0066b3;
    border-bottom: 1px solid #0066b3;
    padding: 50px 170px;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .form-title {
        padding: 20px 170px;
    }
}

@media only screen and (max-width: 900px) {
    .form-title {
        padding: 3vh 15vw;
        font-size: 28px;
    }
}

.form-desc {
    margin: 90px 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0px 170px;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .form-desc {
        margin: 40px 0;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .form-desc {
        font-size: 16px;
        line-height: 1.5;
        padding: 0px 155px;
    }
}
@media only screen and (max-width: 900px) {
    .form-desc {
        margin: 6vh 0;
        margin-bottom: 0;
        padding: 0px 15vw;
        font-size: 16px;
    }
}

.left-tab {
    width: 150px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
@media only screen and (max-width: 900px) {
    .left-tab {
        width: 150px;
        font-size: 16px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .left-tab {
        width: 100px;
        font-size: 16px;
    }
}
.mid-tab {
    width: 8px;
    height: 100%;
    background-color: #d9d9d9;
}
@media only screen and (max-width: 900px) {
    .mid-tab {
        display: none;
    }
}

/*===============kouhou======================*/
.kouhou-cs {
    width: 90%;
}

.kouhou-cs > img {
    width: 100%;
}

/*==================Srvice detail=================*/
.service-det-in-1-title {
    font-size: 50px;
    font-weight: 700;
    color: var(--c-blue-font);
    margin-bottom: 50px;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .service-det-in-1-title {
        font-size: 24px;
        font-weight: 700;
        color: var(--c-blue-font);
        margin-bottom: 20px;
    }
}

.service-det-in-1-desc {
    font-size: 20px;
    font-weight: 400;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .service-det-in-1-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
    }
}

.service-det-in-1-desc-1 {
    font-size: 23px;
    font-weight: 500;
    background-color: rgba(42, 111, 151, 0.13);
    border-radius: 25px;
    padding: 5px 0;
    margin-bottom: 10px;
    color: black;
    text-align: center;
}

.service-det-in-1-desc-2 {
    margin-bottom: 40px;
}

@media (min-width: 1000px) and (max-width: 1500px) {
}

.service-det-in-1 {
    background-color: white;
    border: 1px solid black;
    border-radius: 15px;
    padding: 80px 60px;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .service-det-in-1 {
        padding: 40px;
    }
}
@media only screen and (max-width: 900px) {
    .service-det-in-1 {
        padding: 2vh 5vw;
    }
    .service-det-in-1-title {
        margin-bottom: 20px;
    }
}
.service-det-in {
    background: url("./img/saiser-bg.png");
    background-size: 15% 100%;
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 80px;
    padding: 75px 115px;
    width: 80%;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .service-det-in {
        background: url("./img/saiser-bg.png");
        background-size: 20% 100%;
        background-repeat: no-repeat;
        background-position: center right;
        padding: 75px 80px;
        width: 90%;
        margin-top: 75px;
    }
}

@media only screen and (max-width: 900px) {
    .service-det-in {
        padding: 1vh 2vw;
        background-size: 40% 100%;
    }
}

.s-d-i-1 {
    margin-top: 0px;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .s-d-i-1 {
        margin-top: 0px;
    }
}
.service-det-in-1-photo {
    display: grid;
    grid:
        "shiserpic1  . shiserpic2  . shiserpic3"
        ".           . .           . ." 10px
        "shisertext1 . shisertext2 . shisertext3"
        /1fr 25px 1fr 25px 1fr;
    margin-top: 25px;
}

@media only screen and (max-width: 900px) {
    .service-det-in-1-photo {
        display: grid;
        grid:
            "shiserpic1"
            ".          " 10px
            "shisertext1"
            ".          " 30px
            "shiserpic2"
            ".          " 10px
            "shisertext2"
            ".          " 30px
            "shiserpic3"
            ".          " 10px
            "shisertext3";
        margin-top: 25px;
    }
}

.service-det-in-1-photo > .shiserpic1 {
    grid-area: shiserpic1;
}

.service-det-in-1-photo > .shiserpic2 {
    grid-area: shiserpic2;
}

.service-det-in-1-photo > .shiserpic3 {
    grid-area: shiserpic3;
}

.service-det-in-1-photo > .shisertext1 {
    grid-area: shisertext1;
}

.service-det-in-1-photo > .shisertext2 {
    grid-area: shisertext2;
}

.service-det-in-1-photo > .shisertext3 {
    grid-area: shisertext3;
}

.shiserpic1 > img,
.shiserpic2 > img,
.shiserpic3 > img {
    width: 100%;
}

.service-det-in-2-photo {
    display: grid;
    grid:
        "busertitle busertitle busertitle"
        "busertext . buserpic"
        /3fr 45px 1fr;
}
@media only screen and (max-width: 900px) {
    .service-det-in-2-photo {
        display: grid;
        grid:
            "busertitle"
            "." 20px
            "buserpic"
            "." 10px
            "busertext";
    }
}
.service-det-in-2-photo > .busertitle {
    grid-area: busertitle;
    margin-bottom: 0 !important;
}

.service-det-in-2-photo > .busertext {
    grid-area: busertext;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.busertext > ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}
.service-det-in-2-photo > .buserpic {
    grid-area: buserpic;
}

.shisertext1,
.shisertext2,
.shisertext3 {
    text-align: center;
    background-color: rgba(42, 111, 151, 0.13);
    border-radius: 10px;
    font-size: 20px;
}
@media only screen and (max-width: 900px) {
    .shisertext1,
    .shisertext2,
    .shisertext3 {
        font-size: 16px;
    }
}
@media (min-width: 1000px) and (max-width: 1500px) and (min-resolution: 1.1dppx) and (max-resolution: 1.6dppx) {
    .shisertext1,
    .shisertext2,
    .shisertext3 {
        font-size: 16px;
    }
}
/*=========================buser=========================*/
.buser-naiyou {
    background-color: #fdfdf3;
    padding: 165px 315px;
    width: 100%;
    margin-top: 165px;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou {
        background-color: #fdfdf3;
        padding: 75px 120px;
        width: 100%;
        margin-top: 75px;
    }
}

.buser-naiyou-title {
    font-size: 50px;
    font-weight: 700;
    color: var(--c-blue-font);
}

.buser-naiyou-desc-1 {
    margin-top: 100px;
    display: grid;
    grid:
        "b-n-d-1-p . ." 60px
        "b-n-d-1-p . b-n-d-1-t-1"
        "b-n-d-1-p . ." 20px
        "b-n-d-1-p . b-n-d-1-t-2"
        "b-n-d-1-p . ." 130px
        /1fr 80px 1fr;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-1 {
        margin-top: 75px;
    }
}
.buser-naiyou-desc-1 > .b-n-d-1-p {
    grid-area: b-n-d-1-p;
}

.buser-naiyou-desc-1 > .b-n-d-1-p > img {
    width: 100%;
}
.buser-naiyou-desc-1 > .b-n-d-1-t-1 {
    grid-area: b-n-d-1-t-1;
    text-align: center;
    background-color: var(--c-blue-font);
    color: white;
    font-size: 32px;
    font-weight: 700;
    border-radius: 25px;
    line-height: 2;
    margin-right: 80px;
}

.buser-naiyou-desc-1 > .b-n-d-1-t-2 {
    grid-area: b-n-d-1-t-2;
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
    padding-right: 80px;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-1 > .b-n-d-1-t-1 {
        margin-right: 0px;
    }

    .buser-naiyou-desc-1 > .b-n-d-1-t-2 {
        padding-right: 0px;
    }
}

.buser-naiyou-desc-2 {
    margin-top: 100px;
    display: grid;
    grid:
        ".           . b-n-d-1-p" 60px
        "b-n-d-1-t-1 . b-n-d-1-p"
        ".           . b-n-d-1-p" 20px
        "b-n-d-1-t-2 . b-n-d-1-p"
        ".           . b-n-d-1-p" 130px
        /1fr 80px 1fr;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-2 {
        margin-top: 75px;
    }
}
.buser-naiyou-desc-2 > .b-n-d-1-p {
    grid-area: b-n-d-1-p;
}

.buser-naiyou-desc-2 > .b-n-d-1-p > img {
    width: 100%;
}

.buser-naiyou-desc-2 > .b-n-d-1-t-1 {
    grid-area: b-n-d-1-t-1;
    text-align: center;
    background-color: var(--c-blue-font);
    color: white;
    font-size: 32px;
    font-weight: 700;
    border-radius: 25px;
    line-height: 2;
    margin-left: 80px;
}

.buser-naiyou-desc-2 > .b-n-d-1-t-2 {
    grid-area: b-n-d-1-t-2;
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 80px;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-2 > .b-n-d-1-t-1 {
        margin-left: 0px;
    }

    .buser-naiyou-desc-2 > .b-n-d-1-t-2 {
        padding-left: 0px;
    }
}
.buser-naiyou-desc-3 {
    margin-top: 100px;
    display: grid;
    grid:
        "b-n-d-1-p . ." 60px
        "b-n-d-1-p . b-n-d-1-t-1"
        "b-n-d-1-p . ." 20px
        "b-n-d-1-p . b-n-d-1-t-2"
        "b-n-d-1-p . ." 130px
        /1fr 80px 1fr;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-3 {
        margin-top: 75px;
    }
}
.buser-naiyou-desc-3 > .b-n-d-1-p {
    grid-area: b-n-d-1-p;
}

.buser-naiyou-desc-3 > .b-n-d-1-p > img {
    width: 100%;
}

.buser-naiyou-desc-3 > .b-n-d-1-t-1 {
    grid-area: b-n-d-1-t-1;
    text-align: center;
    background-color: var(--c-blue-font);
    color: white;
    font-size: 32px;
    font-weight: 700;
    border-radius: 25px;
    line-height: 2;
    margin-right: 80px;
}

.buser-naiyou-desc-3 > .b-n-d-1-t-2 {
    grid-area: b-n-d-1-t-2;
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
    padding-right: 80px;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-3 > .b-n-d-1-t-1 {
        margin-right: 0px;
    }

    .buser-naiyou-desc-3 > .b-n-d-1-t-2 {
        padding-right: 0px;
    }

    .ser-cont-btn > a > button {
        width: 17.42vw;
    }
}
.buser-naiyou-desc-4 {
    margin-top: 100px;
    display: grid;
    grid:
        ".           . b-n-d-1-p" 60px
        "b-n-d-1-t-1 . b-n-d-1-p"
        ".           . b-n-d-1-p" 20px
        "b-n-d-1-t-2 . b-n-d-1-p"
        ".           . b-n-d-1-p" 130px
        /1fr 80px 1fr;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-4 {
        margin-top: 75px;
    }
}
.buser-naiyou-desc-4 > .b-n-d-1-p {
    grid-area: b-n-d-1-p;
}

.buser-naiyou-desc-4 > .b-n-d-1-p > img {
    width: 100%;
}

.buser-naiyou-desc-4 > .b-n-d-1-t-1 {
    grid-area: b-n-d-1-t-1;
    text-align: center;
    background-color: var(--c-blue-font);
    color: white;
    font-size: 32px;
    font-weight: 700;
    border-radius: 25px;
    line-height: 2;
    margin-left: 80px;
}

.buser-naiyou-desc-4 > .b-n-d-1-t-2 {
    grid-area: b-n-d-1-t-2;
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 80px;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-4 > .b-n-d-1-t-1 {
        margin-left: 0px;
    }

    .buser-naiyou-desc-4 > .b-n-d-1-t-2 {
        padding-left: 0px;
    }
}
.buser-naiyou-desc-5 {
    margin-top: 100px;
    display: grid;
    grid:
        "b-n-d-1-p . ." 60px
        "b-n-d-1-p . b-n-d-1-t-1"
        "b-n-d-1-p . ." 20px
        "b-n-d-1-p . b-n-d-1-t-2"
        "b-n-d-1-p . ." 130px
        /1fr 80px 1fr;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-5 {
        margin-top: 75px;
    }
}
.buser-naiyou-desc-5 > .b-n-d-1-p {
    grid-area: b-n-d-1-p;
}

.buser-naiyou-desc-5 > .b-n-d-1-p > img {
    width: 100%;
}

.buser-naiyou-desc-5 > .b-n-d-1-t-1 {
    grid-area: b-n-d-1-t-1;
    text-align: center;
    background-color: var(--c-blue-font);
    color: white;
    font-size: 32px;
    font-weight: 700;
    border-radius: 25px;
    line-height: 2;
    margin-right: 80px;
}

.buser-naiyou-desc-5 > .b-n-d-1-t-2 {
    grid-area: b-n-d-1-t-2;
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
    padding-right: 80px;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-5 > .b-n-d-1-t-1 {
        margin-right: 0px;
    }

    .buser-naiyou-desc-5 > .b-n-d-1-t-2 {
        padding-right: 0px;
    }
}
.buser-naiyou-desc-6 {
    margin-top: 100px;
    display: grid;
    grid:
        ".           . b-n-d-1-p" 60px
        "b-n-d-1-t-1 . b-n-d-1-p"
        ".           . b-n-d-1-p" 20px
        "b-n-d-1-t-2 . b-n-d-1-p"
        ".           . b-n-d-1-p" 130px
        /1fr 80px 1fr;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-6 {
        margin-top: 75px;
    }
}
.buser-naiyou-desc-6 > .b-n-d-1-p {
    grid-area: b-n-d-1-p;
}

.buser-naiyou-desc-6 > .b-n-d-1-p > img {
    width: 100%;
}

.buser-naiyou-desc-6 > .b-n-d-1-t-1 {
    grid-area: b-n-d-1-t-1;
    text-align: center;
    background-color: var(--c-blue-font);
    color: white;
    font-size: 32px;
    font-weight: 700;
    border-radius: 25px;
    line-height: 2;
    margin-left: 80px;
}

.buser-naiyou-desc-6 > .b-n-d-1-t-2 {
    grid-area: b-n-d-1-t-2;
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 80px;
}
@media (min-width: 1000px) and (max-width: 1500px) {
    .buser-naiyou-desc-6 > .b-n-d-1-t-1 {
        margin-left: 0px;
    }

    .buser-naiyou-desc-6 > .b-n-d-1-t-2 {
        padding-left: 0px;
    }
    .menu-list-dektop > a {
        color: var(--c-greentop) !important;
        height: 100%;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
    }
}

/*==================KOUHOU INDEX=========================*/

.r-star {
    color: red;
    font-weight: 700;
    margin-left: 5px;
}

/*==================RESPONSIVE==========================*/
.mob-table {
    display: none;
}
#mobile-nav,
header {
    display: none;
}
.contact-mob {
    display: none;
}
.gen-table-mobile {
    display: none;
}
@media only screen and (max-width: 900px) {
    .contact {
        display: none;
    }
    .contact-mob {
        display: block;
        width: 100%;
    }
    .contact-mob > img {
        width: 100%;
    }
    header {
        display: block;
    }

    #mobile-nav {
        background-color: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    }

    #mobile-nav.active {
        display: block;
        transform: translateX(0);
    }

    #mobile-nav ul li {
        border-bottom: 1px solid #eee;
    }

    #mobile-nav ul li:last-child {
        border-bottom: none;
    }

    #mobile-nav a {
        color: #333;
        transition: color 0.2s;
        display: block;
        padding: 12px 0;
    }

    #mobile-nav a:hover {
        color: #4a90e2;
    }

    #close-nav {
        color: #333;
        cursor: pointer;
        transition: all 0.2s;
        border-radius: 50%;
        background-color: #f5f5f5;
    }

    #close-nav:hover {
        color: #4a90e2;
        background-color: #eee;
        transform: rotate(90deg);
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 45;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        backdrop-filter: blur(3px);
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .header {
        display: none;
    }

    header > div > a {
        width: 8vw !important;
    }

    .mm-1-1-1,
    .mm-1-2-1,
    .mm-1-3-1,
    .mm-1-4-1 {
        display: none;
    }

    .mobile-top-img {
        display: block;
        margin-top: 50px;
    }

    .mobile-top-img > img {
        width: 100%;
    }

    .left-panel {
        display: none;
    }
    .right-panel {
        margin-left: 0;
        padding: 0;
        margin-top: 50px;
    }
    .gen-about {
        margin-top: 6vh;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90vw !important;
        padding: 6vh 5vw;
    }

    .gen-header {
        width: fit-content;
    }

    .gen-table {
        display: none;
    }

    .gen-table-mobile {
        display: block;
    }
    .top-cl {
        text-align: center;
        font-size: 20px;
        color: var(--c-blue-font);
        font-weight: 700;
    }
    .bot-cl {
        text-align: justify;
    }
    .m-t-s {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .mob-tbl-in {
        margin-bottom: 20px;
    }
    .gen-table-mobile > div {
        padding: 20px;
    }
    .gen-table-mobile > div:nth-child(odd) {
        background-color: rgb(252, 205, 64, 0.1);
    }
    .gen-about {
        width: 77vw;
    }

    .main-kouhjou {
        display: none;
    }
    .fp-4 {
        padding: 1.5vh 6vw !important;
    }

    .rin-title > .faci-span > .left-span {
        width: 100% !important;
    }
}

.right-panel-top-in {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}
@media only screen and (max-width: 900px) {
    .right-panel-top-in {
        font-size: 36px;
        text-align: center;
        font-weight: 700;
    }
}
