@charset "UTF-8";
img {
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
}
main{
 color: #444;
}
.sp{
    display: block;
}
.pc{
    display: none;
}
@media screen and (min-width: 959px) {
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
}
.mv_area{
    margin-bottom: 24px;
}
.common_inner{
    padding: 0 35px;
}
@media screen and (min-width: 959px) {
    .common_inner{
        max-width: 996px;
        margin: 0 auto;
        padding: 0 2%;
    }
}

.intro{
    position: relative;
    margin-bottom: 100px;
}
@media screen and (min-width: 959px) {
    .intro{
        max-width: 100%;
        margin: 0 0 230px 0%;
    }
    .intro .inner{
        max-width: 996px;
        margin: 80px auto;
        padding: 0;
    }
    .intro .inner > div{
        display: flex;
        flex-direction: row-reverse;
    }
}
.intro:after{
    content: "";
    position: absolute;
    width: calc(100%);
    background: #FDF9FC;
    height: 95%;
    top: 85px;
    left: 0;
    z-index: -1;
    border-radius: 20px;
}
@media screen and (min-width: 959px) {
    .intro:after{
        content: none;
    }
}
.intro .prof{
    margin-top: 20px;
}
@media screen and (min-width: 959px) {
    .intro .prof{
        /* position: absolute;
        right: 0;
        top: -50px; */
        margin-left: 10%;
    }
    .intro .prof:after{
        content: "";
        position: absolute;
        width: calc(100% + 50%);
        background: #FDF9FC;
        height: 98%;
        top: 60px;
        left: -80%;
        z-index: -1;
        border-radius: 100px 0 0 100px;
        padding-left: 30%;
    }
}
@media screen and (min-width: 1400px) {
    .intro .prof:after{
        width: calc(100% + 120%);
        left: 30%;
    }
}
.intro img{
    display: block;
    margin: auto;
}
@media screen and (min-width: 959px) {
    .intro img{
        margin: 0;
        max-width: 380px;
    }
}
.intro .text, .intro .name{
    line-height: 1.8;
    font-size: 1.5rem;
}
.intro .name{
    font-size: 1.3rem;
    text-align: center;
    margin: 8px auto 40px;
}
@media screen and (min-width: 959px) {
    .intro .text, .intro .name{
        font-size: 1.6rem;
        margin: 8px auto 0;
        text-align: left;
    }
    .intro .text{
        padding: 140px 0 0;
        width: 55%;
        margin: 0;
    }
}
@media screen and (min-width: 1200px) {
    .intro .text{
        width: 70%;
    }
}
.voice .flex1{
        display: flex;
        justify-content: center;
        gap: 10px;
}
.voice .flex1 img{
    width: 30px;
    height: 100%;
    margin: 5px 0 0;
}
@media screen and (min-width: 959px) {
    .require .flex1,.voice .flex1{
        display: flex;
        justify-content: center;
        gap: 10px;
        padding-top: 30px;
    }
    .require .flex1{
        padding-top: 0px;
    }
    .require .flex1 img,.voice .flex1 img{
        width: 40px;
        height: 100%;
        margin: 5px 0 0;
    }
}
.require h2{
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 50px;
}
@media screen and (min-width: 959px) {
    .require h2{
        font-size: 3.3rem;
        margin-bottom: 80px;
    }
}

