* {
    margin: 0;
    padding: 0;
}

/*html,
body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}*/
body {
    animation: fadeIn 0.8s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.8s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
    font: 16px / 1.5 "游ゴシック体",
        YuGothic,
        "游ゴシック",
        -apple-system,
        BlinkMacSystemFont,
        Roboto,
        "Noto Sans JP",
        "Helvetica Neue",
        HelveticaNeue,
        "Segoe UI",
        Verdana,
        Meiryo,
        sans-serif;
    overflow-x: hidden;
    webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

b,
strong,
.bold {
    font-weight: bold;
}

_:lang(x)::-ms-backdrop,
body {
    /*font-family: "Segoe UI", Meiryo, sans-serif;*/
}

li,
dl,
dt,
dd,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.8;
}

div,
p {
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-break: strict;
}

header,
nav,
section,
div,
footer {
    box-sizing: border-box;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.txtl {
    text-align: left !important;
}

.txtc {
    text-align: center !important;
    margin: auto;
}

img.txtc {
    text-align: center;
    margin: 0 auto 1em;
    display: block;
}

.txtr {
    text-align: right !important;
}


small {
    font-size: 0.8em;
}

.mb0 {
    margin-bottom: 0 !important;
}

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


img.fit {
    width: 300px;
    height: auto;
    object-fit: cover;
}

a,
a:link,
a:visited,
a:focus {
    outline: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    outline: none;
    color: #333;
    opacity: 0.5;
}

a img {
    text-decoration: none;
    outline: none;
}

a:hover img {
    text-decoration: none;
}

.sp-only {
    display: none !important;
}

.red {
    color: #FF0000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
}

.cf {
    overflow: hidden;
    clear: both;
}

a,
a span,
a:hover,
a img,
a:hover img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

main p {
    margin-bottom: 1em;
}

.linktxt_hover {
    position: relative;
    z-index: 0;
    padding: 0 0.2em;
}

.linktxt_hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #EC9E41;
    z-index: -1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

footer .linktxt_hover::before {
    background: #fff;
}

.linktxt_hover:hover::before {
    width: 100%;
}

/**youtube**/

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/**googlemap**/

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

.googlemap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

input,
textarea {
    font-size: 1em;
    width: 100%;
    overflow: hidden;
    border: none;
    border-radius: none;
    padding: 5px 8px;
    box-sizing: border-box;
    resize: none;
    background: none;
}

/**animation**/
.fadein {
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transform: translate(0, 20px);
}

.fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.fadein.delay01 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

.fadein.delay02 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}

.fadein.delay03 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
}

.wave {
    line-height: 0;
}

.wave svg {
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    text-align: center;
}

.line01,
.line02 {
    position: absolute;
}

.line01 img,
.line02 img {
    width: 1920px;
}

.line01 {
    -webkit-animation: lines-movie01 3s infinite alternate ease-in-out;
    animation: lines-movie01 3s infinite alternate ease-in-out;
    top: 23%;
}

.line02 {
    -webkit-animation: lines-movie02 3s infinite alternate ease-in-out;
    animation: lines-movie02 3s infinite alternate ease-in-out;
    top: 23%;
}

.top .line01, .top .line02{
    top: 15%;
}

@keyframes lines-movie01 {
    0% {
        transform: scale(1.1) translate(0, 0);
    }

    50% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1.1) translate(0, 0);
    }
}

@keyframes lines-movie02 {
    0% {
        transform: scale(1) translate(0, 0);
    }

    50% {
        transform: scale(1.2) translate(0, 0);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }
}

.org {
    color: #EC9E41;
}

ul.tag_list li {
    display: inline-block;
    margin: 0 0.8em 1.3em 0;
    font-size: 0.8em;
}
/* 2021.06. */
.top ul.tag_list li {
    display: inline-block;
    font-size: 0.8em;
    margin: 0 0.4934em 0.4934em 0;
}
.top .sec_attention_tag ul.tag_list li {
    display: inline-block;
    font-size: 0.8em;
    margin: 0 0.8em 1.25em 0;
}
/* 2021.06. */

/*ul.tag_list li:last-child {
    margin: 0 0 1.5em 0;
}*/

ul.tag_list li a {
    background: #E6E6E6;
    border-radius: 5px;
    text-align: center;
    padding: 0.3em 1em;
    box-sizing: border-box;
    display: block;
}

ul.tag_list li a:hover {
    opacity: 0.6;
    color: #333;
}

/*-----------------------------
header
-----------------------------*/
header,
nav.gnav {
    z-index: 9999999;
}

header {
    background: #fff;
    padding: 1em 0 0;/*1.8em 0 0;*/
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#nav-tgl {
    display: none;
}

nav.gnav {
    margin: 0.2em auto 0;/*1.5em auto 0;*/
}

nav.gnav ul.gnav-list {
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    font-weight: bold;
}

nav.gnav ul.gnav-list li {
    position: relative;
}

nav.gnav ul.gnav-list li a {
    padding: 0.8em 2.7em;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    display: block;
}

nav.gnav ul.gnav-list li a:hover {
    background: #EC9E41;
    color: #fff;
    opacity: 1;
}

nav.gnav.fixed {
    background: #fff;
    margin: auto;
    padding: 1em 0 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

nav.gnav.fixed ul.gnav-list li a {
    border-radius: 8px 8px 0 0;
}

nav.gnav.__en ul.gnav-list {
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    font-weight: bold;
}

nav.gnav.__en ul.gnav-list li {
    position: relative;
    width: calc(100% / 8);
}

nav.gnav.__en ul.gnav-list li a {
    padding: 0.8em;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    height: 100%;
}


header .container {
    clear: none;
    overflow: inherit;
}

.l-header-top {
    clear: both;
    overflow: hidden;
}

.l-header .logo {
    width: 50%;
    float: left;
}

.l-header-bar {
    float: right;
    width: 50%;
}

.l-header-bar .l-header-bar__right {
    float: right;
}

.l-header-bar .l-header-search {
    width: 290px;
    margin: 0 0 1em;/*0 0 1.5em;*/
    display: inline-block;
    vertical-align: top;
}

ul.l-header-language {
    border-radius: 5px;
    border: 1px solid #4D4D4D;
    width: 120px;
    font-size: 0.75em;
    margin: 0;/*0 0 1.5em 1em;*/
    display: inline-block;
    vertical-align: top;
}

ul.l-header-language li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

ul.l-header-language li a {
    padding: 9px 3px;
    box-sizing: border-box;
    text-align: center;
    width: 57px;
    height: 28px;
    display: block;
    line-height: 1;
}

ul.l-header-language li a.ja {
    background: #4D4D4D;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
}

ul.l-header-language li a.en {
    border-radius: 0 4px 4px 0;
}

.l-header.__en ul.l-header-language li a.ja {
    border-radius: 4px 0px 0px 4px;
    background: none;
    color: initial;
}
.l-header.__en ul.l-header-language li a.en {
    background: #4D4D4D;
    color: #fff;
    border-radius: 0 4px 4px 0;
    width: 57.6px;
}


ul.l-header-language li a[data-stt-changelang] {}

ul.l-header-language li a[data-stt-active] {}

ul.l-header-menu {
/*    clear: both;*/
    overflow: hidden;
    float: right;
    font-size: 0.9em;
}

ul.l-header-menu li {
    display: inline-block;
    margin: 0 1em 0 0;
}

ul.l-header-menu li:last-child {
    margin: 0;
}

ul.l-header-menu li a:hover {
    opacity: 1;
}

.page ul.l-header-menu li a.current .linktxt_hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #EC9E41;
    z-index: -1;
}

.search_container {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #E6E6E6;
    padding: 0.3em 0.5em;
    border: none;
}

.search_container input[type="search"] {
    border: none;
    background: none;
    padding: 0;
    line-height: 1;
}

.search_container input[type="search"]::placeholder,
*:focus::-webkit-input-placeholder {
    color: #999;
    font-weight: bold;
    font-family: "游ゴシック体",
        YuGothic,
        "游ゴシック",
        -apple-system,
        BlinkMacSystemFont,
        Roboto,
        "Noto Sans JP",
        "Helvetica Neue",
        HelveticaNeue,
        "Segoe UI",
        Verdana,
        Meiryo,
        sans-serif;
    line-height: 1;
    border: none;
    background: none;
}

.search_container input[type="search"]:focus {
    outline: 0;
}

.search_container input[type="submit"] {
    cursor: pointer;
    background: url("/mt-static/support/theme_static/jscp_template/assets/img/common/search.svg") no-repeat center;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
    bottom: 0;
    outline: none;
    margin: auto 0;
    border: 0;
    padding: 1.1em;
    box-sizing: border-box;
    line-height: 1;
}

.search_container input[type="submit"]:hover {
    cursor: pointer;
    background: url("/mt-static/support/theme_static/jscp_template/assets/img/common/search.svg") no-repeat center;
}

input[type="search"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/*-----------------------------
footer
-----------------------------*/

footer {
    margin: -1px auto;
    padding: 0 0 5em;/*0 0 7em;*/
    background: #EC9E41;
    color: #fff;
    position: relative;
}

footer .footer_circle {
    border-radius: 0 0 50% 50% / 0 0 70% 70%;
    background: #fff;
    height: 100px;
    margin: 0 -2% 4em;
    text-align: center;
    overflow: hidden;
}

#pageTop {
    z-index: 999;
    right: 2%;
    margin: auto;
    position: fixed;
    width: 73px;
    height: 73px;
    display: block;
}

#pageTop a {
    border-radius: 50%;
    padding: 1.2em 0.4em 1.4em;
    box-sizing: border-box;
    display: block;
    margin: auto;
    text-align: center;
    background: #B47934;
}

#pageTop a:hover {
    opacity: 1;
}

#pageTop a:hover img {
    opacity: 0.6;
}

footer .logo {
    margin: 0 0 2.5em;
}

footer .logo a:hover,
footer .logo a:hover img {
    opacity: 1 !important;
}

footer .l-footer-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    clear: both;
    overflow: hidden;
}

.sns_btn a {
    float: left;
    width: 28%;
    margin: 0 0.5em 0 0;
}

.sns_btn {
    margin: 0 2% 0 0;
    float: left;
}

footer .more-btn {
    float: left;
    width: 50%;
}

footer .more-btn a {
    background: #fff;
    color: #855545;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    padding: 0.7em;
    font-size: 1.2em;
    position: relative;
    max-width: 300px;
    width: 100%;
    display: block;
    font-weight: bold;
    margin-top: 0.3em;
}

@media screen and (max-width: 768px) {
    .sns_btn a {
        width: 15%;
    }

    .sns_btn {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    
    footer .more-btn {
        width: 100%;
    }
    
}

footer .more-btn a:hover {
    opacity: 1;
}

footer .more-btn a span {
    transition: all 0.3s ease 0s;
}

footer .more-btn a:hover span {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}

footer ul.l-footer_link {
    width: 50%;
    float: left;
}

footer ul.l-footer_link li {
    margin: 0 0 0.75em;/*0 0 1.2em;*/
    font-weight: bold;
    padding: 0 1em 0 0;
    box-sizing: border-box;
}

footer ul.l-footer_link li a {
    color: #fff;
}

footer ul.l-footer_link li a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: underline !important;
}

footer .copyright {
    text-align: center;
    margin: 1em auto 0;/*4em auto 0;*/
    font-size: 0.9em;
}

footer,
main {
    overflow: hidden;
}

.isms {
    margin: 30px auto;
}

/*-----------------------------
画面下部タグリスト
-----------------------------*/
.tag_search_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    transition: all 0.3s ease 0s;
}

.tag_search_bottom.tagclose .tag_search_bottom__tag,
.search-toggle.searchclose {
    transition: all 0.3s ease 0s;
}

.tag_search_bottom__bg02 .container {
    width: 900px;
}

.tag_search_bottom__bg02 {
    background: #E0B888;
    padding: 0.53125em 0;/*1em 0;*/
}

.tag_search_bottom__circle {
    /*border-top-right-radius: 2000px 200px;
    border-top-left-radius: 2000px 200px;*/
    margin: auto -2%;
    border-radius: 50% 50% 0 0 / 70% 70% 0 0;
    background: rgba(239, 220, 198, 0.9);
    height: 60px;
}

.tag_search_bottom__bg01 {
    background: rgba(239, 220, 198, 0.9);
    padding: 0 0 2em;
}

.tag_search_bottom__bg01 .container {
    position: relative;
    overflow: inherit;
}

.tag_search_bottom__bg01 .container .tag_close {
    cursor: pointer;
    display: block;
    text-align: right;
    margin: -1em 0 2em 0;
}

.tag_search_bottom__bg01 ul.tag_list li a {
    background: #fff;
    color: #666 !important;
}

.tag_search_bottom .tag-btn a {
    background: #fff;
    color: #855545 !important;
    font-weight: bold;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #855545;
    text-align: center;
    box-sizing: border-box;
    display: block;
}

.tag_search_bottom__bg01 ul.tag_list li a:hover,
.tag_search_bottom .tag-btn a:hover {
    text-decoration: none !important;
}

.tag_search_bottom .tag-btn a span {
    padding: 0.5em 2.5em;
    position: relative;
    display: block;
    text-align: center;
}

.tag_search_bottom .tag-btn a span::before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 25px;
    margin: 0 0.5em 0 0;
    background: url("/mt-static/support/theme_static/jscp_template/assets/img/common/tag.svg") no-repeat center;
    vertical-align: bottom;
    transition: all 0.3s ease 0s;
}

.tag_search_bottom .tag-btn a span::after {
    position: absolute;
    content: "";
    right: 1.2em;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #855545;
    border-right: 2px solid #855545;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -3px 0 0 0;
    transition: all 0.3s ease 0s;
}

.tag_search_bottom .tag_search_bottom__tag {
    opacity: 0;
    display: none;
}

.tag_search_bottom.tagopen .tag_search_bottom__tag {
    opacity: 1;
    display: block;
}

.tag_search_bottom.tagopen .tag-btn a span::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: -7px 0 0 0;
    transition: all 0.3s ease 0s;
}

.tag_search_bottom .tag-btn {
    float: left;
    width: 50%;
}

