@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');
@import url("https://use.typekit.net/ros4cmd.css");

html {
    font-size: 18px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

@media screen and (max-width:767px) {
    html {
        font-size: 16px;
    }


}


.sp {
    display: none!important;
}



body {
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    overflow-x: hidden;
}

h3 {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.8rem;
    margin: 0;
    color: #092220;
}

h3>small {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

a {
    color: black;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.w1000 {
    margin: auto;
    width: 90%;
    max-width: 1000px;
}

.btn {
    display: block;
    color: #4fa250;
    border: 1px solid #4fa250;
    padding: 6px 0 8px 19px;
    width: 200px;
    text-align: center;
    margin: auto;
    border-radius: 30px;
    position: relative;
}

.btn img {
    position: absolute;
    width: 13px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.contents {
  padding-top: 90px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: #fff;
  height: 90px;
}
header>div {
    width: 90%;
    max-width: 1260px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    display: block;
    width: 100%;
    max-width: 432px;
}

header .logo img {
    width: 100%;
}

header nav {
    width: 35%;
    max-width: 432px;
    display: flex;
    justify-content: space-between;
}

header .contact {
    display: block;
    font-size: 20px;
    padding: 10px 0;
    width: 25%;
    max-width: 220px;
    background-color: #4fa250;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}

@media screen and (max-width:1080px) {

    .pc {
        display: none!important;
    }

    .sp {
        display: block!important;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        padding-top: 10px;
        width: 100%;
    }

    header>div{
        width: 95%;
    }


    header .logo {
        width: 65%;
        background-color: #fff;
        padding: 0 20px 0 10px;
        border-radius: 40px;
        overflow: hidden;
    }

    header .logo img {
        width: 100%;
        display: block;
    }

    header nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 40%;
        padding: 0 20px 20vh;
        height: 80vh;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.5em;
        background-color: #092220;
        transition: 0.5s;
    }

    header nav.open {
        right: 0;
    }

    header nav a {
        color: #fff;
        display: inline-block;
        margin: 20px 0;
        font-size: 17px;
    }

    header .spmenu {
        width: 23%;
        display: flex;
        justify-content: space-between;
        z-index: 9999;
    }

    header .mail {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10vw;

        max-width: 86px;
        aspect-ratio: 1/1;
        background-color: #4fa250;
        border-radius: 50%;
        text-align: center;
        margin-right: 5px;
        line-height: 10vw;
        position: relative;
    }

    header .mail img {
        width: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .hum {
        position: relative;
        width: 10vw;
        max-width: 86px;
        aspect-ratio: 1/1;
        background-color: #092220;
        border-radius: 50%;
        text-align: center;
    }

    header .hum .wrap_hum {
        width: 50%;
        aspect-ratio: 3/2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    header .hum .wrap_hum span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        transition: 0.5s;
    }

    header .hum .wrap_hum span:first-child {
        top: 0;
    }

    header .hum .wrap_hum span:nth-child(2) {
        top: calc(50% - 1px);
    }

    header .hum .wrap_hum span:last-child {
        bottom: 0;
    }

    header .hum.open .wrap_hum span:first-child {
        top: calc(50% - 1px);
        rotate: 45deg;
    }

    header .hum.open .wrap_hum span:nth-child(2) {
        opacity: 0;
    }

    header .hum.open .wrap_hum span:last-child {
        bottom: calc(50% - 1px);
        rotate: -45deg;
    }

}


.kv {
    position: relative;
}

.kv img {
    width: 100%;
    object-fit: cover;
    max-height: 700px;
    display: block;
}

.kv .ab {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 8888;
}

.kv h2 {
    position: absolute;
    bottom: 10%;
    left: 3%;
}

.kv h2 span {
    font-size: 60px;
    color: #fff;
    background-color: #4fa250;
    line-height: 1.8;
    padding-left: 20px;
}

@media screen and (max-width:1080px) {
    .kv h2 {
        position: absolute;
        bottom: auto;
        top: 35%;
        left: 3%;
        transform: translateY(-50%);

    }
}

@media screen and (max-width:767px) {
    .kv h2 span {
        font-size: 1.6em;
    }
}



#s01 {
    padding: 50px 0;
}

.info {
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
    margin-bottom: 80px;
}

.info>ul {
    width: 70%;
    max-width: 654px;
}

.info>ul li {
    margin-bottom: 20px;
}

.info>ul li:last-child {
    margin-bottom: 0;
}

span.date {
    color: #4fa250;
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
}

.info img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 22%;
}

@media screen and (max-width:1080px) {

    #s01 h3 {
        text-align: center;
        margin-bottom: 50px;
    }

    .info {
        display: block;
        position: relative;
        margin-bottom: 80px;
    }

    .info>ul {
        width: 100%;
        max-width: 654px;
        margin: auto;
    }

    .info img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 22%;
    }
}

@media screen and (max-width:767px) {
    .info>ul {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    span.date {
        color: #4fa250;
        display: block;
        margin-right: 30px;
        font-weight: 600;
    }

    .info img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 22%;
    }

}


#s02 {
    background-color: #d9d8ce;
    padding-bottom: 50px;
}

