@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

.p-post-item.is-horizon,
.p-post-item.is-line,
.p-profile-box {
    zoom: 1
}

.p-post-item.is-horizon:before,
.p-post-item.is-line:before,
.p-profile-box:before,
.p-post-item.is-horizon:after,
.p-post-item.is-line:after,
.p-profile-box:after {
    content: " ";
    display: table
}

.p-post-item.is-horizon:after,
.p-post-item.is-line:after,
.p-profile-box:after {
    clear: both
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box
}

body {
    color: #333;
    margin: 0;
    line-height: 285.71429%;
    letter-spacing: .1em;
    font-size: 14px;
    margin-top: 5.71429rem
}

@media screen and (max-width: 59.3125em) {
    body {
        margin-top: 4.85714rem
    }
}

body.is-slidebar-active {
    overflow: hidden
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    body {
        font-size: 12.25px
    }
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0.67em 0
}

h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

h3 {
    font-size: 1.6rem;
    margin-top: 1.7rem;
    margin-bottom: 1rem
}

h4 {
    font-size: 1.5rem;
    margin-top: 1.7rem;
    margin-bottom: 1rem
}

h5 {
    font-size: 1.4rem;
    margin-top: 1.3rem;
    margin-bottom: 0.5rem
}

h6 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

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

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

dl,
dd {
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    margin: 0
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    font-size: 15px;
    line-height: 1.8;
    border: 1px solid #CCC;
    padding: .57143rem .85714rem;
    max-width: 100%;
    width: 100%;
    transition: all ease-in-out 0.2s;
    background-color: #fff
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
    outline: none;
    box-shadow: none
}

textarea {
    font-size: 15px;
    line-height: 1.8;
    border: 1px solid #CCC;
    padding: .57143rem .85714rem;
    max-width: 100%;
    width: 100%;
    transition: all ease-in-out 0.2s;
    background-color: #fff;
    min-height: 200px
}

textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

select {
    text-transform: none;
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #fff;
    color: #333;
    border: 1px solid #CCC;
    border-radius: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    select {
        width: 100%
    }
}

:-moz-placeholder-shown {
    color: rgba(51, 51, 51, 0.3)
}

:placeholder-shown {
    color: rgba(51, 51, 51, 0.3)
}

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.3)
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.3)
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.3)
}

:-ms-input-placeholder {
    color: #9FA0A0
}

.c-accordion-list__block {
    margin-bottom: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion-list__block {
        margin-bottom: 1.14286rem
    }
}

.c-accordion-list__head {
    font-size: 1.42857rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-bottom: 2px solid rgba(51, 51, 51, 0.5);
    padding-bottom: .85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion-list__head {
        font-size: 1.14286rem;
        border-width: 1px;
        padding-bottom: .57143rem
    }
}

.c-accordion-list__content {
    display: none
}

.c-accordion-list__content ul li {
    padding: 1.71429rem .57143rem;
    border-bottom: 1px solid #CCC
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion-list__content ul li {
        padding: 1.14286rem .57143rem
    }
}

.c-accordion-list__content ul li a {
    font-weight: 400
}

.c-accordion__block {
    border: 1px solid #CCC;
    padding: 0;
    margin-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion__block {
        margin-bottom: .57143rem
    }
}

.c-accordion__block.is-open .c-accordion__head:after {
    content: "\f106"
}

.c-accordion__head {
    display: flex;
    align-items: flex-start;
    padding: .78571rem 3.42857rem;
    cursor: pointer;
    position: relative;
    background: #333;
    color: #fff
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion__head {
        padding: .78571rem 2.85714rem .78571rem 1.71429rem
    }
}

.c-accordion__head:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 1.42857rem;
    transform: translateY(-50%);
    right: 2.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion__head:after {
        right: 1.71429rem
    }
}

.c-accordion__title {
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion__title {
        padding-top: 0
    }
}

.c-accordion__text {
    line-height: 214.28571%
}

.c-accordion__icon {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.14286rem;
    width: 2.85714rem;
    height: 2.85714rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 1.14286rem;
    padding-left: .14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion__icon {
        width: 2.28571rem;
        height: 2.28571rem;
        font-size: 1.28571rem
    }
}

.c-accordion__icon.is-color-accent {
    position: absolute;
    top: 1.42857rem;
    left: 3.42857rem;
    color: #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion__icon.is-color-accent {
        left: 1.71429rem
    }
}

.c-accordion__content {
    padding: 1.71429rem 3.28571rem 1.71429rem 7.5rem;
    position: relative;
    border-top: 1px solid #CCC;
    display: block;
    background: #fff
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-accordion__content {
        padding: 1.14286rem 1.71429rem 1.14286rem 5.14286rem
    }
}

.c-anchor-nav {
    margin-bottom: 4.57143rem
}

@media screen and (max-width: 46.8125em) {
    .c-anchor-nav {
        margin-bottom: 1.71429rem
    }
}

.c-anchor-nav__blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.14286rem
}

@media screen and (max-width: 59.3125em) {
    .c-anchor-nav__blocks {
        grid-template-columns: repeat(3, 1fr);
        gap: .78571rem
    }
}

@media screen and (max-width: 46.8125em) {
    .c-anchor-nav__blocks {
        grid-template-columns: repeat(2, 1fr)
    }
}

.c-anchor-nav__block {
    align-items: stretch
}

.c-anchor-nav__item {
    position: relative;
    place-content: center;
    height: 100%
}

.c-anchor-nav__item:after {
    position: absolute;
    top: 50%;
    right: 1.07143rem;
    transform: translateY(-50%);
    transform-origin: top center;
    rotate: -45deg;
    width: .35714rem;
    height: .35714rem;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    content: "";
    transition: border-color .3s
}

.c-anchor-nav__item.c-button,
.c-button-social>a.c-anchor-nav__item {
    display: block;
    max-width: 100% !important;
    padding: 1.07143rem 2.14286rem 1.07143rem 1.07143rem
}

@media screen and (max-width: 46.8125em) {

    .c-anchor-nav__item.c-button,
    .c-button-social>a.c-anchor-nav__item {
        padding: .78571rem 2.14286rem .78571rem 1.07143rem
    }
}

.c-anchor-nav__item.c-button span,
.c-button-social>a.c-anchor-nav__item span {
    padding: 0;
    font-size: 1.07143rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.05em
}

@media screen and (max-width: 46.8125em) {

    .c-anchor-nav__item.c-button span,
    .c-button-social>a.c-anchor-nav__item span {
        font-size: 1rem
    }
}

.c-anchor-nav__item.c-button span::after,
.c-button-social>a.c-anchor-nav__item span::after {
    content: none
}

.c-anchor-nav__item:hover {
    opacity: 1
}

.c-anchor-nav__item:hover:after {
    border-color: #fff
}

.c-banner-button {
    padding-top: 9.64286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banner-button {
        padding-top: 6.42857rem
    }
}

.c-banner-button__content {
    display: flex;
    justify-content: center;
    max-width: 80.28571rem;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banner-button__content {
        display: block
    }
}

.c-banner-button__block {
    display: block;
    width: 48.59649%;
    padding-bottom: 27.45614%;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banner-button__block {
        width: 100%;
        padding-bottom: 56.49819%;
        margin-bottom: .07143rem
    }
}

.c-banner-button__block:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.c-banner-button__block:hover {
    opacity: 1
}

.c-banner-button__block:hover .c-banner-button__bg {
    transform: translate(-50%, -50%) scale(1.2)
}

.c-banner-button__block:hover .c-button.is-white,
.c-banner-button__block:hover .c-button-social>a.is-white {
    color: #333
}

.c-banner-button__block:hover .c-button.is-white span:after,
.c-banner-button__block:hover .c-button-social>a.is-white span:after {
    transform: translateX(10px);
    background-image: url(../images/img-arrow-right.png)
}

.c-banner-button__block:hover .c-button.is-white:before,
.c-banner-button__block:hover .c-button-social>a.is-white:before {
    width: 100%
}

.c-banner-button__bg {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    z-index: 0;
    width: 100%;
    height: 100%
}

.c-banner-button__inner {
    display: block;
    position: absolute;
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.c-banner-button__heading {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-banner-button__heading.c-heading.is-xlg,
    .l-post-content h2.c-banner-button__heading.is-xlg,
    #tinymce.post-type-post h2.c-banner-button__heading.is-xlg,
    #tinymce.post-type-page h2.c-banner-button__heading.is-xlg,
    #tinymce.mce-content-body.acf_content h2.c-banner-button__heading.is-xlg,
    .l-post-content h3.c-banner-button__heading.is-xlg,
    #tinymce.post-type-post h3.c-banner-button__heading.is-xlg,
    #tinymce.post-type-page h3.c-banner-button__heading.is-xlg,
    #tinymce.mce-content-body.acf_content h3.c-banner-button__heading.is-xlg,
    .l-post-content h4.c-banner-button__heading.is-xlg,
    #tinymce.post-type-post h4.c-banner-button__heading.is-xlg,
    #tinymce.post-type-page h4.c-banner-button__heading.is-xlg,
    #tinymce.mce-content-body.acf_content h4.c-banner-button__heading.is-xlg,
    .l-post-content h5.c-banner-button__heading.is-xlg,
    #tinymce.post-type-post h5.c-banner-button__heading.is-xlg,
    #tinymce.post-type-page h5.c-banner-button__heading.is-xlg,
    #tinymce.mce-content-body.acf_content h5.c-banner-button__heading.is-xlg,
    .l-post-content h6.c-banner-button__heading.is-xlg,
    #tinymce.post-type-post h6.c-banner-button__heading.is-xlg,
    #tinymce.post-type-page h6.c-banner-button__heading.is-xlg,
    #tinymce.mce-content-body.acf_content h6.c-banner-button__heading.is-xlg {
        font-size: 1.71429rem !important
    }
}

.c-banner-button__button {
    display: inline-block;
    margin-top: 2.71429rem;
    max-width: 14.28571rem !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banner-button__button {
        margin-top: 2rem
    }
}

.c-banner-button.is-recruit {
    padding-bottom: 12.85714rem
}

.c-banners__block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 11.42857rem;
    overflow: hidden
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banners__block {
        height: 38vw
    }
}

.c-banners__block:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 2.57143rem;
    font-weight: 400;
    position: relative;
    z-index: 99;
    position: absolute;
    right: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banners__block:after {
        font-size: 2.05714rem
    }
}

.c-banners__block:hover {
    opacity: 1
}

.c-banners__block:hover .c-banners__image img {
    transform: translate(-50%, -50%) scale(1.15)
}

.c-banners__image {
    display: block
}

.c-banners__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    transition: all .25s ease
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banners__image img {
        max-width: 100%;
        max-height: inherit
    }
}

.c-banners__text {
    position: relative;
    z-index: 99
}

.c-banners__text span {
    display: block;
    font-size: 1.71429rem;
    letter-spacing: 0.1em;
    line-height: 1.6
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banners__text span {
        font-size: 1.42857rem
    }
}

.c-banners__text small {
    display: block;
    font-size: 1.14286rem;
    letter-spacing: 0.1em;
    font-family: 'Lato', sans-serif;
    font-weight: 400
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banners__text small {
        font-size: 1rem
    }
}

.c-banners.is-lg {
    display: flex
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banners.is-lg {
        flex-wrap: wrap
    }
}

.c-banners.is-lg .c-banners__block {
    height: 18.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banners.is-lg .c-banners__block {
        height: 40vw
    }
}

.c-banners.is-lg .c-banners__block:after {
    display: none
}

.c-banners.is-lg .c-banners__text span {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 2.57143rem;
    letter-spacing: 0.1em;
    line-height: 1.3
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-banners.is-lg .c-banners__text span {
        font-size: 2.05714rem
    }
}

.c-banners.is-lg .c-banners__text small {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700
}

.c-block__block {
    margin-bottom: 4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-block__block {
        margin-bottom: 2.28571rem
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-block__content p {
        margin-bottom: 1.14286rem
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-block__image {
        margin-bottom: 1.14286rem
    }
}

.c-block__image img {
    width: 100%;
    height: auto
}

.c-blockquote {
    background-color: #fff;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 3px solid #333;
    position: relative;
    padding: 1.71429rem 1.71429rem 1.71429rem 3.42857rem;
    font-size: 0.8em;
    margin: 1.14286rem 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-blockquote {
        padding: .85714rem .85714rem .85714rem 2.28571rem
    }
}

.c-blockquote:before {
    content: "\f10d";
    display: block;
    font-family: "FontAwesome";
    font-size: 1.42857rem;
    color: #333;
    position: absolute;
    left: .85714rem;
    top: .57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-blockquote:before {
        font-size: 1.14286rem;
        top: .14286rem;
        left: .57143rem
    }
}

.c-box-archive__block {
    border: 1px solid #333;
    padding: 1.71429rem 2.28571rem .85714rem;
    margin-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-archive__block {
        padding: 1.14286rem 1.71429rem .85714rem
    }
}

.c-box-archive__block:last-child {
    margin-bottom: 0
}

.c-box-archive__title {
    font-size: 1.42857rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #333;
    margin-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-archive__title {
        font-size: 1.14286rem
    }
}

.c-box-archive ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-box-archive ul li {
    margin-right: 3.42857rem;
    margin-bottom: .85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-archive ul li {
        margin-right: 1.71429rem;
        margin-bottom: .57143rem
    }
}

.c-box-archive ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #333;
    padding-right: .57143rem
}

.c-box-archive ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 400
}

.c-box-items {
    padding: 2.85714rem 3.57143rem;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-top: 3px solid #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items {
        padding: 1.14286rem 1.42857rem 4rem;
        position: relative
    }
}

.c-box-items__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__heading {
        margin-bottom: .71429rem
    }
}

.c-box-items__title span {
    display: block;
    font-size: 1.71429rem;
    font-weight: 700;
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__title span {
        font-size: 1.28571rem;
        line-height: 1
    }
}

.c-box-items__title small {
    font-size: 1.14286rem;
    line-height: 1.625;
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__title small {
        font-size: .85714rem
    }
}

.c-box-items__button {
    width: 17.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__button {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.c-box-items__button a {
    padding: .71429rem 1.14286rem .71429rem;
    max-width: 17.14286rem;
    margin-left: auto;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 1.14286rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.625;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__button a {
        border: none;
        box-shadow: none;
        max-width: inherit;
        width: 100%;
        font-size: .85714rem;
        background-color: #E7E7E7;
        padding: .71429rem 1.14286rem .78571rem
    }
}

.c-box-items__button a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__button a:after {
        display: none
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__button a i {
        margin-left: .85714rem
    }
}

.c-box-items__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.c-box-items__image {
    margin-right: 2.57143rem;
    min-width: 17.35714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__image {
        margin-right: 1.14286rem;
        min-width: 8.14286rem
    }
}

.c-box-items__content dl {
    display: flex;
    margin-bottom: .42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__content dl {
        display: block;
        margin-bottom: .71429rem
    }
}

.c-box-items__content dl dt {
    min-width: 7.14286rem;
    font-weight: 700;
    margin-right: 1.71429rem;
    padding-left: 1.71429rem;
    letter-spacing: 0;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__content dl dt {
        min-width: inherit;
        font-weight: 400;
        margin-right: 0;
        font-size: .85714rem;
        padding-left: 1.14286rem
    }
}

.c-box-items__content dl dt.is-icon:before {
    content: '';
    font-family: "FontAwesome";
    color: #83CE8B;
    position: absolute;
    left: 0;
    top: 0
}

.c-box-items__content dl dt.is-icon-time:before {
    content: '\f017'
}

.c-box-items__content dl dt.is-icon-money:before {
    content: '\f157'
}

.c-box-items__content dl dt.is-icon-pos:before {
    content: '\f041'
}

.c-box-items__content dl dt.is-icon-tag:before {
    content: '\f02b'
}

.c-box-items__content dl dd {
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-items__content dl dd {
        font-size: .85714rem
    }
}

.c-box-items__content dl dd .is-tags-flex {
    display: flex;
    flex-wrap: wrap
}

.c-box-items__content dl dd span {
    display: inline-block;
    min-width: 8.85714rem;
    text-align: center;
    padding: 0 .71429rem;
    font-size: 1rem;
    line-height: 1.71429;
    background-color: #E7E7E7;
    border-radius: 1000px;
    margin-right: .57143rem;
    margin-bottom: .57143rem
}

.c-box-number__block {
    display: flex;
    position: relative;
    margin-bottom: 2.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-number__block {
        margin-bottom: 2.28571rem
    }
}

.c-box-number__block:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 12px 0 12px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%)
}

.c-box-number__block:last-child {
    margin-bottom: 0
}

.c-box-number__block:last-child:after {
    display: none
}

.c-box-number__head {
    background-color: #333;
    width: 6.14286rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-number__head {
        width: 5.14286rem
    }
}

.c-box-number__number {
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    line-height: 1.2
}

.c-box-number__number small {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.14286rem;
    letter-spacing: 0.1em;
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-number__number small {
        font-size: 1rem
    }
}

.c-box-number__number span {
    font-size: 2.28571rem;
    letter-spacing: 0;
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-number__number span {
        font-size: 2.28571rem
    }
}

.c-box-number__content {
    background-color: rgba(198, 198, 198, 0.1);
    padding: 2rem 2.85714rem;
    width: calc(100% - 86px)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-number__content {
        padding: 1.14286rem 1.71429rem;
        width: calc(100% - 72px)
    }
}

.c-box-number__text {
    font-size: 1rem
}

.c-box-scroll {
    max-height: 10.71429rem;
    margin: 0 4.85714rem;
    border: 1px solid #333;
    overflow: scroll
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-scroll {
        margin: 0
    }
}

.c-box-scroll__inner {
    padding: 1.71429rem 13.15789% 2.57143rem
}

.c-box-scroll__title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.625;
    margin-bottom: 1.28571rem
}

.c-box-share {
    width: 100%;
    min-height: 19.28571rem;
    background: url("../images/img-sample.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: center;
    margin: 3.42857rem 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-share {
        margin: 1.71429rem 0;
        min-height: 14.28571rem
    }
}

.c-box-share:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.c-box-share__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%
}

.c-box-share__title {
    color: #fff;
    font-weight: 700;
    font-size: 1.71429rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-share__title {
        font-size: 1.42857rem;
        margin-bottom: 1rem
    }
}

.c-box__block {
    background-color: rgba(198, 198, 198, 0.1);
    padding: 2.28571rem 2.85714rem;
    margin-bottom: 4rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box__block {
        padding: 1.71429rem;
        margin-bottom: 1.71429rem
    }
}

.c-box__block:last-child {
    margin-bottom: 0
}

.c-box__block:last-child:after {
    display: none !important
}

.c-box.is-number-left .c-box__block {
    position: relative
}

.c-box.is-number-left .c-box__block:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 33px 0 33px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box.is-number-left .c-box__block:after {
        border-width: 16px 16px 0 16px
    }
}

.c-box.is-number-left .c-box__number {
    background-color: #333;
    color: #fff;
    width: 6.14286rem;
    height: 6.14286rem;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    top: 0;
    line-height: 1;
    left: 0;
    padding-top: 1rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box.is-number-left .c-box__number {
        width: 4.57143rem;
        height: 4.57143rem;
        padding-top: .71429rem
    }
}

.c-box.is-number-left .c-box__number small {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.28571rem;
    letter-spacing: 0.1em;
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box.is-number-left .c-box__number small {
        font-size: 1rem
    }
}

.c-box.is-number-left .c-box__number span {
    font-size: 3rem;
    letter-spacing: 0;
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box.is-number-left .c-box__number span {
        font-size: 2.28571rem
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box__image {
        margin-bottom: 1.14286rem
    }
}

.c-box.is-roundimg .c-box__image {
    width: 14.28571rem;
    height: 14.28571rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.c-box.is-roundimg .c-box__image img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-brand-list {
    padding-top: 8.57143rem;
    padding-bottom: 12.85714rem;
    text-align: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-brand-list {
        padding-top: 5.71429rem;
        padding-bottom: 7.14286rem
    }
}

.c-brand-list__content {
    display: flex;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-brand-list__content {
        display: block
    }
}

.c-brand-list__content .c-button.is-text-left,
.c-brand-list__content .c-button-social>a.is-text-left {
    display: block;
    margin: 0 .35714rem .71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-brand-list__content .c-button.is-text-left,
    .c-brand-list__content .c-button-social>a.is-text-left {
        margin-right: auto;
        margin-left: auto
    }
}

.c-brand-list__content .c-button.is-text-left.is-current,
.c-brand-list__content .c-button-social>a.is-text-left.is-current {
    color: #fff;
    pointer-events: none
}

.c-brand-list__content .c-button.is-text-left.is-current:before,
.c-brand-list__content .c-button-social>a.is-text-left.is-current:before {
    width: 100%
}

.c-brand {
    padding-top: 5.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-brand {
        padding-top: 2.85714rem
    }
}

.c-brand__text {
    text-align: center;
    line-height: 285.71429%;
    margin-bottom: 6.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-brand__text {
        margin-bottom: 3.14286rem
    }
}

.c-brand__photo {
    width: 100%;
    padding-bottom: 157.86517%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 2.57143rem
}

.c-breadcrumb {
    padding: .85714rem 0;
    width: 100%;
    position: absolute;
    background: transparent;
    top: -6.07143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-breadcrumb {
        padding: .57143rem 0
    }
}

.c-breadcrumb__inner {
    display: flex;
    align-items: center
}

.c-breadcrumb span {
    font-size: .92857rem;
    margin-right: .57143rem;
    color: #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-breadcrumb span {
        font-size: .85714rem;
        margin-right: .28571rem
    }
}

.c-breadcrumb span:nth-child(2) {
    color: #C6C6C6
}

.c-breadcrumb span a {
    color: #C6C6C6;
    font-weight: 400;
    text-decoration: none
}

.c-breadcrumb span a:hover {
    text-decoration: underline
}

.c-button-social>a.c-social-share__facebook {
    background: #3b5998
}

.c-button-social>a.c-social-share__twitter {
    background: #00aced
}

.c-button-social>a.c-social-share__googleplus {
    background: #d34836
}

.c-button,
.c-button-social>a {
    outline: none;
    display: inline-block;
    width: 100%;
    max-width: 14.28571rem;
    text-align: center;
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    text-decoration: none;
    border-radius: 0;
    padding: .85714rem 1rem;
    position: relative;
    transition: all .3s;
    font-weight: 700;
    font-size: .85714rem;
    letter-spacing: 0.2em;
    line-height: 125%;
    overflow: hidden
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button,
    .c-button-social>a {
        max-width: 20.78571rem
    }
}

.c-button:before,
.c-button-social>a:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #333;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transition: all .3s;
    top: 0
}

.c-button span,
.c-button-social>a span {
    padding-right: 2.42857rem;
    padding-left: 1.14286rem;
    display: inline-block;
    position: relative
}

.c-button span:after,
.c-button-social>a span:after {
    content: '';
    display: block;
    width: 1.71429rem;
    height: .21429rem;
    background-image: url("../images/img-arrow-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s
}

.c-button:hover,
.c-button-social>a:hover {
    color: #fff
}

.c-button:hover:before,
.c-button-social>a:hover:before {
    width: 100%
}

.c-button:hover span:after,
.c-button-social>a:hover span:after {
    transform: translateY(-50%) translateX(10px);
    background-image: url("../images/img-arrow-right-white.png")
}

.c-button.is-display-block,
.c-button-social>a.is-display-block {
    max-width: 100% !important
}

.c-button.is-secondary,
.c-button-social>a.is-secondary {
    background-color: #999;
    color: #333;
    border-color: #999
}

.c-button.is-secondary:hover,
.c-button-social>a.is-secondary:hover {
    background-color: #fff;
    border-color: #333
}

.c-button.is-accent,
.c-button-social>a.is-accent {
    background-color: #000;
    border-color: #000
}

.c-button.is-accent:hover,
.c-button-social>a.is-accent:hover {
    background-color: #fff;
    color: #000
}

.c-button.is-white,
.c-button-social>a.is-white {
    border-color: #fff;
    color: #fff;
    background: transparent
}

.c-button.is-white:before,
.c-button-social>a.is-white:before {
    background: #fff
}

.c-button.is-white span:after,
.c-button-social>a.is-white span:after {
    background-image: url(../images/img-arrow-right-white.png)
}

.c-button.is-white:hover,
.c-button-social>a.is-white:hover {
    color: #333
}

.c-button.is-white:hover span:after,
.c-button-social>a.is-white:hover span:after {
    background-image: url(../images/img-arrow-right.png)
}

.c-button.is-xlg,
.c-button-social>a.is-xlg {
    max-width: 28rem;
    padding: 1.85714rem 2.28571rem;
    font-size: 1.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-xlg,
    .c-button-social>a.is-xlg {
        max-width: 100%;
        font-size: 1.15714rem;
        padding: 1.42857rem 2.28571rem
    }
}

.c-button.is-xlg:after,
.c-button-social>a.is-xlg:after {
    font-size: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-xlg:after,
    .c-button-social>a.is-xlg:after {
        font-size: 1.54286rem
    }
}

.c-button.is-lg,
.c-button-social>a.is-lg {
    max-width: 19.28571rem;
    padding: 1.35714rem 1.71429rem 1.42857rem;
    font-size: .85714rem;
    letter-spacing: 0.2em;
    line-height: 125%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-lg,
    .c-button-social>a.is-lg {
        max-width: 100%
    }
}

.c-button.is-sm,
.c-button-social>a.is-sm {
    max-width: 11.07143rem;
    padding: .71429rem 1.28571rem;
    font-size: 1rem;
    letter-spacing: 0.1em
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-sm,
    .c-button-social>a.is-sm {
        font-size: .9rem
    }
}

.c-button.is-sm:after,
.c-button-social>a.is-sm:after {
    right: .71429rem
}

.c-button.is-xs,
.c-button-social>a.is-xs {
    width: inherit;
    max-width: 100%;
    background-color: transparent;
    padding: 0 1.14286rem 0 0;
    border: none !important;
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.1em
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-xs,
    .c-button-social>a.is-xs {
        font-size: .9rem
    }
}

.c-button.is-xs:after,
.c-button-social>a.is-xs:after {
    color: #333;
    right: 0
}

.c-button.is-xs:hover,
.c-button-social>a.is-xs:hover {
    opacity: 0.6
}

.c-button.is-arrow-left span,
.c-button-social>a.is-arrow-left span {
    padding-left: 2.42857rem;
    padding-right: 1.14286rem
}

.c-button.is-arrow-left span:after,
.c-button-social>a.is-arrow-left span:after {
    background-image: url(../images/img-arrow-left.png);
    left: 0
}

.c-button.is-arrow-left:hover span:after,
.c-button-social>a.is-arrow-left:hover span:after {
    background-image: url(../images/img-arrow-left-white.png);
    transform: translateY(-50%) translateX(-10px)
}

.c-button.is-line-right,
.c-button-social>a.is-line-right {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    border-radius: 0
}

.c-button.is-line-right:after,
.c-button-social>a.is-line-right:after {
    content: "";
    width: 2.28571rem;
    height: .07143rem;
    background-color: #333;
    position: absolute
}

.c-button.is-line-right:hover,
.c-button-social>a.is-line-right:hover {
    opacity: 1
}

.c-button.is-line-right:hover:after,
.c-button-social>a.is-line-right:hover:after {
    transform: translate(16px, -50%)
}

.c-button.is-line-right.is-xs,
.c-button-social>a.is-line-right.is-xs {
    padding-right: 5.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-line-right.is-xs,
    .c-button-social>a.is-line-right.is-xs {
        padding-right: 4.57143rem
    }
}

.c-button.is-line-right.is-xs:after,
.c-button-social>a.is-line-right.is-xs:after {
    width: 4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-line-right.is-xs:after,
    .c-button-social>a.is-line-right.is-xs:after {
        width: 3.42857rem
    }
}

.c-button.is-text-left,
.c-button-social>a.is-text-left {
    text-align: left;
    padding-left: 0
}

.c-button.is-text-left span,
.c-button-social>a.is-text-left span {
    display: block
}

.c-button.is-arrow-right,
.c-button-social>a.is-arrow-right {
    border-radius: 0
}

.c-button.is-arrow-right:after,
.c-button-social>a.is-arrow-right:after {
    content: "";
    width: 2.57143rem;
    height: .07143rem;
    background-color: #fff;
    top: calc(50% + 6px);
    transition: all .3s
}

.c-button.is-arrow-right:before,
.c-button-social>a.is-arrow-right:before {
    content: "";
    display: block;
    width: .85714rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 1.14286rem;
    top: calc(50% + 3px);
    transform: translate(1px, -50%) rotate(40deg);
    transition: all .3s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-arrow-right:before,
    .c-button-social>a.is-arrow-right:before {
        top: calc(50% + 2px)
    }
}

.c-button.is-arrow-right:hover,
.c-button-social>a.is-arrow-right:hover {
    opacity: 1
}

.c-button.is-arrow-right:hover:after,
.c-button-social>a.is-arrow-right:hover:after,
.c-button.is-arrow-right:hover:before,
.c-button-social>a.is-arrow-right:hover:before {
    right: .57143rem;
    background-color: #333
}

.c-button.is-arrow-right.is-xs,
.c-button-social>a.is-arrow-right.is-xs {
    padding-right: 4.14286rem
}

.c-button.is-arrow-right.is-xs:after,
.c-button-social>a.is-arrow-right.is-xs:after {
    width: 3.42857rem;
    background-color: #333
}

.c-button.is-arrow-right.is-xs:before,
.c-button-social>a.is-arrow-right.is-xs:before {
    background-color: #333;
    right: 0
}

.c-button.is-arrow-right.is-xs:hover:after,
.c-button-social>a.is-arrow-right.is-xs:hover:after,
.c-button.is-arrow-right.is-xs:hover:before,
.c-button-social>a.is-arrow-right.is-xs:hover:before {
    right: -.57143rem
}

.c-button.is-icon-right,
.c-button-social>a.is-icon-right {
    border-radius: 0
}

.c-button.is-icon-right:after,
.c-button-social>a.is-icon-right:after {
    border: 2px solid #fff;
    width: 1.71429rem;
    height: 1.71429rem;
    border-radius: 1000px;
    font-size: .92857rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: .21429rem;
    padding-bottom: .07143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-icon-right:after,
    .c-button-social>a.is-icon-right:after {
        border-width: 1px;
        width: 1.57143rem;
        height: 1.57143rem;
        font-size: .85714rem;
        padding-bottom: 0
    }
}

.c-button.is-icon-right:hover:after,
.c-button-social>a.is-icon-right:hover:after {
    border-color: #333
}

.c-button.is-icon-right.is-xs,
.c-button-social>a.is-icon-right.is-xs {
    color: #333;
    padding-right: 32px
}

.c-button.is-icon-right.is-xs:after,
.c-button-social>a.is-icon-right.is-xs:after {
    border-color: #333;
    right: 0
}

.c-capsul-nav__block {
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-capsul-nav__block {
        margin-bottom: .85714rem
    }
}

.c-capsul-nav__block.is-current {
    background-color: rgba(51, 51, 51, 0.2);
    border-color: rgba(51, 51, 51, 0.2)
}

.c-capsul-nav.is-round .c-capsul-nav__block {
    border-radius: 1000px
}

.c-card-lg__inner {
    display: flex;
    flex-wrap: wrap
}

.c-card-lg__block {
    width: 33.3333%
}

.c-card-lg__content {
    padding: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card-lg__content {
        padding: .85714rem
    }
}

.c-card-lg__title {
    font-weight: 700;
    font-size: 1.42857rem;
    letter-spacing: 0.1em;
    margin: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card-lg__title {
        font-size: 1.28571rem
    }
}

.c-card-lg__text {
    margin-top: .85714rem;
    font-size: 1rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card-lg__text {
        margin-top: .42857rem
    }
}

.c-card-post__block {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    margin-bottom: 3.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card-post__block {
        margin-bottom: 2.28571rem
    }
}

.c-card-post__block span,
.c-card-post__block small {
    display: block
}

.c-card-post__image {
    position: relative;
    display: block
}

.c-card-post__image img {
    width: 100%;
    height: auto
}

.c-card-post__label {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block
}

.c-card-post__content {
    margin-top: .85714rem
}

.c-card-post__title {
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.6
}

.c-card-post__text {
    color: rgba(51, 51, 51, 0.7);
    font-size: .92857rem;
    margin-top: .85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card-post__text {
        margin-top: .57143rem
    }
}

.c-card-post__sup {
    margin-top: .42857rem;
    display: flex;
    align-items: flex-start
}

.c-card-post__date {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    opacity: 0.7;
    letter-spacing: 0.01em;
    margin-right: 1.71429rem
}

.c-card-post__detail {
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.1em;
    opacity: 0.7
}

.c-card-post__tag ul {
    display: flex;
    flex-wrap: wrap
}

.c-card-post__tag ul li {
    margin-right: 1.42857rem
}

.c-card-post__tag ul li a {
    color: #333;
    font-weight: 400;
    font-size: 1rem;
    display: block;
    text-decoration: none
}

.c-card-post.is-tag-hidden {
    margin-botom: 2.28571rem
}

.c-card-post.is-tag-hidden .c-card-post__sup {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .57143rem
}

.c-card-post.is-tag-hidden .c-card-post__label {
    position: static
}

.c-card-post.is-tag-hidden .c-card-post__date {
    margin-right: 0;
    margin-left: 1.28571rem
}

.c-card-post.is-tag-hidden .c-card-post__title {
    font-size: 1.14286rem
}

.c-card-post.is-author .c-card-post__block {
    margin-bottom: 0
}

.c-card-post.is-author .c-card-post__content {
    margin-top: 0;
    padding: 1.42857rem 2.21429rem 2.28571rem 2rem;
    background-color: #fff
}

.c-card-post.is-author .c-card-post__sup {
    margin-top: 0;
    margin-bottom: .85714rem
}

.c-card-post.is-author .c-card-post__label {
    position: static
}

.c-card-post.is-author .c-card-post__date {
    margin-right: 0;
    margin-left: auto
}

.c-card-post.is-author .c-card-post__title {
    margin-bottom: 1.42857rem
}

.c-card-post.is-author .c-card-post__tag ul li {
    margin-right: .71429rem;
    margin-bottom: .57143rem
}

.c-card-post.is-author .c-card-post__tag ul li a {
    padding: 0 1.71429rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 1000px;
    font-size: .85714rem;
    display: block;
    text-decoration: none;
    transition: all .2s
}

.c-card-post.is-author .c-card-post__tag ul li a:hover {
    opacity: 1;
    background-color: #E2E2E2;
    border: 1px solid #E2E2E2
}

.c-card-post.is-author .c-card-post__author {
    display: flex;
    align-items: center;
    padding-top: .85714rem
}

.c-card-post.is-author .c-card-post__photo {
    margin-right: .85714rem
}

.c-card-post.is-author .c-card-post__info {
    font-size: .92857rem;
    line-height: 1.61538;
    letter-spacing: 0.1em;
    color: rgba(51, 51, 51, 0.7)
}

.c-card-post .js-card-slider {
    margin: 0;
    position: relative
}

.c-card-post .js-card-slider .owl-nav .owl-prev,
.c-card-post .js-card-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none
}

.c-card-post .js-card-slider .owl-nav .owl-prev {
    left: -40px
}

@media (max-width: 1220px) {
    .c-card-post .js-card-slider .owl-nav .owl-prev {
        left: -20px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card-post .js-card-slider .owl-nav .owl-prev {
        left: -16px
    }
}

.c-card-post .js-card-slider .owl-nav .owl-next {
    right: -40px
}

@media (max-width: 1220px) {
    .c-card-post .js-card-slider .owl-nav .owl-next {
        right: -20px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card-post .js-card-slider .owl-nav .owl-next {
        right: -16px
    }
}

.c-card__block {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 400
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card__block {
        margin-bottom: 2.28571rem !important
    }
}

.c-card__block span,
.c-card__block small {
    display: block
}

.c-card__block.is-margin-bottom {
    margin-bottom: 3.42857rem
}

.c-card__image {
    transition: all .2s
}

.c-card__image img {
    width: 100%;
    height: auto
}

.c-card__content {
    margin-top: .85714rem
}

.c-card__title {
    font-weight: 700;
    font-size: 1.42857rem;
    letter-spacing: 0.1em;
    margin: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card__title {
        font-size: 1.28571rem
    }
}

.c-card__text {
    margin-top: .85714rem;
    font-size: 1rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card__text {
        margin-top: .42857rem
    }
}

.c-card.is-number-left .c-card__block {
    position: relative;
    padding-top: 3.71429rem
}

.c-card.is-number-left .c-card__number {
    text-align: center;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 8px
}

.c-card.is-number-left .c-card__number small {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.28571rem;
    letter-spacing: 0.1em
}

.c-card.is-number-left .c-card__number span {
    font-size: 4.28571rem;
    letter-spacing: 0
}

.c-card.is-number-left .c-card__text {
    font-size: 14px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card.is-number-left .c-card__text {
        font-size: 11.9px
    }
}

.c-card.is-link .c-card__block:hover {
    opacity: 1
}

.c-card.is-link .c-card__block:hover .c-card__image {
    opacity: 0.7
}

.c-card.is-link .c-card__title {
    position: relative;
    padding-left: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card.is-link .c-card__title {
        padding-left: 1.14286rem
    }
}

.c-card.is-link .c-card__title:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #333;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0
}

.c-card.is-overlay .c-card__image {
    position: relative
}

.c-card.is-overlay .c-card__image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0
}

