@charset "UTF-8";

:root {
    --f-jp: "Kiwi Maru", serif;
    --f-txt: "Zen Kaku Gothic New", sans-serif;
    --f-klee: "Klee One", cursive;
    --f-zen-antique: "Zen Kaku Gothic Antique", sans-serif;
    --main-color: #07afbe;
    --clr1: #465a69;
    --clr2: #ccc;
    --clr3: #8aa8c3;
    --ttl_size: 28px;
    --wrapper: 100px;
    --border-radius: 10px
}
/* body::-webkit-scrollbar {
    display: none;
    width: 10px;
    height: 10px
} */
body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-txt);
    font-size: 18px
}

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

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

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

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

@media only screen and (min-width:769px) {
    a:not(.tel_click, [target*=_blank]) {
        transition: all 0.3s ease
    }

    a:not(.tel_click, [target*=_blank]):hover {
        opacity: 0.7
    }

    a.tel_click {
        pointer-events: none
    }

    a:not(.tel_click, [target*=_blank]):active,
    a:not(.tel_click, [target*=_blank]):hover {
        color: #64b5f7
    }
}

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

table {
    width: 100%
}

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

.captcha_box iframe {
    height: auto
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

li,
p {
    line-height: 2;
    letter-spacing: 0.1em;
    word-wrap: break-word;
    word-break: break-word
}

li:empty,
p:empty {
    display: none !important
}

p {
    margin-bottom: 15px
}

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

.red {
    color: #ca0a0a !important
}

.cl_pink {
    color: #fda8a8 !important
}

.cl1 {
    color: var(--main-color) !important
}

.bold {
    font-weight: bold !important
}

.fw500 {
    font-weight: 500
}

.fl {
    float: left
}

.fr {
    float: right
}

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

html {
    overflow-x: auto !important
}

.wrapper {
    overflow: hidden
}

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

.inner_full {
    max-width: 1720px
}

.inner_max {
    max-width: 1480px
}

.inner_big {
    max-width: 1320px
}

.inner {
    max-width: 1210px
}

.inner_sm {
    max-width: 1020px
}

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

.br_auto {
    display: inline-block
}

.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:1001px) {
    .sp_1000 {
        display: none !important
    }
}

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

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

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

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

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

.TabContainer .TabContent .content {
    transition: all 0.3s ease-in-out;
    background-color: #ccc
}

.TabContainer .TabContent .content>div {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out
}

.TabContainer .TabContent .content>div.active {
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.TabContainer .TabPager {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0px auto;
    max-width: 1118px
}

.TabContainer .TabPager>div {
    background-color: #a4c7ce;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 20px 20px;
    width: calc(50% - 0px);
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px
}

.TabContainer .TabPager>div p {
    margin: 0;
    font-size: 1.5em;
    line-height: 2;
    border-bottom: 1px solid transparent
}

.TabContainer .TabPager>div.active {
    background-color: #fff;
    z-index: 1;
    color: #3d9e81
}

.TabContainer .TabPager>div.active p {
    border-bottom: 1px solid
}

.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
}

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

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

.link>a {
    position: absolute;
    inset: 0;
    z-index: 1
}

.tel_click {
    display: table;
    text-decoration: none
}

.f-kiwi {
    font-family: var(--f-jp)
}
.f-klee{font-family: var(--f-klee);}

.btn a {
    position: relative;
    color: var(--main-color);
    text-decoration: none;
}

.btn {
    font-size: 1em
}

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

.btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0.5em 1em 0.6em 1.2em;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: var(--clr1);
    border: 1px solid #b0bcc5;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 60px
}

.btn.style01 a:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: 7px;
    height: 10px;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    --mask: url("../images/ic_arr.svg");
    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: #777f85
}

.btn.style01 a:hover {
    opacity: 1
}
.btn.style01.green a{
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}
.btn.style01.green a:after{background-color: #fff;}

@media only screen and (min-width:769px) {
    .btn.style01 a:not([target*=_blank]):hover {
        background-color: #f2f5f8
    }

    .btn.style01 a:not([target*=_blank]):hover:after {
        right: 0.5em
    }
    .btn.style01.green a:not([target*=_blank]):hover{
        color: var(--clr1)
    }
    .btn.style01.green a:not([target*=_blank]):hover::before {
        background-color: #f2f5f8;        
    }
    .btn.style01.green a:not([target*=_blank]):hover:after {
        background-color: #777f85
    }
}

.btn.bg01 a {
    background-color: #fff;
    color: var(--main-color)
}

.btn.bg01 a:after {
    background-color: var(--main-color)
}

.yt {
    max-width: 960px;
    margin: 0px auto
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.slick-arrow:focus {
    outline: 0
}

.slick-prev {
    left: -1em
}

.slick-next {
    right: -1em
}

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

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

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    --h_hd: 13em;
    height: var(--h_hd);
    z-index: 20;
    font-size: 10px
}

.ovh header .logo,
header.active .logo {
    top: 0
}

.ovh header .header_top,
header.active .header_top {
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(5px)
}

.header_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5px 48px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1
}

