:root {
    --f-jp: "Zen Kaku Gothic Antique", sans-serif;
    --f-en: "Sen", sans-serif;
    --f-sen: "Sen", sans-serif;
    --f-kaku: "Zen Kaku Gothic Antique", sans-serif;
    --main-color: #0db9d7;
    --white-color: #ffffff;
    --clr1: #424242;
    --clr2: #ccc;
    --ttl_size: 30px;
    --wrapper: 120px
}

body {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    letter-spacing: .1em;
    color: var(--clr1);
    font-family: var(--f-kaku)
}

body::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 10px
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
    box-shadow: inset 0 0 6px #fff
}

body::-webkit-scrollbar-thumb:window-inactive {
    background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%)
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 100%;
    -webkit-text-size-adjust: none
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
    display: block;
    padding: 0;
    margin: 0
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

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

@media only screen and (min-width: 769px) {
    .pc_navi>ul .subInner ul li a:hover {
        color: var(--clr1)
    }
    a {
        transition: .3s ease
    }
    a:not([target*=_blank]):not([class]):hover {
        opacity: .7
    }
    a.tel_click {
        pointer-events: none
    }
}

a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
    opacity: 1 !important
}

table {
    width: 100%
}

iframe {
    width: 100%;
    height: 100%
}

.captcha_box iframe {
    height: auto
}

.link>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

p {
    line-height: 2;
    letter-spacing: inherit;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
    font-weight: 500;
}

p:empty {
    display: none !important
}

p:last-child {
    margin-bottom: 0
}

.red {
    color: #ca0a0a !important
}

.bold {
    font-weight: bold !important
}

.fl {
    float: left
}

.fr {
    float: right
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    overflow-x: auto !important
}

.wrapper {
    overflow: hidden
}