.c-card.is-overlay .c-card__items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    color: #fff;
    width: 100%
}

.c-card.is-overlay .c-card__items-title {
    font-size: 1.42857rem;
    letter-spacing: 0.1em;
    font-weight: 700
}

.c-card.is-overlay .c-card__items-subtitle {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-top: .28571rem
}

.c-company {
    padding-top: 7.14286rem;
    padding-bottom: 10rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-company {
        padding-top: 2.85714rem;
        padding-bottom: 7.14286rem
    }
}

.c-company__map {
    margin-top: 5.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-company__map {
        margin-top: 2.85714rem
    }
}

.c-contact {
    padding-top: 8.57143rem;
    padding-bottom: 8.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact {
        padding-top: 2.85714rem
    }
}

.c-faq {
    padding-top: 5.14286rem;
    padding-bottom: 10.71429rem
}

.c-faq .c-heading.is-xlg,
.c-faq .l-post-content h2.is-xlg,
.l-post-content .c-faq h2.is-xlg,
.c-faq #tinymce.post-type-post h2.is-xlg,
#tinymce.post-type-post .c-faq h2.is-xlg,
.c-faq #tinymce.post-type-page h2.is-xlg,
#tinymce.post-type-page .c-faq h2.is-xlg,
.c-faq #tinymce.mce-content-body.acf_content h2.is-xlg,
#tinymce.mce-content-body.acf_content .c-faq h2.is-xlg,
.c-faq .l-post-content h3.is-xlg,
.l-post-content .c-faq h3.is-xlg,
.c-faq #tinymce.post-type-post h3.is-xlg,
#tinymce.post-type-post .c-faq h3.is-xlg,
.c-faq #tinymce.post-type-page h3.is-xlg,
#tinymce.post-type-page .c-faq h3.is-xlg,
.c-faq #tinymce.mce-content-body.acf_content h3.is-xlg,
#tinymce.mce-content-body.acf_content .c-faq h3.is-xlg,
.c-faq .l-post-content h4.is-xlg,
.l-post-content .c-faq h4.is-xlg,
.c-faq #tinymce.post-type-post h4.is-xlg,
#tinymce.post-type-post .c-faq h4.is-xlg,
.c-faq #tinymce.post-type-page h4.is-xlg,
#tinymce.post-type-page .c-faq h4.is-xlg,
.c-faq #tinymce.mce-content-body.acf_content h4.is-xlg,
#tinymce.mce-content-body.acf_content .c-faq h4.is-xlg,
.c-faq .l-post-content h5.is-xlg,
.l-post-content .c-faq h5.is-xlg,
.c-faq #tinymce.post-type-post h5.is-xlg,
#tinymce.post-type-post .c-faq h5.is-xlg,
.c-faq #tinymce.post-type-page h5.is-xlg,
#tinymce.post-type-page .c-faq h5.is-xlg,
.c-faq #tinymce.mce-content-body.acf_content h5.is-xlg,
#tinymce.mce-content-body.acf_content .c-faq h5.is-xlg,
.c-faq .l-post-content h6.is-xlg,
.l-post-content .c-faq h6.is-xlg,
.c-faq #tinymce.post-type-post h6.is-xlg,
#tinymce.post-type-post .c-faq h6.is-xlg,
.c-faq #tinymce.post-type-page h6.is-xlg,
#tinymce.post-type-page .c-faq h6.is-xlg,
.c-faq #tinymce.mce-content-body.acf_content h6.is-xlg,
#tinymce.mce-content-body.acf_content .c-faq h6.is-xlg {
    margin-bottom: 2.85714rem
}

.c-faq p {
    margin-bottom: 5.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-faq p {
        margin-bottom: 2.85714rem
    }
}

.c-faq__button {
    text-align: center;
    margin-top: 4.14286rem
}

.c-flow {
    padding-top: 8.28571rem;
    padding-bottom: 7.5rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-flow {
        padding-top: 4.57143rem
    }
}

.c-flow .c-heading.is-xlg,
.c-flow .l-post-content h2.is-xlg,
.l-post-content .c-flow h2.is-xlg,
.c-flow #tinymce.post-type-post h2.is-xlg,
#tinymce.post-type-post .c-flow h2.is-xlg,
.c-flow #tinymce.post-type-page h2.is-xlg,
#tinymce.post-type-page .c-flow h2.is-xlg,
.c-flow #tinymce.mce-content-body.acf_content h2.is-xlg,
#tinymce.mce-content-body.acf_content .c-flow h2.is-xlg,
.c-flow .l-post-content h3.is-xlg,
.l-post-content .c-flow h3.is-xlg,
.c-flow #tinymce.post-type-post h3.is-xlg,
#tinymce.post-type-post .c-flow h3.is-xlg,
.c-flow #tinymce.post-type-page h3.is-xlg,
#tinymce.post-type-page .c-flow h3.is-xlg,
.c-flow #tinymce.mce-content-body.acf_content h3.is-xlg,
#tinymce.mce-content-body.acf_content .c-flow h3.is-xlg,
.c-flow .l-post-content h4.is-xlg,
.l-post-content .c-flow h4.is-xlg,
.c-flow #tinymce.post-type-post h4.is-xlg,
#tinymce.post-type-post .c-flow h4.is-xlg,
.c-flow #tinymce.post-type-page h4.is-xlg,
#tinymce.post-type-page .c-flow h4.is-xlg,
.c-flow #tinymce.mce-content-body.acf_content h4.is-xlg,
#tinymce.mce-content-body.acf_content .c-flow h4.is-xlg,
.c-flow .l-post-content h5.is-xlg,
.l-post-content .c-flow h5.is-xlg,
.c-flow #tinymce.post-type-post h5.is-xlg,
#tinymce.post-type-post .c-flow h5.is-xlg,
.c-flow #tinymce.post-type-page h5.is-xlg,
#tinymce.post-type-page .c-flow h5.is-xlg,
.c-flow #tinymce.mce-content-body.acf_content h5.is-xlg,
#tinymce.mce-content-body.acf_content .c-flow h5.is-xlg,
.c-flow .l-post-content h6.is-xlg,
.l-post-content .c-flow h6.is-xlg,
.c-flow #tinymce.post-type-post h6.is-xlg,
#tinymce.post-type-post .c-flow h6.is-xlg,
.c-flow #tinymce.post-type-page h6.is-xlg,
#tinymce.post-type-page .c-flow h6.is-xlg,
.c-flow #tinymce.mce-content-body.acf_content h6.is-xlg,
#tinymce.mce-content-body.acf_content .c-flow h6.is-xlg {
    margin-bottom: 2.85714rem
}

.c-flow p {
    margin-bottom: 4.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-flow p {
        margin-bottom: 2.85714rem
    }
}

.c-flow__content {
    display: flex
}

@media screen and (max-width: 59.3125em) {
    .c-flow__content {
        display: block
    }
}

.c-flow__box {
    background: #333;
    color: #fff;
    margin-right: 3.68421%;
    width: 13.59649%;
    text-align: center;
    padding-top: .64286rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 59.3125em) {
    .c-flow__box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.85714rem
    }
}

.c-flow__box:last-child {
    margin-right: 0
}

.c-flow__box:last-child:after {
    content: none
}

.c-flow__box:after {
    content: '';
    display: block;
    width: 32.25806%;
    height: .07143rem;
    background: #333;
    position: absolute;
    right: 0;
    top: 5.71429rem;
    transform: translateX(100%)
}

@media screen and (max-width: 59.3125em) {
    .c-flow__box:after {
        right: auto;
        left: 50%;
        bottom: 0;
        top: auto;
        width: .07143rem;
        height: 2.85714rem;
        transform: translateY(100%)
    }
}

.c-flow__num {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    line-height: 86.66667%;
    margin-bottom: .92857rem;
    font-size: 2.14286rem
}

.c-flow__icon {
    width: 33.54839%;
    margin-bottom: 1.42857rem;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-flow__icon {
        width: 20.64516%
    }
}

.c-flow__title {
    line-height: 142.85714%;
    font-weight: 700
}

.c-flow__button {
    text-align: center;
    margin-top: 4.64286rem
}

.c-fontsize-changer {
    display: flex;
    align-items: center
}

.c-fontsize-changer__text {
    font-size: .92857rem;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-right: .35714rem
}

.c-fontsize-changer__btns {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.c-fontsize-changer__btn {
    width: 2.42857rem;
    height: 2.42857rem;
    padding: .28571rem;
    margin-right: .14286rem;
    background-color: #F0F1ED;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s
}

.c-fontsize-changer__btn span {
    color: #333;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    transition: all .3s
}

.c-fontsize-changer__btn:hover {
    background-color: #333
}

.c-fontsize-changer__btn:hover span {
    color: #fff
}

.c-fontsize-changer__btn.is-active {
    background-color: #333
}

.c-fontsize-changer__btn.is-active span {
    color: #fff
}

.c-fontsize-changer.is-two-btn .c-fontsize-changer__text {
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.84615;
    margin-right: .57143rem
}

.c-fontsize-changer.is-two-btn .c-fontsize-changer__btn {
    background-color: rgba(198, 198, 198, 0.1);
    border: 2px solid #333;
    margin-right: .57143rem
}

.c-fontsize-changer.is-two-btn .c-fontsize-changer__btn:first-child {
    width: 3.14286rem;
    height: 3.14286rem
}

.c-fontsize-changer.is-two-btn .c-fontsize-changer__btn:first-child span {
    font-size: .92857rem
}

.c-fontsize-changer.is-two-btn .c-fontsize-changer__btn:last-child {
    width: 4.42857rem;
    height: 4.42857rem
}

.c-fontsize-changer.is-two-btn .c-fontsize-changer__btn:last-child span {
    font-size: 1.14286rem
}

.c-fontsize-changer.is-two-btn .c-fontsize-changer__btn:hover {
    background-color: #333
}

.c-fontsize-changer.is-two-btn .c-fontsize-changer__btn.is-active {
    border-color: #333;
    background-color: #333
}

.c-footer-wrap {
    position: relative
}

.c-forms-step__inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-forms-step__block {
    padding: .71429rem 0;
    border: 2px solid #333;
    border-radius: 5px;
    text-align: center;
    min-width: 11.42857rem;
    margin-right: 11.75439%;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms-step__block {
        min-width: 7.71429rem;
        padding: .42857rem 0;
        margin-right: .70175%
    }
}

.c-forms-step__block:after {
    content: '';
    width: 7.28571rem;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.2);
    position: absolute;
    top: calc(50% - 1px);
    right: -8.42857rem
}

@media (max-width: 1140px) {
    .c-forms-step__block:after {
        width: 9vw;
        right: -10.2vw
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms-step__block:after {
        display: none
    }
}

.c-forms-step__block:last-child {
    margin-right: 0
}

.c-forms-step__block:last-child:after {
    content: none
}

.c-forms-step__block.is-active {
    border-color: #000;
    color: #000
}

.c-forms-step__number {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14286;
    letter-spacing: 0.05em;
    margin-bottom: .57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms-step__number {
        font-size: 12px;
        margin-bottom: .28571rem
    }
}

.c-forms-step__title {
    line-height: 1;
    letter-spacing: 0.05em
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms-step__title {
        font-size: 14px
    }
}

.c-forms__block {
    display: flex;
    border-bottom: 1px solid #CCC
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms__block {
        display: block
    }
}

.c-forms__title {
    min-width: 18.42857rem;
    background-color: rgba(51, 51, 51, 0.05);
    padding: 1.14286rem 2.28571rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms__title {
        width: 100%;
        background-color: transparent;
        padding: .85714rem 0 0;
        font-weight: 700
    }
}

.c-forms__title.is-vertical-top {
    align-items: flex-start
}

.c-forms__title.is-vertical-top .c-forms__label {
    margin-top: .21429rem
}

.c-forms__label {
    display: block;
    background-color: #000;
    color: #fff;
    font-size: .85714rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: .07143rem .71429rem;
    margin-left: 1.14286rem;
    min-width: 3.42857rem
}

.c-forms__content {
    width: 100%;
    padding: 1.14286rem 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms__content {
        padding: .85714rem 0
    }
}

.c-forms__content.is-vertical-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-forms__input.is-sm {
    width: 12.85714rem
}

.c-forms__radio,
.c-forms__checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-forms__radio label,
.c-forms__checkbox label {
    display: flex;
    align-items: center;
    margin-right: 4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-forms__radio label,
    .c-forms__checkbox label {
        margin-right: 3.42857rem;
        margin-bottom: .57143rem
    }
}

.c-forms__radio input,
.c-forms__checkbox input {
    margin-right: .57143rem;
    margin-top: .14286rem
}

.c-forms__checkbox input {
    margin-right: .42857rem;
    margin-top: .28571rem
}

.c-forms__privacy a {
    font-weight: 400;
    text-decoration: underline;
    color: #333
}

.c-forms__flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.14286rem
}

.c-forms__flexbox:last-child {
    margin-bottom: 0
}

.c-forms__flexbox span {
    min-width: 8.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms__flexbox span {
        min-width: 100%;
        margin-bottom: .57143rem
    }
}

.c-forms__button {
    max-width: 10.71429rem;
    border: 1px solid #333;
    outline: none;
    background-color: #fff;
    padding: .21429rem .85714rem;
    display: block;
    text-align: center;
    margin-left: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms__button {
        padding: .64286rem .85714rem
    }
}

.c-forms__submit {
    text-align: center;
    margin-top: 4rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms__submit {
        margin-top: 2.28571rem
    }
}

.container,
.l-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.row {
    margin-left: -18px;
    margin-right: -18px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }
}

