@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
html, body{
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #262225;
}
a{
    color: #A0C8C3;
    text-decoration: none;
}
.btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
.effect1 {
    color: #29354B;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    padding: 10px 50px 10px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .effect1 .bg {
    background: #29354B;
    width: 30px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .effect1:hover {
    padding-right: 20px;
    color: #fff;
  }
  
  .effect1:hover .bg {
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  
  .effect1 .bg:before, .effect1 .bg:after {
    content: '';
    height: 2px;
    width: 10px;
    background: #29354B;
    position: absolute;
    right: -2px;      
    -webkit-transition: all 0.3s;      
    -o-transition: all 0.3s;      
    transition: all 0.3s;
  }
  
  .effect1 .bg:before {
    bottom: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .effect1 .bg:after{
    top: 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .effect1:hover .bg:before,
  .effect1:hover .bg:after{
    right: 0;
  }
  
  .effect1:hover .bg:before{
    bottom: 6px;
  }
  
  .effect1:hover .bg:after{
    top: 6px;
  }
  .modal-header{
    border: none;
  }
  .modal-content{
    background-color: #A0C8C3;
    border: none;
  }
  .modal-content a{
    color: #262225;
  }
  footer{
    background-color: #262225;
    color: #ffffff;
  }
  .copyright{
    font-size: 13px;
    color: #A0C8C3;
  }
  .bg-blue{
    background-color: #A0C8C3;
    padding: 50px 100px 50px 20px;
  }
  .on-bg{
    display: flex;
    align-items: center;
  }
  .on-bg img{
    width: 100%;
    margin-left: -100px;
  }
  .container-wrap {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px;
}
#how {
    padding: 75px 0;
}
#how .ttl {
    text-align: center;
}
#how .colums {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}
#how .colums .col {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 20px;
    width: calc(25% - 40px);
    text-align: center;
    justify-content: center;
}
#how .colums .col:nth-child(2) img, #how .colums .col:nth-child(4) img {
    order: 2;
}
#how .colums .col:nth-child(1):before {
    background: url(../img/arrow_1.svg) no-repeat center/contain;
}
#how .colums .col:nth-child(2):before {
    background: url(../img/arrow_2.svg) no-repeat center/contain;
}
#how .colums .col:nth-child(3):before {
    background: url(../img/arrow_3.svg) no-repeat center/contain;
}
#how .colums .col:before {
    position: absolute;
    content: "";
    top: 65px;
    bottom: 65px;
    right: -50px;
    width: 65px;
}
#how .colums .col img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 150px;
}
#how .colums .col:nth-child(1) strong {
    color: #98c490;
}
#how .colums .col:nth-child(2) strong {
    color: #e1a247;
}
#how .colums .col:nth-child(3) strong {
    color: #4a8bbd;
}
#how .colums .col:nth-child(4) strong {
    color: #612d75;
}
#how .colums .col strong {
    display: block;
    margin: 10px 0;
    font-size: 17px;
}
#how .colums .col span{
    font-size: 14px;
}
#com {
    padding: 75px 0;
    overflow: hidden;
}
#com .ttl {
    text-align: center;
    max-width: 650px;
    margin: auto;
}
#com .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 85px;
}
#com .colums {
    position: relative;
    display: inline-block;
    background: rgba(104,171,84,.05);
    border: 1px solid #cbe1c7;
    border-radius: 30px;
    padding-left: 145px;
    width: 60%;
    backdrop-filter: blur(10px);
}
#com .colums .col {
    display: flex;
    margin: 35px;
}
#com .colums:after {
    position: absolute;
    content: "";
    background: url(../img/arrow_com.svg) no-repeat center/contain;
    top: 65px;
    bottom: 65px;
    left: 50px;
    width: 55px;
}
#com .colums {
    position: relative;
    display: inline-block;
    background: rgba(104,171,84,.05);
    border: 1px solid #cbe1c7;
    border-radius: 30px;
    padding-left: 80px;
    width: 60%;
    backdrop-filter: blur(10px);
}
#com .txt {
    position: relative;
    display: inline-flex;
    border-radius: 10px;
    background: #fff;
    margin: -25px -25px -25px -220px;
    z-index: -1;
    align-items: center;
    width: 60%;
    padding: 20px 20px 20px 250px;
}
#com .colums .col img {
    margin-right: 15px;
    width: 80px;
    height: 80px;
}
#frm{
    position: relative;
}
#frm:after {
    position: absolute;
    content: "";
    background: #fff;
    top: 100px;
    bottom: 100px;
    left: 150px;
    right: 150px;
}
#frm .ttl {
    position: relative;
    text-align: center;
    margin: 0 auto 75px;
    z-index: 2;
}
#frm .wrap {
    position: relative;
    max-width: 1000px;
    margin: auto;
    z-index: 1;
}
#frm .wrap .form-item-input {
    display: inline-block;
    width: calc(49% - 20px);
    margin: 0 10px 25px;
}
.form-item-label {
    padding-bottom: 15px;
    font-weight: 600;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.form-item-input input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #4f4f4f;
    font: 400 16px/18px "Open Sans","Arial",sans-serif;
    min-height: 50px;
    padding: 16px 20px 14px 9px;
    width: 100%;
}
.form-item-textarea textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #4f4f4f;
    font: 400 16px/18px "Open Sans","Arial",sans-serif;
    height: 90px;
    padding: 14px 20px 14px 9px;
    width: 100%;
}
#frm .wrap .wpcf7-acceptance {
    display: flex;
    margin: 20px;
    justify-content: center;
}
/* #frm .wrap .wpcf7-acceptance .jq-checkbox {
    margin-right: 15px;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
} */
#frm .wrap .wpcf7-acceptance label {
    display: flex;
}

@media screen and (max-width: 850px) {
    #how {
        padding: 5px 0 25px;
    }
    #how .colums .col {
        display: block;
        width: 100%;
    }
    #how .colums .col:nth-child(2) img, #how .colums .col:nth-child(4) img {
        order: 0;
    }
    #how .colums .col:before{
        display: none;
    }
    .on-bg img{
        margin-left: 0;
    }
    .bg-blue{
        padding: 20px;
    }
    #com .txt {
        width: 100%;
        margin: 0;
        padding: 20px;
        z-index: 1;
        order: -1;
    }
    #com .colums {
        margin-top: 25px;
        padding-left: 80px;
        width: 100%;
    }
    #com .row {
        margin-top: 35px;
    }
    #com .colums .col img {
        display: none;
    }
}