.tag_search_bottom .bottom__search {
    float: right;
    width: 50%;
}

.bottom__search .search_container {
    background: #fff;
    margin-top: 0.3em;
}

/*input[type="search"] {
    -webkit-appearance: textfield;
}*/

::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input::-ms-clear,
input::-ms-reveal {
    visibility: hidden;
}

.bottom__search .search_container input[type="search"] {
    color: #333;
}

.bottom__search .search_container input[type="submit"] {
    padding: 1.1em 2em 1.1em 1.1em;
}

.tag_search_bottom .tag-btn a:hover {
    opacity: 1;
}

.tag_search_bottom .tag-btn a span:hover {
    cursor: pointer;
    opacity: 0.6;
}

/*-----------------------------

記事一覧

-----------------------------*/
.look-btn a {
    font-size: 0.95em;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background: #EC9E41;
    min-width: 120px;
    display: block;
    padding: 0.5em;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0.5em 0 0 0;
    line-height: 1;
}

ul.news_list,
ul.media_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;*/
}

ul.news_list li.white_box {
    width: 32%;
    margin: 0 2% 1.053em 0;/*0 2% 2em 0;*/
    padding: 0;
}

.sec_news ul.news_list li.white_box {
    padding: 0;
}

.sec_news ul.news_list li.white_box .asset-thumb {
    border-radius: 10px 10px 0 0;
    margin: 0 auto 1em;
}

.sec_news ul.news_list li.white_box .date,
.sec_news ul.news_list li.white_box ul.tag_list {
    margin: 0.6em auto;
    width: 80%;
}

ul.news_list li.white_box .date a {
    display: block;
}

ul.news_list li.white_box .date a:hover {
    opacity: 0.6;
}

ul.news_list li.white_box:nth-child(3n) {
    margin: 0 0 1.053em 0;/*0 0 2em 0;*/
}

ul.media_list li.white_box {
    width: 48%;
    margin: 0 3% 1.053em 0;/*0 3% 2em 0;*/
    padding: 0;
}

ul.media_list li.white_box:nth-child(2n) {
    margin: 0 0 1.053em 0;/*0 0 2em 0;*/
}

ul li.white_box time {
    margin: 0 0 0.5em;
    display: block;
}
/* 2021.06. */
.top ul li.white_box time {
    margin: 1.0526em 0;
    line-height: 1;
}
.top .sec_news ul.news_list li.white_box .asset-thumb,
.top .sec_media ul.media_list li.white_box .asset-thumb {
    margin: 0 auto;
}
.top .sec_news ul.news_list li.white_box .date,
.top .sec_media ul.media_list li.white_box .date{
    margin:0 auto;
    padding:0 1.3158em;
    display:block;
    width: 100%;
}
.top .sec_news ul.news_list li.white_box ul.tag_list,
.top .sec_media ul.media_list li.white_box ul.tag_list{
    margin:0 auto 0.6579em;
    padding:0 1.3158em;
    display:block;
    width:100%;
}
/* 2021.06.*/

ul li.white_box h3 {
    font-weight: bold;
    margin: 0 0 1em;
    display: block;
}

/* 2021.06. */
.top ul li.white_box h3.news_title {
    font-weight: bold;
    line-height: 150%;
    margin: 0 0 1.0526em;
    display: block;
}
/* 2021.06. */

.sec_news {
    margin: 0 auto 4em;/*0 auto 5em;*/
}

.sec_news img {
    margin: 0 auto 1em;
}

.white_box {
    background: #fff;
    border-radius: 10px;
    padding: 1.4em 3em 0.4em;
    box-sizing: border-box;
}

ul li.white_box {
    font-size: 0.95em;
}
/* 2021.06. */
.sec_attention_tag .white_box {
    padding: 1em 3em 0;
}
/* 2021.06. */

/*-----------------------------

Responsive

-----------------------------*/

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }

    .lf {
        float: left;
    }

    .rf {
        float: right;
    }

    .pc-txtl {
        text-align: left !important;
    }

    .pc-txtc {
        text-align: center !important;
        margin: auto;
    }

    img.pc-txtc {
        text-align: center;
        margin: 0 auto 1em;
        display: block;
    }

    .pc-txtr {
        text-align: right !important;
    }

    .sp-nav {
        display: none;
    }

    footer .l-footer-cont .l-footer-cont-box.cont01 {
        width: 50%;
    }

    footer .l-footer-cont .l-footer-cont-box.cont02 {
        width: 40%;
    }

    .search-btn,
    .search-toggle {
        display: none;
        opacity: 0;
    }

    ul.news_list li.white_box img {
        max-height: 215px;
        object-fit: contain;
        /*object-fit: cover;*/
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    nav.gnav ul.gnav-list li a {
        padding: 0.8em 2em;
    }

    ul.l-header-menu {
        font-size: 0.75em;
    }

    ul.l-header-menu li {
        margin: 0 0.4em 0 0;
    }

    .white_box {
        padding: 1.5em 1em 0.5em;
    }

    .container {
        width: 95%;
    }

    .sns_btn a {
        margin: 0.5em 0.5em 0 0;
    }
}

@media screen and (max-width: 1080px) {

    nav.gnav ul.gnav-list li a {
        padding: 0.8em 1em;
    }

    ul.l-header-menu {
        font-size: 0.6em;
    }

    nav.gnav ul.gnav-list li a {
        padding: 0.8em 1em;
    }

    .container {
        width: 95%;
        max-width: 768px;
    }

    header .container,
    nav .container,
    .tag_search_bottom__bg02 .container {
        width: 95%;
        max-width: 100%;
    }

    .sec_news {
        margin: 0 auto 3em;
    }
}

@media screen and (max-width: 1024px) {
    .l-header-bar .l-header-search {
        width: 220px;
    }
}

@media screen and (max-width: 900px) {
    ul.l-header-menu {
        font-size: 0.6em;
    }

    ul.l-header-menu li {
        margin: 0 0.4em 0 0;
    }

    nav.gnav ul.gnav-list li a {
        padding: 0.8em 0.8em;
        font-size: 0.9em;
    }

    .l-header .logo {
        width: 45%;
    }

    .l-header-bar {
        width: 55%;
    }
}

@media screen and (max-width: 767px) {
    .isms {
        margin: 0.5em auto 0;
        text-align: center;
    }

    .container,
    header .container,
    nav .container {
        width: 95%;
        max-width: 340px;
    }

    header .container {
        position: relative;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    header {
        padding: 1em 0;
        position: fixed;
        box-sizing: border-box;
        z-index: 9999;
    }

    .l-header .logo {
        width: 60%;
    }

    .l-header-bar {
        width: 40%;
    }

    .l-header-bar .l-header-bar__right {
        margin: 0.05em 2.5em 0 0;
    }

    ul.l-header-language {
        border-radius: 0;
        font-weight: bold;
        border: none;
        width: auto;
        font-size: 1em;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    ul.l-header-language li {
        margin: 0;
    }

    ul.l-header-language li a.ja,
    ul.l-header-language li a.en {
        border-radius: 4px;
        width: auto;
        height: auto;
        padding: 0.2em;
    }

    ul.l-header-language li a.ja {
        background: #EC9E41;
        color: #fff;
        border: 2px solid #EC9E41;
    }

    ul.l-header-language li a.en {
        background: #fff;
        border: 2px solid #EC9E41;
        color: #EC9E41;
    }

    .l-header.__en ul.l-header-language li a.ja {
        background: #fff;
        border: 2px solid #EC9E41;
        color: #EC9E41;
        border-radius: 4px;
    }
    .l-header.__en ul.l-header-language li a.en {
        background: #EC9E41;
        color: #fff;
        border: 2px solid #EC9E41;
        border-radius: 4px;
        width: auto;
    }


    /*メニュー*/
    .scroll-prevent {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 120%;
    }

    .nav-tgl-btn {
        cursor: pointer;
        position: fixed;
        top: 2em;
        right: 1em;
        margin: 0;
    }

    .open {
        z-index: 99999;
        width: 30px;
        height: 30px;
        transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .open::before,
    .open::after {
        content: "";
    }

    .open span,
    .open::before,
    .open::after {
        content: "";
        position: absolute;
        /*top: calc(50% - 2px);
        right: 30%;*/
        width: 100%;
        border-bottom: 2px solid #EC9E41;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .open::before {
        transform: translateY(-10px);
    }

    .open::after {
        transform: translateY(10px);
    }

    .close {
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: background .6s;
        top: 0;
        right: 0;
        left: 0;
    }

    #nav-tgl:checked+.open {
        z-index: 999999999;
    }

    #nav-tgl:checked+.open span,
    #nav-tgl:checked+.open::before,
    #nav-tgl:checked+.open::after {
        border-bottom: 2px solid #fff;
    }

    #nav-tgl:checked+.open span {
        transform: scaleX(0);
    }

    #nav-tgl:checked+.open::before {
        transform: rotate(45deg);
    }

    #nav-tgl:checked+.open::after {
        transform: rotate(-45deg);
    }

    #nav-tgl:checked~.close {
        pointer-events: auto;
        /*background: rgba(0, 0, 0, .6);*/
        z-index: 9999;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #nav-tgl:checked~main {
        transform: translateX(-250px);
    }

    .sp-nav {
        z-index: 9999;
        position: fixed;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        background: #EC9E41;
        /*transform: translateX(-100%);
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);*/
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        padding: 0 0 7em 1em;
        visibility: hidden;
    }

    #nav-tgl:checked~.sp-nav {
        /*transform: none;*/
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .sp-nav ul.gnav-list {
        box-sizing: border-box;
        font-weight: bold;
        font-size: 1.25em;
        margin: 1em auto 1em;
        padding: 0 2.5em 0 0;
    }

    .sp-nav ul.gnav-list li,
    .sp-nav ul.gnav-list-sub li {
        margin: 0 0 0.2em;
    }

    .sp-nav ul.gnav-list li a,
    .sp-nav ul.gnav-list-sub li a {
        position: relative;
        color: #fff;
    }

    .sp-nav ul.gnav-list-sub {
        padding: 0 2em 0 0;
        box-sizing: border-box;
        font-weight: bold;
        font-size: 1.05em;
        margin: 0 auto 1.5em;
    }

    .sp-nav .sns_btn {
        float: none;
        margin: 0;
        width: auto;
    }

    .sp-nav .sns_btn a {
        max-width: 48px;
        margin: 0 0.7em 0 0;
    }

    nav.gnav {
        display: none;
    }

    .tag_search_bottom .tag-btn {
        float: none;
        width: auto;
        display: inline-block;
    }

    .tag_search_bottom .bottom__search {
        float: none;
        width: auto;
    }

    .tag_search_bottom__bg02 {
        text-align: center;
    }

    .search-btn {
        width: 42px;
        height: 42px;
        border-radius: 5px;
        background: url("/mt-static/support/theme_static/jscp_template/assets/img/common/white_search.svg") #855545 no-repeat center;
        box-sizing: border-box;
        margin: -0.3em 0 0 0.5em;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        border: 1px solid #855545;
    }

    .search-btn.searchopen {
        background: url("/mt-static/support/theme_static/jscp_template/assets/img/common/white_toggle.svg") #fff no-repeat center;
    }

    .search-toggle {
        opacity: 0;
        background: rgba(239, 220, 198, 0.9);
        padding: 1em 0;
        box-sizing: border-box;
    }

    .search-toggle.searchopen {
        opacity: 1;
    }

    .search-toggle .search_container {
        margin: auto;
        display: block;
        text-align: center;
        border-radius: 20px;
        max-width: 260px;
        padding: 0;
        border: 1px solid #855545;
        background: #855545;
    }

    .search-toggle .search_container input[type="search"] {
        max-width: 100%;
        color: #333;
        height: 35px;
        position: relative;
        display: inline-block;
        padding: 0.5em;
        box-sizing: border-box;
        width: 75%;
        background: #fff;
    }

    .search-toggle .search_container input[type="submit"] {
        padding: 0.75em 1.2em 0.7em 1em;
        background: #855545;
        color: #fff;
        position: relative;
        height: auto;
        display: inline-block;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1;
        width: 25%;
        border-radius: 0;
        z-index: 2;
    }

    input[type="button"],
    input[type="text"],
    input[type="submit"],
    input[type="image"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    ul.tag_list li a {
        padding: 0.5em 0.8em 0.4em;
    }

    .tag_search_bottom__circle {
        height: 40px;
        border-radius: 50% 50% 0 0 / 50% 50% 0 0;
    }

    .tag_search_bottom__bg01 {
        padding: 0 0 1em;
    }

    footer .more-btn a {
        max-width: 100%;
        float: right;
        margin: 0 auto 2em;
        font-size: 1em;
    }

    .sns_btn a {
        margin: 0.3em 0.5em 0 0;
    }

    .l-footer-cont-box.cont02 {
        width: 100%;
        max-width: 433px;
    }

    footer ul.l-footer_link li {
        margin: 0 0 0.8em;
        font-size: 0.9em;
    }

    ul.tag_list li {
        margin: 0 0.5em 1em 0;
        font-size: 0.8em;
    }

    footer ul.l-footer_link {
        width: 42%;
    }

    footer ul.l-footer_link:last-child {
        width: 58%;
    }

    #pageTop {
        width: 60px;
        height: 60px;
    }

    #pageTop a {
        padding: 0.8em 0.4em 1em;
    }


    .sp-txtl {
        text-align: left !important;
    }

    .sp-txtc {
        text-align: center !important;
        margin: auto;
    }

    img.sp-txtc {
        text-align: center;
        margin: 0 auto 1em;
        display: block;
    }

    .sp-txtr {
        text-align: right !important;
    }

    footer .footer_circle {
        height: 40px;
        margin: -1px -2% 4em;
    }

    .lines {
        width: 100%;
    }

    .line01 img,
    .line02 img {
        width: 100%;
    }

    .line01 {
        -webkit-animation: lines-movie01 2s infinite alternate ease-in-out;
        animation: lines-movie01 2s infinite alternate ease-in-out;
        top: 23%;
    }

    .line02 {
        -webkit-animation: lines-movie02 2s infinite alternate ease-in-out;
        animation: lines-movie02 2s infinite alternate ease-in-out;
        top: 23%;
    }

    @keyframes lines-movie01 {
        0% {
            transform: scale(1.1) translate(0, 0);
        }

        50% {
            transform: scale(1) translate(0, 0);
        }

        100% {
            transform: scale(1.1) translate(0, 0);
        }
    }

    @keyframes lines-movie02 {
        0% {
            transform: scale(1) translate(0, 0);
        }

        50% {
            transform: scale(1.2) translate(0, 0);
        }

        100% {
            transform: scale(1) translate(0, 0);
        }
    }

    .tag_search_bottom__bg01 {
        position: relative;
    }

    .tag_search_bottom__bg01 .container {}

    .tag_search_bottom__tag {
        height: 100%;
        margin: 0 auto -1px;
    }

    .tag_search_bottom__bg01 .container ul.tag_list {
        position: relative;
        height: 60vh;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin: 1em 1.5em 0 0;
        box-sizing: border-box;
    }

    .tag_search_bottom__bg01 .tag_close {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .linktxt_hover {
        padding: 0;
    }

    .linktxt_hover::before {
        display: none;
    }

    ul.news_list li.white_box,
    ul.media_list li.white_box {
        width: 100%;
        margin: 0 auto 1em !important;
        padding: 1.5em 1em 0.3em;
    }

    .sec_news {
        margin: 0 auto 2em;
    }

    ul.news_list li.white_box img {
        float: left;
        width: 40%;
        margin: 0 5% 0 0;
        border-radius: 0;
    }

    ul.news_list li.white_box .date {
        float: right;
        width: 55% !important;
        margin: 0 !important;
    }

    ul.news_list li.white_box .date,
    ul.news_list li.white_box ul.tag_list {
        margin: auto;
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .tag_search_bottom .tag-btn a span {
        font-size: 0.8em;
    }

    .tag_search_bottom .tag-btn a span::before {
        width: 12px;
        height: 15px;
        background: url(/mt-static/support/theme_static/jscp_template/assets/img/common/tag.svg) no-repeat center / 100%;
        vertical-align: middle;
    }

    .search-btn {
        width: 30px;
        height: 30px;
        background: url(/mt-static/support/theme_static/jscp_template/assets/img/common/white_search.svg) #855545 no-repeat center / 50%;
        margin: 0 0 0 0.5em;
    }

    .search-btn.searchopen {
        background: url(/mt-static/support/theme_static/jscp_template/assets/img/common/white_toggle.svg) #fff no-repeat center / 50%;
    }

}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 320px) {
    footer ul.l-footer_link li {
        font-size: 0.8em;
    }

    ul.tag_list li {
        font-size: 0.7em;
    }

    .l-header-bar .l-header-bar__right {
        margin: 0.1em 3em 0 0;
    }

    ul.l-header-language {
        font-size: 0.9em;
    }
}