.small-1 {
    width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-1 {
    margin-left: 8.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-2 {
    width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-2 {
    margin-left: 16.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-3 {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-3 {
    margin-left: 25%;
    padding-left: 8px;
    padding-right: 8px
}

.small-4 {
    width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-4 {
    margin-left: 33.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-5 {
    width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-5 {
    margin-left: 41.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-6 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-6 {
    margin-left: 50%;
    padding-left: 8px;
    padding-right: 8px
}

.small-7 {
    width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-7 {
    margin-left: 58.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-8 {
    width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-8 {
    margin-left: 66.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-9 {
    width: 75%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-9 {
    margin-left: 75%;
    padding-left: 8px;
    padding-right: 8px
}

.small-10 {
    width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-10 {
    margin-left: 83.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-11 {
    width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-11 {
    margin-left: 91.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-12 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-12 {
    margin-left: 100%;
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (min-width: 46.875em) and (max-width: 59.3125em) {
    .medium-1 {
        width: 8.33333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-1 {
        margin-left: 8.33333%
    }

    .medium-2 {
        width: 16.66667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-2 {
        margin-left: 16.66667%
    }

    .medium-3 {
        width: 25%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-3 {
        margin-left: 25%
    }

    .medium-4 {
        width: 33.33333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-4 {
        margin-left: 33.33333%
    }

    .medium-5 {
        width: 41.66667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-5 {
        margin-left: 41.66667%
    }

    .medium-6 {
        width: 50%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-6 {
        margin-left: 50%
    }

    .medium-7 {
        width: 58.33333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-7 {
        margin-left: 58.33333%
    }

    .medium-8 {
        width: 66.66667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-8 {
        margin-left: 66.66667%
    }

    .medium-9 {
        width: 75%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-9 {
        margin-left: 75%
    }

    .medium-10 {
        width: 83.33333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-10 {
        margin-left: 83.33333%
    }

    .medium-11 {
        width: 91.66667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-11 {
        margin-left: 91.66667%
    }

    .medium-12 {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 46.875em) {
    .large-1 {
        width: 8.33333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-1 {
        margin-left: 8.33333%
    }

    .large-2 {
        width: 16.66667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-2 {
        margin-left: 16.66667%
    }

    .large-3 {
        width: 25%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-3 {
        margin-left: 25%
    }

    .large-4 {
        width: 33.33333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-4 {
        margin-left: 33.33333%
    }

    .large-5 {
        width: 41.66667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-5 {
        margin-left: 41.66667%
    }

    .large-6 {
        width: 50%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-6 {
        margin-left: 50%
    }

    .large-7 {
        width: 58.33333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-7 {
        margin-left: 58.33333%
    }

    .large-8 {
        width: 66.66667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-8 {
        margin-left: 66.66667%
    }

    .large-9 {
        width: 75%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-9 {
        margin-left: 75%
    }

    .large-10 {
        width: 83.33333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-10 {
        margin-left: 83.33333%
    }

    .large-11 {
        width: 91.66667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-11 {
        margin-left: 91.66667%
    }

    .large-12 {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-12 {
        margin-left: 100%
    }
}

.c-head-image__img {
    width: 100%;
    padding-bottom: 45.02119%;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-head-image__img {
        padding-bottom: 0;
        height: 21.42857rem
    }
}

.c-head-image__text-block {
    width: 86.86441%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: -4.42857rem;
    padding: 6.42857rem 16.41949%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-head-image__text-block {
        width: 93%;
        padding: 1.71429rem 1.14286rem
    }
}

.c-head-image__title {
    font-size: 1.71429rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 175%;
    margin-bottom: 2rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-head-image__title {
        font-size: 1.42857rem
    }
}

.c-head-image.is-partner {
    padding-top: 6.57143rem;
    padding-bottom: 10.21429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-head-image.is-partner {
        padding-top: 2.85714rem;
        padding-bottom: 5.71429rem
    }
}

.c-head-image.is-partner .c-head-image__text-block:before,
.c-head-image.is-partner .c-head-image__text-block:after {
    content: '';
    display: block;
    background: #333;
    position: absolute;
    bottom: 0;
    right: 0
}

.c-head-image.is-partner .c-head-image__text-block:after {
    width: 82.92683%;
    height: 1px
}

.c-head-image.is-partner .c-head-image__text-block:before {
    width: 1px;
    height: 6.71429rem
}

.c-head-image.is-plusan {
    padding-top: 6.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-head-image.is-plusan {
        padding-top: 2.85714rem
    }
}

.c-head-image.is-plusan .c-head-image__logo {
    max-width: 24.21429rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3.42857rem
}

.c-heading,
.l-post-content h2,
#tinymce.post-type-post h2,
#tinymce.post-type-page h2,
#tinymce.mce-content-body.acf_content h2,
.l-post-content h3,
#tinymce.post-type-post h3,
#tinymce.post-type-page h3,
#tinymce.mce-content-body.acf_content h3,
.l-post-content h4,
#tinymce.post-type-post h4,
#tinymce.post-type-page h4,
#tinymce.mce-content-body.acf_content h4,
.l-post-content h5,
#tinymce.post-type-post h5,
#tinymce.post-type-page h5,
#tinymce.mce-content-body.acf_content h5,
.l-post-content h6,
#tinymce.post-type-post h6,
#tinymce.post-type-page h6,
#tinymce.mce-content-body.acf_content h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.5
}

.c-heading small,
.l-post-content h2 small,
#tinymce.post-type-post h2 small,
#tinymce.post-type-page h2 small,
#tinymce.mce-content-body.acf_content h2 small,
.l-post-content h3 small,
#tinymce.post-type-post h3 small,
#tinymce.post-type-page h3 small,
#tinymce.mce-content-body.acf_content h3 small,
.l-post-content h4 small,
#tinymce.post-type-post h4 small,
#tinymce.post-type-page h4 small,
#tinymce.mce-content-body.acf_content h4 small,
.l-post-content h5 small,
#tinymce.post-type-post h5 small,
#tinymce.post-type-page h5 small,
#tinymce.mce-content-body.acf_content h5 small,
.l-post-content h6 small,
#tinymce.post-type-post h6 small,
#tinymce.post-type-page h6 small,
#tinymce.mce-content-body.acf_content h6 small {
    font-size: 0.65em
}

.c-heading.is-xxlg,
.l-post-content h2.is-xxlg,
#tinymce.post-type-post h2.is-xxlg,
#tinymce.post-type-page h2.is-xxlg,
#tinymce.mce-content-body.acf_content h2.is-xxlg,
.l-post-content h3.is-xxlg,
#tinymce.post-type-post h3.is-xxlg,
#tinymce.post-type-page h3.is-xxlg,
#tinymce.mce-content-body.acf_content h3.is-xxlg,
.l-post-content h4.is-xxlg,
#tinymce.post-type-post h4.is-xxlg,
#tinymce.post-type-page h4.is-xxlg,
#tinymce.mce-content-body.acf_content h4.is-xxlg,
.l-post-content h5.is-xxlg,
#tinymce.post-type-post h5.is-xxlg,
#tinymce.post-type-page h5.is-xxlg,
#tinymce.mce-content-body.acf_content h5.is-xxlg,
.l-post-content h6.is-xxlg,
#tinymce.post-type-post h6.is-xxlg,
#tinymce.post-type-page h6.is-xxlg,
#tinymce.mce-content-body.acf_content h6.is-xxlg {
    margin-bottom: 2.85714rem;
    font-size: 2rem;
    font-weight: bold
}

@media screen and (max-width: 46.8125em) {

    .c-heading.is-xxlg,
    .l-post-content h2.is-xxlg,
    #tinymce.post-type-post h2.is-xxlg,
    #tinymce.post-type-page h2.is-xxlg,
    #tinymce.mce-content-body.acf_content h2.is-xxlg,
    .l-post-content h3.is-xxlg,
    #tinymce.post-type-post h3.is-xxlg,
    #tinymce.post-type-page h3.is-xxlg,
    #tinymce.mce-content-body.acf_content h3.is-xxlg,
    .l-post-content h4.is-xxlg,
    #tinymce.post-type-post h4.is-xxlg,
    #tinymce.post-type-page h4.is-xxlg,
    #tinymce.mce-content-body.acf_content h4.is-xxlg,
    .l-post-content h5.is-xxlg,
    #tinymce.post-type-post h5.is-xxlg,
    #tinymce.post-type-page h5.is-xxlg,
    #tinymce.mce-content-body.acf_content h5.is-xxlg,
    .l-post-content h6.is-xxlg,
    #tinymce.post-type-post h6.is-xxlg,
    #tinymce.post-type-page h6.is-xxlg,
    #tinymce.mce-content-body.acf_content h6.is-xxlg {
        margin-bottom: 1.71429rem;
        font-size: 1.6rem
    }
}

.c-heading.is-xxlg.is-border-left,
.l-post-content h2.is-xxlg.is-border-left,
#tinymce.post-type-post h2.is-xxlg.is-border-left,
#tinymce.post-type-page h2.is-xxlg.is-border-left,
#tinymce.mce-content-body.acf_content h2.is-xxlg.is-border-left,
.l-post-content h3.is-xxlg.is-border-left,
#tinymce.post-type-post h3.is-xxlg.is-border-left,
#tinymce.post-type-page h3.is-xxlg.is-border-left,
#tinymce.mce-content-body.acf_content h3.is-xxlg.is-border-left,
.l-post-content h4.is-xxlg.is-border-left,
#tinymce.post-type-post h4.is-xxlg.is-border-left,
#tinymce.post-type-page h4.is-xxlg.is-border-left,
#tinymce.mce-content-body.acf_content h4.is-xxlg.is-border-left,
.l-post-content h5.is-xxlg.is-border-left,
#tinymce.post-type-post h5.is-xxlg.is-border-left,
#tinymce.post-type-page h5.is-xxlg.is-border-left,
#tinymce.mce-content-body.acf_content h5.is-xxlg.is-border-left,
.l-post-content h6.is-xxlg.is-border-left,
#tinymce.post-type-post h6.is-xxlg.is-border-left,
#tinymce.post-type-page h6.is-xxlg.is-border-left,
#tinymce.mce-content-body.acf_content h6.is-xxlg.is-border-left {
    padding-left: 1.71429rem;
    border-left: 1.5px solid #333
}

@media screen and (max-width: 46.8125em) {

    .c-heading.is-xxlg.is-border-left,
    .l-post-content h2.is-xxlg.is-border-left,
    #tinymce.post-type-post h2.is-xxlg.is-border-left,
    #tinymce.post-type-page h2.is-xxlg.is-border-left,
    #tinymce.mce-content-body.acf_content h2.is-xxlg.is-border-left,
    .l-post-content h3.is-xxlg.is-border-left,
    #tinymce.post-type-post h3.is-xxlg.is-border-left,
    #tinymce.post-type-page h3.is-xxlg.is-border-left,
    #tinymce.mce-content-body.acf_content h3.is-xxlg.is-border-left,
    .l-post-content h4.is-xxlg.is-border-left,
    #tinymce.post-type-post h4.is-xxlg.is-border-left,
    #tinymce.post-type-page h4.is-xxlg.is-border-left,
    #tinymce.mce-content-body.acf_content h4.is-xxlg.is-border-left,
    .l-post-content h5.is-xxlg.is-border-left,
    #tinymce.post-type-post h5.is-xxlg.is-border-left,
    #tinymce.post-type-page h5.is-xxlg.is-border-left,
    #tinymce.mce-content-body.acf_content h5.is-xxlg.is-border-left,
    .l-post-content h6.is-xxlg.is-border-left,
    #tinymce.post-type-post h6.is-xxlg.is-border-left,
    #tinymce.post-type-page h6.is-xxlg.is-border-left,
    #tinymce.mce-content-body.acf_content h6.is-xxlg.is-border-left {
        padding-left: 1.37143rem
    }
}

.c-heading.is-xlg,
.l-post-content h2.is-xlg,
#tinymce.post-type-post h2.is-xlg,
#tinymce.post-type-page h2.is-xlg,
#tinymce.mce-content-body.acf_content h2.is-xlg,
.l-post-content h3.is-xlg,
#tinymce.post-type-post h3.is-xlg,
#tinymce.post-type-page h3.is-xlg,
#tinymce.mce-content-body.acf_content h3.is-xlg,
.l-post-content h4.is-xlg,
#tinymce.post-type-post h4.is-xlg,
#tinymce.post-type-page h4.is-xlg,
#tinymce.mce-content-body.acf_content h4.is-xlg,
.l-post-content h5.is-xlg,
#tinymce.post-type-post h5.is-xlg,
#tinymce.post-type-page h5.is-xlg,
#tinymce.mce-content-body.acf_content h5.is-xlg,
.l-post-content h6.is-xlg,
#tinymce.post-type-post h6.is-xlg,
#tinymce.post-type-page h6.is-xlg,
#tinymce.mce-content-body.acf_content h6.is-xlg {
    text-align: center;
    color: #333;
    margin-bottom: 4.85714rem;
    font-size: 2.14286rem;
    letter-spacing: 0.2em;
    line-height: 120%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-xlg,
    .l-post-content h2.is-xlg,
    #tinymce.post-type-post h2.is-xlg,
    #tinymce.post-type-page h2.is-xlg,
    #tinymce.mce-content-body.acf_content h2.is-xlg,
    .l-post-content h3.is-xlg,
    #tinymce.post-type-post h3.is-xlg,
    #tinymce.post-type-page h3.is-xlg,
    #tinymce.mce-content-body.acf_content h3.is-xlg,
    .l-post-content h4.is-xlg,
    #tinymce.post-type-post h4.is-xlg,
    #tinymce.post-type-page h4.is-xlg,
    #tinymce.mce-content-body.acf_content h4.is-xlg,
    .l-post-content h5.is-xlg,
    #tinymce.post-type-post h5.is-xlg,
    #tinymce.post-type-page h5.is-xlg,
    #tinymce.mce-content-body.acf_content h5.is-xlg,
    .l-post-content h6.is-xlg,
    #tinymce.post-type-post h6.is-xlg,
    #tinymce.post-type-page h6.is-xlg,
    #tinymce.mce-content-body.acf_content h6.is-xlg {
        font-size: 2.14286rem;
        margin-bottom: 3.88571rem
    }
}

.c-heading.is-xlg span,
.l-post-content h2.is-xlg span,
#tinymce.post-type-post h2.is-xlg span,
#tinymce.post-type-page h2.is-xlg span,
#tinymce.mce-content-body.acf_content h2.is-xlg span,
.l-post-content h3.is-xlg span,
#tinymce.post-type-post h3.is-xlg span,
#tinymce.post-type-page h3.is-xlg span,
#tinymce.mce-content-body.acf_content h3.is-xlg span,
.l-post-content h4.is-xlg span,
#tinymce.post-type-post h4.is-xlg span,
#tinymce.post-type-page h4.is-xlg span,
#tinymce.mce-content-body.acf_content h4.is-xlg span,
.l-post-content h5.is-xlg span,
#tinymce.post-type-post h5.is-xlg span,
#tinymce.post-type-page h5.is-xlg span,
#tinymce.mce-content-body.acf_content h5.is-xlg span,
.l-post-content h6.is-xlg span,
#tinymce.post-type-post h6.is-xlg span,
#tinymce.post-type-page h6.is-xlg span,
#tinymce.mce-content-body.acf_content h6.is-xlg span {
    display: inline-block;
    position: relative;
    padding: 0 2.78571rem
}

.c-heading.is-xlg span:before,
.l-post-content h2.is-xlg span:before,
#tinymce.post-type-post h2.is-xlg span:before,
#tinymce.post-type-page h2.is-xlg span:before,
#tinymce.mce-content-body.acf_content h2.is-xlg span:before,
.l-post-content h3.is-xlg span:before,
#tinymce.post-type-post h3.is-xlg span:before,
#tinymce.post-type-page h3.is-xlg span:before,
#tinymce.mce-content-body.acf_content h3.is-xlg span:before,
.l-post-content h4.is-xlg span:before,
#tinymce.post-type-post h4.is-xlg span:before,
#tinymce.post-type-page h4.is-xlg span:before,
#tinymce.mce-content-body.acf_content h4.is-xlg span:before,
.l-post-content h5.is-xlg span:before,
#tinymce.post-type-post h5.is-xlg span:before,
#tinymce.post-type-page h5.is-xlg span:before,
#tinymce.mce-content-body.acf_content h5.is-xlg span:before,
.l-post-content h6.is-xlg span:before,
#tinymce.post-type-post h6.is-xlg span:before,
#tinymce.post-type-page h6.is-xlg span:before,
#tinymce.mce-content-body.acf_content h6.is-xlg span:before,
.c-heading.is-xlg span:after,
.l-post-content h2.is-xlg span:after,
#tinymce.post-type-post h2.is-xlg span:after,
#tinymce.post-type-page h2.is-xlg span:after,
#tinymce.mce-content-body.acf_content h2.is-xlg span:after,
.l-post-content h3.is-xlg span:after,
#tinymce.post-type-post h3.is-xlg span:after,
#tinymce.post-type-page h3.is-xlg span:after,
#tinymce.mce-content-body.acf_content h3.is-xlg span:after,
.l-post-content h4.is-xlg span:after,
#tinymce.post-type-post h4.is-xlg span:after,
#tinymce.post-type-page h4.is-xlg span:after,
#tinymce.mce-content-body.acf_content h4.is-xlg span:after,
.l-post-content h5.is-xlg span:after,
#tinymce.post-type-post h5.is-xlg span:after,
#tinymce.post-type-page h5.is-xlg span:after,
#tinymce.mce-content-body.acf_content h5.is-xlg span:after,
.l-post-content h6.is-xlg span:after,
#tinymce.post-type-post h6.is-xlg span:after,
#tinymce.post-type-page h6.is-xlg span:after,
#tinymce.mce-content-body.acf_content h6.is-xlg span:after {
    content: '';
    display: block;
    width: .57143rem;
    height: .57143rem;
    background: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.c-heading.is-xlg span:before,
.l-post-content h2.is-xlg span:before,
#tinymce.post-type-post h2.is-xlg span:before,
#tinymce.post-type-page h2.is-xlg span:before,
#tinymce.mce-content-body.acf_content h2.is-xlg span:before,
.l-post-content h3.is-xlg span:before,
#tinymce.post-type-post h3.is-xlg span:before,
#tinymce.post-type-page h3.is-xlg span:before,
#tinymce.mce-content-body.acf_content h3.is-xlg span:before,
.l-post-content h4.is-xlg span:before,
#tinymce.post-type-post h4.is-xlg span:before,
#tinymce.post-type-page h4.is-xlg span:before,
#tinymce.mce-content-body.acf_content h4.is-xlg span:before,
.l-post-content h5.is-xlg span:before,
#tinymce.post-type-post h5.is-xlg span:before,
#tinymce.post-type-page h5.is-xlg span:before,
#tinymce.mce-content-body.acf_content h5.is-xlg span:before,
.l-post-content h6.is-xlg span:before,
#tinymce.post-type-post h6.is-xlg span:before,
#tinymce.post-type-page h6.is-xlg span:before,
#tinymce.mce-content-body.acf_content h6.is-xlg span:before {
    left: 16px
}

.c-heading.is-xlg span:after,
.l-post-content h2.is-xlg span:after,
#tinymce.post-type-post h2.is-xlg span:after,
#tinymce.post-type-page h2.is-xlg span:after,
#tinymce.mce-content-body.acf_content h2.is-xlg span:after,
.l-post-content h3.is-xlg span:after,
#tinymce.post-type-post h3.is-xlg span:after,
#tinymce.post-type-page h3.is-xlg span:after,
#tinymce.mce-content-body.acf_content h3.is-xlg span:after,
.l-post-content h4.is-xlg span:after,
#tinymce.post-type-post h4.is-xlg span:after,
#tinymce.post-type-page h4.is-xlg span:after,
#tinymce.mce-content-body.acf_content h4.is-xlg span:after,
.l-post-content h5.is-xlg span:after,
#tinymce.post-type-post h5.is-xlg span:after,
#tinymce.post-type-page h5.is-xlg span:after,
#tinymce.mce-content-body.acf_content h5.is-xlg span:after,
.l-post-content h6.is-xlg span:after,
#tinymce.post-type-post h6.is-xlg span:after,
#tinymce.post-type-page h6.is-xlg span:after,
#tinymce.mce-content-body.acf_content h6.is-xlg span:after {
    right: 16px
}

.c-heading.is-xlg small,
.l-post-content h2.is-xlg small,
#tinymce.post-type-post h2.is-xlg small,
#tinymce.post-type-page h2.is-xlg small,
#tinymce.mce-content-body.acf_content h2.is-xlg small,
.l-post-content h3.is-xlg small,
#tinymce.post-type-post h3.is-xlg small,
#tinymce.post-type-page h3.is-xlg small,
#tinymce.mce-content-body.acf_content h3.is-xlg small,
.l-post-content h4.is-xlg small,
#tinymce.post-type-post h4.is-xlg small,
#tinymce.post-type-page h4.is-xlg small,
#tinymce.mce-content-body.acf_content h4.is-xlg small,
.l-post-content h5.is-xlg small,
#tinymce.post-type-post h5.is-xlg small,
#tinymce.post-type-page h5.is-xlg small,
#tinymce.mce-content-body.acf_content h5.is-xlg small,
.l-post-content h6.is-xlg small,
#tinymce.post-type-post h6.is-xlg small,
#tinymce.post-type-page h6.is-xlg small,
#tinymce.mce-content-body.acf_content h6.is-xlg small {
    margin-top: .28571rem;
    display: block;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 142.85714%
}

.c-heading.is-lg,
.l-post-content h2.is-lg,
#tinymce.post-type-post h2.is-lg,
#tinymce.post-type-page h2.is-lg,
#tinymce.mce-content-body.acf_content h2.is-lg,
.l-post-content h3.is-lg,
#tinymce.post-type-post h3.is-lg,
#tinymce.post-type-page h3.is-lg,
#tinymce.mce-content-body.acf_content h3.is-lg,
.l-post-content h4.is-lg,
#tinymce.post-type-post h4.is-lg,
#tinymce.post-type-page h4.is-lg,
#tinymce.mce-content-body.acf_content h4.is-lg,
.l-post-content h5.is-lg,
#tinymce.post-type-post h5.is-lg,
#tinymce.post-type-page h5.is-lg,
#tinymce.mce-content-body.acf_content h5.is-lg,
.l-post-content h6.is-lg,
#tinymce.post-type-post h6.is-lg,
#tinymce.post-type-page h6.is-lg,
#tinymce.mce-content-body.acf_content h6.is-lg {
    text-align: center;
    color: #333;
    font-size: 1.71429rem;
    letter-spacing: 0.1em;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-lg,
    .l-post-content h2.is-lg,
    #tinymce.post-type-post h2.is-lg,
    #tinymce.post-type-page h2.is-lg,
    #tinymce.mce-content-body.acf_content h2.is-lg,
    .l-post-content h3.is-lg,
    #tinymce.post-type-post h3.is-lg,
    #tinymce.post-type-page h3.is-lg,
    #tinymce.mce-content-body.acf_content h3.is-lg,
    .l-post-content h4.is-lg,
    #tinymce.post-type-post h4.is-lg,
    #tinymce.post-type-page h4.is-lg,
    #tinymce.mce-content-body.acf_content h4.is-lg,
    .l-post-content h5.is-lg,
    #tinymce.post-type-post h5.is-lg,
    #tinymce.post-type-page h5.is-lg,
    #tinymce.mce-content-body.acf_content h5.is-lg,
    .l-post-content h6.is-lg,
    #tinymce.post-type-post h6.is-lg,
    #tinymce.post-type-page h6.is-lg,
    #tinymce.mce-content-body.acf_content h6.is-lg {
        font-size: 1.37143rem;
        margin-bottom: .85714rem
    }
}

.c-heading.is-lg small,
.l-post-content h2.is-lg small,
#tinymce.post-type-post h2.is-lg small,
#tinymce.post-type-page h2.is-lg small,
#tinymce.mce-content-body.acf_content h2.is-lg small,
.l-post-content h3.is-lg small,
#tinymce.post-type-post h3.is-lg small,
#tinymce.post-type-page h3.is-lg small,
#tinymce.mce-content-body.acf_content h3.is-lg small,
.l-post-content h4.is-lg small,
#tinymce.post-type-post h4.is-lg small,
#tinymce.post-type-page h4.is-lg small,
#tinymce.mce-content-body.acf_content h4.is-lg small,
.l-post-content h5.is-lg small,
#tinymce.post-type-post h5.is-lg small,
#tinymce.post-type-page h5.is-lg small,
#tinymce.mce-content-body.acf_content h5.is-lg small,
.l-post-content h6.is-lg small,
#tinymce.post-type-post h6.is-lg small,
#tinymce.post-type-page h6.is-lg small,
#tinymce.mce-content-body.acf_content h6.is-lg small {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-top: .42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-lg small,
    .l-post-content h2.is-lg small,
    #tinymce.post-type-post h2.is-lg small,
    #tinymce.post-type-page h2.is-lg small,
    #tinymce.mce-content-body.acf_content h2.is-lg small,
    .l-post-content h3.is-lg small,
    #tinymce.post-type-post h3.is-lg small,
    #tinymce.post-type-page h3.is-lg small,
    #tinymce.mce-content-body.acf_content h3.is-lg small,
    .l-post-content h4.is-lg small,
    #tinymce.post-type-post h4.is-lg small,
    #tinymce.post-type-page h4.is-lg small,
    #tinymce.mce-content-body.acf_content h4.is-lg small,
    .l-post-content h5.is-lg small,
    #tinymce.post-type-post h5.is-lg small,
    #tinymce.post-type-page h5.is-lg small,
    #tinymce.mce-content-body.acf_content h5.is-lg small,
    .l-post-content h6.is-lg small,
    #tinymce.post-type-post h6.is-lg small,
    #tinymce.post-type-page h6.is-lg small,
    #tinymce.mce-content-body.acf_content h6.is-lg small {
        font-size: .8rem
    }
}

.c-heading.is-md,
.l-post-content h2,
#tinymce.post-type-post h2,
#tinymce.post-type-page h2,
#tinymce.mce-content-body.acf_content h2,
.l-post-content h3.is-md,
#tinymce.post-type-post h3.is-md,
#tinymce.post-type-page h3.is-md,
#tinymce.mce-content-body.acf_content h3.is-md,
.l-post-content h4.is-md,
#tinymce.post-type-post h4.is-md,
#tinymce.post-type-page h4.is-md,
#tinymce.mce-content-body.acf_content h4.is-md,
.l-post-content h5.is-md,
#tinymce.post-type-post h5.is-md,
#tinymce.post-type-page h5.is-md,
#tinymce.mce-content-body.acf_content h5.is-md,
.l-post-content h6.is-md,
#tinymce.post-type-post h6.is-md,
#tinymce.post-type-page h6.is-md,
#tinymce.mce-content-body.acf_content h6.is-md {
    font-size: 1.42857rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 145%;
    margin-bottom: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-md,
    .l-post-content h2,
    #tinymce.post-type-post h2,
    #tinymce.post-type-page h2,
    #tinymce.mce-content-body.acf_content h2,
    .l-post-content h3.is-md,
    #tinymce.post-type-post h3.is-md,
    #tinymce.post-type-page h3.is-md,
    #tinymce.mce-content-body.acf_content h3.is-md,
    .l-post-content h4.is-md,
    #tinymce.post-type-post h4.is-md,
    #tinymce.post-type-page h4.is-md,
    #tinymce.mce-content-body.acf_content h4.is-md,
    .l-post-content h5.is-md,
    #tinymce.post-type-post h5.is-md,
    #tinymce.post-type-page h5.is-md,
    #tinymce.mce-content-body.acf_content h5.is-md,
    .l-post-content h6.is-md,
    #tinymce.post-type-post h6.is-md,
    #tinymce.post-type-page h6.is-md,
    #tinymce.mce-content-body.acf_content h6.is-md {
        font-size: 1.14286rem;
        margin-bottom: .71429rem
    }
}

.c-heading.is-md small,
.l-post-content h2 small,
#tinymce.post-type-post h2 small,
#tinymce.post-type-page h2 small,
#tinymce.mce-content-body.acf_content h2 small,
.l-post-content h3.is-md small,
#tinymce.post-type-post h3.is-md small,
#tinymce.post-type-page h3.is-md small,
#tinymce.mce-content-body.acf_content h3.is-md small,
.l-post-content h4.is-md small,
#tinymce.post-type-post h4.is-md small,
#tinymce.post-type-page h4.is-md small,
#tinymce.mce-content-body.acf_content h4.is-md small,
.l-post-content h5.is-md small,
#tinymce.post-type-post h5.is-md small,
#tinymce.post-type-page h5.is-md small,
#tinymce.mce-content-body.acf_content h5.is-md small,
.l-post-content h6.is-md small,
#tinymce.post-type-post h6.is-md small,
#tinymce.post-type-page h6.is-md small,
#tinymce.mce-content-body.acf_content h6.is-md small {
    display: block;
    font-size: 1.14286rem;
    letter-spacing: 0.1em;
    color: #333;
    margin-top: .42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-md small,
    .l-post-content h2 small,
    #tinymce.post-type-post h2 small,
    #tinymce.post-type-page h2 small,
    #tinymce.mce-content-body.acf_content h2 small,
    .l-post-content h3.is-md small,
    #tinymce.post-type-post h3.is-md small,
    #tinymce.post-type-page h3.is-md small,
    #tinymce.mce-content-body.acf_content h3.is-md small,
    .l-post-content h4.is-md small,
    #tinymce.post-type-post h4.is-md small,
    #tinymce.post-type-page h4.is-md small,
    #tinymce.mce-content-body.acf_content h4.is-md small,
    .l-post-content h5.is-md small,
    #tinymce.post-type-post h5.is-md small,
    #tinymce.post-type-page h5.is-md small,
    #tinymce.mce-content-body.acf_content h5.is-md small,
    .l-post-content h6.is-md small,
    #tinymce.post-type-post h6.is-md small,
    #tinymce.post-type-page h6.is-md small,
    #tinymce.mce-content-body.acf_content h6.is-md small {
        font-size: .91429rem
    }
}

.c-heading.is-sm,
.l-post-content h2.is-sm,
#tinymce.post-type-post h2.is-sm,
#tinymce.post-type-page h2.is-sm,
#tinymce.mce-content-body.acf_content h2.is-sm,
.l-post-content h3,
#tinymce.post-type-post h3,
#tinymce.post-type-page h3,
#tinymce.mce-content-body.acf_content h3,
.l-post-content h4.is-sm,
#tinymce.post-type-post h4.is-sm,
#tinymce.post-type-page h4.is-sm,
#tinymce.mce-content-body.acf_content h4.is-sm,
.l-post-content h5.is-sm,
#tinymce.post-type-post h5.is-sm,
#tinymce.post-type-page h5.is-sm,
#tinymce.mce-content-body.acf_content h5.is-sm,
.l-post-content h6.is-sm,
#tinymce.post-type-post h6.is-sm,
#tinymce.post-type-page h6.is-sm,
#tinymce.mce-content-body.acf_content h6.is-sm {
    font-size: 1.71429rem;
    letter-spacing: 0.1em
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-sm,
    .l-post-content h2.is-sm,
    #tinymce.post-type-post h2.is-sm,
    #tinymce.post-type-page h2.is-sm,
    #tinymce.mce-content-body.acf_content h2.is-sm,
    .l-post-content h3,
    #tinymce.post-type-post h3,
    #tinymce.post-type-page h3,
    #tinymce.mce-content-body.acf_content h3,
    .l-post-content h4.is-sm,
    #tinymce.post-type-post h4.is-sm,
    #tinymce.post-type-page h4.is-sm,
    #tinymce.mce-content-body.acf_content h4.is-sm,
    .l-post-content h5.is-sm,
    #tinymce.post-type-post h5.is-sm,
    #tinymce.post-type-page h5.is-sm,
    #tinymce.mce-content-body.acf_content h5.is-sm,
    .l-post-content h6.is-sm,
    #tinymce.post-type-post h6.is-sm,
    #tinymce.post-type-page h6.is-sm,
    #tinymce.mce-content-body.acf_content h6.is-sm {
        font-size: 1.37143rem
    }
}

.c-heading.is-xs,
.l-post-content h2.is-xs,
#tinymce.post-type-post h2.is-xs,
#tinymce.post-type-page h2.is-xs,
#tinymce.mce-content-body.acf_content h2.is-xs,
.l-post-content h3.is-xs,
#tinymce.post-type-post h3.is-xs,
#tinymce.post-type-page h3.is-xs,
#tinymce.mce-content-body.acf_content h3.is-xs,
.l-post-content h4,
#tinymce.post-type-post h4,
#tinymce.post-type-page h4,
#tinymce.mce-content-body.acf_content h4,
.l-post-content h5.is-xs,
#tinymce.post-type-post h5.is-xs,
#tinymce.post-type-page h5.is-xs,
#tinymce.mce-content-body.acf_content h5.is-xs,
.l-post-content h6.is-xs,
#tinymce.post-type-post h6.is-xs,
#tinymce.post-type-page h6.is-xs,
#tinymce.mce-content-body.acf_content h6.is-xs {
    font-size: 1.42857rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-xs,
    .l-post-content h2.is-xs,
    #tinymce.post-type-post h2.is-xs,
    #tinymce.post-type-page h2.is-xs,
    #tinymce.mce-content-body.acf_content h2.is-xs,
    .l-post-content h3.is-xs,
    #tinymce.post-type-post h3.is-xs,
    #tinymce.post-type-page h3.is-xs,
    #tinymce.mce-content-body.acf_content h3.is-xs,
    .l-post-content h4,
    #tinymce.post-type-post h4,
    #tinymce.post-type-page h4,
    #tinymce.mce-content-body.acf_content h4,
    .l-post-content h5.is-xs,
    #tinymce.post-type-post h5.is-xs,
    #tinymce.post-type-page h5.is-xs,
    #tinymce.mce-content-body.acf_content h5.is-xs,
    .l-post-content h6.is-xs,
    #tinymce.post-type-post h6.is-xs,
    #tinymce.post-type-page h6.is-xs,
    #tinymce.mce-content-body.acf_content h6.is-xs {
        font-size: 1.14286rem;
        margin-bottom: .57143rem
    }
}

.c-heading.is-xxs,
.l-post-content h2.is-xxs,
#tinymce.post-type-post h2.is-xxs,
#tinymce.post-type-page h2.is-xxs,
#tinymce.mce-content-body.acf_content h2.is-xxs,
.l-post-content h3.is-xxs,
#tinymce.post-type-post h3.is-xxs,
#tinymce.post-type-page h3.is-xxs,
#tinymce.mce-content-body.acf_content h3.is-xxs,
.l-post-content h4.is-xxs,
#tinymce.post-type-post h4.is-xxs,
#tinymce.post-type-page h4.is-xxs,
#tinymce.mce-content-body.acf_content h4.is-xxs,
.l-post-content h5,
#tinymce.post-type-post h5,
#tinymce.post-type-page h5,
#tinymce.mce-content-body.acf_content h5,
.l-post-content h6,
#tinymce.post-type-post h6,
#tinymce.post-type-page h6,
#tinymce.mce-content-body.acf_content h6 {
    font-size: 1.14286rem;
    letter-spacing: 0.1em;
    line-height: 150%;
    margin-bottom: 1.07143rem;
    font-weight: 700
}

.c-heading.is-line-under,
.l-post-content h2,
#tinymce.post-type-post h2,
#tinymce.post-type-page h2,
#tinymce.mce-content-body.acf_content h2,
.l-post-content h3.is-line-under,
#tinymce.post-type-post h3.is-line-under,
#tinymce.post-type-page h3.is-line-under,
#tinymce.mce-content-body.acf_content h3.is-line-under,
.l-post-content h4.is-line-under,
#tinymce.post-type-post h4.is-line-under,
#tinymce.post-type-page h4.is-line-under,
#tinymce.mce-content-body.acf_content h4.is-line-under,
.l-post-content h5.is-line-under,
#tinymce.post-type-post h5.is-line-under,
#tinymce.post-type-page h5.is-line-under,
#tinymce.mce-content-body.acf_content h5.is-line-under,
.l-post-content h6.is-line-under,
#tinymce.post-type-post h6.is-line-under,
#tinymce.post-type-page h6.is-line-under,
#tinymce.mce-content-body.acf_content h6.is-line-under {
    position: relative;
    text-align: center;
    padding-bottom: 1.71429rem;
    margin-bottom: 4rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-line-under,
    .l-post-content h2,
    #tinymce.post-type-post h2,
    #tinymce.post-type-page h2,
    #tinymce.mce-content-body.acf_content h2,
    .l-post-content h3.is-line-under,
    #tinymce.post-type-post h3.is-line-under,
    #tinymce.post-type-page h3.is-line-under,
    #tinymce.mce-content-body.acf_content h3.is-line-under,
    .l-post-content h4.is-line-under,
    #tinymce.post-type-post h4.is-line-under,
    #tinymce.post-type-page h4.is-line-under,
    #tinymce.mce-content-body.acf_content h4.is-line-under,
    .l-post-content h5.is-line-under,
    #tinymce.post-type-post h5.is-line-under,
    #tinymce.post-type-page h5.is-line-under,
    #tinymce.mce-content-body.acf_content h5.is-line-under,
    .l-post-content h6.is-line-under,
    #tinymce.post-type-post h6.is-line-under,
    #tinymce.post-type-page h6.is-line-under,
    #tinymce.mce-content-body.acf_content h6.is-line-under {
        padding-bottom: .85714rem
    }
}

.c-heading.is-line-under:after,
.l-post-content h2:after,
#tinymce.post-type-post h2:after,
#tinymce.post-type-page h2:after,
#tinymce.mce-content-body.acf_content h2:after,
.l-post-content h3.is-line-under:after,
#tinymce.post-type-post h3.is-line-under:after,
#tinymce.post-type-page h3.is-line-under:after,
#tinymce.mce-content-body.acf_content h3.is-line-under:after,
.l-post-content h4.is-line-under:after,
#tinymce.post-type-post h4.is-line-under:after,
#tinymce.post-type-page h4.is-line-under:after,
#tinymce.mce-content-body.acf_content h4.is-line-under:after,
.l-post-content h5.is-line-under:after,
#tinymce.post-type-post h5.is-line-under:after,
#tinymce.post-type-page h5.is-line-under:after,
#tinymce.mce-content-body.acf_content h5.is-line-under:after,
.l-post-content h6.is-line-under:after,
#tinymce.post-type-post h6.is-line-under:after,
#tinymce.post-type-page h6.is-line-under:after,
#tinymce.mce-content-body.acf_content h6.is-line-under:after {
    content: "";
    display: block;
    width: 6rem;
    height: .21429rem;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-line-under:after,
    .l-post-content h2:after,
    #tinymce.post-type-post h2:after,
    #tinymce.post-type-page h2:after,
    #tinymce.mce-content-body.acf_content h2:after,
    .l-post-content h3.is-line-under:after,
    #tinymce.post-type-post h3.is-line-under:after,
    #tinymce.post-type-page h3.is-line-under:after,
    #tinymce.mce-content-body.acf_content h3.is-line-under:after,
    .l-post-content h4.is-line-under:after,
    #tinymce.post-type-post h4.is-line-under:after,
    #tinymce.post-type-page h4.is-line-under:after,
    #tinymce.mce-content-body.acf_content h4.is-line-under:after,
    .l-post-content h5.is-line-under:after,
    #tinymce.post-type-post h5.is-line-under:after,
    #tinymce.post-type-page h5.is-line-under:after,
    #tinymce.mce-content-body.acf_content h5.is-line-under:after,
    .l-post-content h6.is-line-under:after,
    #tinymce.post-type-post h6.is-line-under:after,
    #tinymce.post-type-page h6.is-line-under:after,
    #tinymce.mce-content-body.acf_content h6.is-line-under:after {
        width: 4.57143rem;
        height: .14286rem
    }
}

.c-heading.is-line-under.is-md,
.l-post-content h2,
#tinymce.post-type-post h2,
#tinymce.post-type-page h2,
#tinymce.mce-content-body.acf_content h2,
.l-post-content h3.is-line-under.is-md,
#tinymce.post-type-post h3.is-line-under.is-md,
#tinymce.post-type-page h3.is-line-under.is-md,
#tinymce.mce-content-body.acf_content h3.is-line-under.is-md,
.l-post-content h4.is-line-under.is-md,
#tinymce.post-type-post h4.is-line-under.is-md,
#tinymce.post-type-page h4.is-line-under.is-md,
#tinymce.mce-content-body.acf_content h4.is-line-under.is-md,
.l-post-content h5.is-line-under.is-md,
#tinymce.post-type-post h5.is-line-under.is-md,
#tinymce.post-type-page h5.is-line-under.is-md,
#tinymce.mce-content-body.acf_content h5.is-line-under.is-md,
.l-post-content h6.is-line-under.is-md,
#tinymce.post-type-post h6.is-line-under.is-md,
#tinymce.post-type-page h6.is-line-under.is-md,
#tinymce.mce-content-body.acf_content h6.is-line-under.is-md,
.c-heading.is-line-under.is-sm,
.l-post-content h2.is-sm,
#tinymce.post-type-post h2.is-sm,
#tinymce.post-type-page h2.is-sm,
#tinymce.mce-content-body.acf_content h2.is-sm,
.l-post-content h3.is-line-under,
#tinymce.post-type-post h3.is-line-under,
#tinymce.post-type-page h3.is-line-under,
#tinymce.mce-content-body.acf_content h3.is-line-under,
.l-post-content h4.is-line-under.is-sm,
#tinymce.post-type-post h4.is-line-under.is-sm,
#tinymce.post-type-page h4.is-line-under.is-sm,
#tinymce.mce-content-body.acf_content h4.is-line-under.is-sm,
.l-post-content h5.is-line-under.is-sm,
#tinymce.post-type-post h5.is-line-under.is-sm,
#tinymce.post-type-page h5.is-line-under.is-sm,
#tinymce.mce-content-body.acf_content h5.is-line-under.is-sm,
.l-post-content h6.is-line-under.is-sm,
#tinymce.post-type-post h6.is-line-under.is-sm,
#tinymce.post-type-page h6.is-line-under.is-sm,
#tinymce.mce-content-body.acf_content h6.is-line-under.is-sm,
.c-heading.is-line-under.is-xs,
.l-post-content h2.is-xs,
#tinymce.post-type-post h2.is-xs,
#tinymce.post-type-page h2.is-xs,
#tinymce.mce-content-body.acf_content h2.is-xs,
.l-post-content h3.is-line-under.is-xs,
#tinymce.post-type-post h3.is-line-under.is-xs,
#tinymce.post-type-page h3.is-line-under.is-xs,
#tinymce.mce-content-body.acf_content h3.is-line-under.is-xs,
.l-post-content h4.is-line-under,
#tinymce.post-type-post h4.is-line-under,
#tinymce.post-type-page h4.is-line-under,
#tinymce.mce-content-body.acf_content h4.is-line-under,
.l-post-content h5.is-line-under.is-xs,
#tinymce.post-type-post h5.is-line-under.is-xs,
#tinymce.post-type-page h5.is-line-under.is-xs,
#tinymce.mce-content-body.acf_content h5.is-line-under.is-xs,
.l-post-content h6.is-line-under.is-xs,
#tinymce.post-type-post h6.is-line-under.is-xs,
#tinymce.post-type-page h6.is-line-under.is-xs,
#tinymce.mce-content-body.acf_content h6.is-line-under.is-xs,
.c-heading.is-line-under.is-xxs,
.l-post-content h2.is-xxs,
#tinymce.post-type-post h2.is-xxs,
#tinymce.post-type-page h2.is-xxs,
#tinymce.mce-content-body.acf_content h2.is-xxs,
.l-post-content h3.is-line-under.is-xxs,
#tinymce.post-type-post h3.is-line-under.is-xxs,
#tinymce.post-type-page h3.is-line-under.is-xxs,
#tinymce.mce-content-body.acf_content h3.is-line-under.is-xxs,
.l-post-content h4.is-line-under.is-xxs,
#tinymce.post-type-post h4.is-line-under.is-xxs,
#tinymce.post-type-page h4.is-line-under.is-xxs,
#tinymce.mce-content-body.acf_content h4.is-line-under.is-xxs,
.l-post-content h5.is-line-under,
#tinymce.post-type-post h5.is-line-under,
#tinymce.post-type-page h5.is-line-under,
#tinymce.mce-content-body.acf_content h5.is-line-under,
.l-post-content h6.is-line-under,
#tinymce.post-type-post h6.is-line-under,
#tinymce.post-type-page h6.is-line-under,
#tinymce.mce-content-body.acf_content h6.is-line-under,
.c-heading.is-line-under.is-xxxs,
.l-post-content h2.is-xxxs,
#tinymce.post-type-post h2.is-xxxs,
#tinymce.post-type-page h2.is-xxxs,
#tinymce.mce-content-body.acf_content h2.is-xxxs,
.l-post-content h3.is-line-under.is-xxxs,
#tinymce.post-type-post h3.is-line-under.is-xxxs,
#tinymce.post-type-page h3.is-line-under.is-xxxs,
#tinymce.mce-content-body.acf_content h3.is-line-under.is-xxxs,
.l-post-content h4.is-line-under.is-xxxs,
#tinymce.post-type-post h4.is-line-under.is-xxxs,
#tinymce.post-type-page h4.is-line-under.is-xxxs,
#tinymce.mce-content-body.acf_content h4.is-line-under.is-xxxs,
.l-post-content h5.is-line-under.is-xxxs,
#tinymce.post-type-post h5.is-line-under.is-xxxs,
#tinymce.post-type-page h5.is-line-under.is-xxxs,
#tinymce.mce-content-body.acf_content h5.is-line-under.is-xxxs,
.l-post-content h6.is-line-under.is-xxxs,
#tinymce.post-type-post h6.is-line-under.is-xxxs,
#tinymce.post-type-page h6.is-line-under.is-xxxs,
#tinymce.mce-content-body.acf_content h6.is-line-under.is-xxxs {
    padding-bottom: 1.14286rem;
    margin-bottom: 2.28571rem
}

.c-heading.is-line-under.is-md:after,
.l-post-content h2:after,
#tinymce.post-type-post h2:after,
#tinymce.post-type-page h2:after,
#tinymce.mce-content-body.acf_content h2:after,
.l-post-content h3.is-line-under.is-md:after,
#tinymce.post-type-post h3.is-line-under.is-md:after,
#tinymce.post-type-page h3.is-line-under.is-md:after,
#tinymce.mce-content-body.acf_content h3.is-line-under.is-md:after,
.l-post-content h4.is-line-under.is-md:after,
#tinymce.post-type-post h4.is-line-under.is-md:after,
#tinymce.post-type-page h4.is-line-under.is-md:after,
#tinymce.mce-content-body.acf_content h4.is-line-under.is-md:after,
.l-post-content h5.is-line-under.is-md:after,
#tinymce.post-type-post h5.is-line-under.is-md:after,
#tinymce.post-type-page h5.is-line-under.is-md:after,
#tinymce.mce-content-body.acf_content h5.is-line-under.is-md:after,
.l-post-content h6.is-line-under.is-md:after,
#tinymce.post-type-post h6.is-line-under.is-md:after,
#tinymce.post-type-page h6.is-line-under.is-md:after,
#tinymce.mce-content-body.acf_content h6.is-line-under.is-md:after,
.c-heading.is-line-under.is-sm:after,
.l-post-content h2.is-sm:after,
#tinymce.post-type-post h2.is-sm:after,
#tinymce.post-type-page h2.is-sm:after,
#tinymce.mce-content-body.acf_content h2.is-sm:after,
.l-post-content h3.is-line-under:after,
#tinymce.post-type-post h3.is-line-under:after,
#tinymce.post-type-page h3.is-line-under:after,
#tinymce.mce-content-body.acf_content h3.is-line-under:after,
.l-post-content h4.is-line-under.is-sm:after,
#tinymce.post-type-post h4.is-line-under.is-sm:after,
#tinymce.post-type-page h4.is-line-under.is-sm:after,
#tinymce.mce-content-body.acf_content h4.is-line-under.is-sm:after,
.l-post-content h5.is-line-under.is-sm:after,
#tinymce.post-type-post h5.is-line-under.is-sm:after,
#tinymce.post-type-page h5.is-line-under.is-sm:after,
#tinymce.mce-content-body.acf_content h5.is-line-under.is-sm:after,
.l-post-content h6.is-line-under.is-sm:after,
#tinymce.post-type-post h6.is-line-under.is-sm:after,
#tinymce.post-type-page h6.is-line-under.is-sm:after,
#tinymce.mce-content-body.acf_content h6.is-line-under.is-sm:after,
.c-heading.is-line-under.is-xs:after,
.l-post-content h2.is-xs:after,
#tinymce.post-type-post h2.is-xs:after,
#tinymce.post-type-page h2.is-xs:after,
#tinymce.mce-content-body.acf_content h2.is-xs:after,
.l-post-content h3.is-line-under.is-xs:after,
#tinymce.post-type-post h3.is-line-under.is-xs:after,
#tinymce.post-type-page h3.is-line-under.is-xs:after,
#tinymce.mce-content-body.acf_content h3.is-line-under.is-xs:after,
.l-post-content h4.is-line-under:after,
#tinymce.post-type-post h4.is-line-under:after,
#tinymce.post-type-page h4.is-line-under:after,
#tinymce.mce-content-body.acf_content h4.is-line-under:after,
.l-post-content h5.is-line-under.is-xs:after,
#tinymce.post-type-post h5.is-line-under.is-xs:after,
#tinymce.post-type-page h5.is-line-under.is-xs:after,
#tinymce.mce-content-body.acf_content h5.is-line-under.is-xs:after,
.l-post-content h6.is-line-under.is-xs:after,
#tinymce.post-type-post h6.is-line-under.is-xs:after,
#tinymce.post-type-page h6.is-line-under.is-xs:after,
#tinymce.mce-content-body.acf_content h6.is-line-under.is-xs:after,
.c-heading.is-line-under.is-xxs:after,
.l-post-content h2.is-xxs:after,
#tinymce.post-type-post h2.is-xxs:after,
#tinymce.post-type-page h2.is-xxs:after,
#tinymce.mce-content-body.acf_content h2.is-xxs:after,
.l-post-content h3.is-line-under.is-xxs:after,
#tinymce.post-type-post h3.is-line-under.is-xxs:after,
#tinymce.post-type-page h3.is-line-under.is-xxs:after,
#tinymce.mce-content-body.acf_content h3.is-line-under.is-xxs:after,
.l-post-content h4.is-line-under.is-xxs:after,
#tinymce.post-type-post h4.is-line-under.is-xxs:after,
#tinymce.post-type-page h4.is-line-under.is-xxs:after,
#tinymce.mce-content-body.acf_content h4.is-line-under.is-xxs:after,
.l-post-content h5.is-line-under:after,
#tinymce.post-type-post h5.is-line-under:after,
#tinymce.post-type-page h5.is-line-under:after,
#tinymce.mce-content-body.acf_content h5.is-line-under:after,
.l-post-content h6.is-line-under:after,
#tinymce.post-type-post h6.is-line-under:after,
#tinymce.post-type-page h6.is-line-under:after,
#tinymce.mce-content-body.acf_content h6.is-line-under:after,
.c-heading.is-line-under.is-xxxs:after,
.l-post-content h2.is-xxxs:after,
#tinymce.post-type-post h2.is-xxxs:after,
#tinymce.post-type-page h2.is-xxxs:after,
#tinymce.mce-content-body.acf_content h2.is-xxxs:after,
.l-post-content h3.is-line-under.is-xxxs:after,
#tinymce.post-type-post h3.is-line-under.is-xxxs:after,
#tinymce.post-type-page h3.is-line-under.is-xxxs:after,
#tinymce.mce-content-body.acf_content h3.is-line-under.is-xxxs:after,
.l-post-content h4.is-line-under.is-xxxs:after,
#tinymce.post-type-post h4.is-line-under.is-xxxs:after,
#tinymce.post-type-page h4.is-line-under.is-xxxs:after,
#tinymce.mce-content-body.acf_content h4.is-line-under.is-xxxs:after,
.l-post-content h5.is-line-under.is-xxxs:after,
#tinymce.post-type-post h5.is-line-under.is-xxxs:after,
#tinymce.post-type-page h5.is-line-under.is-xxxs:after,
#tinymce.mce-content-body.acf_content h5.is-line-under.is-xxxs:after,
.l-post-content h6.is-line-under.is-xxxs:after,
#tinymce.post-type-post h6.is-line-under.is-xxxs:after,
#tinymce.post-type-page h6.is-line-under.is-xxxs:after,
#tinymce.mce-content-body.acf_content h6.is-line-under.is-xxxs:after {
    width: 5.14286rem;
    height: .14286rem
}

.c-heading.is-line-top,
.l-post-content h2.is-line-top,
#tinymce.post-type-post h2.is-line-top,
#tinymce.post-type-page h2.is-line-top,
#tinymce.mce-content-body.acf_content h2.is-line-top,
.l-post-content h3.is-line-top,
#tinymce.post-type-post h3.is-line-top,
#tinymce.post-type-page h3.is-line-top,
#tinymce.mce-content-body.acf_content h3.is-line-top,
.l-post-content h4.is-line-top,
#tinymce.post-type-post h4.is-line-top,
#tinymce.post-type-page h4.is-line-top,
#tinymce.mce-content-body.acf_content h4.is-line-top,
.l-post-content h5.is-line-top,
#tinymce.post-type-post h5.is-line-top,
#tinymce.post-type-page h5.is-line-top,
#tinymce.mce-content-body.acf_content h5.is-line-top,
.l-post-content h6.is-line-top,
#tinymce.post-type-post h6.is-line-top,
#tinymce.post-type-page h6.is-line-top,
#tinymce.mce-content-body.acf_content h6.is-line-top {
    border-top: 2px solid #333;
    text-align: left;
    padding-top: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-line-top,
    .l-post-content h2.is-line-top,
    #tinymce.post-type-post h2.is-line-top,
    #tinymce.post-type-page h2.is-line-top,
    #tinymce.mce-content-body.acf_content h2.is-line-top,
    .l-post-content h3.is-line-top,
    #tinymce.post-type-post h3.is-line-top,
    #tinymce.post-type-page h3.is-line-top,
    #tinymce.mce-content-body.acf_content h3.is-line-top,
    .l-post-content h4.is-line-top,
    #tinymce.post-type-post h4.is-line-top,
    #tinymce.post-type-page h4.is-line-top,
    #tinymce.mce-content-body.acf_content h4.is-line-top,
    .l-post-content h5.is-line-top,
    #tinymce.post-type-post h5.is-line-top,
    #tinymce.post-type-page h5.is-line-top,
    #tinymce.mce-content-body.acf_content h5.is-line-top,
    .l-post-content h6.is-line-top,
    #tinymce.post-type-post h6.is-line-top,
    #tinymce.post-type-page h6.is-line-top,
    #tinymce.mce-content-body.acf_content h6.is-line-top {
        padding-top: .85714rem
    }
}

.c-heading.is-line-side span,
.l-post-content h2.is-line-side span,
#tinymce.post-type-post h2.is-line-side span,
#tinymce.post-type-page h2.is-line-side span,
#tinymce.mce-content-body.acf_content h2.is-line-side span,
.l-post-content h3.is-line-side span,
#tinymce.post-type-post h3.is-line-side span,
#tinymce.post-type-page h3.is-line-side span,
#tinymce.mce-content-body.acf_content h3.is-line-side span,
.l-post-content h4.is-line-side span,
#tinymce.post-type-post h4.is-line-side span,
#tinymce.post-type-page h4.is-line-side span,
#tinymce.mce-content-body.acf_content h4.is-line-side span,
.l-post-content h5.is-line-side span,
#tinymce.post-type-post h5.is-line-side span,
#tinymce.post-type-page h5.is-line-side span,
#tinymce.mce-content-body.acf_content h5.is-line-side span,
.l-post-content h6.is-line-side span,
#tinymce.post-type-post h6.is-line-side span,
#tinymce.post-type-page h6.is-line-side span,
#tinymce.mce-content-body.acf_content h6.is-line-side span {
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-line-side span,
    .l-post-content h2.is-line-side span,
    #tinymce.post-type-post h2.is-line-side span,
    #tinymce.post-type-page h2.is-line-side span,
    #tinymce.mce-content-body.acf_content h2.is-line-side span,
    .l-post-content h3.is-line-side span,
    #tinymce.post-type-post h3.is-line-side span,
    #tinymce.post-type-page h3.is-line-side span,
    #tinymce.mce-content-body.acf_content h3.is-line-side span,
    .l-post-content h4.is-line-side span,
    #tinymce.post-type-post h4.is-line-side span,
    #tinymce.post-type-page h4.is-line-side span,
    #tinymce.mce-content-body.acf_content h4.is-line-side span,
    .l-post-content h5.is-line-side span,
    #tinymce.post-type-post h5.is-line-side span,
    #tinymce.post-type-page h5.is-line-side span,
    #tinymce.mce-content-body.acf_content h5.is-line-side span,
    .l-post-content h6.is-line-side span,
    #tinymce.post-type-post h6.is-line-side span,
    #tinymce.post-type-page h6.is-line-side span,
    #tinymce.mce-content-body.acf_content h6.is-line-side span {
        display: block;
        width: 80%;
        margin: 0 auto
    }
}

.c-heading.is-line-side span:after,
.l-post-content h2.is-line-side span:after,
#tinymce.post-type-post h2.is-line-side span:after,
#tinymce.post-type-page h2.is-line-side span:after,
#tinymce.mce-content-body.acf_content h2.is-line-side span:after,
.l-post-content h3.is-line-side span:after,
#tinymce.post-type-post h3.is-line-side span:after,
#tinymce.post-type-page h3.is-line-side span:after,
#tinymce.mce-content-body.acf_content h3.is-line-side span:after,
.l-post-content h4.is-line-side span:after,
#tinymce.post-type-post h4.is-line-side span:after,
#tinymce.post-type-page h4.is-line-side span:after,
#tinymce.mce-content-body.acf_content h4.is-line-side span:after,
.l-post-content h5.is-line-side span:after,
#tinymce.post-type-post h5.is-line-side span:after,
#tinymce.post-type-page h5.is-line-side span:after,
#tinymce.mce-content-body.acf_content h5.is-line-side span:after,
.l-post-content h6.is-line-side span:after,
#tinymce.post-type-post h6.is-line-side span:after,
#tinymce.post-type-page h6.is-line-side span:after,
#tinymce.mce-content-body.acf_content h6.is-line-side span:after,
.c-heading.is-line-side span:before,
.l-post-content h2.is-line-side span:before,
#tinymce.post-type-post h2.is-line-side span:before,
#tinymce.post-type-page h2.is-line-side span:before,
#tinymce.mce-content-body.acf_content h2.is-line-side span:before,
.l-post-content h3.is-line-side span:before,
#tinymce.post-type-post h3.is-line-side span:before,
#tinymce.post-type-page h3.is-line-side span:before,
#tinymce.mce-content-body.acf_content h3.is-line-side span:before,
.l-post-content h4.is-line-side span:before,
#tinymce.post-type-post h4.is-line-side span:before,
#tinymce.post-type-page h4.is-line-side span:before,
#tinymce.mce-content-body.acf_content h4.is-line-side span:before,
.l-post-content h5.is-line-side span:before,
#tinymce.post-type-post h5.is-line-side span:before,
#tinymce.post-type-page h5.is-line-side span:before,
#tinymce.mce-content-body.acf_content h5.is-line-side span:before,
.l-post-content h6.is-line-side span:before,
#tinymce.post-type-post h6.is-line-side span:before,
#tinymce.post-type-page h6.is-line-side span:before,
#tinymce.mce-content-body.acf_content h6.is-line-side span:before {
    content: "";
    display: block;
    width: 4rem;
    height: .21429rem;
    border-top: 1px solid #333;
    border-bottom: 2px solid #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-line-side span:after,
    .l-post-content h2.is-line-side span:after,
    #tinymce.post-type-post h2.is-line-side span:after,
    #tinymce.post-type-page h2.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h2.is-line-side span:after,
    .l-post-content h3.is-line-side span:after,
    #tinymce.post-type-post h3.is-line-side span:after,
    #tinymce.post-type-page h3.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h3.is-line-side span:after,
    .l-post-content h4.is-line-side span:after,
    #tinymce.post-type-post h4.is-line-side span:after,
    #tinymce.post-type-page h4.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h4.is-line-side span:after,
    .l-post-content h5.is-line-side span:after,
    #tinymce.post-type-post h5.is-line-side span:after,
    #tinymce.post-type-page h5.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h5.is-line-side span:after,
    .l-post-content h6.is-line-side span:after,
    #tinymce.post-type-post h6.is-line-side span:after,
    #tinymce.post-type-page h6.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h6.is-line-side span:after,
    .c-heading.is-line-side span:before,
    .l-post-content h2.is-line-side span:before,
    #tinymce.post-type-post h2.is-line-side span:before,
    #tinymce.post-type-page h2.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h2.is-line-side span:before,
    .l-post-content h3.is-line-side span:before,
    #tinymce.post-type-post h3.is-line-side span:before,
    #tinymce.post-type-page h3.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h3.is-line-side span:before,
    .l-post-content h4.is-line-side span:before,
    #tinymce.post-type-post h4.is-line-side span:before,
    #tinymce.post-type-page h4.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h4.is-line-side span:before,
    .l-post-content h5.is-line-side span:before,
    #tinymce.post-type-post h5.is-line-side span:before,
    #tinymce.post-type-page h5.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h5.is-line-side span:before,
    .l-post-content h6.is-line-side span:before,
    #tinymce.post-type-post h6.is-line-side span:before,
    #tinymce.post-type-page h6.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h6.is-line-side span:before {
        width: 2.28571rem;
        height: .14286rem
    }
}

.c-heading.is-line-side span:before,
.l-post-content h2.is-line-side span:before,
#tinymce.post-type-post h2.is-line-side span:before,
#tinymce.post-type-page h2.is-line-side span:before,
#tinymce.mce-content-body.acf_content h2.is-line-side span:before,
.l-post-content h3.is-line-side span:before,
#tinymce.post-type-post h3.is-line-side span:before,
#tinymce.post-type-page h3.is-line-side span:before,
#tinymce.mce-content-body.acf_content h3.is-line-side span:before,
.l-post-content h4.is-line-side span:before,
#tinymce.post-type-post h4.is-line-side span:before,
#tinymce.post-type-page h4.is-line-side span:before,
#tinymce.mce-content-body.acf_content h4.is-line-side span:before,
.l-post-content h5.is-line-side span:before,
#tinymce.post-type-post h5.is-line-side span:before,
#tinymce.post-type-page h5.is-line-side span:before,
#tinymce.mce-content-body.acf_content h5.is-line-side span:before,
.l-post-content h6.is-line-side span:before,
#tinymce.post-type-post h6.is-line-side span:before,
#tinymce.post-type-page h6.is-line-side span:before,
#tinymce.mce-content-body.acf_content h6.is-line-side span:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(calc(-100% - 32px), calc(-50% + 1px))
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-line-side span:before,
    .l-post-content h2.is-line-side span:before,
    #tinymce.post-type-post h2.is-line-side span:before,
    #tinymce.post-type-page h2.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h2.is-line-side span:before,
    .l-post-content h3.is-line-side span:before,
    #tinymce.post-type-post h3.is-line-side span:before,
    #tinymce.post-type-page h3.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h3.is-line-side span:before,
    .l-post-content h4.is-line-side span:before,
    #tinymce.post-type-post h4.is-line-side span:before,
    #tinymce.post-type-page h4.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h4.is-line-side span:before,
    .l-post-content h5.is-line-side span:before,
    #tinymce.post-type-post h5.is-line-side span:before,
    #tinymce.post-type-page h5.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h5.is-line-side span:before,
    .l-post-content h6.is-line-side span:before,
    #tinymce.post-type-post h6.is-line-side span:before,
    #tinymce.post-type-page h6.is-line-side span:before,
    #tinymce.mce-content-body.acf_content h6.is-line-side span:before {
        transform: translate(calc(-100% - 8px), calc(-50% + 1px))
    }
}

.c-heading.is-line-side span:after,
.l-post-content h2.is-line-side span:after,
#tinymce.post-type-post h2.is-line-side span:after,
#tinymce.post-type-page h2.is-line-side span:after,
#tinymce.mce-content-body.acf_content h2.is-line-side span:after,
.l-post-content h3.is-line-side span:after,
#tinymce.post-type-post h3.is-line-side span:after,
#tinymce.post-type-page h3.is-line-side span:after,
#tinymce.mce-content-body.acf_content h3.is-line-side span:after,
.l-post-content h4.is-line-side span:after,
#tinymce.post-type-post h4.is-line-side span:after,
#tinymce.post-type-page h4.is-line-side span:after,
#tinymce.mce-content-body.acf_content h4.is-line-side span:after,
.l-post-content h5.is-line-side span:after,
#tinymce.post-type-post h5.is-line-side span:after,
#tinymce.post-type-page h5.is-line-side span:after,
#tinymce.mce-content-body.acf_content h5.is-line-side span:after,
.l-post-content h6.is-line-side span:after,
#tinymce.post-type-post h6.is-line-side span:after,
#tinymce.post-type-page h6.is-line-side span:after,
#tinymce.mce-content-body.acf_content h6.is-line-side span:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(calc(100% + 32px), calc(-50% + 1px))
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-line-side span:after,
    .l-post-content h2.is-line-side span:after,
    #tinymce.post-type-post h2.is-line-side span:after,
    #tinymce.post-type-page h2.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h2.is-line-side span:after,
    .l-post-content h3.is-line-side span:after,
    #tinymce.post-type-post h3.is-line-side span:after,
    #tinymce.post-type-page h3.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h3.is-line-side span:after,
    .l-post-content h4.is-line-side span:after,
    #tinymce.post-type-post h4.is-line-side span:after,
    #tinymce.post-type-page h4.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h4.is-line-side span:after,
    .l-post-content h5.is-line-side span:after,
    #tinymce.post-type-post h5.is-line-side span:after,
    #tinymce.post-type-page h5.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h5.is-line-side span:after,
    .l-post-content h6.is-line-side span:after,
    #tinymce.post-type-post h6.is-line-side span:after,
    #tinymce.post-type-page h6.is-line-side span:after,
    #tinymce.mce-content-body.acf_content h6.is-line-side span:after {
        transform: translate(calc(100% + 8px), calc(-50% + 1px))
    }
}

.c-heading.is-line-left,
.l-post-content h2.is-line-left,
#tinymce.post-type-post h2.is-line-left,
#tinymce.post-type-page h2.is-line-left,
#tinymce.mce-content-body.acf_content h2.is-line-left,
.l-post-content h3.is-line-left,
#tinymce.post-type-post h3.is-line-left,
#tinymce.post-type-page h3.is-line-left,
#tinymce.mce-content-body.acf_content h3.is-line-left,
.l-post-content h4.is-line-left,
#tinymce.post-type-post h4.is-line-left,
#tinymce.post-type-page h4.is-line-left,
#tinymce.mce-content-body.acf_content h4.is-line-left,
.l-post-content h5.is-line-left,
#tinymce.post-type-post h5.is-line-left,
#tinymce.post-type-page h5.is-line-left,
#tinymce.mce-content-body.acf_content h5.is-line-left,
.l-post-content h6.is-line-left,
#tinymce.post-type-post h6.is-line-left,
#tinymce.post-type-page h6.is-line-left,
#tinymce.mce-content-body.acf_content h6.is-line-left {
    border-left: 4px solid #333;
    padding-left: 1.42857rem;
    text-align: left
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-line-left,
    .l-post-content h2.is-line-left,
    #tinymce.post-type-post h2.is-line-left,
    #tinymce.post-type-page h2.is-line-left,
    #tinymce.mce-content-body.acf_content h2.is-line-left,
    .l-post-content h3.is-line-left,
    #tinymce.post-type-post h3.is-line-left,
    #tinymce.post-type-page h3.is-line-left,
    #tinymce.mce-content-body.acf_content h3.is-line-left,
    .l-post-content h4.is-line-left,
    #tinymce.post-type-post h4.is-line-left,
    #tinymce.post-type-page h4.is-line-left,
    #tinymce.mce-content-body.acf_content h4.is-line-left,
    .l-post-content h5.is-line-left,
    #tinymce.post-type-post h5.is-line-left,
    #tinymce.post-type-page h5.is-line-left,
    #tinymce.mce-content-body.acf_content h5.is-line-left,
    .l-post-content h6.is-line-left,
    #tinymce.post-type-post h6.is-line-left,
    #tinymce.post-type-page h6.is-line-left,
    #tinymce.mce-content-body.acf_content h6.is-line-left {
        border-width: .14286rem
    }
}

