@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
html,
body {
    color: #333333;
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
    html,
    body {
        font-size: 3.46667vw;
    }
}

body {
    min-width: 1200px;
    line-height: 1.5;
}

.tablet body {
    min-width: none;
}

@media screen and (max-width: 750px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

body.js-noscroll {
    overflow: hidden;
}

body.body-freeze {
    height: 100vh;
    overflow: hidden;
    touch-action: none;
    position: fixed;
}

/* ---------------------------------------------
*   font (Noto Sans JP)
--------------------------------------------- */
/* ---------------------------------------------
*   font (Libre Baskerville)
--------------------------------------------- */
/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

@media screen and (min-width: 751px) {
    .header {
        min-width: 1200px;
    }
}

.tablet .header {
    min-width: none;
}

@media screen and (max-width: 750px) {
    .header {
        position: fixed;
        height: 60px;
    }
}

/* .header.is-scroll-self {
    position: fixed;
    opacity: 0;
} */

.header.is-scroll {
    z-index: 99;
    background-color: #0033cc;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 1024px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .header-container {
        padding-right: 4%;
        padding-left: 4%;
        width: 100%;
        height: 100%;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo__link {
    display: block;
}

@media screen and (max-width: 750px) {
    .header-logo__link {
        width: 108px;
        height: 29px;
    }
}

.header-logo__link span {
    display: block;
    overflow: hidden;
    height: 0;
}

.header-logo__link img {
    display: block;
}

/*  header-menu
--------------------------------------------- */
.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .header-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 750px) {
    .header-menu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        display: none;
        overflow-x: scroll;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 80px;
        width: 100%;
        height: 100vh;
        background-color: #fff;
    }
}

/*  header-nav
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .header-nav {
        padding-top: 70px;
        padding-right: 5.33333%;
        padding-bottom: 35px;
        padding-left: 5.33333%;
    }
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .header-nav__list {
        display: block;
    }
}

.header-nav__list-item {
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .header-nav__list-item {
        display: block;
    }
}

@media screen and (min-width: 751px) {
    .header-nav__list-item:hover > .header-nav__link {
        background-color: #fff;
        color: #0033cc;
    }
    .header-nav__list-item:hover > .sub-menu {
        top: 100%;
        z-index: 1;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 750px) {
    .header-nav__list-item:nth-of-type(n + 2) {
        margin-top: 10px;
    }
}

.header-nav__link {
    position: relative;
    display: block;
    padding: 37px 10px 32px 10px;
    color: #fff;
    font-size: 0.75rem;
    font-family: 'Libre Baskerville', serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 750px) {
    .header-nav__link {
        display: inline-block;
        margin-bottom: 5px;
        padding: 10px 65px 10px 10px;
        color: #333333;
        font-size: 17px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 750px) {
    .header-nav__link.on-click .header-nav__link-trigger {
        background: url(/img/common/sp/arrow_top_black.png) 50% 50% no-repeat;
        background-size: 12px 6px;
    }
}

@media screen and (max-width: 750px) {
    .header-nav__link-trigger {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 45px;
        background: url(/img/common/sp/arrow_bottom_black.png) 50% 50% no-repeat;
        background-size: 12px 6px;
    }
}

/*  header-switching
--------------------------------------------- */
.header-switching {
    margin-left: 20px;
}

@media screen and (max-width: 750px) {
    .header-switching {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 5.33333%;
        padding-left: 5.33333%;
    }
}

.header-switching__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.header-switching__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 26px;
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    font-family: 'Libre Baskerville', serif;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .header-switching__list-item {
        width: 60px;
        height: 30px;
        color: #333333;
        font-size: 14px;
    }
}

.header-switching__list-item.current {
    border: 1px solid #fff;
}

@media screen and (max-width: 750px) {
    .header-switching__list-item.current {
        border-color: #333333;
    }
}

.header-switching__list-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (min-width: 751px) {
    .header-switching__list-item-link:hover {
        opacity: .5;
    }
}

/* ---------------------------------------------
*   sub-menu
--------------------------------------------- */
.sub-menu {
    position: absolute;
    top: 95%;
    right: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    opacity: 0;
}

