
/* header */
header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 81px;
    background: #11887e;
    background: linear-gradient(-90deg, #11887e 0.00%, #076e66 100.00%);
    padding: 0 10%;

}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    float: left;
    width: auto;
    margin-top: 10px;
}

.header-logo a {
    position: relative;
    text-decoration: none;
    color: white !important;
    font-size: 40px;
}

.menu-icon img{
    width: 39px;
}
.logo_a img{
    width: 400px;
}

/* wapper */
#wrapper {
    margin: 81px 0 0 0 ;
    padding: 0;
}


/* footer */
footer{
    padding:0 10%;
    background: #076e66;
    height: 81px;
    font-size: 18px;
    color: white;
    font-weight: bolder;

}

footer a{
    color: white;
}
footer a:hover{
    color: white;
    text-decoration: none;
}

.content-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-content-image {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}

.text-title-1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    font-style: normal;
    color: #076e66;
}



.text-title-3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    color: #666666;
    margin-bottom: 20px;
}



.button-image {
    width: 450px;
    height: 73px;
    border-radius: 58px;
    background: #de4a36;
    background: linear-gradient(90deg, #de4a36 0.00%, #ff7f00 100.00%);
    margin: 0 auto;
}

.text-button-image {
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    font-family: "Source Han Sans JP";
    color: #ffffff;
    padding-top: 5%;
}
/* .banner_header{
    width: 100%;
    height: auto;
    opacity: 0.5;
} */
.banner_header{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}
.overlay2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}
.banner1 {
    width: 100%;
    height: 583px;
}
.banner {
    width: 100%;
    height: auto;
}
.content-image a:hover{
    color: white;
    text-decoration: none;
}
.hr_toppage{
    border: 1px solid #E04D32;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 240px;
}
@media only screen and (max-width: 767px) {
    .header-logo a {
        font-size: 23px !important;
    }
    header {
        height: 55px !important;
        padding: 0 5% !important;
    }
    .menu-icon img {
        width: 20px !important;
    }
    #wrapper {
        margin: 55px 0 0 0 !important;
    }





    .box-content-image {
        max-width: 95%;
    }
    .text-title-1 {
        font-size: 27px;
        line-height: 40px;
    }
    .text-title-3 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 5%;
    }
    footer {
        font-size: 10px;
        padding: 0 0%;
        height: 95px;

    }
    .logo_footer{
        font-size: 17px;
        text-align: center  !important ;
    }

    .logo_a img{
        width: 180px;
    }
    .text-button-image {
        font-size: 24px;
        padding-top: 6%;
    }
    .button-image {
        width: 277px;
        height: 59px;
    }
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait) {
    .box-content-image {
        max-width: 95%;
    }
    .text-title-1 {
        font-size: 25px;
        line-height: 20px;
    }
    .text-title-3 {
        font-size: 18px;
        line-height: 25px;
    }
    footer {
        font-size: 11px;
    }
    .logo_a img{
        width: 300px;
    }
    .button-image {
        width: 320px;
        height: 60px;
    }
}