.headingicon{
    width: 20vw;
    margin: 0 auto 8px;
}
@media screen and (min-width: 959px) {
    .headingicon{
        width: 7%;
    }
}
.require .kind{
    text-align: center;
}
@media screen and (min-width: 959px) {
    .require .kind{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}
.require .kind > div{
    margin-bottom: 50px;
}
@media screen and (min-width: 959px) {
    .require .kind > div{
        margin-bottom: 0;
    }
}
.require .kind .name{
    border-bottom: 8px solid #FAF5C5;
    border-radius: 4px;
    font-size: 2rem;
    padding-bottom: 10px;
}
.require .kind > div:nth-of-type(2) .name{
    border-bottom: 8px solid #E8F9DA;
}
.require .kind img{
        width: 40%;
        margin: 20px auto 10px;
}
@media screen and (min-width: 959px) {
    .require .kind img{
        width: 50%;
        height: 40%;
    }
}
@media screen and (min-width: 959px) {
    .require .kind ul{
        height: 35%;
    }
}
.require .kind li{
    text-align: left;
    font-size: 1.5rem;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
}
.require .kind a{
    background-color: #FF9D03;
    height: 44px;
    border-radius: 22px;
    color: #fff;
    width: 50vw;
    line-height: 44px;
    display: block;
    margin: 20px auto;
    font-size: 1.4rem;
    position: relative;
}
@media screen and (min-width: 959px) {
    .require .kind a{
        width: 70%;
        font-size: 1.6rem;
    }
}
.require .kind a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

.feature{
    text-align: center;
}
@media screen and (min-width: 959px) {
    .feature{
        margin-top: 100px;
        margin-bottom: 150px;
    }
}
.feature h2{
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 40px;
}
@media screen and (min-width: 959px) {
    .feature h2{
        font-size: 3.3rem;
        margin-bottom: 50px;
    }
}
.feature h2 .green{
    color: #40B25D;
}
.feature h2 .orange{
    color: #FF9D03;
}

.feature .inner{
    padding: 0 35px;
    margin-bottom: 50px;
    position: relative;
}
@media screen and (min-width: 959px) {
    .feature .inner{
        display: flex;
        gap: 3%;
        margin-bottom: 50px;
        padding: 0;
    }
    .feature .inner:nth-of-type(2n){
        flex-direction: row-reverse;
    }
    .feature .inner img{
        width: 48%;
    }
}
.feature .inner .feature_bg{
    position: absolute;
    width: 75vw;
}
.feature .inner .feature_bg.bg1{
    bottom: -60px;
    right: 0
}
.feature .inner .feature_bg.bg4{
    bottom: -20px;
    left: 0
}
@media screen and (min-width: 959px) {
    .feature .inner .feature_bg{
        width: 48%;
        max-width: 700px;
    }
    .feature .inner .feature_bg.bg1{
        top: -50px;
        right: 0;
    }
    .feature .inner .feature_bg.bg4{
        top: -80px;
        left: 0;
    }
}
.feature .inner > div{
    position: relative;
}
@media screen and (min-width: 959px) {
    .feature .inner:nth-of-type(2n){
        padding-left: 12%;
    }
    .feature .inner:nth-of-type(2n+1){
        padding-right: 12%;
    }
    .feature .inner > div{
        text-align: left;
        padding-right: 5%;
        width:45%;
        padding-top: 50px;
    }
}
.feature .inner > div p{
    font-size: 1.2rem;
    color: #38B25C;
    margin-top: 20px;
}
@media screen and (min-width: 959px) {
    .feature .inner > div p{
        font-size: 1.4rem;
        margin-top: 0;
    }
}
.feature .inner > div dt{
    font-size: 1.8rem;
    margin: 5px auto 15px;
}
@media screen and (min-width: 959px) {
    .feature .inner > div dt{
        font-size: 2.4rem;
        margin: 18px auto;
    }
}
.feature .inner > div dd{
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
}
@media screen and (min-width: 959px) {
    .feature .inner > div dd{
        font-size: 1.6rem;
        line-height: 2;
    }
}

.about{
    padding: 40px 35px 60px;
}
@media screen and (min-width: 959px) {
    .about{
        padding: 80px 2%;
        margin: 150px 2% 0;
        border-radius: 40px;
    }
}
#type1{
    background: #FFFDEA;
    /* margin-top: 100px; */
}
@media screen and (min-width: 959px) {
    #type1{
        margin-top: 150px;
    }
}
#type2{
    background: #EFF9F2;
    margin-top: 50px;
}
@media screen and (min-width: 959px) {
    #type2{
        margin-top: 80px;
    }
}
#type3{
    background: #fbf2e1;
}
.about h2{
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 30px;
}
.about h2 span{
    display: block;
}
@media screen and (min-width: 959px) {
    .about h2{
        margin-bottom: 40px;
        font-size: 3.3rem;
    }
    .about h2 span{
        width: 1em;
        display: inline-block;
    }
}
@media screen and (min-width: 959px) {
    .about .btn_area{
        display: flex;
        justify-content: center;
        gap: 40px;
        padding-bottom: 30px;
    }
}
.about .btn_area a,.about .outline a{
    background: #FF9D03;
    width: 80vw;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    font-size: 1.6rem;
}
@media screen and (min-width: 959px) {
    .about .btn_area a,.about .outline a{
        width: 35%;
        max-width: 300px;
    }
}
.about .btn_area a:after,.about .outline a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
.about .inner{
    padding: 40px 20px 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #40B25D;
    margin-bottom: 40px;
}
#type3 .inner{
    border: 2px solid #FF9D03;
}
@media screen and (min-width: 959px) {
    .about .inner{
        max-width: 996px;
        margin: 0 auto;
        padding: 50px 40px;
    }
    .about .inner .flexpc{
        display: flex;
        justify-content: space-between;
    }
    .about .inner .flexpc .schedule{
        width: 48%;
    }
    .about .inner .flexpc .detail{
        width: 48%;
    }
}
.about .inner h3{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
}
@media screen and (min-width: 959px) {
    .about .inner h3{
        font-size: 3rem;
        margin-bottom: 60px;
    }
}
.about .inner .schedule dl{
    display: flex;
    margin-bottom: 20px;
}
.about .inner .schedule dl dt{
    font-size: 1.4rem;
    margin-right: 20px;
}
@media screen and (min-width: 959px) {
    .about .inner .schedule dl dt{
        font-size: 1.8rem;
    }
}
.about .inner .schedule dl dd{
    line-height: 1.5;
    font-size: 1.4rem;
}
@media screen and (min-width: 959px) {
    .about .inner .schedule dl dd{
            font-size: 1.8rem;
    }
}
.about .inner .schedule dl dt{
    color: #40B25D;
}
.about .inner .schedule.orange dl dt{
    color: #FF9D03 !important;
}
.about .inner .schedule dl dt span{
    color: #444;
}
.about .inner .detail > div{
    background: #F8F8F8;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 15px 20px;
    line-height: 1.8;
    position: relative;
}
#Type3 .inner .detail > div{
    background:#fffdea;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div{
        padding: 15px 30px;
    }
}
.about .inner .detail > div img{
    position: absolute;
    z-index: 2;
}
.about .inner .detail > div .icon1.sp{
    bottom: -35px;
    right: -5px;
    width: 55px;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div .icon1.pc{
        bottom: -20px;
        right: -5px;
        width: 55px;
    }
}
.about .inner .detail > div .icon2{
    top: -35px;
    right: -5px;
    width: 55px;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div .icon2{
        top: auto;
        bottom: -5px;
        right: -20px;
        width: 55px;
    }
}
.about .inner .detail > div .icon3{
    bottom: -10px;
    right: -5px;
    width: 55px;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div .icon3{
        top: auto;
        bottom: -10px;
        right: -20px;
        width: 60px;
    }
}
.about .inner .detail > div .icon4{
    bottom: -10px;
    right: -12px;
    width: 55px;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div .icon4{
        bottom: -10px;
        right: -25px;
        width: 55px;
    }
}
.about .inner .detail > div .icon5{
    bottom: -20px;
    right: 5px;
    width: 68px;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div .icon5{
        top: -20px;
        right: -20px;
        width: 70px;
    }
}
.about .inner .detail > div .icon6{
    top: -55px;
    right: 5px;
    width: 60px;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div .icon6{
        top: auto;
        bottom: -25px;
        right: -15px;
        width: 60px;
    }
}

