header .logo-brand {
    width: 100%;
    display: flex;
    flex-direction: column;
}
header {
    background-color: #7bbfff;
    position: relative;
}
.header-container {
    display: flex;
    max-width: 1118px;
    padding: 0 20px 0 35px;
    margin: auto;
}
header h1 {
    color: #ffffff;
}
.footer-containter {
    background-color: #efefef;
    align-items: center;
}
.footer-containter .footer-bg {
    max-width: 1118px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    display: flex;
    justify-content: center;
}
.title-header {
    height: 100%;
    display: flex;
    align-items: center;
}
header .logo-brand a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #232632;
}
.hr-color {
    background-color: #3d9aef;
    height: 30px;
    box-sizing: border-box;
    z-index: 100;
    position: absolute;
    width: 100%;
    bottom: -10px;
}
header .logo-brand a:hover {
    color: #232632;
    text-decoration: none;
}

body {
    min-width: fit-content;
}

.page-footer {
    background-color: #a3cff1;
    flex-direction: column;
    justify-content: center;
}

.footer-copyright {
    background-color: #3d9aef;
}
.block-footer-logo + .block-footer-logo img {
    height: 90px;
}
.block-footer-logo + .block-footer-logo {
    margin-right: 0;
}
.cp-bg {
    max-width: 1118px;
    padding: 0 15px;
    margin: auto;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: end;
}
.footer-brand {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}

.footer-hr {
    border: 1px solid #84b9e2;
    margin: 0px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.block-footer-logo {
    margin-right: 15px;
}

/* footer top */
.page-footer {
    background-color: #efefef;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: "Kozuka Gothic Pr6N", sans-serif;
}
.footer-block {
    display: flex;
    justify-content: space-between;
    padding-right: 95px;
    width: 100%;
}
.footer-block + .footer-block {
    align-items: flex-end;
}

.footer-containter {
    display: block;
    max-width: 1118px;
    width: 100%;
    margin: auto;
    padding: 50px 15px 25px 15px;
}

.footer-brand {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #ffffff;
}
.footer-logo {
    margin-top: 85px;
    display: flex;
    justify-content: center;
}
.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-logo .block-footer-logo {
    margin-right: 0;
}

.footer-logo .block-footer-logo span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #18388b;
    text-align: center;
}

.footer-logo .block-footer-logo img {
    height: 95px;
}
.footer-logo .block-footer-logo + .block-footer-logo {
    margin-left: 20px;
}
.footer-text {
    font-size: 10px;
    line-height: 20px;
    color: #6f6f6f;
}

.footer-logo .logo {
    /* width: 191px;
    height: 72px; */
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    height: 95px;
}

.footer-hr {
    border: 0.5px solid #84b9e2;
    margin: 0px;
    margin-top: 20px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
}

.footer-nav a {
    padding: 10px 30px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #13b5b1;
    transition: ease-in-out 0.3s;
}
.footer-nav a:hover {
    text-decoration: underline;
    color: #6f6f6f;
}
.color-green {
    color: #13b5b1;
}

.footer-copyright {
    padding: 20px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    max-width: 1118px;
    margin: auto;
}

.page-footer .block-bottom {
    background-color: #3d9aef;
}
.footer-text p {
    display: flex;
    margin-bottom: 0;
}
@media screen and (max-width: 1270px) {
    .footer-copyright {
        max-width: unset;
        width: 100%;
        padding: 20px 30px;
    }
    .footer-containter {
        padding: 50px 30px 25px 30px;
        max-width: unset;
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .title-header h1 {
        font-size: 38px;
    }
    .img-brand img {
        height: 270px;
    }
}
@media screen and (max-width: 1090px) {
    .footer-containter {
        padding: 50px 20px 25px 20px;
    }
    .footer-logo .block-footer-logo img {
        height: 90px;
    }
}
@media screen and (max-width: 960px) {
    .title-header h1 {
        font-size: 38px;
    }
    .img-brand img {
        height: 200px;
    }
    .title-header h1 {
        font-size: 28px;
    }
    .img-logo {
        height: 74px;
    }
}

@media screen and (max-width: 767px) {
    .footer-brand {
        width: 100%;
        text-align: left;
    }
    .footer-containter .footer-bg {
        flex-direction: column;
        align-items: end;
        padding-bottom: 20px;
    }
    .block-footer-logo img {
        height: 85px;
    }
    .block-footer-logo + .block-footer-logo img {
        height: 80px;
    }
    .cp-bg {
        text-align: center;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .img-brand {
        padding-top: 40px;
    }
    .footer-logo {
        margin-top: 30px;
        width: 100%;
        justify-content: end;
    }
    /* footer top */
    .footer-logo .logo {
        width: 162px;
    }
    .footer-nav a {
        display: block;
        text-align: left;
        padding: 50px 11px 8px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 1px;
        font-size: 30px;
        line-height: 1;
    }
    .page-footer .block-bottom {
        background-color: #3d9aef;
    }
    .footer-block {
        display: block;
        padding-right: 0;
    }
    .footer-nav {
        padding: 70px 20px;
    }
    .footer-text {
        font-size: 20px;
        line-height: 30px;
    }
    .footer-logo {
        justify-content: flex-end;
        margin-top: 125px;
    }
    .footer-copyright {
        text-align: center !important;
    }
    .footer-logo .logo {
        width: auto;
    }
    footer img {
        width: auto;
    }
    .footer-containter {
        flex-wrap: wrap;
        max-width: 100%;
        padding: 50px 35px 25px 35px;
    }
}
@media screen and (max-width: 600px) {
    .img-brand img {
        height: 165px;
    }
    .img-logo {
        height: 65px;
    }
    .cp-bg {
        font-size: 14px;
    }
    .hr-color {
        height: 17px;
        bottom: -6px;
    }
    /* footer top */
    .footer-brand img {
        width: auto;
    }
    .footer-nav a {
        padding: 20px 11px 8px;
        font-size: 20px;
    }
    .footer-nav {
        padding: 30px 0;
    }
    .footer-text {
        font-size: 13px;
        line-height: 20px;
    }
    .footer-logo {
        margin-top: 70px;
    }
    .footer-copyright {
        font-size: 13px;
    }
    .footer-containter {
        padding: 50px 30px 25px 30px;
    }
    .footer-logo .block-footer-logo img {
        height: 70px;
    }
}
@media screen and (max-width: 450px) {
    .title-header h1 {
        font-size: 24px;
    }
    .img-brand img {
        height: 100px;
    }
    .img-logo {
        height: 50px;
    }
    /* footer top */
    .footer-containter {
        padding: 40px 20px 25px 20px;
    }
    .footer-nav a {
        padding: 15px 0px 5px;
        font-size: 16px;
    }
    .footer-nav {
        padding: 25px 0;
    }
    .footer-logo {
        margin-top: 50px;
    }
    .footer-copyright {
        font-size: 12px;
        padding: 20px 10px;
    }
}

.page-footer {
    /* position: absolute; */
    width: 100%;
    bottom: 0;
}