#s02 .w1000 {
    position: relative;

}

#s02 h4 {
    padding: 50px 80px;
    width: 75%;
    max-width: 740px;
    font-size: 40px;
    color: #fff;
    background-color: #4fa250;
    font-weight: 900;
    border-radius: 0 0 50px 50px;
    transform: translateX(-80px);
}

#s02 p {
    line-height: 2em;
}

#s02 img {
    position: absolute;
}

#s02 .img01 {
    min-width: 600px;
    width: 35vw;
    top: 110px;
    right: calc((1000px - 100vw) / 2);

}

#s02 .img02 {
    width: 400px;
    top: 500px;
    left: -180px;
}

#s02 .img03 {
    width: 230px;
    bottom: 0;
    right: 0;
}

#s02 .con1 {
    margin: 70px 0;
}

#s02 .con2 {
    margin: 0 0 0 270px;
    padding: 20px 0;
}




@media screen and (max-width:1200px) {
    #s02 .img01 {
        min-width: 550px;
        right: calc((900px - 100vw) / 2);
    }

    #s02 .img03 {
        right: -3%;
    }
}

@media screen and (max-width:1080px) {

    #s02 {
        background-color: #d9d8ce;
        padding-bottom: 50px;
    }

    #s02 .w1000 {
        position: relative;
    }

    #s02 h4 {
        padding: 30px 0;
        width: 100%;
        max-width: 740px;
        text-align: center;
        font-size: 40px;
        color: #fff;
        background-color: #4fa250;
        font-weight: 900;
        border-radius: 0 0 50px 50px;
        transform: translateX(0);
        margin: auto;
        margin-bottom: 40px;
    }

    #s02 p {
        line-height: 2em;
    }

    #s02 img {
        position: static;
    }

    #s02 .img01 {
        min-width: auto;
        width: 100%;
        border-radius: 5vw;
    }

    #s02 .img02 {
        width: 400px;
        display: inline-block;
        margin-right: 2%;
    }

    #s02 .img03 {
        width: 230px;
    }

    #s02 .con1 {
        margin: 50px 0;
    }

    #s02 .con2 {
        margin: 30px 0;
        padding: 20px 0;
    }
}

@media screen and (max-width:767px) {
    .spc {
        display: none;
    }


    #s02 h4 {
        padding: 20px 0;
        width: 100%;
        font-size: 1.3em;
        color: #fff;
        background-color: #4fa250;
        font-weight: 900;
        border-radius: 0 0 30px 30px;
        transform: translateX(0);
        margin: auto;
        margin-bottom: 40px;
    }

    #s02 p {
        line-height: 1.9;
    }

    #s02 img {
        position: static;
    }

    #s02 .img01 {
        min-width: auto;
        width: 100%;
        border-radius: 5vw;
    }

    #s02 .img02 {
        width: 100%;
        display: inline-block;
        margin-right: 0;
    }

    #s02 .img03 {
        width: 100%;
    }

    .grid_img {
        display: grid;
        grid-template-columns: 40fr 23fr;
        gap: 2%;
    }

    #s02 p {
        font-size: 14.6px;
    }
    #s02 .con1 {
        margin: 50px 0;
    }

    #s02 .con2 {
        margin: 30px 0;
        padding: 20px 0 0px;
    }
}



