@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
}

/*========= ローディング画面のためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #2761A7;
    text-align: center;
    color: #fff;
}

#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#splash_logo img {
    width: 200px;
    display: block;
}

@media (max-width: 540px) {
    #splash_logo img {
        width: 120px;
    }
}

.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    html.is-fixed,
    html.is-fixed body {
        height: 100%;
        overflow: hidden;
    }
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    overflow-x: hidden;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-variant-ligatures: common-ligatures contextual;
    font-variant-ligatures: common-ligatures contextual;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
}

@media (max-width: 540px) {
    body {
        font-size: 14px;
    }
}

img {
    height: auto;
    width: 100%;
}

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

a:hover {
    color: inherit;
    text-decoration: none;
}

a img:hover {
    opacity: .8;
}

p {
    line-height: 1.75;
    margin: .5em 0;
}

.ofi {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.img {
    position: relative;
    width: 100%;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.bold {
    font-weight: 600;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 600;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
@media screen and (min-width: 540px) {
    .sp {
        display: none;
    }
}

@media (max-width: 540px) {
    .pc {
        display: none;
    }
}

.inner {
    width: 100%;
    margin: 0 auto;
}

.inner.width {
    max-width: 1400px;
}

@media (max-width: 1400px) {
    .inner.width {
        padding: 0 5%;
    }
}

.inner.xl {
    max-width: 1200px;
}

@media (max-width: 1200px) {
    .inner.xl {
        padding: 0 5%;
    }
}

.inner.lg {
    max-width: 1024px;
}

@media (max-width: 1024px) {
    .inner.lg {
        padding: 0 5%;
    }
}

.inner.md {
    max-width: 840px;
}

@media (max-width: 840px) {
    .inner.md {
        padding: 0 5%;
    }
}

.sec-ttl {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 540px) {
    .sec-ttl {
        margin-bottom: 20px;
    }
}

.sec-ttl-en {
    font-family: "Oswald", sans-serif;
    font-size: 3.35em;
    line-height: 1;
    color: #2761A7;
}

@media (max-width: 540px) {
    .sec-ttl-en {
        font-size: 3em;
    }
}

.sec-ttl-ja {
    font-size: 1.25em;
    color: #2761A7;
    font-weight: 600;
    margin-top: .5em;
}

.sec-ttl.white .sec-ttl-en, .sec-ttl.white .sec-ttl-ja {
    color: #FFF;
}

.page-ttl {
    background: url("../img/page-ttl-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 150px 0 80px;
}

@media (max-width: 540px) {
    .page-ttl {
        padding: 110px 0 35px;
        margin-bottom: 40px;
    }
}

.page-ttl-en {
    font-size: 6em;
    font-family: "Oswald", sans-serif;
    color: #FFF;
    display: block;
}

@media (max-width: 840px) {
    .page-ttl-en {
        font-size: 4.5em;
    }
}

@media (max-width: 540px) {
    .page-ttl-en {
        font-size: 3em;
    }
}

.page-ttl-ja {
    font-size: 2em;
    color: #FFF;
    font-weight: 600;
    display: block;
    line-height: 1;
}

@media (max-width: 840px) {
    .page-ttl-ja {
        font-size: 1.8em;
    }
}

@media (max-width: 540px) {
    .page-ttl-ja {
        font-size: 1.5em;
    }
}

.sec-l {
    padding: 100px 0;
}

@media (max-width: 840px) {
    .sec-l {
        padding: 50px 0;
    }
}

@media (max-width: 540px) {
    .sec-l {
        padding: 20px 0;
    }
}

.sec-m {
    padding: 60px 0;
}

@media (max-width: 840px) {
    .sec-m {
        padding: 30px 0;
    }
}

@media (max-width: 540px) {
    .sec-m {
        padding: 20px 0;
    }
}

.sec-s {
    padding: 30px 0;
}

@media (max-width: 540px) {
    .sec-s {
        padding: 20px 0;
    }
}

.btn {
    text-align: center;
    margin: 10px auto;
}

.btn-more {
    color: #FFF;
    background: #2761A7;
    padding: .5em 2em .5em 1.5em;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.btn-more::after {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-more:hover {
    color: #FFF;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.btn-more:hover::after {
    right: 3px;
}

.btn-yellow {
    color: #FFF;
    background: #F5C900;
    padding: .75em 2em .75em 1.75em;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    font-size: 1.85em;
    font-weight: 600;
}

@media (max-width: 840px) {
    .btn-yellow {
        font-size: 1.5em;
    }
}

@media (max-width: 540px) {
    .btn-yellow {
        font-size: 1.25em;
    }
}

.btn-yellow::after {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
}

.btn-yellow:hover {
    color: #FFF;
}

.btn-yellow:hover::after {
    right: 10px;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.box-shodow {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/*==================================================================================================
	header
==================================================================================================*/
.header-fix {
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 30px;
    z-index: 99;
}