.c-heading.is-border-under,
.l-post-content h2.is-border-under,
#tinymce.post-type-post h2.is-border-under,
#tinymce.post-type-page h2.is-border-under,
#tinymce.mce-content-body.acf_content h2.is-border-under,
.l-post-content h3,
#tinymce.post-type-post h3,
#tinymce.post-type-page h3,
#tinymce.mce-content-body.acf_content h3,
.l-post-content h4.is-border-under,
#tinymce.post-type-post h4.is-border-under,
#tinymce.post-type-page h4.is-border-under,
#tinymce.mce-content-body.acf_content h4.is-border-under,
.l-post-content h5.is-border-under,
#tinymce.post-type-post h5.is-border-under,
#tinymce.post-type-page h5.is-border-under,
#tinymce.mce-content-body.acf_content h5.is-border-under,
.l-post-content h6.is-border-under,
#tinymce.post-type-post h6.is-border-under,
#tinymce.post-type-page h6.is-border-under,
#tinymce.mce-content-body.acf_content h6.is-border-under {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1.28571rem;
    margin-bottom: 2.35714rem;
    position: relative;
    text-align: left
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-border-under,
    .l-post-content h2.is-border-under,
    #tinymce.post-type-post h2.is-border-under,
    #tinymce.post-type-page h2.is-border-under,
    #tinymce.mce-content-body.acf_content h2.is-border-under,
    .l-post-content h3,
    #tinymce.post-type-post h3,
    #tinymce.post-type-page h3,
    #tinymce.mce-content-body.acf_content h3,
    .l-post-content h4.is-border-under,
    #tinymce.post-type-post h4.is-border-under,
    #tinymce.post-type-page h4.is-border-under,
    #tinymce.mce-content-body.acf_content h4.is-border-under,
    .l-post-content h5.is-border-under,
    #tinymce.post-type-post h5.is-border-under,
    #tinymce.post-type-page h5.is-border-under,
    #tinymce.mce-content-body.acf_content h5.is-border-under,
    .l-post-content h6.is-border-under,
    #tinymce.post-type-post h6.is-border-under,
    #tinymce.post-type-page h6.is-border-under,
    #tinymce.mce-content-body.acf_content h6.is-border-under {
        border-width: 2px;
        padding-bottom: .85714rem
    }
}

.c-heading.is-border-under.is-sm,
.l-post-content h2.is-border-under.is-sm,
#tinymce.post-type-post h2.is-border-under.is-sm,
#tinymce.post-type-page h2.is-border-under.is-sm,
#tinymce.mce-content-body.acf_content h2.is-border-under.is-sm,
.l-post-content h3,
#tinymce.post-type-post h3,
#tinymce.post-type-page h3,
#tinymce.mce-content-body.acf_content h3,
.l-post-content h4.is-border-under.is-sm,
#tinymce.post-type-post h4.is-border-under.is-sm,
#tinymce.post-type-page h4.is-border-under.is-sm,
#tinymce.mce-content-body.acf_content h4.is-border-under.is-sm,
.l-post-content h5.is-border-under.is-sm,
#tinymce.post-type-post h5.is-border-under.is-sm,
#tinymce.post-type-page h5.is-border-under.is-sm,
#tinymce.mce-content-body.acf_content h5.is-border-under.is-sm,
.l-post-content h6.is-border-under.is-sm,
#tinymce.post-type-post h6.is-border-under.is-sm,
#tinymce.post-type-page h6.is-border-under.is-sm,
#tinymce.mce-content-body.acf_content h6.is-border-under.is-sm {
    margin-bottom: 1.71429rem
}

.c-heading.is-border-top-under,
.l-post-content h2.is-border-top-under,
#tinymce.post-type-post h2.is-border-top-under,
#tinymce.post-type-page h2.is-border-top-under,
#tinymce.mce-content-body.acf_content h2.is-border-top-under,
.l-post-content h3.is-border-top-under,
#tinymce.post-type-post h3.is-border-top-under,
#tinymce.post-type-page h3.is-border-top-under,
#tinymce.mce-content-body.acf_content h3.is-border-top-under,
.l-post-content h4.is-border-top-under,
#tinymce.post-type-post h4.is-border-top-under,
#tinymce.post-type-page h4.is-border-top-under,
#tinymce.mce-content-body.acf_content h4.is-border-top-under,
.l-post-content h5.is-border-top-under,
#tinymce.post-type-post h5.is-border-top-under,
#tinymce.post-type-page h5.is-border-top-under,
#tinymce.mce-content-body.acf_content h5.is-border-top-under,
.l-post-content h6.is-border-top-under,
#tinymce.post-type-post h6.is-border-top-under,
#tinymce.post-type-page h6.is-border-top-under,
#tinymce.mce-content-body.acf_content h6.is-border-top-under {
    border-top: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
    padding: 1.14286rem 0;
    text-align: left
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-border-top-under,
    .l-post-content h2.is-border-top-under,
    #tinymce.post-type-post h2.is-border-top-under,
    #tinymce.post-type-page h2.is-border-top-under,
    #tinymce.mce-content-body.acf_content h2.is-border-top-under,
    .l-post-content h3.is-border-top-under,
    #tinymce.post-type-post h3.is-border-top-under,
    #tinymce.post-type-page h3.is-border-top-under,
    #tinymce.mce-content-body.acf_content h3.is-border-top-under,
    .l-post-content h4.is-border-top-under,
    #tinymce.post-type-post h4.is-border-top-under,
    #tinymce.post-type-page h4.is-border-top-under,
    #tinymce.mce-content-body.acf_content h4.is-border-top-under,
    .l-post-content h5.is-border-top-under,
    #tinymce.post-type-post h5.is-border-top-under,
    #tinymce.post-type-page h5.is-border-top-under,
    #tinymce.mce-content-body.acf_content h5.is-border-top-under,
    .l-post-content h6.is-border-top-under,
    #tinymce.post-type-post h6.is-border-top-under,
    #tinymce.post-type-page h6.is-border-top-under,
    #tinymce.mce-content-body.acf_content h6.is-border-top-under {
        padding: .85714rem 0
    }
}

.c-heading.is-border-primary,
.l-post-content h2.is-border-primary,
#tinymce.post-type-post h2.is-border-primary,
#tinymce.post-type-page h2.is-border-primary,
#tinymce.mce-content-body.acf_content h2.is-border-primary,
.l-post-content h3.is-border-primary,
#tinymce.post-type-post h3.is-border-primary,
#tinymce.post-type-page h3.is-border-primary,
#tinymce.mce-content-body.acf_content h3.is-border-primary,
.l-post-content h4.is-border-primary,
#tinymce.post-type-post h4.is-border-primary,
#tinymce.post-type-page h4.is-border-primary,
#tinymce.mce-content-body.acf_content h4.is-border-primary,
.l-post-content h5.is-border-primary,
#tinymce.post-type-post h5.is-border-primary,
#tinymce.post-type-page h5.is-border-primary,
#tinymce.mce-content-body.acf_content h5.is-border-primary,
.l-post-content h6.is-border-primary,
#tinymce.post-type-post h6.is-border-primary,
#tinymce.post-type-page h6.is-border-primary,
#tinymce.mce-content-body.acf_content h6.is-border-primary {
    border-bottom: 2px solid #333;
    padding-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-border-primary,
    .l-post-content h2.is-border-primary,
    #tinymce.post-type-post h2.is-border-primary,
    #tinymce.post-type-page h2.is-border-primary,
    #tinymce.mce-content-body.acf_content h2.is-border-primary,
    .l-post-content h3.is-border-primary,
    #tinymce.post-type-post h3.is-border-primary,
    #tinymce.post-type-page h3.is-border-primary,
    #tinymce.mce-content-body.acf_content h3.is-border-primary,
    .l-post-content h4.is-border-primary,
    #tinymce.post-type-post h4.is-border-primary,
    #tinymce.post-type-page h4.is-border-primary,
    #tinymce.mce-content-body.acf_content h4.is-border-primary,
    .l-post-content h5.is-border-primary,
    #tinymce.post-type-post h5.is-border-primary,
    #tinymce.post-type-page h5.is-border-primary,
    #tinymce.mce-content-body.acf_content h5.is-border-primary,
    .l-post-content h6.is-border-primary,
    #tinymce.post-type-post h6.is-border-primary,
    #tinymce.post-type-page h6.is-border-primary,
    #tinymce.mce-content-body.acf_content h6.is-border-primary {
        border-width: 1px;
        padding-bottom: .85714rem
    }
}

.c-heading.is-bg-color,
.l-post-content h2.is-bg-color,
#tinymce.post-type-post h2.is-bg-color,
#tinymce.post-type-page h2.is-bg-color,
#tinymce.mce-content-body.acf_content h2.is-bg-color,
.l-post-content h3.is-bg-color,
#tinymce.post-type-post h3.is-bg-color,
#tinymce.post-type-page h3.is-bg-color,
#tinymce.mce-content-body.acf_content h3.is-bg-color,
.l-post-content h4,
#tinymce.post-type-post h4,
#tinymce.post-type-page h4,
#tinymce.mce-content-body.acf_content h4,
.l-post-content h5.is-bg-color,
#tinymce.post-type-post h5.is-bg-color,
#tinymce.post-type-page h5.is-bg-color,
#tinymce.mce-content-body.acf_content h5.is-bg-color,
.l-post-content h6.is-bg-color,
#tinymce.post-type-post h6.is-bg-color,
#tinymce.post-type-page h6.is-bg-color,
#tinymce.mce-content-body.acf_content h6.is-bg-color {
    background-color: rgba(198, 198, 198, 0.1);
    padding: 1.14286rem 2rem;
    border-left: 4px solid #333;
    text-align: left;
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-bg-color,
    .l-post-content h2.is-bg-color,
    #tinymce.post-type-post h2.is-bg-color,
    #tinymce.post-type-page h2.is-bg-color,
    #tinymce.mce-content-body.acf_content h2.is-bg-color,
    .l-post-content h3.is-bg-color,
    #tinymce.post-type-post h3.is-bg-color,
    #tinymce.post-type-page h3.is-bg-color,
    #tinymce.mce-content-body.acf_content h3.is-bg-color,
    .l-post-content h4,
    #tinymce.post-type-post h4,
    #tinymce.post-type-page h4,
    #tinymce.mce-content-body.acf_content h4,
    .l-post-content h5.is-bg-color,
    #tinymce.post-type-post h5.is-bg-color,
    #tinymce.post-type-page h5.is-bg-color,
    #tinymce.mce-content-body.acf_content h5.is-bg-color,
    .l-post-content h6.is-bg-color,
    #tinymce.post-type-post h6.is-bg-color,
    #tinymce.post-type-page h6.is-bg-color,
    #tinymce.mce-content-body.acf_content h6.is-bg-color {
        border-width: 2px;
        padding: .57143rem 1.14286rem;
        margin-bottom: .85714rem
    }
}

.c-heading.is-bg-color.is-xs,
.l-post-content h2.is-bg-color.is-xs,
#tinymce.post-type-post h2.is-bg-color.is-xs,
#tinymce.post-type-page h2.is-bg-color.is-xs,
#tinymce.mce-content-body.acf_content h2.is-bg-color.is-xs,
.l-post-content h3.is-bg-color.is-xs,
#tinymce.post-type-post h3.is-bg-color.is-xs,
#tinymce.post-type-page h3.is-bg-color.is-xs,
#tinymce.mce-content-body.acf_content h3.is-bg-color.is-xs,
.l-post-content h4,
#tinymce.post-type-post h4,
#tinymce.post-type-page h4,
#tinymce.mce-content-body.acf_content h4,
.l-post-content h5.is-bg-color.is-xs,
#tinymce.post-type-post h5.is-bg-color.is-xs,
#tinymce.post-type-page h5.is-bg-color.is-xs,
#tinymce.mce-content-body.acf_content h5.is-bg-color.is-xs,
.l-post-content h6.is-bg-color.is-xs,
#tinymce.post-type-post h6.is-bg-color.is-xs,
#tinymce.post-type-page h6.is-bg-color.is-xs,
#tinymce.mce-content-body.acf_content h6.is-bg-color.is-xs {
    padding: .71429rem 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-bg-color.is-xs,
    .l-post-content h2.is-bg-color.is-xs,
    #tinymce.post-type-post h2.is-bg-color.is-xs,
    #tinymce.post-type-page h2.is-bg-color.is-xs,
    #tinymce.mce-content-body.acf_content h2.is-bg-color.is-xs,
    .l-post-content h3.is-bg-color.is-xs,
    #tinymce.post-type-post h3.is-bg-color.is-xs,
    #tinymce.post-type-page h3.is-bg-color.is-xs,
    #tinymce.mce-content-body.acf_content h3.is-bg-color.is-xs,
    .l-post-content h4,
    #tinymce.post-type-post h4,
    #tinymce.post-type-page h4,
    #tinymce.mce-content-body.acf_content h4,
    .l-post-content h5.is-bg-color.is-xs,
    #tinymce.post-type-post h5.is-bg-color.is-xs,
    #tinymce.post-type-page h5.is-bg-color.is-xs,
    #tinymce.mce-content-body.acf_content h5.is-bg-color.is-xs,
    .l-post-content h6.is-bg-color.is-xs,
    #tinymce.post-type-post h6.is-bg-color.is-xs,
    #tinymce.post-type-page h6.is-bg-color.is-xs,
    #tinymce.mce-content-body.acf_content h6.is-bg-color.is-xs {
        padding: .35714rem 1.14286rem
    }
}

.c-heading.is-icon,
.l-post-content h2.is-icon,
#tinymce.post-type-post h2.is-icon,
#tinymce.post-type-page h2.is-icon,
#tinymce.mce-content-body.acf_content h2.is-icon,
.l-post-content h3.is-icon,
#tinymce.post-type-post h3.is-icon,
#tinymce.post-type-page h3.is-icon,
#tinymce.mce-content-body.acf_content h3.is-icon,
.l-post-content h4.is-icon,
#tinymce.post-type-post h4.is-icon,
#tinymce.post-type-page h4.is-icon,
#tinymce.mce-content-body.acf_content h4.is-icon,
.l-post-content h5,
#tinymce.post-type-post h5,
#tinymce.post-type-page h5,
#tinymce.mce-content-body.acf_content h5,
.l-post-content h6.is-icon,
#tinymce.post-type-post h6.is-icon,
#tinymce.post-type-page h6.is-icon,
#tinymce.mce-content-body.acf_content h6.is-icon {
    position: relative;
    text-align: left;
    padding-left: 1.35em
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-icon,
    .l-post-content h2.is-icon,
    #tinymce.post-type-post h2.is-icon,
    #tinymce.post-type-page h2.is-icon,
    #tinymce.mce-content-body.acf_content h2.is-icon,
    .l-post-content h3.is-icon,
    #tinymce.post-type-post h3.is-icon,
    #tinymce.post-type-page h3.is-icon,
    #tinymce.mce-content-body.acf_content h3.is-icon,
    .l-post-content h4.is-icon,
    #tinymce.post-type-post h4.is-icon,
    #tinymce.post-type-page h4.is-icon,
    #tinymce.mce-content-body.acf_content h4.is-icon,
    .l-post-content h5,
    #tinymce.post-type-post h5,
    #tinymce.post-type-page h5,
    #tinymce.mce-content-body.acf_content h5,
    .l-post-content h6.is-icon,
    #tinymce.post-type-post h6.is-icon,
    #tinymce.post-type-page h6.is-icon,
    #tinymce.mce-content-body.acf_content h6.is-icon {
        padding-left: 1.71429rem
    }
}

.c-heading.is-icon:before,
.l-post-content h2.is-icon:before,
#tinymce.post-type-post h2.is-icon:before,
#tinymce.post-type-page h2.is-icon:before,
#tinymce.mce-content-body.acf_content h2.is-icon:before,
.l-post-content h3.is-icon:before,
#tinymce.post-type-post h3.is-icon:before,
#tinymce.post-type-page h3.is-icon:before,
#tinymce.mce-content-body.acf_content h3.is-icon:before,
.l-post-content h4.is-icon:before,
#tinymce.post-type-post h4.is-icon:before,
#tinymce.post-type-page h4.is-icon:before,
#tinymce.mce-content-body.acf_content h4.is-icon:before,
.l-post-content h5:before,
#tinymce.post-type-post h5:before,
#tinymce.post-type-page h5:before,
#tinymce.mce-content-body.acf_content h5:before,
.l-post-content h6.is-icon:before,
#tinymce.post-type-post h6.is-icon:before,
#tinymce.post-type-page h6.is-icon:before,
#tinymce.mce-content-body.acf_content h6.is-icon:before {
    content: "\f10c";
    font-family: "FontAwesome";
    font-size: 1.1em;
    line-height: 1.4;
    display: block;
    color: #333;
    position: absolute;
    left: 0;
    top: 1.5px;
    font-weight: 400
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-heading.is-icon:before,
    .l-post-content h2.is-icon:before,
    #tinymce.post-type-post h2.is-icon:before,
    #tinymce.post-type-page h2.is-icon:before,
    #tinymce.mce-content-body.acf_content h2.is-icon:before,
    .l-post-content h3.is-icon:before,
    #tinymce.post-type-post h3.is-icon:before,
    #tinymce.post-type-page h3.is-icon:before,
    #tinymce.mce-content-body.acf_content h3.is-icon:before,
    .l-post-content h4.is-icon:before,
    #tinymce.post-type-post h4.is-icon:before,
    #tinymce.post-type-page h4.is-icon:before,
    #tinymce.mce-content-body.acf_content h4.is-icon:before,
    .l-post-content h5:before,
    #tinymce.post-type-post h5:before,
    #tinymce.post-type-page h5:before,
    #tinymce.mce-content-body.acf_content h5:before,
    .l-post-content h6.is-icon:before,
    #tinymce.post-type-post h6.is-icon:before,
    #tinymce.post-type-page h6.is-icon:before,
    #tinymce.mce-content-body.acf_content h6.is-icon:before {
        font-size: 1.37143rem;
        line-height: 1.3
    }
}

.c-heading.is-color-primary,
.l-post-content h2.is-color-primary,
#tinymce.post-type-post h2.is-color-primary,
#tinymce.post-type-page h2.is-color-primary,
#tinymce.mce-content-body.acf_content h2.is-color-primary,
.l-post-content h3.is-color-primary,
#tinymce.post-type-post h3.is-color-primary,
#tinymce.post-type-page h3.is-color-primary,
#tinymce.mce-content-body.acf_content h3.is-color-primary,
.l-post-content h4,
#tinymce.post-type-post h4,
#tinymce.post-type-page h4,
#tinymce.mce-content-body.acf_content h4,
.l-post-content h5.is-color-primary,
#tinymce.post-type-post h5.is-color-primary,
#tinymce.post-type-page h5.is-color-primary,
#tinymce.mce-content-body.acf_content h5.is-color-primary,
.l-post-content h6.is-color-primary,
#tinymce.post-type-post h6.is-color-primary,
#tinymce.post-type-page h6.is-color-primary,
#tinymce.mce-content-body.acf_content h6.is-color-primary {
    color: #333
}

.c-heading.is-white,
.l-post-content h2.is-white,
#tinymce.post-type-post h2.is-white,
#tinymce.post-type-page h2.is-white,
#tinymce.mce-content-body.acf_content h2.is-white,
.l-post-content h3.is-white,
#tinymce.post-type-post h3.is-white,
#tinymce.post-type-page h3.is-white,
#tinymce.mce-content-body.acf_content h3.is-white,
.l-post-content h4.is-white,
#tinymce.post-type-post h4.is-white,
#tinymce.post-type-page h4.is-white,
#tinymce.mce-content-body.acf_content h4.is-white,
.l-post-content h5.is-white,
#tinymce.post-type-post h5.is-white,
#tinymce.post-type-page h5.is-white,
#tinymce.mce-content-body.acf_content h5.is-white,
.l-post-content h6.is-white,
#tinymce.post-type-post h6.is-white,
#tinymce.post-type-page h6.is-white,
#tinymce.mce-content-body.acf_content h6.is-white {
    color: #fff
}

.c-heading.is-white span:before,
.l-post-content h2.is-white span:before,
#tinymce.post-type-post h2.is-white span:before,
#tinymce.post-type-page h2.is-white span:before,
#tinymce.mce-content-body.acf_content h2.is-white span:before,
.l-post-content h3.is-white span:before,
#tinymce.post-type-post h3.is-white span:before,
#tinymce.post-type-page h3.is-white span:before,
#tinymce.mce-content-body.acf_content h3.is-white span:before,
.l-post-content h4.is-white span:before,
#tinymce.post-type-post h4.is-white span:before,
#tinymce.post-type-page h4.is-white span:before,
#tinymce.mce-content-body.acf_content h4.is-white span:before,
.l-post-content h5.is-white span:before,
#tinymce.post-type-post h5.is-white span:before,
#tinymce.post-type-page h5.is-white span:before,
#tinymce.mce-content-body.acf_content h5.is-white span:before,
.l-post-content h6.is-white span:before,
#tinymce.post-type-post h6.is-white span:before,
#tinymce.post-type-page h6.is-white span:before,
#tinymce.mce-content-body.acf_content h6.is-white span:before,
.c-heading.is-white span:after,
.l-post-content h2.is-white span:after,
#tinymce.post-type-post h2.is-white span:after,
#tinymce.post-type-page h2.is-white span:after,
#tinymce.mce-content-body.acf_content h2.is-white span:after,
.l-post-content h3.is-white span:after,
#tinymce.post-type-post h3.is-white span:after,
#tinymce.post-type-page h3.is-white span:after,
#tinymce.mce-content-body.acf_content h3.is-white span:after,
.l-post-content h4.is-white span:after,
#tinymce.post-type-post h4.is-white span:after,
#tinymce.post-type-page h4.is-white span:after,
#tinymce.mce-content-body.acf_content h4.is-white span:after,
.l-post-content h5.is-white span:after,
#tinymce.post-type-post h5.is-white span:after,
#tinymce.post-type-page h5.is-white span:after,
#tinymce.mce-content-body.acf_content h5.is-white span:after,
.l-post-content h6.is-white span:after,
#tinymce.post-type-post h6.is-white span:after,
#tinymce.post-type-page h6.is-white span:after,
#tinymce.mce-content-body.acf_content h6.is-white span:after {
    background: #fff
}

.c-heading.is-top,
.l-post-content h2.is-top,
#tinymce.post-type-post h2.is-top,
#tinymce.post-type-page h2.is-top,
#tinymce.mce-content-body.acf_content h2.is-top,
.l-post-content h3.is-top,
#tinymce.post-type-post h3.is-top,
#tinymce.post-type-page h3.is-top,
#tinymce.mce-content-body.acf_content h3.is-top,
.l-post-content h4.is-top,
#tinymce.post-type-post h4.is-top,
#tinymce.post-type-page h4.is-top,
#tinymce.mce-content-body.acf_content h4.is-top,
.l-post-content h5.is-top,
#tinymce.post-type-post h5.is-top,
#tinymce.post-type-page h5.is-top,
#tinymce.mce-content-body.acf_content h5.is-top,
.l-post-content h6.is-top,
#tinymce.post-type-post h6.is-top,
#tinymce.post-type-page h6.is-top,
#tinymce.mce-content-body.acf_content h6.is-top {
    margin-bottom: 0 !important
}

.c-heading.is-bottom,
.l-post-content h2.is-bottom,
#tinymce.post-type-post h2.is-bottom,
#tinymce.post-type-page h2.is-bottom,
#tinymce.mce-content-body.acf_content h2.is-bottom,
.l-post-content h3.is-bottom,
#tinymce.post-type-post h3.is-bottom,
#tinymce.post-type-page h3.is-bottom,
#tinymce.mce-content-body.acf_content h3.is-bottom,
.l-post-content h4.is-bottom,
#tinymce.post-type-post h4.is-bottom,
#tinymce.post-type-page h4.is-bottom,
#tinymce.mce-content-body.acf_content h4.is-bottom,
.l-post-content h5.is-bottom,
#tinymce.post-type-post h5.is-bottom,
#tinymce.post-type-page h5.is-bottom,
#tinymce.mce-content-body.acf_content h5.is-bottom,
.l-post-content h6.is-bottom,
#tinymce.post-type-post h6.is-bottom,
#tinymce.post-type-page h6.is-bottom,
#tinymce.mce-content-body.acf_content h6.is-bottom {
    margin-top: 0 !important
}

.c-heading.is-text-left,
.l-post-content h2.is-text-left,
#tinymce.post-type-post h2.is-text-left,
#tinymce.post-type-page h2.is-text-left,
#tinymce.mce-content-body.acf_content h2.is-text-left,
.l-post-content h3.is-text-left,
#tinymce.post-type-post h3.is-text-left,
#tinymce.post-type-page h3.is-text-left,
#tinymce.mce-content-body.acf_content h3.is-text-left,
.l-post-content h4.is-text-left,
#tinymce.post-type-post h4.is-text-left,
#tinymce.post-type-page h4.is-text-left,
#tinymce.mce-content-body.acf_content h4.is-text-left,
.l-post-content h5.is-text-left,
#tinymce.post-type-post h5.is-text-left,
#tinymce.post-type-page h5.is-text-left,
#tinymce.mce-content-body.acf_content h5.is-text-left,
.l-post-content h6.is-text-left,
#tinymce.post-type-post h6.is-text-left,
#tinymce.post-type-page h6.is-text-left,
#tinymce.mce-content-body.acf_content h6.is-text-left,
.l-post-content.is-twocolumns h2,
.is-twocolumns#tinymce.post-type-post h2,
.is-twocolumns#tinymce.post-type-page h2,
.is-twocolumns#tinymce.mce-content-body.acf_content h2 {
    text-align: left
}

.c-heading.is-text-left:after,
.l-post-content h2.is-text-left:after,
#tinymce.post-type-post h2.is-text-left:after,
#tinymce.post-type-page h2.is-text-left:after,
#tinymce.mce-content-body.acf_content h2.is-text-left:after,
.l-post-content h3.is-text-left:after,
#tinymce.post-type-post h3.is-text-left:after,
#tinymce.post-type-page h3.is-text-left:after,
#tinymce.mce-content-body.acf_content h3.is-text-left:after,
.l-post-content h4.is-text-left:after,
#tinymce.post-type-post h4.is-text-left:after,
#tinymce.post-type-page h4.is-text-left:after,
#tinymce.mce-content-body.acf_content h4.is-text-left:after,
.l-post-content h5.is-text-left:after,
#tinymce.post-type-post h5.is-text-left:after,
#tinymce.post-type-page h5.is-text-left:after,
#tinymce.mce-content-body.acf_content h5.is-text-left:after,
.l-post-content h6.is-text-left:after,
#tinymce.post-type-post h6.is-text-left:after,
#tinymce.post-type-page h6.is-text-left:after,
#tinymce.mce-content-body.acf_content h6.is-text-left:after,
.l-post-content.is-twocolumns h2:after,
.is-twocolumns#tinymce.post-type-post h2:after,
.is-twocolumns#tinymce.post-type-page h2:after,
.is-twocolumns#tinymce.mce-content-body.acf_content h2:after {
    left: 0;
    transform: translateX(0)
}

.c-hero-block-line {
    overflow: hidden
}

.c-hero-block-line .l-container {
    position: relative
}

.c-hero-block-line__block {
    margin-bottom: 5.71429rem;
    position: relative;
    min-height: 34.28571rem;
    padding-top: 3.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__block {
        margin-bottom: 2.28571rem;
        min-height: inherit;
        padding-top: 0 !important
    }
}

.c-hero-block-line__block:nth-child(even) .c-hero-block-line__image,
.c-hero-block-line__block.is-reverse .c-hero-block-line__image {
    left: auto;
    right: 0
}

.c-hero-block-line__block:nth-child(even) .c-hero-block-line__content,
.c-hero-block-line__block.is-reverse .c-hero-block-line__content {
    margin-left: 0;
    padding-right: 14.03509%;
    padding-left: 5.4386%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content,
    .c-hero-block-line__block.is-reverse .c-hero-block-line__content {
        padding-left: 1.71429rem;
        padding-right: 1.71429rem
    }
}

