@charset "utf-8";
/*----------------------------
  header
-----------------------------*/
.offcanvas {
    position: initial;
    visibility: initial;
}
.offcanvas #page:after {
    animation-name: overlay;
    animation-duration: 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}
@keyframes overlay {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.gtco-nav {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
}
.gtco-nav .gtco-container {
    width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
    background-color: #fff;
}
.gtco-nav .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    --bs-gutter-x: 0;
}
.gtco-nav #gtco-logo {
    width: 260px;
    padding: 10px 0 0;
}
.gtco-nav #gtco-logo img {
    width: 90%;
}
.gtco-nav .main-nav {
    width: 815px;
    text-align: right;
    padding: 0;
}
.gtco-nav .up-nav {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    margin-bottom: 25px;
}
.gtco-nav .up-nav .tel {
    padding-top: 5px;
    margin-right: 55px;
}
.gtco-nav .up-nav .tel span {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #525252;
    letter-spacing: -0.015em;
    margin-bottom: 4px;
}
.gtco-nav .up-nav .tel span:last-child {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 2px;
}
.gtco-nav .up-nav .tel span img {
    filter: invert(36%) sepia(1%) saturate(2561%) hue-rotate(43deg) brightness(77%) contrast(78%);
    width: 35px;
    margin: 0 5px 0 0;
}
.gtco-nav .up-nav .register {
    margin-right: 15px;
}
.gtco-nav .up-nav .register a, .gtco-nav .up-nav .contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #254dde;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    text-decoration: none;
    padding: 0 12px 0 14px;
    height: 52px;
    border-radius: 0 0 10px 10px;
}
.gtco-nav .up-nav .contact a {
    background-color: #ff4497;
}
.gtco-nav .up-nav .register a::before, .gtco-nav .up-nav .contact a::before {
    content: "";
    width: 28px;
    height: 29px;
    background-image: url(../images/icon-register.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 6px 0 0;
}
.gtco-nav .up-nav .contact a::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/icon-mail.png);
}
.gtco-nav .main-nav > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gtco-nav .main-nav > ul.sp {
    display: none;
}
.gtco-nav a {
    padding: 0;
    color: #353535;
    transition: 0.3s;
}
.gtco-nav a:hover {
    opacity: 0.7;
}
.gtco-nav ul {
    padding: 0;
    margin: 0;
}
.gtco-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.gtco-nav ul li a {
    display: block;
    font-size: 16px;
    padding: 0 0 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
    color: #FF5126;
}
.gtco-nav ul li.has-dropdown {
    position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}
.gtco-nav ul li.has-dropdown .dropdown li.active > a {
    color: #000 !important;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
    color: #fff;
}
.gtco-nav ul li.btn-cta a {
    color: #fff;
}
.gtco-nav ul li.btn-cta a span {
    border: none !important;
    background: #FF5126;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.gtco-nav ul li.btn-cta a:hover span {
    background: #ff6540;
    color: #fff;
}
.gtco-nav ul li.active > a {
    color: #FF5126 !important;
}
#gtco-offcanvas {
    position: absolute;
    position: fixed;
    z-index: 1901;
    width: 90%;
    background: #525252;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px 25px 25px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#gtco-offcanvas a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
    padding: 20px 0;
    position: relative;
}
#gtco-offcanvas a:hover {
    color: #fff;
}
#gtco-offcanvas a::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 10px;
    width: 18px;
    height: 18px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#gtco-offcanvas ul {
    padding: 0;
    margin: 0;
}
#gtco-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
}
#gtco-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#gtco-offcanvas ul li.support {
    padding: 30px 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#gtco-offcanvas ul li.support span {
    font-size: 28px;
    color: #fff;
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 15px;
}
#gtco-offcanvas ul li.support span::before {
    content: "";
    width: 47px;
    height: 44px;
    background-image: url(../images/icon-member.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}
#gtco-offcanvas ul li.support a {
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    font-size: 27px;
    font-weight: bold;
    color: #282828;
    padding: 20px 15px;
}
#gtco-offcanvas ul li.support a::after {
    top: 26px;
    right: 15px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #254dde;
    border-right: 4px solid #254dde;
}
#gtco-offcanvas ul li.sub a {
    font-size: 25px;
    font-weight: 400;
}
#gtco-offcanvas ul li.service {
    padding: 30px 0 0;
    border-bottom: none;
}
#gtco-offcanvas ul li.service span {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 22px;
}
#gtco-offcanvas ul li.service a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px 30px;
}
#gtco-offcanvas ul li.service a::after {
    display: none;
}
#gtco-offcanvas ul li.service a img {
    max-width: 350px;
    width: 100%;
    margin-bottom: 10px;
}
#gtco-offcanvas ul li.service a span {
    display: inline-block;
    width: auto;
    color: #282828;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}