.inner_big,
.inner,
.inner_sm {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

.inner_big {
    max-width: 1160px
}

.inner {
    max-width: 1100px
}

.inner_sm {
    max-width: 1000px
}

.fullWidthBreak {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.txt_ver {
    writing-mode: vertical-rl
}

@media only screen and (min-width: 769px) {
    .txt_ver_pc {
        writing-mode: vertical-rl
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 35px
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@media only screen and (max-width: 768px) {
    .pc_only {
        display: none !important
    }
}

@media only screen and (min-width: 769px) {
    .sp_only {
        display: none !important
    }
}

.accBtn::before,
.accBtn::after {
    transition: all .3s ease-in-out
}

.accBtn.triangle,
.accBtn.triangle_btt {
    position: relative
}

.accBtn.triangle::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 20px;
    border-color: inherit;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 10px solid;
    transform: translateY(-50%);
    transition: all .3s ease-in-out
}

.accBtn.triangle.rotate::after {
    transform: translateY(-50%) rotateX(180deg)
}

.accBtn.triangle_btt::after {
    content: "";
    position: relative;
    top: 0px;
    width: 0;
    height: 0;
    border-radius: 20px;
    border-color: inherit;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 10px solid;
    display: block;
    margin: 10px auto 0;
    transition: all .3s ease-in-out
}

.accBtn.rotate::after {
    transform: rotateX(180deg)
}

.TabContainer:not(.init) .TabContent li:not(.active) {
    display: none
}

.TabContainer.init .TabContent {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.TabContainer.init .TabContent>ul {
    transition: all .3s ease-in-out
}

.TabContainer.init .TabContent>ul>li {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all .5s ease-in-out
}

.TabContainer.init .TabContent>ul>li.active {
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.TabContainer .TabPager {
    display: flex;
    justify-content: space-between;
    min-width: 290px
}

.TabContainer .TabPager li {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 9px 20px;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, .4);
    width: calc(33.33% - 1px);
    transition: all .3s ease;
    cursor: pointer;
    color: #797b7d
}

.TabContainer .TabPager li p {
    margin: 0
}

.TabContainer .TabPager li.active {
    background-color: #edf0f5;
    z-index: 1
}

.rel {
    position: relative
}

.ovh {
    overflow: hidden !important
}

.ovs {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.lt0 {
    letter-spacing: 0 !important
}

figure,
picture {
    text-align: center;
    line-height: 1
}

.fblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.key {
    position: relative
}

.gMap {
    width: 100%;
    height: 100%
}

.txt_l {
    float: left;
    width: calc(100% - 385px)
}

.txt_r {
    float: right;
    width: calc(100% - 385px)
}

.image_alone {
    display: table;
    max-width: 500px;
    margin: 0 auto;
    border: 7px solid rgba(231, 231, 231, .5);
    border-radius: 11px;
    overflow: hidden
}

.tel_click {
    text-decoration: none
}

.tel_click span {
    display: flex;
    align-items: center;
    font-family: var(--f-en);
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: .05em;
    font-size: 1.5em
}

.tel_click span::before {
    content: "";
    display: block;
    margin-right: .3214em;
    margin-top: .1786em;
    width: .893em;
    height: .893em;
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--main-color)
}

.en {
    font-family: var(--f-en)
}

.btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all .3s;
    width: .777778em;
    height: 12px;
    right: 1em;
    top: calc(50% - 6px);
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12' %3E%3Cpath d='M12.444,5.999 L12.444,6.4 L13.999,5.999 L7.777,11.999 L6.222,11.0 L10.700,6.999 L0.0,6.999 L0.0,5.0 L10.578,5.0 L6.222,1.1 L7.777,0.0 L13.999,5.999 L12.444,5.999 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--main-color)
}

.btn-group {
    font-size: .625em
}

.btn-group .btn {
    font-size: 1em
}

.btn-group .btn.style01 {
    width: 100%;
    min-width: 100px;
    max-width: 408px;
    overflow: hidden
}

.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.88889em;
    padding: 1em;
    position: relative;
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: var(--main-color);
    transition: all .3s;
    border-radius: 40px
}

.btn-group .btn.style01 a:hover {
    opacity: 1
}

@media only screen and (min-width: 769px) {
    .btn-group .btn.style01 a:hover::after {
        right: 1em
    }
}

.btn-group .btn.bg01 a {
    background-color: rgba(0, 0, 0, 0);
    color: var(--main-color)
}

.slick-arrow {
    display: block;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 37%;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgba(0, 0, 0, 0)
}

.slick-arrow:focus {
    outline: 0
}

.slick-prev {
    left: -55px
}

.slick-next {
    right: -55px
}

@media only screen and (min-width: 769px)and (max-width: 1024px) {
    body {
        font-size: 87.5%
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wrapper);
    display: flex;
    justify-content: center;
    z-index: 20;
    transition: .3s ease
}

header.active,
.ovh header {
    height: 100px
}

h1 {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 0;
    border: 0
}

.header_top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 28px;
    background: var(--white-color);
    margin: 0 auto;
    padding: 10px 44px;
    height: 100%;
    border: 1px solid var(--main-color);
    border-top: 0;
    border-radius: 0 0 55px 55px;
    transition: all .3s ease-in-out
}

.logo {
    flex-shrink: 0;
    width: 186px
}

#wpadminbar {
    display: none;
}

.left_head,
.right_head {
    margin-bottom: 2px;
    width: calc((100% - 186px)/2)
}

.ttl-logo {
    text-align: center;
    color: var(--main-color);
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0.5em;
    line-height: 1em;
}

.ttl-logo span{
    position: relative;
}
.ttl-logo .ttl-logo_left{
    left: -0.4545454545454545em;
}
.ttl-logo .ttl-logo_right{
    right: -0.6818181818181818em;
}
.pc_navi {
    width: 100%
}

.pc_navi>ul {
    display: flex;
    column-gap: 13px;
    text-align: center;
    width: 100%
}

.pc_navi>ul>li {
    flex: 1;
    position: relative
}

