@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #111111;
    margin: 0;
    background-color: #ffff;
}
a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
    line-height: 0.85;
    letter-spacing: -0.05em;
    color: #111111;
}
img {
    object-fit: fill;
    object-position: center center;
    width: 100%;
}

.logo{
    object-fit: contain;
}

p{
    font-size: 16px;
    font-weight: 500;
    text-align: center !important;
}


.midasi {
    font-size: 45px;
    font-weight: 600;
    color: #111111;
}

.komidasi {
    font-size: 25px;
    font-weight: 600;
    color: #111111;
}

.text{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #111111;
    font-size: 14px;
}

.n_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.65;
    font-size: 14px;
    letter-spacing: 0.02em;
}

a {
    text-decoration-color: none;  /*リンクの色を消す*/
  }

  html,body {
    overflow-x: hidden;
  }

/*追従*/

.form{
    position: fixed;
    z-index: 99999;
    bottom: 50px;
    right: 50px;
    width: 350px;
}

.inner {
    width: 980px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*画像の下の隙間を消すコード*/


div{
	text-align:center;
}
img{
	vertical-align:top;
}





/* ----------------------------------------------------------------------------------- */



.cta_head {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cta_head p {
    font-size: 25px;
}

.cta_head a{
    width: 600px;
}









/* area1------------------------------- */

.area1 {
    background-color: #8faf68;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
}

.area1 .midasi {
    color: #ffff;
    margin-bottom: 10px;
}

.triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 220px solid transparent;
    border-right: 220px solid transparent;
    border-top: 70px solid #8faf68; /* ←これが「三角形の色」 */
}

/* area2------------------------------- */

.area2 {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 100px;
}



/* area3------------------------------- */

.area3 {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.area3 .midasi {
    margin-bottom: 20px;
}


/* area4------------------------------- */

.area4 {
    background-color: #024627;
    background-image: url(../images/20250513_1932@2x.png);
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    
}

.area4 .midasi {
    margin-bottom: 30px;
    color: #ffff;
}

.area4 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center; 
}

.area4 .list {
    background-color: #ffff;
    border: solid #8faf68 2px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.naname {
    width: 100%;
    height: 100px;
    background: linear-gradient(176deg, #024627 50%, #8faf68 50%);
}

.naname2 {
    width: 100%;
    height: 100px;
    background: linear-gradient(176deg, #8faf68 50%, #024627 50%);
}



/* cta------------------------------- */


.cta {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background-color: #8faf68;
    padding: 50px 0;
}

.cta .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cta p {
    font-size: 25px;
    color: #ffff;
}

.cta a{
    width: 600px;
}



/* area5------------------------------- */

.area5 {
    background-color: #024627;
    background-position: center center;
    background-size: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.area5 .midasi {
    margin-bottom: 30px;
    color: #ffff;
}

.area5 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center; 
}

.area5 .list {
    background-image: url(../images/20250513_18302x.png);
    background-position: center center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 300px;
    height: 300px;
}

.area5 .list p{
    font-size: 25px;
}

.naname3 {
    width: 100%;
    height: 100px;
    background: linear-gradient(176deg, #024627 50%, #d6e2f0 50%);
}




/* area6------------------------------- */

.area6 {
    background-color: #d6e2f0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.naname4 {
    width: 100%;
    height: 100px;
    background: linear-gradient(176deg, #d6e2f0 50%, #ffff 50%);
}

/* area7------------------------------- */

.area7 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.area7 .midasi {
    margin-bottom: 30px;
}

.area7 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.area7 .l {
    display: flex;
    align-items:stretch;
    justify-content: space-between;
}

.area7 .list {
    background-color: #8faf68;
    border-radius: 20px;
    width: 25%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.area7 .komidasi {
    color: #ffff;
}

.area7 .text {
    color: #ffff;
}

.triangle-right {
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #8faf68; /* ←コレが三角形の色 */
  }

  .naname5 {
    width: 100%;
    height: 100px;
    background: linear-gradient(176deg, #ffff 50% , #8faf68 50%);
}



/* area8------------------------------- */


.area8 {
    background-color: #024627;
    background-image: url(../images/20250513_1932@2x.png);
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    padding-bottom: 150px;
}


.area8 .midasi {
    margin-bottom: 30px;
    color: #ffff;
}

.area8 .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.area8 .list {
    background-color: #ffff;
    padding: 10px;
}

.area8 .list .l{
    display: flex;
}

.area8 .list .l:first-child {
    border-bottom: solid 2px #8faf68;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.area8 .list p {
    text-align: start !important;
    font-size: 20px;
}


/*-----------------contact--------------------------------------------*/

.contact {
    padding: 150px 0;
    background-color: #1F7344;
}

.contact .inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact h1 {
    color: #ffff;
    margin-bottom: 100px;
font-weight: 700;
    font-size: 40px;
    line-height: 48.41px;
    font-family: "Inter", sans-serif;
}

.contact p {
    font-weight: 700;
}

.contact span.red {
    color: #ff5353;
}

.contact .whitebold12 {
    color: #ffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 0px;
}
.underbutton a {
    color: #85AC3C;
    font-weight: 700;
}


form div{
    margin-bottom: 30px;
    width: 350px;
}

label{
    font-size: 16px;
    margin-bottom: 20px !important;
    display: block;
    color: #ffff;
    font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select{
    background: #ffff;
    border-radius: 10px;
    padding: 10px;
    font-size: 1rem;
    height: 40px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
    width: 100%;
}

textarea{
    width: 100%;
    height: 16rem;
    border-radius: 10px;
}

input[type="submit"]{
    border: none;
    cursor: pointer;
    line-height: 1;
}

form .required {
    margin-bottom: 30px;
    font-size: 20px;
}

form .button {
    width: 100%;
    background-color: #ffff;
    padding: 10px 30px;
    border-radius: 50px;
    border: solid 4px #85AC3C;
    font-weight: 700;
    font-size: 20px;
}

.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 58px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.underbutton {
    width: 350px;
    margin: 50px 0 30px 0;
    color: #ffff;
}

.checkbox {
    display: flex;
    align-items: baseline;
}

.checkbox label {
    margin-left: 10px;
}



/*-----------------thankyou--------------------------------------------*/

.thankyou {
    margin-top: 50px;
    position: relative;
}

.thankyou a {
    margin-left: 100px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 5px;
}

.thankyou .message {
    color: #080808;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    height: 500px;
}





/*モバイル版
--------------------------------------------------------------------------モバイル版*/
@media (max-width: 600px) {


    .inner {
        width: 95%;
        display: flex;
        flex-direction: column;
    }


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .midasi {
        font-size: 25px;
    }

    .naname {
        height: 50px;
    }

    .naname2 {
        height: 50px;
    }

    .naname3 {
        height: 50px;
    }

    .naname4 {
        height: 50px;
    }

    .naname5 {
        height: 50px;
    }
    


    /* ヘッダー------------------------------- */

    .pc_header {
        display: none;
    }


    /* cta_head------------------------------- */

    .cta_head {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cta_head a {
        width: 90%;
    }

    .cta_head p {
        font-size: 20px;
    }


    /* area1------------------------------- */


    .area1 {
        background-color: #8faf68;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 30px;
    }

    .triangle {
        margin: 0 auto;
        width: 0;
        height: 0;
        border-left: 110px solid transparent;
        border-right: 110px solid transparent;
        border-top: 40px solid #8faf68;
    }

    /* area2------------------------------- */

    .area2 {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    /* area3------------------------------- */


    .area3 {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* area4------------------------------- */

    .area4 {
        background-color: #024627;
        background-image: url(../images/20250513_1932@2x.png);
        background-position: center center;
        background-size: cover;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

    .area4 .box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        justify-items: center;
    }


    /* cta------------------------------- */

    .cta {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        background-color: #8faf68;
        padding: 30px 0;
    }

    .cta p {
        font-size: 20px;
        color: #ffff;
    }

    .cta a {
        width: 90%;
    }

    /* area5------------------------------- */

    .area5 {
        background-color: #024627;
        background-position: center center;
        background-size: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

    .area5 .box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-items: center;
    }

    .area5 .list {
        background-image: url(../images/20250513_18302x.png);
        background-position: center center;
        background-size: contain;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        height: 150px;
    }

    .area5 .list p {
        font-size: 16px;
    }


    /* area6------------------------------- */


    

    /* area7------------------------------- */

    .area7 .l {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 15px;
    }

    .area7 .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .area7 .list {
        background-color: #8faf68;
        border-radius: 20px;
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .triangle-right {
        margin: 0px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 35px solid #8faf68;
        margin-bottom: -20px;
    }
    


    /* area8------------------------------- */


    .area8 {
        background-color: #024627;
        background-image: url(../images/20250513_1932@2x.png);
        background-position: center center;
        background-size: cover;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        padding-bottom: 60px;
    }

    .area8 .list p {
        text-align: start !important;
        font-size: 16px;
    }


    /* area9------------------------------- */



    .area9 .title_box .midasi {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .area9 .title_box .text {
        font-size: 15px;
    }

    .area9 .inner img {
        width: 90%;
    }


 
    /* area10------------------------------- */

    .area10 .title_box .midasi {
        font-size: 30px;
    }

    .area10 .inner {
        margin: 0 auto;
        padding: 60px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 90%;
        align-items: flex-start;
    }

    .area10 .q_box .q_text {
        font-size: 20px;
    }

    .area10 .a_box p {
        font-size: 15px;
    }

    .area10 .q_box .q {
        font-size: 30px;
        color: #E6202D;
        font-weight: 700;
        margin-right: 10px;
    }

    .area10 .list .q_box {
        display: flex;
        margin: 20px;
        align-items: baseline;
    }


 
    /* area3_1------------------------------- */

    .area3_1 a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        background-color: rgb(239, 73, 43);
        margin: 20px 0;
        padding: 15px 0;
        border-radius: 100px;
        color: #ffff;
        position: relative;
    }

    .area3_1 .yajirusi {
        position: absolute;
        top: 50px;
        left: 345px;
        width: 20px;
        height: auto;
    }

    .area3_1 .no1 {
        font-size: 15px;
    }

    .area3_1 a .no2 {
        font-size: 20px;
        text-align: center;
    }

    .area3_1 .tel_a {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        background-color: rgb(239, 73, 43);
        padding: 15px 0;
        border-radius: 100px;
        color: #ffff;
    }

    .area3_1 .tel_a .no2 {
        font-size: 20px;
    }

    .area3_1 .tel_box {
        display: flex;
        align-items: center;
        padding-top: 5px;
        flex-direction: column;
        position: relative;
    }

    .area3_1 .tel_box .tel {
        font-size: 35px;
        padding: 0 10px 0 10px;
        line-height: 1em;
        margin-left: 25px;
    }

    .area3_1 .tel_box .tel_icon {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 25px;
    }

    .area3_1 {
        gap: 0px;
        padding: 60px 0;
    }



    /* footer------------------------------- */


    .page-fotter {
        padding: 15px;
        bottom: -30px;
    }

    .page-fotter .r a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
    }

    .footer_menu .footer_menu_box {
        display: none;
    }

    footer .rinen {
        margin-bottom: 60px;
        font-size: 12px;
    }

    .footer_menu {
        margin-bottom: 15px;
    }


    /* contact------------------------------- */

    .contact {
        padding: 30px 0;
    }

    .contact .inner {
        width: 90%;
        padding: 60px 0;
    }

    form {
        width: 90%;
    }

    form div {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .contact label {
        margin-bottom: 10px;
    }

    input[type="text"], input[type="email"], input[type="tel"], select {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    input[type="image"]{
        width: 100%;
        margin-top: 20px;
    }


}