.c-hero-block-line__block:nth-child(even) .c-hero-block-line__link,
.c-hero-block-line__block.is-reverse .c-hero-block-line__link {
    right: 27.21088%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-hero-block-line__block:nth-child(even) .c-hero-block-line__link,
    .c-hero-block-line__block.is-reverse .c-hero-block-line__link {
        right: auto
    }
}

.c-hero-block-line__block:last-child {
    margin-bottom: .57143rem
}

.c-hero-block-line__image {
    display: block;
    position: absolute;
    top: -3.42857rem;
    left: 0;
    height: 28.57143rem;
    overflow: hidden;
    width: 51.57895%;
    z-index: 2;
    opacity: 1 !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__image {
        position: relative;
        width: 100%;
        height: 55vw;
        top: 0
    }
}

.c-hero-block-line__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all .2s
}

.c-hero-block-line__image:hover:after {
    opacity: 0.3
}

.c-hero-block-line__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__image img {
        height: 100%
    }
}

.c-hero-block-line__content {
    background-color: #fff;
    position: relative;
    width: 57.01754%;
    min-height: 22.28571rem;
    margin-left: auto;
    padding-top: 6.28571rem;
    padding-right: 4.57143rem;
    padding-bottom: 7.35714rem;
    padding-left: 14.03509%;
    border: 1px solid #333;
    z-index: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__content {
        width: calc(100% - 24px);
        min-height: inherit;
        margin-top: -2.85714rem;
        z-index: 99;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 1.42857rem 1.71429rem 1.14286rem
    }
}

.c-hero-block-line__label {
    margin-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__label {
        margin-bottom: .85714rem
    }
}

.c-hero-block-line__detail {
    color: #333;
    font-weight: 400
}

.c-hero-block-line__link {
    position: absolute;
    bottom: 3.71429rem;
    right: 4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__link {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: right;
        margin-top: 1.14286rem
    }
}

.c-hero-block-line__link a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: .1em;
    line-height: 214.28571%;
    font-weight: 700;
    display: inline-block;
    padding-right: 1.28571rem;
    position: relative
}

.c-hero-block-line__link a:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.c-hero-block-line__head {
    display: flex;
    align-items: center;
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__head {
        margin-bottom: .85714rem
    }
}

.c-hero-block-line__head small {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 7.14286rem;
    opacity: 0.25;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    margin-right: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__head small {
        font-size: 3.57143rem;
        margin-right: .57143rem
    }
}

.c-hero-block-line__head span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2rem;
    letter-spacing: 0.1em
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__head span {
        font-size: 1.7rem
    }
}

.c-hero-block-line__button {
    margin-top: 2.28571rem;
    text-align: right
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line__button {
        margin-top: 1.14286rem
    }
}

.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content {
    border-right: none
}

.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content:after {
    content: '';
    display: block;
    background: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    height: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    width: 2000px;
    transform: translateX(100%);
    z-index: 10
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content {
        border-left: none;
        padding-left: 0;
        padding-right: 0
    }

    .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content:before {
        content: '';
        display: block;
        background: #fff;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        height: 100%;
        position: absolute;
        top: -1px;
        left: 0;
        width: 2000px;
        transform: translateX(-100%);
        z-index: 10
    }
}

.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content {
    border-left: none
}

.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content:after {
    content: '';
    display: block;
    background: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    width: 2000px;
    transform: translateX(-100%);
    z-index: 10
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content {
        padding-left: 0;
        padding-right: 0;
        border-right: 0
    }

    .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content:before {
        content: '';
        display: block;
        background: #fff;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        height: 100%;
        position: absolute;
        top: -1px;
        right: 0;
        width: 2000px;
        transform: translateX(100%);
        z-index: 10
    }
}

.c-hero-block-square__block {
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-square__block {
        margin-bottom: 1.14286rem
    }
}

.c-hero-block-square__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    min-height: 28.57143rem;
    overflow: hidden
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-square__image {
        position: relative;
        width: 100%;
        min-height: 60vw
    }
}

.c-hero-block-square__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: inherit
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-square__image img {
        width: auto;
        height: 100%
    }
}

.c-hero-block-square__content {
    width: 50%;
    margin-left: auto;
    padding: 4rem 0 4rem 4.57143rem;
    display: flex;
    min-height: 28.57143rem;
    align-items: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-square__content {
        width: 100%;
        padding: 1.71429rem 0 !important;
        min-height: inherit;
        display: block
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-hero-block-square__content .c-heading,
    .c-hero-block-square__content .l-post-content h2,
    .l-post-content .c-hero-block-square__content h2,
    .c-hero-block-square__content #tinymce.post-type-post h2,
    #tinymce.post-type-post .c-hero-block-square__content h2,
    .c-hero-block-square__content #tinymce.post-type-page h2,
    #tinymce.post-type-page .c-hero-block-square__content h2,
    .c-hero-block-square__content #tinymce.mce-content-body.acf_content h2,
    #tinymce.mce-content-body.acf_content .c-hero-block-square__content h2,
    .c-hero-block-square__content .l-post-content h3,
    .l-post-content .c-hero-block-square__content h3,
    .c-hero-block-square__content #tinymce.post-type-post h3,
    #tinymce.post-type-post .c-hero-block-square__content h3,
    .c-hero-block-square__content #tinymce.post-type-page h3,
    #tinymce.post-type-page .c-hero-block-square__content h3,
    .c-hero-block-square__content #tinymce.mce-content-body.acf_content h3,
    #tinymce.mce-content-body.acf_content .c-hero-block-square__content h3,
    .c-hero-block-square__content .l-post-content h4,
    .l-post-content .c-hero-block-square__content h4,
    .c-hero-block-square__content #tinymce.post-type-post h4,
    #tinymce.post-type-post .c-hero-block-square__content h4,
    .c-hero-block-square__content #tinymce.post-type-page h4,
    #tinymce.post-type-page .c-hero-block-square__content h4,
    .c-hero-block-square__content #tinymce.mce-content-body.acf_content h4,
    #tinymce.mce-content-body.acf_content .c-hero-block-square__content h4,
    .c-hero-block-square__content .l-post-content h5,
    .l-post-content .c-hero-block-square__content h5,
    .c-hero-block-square__content #tinymce.post-type-post h5,
    #tinymce.post-type-post .c-hero-block-square__content h5,
    .c-hero-block-square__content #tinymce.post-type-page h5,
    #tinymce.post-type-page .c-hero-block-square__content h5,
    .c-hero-block-square__content #tinymce.mce-content-body.acf_content h5,
    #tinymce.mce-content-body.acf_content .c-hero-block-square__content h5,
    .c-hero-block-square__content .l-post-content h6,
    .l-post-content .c-hero-block-square__content h6,
    .c-hero-block-square__content #tinymce.post-type-post h6,
    #tinymce.post-type-post .c-hero-block-square__content h6,
    .c-hero-block-square__content #tinymce.post-type-page h6,
    #tinymce.post-type-page .c-hero-block-square__content h6,
    .c-hero-block-square__content #tinymce.mce-content-body.acf_content h6,
    #tinymce.mce-content-body.acf_content .c-hero-block-square__content h6 {
        margin-bottom: 1.14286rem !important
    }
}

.c-hero-block-square__button {
    margin-top: 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-square__button {
        margin-top: 1.71429rem
    }
}

.c-hero-block-square__block:nth-child(even) .c-hero-block-square__image,
.c-hero-block-square__block.is-reverse .c-hero-block-square__image {
    left: auto;
    right: 0
}

.c-hero-block-square__block:nth-child(even) .c-hero-block-square__content,
.c-hero-block-square__block.is-reverse .c-hero-block-square__content {
    margin-left: 0;
    padding: 4rem 4.57143rem 4rem 0
}

.c-hero-block-square.is-number .c-hero-block-square__heading {
    display: flex;
    align-items: center;
    margin-bottom: .57143rem
}

.c-hero-block-square.is-number .c-hero-block-square__heading span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 60px;
    line-height: 1.18333;
    letter-spacing: 0;
    color: #333;
    margin-right: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-square.is-number .c-hero-block-square__heading span {
        font-size: 3.42857rem
    }
}

.c-hero-block-square.is-number .c-hero-block-square__heading .c-heading,
.c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h2,
.l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h2,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h2,
#tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h2,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h2,
#tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h2,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h2,
#tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h2,
.c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h3,
.l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h3,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h3,
#tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h3,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h3,
#tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h3,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h3,
#tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h3,
.c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h4,
.l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h4,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h4,
#tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h4,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h4,
#tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h4,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h4,
#tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h4,
.c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h5,
.l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h5,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h5,
#tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h5,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h5,
#tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h5,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h5,
#tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h5,
.c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h6,
.l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h6,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h6,
#tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h6,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h6,
#tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h6,
.c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h6,
#tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h6 {
    margin-bottom: 0
}

.c-hero-block-square.is-zigzag .c-hero-block-square__block {
    margin-bottom: 5.71429rem
}

.c-hero-block-square.is-zigzag .c-hero-block-square__image {
    width: 51.28571%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-square.is-zigzag .c-hero-block-square__image {
        width: 100%
    }
}

.c-hero-block-square.is-zigzag .c-hero-block-square__content {
    width: 48.24561%;
    padding-top: 0;
    padding-bottom: 0;
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block-square.is-zigzag .c-hero-block-square__content {
        width: 100%
    }
}

.c-hero-block-square.is-zigzag .c-hero-block-square__title {
    margin-top: 0;
    margin-bottom: 1.71429rem
}

.c-hero-block-square.is-zigzag .c-hero-block-square__question {
    margin-bottom: 1.71429rem
}

.c-hero-block {
    overflow: hidden
}

.c-hero-block__block {
    margin-bottom: 5.71429rem;
    position: relative;
    min-height: 34.28571rem;
    padding-top: 5.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block__block {
        margin-bottom: 3.42857rem;
        min-height: inherit;
        padding-top: 0 !important
    }
}

.c-hero-block__block:nth-child(even) .c-hero-block__image,
.c-hero-block__block.is-reverse .c-hero-block__image {
    left: auto;
    right: 0
}

.c-hero-block__block:nth-child(even) .c-hero-block__content,
.c-hero-block__block.is-reverse .c-hero-block__content {
    margin-left: 0
}

.c-hero-block__block:last-child {
    margin-bottom: .57143rem
}

.c-hero-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 34.28571rem;
    overflow: hidden
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block__image {
        position: relative;
        width: 100%;
        height: 55vw
    }
}

.c-hero-block__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block__image img {
        width: 100%;
        height: 100%
    }
}

.c-hero-block__content {
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 51.57895%;
    min-height: 22.28571rem;
    margin-left: auto;
    padding: 4.57143rem;
    border: 1px solid #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block__content {
        width: 100%;
        min-height: inherit;
        margin-top: -1.71429rem;
        padding: 1.71429rem
    }
}

.c-hero-block__detail {
    color: #333;
    font-weight: 400
}

.c-hero-block__head {
    display: flex;
    align-items: center;
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block__head {
        margin-bottom: .85714rem
    }
}

.c-hero-block__head small {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 7.14286rem;
    opacity: 0.25;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    margin-right: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block__head small {
        font-size: 3.57143rem;
        margin-right: .57143rem
    }
}

.c-hero-block__head span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2rem;
    letter-spacing: 0.1em
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block__head span {
        font-size: 1.7rem
    }
}

.c-hero-block__button {
    margin-top: 2.28571rem;
    text-align: right
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block__button {
        margin-top: 1.14286rem
    }
}

.c-hero-block.is-skew .c-hero-block__block {
    padding-top: 2.85714rem
}

.c-hero-block.is-skew .c-hero-block__image:after {
    content: "";
    display: block;
    width: 14.28571rem;
    height: 100%;
    transform: translateX(50%) skew(-15deg);
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block.is-skew .c-hero-block__image:after {
        display: none
    }
}

.c-hero-block.is-skew .c-hero-block__content {
    width: 59.64912%;
    min-height: 28.57143rem;
    transform: skew(-15deg);
    border: none;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.16));
    position: relative;
    padding: 4.57143rem 4.57143rem 8.57143rem 6.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block.is-skew .c-hero-block__content {
        width: 100%;
        min-height: inherit;
        padding: 1.71429rem 1.71429rem 2.28571rem 2.85714rem
    }
}

.c-hero-block.is-skew .c-hero-block__content:after {
    content: "";
    display: block;
    width: 1000px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%)
}

.c-hero-block.is-skew .c-hero-block__title {
    text-align: left
}

.c-hero-block.is-skew .c-hero-block__inner {
    transform: skew(15deg)
}

.c-hero-block.is-skew .c-hero-block__block:nth-child(even) .c-hero-block__image:after {
    transform: translateX(-50%) skew(-15deg);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.c-hero-block.is-skew .c-hero-block__block:nth-child(even) .c-hero-block__content {
    padding: 4.57143rem 6.28571rem 8.57143rem 4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block.is-skew .c-hero-block__block:nth-child(even) .c-hero-block__content {
        padding: 1.71429rem 2.85714rem 2.28571rem 1.71429rem
    }
}

.c-hero-block.is-skew .c-hero-block__block:nth-child(even) .c-hero-block__content:after {
    right: auto;
    left: 0;
    transform: translateX(-100%)
}

.c-hero-block.is-down .c-hero-block__block {
    display: flex;
    align-items: flex-end;
    min-height: inherit;
    padding-top: 0;
    padding-bottom: 4.57143rem;
    margin-bottom: 4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block.is-down .c-hero-block__block {
        display: block;
        padding-bottom: 0
    }
}

.c-hero-block.is-down .c-hero-block__block:nth-child(even) .c-hero-block__image {
    order: 2
}

.c-hero-block.is-down .c-hero-block__block:nth-child(even) .c-hero-block__content {
    order: 1;
    margin-left: 0;
    margin-right: -9.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block.is-down .c-hero-block__block:nth-child(even) .c-hero-block__content {
        margin-right: 0
    }
}

.c-hero-block.is-down .c-hero-block__image {
    position: inherit;
    width: 60.17544%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block.is-down .c-hero-block__image {
        position: relative;
        width: 100%
    }
}

.c-hero-block.is-down .c-hero-block__content {
    border: none;
    margin-left: -9.57143rem;
    margin-bottom: -4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-hero-block.is-down .c-hero-block__content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0
    }
}

.c-hero-block.is-down .c-hero-block__button {
    text-align: left
}

hr,
.c-hr {
    border-top: 1px solid #CCC;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
    margin: 3.42857rem auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    hr,
    .c-hr {
        margin: 2.28571rem auto
    }
}

hr.is-border-dotted,
.c-hr.is-border-dotted {
    border-top: 1px dotted #CCC
}

hr.is-line-double,
.c-hr.is-line-double {
    border-bottom: 1px solid #CCC;
    height: 2px
}

.c-image-block {
    max-width: 72.57143rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.c-image-block .c-heading.is-xlg,
.c-image-block .l-post-content h2.is-xlg,
.l-post-content .c-image-block h2.is-xlg,
.c-image-block #tinymce.post-type-post h2.is-xlg,
#tinymce.post-type-post .c-image-block h2.is-xlg,
.c-image-block #tinymce.post-type-page h2.is-xlg,
#tinymce.post-type-page .c-image-block h2.is-xlg,
.c-image-block #tinymce.mce-content-body.acf_content h2.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block h2.is-xlg,
.c-image-block .l-post-content h3.is-xlg,
.l-post-content .c-image-block h3.is-xlg,
.c-image-block #tinymce.post-type-post h3.is-xlg,
#tinymce.post-type-post .c-image-block h3.is-xlg,
.c-image-block #tinymce.post-type-page h3.is-xlg,
#tinymce.post-type-page .c-image-block h3.is-xlg,
.c-image-block #tinymce.mce-content-body.acf_content h3.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block h3.is-xlg,
.c-image-block .l-post-content h4.is-xlg,
.l-post-content .c-image-block h4.is-xlg,
.c-image-block #tinymce.post-type-post h4.is-xlg,
#tinymce.post-type-post .c-image-block h4.is-xlg,
.c-image-block #tinymce.post-type-page h4.is-xlg,
#tinymce.post-type-page .c-image-block h4.is-xlg,
.c-image-block #tinymce.mce-content-body.acf_content h4.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block h4.is-xlg,
.c-image-block .l-post-content h5.is-xlg,
.l-post-content .c-image-block h5.is-xlg,
.c-image-block #tinymce.post-type-post h5.is-xlg,
#tinymce.post-type-post .c-image-block h5.is-xlg,
.c-image-block #tinymce.post-type-page h5.is-xlg,
#tinymce.post-type-page .c-image-block h5.is-xlg,
.c-image-block #tinymce.mce-content-body.acf_content h5.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block h5.is-xlg,
.c-image-block .l-post-content h6.is-xlg,
.l-post-content .c-image-block h6.is-xlg,
.c-image-block #tinymce.post-type-post h6.is-xlg,
#tinymce.post-type-post .c-image-block h6.is-xlg,
.c-image-block #tinymce.post-type-page h6.is-xlg,
#tinymce.post-type-page .c-image-block h6.is-xlg,
.c-image-block #tinymce.mce-content-body.acf_content h6.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block h6.is-xlg {
    margin-bottom: 2.85714rem
}

.c-image-block p {
    margin-bottom: 5.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block p {
        margin-bottom: 2.85714rem
    }
}

.c-image-block__content+.c-image-block__content {
    margin-top: 5.71429rem
}

@media screen and (max-width: 46.8125em) {
    .c-image-block__content+.c-image-block__content {
        margin-top: 2.85714rem
    }
}

.c-image-block__block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.28571rem
}

.c-image-block__block:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block__block {
        display: block
    }
}

.c-image-block__image {
    width: 31.22807%;
    padding-bottom: 26.5748%;
    margin-right: 3.54331%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block__image {
        width: 100%;
        padding-bottom: 73.03371%;
        margin-bottom: 1.71429rem
    }

    .c-image-block__image.is-sm {
        padding-bottom: 50.5618%;
        background-size: 100% !important;
        background-position: top center !important
    }
}

.c-image-block__text-block {
    width: 61.41732%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block__text-block {
        width: 100%
    }
}

.c-image-block__text {
    line-height: 214.28571%
}

.c-image-block.is-support {
    padding-top: 8.85714rem;
    padding-bottom: 8.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block.is-support {
        padding-top: 4.28571rem;
        padding-bottom: 4.57143rem
    }
}

.c-image-block.is-shoplist {
    padding-top: 8.85714rem;
    padding-bottom: 10rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block.is-shoplist {
        padding-top: 4.28571rem;
        padding-bottom: 7.14286rem
    }
}

.c-image-block.is-shoplist .c-heading.is-xlg,
.c-image-block.is-shoplist .l-post-content h2.is-xlg,
.l-post-content .c-image-block.is-shoplist h2.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-post h2.is-xlg,
#tinymce.post-type-post .c-image-block.is-shoplist h2.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-page h2.is-xlg,
#tinymce.post-type-page .c-image-block.is-shoplist h2.is-xlg,
.c-image-block.is-shoplist #tinymce.mce-content-body.acf_content h2.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block.is-shoplist h2.is-xlg,
.c-image-block.is-shoplist .l-post-content h3.is-xlg,
.l-post-content .c-image-block.is-shoplist h3.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-post h3.is-xlg,
#tinymce.post-type-post .c-image-block.is-shoplist h3.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-page h3.is-xlg,
#tinymce.post-type-page .c-image-block.is-shoplist h3.is-xlg,
.c-image-block.is-shoplist #tinymce.mce-content-body.acf_content h3.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block.is-shoplist h3.is-xlg,
.c-image-block.is-shoplist .l-post-content h4.is-xlg,
.l-post-content .c-image-block.is-shoplist h4.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-post h4.is-xlg,
#tinymce.post-type-post .c-image-block.is-shoplist h4.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-page h4.is-xlg,
#tinymce.post-type-page .c-image-block.is-shoplist h4.is-xlg,
.c-image-block.is-shoplist #tinymce.mce-content-body.acf_content h4.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block.is-shoplist h4.is-xlg,
.c-image-block.is-shoplist .l-post-content h5.is-xlg,
.l-post-content .c-image-block.is-shoplist h5.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-post h5.is-xlg,
#tinymce.post-type-post .c-image-block.is-shoplist h5.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-page h5.is-xlg,
#tinymce.post-type-page .c-image-block.is-shoplist h5.is-xlg,
.c-image-block.is-shoplist #tinymce.mce-content-body.acf_content h5.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block.is-shoplist h5.is-xlg,
.c-image-block.is-shoplist .l-post-content h6.is-xlg,
.l-post-content .c-image-block.is-shoplist h6.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-post h6.is-xlg,
#tinymce.post-type-post .c-image-block.is-shoplist h6.is-xlg,
.c-image-block.is-shoplist #tinymce.post-type-page h6.is-xlg,
#tinymce.post-type-page .c-image-block.is-shoplist h6.is-xlg,
.c-image-block.is-shoplist #tinymce.mce-content-body.acf_content h6.is-xlg,
#tinymce.mce-content-body.acf_content .c-image-block.is-shoplist h6.is-xlg {
    margin-bottom: 5.71429rem
}

.c-image-block.is-shoplist .c-image-block__block {
    position: relative
}

.c-image-block.is-shoplist .c-image-block__text-block {
    padding-bottom: 4rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block.is-shoplist .c-image-block__text-block {
        padding-bottom: 0
    }
}

.c-image-block.is-shoplist .c-image-block__button {
    position: absolute;
    bottom: 0;
    left: 34.91228%;
    min-width: 14.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block.is-shoplist .c-image-block__button {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 1.71429rem
    }
}

.c-image-block.is-import {
    padding-top: 8.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-image-block.is-import {
        padding-top: 4.28571rem
    }
}

.c-image-block .c-image-block__image {
    background-size: contain
}

.c-label {
    background-color: #333;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 11.42857rem;
    font-size: 1rem;
    padding: .07143rem .57143rem;
    border: 1px solid #333;
    font-weight: 700
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-label {
        font-size: .85714rem;
        min-width: 6.28571rem
    }
}

.c-label.is-xlg {
    min-width: 11.14286rem;
    font-size: 1rem;
    padding: .21429rem .57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-label.is-xlg {
        min-width: 8.57143rem;
        font-size: .85714rem;
        padding: .14286rem .57143rem
    }
}

.c-label.is-lg {
    min-width: 11.42857rem;
    font-size: .92857rem
}

.c-label.is-sm {
    min-width: 5.71429rem;
    font-size: .85714rem;
    padding: 0 .57143rem
}

.c-label.is-white {
    background-color: #fff;
    color: #333
}

.c-label.is-secondary {
    background: rgba(198, 198, 198, 0.1);
    color: #333
}

.c-links {
    display: flex;
    justify-content: center;
    margin-top: 7.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-links {
        display: block;
        margin-top: 4.42857rem
    }
}

.c-links .c-button.is-lg,
.c-links .c-button-social>a.is-lg {
    margin: 0 1.71429rem 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-links .c-button.is-lg,
    .c-links .c-button-social>a.is-lg {
        margin: 0 0 1.71429rem
    }
}

.c-list li {
    margin-bottom: .42857rem
}

.c-list.is-disc li {
    position: relative;
    padding-left: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-list.is-disc li {
        padding-left: 1.28571rem
    }
}

.c-list.is-disc li:before {
    content: "\f111";
    font-size: 0.8em;
    font-family: "FontAwesome";
    color: #333;
    position: absolute;
    top: .07143rem;
    left: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-list.is-disc li:before {
        top: .21429rem
    }
}

.c-list.is-disc li ul {
    margin-left: 1.71429rem
}

.c-list.is-disc li ul li {
    padding-left: 1.28571rem
}

.c-list.is-disc li ul li:before {
    content: "・";
    color: #333
}

.c-list.is-outline {
    padding-left: 2.28571rem !important
}

.c-list.is-outline li {
    position: relative;
    list-style: decimal
}

.c-list.is-outline li ul li {
    margin-left: 2.71429rem
}

.c-main-visual-layer {
    width: 100%;
    position: relative
}

.c-main-visual-layer__image {
    width: 73.375%;
    height: 41.13vw;
    max-height: 47rem;
    margin-left: auto;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual-layer__image {
        height: 50vw;
        min-height: 280px
    }
}

.c-main-visual-layer__image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0
}

.c-main-visual-layer__inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    text-align: left;
    margin-top: 2.28571rem;
    padding-left: 8.75%
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual-layer__inner {
        margin-top: .57143rem
    }
}

.c-main-visual-layer__text {
    margin-bottom: 2.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual-layer__text {
        margin-bottom: 4vw
    }
}

.c-main-visual-layer__text img {
    width: 100%;
    max-width: 32.75%;
    height: auto;
    margin: 0 auto
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual-layer__text img {
        min-width: 21.42857rem;
        max-width: 32.75%
    }
}

.c-main-visual-layer__button .c-button,
.c-main-visual-layer__button .c-button-social>a {
    max-width: 18rem !important
}

@media screen and (max-width: 59.3125em) {

    .c-main-visual-layer__button .c-button,
    .c-main-visual-layer__button .c-button-social>a {
        padding: .85714rem 1.71429rem;
        max-width: 14.14286rem !important
    }
}

.c-main-visual-layer .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 8.75%;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.c-main-visual-layer .owl-dots .owl-dot {
    margin: 0 .42857rem;
    width: .85714rem;
    height: .85714rem;
    background-color: #333;
    border-radius: 1000px;
    display: block;
    outline: none
}

.c-main-visual-layer .owl-dots .owl-dot.active {
    background-color: #fff !important;
    border: 2px solid #333
}

.c-main-visual {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual {
        width: 100%
    }
}

.c-main-visual__image {
    width: 100%;
    height: 58rem;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__image {
        height: 22.92857rem;
        min-height: 321px
    }
}

.c-main-visual__button .c-button,
.c-main-visual__button .c-button-social>a {
    max-width: 18rem !important
}

@media screen and (max-width: 59.3125em) {

    .c-main-visual__button .c-button,
    .c-main-visual__button .c-button-social>a {
        padding: .85714rem 1.71429rem;
        max-width: 14.14286rem !important
    }
}

.c-main-visual__carousel {
    padding: 2.28571rem 0 4.85714rem;
    background-color: #FCF7E7
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__carousel {
        padding: 1.14286rem 0 3.42857rem
    }
}

.c-main-visual__carousel .c-main-visual__image {
    max-height: 34.28571rem
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__carousel .c-main-visual__image {
        min-height: 200px
    }
}

.c-main-visual__carousel .owl-dot {
    background-color: #CCC !important
}

.c-main-visual__carousel .owl-nav {
    position: absolute;
    z-index: 999;
    bottom: .71429rem;
    left: 50%;
    transform: translate(-50%, 0);
    visibility: hidden
}

.c-main-visual__carousel .owl-nav .c-main-visual__nav {
    color: #333;
    font-size: 2.57143rem
}

.c-main-visual__carousel .owl-nav button {
    visibility: visible;
    position: relative;
    outline: none
}

.c-main-visual__carousel .owl-nav button.owl-prev {
    right: 60px
}

.c-main-visual__carousel .owl-nav button.owl-next {
    left: 60px
}

.c-main-visual__carousel.is-normal {
    background-color: transparent;
    position: relative
}

.c-main-visual__carousel.is-normal .owl-nav {
    width: 100%;
    position: static;
    transform: none
}

.c-main-visual__carousel.is-normal .owl-nav .c-main-visual__nav {
    width: 48px;
    height: 48px;
    background-color: #333;
    border-radius: 1000px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-main-visual__carousel.is-normal .owl-nav button {
    position: absolute;
    top: calc(50% - 24px)
}

.c-main-visual__carousel.is-normal .owl-nav button.owl-prev {
    right: auto;
    left: 280px
}

@media (max-width: 1400px) {
    .c-main-visual__carousel.is-normal .owl-nav button.owl-prev {
        left: 124px
    }
}

@media (max-width: 950px) {
    .c-main-visual__carousel.is-normal .owl-nav button.owl-prev {
        left: 32px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual__carousel.is-normal .owl-nav button.owl-prev {
        left: 0px
    }
}

.c-main-visual__carousel.is-normal .owl-nav button.owl-next {
    left: auto;
    right: 280px
}

@media (max-width: 1400px) {
    .c-main-visual__carousel.is-normal .owl-nav button.owl-next {
        right: 124px
    }
}

@media (max-width: 950px) {
    .c-main-visual__carousel.is-normal .owl-nav button.owl-next {
        right: 32px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual__carousel.is-normal .owl-nav button.owl-next {
        right: 0px
    }
}

.c-main-visual__carousel.is-normal.is-dot-lg .owl-dot {
    margin: 0 .42857rem;
    width: 3.71429rem;
    height: .28571rem
}

.c-main-visual__carousel.is-normal.is-dot-lg .owl-dot.active {
    background-color: #333 !important
}

.c-main-visual .owl-nav {
    width: 100%;
    position: static;
    transform: none
}

.c-main-visual .owl-nav .c-main-visual__nav {
    width: 48px;
    height: 48px;
    background-color: #333;
    border-radius: 1000px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-main-visual .owl-nav button {
    position: absolute;
    top: calc(50% - 24px);
    display: block
}

.c-main-visual .owl-nav button.owl-prev:focus,
.c-main-visual .owl-nav button.owl-next:focus {
    outline: none
}

.c-main-visual .owl-nav button.owl-prev span,
.c-main-visual .owl-nav button.owl-next span {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 121.42857%;
    display: block;
    position: relative;
    padding-bottom: .42857rem
}

.c-main-visual .owl-nav button.owl-prev span:before,
.c-main-visual .owl-nav button.owl-prev span:after,
.c-main-visual .owl-nav button.owl-next span:before,
.c-main-visual .owl-nav button.owl-next span:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0
}

.c-main-visual .owl-nav button.owl-prev span:before,
.c-main-visual .owl-nav button.owl-next span:before {
    width: 100%;
    background: #fff
}

.c-main-visual .owl-nav button.owl-prev span:after,
.c-main-visual .owl-nav button.owl-next span:after {
    width: 50px;
    background: #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-main-visual .owl-nav button.owl-prev span:after,
    .c-main-visual .owl-nav button.owl-next span:after {
        content: none
    }
}

.c-main-visual .owl-nav button.owl-prev {
    right: auto;
    left: 0
}

.c-main-visual .owl-nav button.owl-prev span {
    padding-left: 2.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual .owl-nav button.owl-prev span {
        padding-left: 1.07143rem
    }
}

.c-main-visual .owl-nav button.owl-prev span:before {
    left: 0
}

.c-main-visual .owl-nav button.owl-prev span:after {
    left: 0;
    transform: translateX(-100%)
}

.c-main-visual .owl-nav button.owl-next {
    left: auto;
    right: 0
}

.c-main-visual .owl-nav button.owl-next span {
    padding-right: 2.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual .owl-nav button.owl-next span {
        padding-right: 1.07143rem
    }
}

.c-main-visual .owl-nav button.owl-next span:before {
    right: 0
}

.c-main-visual .owl-nav button.owl-next span:after {
    right: 0;
    transform: translateX(100%)
}

.c-main-visual .owl-dots {
    position: absolute;
    bottom: -2.28571rem;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual .owl-dots {
        bottom: -2.14286rem
    }
}

.c-main-visual .owl-dots .owl-dot {
    margin: 0 .78571rem;
    width: .71429rem;
    height: .71429rem;
    background-color: #ededed;
    border-radius: 50%;
    display: block;
    outline: none
}

.c-main-visual .owl-dots .owl-dot.active {
    background-color: #333 !important
}

.c-menu-list__head {
    text-align: center;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    padding: .85714rem 1.14286rem
}

.c-menu-list ul li {
    border-bottom: 1px solid #CCC
}

.c-menu-list ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    display: block;
    padding: 1rem 1.14286rem 1rem 2.57143rem;
    position: relative;
    transition: all .2s
}

.c-menu-list ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #333;
    position: absolute;
    top: 1rem;
    left: 1.14286rem
}

.c-menu-list ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #333;
    bottom: 0;
    left: 0;
    transform: translateY(1px);
    transition: all .4s ease;
    opacity: 0
}

.c-menu-list ul li a:hover {
    opacity: 1;
    color: #333
}

.c-menu-list ul li a:hover:after {
    width: 100%;
    opacity: 1
}

.c-menu-list ul li ul {
    border-top: 1px solid #CCC;
    padding: .57143rem 0
}

.c-menu-list ul li ul li {
    border-bottom: none
}

.c-menu-list ul li ul li a {
    font-weight: 400;
    padding: .35714rem 1.71429rem .35714rem 3.42857rem
}

.c-menu-list ul li ul li a:before {
    left: 2.28571rem;
    top: .28571rem
}

.c-menu-list ul li ul li a:after {
    display: none
}

.c-menu-list__banners {
    margin-top: .57143rem
}

.c-menu-list__block {
    display: flex;
    text-decoration: none;
    color: #333;
    background-color: rgba(51, 51, 51, 0.2);
    font-size: 1rem;
    min-height: 4.57143rem;
    align-items: center;
    padding: .57143rem 2.28571rem .57143rem 1.14286rem;
    position: relative
}

.c-menu-list__block:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.14286rem;
    font-size: 1.14286rem
}

.c-menu-list__submenu {
    padding-left: 1.71429rem;
    border-bottom: 1px solid #CCC;
    display: none
}

.c-menu-list__submenu li:last-child {
    border-bottom: none
}

.c-menu-list__submenu li a {
    font-weight: 400 !important;
    font-size: 1rem !important;
    padding: 1.42857rem 1.14286rem 1.42857rem 1.42857rem !important
}

.c-menu-list__submenu li a:before {
    left: 0 !important;
    top: 1.42857rem !important
}

.c-menu-list__submenu li a:after {
    display: none
}

.c-nav-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #333;
    z-index: 99;
    width: 8.64286rem;
    top: 4.21429rem;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
    transition: all .3s
}

.c-nav-content>ul {
    display: block !important
}

.c-nav-content>ul li {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.c-nav-content>ul li a {
    text-align: center;
    width: 100% !important;
    color: #fff !important;
    display: block;
    font-size: .85714rem !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em !important;
    line-height: 125%;
    padding: 1.14286rem .57143rem !important
}

.c-nav-content>ul li a:after {
    content: none
}

.c-nav-content>ul li a:hover {
    opacity: 0.7 !important
}

.c-news-header {
    margin-bottom: 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-header {
        margin-bottom: 1.14286rem
    }
}

.c-news-header__title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 1.71429rem;
    margin-top: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-header__title {
        font-size: 1.42857rem;
        margin-bottom: 1.14286rem
    }
}

.c-news-header__sup {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.c-news-header__date {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    margin: 0 1.71429rem;
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-header__date {
        margin: 0 1.14286rem
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-header__tag {
        margin-top: .57143rem;
        width: 100%
    }
}

.c-news-header__tag ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-news-header__tag ul li {
    margin-right: 1.14286rem
}

.c-news-header__tag ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    display: block
}

.c-news-lg__block {
    display: block;
    text-decoration: none;
    font-weight: 400;
    color: #333;
    padding: 1.71429rem 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-lg__block {
        padding: 1.14286rem 0
    }
}

.c-news-lg__block:first-child {
    padding-top: 0
}

.c-news-lg__sup {
    display: flex;
    align-items: center;
    margin-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-lg__sup {
        margin-bottom: .57143rem
    }
}

.c-news-lg__date {
    margin-left: .85714rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1rem
}

.c-news-lg__date:before {
    content: "\f017";
    font-family: "FontAwesome";
    margin-right: .28571rem
}

.c-news-lg__title {
    font-size: 1.71429rem;
    margin-bottom: .57143rem;
    line-height: 1.5
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-lg__title {
        font-size: 1.28571rem;
        margin-bottom: .28571rem
    }
}

.c-news-lg__excerpt {
    font-size: .85714rem
}

.c-news-lg.is-image-display .c-news-lg__block {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #CCC
}

.c-news-lg.is-image-display .c-news-lg__image {
    width: 9.71429rem;
    flex-shrink: 0;
    margin-right: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-lg.is-image-display .c-news-lg__image {
        width: 7.14286rem;
        margin-right: 1.71429rem
    }
}

.c-news-oneline {
    display: flex;
    align-items: center;
    padding: 1.42857rem 2.85714rem;
    background-color: #fff;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-oneline {
        display: block;
        padding: 1.14286rem 1.71429rem
    }
}

.c-news-oneline__title {
    font-size: 1.71429rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 3.42857rem 0 0;
    flex-shrink: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-oneline__title {
        margin-right: 0;
        margin-bottom: 1.14286rem
    }
}

.c-news-oneline__content {
    display: flex;
    align-items: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-oneline__content {
        flex-wrap: wrap
    }
}

.c-news-oneline__date {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0;
    margin-left: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-oneline__date {
        margin-left: 1.14286rem
    }
}

.c-news-oneline__text {
    margin-left: 1.71429rem;
    font-weight: 400;
    color: #333;
    text-decoration: none
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-oneline__text {
        margin-left: 0;
        margin-top: .57143rem
    }
}

