@charset"utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

.font2{
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}
.mv{
    width: 100%;
    height: 288px;
    background-image:url("../img/mv.png");
    background-size: cover;
    position: relative;
}
.mv h1{
    text-align: center;
    padding-top: 111px;
}
.mv h1 .font2{
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.mv h1 .font{
    font-size: 3rem;
    font-weight: 600;
    display: block;
}
.breadcrumb{
    margin-top: 30px;
}
.breadcrumb .flex{
    justify-content: flex-start;
}
.breadcrumb span{
    font-size: 1.5rem;
    font-weight: 400;
}
.breadcrumb a{
    text-decoration: underline;
}
.sec1{
    margin-top: 60px;
}
.sec h2{
    margin-bottom: 30px;
}
.sec h2 .font{
    font-size: 3.5rem;
    font-weight: 500;
    display: block;
    text-align: center;
}
.sec h2 .font2{
    font-size: 1.4rem;
    text-align: center;
    display: block;
    color: #6F9272;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.sec .list li{
    position: relative;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 9px;
}
.sec .list li:before{
    position: absolute;
    content: "●";
    color: #005F35;
    font-size: 0.8rem;
    top: 14px;
    left: 0;
}
#message .mv .img_in{
    position: absolute;
    bottom: 0;
    right: 50px;
}
#message .sec1 .honbun18{
    line-height: 2.8;
    margin-bottom: 46px;
}
#message .sec1 .name{
    font-size: 2rem;
    font-weight: 500;
    text-align: right;    
}
#message .profile{
    justify-content: flex-start;
    align-items: center;
}
#message .profile img{
    margin-right: 40px;
}
#message .profile h3{
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 21px;    
}
#message .profile h3 span{
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 11px;    
}
#message .sec2 .honbun16{
    margin-top: 26px;
}
#message .sec2{
    background: #F1EFEA;
    margin-top: 80px;
    padding-bottom: 70px;
}
#message .sec2 h2{
    position: relative;
    top: -31px;
    margin-bottom: 0;   
}
main form dl{
    display: flex;
    border-bottom: 1px solid #36240b5c;
    padding-bottom: 18px;
    margin-bottom: 18px;   
}
main form dt{
    width: 270px;
}
main form dd{
    flex: 1;
    background: #F1EFEA;
}
main form dd.padding{
    padding: 20px;
}
main form dt span{
    background: #c2d296;
    padding: 2px 7px;
    margin-right: 10px;    
}
main form .scroll{
    overflow: scroll;
    height: 400px;
    margin-top: 40px;
    overflow-x: hidden;
    border: 1px solid #b6b0a7;
    padding: 20px;
}
main form .scroll p{
    margin-bottom: 20px;
}
main form .doui{
    text-align: center;
    margin-top: 50px;   
}
main form .doui input[type="checkbox"]{
    width: 27px;
    height: 27px;
    position: relative;
    top: 7px;
    margin-right: 16px;
}
main form .doui span{
    font-weight: 700;
    font-size: 1.8rem;   
}
main form button[type="submit"]{
    width: 500px;
    border-radius: 90px;
    padding: 20px 0;
    font-size: 2rem;
    background: #31704E;
    display: block;
    margin: 50px auto 0;    
}
main .sec .read{
    text-align: center;
    margin-bottom: 60px;
}




@media only screen and (max-width: 767px){
    .mv{
        height: 140px;
        margin-top: 70px;
        overflow: hidden;
    }
    .mv h1{
        text-align: center;
        padding-top: 46px;
    }
    .mv h1 .font2{
        font-size: 1.3rem;
    }
    .mv h1 .font{
        font-size: 2rem;
    }
    #message .mv .img_in{
        width: 140px;
        right: -30px;
    }
    .sec h2{
        margin-bottom: 20px;
    }
    .breadcrumb{
        display: none;
    }
    .sec h2 .font{
        font-size: 2.8rem;
    }
    .sec h2 .font2{
        font-size: 1.3rem;
    }
    #message .sec1 .honbun18 {
        line-height: 2.3;
        margin-bottom: 18px;
    }
    #message .sec1 .name{
        font-size: 1.6rem;
    }
    #message .sec2{
        margin-top: 69px;
    }
    #message .sec2 h2{
        top: -23px;
    }
    #message .profile img{
        margin: 0 auto;
        display: block;
        width: 80%;
        margin-bottom: 30px;
    }
    #message .profile h3{
        font-size: 2.5rem;
    }
    .sec .list li{
        font-size: 1.6rem;
    }
    #message .sec2 .honbun16{
        margin-top: 18px;
    }
    #message .sec2{
        padding-bottom: 60px;
    }
    main form dl{
        display: block;
    }
    main form dt{
        margin-bottom: 10px;
    }
    main form button[type="submit"]{
        width: 100%;   
    }
    main form .doui span{
        font-size: 1.6rem;
    }
    .thanks .send_btn a{
        width: 70%;
        max-width: 500px;
        border-radius: 90px;
        padding: 20px 0;
        font-size: 2rem;
        background: #31704E;
        display: block;
        margin: 50px auto 0;
    }
}/*sp-end*/






