#s03 {
    padding: 60px 0;
}

#s03 h3 {
    text-align: center;
}

.ringleaf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    position: relative;
    max-width: 800px;
    margin: 50px 0;
}

.ringleaf h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 380px;
    background-color: #bcd537;
    border-radius: 30px;
    justify-content: center;
    text-align: center;
    font-size: 1.53em;
    margin: 0;
}

.ringleaf article {
    color: #092220;
    background-color: #eeeae8;
    padding: 0 60px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    border-radius: 30px;
}

.ringleaf>img {
    width: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ringleaf:nth-child(even) {
    margin-left: auto;
}

.ringleaf:nth-child(even) h4 {
    order: 2;
}

.ringleaf:nth-child(even) article {
    order: 1;
}

.ringleaf .img01 {
    width: 73px;
    display: block;
    margin-top: 45px;
}

.ringleaf .img02 {
    width: 87px;
    display: block;
    margin-top: 45px;
}

.ringleaf .img03 {
    width: 83px;
    display: block;
    margin-top: 45px;
}

.ringleaf .img04 {
    width: 84px;
    display: block;
    margin-top: 45px;
}

.ringleaf .img05 {
    width: 105px;
    display: block;
    margin-top: 45px;
}

@media screen and (max-width:1080px) {

    #s03 {
        padding: 60px 0;
    }

    #s03 h3 {
        text-align: center;
    }

    .ringleaf {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 8px;
        position: relative;
        width: 80%;
        margin: 50px auto;
    }

    .ringleaf h4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 380px;
        background-color: #bcd537;
        border-radius: 30px;
        justify-content: center;
        text-align: center;
        font-size: 1.53em;
        margin: 0;
    }

    .ringleaf article {
        color: #092220;
        background-color: #eeeae8;
        padding: 0 60px;
        font-size: 0.9em;
        display: flex;
        align-items: center;
        border-radius: 30px;
    }

    .ringleaf>img {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ringleaf:nth-child(even) {
        margin-left: auto;
    }

    .ringleaf:nth-child(even) h4 {
        order: 0;
    }

    .ringleaf:nth-child(even) article {
        order: 1;
    }

}

@media screen and (max-width:767px) {

    #s03 {
        padding: 60px 0;
    }

    #s03 h3 {
        text-align: center;
    }

    .ringleaf {
        gap: 8px;
        position: relative;
        width: 100%;
        margin: 50px auto;
    }

    .ringleaf h4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        background-color: #bcd537;
        border-radius: 30px;
        justify-content: center;
        text-align: center;
        font-size: 1.53em;
        margin: 0;
    }

    .ringleaf article {
        color: #092220;
        background-color: #eeeae8;
        padding: 0 10%;
        font-size: 0.95em;
        display: flex;
        align-items: center;
        border-radius: 30px;
    }

    .ringleaf>img {
        width: 60%;
    }

    .ringleaf h4 img {
        margin-top: 25px !important;
    }


}


#s04 {
    padding: 20px 0;
}

#s04 h3 {
    text-align: center;
    margin: 60px 0;
}

.wrap_service {
    position: relative;
}

.wrap_service .bar {
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: #bcd537;
    top: 0;
    left: 0;
    z-index: -1;
}

#s04 {
    padding-bottom: 100px;
}

#s04 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

#s04 .service {
    position: relative;
}

#s04 .service span {
    position: relative;
}

#s04 .service span img {
    width: 100%;
}

#s04 .service h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15%;
    left: 0%;
    font-size: 2.25em;
    color: #fff;
    text-shadow: #000 0px 0px 10px;
}

#s04 .service article {
    margin: 20px auto 40px;
    width: 85%;
    font-size: 0.83em;
}

#s04 .service.ex1 {
    top: -30px;
}

#s04 .service.ex2 {
    top: 60px;
}