.c-news-oneline__text:hover {
    opacity: 1;
    text-decoration: underline;
    color: #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-twoline {
        position: relative;
        padding-bottom: 5.14286rem
    }
}

.c-news-twoline__head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-twoline__head {
        margin-bottom: 1.14286rem
    }
}

.c-news-twoline__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important
}

.c-news-twoline__title small {
    color: #333;
    margin-left: 1.14286rem
}

.c-news-twoline__button {
    margin-left: auto;
    width: inherit
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-twoline__button {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        text-align: center
    }
}

.c-news-twoline__button .c-button,
.c-news-twoline__button .c-button-social>a {
    width: 11.07143rem !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-news-twoline__button .c-button,
    .c-news-twoline__button .c-button-social>a {
        width: 100% !important;
        max-width: 16.07143rem !important
    }
}

.c-news-twoline__block {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #E2E2E2;
    display: block;
    padding: 1.42857rem 0;
    font-size: 1rem;
    letter-spacing: 0.05em
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-twoline__block {
        padding: 1.14286rem 0
    }
}

.c-news-twoline__block.is-image-display {
    display: flex;
    align-items: flex-start
}

.c-news-twoline__block .c-news-twoline__image {
    flex-shrink: 0;
    margin-right: 1.71429rem;
    width: 8.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-twoline__block .c-news-twoline__image {
        margin-right: 1.14286rem;
        width: 6.85714rem
    }
}

.c-news-twoline__block .c-news-twoline__date {
    line-height: 1;
    margin-bottom: .71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-twoline__block .c-news-twoline__date {
        margin-bottom: .42857rem
    }
}

.c-news-twoline__date {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: .14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news {
        position: relative;
        padding-bottom: 5.14286rem
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__head {
        margin-bottom: 1.14286rem
    }
}

.c-news__title {
    text-align: left !important;
    margin: 0 !important
}

.c-news__button {
    margin-top: 4rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__button {
        margin-top: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        text-align: center
    }

    .c-news__button .c-button,
    .c-news__button .c-button-social>a {
        max-width: 16rem
    }
}

.c-news__block {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #CCC;
    display: flex;
    align-items: center;
    padding: 1.71429rem 0 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__block {
        flex-wrap: wrap;
        padding: 1.14286rem 0 .85714rem !important
    }
}

.c-news__block:first-child {
    padding-top: 0
}

.c-news__date {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0
}

.c-news__label {
    margin-left: 1.71429rem;
    margin-right: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__label {
        margin-left: 1.14286rem;
        margin-right: 0
    }
}

.c-news__text {
    font-weight: 700
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__text {
        margin-top: .57143rem
    }
}

.c-news.is-onecolumn .c-news__block {
    padding: 1.71429rem 0;
    align-items: flex-start
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news.is-onecolumn .c-news__block {
        align-items: center;
        padding: .85714rem 0 !important
    }
}

.c-news.is-onecolumn .c-news__date {
    margin-top: .42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news.is-onecolumn .c-news__date {
        margin-top: 0
    }
}

.c-news.is-onecolumn .c-news__title {
    text-align: center !important;
    margin-bottom: 2.85714rem !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news.is-onecolumn .c-news__title {
        margin-bottom: 1.71429rem !important
    }
}

.c-news.is-onecolumn .c-news__label {
    margin-top: .14286rem
}

.c-news.is-onecolumn .c-news__excerpt {
    font-size: 1rem;
    margin-top: .57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news.is-onecolumn .c-news__excerpt {
        font-size: .85714rem;
        margin-top: .28571rem
    }
}

.c-news.is-onecolumn .c-news__button {
    text-align: center
}

.c-news.is-onecolumn .c-news__button .c-button,
.c-news.is-onecolumn .c-news__button .c-button-social>a {
    max-width: 16rem
}

.c-pagetop {
    position: absolute;
    right: 4.78571rem;
    bottom: 3.57143rem;
    bottom: 2.85714rem;
    width: 1.71429rem;
    padding-top: 2.28571rem;
    transition: all .3s;
    text-decoration: none
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-pagetop {
        display: none
    }
}

.c-pagetop:hover {
    opacity: 1;
    transform: translateY(-10px)
}

.c-pagetop__arrow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: .28571rem;
    transition: all .3s
}

.c-pagetop__text {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: .71429rem;
    text-decoration: none;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: center;
    color: #fff
}

.c-pagination {
    margin-top: 3.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-pagination {
        margin-top: 2.28571rem
    }
}

.c-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-pagination ul li {
    margin-right: .42857rem
}

.c-pagination ul li span,
.c-pagination ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.14286rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.42857rem;
    height: 3.42857rem;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
    border: 1px solid #333;
    background-color: #fff
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-pagination ul li span,
    .c-pagination ul li a {
        width: 2.85714rem;
        height: 2.85714rem
    }
}

.c-pagination ul li span:hover,
.c-pagination ul li a:hover {
    opacity: 1;
    background: #333;
    color: #fff
}

.c-pagination ul li span.is-current,
.c-pagination ul li a.is-current {
    background: #333;
    border-color: #333;
    color: #fff
}

.c-pagination.is-align-left ul {
    justify-content: flex-start
}

.c-post-navs {
    margin: 4.57143rem 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-post-navs {
        margin: 2.28571rem 0
    }
}

.c-post-navs ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-post-navs ul li {
    width: 11.07143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-post-navs ul li {
        width: calc(33% - 8px)
    }
}

.c-post-navs ul li a {
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-post-navs ul li a {
        font-size: .85714rem !important;
        letter-spacing: 0 !important
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-post-navs__prev {
        padding-left: 1.42857rem !important;
        padding-right: .57143rem !important
    }
}

.c-post-navs__archive {
    display: inline-flex;
    align-items: center
}

.c-post-navs__archive:after {
    display: none
}

.c-post-navs__archive i {
    margin-right: .85714rem;
    font-size: 1.28571rem;
    margin-top: .14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-post-navs__archive i {
        display: none
    }
}

.c-post-navs__next {
    margin-left: auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-post-navs__next {
        padding-right: 1.42857rem !important;
        padding-left: .57143rem !important
    }
}

.c-search-combined__title {
    padding: .42857rem 0 .57143rem;
    color: #fff;
    font-size: 1.71429rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.41667;
    text-align: center;
    background-color: #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-combined__title {
        font-size: 1.42857rem
    }
}

.c-search-combined__inner {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #fff
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-combined__inner {
        display: block
    }
}

.c-search-combined__block {
    width: 100%;
    padding: 1.14286rem 2.28571rem 1.71429rem 1.71429rem;
    background-color: #E9E9E9
}

.c-search-combined__block.is-sm {
    max-width: 20.71429rem;
    border-right: 1px solid #fff
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-combined__block.is-sm {
        max-width: inherit;
        border-right: none;
        border-bottom: 1px solid #fff
    }
}

.c-search-combined__block-title {
    font-size: 1.28571rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.55556;
    margin-bottom: .57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-combined__block-title {
        font-size: 1.14286rem
    }
}

.c-search-combined__select {
    position: relative;
    transition: all .3s;
    border: 1px solid #CCC;
    border-radius: 2px !important
}

.c-search-combined__select:after {
    content: '\f0d7';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.c-search-combined__select select {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px !important;
    cursor: pointer
}

.c-search-combined__select:hover {
    border: 1px solid transparent
}

.c-search-combined__select:hover select {
    box-shadow: inset 0 0 0 2px #333
}

.c-search-combined__input {
    transition: all .3s;
    border: 1px solid #CCC;
    border-radius: 2px !important
}

.c-search-combined__input input {
    border: none;
    padding: .64286rem .85714rem .71429rem;
    border-radius: 2px !important
}

.c-search-combined__input:hover {
    border: 1px solid transparent
}

.c-search-combined__input:hover input {
    box-shadow: inset 0 0 0 2px #333
}

.c-search-combined__tags ul {
    display: flex;
    flex-wrap: wrap
}

.c-search-combined__tags ul li {
    min-width: 8.85714rem;
    margin-bottom: .57143rem;
    margin-right: .71429rem
}

.c-search-combined__tags ul li input {
    display: none
}

.c-search-combined__tags ul li input:checked+span {
    box-shadow: inset 0 0 0 2px #333
}

.c-search-combined__tags ul li span {
    display: inline-block;
    width: 100%;
    padding: .14286rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
    color: #333;
    border-radius: 1000px;
    text-align: center;
    background-color: #fff;
    transition: all .3s
}

.c-search-combined__tags ul li span:hover {
    opacity: 1;
    box-shadow: inset 0 0 0 2px #333
}

.c-search-combined__button {
    margin-top: 1.71429rem;
    margin-bottom: .57143rem;
    text-align: center
}

.c-search-combined__button a {
    display: inline-block;
    width: 100%;
    max-width: 53.57143rem;
    padding: 1rem 1.14286rem;
    text-align: center;
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.55556;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #333;
    background-color: #F3D55C;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(51, 51, 51, 0.15)
}

.c-search-combined__button a i {
    margin-right: .71429rem
}

.c-search-composite {
    background-color: rgba(226, 226, 226, 0.5);
    padding: 7.28571rem 0 5rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-composite {
        padding: 4rem 0 1.71429rem
    }
}

.c-search-composite__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-composite__inner {
        display: block
    }
}

.c-search-composite__block {
    width: 24.38596%;
    padding: 1.5rem 1.71429rem 1.5rem;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: all .2s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-composite__block {
        width: 100%;
        margin-bottom: .57143rem;
        padding: .85714rem
    }
}

.c-search-composite__block:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 .85714rem 1.28571rem;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    bottom: .57143rem;
    right: .57143rem;
    transition: all .2s
}

.c-search-composite__block.is-triangle-hidden:after {
    display: none
}

.c-search-composite__block:hover {
    opacity: 1;
    background-color: #333
}

.c-search-composite__block:hover:after {
    border-color: transparent transparent #E2E2E2 transparent
}

.c-search-composite__block:hover.is-triangle-hidden {
    background-color: #333
}

.c-search-composite__icon {
    width: 3.57143rem;
    height: 3.57143rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-composite__icon {
        margin-bottom: .71429rem
    }
}

.c-search-composite__title {
    letter-spacing: 0.2em;
    font-weight: 700;
    line-height: 1.75;
    text-align: center
}

.c-search-composite__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.c-search-composite__button {
    min-width: 7.14286rem;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: .85714rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    background-color: #fff;
    border-radius: 1000px;
    padding: 0 .78571rem;
    margin-right: .35714rem;
    margin-left: .35714rem;
    margin-bottom: .92857rem;
    transition: all .2s
}

.c-search-composite__button.is-more-button {
    font-weight: 700;
    color: #fff;
    background-color: #333
}

.c-search-composite__button:hover {
    opacity: 1;
    background-color: #333;
    color: #fff
}

.c-search-composite__input-box {
    background-color: #fff;
    border-bottom: 2px solid #333;
    padding-top: 1.14286rem;
    padding-bottom: 1.14286rem;
    margin-top: 1.71429rem
}

.c-search-composite__input-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 .71429rem;
    margin: 0 2.28571rem;
    border-bottom: 1px solid #CCC
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-composite__input-inner {
        margin: 0 1.14286rem
    }
}

.c-search-composite__input-title {
    font-size: 1.14286rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-right: 2.14286rem;
    min-width: 11.42857rem;
    border-right: 1px solid #CCC
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-composite__input-title {
        font-size: .85714rem;
        padding-right: 1.14286rem;
        min-width: 8rem
    }
}

.c-search-composite__input {
    width: 85.96654%;
    position: relative
}

.c-search-composite__input input {
    border: none;
    padding: .21429rem 0 .21429rem 1.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-composite__input input {
        padding: .21429rem 0 .21429rem 1.14286rem;
        font-size: .85714rem
    }
}

.c-search-composite__input button {
    padding: 0;
    border: none;
    background-color: transparent;
    width: 1.71429rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none
}

.c-search-map {
    margin: 0 4.42857rem;
    padding: 3.42857rem 3.71429rem 2.85714rem;
    background-color: rgba(198, 198, 198, 0.1)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-map {
        margin: 0;
        padding: 1.71429rem 2.28571rem 1.42857rem
    }
}

.c-search-map__map {
    width: 100%;
    height: 26.14286rem
}

.c-search-map__map iframe {
    width: 100%;
    height: 100%
}

.c-search-map__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .35714rem;
    padding-bottom: .35714rem;
    margin-top: 1.28571rem
}

@media (max-width: 1050px) {
    .c-search-map__content {
        display: block
    }
}

.c-search-map form {
    width: 100%;
    padding-right: 1.28571rem;
    margin-right: 1.28571rem;
    position: relative
}

@media (max-width: 1050px) {
    .c-search-map form {
        padding-right: 0;
        margin-right: 0
    }
}

.c-search-map form:after {
    content: '';
    display: block;
    width: .07143rem;
    height: 4.14286rem;
    background-color: #CCC;
    position: absolute;
    right: 0;
    top: -.35714rem
}

@media (max-width: 1050px) {
    .c-search-map form:after {
        display: none
    }
}

.c-search-map__input {
    display: flex;
    justify-content: space-between;
    border: 1px solid #333;
    border-radius: .14286rem
}

@media (max-width: 1050px) {
    .c-search-map__input {
        margin-bottom: .57143rem
    }
}

.c-search-map__input input[type="text"] {
    border: none;
    width: 100%;
    padding-left: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-map__input input[type="text"] {
        padding-left: 1.14286rem
    }
}

.c-search-map__select {
    width: 100%;
    max-width: 14.64286rem;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-map__select {
        display: none
    }
}

.c-search-map__select:before {
    content: '\f0d7';
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.c-search-map__select:after {
    content: '';
    display: block;
    height: 2.71429rem;
    width: 1px;
    background-color: #CCC;
    position: absolute;
    right: 0;
    top: 5px
}

.c-search-map__select select {
    padding-left: 1.71429rem;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-search-map__submit {
    width: 100%;
    max-width: 11.42857rem;
    position: relative;
    color: #fff
}

.c-search-map__submit:before {
    content: '\f002';
    font-family: "FontAwesome";
    position: absolute;
    left: 1.42857rem;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-map__submit:before {
        left: 1.14286rem
    }
}

.c-search-map__submit input[type="submit"] {
    width: 100%;
    height: 100%;
    padding-left: 2.14286rem;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    font-weight: 700;
    background-color: #333
}

.c-search-map__pos {
    padding: .71429rem 1rem;
    text-align: center;
    min-width: 12.71429rem;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    position: relative
}

@media (max-width: 1050px) {
    .c-search-map__pos {
        width: 100%;
        min-width: inherit
    }
}

.c-search-map__pos i {
    margin-right: .71429rem
}

.c-search-oneline {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline {
        box-shadow: none
    }
}

.c-search-oneline__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__inner {
        display: block;
        padding: 0 1.14286rem;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)
    }
}

.c-search-oneline__inner:after {
    content: '';
    display: block;
    width: 1000px;
    height: 100%;
    background-color: #333;
    position: absolute;
    left: -999px;
    top: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__inner:after {
        display: none
    }
}

.c-search-oneline__title {
    min-width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.57143rem;
    font-weight: 700;
    line-height: 1.45455;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: #333;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__title {
        width: calc(100% + 32px);
        margin-left: -1.14286rem;
        font-size: 1.28571rem;
        padding: .28571rem 0 .21429rem
    }
}

.c-search-oneline__title:before {
    content: '';
    display: inline-block;
    width: 1.64286rem;
    height: 50%;
    background-color: #333;
    transform: skewX(-20deg);
    position: absolute;
    top: 50%;
    right: -1.64286rem;
    transform-origin: left top
}

@media (max-width: 1050px) {
    .c-search-oneline__title:before {
        transform: skewX(-14deg)
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__title:before {
        display: none
    }
}

.c-search-oneline__title:after {
    content: '';
    display: inline-block;
    width: 1.64286rem;
    height: 50%;
    background-color: #333;
    transform: skewX(20deg);
    position: absolute;
    top: 0;
    right: -1.64286rem;
    transform-origin: left bottom
}

@media (max-width: 1050px) {
    .c-search-oneline__title:after {
        transform: skewX(14deg)
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__title:after {
        display: none
    }
}

.c-search-oneline__content {
    width: calc(100% - 286px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.57143rem;
    padding-bottom: 2.57143rem;
    margin-right: 2.14286rem
}

@media (max-width: 1050px) {
    .c-search-oneline__content {
        display: block
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__content {
        width: 100%;
        padding-top: 1.14286rem;
        padding-bottom: .85714rem
    }
}

.c-search-oneline form {
    width: 100%;
    padding-right: 1.28571rem;
    margin-right: 1.28571rem;
    position: relative
}

@media (max-width: 1050px) {
    .c-search-oneline form {
        padding-right: 0;
        margin-right: 0
    }
}

.c-search-oneline form:after {
    content: '';
    display: block;
    width: .07143rem;
    height: 4.14286rem;
    background-color: #CCC;
    position: absolute;
    right: 0;
    top: -.35714rem
}

@media (max-width: 1050px) {
    .c-search-oneline form:after {
        display: none
    }
}

.c-search-oneline__input {
    display: flex;
    justify-content: space-between;
    border: 1px solid #333;
    border-radius: .14286rem
}

@media (max-width: 1050px) {
    .c-search-oneline__input {
        margin-bottom: .57143rem
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__input {
        margin-bottom: .85714rem
    }
}

.c-search-oneline__input input[type="text"] {
    border: none;
    width: 100%;
    padding-left: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__input input[type="text"] {
        padding-left: 1.14286rem
    }
}

.c-search-oneline__select {
    width: 100%;
    max-width: 14.64286rem;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__select {
        display: inline-block;
        width: auto;
        color: #333;
        font-weight: 400;
        padding-left: 1.42857rem;
        margin-right: 1.71429rem
    }
}

.c-search-oneline__select:before {
    content: '\f0d7';
    font-family: "FontAwesome";
    color: #808080;
    position: absolute;
    right: 1.07143rem;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__select:before {
        content: '\f0da';
        width: .85714rem;
        height: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1000px;
        padding-left: .14286rem;
        left: 0;
        color: #fff;
        background-color: #333
    }
}

.c-search-oneline__select:after {
    content: '';
    display: block;
    height: 2.71429rem;
    width: 1px;
    background-color: #CCC;
    position: absolute;
    right: 0;
    top: 5px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__select:after {
        content: none
    }
}

.c-search-oneline__select select {
    color: #808080;
    padding-left: 1.71429rem;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__select select {
        color: #333;
        text-decoration: underline;
        padding: 0;
        padding-left: 1.42857rem;
        font-size: 1rem;
        height: auto
    }
}

.c-search-oneline__submit {
    width: 100%;
    max-width: 4rem;
    position: relative;
    color: #fff
}

.c-search-oneline__submit:before {
    content: '\f002';
    font-family: "FontAwesome";
    position: absolute;
    left: 1.42857rem;
    top: 50%;
    transform: translateY(-50%)
}

.c-search-oneline__submit input[type="submit"] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    font-weight: 700;
    background-color: #333
}

.c-search-oneline__pos {
    padding: .85714rem 1rem;
    text-align: center;
    min-width: 12.71429rem;
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    position: relative
}

@media (max-width: 1050px) {
    .c-search-oneline__pos {
        width: 100%;
        min-width: inherit
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__pos {
        width: auto;
        color: #333;
        text-decoration: underline;
        background-color: transparent;
        font-weight: 400;
        padding: 0
    }
}

.c-search-oneline__pos i {
    font-size: 1.14286rem;
    margin-right: .71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline__pos i {
        color: #333;
        margin-right: .28571rem
    }
}

.c-search-oneline.is-sm {
    box-shadow: none
}

.c-search-oneline.is-sm .c-search-oneline__inner {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)
}

.c-search-oneline.is-sm .c-search-oneline__inner:after {
    display: none
}

.c-search-oneline.is-sm .c-search-oneline__title {
    color: #333;
    background-color: #DAEDD2;
    padding-left: 4.42857rem;
    align-items: flex-start;
    flex-direction: column
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline.is-sm .c-search-oneline__title {
        padding: .71429rem 0;
        align-items: center
    }
}

.c-search-oneline.is-sm .c-search-oneline__title:before,
.c-search-oneline.is-sm .c-search-oneline__title:after {
    background-color: #DAEDD2
}

.c-search-oneline.is-sm .c-search-oneline__title span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.71429rem;
    letter-spacing: 0.1em;
    line-height: 1
}

.c-search-oneline.is-sm .c-search-oneline__title span:before {
    content: '\f002';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 1.71429rem;
    transform: translateY(-50%);
    color: #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline.is-sm .c-search-oneline__title span:before {
        left: 25%
    }
}

.c-search-oneline.is-sm .c-search-oneline__title small {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em
}

.c-search-oneline.is-sm .c-search-oneline__content {
    padding: 1.71429rem 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline.is-sm .c-search-oneline__content {
        padding: .85714rem 0 1.42857rem
    }
}

.c-search-oneline.is-sm form {
    padding-right: 0;
    margin-right: 0
}

.c-search-oneline.is-sm form:after {
    display: none
}

.c-search-oneline.is-sm .c-search-oneline__input {
    border: none
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline.is-sm .c-search-oneline__input {
        margin-bottom: 0
    }
}

.c-search-oneline.is-sm .c-search-oneline__input input[type="text"] {
    background-color: #EFEFEF
}

.c-search-oneline.is-sm .c-search-oneline__select {
    margin-right: .71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline.is-sm .c-search-oneline__select {
        margin-bottom: .57143rem;
        padding-left: 0
    }

    .c-search-oneline.is-sm .c-search-oneline__select:before {
        content: '\f0d7';
        display: block;
        width: auto;
        height: auto;
        background-color: transparent;
        color: #333;
        left: auto;
        right: -1rem
    }
}

.c-search-oneline.is-sm .c-search-oneline__select:after {
    display: none
}

.c-search-oneline.is-sm .c-search-oneline__select select {
    background-color: #EFEFEF;
    color: #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline.is-sm .c-search-oneline__select select {
        background-color: transparent;
        padding-left: 0
    }
}

.c-search-oneline.is-sm .c-search-oneline__submit {
    margin-left: .71429rem;
    max-width: 9.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline.is-sm .c-search-oneline__submit {
        max-width: 3.42857rem;
        margin-left: 0
    }

    .c-search-oneline.is-sm .c-search-oneline__submit:before {
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.c-search-oneline.is-sm .c-search-oneline__submit:before {
    display: none
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-oneline.is-sm .c-search-oneline__submit:before {
        display: block
    }
}

.c-search-result {
    padding: 2.14286rem 2.42857rem 2.42857rem;
    border: 1px solid #CCC
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-result {
        padding: 1.14286rem 1.42857rem 1.42857rem
    }
}

.c-search-result__title {
    font-size: 1.71429rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.41667;
    text-align: center;
    margin-bottom: 2rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-result__title {
        font-size: 1.42857rem;
        margin-bottom: 1.14286rem
    }
}

.c-search-result__content {
    background-color: #F5F7FA;
    padding: 1.57143rem 2.85714rem 1.28571rem 1.92857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-result__content {
        padding: 1.42857rem 1.71429rem 1.14286rem
    }
}

.c-search-result__heading {
    font-size: 1.28571rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.55556;
    padding-bottom: .71429rem;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: .71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-search-result__heading {
        font-size: 1.14286rem
    }
}

.c-search-result dl {
    display: flex
}

.c-search-result dl dt {
    min-width: 4.28571rem;
    font-weight: 700;
    line-height: 1.75;
    margin-right: 1.42857rem
}

.c-search-result dl dd {
    color: #000
}

.c-shop-map {
    margin-bottom: 7.14286rem
}

@media screen and (max-width: 46.8125em) {
    .c-shop-map {
        margin-bottom: 4.28571rem
    }
}

.c-shop-map__wrapper {
    position: relative;
    padding: 3.42857rem 4.57143rem 16.14286rem;
    background-color: #F9F9F9
}

@media screen and (max-width: 59.3125em) {
    .c-shop-map__wrapper {
        padding: 1.71429rem
    }
}

.c-shop-map__map {
    text-align: center
}

@media screen and (max-width: 59.3125em) {
    .c-shop-map__map {
        margin-bottom: 1.71429rem
    }
}

@media screen and (max-width: 59.3125em) {
    .c-shop-map__blocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem
    }
}

.c-shop-map__block {
    display: inline-block;
    padding: .85714rem;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    background-color: #FDFDFD;
    text-decoration: none
}

@media screen and (min-width: 59.375em) {
    .c-shop-map__block {
        position: absolute;
        min-width: 12rem
    }

    .c-shop-map__block.is-area01 {
        top: 22%;
        left: 77%
    }

    .c-shop-map__block.is-area02 {
        top: 51%;
        left: 67.7%
    }

    .c-shop-map__block.is-area03 {
        top: 15.8%;
        left: 39.5%
    }

    .c-shop-map__block.is-area04 {
        top: 66.4%;
        left: 47%
    }

    .c-shop-map__block.is-area05 {
        top: 73.9%;
        left: 26.6%
    }

    .c-shop-map__block.is-area06 {
        top: 8.4%;
        left: 19%
    }

    .c-shop-map__block.is-area07 {
        top: 65.7%;
        left: 6.2%
    }
}

.c-shop-map__category {
    margin-bottom: .85714rem;
    padding: 0 .57143rem .71429rem;
    border-bottom: 1px solid #C6C6C6;
    font-weight: bold;
    line-height: 1.5
}

@media screen and (max-width: 59.3125em) {
    .c-shop-map__category {
        margin-bottom: 0;
        padding: 0;
        border-bottom: none
    }
}

.c-shop-map__lists {
    display: grid;
    grid-template-columns: repeat(2, fit-content(100%));
    gap: .42857rem 1.14286rem;
    padding: 0 .57143rem
}

@media screen and (max-width: 59.3125em) {
    .c-shop-map__lists {
        display: none
    }
}

.c-shop-map__list {
    color: #555555;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5
}

@media screen and (min-width: 59.375em) {
    .c-slidebar-button {
        display: none !important
    }

    .c-slidebar-menu {
        display: none !important
    }
}

@media screen and (max-width: 59.3125em) {
    .c-slidebar-button {
        position: fixed;
        right: 0px;
        top: 0px;
        text-align: center;
        font-size: .85714rem;
        z-index: 9999;
        text-decoration: none;
        padding: 1.57143rem .28571rem .28571rem;
        background-color: #fff;
        line-height: 1;
        color: #333;
        width: 4.85714rem;
        height: 4.85714rem
    }

    .c-slidebar-button:active,
    .c-slidebar-button:hover {
        opacity: 1 !important
    }

    .c-slidebar-button__line>span {
        display: block;
        height: 2px;
        background: #333;
        width: 100%;
        max-width: 1.64286rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        transition: all ease .2s
    }

    .c-slidebar-button__line>span:last-child {
        margin-bottom: 3px
    }

    .c-slidebar-button__text {
        transition: all ease .2s;
        font-size: 9px;
        letter-spacing: 0.4px;
        font-family: 'Lato', sans-serif;
        font-weight: 400
    }

    .c-slidebar-button__text.is-close {
        display: none
    }

    .c-slidebar-menu {
        height: calc(100vh - 68px) !important;
        position: fixed;
        background-color: #000;
        z-index: 9980;
        width: 75%;
        transform: translate3d(100%, 0px, 0px);
        right: 0;
        transition: all ease-in-out 0.2s;
        overflow-x: scroll;
        top: 0;
        -webkit-overflow-scrolling: touch
    }

    .c-slidebar-menu.is-active {
        height: calc(100% - 65px) !important
    }

    .c-slidebar-menu.is-top-to-bottom {
        transform: translate3d(0px, -100%, 0px);
        height: auto;
        width: 100%;
        opacity: 0
    }

    .c-slidebar-menu__children {
        display: none;
        background-color: #1a1a1a !important;
        padding-left: 0 !important
    }

    .c-slidebar-menu__children li {
        position: relative
    }

    .c-slidebar-menu__children li:before {
        content: '';
        display: block;
        width: 4px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 40px;
        top: 50%
    }

    .c-slidebar-menu__children li:last-child {
        border-bottom: none !important
    }

    .c-slidebar-menu__children li a {
        color: #fff !important;
        padding: 1.14286rem 0 1.14286rem 4rem !important
    }

    .c-slidebar-menu__children li a:before,
    .c-slidebar-menu__children li a:after {
        display: none
    }

    .c-slidebar-menu__parent a,
    .c-slidebar-menu__parent span {
        position: relative
    }

    .c-slidebar-menu__parent a:after,
    .c-slidebar-menu__parent a:before,
    .c-slidebar-menu__parent span:after,
    .c-slidebar-menu__parent span:before {
        content: "";
        display: block;
        width: .14286rem;
        height: 1.28571rem;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 1.71429rem;
        transform: translateY(-50%)
    }

    .c-slidebar-menu__parent a:after,
    .c-slidebar-menu__parent span:after {
        width: 1.28571rem;
        height: .14286rem;
        right: 1.14286rem
    }

    .c-slidebar-menu__parent.is-open a:before,
    .c-slidebar-menu__parent.is-open span:before {
        display: none
    }

    .c-slidebar-menu ul {
        background: #000
    }

    .c-slidebar-menu ul li a,
    .c-slidebar-menu ul li span {
        font-size: 1.07143rem;
        display: block;
        padding: 1.35714rem 0 1.21429rem 2rem;
        text-decoration: none;
        color: #fff;
        font-weight: 400
    }

    .c-slidebar-menu__button {
        margin-top: 2.28571rem;
        max-width: calc(100% - 24px);
        background-color: #fff;
        color: #333;
        font-size: 1.14286rem
    }

    .c-slidebar-menu__button:before {
        content: "\f0e0";
        font-family: "FontAwesome";
        color: #333;
        font-size: 1.28571rem;
        margin-right: .85714rem
    }

    .c-slidebar-menu__button:after {
        content: none
    }

    .c-slidebar-menu__sns-btns {
        max-width: calc(100% - 24px);
        margin-top: 2.85714rem;
        display: flex;
        justify-content: center
    }

    .c-slidebar-menu__sns-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.14286rem;
        height: 3.14286rem;
        background-color: #fff;
        border-radius: 1000px;
        font-size: 1.42857rem;
        margin: 0 .71429rem;
        text-decoration: none
    }

    .c-slidebar-container {
        height: 100%;
        transition: all ease-in-out 0.2s
    }

    .c-slidebar-container:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        opacity: 0;
        transition: all ease-in-out 0.2s;
        display: none;
        z-index: 999
    }

    .is-slidebar-active {
        cursor: pointer
    }

    .is-slidebar-active .c-slidebar-button {
        padding-top: 1.42857rem
    }

    .is-slidebar-active .c-slidebar-button__line>span {
        max-width: 2.14286rem
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(1) {
        transform: rotate(-45deg) translateY(10px) translateX(-8px)
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(2) {
        transform: rotate(45deg) translateY(3px) translateX(5px)
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(3) {
        display: none
    }

    .is-slidebar-active .c-slidebar-button__text.is-close {
        display: block;
        margin-top: 1.42857rem
    }

    .is-slidebar-active .c-slidebar-button__text.is-open {
        display: none
    }

    .is-slidebar-active .c-slidebar-container {
        transform: translate3d(-75%, 0px, 0px)
    }

    .is-slidebar-active .c-slidebar-container:after {
        content: "";
        opacity: 1;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: block;
        top: 0;
        left: 0
    }

    .is-slidebar-active .c-slidebar-container.is-top-to-bottom {
        transform: translate3d(0px, 0px, 0px)
    }

    .is-slidebar-active .c-slidebar-container.is-top-to-bottom:after {
        top: 68px
    }

    .is-slidebar-active .c-slidebar-menu {
        transform: translate3d(0, 0, 0)
    }

    .is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
        transform: translate3d(0, 68px, 0);
        opacity: 1
    }
}

.c-sns-btns__inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-sns-btns__btn {
    width: 3.14286rem;
    margin-right: 1.42857rem;
    transition: all .3s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-sns-btns__btn {
        margin-right: .57143rem
    }
}

.c-table-sm {
    width: 100%;
    border-top: 1px solid #CCC;
    letter-spacing: 0.02em
}

.c-table-sm th,
.c-table-sm td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC
}

.c-table-sm th:last-child,
.c-table-sm td:last-child {
    border-right: none
}

.c-table-sm thead {
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff
}

.c-table-sm thead th {
    text-align: left;
    padding: .71429rem 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-table-sm thead th {
        padding: .35714rem .57143rem
    }
}

.c-table-sm thead td {
    text-align: center;
    padding: .71429rem .57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-table-sm thead td {
        padding: .35714rem .28571rem
    }
}

.c-table-sm tbody th,
.c-table-sm tbody td {
    padding: 1.28571rem .57143rem;
    font-weight: 400;
    text-align: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-table-sm tbody th,
    .c-table-sm tbody td {
        padding: .57143rem .28571rem
    }
}

.c-table-sm tbody th {
    background-color: rgba(51, 51, 51, 0.1);
    vertical-align: middle;
    width: 24.92308%
}

.c-table-sm tbody th span {
    font-weight: 700
}

.c-table-sm tbody td {
    width: 10.76923%
}

.c-table-sm tbody td span {
    color: #333
}

.c-table-xlg {
    width: 100%;
    border-top: 1px solid #CCC
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-table-xlg {
        width: 67.42857rem
    }
}

.c-table-xlg th,
.c-table-xlg td {
    border-bottom: 1px solid #CCC
}

.c-table-xlg thead {
    background-color: rgba(198, 198, 198, 0.1)
}

.c-table-xlg thead th,
.c-table-xlg thead td {
    padding: .71429rem 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-table-xlg thead th,
    .c-table-xlg thead td {
        padding: .42857rem .57143rem
    }
}

.c-table-xlg tbody th,
.c-table-xlg tbody td {
    padding: 1.42857rem 2.28571rem;
    font-weight: 400
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-table-xlg tbody th,
    .c-table-xlg tbody td {
        padding: .85714rem 1.71429rem
    }
}

.c-table-xlg tbody th {
    background-color: rgba(198, 198, 198, 0.1);
    text-align: center;
    vertical-align: middle;
    width: 25.78947%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .js-responsive-table {
        overflow: scroll
    }
}

.c-table,
.l-post-content table,
#tinymce.post-type-post table,
#tinymce.post-type-page table,
#tinymce.mce-content-body.acf_content table {
    width: 100%
}

.c-table tbody th,
.l-post-content table tbody th,
#tinymce.post-type-post table tbody th,
#tinymce.post-type-page table tbody th,
#tinymce.mce-content-body.acf_content table tbody th,
.c-table tbody td,
.l-post-content table tbody td,
#tinymce.post-type-post table tbody td,
#tinymce.post-type-page table tbody td,
#tinymce.mce-content-body.acf_content table tbody td {
    text-align: left;
    border-bottom: 1px solid #ededed;
    padding: 1.71429rem;
    vertical-align: top
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-table tbody th,
    .l-post-content table tbody th,
    #tinymce.post-type-post table tbody th,
    #tinymce.post-type-page table tbody th,
    #tinymce.mce-content-body.acf_content table tbody th,
    .c-table tbody td,
    .l-post-content table tbody td,
    #tinymce.post-type-post table tbody td,
    #tinymce.post-type-page table tbody td,
    #tinymce.mce-content-body.acf_content table tbody td {
        padding: .85714rem
    }
}

.c-table tbody td,
.l-post-content table tbody td,
#tinymce.post-type-post table tbody td,
#tinymce.post-type-page table tbody td,
#tinymce.mce-content-body.acf_content table tbody td {
    padding: 1.71429rem 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-table tbody td,
    .l-post-content table tbody td,
    #tinymce.post-type-post table tbody td,
    #tinymce.post-type-page table tbody td,
    #tinymce.mce-content-body.acf_content table tbody td {
        padding: .85714rem
    }
}

.c-table tbody th,
.l-post-content table tbody th,
#tinymce.post-type-post table tbody th,
#tinymce.post-type-page table tbody th,
#tinymce.mce-content-body.acf_content table tbody th {
    color: #333;
    width: 14rem;
    border-bottom: 1px solid #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-table tbody th,
    .l-post-content table tbody th,
    #tinymce.post-type-post table tbody th,
    #tinymce.post-type-page table tbody th,
    #tinymce.mce-content-body.acf_content table tbody th {
        width: 6.85714rem
    }
}

.c-table tbody tr:last-child th,
.l-post-content table tbody tr:last-child th,
#tinymce.post-type-post table tbody tr:last-child th,
#tinymce.post-type-page table tbody tr:last-child th,
#tinymce.mce-content-body.acf_content table tbody tr:last-child th,
.c-table tbody tr:last-child td,
.l-post-content table tbody tr:last-child td,
#tinymce.post-type-post table tbody tr:last-child td,
#tinymce.post-type-page table tbody tr:last-child td,
#tinymce.mce-content-body.acf_content table tbody tr:last-child td {
    border-bottom: none
}