#gtco-offcanvas ul li.service a span span {
    line-height: 1.2;
}
.gtco-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
    background: #fff;
    width: 60px;
    left: 2px;
    top: -2px !important;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.gtco-nav-toggle::after {
    content: "メニュー";
    position: absolute;
    bottom: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    transition: 1.0s;
}
.gtco-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 3px;
    width: 64px;
    height: 5px;
    color: #fff;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
    content: '';
    width: 64px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
    color: #fff;
    background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
    background: #fff;
}
.gtco-nav-toggle i::before {
    top: -15px;
}
.gtco-nav-toggle i::after {
    bottom: -15px;
}
.gtco-nav-toggle.active i {
    background: transparent;
}
.gtco-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.gtco-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.gtco-nav-toggle {
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 21;
    padding: 0;
    margin: 0 auto;
    display: none;
    height: 100px;
    width: 100px;
    z-index: 2001;
    border-bottom: none !important;
    background-color: #525252;
}
.dropdown-menu {
    position: absolute;
    top: 49px !important;
    left: -22px !important;
    z-index: 1000;
    float: left;
    min-width: fit-content;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 5px 5px 5px rgba(53, 53, 53, 0.4);
    transition: 0.3s;
    display: none;
}
.dropdown:last-child .dropdown-menu {
    width: 368px;
    left: auto !important;
    right: -25px !important;
    padding: 18px 0 15px 25px !important;
}
.dropdown:last-child .dropdown-menu dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 13px;
}
.dropdown:last-child .dropdown-menu dl dt {
    display: inline-block;
    font-size: 15px;
    background-color: #1f267c;
    color: #fff;
    font-weight: 400;
    padding: 2px 8px;
    margin-bottom: 3px;
}
.dropdown:last-child .dropdown-menu dl dd {
    width: 100%;
    margin-bottom: 0;
}
.dropdown:last-child .dropdown-menu dl dd a {
    display: inline-block;
    padding: 2px 13px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    position: relative;
}
.dropdown .nav-link {
    pointer-events: none;
    font-size: 19px;
    font-weight: 400;
}
.dropdown .nav-link::after {
    display: none;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    padding: 10px 25px 15px 22px;
}
.dropdown:hover > .dropdown-menu > li {
    width: 100%;
}
.dropdown-menu > li {
    position: relative
}
.dropdown-menu > li > a {
    text-wrap: nowrap;
    text-decoration: none;
    font-size: 19px !important;
    font-weight: 400 !important;
    padding: 7px 0 7px 16px !important;
}
.dropdown-menu > li > a:hover, .dropdown:last-child .dropdown-menu dl dd a:hover {
    opacity: 1 !important;
    color: #353535 !important;
    text-decoration: underline !important;
}
.dropdown-menu > li > a::before, .dropdown:last-child .dropdown-menu dl dd a::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1f267c;
    border-right: 2px solid #1f267c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown:last-child .dropdown-menu dl dd a::before {
    top: 9px;
}
.gtco-nav-register {
    position: fixed;
    z-index: 1900;
    top: 0;
    right: 101px;
    width: 100px;
    height: 100px;
    color: #fff;
    background: #254dde;
    font-size: 12px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: none;
}
.gtco-nav-register:hover {
    color: #fff;
}
.gtco-nav-register::before {
    content: "";
    width: 27px;
    height: 28px;
    width: 50px;
    height: 51px;
    background-image: url(../images/icon-register.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 8px 0 0;
}
.gtco-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
}
@media screen and (max-width: 820px) {
    header {
        height: 102px;
    }
    .gtco-nav {
        position: fixed;
        border-bottom: 2px solid #2d3795;
    }
    .gtco-nav a:hover {
        opacity: 1;
    }
    .gtco-nav #gtco-logo {
        padding: 0;
        width: 315px;
    }
    #gtco-offcanvas {
        display: block;
        top: 100px;
    }
    #gtco-offcanvas ul.pc {
        display: none;
    }
    #gtco-offcanvas ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        opacity: 0;
        transition: 10s;
    }
    .gtco-nav-toggle.active + #gtco-offcanvas ul {
        opacity: 1;
        transition: 0s;
    }
    .gtco-nav .gtco-container {
        height: 100px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .gtco-nav .menu-1, .gtco-nav .menu-2 {
        display: none;
    }
    .gtco-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 23px;
        background-color: #2d3795;
    }
    .offcanvas .gtco-nav-toggle {
        background-color: #525252;
    }
    .gtco-nav-register {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        padding-bottom: 8px;
        background: #2d3795;
    }
    #gtco-offcanvas ul li:first-child {
        border: 3px solid #fff;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    #gtco-offcanvas ul li:first-child a {
        background-color: #2d3795;
        padding: 19px 20px 21px;
    }
    #gtco-offcanvas ul li:first-child a::after {
        right: 20px;
        top: 26px;
    }
}
@media screen and (max-width: 700px) {
    #gtco-offcanvas ul li.service a span {
        font-size: 3.4vw;
    }
}
@media screen and (max-width: 668px) {
    #gtco-offcanvas ul li.support a {
        width: 100%;
        margin-bottom: 15px;
    }
    #gtco-offcanvas ul li.support a:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    #gtco-offcanvas ul li:first-child a {
        font-size: 28px;
    }
}
@media screen and (max-width: 568px) {
    header {
        height: 82px;
    }
    .gtco-nav .gtco-container {
        height: 80px;
    }
    .gtco-nav #gtco-logo {
        width: 250px;
    }
    .gtco-nav-register {
        right: 81px;
        width: 80px;
        height: 80px;
        font-size: 16px;
        padding-bottom: 5px;
    }
    .gtco-nav-register::before {
        width: 38px;
        height: 39px;
    }
    .gtco-nav-toggle {
        height: 80px;
        width: 80px;
        padding-bottom: 20px;
    }
    .gtco-nav-toggle::after {
        bottom: 5px;
        font-size: 16px;
    }
    .gtco-nav-toggle i {
        width: 54px;
        height: 4px;
    }
    .gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
        width: 54px;
        height: 4px;
    }
    .gtco-nav-toggle i::before {
        top: -12px;
    }
    .gtco-nav-toggle i::after {
        bottom: -12px;
    }
    .gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
        width: 50px;
        left: 2px;
        top: 0px !important;
    }
    #gtco-offcanvas {
        top: 80px;
    }
    #gtco-offcanvas a {
        font-size: 24px;
        padding: 15px 0;
    }
    #gtco-offcanvas a::after {
        top: 20px;
        width: 15px;
        height: 15px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
    }
    #gtco-offcanvas ul li.support span {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #gtco-offcanvas ul li.support span::before {
        width: 40px;
        height: 37px;
        vertical-align: sub;
    }
    #gtco-offcanvas ul li.support a {
        font-size: 24px;
        padding: 15px 15px;
    }
    #gtco-offcanvas ul li.support a::after {
        top: 20px;
    }
    #gtco-offcanvas ul li.sub a {
        font-size: 22px;
    }
    #gtco-offcanvas ul li.sub a::after {
        top: 19px;
    }
    #gtco-offcanvas ul li.service {
        padding: 20px 0 0;
    }
    #gtco-offcanvas ul li.service span {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #gtco-offcanvas ul li.service a {
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    #gtco-offcanvas ul li.service a img {
        max-width: 250px;
        margin-bottom: 5px;
    }
    #gtco-offcanvas ul li:first-child a {
        font-size: 24px;
    }
    #gtco-offcanvas ul li:first-child a::after {
        top: 24px;
    }
}
@media screen and (max-width: 500px) {
    #gtco-offcanvas ul li:first-child a {
        font-size: 23px;
    }
}
@media screen and (max-width: 440px) {
    #gtco-offcanvas ul li:first-child a {
        padding: 17px 13px 20px;
        font-size: 22px;
    }
    #gtco-offcanvas ul li:first-child a::after {
        right: 15px;
        top: 22px;
    }
}
@media screen and (max-width: 430px) {
    header {
        height: 62px;
    }
    .gtco-nav .gtco-container {
        height: 60px;
        padding: 0 10px;
    }
    .gtco-nav #gtco-logo {
        width: 215px;
    }
    .gtco-nav #gtco-logo img {
        width: 85%;
    }
    .gtco-nav-register {
        right: 61px;
        width: 60px;
        height: 60px;
        font-size: 12px;
        padding-bottom: 5px;
    }
    .gtco-nav-register::before {
        width: 27px;
        height: 28px;
        margin: 6px 0 0;
    }
    .gtco-nav-toggle {
        height: 60px;
        width: 60px;
        padding-bottom: 14px;
    }
    .gtco-nav-toggle::after {
        bottom: 5px;
        font-size: 12px;
    }
    .gtco-nav-toggle i {
        width: 38px;
        height: 3px;
    }
    .gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
        width: 38px;
        height: 3px;
    }
    .gtco-nav-toggle i::before {
        top: -9px;
    }
    .gtco-nav-toggle i::after {
        bottom: -9px;
    }
    .gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
        width: 34px;
        top: -1px !important;
    }
    #gtco-offcanvas {
        top: 60px;
        width: 100%;
        padding: 10px 25px 25px 25px;
    }
    #gtco-offcanvas a {
        font-size: 20px;
    }
    #gtco-offcanvas a::after {
        top: 18px;
        width: 14px;
        height: 14px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    #gtco-offcanvas ul li.support span::before {
        width: 35px;
        height: 33px;
        vertical-align: text-bottom;
    }
    #gtco-offcanvas ul li.support {
        padding: 20px 0;
    }
    #gtco-offcanvas ul li.support span {
        font-size: 20px;
        margin-bottom: 13px;
    }
    #gtco-offcanvas ul li.support a {
        font-size: 20px;
    }
    #gtco-offcanvas ul li.support a::after {
        top: 18px;
    }
    #gtco-offcanvas ul li.sub a {
        font-size: 18px;
    }
    #gtco-offcanvas ul li.sub a::after {
        top: 17px;
    }
    #gtco-offcanvas ul li.service span {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #gtco-offcanvas ul li.service a {
        margin-bottom: 15px;
    }
    #gtco-offcanvas ul li:first-child {
        border: 2px solid #fff;
        margin-top: 12px;
        margin-bottom: 10px;
    }
    #gtco-offcanvas ul li:first-child a {
        padding: 16px 13px 18px;
        font-size: 20px;
    }
    #gtco-offcanvas ul li:first-child a::after {
        top: 20px;
    }
}
@media screen and (max-width: 360px) {
    #gtco-offcanvas {
        padding: 10px 20px 25px 20px;
    }
    #gtco-offcanvas ul li:first-child a {
        padding: 15px 13px 18px;
    }
    #gtco-offcanvas ul li:first-child a::after {
        right: 13px;
        top: 19px;
    }
}
@media screen and (max-width: 344px) {
    .gtco-nav #gtco-logo {
        width: 200px;
    }
    #gtco-offcanvas ul li:first-child a {
        font-size: 19px;
    }
}
@media screen and (max-width: 320px) {
    .gtco-nav #gtco-logo {
        width: 180px;
    }
    #gtco-offcanvas a {
        font-size: 18px;
    }
    #gtco-offcanvas a::after {
        right: 5px;
    }
    #gtco-offcanvas ul li.support span {
        font-size: 18px;
    }
    #gtco-offcanvas ul li.support a {
        font-size: 18px;
    }
    #gtco-offcanvas ul li.sub a {
        font-size: 16px;
    }
    #gtco-offcanvas ul li.service span {
        font-size: 18px;
    }
    #gtco-offcanvas {
        padding: 10px 18px 25px 18px;
    }
    #gtco-offcanvas ul li:first-child {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    #gtco-offcanvas ul li:first-child a {
        padding: 12px 12px 15px;
        font-size: 18px;
    }
    #gtco-offcanvas ul li:first-child a::after {
        right: 10px;
        top: 16px;
        width: 13px;
        height: 13px;
    }
}
@media screen and (max-width: 280px) {
    header {
        height: 52px;
    }
    .gtco-nav .gtco-container {
        height: 50px;
    }
    .gtco-nav #gtco-logo {
        width: 160px;
    }
    .gtco-nav-toggle {
        height: 50px;
        width: 50px;
        padding-bottom: 12px;
    }
    .gtco-nav-toggle::after {
        bottom: 3px;
        font-size: 10px;
    }
    .gtco-nav-toggle i {
        width: 32px;
    }
    .gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
        width: 32px;
    }
    .gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
        width: 30px;
        top: 0 !important;
    }
    .gtco-nav-register {
        right: 51px;
        width: 50px;
        height: 50px;
        font-size: 10px;
        padding-bottom: 3px;
    }
    .gtco-nav-register::before {
        width: 24px;
        height: 25px;
        margin: 5px 0 0;
    }
    #gtco-offcanvas {
        top: 50px;
        padding: 10px 15px 15px 15px;
    }
    #gtco-offcanvas a {
        font-size: 17px;
    }
    #gtco-offcanvas a::after {
        top: 17px;
    }
    #gtco-offcanvas ul li.service a span {
        font-size: 3.6vw;
    }
    #gtco-offcanvas ul li.support span {
        font-size: 17px;
    }
    #gtco-offcanvas ul li.support a {
        font-size: 17px;
        padding: 13px 15px 15px;
    }
    #gtco-offcanvas ul li.support a::after {
        top: 16px;
    }
    #gtco-offcanvas ul li.sub a {
        font-size: 15px;
    }
    #gtco-offcanvas ul li.sub a::after {
        top: 16px;
    }
    #gtco-offcanvas ul li.service span {
        font-size: 17px;
    }
    #gtco-offcanvas ul li:first-child a {
        padding: 12px 9px 15px;
        font-size: 16px;
    }
    #gtco-offcanvas ul li:first-child a::after {
        right: 9px;
        top: 15px;
        width: 12px;
        height: 12px;
    }
}