@media (max-width: 540px) {
    .header-fix {
        top: 10px;
        margin: 0 10px;
    }
}

.header-inner {
    background: rgba(255, 255, 255, 0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

@media (max-width: 540px) {
    .header-inner {
        padding: 5px 10px;
    }
}

.header-logo {
    padding-top: 20px;
}

@media (max-width: 540px) {
    .header-logo {
        padding-top: 0;
    }
}

.header-logo-txt {
    color: #2761A7;
    font-size: .8em;
    font-weight: 600;
    margin: 0;
    position: absolute;
    top: 5px;
}

.header-logo a img {
    max-width: 53px;
}

@media (max-width: 540px) {
    .header-logo a img {
        max-width: 40px;
    }
}

.header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .header-nav {
        display: none;
    }
}

.header-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}

.header-nav ul li {
    position: relative;
}

.header-nav ul li::after {
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
    width: 1px;
    height: 70%;
    background: #2761A7;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.header-nav ul li:last-child::before {
    position: absolute;
    content: "";
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #2761A7;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.header-nav ul li a {
    padding: 0 20px;
    display: block;
    position: relative;
}

@media (max-width: 1400px) {
    .header-nav ul li a {
        padding: 0 12px;
    }
}

.header-nav ul li a::after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    background: #2761A7;
    bottom: -8px;
    left: 0;
    width: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header-nav ul li a:hover {
    opacity: .7;
}

.header-nav ul li a:hover::after {
    width: 100%;
}

.header-nav ul li a .ja, .header-nav ul li a .en {
    color: #2761A7;
    text-align: center;
    display: block;
}

.header-nav ul li a .ja {
    font-size: 18px;
    font-weight: 600;
}

.header-nav ul li a .en {
    font-size: 14px;
}

.header-nav .tel a {
    color: #FFF;
    background: #2761A7;
    font-size: 1.75em;
    padding: .35em .5em;
    border-radius: 40px;
    display: block;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

@media (max-width: 1400px) {
    .header-nav .tel a {
        font-size: 1.5em;
    }
}

.header-nav .tel a .txt {
    display: block;
    font-size: 1.6rem;
    margin-top: 3px;
}

@media screen and (min-width: 1200px) {
    #mobile-head {
        display: none;
    }
}

@media (max-width: 1200px) {
    #mobile-head {
        z-index: 999;
        position: relative;
    }
}