.c-table.is-th-bgcolor tbody th,
.l-post-content table.is-th-bgcolor tbody th,
#tinymce.post-type-post table.is-th-bgcolor tbody th,
#tinymce.post-type-page table.is-th-bgcolor tbody th,
#tinymce.mce-content-body.acf_content table.is-th-bgcolor tbody th,
.c-table.is-th-bgcolor tbody td,
.l-post-content table.is-th-bgcolor tbody td,
#tinymce.post-type-post table.is-th-bgcolor tbody td,
#tinymce.post-type-page table.is-th-bgcolor tbody td,
#tinymce.mce-content-body.acf_content table.is-th-bgcolor tbody td {
    padding: .92857rem 1.71429rem
}

.c-table.is-th-bgcolor th,
.l-post-content table.is-th-bgcolor th,
#tinymce.post-type-post table.is-th-bgcolor th,
#tinymce.post-type-page table.is-th-bgcolor th,
#tinymce.mce-content-body.acf_content table.is-th-bgcolor th {
    color: #333;
    width: 16.85714rem;
    position: relative;
    background-color: rgba(198, 198, 198, 0.1)
}

.c-table.is-th-bgcolor th:after,
.l-post-content table.is-th-bgcolor th:after,
#tinymce.post-type-post table.is-th-bgcolor th:after,
#tinymce.post-type-page table.is-th-bgcolor th:after,
#tinymce.mce-content-body.acf_content table.is-th-bgcolor th:after {
    display: none
}

.c-tabs__navs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4rem
}

.c-tabs__navs li {
    width: 50%;
    max-width: 19.71429rem;
    margin-bottom: .57143rem;
    border: 2px solid #333
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-tabs__navs li {
        border-width: 1px
    }
}

.c-tabs__navs li a {
    background-color: #fff;
    color: #333;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: .71429rem 1.71429rem;
    position: relative;
    transition: all .3s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-tabs__navs li a {
        padding: .42857rem 1.71429rem
    }
}

.c-tabs__navs li a:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 1.71429rem;
    font-weight: 400;
    right: 1.14286rem;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    transition: all .3s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-tabs__navs li a:after {
        font-size: 1.37143rem
    }
}

.c-tabs__navs li a:hover {
    background-color: #a6a6a6;
    opacity: 1
}

.c-tabs__navs li a.is-active {
    background-color: #333;
    color: #fff
}

.c-tabs__navs li a.is-active:hover {
    opacity: 1
}

.c-tabs__content {
    display: none
}

.c-tabs__content.is-active {
    display: block
}

.c-tabs.is-index .c-tabs__navs li {
    width: inherit;
    min-width: 11.42857rem;
    border-width: 1px;
    border-bottom: none;
    margin: 0 .57143rem 0 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-tabs.is-index .c-tabs__navs li {
        width: inherit;
        min-width: inherit;
        border: 1px solid #333;
        margin-bottom: .57143rem
    }
}

.c-tabs.is-index .c-tabs__navs li a {
    font-size: 1rem;
    letter-spacing: 0.1em
}

.c-tabs.is-index .c-tabs__navs li a:after {
    display: none
}

#toc_container {
    margin: 2.28571rem 0;
    width: 100% !important;
    background: rgba(198, 198, 198, 0.1);
    border-radius: 0px;
    padding: 1.14286rem 2.85714rem 2.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    #toc_container {
        margin: 1.14286rem 0;
        padding: 1.14286rem 1.71429rem 1.71429rem
    }
}

#toc_container .toc_title {
    text-align: center !important;
    font-size: 1.125rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 1.14286rem
}

#toc_container .toc_title .toc_toggle {
    margin-left: 1.14286rem
}

#toc_container .toc_list li ul {
    padding-left: 24px
}

#toc_container .toc_list li a {
    display: block;
    padding-left: 1.14286rem;
    transition: all ease .2s;
    text-decoration: none;
    color: #333;
    font-weight: 400
}

#toc_container .toc_list li a:hover {
    text-decoration: none;
    background: rgba(214, 214, 214, 0.2)
}

#toc_container .toc_list li:last-child {
    box-shadow: none
}

.c-top-about {
    position: relative;
    min-height: 44.21429rem;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 4.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-about {
        padding-bottom: 0
    }
}

.c-top-about__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-about__bg {
        height: 100%;
        background-position: center left
    }
}

.c-top-about__text-block {
    padding-top: 8.35714rem;
    padding-bottom: 7.57143rem;
    position: relative;
    z-index: 2;
    color: #333;
    max-width: 52.07143rem;
    margin: 0 auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-about__text-block {
        text-align: center;
        padding-top: 6.64286rem;
        padding-bottom: 6.64286rem
    }
}

.c-top-about__accent {
    display: none;
    position: absolute;
    z-index: 5;
    width: 43.64286rem;
    right: -10rem;
    bottom: -8.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-about__accent {
        display: none
    }
}

.c-top-about__logo {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 3rem;
    margin-bottom: 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-about__logo {
        text-align: center
    }
}

.c-top-about__title {
    font-size: 1.71429rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: calc(43/24*100%);
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-about__title {
        margin-bottom: 1.14286rem
    }
}

.c-top-about__text {
    font-size: 1rem;
    line-height: calc(36/14*100%)
}

.c-top-brandlist {
    position: relative;
    padding-top: 5.71429rem
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist {
        padding-top: 6.28571rem;
        padding-bottom: 0
    }
}

.c-top-brandlist__block {
    position: relative;
    margin-bottom: 5.14286rem
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__block {
        margin-bottom: 6.42857rem
    }
}

.c-top-brandlist__block:last-child {
    margin-bottom: 0
}

.c-top-brandlist__block.is-rev .c-top-brandlist__inner,
.c-top-brandlist__block:nth-child(even) .c-top-brandlist__inner {
    margin-right: auto;
    margin-left: 1.14286rem
}

@media screen and (max-width: 59.3125em) {

    .c-top-brandlist__block.is-rev .c-top-brandlist__inner,
    .c-top-brandlist__block:nth-child(even) .c-top-brandlist__inner {
        margin-left: 0
    }
}

.c-top-brandlist__block.is-rev .c-top-brandlist__inner:before,
.c-top-brandlist__block:nth-child(even) .c-top-brandlist__inner:before {
    left: auto;
    right: 0
}

.c-top-brandlist__block.is-rev .c-top-brandlist__inner:after,
.c-top-brandlist__block:nth-child(even) .c-top-brandlist__inner:after {
    right: auto;
    left: -44px
}

@media screen and (max-width: 59.3125em) {

    .c-top-brandlist__block.is-rev .c-top-brandlist__inner:after,
    .c-top-brandlist__block:nth-child(even) .c-top-brandlist__inner:after {
        left: -8px
    }
}

.c-top-brandlist__block.is-rev .c-top-brandlist__image,
.c-top-brandlist__block:nth-child(even) .c-top-brandlist__image {
    left: auto;
    right: 50%;
    transform: translateX(100%)
}

@media screen and (max-width: 59.3125em) {

    .c-top-brandlist__block.is-rev .c-top-brandlist__image,
    .c-top-brandlist__block:nth-child(even) .c-top-brandlist__image {
        right: auto;
        transform: none
    }
}

.c-top-brandlist__inner {
    padding-top: 4rem;
    padding-bottom: 5.42857rem;
    width: 42.61566%;
    margin-right: 0;
    margin-left: auto;
    position: relative
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__inner {
        width: 100%;
        padding-top: 3.14286rem;
        padding-bottom: 2.85714rem
    }
}

.c-top-brandlist__inner:before,
.c-top-brandlist__inner:after {
    content: '';
    display: block;
    background: #333;
    position: absolute;
    bottom: 0
}

.c-top-brandlist__inner:before {
    width: calc(100% + 44px);
    height: .07143rem;
    left: 0
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__inner:before {
        width: calc(100% + 8px)
    }
}

.c-top-brandlist__inner:after {
    width: .07143rem;
    height: 8.71429rem;
    right: -44px
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__inner:after {
        right: -8px;
        height: 5.85714rem
    }
}

.c-top-brandlist__brand img {
    display: block
}

.c-top-brandlist__brand span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 3.28571rem;
    letter-spacing: 0.2em;
    line-height: 119.56522%
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__brand span {
        font-size: 2.35714rem;
        line-height: 121.21212%
    }
}

.c-top-brandlist__brand small {
    display: block;
    font-weight: 700;
    font-size: .92857rem;
    letter-spacing: 0;
    line-height: 169.23077%;
    margin-top: 1.71429rem
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__brand small {
        margin-top: 1.42857rem
    }
}

.c-top-brandlist__brand.is-koos {
    width: 43.4238%
}

.c-top-brandlist__brand.is-femicite {
    width: 62.83925%
}

.c-top-brandlist__brand.is-luis-mari {
    width: 71.18998%
}

.c-top-brandlist__brand.is-neuf-cent-neuf {
    width: 88.51775%
}

.c-top-brandlist__text {
    letter-spacing: 0;
    line-height: 214.28571%;
    margin-top: 1.85714rem
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__text {
        margin-top: 1.42857rem
    }
}

.c-top-brandlist__image {
    width: 52.85714%;
    max-width: 52.85714rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 87.5em) {
    .c-top-brandlist__image {
        left: 50%;
        transform: translateX(-100%)
    }
}

@media (min-width: 1400px) {
    .c-top-brandlist__image {
        padding-bottom: 0;
        height: 100%
    }
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__image {
        position: relative;
        width: 100%;
        max-width: none;
        padding-bottom: 63.2%;
        height: 0
    }
}

.c-top-brandlist__button {
    margin-top: 5rem
}

@media screen and (max-width: 59.3125em) {
    .c-top-brandlist__button {
        margin-top: 3.21429rem;
        text-align: center
    }
}

.c-top-insta {
    padding-top: 11.21429rem;
    padding-bottom: 10.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-insta {
        padding-top: 6.35714rem;
        padding-bottom: 5.42857rem
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-top-insta .c-heading.is-xlg,
    .c-top-insta .l-post-content h2.is-xlg,
    .l-post-content .c-top-insta h2.is-xlg,
    .c-top-insta #tinymce.post-type-post h2.is-xlg,
    #tinymce.post-type-post .c-top-insta h2.is-xlg,
    .c-top-insta #tinymce.post-type-page h2.is-xlg,
    #tinymce.post-type-page .c-top-insta h2.is-xlg,
    .c-top-insta #tinymce.mce-content-body.acf_content h2.is-xlg,
    #tinymce.mce-content-body.acf_content .c-top-insta h2.is-xlg,
    .c-top-insta .l-post-content h3.is-xlg,
    .l-post-content .c-top-insta h3.is-xlg,
    .c-top-insta #tinymce.post-type-post h3.is-xlg,
    #tinymce.post-type-post .c-top-insta h3.is-xlg,
    .c-top-insta #tinymce.post-type-page h3.is-xlg,
    #tinymce.post-type-page .c-top-insta h3.is-xlg,
    .c-top-insta #tinymce.mce-content-body.acf_content h3.is-xlg,
    #tinymce.mce-content-body.acf_content .c-top-insta h3.is-xlg,
    .c-top-insta .l-post-content h4.is-xlg,
    .l-post-content .c-top-insta h4.is-xlg,
    .c-top-insta #tinymce.post-type-post h4.is-xlg,
    #tinymce.post-type-post .c-top-insta h4.is-xlg,
    .c-top-insta #tinymce.post-type-page h4.is-xlg,
    #tinymce.post-type-page .c-top-insta h4.is-xlg,
    .c-top-insta #tinymce.mce-content-body.acf_content h4.is-xlg,
    #tinymce.mce-content-body.acf_content .c-top-insta h4.is-xlg,
    .c-top-insta .l-post-content h5.is-xlg,
    .l-post-content .c-top-insta h5.is-xlg,
    .c-top-insta #tinymce.post-type-post h5.is-xlg,
    #tinymce.post-type-post .c-top-insta h5.is-xlg,
    .c-top-insta #tinymce.post-type-page h5.is-xlg,
    #tinymce.post-type-page .c-top-insta h5.is-xlg,
    .c-top-insta #tinymce.mce-content-body.acf_content h5.is-xlg,
    #tinymce.mce-content-body.acf_content .c-top-insta h5.is-xlg,
    .c-top-insta .l-post-content h6.is-xlg,
    .l-post-content .c-top-insta h6.is-xlg,
    .c-top-insta #tinymce.post-type-post h6.is-xlg,
    #tinymce.post-type-post .c-top-insta h6.is-xlg,
    .c-top-insta #tinymce.post-type-page h6.is-xlg,
    #tinymce.post-type-page .c-top-insta h6.is-xlg,
    .c-top-insta #tinymce.mce-content-body.acf_content h6.is-xlg,
    #tinymce.mce-content-body.acf_content .c-top-insta h6.is-xlg {
        margin-bottom: 7.92857rem;
        font-size: 2rem
    }

    .c-top-insta .c-heading.is-xlg span,
    .c-top-insta .l-post-content h2.is-xlg span,
    .l-post-content .c-top-insta h2.is-xlg span,
    .c-top-insta #tinymce.post-type-post h2.is-xlg span,
    #tinymce.post-type-post .c-top-insta h2.is-xlg span,
    .c-top-insta #tinymce.post-type-page h2.is-xlg span,
    #tinymce.post-type-page .c-top-insta h2.is-xlg span,
    .c-top-insta #tinymce.mce-content-body.acf_content h2.is-xlg span,
    #tinymce.mce-content-body.acf_content .c-top-insta h2.is-xlg span,
    .c-top-insta .l-post-content h3.is-xlg span,
    .l-post-content .c-top-insta h3.is-xlg span,
    .c-top-insta #tinymce.post-type-post h3.is-xlg span,
    #tinymce.post-type-post .c-top-insta h3.is-xlg span,
    .c-top-insta #tinymce.post-type-page h3.is-xlg span,
    #tinymce.post-type-page .c-top-insta h3.is-xlg span,
    .c-top-insta #tinymce.mce-content-body.acf_content h3.is-xlg span,
    #tinymce.mce-content-body.acf_content .c-top-insta h3.is-xlg span,
    .c-top-insta .l-post-content h4.is-xlg span,
    .l-post-content .c-top-insta h4.is-xlg span,
    .c-top-insta #tinymce.post-type-post h4.is-xlg span,
    #tinymce.post-type-post .c-top-insta h4.is-xlg span,
    .c-top-insta #tinymce.post-type-page h4.is-xlg span,
    #tinymce.post-type-page .c-top-insta h4.is-xlg span,
    .c-top-insta #tinymce.mce-content-body.acf_content h4.is-xlg span,
    #tinymce.mce-content-body.acf_content .c-top-insta h4.is-xlg span,
    .c-top-insta .l-post-content h5.is-xlg span,
    .l-post-content .c-top-insta h5.is-xlg span,
    .c-top-insta #tinymce.post-type-post h5.is-xlg span,
    #tinymce.post-type-post .c-top-insta h5.is-xlg span,
    .c-top-insta #tinymce.post-type-page h5.is-xlg span,
    #tinymce.post-type-page .c-top-insta h5.is-xlg span,
    .c-top-insta #tinymce.mce-content-body.acf_content h5.is-xlg span,
    #tinymce.mce-content-body.acf_content .c-top-insta h5.is-xlg span,
    .c-top-insta .l-post-content h6.is-xlg span,
    .l-post-content .c-top-insta h6.is-xlg span,
    .c-top-insta #tinymce.post-type-post h6.is-xlg span,
    #tinymce.post-type-post .c-top-insta h6.is-xlg span,
    .c-top-insta #tinymce.post-type-page h6.is-xlg span,
    #tinymce.post-type-page .c-top-insta h6.is-xlg span,
    .c-top-insta #tinymce.mce-content-body.acf_content h6.is-xlg span,
    #tinymce.mce-content-body.acf_content .c-top-insta h6.is-xlg span {
        padding: 0 1.14286rem
    }

    .c-top-insta .c-heading.is-xlg span:before,
    .c-top-insta .l-post-content h2.is-xlg span:before,
    .l-post-content .c-top-insta h2.is-xlg span:before,
    .c-top-insta #tinymce.post-type-post h2.is-xlg span:before,
    #tinymce.post-type-post .c-top-insta h2.is-xlg span:before,
    .c-top-insta #tinymce.post-type-page h2.is-xlg span:before,
    #tinymce.post-type-page .c-top-insta h2.is-xlg span:before,
    .c-top-insta #tinymce.mce-content-body.acf_content h2.is-xlg span:before,
    #tinymce.mce-content-body.acf_content .c-top-insta h2.is-xlg span:before,
    .c-top-insta .l-post-content h3.is-xlg span:before,
    .l-post-content .c-top-insta h3.is-xlg span:before,
    .c-top-insta #tinymce.post-type-post h3.is-xlg span:before,
    #tinymce.post-type-post .c-top-insta h3.is-xlg span:before,
    .c-top-insta #tinymce.post-type-page h3.is-xlg span:before,
    #tinymce.post-type-page .c-top-insta h3.is-xlg span:before,
    .c-top-insta #tinymce.mce-content-body.acf_content h3.is-xlg span:before,
    #tinymce.mce-content-body.acf_content .c-top-insta h3.is-xlg span:before,
    .c-top-insta .l-post-content h4.is-xlg span:before,
    .l-post-content .c-top-insta h4.is-xlg span:before,
    .c-top-insta #tinymce.post-type-post h4.is-xlg span:before,
    #tinymce.post-type-post .c-top-insta h4.is-xlg span:before,
    .c-top-insta #tinymce.post-type-page h4.is-xlg span:before,
    #tinymce.post-type-page .c-top-insta h4.is-xlg span:before,
    .c-top-insta #tinymce.mce-content-body.acf_content h4.is-xlg span:before,
    #tinymce.mce-content-body.acf_content .c-top-insta h4.is-xlg span:before,
    .c-top-insta .l-post-content h5.is-xlg span:before,
    .l-post-content .c-top-insta h5.is-xlg span:before,
    .c-top-insta #tinymce.post-type-post h5.is-xlg span:before,
    #tinymce.post-type-post .c-top-insta h5.is-xlg span:before,
    .c-top-insta #tinymce.post-type-page h5.is-xlg span:before,
    #tinymce.post-type-page .c-top-insta h5.is-xlg span:before,
    .c-top-insta #tinymce.mce-content-body.acf_content h5.is-xlg span:before,
    #tinymce.mce-content-body.acf_content .c-top-insta h5.is-xlg span:before,
    .c-top-insta .l-post-content h6.is-xlg span:before,
    .l-post-content .c-top-insta h6.is-xlg span:before,
    .c-top-insta #tinymce.post-type-post h6.is-xlg span:before,
    #tinymce.post-type-post .c-top-insta h6.is-xlg span:before,
    .c-top-insta #tinymce.post-type-page h6.is-xlg span:before,
    #tinymce.post-type-page .c-top-insta h6.is-xlg span:before,
    .c-top-insta #tinymce.mce-content-body.acf_content h6.is-xlg span:before,
    #tinymce.mce-content-body.acf_content .c-top-insta h6.is-xlg span:before {
        left: 0
    }

    .c-top-insta .c-heading.is-xlg span:after,
    .c-top-insta .l-post-content h2.is-xlg span:after,
    .l-post-content .c-top-insta h2.is-xlg span:after,
    .c-top-insta #tinymce.post-type-post h2.is-xlg span:after,
    #tinymce.post-type-post .c-top-insta h2.is-xlg span:after,
    .c-top-insta #tinymce.post-type-page h2.is-xlg span:after,
    #tinymce.post-type-page .c-top-insta h2.is-xlg span:after,
    .c-top-insta #tinymce.mce-content-body.acf_content h2.is-xlg span:after,
    #tinymce.mce-content-body.acf_content .c-top-insta h2.is-xlg span:after,
    .c-top-insta .l-post-content h3.is-xlg span:after,
    .l-post-content .c-top-insta h3.is-xlg span:after,
    .c-top-insta #tinymce.post-type-post h3.is-xlg span:after,
    #tinymce.post-type-post .c-top-insta h3.is-xlg span:after,
    .c-top-insta #tinymce.post-type-page h3.is-xlg span:after,
    #tinymce.post-type-page .c-top-insta h3.is-xlg span:after,
    .c-top-insta #tinymce.mce-content-body.acf_content h3.is-xlg span:after,
    #tinymce.mce-content-body.acf_content .c-top-insta h3.is-xlg span:after,
    .c-top-insta .l-post-content h4.is-xlg span:after,
    .l-post-content .c-top-insta h4.is-xlg span:after,
    .c-top-insta #tinymce.post-type-post h4.is-xlg span:after,
    #tinymce.post-type-post .c-top-insta h4.is-xlg span:after,
    .c-top-insta #tinymce.post-type-page h4.is-xlg span:after,
    #tinymce.post-type-page .c-top-insta h4.is-xlg span:after,
    .c-top-insta #tinymce.mce-content-body.acf_content h4.is-xlg span:after,
    #tinymce.mce-content-body.acf_content .c-top-insta h4.is-xlg span:after,
    .c-top-insta .l-post-content h5.is-xlg span:after,
    .l-post-content .c-top-insta h5.is-xlg span:after,
    .c-top-insta #tinymce.post-type-post h5.is-xlg span:after,
    #tinymce.post-type-post .c-top-insta h5.is-xlg span:after,
    .c-top-insta #tinymce.post-type-page h5.is-xlg span:after,
    #tinymce.post-type-page .c-top-insta h5.is-xlg span:after,
    .c-top-insta #tinymce.mce-content-body.acf_content h5.is-xlg span:after,
    #tinymce.mce-content-body.acf_content .c-top-insta h5.is-xlg span:after,
    .c-top-insta .l-post-content h6.is-xlg span:after,
    .l-post-content .c-top-insta h6.is-xlg span:after,
    .c-top-insta #tinymce.post-type-post h6.is-xlg span:after,
    #tinymce.post-type-post .c-top-insta h6.is-xlg span:after,
    .c-top-insta #tinymce.post-type-page h6.is-xlg span:after,
    #tinymce.post-type-page .c-top-insta h6.is-xlg span:after,
    .c-top-insta #tinymce.mce-content-body.acf_content h6.is-xlg span:after,
    #tinymce.mce-content-body.acf_content .c-top-insta h6.is-xlg span:after {
        right: 0
    }
}

.c-top-insta__content {
    display: flex;
    justify-content: space-between
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-insta__content {
        display: block
    }

    .c-top-insta__content:last-child {
        margin-bottom: 0
    }
}

.c-top-insta__block {
    width: 100%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-insta__block {
        margin-bottom: 7.28571rem
    }

    .c-top-insta__block:last-child {
        margin-bottom: 0
    }
}

.c-top-insta__title {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-insta__title {
        margin-bottom: 1.71429rem
    }
}

.c-top-insta__title small {
    display: block;
    text-align: center;
    line-height: 125%;
    margin-top: 1.35714rem
}

.c-top-insta__title.is-carrean {
    width: 19.35714rem
}

.c-top-insta__title.is-plusan {
    width: 15.71429rem
}

.c-top-insta__inner {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-insta__inner {
        justify-content: space-between;
        max-width: 24.14286rem;
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

.c-top-insta__box {
    display: block;
    width: 29.2365%;
    padding-bottom: 29.2365%;
    position: relative;
    overflow: hidden;
    margin: 0 2.04842% 1.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-top-insta__box {
        width: 46.4497%;
        padding-bottom: 46.4497%;
        margin: 0 0 1.57143rem
    }
}

.c-top-insta__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.c-voice-card__card {
    margin-bottom: 5.71429rem
}

.c-voice-card__head {
    position: relative;
    width: 100%;
    padding-bottom: 63.4058%;
    margin-bottom: 4.71429rem
}

.c-voice-card__head:after {
    content: '';
    height: 5.42857rem;
    width: .07143rem;
    background: #333;
    position: absolute;
    left: 50%;
    bottom: -3.78571rem;
    transform: translateX(-50%)
}

.c-voice-card__label {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.c-voice-card__images {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.c-voice-card__img {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0
}

.c-voice-card__text {
    line-height: 214.28571%;
    margin-bottom: .92857rem
}

.c-voice-card__data {
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 142.85714%
}

.p-contact {
    max-width: 680px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    background: #fff;
    padding-top: .57143rem;
    padding-bottom: 2.28571rem;
    box-shadow: 0 4px 24px 4px rgba(0, 0, 0, 0.1)
}

.p-contact__button {
    margin-top: 24px
}

.p-contact__tel {
    font-size: 1.71429rem;
    letter-spacing: 2px;
    margin-top: 24px
}

.p-contact__tel i.fa {
    margin-right: 8px
}

.p-landing-block {
    display: table;
    margin-bottom: 3.42857rem
}

.p-landing-block__thumbnail {
    display: table-cell;
    width: 50%;
    background-position: center;
    background-repeat: no-repet
}

.p-landing-block__content {
    display: table-cell;
    padding-left: 4.57143rem;
    padding-right: 4.57143rem;
    padding-top: 4.57143rem;
    padding-bottom: 4.57143rem
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.p-post-item.is-horizon {
    border: 1px solid #ccc;
    padding: 32px;
    background: #fff;
    display: flex
}

.p-post-item.is-horizon .p-post-item__thumbnail {
    float: left;
    margin-right: 32px;
    margin-bottom: 0;
    min-width: 30%
}

.p-post-item.is-line {
    border-bottom: 1px solid #ccc;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
    margin-bottom: 0
}

.p-post-item.is-line .p-post-item__thumbnail {
    float: left;
    margin-right: 32px;
    margin-bottom: 0
}

.p-post-item.is-line .p-post-item__thumbnail>img {
    max-height: 1.71429rem;
    width: auto
}

.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
    margin-right: 32px;
    float: left;
    color: #333
}

.p-post-item.is-line .p-post-item__title {
    float: left;
    color: #333;
    margin-right: 32px;
    margin-bottom: 0;
    font-size: 1rem;
    margin-top: .21429rem;
    margin-right: 32px
}

.p-post-item.is-line {
    border-bottom: 1px solid #CCC;
    padding: 14px 40px 14px 0;
    display: flex;
    margin-bottom: 0;
    position: relative;
    text-decoration: none
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .p-post-item.is-line {
        padding: 14px 24px 18px 0
    }

    .p-post-item.is-line .p-post-item__sup {
        overflow: hidden
    }

    .p-post-item.is-line .p-post-item__sup:after {
        content: "";
        display: block;
        clear: both
    }
}

.p-post-item.is-line:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #333;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -.92857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .p-post-item.is-line:before {
        top: auto;
        bottom: 14px;
        margin-top: 0
    }
}

.p-post-item.is-line .p-post-item__thumbnail {
    float: left;
    margin-right: 32px;
    margin-bottom: 0
}

.p-post-item.is-line .p-post-item__thumbnail>img {
    max-height: 1.71429rem;
    width: auto
}

.p-post-item.is-line .p-post-item__date {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-right: 1.71429rem
}

.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
    float: left;
    color: #333
}

.p-post-item.is-line .p-post-item__title {
    color: #333;
    margin-bottom: 0;
    font-size: 1.14286rem;
    margin-top: .21429rem;
    margin-right: 1.71429rem;
    margin-left: 1.71429rem;
    font-weight: normal;
    position: relative;
    line-height: 1.7;
    max-width: 60%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .p-post-item.is-line .p-post-item__title {
        float: none;
        padding-top: .85714rem;
        margin-left: 0
    }
}

.p-post-item.is-line:hover .p-post-item__title {
    text-decoration: underline
}

.p-post-list {
    border-top: 1px solid #CCC
}

.p-post h1,
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5,
.p-post h6,
.p-post p {
    margin-top: 0
}

.p-privacy {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 32px;
    background: #EEF1F1;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.p-privacy h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 16px
}

.p-profile-box {
    border: 1px solid #ccc;
    padding: 32px
}

.p-profile-box__thumbnail {
    float: left;
    text-align: center;
    margin-right: 32px
}

.p-profile-box__authorname {
    margin-top: 0;
    font-size: 1.28571rem;
    line-height: 1.28571rem;
    margin-bottom: 8px
}

.p-sitemap {
    margin-bottom: 3.42857rem
}

.p-sitemap__title {
    font-size: 1.28571rem;
    color: #333;
    margin-bottom: 1.71429rem
}

.p-sitemap>ul>li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: .57143rem
}

.p-sitemap>ul>li a {
    text-decoration: none
}

.p-sitemap>ul>li a:hover {
    text-decoration: underline
}

.l-aside {
    width: 100%;
    max-width: 20.92857rem;
    margin-left: auto
}

@media screen and (max-width: 59.3125em) {
    .l-aside {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 1200px) {
    .l-container {
        padding-right: 32px;
        padding-left: 32px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-container {
        padding-right: 16px;
        padding-left: 16px
    }
}

.l-container.is-two-columns {
    display: flex;
    padding: 0 !important
}

@media (max-width: 900px) {
    .l-container.is-two-columns {
        display: block
    }
}

.l-footer-normal {
    background-color: rgba(198, 198, 198, 0.1);
    color: #333
}

.l-footer-normal__inner {
    display: flex;
    justify-content: space-between;
    padding: 3.92857rem 10.57143rem 2.14286rem 9.28571rem
}

@media (max-width: 1240px) {
    .l-footer-normal__inner {
        padding: 3.92857rem 5.28571rem 2.14286rem 4.64286rem
    }
}

@media (max-width: 1100px) {
    .l-footer-normal__inner {
        padding: 3.92857rem 2.64286rem 2.14286rem 2.28571rem
    }
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__inner {
        display: block;
        padding: 3.92857rem 1.14286rem 0
    }
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__content {
        margin-bottom: 1.71429rem
    }
}

.l-footer-normal__logo {
    display: block;
    width: 100%;
    max-width: 12.5rem
}

.l-footer-normal__address {
    font-style: normal;
    font-size: .92857rem;
    letter-spacing: 0.1em;
    margin-top: 24px
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__address {
        font-size: .85714rem
    }
}

.l-footer-normal__menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menu {
        display: block;
        width: calc(100%);
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer-normal__menu {
        width: calc(100% + 32px);
        margin-left: -1.14286rem
    }
}

.l-footer-normal__block {
    padding-right: 4rem
}

@media (max-width: 1100px) {
    .l-footer-normal__block {
        padding-right: 2.28571rem
    }
}

.l-footer-normal__block:last-child {
    padding-right: 0
}

@media (max-width: 900px) {
    .l-footer-normal__block {
        padding-right: 1.71429rem
    }
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__block {
        padding: 0
    }
}

.l-footer-normal__menutitle {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menutitle {
        border-bottom: 1px solid #CCC;
        padding: .85714rem 1.71429rem;
        margin: 0;
        background-color: rgba(198, 198, 198, 0.1)
    }

    .l-footer-normal__menutitle:before {
        content: "\f107";
        font-family: "FontAwesome";
        color: #333;
        padding-right: .85714rem
    }

    .l-footer-normal__menutitle.is-open:before {
        content: "\f106"
    }
}

.l-footer-normal__menulist li {
    margin-bottom: .57143rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menulist li {
        margin: 0 !important;
        border-bottom: 1px solid #CCC
    }
}

.l-footer-normal__menulist li a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menulist li a {
        padding: 1rem 1.71429rem;
        display: block;
        background-color: rgba(198, 198, 198, 0.1)
    }

    .l-footer-normal__menulist li a:hover {
        opacity: 1
    }
}

.l-footer-normal__menulist.is-sub {
    margin-left: .71429rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menulist.is-sub {
        display: none
    }
}

.l-footer-normal__menulist.is-sub li {
    margin-bottom: .71429rem;
    line-height: 1
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menulist.is-sub li {
        border: none
    }
}

.l-footer-normal__menulist.is-sub li a {
    font-weight: 400;
    font-size: 13px;
    color: #333
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menulist.is-sub li a {
        padding: .71429rem 3.14286rem
    }
}

.l-footer-normal__menulist.is-menu-bottom {
    margin-left: 0
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menulist.is-menu-bottom {
        display: block;
        border-bottom: 1px solid #CCC
    }
}

.l-footer-normal__menulist.is-menu-bottom li {
    margin-top: 3.57143rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menulist.is-menu-bottom li {
        display: block;
        background-color: rgba(198, 198, 198, 0.1)
    }

    .l-footer-normal__menulist.is-menu-bottom li:hover {
        opacity: 1
    }
}

.l-footer-normal__menulist.is-menu-bottom li a {
    font-size: .85714rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__menulist.is-menu-bottom li a {
        font-size: 1rem;
        font-weight: 700;
        padding: 1rem 1.71429rem;
        line-height: 1.75
    }
}

.l-footer-normal__copyright {
    padding: .92857rem 0 .71429rem;
    display: block;
    background-color: #fff;
    text-align: center
}

@media screen and (max-width: 59.3125em) {
    .l-footer-normal__copyright {
        margin-top: 0;
        text-align: center;
        padding: 1.71429rem 0 1.71429rem
    }
}

.l-footer-normal__copyright small {
    font-size: .85714rem;
    line-height: 1.5
}

.l-footer-simple {
    background-color: #333;
    color: #fff
}

.l-footer-simple__content {
    padding: 3.42857rem 0 1.71429rem;
    text-align: center
}

.l-footer-simple__logo {
    display: block;
    width: 100%;
    max-width: 12.5rem;
    margin: 0 auto
}

.l-footer-simple__address {
    font-style: normal;
    font-size: .92857rem;
    letter-spacing: 0.1em;
    margin-top: 1.71429rem;
    margin-bottom: .71429rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer-simple__address {
        font-size: .85714rem
    }
}

.l-footer-simple__copyright {
    display: block;
    text-align: center
}

@media screen and (max-width: 59.3125em) {
    .l-footer-simple__copyright {
        margin-top: 0;
        text-align: center
    }
}

.l-footer-simple__copyright small {
    color: rgba(255, 255, 255, 0.5);
    font-size: .85714rem;
    line-height: 1.5
}

.l-footer {
    background-color: #000;
    color: #fff;
    position: relative
}

.l-footer__head {
    border-bottom: 1px solid #fff;
    padding-top: 6.85714rem;
    padding-bottom: 4.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__head {
        padding-top: 5.71429rem;
        padding-bottom: 3.85714rem
    }
}

.l-footer__logo {
    display: block;
    width: 36.3879%;
    max-width: 29.21429rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__logo {
        width: 91.54519%
    }
}

.l-footer__instalinks {
    display: flex;
    justify-content: center
}

.l-footer__instalinks a {
    padding-left: 2.07143rem;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    height: 1.57143rem
}

.l-footer__instalinks a:before {
    content: '\f16d';
    font-family: "FontAwesome";
    font-size: 1.57143rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 1
}

.l-footer__instalinks a.is-cour {
    margin-right: 2.85714rem
}

.l-footer__instalinks a.is-cour img {
    width: 7.92857rem
}

.l-footer__instalinks a.is-plus img {
    width: 13rem
}

.l-footer__body {
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__body {
        padding-top: 3rem;
        padding-bottom: 0
    }
}

.l-footer__company {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 157.14286%;
    font-weight: 700;
    margin-bottom: 2.14286rem
}

.l-footer__menu {
    width: 50%;
    min-width: 40.14286rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width: 59.3125em) {
    .l-footer__menu {
        width: 100%;
        min-width: auto;
        flex-wrap: wrap
    }
}

.l-footer__block {
    padding-right: 2.85714rem
}

.l-footer__block:last-child {
    padding-right: 0
}

@media (max-width: 900px) {
    .l-footer__block {
        padding-right: 1.71429rem
    }
}

@media screen and (max-width: 59.3125em) {
    .l-footer__block {
        padding: 0;
        width: 50%;
        margin-bottom: 2.85714rem
    }
}

.l-footer__menutitle {
    margin-bottom: .71429rem;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 157.14286%
}

.l-footer__menutitle a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer__menutitle a:hover {
        opacity: 1
    }
}

.l-footer__menulist li {
    margin-bottom: 1.42857rem;
    line-height: 142.85714%
}

.l-footer__menulist li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer__menulist li a:hover {
        opacity: 1
    }
}

.l-footer__menulist.is-sub li {
    margin-bottom: .28571rem;
    line-height: .85714rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer__menulist.is-sub li {
        border: none
    }
}

.l-footer__menulist.is-sub li.is-brand {
    font-size: .85714rem;
    letter-spacing: 0;
    line-height: 200%;
    font-weight: 500;
    padding-left: .64286rem;
    position: relative
}

.l-footer__menulist.is-sub li.is-brand:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1
}

.l-footer__menulist.is-sub li a {
    font-size: .85714rem;
    letter-spacing: 0;
    line-height: 200%;
    font-weight: 500;
    padding-left: .64286rem;
    position: relative
}

.l-footer__menulist.is-sub li a:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1
}

@media screen and (max-width: 59.3125em) {
    .l-footer__content {
        display: none
    }
}

.l-footer__address {
    font-style: normal;
    font-size: .92857rem;
    letter-spacing: 0.1em;
    font-size: .85714rem;
    letter-spacing: 0.05em;
    line-height: 166.66667%
}

@media screen and (max-width: 59.3125em) {
    .l-footer__address {
        margin: 1.71429rem 0;
        font-size: .85714rem
    }
}

