@charset "UTF-8";

body, .site-header { min-width: 1280px; }

body {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}

/*====== Common Style =====*/
.for_sp, .for_sp_br { display: none !important; }

/* flex */
.flex-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.flex-lr.is-vcenter {
    align-items: center;
}

.flex-lr.is-bottom {
    align-items: flex-end
}

/* module */
.m-fs_l { font-size: 18px !important; }
.m-fs_s { font-size: 14px !important; }

.m-mtp_s { margin-bottom: 20px !important; }
.m-mtp_m { margin-bottom: 70px !important; }
.m-mtp_l { margin-bottom: 120px !important; }

.m-mbt_s { margin-bottom: 20px !important; }
.m-mbt_m { margin-bottom: 70px !important; }
.m-mbt_l { margin-bottom: 120px !important; }

/* heading */
.m-lb01 {
    margin-bottom: 45px;
    text-align: center;
}

.m-lb01__main {
    display: block;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.m-lb01__sub {
    display: block;
    margin-top: 15px;
    color: #182986;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.1;
}

.m-lb01__sub.is-white {
    color: #fff;
}

.m-lb02 {
    position: relative;
    padding-left: 26px;
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.m-lb02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -2px;
    display: block;
    border-left: solid 6px #182986;
}

.m-lb03 {
    position: relative;
    padding: .13em .5em .23em;
    margin-bottom: 20px;
    background: #182986;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

/* catch */
.m-catch01 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.643;
}

/* link */
.m-link01 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 374px;
    width: 100%;
    height: 80px;
    border-radius: 3em;
    border: solid 2px #182986;
    color: #182986;
    font-size: 18px;
    text-decoration: none;
    overflow: hidden;
    transition: ease .1s;
}

.m-link01:hover {
    color: #fff;
    opacity: 1;
}

.m-link01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #182986;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.m-link01:hover::before {
    transform-origin:left top;
    transform:scale(1, 1);
}

.m-link01::after {
    content: "";
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    display: block;
    width: 14px;
    height: 14px;
    border-top: solid 3px #182986;
    border-right: solid 3px #182986;
    transition: ease .2s .2s;
}

.m-link01:hover::after {
    border-color: #fff;
}

.m-link01 > span {
    position: relative;
}

.m-link02 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: 100%;
    height: 55px;
    border-radius: 3em;
    background: #182986;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
}

.m-link02::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0.875em;
}

/* parts */
.m-para p + p {
    margin-top: 2em;
}

.m-lead {
    margin-bottom: 55px;
    text-align: center;
}

.m-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.m-map iframe {
    width: 100%;
}

/* column */
.m-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.m-column2__img {
    width: 41.833%;
}

.m-column2__txt {
    width: 54.166%;
    padding-right: 25px;
}

/* table */
.m-price-table {
    width: 100%;
    font-size: 1.125em;
    line-height: 1.556;
}

.m-price-table th,
.m-price-table td {
    vertical-align: middle;
    height: 80px;
    padding: 11px 27px;
}

.m-price-table th {
    text-align: center;
}

.m-price-table tbody th,
.m-price-table tbody td {
    border: solid 1px #d3d8db;
}

.m-price-table tbody th {
    background: #e7eefd;
}

.m-price-table .thead1 {
    width: 24.166%;
}

.m-price-table .thead2 {
    width: 37.917%;
    background: #182986;
    color: #fff;
}

.m-price-table .thead3 {
    width: 37.917%;
    border-left: solid 1px #fff;
    background: #009ae0;
    color: #fff;
}

.m-price-table .price {
    font-size: 0.889em;
    text-align: center;
}

.m-price-table .price .num {
    font-size: 1.375em;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.m-table01 {
    width: 100%;
}

.m-table01 th,
.m-table01 td {
    vertical-align: middle;
    height: 80px;
    padding: 11px 20px;
    border: solid 1px #d3d8db;
}

.m-table01 thead th,
.m-table01 thead td {
    background: #e7eefd;
    font-size: 1.125em;
}

.m-table01 tbody th,
.m-table01 tbody td {
    background: #fff;
    font-weight: 400;
}

.m-table01 .price {
    font-size: 1.125em;
    text-align: right;
}

/* list */
.m-dl01 {
    display: table;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.556;
}

.m-dl01 > div {
    display: table-row;
}

.m-dl01 > div > dt,
.m-dl01 > div > dd {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    padding: 10px 22px;
    border: solid 1px #d3d8db;
}

.m-dl01 > div > dt {
    width: 230px;
    background: #e7eefd;
    text-align: center;
}

.m-dl01 > div > dd {
    background: #fff;
}

.m-dl01 .price {
    color: #e63935;
    font-size: .889em;
}

.m-dl01 .price .num {
    font-size: 1.375em;
    font-weight: 700;
}

/* box */


/* faq */
.faq-list {
    margin-top: 60px;
}

.faq-list__q,
.faq-list__a {
    position: relative;
    padding: 22px 60px 22px 4.5em;
    cursor: pointer;
}

.faq-list__q .q,
.faq-list__a .a {
    position: absolute;
    left: 1.06em;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.06em;
    height: 2.06em;
    border-radius: 50%;
    font-size: 1.125em;
    font-weight: 500;
}

.faq-list__q {
    margin-top: 10px;
    border-radius: 10px;
	background: #f7f7f7;
    font-weight: 700;
}

.faq-list__q::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
}