/* ニュースレターページへの誘導 */
#toletter_x_pc {
     display: block;
     background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4273%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204273%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_25%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2025%22%20fill%3D%22%23fff%22%20stroke%3D%22%237ebb65%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010%22%20transform%3D%22translate(10%2010)%22%3E%0A%20%20%20%20%3Cline%20id%3D%22%E7%B7%9A_70%22%20data-name%3D%22%E7%B7%9A%2070%22%20x2%3D%2212%22%20y2%3D%2212%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cline%20id%3D%22%E7%B7%9A_71%22%20data-name%3D%22%E7%B7%9A%2071%22%20x1%3D%2212%22%20y2%3D%2212%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
     background-size: 32px 32px;
     width: 32px;
     height: 32px;
     z-index: 1000;
/*     position: fixed;
     bottom:182px;
     right: 77px;*/
}
#toletter_main_pc {
     display:block;
     background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293%22%20height%3D%22118%22%20viewBox%3D%220%200%2093%20118%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4367%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204367%22%20transform%3D%22translate(-1273%20-248)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_512%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20512%22%20d%3D%22M10%2C0H93a0%2C0%2C0%2C0%2C1%2C0%2C0V118a0%2C0%2C0%2C0%2C1%2C0%2C0H10A10%2C10%2C0%2C0%2C1%2C0%2C108V10A10%2C10%2C0%2C0%2C1%2C10%2C0Z%22%20transform%3D%22translate(1273%20248)%22%20fill%3D%22%237ebb65%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4264%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204264%22%20transform%3D%22translate(1273%20346.759)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1080%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201080%22%20d%3D%22M0%2C0H93a0%2C0%2C0%2C0%2C1%2C0%2C0V19a0%2C0%2C0%2C0%2C1%2C0%2C0H10A10%2C10%2C0%2C0%2C1%2C0%2C9V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22%20transform%3D%22translate(0%200.241)%22%20fill%3D%22%23333%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4803%22%20data-name%3D%22%E3%83%91%E3%82%B9%204803%22%20d%3D%22M0%2C0%2C2.479%2C2.186%2C4.958%2C0%22%20transform%3D%22translate(1355.179%20358.869)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9111%22%20data-name%3D%22%E3%83%91%E3%82%B9%209111%22%20d%3D%22M-32.91-3.23a2.639%2C2.639%2C0%2C0%2C0-.53%2C1.43C-33.44-.5-32.31.22-30%2C.22a15.872%2C15.872%2C0%2C0%2C0%2C2.93-.24c.12-.02.18-.06.17-.15a8.362%2C8.362%2C0%2C0%2C0-.16-.98c-.02-.09-.07-.12-.21-.09a12.722%2C12.722%2C0%2C0%2C1-2.71.29c-1.72%2C0-2.37-.31-2.37-.94a1.643%2C1.643%2C0%2C0%2C1%2C.26-.76c.05-.08.04-.13-.05-.18C-32.4-2.97-32.65-3.1-32.91-3.23Zm.22-3.78c-.02.36-.04.65-.04.89%2C0%2C.12.04.16.13.18a11.965%2C11.965%2C0%2C0%2C0%2C1.84.17%2C6.106%2C6.106%2C0%2C0%2C0%2C.73-.03c-.35.21-.79.49-1.31.83a2.389%2C2.389%2C0%2C0%2C1%2C.7.32.42.42%2C0%2C0%2C0%2C.21.06.426.426%2C0%2C0%2C0%2C.25-.09%2C5.826%2C5.826%2C0%2C0%2C1%2C2.45-.99c.12-.01.17-.07.17-.21a5.837%2C5.837%2C0%2C0%2C0-.09-.85c-.01-.08-.05-.12-.15-.11-.64.05-1.35.09-2.08.09A12.615%2C12.615%2C0%2C0%2C1-32.69-7.01Zm5-.48a4.962%2C4.962%2C0%2C0%2C1%2C1.01%2C1.16.1.1%2C0%2C0%2C0%2C.17.03l.42-.31a.1.1%2C0%2C0%2C0%2C.03-.16%2C4.6%2C4.6%2C0%2C0%2C0-.95-1.07c-.06-.05-.1-.06-.15-.02Zm.92-.66a4.731%2C4.731%2C0%2C0%2C1%2C1%2C1.15.1.1%2C0%2C0%2C0%2C.17.03l.4-.31a.116.116%2C0%2C0%2C0%2C.03-.18%2C4.176%2C4.176%2C0%2C0%2C0-.95-1.03c-.06-.05-.09-.06-.15-.02Zm5.38%2C4.06c-.93%2C0-1.25-.02-1.32-.02-.1%2C0-.11.01-.11.12%2C0%2C.06.02.25.02.72v.77c0%2C.47-.02.66-.02.72%2C0%2C.11.01.12.11.12.07%2C0%2C.39-.02%2C1.32-.02h2.54a2.226%2C2.226%2C0%2C0%2C1-.19.55%2C7.49%2C7.49%2C0%2C0%2C1-.42.75h-1.92l.54-.24c.14-.06.15-.09.1-.19a7.229%2C7.229%2C0%2C0%2C0-.45-.76c-.06-.09-.1-.1-.22-.05l-.66.28c-.12.04-.13.07-.07.16a6.8%2C6.8%2C0%2C0%2C1%2C.42.8H-23c-.9%2C0-1.21-.02-1.27-.02-.1%2C0-.11.01-.11.1V.44c0%2C.1.01.11.11.11.06%2C0%2C.37-.02%2C1.27-.02h6.02c.9%2C0%2C1.21.02%2C1.27.02.1%2C0%2C.11-.01.11-.11V-.3c0-.09-.01-.1-.11-.1-.06%2C0-.37.02-1.27.02h-1.36l.3-.52a.507.507%2C0%2C0%2C1%2C.19-.23.166.166%2C0%2C0%2C0%2C.1-.14c0-.04-.04-.1-.13-.13a9.224%2C9.224%2C0%2C0%2C0-.88-.28h.15c.93%2C0%2C1.26.02%2C1.32.02.1%2C0%2C.11-.01.11-.12%2C0-.06-.02-.25-.02-.72v-.77c0-.47.02-.66.02-.72%2C0-.11-.01-.12-.11-.12-.06%2C0-.39.02-1.32.02Zm-.39.81h3.56v.79h-3.56Zm-.25-4.8c-.75%2C0-.99-.02-1.05-.02-.11%2C0-.12.01-.12.11v.69c0%2C.09.01.1.12.1.06%2C0%2C.3-.02%2C1.05-.02h1.11a6.76%2C6.76%2C0%2C0%2C1-1.11%2C1.16%2C14.568%2C14.568%2C0%2C0%2C0-1.08-.99c-.09-.07-.11-.05-.2.02l-.5.4c-.05.04-.08.07-.08.09s.03.06.08.1a9.661%2C9.661%2C0%2C0%2C1%2C1%2C.95%2C10.877%2C10.877%2C0%2C0%2C1-1.9.96%2C1.84%2C1.84%2C0%2C0%2C1%2C.41.55c.09.18.13.26.21.26a.688.688%2C0%2C0%2C0%2C.23-.08%2C11.14%2C11.14%2C0%2C0%2C0%2C2.24-1.39v.51c0%2C.1.01.11.11.11.05%2C0%2C.27-.02.98-.02h1.03c.71%2C0%2C.94.02.99.02.1%2C0%2C.11-.01.11-.11v-.47a9.871%2C9.871%2C0%2C0%2C0%2C2.31%2C1.32.609.609%2C0%2C0%2C0%2C.23.07c.08%2C0%2C.11-.07.19-.26a2.786%2C2.786%2C0%2C0%2C1%2C.36-.63%2C11.043%2C11.043%2C0%2C0%2C1-1.66-.7c.28-.24.52-.47.73-.68a.82.82%2C0%2C0%2C1%2C.35-.27c.08-.03.13-.08.13-.14s-.03-.11-.12-.17c-.23-.15-.48-.3-.78-.46a2.461%2C2.461%2C0%2C0%2C1-.28.43%2C9.064%2C9.064%2C0%2C0%2C1-.82.8%2C6.124%2C6.124%2C0%2C0%2C1-.56-.45%2C8.866%2C8.866%2C0%2C0%2C0%2C.69-.66.939.939%2C0%2C0%2C1%2C.34-.28c.09-.03.13-.08.13-.14s-.02-.1-.11-.16a7.427%2C7.427%2C0%2C0%2C0-.77-.46%2C2.544%2C2.544%2C0%2C0%2C1-.28.42%2C4.975%2C4.975%2C0%2C0%2C1-.6.64%2C1.33%2C1.33%2C0%2C0%2C1-.14-.19%2C3.1%2C3.1%2C0%2C0%2C1-.46-.86c-.05-.11-.08-.12-.17-.12-.07%2C0-.35.02-.91.02Zm1.5%2C2.65c-.41%2C0-.66%2C0-.8-.01a8.445%2C8.445%2C0%2C0%2C0%2C1.35-1.55%2C6.006%2C6.006%2C0%2C0%2C0%2C1.24%2C1.55c-.15.01-.38.01-.76.01Zm10.09%2C1.88c-.11.08-.12.1-.05.17a5.475%2C5.475%2C0%2C0%2C1%2C.78%2C1.12c.03.06.05.09.08.09s.06-.03.12-.07l.44-.34c.11-.08.12-.11.06-.2A6.128%2C6.128%2C0%2C0%2C0-9.8-3.89c-.04-.04-.07-.07-.1-.07s-.05.02-.1.06Zm-1.37%2C2.02a1.785%2C1.785%2C0%2C0%2C1%2C.37.12.629.629%2C0%2C0%2C0%2C.21.08c.07%2C0%2C.1-.07.16-.22a8.873%2C8.873%2C0%2C0%2C0%2C.32-.87.345.345%2C0%2C0%2C1%2C.13-.21.125.125%2C0%2C0%2C0%2C.06-.11c0-.04-.03-.07-.11-.1a5.21%2C5.21%2C0%2C0%2C0-.73-.24%2C2.78%2C2.78%2C0%2C0%2C1-.04.37A9.3%2C9.3%2C0%2C0%2C1-11.81-1.53Zm5.02-2.65c.95%2C0%2C1.27.02%2C1.32.02.11%2C0%2C.12-.01.12-.11v-.68c0-.1-.01-.11-.12-.11-.05%2C0-.32.02-1.03.02l.11-1.99c.02-.27.03-.54.06-.83.01-.1-.02-.12-.12-.12-.05%2C0-.32.02-1.12.02H-9.15c-.79%2C0-1.06-.02-1.12-.02-.1%2C0-.11.01-.11.11v.68c0%2C.1.01.11.11.11.06%2C0%2C.33-.02%2C1.12-.02h1.81l-.03.6H-8.9c-.81%2C0-1.08-.02-1.14-.02-.1%2C0-.11.01-.11.11v.66c0%2C.1.01.11.11.11.06%2C0%2C.33-.02%2C1.14-.02h1.48l-.03.62H-9.39c-.95%2C0-1.26-.02-1.32-.02-.1%2C0-.11.01-.11.11v.72h-.06c-.06%2C0-.29.02-1.03.02h-.06v-.78c.58%2C0%2C.75.02.81.02.11%2C0%2C.12-.01.12-.12v-.62c0-.1-.01-.11-.12-.11-.06%2C0-.23.02-.83.02h-.8c-.34%2C0-.53%2C0-.66-.01a7.862%2C7.862%2C0%2C0%2C0%2C1.13-1.35%2C6.891%2C6.891%2C0%2C0%2C0%2C1.06%2C1.13c.1.09.16.14.21.14s.1-.08.18-.23a2.631%2C2.631%2C0%2C0%2C1%2C.39-.51%2C6.112%2C6.112%2C0%2C0%2C1-1.41-1.23l.06-.05c.08-.06.11-.11.11-.16s-.05-.1-.15-.12a7.8%2C7.8%2C0%2C0%2C0-.93-.16%2C2.013%2C2.013%2C0%2C0%2C1-.22.52%2C5.758%2C5.758%2C0%2C0%2C1-1.62%2C1.72%2C2.933%2C2.933%2C0%2C0%2C1%2C.31.67c.05.15.09.22.16.22a.382.382%2C0%2C0%2C0%2C.21-.12c.08-.06.15-.13.23-.2v.45c0%2C.11.01.12.11.12.05%2C0%2C.21-.01.71-.02v.78h-.28c-.74%2C0-.97-.02-1.03-.02-.11%2C0-.12.01-.12.11v.66c0%2C.1.01.11.12.11.06%2C0%2C.29-.02%2C1.03-.02h.28V-.63c-.23.05-.47.09-.7.13-.29.05-.54.08-.88.11.07.29.16.59.25.86a.166.166%2C0%2C0%2C0%2C.16.13.283.283%2C0%2C0%2C0%2C.16-.07A1.294%2C1.294%2C0%2C0%2C1-13.57.4c.83-.19%2C1.58-.39%2C2.3-.61.29-.09.29-.07.3-.4a.86.86%2C0%2C0%2C1%2C.01-.16%2C6.553%2C6.553%2C0%2C0%2C0%2C.39.68c.05.07.09.08.13.08a.17.17%2C0%2C0%2C0%2C.12-.09.885.885%2C0%2C0%2C1%2C.26-.21%2C13.018%2C13.018%2C0%2C0%2C0%2C1.4-.96v.78c0%2C.23-.08.31-.4.31a6.41%2C6.41%2C0%2C0%2C1-.7-.04%2C2.058%2C2.058%2C0%2C0%2C1%2C.3.71c.07.31.06.31.38.3A1.943%2C1.943%2C0%2C0%2C0-8.05.59a.9.9%2C0%2C0%2C0%2C.33-.85c0-.46-.05-1.03-.05-2.2A5.96%2C5.96%2C0%2C0%2C0-6%2C.07c.09.08.15.12.2.12s.09-.06.15-.2a2.749%2C2.749%2C0%2C0%2C1%2C.41-.7%2C5.353%2C5.353%2C0%2C0%2C1-1.5-1.34%2C8.324%2C8.324%2C0%2C0%2C0%2C.84-.86%2C1.027%2C1.027%2C0%2C0%2C1%2C.28-.26c.08-.05.13-.1.13-.14a.281.281%2C0%2C0%2C0-.1-.17%2C6.122%2C6.122%2C0%2C0%2C0-.64-.5%2C2.247%2C2.247%2C0%2C0%2C1-.23.38%2C6.54%2C6.54%2C0%2C0%2C1-.74.83%2C6.359%2C6.359%2C0%2C0%2C1-.54-1.41Zm-1.87%2C0v1.82A12.654%2C12.654%2C0%2C0%2C1-10.5-1.12l-.45.22a2.358%2C2.358%2C0%2C0%2C1%2C.04-.28c-.36.12-.71.23-1.06.32V-3.37h.06c.74%2C0%2C.97.02%2C1.03.02.11%2C0%2C.12-.01.12-.11v-.7h.05c.06%2C0%2C.37-.02%2C1.32-.02ZM-14.1-2.79c-.14.05-.15.07-.11.18a6.6%2C6.6%2C0%2C0%2C1%2C.34%2C1.51c.02.1.04.11.18.06l.43-.17c.12-.05.13-.08.12-.17a10.086%2C10.086%2C0%2C0%2C0-.34-1.51c-.03-.1-.05-.1-.17-.06Zm15.52.3a4.173%2C4.173%2C0%2C0%2C0-.8-.08c-1.01%2C0-1.75.59-1.75%2C1.41C-1.13-.3-.49.24.66.24c1.18%2C0%2C1.75-.46%2C1.83-1.3a5.938%2C5.938%2C0%2C0%2C1%2C1.08.8.138.138%2C0%2C0%2C0%2C.09.05.121.121%2C0%2C0%2C0%2C.09-.06%2C5.4%2C5.4%2C0%2C0%2C0%2C.46-.77c.05-.11.04-.14-.05-.2A6.544%2C6.544%2C0%2C0%2C0%2C2.5-2.2c-.05-.86-.07-1.56-.07-2.68a11.269%2C11.269%2C0%2C0%2C0%2C1.54-.21c.07-.01.11-.06.11-.15a4%2C4%2C0%2C0%2C0-.06-.71c-.02-.11-.04-.15-.16-.12-.43.07-.95.14-1.42.18%2C0-.46%2C0-.72.02-1.06a1.128%2C1.128%2C0%2C0%2C1%2C.08-.35.429.429%2C0%2C0%2C0%2C.06-.17c0-.09-.07-.14-.18-.17a5.567%2C5.567%2C0%2C0%2C0-1.21-.19%2C4.122%2C4.122%2C0%2C0%2C1%2C.13.98c0%2C.37.01.69.01%2C1.05A14.466%2C14.466%2C0%2C0%2C1-.93-5.83a6.126%2C6.126%2C0%2C0%2C0%2C.07.91c.01.1.05.13.18.13a20.222%2C20.222%2C0%2C0%2C0%2C2.06.01C1.39-3.99%2C1.4-3.26%2C1.42-2.49Zm.02.95a1.408%2C1.408%2C0%2C0%2C1%2C.01.2c0%2C.36-.32.65-.82.65-.59%2C0-.81-.19-.81-.5s.28-.48.75-.48A2.785%2C2.785%2C0%2C0%2C1%2C1.44-1.54ZM-3.2-7.81a5.032%2C5.032%2C0%2C0%2C1-.07%2C1.18%2C21.722%2C21.722%2C0%2C0%2C0-.41%2C3.79A9.315%2C9.315%2C0%2C0%2C0-3.25.21c.05.14.09.15.2.12A4.188%2C4.188%2C0%2C0%2C0-2.3.16c.09-.03.13-.06.12-.13A1.888%2C1.888%2C0%2C0%2C1-2.17-.5a5.927%2C5.927%2C0%2C0%2C1%2C.51-1.52.29.29%2C0%2C0%2C0%2C.06-.16.216.216%2C0%2C0%2C0-.06-.14%2C2.659%2C2.659%2C0%2C0%2C1-.35-.63c-.21.5-.42.93-.62%2C1.39-.03-.42-.03-.88-.03-1.28a19.857%2C19.857%2C0%2C0%2C1%2C.5-3.64%2C2.029%2C2.029%2C0%2C0%2C1%2C.18-.55.511.511%2C0%2C0%2C0%2C.07-.22c0-.08-.04-.14-.15-.2A7.809%2C7.809%2C0%2C0%2C0-3.2-7.81ZM7.3-3.47a2.639%2C2.639%2C0%2C0%2C0-.53%2C1.43c0%2C1.3%2C1.15%2C2.02%2C3.39%2C2.02a15.08%2C15.08%2C0%2C0%2C0%2C2.98-.24c.12-.02.18-.06.17-.15a8.361%2C8.361%2C0%2C0%2C0-.16-.98c-.02-.09-.07-.12-.21-.09a12.722%2C12.722%2C0%2C0%2C1-2.71.29c-1.72%2C0-2.37-.31-2.37-.94a1.643%2C1.643%2C0%2C0%2C1%2C.26-.76c.05-.08.04-.13-.05-.18C7.81-3.21%2C7.56-3.34%2C7.3-3.47Zm.22-3.78c-.02.36-.04.65-.04.89%2C0%2C.12.04.16.13.18a12.481%2C12.481%2C0%2C0%2C0%2C1.75.17%2C6.876%2C6.876%2C0%2C0%2C0%2C.82-.03c-.35.21-.79.49-1.31.83a2.389%2C2.389%2C0%2C0%2C1%2C.7.32.42.42%2C0%2C0%2C0%2C.21.06.426.426%2C0%2C0%2C0%2C.25-.09%2C5.826%2C5.826%2C0%2C0%2C1%2C2.45-.99c.12-.01.17-.07.17-.21a6.585%2C6.585%2C0%2C0%2C0-.05-.85c-.01-.08-.05-.12-.15-.11-.64.04-1.39.09-2.12.09A12.615%2C12.615%2C0%2C0%2C1%2C7.52-7.25ZM18.15-6.24c-.77.06-1.39.09-2.17.09.04.33.11.75.14.87a.171.171%2C0%2C0%2C0%2C.19.14c.51%2C0%2C1.14-.05%2C1.68-.09-.17%2C1-.31%2C1.74-.53%2C2.62-.04.15-.08.3-.13.47a.682.682%2C0%2C0%2C0-.04.2c0%2C.09.06.13.22.2a2.811%2C2.811%2C0%2C0%2C0%2C.75.22c.09.01.12-.03.19-.15.09-.13.19-.25.28-.38a3.325%2C3.325%2C0%2C0%2C1%2C2.63-1.24c.76%2C0%2C1.14.43%2C1.14.95%2C0%2C.63-.37%2C1.09-1.14%2C1.41a7.79%2C7.79%2C0%2C0%2C1-2.87.55%2C1.908%2C1.908%2C0%2C0%2C1%2C.54.71c.08.19.15.24.25.24A4.632%2C4.632%2C0%2C0%2C0%2C20.02.5a6.66%2C6.66%2C0%2C0%2C0%2C2.55-.8%2C2.241%2C2.241%2C0%2C0%2C0%2C1.14-2.02%2C2.03%2C2.03%2C0%2C0%2C0-2.23-1.89%2C4.326%2C4.326%2C0%2C0%2C0-2.87%2C1.06c.18-.7.32-1.37.46-2.2.84-.11%2C1.38-.22%2C2.24-.41.09-.02.12-.05.12-.16a4.525%2C4.525%2C0%2C0%2C0-.07-.74c-.02-.13-.07-.14-.21-.1a18.287%2C18.287%2C0%2C0%2C1-1.88.37c.05-.35.09-.55.14-.82a1.038%2C1.038%2C0%2C0%2C1%2C.17-.37.329.329%2C0%2C0%2C0%2C.07-.16c0-.08-.07-.14-.2-.18a6.545%2C6.545%2C0%2C0%2C0-1.2-.21%2C3.318%2C3.318%2C0%2C0%2C1%2C.02.97C18.24-6.92%2C18.2-6.59%2C18.15-6.24Zm9.81-1.12a7.977%2C7.977%2C0%2C0%2C1%2C2.02%2C1.3c.05.05.08.07.12.07s.07-.03.11-.08a6.548%2C6.548%2C0%2C0%2C0%2C.51-.7.277.277%2C0%2C0%2C0%2C.05-.12c0-.04-.02-.07-.07-.11a6.559%2C6.559%2C0%2C0%2C0-1.96-1.19.167.167%2C0%2C0%2C0-.19.05A5.477%2C5.477%2C0%2C0%2C0%2C27.96-7.36Zm-.7%2C1.39a6.232%2C6.232%2C0%2C0%2C1-.09.9c-.12.89-.25%2C2.07-.31%2C3.23%2C0%2C.14.04.16.14.2a6.875%2C6.875%2C0%2C0%2C0%2C.68.27c.13.03.17.03.23-.07a2.736%2C2.736%2C0%2C0%2C1%2C.43-.55%2C4.452%2C4.452%2C0%2C0%2C1%2C2.88-1.52c.86%2C0%2C1.2.49%2C1.2%2C1.03A1.638%2C1.638%2C0%2C0%2C1%2C31.24-.97a8.3%2C8.3%2C0%2C0%2C1-2.75.56%2C2.558%2C2.558%2C0%2C0%2C1%2C.68.85c.09.15.18.16.4.13a8.671%2C8.671%2C0%2C0%2C0%2C2.56-.69%2C2.45%2C2.45%2C0%2C0%2C0%2C1.51-2.24A2.082%2C2.082%2C0%2C0%2C0%2C31.31-4.5a4.875%2C4.875%2C0%2C0%2C0-3.34%2C1.58%2C16.69%2C16.69%2C0%2C0%2C1%2C.24-1.82%2C1.875%2C1.875%2C0%2C0%2C1%2C.2-.53.3.3%2C0%2C0%2C0%2C.05-.15c0-.08-.05-.14-.16-.19A5.626%2C5.626%2C0%2C0%2C0%2C27.26-5.97Z%22%20transform%3D%22translate(1316%20360)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9109%22%20data-name%3D%22%E3%83%91%E3%82%B9%209109%22%20d%3D%22M-13.705-3.275v.2a3.761%2C3.761%2C0%2C0%2C0%2C.22%2C1.409.837.837%2C0%2C0%2C0%2C.841.407.833.833%2C0%2C0%2C0%2C.844-.445%2C2.293%2C2.293%2C0%2C0%2C0%2C.123-.891V-8.637h1.8v6.012a3.426%2C3.426%2C0%2C0%2C1-.381%2C1.746A2.474%2C2.474%2C0%2C0%2C1-12.58.211a2.5%2C2.5%2C0%2C0%2C1-2.256-.882%2C4.369%2C4.369%2C0%2C0%2C1-.574-2.405v-.2Zm6.926.609a1.774%2C1.774%2C0%2C0%2C0%2C.322.885%2C1.854%2C1.854%2C0%2C0%2C0%2C1.506.533%2C3.178%2C3.178%2C0%2C0%2C0%2C1.037-.141%2C1%2C1%2C0%2C0%2C0%2C.756-1%2C.739.739%2C0%2C0%2C0-.375-.662%2C4.033%2C4.033%2C0%2C0%2C0-1.178-.4l-.914-.205a5.776%2C5.776%2C0%2C0%2C1-1.863-.662%2C2.106%2C2.106%2C0%2C0%2C1-.873-1.869%2C2.5%2C2.5%2C0%2C0%2C1%2C.844-1.928%2C3.567%2C3.567%2C0%2C0%2C1%2C2.479-.768%2C3.768%2C3.768%2C0%2C0%2C1%2C2.329.724A2.584%2C2.584%2C0%2C0%2C1-1.7-6.064H-3.434a1.239%2C1.239%2C0%2C0%2C0-.68-1.107%2C2.279%2C2.279%2C0%2C0%2C0-1.049-.217%2C1.958%2C1.958%2C0%2C0%2C0-1.113.281.9.9%2C0%2C0%2C0-.416.785.743.743%2C0%2C0%2C0%2C.41.691%2C5.021%2C5.021%2C0%2C0%2C0%2C1.125.357l1.488.357a3.848%2C3.848%2C0%2C0%2C1%2C1.477.627%2C2.112%2C2.112%2C0%2C0%2C1%2C.773%2C1.764A2.489%2C2.489%2C0%2C0%2C1-2.323-.56%2C3.793%2C3.793%2C0%2C0%2C1-4.881.223%2C4.149%2C4.149%2C0%2C0%2C1-7.535-.548%2C2.56%2C2.56%2C0%2C0%2C1-8.5-2.666ZM-.457-4.248A4.743%2C4.743%2C0%2C0%2C1%2C.756-7.734%2C3.614%2C3.614%2C0%2C0%2C1%2C3.439-8.8a3.629%2C3.629%2C0%2C0%2C1%2C3.188%2C1.43%2C3.1%2C3.1%2C0%2C0%2C1%2C.6%2C1.611H5.42A2.438%2C2.438%2C0%2C0%2C0%2C4.969-6.7%2C1.835%2C1.835%2C0%2C0%2C0%2C3.51-7.26a1.809%2C1.809%2C0%2C0%2C0-1.553.794%2C3.817%2C3.817%2C0%2C0%2C0-.568%2C2.247%2C3.35%2C3.35%2C0%2C0%2C0%2C.6%2C2.177%2C1.9%2C1.9%2C0%2C0%2C0%2C1.526.724%2C1.746%2C1.746%2C0%2C0%2C0%2C1.447-.621%2C2.7%2C2.7%2C0%2C0%2C0%2C.457-1H7.207a3.877%2C3.877%2C0%2C0%2C1-1.2%2C2.3A3.51%2C3.51%2C0%2C0%2C1%2C3.539.24a3.725%2C3.725%2C0%2C0%2C1-2.93-1.2A4.784%2C4.784%2C0%2C0%2C1-.457-4.248Zm13.9-1.641a1.169%2C1.169%2C0%2C0%2C0-.354-.961%2C1.538%2C1.538%2C0%2C0%2C0-.993-.287H10.418v2.543H12.1a1.458%2C1.458%2C0%2C0%2C0%2C.993-.311A1.244%2C1.244%2C0%2C0%2C0%2C13.447-5.889ZM15.234-5.9a2.651%2C2.651%2C0%2C0%2C1-.773%2C2.162%2C3.406%2C3.406%2C0%2C0%2C1-2.209.633H10.418V0H8.625V-8.637h3.762a3.064%2C3.064%2C0%2C0%2C1%2C2.074.668A2.588%2C2.588%2C0%2C0%2C1%2C15.234-5.9ZM-39.18%2C8.292a10.352%2C10.352%2C0%2C0%2C1%2C1.4-.06h4.74a10.352%2C10.352%2C0%2C0%2C1%2C1.4.06V6.708a7.464%2C7.464%2C0%2C0%2C1-1.416.084h-4.716a7.464%2C7.464%2C0%2C0%2C1-1.416-.084Zm-1.212%2C5.868a11.89%2C11.89%2C0%2C0%2C1%2C1.512-.06h6.936a11.89%2C11.89%2C0%2C0%2C1%2C1.512.06V12.552a8.375%2C8.375%2C0%2C0%2C1-1.536.084h-6.888a8.375%2C8.375%2C0%2C0%2C1-1.536-.084Zm18.84-.216c.2-1.08.336-1.932.516-3.252a4.319%2C4.319%2C0%2C0%2C1%2C.276-1.368l-.66-.576a2.677%2C2.677%2C0%2C0%2C1-.888.108h-3.036a6.86%2C6.86%2C0%2C0%2C1-1.1-.072V10.14a7.708%2C7.708%2C0%2C0%2C1%2C1.068-.048H-22.4c-.12%2C1.092-.372%2C2.784-.576%2C3.852h-3.54a5.42%2C5.42%2C0%2C0%2C1-1.1-.072V15.24a8.918%2C8.918%2C0%2C0%2C1%2C1.1-.048h6.228a9.169%2C9.169%2C0%2C0%2C1%2C1.1.048V13.872a5.35%2C5.35%2C0%2C0%2C1-1.1.072Zm5-2.712a13.173%2C13.173%2C0%2C0%2C1%2C1.956-.06H-8.22a13.173%2C13.173%2C0%2C0%2C1%2C1.956.06V9.564a11.785%2C11.785%2C0%2C0%2C1-1.944.084h-6.4a11.785%2C11.785%2C0%2C0%2C1-1.944-.084ZM4.6%2C14.148c-1.452-1.4-1.452-1.4-1.752-1.668a18.6%2C18.6%2C0%2C0%2C0-2.22-1.74A15.893%2C15.893%2C0%2C0%2C0%2C2.5%2C7.428%2C2.308%2C2.308%2C0%2C0%2C1%2C2.88%2C6.78l-.792-.816A2.6%2C2.6%2C0%2C0%2C1%2C1.02%2C6.1l-4.224.06h-.288a5.252%2C5.252%2C0%2C0%2C1-1.056-.072L-4.5%2C7.62a9.457%2C9.457%2C0%2C0%2C1%2C1.308-.1c3.78-.06%2C3.78-.06%2C3.972-.072l-.132.312a11.567%2C11.567%2C0%2C0%2C1-4.032%2C4.884%2C9.907%2C9.907%2C0%2C0%2C1-2.4%2C1.32A4.814%2C4.814%2C0%2C0%2C1-4.812%2C15.3%2C14.261%2C14.261%2C0%2C0%2C0-.24%2C11.832%2C23.068%2C23.068%2C0%2C0%2C1%2C3.444%2C15.4ZM7.8%2C5.556a5.837%2C5.837%2C0%2C0%2C1%2C.06%2C1.236l-.048%2C6.48A4.232%2C4.232%2C0%2C0%2C1%2C7.7%2C14.508l.768.924a3.438%2C3.438%2C0%2C0%2C1%2C.72-.2%2C10.939%2C10.939%2C0%2C0%2C0%2C4.368-1.644%2C8.946%2C8.946%2C0%2C0%2C0%2C2.676-2.8A5.637%2C5.637%2C0%2C0%2C1%2C15.1%2C9.564a7.091%2C7.091%2C0%2C0%2C1-2.448%2C2.748%2C8.631%2C8.631%2C0%2C0%2C1-3.276%2C1.32l.06-6.852A9.286%2C9.286%2C0%2C0%2C1%2C9.5%2C5.568Zm19.332.828a3.15%2C3.15%2C0%2C0%2C1-1.056.144c-2.928.024-2.928.024-3.12.048A5.979%2C5.979%2C0%2C0%2C0%2C23.244%2C6a6.322%2C6.322%2C0%2C0%2C1%2C.36-.672l-1.56-.348a7.316%2C7.316%2C0%2C0%2C1-.7%2C1.668%2C10.316%2C10.316%2C0%2C0%2C1-3.012%2C3.42%2C3.809%2C3.809%2C0%2C0%2C1%2C1.2.96A12.415%2C12.415%2C0%2C0%2C0%2C22.344%2C7.8l3.732-.036A11.465%2C11.465%2C0%2C0%2C1%2C24.732%2C10.6%2C15.62%2C15.62%2C0%2C0%2C0%2C22.32%2C8.988l-.912%2C1.068a13.585%2C13.585%2C0%2C0%2C1%2C2.46%2C1.716A8.711%2C8.711%2C0%2C0%2C1%2C21.9%2C13.44a12.094%2C12.094%2C0%2C0%2C1-2.34%2C1.2%2C3.809%2C3.809%2C0%2C0%2C1%2C1%2C1.236%2C11.718%2C11.718%2C0%2C0%2C0%2C5.472-4.584%2C20.127%2C20.127%2C0%2C0%2C0%2C1.536-3.3%2C2.15%2C2.15%2C0%2C0%2C1%2C.372-.8Zm3.12%2C4.848a13.173%2C13.173%2C0%2C0%2C1%2C1.956-.06H38.58a13.173%2C13.173%2C0%2C0%2C1%2C1.956.06V9.564a11.785%2C11.785%2C0%2C0%2C1-1.944.084H32.2a11.785%2C11.785%2C0%2C0%2C1-1.944-.084Z%22%20transform%3D%22translate(1320%20267)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9110%22%20data-name%3D%22%E3%83%91%E3%82%B9%209110%22%20d%3D%22M-13.888-.994c-1.694-1.638-1.694-1.638-2.044-1.946a21.7%2C21.7%2C0%2C0%2C0-2.59-2.03%2C18.541%2C18.541%2C0%2C0%2C0%2C2.184-3.864%2C2.693%2C2.693%2C0%2C0%2C1%2C.448-.756l-.924-.952a3.033%2C3.033%2C0%2C0%2C1-1.246.154l-4.928.07h-.336a6.127%2C6.127%2C0%2C0%2C1-1.232-.084L-24.5-8.61a11.033%2C11.033%2C0%2C0%2C1%2C1.526-.112c4.41-.07%2C4.41-.07%2C4.634-.084l-.154.364a13.494%2C13.494%2C0%2C0%2C1-4.7%2C5.7A11.558%2C11.558%2C0%2C0%2C1-26-1.2%2C5.616%2C5.616%2C0%2C0%2C1-24.864.35%2C16.637%2C16.637%2C0%2C0%2C0-19.53-3.7a26.913%2C26.913%2C0%2C0%2C1%2C4.3%2C4.158ZM-2.3-10.052a3.675%2C3.675%2C0%2C0%2C1-1.232.168c-3.416.028-3.416.028-3.64.056a6.976%2C6.976%2C0%2C0%2C0%2C.336-.672%2C7.376%2C7.376%2C0%2C0%2C1%2C.42-.784l-1.82-.406a8.535%2C8.535%2C0%2C0%2C1-.812%2C1.946%2C12.036%2C12.036%2C0%2C0%2C1-3.514%2C3.99%2C4.444%2C4.444%2C0%2C0%2C1%2C1.4%2C1.12A14.484%2C14.484%2C0%2C0%2C0-7.882-8.4l4.354-.042A13.376%2C13.376%2C0%2C0%2C1-5.1-5.138%2C18.223%2C18.223%2C0%2C0%2C0-7.91-7.014L-8.974-5.768a15.849%2C15.849%2C0%2C0%2C1%2C2.87%2C2A10.163%2C10.163%2C0%2C0%2C1-8.4-1.82a14.11%2C14.11%2C0%2C0%2C1-2.73%2C1.4A4.443%2C4.443%2C0%2C0%2C1-9.968%2C1.022%2C13.67%2C13.67%2C0%2C0%2C0-3.584-4.326a23.482%2C23.482%2C0%2C0%2C0%2C1.792-3.85%2C2.508%2C2.508%2C0%2C0%2C1%2C.434-.938ZM.644-4.4a15.369%2C15.369%2C0%2C0%2C1%2C2.282-.07H10.36a15.369%2C15.369%2C0%2C0%2C1%2C2.282.07V-6.342a13.749%2C13.749%2C0%2C0%2C1-2.268.1H2.912a13.749%2C13.749%2C0%2C0%2C1-2.268-.1ZM18.578.63a15.391%2C15.391%2C0%2C0%2C1-.056-1.554v-3.7a7.238%2C7.238%2C0%2C0%2C0-.056-.952%2C4.523%2C4.523%2C0%2C0%2C0%2C.476.238A33.123%2C33.123%2C0%2C0%2C1%2C23.9-2.66l.98-1.652a41.131%2C41.131%2C0%2C0%2C0-6.356-2.954v-2.6a9.385%2C9.385%2C0%2C0%2C1%2C.056-1.47H16.66a9%2C9%2C0%2C0%2C1%2C.084%2C1.428V-.938A9.431%2C9.431%2C0%2C0%2C1%2C16.66.63Z%22%20transform%3D%22translate(1320%20299)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4349%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204349%22%20transform%3D%22translate(1297.76%20308.293)%22%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4348%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204348%22%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1088%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201088%22%20width%3D%2244.48%22%20height%3D%2229.457%22%20rx%3D%222%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4352%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204352%22%20transform%3D%22translate(1297.76%20308.293)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4822%22%20data-name%3D%22%E3%83%91%E3%82%B9%204822%22%20d%3D%22M43.762%2C86.49H.789a.752.752%2C0%2C0%2C0-.752.752v27.95a.752.752%2C0%2C0%2C0%2C.752.752H43.762a.752.752%2C0%2C0%2C0%2C.752-.752V87.242A.752.752%2C0%2C0%2C0%2C43.762%2C86.49Zm-.752%2C27.95H1.541V87.994H43.01V114.44Z%22%20transform%3D%22translate(-0.034%20-86.488)%22%20fill%3D%22%237ebb65%22%2F%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4351%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204351%22%20transform%3D%22translate(0%2014.008)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4319%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204319%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4809%22%20data-name%3D%22%E3%83%91%E3%82%B9%204809%22%20d%3D%22M44.183%2C261.486%2C25.948%2C247.539a.753.753%2C0%2C0%2C0-.914%2C0l-2.794%2C2.134-2.794-2.134a.753.753%2C0%2C0%2C0-.914%2C0L.3%2C261.486a.75.75%2C0%2C0%2C0%2C.457%2C1.346H43.726a.75.75%2C0%2C0%2C0%2C.457-1.346Zm-41.213-.155L18.989%2C249.08l2.793%2C2.134a.753.753%2C0%2C0%2C0%2C.914%2C0l2.793-2.134%2C16.018%2C12.251Z%22%20transform%3D%22translate(-0.001%20-247.384)%22%20fill%3D%22%237ebb65%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4823%22%20data-name%3D%22%E3%83%91%E3%82%B9%204823%22%20d%3D%22M44.437%2C86.972a.752.752%2C0%2C0%2C0-.712-.509H.752a.75.75%2C0%2C0%2C0-.457%2C1.346l18.236%2C13.955%2C3.251%2C2.484a.753.753%2C0%2C0%2C0%2C.914%2C0l3.251-2.484L44.182%2C87.809A.75.75%2C0%2C0%2C0%2C44.437%2C86.972Zm-19.4%2C13.6-2.794%2C2.134-2.793-2.134L2.969%2C87.964H41.508Z%22%20transform%3D%22translate(0%20-86.463)%22%20fill%3D%22%237ebb65%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
     background-size: 93px 118px;
     width:93px;
     height:118px;
     z-index:999;