@media screen and (min-width: 751px) {
    .sub-menu {
        display: block !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 750px) {
    .sub-menu {
        position: relative;
        top: 0;
        display: none;
        visibility: inherit;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
    }
}

.sub-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 1024px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .sub-menu__inner {
        padding-right: 7.73333%;
        padding-left: 7.73333%;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .sub-menu__inner {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .sub-menu__image {
        display: none;
    }
}

.sub-menu__nav {
    margin-left: 64px;
    color: #444444;
}

@media screen and (max-width: 750px) {
    .sub-menu__nav {
        margin-left: 0;
        width: 100%;
    }
}

.sub-menu__nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .sub-menu__nav-links {
        display: block;
    }
}

.sub-menu__nav-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .sub-menu__nav-title:hover {
        opacity: .5;
    }
}

@media screen and (max-width: 750px) {
    .sub-menu__nav-title {
        display: none;
    }
}

.sub-menu__nav-title:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    content: "";
}

@media screen and (max-width: 750px) {
    .sub-menu__nav-title:before {
        bottom: 2.8vw;
        left: 0;
        min-height: 1px;
        height: 0.26667vw;
    }
}

.sub-menu__nav-title-item {
    display: block;
    letter-spacing: .08em;
    font-size: 1.5rem;
    font-family: 'Libre Baskerville', serif;
}

.sub-menu__nav-title-caption {
    display: block;
    margin-bottom: 5px;
    margin-left: 20px;
    letter-spacing: .08em;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .sub-menu__nav-title-caption {
        display: none;
    }
}

.sub-menu__nav-list:nth-of-type(n + 2) {
    margin-left: 57px;
}

@media screen and (max-width: 750px) {
    .sub-menu__nav-list:nth-of-type(n + 2) {
        margin-left: 0;
    }
}

.sub-menu__nav-list-item {
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .sub-menu__nav-list-item {
        margin-bottom: 0;
    }
}

.sub-menu__nav-list-item:last-child {
    margin-bottom: 0;
}

.sub-menu__nav-list-link {
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .sub-menu__nav-list-link {
        display: block;
        padding: 10px;
        color: #5f5f5f;
        font-size: 13px;
    }
}

.sub-menu__nav-list-link:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #5f5f5f;
    content: "";
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    pointer-events: none;
}