.faq-list__q.is-open::before {
    content: "\f068";
}

.faq-list__q .q {
    background: #111a24;
    color: #fff;
}

.faq-list__a {
    display: none;
}

.faq-list__a .a {
    background: #009ae0;
    color: #fff;
}

/* footer cta */
.m-cv {
    text-align: center;
}

.m-cv__lb {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.m-cv__lb::before,
.m-cv__lb::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    height: 34px;
    margin-top: -11px;
    border-left: solid 3px;
}

.m-cv__lb::before {
    left: 0;
    transform: rotate(-33deg);
}

.m-cv__lb::after {
    right: 0;
    transform: rotate(33deg);
}

.m-cv__link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-cv__link > li {
    width: 373px;
    margin: 0 23px;
}

.m-cv__mail,
.m-cv__line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
	border-radius: 3em;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: center;
	text-decoration: none;
}

.m-cv__mail::before,
.m-cv__line::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translate(0, -50%);
}

.m-cv__mail {
    background: #db047a;
    color: #fff;
}

.m-cv__line {
    background: #3aaf78;
    color: #fff;
}

.m-cta01 {
    position: relative;
    max-width: 1122px;
    padding: 48px 15px 60px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(34,34,34,.05);
    background: #fff;
    color: #111a24;
    text-align: center;
}

.m-cta01::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    display: block;
    background: url("../image/icon/pic_man@2x.png") 50% 50% no-repeat;
    background-size: contain;
    width: 162.5px;
    height: 233px;
    margin: -7px 44px 0 0;
}

.m-cta01.scroll-active::before {
    transform: translate(50%, 0);
    opacity: 0;
    transition: .8s .4s;
}

.m-cta01.scroll-active.active::before {
    transform: translate(50%, -50%);
    opacity: 1;
}

.m-cta02,
.m-cta03 {
    background: #0072be url("../image/footer/bg_01.jpg") 50% 50% no-repeat;
	background-size: cover;
    color: #fff;
}

.m-cta02 {
    padding: 48px 0 60px;
}

.m-cta03 {
    padding: 80px 0;
}

.m-cta03.is-left {
    position: relative;
}

.m-cta03.is-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 40px;
    background: #fff;
}


/*====== header =====*/
.area-anchor {
    padding-top: 100px;
    margin-top: -100px;
}

#header {
    position: relative;
    padding: 100px 0 50px;
    background: #2842cd;
}

#header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 240px;
    background: #fff;
}

.site-header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background: #2842cd;
}

.site-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 240px;
    height: 100%;
    background: #fff;
}

@media screen and (min-width: 1540px) {
    .site-header::before {
        width: 360px;
    }
}

.site-header__inner {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 100px;
    padding-right: 210px;
}

.site-header__logo {
    width: 190px;
    padding: 10px;
    margin: 0;
    font-size: 10px;
}

.site-header__logo a {
    display: block;
    padding: 10px;
}

.site-header__nav .gnv {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.site-header__nav .gnv > li {
    margin-left: 20px;
}

.site-header__nav .gnv li.gnv__parent {
    position: relative;
    cursor: pointer;
}

.site-header__nav .gnv__tglBtn {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 100%;
    padding: 7px 0;
    border: none;
    background: transparent;
    color: inherit;
    font-size: 0.75em;
    text-align: center;
}

.site-header__nav .gnv__parent.is-open .gnv__tglBtn,
.site-header__nav .gnv__parent:hover .gnv__tglBtn {
    color: transparent;
}

.site-header__nav .gnv__tglBtn::after {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 1px;
    margin-left: -7px;
    border: solid transparent;
    border-bottom-color: #e7eefd;
    border-width: 0 7px 9px 7px;
}

.site-header__nav .gnv__parent.is-open .gnv__tglBtn::after,
.site-header__nav .gnv__parent:hover .gnv__tglBtn::after {
    display: block;
}

.site-header__nav .gnv__child {
    display: none !important;
    position: fixed;
    left: 0;
    top: 92px;
    width: 100%;
    padding: 67px 0 47px;
}

.site-header__nav .gnv__parent.is-open .gnv__child,
.site-header__nav .gnv__parent:hover .gnv__child {
    display: block !important;
}

.site-header__nav .gnv__child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    display: block;
    width: 100%;
    background: #e7eefd;
}

