@charset "UTF-8";

/* header
-------------------*/
.header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    padding: 0 20px;
}

.h-logo {
    width: 152px;
    height: 51px;
    margin-top: 35px;
}

.h-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.h-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 70px;
    margin-left: 50px;
    border-radius: 0 0 15px 15px;
    background-color: #30a0cc;
    font-family: "KiwiMaru";
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.h-mail::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 15px;
    margin-top: 2px;
    margin-right: 15px;
    background: url(/images/common/mail.png) no-repeat center / contain;
}

.h-line {
    margin-left: 30px;
    margin-right: 10px;
}

.h-nav {
    width: 100%;
    margin-top: 15px;
}

.h-nav_list {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    font-family: "KiwiMaru";
    line-height: 1;
}

/* main-vis
-------------------*/
.main-vis {
    width: 100%;
    height: 840px;
    position: relative;
    overflow: hidden;
    background: url(/images/key/mv_bg.png) no-repeat center / cover;
    position: relative;
}

.mv-main {
    position: absolute;
    top: -10px;
    left: calc(50% - 943px);
}

.mv-sub_01 {
    position: absolute;
    top: 30px;
    right: calc(50% - 600px);
    z-index: 1;
}

.mv-sub_02 {
    position: absolute;
    top: 274px;
    right: calc(50% - 920px);
}

.mv-sub_01 img,
.mv-sub_02 img {
    border-radius: 15px;
}

.mv-title {
    position: absolute;
    left: 70px;
    bottom: 60px;
    z-index: 1;
}

@media screen and (min-width: 1920px) {
    .mv-title {
        left: calc(50% - 888px);
    }
}

.mv-title::before {
    content: "";
    width: 115px;
    height: 142px;
    background: url(/images/key/title_illust.png) no-repeat bottom / contain;
    position: absolute;
    right: 250px;
    bottom: 69px;
    z-index: 1;
}

.mv-title .txt {
    display: inline-block;
    padding: 0 0 3px 15px;
    border-radius: 15px;
    font-family: "KiwiMaru";
    font-size: 46px;
    font-weight: 500;
    line-height: calc(66 / 46);
    letter-spacing: 0.04em;
    color: #fff;
    white-space: nowrap;
    position: relative;
}