@media screen and (max-width:1080px) {
    .wrap_service {
        position: relative;
        margin-top: 100px;
    }

    .wrap_service .bar {
        position: absolute;
        width: 100vw;
        height: 80px;
        background-color: #bcd537;
        top: -40px;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
    }

    #s04 {
        padding-bottom: 100px;
    }

    #s04 .grid {
        display: block;
    }

    #s04 .service {
        position: relative;
        width: 70%;
        margin: auto;
        margin-bottom: 100px;
    }

    #s04 .service:last-child {
        margin-bottom: 0;
    }

    #s04 .service span {
        position: relative;
    }

    #s04 .service span img {
        width: 100%;
    }

    #s04 .service h4 {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 15%;
        left: 0%;
        font-size: 2.25em;
        color: #fff;
        text-shadow: #000 0px 0px 10px;
    }

    #s04 .service article {
        margin: 20px auto 40px;
        width: 85%;
        font-size: 0.83em;
    }

    #s04 .service.ex1 {
        top: 0;
    }

    #s04 .service.ex2 {
        top: 0;
    }

}

@media screen and (max-width:767px) {
    .wrap_service {
        position: relative;
        margin-top: 100px;
    }


    #s04 {
        padding-bottom: 100px;
    }

    #s04 .service {
        position: relative;
        width: 90%;
        margin: auto;
        margin-bottom: 100px;
    }

    #s04 .service h4 {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 15%;
        left: 0%;
        font-size: 2.25em;
        color: #fff;
        text-shadow: #000 0px 0px 10px;
    }

    #s04 .service article {
        margin: 20px auto 40px;
        width: 85%;
        font-size: 0.95em;
    }

    #s04 .service.ex1 {
        top: 0;
    }

    #s04 .service.ex2 {
        top: 0;
    }

}