.site-header__nav .gnv__child > ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1232px;
    padding-left: 17px;
    margin: 0 auto;
    font-size: 18px;
}

.site-header__nav .gnv__child > ul > li {
    margin: 0 17px 15px 0;
}

.site-header__nav .gnv__child a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 226px;
    height: 64px;
    border-radius: 5px;
    background: #182986;
    color: #fff;
}

.site-header__nav .gnv__child a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0.778em;
}

.site-header__nav .gnv__tel a {
    display: block;
    padding: 10px;
}

.site-header__nav .gnv__tel a > span {
    display: block;
}

.site-header__nav .gnv__tel__time {
    margin-bottom: 2px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.site-header__nav .gnv__tel__tel {
    font-size: 28px;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.site-header__nav .gnv__tel__tel .m-icon {
    margin-right: 5px;
}

.site-header__cvLink {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 200px;
}

.site-header__cvLink > li {
    width: 50%;
}

.site-header__line,
.site-header__mail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 14px;
    text-align: center;
}

.site-header__line > span,
.site-header__mail > span {
    position: relative;
    display: block;
    padding-top: 28px;
}

.site-header__line .icon,
.site-header__mail .icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.site-header__line {
    background: #3aaf78;
    color: #fff;
}

.site-header__mail {
    background: #db047a;
    color: #fff;
}

.site-header__mail .icon {
    top: 2px;
    font-size: 24px;
}

@media screen and (min-width: 1540px) {

	#header::before {
        width: 360px;
    }

    .site-header__inner {
        padding-right: 240px;
    }

    .site-header__logo {
        width: 360px;
        padding: 10px 30px;
    }

    .site-header__nav .gnv > li {
        margin-left: 30px;
    }

    .site-header__nav .gnv li.gnv__tel {
        margin-left: 45px;
    }
    
    .gnv__tel__tel {
        font-size: 30px;
    }
    
    .site-header__cvLink {
        width: 220px;
    }

}

/* Page Header */
.page-header {
    position: relative;
    background: #fff;
}

.page-header::before {
    content: "";
    position: absolute;
    left: 240px;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: #2842cd;
}

@media screen and (min-width: 1540px) {

	.page-header::before {
		left: 360px;
	}

}

.page-header__main {
    position: relative;
}

.page-header__main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: linear-gradient(90deg, rgba(255,255,255,.8) 55%, rgba(255,255,255,0) 100%);
    width: 55.8%;
    height: 100%;
}

.page-header__img {
    margin-right: 5.125%;
}

.page-header__img img {
    width: 100%;
}

.page-header__txt {
    position: absolute;
    left: 4.68%;
    top: 50%;
    transform: translate(0, -50%);
    margin-bottom: 16px;
}

.page-title {
    margin: 0;
    color: #182986;
}

.page-title__main {
    display: block;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.page-title__sub {
    display: block;
    margin-top: 22px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
}

.breadcrumbs {
    padding: 20px 0;
    color: #fff;
    font-size: .875em;
    text-align: right;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs li {
    display: inline-block;
    line-height: 1;
}

.breadcrumbs li i {
    margin-left: .3em;
}

.breadcrumbs li + li {
    margin-left: .2em;
}


/*====== fix-cv =====*/
.fix-cv {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 20px;
}

.fix-cv__line,
.fix-cv__mail {
    display: block;
    width: 52px;
    padding: 18px 0;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.fix-cv__line .icon,
.fix-cv__mail .icon {
    display: block;
    margin: 0 auto 6px;
}

.fix-cv__line span,
.fix-cv__mail span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fix-cv__line {
    background: #3aaf78;
    color: #fff;
}

.fix-cv__mail {
    background: #db047a;
    color: #fff;
}

.fix-cv__mail .icon {
    font-size: 18.4px;
}


/*====== content =====*/
.page-content {
    padding: 90px 0 150px;
}

.blog-content {
    padding: 100px 0 150px;
    background: #fff;
}

.flex-lr .blog-main {
    width: 71.66%;
}

.flex-lr .blog-side {
    width: 23.33%;
}

.blog-title {
    margin: -.25em 0 40px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.571;
}

/* side */
.side-box + .side-box {
    margin-top: 3.5em;
}

.side-lb {
    padding-bottom: 12px;
    margin-bottom: 5px;
    border-bottom: solid 3px #182986;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.side-list {
    line-height: 1.2;
}

.side-list > li {
    border-bottom: solid 1px #cfd5d8;
}

.side-list a {
    position: relative;
    display: block;
    padding: .74em .64em;
    color: inherit;
    text-decoration: none;
}

.side-list a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: .8em;
    top: 50%;
    margin-top: -.65em;
    color: #182986;
    font-size: .75em;
}

/* search form */
.blog-search {
    padding: 60px 0;
    margin-bottom: 60px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: #f7f7f7;
    text-align: center;
}

.blog-search__lb {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.blog-search__inputBox {
    position: relative;
    max-width: 798px;
    margin: 0 auto;
}

.blog-search__input {
    width: 100%;
    height: 64px;
    border-radius: 5px;
    border: solid 1px #182986;
    background: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}

.blog-search__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 50px;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    color: #182986;
    font-size: 16px;
    text-align: center;
}

.blog-search__cat {
    display: flex;
    font-size: 18px;
}

.blog-search__cat > li {
    width: 24.5%;
}

.blog-search__cat > li + li {
    margin-left: 0.66%;
}

.blog-search__cat a,
.blog-search__cat span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    border-radius: 5px;
}

.blog-search__cat a {
    background: #182986;
    color: #fff;
    text-decoration: none;
}

.blog-search__cat a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0.778em;
}