@media screen and (min-width: 751px) {
    .sub-menu__nav-list-link:hover:after {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

/* ---------------------------------------------
*   menu-trigger
--------------------------------------------- */
.menu-trigger {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 23px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media screen and (min-width: 751px) {
    .menu-trigger {
        display: none;
    }
}

.menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 11px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span {
    background-color: #444444;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: menu-anime .8s forwards;
    animation: menu-anime .8s forwards;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

@-webkit-keyframes menu-anime {
    100% {
        height: 0;
    }
}

@keyframes menu-anime {
    100% {
        height: 0;
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   main
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: relative;
}

.footer-pagetop__link-text {
    position: absolute;
    right: 80px;
    bottom: 10px;
    z-index: 8;
    display: block;
    overflow: hidden;
    margin-left: auto;
    padding-top: 60px;
    width: 60px;
    height: 0;
    background: url(/img/common/arrow_totop.png) 50% 50% no-repeat;
    background-size: 43px 22px;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
}

@media screen and (min-width: 751px) {
    .footer-pagetop__link-text:hover {
        opacity: .5;
    }
}

@media screen and (max-width: 750px) {
    .footer-pagetop__link-text {
        right: 6vw;
        padding-top: 10.66667vw;
        width: 10.66667vw;
        background-size: 9.6vw 4.93333vw;
    }
}

/*  footer-logo
--------------------------------------------- */
.footer-logo {
    padding-top: 15px;
    padding-bottom: 13px;
    background-color: #edf1ff;
}

@media screen and (max-width: 750px) {
    .footer-logo {
        padding-top: 2.93333vw;
        padding-bottom: 2.66667vw;
    }
}

.footer-logo__link {
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .footer-logo__link {
        width: 28vw;
    }
}

.footer-logo__link span {
    display: block;
    overflow: hidden;
    height: 0;
}

/*  footer-menu
--------------------------------------------- */
.footer-menu {
    padding-top: 42px;
    padding-bottom: 45px;
    background-color: #0033cc;
}

@media screen and (max-width: 750px) {
    .footer-menu {
        padding-top: 7.73333vw;
        padding-bottom: 11.33333vw;
    }
}

.footer-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .footer-menu__list {
        display: block;
    }
}

@media screen and (min-width: 751px) {
    .footer-menu__list-item--1 {
        width: 216px;
    }
}

@media screen and (min-width: 751px) {
    .footer-menu__list-item--2 {
        width: 260px;
    }
}

@media screen and (min-width: 751px) {
    .footer-menu__list-item--3 {
        width: 211px;
    }
}

@media screen and (min-width: 751px) {
    .footer-menu__list-item--4 {
        width: 211px;
    }
}

@media screen and (max-width: 750px) {
    .footer-menu__list-item:nth-of-type(n + 2) {
        margin-top: 9.33333vw;
    }
}

.footer-menu__link-title {
    margin-bottom: 13px;
    border-bottom: 1px solid #fff;
    color: #fff;
    white-space: nowrap;
    letter-spacing: .04em;
    font-weight: bold;
    font-size: 1rem;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .footer-menu__link-title {
        display: inline-block;
        margin-bottom: 3.46667vw;
        font-size: 3.73333vw;
        line-height: 1.5;
    }
}

.footer-menu__link-content--break {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content--break {
        display: block;
    }
}

.footer-menu__link-content-inner {
    width: 50%;
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-inner {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-inner:nth-of-type(n + 2) {
        margin-top: 4.4vw;
    }
}

.footer-menu__link-content-item {
    line-height: 1.7;
}

.footer-menu__link-content-item:nth-of-type(n + 2) {
    margin-top: 4px;
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-item:nth-of-type(n + 2) {
        margin-top: 4.4vw;
    }
}

.footer-menu__link-content-item--blank .footer-menu__link-content-item-inner {
    padding-right: 15px;
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-item--blank .footer-menu__link-content-item-inner {
        padding-right: 2.66667vw;
    }
}

.footer-menu__link-content-item--blank .footer-menu__link-content-item-inner:before {
    position: absolute;
    top: 7px;
    right: 0;
    width: 9px;
    height: 9px;
    background: url(/img/common/icon_blank_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-item--blank .footer-menu__link-content-item-inner:before {
        top: 50%;
        width: 1.73333vw;
        height: 1.73333vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.footer-menu__link-content-item--pdf .footer-menu__link-content-item-inner {
    margin-left: 23px;
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-item--pdf .footer-menu__link-content-item-inner {
        margin-left: 3.73333vw;
    }
}

.footer-menu__link-content-item--pdf .footer-menu__link-content-item-inner:before {
    position: absolute;
    top: 0;
    left: -23px;
    width: 18px;
    height: 21px;
    background: url(/img/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-item--pdf .footer-menu__link-content-item-inner:before {
        top: 50%;
        left: -3.73333vw;
        width: 2.4vw;
        height: 2.8vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.footer-menu__link-content-item-inner {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-item-inner {
        font-size: 3.46667vw;
    }
}

.footer-menu__link-content-item-inner:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    pointer-events: none;
}

@media screen and (min-width: 751px) {
    .footer-menu__link-content-item-inner:hover:after {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

.footer-menu__link-content-image {
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .footer-menu__link-content-image {
        width: 32.8vw;
    }
}

/*  footer-links
--------------------------------------------- */
.footer-links {
    padding: 30px 0;
    background-color: #002491;
}

@media screen and (max-width: 750px) {
    .footer-links {
        padding: 10.66667vw 0;
    }
}

.footer-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .footer-links__list {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .footer-links__list-item:nth-of-type(n + 2) {
        margin-top: 4.66667vw;
    }
}

.footer-links__link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .footer-links__link {
        font-size: 3.46667vw;
    }
}

.footer-links__link--blank {
    position: relative;
    padding-right: 13px;
}

@media screen and (max-width: 750px) {
    .footer-links__link--blank {
        padding-right: 2.93333vw;
    }
}

.footer-links__link--blank:before {
    position: absolute;
    top: 11px;
    right: 0;
    width: 9px;
    height: 9px;
    background: url(/img/common/icon_blank_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .footer-links__link--blank:before {
        top: 50%;
        width: 1.73333vw;
        height: 1.73333vw;
    }
}

.footer-links__link:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    pointer-events: none;
}

@media screen and (min-width: 751px) {
    .footer-links__link:hover:after {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    padding: 10px 0;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .footer-copyright {
        padding: 2.93333vw 0;
    }
}

.footer-copyright__text {
    display: block;
    color: #002491;
    font-size: 0.625rem;
}

@media screen and (max-width: 750px) {
    .footer-copyright__text {
        font-size: 2.66667vw;
    }
}