/*     position: fixed;
     bottom: 80px;
     right: 0;*/
}
#toletter_pc_a{
  display:block;
  background-color: transparent;
  opacity:1;
}
#toletter_pc_a:hover #toletter_main_pc{
     opacity: 0.9;
}
@media screen and (max-width: 768px) {
#toletter_x {
     background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2241%22%20viewBox%3D%220%200%2041%2041%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4368%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204368%22%20transform%3D%22translate(-252%20-500)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_571%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20571%22%20transform%3D%22translate(252%20500)%22%20fill%3D%22%23fff%22%20stroke%3D%22%237ebb65%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%2220.5%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%2219%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4364%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204364%22%20transform%3D%22translate(265%20513)%22%3E%0A%20%20%20%20%20%20%3Cline%20id%3D%22%E7%B7%9A_70%22%20data-name%3D%22%E7%B7%9A%2070%22%20x2%3D%2219%22%20y2%3D%2219%22%20transform%3D%22translate(-2%20-2)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%20%20%3Cline%20id%3D%22%E7%B7%9A_71%22%20data-name%3D%22%E7%B7%9A%2071%22%20x1%3D%2219%22%20y2%3D%2219%22%20transform%3D%22translate(-2%20-2)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
     width: 41px;
     height: 41px;
     z-index: 1000;
/*     position: fixed;
     bottom: 153px;
     right: 86px;*/
}
#toletter_main {
     background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22127%22%20height%3D%2282%22%20viewBox%3D%220%200%20127%2082%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4368%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204368%22%20transform%3D%22translate(-248%20-532)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1089%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201089%22%20d%3D%22M10%2C0H127a0%2C0%2C0%2C0%2C1%2C0%2C0V82a0%2C0%2C0%2C0%2C1%2C0%2C0H10A10%2C10%2C0%2C0%2C1%2C0%2C72V10A10%2C10%2C0%2C0%2C1%2C10%2C0Z%22%20transform%3D%22translate(248%20532)%22%20fill%3D%22%237ebb65%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1090%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201090%22%20d%3D%22M0%2C0H127a0%2C0%2C0%2C0%2C1%2C0%2C0V21a0%2C0%2C0%2C0%2C1%2C0%2C0H10A10%2C10%2C0%2C0%2C1%2C0%2C11V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22%20transform%3D%22translate(248%20593)%22%20fill%3D%22%23333%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4362%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204362%22%20transform%3D%22translate(272.159%20597.632)%22%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4301%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204301%22%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9108%22%20data-name%3D%22%E3%83%91%E3%82%B9%209108%22%20d%3D%22M2.09-3.23A2.639%2C2.639%2C0%2C0%2C0%2C1.56-1.8C1.56-.5%2C2.69.22%2C5%2C.22A15.872%2C15.872%2C0%2C0%2C0%2C7.93-.02c.12-.02.18-.06.17-.15a8.362%2C8.362%2C0%2C0%2C0-.16-.98c-.02-.09-.07-.12-.21-.09a12.722%2C12.722%2C0%2C0%2C1-2.71.29c-1.72%2C0-2.37-.31-2.37-.94a1.643%2C1.643%2C0%2C0%2C1%2C.26-.76c.05-.08.04-.13-.05-.18C2.6-2.97%2C2.35-3.1%2C2.09-3.23Zm.22-3.78c-.02.36-.04.65-.04.89%2C0%2C.12.04.16.13.18a11.965%2C11.965%2C0%2C0%2C0%2C1.84.17%2C6.106%2C6.106%2C0%2C0%2C0%2C.73-.03c-.35.21-.79.49-1.31.83a2.389%2C2.389%2C0%2C0%2C1%2C.7.32.42.42%2C0%2C0%2C0%2C.21.06.426.426%2C0%2C0%2C0%2C.25-.09%2C5.826%2C5.826%2C0%2C0%2C1%2C2.45-.99c.12-.01.17-.07.17-.21a5.837%2C5.837%2C0%2C0%2C0-.09-.85c-.01-.08-.05-.12-.15-.11-.64.05-1.35.09-2.08.09A12.615%2C12.615%2C0%2C0%2C1%2C2.31-7.01Zm5-.48A4.962%2C4.962%2C0%2C0%2C1%2C8.32-6.33a.1.1%2C0%2C0%2C0%2C.17.03l.42-.31a.1.1%2C0%2C0%2C0%2C.03-.16%2C4.6%2C4.6%2C0%2C0%2C0-.95-1.07c-.06-.05-.1-.06-.15-.02Zm.92-.66A4.731%2C4.731%2C0%2C0%2C1%2C9.23-7a.1.1%2C0%2C0%2C0%2C.17.03l.4-.31a.116.116%2C0%2C0%2C0%2C.03-.18%2C4.176%2C4.176%2C0%2C0%2C0-.95-1.03c-.06-.05-.09-.06-.15-.02Zm5.38%2C4.06c-.93%2C0-1.25-.02-1.32-.02-.1%2C0-.11.01-.11.12%2C0%2C.06.02.25.02.72v.77c0%2C.47-.02.66-.02.72%2C0%2C.11.01.12.11.12.07%2C0%2C.39-.02%2C1.32-.02h2.54a2.226%2C2.226%2C0%2C0%2C1-.19.55%2C7.49%2C7.49%2C0%2C0%2C1-.42.75H13.62l.54-.24c.14-.06.15-.09.1-.19a7.229%2C7.229%2C0%2C0%2C0-.45-.76c-.06-.09-.1-.1-.22-.05l-.66.28c-.12.04-.13.07-.07.16a6.8%2C6.8%2C0%2C0%2C1%2C.42.8H12c-.9%2C0-1.21-.02-1.27-.02-.1%2C0-.11.01-.11.1V.44c0%2C.1.01.11.11.11.06%2C0%2C.37-.02%2C1.27-.02h6.02c.9%2C0%2C1.21.02%2C1.27.02.1%2C0%2C.11-.01.11-.11V-.3c0-.09-.01-.1-.11-.1-.06%2C0-.37.02-1.27.02H16.66l.3-.52a.507.507%2C0%2C0%2C1%2C.19-.23.166.166%2C0%2C0%2C0%2C.1-.14c0-.04-.04-.1-.13-.13a9.224%2C9.224%2C0%2C0%2C0-.88-.28h.15c.93%2C0%2C1.26.02%2C1.32.02.1%2C0%2C.11-.01.11-.12%2C0-.06-.02-.25-.02-.72v-.77c0-.47.02-.66.02-.72%2C0-.11-.01-.12-.11-.12-.06%2C0-.39.02-1.32.02Zm-.39.81h3.56v.79H13.22Zm-.25-4.8c-.75%2C0-.99-.02-1.05-.02-.11%2C0-.12.01-.12.11v.69c0%2C.09.01.1.12.1.06%2C0%2C.3-.02%2C1.05-.02h1.11a6.76%2C6.76%2C0%2C0%2C1-1.11%2C1.16%2C14.568%2C14.568%2C0%2C0%2C0-1.08-.99c-.09-.07-.11-.05-.2.02l-.5.4c-.05.04-.08.07-.08.09s.03.06.08.1a9.661%2C9.661%2C0%2C0%2C1%2C1%2C.95%2C10.877%2C10.877%2C0%2C0%2C1-1.9.96%2C1.84%2C1.84%2C0%2C0%2C1%2C.41.55c.09.18.13.26.21.26a.688.688%2C0%2C0%2C0%2C.23-.08%2C11.14%2C11.14%2C0%2C0%2C0%2C2.24-1.39v.51c0%2C.1.01.11.11.11.05%2C0%2C.27-.02.98-.02H15.5c.71%2C0%2C.94.02.99.02.1%2C0%2C.11-.01.11-.11v-.47a9.871%2C9.871%2C0%2C0%2C0%2C2.31%2C1.32.609.609%2C0%2C0%2C0%2C.23.07c.08%2C0%2C.11-.07.19-.26a2.786%2C2.786%2C0%2C0%2C1%2C.36-.63%2C11.043%2C11.043%2C0%2C0%2C1-1.66-.7c.28-.24.52-.47.73-.68a.82.82%2C0%2C0%2C1%2C.35-.27c.08-.03.13-.08.13-.14s-.03-.11-.12-.17c-.23-.15-.48-.3-.78-.46a2.461%2C2.461%2C0%2C0%2C1-.28.43%2C9.064%2C9.064%2C0%2C0%2C1-.82.8%2C6.124%2C6.124%2C0%2C0%2C1-.56-.45%2C8.866%2C8.866%2C0%2C0%2C0%2C.69-.66.939.939%2C0%2C0%2C1%2C.34-.28c.09-.03.13-.08.13-.14s-.02-.1-.11-.16a7.427%2C7.427%2C0%2C0%2C0-.77-.46%2C2.544%2C2.544%2C0%2C0%2C1-.28.42%2C4.975%2C4.975%2C0%2C0%2C1-.6.64%2C1.33%2C1.33%2C0%2C0%2C1-.14-.19%2C3.1%2C3.1%2C0%2C0%2C1-.46-.86c-.05-.11-.08-.12-.17-.12-.07%2C0-.35.02-.91.02Zm1.5%2C2.65c-.41%2C0-.66%2C0-.8-.01a8.445%2C8.445%2C0%2C0%2C0%2C1.35-1.55%2C6.006%2C6.006%2C0%2C0%2C0%2C1.24%2C1.55c-.15.01-.38.01-.76.01ZM24.56-3.55c-.11.08-.12.1-.05.17a5.475%2C5.475%2C0%2C0%2C1%2C.78%2C1.12c.03.06.05.09.08.09s.06-.03.12-.07l.44-.34c.11-.08.12-.11.06-.2a6.128%2C6.128%2C0%2C0%2C0-.79-1.11c-.04-.04-.07-.07-.1-.07s-.05.02-.1.06ZM23.19-1.53a1.785%2C1.785%2C0%2C0%2C1%2C.37.12.629.629%2C0%2C0%2C0%2C.21.08c.07%2C0%2C.1-.07.16-.22a8.873%2C8.873%2C0%2C0%2C0%2C.32-.87.345.345%2C0%2C0%2C1%2C.13-.21.125.125%2C0%2C0%2C0%2C.06-.11c0-.04-.03-.07-.11-.1a5.21%2C5.21%2C0%2C0%2C0-.73-.24%2C2.78%2C2.78%2C0%2C0%2C1-.04.37A9.3%2C9.3%2C0%2C0%2C1%2C23.19-1.53Zm5.02-2.65c.95%2C0%2C1.27.02%2C1.32.02.11%2C0%2C.12-.01.12-.11v-.68c0-.1-.01-.11-.12-.11-.05%2C0-.32.02-1.03.02l.11-1.99c.02-.27.03-.54.06-.83.01-.1-.02-.12-.12-.12-.05%2C0-.32.02-1.12.02H25.85c-.79%2C0-1.06-.02-1.12-.02-.1%2C0-.11.01-.11.11v.68c0%2C.1.01.11.11.11.06%2C0%2C.33-.02%2C1.12-.02h1.81l-.03.6H26.1c-.81%2C0-1.08-.02-1.14-.02-.1%2C0-.11.01-.11.11v.66c0%2C.1.01.11.11.11.06%2C0%2C.33-.02%2C1.14-.02h1.48l-.03.62H25.61c-.95%2C0-1.26-.02-1.32-.02-.1%2C0-.11.01-.11.11v.72h-.06c-.06%2C0-.29.02-1.03.02h-.06v-.78c.58%2C0%2C.75.02.81.02.11%2C0%2C.12-.01.12-.12v-.62c0-.1-.01-.11-.12-.11-.06%2C0-.23.02-.83.02h-.8c-.34%2C0-.53%2C0-.66-.01a7.862%2C7.862%2C0%2C0%2C0%2C1.13-1.35%2C6.891%2C6.891%2C0%2C0%2C0%2C1.06%2C1.13c.1.09.16.14.21.14s.1-.08.18-.23a2.631%2C2.631%2C0%2C0%2C1%2C.39-.51%2C6.112%2C6.112%2C0%2C0%2C1-1.41-1.23l.06-.05c.08-.06.11-.11.11-.16s-.05-.1-.15-.12a7.8%2C7.8%2C0%2C0%2C0-.93-.16%2C2.013%2C2.013%2C0%2C0%2C1-.22.52%2C5.758%2C5.758%2C0%2C0%2C1-1.62%2C1.72%2C2.933%2C2.933%2C0%2C0%2C1%2C.31.67c.05.15.09.22.16.22a.382.382%2C0%2C0%2C0%2C.21-.12c.08-.06.15-.13.23-.2v.45c0%2C.11.01.12.11.12.05%2C0%2C.21-.01.71-.02v.78h-.28c-.74%2C0-.97-.02-1.03-.02-.11%2C0-.12.01-.12.11v.66c0%2C.1.01.11.12.11.06%2C0%2C.29-.02%2C1.03-.02h.28V-.63c-.23.05-.47.09-.7.13-.29.05-.54.08-.88.11.07.29.16.59.25.86a.166.166%2C0%2C0%2C0%2C.16.13.283.283%2C0%2C0%2C0%2C.16-.07A1.294%2C1.294%2C0%2C0%2C1%2C21.43.4c.83-.19%2C1.58-.39%2C2.3-.61.29-.09.29-.07.3-.4a.86.86%2C0%2C0%2C1%2C.01-.16%2C6.553%2C6.553%2C0%2C0%2C0%2C.39.68c.05.07.09.08.13.08a.17.17%2C0%2C0%2C0%2C.12-.09.885.885%2C0%2C0%2C1%2C.26-.21%2C13.018%2C13.018%2C0%2C0%2C0%2C1.4-.96v.78c0%2C.23-.08.31-.4.31a6.41%2C6.41%2C0%2C0%2C1-.7-.04%2C2.058%2C2.058%2C0%2C0%2C1%2C.3.71c.07.31.06.31.38.3a1.944%2C1.944%2C0%2C0%2C0%2C1.03-.2.9.9%2C0%2C0%2C0%2C.33-.85c0-.46-.05-1.03-.05-2.2A5.96%2C5.96%2C0%2C0%2C0%2C29%2C.07c.09.08.15.12.2.12s.09-.06.15-.2a2.749%2C2.749%2C0%2C0%2C1%2C.41-.7%2C5.353%2C5.353%2C0%2C0%2C1-1.5-1.34%2C8.324%2C8.324%2C0%2C0%2C0%2C.84-.86%2C1.027%2C1.027%2C0%2C0%2C1%2C.28-.26c.08-.05.13-.1.13-.14a.281.281%2C0%2C0%2C0-.1-.17%2C6.122%2C6.122%2C0%2C0%2C0-.64-.5%2C2.247%2C2.247%2C0%2C0%2C1-.23.38%2C6.54%2C6.54%2C0%2C0%2C1-.74.83%2C6.359%2C6.359%2C0%2C0%2C1-.54-1.41Zm-1.87%2C0v1.82A12.654%2C12.654%2C0%2C0%2C1%2C24.5-1.12l-.45.22a2.358%2C2.358%2C0%2C0%2C1%2C.04-.28c-.36.12-.71.23-1.06.32V-3.37h.06c.74%2C0%2C.97.02%2C1.03.02.11%2C0%2C.12-.01.12-.11v-.7h.05c.06%2C0%2C.37-.02%2C1.32-.02ZM20.9-2.79c-.14.05-.15.07-.11.18a6.6%2C6.6%2C0%2C0%2C1%2C.34%2C1.51c.02.1.04.11.18.06l.43-.17c.12-.05.13-.08.12-.17a10.086%2C10.086%2C0%2C0%2C0-.34-1.51c-.03-.1-.05-.1-.17-.06Zm15.52.3a4.173%2C4.173%2C0%2C0%2C0-.8-.08c-1.01%2C0-1.75.59-1.75%2C1.41%2C0%2C.86.64%2C1.4%2C1.79%2C1.4%2C1.18%2C0%2C1.75-.46%2C1.83-1.3a5.938%2C5.938%2C0%2C0%2C1%2C1.08.8.138.138%2C0%2C0%2C0%2C.09.05.121.121%2C0%2C0%2C0%2C.09-.06%2C5.4%2C5.4%2C0%2C0%2C0%2C.46-.77c.05-.11.04-.14-.05-.2A6.544%2C6.544%2C0%2C0%2C0%2C37.5-2.2c-.05-.86-.07-1.56-.07-2.68a11.269%2C11.269%2C0%2C0%2C0%2C1.54-.21c.07-.01.11-.06.11-.15a4%2C4%2C0%2C0%2C0-.06-.71c-.02-.11-.04-.15-.16-.12-.43.07-.95.14-1.42.18%2C0-.46%2C0-.72.02-1.06a1.128%2C1.128%2C0%2C0%2C1%2C.08-.35.429.429%2C0%2C0%2C0%2C.06-.17c0-.09-.07-.14-.18-.17a5.567%2C5.567%2C0%2C0%2C0-1.21-.19%2C4.122%2C4.122%2C0%2C0%2C1%2C.13.98c0%2C.37.01.69.01%2C1.05a14.466%2C14.466%2C0%2C0%2C1-2.28-.03%2C6.126%2C6.126%2C0%2C0%2C0%2C.07.91c.01.1.05.13.18.13a20.222%2C20.222%2C0%2C0%2C0%2C2.06.01C36.39-3.99%2C36.4-3.26%2C36.42-2.49Zm.02.95a1.408%2C1.408%2C0%2C0%2C1%2C.01.2c0%2C.36-.32.65-.82.65-.59%2C0-.81-.19-.81-.5s.28-.48.75-.48A2.785%2C2.785%2C0%2C0%2C1%2C36.44-1.54ZM31.8-7.81a5.032%2C5.032%2C0%2C0%2C1-.07%2C1.18%2C21.722%2C21.722%2C0%2C0%2C0-.41%2C3.79A9.315%2C9.315%2C0%2C0%2C0%2C31.75.21c.05.14.09.15.2.12A4.188%2C4.188%2C0%2C0%2C0%2C32.7.16c.09-.03.13-.06.12-.13a1.889%2C1.889%2C0%2C0%2C1%2C.01-.53%2C5.927%2C5.927%2C0%2C0%2C1%2C.51-1.52.29.29%2C0%2C0%2C0%2C.06-.16.216.216%2C0%2C0%2C0-.06-.14%2C2.659%2C2.659%2C0%2C0%2C1-.35-.63c-.21.5-.42.93-.62%2C1.39-.03-.42-.03-.88-.03-1.28a19.857%2C19.857%2C0%2C0%2C1%2C.5-3.64%2C2.029%2C2.029%2C0%2C0%2C1%2C.18-.55.511.511%2C0%2C0%2C0%2C.07-.22c0-.08-.04-.14-.15-.2A7.808%2C7.808%2C0%2C0%2C0%2C31.8-7.81ZM42.3-3.47a2.639%2C2.639%2C0%2C0%2C0-.53%2C1.43c0%2C1.3%2C1.15%2C2.02%2C3.39%2C2.02a15.08%2C15.08%2C0%2C0%2C0%2C2.98-.24c.12-.02.18-.06.17-.15a8.361%2C8.361%2C0%2C0%2C0-.16-.98c-.02-.09-.07-.12-.21-.09a12.722%2C12.722%2C0%2C0%2C1-2.71.29c-1.72%2C0-2.37-.31-2.37-.94a1.643%2C1.643%2C0%2C0%2C1%2C.26-.76c.05-.08.04-.13-.05-.18C42.81-3.21%2C42.56-3.34%2C42.3-3.47Zm.22-3.78c-.02.36-.04.65-.04.89%2C0%2C.12.04.16.13.18a12.481%2C12.481%2C0%2C0%2C0%2C1.75.17%2C6.876%2C6.876%2C0%2C0%2C0%2C.82-.03c-.35.21-.79.49-1.31.83a2.389%2C2.389%2C0%2C0%2C1%2C.7.32.42.42%2C0%2C0%2C0%2C.21.06.426.426%2C0%2C0%2C0%2C.25-.09%2C5.826%2C5.826%2C0%2C0%2C1%2C2.45-.99c.12-.01.17-.07.17-.21a6.584%2C6.584%2C0%2C0%2C0-.05-.85c-.01-.08-.05-.12-.15-.11-.64.04-1.39.09-2.12.09A12.615%2C12.615%2C0%2C0%2C1%2C42.52-7.25ZM53.15-6.24c-.77.06-1.39.09-2.17.09.04.33.11.75.14.87a.171.171%2C0%2C0%2C0%2C.19.14c.51%2C0%2C1.14-.05%2C1.68-.09-.17%2C1-.31%2C1.74-.53%2C2.62-.04.15-.08.3-.13.47a.682.682%2C0%2C0%2C0-.04.2c0%2C.09.06.13.22.2a2.811%2C2.811%2C0%2C0%2C0%2C.75.22c.09.01.12-.03.19-.15.09-.13.19-.25.28-.38a3.325%2C3.325%2C0%2C0%2C1%2C2.63-1.24c.76%2C0%2C1.14.43%2C1.14.95%2C0%2C.63-.37%2C1.09-1.14%2C1.41a7.79%2C7.79%2C0%2C0%2C1-2.87.55%2C1.908%2C1.908%2C0%2C0%2C1%2C.54.71c.08.19.15.24.25.24A4.632%2C4.632%2C0%2C0%2C0%2C55.02.5a6.66%2C6.66%2C0%2C0%2C0%2C2.55-.8%2C2.241%2C2.241%2C0%2C0%2C0%2C1.14-2.02%2C2.03%2C2.03%2C0%2C0%2C0-2.23-1.89%2C4.326%2C4.326%2C0%2C0%2C0-2.87%2C1.06c.18-.7.32-1.37.46-2.2.84-.11%2C1.38-.22%2C2.24-.41.09-.02.12-.05.12-.16a4.525%2C4.525%2C0%2C0%2C0-.07-.74c-.02-.13-.07-.14-.21-.1a18.287%2C18.287%2C0%2C0%2C1-1.88.37c.05-.35.09-.55.14-.82a1.038%2C1.038%2C0%2C0%2C1%2C.17-.37.329.329%2C0%2C0%2C0%2C.07-.16c0-.08-.07-.14-.2-.18a6.545%2C6.545%2C0%2C0%2C0-1.2-.21%2C3.318%2C3.318%2C0%2C0%2C1%2C.02.97C53.24-6.92%2C53.2-6.59%2C53.15-6.24Zm9.81-1.12a7.977%2C7.977%2C0%2C0%2C1%2C2.02%2C1.3c.05.05.08.07.12.07s.07-.03.11-.08a6.549%2C6.549%2C0%2C0%2C0%2C.51-.7.277.277%2C0%2C0%2C0%2C.05-.12c0-.04-.02-.07-.07-.11a6.559%2C6.559%2C0%2C0%2C0-1.96-1.19.167.167%2C0%2C0%2C0-.19.05A5.477%2C5.477%2C0%2C0%2C0%2C62.96-7.36Zm-.7%2C1.39a6.231%2C6.231%2C0%2C0%2C1-.09.9c-.12.89-.25%2C2.07-.31%2C3.23%2C0%2C.14.04.16.14.2a6.875%2C6.875%2C0%2C0%2C0%2C.68.27c.13.03.17.03.23-.07a2.736%2C2.736%2C0%2C0%2C1%2C.43-.55%2C4.452%2C4.452%2C0%2C0%2C1%2C2.88-1.52c.86%2C0%2C1.2.49%2C1.2%2C1.03A1.638%2C1.638%2C0%2C0%2C1%2C66.24-.97a8.3%2C8.3%2C0%2C0%2C1-2.75.56%2C2.558%2C2.558%2C0%2C0%2C1%2C.68.85c.09.15.18.16.4.13a8.67%2C8.67%2C0%2C0%2C0%2C2.56-.69%2C2.45%2C2.45%2C0%2C0%2C0%2C1.51-2.24A2.082%2C2.082%2C0%2C0%2C0%2C66.31-4.5a4.875%2C4.875%2C0%2C0%2C0-3.34%2C1.58%2C16.689%2C16.689%2C0%2C0%2C1%2C.24-1.82%2C1.875%2C1.875%2C0%2C0%2C1%2C.2-.53.3.3%2C0%2C0%2C0%2C.05-.15c0-.08-.05-.14-.16-.19A5.626%2C5.626%2C0%2C0%2C0%2C62.26-5.97Z%22%20transform%3D%22translate(0%209)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4804%22%20data-name%3D%22%E3%83%91%E3%82%B9%204804%22%20d%3D%22M0%2C0%2C3.856%2C3.4%2C7.713%2C0%22%20transform%3D%22translate(77.366%209.005)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9106%22%20data-name%3D%22%E3%83%91%E3%82%B9%209106%22%20d%3D%22M1.641-2.729v.166a3.134%2C3.134%2C0%2C0%2C0%2C.183%2C1.174.7.7%2C0%2C0%2C0%2C.7.339.694.694%2C0%2C0%2C0%2C.7-.371%2C1.91%2C1.91%2C0%2C0%2C0%2C.1-.742V-7.2h1.5v5.01A2.855%2C2.855%2C0%2C0%2C1%2C4.517-.732%2C2.061%2C2.061%2C0%2C0%2C1%2C2.578.176%2C2.086%2C2.086%2C0%2C0%2C1%2C.7-.559a3.641%2C3.641%2C0%2C0%2C1-.479-2v-.166Zm5.771.508a1.478%2C1.478%2C0%2C0%2C0%2C.269.737%2C1.545%2C1.545%2C0%2C0%2C0%2C1.255.444A2.648%2C2.648%2C0%2C0%2C0%2C9.8-1.157a.835.835%2C0%2C0%2C0%2C.63-.835.616.616%2C0%2C0%2C0-.312-.552%2C3.36%2C3.36%2C0%2C0%2C0-.981-.337l-.762-.171A4.813%2C4.813%2C0%2C0%2C1%2C6.821-3.6a1.755%2C1.755%2C0%2C0%2C1-.728-1.558%2C2.08%2C2.08%2C0%2C0%2C1%2C.7-1.606%2C2.973%2C2.973%2C0%2C0%2C1%2C2.065-.64%2C3.14%2C3.14%2C0%2C0%2C1%2C1.941.6%2C2.153%2C2.153%2C0%2C0%2C1%2C.842%2C1.75H10.2a1.032%2C1.032%2C0%2C0%2C0-.566-.923%2C1.9%2C1.9%2C0%2C0%2C0-.874-.181%2C1.632%2C1.632%2C0%2C0%2C0-.928.234.746.746%2C0%2C0%2C0-.347.654.619.619%2C0%2C0%2C0%2C.342.576%2C4.184%2C4.184%2C0%2C0%2C0%2C.938.3L10-4.1a3.206%2C3.206%2C0%2C0%2C1%2C1.23.522A1.76%2C1.76%2C0%2C0%2C1%2C11.88-2.1a2.074%2C2.074%2C0%2C0%2C1-.754%2C1.638A3.161%2C3.161%2C0%2C0%2C1%2C8.994.186%2C3.457%2C3.457%2C0%2C0%2C1%2C6.782-.457a2.134%2C2.134%2C0%2C0%2C1-.806-1.765ZM12.681-3.54a3.953%2C3.953%2C0%2C0%2C1%2C1.011-2.905%2C3.012%2C3.012%2C0%2C0%2C1%2C2.236-.889%2C3.024%2C3.024%2C0%2C0%2C1%2C2.656%2C1.191%2C2.579%2C2.579%2C0%2C0%2C1%2C.5%2C1.343h-1.5a2.031%2C2.031%2C0%2C0%2C0-.376-.781%2C1.529%2C1.529%2C0%2C0%2C0-1.216-.469%2C1.507%2C1.507%2C0%2C0%2C0-1.294.662%2C3.181%2C3.181%2C0%2C0%2C0-.474%2C1.873%2C2.792%2C2.792%2C0%2C0%2C0%2C.5%2C1.814%2C1.582%2C1.582%2C0%2C0%2C0%2C1.272.6A1.455%2C1.455%2C0%2C0%2C0%2C17.2-1.616a2.248%2C2.248%2C0%2C0%2C0%2C.381-.835h1.489a3.231%2C3.231%2C0%2C0%2C1-1%2C1.914A2.925%2C2.925%2C0%2C0%2C1%2C16.011.2a3.1%2C3.1%2C0%2C0%2C1-2.441-1A3.987%2C3.987%2C0%2C0%2C1%2C12.681-3.54ZM24.268-4.907a.974.974%2C0%2C0%2C0-.3-.8%2C1.282%2C1.282%2C0%2C0%2C0-.828-.239h-1.4v2.119h1.4a1.215%2C1.215%2C0%2C0%2C0%2C.828-.259A1.036%2C1.036%2C0%2C0%2C0%2C24.268-4.907Zm1.489-.01a2.209%2C2.209%2C0%2C0%2C1-.645%2C1.8%2C2.838%2C2.838%2C0%2C0%2C1-1.841.527H21.743V0H20.249V-7.2h3.135a2.553%2C2.553%2C0%2C0%2C1%2C1.729.557A2.157%2C2.157%2C0%2C0%2C1%2C25.757-4.917Zm2.216-.673a8.626%2C8.626%2C0%2C0%2C1%2C1.17-.05h3.95a8.626%2C8.626%2C0%2C0%2C1%2C1.17.05V-6.91a6.22%2C6.22%2C0%2C0%2C1-1.18.07h-3.93a6.22%2C6.22%2C0%2C0%2C1-1.18-.07ZM26.963-.7a9.909%2C9.909%2C0%2C0%2C1%2C1.26-.05H34a9.909%2C9.909%2C0%2C0%2C1%2C1.26.05V-2.04a6.979%2C6.979%2C0%2C0%2C1-1.28.07h-5.74a6.979%2C6.979%2C0%2C0%2C1-1.28-.07Zm15.7-.18c.17-.9.28-1.61.43-2.71a3.6%2C3.6%2C0%2C0%2C1%2C.23-1.14l-.55-.48a2.231%2C2.231%2C0%2C0%2C1-.74.09H39.5a5.717%2C5.717%2C0%2C0%2C1-.92-.06v1.13a6.423%2C6.423%2C0%2C0%2C1%2C.89-.04h2.48c-.1.91-.31%2C2.32-.48%2C3.21h-2.95a4.516%2C4.516%2C0%2C0%2C1-.92-.06V.2a7.432%2C7.432%2C0%2C0%2C1%2C.92-.04h5.19a7.641%2C7.641%2C0%2C0%2C1%2C.92.04V-.94a4.459%2C4.459%2C0%2C0%2C1-.92.06Zm4.17-2.26a10.978%2C10.978%2C0%2C0%2C1%2C1.63-.05h5.31a10.978%2C10.978%2C0%2C0%2C1%2C1.63.05V-4.53a9.82%2C9.82%2C0%2C0%2C1-1.62.07h-5.33a9.82%2C9.82%2C0%2C0%2C1-1.62-.07ZM64.453-.71c-1.21-1.17-1.21-1.17-1.46-1.39a15.5%2C15.5%2C0%2C0%2C0-1.85-1.45A13.244%2C13.244%2C0%2C0%2C0%2C62.7-6.31a1.923%2C1.923%2C0%2C0%2C1%2C.32-.54l-.66-.68a2.166%2C2.166%2C0%2C0%2C1-.89.11l-3.52.05h-.24a4.376%2C4.376%2C0%2C0%2C1-.88-.06l.04%2C1.28a7.881%2C7.881%2C0%2C0%2C1%2C1.09-.08c3.15-.05%2C3.15-.05%2C3.31-.06l-.11.26A9.639%2C9.639%2C0%2C0%2C1%2C57.8-1.96a8.256%2C8.256%2C0%2C0%2C1-2%2C1.1%2C4.012%2C4.012%2C0%2C0%2C1%2C.81%2C1.11%2C11.884%2C11.884%2C0%2C0%2C0%2C3.81-2.89A19.223%2C19.223%2C0%2C0%2C1%2C63.493.33Zm2.67-7.16a4.864%2C4.864%2C0%2C0%2C1%2C.05%2C1.03l-.04%2C5.4a3.526%2C3.526%2C0%2C0%2C1-.09%2C1.03l.64.77a2.865%2C2.865%2C0%2C0%2C1%2C.6-.17%2C9.116%2C9.116%2C0%2C0%2C0%2C3.64-1.37%2C7.455%2C7.455%2C0%2C0%2C0%2C2.23-2.33%2C4.7%2C4.7%2C0%2C0%2C1-.95-1.02%2C5.909%2C5.909%2C0%2C0%2C1-2.04%2C2.29%2C7.192%2C7.192%2C0%2C0%2C1-2.73%2C1.1l.05-5.71a7.739%2C7.739%2C0%2C0%2C1%2C.06-1.01Zm16.11.69a2.625%2C2.625%2C0%2C0%2C1-.88.12c-2.44.02-2.44.02-2.6.04a4.982%2C4.982%2C0%2C0%2C0%2C.24-.48%2C5.268%2C5.268%2C0%2C0%2C1%2C.3-.56l-1.3-.29a6.1%2C6.1%2C0%2C0%2C1-.58%2C1.39A8.6%2C8.6%2C0%2C0%2C1%2C75.9-4.11a3.174%2C3.174%2C0%2C0%2C1%2C1%2C.8A10.346%2C10.346%2C0%2C0%2C0%2C79.243-6l3.11-.03a9.554%2C9.554%2C0%2C0%2C1-1.12%2C2.36%2C13.016%2C13.016%2C0%2C0%2C0-2.01-1.34l-.76.89a11.321%2C11.321%2C0%2C0%2C1%2C2.05%2C1.43%2C7.259%2C7.259%2C0%2C0%2C1-1.64%2C1.39%2C10.078%2C10.078%2C0%2C0%2C1-1.95%2C1%2C3.174%2C3.174%2C0%2C0%2C1%2C.83%2C1.03%2C9.765%2C9.765%2C0%2C0%2C0%2C4.56-3.82%2C16.773%2C16.773%2C0%2C0%2C0%2C1.28-2.75%2C1.791%2C1.791%2C0%2C0%2C1%2C.31-.67Zm2.6%2C4.04a10.978%2C10.978%2C0%2C0%2C1%2C1.63-.05h5.31a10.978%2C10.978%2C0%2C0%2C1%2C1.63.05V-4.53a9.82%2C9.82%2C0%2C0%2C1-1.62.07h-5.33a9.82%2C9.82%2C0%2C0%2C1-1.62-.07Z%22%20transform%3D%22translate(257%20554)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9107%22%20data-name%3D%22%E3%83%91%E3%82%B9%209107%22%20d%3D%22M13.062-.994c-1.694-1.638-1.694-1.638-2.044-1.946a21.7%2C21.7%2C0%2C0%2C0-2.59-2.03%2C18.541%2C18.541%2C0%2C0%2C0%2C2.184-3.864%2C2.693%2C2.693%2C0%2C0%2C1%2C.448-.756l-.924-.952a3.033%2C3.033%2C0%2C0%2C1-1.246.154l-4.928.07H3.626A6.127%2C6.127%2C0%2C0%2C1%2C2.394-10.4L2.45-8.61a11.033%2C11.033%2C0%2C0%2C1%2C1.526-.112c4.41-.07%2C4.41-.07%2C4.634-.084l-.154.364a13.494%2C13.494%2C0%2C0%2C1-4.7%2C5.7A11.558%2C11.558%2C0%2C0%2C1%2C.952-1.2%2C5.616%2C5.616%2C0%2C0%2C1%2C2.086.35%2C16.637%2C16.637%2C0%2C0%2C0%2C7.42-3.7a26.913%2C26.913%2C0%2C0%2C1%2C4.3%2C4.158Zm11.592-9.058a3.675%2C3.675%2C0%2C0%2C1-1.232.168c-3.416.028-3.416.028-3.64.056a6.975%2C6.975%2C0%2C0%2C0%2C.336-.672%2C7.376%2C7.376%2C0%2C0%2C1%2C.42-.784l-1.82-.406a8.535%2C8.535%2C0%2C0%2C1-.812%2C1.946%2C12.036%2C12.036%2C0%2C0%2C1-3.514%2C3.99%2C4.444%2C4.444%2C0%2C0%2C1%2C1.4%2C1.12A14.484%2C14.484%2C0%2C0%2C0%2C19.068-8.4l4.354-.042a13.376%2C13.376%2C0%2C0%2C1-1.568%2C3.3A18.223%2C18.223%2C0%2C0%2C0%2C19.04-7.014L17.976-5.768a15.849%2C15.849%2C0%2C0%2C1%2C2.87%2C2%2C10.163%2C10.163%2C0%2C0%2C1-2.3%2C1.946%2C14.11%2C14.11%2C0%2C0%2C1-2.73%2C1.4%2C4.443%2C4.443%2C0%2C0%2C1%2C1.162%2C1.442%2C13.671%2C13.671%2C0%2C0%2C0%2C6.384-5.348%2C23.482%2C23.482%2C0%2C0%2C0%2C1.792-3.85%2C2.508%2C2.508%2C0%2C0%2C1%2C.434-.938ZM27.594-4.4a15.369%2C15.369%2C0%2C0%2C1%2C2.282-.07H37.31a15.369%2C15.369%2C0%2C0%2C1%2C2.282.07V-6.342a13.749%2C13.749%2C0%2C0%2C1-2.268.1H29.862a13.749%2C13.749%2C0%2C0%2C1-2.268-.1ZM45.528.63a15.391%2C15.391%2C0%2C0%2C1-.056-1.554v-3.7a7.238%2C7.238%2C0%2C0%2C0-.056-.952%2C4.523%2C4.523%2C0%2C0%2C0%2C.476.238A33.123%2C33.123%2C0%2C0%2C1%2C50.848-2.66l.98-1.652a41.131%2C41.131%2C0%2C0%2C0-6.356-2.954v-2.6a9.385%2C9.385%2C0%2C0%2C1%2C.056-1.47H43.61a9%2C9%2C0%2C0%2C1%2C.084%2C1.428V-.938A9.431%2C9.431%2C0%2C0%2C1%2C43.61.63Z%22%20transform%3D%22translate(257%20577)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4363%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204363%22%20transform%3D%22translate(320.211%20558.865)%22%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4349%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204349%22%20transform%3D%22translate(0.861%200.861)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4348%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204348%22%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1088%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201088%22%20width%3D%2241.005%22%20height%3D%2226.574%22%20rx%3D%222%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4352%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204352%22%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4822%22%20data-name%3D%22%E3%83%91%E3%82%B9%204822%22%20d%3D%22M42.039%2C86.49H.759a.722.722%2C0%2C0%2C0-.722.722v26.849a.722.722%2C0%2C0%2C0%2C.722.722h41.28a.722.722%2C0%2C0%2C0%2C.722-.722V87.212A.722.722%2C0%2C0%2C0%2C42.039%2C86.49Zm-.722%2C26.849H1.482v-25.4H41.317v25.4Z%22%20transform%3D%22translate(-0.034%20-86.488)%22%20fill%3D%22%237ebb65%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4351%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204351%22%20transform%3D%22translate(0%2013.301)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4319%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204319%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4809%22%20data-name%3D%22%E3%83%91%E3%82%B9%204809%22%20d%3D%22M42.443%2C261.073%2C24.925%2C247.534a.718.718%2C0%2C0%2C0-.878%2C0l-2.684%2C2.072-2.684-2.072a.717.717%2C0%2C0%2C0-.878%2C0L.284%2C261.073a.732.732%2C0%2C0%2C0-.245.812.723.723%2C0%2C0%2C0%2C.684.495H42a.723.723%2C0%2C0%2C0%2C.684-.495A.732.732%2C0%2C0%2C0%2C42.443%2C261.073Zm-39.589-.15L18.241%2C249.03l2.683%2C2.072a.717.717%2C0%2C0%2C0%2C.878%2C0l2.683-2.072%2C15.387%2C11.893Z%22%20transform%3D%22translate(-0.001%20-247.384)%22%20fill%3D%22%237ebb65%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4823%22%20data-name%3D%22%E3%83%91%E3%82%B9%204823%22%20d%3D%22M42.686%2C86.958A.723.723%2C0%2C0%2C0%2C42%2C86.463H.722a.723.723%2C0%2C0%2C0-.684.495.732.732%2C0%2C0%2C0%2C.245.812L17.8%2C101.316l3.123%2C2.411a.717.717%2C0%2C0%2C0%2C.878%2C0l3.123-2.411L42.442%2C87.77A.732.732%2C0%2C0%2C0%2C42.686%2C86.958Zm-18.64%2C13.2-2.684%2C2.072-2.683-2.072L2.852%2C87.92H39.873Z%22%20transform%3D%22translate(0%20-86.463)%22%20fill%3D%22%237ebb65%22%2F%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
     background-size: 127px 82px;
     width: 127px;
     height: 82px;
     z-index:999;
/*     position: fixed;
     bottom: 80px;
     right: 0;*/
}
#toletter_a {
  display:block;
  background-color: transparent;
  opacity:1;
}
#toletter_a:hover #toletter_main{
     opacity: 0.9;
}
}