.logo {
    width: 25%;
    max-width: 30.7em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 3em
}

.logo a {
    display: block;
    width: 100%;
    text-align: center
}

.logo img {
    width: auto
}

.right_head {
    width: 75%;
    padding-right: 60em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.pc_navi {
    width: 100%
}

.pc_navi>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    width: 100%
}

.pc_navi>ul>li {
    position: relative;
    margin: 0 2em;
}

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

.pc_navi>ul>li.menu-item-has-children>a:after,
.pc_navi>ul>li.menu-item-has-children>p:after {
    content: "";   
    width: 10px;
    height: 6px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background-color: var(--main-color);
}

.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;
    height: 40px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    color: var(--clr1)
}

.pc_navi>ul>li>a span,
.pc_navi>ul>li>p span {
    display: block;
    width: 100%;
    padding-top: 0px;
    font-size: 66.6666666667%;
    font-weight: 600
}

.pc_navi>ul .subInner {
    position: absolute;
    width: 29em;
    right: 50%;
    bottom: -15px;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all 0.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: 1.2em 0.6em 1.2em 1.6em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 1.6em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0.05em
}

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

@media only screen and (min-width:769px) {
    .pc_navi>ul .col2 .subInner {
        width: 440px
    }

    .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 (min-width:769px) and (max-height:650px),
only screen and (min-width:769px) and (max-width:1560px) {
    header {
        font-size: min(8.75px, 0.7vw)
    }

    .logo {
        top: 1em
    }
    .menu_toggle .inside{max-width: 78em;}
    .menu_toggle .inside .ft_link a {
        font-size: 1.8em;
    }
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .pc_navi>ul>li{margin: 1.2em;}
    .logo{width: 20%;}
    .right_head{
        padding-right: 53em;
        width: 80%;
    }
}
@media only screen and (max-width:1000px) and (min-width:769px) {
    .menu_toggle .inside .ft_link a {
        font-size: 2.4em
    }
     .right_head{padding-right: 50em;}
}

.idx_gallery .list {
    display: flex
}

.idx_gallery .list .img {
    padding-top: 2em
}

.idx_gallery .list .img img {
    overflow: hidden;
    border-radius: 0.625em;
    margin: 0 6px
}

.time_sheet .note {
    margin-top: 11px;
    margin-left: -1px;
    line-height: 2;
    letter-spacing: 0.1em
}

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

.time_sheet table {
    font-feature-settings: "palt"
}

.time_sheet table td,
.time_sheet table th {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    width: 8.75%
}

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

.time_sheet table td:last-child,
.time_sheet table th:last-child {
    width: 12.8%;
    padding-right: 1.6111111111em
}

.time_sheet table th {
    padding: 0.8888888889em 0.2em 0.9444444444em;
    border: 0;
    color: var(--clr1)
}

.time_sheet table td {
    padding: 0.8333333333em 0.2em 0.8888888889em;
    color: #577082;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #939596
}

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

.time_sheet table td:first-child .t_sm {
    color: #577082;
    font-size: 0.7777777778em;
    letter-spacing: 0.05em;
    border-radius: 50px;
    line-height: 1;
    background-color: #eaf1fa;
    padding: 0.2142857143em 0.7142857143em 0.1428571429em;
    margin-right: 9px
}

.time_sheet table td:first-child .t_time {
    font-size: 0.8888888889em
}

.time_sheet table thead {
    position: relative;
    z-index: 0
}

.time_sheet table thead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgb(212, 236, 246) 0%, rgb(227, 242, 244) 100%);
    z-index: -1;
    border-radius: 5px
}

.time_sheet table tbody tr:first-child td {
    padding-top: 0.8888888889em
}

.time_sheet table tbody tr:nth-child(2) td {
    padding-top: 0.7777777778em
}

@media only screen and (max-width:992px) and (min-width:769px) {
    :root {
        --ttl_size: 22px;
        --wrapper: 80px
    }
}

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

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

.totop .icon {
    background-image: url(../images/totop.svg);
    background-repeat: no-repeat;
    background-size: 64px auto;
    background-position: calc(50% - 1px) calc(50% - 1px);
    background-color: #fff;
    border: 1px solid var(--main-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0
}

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

.bounce {
    animation-name: bounces
}

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

@keyframes bounces {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }
}

@keyframes fixed_banner {
    0% {
        left: 0;
        opacity: 1
    }

    to {
        left: -3px;
        opacity: 0.7
    }
}

.fixed_banner {
    position: fixed;
    z-index: 20;
    transition: right 0.3s ease-in-out
}

.fixed_banner>div {
    position: relative;
    transition: all 0.3s ease
}

.fixed_banner a {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.fixed_banner p {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    color: var(--clr1);
    font-weight: 500;
    font-family: var(--f-txt);
    letter-spacing: 0.1em;
    line-height: 1.2222222222;
    text-align: center;
    text-decoration: none
}

.fixed_banner p:hover {
    color: #fff
}

.fixed_banner p .tt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%
}

.fixed_banner p .tt:before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #f2f5f8;
    border-radius: 50%;
    width: round(4.6em, 1px);
    height: round(4.6em, 1px);
    margin-right: 1.7em
}