.sp-nav {
    position: fixed;
    left: 0;
    top: -120%;
    background: rgba(39, 97, 167, 0.9);
    width: 100%;
    padding: 50px 40px 40px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

@media screen and (min-width: 1200px) {
    .sp-nav {
        display: none;
    }
}

.sp-nav.open {
    top: 0;
}

.sp-nav.open ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp-nav.open ul li {
    color: #FFF;
    text-align: center;
    border-bottom: solid 1px;
}

.sp-nav.open ul li a {
    padding: .75em 1em;
    display: block;
}

.sp-nav.open ul li a span {
    display: block;
}

.sp-nav.open ul li a .ja {
    font-size: 18px;
    font-weight: 600;
}

.sp-nav.open ul li a .en {
    font-size: 14px;
}

.sp-nav.open .tel {
    text-align: center;
    margin-top: 20px;
}

.sp-nav.open .tel a {
    background: #FFF;
    padding: .5em 1em;
    border-radius: 30px;
    color: #2761A7;
    font-size: 1.5em;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.sp-nav.open .tel a .txt {
    font-size: 14px;
    display: block;
}

#nav-toggle {
    position: absolute;
    right: 12px;
    top: 28px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

@media (max-width: 540px) {
    #nav-toggle {
        top: 11px;
        right: 6px;
    }
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2761A7;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

.open #nav-toggle span {
    background: #FFF;
}

.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.floating {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 999;
}

.floating-hearing {
    background: #A5C2DC;
    border-radius: 6px 0 0 6px;
    padding: 15px;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .floating-hearing {
        padding: 5px;
    }
}

@media (max-width: 400px) {
    .floating-hearing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.floating-hearing i {
    font-size: 40px;
}

@media (max-width: 1200px) {
    .floating-hearing i {
        font-size: 30px;
    }
}

@media (max-width: 540px) {
    .floating-hearing i {
        font-size: 1.75em;
    }
}

.floating-hearing p {
    font-weight: 600;
    line-height: 1.25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .floating-hearing p {
        font-size: .6em;
    }
}

.floating-hearing ul li {
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .floating-hearing ul li {
        margin-bottom: 5px;
    }
}

.floating-hearing ul li:last-of-type {
    margin-bottom: 0;
}

.floating-hearing ul li img {
    max-width: 86px;
}

@media (max-width: 1200px) {
    .floating-hearing ul li img {
        max-width: 40px;
    }
}

.floating-contact a {
    background: #F5C900;
    border-radius: 6px 0 0 6px;
    color: #FFF;
    font-weight: 600;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    height: 100%;
}

@media (max-width: 1200px) {
    .floating-contact a {
        font-size: .6em;
        padding: 5px;
    }
}

.floating-contact a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 700px) {
    .floating-contact a:hover {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.floating-contact a i {
    font-size: 40px;
}

@media (max-width: 1200px) {
    .floating-contact a i {
        font-size: 30px;
    }
}

@media (max-width: 540px) {
    .floating {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .floating-hearing {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-radius: 6px 6px 0 0;
        margin-bottom: 0;
        width: 70%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .floating-hearing i, .floating-hearing p {
        display: inline;
    }
    .floating-hearing ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .floating-hearing ul li {
        margin-bottom: 0;
        margin-right: 5px;
    }
    .floating-hearing ul li:last-of-type {
        margin-right: 5px;
    }
    .floating-hearing ul li img {
        max-width: 40px;
    }
    .floating-contact {
        width: 30%;
    }
    .floating-contact a {
        border-radius: 6px 6px 0 0;
    }
}

/*==================================================================================================
	footer
==================================================================================================*/
.footer {
    margin-top: 80px;
    background: #2761A7;
    padding: 13% 0 0;
    background: #2761A7 url("../img/footer-bg.jpg") 25% 0/contain no-repeat;
}

@media (max-width: 700px) {
    .footer {
        margin-top: 20px;
        padding: 25% 0 0;
        background: #2761A7 url("../img/footer-bg-sp.jpg") 25% 0/contain no-repeat;
    }
}

@media (max-width: 540px) {
    .footer {
        margin-bottom: 50px;
        padding-bottom: 20px;
    }
}

.footer-wrap {
    padding: 50px 0;
}

.footer-contact {
    background: #FFF;
    max-width: 880px;
    margin: 0 auto;
    padding: 30px 50px;
    -webkit-box-shadow: 10px 10px 0px 0px #C6CFD8;
    box-shadow: 10px 10px 0px 0px #C6CFD8;
    color: #2761A7;
}

@media (max-width: 840px) {
    .footer-contact {
        padding: 30px 20px;
    }
}

.footer-contact .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-contact .txt::before, .footer-contact .txt::after {
    border-top: 1px solid;
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-contact .txt::before {
    margin-right: 2rem;
}

@media (max-width: 540px) {
    .footer-contact .txt::before {
        margin-right: 3px;
    }
}

.footer-contact .txt::after {
    margin-left: 2rem;
}

@media (max-width: 540px) {
    .footer-contact .txt::after {
        margin-left: 3px;
    }
}

.footer-contact-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
}

@media (max-width: 700px) {
    .footer-contact-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-contact-tel {
    font-weight: 600;
}

@media (max-width: 700px) {
    .footer-contact-tel {
        margin-bottom: 20px;
    }
}

.footer-contact-tel .tel-txt {
    font-size: 1.25em;
    color: #2761A7;
}

.footer-contact-tel a {
    font-size: 3em;
    line-height: 1;
}

@media (max-width: 840px) {
    .footer-contact-tel a {
        font-size: 2.5em;
    }
}

@media (max-width: 540px) {
    .footer-contact-tel a {
        font-size: 2em;
    }
}

.footer-contact-mail a {
    font-size: 1.25em;
    background: #2761A7;
    color: #FFF;
    font-weight: 600;
    padding: 1em 2.5em;
    border-radius: 40px;
    position: relative;
    display: block;
}

@media (max-width: 540px) {
    .footer-contact-mail a {
        font-size: 1em;
    }
}

.footer-contact-mail a::after {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    font-size: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-contact-mail a:hover {
    opacity: .7;
}

.footer-contact-mail a:hover::after {
    right: 15px;
}

.footer-contents {
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 30px;
}

@media (max-width: 1024px) {
    .footer-contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .footer-contents {
        margin-bottom: 15px;
    }
}

.footer-info {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #FFF;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .footer-info {
        width: 100%;
        border-right: none;
    }
}

@media (max-width: 540px) {
    .footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}

.footer-info-logo {
    max-width: 160px;
}

@media (max-width: 540px) {
    .footer-info-logo {
        max-width: 120px;
        margin-bottom: 10px;
    }
}

.footer-info-txt {
    margin-left: 50px;
}

@media (max-width: 540px) {
    .footer-info-txt {
        margin: 10px 0;
    }
}

.footer-nav {
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .footer-nav {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .footer-nav {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding: 0;
        border-top: solid 1px #FFF;
    }
}

@media (max-width: 540px) {
    .footer-nav ul {
        width: 50%;
    }
}

.footer-nav ul li {
    margin: .75em 0;
}

.footer-nav ul li a {
    position: relative;
    padding-left: 1.25em;
    display: block;
}

.footer-nav ul li a::before {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    font-size: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav ul li a.link-none {
    pointer-events: none;
}

.footer-nav ul li a.link-none::before {
    content: none;
}

.copyright {
    margin: 0;
    text-align: center;
    color: #FFF;
}