.about .inner .detail > div:first-of-type{
    margin-top: 40px;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div:first-of-type{
        margin-top: 0;
    }
}
.about .inner .detail > div:last-of-type{
    margin-bottom: 0;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div{
        margin-top: 0;
    }
}
.about .inner .detail > div .ttl{
    font-size: 1.3rem;
    color: #40B25D;
}
.about .inner .detail.orange > div .ttl{
    color: #FF9D03;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div .ttl{
        font-size: 1.6rem;
    }
}
.about .inner .detail > div .text{
    font-size: 1.3rem;
    line-height: 1.8;
}
@media screen and (min-width: 959px) {
    .about .inner .detail > div .text{
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 959px) {
    .about .outline {
        margin-top: 70px;
    }
}
.about .outline dl{
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
}
.about .outline dl:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #40B25D;
}
.about .outline.orange dl:before{
    background:#FF9D03
}
@media screen and (min-width: 959px) {
    .about .outline dl{
        display: flex;
        max-width: 900px;
        margin: auto;
        padding: 20px 10px 40px;
    }
}
@media screen and (min-width: 959px) {
    .about .outline dl:before {
        height: 4px;
        bottom: 9px;
    }
}
.about .outline dl:first-of-type{
    padding-top: 0;
}
.about .outline dl dt{
    color: #40B25D;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.about .outline.orange dl dt{
    color: #FF9D03;
}
@media screen and (min-width: 959px) {
    .about .outline dl dt{
        margin-right: 30px;
        width: 20%;
        font-size: 1.8rem;
    }
}
.about .outline dl dd{
    font-size: 1.5rem;
    line-height: 1.5;
}
@media screen and (min-width: 959px) {
    .about .outline dl dd{
            font-size: 1.8rem;
    }
}
@media screen and (min-width: 959px) {
    .about .outline dl dd span.space{
        width: 1em;
        display: inline-block;
    }
}