.mv-title .txt:nth-of-type(1) {
    width: 370px;
    background: linear-gradient(160deg, #2E7FC8 0%, #3694CC 100%);
}

.mv-title .txt:nth-of-type(2) {
    width: 720px;
    margin-top: 10px;
    background: linear-gradient(160deg, #2E7FC8 0%, #67DBE5 100%);
}

.mv-title .txt .small {
    font-size: 42px;
}

.mv-title .txt::after {
    content: "";
    width: calc(100% - 30px);
    height: 12px;
    background: url(/images/key/title_border.png) repeat left;
    position: absolute;
    left: 15px;
    bottom: 10px;
    opacity: 0.5;
}

/* sub-vis
-------------------*/
.sub-vis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 380px;
    position: relative;
}

.sv-title {
    position: absolute;
    z-index: 1;
}

.sv-title::before {
    content: "";
    width: 76px;
    height: 93px;
    background: url(/images/key/title_illust.png) no-repeat bottom / contain;
    position: absolute;
    top: -93px;
    left: 15px;
}

.sv-title .txt {
    display: inline-block;
    padding: 0 35px 3px 35px;
    border-radius: 15px;
    background: linear-gradient(160deg, #3492D1 0%, #48B2D5 100%);
    font-family: "KiwiMaru";
    font-size: 46px;
    font-weight: 500;
    line-height: calc(66 / 46);
    letter-spacing: 0.04em;
    color: #fff;
    white-space: nowrap;
    position: relative;
}

.sv-title .txt::after {
    content: "";
    width: calc(100% - 30px);
    height: 12px;
    background: url(/images/key/title_border.png) repeat left;
    position: absolute;
    left: 15px;
    bottom: 10px;
    opacity: 0.5;
}

.sv-img {
    width: 100%;
    height: 100%;
}

.sv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* top
-------------------*/
.top-about {
    overflow: hidden;
    padding-bottom: 110px;
}

.top-about_title {
    display: inline-block;
    margin-bottom: 45px;
    font-family: "KiwiMaru";
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
}

.top-about_title::after {
    content: "";
    width: 46px;
    height: 61px;
    background: url(/images/top/about_title_deco.png) no-repeat center / contain;
    position: absolute;
    top: 50px;
    right: -40px;

}

.top-about_title .en {
    margin-bottom: 10px;
    font-size: 24px;
    color: #30a0cc;
}

.top-about_title .ja {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 1.2;
}

.top-about_title .border {
    display: inline-block;
    position: relative;
}

.top-about_title .border::after {
    content: "";
    width: calc(100% - 0px);
    height: 12px;
    background: url(/images/top/title_border.png) repeat left;
    position: absolute;
    left: 0px;
    bottom: 3px;
    z-index: -1;
}

.top-about_title .ja-deco {
    display: inline-block;
    font-size: 50px;
    background: url(/images/common/text-bg.jpg) no-repeat top -70px left -70px / cover;
    background-size: 503px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
}

.top-about_wrap {
    position: relative;
}

.top-about_wrap:nth-of-type(1) {
    margin-bottom: 120px;
    padding-left: 480px;
}

.top-about_wrap:nth-of-type(1)::after {
    content: "";
    width: 385px;
    height: 381px;
    background: url(/images/top/about_illust01.png) no-repeat center / contain;
    position: absolute;
    right: -300px;
    bottom: -100px;
    z-index: 1;
}

.top-about_wrap:nth-of-type(1) .top-about_img {
    position: absolute;
    top: -42px;
    left: calc(50% - 920px);
}

.top-about_img img {
    border-radius: 15px;
}

.top-about_wrap:nth-of-type(2)::after {
    content: "";
    width: 386px;
    height: 274px;
    background: url(/images/top/about_illust02.png) no-repeat center / contain;
    position: absolute;
    top: 10px;
    left: -420px;
    z-index: 1;
}

.top-about_wrap:nth-of-type(2) .top-about_img {
    position: absolute;
    top: -50px;
    right: calc(50% - 900px);
}

.top-about_txt {
    margin-bottom: 40px;
    line-height: calc(38 / 17);
}

.top-about_btn {
    margin-left: 0;
}

.top-service {
    padding-bottom: 110px;
    background: url(/images/top/service_bg.jpg) no-repeat center / cover;
    overflow: hidden;
}

.top-service_wrapper {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

.top-service_title {
    margin-bottom: 90px;
    font-family: "KiwiMaru";
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
}

.top-service_title .en {
    margin-bottom: 10px;
    font-size: 24px;
    color: #30a0cc;
}

.top-service_title .ja {
    font-size: 50px;
    position: relative;
}

.top-service_title .ja::before,
.top-service_title .ja::after {
    content: "";
    width: 579px;
    height: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
}

.top-service_title .ja::before {
    background: url(/images/top/service_title_deco_l.png) no-repeat right / contain;
    left: calc(50% - 860px);
}

.top-service_title .ja::after {
    background: url(/images/top/service_title_deco_r.png) no-repeat right / contain;
    right: calc(50% - 860px);
}

.top-service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 110px 3.4%;
    margin-bottom: 110px;
}

.top-service_item {
    width: 47.727vw;
    min-width: 610px;
    max-width: 840px;
    position: relative;
}

.top-service_item_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.top-service_item_img::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid #30a0cc;
    border-radius: 15px;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-service_item_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.top-service_item_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    border-radius: 15px;
    background-color: #30a0cc;
    font-family: "KiwiMaru";
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.top-voice {
    background-color: #30a0cc;
}

.top-voice_title {
    margin-bottom: 60px;
    font-family: "KiwiMaru";
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
}

.top-voice_title .en {
    margin-bottom: 5px;
    font-size: 24px;
}

.top-voice_title .ja {
    font-size: 52px;
    position: relative;
}

.top-voice_title .ja::before,
.top-voice_title .ja::after {
    content: "";
    width: 380px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-10%);
}

.top-voice_title .ja::before {
    background: url(/images/top/voice_title_deco.png) no-repeat right / contain;
    left: 5px;
}

.top-voice_title .ja::after {
    background: url(/images/top/voice_title_deco.png) no-repeat left / contain;
    right: 5px;
}

.top-voice_empty {
    color: #fff;
}

.top-voice_list {
    margin-bottom: 50px;
}

.top-faq {
    padding-bottom: 100px;
    background: url(/images/top/faq_bg.jpg) no-repeat center / cover;
}

.top-faq_head {
    display: flex;
    align-items: center;
    width: 1280px;
    height: 220px;
    padding-left: 100px;
    margin-left: -100px;
    margin-bottom: 35px;
    border-radius: 50px;
    background: url(/images/top/faq_bg.png) no-repeat right;
    background-color: #30a0cc;
}

.top-faq_title {
    font-family: "KiwiMaru";
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
}

.top-faq_title .en {
    margin-bottom: 5px;
    font-size: 24px;
    letter-spacing: 0.2em;
}

.top-faq_title .ja {
    font-size: 42px;
}

.top-faq_list {
    display: flex;
    gap: 45px;
    margin-bottom: 50px;
}

.top-faq_item {
    width: 330px;
    min-height: 150px;
    padding: 30px 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #e2edee;
}

.top-faq_item_title {
    padding-left: 60px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
}

.top-faq_item_title::before,
.top-faq_item_txt::before {
    width: 40px;
    height: 40px;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 0;
}

.top-faq_item_title::before {
    content: "Q";
    background-color: #30a0cc;
    font-family: "KiwiMaru";
    color: #fff;
}

.top-faq_item_txt {
    margin-top: 30px;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(30 / 16);
    position: relative;
}

.top-faq_item_txt::before {
    content: "A";
    background-color: #fdf2ea;
    font-family: "KiwiMaru";
    color: #ee8433;
}

/* .top-faq_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
} */

.top-news {
    padding: 60px 0;
    min-height: 420px;
    background-color: #30a0cc;
}

.top-news_wrapper {
    position: relative;
}

.top-news_title {
    margin-bottom: 55px;
    font-family: "KiwiMaru";
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
}

.top-news_title .en {
    margin-bottom: 5px;
    font-size: 24px;
}

.top-news_title .ja {
    font-size: 42px;
    position: relative;
}

.top-news_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 55px;
    border-radius: 27.5px;
    background-color: #fff;
    letter-spacing: 0.08em;
    color: #30a0cc;
    position: absolute;
    top: 185px;
    left: 0;
}