.pc_navi>ul>li.menu-item-has-children>a::after,
.pc_navi>ul>li.menu-item-has-children>p::after {
    content: "";
    background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 5px;
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 4.5px);
    transition: all .5s ease
}

.pc_navi>ul>li.menu-item-has-children>a:hover::after,
.pc_navi>ul>li.menu-item-has-children>p:hover::after {
    transform: translateY(5px)
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    transition: all .2s ease;
    color: var(--main-color)
}

.pc_navi>ul>li>a:hover,
.pc_navi>ul>li>p:hover {
    opacity: .8;
    color: var(--main-color)
}

.pc_navi>ul>li>a span,
.pc_navi>ul>li>p span {
    display: block;
    width: 100%;
    padding-top: 6px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em
}

.pc_navi>ul>li:hover a.title::after,
.pc_navi>ul>li:hover p.title::after {
    transform: translateY(5px)
}

.pc_navi>ul .subInner {
    position: absolute;
    width: 220px;
    right: 50%;
    bottom: -15px;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.pc_navi>ul .subInner.active {
    opacity: 1;
    visibility: visible
}

.pc_navi>ul .subInner ul {
    background-color: var(--main-color);
    padding-bottom: 10px
}

.pc_navi>ul .subInner ul li {
    padding: 0 10px
}

.pc_navi>ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 1em .5em 1em 1.5em;
    border-bottom: 1px dashed rgba(255, 255, 255, .7);
    transition: all .2s ease;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px
}

.pc_navi>ul .subInner ul li a::before {
    content: "›";
    display: block;
    position: absolute;
    top: 50%;
    left: .5em;
    transform: translateY(-54%);
    font-size: 1em
}

@media only screen and (min-width: 769px) {
    .pc_navi>ul .col2 .subInner {
        width: 28em
    }
    .pc_navi>ul .col2 .subInner ul {
        display: flex;
        flex-wrap: wrap
    }
    .pc_navi>ul .col2 .subInner ul li {
        width: 50%
    }
    .menu_toggle .inside .ft_link {
        width: 100%;
        max-width: 900px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center
    }
    .menu_toggle .inside .ft_link .link_list {
        width: 100%
    }
}
@media only screen and (min-width: 769px)and (max-width: 1400px) {
    :root {
        --wrapper: 95px
    }
}
@media only screen and (min-width: 769px)and (max-width: 1280px) {
    .pc_navi>ul>li>a,
    .pc_navi>ul>li p {
        font-size: max(1.5vw, 14px)
    }
    .pc_navi>ul>li>a span,
    .pc_navi>ul>li p span {
        padding-top: .5em;
        font-size: max(66%, 10px)
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 12px
    }
}

@media only screen and (min-width: 769px)and (max-width: 1024px) {
     :root {
        --wrapper: 80px
    }
    header.active {
        height: 90px
    }
    .logo img {
        width: 120px
    }
    .header_top {
        padding: 10px 25px;
        column-gap: 20px;
        border-radius: 0 0 45px 45px
    }
    .ttl-logo .ttl-logo_left{
        left: -0.2em;
    }
}

.time_sheet {
    margin: 0px auto
}

.time_sheet .note {
    margin-top: 15px;
    margin-left: -2px;
    line-height: 2;
    font-size: 14px;
    letter-spacing: .1em
}

.time_sheet .note span {
    display: inline-block
}

.time_sheet table th,
.time_sheet table td {
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: center;
    font-weight: 500;
    letter-spacing: .1em;
    width: 9.9%;
    border-bottom: 1px solid var(--clr1)
}

.time_sheet table th:first-child,
.time_sheet table td:first-child {
    width: auto;
    padding-left: 1.9%
}

.time_sheet table th:last-child,
.time_sheet table td:last-child {
    width: 16.05%;
    padding-left: .8em;
    text-align: left
}

.time_sheet table th {
    padding: .6em .2em
}

.time_sheet table td {
    padding: 1.35em .2em 1.65em;
    color: var(--main-color)
}

.time_sheet table td:first-child {
    color: #333
}