.about .outline a{
    margin-top: 50px;
}
@media screen and (min-width: 959px) {
    .about .outline a{
        margin: 50px auto 0;
    }
}

.voice{
    padding: 50px 35px 50px;
    position: relative;
}
@media screen and (min-width: 959px) {
    .voice{
        padding: 50px 35px 50px;
    }
    .voice .bg{
        position: absolute;
        width: 40%;
        max-width: 450px;
        top: 20px;
        right: 0;
        z-index: 1;
    }
}
.voice h2{
    text-align: center;
    font-size: 2.8rem;
    margin: 0 0 30px;
}
@media screen and (min-width: 959px) {
    .voice h2{
        font-size: 3.3rem;
    }
}
@media screen and (min-width: 959px) {
    .voice .flexpc{
        display: flex;
        max-width: 996px;
        margin: auto;
    }
}
.voice .prof img{
    width: 50vw;
    display: block;
    margin: auto;
}
@media screen and (min-width: 959px) {
    .voice .prof img{
        width: 90%;
    }
}
.voice .prof .name{
    text-align: center;
    font-size: 1.3rem;
}
@media screen and (min-width: 959px) {
    .voice .prof .name{
        font-size: 1.5rem;
    }
}
.voice dl dt{
    color: #40B25D;
    font-size: 1.9rem;
    margin: 20px auto;
    text-align: center;
}
.voice dl dt.orange{
        color: #FF9D03;
}
@media screen and (min-width: 959px) {
    .voice dl dt{
        text-align: left;
        font-size: 2.2rem;
        margin: 40px auto 15px;
    }
}
.voice dl dd{
    font-size: 1.6rem;
    line-height: 1.8;
}
@media screen and (min-width: 959px) {
    .voice dl dd{
        font-size: 2.1rem;
    }
}

.faq{
    background: #6DBF82;
    padding: 50px 20px;
}
.faq.office{
    background: #fff899;
}
.faq h2{
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
}
.faq.office h2{
    color: #6DBF82;
}
@media screen and (min-width: 959px) {
    .faq h2{
        font-size: 5.5rem;
    }
}
.faq .line{
    width: 20vw;
    display: block;
    text-align: center;
    margin: auto;

}
@media screen and (min-width: 959px) {
    .faq .line{
        width: 160px;
    }
}
.faq .inner{
    background: #fff;
    border-radius: 20px;
    padding: 40px 15px 50px;
    margin: 40px auto;
}
@media screen and (min-width: 959px) {
    .faq .inner{
        max-width: 996px;
        padding: 40px 70px 50px;
    }
}
.faq .inner dl{
    border-bottom: 1px solid #E4E0E0;
    padding: 25px 0 20px 40px;
}
@media screen and (min-width: 959px) {
    .faq .inner dl{
        border-bottom: 3px solid #E4E0E0;
        padding: 30px 0 25px 60px;
    }
}
.faq .inner dl dt{
    font-size: 1.5rem;
    color: #40B25D;
    margin-bottom: 10px;
    line-height: 1.7;
    position: relative;
}
@media screen and (min-width: 959px) {
    .faq .inner dl dt{
        font-size: 2.3rem;
        margin-bottom: 12px;
    }
}
.faq .inner dl dt:after{
    position: absolute;
    content: "Q";
    left: -35px;
    font-size: 1.8rem;
    top: 0px;
    color: #fff;
    background: #40B25D;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
}
@media screen and (min-width: 959px) {
    .faq .inner dl dt:after{
        left: -55px;
        font-size: 2.2rem;
        width: 35px;
        height: 35px;
        top: 3px;
    }
}
.faq .inner dl dd{
    font-size: 1.4rem;
    line-height: 1.7;
    position: relative;
}
@media screen and (min-width: 959px) {
    .faq .inner dl dd{
        font-size: 2rem;
    }
}
.faq .inner dl dd:after{
    position: absolute;
    content: "A";
    left: -26px;
    font-size: 1.8rem;
    top: -5px;
    color: #40B25D;
}
@media screen and (min-width: 959px) {
    .faq .inner dl dd:after{
        font-size: 2.5rem;
        left: -44px;
    }
}