.gra {
    background: linear-gradient(To right, #4fa250, #bcd537);
    position: relative;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

.tri {
    position: absolute;
    width: 180px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gra h4 {
    font-size: 1.9em;
}

.gra .btn2 {
    display: flex;
    border: 1px #fff solid;
    font-size: 1.55em;
    color: #fff;
    background-color: #4fa250;
    align-items: center;
    width: 440px;
    margin: auto;
    justify-content: space-evenly;
    padding: 10px 20px;
    border-radius: 30px;
}

.gra .btn2 img {
    height: 28px;
}

.gra .flex {
    display: flex;
    width: fit-content;
    margin: auto;
}

.gra .flex p:first-child {
    font-size: 1.45em;
    margin-top: 30px;
    margin-right: 10px;
}

.tel {
    font-size: 3em;
    font-family: "futura-pt", sans-serif;
}

@media screen and (max-width:1080px) {
    .gra {
        background: linear-gradient(To right, #4fa250, #bcd537);
        position: relative;
        padding: 30px 0;
        text-align: center;
        color: #fff;
    }

    .tri {
        width: 120px;
    }

    .gra h4 {
        font-size: 1.1em;
    }

    .gra .btn2 {
        display: flex;
        border: 1px #fff solid;
        font-size: 1.2em;
        color: #fff;
        background-color: #4fa250;
        align-items: center;
        width: 80%;
        margin: auto;
        justify-content: space-evenly;
        padding: 8px 10px;
        border-radius: 30px;
    }

    .gra .btn2 img {
        height: 20px;
    }

    .gra .flex {
        display: block;
        width: fit-content;
        text-align: center;
        margin: auto;
    }

    .gra .flex p:first-child {
        font-size: 1.1em;
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .tel {
        font-size: 2.5em;
        font-family: "futura-pt", sans-serif;
    }

}



#s05 {
    padding-bottom: 60px;
}

#s05 h3 {
    margin: 60px 0;
    text-align: center;
}

.step {
    position: relative;
    background-color: #f5f3f2;
    padding: 35px 35px 110px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.step::before {
    content: "";
    position: absolute;
    border-top: 55px transparent solid;
    border-left: 250px #fff solid;
    border-bottom: 55px #fff solid;
    border-right: 250px transparent solid;
    bottom: 0;
    left: 0;
}

.step::after {
    content: "";
    position: absolute;
    border-top: 55px transparent solid;
    border-right: 250px #fff solid;
    border-bottom: 55px #fff solid;
    border-left: 250px transparent solid;
    bottom: 0;
    right: 0;
}

.step img:first-child {
    width: 120px;
}

.step .icons {
    width: 130px;
    padding-right: 10px;
    padding-top: 30px;
    text-align: center;
}

.step .icons.icon01 img {
    width: 86px;
}

.step .icons.icon02 img {
    width: 83px;
}

.step .icons.icon03 img {
    width: 65px;
}

.step .icons.icon04 img {
    width: 78px;
}

.step .icons.icon05 img {
    width: 88px;
}


.step h4 {
    font-size: 1.62em;
}

.step p {
    color: #092220;
    font-size: 0.89em;
    line-height: 1.8;
}

.step .comments {
    display: flex;
    margin-top: 50px;
}

.step .comments .point {
    display: flex;
    width: 76px;
    height: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.88em;
    position: relative;
    color: #000;
    background-color: #bcd537;
    margin-right: 10px;
}

.step .comments .point img {
    position: absolute;
    width: 31px;
    top: 0;
    left: 0;
    transform: translate(-70%, -70%);
}

.step .comments .point_con {
    font-size: 0.93em;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}

.summary {
    padding: 30px 0;
    text-align: center;
}

.summary img {
    width: 31px;
}

.summary p {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.8;
}


@media screen and (max-width:1080px) {
    .step {
        position: relative;
        background-color: #f5f3f2;
        padding: 35px 35px 110px;
        display: block;
        align-items: flex-start;
    }


    .step img:first-child {
        width: 120px;
        display: block;
        margin: auto;
    }

    .step .icons {
        position: absolute;
        width: auto;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
        top: 70px;
        left: calc(50% + 70px);
    }

    .step .icons.icon01 img {
        width: 86px;
    }

    .step .icons.icon02 img {
        width: 83px;
    }

    .step .icons.icon03 img {
        width: 65px;
    }

    .step .icons.icon04 img {
        width: 78px;
    }

    .step .icons.icon05 img {
        width: 88px;
    }

    .step h4 {
        font-size: 1.62em;
        text-align: center;
    }

}

@media screen and (max-width:1080px) {
    .step {
        position: relative;
        background-color: #f5f3f2;
        padding: 20px 20px 60px;
        display: block;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .step::before {
        content: "";
        position: absolute;
        border-top: 30px transparent solid;
        border-left: 200px #fff solid;
        border-bottom: 30px #fff solid;
        border-right: 200px transparent solid;
        bottom: 0;
        left: 0;
    }

    .step::after {
        content: "";
        position: absolute;
        border-top: 30px transparent solid;
        border-right: 200px #fff solid;
        border-bottom: 30px #fff solid;
        border-left: 200px transparent solid;
        bottom: 0;
        right: 0;
    }


    .step img:first-child {
        width: 100px;
        display: block;
        margin: auto;
    }

    .step .icons {
        position: absolute;
        width: auto;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
        top: 40px;
        left: calc(50% + 65px);
    }

    .step .icons.icon01 img {
        width: 75px;
    }

    .step .icons.icon02 img {
        width: 75px;
    }

    .step .icons.icon03 img {
        width: 55px;
    }

    .step .icons.icon04 img {
        width: 69px;
    }

    .step .icons.icon05 img {
        width: 78px;
    }

    .step h4 {
        font-size: 1.62em;
        text-align: center;
    }

    .step .comments {
        margin-top: 40px;
    }

    .step .comments .point {
        width: 120px;
        margin-left: 20px;
        font-size: 0.78em;
    }

    .step .comments .point img {
        position: absolute;
        width: 28px;
        top: -5px;
        left: 0;
        transform: translate(-60%, -60%);
    }

}

#s06 {
    background-color: #f5f3f2;
    padding: 70px 0;
}

#s06 h3 {
    text-align: center;
}

#s06 ul li {
    background-color: #fff;
    margin: 10px 0;
    padding: 10px;
    font-size: 1.12em;
    display: flex;
    align-items: center;
}

#s06 ul li span {
    padding: 10px;
    display: inline-block;
}

#s06 ul li span.hl {
    width: 210px;
    background-color: #4fa250;
    color: #fff;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

@media screen and (max-width:1080px) {

    #s06 {
        background-color: #f5f3f2;
        padding: 70px 0;
    }

    #s06 h3 {
        text-align: center;
    }

    #s06 ul li {
        background-color: #fff;
        margin: 10px 0;
        padding: 0 10px 40px;
        font-size: 1.12em;
        display: block;
        text-align: center;
    }

    #s06 ul li span {
        width: 100%;
        padding: 0;
        display: inline-block;
    }

    #s06 ul li span.hl {
        width: 280px;
        background-color: #4fa250;
        color: #fff;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 30px;
    }

}