.time_sheet table tr:nth-child(3) td {
    padding-bottom: 1.6em
}

.totop {
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 19;
    bottom: 45px;
    right: 95px
}

.totop.active {
    opacity: 1;
    visibility: visible
}

.totop .icon {
    background: url(../images/ico_totop.svg) center/16px auto no-repeat, var(--white-color);
    border: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 769px) {
    .totop:hover .icon {
        opacity: .9;
        animation-name: bounces
    }
}

.bounce {
    animation-name: bounces
}

.animateds {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes bounces {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@keyframes fixed_banner {
    0% {
        left: 0;
        opacity: 1
    }
    100% {
        left: -3px;
        opacity: .7
    }
}

.idx_gallery ul {
    display: flex
}

.idx_gallery ul li .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--main-color);
    width: 300px;
    height: 300px
}

.idx_gallery ul li .img01 {
    background-image: url(../images/idx_gallery01.jpg)
}

.idx_gallery ul li .img02 {
    background-image: url(../images/idx_gallery02.jpg)
}

.idx_gallery ul li .img03 {
    background-image: url(../images/idx_gallery03.jpg)
}

.idx_gallery ul li .img04 {
    background-image: url(../images/idx_gallery04.jpg)
}

.idx_gallery ul li .img05 {
    background-image: url(../images/idx_gallery05.jpg)
}

.fixed_banner {
    position: fixed;
    left: 0;
    z-index: 15;
    transition: .3s ease-in-out;
}

.fixed_banner:hover {
    right: 0
}
.fixed_banner>div {    
    background-color: #ffffff;
}

.fixed_banner>div a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s ease;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: var(--clr1);
}
.fixed_banner>div a::before{
    content: '';
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .fixed_banner .bn_mail{
    background-color: var(--main-color);
}
.fixed_banner .bn_mail a{color: #ffffff;} */
.fixed_banner .bn_mail a::before{
    background-image: url(../images/ic_mail.svg);
    width: 3.2em;
    height: 3.2em;
}
.fixed_banner .bn_twitter a::before{
    background-image: url(../images/ic_twitter.svg);  
    width: 3em;
    height: 3em;
}
.fixed_banner .bn_facebook a::before{
    background-image: url(../images/ic_facebook.png);   
    width: 3.2em;
    height: 3.2em; 
}
.fixed_banner .bn_insta a::before{
    background-image: url(../images/ic_instagram.svg);    
    width: 5em;
    height: 5em;
}


@media only screen and (min-width: 769px) {
    .fixed_banner {
        font-size: 10px;
        top: calc(50% - 8em);
        width: 6em;
    }
    .fixed_banner>div {
        width: 6em;
        height: 6em;
        margin-bottom: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 1px 0 4px rgb(7 67 83 / 40%);
    }
}

@media only screen and (min-width: 769px)and (max-width: 1366px),
(min-width: 769px)and (max-height: 720px) {
    .fixed_banner {
        font-size: 8.75px
    }
    .totop {
        right: 10px
    }
    .totop .icon {
        width: 60px;
        height: 60px
    }
}

.sp_navi {
    display: none;
}

footer {
    padding: 30px 0
}

address {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: var(--main-color);
    letter-spacing: .1065em
}

.ft_contact{
    max-width: 375px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 16px;
}
.ft_contact_tl{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}
.ft_contact .bn_social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ft_contact .bn_social .it {
    margin: 0 8px;
}
.ft_contact .bn_social .it a{
    width: 55px;
    height: 55px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.wrapper {
    position: relative
}

.wrapper::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: calc(50% - 960px);
    width: 909px;
    aspect-ratio: 909/249;
    background: url(../images/footer_bg.png) center/100% auto no-repeat;
    pointer-events: none
}

@media screen and (min-width: 1921px) {
    .home_page .wrapper::after {
        left: 0
    }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
    .wrapper::after {
        left: calc(50% - 75vw);
        width: 71.02vw;
    }
}


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