.top-news_btn::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/common/cmn-btn_arw--blue.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.top_news_list {
    gap: 34px;
    width: 789px;
    margin-left: auto;
}

.top-news_list_item {
  width: 240px;
  position: relative;
}

.top-news_content {
    color: #fff;
}

.top-news_empty {
    width: 789px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

}

/* about
-------------------*/
.concept_wrap {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.concept_img img {
    border-radius: 15px;
}

.feature {
    padding-bottom: 140px;
}

.feature_title .ja {
    font-size: 40px;
    position: relative;
}

.feature_title .ja::before,
.feature_title .ja::after {
    content: "";
    height: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
}

.feature_title .ja::before {
    width: 224px;
    background: url(/images/about/feature_title_deco_l.png) no-repeat right / contain;
    left: 25px;
}

.feature_title .ja::after {
    width: 254px;
    background: url(/images/about/feature_title_deco_r.png) no-repeat left / contain;
    right: 10px;
}

.feature_item {
    position: relative;
    counter-increment: number;
}

.feature_item:not(:last-child) {
    margin-bottom: 150px;
}

.feature_item:nth-child(even) {
    padding-left: 480px;
}

.feature_item_title {
    margin-bottom: 35px;
    font-family: "KiwiMaru";
    font-weight: 500;
    letter-spacing: 0.04em;
}

.feature_item_title::before {
    content: counter(number, decimal-leading-zero)".";
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    color: #4eaad1;
}

.feature_item_title .txt {
    margin-bottom: 5px;
    font-size: 28px;
}

.feature_item_title .border {
    display: inline-block;
    position: relative;
}

.feature_item_title .border::after {
    content: "";
    width: calc(100% - 25px);
    height: 12px;
    background: url(/images/about/title_border.png) repeat left;
    position: absolute;
    left: 15px;
    bottom: 0px;
    z-index: -1;
}

.feature_item_title .txt-deco {
    display: inline-block;
    font-size: 38px;
    background: url(/images/common/text-bg.jpg) no-repeat top -90px left -50px / cover;
    background-size: 503px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
}

.feature_item_img {
    position: absolute;
    top: -10px;
}

.feature_item:nth-child(odd) .feature_item_img {
    right: 0;
}

.feature_item:nth-child(even) .feature_item_img {
    left: 0;
}

.feature_item_img img {
    border-radius: 15px;
}

.feature_item_txt {
    line-height: calc(38 / 17);
}

.area {
    padding: 130px 0 160px;
    background-color: #30a0cc;
}

.area_wrapper {
    padding-left: 530px;
    position: relative;
}

.area_title {
    margin-bottom: 25px;
    font-family: "KiwiMaru";
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
}

.area_title .en {
    margin-bottom: 5px;
    font-size: 24px;
}

.area_title .ja {
    font-size: 42px;
}

.area_txt {
    color: #fff;
}

.area_img {
    position: absolute;
    top: -85px;
    left: 0;
}

.info {
    padding-bottom: 0;
}

.info_map {
    margin-top: 80px;
}

.info_map_title {
    margin-bottom: 25px;
    font-family: "KiwiMaru";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
}

.info_map_title::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 21px;
    margin-right: 10px;
    background: url(/images/about/pin.png) no-repeat center / contain;
    transform: translateY(1px);
}

.info_map_ifrem {
    width: 100%;
    height: 400px;
}

.info_map_ifrem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_map_ifrem iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* service
-------------------*/
.service_title .ja-deco {
    background-size: 890px;
}

.service_item:not(:last-child) {
    margin-bottom: 140px;
}

