body {
    background-color: #fff;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    overflow-x: hidden;    
    word-wrap: break-word;
}

.header {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 8.2%;
}
@media (max-width: 567px) {
    .header {
        padding: 15px 20px;
    }    
}

.w-100 {
    width: 100% !important;
}

.btn {
    appearance: none;
    border: none;
    cursor: pointer;
}

.btn-contact {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background-color: #D90C21;
    width: 265px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    padding-left: 15px;
    padding-right: 35px;
    z-index: 1001;
    box-shadow: 2px 2px 4px rgba(168,168,168,0.5);
    max-width: 100%;
    font-feature-settings: "palt";
}

.btn-form {
    height: 84px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.11em;
    font-family: inherit;
}
.btn-form img {
    width: 18px;
    margin-right: 10px;
}
@media (max-width: 567px) {
    .btn-form img {
        width: 12px;
        margin-right: 7px;
    }    
}
@media (max-width: 567px) {
    .btn-contact {
        font-size: 14px;
        height: 40px;
        width: 215px;
    }    
}

.btn-contact-2 {
    font-size: 18px;
    width: 347px;
    height: 75px;
    box-shadow: 4px 4px 5px rgba(168,168,168,0.5);
}

.btn-contact::after {
    content: "";
    background-image: url('../images/btn-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 9px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-form:after{
    width: 18px;
    height: 11px;
    right: 44px;
}

.btn-contact-2::after {
    width: 18px;
    height: 11px;
    right: 18px;
}
.header .btn-contact::after {
    right: 18px;
}
.header .logo img {
    width: 97px;
}
@media (max-width: 567px) {
    .header .logo img {
        width: 85px;
    }    
}




/* Main Visual */
.main-visual {
    position: relative;
    z-index: 0;
    margin-top: -17px;
}
.main-visual-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}
.main-visual__img {
    width: 100%;
    vertical-align: top;
  }
.free-advise {
    margin-bottom: 5px;
}

.free-advise a {
    color: #269FDE;
    text-decoration: none;
}

.text-center {
    text-align: center;
}
@media (max-width: 567px) {
    .main-visual {
        margin-top: 17px;
    }   
    .main-visual-bottom {
        position: static;
        padding: 2px 20px 0;
    } 
}
@media (max-width: 500px) {
    .main-visual {
        margin-top: 13px;
    }   
    
}