@charset "UTF=8";

/* ========================
common
========================== */
:root {
    --primary-yellow:#F9F9F4;
    --primary-black:#333333;
    --font-green:#30512E;
    --freshgreen:#B5D8B1;
    --lemonyellow:#FFFCCC;
    --mintgreen:#E3F2E1;
    --footercoler:#FCF7E1;
}

html {
    font-size:62.5%;
}

body {
    font-family:"Sawarabi Gothic";
    font-weight: 400,500,600,700,800;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    color: var(--primary-black);
    font-size: 2rem;
    font-weight: 400;
}

.btn:hover {
    opacity: 0.5;
}

/* ========================
sub_header
========================== */
.header_sub {
    padding: 2% 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub_nav_header,
.sub_nav__topic {
    padding: 2% 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub_nav_list {
    margin: 20% auto 0;
    display: block;
}
.sub_nav_item {
    color: var(--font-green);
    font-size: 2.4rem;
    line-height: 2;
}
.sub_nav_item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #30512E;
    margin-right: 10px;
}

/* nav 初期表示 */
.nav_sub {
    background-color: var(--freshgreen);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

/* .nav.active表示 */
.nav_sub.active {
    transform: translateX(0);
}

.sub_header_btn {
    width: 40px;
    height: 40px;
}

/* header pc */
@media screen and (min-width:769px) {
    .header_sub {
        max-width: 1440px;
        height: 90px;
        margin: 0 auto;
        padding: 2% 2%;
    }

    .sub_nav_header {
        display: none;
    }

    .nav_sub {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translateX(0);
    }

    .sub_nav_list {
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .sub_nav_item {
        margin: 0 0 0 32px;
        text-align: center;
        font-size: 1.8rem;
        line-height: 24px;
        color: var(--font-green);

    }

    .sub_header_btn,
    .sub_nav_btn {
        display: none;
    }

    .tel_box {
        display: none;
    }

    .sub_nav_item::before {
        display: none;
    }
}

/* ========================
header
========================== */

/* nav 初期表示 */
.nav {
    background-color: var(--freshgreen);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav_header {
    background-color:var(--freshgreen);
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.header {
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-yellow);
    padding: 2% 2% 0 1%;
    align-items: center;
}

.header__topic {
    background-color: var(--primary-yellow);
    display: flex;
}

.nav_list {
    margin: 0 auto;
    display: block;
    
}

.nav_item {
    color: var(--font-green);
    font-size: 2.4rem;
}

.tel_box {
    margin-top: 0;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.header_btn {
    display: block;
    width: 40px;
    height: 40px;
}

/* header PC */
@media screen and (min-width:769px) {
    .container {
        position: relative;
    }

    .header {
        display: block;
        max-width: 1440px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0);
        padding: 0;
    }

    .header__topic {
        background-color: var(--primary-yellow);
        padding-left: 10%;
        padding-top: 45px;
    }

    .nav_header {
        display: none;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0 0 0 10%;
        position: static;
        transform: translateX(0);
    }

    .header_btn ,
    .nav_btn {
        display: none;
    }

    .nav_box {
        display: flex;
        gap: 2%;
        margin-left: 4.5%;
        margin-top: 66%;
    }
    .nav_list {
        margin: 10% 0 0 0;
        font-size: 1.8rem;
        line-height: 24px; /* 133.333% */
    }
    .nav_item {
        margin-top: 17px;
    }
    .tree {
        display: block;
        height: 100%;
        padding-top: 18%;
    }

    .tel_number {
        color: var(--font-green);
        font-size: 3.2rem;
        font-weight: 400;
        position: relative;
    }

    .tel_number::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 265px;
        height: 2px;
        background-color: #A8C13D;
    }

    .telspan {
        color: var(--font-green);
        font-size: 2rem;
        font-weight: 400;
    }

    .tel_box p {
        color: #333;
        font-size: 1.6rem;
        font-weight: 400;
        margin-top: 10px;
    }

    .tel_box {
        margin-top: -9px;
        margin-left: 4.5%;
    }

}

/*  */
@media screen and (max-width:1355px) {
    .nav_box {
        margin-top: 57%;
    }
}
@media screen and (max-width:1220px) {
    .nav_box {
        margin-top: 40%;
    }
}
@media screen and (max-width:1140px) {
    .nav_box {
        margin-top: 40%;
    }
    .nav_list {
        font-size: 1.6rem;
        line-height: 20px; 
    }
     .tel_box {
        margin-top: -39px;
    }
}
@media screen and (max-width:1024px) {
    .nav_box {
        margin-top: 28%;
    }
    .tel_box {
        margin-top: -41px;
    }
    .tree {
        margin-left: -20px;
    }
}
@media screen and (max-width:890px) {
    .tree {
        margin-left: -46px;
    }
    .tel_box {
        margin-top: -57px;
    }
    .nav_list {
        line-height: 18px; 
    }
}

/* SP */
@media screen and (max-width:769px) {
   .tree {
        display: none;
   }
   .sp_telBox {
        height: 285px;
        background-image: url(../image/tree_image.png);
        background-repeat: no-repeat;
        background-position: right,bottom;
   }

   .nav_item {
        color: #30512E;
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2;

   }
   .tel_box {
        margin-top: 120px;
        padding-left: 36px;
   }
    
   .nav_header {
        padding: 2% 2% 0 1%;
    
    }
    .nav_box {
        margin-top: 20%;
    }
    .nav_item::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #30512E;
        margin-right: 10px;
    }
    .tel_number{
        color: var(--font-green);
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 270px;

        border-bottom: #A8C13D solid 1px;
    }
    .telspan {
        font-size: 2rem;
    }
    .tel_box p {
        color:  var(--font-green);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

}


/* ========================
Article header
========================== */
.article_header {
    background-color: var(--primary-yellow);
}
.mainV {
    display: flex;
    justify-content: space-between;
    padding: 7% 2% 3% 0%;
    max-width: 1440px;
}

.mainTopic {
    display: block;
    color: #30512E;
    text-shadow: 0px 4px 4px #FFF;
    font-size: 4.8rem;
    font-weight: 400;
    letter-spacing: 3.36px;
    margin-left: 10%;
    margin-top: 13%;
}

.mainVisual {
    width: 59%;
    position: relative;
}

.sp_telBox {
    display: none;
}


/*  */
@media screen and (max-width:2560px) {
   .mainV {
    margin: 0 auto;
   }
}
@media screen and (max-width:1355px) {
    .mainTopic {
        font-size: 4rem;
    }
}
@media screen and (max-width:1220px) {
    .mainTopic {
        margin-top: 9%;
    }
    .mainV {
        padding: 9% 2% 3% 0%;
    }
}
@media screen and (max-width:1140px) {
    .mainTopic {
        font-size: 3.6rem;
    }
}
@media screen and (max-width:1040px) {
    .mainTopic {
        font-size: 3.5rem;
    }
}
@media screen and (max-width:1024px) {
    .mainTopic {
        font-size: 3.4rem;
    }
}
@media screen and (max-width:1024px) {
    .mainTopic {
    font-size: 3.3rem;
    }
}
@media screen and (max-width:960px) {
    .mainV {
        padding: 11% 2% 3% 0%;
    }
    .mainTopic {
        font-size: 3rem;
        margin-top: 7%;
    }
}

/* SP */
@media screen and (max-width:769px) {
    .mainV {
        display: block;
        padding: 11% 2% 3%;
    }
    .mainVisual {
        width: 100%;
        margin-top: 30px;
    }
    .mainTopic {
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        line-height: normal;
    }
    .sp_telBox {
        display: block;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 7%;
    }
    
     .sp_tel_number {
        color: var(--font-green);
        font-size: 3.2rem;
        font-weight: 400;
        position: relative;
    }

    .sp_tel_number::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 265px;
        height: 2px;
        background-color: #A8C13D;
    }

    .sp_telspan {
        color: var(--font-green);
        font-size: 2rem;
        font-weight: 400;
    }

    .sp_tel_box p {
        color: #333;
        font-size: 1.6rem;
        font-weight: 400;
        margin-top: 10px;
    }
 
}



/* ========================
about
========================== */
.section_about {
    background-color: var(--primary-yellow);
}
.about_container p {
    color: #333;
    font-family: Inter;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    padding-top: 9%;
}
.about_container h2 {
    color: var(--font-green);
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    margin-top: 18px;
    position: relative;
}

.about_container h2::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 36%;
    display: block;
    width: 400px;
    height: 1px;
    background-color: #333;
}

.about_box {
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 63px;
}

.about_box p {
    color: #333;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 59px; /* 295% */
    padding-top: 10px;
}

.about_box img {
    height: 100%;
}
.sp_about_img {
    display: none;
}
.annai_link {
    display: flex;
    justify-content: flex-end;
    padding-right: 7%;
    padding-bottom: 3%;
    margin-top: 25px;
    position: relative;

    font-family: Inter;
    font-size: 2rem;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* sp */
@media screen and (max-width:769px) {
    .about_container p {
        font-size: 1.4rem;
    }
    .about_container h2 {
        font-size: 2rem;
    }

    .about_container h2::after {
        width: 350px;
        left: 28%;
    }
    .about_box {
        max-width: 76%;
        margin: 20px auto;
    }
    .about_box p {
        line-height: 40px;
        font-size: 1.6rem;
    }
    .about_box img {
        display: none;
    }
    .sp_about_img {
        display: flex;
        justify-content: space-between;
        padding: 0 6.5%;
    }
    .sp_about_img img {
        max-width: 150px;
    }

    .annai_link {
        font-size: 1.8rem;
        margin-top: 69px;
    }

}

@media screen and (max-width:425px) {
    .about_container h2::after {
        left: 9%;
    }
}

/* ========================
nayami
========================== */
.nayami_container {
    background-color: var(--primary-yellow);
    margin: 0 auto;
    padding-top: 75px;
}

.nayami_subT {
    color: #333;
    font-family: Inter;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}
.nayami_container h2 {
    color: #30512E;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-top: 18px;
}

.nayami_container h2::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 36%;
    display: block;
    width: 30%;
    height: 1px;
    background-color: #333;
}


.nayami_contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        "item1 item2 item3"
        "item4 item2 item5"
        "item6 item7 item8";
    gap: 30px;
    max-width: 1220px;
    margin: 70px auto 0;
}
/* グリッドエリアの指定 */
.nayami_contents .n_content:nth-child(1) { grid-area: item1;}
.nayami_contents .i_content.zutuu { grid-area: item2;}
.nayami_contents .n_content:nth-child(3) { grid-area: item3;}
.nayami_contents .i_content.kotuban { grid-area: item4;}
.nayami_contents .i_content.humin { grid-area: item5;}
.nayami_contents .n_content:nth-child(7) { grid-area: item6;}
.nayami_contents .i_content.kosi { grid-area: item7;}


