@charset "UTF-8";

.box00{
    align-items: end;
    padding-left: 16%;
}

.box01{
    width: 100px;
    height: 100px;
    background-color: #B79AA1;
}

.box02{
    margin: 0 auto 0 -34px;
    color: #002B05;
    letter-spacing: 0.5rem;
    line-height: 1;
    font-weight: bold;
}

.bc-p02{
    background-color: #EFDCE1;
    gap: 48px;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.bc-p02 img{
    margin: 50px 0;
}

.bc-p02 .font24{
    padding: 24px 0;
}

.contact-form {
    background-color: #E3D9D0;
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .contact-form h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .contact-form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .contact-form .required {
    color: red;
    font-size: 0.9em;
  }
  
  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .co-waku02 {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .contact-form button {
    max-width: 95%;
    margin: 20px auto 0;
    padding: 12px 20px;
    background-color: #619D44;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  
  .contact-form button:hover {
    opacity: 0.7;
  }

/* Blog */
.blog-waku01{
    max-width: 1620px;
    height: auto;
    margin: 30px auto;
    padding: 40px 24px;
    background: linear-gradient(to bottom, #CADEC0 50%, #619D44 100%);
}

.blog-waku01 h3{
    font-size: 32px;
    justify-content: center;
    gap: 16px;
    line-height: 76px;
}

.blog-waku01 h3::after, .blog-waku01 h3::before{
    content: url(../images/hana01_80x76.png);
}

.blog-waku02{
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-waku03{
    background-color: #fff;
    width: 600px;
    height: 590px;
    box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
}

.blog-waku03 img{
    margin: 24px auto 30px;
}

.blog-text01{
    font-size: 24px;
}

.blog-text02{
    width: 700px;
    text-align: left;
}

.blog-text02 p{
    padding-bottom: 24px;
}

/* 実績 */
.ji-waku00{
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.ji-waku01{
    width: 430px;
    height: 456px;
    box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 50px 0;
}

.ji-waku01 img{
    padding: 16px auto;
}

.ji-waku01 p{
    padding: 16px auto;
}

.ji-waku02{
    margin: 16px auto;
    padding: 5px 16px;
    border: 1px solid #82CAD0;
    border-radius: 5px;
    color: #82CAD0;
    width: 114px;
    align-items: center;
    justify-content: space-between;
    transition: border 0.3s, letter-spacing 0.3s, padding 0.3s;
}

.ji-waku02:hover{
    border: 1px solid #EFDCE1;
    letter-spacing: 0.2rem;
    padding: 5px 8px 5px 16px;
}

.ji-waku06 {
    text-align: left;
    margin: 50px 16px 100px;
}

.ji-waku06 h3{
    font-weight: bold;
    margin: 24px 0;
}

.ji-waku06 h3::before{
    content: "◆";
    color: #B79AA1;
    padding-right: 16px;
}

.ji-waku07{
    gap: 80px;
}

.ji-waku04{
    text-align: left;
    flex-wrap: wrap;
}

.ji-waku04 dt{
    width: 126px;
    height: 48px;
}

.ji-waku04 dd{
    max-width: 600px;
    text-align: left;
    flex-wrap: wrap;
}

.ji-waku04 dd p{
    padding: 0 10px;
}

.ji-waku05 p{
    text-align: left;
    margin: 32px 0;
}

.ji-waku08{
    flex-wrap: wrap;
    gap: 24px;
    margin: 50px auto;
}


/* 仕事の流れ */
.wo-waku01{
    margin: 50px auto;
}

.wo-waku02 h3{
    align-items: center;
}

.wo-waku02 h3 .font20{
    width: 120px;
    line-height: 40px;
    background-color: #EFDCE1;
    color: #002B05;
    font-weight: bold;
    border-radius: 5px;
    margin: 50px 24px;
}

.wo-waku03{
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.wo-waku04{
    width: 395px;
    height: 288px;
    text-align: justify;
    border: 2px solid #002B05;
    padding: 24px;
}

.wo-border01{
    border: 1px dashed #002B05;
    margin: 24px 8px;
}

.wo-waku05{
    width: 120px;
    line-height: 48px;
    border: 1px solid #002B05;
    border-radius: 5px;
    margin-right: 16px;
}

.wo-waku06{
    border-bottom: 2px solid #002B05;
    border-left: 8px solid #002B05;
    color: #002B05;
    padding-left: 16px;
    width: 400px;
}

.wo-waku07{
    text-align: left;
    margin: 32px auto;
}

.wo-waku07r{
    padding-left: 80px;
}

.wo-waku07 li{
    padding: 8px 0 0 16px;
}

.wo-waku08{
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

/* プライバシーポリシー */
.pri01 p{
    margin: 50px;
    text-align: left;
}

.pri02{
    margin: 0 40px 100px;
}

.pri02 .wo-waku06{
    width: 440px;
    margin-bottom: 24px;
}

/* 特定商取引法 */
.not01{
    width: 60vw;
    height: auto;
    margin: 50px auto;
    text-align: left;
    border-collapse: collapse;
}

.not03{
    border: 1px solid #333;
    padding: 8px;
    background-color: #EFDCE1;
    width: 150px;
}

.not04{
    border: 1px solid #333;
    padding: 8px;
}



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

.ji-waku04 .flex{
    display: inline;
}

.ji-waku04 .flex dd{
    display: flex;
    padding-left: 16px;
    margin-bottom: 40px;
}

.ji-waku07{
    gap: 40px;
}

.wo-waku01 img{
    width: 1000px;
    height: auto;
}

}

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

    .ji-waku07{
        flex-wrap: wrap;
        justify-content: center;
    }

    .ji-waku05 p{
        margin: 16px 0;
    }

    .wo-waku01 img{
        width: 750px;
        height: auto;
    }

    .not01{
    width: 80vw;
    height: auto;
    }

}



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

.box00{
    margin: 100px 0 0 24px;
    padding-left: 0;
}

.box01{
    width: 65px;
    height: 65px;
}

.box02{
    margin: 0 auto 0 -28px;
}

.contact-form {
    max-width: 768px;
    margin: 0 16px;
}

.con-bc02{
    padding: 0 16px;
    text-align: left;
}

.blog-waku01{
    margin: 30px 16px;
}

.blog-waku01 h3{
    flex-direction: column;
    line-height: 40px;
    justify-content: left;
    gap: 0;
}

.blog-waku01 h3::after{
    content: none;
}

.blog-waku03{
    width: 282px;
    height: auto;
    padding: 8px 8px 24px;
}

.blog-waku03 img{
    width: 250px;
    height: auto;
}

.ji-waku07 img{
    width: 450px;
    height: auto;
}

.wo-waku01 img{
    width: 480px;
    height: auto;
}

.wo-waku08 img{
    width: 200px;
    height: auto;
}

.wo-waku08{
    align-items: end;
}

.wo-waku05{
    text-align: center;
    width: 100px;
}

.wo-waku07r{
    padding-left: 0;
}

.wo-waku06{
    width: 350px;
}

.pri02 .wo-waku06{
    width: 400px;
    margin-bottom: 24px;
}

.pri01 p{
    margin: 16px;
}



}

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

    .bc-p02{
        flex-direction: column-reverse;
    }

    .required{
        display: inline;
    }

    .ji-waku01{
        width: 312px;
        height: auto;
        margin: 24px auto;
    }

    .ji-waku01 img{
        width: 280px;
        height: auto;
    }

    .ji-waku02 img{
        width: 17px;
        height: auto;
    }

    .ji-waku07 img{
        width: 300px;
        height: auto;
    }

    .ji-waku01 .font20{
        font-weight: bold;
    }

    .ji-waku06 {
        margin: 50px 16px;
    }

    .wo-waku01 img{
        width: 300px;
        height: auto;
    }

    .wo-waku02 h3{
        flex-direction: column;
    }

    .wo-waku02 h3 .font20{
        margin: 50px 0 16px 16px;
    }

    .wo-waku02 h3 .font24{
        margin-bottom: 50px;
    }

    .wo-waku04{
        width: 300px;
        height: auto;
        padding: 8px;
    }

    .wo-waku04 .flex{
        /* flex-direction: column; */
        font-size: 20px;
    }

    .wo-waku04 .font24{
        margin: 24px 0 0 8px;
    }

    .wo-waku05{
        margin-right: 8px;
        line-height: 40px;
        width: 80px;
    }

    .wo-waku06{
        width: 300px;
    }

    .wo-waku07 li{
        line-height: 1.3;
        padding:8px 16px;
    }

    .wo-waku07 .font24{
        margin: 0 8px;
    }

    .wo-waku02 h3 .font24 {
        margin-bottom: 32px;
    }

    .pri02{
    margin: 0 8px 100px;
    }

    .pri02 .wo-waku06{
    width: 300px;
    margin-bottom: 8px;
    }

    .not01{
    width: 95vw;
    height: auto;
    }

}