.l-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7.14286rem;
    padding-top: 1.64286rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer__bottom {
        flex-direction: column-reverse;
        padding-bottom: 2.21429rem;
        padding-top: .71429rem
    }
}

.l-footer__copyright {
    color: #fff;
    font-size: .71429rem;
    letter-spacing: 0.2em;
    line-height: 120%;
    font-family: 'Lato', sans-serif;
    font-weight: 400
}

.l-footer__link {
    font-size: .71429rem;
    letter-spacing: 0.2em;
    line-height: 120%;
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 1.28571rem;
    text-decoration: none;
    margin-bottom: 1.64286rem
}

.l-footer__link:before {
    content: '>';
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    width: .64286rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.l-global-nav {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2
}

@media screen and (max-width: 59.3125em) {
    .l-global-nav {
        display: none
    }
}

.l-global-nav ul {
    display: flex
}

.l-global-nav ul li {
    width: 100%;
    text-align: center;
    position: relative
}

.l-global-nav ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 16px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #E2E2E2
}

.l-global-nav ul li:first-child:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 16px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #E2E2E2
}

.l-global-nav ul li a {
    display: block;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    padding: 12px 12px;
    position: relative
}

.l-global-nav ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease
}

.l-global-nav ul li a:hover {
    opacity: 1
}

.l-global-nav ul li a:hover:after {
    width: 100%;
    opacity: 1
}

.l-header-minimal {
    background-color: #fff;
    width: 100%;
    z-index: 9990;
    padding: 1.5rem 4rem 1.42857rem;
    position: fixed;
    top: 0;
    left: 0
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal {
        width: 100%;
        padding: 1.71429rem 4.57143rem 1.57143rem 1.14286rem;
        height: 4.85714rem
    }
}

.l-header-minimal__inner {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__inner {
        flex-wrap: wrap
    }
}

.l-header-minimal__text {
    font-size: .85714rem;
    letter-spacing: 0.1em;
    opacity: 0.7;
    margin: 0;
    font-weight: 400
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__text {
        font-size: .71429rem;
        letter-spacing: 0;
        display: none
    }
}

.l-header-minimal__tel {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 1.42857rem;
    margin-left: auto
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__tel {
        display: none
    }
}

.l-header-minimal__tel span {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.71429rem;
    letter-spacing: 0.02em;
    margin-right: 1.14286rem
}

.l-header-minimal__tel i {
    margin-right: .42857rem
}

.l-header-minimal__tel small {
    font-size: .92857rem;
    letter-spacing: 0
}

.l-header-minimal__heading {
    margin: 0;
    width: 13.85714rem;
    flex-shrink: 0
}

.l-header-minimal__heading a,
.l-header-minimal__heading img {
    display: block
}

.l-header-minimal__content {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__content {
        justify-content: flex-start
    }
}

.l-header-minimal__nav {
    margin-left: auto
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__nav {
        display: none
    }
}

.l-header-minimal__nav ul {
    display: flex;
    align-items: center;
    width: 100%
}

.l-header-minimal__nav ul li {
    margin-left: .85714rem;
    margin-right: 32px
}

@media (max-width: 1080px) {
    .l-header-minimal__nav ul li {
        margin-left: 0;
        margin-right: 1.71429rem
    }
}

.l-header-minimal__nav ul li:last-child {
    margin-right: 0
}

.l-header-minimal__nav ul li>span,
.l-header-minimal__nav ul li>a {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.15em;
    line-height: 121.42857%;
    position: relative;
    padding-bottom: 1.28571rem;
    transition: all .3s ease;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer
}

.l-header-minimal__nav ul li>span:after,
.l-header-minimal__nav ul li>a:after {
    content: "";
    display: block;
    width: .57143rem;
    height: .57143rem;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease
}

.l-header-minimal__nav ul li>span.is-current,
.l-header-minimal__nav ul li>span:hover,
.l-header-minimal__nav ul li>a.is-current,
.l-header-minimal__nav ul li>a:hover {
    opacity: 1;
    color: #333
}

.l-header-minimal__nav ul li>span.is-current:after,
.l-header-minimal__nav ul li>span:hover:after,
.l-header-minimal__nav ul li>a.is-current:after,
.l-header-minimal__nav ul li>a:hover:after {
    opacity: 1
}

.l-header-minimal__nav ul li.is-pulldown {
    position: relative
}

.l-header-minimal__nav ul li.is-pulldown:hover>span:after {
    opacity: 0
}

.l-header-minimal__nav ul li.is-pulldown:hover .c-nav-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1)
}

.l-header-minimal__button {
    max-width: 14rem !important;
    margin-left: 1.71429rem
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__button {
        display: none
    }
}

.l-header-minimal__button:after {
    display: none
}

.l-header-minimal__button i {
    font-size: 1.14286rem;
    padding-right: .57143rem
}

.is-slidebar-active .l-header-minimal {
    position: fixed;
    top: 0;
    left: 0
}

.l-header-variable {
    background-color: #fff;
    width: 100%;
    z-index: 9990;
    padding-left: 2.28571rem;
    padding-top: 1.14286rem;
    padding-right: 14.28571rem;
    height: 8.85714rem
}

@media screen and (max-width: 59.3125em) {
    .l-header-variable {
        width: 100%;
        padding: 1rem 4.57143rem 1rem 1.14286rem;
        height: 3.92857rem
    }
}

.l-header-variable__inner {
    display: flex;
    align-items: center;
    margin-bottom: .85714rem
}

@media screen and (max-width: 59.3125em) {
    .l-header-variable__inner {
        flex-wrap: wrap
    }
}

.l-header-variable__text {
    color: rgba(51, 51, 51, 0.7);
    font-size: .92857rem;
    letter-spacing: 0;
    margin: 0 0 0 1.57143rem;
    font-weight: 400
}

@media screen and (max-width: 59.3125em) {
    .l-header-variable__text {
        font-size: .71429rem;
        letter-spacing: 0;
        display: none
    }
}

.l-header-variable__tel {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 1.42857rem;
    margin-left: auto
}

@media screen and (max-width: 59.3125em) {
    .l-header-variable__tel {
        display: none
    }
}

.l-header-variable__tel span {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.57143rem !important;
    letter-spacing: 0;
    line-height: 1.09091
}

.l-header-variable__tel span:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background-image: url(../images/icon-tel.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    top: 2px
}

.l-header-variable__tel small {
    font-size: .92857rem;
    letter-spacing: 0
}

.l-header-variable__heading {
    margin: 0;
    width: 17.57143rem;
    flex-shrink: 0
}

@media screen and (max-width: 59.3125em) {
    .l-header-variable__heading {
        width: 3.61905rem
    }
}

.l-header-variable__heading a,
.l-header-variable__heading img {
    display: block
}

.l-header-variable__content {
    display: flex;
    align-items: center
}

.l-header-variable__nav {
    margin-left: auto
}

@media screen and (max-width: 59.3125em) {
    .l-header-variable__nav {
        display: none
    }
}

.l-header-variable__nav ul {
    display: flex;
    align-items: center;
    width: 100%
}

.l-header-variable__nav ul li {
    margin-left: .85714rem;
    margin-left: 3.42857rem
}

.l-header-variable__nav ul li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    position: relative;
    padding-bottom: 1.71429rem;
    transition: all .3s ease
}

.l-header-variable__nav ul li a span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.28571rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: .85714rem
}

.l-header-variable__nav ul li a small {
    display: block;
    font-size: .71429rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 400
}

.l-header-variable__nav ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: .14286rem;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease
}

.l-header-variable__nav ul li a:hover {
    opacity: 1;
    color: #333
}

.l-header-variable__nav ul li a:hover:after {
    width: 100%;
    opacity: 1
}

.l-header-variable__nav ul li a span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em
}

.l-header-variable__nav ul li a small {
    text-align: center;
    font-size: .71429rem;
    line-height: 1.2
}

.l-header-variable__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 10.71429rem !important;
    height: 8.85714rem;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width: 59.3125em) {
    .l-header-variable__button {
        display: none
    }
}

.l-header-variable__button:after {
    display: none
}

.l-header-variable__button i {
    font-size: 1.28571rem;
    margin-bottom: 1rem
}

.l-header-variable__button span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.28571rem;
    letter-spacing: 0.1em;
    line-height: 1
}

.l-header-variable__button small {
    display: block;
    font-size: .71429rem;
    letter-spacing: 0.1em;
    font-weight: 400
}

.is-slidebar-active .l-header-variable {
    position: fixed;
    top: 0;
    left: 0
}

.l-header {
    background-color: #fff;
    width: 100%;
    z-index: 9990;
    padding: 1.71429rem 0
}

@media screen and (max-width: 59.3125em) {
    .l-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: .85714rem 0;
        height: 3.92857rem
    }
}

.l-header__inner {
    display: flex;
    align-items: center
}

.l-header__heading {
    margin: 0;
    width: 14.92857rem
}

@media screen and (max-width: 59.3125em) {
    .l-header__heading {
        width: 9.95238rem
    }
}

.l-header__heading a,
.l-header__heading img {
    display: block
}

.l-header__content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width: 59.3125em) {
    .l-header__content {
        display: none
    }
}

.l-header__submenu {
    display: flex;
    align-items: center
}

.l-header__submenu li {
    margin-left: 12px
}

.l-header__submenu li a {
    display: block;
    width: 10.14286rem;
    color: #333;
    border: 1px solid #333;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    font-size: .92857rem;
    font-weight: 400;
    border-radius: 1000px;
    padding: 3px 8px
}

.l-header__submenu li a i {
    margin-right: 5px;
    color: #333
}

.l-header__tel {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 20px
}

@media screen and (max-width: 59.3125em) {
    .l-header__tel {
        display: none
    }
}

.l-header__tel span {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    display: block
}

.l-header__tel i {
    margin-right: 6px
}

.l-header__tel small {
    font-size: 12px;
    letter-spacing: 0.05em;
    display: block
}

.l-header__button {
    max-width: 14rem !important;
    margin-left: 24px
}

.l-header__button:after {
    display: none
}

.l-header__button i {
    font-size: 16px;
    padding-right: 8px
}

.l-main {
    width: 100%;
    max-width: 137.14286rem;
    margin: 0 auto
}

.l-main.is-twocolumns {
    width: calc(100% - 293px - 64px)
}

@media screen and (max-width: 59.3125em) {
    .l-main.is-twocolumns {
        width: 100%;
        padding-bottom: 3.42857rem
    }
}

.l-offer-button {
    overflow: hidden
}

.l-offer-button__inner {
    display: flex
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-button__inner {
        display: block
    }
}

.l-offer-button__block {
    text-decoration: none;
    color: #fff;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 10rem;
    position: relative;
    padding: 1.71429rem 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-button__block {
        width: calc(100% + 32px);
        margin-left: -16px;
        min-height: 8.57143rem;
        justify-content: flex-start;
        padding: 1.71429rem 3.42857rem
    }
}

.l-offer-button__block i {
    font-size: 2.85714rem;
    margin-right: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-button__block i {
        font-size: 2.28571rem;
        margin-right: .85714rem
    }
}

.l-offer-button__block:after {
    content: "";
    display: block;
    position: absolute;
    width: 71.42857rem;
    height: 100%;
    background-color: #333;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: -1
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-button__block:after {
        display: none
    }
}

.l-offer-button__block.is-color-darken {
    background-color: #1a1a1a
}

.l-offer-button__block.is-color-darken:after {
    left: auto;
    right: 0;
    transform: translateX(100%);
    background-color: #1a1a1a
}

.l-offer-button__text {
    text-align: center
}

.l-offer-button__text span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.71429rem;
    letter-spacing: 0.1em;
    line-height: 1.1
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-button__text span {
        font-size: 2.17143rem
    }
}

.l-offer-button__text small {
    display: block;
    font-size: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-button__text small {
        font-size: .91429rem
    }
}

.l-offer-sm {
    text-align: center;
    background-color: rgba(51, 51, 51, 0.1);
    padding: 2.85714rem 4rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-sm {
        padding: 2.28571rem
    }
}

.l-offer-sm .c-heading,
.l-offer-sm .l-post-content h2,
.l-post-content .l-offer-sm h2,
.l-offer-sm #tinymce.post-type-post h2,
#tinymce.post-type-post .l-offer-sm h2,
.l-offer-sm #tinymce.post-type-page h2,
#tinymce.post-type-page .l-offer-sm h2,
.l-offer-sm #tinymce.mce-content-body.acf_content h2,
#tinymce.mce-content-body.acf_content .l-offer-sm h2,
.l-offer-sm .l-post-content h3,
.l-post-content .l-offer-sm h3,
.l-offer-sm #tinymce.post-type-post h3,
#tinymce.post-type-post .l-offer-sm h3,
.l-offer-sm #tinymce.post-type-page h3,
#tinymce.post-type-page .l-offer-sm h3,
.l-offer-sm #tinymce.mce-content-body.acf_content h3,
#tinymce.mce-content-body.acf_content .l-offer-sm h3,
.l-offer-sm .l-post-content h4,
.l-post-content .l-offer-sm h4,
.l-offer-sm #tinymce.post-type-post h4,
#tinymce.post-type-post .l-offer-sm h4,
.l-offer-sm #tinymce.post-type-page h4,
#tinymce.post-type-page .l-offer-sm h4,
.l-offer-sm #tinymce.mce-content-body.acf_content h4,
#tinymce.mce-content-body.acf_content .l-offer-sm h4,
.l-offer-sm .l-post-content h5,
.l-post-content .l-offer-sm h5,
.l-offer-sm #tinymce.post-type-post h5,
#tinymce.post-type-post .l-offer-sm h5,
.l-offer-sm #tinymce.post-type-page h5,
#tinymce.post-type-page .l-offer-sm h5,
.l-offer-sm #tinymce.mce-content-body.acf_content h5,
#tinymce.mce-content-body.acf_content .l-offer-sm h5,
.l-offer-sm .l-post-content h6,
.l-post-content .l-offer-sm h6,
.l-offer-sm #tinymce.post-type-post h6,
#tinymce.post-type-post .l-offer-sm h6,
.l-offer-sm #tinymce.post-type-page h6,
#tinymce.post-type-page .l-offer-sm h6,
.l-offer-sm #tinymce.mce-content-body.acf_content h6,
#tinymce.mce-content-body.acf_content .l-offer-sm h6 {
    color: #333;
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .l-offer-sm .c-heading,
    .l-offer-sm .l-post-content h2,
    .l-post-content .l-offer-sm h2,
    .l-offer-sm #tinymce.post-type-post h2,
    #tinymce.post-type-post .l-offer-sm h2,
    .l-offer-sm #tinymce.post-type-page h2,
    #tinymce.post-type-page .l-offer-sm h2,
    .l-offer-sm #tinymce.mce-content-body.acf_content h2,
    #tinymce.mce-content-body.acf_content .l-offer-sm h2,
    .l-offer-sm .l-post-content h3,
    .l-post-content .l-offer-sm h3,
    .l-offer-sm #tinymce.post-type-post h3,
    #tinymce.post-type-post .l-offer-sm h3,
    .l-offer-sm #tinymce.post-type-page h3,
    #tinymce.post-type-page .l-offer-sm h3,
    .l-offer-sm #tinymce.mce-content-body.acf_content h3,
    #tinymce.mce-content-body.acf_content .l-offer-sm h3,
    .l-offer-sm .l-post-content h4,
    .l-post-content .l-offer-sm h4,
    .l-offer-sm #tinymce.post-type-post h4,
    #tinymce.post-type-post .l-offer-sm h4,
    .l-offer-sm #tinymce.post-type-page h4,
    #tinymce.post-type-page .l-offer-sm h4,
    .l-offer-sm #tinymce.mce-content-body.acf_content h4,
    #tinymce.mce-content-body.acf_content .l-offer-sm h4,
    .l-offer-sm .l-post-content h5,
    .l-post-content .l-offer-sm h5,
    .l-offer-sm #tinymce.post-type-post h5,
    #tinymce.post-type-post .l-offer-sm h5,
    .l-offer-sm #tinymce.post-type-page h5,
    #tinymce.post-type-page .l-offer-sm h5,
    .l-offer-sm #tinymce.mce-content-body.acf_content h5,
    #tinymce.mce-content-body.acf_content .l-offer-sm h5,
    .l-offer-sm .l-post-content h6,
    .l-post-content .l-offer-sm h6,
    .l-offer-sm #tinymce.post-type-post h6,
    #tinymce.post-type-post .l-offer-sm h6,
    .l-offer-sm #tinymce.post-type-page h6,
    #tinymce.post-type-page .l-offer-sm h6,
    .l-offer-sm #tinymce.mce-content-body.acf_content h6,
    #tinymce.mce-content-body.acf_content .l-offer-sm h6 {
        margin-bottom: 1.14286rem
    }
}

.l-offer-sm__items {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-sm__items {
        display: block
    }
}

.l-offer-sm__block {
    width: 50%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer-sm__block {
        width: 100%;
        margin-bottom: 2.28571rem
    }

    .l-offer-sm__block:last-child {
        margin-bottom: 0
    }
}

.l-offer-sm__subtitle {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .85714rem
}

.l-offer-sm__subtitle.is-border-bottom {
    border-bottom: 1px solid #CCC;
    padding-bottom: .71429rem
}

.l-offer-sm__tel {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    font-size: 1.71429rem
}

.l-offer-sm__tel i {
    margin-right: .57143rem
}

.l-offer-sm__tel small {
    color: #333;
    font-size: .85714rem;
    display: block;
    margin-top: .57143rem;
    font-weight: 400;
    letter-spacing: 0.05em
}

.l-offer {
    background-image: url("../images/bg-offer.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 3.42857rem 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer {
        padding: 2.85714rem 0
    }
}

.l-offer.is-padding-lg {
    padding: 4.57143rem 0
}

.l-offer__items {
    margin-top: 3.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer__items {
        margin-top: 1.71429rem
    }
}

.l-offer__items.is-button-one {
    margin-top: 1.71429rem;
    text-align: center
}

.l-offer__items.is-button-one .l-offer__button {
    max-width: 32.42857rem
}

.l-offer__button {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.14286rem;
    letter-spacing: 0.05em;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    padding: 1.71429rem 2.28571rem;
    position: relative;
    width: 100%;
    min-height: 6.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer__button {
        font-size: 1.07143rem;
        min-height: 4.57143rem
    }
}

.l-offer__button:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 1.42857rem;
    top: 50%;
    right: 1.71429rem;
    transform: translateY(-50%);
    font-weight: 400
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer__button:after {
        font-size: 1.28571rem
    }
}

.l-offer__button.is-bgcolor-primary {
    background-color: #333;
    border-color: #333
}

.l-offer__button.is-tel {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.28571rem;
    line-height: 1
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer__button.is-tel {
        font-size: 2rem
    }
}

.l-offer__button.is-tel i {
    margin-right: .57143rem
}

.l-offer__subtext {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 1rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer__subtext {
        margin-top: .42857rem;
        font-size: .85714rem;
        font-weight: 400;
        margin-bottom: 1.71429rem
    }
}

.l-offer.is-color-primary {
    background-image: none;
    background-color: #333;
    padding: 4.57143rem 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer.is-color-primary {
        padding: 3.42857rem 0
    }
}

.l-offer.is-color-primary .c-heading,
.l-offer.is-color-primary .l-post-content h2,
.l-post-content .l-offer.is-color-primary h2,
.l-offer.is-color-primary #tinymce.post-type-post h2,
#tinymce.post-type-post .l-offer.is-color-primary h2,
.l-offer.is-color-primary #tinymce.post-type-page h2,
#tinymce.post-type-page .l-offer.is-color-primary h2,
.l-offer.is-color-primary #tinymce.mce-content-body.acf_content h2,
#tinymce.mce-content-body.acf_content .l-offer.is-color-primary h2,
.l-offer.is-color-primary .l-post-content h3,
.l-post-content .l-offer.is-color-primary h3,
.l-offer.is-color-primary #tinymce.post-type-post h3,
#tinymce.post-type-post .l-offer.is-color-primary h3,
.l-offer.is-color-primary #tinymce.post-type-page h3,
#tinymce.post-type-page .l-offer.is-color-primary h3,
.l-offer.is-color-primary #tinymce.mce-content-body.acf_content h3,
#tinymce.mce-content-body.acf_content .l-offer.is-color-primary h3,
.l-offer.is-color-primary .l-post-content h4,
.l-post-content .l-offer.is-color-primary h4,
.l-offer.is-color-primary #tinymce.post-type-post h4,
#tinymce.post-type-post .l-offer.is-color-primary h4,
.l-offer.is-color-primary #tinymce.post-type-page h4,
#tinymce.post-type-page .l-offer.is-color-primary h4,
.l-offer.is-color-primary #tinymce.mce-content-body.acf_content h4,
#tinymce.mce-content-body.acf_content .l-offer.is-color-primary h4,
.l-offer.is-color-primary .l-post-content h5,
.l-post-content .l-offer.is-color-primary h5,
.l-offer.is-color-primary #tinymce.post-type-post h5,
#tinymce.post-type-post .l-offer.is-color-primary h5,
.l-offer.is-color-primary #tinymce.post-type-page h5,
#tinymce.post-type-page .l-offer.is-color-primary h5,
.l-offer.is-color-primary #tinymce.mce-content-body.acf_content h5,
#tinymce.mce-content-body.acf_content .l-offer.is-color-primary h5,
.l-offer.is-color-primary .l-post-content h6,
.l-post-content .l-offer.is-color-primary h6,
.l-offer.is-color-primary #tinymce.post-type-post h6,
#tinymce.post-type-post .l-offer.is-color-primary h6,
.l-offer.is-color-primary #tinymce.post-type-page h6,
#tinymce.post-type-page .l-offer.is-color-primary h6,
.l-offer.is-color-primary #tinymce.mce-content-body.acf_content h6,
#tinymce.mce-content-body.acf_content .l-offer.is-color-primary h6 {
    color: #fff;
    margin-bottom: 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .l-offer.is-color-primary .c-heading,
    .l-offer.is-color-primary .l-post-content h2,
    .l-post-content .l-offer.is-color-primary h2,
    .l-offer.is-color-primary #tinymce.post-type-post h2,
    #tinymce.post-type-post .l-offer.is-color-primary h2,
    .l-offer.is-color-primary #tinymce.post-type-page h2,
    #tinymce.post-type-page .l-offer.is-color-primary h2,
    .l-offer.is-color-primary #tinymce.mce-content-body.acf_content h2,
    #tinymce.mce-content-body.acf_content .l-offer.is-color-primary h2,
    .l-offer.is-color-primary .l-post-content h3,
    .l-post-content .l-offer.is-color-primary h3,
    .l-offer.is-color-primary #tinymce.post-type-post h3,
    #tinymce.post-type-post .l-offer.is-color-primary h3,
    .l-offer.is-color-primary #tinymce.post-type-page h3,
    #tinymce.post-type-page .l-offer.is-color-primary h3,
    .l-offer.is-color-primary #tinymce.mce-content-body.acf_content h3,
    #tinymce.mce-content-body.acf_content .l-offer.is-color-primary h3,
    .l-offer.is-color-primary .l-post-content h4,
    .l-post-content .l-offer.is-color-primary h4,
    .l-offer.is-color-primary #tinymce.post-type-post h4,
    #tinymce.post-type-post .l-offer.is-color-primary h4,
    .l-offer.is-color-primary #tinymce.post-type-page h4,
    #tinymce.post-type-page .l-offer.is-color-primary h4,
    .l-offer.is-color-primary #tinymce.mce-content-body.acf_content h4,
    #tinymce.mce-content-body.acf_content .l-offer.is-color-primary h4,
    .l-offer.is-color-primary .l-post-content h5,
    .l-post-content .l-offer.is-color-primary h5,
    .l-offer.is-color-primary #tinymce.post-type-post h5,
    #tinymce.post-type-post .l-offer.is-color-primary h5,
    .l-offer.is-color-primary #tinymce.post-type-page h5,
    #tinymce.post-type-page .l-offer.is-color-primary h5,
    .l-offer.is-color-primary #tinymce.mce-content-body.acf_content h5,
    #tinymce.mce-content-body.acf_content .l-offer.is-color-primary h5,
    .l-offer.is-color-primary .l-post-content h6,
    .l-post-content .l-offer.is-color-primary h6,
    .l-offer.is-color-primary #tinymce.post-type-post h6,
    #tinymce.post-type-post .l-offer.is-color-primary h6,
    .l-offer.is-color-primary #tinymce.post-type-page h6,
    #tinymce.post-type-page .l-offer.is-color-primary h6,
    .l-offer.is-color-primary #tinymce.mce-content-body.acf_content h6,
    #tinymce.mce-content-body.acf_content .l-offer.is-color-primary h6 {
        margin-bottom: 1.71429rem
    }
}

.l-offer.is-color-primary .l-offer__items {
    margin-top: 2.28571rem
}

.l-offer.is-color-primary .l-offer__box {
    border: 1px solid #fff;
    height: 100%;
    text-align: center;
    padding: 2.28571rem 3.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer.is-color-primary .l-offer__box {
        margin-bottom: .57143rem;
        height: inherit;
        padding: 1.71429rem
    }
}

.l-offer.is-color-primary .l-offer__box-text {
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-offer.is-color-primary .l-offer__box-text {
        margin-bottom: .85714rem
    }
}

.l-offer.is-color-primary .l-offer__box-tel {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.28571rem;
    line-height: 1
}

.l-offer.is-color-primary .l-offer__box-tel i {
    margin-right: .57143rem
}

.l-offer.is-color-primary .l-offer__box-tel small {
    display: block;
    font-size: .92857rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: .57143rem
}

.l-page-header {
    width: 100%;
    height: 23.57143rem;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-page-header {
        height: 44vw
    }
}

.l-page-header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0
}

.l-page-header__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 23.57143rem;
    min-width: 100rem
}

.l-page-header__inner {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    padding: 0 1.14286rem
}

.l-page-header__title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
    margin: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-page-header__title {
        font-size: 2rem
    }
}

.l-page-header__subtitle {
    font-weight: 700;
    letter-spacing: 0.1em
}

.l-page-header.is-image-hidden {
    height: 14.28571rem;
    background-color: rgba(198, 198, 198, 0.1)
}

.l-page-header.is-image-hidden:after {
    display: none
}

.l-page-header.is-image-hidden .l-page-header__inner {
    color: #333
}

.l-post-content p,
#tinymce.post-type-post p,
#tinymce.post-type-page p,
#tinymce.mce-content-body.acf_content p {
    text-align: left
}

.l-post-content h2,
#tinymce.post-type-post h2,
#tinymce.post-type-page h2,
#tinymce.mce-content-body.acf_content h2 {
    margin-top: 0;
    color: #333
}

.l-post-content h3,
#tinymce.post-type-post h3,
#tinymce.post-type-page h3,
#tinymce.mce-content-body.acf_content h3 {
    margin-bottom: 3.42857rem;
    margin-top: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .l-post-content h3,
    #tinymce.post-type-post h3,
    #tinymce.post-type-page h3,
    #tinymce.mce-content-body.acf_content h3 {
        margin-bottom: 1.71429rem
    }
}

.l-post-content h4,
#tinymce.post-type-post h4,
#tinymce.post-type-page h4,
#tinymce.mce-content-body.acf_content h4 {
    margin-top: 0;
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .l-post-content h4,
    #tinymce.post-type-post h4,
    #tinymce.post-type-page h4,
    #tinymce.mce-content-body.acf_content h4 {
        margin-bottom: 1.14286rem
    }
}

.l-post-content h5,
#tinymce.post-type-post h5,
#tinymce.post-type-page h5,
#tinymce.mce-content-body.acf_content h5 {
    color: #333;
    margin-top: 0
}

.l-post-content h5:before,
#tinymce.post-type-post h5:before,
#tinymce.post-type-page h5:before,
#tinymce.mce-content-body.acf_content h5:before {
    content: "\f10c";
    font-family: "FontAwesome";
    line-height: 1;
    display: block
}

.l-post-content h6,
#tinymce.post-type-post h6,
#tinymce.post-type-page h6,
#tinymce.mce-content-body.acf_content h6 {
    margin-top: 0
}

.l-post-content.is-twocolumns h2,
.is-twocolumns#tinymce.post-type-post h2,
.is-twocolumns#tinymce.post-type-page h2,
.is-twocolumns#tinymce.mce-content-body.acf_content h2 {
    margin-bottom: 3.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .l-post-content.is-twocolumns h2,
    .is-twocolumns#tinymce.post-type-post h2,
    .is-twocolumns#tinymce.post-type-page h2,
    .is-twocolumns#tinymce.mce-content-body.acf_content h2 {
        margin-bottom: 1.71429rem
    }
}

@media print {

    html,
    body {
        min-width: 1140px
    }

    .slidebar-menu,
    .slidebar-button,
    .u-hidden-lg {
        display: none
    }

    .large-1 {
        width: 8.33333%
    }

    .is-push-lg-1 {
        width: push(1)
    }

    .large-2 {
        width: 16.66667%
    }

    .is-push-lg-2 {
        width: push(2)
    }

    .large-3 {
        width: 25%
    }

    .is-push-lg-3 {
        width: push(3)
    }

    .large-4 {
        width: 33.33333%
    }

    .is-push-lg-4 {
        width: push(4)
    }

    .large-5 {
        width: 41.66667%
    }

    .is-push-lg-5 {
        width: push(5)
    }

    .large-6 {
        width: 50%
    }

    .is-push-lg-6 {
        width: push(6)
    }

    .large-7 {
        width: 58.33333%
    }

    .is-push-lg-7 {
        width: push(7)
    }

    .large-8 {
        width: 66.66667%
    }

    .is-push-lg-8 {
        width: push(8)
    }

    .large-9 {
        width: 75%
    }

    .is-push-lg-9 {
        width: push(9)
    }

    .large-10 {
        width: 83.33333%
    }

    .is-push-lg-10 {
        width: push(10)
    }

    .large-11 {
        width: 91.66667%
    }

    .is-push-lg-11 {
        width: push(11)
    }

    .large-12 {
        width: 100%
    }

    .is-push-lg-12 {
        width: push(12)
    }
}

.l-section {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.l-section.is-xxxxlg {
    padding-top: 8.57143rem;
    padding-bottom: 8.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxxxlg {
        padding-top: 4.28571rem;
        padding-bottom: 4.28571rem
    }
}

.l-section.is-xxxlg {
    padding-top: 6.85714rem;
    padding-bottom: 6.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxxlg {
        padding-top: 3.42857rem;
        padding-bottom: 3.42857rem
    }
}

.l-section.is-xxlg {
    padding-top: 5.71429rem;
    padding-bottom: 5.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxlg {
        padding-top: 2.85714rem;
        padding-bottom: 2.85714rem
    }
}

.l-section.is-xlg {
    padding-top: 5.14286rem;
    padding-bottom: 5.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xlg {
        padding-top: 2.57143rem;
        padding-bottom: 2.85714rem
    }
}

.l-section.is-lg {
    padding-top: 4.57143rem;
    padding-bottom: 4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-lg {
        padding-top: 2.28571rem;
        padding-bottom: 2.28571rem
    }
}

.l-section.is-sm {
    padding-top: 3.42857rem;
    padding-bottom: 3.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-sm {
        padding-top: .85714rem;
        padding-bottom: .85714rem
    }
}

.l-section.is-xs {
    padding-top: 2.28571rem;
    padding-bottom: 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xs {
        padding-top: 1.14286rem;
        padding-bottom: 1.14286rem
    }
}

.l-section.is-xxs {
    padding-top: 1.71429rem;
    padding-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxs {
        padding-top: .85714rem;
        padding-bottom: .85714rem
    }
}

.l-section.is-xxs {
    padding-top: 1.14286rem;
    padding-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxs {
        padding-top: .57143rem;
        padding-bottom: .57143rem
    }
}

.l-section.is-xs {
    padding-top: .57143rem;
    padding-bottom: .57143rem
}

.l-section.is-color-primary {
    background-color: #333
}

.l-section.is-color-secondary {
    background-color: rgba(198, 198, 198, 0.1)
}

.l-section.is-top {
    padding-bottom: 0 !important
}

.l-section.is-bottom {
    padding-top: 0 !important
}

.l-wrapper {
    padding-bottom: 5.71429rem;
    padding-top: 4.57143rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-wrapper {
        padding-top: 1.71429rem;
        padding-bottom: 2.85714rem
    }
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.u-animated.is-infinite {
    animation-iteration-count: infinite
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

.u-display-block {
    display: block !important
}

.u-display-none {
    display: none !important
}

.u-display-inlineblock {
    display: inline-block !important
}

.u-display-inline {
    display: inline !important
}

.u-format-group {
    margin-top: 60px;
    margin-bottom: 60px
}

.u-format-group__title {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 2.28571rem;
    background: #333;
    color: #fff;
    padding-left: 24px
}

.u-format__title {
    font-size: 1.42857rem;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    margin-top: 120px;
    margin-bottom: 18px;
    background: #f5f5f5;
    padding: 8px 12px 8px 24px;
    border-left: 5px solid #333
}

.u-format__content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px
}

.u-format__content.is-fullwidth {
    max-width: 100%
}

.u-format__code {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
    position: relative
}

.u-format__code pre {
    padding-top: 40px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Courier;
    font-size: .85714rem
}

.u-format__code__title {
    background: #333;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 4px 8px;
    font-size: .85714rem
}

#tinymce {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: .85714rem;
    padding-bottom: .85714rem;
    font-family: "Noto Sans JP", sans-serif !important;
    overflow: scroll
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    #tinymce {
        min-width: inherit !important;
        width: 100%
    }
}

#tinymce .js-accordion .c-accordion,
#tinymce .js-accordion .c-faq__text {
    display: block !important
}

.u-mbs {
    margin-top: 4rem;
    margin-bottom: 4rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.u-mbs.is-xxxxlg {
    margin-top: 8.57143rem;
    margin-bottom: 8.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xxxxlg {
        margin-top: 4.28571rem;
        margin-bottom: 4.28571rem
    }
}

.u-mbs.is-xxxlg {
    margin-top: 6.85714rem;
    margin-bottom: 6.85714rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xxxlg {
        margin-top: 3.42857rem;
        margin-bottom: 3.42857rem
    }
}

.u-mbs.is-xxlg {
    margin-top: 5.71429rem;
    margin-bottom: 5.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xxlg {
        margin-top: 2.85714rem;
        margin-bottom: 2.85714rem
    }
}

.u-mbs.is-xlg {
    margin-top: 5.14286rem;
    margin-bottom: 5.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xlg {
        margin-top: 2.57143rem;
        margin-bottom: 2.57143rem
    }
}

.u-mbs.is-lg {
    margin-top: 4.57143rem;
    margin-bottom: 4.57143rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-lg {
        margin-top: 2.28571rem;
        margin-bottom: 2.28571rem
    }
}

.u-mbs.is-sm {
    margin-top: 3.42857rem;
    margin-bottom: 3.42857rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-sm {
        margin-top: .85714rem;
        margin-bottom: .85714rem
    }
}

.u-mbs.is-xs {
    margin-top: 2.28571rem;
    margin-bottom: 2.28571rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xs {
        margin-top: 1.14286rem;
        margin-bottom: 1.14286rem
    }
}

.u-mbs.is-xxs {
    margin-top: 1.71429rem;
    margin-bottom: 1.71429rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xxs {
        margin-top: .85714rem;
        margin-bottom: .85714rem
    }
}

.u-mbs.is-xxs {
    margin-top: 1.14286rem;
    margin-bottom: 1.14286rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xxs {
        margin-top: .57143rem;
        margin-bottom: .57143rem
    }
}

.u-mbs.is-xs {
    margin-top: .57143rem;
    margin-bottom: .57143rem
}

.u-mbs.is-top {
    margin-bottom: 0 !important
}

.u-mbs.is-bottom {
    margin-top: 0 !important
}

.u-f-left {
    float: left !important
}

.u-f-right {
    float: right !important
}

.u-f-none {
    float: none !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 46.875em) {
    .u-hidden-lg {
        display: none !important
    }
}

.u-visible-sm,
.u-visible-md,
.u-visible-lg {
    display: none !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-visible-sm {
        display: block !important
    }

    .u-visible-sm.is-inlineblock {
        display: inline-block !important
    }
}

@media screen and (min-width: 46.875em) {
    .u-visible-lg {
        display: block !important
    }

    .u-visible-lg.is-inlineblock {
        display: inline-block !important
    }
}

p,
.u-text-normal {
    margin: 0
}

small,
.u-text-small {
    font-size: 0.85em
}

strong,
.u-text-strong {
    font-weight: 700
}

del,
.u-text-del {
    text-decoration: line-through
}

a,
.u-text-link {
    color: #333;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer
}

a:hover,
.u-text-link:hover,
.u-text-link.is-hover {
    opacity: 0.8
}

p a:visited {
    color: #887EBF
}

.u-text-danger {
    color: #cc2919
}

.u-text-info {
    color: #378da3
}

.u-text-success {
    color: #378da3
}

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