.service_item_title {
    width: 100%;
    min-height: 60px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #30a0cc;
    font-family: "KiwiMaru";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.service_item_img {
    width: 100%;
    height: 320px;
    margin-top: 10px;
    border-radius: 5px;
}

.service_item_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.service_txt {
    margin-top: 28px;
}

.service_menu_list {
    margin-top: 60px;
}

.service_menu_item {
    padding: 30px 25px;
    border: 10px solid #eaf5fa;
    border-radius: 15px;
    background-color: #fff;
}

.service_menu_item:not(:last-child) {
    margin-bottom: 60px;
}

.service_menu_item_head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.service_menu_item_title {
    max-width: 70%;
    font-family: "KiwiMaru";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.service_menu_item_fee {
    flex: 1;
    font-family: "KiwiMaru";
    font-size: 16px;
    line-height: 1.4;
    color: #30a0cc;
    text-align: right;
}

.service_menu_item_txt {
    margin-top: 15px;
}


/* voice
-------------------*/
.voice {
    padding-bottom: 100px;
}

.voice_title .ja-deco {
    background-size: 700px;
}

.voice_item {
    width: 100%;
    padding: 20px 20px 30px;
    border: 10px solid #eaf5fa;
    border-radius: 15px;
    background-color: #fff;
}

.voice_item:not(:last-child) {
    margin-bottom: 80px;
}

.voice_item_head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.voice_item_wrap {
    width: 900px;
    margin-left: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.voice_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-bottom: 5px;
}

.voice_tag_list_item {
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #30a0cc;
    font-family: "KiwiMaru";
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.voice_item_title {
    font-family: "KiwiMaru";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.voice_img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}

.voice_img::after {
    content: "";
    width: 81px;
    height: 81px;
    background: url(/images/voice/arrow.png) no-repeat center / contain;
    position: absolute;
    left: 320px;
    bottom: 0;
}

.voive_before {
    width: 380px;
    height: 270px;
    position: relative;
}

.voive_before::after {
    content: "Before";
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #bfbfbf;
    font-family: "KiwiMaru";
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.voive_before img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.voive_after {
    width: 580px;
    height: 400px;
    position: relative;
}

.voive_after::after {
    content: "After";
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #ee8433;
    font-family: "KiwiMaru";
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.voive_after img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

/* faq
-------------------*/
.faq {
    padding-bottom: 100px;
}

.faq_item {
    /* width: 100%; */
    min-height: 150px;
    padding: 30px 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #e2edee;
}

.faq_item:not(:last-child) {
    margin-bottom: 60px;
}

.faq_item_title {
    padding-left: 60px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
}

.faq_item_title::before,
.faq_item_txt::before {
    width: 40px;
    height: 40px;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 0;
}

.faq_item_title::before {
    content: "Q";
    background-color: #30a0cc;
    font-family: "KiwiMaru";
    color: #fff;
}

.faq_item_txt {
    margin-top: 30px;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(30 / 16);
    position: relative;
}

.faq_item_txt::before {
    content: "A";
    background-color: #fdf2ea;
    font-family: "KiwiMaru";
    color: #ee8433;
}



/* inc-contact
-------------------*/
.inc-contact {
    width: 100%;
    height: 470px;
    padding: 70px 0;
    background: url(/images/inc-contact/bg.jpg) no-repeat center / cover;
}

.inc-contact_box {
    width: 980px;
    height: 320px;
    margin: 0 auto;
    padding: 10px;
    border: 10px solid #eaf5fa;
    background-color: #fff;
    border-radius: 15px;
}

.inc-contact_title {
    width: 940px;
    height: 120px;
    padding-top: 15px;
    border-radius: 5px;
    background-color: #30a0cc;
    font-family: "KiwiMaru";
    color: #fff;
    text-align: center;
}

.inc-contact_title .en {
    font-size: 24px;
    letter-spacing: 0em;
}

.inc-contact_title .ja {
    font-size: 42px;
    letter-spacing: 0.06em;
}

.inc-contact_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 45px;
}

.inc-contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 70px;
    border: 1px solid #d9d9d9;
    border-radius: 35px;
    background-color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* footer
-------------------*/
.footer {
    border-top: 1px solid #d9d9d9;
    text-align: center;
}

.f-logo {
    display: inline-block;
    margin-top: 60px;
}

.f-nav_list,
.f-nav-sub_list {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
}

.f-nav {
    margin-top: 50px;
}

.f-nav_item {
    position: relative;
}

.f-nav_item:not(:last-child)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: -18px;
}

.f-nav-sub {
    margin-top: 25px;
}

.f-nav-sub_item {
    position: relative;
}

.f-nav-sub_item:not(:last-child)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: -18px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin-top: 50px;
    background-color: #30a0cc;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
}


/*# sourceMappingURL=style.css.map */