.n_content {
    position: relative;
    /* width: 374px; */
    width: 100%;
    height: 135px;
    background-color: var(--lemonyellow);
    border-radius: 35px;
}

.n_content p {
    color: #333;
    font-size: 2rem;
    font-weight: 400;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}

.i_content {
    /* width: 380px; */
    width: 100%;
    height: 350px;
    background-color: var(--mintgreen);
    border-radius: 35px;
}
.i_content p {
    color: #333;
    font-size: 2rem;
    font-weight: 400;
}
.zutuu,
.kosi {
    display: grid;
    place-items: center; 
}
.kosi {
    margin-top: -158px;
}
.kosi p {
    margin-top: -50px;
}
.zutuu p {
    width: 217px;
    margin-top: -60px;
}
.kotuban,
.humin {
    display: flex;
}
.kotuban p {
    width: 180px;
    padding-top: 40%;
    margin-left: -20%;
}
.kotuban img {
    margin-left: -90px;
}
.humin p {
    width: 240px;
    padding-top: 40%;
    margin-left: -36%;
}
.humin img {
    margin-left: -90px;
}
.sejutu_link{
    display: flex;
    justify-content: flex-end;
    padding-right: 7%;
    padding-bottom: 3%;
    margin-top: 25px;
    position: relative;

    font-family: Inter;
    font-size: 2rem;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (max-width:1024px) {
    .i_content {
        height: 270px;
    }
    .i_content img {
        width: 90%;
    }
    .nayami_contents {
        gap: 24px;
    max-width: 900px;
    }
    .kotuban img {
        margin-left: -60px;
    }
    .humin img {
        margin-left: -55px;
    }
    .humin p {
        margin-left: -73px;
    }
    .zutuu img {
        margin-top: -40px;
    }
    .kosi img {
        margin-top: -25px;
    }
}

/* sp */
@media screen and (max-width:769px) {
    .nayami_container {
        margin: 0 auto;
    }
    .nayami_subT {
    font-size: 1.4rem;
    }
    .nayami_container h2 {
        font-size: 2rem;
    }
    .nayami_container h2::after {
        top: 36px;
        left: 31%;
        width: 293px;
    }
    .n_content {
        display: none;
    }

    .zutuu { order: 1; }
    .kotuban { order: 2; }
    .kosi { order: 4; }
    .humin { order: 3; }

    .nayami_contents {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 525px;

        gap: 25px;
        margin: 40px auto 0;
        padding: 0 4.5%;
    }
    
    .i_content p {
        font-size: 1.6rem;
    }

    .zutuu,
    .kosi {
        height: 300px;
        width: 300px;
        padding: 20px;
    }
    .kosi {
        margin-top: 0;
    }
    .zutuu img,
    .kosi img {
        max-width: 209px;
    } 
    .zutuu p,
    .kosi p {
        margin-top: 0;
    }
    .kotuban,
    .humin {
        height: 170px;
        width: 170px;
        align-items: normal;
    }
    .kotuban img,
    .humin img {
        max-width: 150px;
    }
    .kotuban img {
        margin-left: -28px;
    }
    .kotuban p {
        width: 87px;
        margin-left: -46px;
    }
    .humin img {
        margin-left: -38px;
    }
    .humin p {
        margin-left: -52px;
    }
   .humin_br {
    display: none;
   }
   .sejutu_link {
        font-size: 1.8rem;
        margin-top: 65px;
        padding-bottom: 60px;
    }

}

@media screen and (max-width:425px) {
    .nayami_container h2::after {
        left: 16%;
    }

    .nayami_contents {
        gap: 15px;
        padding: 0 2.5%;
    }

}

/* ========================
news
========================== */
.news {
    background-color: var(--primary-yellow);
}
.newscontainer {
    display: flex;
    padding-top: 5%;
    padding-left: 6%;
}

.n_topic {
    padding-top: 3%;
}

.n_topic p {
    color: #333;
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}
.n_topic h2 {
    color: #30512E;
    font-size: 3.6rem;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.n_topic h2::after {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
}

.txt_Box {
    width: 70%;
    /* max-width: 953px; */
    background-color: #FFF;
    padding: 3%;
    margin-left: 8%;
    border-radius: 33px;
}
.txt_Box_content {
    display: flex;
    padding-top: 25px;
}
.txt_Box_content:first-child {
    padding-top: 0;
}
.date ,
.news_txt{
    color: #333;
    font-family: Inter;
    font-size: 1.8rem;
    font-weight: 400;
}
.news_txt {
    overflow-wrap: anywhere;
    margin-left: 4%;
}

.news_link {
    display: flex;
    justify-content: flex-end;
    padding-right: 7%;
    padding-bottom: 3%;
    margin-top: 50px;
    position: relative;

    font-family: Inter;
    font-size: 2rem;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.sp_obi {
    display: none;
}

/* sp */
@media screen and (max-width:769px) {
    .newscontainer {
        display: block;
        padding: 5% 6%;
    }
    .txt_Box {
        margin: 30px auto;
        padding: 6%;
    }
    .n_topic h2 {
        font-size: 2.2rem;
        margin-top: 18px;
    }
    .n_topic h2::after {
        top: 31px;
        left: 43%;
        width: 15%;
    }
    .date ,
    .news_txt{
        font-size: 1.6rem;
    }

    .news_link {
        margin-top: 0;
        font-size: 1.8rem;
    }
}
@media screen and (max-width:425px) {
    .txt_Box_content {
        display: block;
    }
    .txt_Box {
        min-width: 280px;
        padding: 8%;
        border-radius: 33px;
    }
    .txt_Box_content:first-child {
        padding-top: 0;
    }
    .txt_Box_content:nth-child(2) {
        padding-top: 45px;
    }
    .news_txt {
        margin-top: 18px;
    }
    .sp_obi {
        display: block;
    }
}



/* ========================
footer
========================== */
.footer {
    background-color: var(--footercoler);
}
.footer_box {
    display: flex;
    justify-content: space-between;
    padding-top: 3%;
}
.footer_detail {
    margin-left: 5%;
}
.adress {
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    margin-top: 26px;
}

.googlemap_link {
    display: flex;
    justify-content: space-around;
    background-color: var(--mintgreen);
    width: 171px;
    padding: 10px 12px;
    align-items: center;
    margin-top: 8px;
    border-radius: 20px;
}

.googlemap_link a {
    color: #333;
    font-family: Inter;
    font-size: 2rem;
    font-weight: 400;
}

.business_hours {
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 12px;
}

.footer_tel_box {
    margin-top: 20px;
}

.footer_tel_box p {
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-top: 20px;
}

.footer_tel_number {
    color: var(--primary-black);
    font-size: 3.2rem;
    font-weight: 400;
    position: relative;
}
.yoyaku_br {
    display: none;
}
.footer_nav {
    padding-right: 3%;
    padding-top: 73px;
}
.footernav__item {
    color: #30512E;
    font-size: 2rem;
    font-weight: 400;
    line-height: 200%;
}

.copy {
    color: #333;
    font-family: Inter;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    margin-top: 70px;
}

/* sp */
@media screen and (max-width:769px) {
    .footer_box {
        display: block;
    }
    .footer_rogo img {
        width: 321px;
    }
    .footer_detail {
        text-align: center;
        margin-left: 0;
        margin-top: 15px;
    }
    .googlemap_link {
        margin: 8px auto;
    }
    .adress {
        font-size: 1.8rem;
    }
    .footer_nav {
        text-align: center;
        padding-right: 0;
    }
    .googlemap_link a {
        font-size: 1.6rem;
    }
    .googlemap_link svg {
        width: 20px;
    }
    .business_hours {
        font-size: 1.6rem;
    }
    .telspan {
        font-size: 1.6rem;
    }
    .yoyaku_br {
        display: block;
    }
    .footer_tel_box p {
        font-size: 1.6rem;
    }
    .footernav__item {
        font-size: 1.6rem;
    }
}


/* ========================
detail
========================== */
.container {
    background-color: var(--primary-yellow);
}

.detail_topic {
    color: var(--font-green);
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 90px;
}
.banner_img {
    text-align: center;
    margin-top: 63px;
}
.detail_about {
    padding: 0 5%;
}
.detail_about h3 {
    color: var(--font-green);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 118px;
    text-align: center;
    margin: 60px auto 0;
    border-bottom: #30512E solid 1px;
}
.detail_about p {
    color: var(--primary-black);
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.aboutP1 {
    margin-top: 53px;
}
.aboutP2 {
    margin-top: 20px;
}

.detail_concept {
    max-width: 1440px;
    margin: 0 auto;

    background-image: url(../image/irasuto01.png);
    background-repeat: no-repeat;
    background-position: 10% -38%;
}

.detail_concept h3 {
    color: var(--font-green);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 144px;
    text-align: center;
    margin: 175px auto 0;
    border-bottom: #30512E solid 1px;
}

.concept_txt {
    width: 42%;
}
.concept_txt p {
    color: var(--primary-black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

.concept_box {
    margin-top: 53px;
    display: flex;
    justify-content: flex-end;
}

.concept_img {
    margin-left: 10%;
    padding-right: 3%;
}

.detail_inchou {
    max-width: 1440px;
    display: flex;
    gap: 10%;
    width: 73%;
    margin: 250px auto 0;
    padding-bottom: 100px;

    background-image: url(../image/tree_image.png);
    background-repeat: no-repeat;
    background-position: right bottom;

}

.shoukai_txt {
    width: 57%;
}

.sp_inchou_img {
    display: none;
}

.shoukai_txt h3 {
    color: var(--font-green);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 175px;
    text-align: center;
    border-bottom: #30512E solid 1px;
    margin-bottom: 24px;
}

.shoukai_txt p {
    color: #333;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.shoukaiP2 {
    margin-top: 20px;
}

@media screen and (max-width:769px) {
  .detail_topic {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  .banner_img {
    margin-top: 40px;
  }
  .detail_about {
    padding: 0 8%;
  }
  .detail_about h3 {
    font-size: 2.4rem;
    margin-top: 45px;
    width: 78px;
  }
  .detail_about p {
    font-size: 1.6rem;
    line-height: 160.2%; /* 25.632px */
  }
  .aboutP1 {
    margin-top: 25px;
  }

  .detail_concept {
    padding: 0 8%;
  }
  .detail_concept h3 {
    font-size: 2.4rem;
    width: 100px;
    margin-top: 90px;
  }
  .concept_box {
    display: block;
    margin-top: 0;
  }
  .concept_txt {
    align-items: center;
    width: 100%;
  }
  .concept_txt p {
    font-size: 1.6rem;
    margin-top: 25px;
  }
  .concept_img {
    margin-top: 40px;
  }

  .detail_inchou {
    margin: 150px 0 0;
    width: 100%;
  }
  .inchou_img {
    display: none;
  }
  .sp_inchou_img {
    display: block;
    margin: 20px auto 0;
  }

  .shoukai_txt h3 {
    font-size: 2.4rem;
    width: 120px;
    text-align: center;
    margin: 0 auto;
  }
  .shoukai_txt {
    width: 100%;
    padding: 0 8%;
  }
  .shoukai_txt p {
    font-size: 1.6rem;
    margin-top: 35px;
  }
  .shoukaiP2 {
    margin-bottom: 60px;
  }
}

/* ========================
sejutu
========================== */
.sejutu_about {
    max-width: 1440px;
    margin: 0 auto;
}

.sejutu_about h3 {
    color: var(--font-green);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 384px;
    text-align: center;
    border-bottom: #30512E solid 1px;
    margin-bottom: 24px;
    margin: 60px auto 0;
}

.sejutu_about p {
    color: var(--primary-black);
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 45px; /* 187.5% */
    width: 64%;
    margin: 53px auto 0;
}

.price {
    padding-top: 120px;
    background-image: url(../image/irasuto03.png);
    background-repeat: no-repeat;
    background-position: right;
}

.price h3 {
    color: var(--font-green);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 100px;
    text-align: center;
    border-bottom: #30512E solid 1px;
    margin: 0 auto;
}

.price_box {
    width: 600px;
    border-bottom: #30512E solid 1px;
    margin: 65px auto 0;
}
.price_box ul {
    display: flex;
    justify-content: space-around;
}
.price_box li {
    color: #333;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.flow {
    padding-top: 108px;
}
.useful h3 {
    color: var(--font-green);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 530px;
    text-align: center;
    border-bottom: #30512E solid 1px;
    margin: 175px auto 0;
}
.useful {
    padding-bottom: 70px;
}

.flow h3 {
    color: var(--font-green);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 200px;
    border-bottom: #30512E solid 1px;
    text-align: center;
    margin: 0 auto;
}
.flow_container {
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 70px auto 0;
    padding: 0 5% 167px;

    background-image: url(../image/irasuto05.png);
    background-repeat: no-repeat;
    background-position: 96% 114%;
}
.flow_contents {
    width: 350px;
}
.flow_contents dt {
    color: var(--primary-black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}
.flow_txt {
    color: var(--primary-black);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 15px;
}
.flow_img {
    margin-top: 20px;
}
@media screen and (max-width:1024px) {
    .flow_contents dt {
        font-size: 1.8rem;
    }
    .flow_txt {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:769px) {
    .detail_topic {
        font-size: 2.4rem;
    }
    .sejutu_about h3 {
        font-size: 2.4rem;
        width: 341px;
    }
    .sejutu_about p {
        font-size: 1.6rem;
        line-height: 37px;
        font-weight: 300;
        margin: 25px auto 0;
    }
    .price h3 {
        font-size: 2.4rem;
    }
    .price_box {
        border-bottom: none;
        margin: 0 auto;
        width: 320px;
    }
    .price_box ul {
        display: block;
        width: 200px;
        margin: 37px auto 0;
    }
    .price_container li {
        text-align: center;
        font-size: 2rem;
        border-bottom: #333 solid 1px;
    }
    .price_container li:nth-child(2){
        margin-top: 25px;
    }
    .useful h3 {
        font-size: 2.4rem;
        width: 216px;
    }
    .flow h3 {
        font-size: 2.4rem;
        width: 145px;
    }
    .flow_container {
        display: block;
        justify-items: center;
        margin-top: 25px;
        background-position: 96% 106%;
    }
    .flow_contents dt {
        margin-top: 40px;
    }
    .flow_txt {
        text-align: start;

    }
    .flow_txt_Box {
        display: flex;
        gap: 2%;
    }
    .flow_img {
        min-width: 175px;
    }
    .order1 {
        order: 2;
    }
    .order2 {
        order: 1;
    }
}

/* ========================
access
========================== */
.access_topic {
    color: #30512E;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 90px;
    text-align: center;
}
.gmap {
    margin-top: 90px;
    text-align: center;
}
.sp_gmap {
    display: none;
}
.access_txt {
    display: flex;
    text-align: center;
    justify-content: center;

    color: var(--primary-black);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.access_txt:nth-child(2){
    margin-top: 20px;
}
.access_txtBox {
    margin-top: 60px;
}

.root_container {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 100px auto 0;
    gap: 10%;
}
.root_topic {
    color: var(--primary-black);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-align: center;
    margin-bottom: 20px;
}
.root_contents dl {
    display: block;
    text-align: center;
    min-width: 250px;
}
.root_txt {
    color: var(--primary-black);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.root_dd1 {
    margin-top: 24px;
}
.root_goal {
    display: block;
    text-align: center;
    padding-bottom: 120px;

    background-image: url(../image/irasuto06.png),url(../image/irasuto07.png);
    background-repeat: no-repeat;
    background-position: 10% bottom, 90% bottom;
}
.goal_txt {
    color: var(--primary-black);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 10px;
}
.root_goal_sub {
    display: none;
}
@media screen and (max-width:769px) {
    .gmap {
        display: none;
    }
    .sp_gmap {
        display: block;
        margin-top: 50px;
        text-align: center;
    }

    .access_topic {
        font-size: 2.4rem;
        margin-top: 40px;
    }
    .root_goal_sub {
        display: block;
        text-align: center;
        min-width: 250px;
    }
    .root_goal {
        display: none;
    }
    .root_flexbox {
        display: flex;
        justify-content: center;
        align-items:anchor-center;
        gap: 3%;
    }
    .root_topic {
        font-size: 1.8rem;
        margin-top: 100px;
    }
    .root_txt {
        font-size: 1.6rem;
        width: 120px;
    }
    .root_container {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 150px;

        background-image: url(../image/irasuto06.png),url(../image/irasuto07.png);
        background-repeat: no-repeat;
        background-size: 30%,30%;
        background-position: 5% bottom,95% bottom;
    }
    .root_flexbox img {
        width: 170px;
    }
    .goal_img {
        width: 170px;
    }
    .sp_root_txt {
        display: flex;
        justify-content: center;
        align-items:anchor-center;
        gap: 3%;
    }
    .goal_txt {
        width: 120px;
        font-size: 1.6rem;
    }
  
}

/* ========================
news
========================== */
.news_topic {
    color: var(--font-green);
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 90px;
    text-align: center;
}
.news_Box {
    display: flex;
    justify-content: center;
    margin: 150px auto 0;
    padding-bottom: 150px;
    max-width: 1440px;

    background-image: url(../image/tree_image.png);
    background-repeat: no-repeat;
    background-position: 93% bottom;
}
.news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 80%;
}
.news_table h3 {
    color: var(--primary-black);
    font-family: Inter;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news_month_list li {
    color: var(--primary-black);
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 18px;
}
.news_date,
.news_title {
    color: var(--primary-black);
    font-family: "Sawarabi Gothic";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sp_irasuto {
    display: none;
}

@media screen and (max-width:769px) {
    .news_Box {
        display: block;
        padding-bottom: 0;

        background-image: none;
    }
    .news_list {
        max-width: 90%;
        justify-content: center;
        margin: 0 auto;
    }
    .news_table {
        text-align: center;
        margin: 100px auto;
    }
    .news_topic {
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 40px 0 0;
    }
    .sp_irasuto {
        display: block;
        margin-top: 50px;
    }
}
@media screen and (max-width:425px) {
    .news_item {
        width: 150px;
    }
    .news_list {
        gap: 30px;
    }
    .news_date {
        color: var(--primary-black);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .news_title {
        color: var(--primary-black);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .news_Box {
        margin: 70px auto 0;
    }
}

/* ========================
news_detail
========================== */
.news_detail_box {
    display: flex;
    margin-top: 60px;

    background-image: url(../image/tree_image.png);
    background-repeat: no-repeat;
    background-position: 93% bottom;
}
.news_detail_contents {
    width: 60%;
    margin: 0 8%;
}
.diary_date {
    color: var(--primary-black);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.diary_topic {
    color: var(--primary-black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
.diary_txt {
    color: var(--primary-black);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
.diary_img {
    margin-top: 20px;
    margin-bottom: 100px;
}

@media screen and (max-width:769px) {
    .news_detail_box {
        display: block;

        background-image: none;
    }
    .news_detail_contents {
        margin: 0 auto;
        width: 70%;
    }
    .diary_topic {
        font-size: 2rem;
    }

}

