/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
 html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background: #f4f3ef;
}

* {
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
input:not(.checkbox),
select {
    -webkit-appearance: none;
    outline: none;
    font-family: 'Noto Sans JP', sans-serif;
}

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

p {
    color: #666;
    font-size: 14px;
    line-height: 25px;

    text-align: center;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}
/*.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}*/

/*.card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}*/
.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}

.btn,
button,
.actionbg,
input:not(.checkbox) {
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -o-border-radius: 36px;
    -ms-border-radius: 36px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*-- wrapper start --*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*-- //wrapper start --*/

/*-- form styling --*/
.w3l-hotair-form {
    /* position: relative;
    min-height: 100vh;
    z-index: 0; */
    /* background: #f4f3ef; */
    padding: 40px 40px;
    /* justify-content: center;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    align-items: center; */
}
.container {
    max-width: 871px;
    margin: 0 auto;
}
.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 1rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: 1.5rem;
}
.mt-6 {
    margin-top: 2rem !important;
}

.w3l_form {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    background: #c2daed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding:19px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    align-items: center;
    display: grid;
}

.text-white{
    color:#fff!important;
}
.text-center{
    text-align: center;
}
.p-2 {
    padding: 10px;
}
.mt-1{
    margin-top:10px;
}
.mt-5{
    margin-top: 8rem;
}
.ml-5{
    margin-left: 3rem;
}
.b-1{
    border: 1px solid;
}
.mt-2{
    margin-top:3rem;
}
.mt-3{
    margin-top:5rem;
}
.content-wthree {
    background-image: url("../img/bg_new.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-basis:50%;
    -webkit-flex-basis:50%;
    box-sizing: border-box;
    padding: 0;
    /* background: #fff; */
    /*box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);*/
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.w3l-workinghny-form .logo {
    text-align: center;
}

.w3l-hotair-form .main-hotair {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 40px 0;
    min-height:450px;
}

.w3l-hotair-form form {
    margin-top: 30px;
    margin-bottom: 10px;
}

.social-icons {
    text-align: center;
    margin-top: 16px;
}
p.account, p.account a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 16px;
    color: #333;
}

p.account a{
    color:#0568C1;
}
p.account a:hover {
    text-decoration: underline;
}
.w3l-hotair-form h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.w3l-hotair-form h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 900;
    color: #272346;
    text-align: center;
}

.w3l-hotair-form input:not(.checkbox){
    outline: none;
    font-size: 16px;
    color: #999;
    text-align: left;
    padding: 14px 20px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f7fafc;
    border: 1px solid #e5e5e5;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.w3l-hotair-form input:focus {
    /* background:transparent; */
    border: 1px solid #0568C1;
}
.w3l-hotair-form button:not(.input-button) {
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: #0568C1;
    border: none;
    padding: 14px 15px;
    font-weight: 700;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.w3l-hotair-form button:hover {
    background: #fdc500;
}

.w3l-hotair-form .social-icons ul li {
    list-style: none;
    display: inline-block;
}

.w3l-hotair-form .social-icons ul li a {
    padding: 8px;
}

.w3l-hotair-form .social-icons ul li a:hover {
    opacity: 0.8;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.w3l-hotair-form .social-icons ul span.fa {
    color: #696687;
    font-size: 18px;
    opacity: .8;
}

.w3l-hotair-form .social-icons ul li a.facebook span {
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 6px;
    border: 2px solid #696687;line-height:32px;
}

.w3l-hotair-form .social-icons ul li a.twitter span {
    color: #1da1f2;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 6px;
    border: 2px solid #1da1f2;
    line-height:32px;
}

.w3l-hotair-form .social-icons ul li a.pinterest span {
    color:#e60023;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 6px;
    border: 2px solid #e60023;
    line-height:32px;
}


.copyright p {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    opacity: 1;
}

p.copy-footer-29 a {
    color: #fff;
}

p.copy-footer-29 a:hover {
    color:#fdc500;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}


/* -- placeholder --*/


/*-- responsive design --*/

@media (max-width:736px) {
    .w3l-hotair-form .main-hotair {
        flex-direction: column;
    }
    .w3l-hotair-form form {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .w3l_form {
        order: 2;
        border-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 0;
    }
    .content-wthree {
        order: 1;
        border-radius: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}

@media (max-width:568px) {
    .w3l-hotair-form h1 {
        font-size: 36px;
    }

    .w3l-hotair-form .main-hotair {
        margin: 30px 0;
    }

    .content-wthree {
        padding: 2.5em;
    }
}

@media (max-width:480px) {
    .w3l-hotair-form {
        padding: 40px 30px;
    }
    .w3l-hotair-form h1 {
        font-size: 26px;
    }
}

@media (max-width:384px) {
    .w3l-hotair-form {
        padding: 30px 15px;
    }

    .content-wthree {
        padding: 2em;
    }
    .w3l-hotair-form h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .copyright p {
        font-size: 16px;
    }

}

/*-- //responsive design --*/
/*-- //form styling --*/

 .check-remaind{
     display: block;
     position: relative;
     padding-left: 25px;
     cursor: pointer;
     margin: 20px 0px 10px 0;
     font-size: 20px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
  .check-remaind input:not(.checkbox){
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }
.checkmark{
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #E1E9F0;
}
 p.remember{
     line-height: 20px;
     color: #5a5a5a;
     font-size: 13px;
     text-align: left;
     position: relative;

 }
.check-remaind input:checked~.checkmark:after{
    display: block;
}
.check-remaind .checkmark:after{
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.modal{
    height: 40%!important;
}
/* label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 17px;
    height: 18px;
    transform-origin: center;
    border: 1px solid red;
    border-radius: 3px;
    vertical-align: -6px;
    margin-right: 3px;
    margin-left: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    position: relative;
    top: -3px;
} */

.mabot-3{
position: relative;
bottom: 7px;
}

.input-group {
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    height: 72px;
    margin:10px 10px;
    width:100%;
    position: relative;
  }

  label {
    display: block;
    margin-bottom: 2px;
  }

  .error-message {
    color: #cc0033;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 5px 0 0;
  }

  .input-group .error-message {
    display: none;
  }
  .input-group i{
    position: absolute;
    right: 8px;
    top: 13px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
  }

  .input-group.error i{
    color: #cc0033;
  }
  /* Error Styling */

  .error label {
    color: #cc0033;
  }

  .error input.text{
    border: 1px solid #cc0033;
    outline: none;
  }

  .error .error-message {
    display: inline-block;
    padding-left: 20px;
  }

.checkbox input[type='checkbox']{
    vertical-align: middle;
    position: relative;
    top: -1px;
}
p .remember-label{
    float: right;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

.small-btn {
    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 2px solid  #2ecc71;
    color: #2ecc71;
    border-radius: 0.6em;
    cursor: pointer;
    display: flex;
    align-self: center;
    line-height: 1;
    margin: 5px;
    padding: 0.30em 0.50em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
  }
  .small-btn:hover, .small-btn:focus {
    color: #fff;
    outline: 0;
  }
  .small-btn-outline {
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  }
  .small-btn-outline:hover {
    box-shadow: 0 0 40px 40px #2ecc71 inset;
  }