footer {
    background-color: #000;
    color: #fff;
    text-align: center;
}

footer a {
    color: #fff;
}

footer img {
    width: 160px;
}

.wrap_footer {
    padding: 30px 0;
    font-size: 0.88em;
}


.copy {
    display: block;
    font-family: "futura-pt", sans-serif;
    font-size: 0.78em;
    padding: 12px;
    background-color: #d9d8ce;
    color: #000;
}





/*ーーーーーーーーーーーーーーーーーーーー
  page-contact.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-contact {
  padding: 100px 0 90px;
}
@media screen and (max-width: 1050px) {
  .bottom-contact {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-contact {
    padding-top: 40px;
  }
}
.bottom-contact .container-small .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-contact .container-small .form-item {
    margin-bottom: 15px;
    gap: 0;
  }
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .form-item.hissu .form-left {
    border-top: initial;
  }
}
.bottom-contact .container-small .form-item.hissu .form-left span {
  background-color: #fd0505;
  color: white;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .form-item.hissu .form-left span {
    font-size: 15px;
  }
}
.bottom-contact .container-small .form-item .form-left {
  min-width: 240px;
  padding-top: 17px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1050px) {
  .bottom-contact .container-small .form-item .form-left {
    min-width: 280px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .form-item .form-left {
    border-top: initial;
  }
}
.bottom-contact .container-small .form-item .form-left span {
  display: inline-block;
  min-width: 50px;
  margin-right: 7px;
}
.bottom-contact .container-small .form-item .form-left label {
  cursor: pointer;
}
.bottom-contact .container-small .form-item .form-right {
  width: 100%;
}
.bottom-contact .container-small .form-item .form-right input {
  border: 1px solid #707070;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  background-color: #fff;
  height: 50px;
}
.bottom-contact .container-small .form-item .form-right .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  border-radius: 2px;
  cursor: pointer;
}
.bottom-contact .container-small .form-item .form-right label {
  margin-left: 5px;
  margin-right: 30px;
  cursor: pointer;
}
.bottom-contact .container-small .form-item .form-right textarea {
  border: 1px solid #707070;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  height: 200px;
  background-color: #fff;
}
.bottom-contact .container-small hr {
  display: block;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small hr {
    margin-top: 70px;
  }

  .bottom-contact .container-small .form-item .form-right input {
    width: auto;
  }

.bottom-contact .container-small .form-item .form-right textarea {
  width: auto;
}
}
.bottom-contact .container-small .privacy {
  margin-top: 30px;
  text-align: center;
}
.bottom-contact .container-small .privacy .text {
  text-align: center;
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .privacy .text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.bottom-contact .container-small .privacy a {
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .privacy a {
    font-size: 18px;
  }
}
.bottom-contact .container-small .privacy .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  border-radius: 2px;
  cursor: pointer;
}
.bottom-contact .container-small .privacy label {
  margin-left: 5px;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .privacy label {
    margin-right: 20px;
  }
}
.bottom-contact .container-small .privacy .privacy-check {
  margin-top: 25px;
}
.bottom-contact .container-small .button-wrapper {
  text-align: center;
  margin-top: 40px;
}
.bottom-contact .container-small .button-wrapper button {
  max-width: 280px;
  width: 100%;
  margin: auto;
  background-color: #4fa250;
  border-radius: 38px;
  padding: 16px 0;
  font-size: 18px;
  color: white;
  letter-spacing: 0.1em;
  border: none;
}
@media screen and (max-width: 500px) {
  .bottom-contact .container-small .button-wrapper button {
    max-width: 240px;
    font-size: 16px;
  }
}


.sp_version {
  display: none;
}



/* PC（通常） */
.tbl-spec {
  width: 100%;
}
.spec-table{
  width:100%;
  border-collapse: separate;
  border-spacing: 6px 0;
  background:#fff;
}
.spec-table thead th{
  background:#dfe6f0;
  padding:12px 16px;
  font-weight:700;
}
.spec-table tbody td{
  padding:18px 16px;
}