.blog-search__cat span {
    border: solid 1px #182986;
    background: #fff;
    color: #182986;
}

/* pager */
.pager-box-top {
    padding-bottom: 44px;
    margin-bottom: 60px;
    border-bottom: solid 1px #ddd;
}

.pager-box-top.flex {
    justify-content: space-between;
    align-items: baseline;
}

.pager-box-btm {
    padding-top: 65px;
    margin-top: 100px;
    border-top: solid 1px #ddd;
}

.pager-count {
    font-size: .875em;
    line-height: 1.5;
}

.pager-count .num {
    color: #009ae0;
    font-size: 1.857em;
}

.pager-list-count {
    font-size: .875em;
    line-height: 1.5;
    text-align: right;
}

.pager-list {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #707070;
    font-size: 18px;
}

.pager-list li {
	margin: 5px;
}

.pager-list .prev,
.pager-list .next {
    color: #0072be;
    font-size: .556em;
}

.pager-list a,
.pager-list span {
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
}

.pager-list a {
    border: solid 1px #ddd;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.pager-list span {
    background: #182986;
    color: #fff;
}

.pager-detail {
	display: flex;
    margin-top: 95px;
}

.pager-detail li {
	margin-right: 53px;
}

.pager-detail .prev {
    order: 1;
}

.pager-detail .next {
    order: 3;
}

.pager-detail .list {
    order: 2;
}

.pager-detail a {
    position: relative;
	display: block;
    width: 230px;
    height: 55px;
    line-height: 55px;
    border-radius: 3em;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
	text-decoration: none;
}

.pager-detail .prev a,
.pager-detail .next a {
    background: #009ae0;
    color: #fff;
}

.pager-detail .list a {
    background: #182986;
    color: #fff;
}

.pager-detail a i {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    font-size: .875em;
}

.pager-detail .prev a i {
    left: 20px;
}

.pager-detail .next a i,
.pager-detail .list a i {
    right: 20px;
}

/* maker navigation */
.maker-nav {
    padding: 62px 0 70px;
    border-top: solid 1px #ddd;
    background: #f7f7f7;
}

.maker-nav__lb {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.maker-nav__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px -15px 0;
    font-size: 18px;
}

.maker-nav__list > li {
    margin: 0 17px 15px 0;
}

.maker-nav__list a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 226px;
    height: 64px;
    border-radius: 5px;
    background: #182986;
    color: #fff;
    text-decoration: none;
}

.maker-nav__list a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0.778em;
}


/*====== footer =====*/
.site-footer {
    background: #2e3235;
    color: #fff;
}

.site-footer__main {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    width: 86.933%;
    padding: 75px 0 45px;
    margin: 0 auto;
}

.site-footer__logo {
    margin: 5px 10px 0 0;
}

.site-footer__nav {
    display: flex;
}

.site-footer__nav ul + ul {
    margin-left: 120px;
}

.site-footer__nav li {
    margin-bottom: 12px;
}

.site-footer__nav a {
    position: relative;
    display: block;
    padding-left: 17px;
}

.site-footer__nav a::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: .1em;
}

.site-footer__cvLink {
    width: 290px;
    padding-top: 3px;
}

.site-footer__cvLink > li + li {
    margin-top: 10px;
}

.site-footer__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 3em;
    background: #fff;
    color: #2e3235;
    text-align: center;
}

.site-footer__btn::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.site-footer__copy {
    padding: 13px 0;
    border-top: solid 1px rgba(207,213,216,.5);
    text-align: center;
}

.copyright {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 1;
}