.fixed_banner .tel p .txt {
    font-size: 2.4em;
    color: var(--main-color)
}

.fixed_banner .tel p .tt:before {
    background-image: url(../images/h_ic_tel.png)
}

.fixed_banner .map p .txt {
    font-size: 2.2em
}

.fixed_banner .map p .tt:before {
    background-image: url(../images/h_ic_map.svg)
}

@media only screen and (min-width:769px) {
    .fixed_banner {
        top: 2.7em;
        right: 12.3em;
        font-size: 10px;
        --size: 8em;
        display: flex;
        align-items: center
    }

    .fixed_banner.active {
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1))
    }

    .fixed_banner>div {
        background-color: #fff;
        margin-bottom: 0.5em;
        height: 8.6em;
        padding: 1em 2.5em 1.2em 2.1em
    }

    .fixed_banner p .tt {
        letter-spacing: 0
    }

    .fixed_banner p .tt:before {
        top: 0.1em;
        position: relative
    }

    .fixed_banner .tel {
        width: 27.8em;
        margin-right: 1px;
        border-radius: 45px 0 0 45px
    }

    .fixed_banner .map {
        width: 21.3em;
        border-radius: 0 45px 45px 0
    }
    .fixed_banner .map:hover{background-color: #d5ecef;}
}

@media (min-width:769px) and (max-height:650px),
only screen and (min-width:769px) and (max-width:1560px) {
    .fixed_banner {
        font-size: min(8.75px, 0.7vw)
    }

    .totop .icon {
        width: 60px;
        height: 60px
    }
}
@media only screen and (min-width:769px) and (max-width:1400px) {
   .fixed_banner .tel{width: 24.8em;}
   .fixed_banner .map{width: 20.3em;}
}

@media only screen and (min-width:769px) and (max-height:620px) {
    .totop {
        right: 100px
    }
}

footer {
    padding: 40px 0 40px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--clr1)
}

footer p {
    margin-bottom: 0
}

footer a,
footer p {
    color: #fff;
    text-decoration: none
}

footer .ft_logo {
    padding: 0px 0 30px;
    max-width: 406px
}

footer .ft_info {
    width: 47.5%
}

footer .ft_info .des {
    margin-bottom: 26px;
    font-size: 14px;
    letter-spacing: 0.1em
}

.ft_link a {
    text-decoration: none
}

.ft_link .title {
    margin-bottom: 28px;
    padding-left: 0;
    font-size: calc(var(--ttl_size) + 4px);
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en)
}

.ft_link .title:before {
    display: none
}

.ft_link ul:last-child {
    margin-bottom: 0
}

.ft_link li {
    letter-spacing: 0.1em;
    line-height: 1.6;
    border-bottom: 1px dashed #fff
}

.ft_link a {
    display: block;
    position: relative;
    padding-left: 1.8181818182em;
    padding-top: 0.7272727273em;
    padding-bottom: 0.7272727273em;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.6
}

.ft_link a:before {
    content: "";
    position: absolute;
    top: 1.363636364em;
    left: 0.6818181818em;
    width: round(0.5454545455em, 1px);
    height: round(0.5454545455em, 1px);
    border-radius: 10px;
    background-color: #fff;
}

.ft_link a:hover {
    opacity: 1
}

.ft_link a:hover {
    opacity: 1;
    color: #fff
}

@media only screen and (min-width:769px) {
    .ft_link .menu01 {
        width: 100%
    }

    .ft_link .menu02 {
        margin-top: 2em;
        width: 100%
    }

    .ft_link .menu02>ul {
        max-height: 10em
    }

    .ft_link .menu02>ul>li:nth-child(n+3) {
        max-width: 20em
    }

    .ft_link a:hover {
        opacity: 0.8
    }
}

.copyright {
    margin: 0 auto 0;
    padding: 31px 0px 29px;
    position: relative;
    z-index: 1;
    background-color: #f8f8f8
}

.copyright .flex {
    align-items: center;
    justify-content: center;
    min-height: 40px
}

.copyright .inner_big {
    max-width: 1135px
}

.copyright .textwidget {
    display: block;
    margin-top: 0px;
    line-height: 20px;
    padding-left: 17px;
    padding-bottom: 3px;
    margin-left: 20px;
    border-left: 1px solid #0178b1;
    font-weight: 400;
    letter-spacing: 0.1em
}

.copyright .textwidget p {
    margin-bottom: 0;
    font-size: 14px;
    color: #343434;
    line-height: inherit;
    letter-spacing: 0.1em
}

.copyright .grits {
    margin-bottom: 0;
    line-height: 2.501
}

.copyright .grits a {
    display: block
}

.copyright .grits img {
    max-width: 134px
}
@media only screen and (min-width:769px) and (max-width:1600px) {
    .ft_link a{font-size: 20px;}
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .ft_link a:before{top: 1.3em;}
}
@media only screen and (min-width:769px) and (max-width:1200px) {
    .copyright .textwidget p {
        font-size: 12px
    }
}

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