/* SP（ラベル＋値） */
@media (max-width:768px){
  .spec-table thead{ display:none; }

  .spec-table,
  .spec-table tbody,
  .spec-table tr,
  .spec-table td{
    display:block;
    width:100%;
    border-spacing:0;
  }

  /* 商品ごとの区切り線 */
  .spec-table tbody tr{
    border-top:2px solid #355fb5;
    margin-top:10px;
    padding-top:10px;
  }

  .spec-table tbody td{
    display:flex;
    align-items:center;
    gap:16px;
    padding:8px 0!important;
    border-bottom:1px solid #777;
    background:#fff;
    color:#111;
    font-size:12px!important;
    box-sizing:border-box;
    width: 70px;
  }

  /* 左のラベル（薄グレー） */
  .spec-table tbody td::before{
    content: attr(data-label);   /* ←ここがポイント */
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:70px;
    padding:3px 8px;
    background:#dfe6f0;
    letter-spacing:.35em;
    white-space:nowrap;
    box-sizing:border-box;
  }
}
@media (max-width: 768px){
  .tbl-spec thead{ display:none; }

  .tbl-spec,
  .tbl-spec tbody,
  .tbl-spec tr,
  .tbl-spec td{
    display:block;
    width:100%;
  }

  .tbl-spec tbody tr{
    border-top:2px solid #355fb5;
    margin-top:10px;
    padding-top:10px;
  }

  .tbl-spec tbody td{
    display:flex;
    align-items:center;
    gap:16px;
    padding:8px 0!important;
    border-bottom:1px solid #777;
    background:#fff;
    color:#111;
    font-size:12px!important;
    box-sizing:border-box;
    width: 70px;
  }

  .tbl-spec tbody td::before{
    content: attr(data-label);   /* ←ここがポイント */
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:70px;
    padding:3px 8px;
    background:#dfe6f0;
    letter-spacing:.35em;
    white-space:nowrap;
    box-sizing:border-box;
  }

  /* SPでは中央寄せを解除したい場合 */
  .tbl-spec .is-center{
    text-align:left;
  }
}



.right-img {
  opacity: 0;
}

.sp_header-nav{
  display:none;
}


/* SP表示 */
@media (max-width: 768px){

  /* SP時はナビを隠す（開いたら表示） */
  .sp_header-nav{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    padding:90px 20px 20px;
    background:#fff;
    /* z-index:1000; */
    overflow:auto;
  }
  .sp_header-nav.is-open{ display:block; }

  .sp_header-nav li{
    margin:0 0 18px;
  }
  .sp_header-nav li a{
    display:block;
    font-size:18px;
  }

  .hambarger-icon {
    z-index:1001;
  }

}


@media screen and (max-width: 768px) {
  .pc_version {
    display: none;
  }
  .sp_version {
    display: block;
  }
}


.w800 {
    margin: auto;
    width: 90%;
    max-width: 800px;
}

.contact h3 {
  text-align: center;
}

.hidden-fields-container {
  display: none;
}
.screen-reader-response {
  display: none;
}

.single-news {
  min-height: 50vh;
  margin-top: 50px;
}
.single-news .date {
  color: #4fa250;
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
}
.archive-news {
  min-height: 50vh;
  margin-top: 50px;
}

.archive-news-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d8ce;
}
.archive-news-item .date {
  color: #4fa250;
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
}

.news_title {
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .header {
    background: transparent;
    height: auto;
  }
  .contents {
    padding-top: 0;
  }

  .contact #s01 h3 {
    margin-bottom: 0;
  }

  .summary p {
      font-size: 1.1em;
  }

  #s06 ul li span {
      font-size: 15.5px;
  }

  .news_title {
    font-size: 22px;
  }
}
