@charset "utf-8";

#backtop {
    margin-left: 1030px;
}


.footer_inner * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box; 
}

.message_area {
    position: relative;
    background-color: #70D3E2;
    padding-top: 80px;
    padding-bottom: 77px;
}

.message_area::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/top/footer_bg.png);
    background-size: cover;
    background-position: center;
}

.messeage_bg {
    position: relative;
    text-align: center;
    width: 880px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 46px 90px;
    z-index: 1;
}

.footer_img img {
    width: 100%;
    height: 100%;
}

.messeage_bg p {
    font-size: 18px;
    line-height: 1.94;
    margin-top: 35px;
}

.messeage_bg p:first-of-type {
    margin-top: 0;
}


.footer_menu_area {
    background-color: #061E86;
}

.footer_menu_area * {
    color: #FFFFFF;
}

.footer_flex {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
}

.footer_menu_wrap {
    display: flex;
    margin-top: 68px;
}

.footer_menu:first-of-type {
    margin-right: 31px;
}

.footer_menu dt {
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.footer_menu:nth-child(2) dt {
    padding-right: 55px;
}

.footer_menu dd ul li {
    font-size: 15px;
    line-height: 2;
}
.footer_menu dd ul li a:hover {
    text-decoration: none;
    color: #70D3E2;
}

.footer_info {
    text-align: right;
    margin-top: 76px;
}
.footer_info a:hover {
    text-decoration: unset;
}

.footer_info p {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 9px;
}
.footer_info .footer_info_subttl {
    line-height: 1;
}
.footer_info .footer_info_ttl {
    font-size: 28px;
    line-height: 1;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 7px;
    font-family: 'Noto Serif JP';
    padding-bottom: 12px;
}

.footer_menu_area .footer_cr {
    text-align: center;
    font-size: 15px;
    padding-top: 39px;
    padding-bottom: 16px;
}