.btn_form{
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 100px;
    z-index: 10;
}
@media screen and (min-width: 959px) {
    .btn_form{
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 120px;
        z-index: 10;
    }
}
/* お問い合せフォーム用スタイル */
.contact-form {
  margin: 0 auto 50px;
  padding: 60px 20px;
  background: #fffdea;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
@media screen and (min-width: 1200px) {
  .contact-form {
    padding: 80px 0;
    margin: 150px 2%;
  }
}
.contact-form h2 {
  font-size: 2.8rem;
  text-align: center;
  margin: 10px auto 20px;
  color: #04852e;
}
@media screen and (min-width: 1200px) {
  .contact-form h2 {
    font-size: 3.3rem;
  }
}
.contact-form h2:after {
    content: none !important;
}
.contact-form form{
  margin: auto;
  padding: 5vw 4vw;
}
@media screen and (min-width: 1200px) {
  .contact-form form{
    max-width: 980px;
    padding: 40px;
  }
}
.contact-form .form-group {
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1200px) {
  .contact-form .form-group {
    margin: 30px auto;
    padding-top: 30px;
    padding-bottom: 0px;
    display: flex;
  }
}
.contact-form .form-group:first-of-type {
  border-top: 1px solid rgba(4,133,46,.7);
  border-bottom: 1px solid rgba(4,133,46,.7);
  padding-bottom: 15px;
  padding-top: 25px;
}
@media screen and (min-width: 1200px) {
    .contact-form .form-group:first-of-type {
        padding-bottom: 30px;
        padding-top: 35px;
    }
}
.contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl{
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #40b25d;

}
@media screen and (min-width: 1200px) {
  .contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl{
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.7;
    width: 25%
  }
}
.contact-form .form-group .wpcf7-radio{
    display: flex;
    flex-direction: column;
}
.contact-form .text{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .contact-form .text{
    font-size: 1.6rem;
  }
}
.contact-form .form-group label {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 8px;
  margin-right: 16px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .contact-form .form-group label {
    font-size: 1.6rem;
    margin-right: 0;
  }
}
.contact-form .form-group label input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
}
.contact-form .form-group .text_s{
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .contact-form .form-group .text_s{
    font-size: 1.6rem;
  }
}
.contact-form .text_s span{
  font-size: 1.3rem;
  display: block;
  margin: 2px auto 10px;
}
@media screen and (min-width: 1200px) {
  .contact-form .text_s span{
    font-size: 1.5rem;
    margin: 5px auto 10px;
  }
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form input[type="email"],
.contact-form select {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.4rem;
  border: 1px solid rgba(4, 133, 46, 1);
  border-radius: 6px;
  background: #F5F5F5;
  margin-top: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
}
@media screen and (min-width: 1200px) {
    .contact-form input[type="text"],
    .contact-form input[type="tel"],
    .contact-form input[type="date"],
    .contact-form input[type="email"],
    .contact-form select {
        /* width: 75%; */
    }
}
.contact-form input[type="radio"] {
  margin-right: 8px;
}
.contact-form input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
}
.contact-form input[type="submit"] {
  width: 100%;
 background: #FF9D03;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s;
  margin: auto;
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .contact-form input[type="submit"] {
    width: 40%;
    height: 80px;
    line-height: 80px;
    font-size: 1.8rem;
    border-radius: 40px;
  }
}
.contact-form input[type="submit"]:hover {
    opacity: .5;
}
.contact-form input[type="submit"]:after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1200px) {
    .contact-form input[type="submit"]:after{
        right: 30px;
        width: 10px;
        height: 10px;
    }
}

.contact-form ::placeholder{
    font-size: 1.3rem;
    color: rgba(51,51,51,0.5);
}
@media screen and (min-width: 1200px) {
  .contact-form ::placeholder{
    font-size: 1.5rem;
  }
}
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.4rem;
  border: 1px solid rgba(4, 133, 46, 1);
  border-radius: 6px;
  background: #faf7f7;
  margin: 0 auto;
  resize: vertical;
  box-sizing: border-box;
  height: 120px;
}
@media screen and (min-width: 1200px) {
  .contact-form textarea {
    height: 150px;
    margin: 0 auto 5px;
    width: 75%;
  }
}

/* Contact Form 7が追加する余計なスタイルをリセット */
.wpcf7-form-control, .wpcf7-form {
    margin: 0;
    padding: 0;
}

.wpcf7-form-control-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
@media screen and (min-width: 1200px) {
    .wpcf7-form-control-wrap {
        width: 75%;
    }
}
.radio .wpcf7-form-control-wrap{
    width: auto;
}