abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

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

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before {
    content: "";
    content: none
}

q:after,
q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333
}

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.inner {
    max-width: 1148px;
    margin: 0 auto;
    padding: 0 24px
}

@media screen and (max-width:960px) {
    .inner {
        max-width: 100%
    }
}

@media screen and (max-width:560px) {
    .inner {
        padding: 0 16px
    }
}

.site_container {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.site_container:before {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100vw;
    height: 100%;
    background: hsla(0, 0%, 100%, .9);
    transition: all .2s
}

.content_container {
    padding-top: 110px;
    padding-bottom: 40px
}

@media screen and (max-width:560px) {
    .content_container {
        padding-top: 84px
    }
}

.article_container {
    width: 100%;
    padding: 110px 0 90px
}

@media screen and (max-width:560px) {
    .article_container {
        padding: 88px 0 48px
    }
}

.article_inner {
    width: 900px;
    margin: 0 auto
}

@media screen and (max-width:960px) {
    .article_inner {
        width: 92%
    }
}

.contact_inner {
    width: 700px;
    margin: 0 auto
}

@media screen and (max-width:960px) {
    .contact_inner {
        width: 500px
    }
}

@media screen and (max-width:560px) {
    .contact_inner {
        width: 92%
    }
}

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

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes scroll-border {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, 200%, 0)
    }
}

@keyframes scroll-border {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, 200%, 0)
    }
}

@-webkit-keyframes fadein_up {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadein_up {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes blurIn {
    0% {
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes blurIn {
    0% {
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes spinnerBounding {
    50% {
        opacity: .2;
        transform: scale(.75)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes spinnerBounding {
    50% {
        opacity: .2;
        transform: scale(.75)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes bound {
    0% {
        transform: scale(1) translate(0)
    }

    30% {
        transform: scaleX(1.2) scaleY(.5) translateY(-45px)
    }

    70% {
        transform: scaleX(.9) scaleY(1.1) translateY(10px)
    }

    90% {
        transform: scaleX(1.1) scaleY(.8) translateY(15px)
    }

    to {
        transform: scale(1) translate(0)
    }
}

@keyframes bound {
    0% {
        transform: scale(1) translate(0)
    }

    30% {
        transform: scaleX(1.2) scaleY(.5) translateY(-45px)
    }

    70% {
        transform: scaleX(.9) scaleY(1.1) translateY(10px)
    }

    90% {
        transform: scaleX(1.1) scaleY(.8) translateY(15px)
    }

    to {
        transform: scale(1) translate(0)
    }
}

@-webkit-keyframes expansion {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes expansion {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes fadeout-in {
    0% {
        opacity: scale(1)
    }

    50% {
        opacity: scale(0)
    }

    to {
        opacity: scale(1)
    }
}

@keyframes fadeout-in {
    0% {
        opacity: scale(1)
    }

    50% {
        opacity: scale(0)
    }

    to {
        opacity: scale(1)
    }
}

html {
    font-size: 62.5%;
    word-wrap: break-word
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333
}

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

button,
select {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.pc_disp {
    display: block
}

@media screen and (max-width:960px) {
    .pc_disp {
        display: none
    }
}

.pc_tab_disp {
    display: block
}

@media screen and (max-width:560px) {
    .pc_tab_disp {
        display: none
    }
}

.tab_sp_disp {
    display: none
}

@media screen and (max-width:960px) {
    .tab_sp_disp {
        display: block
    }
}

.sp_disp {
    display: none
}

@media screen and (max-width:560px) {
    .sp_disp {
        display: block
    }
}

.pc_sp_disp {
    display: block
}

@media screen and (max-width:960px) {
    .pc_sp_disp {
        display: none
    }
}

@media screen and (max-width:560px) {
    .pc_sp_disp {
        display: block
    }
}

.flexible_br {
    display: inline-block
}

/* フェード */
/* Vue <transition-group name="fade"> 用 */
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-enter-to, .fade-leave {
  opacity: 0;
}   

#toast {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    pointer-events: none
}

#toast .alert {
    display: inline-flex;
    align-self: center;
    transform: translateY(40px);
    padding: .75em 2em;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    background-color: #e61e46;
    color: #fff;
    opacity: 1
}

@media screen and (max-width:560px) {
    #toast .alert {
        padding: .75em 1em
    }
}

.fadein-toast-enter-active {
    transition: all .15s
}

.fadein-toast-enter,
.fadein-toast-leave-to {
    transform: translateY(-80px);
    opacity: 0
}

.overlay {
    display: none
}

@media screen and (max-width:960px) {
    .overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(51, 51, 51, .9);
        z-index: -2;
        opacity: 1
    }
}

.fadein-enter-active {
    transition: opacity .15s
}

.fadein-enter,
.fadein-leave-to {
    opacity: 0
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 432px;
    height: 84px;
    padding: .2em 2em;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    overflow: hidden
}

@media screen and (max-width:960px) {
    .button {
        height: 64px;
        font-size: 1.6rem
    }
}

@media screen and (max-width:560px) {
    .button {
        width: 90%
    }
}

.button:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all .2s;
    z-index: 0
}

@media (hover:hover) {
    .button:hover {
        cursor: pointer;
        border: 1px solid #000;
        color: #fff;
        transition: all .2s
    }

    .button:hover:before {
        left: 0
    }
}

.button span {
    display: block;
    z-index: 1
}

.button._arrow span:before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    border-radius: 50%;
    transform: translateY(-50%)
}

.button._arrow span:after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333
}

@media (hover:hover) {
    .button._arrow:hover>span:before {
        border-color: #fff;
        transition: all .1s
    }

    .button._arrow:hover>span:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transition: all .1s
    }
}

.button._arrow._next span:before {
    right: 25px
}

.button._arrow._next span:after {
    right: 35px;
    transform: translateY(-50%) rotate(45deg)
}

.button._arrow._prev:before {
    left: auto;
    right: -100%
}

.button._arrow._prev span:before {
    left: 25px
}

.button._arrow._prev span:after {
    left: 35px;
    transform: translateY(-50%) rotate(-135deg)
}

@media (hover:hover) {
    .button._arrow._prev:hover:before {
        right: 0
    }
}

.global_hamburger_button {
    position: relative;
    display: none;
    width: 44px;
    height: 44px;
    top: -6px;
    right: -8px;
    cursor: pointer
}

@media screen and (max-width:960px) {
    .global_hamburger_button {
        display: block
    }
}

.global_hamburger_button:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    content: "MENU";
    display: block;
    color: #c9161e;
    font-size: 1rem;
    font-weight: 700;
    transform: translateX(-50%)
}

.global_hamburger_button.is_active:after {
    content: "CLOSE";
    -webkit-animation: fadeout-in .2s ease-in-out forwards;
    animation: fadeout-in .2s ease-in-out forwards
}

.global_hamburger_button_icon {
    width: 30px;
    height: auto;
    margin: 0 auto
}

.global_hamburger_button_icon.is_active {
    -webkit-animation: bound .5s ease-in-out 0s forwards;
    animation: bound .5s ease-in-out 0s forwards
}

.global_hamburger_button_close {
    display: none;
    width: 22px;
    height: auto;
    margin: 0 auto
}

.global_hamburger_button_close.is_active {
    display: block;
    -webkit-animation: expansion .2s linear forwards;
    animation: expansion .2s linear forwards
}

@media screen and (max-width:960px) {
    .hamburger_opend {
        position: relative;
        overflow: hidden;
        width: 100vw;
        height: 100%
    }

    .hamburger_opend.global_header {
        background: none
    }

    .hamburger_opend.global_header:before {
        transform: translateX(-100%);
        transition: transform .18s ease-in
    }

    .hamburger_opend .global_navigation_content {
        transform: translateX(-100%);
        transition: transform .18s ease-in
    }
}

.global_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 8px 0;
    background: transparent;
    z-index: 5;
    transition: background-color .3s
}

@media screen and (max-width:960px) {
    .global_header {
        padding: .5em 0
    }
}

.global_header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 60px;
    background: #fff;
    transform: translateX(0);
    transition: transform .15s ease-in;
    z-index: -1
}

.global_header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.global_logo {
    display: block;
    width: 220px
}

@media screen and (max-width:960px) {
    .global_logo {
        width: 164px;
        margin-bottom: 0
    }
}

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

.global_navigation {
    flex-shrink: 0;
    margin-top: 12px
}

@media screen and (max-width:960px) {
    .global_navigation {
        margin-top: 0
    }
}

@media screen and (max-width:960px) {
    .global_navigation_content {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 100%;
        height: calc(100vh - 60px);
        padding: 1em 24px 0;
        background: #fff;
        border-top: 1px solid #ccc;
        transform: translateX(0);
        transition: transform .15s ease-in;
        overflow: auto
    }
}

@media screen and (max-width:560px) {
    .global_navigation_content {
        padding: 0 16px
    }
}

.global_navigation_list {
    display: flex;
    align-items: baseline
}

@media screen and (max-width:960px) {
    .global_navigation_list {
        display: block
    }
}

@media screen and (max-width:960px) {
    .global_navigation_item {
        border-bottom: 1px solid #ccc
    }
}

.global_navigation_item a {
    position: relative;
    padding: .4em .6em;
    font-weight: 500;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 1px
}

@media screen and (max-width:960px) {
    .global_navigation_item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .85em 0;
        font-size: 1.8rem
    }
}

@media (hover:hover) {
    .global_navigation_item a:hover:before {
        transform: translateY(-20px);
        opacity: 1;
        transition: transform .3s ease-out, opacity .3s ease-out
    }
}

.global_navigation_item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin-top: -.2em;
    margin-left: -.3em;
    border-radius: 50%;
    background-color: #c9161e;
    opacity: 0;
    transition: transform .3s ease-out, opacity .3s ease-out
}

@media screen and (max-width:960px) {
    .global_navigation_item a:before {
        content: none
    }
}

@media screen and (max-width:960px) {
    .global_navigation_item a:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        margin-right: 8px;
        border-top: 2px solid #c9161e;
        border-right: 2px solid #c9161e;
        transform: rotate(45deg)
    }
}

@media screen and (max-width:960px) {
    .global_navigation_item a.is_active {
        color: #c9161e
    }
}

.global_navigation_item a.is_active:before {
    transform: translateY(-20px);
    opacity: 1
}

.global_navigation_item:not(:last-child) {
    margin-right: 16px
}

@media screen and (max-width:960px) {
    .global_navigation_item:not(:last-child) {
        margin-right: 0
    }
}

.global_footer {
    margin-top: auto;
    background-color: #f2f2f2
}

.global_footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0
}

@media screen and (max-width:960px) {
    .global_footer_content {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
}

@media screen and (max-width:560px) {
    .global_footer_content {
        align-items: flex-start;
        text-align: left
    }
}

.global_footer_bottom {
    width: 100%;
    padding: 10px 0;
    background-color: #c9161e;
    color: #fff
}

@media screen and (max-width:560px) {
    .global_footer_bottom {
        padding: 16px 0
    }
}

.global_footer_bottom_content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:560px) {
    .global_footer_bottom_content {
        flex-direction: column
    }
}

.global_footer_privacy_policy {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: 15px
}

@media screen and (max-width:560px) {
    .global_footer_privacy_policy {
        margin-right: auto;
        margin-top: 8px
    }
}

.global_footer_privacy_policy>a {
    color: #fff
}

.global_footer_copyright {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem
}

@media screen and (max-width:560px) {
    .global_footer_copyright {
        margin-top: 8px
    }
}

.global_footer_company_name {
    font-weight: 700;
    font-size: 2.2rem
}

@media screen and (max-width:960px) {
    .global_footer_company_name {
        font-size: 2rem
    }
}

.global_footer_company_address {
    margin-top: .5em;
    font-size: 1.6rem
}

@media screen and (max-width:960px) {
    .global_footer_company_address {
        font-size: 1.5rem
    }
}

.global_footer_company_tel {
    margin-top: .3em;
    font-size: 1.6rem
}

@media screen and (max-width:960px) {
    .global_footer_company_tel {
        font-size: 1.5rem
    }
}

@media (hover:hover) {

    .global_footer_company_link:focus,
    .global_footer_company_link:hover {
        text-decoration: underline
    }
}

@media screen and (max-width:960px) {
    .global_footer_mark {
        margin-top: 40px
    }
}

@media screen and (max-width:560px) {
    .global_footer_mark {
        margin-left: auto;
        margin-right: auto
    }
}

.global_footer_mark_list {
    display: flex;
    align-items: center
}

.global_footer_mark_item:not(:first-of-type) {
    padding-left: 1.4em
}

.global_footer_mark_link {
    display: block;
    transform: scale(1);
    transition: transform .25s cubic-bezier(.19, 1, .22, 1)
}

@media (hover:hover) {

    .global_footer_mark_link:focus,
    .global_footer_mark_link:hover {
        transform: scale(1.15);
        transition: transform .25s cubic-bezier(.19, 1, .22, 1)
    }
}

.global_footer_mark_icon {
    height: 64px;
    width: auto
}

.global_footer_sns_list {
    display: flex;
    align-items: center;
    margin-left: -8px
}

@inculude mq() {
    .global_footer_sns_list {
        flex-direction: column
    }
}

.global_footer_sns_item:not(:first-of-type) {
    padding-left: 16px
}

.global_footer_sns_link {
    display: flex;
    align-items: center;
    padding: 8px;
    transform: scale(1);
    transition: transform .25s cubic-bezier(.19, 1, .22, 1)
}

@media (hover:hover) {

    .global_footer_sns_link:focus,
    .global_footer_sns_link:hover {
        transform: scale(1.2);
        transition: transform .25s cubic-bezier(.19, 1, .22, 1)
    }
}

.global_footer_sns_icon {
    width: 32px;
    height: auto;
    vertical-align: top
}

.card.js_fadein {
    -webkit-animation: fadein_up .2s;
    animation: fadein_up .2s
}

.card_link {
    display: block;
    height: 100%;
    box-shadow: .2rem .2rem .6rem 0 rgba(0, 0, 0, .3)
}

@media (hover:hover) {

    .card_link:focus .card_thumbnail_img,
    .card_link:hover .card_thumbnail_img {
        transform: scale(1.07);
        transition: transform .25s cubic-bezier(.645, .045, .355, 1)
    }
}

.card_content {
    background-color: #fff
}

.card_thumbnail {
    background-color: #000;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.card_thumbnail_img {
    width: 100%;
    padding-top: 70%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: transform .25s cubic-bezier(.645, .045, .355, 1)
}

.card_item {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    width: 100%
}

.card_item_header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 16px
}

.card_categories {
    display: flex;
    align-items: center
}

.card_category {
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    opacity: .8
}

.card_category._category {
    margin-right: 10px
}

.card_date {
    margin-left: auto;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    opacity: .8;
    white-space: nowrap
}

.card_title {
    font-size: 1.6rem;
    font-weight: 500
}

.card a[target=_blank] .card_title:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: 50%/contain no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABtUlEQVRoQ+1ZMU7EMBC08xyoEucB8AoaCiQKJAoKCgoKoKOgoKBAokC6ggIKvsA9wJN0fMcoEoEQ7GTXSnKrk6+9sT2zM45XtlaEnzHGEWAbgWjKqkkApUqRmBgH1pFrTTlsr50sSgCA/SnZcOYyxnwopZKA5AAnNl3s9kWo941f+zYoBRNbUe64fw5QyFEwXCKx+CRAKeWNWb+i/UoxKj44/2IOJAEBy5Z2YCw5Py1BBygjQkPMi6K40VpfBzCyBYyQbzTJFeAjr7V+dc4diI9QoPIvAA45B+Vim7ib7wD5FYCjBidagI+8c+65qqrjVqRYAYHMP1lrT3otcvfWQ8YmDsTmEcCpp+2QJSBA/gHAme/bLypCgczfV1V1HjrcxAgIZP7OWnsxdDKXZfmnpbDWBq9uZv2M5nm+k2XZm1Jq95vwLYDLsYaI8/+sAhoiHRHvAK445CjY2QW0Iuq6/qQQ4mIWEcAlxcEnAWPtLqeaMdjkwFY4EGP9xGN+r9cpx7joJ6YkYOJscKfTFAe4ky6JTwKWrLZvreSAOAc2Tai7PuU9uh8hSfwVgNGH+CRgTssoDnwBL1Mld8++k4kAAAAASUVORK5CYII=);
    margin: 0 5px;
    vertical-align: -2px
}

.smart_card_link {
    display: block;
    height: 100%;
    box-shadow: .2rem .2rem .6rem 0 rgba(0, 0, 0, .3)
}

@media (hover:hover) {

    .smart_card_link:focus .smart_card_thumbnail_img,
    .smart_card_link:hover .smart_card_thumbnail_img {
        transform: translateY(-50%) scale(1.07);
        transition: transform .25s cubic-bezier(.645, .045, .355, 1)
    }
}

.smart_card_link[target=_blank] .smart_card_title:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: 50%/contain no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABtUlEQVRoQ+1ZMU7EMBC08xyoEucB8AoaCiQKJAoKCgoKoKOgoKBAokC6ggIKvsA9wJN0fMcoEoEQ7GTXSnKrk6+9sT2zM45XtlaEnzHGEWAbgWjKqkkApUqRmBgH1pFrTTlsr50sSgCA/SnZcOYyxnwopZKA5AAnNl3s9kWo941f+zYoBRNbUe64fw5QyFEwXCKx+CRAKeWNWb+i/UoxKj44/2IOJAEBy5Z2YCw5Py1BBygjQkPMi6K40VpfBzCyBYyQbzTJFeAjr7V+dc4diI9QoPIvAA45B+Vim7ib7wD5FYCjBidagI+8c+65qqrjVqRYAYHMP1lrT3otcvfWQ8YmDsTmEcCpp+2QJSBA/gHAme/bLypCgczfV1V1HjrcxAgIZP7OWnsxdDKXZfmnpbDWBq9uZv2M5nm+k2XZm1Jq95vwLYDLsYaI8/+sAhoiHRHvAK445CjY2QW0Iuq6/qQQ4mIWEcAlxcEnAWPtLqeaMdjkwFY4EGP9xGN+r9cpx7joJ6YkYOJscKfTFAe4ky6JTwKWrLZvreSAOAc2Tai7PuU9uh8hSfwVgNGH+CRgTssoDnwBL1Mld8++k4kAAAAASUVORK5CYII=);
    margin: 0 6px;
    vertical-align: -2px
}

.smart_card_link[target=_blank] .smart_card_title._taikai:after {
    margin: 0
}

.smart_card_content {
    display: flex;
    background-color: #fff
}

.smart_card_thumbnail {
    flex-shrink: 0;
    display: block;
    width: 150px;
    height: 140px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media screen and (max-width:960px) {
    .smart_card_thumbnail {
        width: 120px;
        height: 110px
    }
}

@media screen and (max-width:560px) {
    .smart_card_thumbnail {
        width: 32vw;
        height: 30vw
    }
}

.smart_card_thumbnail_img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateY(-50%);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1)
}

.smart_card_body {
    display: flex;
    align-items: center;
    padding: .2em 1em
}

@media screen and (max-width:960px) {
    .smart_card_body {
        padding: .4em 1em
    }
}

.smart_card_title {
    font-size: 2rem;
    font-weight: 700
}

@media screen and (max-width:960px) {
    .smart_card_title {
        font-size: 1.7rem;
        line-height: 1.4
    }
}

@media screen and (max-width:560px) {
    .smart_card_title {
        font-size: 4.3vw
    }
}

._label {
    display: inline-flex;
    padding: 4px 10px;
    background: #fff;
    border-width: 2px;
    border-style: solid;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    letter-spacing: .01em;
    white-space: nowrap;
    opacity: 1
}

.top_visual {
    display: flex;
    position: relative;
    height: 100vh;
    min-height: 600px
}

@media screen and (max-width:960px) {
    .top_visual {
        min-height: 500px
    }
}

@media screen and (max-width:560px) {
    .top_visual {
        min-height: 400px
    }
}

.top_visual_background {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    -webkit-animation: fadein 2.5s ease 0s 1 normal;
    animation: fadein 2.5s ease 0s 1 normal
}

@media screen and (max-width:960px) {
    .top_visual_background {
        -o-object-position: center 80%;
        object-position: center 80%
    }
}

@media screen and (max-width:560px) {
    .top_visual_background {
        -o-object-position: center bottom;
        object-position: center bottom
    }
}

.top_visual_content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 80px 16px 100px
}

@media screen and (max-width:560px) {
    .top_visual_content {
        padding: 70px 0
    }
}

.top_visual_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.top_visual_text {
    margin-bottom: 30%
}

@media screen and (max-width:960px) {
    .top_visual_text {
        margin-bottom: 46%
    }
}

@media screen and (max-width:560px) {
    .top_visual_text {
        margin-left: -6px;
        margin-right: -6px
    }
}

.top_visual_concept {
    padding-bottom: 32px;
    color: #000;
    font-size: 4.6rem;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    -webkit-animation: blurIn 1s linear .6s forwards;
    animation: blurIn 1s linear .6s forwards
}

@media screen and (max-width:960px) {
    .top_visual_concept {
        font-size: 3.4rem
    }
}

@media screen and (max-width:560px) {
    .top_visual_concept {
        font-size: 6.4vw;
        line-height: 1.3
    }
}

.top_visual_message {
    margin-bottom: 16px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    opacity: 0;
    -webkit-animation: blurIn 1s linear 1.2s forwards;
    animation: blurIn 1s linear 1.2s forwards
}

@media screen and (max-width:960px) {
    .top_visual_message {
        font-size: 1.6rem;
        line-height: 1.7
    }
}

@media screen and (max-width:560px) {
    .top_visual_message {
        padding-left: 0;
        font-size: 1.5rem
    }
}

.top_visual_scroll {
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-animation: fadein 1s 2s forwards;
    animation: fadein 1s 2s forwards
}

.top_visual_scroll_link {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    height: 72px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: .1em
}

@media screen and (max-width:560px) {
    .top_visual_scroll_txt {
        font-size: 1.3rem
    }
}

.top_visual_scroll_border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    overflow: hidden
}

.top_visual_scroll_border:after,
.top_visual_scroll_border:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 44px;
    background-color: #000;
    -webkit-animation: scroll-border 1s linear infinite;
    animation: scroll-border 1s linear infinite
}

.top_visual_scroll_border:before {
    bottom: 0
}

.top_visual_scroll_border:after {
    bottom: 200%
}

.top_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto
}

@media screen and (max-width:960px) {
    .top_menu {
        width: 100%
    }
}

.top_menu_item {
    width: 435px;
    height: 85px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: #fff;
    line-height: 85px;
    font-weight: 700
}

@media screen and (max-width:960px) {
    .top_menu_item {
        width: 49%
    }
}

@media screen and (max-width:560px) {
    .top_menu_item {
        width: 100%
    }
}

.top_menu_item a {
    position: relative;
    display: block;
    padding-left: 20px;
    border-radius: 3px;
    letter-spacing: 1px;
    overflow: hidden
}

.top_menu_item a:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #c9161e;
    transition: all .2s;
    z-index: 0
}

@media (hover:hover) {

    .top_menu_item a:focus,
    .top_menu_item a:hover {
        color: #fff;
        transition: all .2s
    }

    .top_menu_item a:focus:before,
    .top_menu_item a:hover:before {
        left: 0
    }
}

.top_menu_item a span {
    position: relative;
    display: block;
    z-index: 1
}

.top_menu_item a span:before {
    position: absolute;
    top: calc(50% - 10px);
    right: 25px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    border-radius: 50%
}

.top_menu_item a span:after {
    position: absolute;
    top: calc(50% - 2px);
    right: 35px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    transform: rotate(45deg)
}

@media (hover:hover) {

    .top_menu_item a:focus>span:before,
    .top_menu_item a:hover>span:before {
        border-color: #fff;
        transition: all .1s
    }

    .top_menu_item a:focus>span:after,
    .top_menu_item a:hover>span:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transition: all .1s
    }
}

.top_contents_container {
    padding: 125px 0
}

@media screen and (max-width:960px) {
    .top_contents_container {
        padding: 88px 0
    }
}

@media screen and (max-width:560px) {
    .top_contents_container {
        padding: 72px 0
    }
}

.top_contents_container._bg_gray {
    background: #f2f2f2
}

@media screen and (max-width:560px) {
    .top_contents_container._bottom {
        padding-bottom: 128px
    }
}

.top_contents_inner {
    position: relative
}

.top_contents_header {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
    padding-top: 32px;
    padding-bottom: 52px
}

@media screen and (max-width:960px) {
    .top_contents_header {
        flex-direction: column;
        padding-top: 24px;
        padding-bottom: 40px
    }
}

.top_contents_header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 2px;
    background-color: #c9161e
}

.top_contents_heading {
    flex-shrink: 0;
    color: #000;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: .02em
}

@media screen and (max-width:960px) {
    .top_contents_heading {
        font-size: 2.6rem
    }
}

.top_contents_sub_heading {
    margin-left: 32px;
    font-size: 1.7rem;
    font-weight: 400
}

@media screen and (max-width:960px) {
    .top_contents_sub_heading {
        margin-left: 0;
        margin-top: 8px;
        font-size: 1.6rem
    }
}

.top_contents_more {
    position: absolute;
    top: 52px;
    right: 0
}

@media screen and (max-width:960px) {
    .top_contents_more {
        top: 32px
    }
}

@media screen and (max-width:560px) {
    .top_contents_more {
        top: auto;
        bottom: -60px
    }
}

.top_contents_more_link {
    position: relative;
    margin-left: auto;
    padding-right: 32px;
    font-family: "Roboto", sans-serif;
    font-size: 2rem
}

@media screen and (max-width:960px) {
    .top_contents_more_link {
        font-size: 1.7rem
    }
}

.top_contents_more_arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    transform: translateX(0);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1)
}

@media screen and (max-width:560px) {
    .top_contents_more_arrow {
        top: -1px
    }
}

.top_contents_more_arrow:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #c9161e;
    border-radius: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.top_contents_more_arrow:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #c9161e;
    border-right: 2px solid #c9161e;
    transform: translateY(-50%) rotate(45deg)
}

@media (hover:hover) {
    .top_contents_more:hover .top_contents_more_arrow {
        transform: translateX(6px);
        transition: transform .25s cubic-bezier(.645, .045, .355, 1)
    }
}

.top_new_card_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:560px) {
    .top_new_card_list {
        flex-wrap: wrap
    }
}

.top_new_card_list:after {
    content: "";
    display: block;
    width: 31%
}

.top_new_card_list .card {
    width: 31%
}

@media screen and (max-width:560px) {
    .top_new_card_list .card {
        width: 100%
    }

    .top_new_card_list .card:not(:first-of-type) {
        margin-top: 48px
    }
}

.top_new_list_link {
    display: inline-block
}

@media (hover:hover) {

    .top_new_list_link:focus .top_new_list_title,
    .top_new_list_link:hover .top_new_list_title {
        text-decoration: underline
    }
}

.top_new_list_link[target=_blank] .top_new_list_title:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: 50%/contain no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABtUlEQVRoQ+1ZMU7EMBC08xyoEucB8AoaCiQKJAoKCgoKoKOgoKBAokC6ggIKvsA9wJN0fMcoEoEQ7GTXSnKrk6+9sT2zM45XtlaEnzHGEWAbgWjKqkkApUqRmBgH1pFrTTlsr50sSgCA/SnZcOYyxnwopZKA5AAnNl3s9kWo941f+zYoBRNbUe64fw5QyFEwXCKx+CRAKeWNWb+i/UoxKj44/2IOJAEBy5Z2YCw5Py1BBygjQkPMi6K40VpfBzCyBYyQbzTJFeAjr7V+dc4diI9QoPIvAA45B+Vim7ib7wD5FYCjBidagI+8c+65qqrjVqRYAYHMP1lrT3otcvfWQ8YmDsTmEcCpp+2QJSBA/gHAme/bLypCgczfV1V1HjrcxAgIZP7OWnsxdDKXZfmnpbDWBq9uZv2M5nm+k2XZm1Jq95vwLYDLsYaI8/+sAhoiHRHvAK445CjY2QW0Iuq6/qQQ4mIWEcAlxcEnAWPtLqeaMdjkwFY4EGP9xGN+r9cpx7joJ6YkYOJscKfTFAe4ky6JTwKWrLZvreSAOAc2Tai7PuU9uh8hSfwVgNGH+CRgTssoDnwBL1Mld8++k4kAAAAASUVORK5CYII=);
    margin: 0 5px;
    vertical-align: -2px
}

.top_new_list_content {
    display: flex;
    align-items: baseline;
    padding: .6em 0
}

@media screen and (max-width:560px) {
    .top_new_list_content {
        flex-direction: column
    }
}

.top_new_list_date {
    flex-shrink: 0;
    margin-right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    opacity: .8
}

.top_new_list_title {
    font-size: 1.6rem
}

.top_smart_card_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.top_smart_card .smart_card {
    width: 48%;
    margin-bottom: 40px
}

@media screen and (max-width:960px) {
    .top_smart_card .smart_card {
        width: 100%
    }

    .top_smart_card .smart_card:last-of-type {
        margin-bottom: 0
    }
}

.content_header {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.content_title {
    letter-spacing: 1px;
    font-size: 3.6rem;
    font-weight: 500;
    -webkit-animation: fadein .25s ease-in;
    animation: fadein .25s ease-in
}

@media screen and (max-width:560px) {
    .content_title {
        font-size: 3rem
    }
}

.content_sub {
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 2.8rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    -webkit-animation: fadein .25s ease-in;
    animation: fadein .25s ease-in
}

@media screen and (max-width:560px) {
    .content_sub {
        font-size: 2.4rem
    }
}

.content_article_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.content_article_list:after {
    content: "";
    display: block;
    width: 31%
}

.content_article_list .card {
    width: 31%;
    margin-bottom: 54px
}

@media screen and (max-width:960px) {
    .content_article_list .card {
        width: 48%
    }
}

@media screen and (max-width:560px) {
    .content_article_list .card {
        width: 100%
    }
}

.content_article_list .card_review {
    display: none
}

@media screen and (min-width:961px) {
    .content_article_list ._1column {
        width: 100%
    }

    .content_article_list ._1column .card_content {
        display: flex
    }

    .content_article_list ._1column .card_thumbnail {
        width: 55%;
        margin-bottom: 0
    }

    .content_article_list ._1column .card_item {
        width: 45%;
        padding: 25px
    }

    .content_article_list ._1column .card_item_header {
        margin-bottom: 12px
    }

    .content_article_list ._1column .card_title {
        margin-bottom: 30px;
        font-size: 1.8rem
    }

    .content_article_list ._1column .card_review {
        display: block
    }
}

.article_header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline
}

@media screen and (max-width:960px) {
    .article_header {
        justify-content: space-between
    }
}

.article_header_categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.article_category {
    display: none;
    margin-right: 1em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1;
    opacity: .8;
    white-space: nowrap;
    margin-bottom: 20px
}

@media screen and (max-width:960px) {
    .article_category {
        margin-bottom: 10px;
        display: block
    }
}

.article_sub_category {
    position: relative;
    margin-right: 1em;
    margin-bottom: 20px
}

@media screen and (max-width:960px) {
    .article_sub_category {
        margin-bottom: 10px
    }
}

.article_sub_category_item {
    transition: .2s ease
}

@media (hover:hover) {
    .article_sub_category_item:hover {
        opacity: .6
    }
}

@media screen and (max-width:960px) {
    .article_header_date {
        margin-left: auto
    }
}

.article_date {
    display: inline-block;
    margin-left: auto;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    opacity: .8;
    white-space: nowrap;
    margin-bottom: 20px
}

@media screen and (max-width:960px) {
    .article_date {
        margin-bottom: 10px
    }
}

.article_tag {
    margin-top: 4em
}

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

.article_tag_item {
    margin-right: .8em;
    margin-bottom: .8em
}

@media screen and (max-width:560px) {
    .article_tag_item {
        margin-bottom: .6em
    }
}

.article_tag_item a {
    display: block;
    padding: .5em 1.3em .6em;
    background: #f4f4f4;
    border-radius: 50px;
    font-size: 1.4rem;
    line-height: 1;
    transition: .2s ease
}

@media screen and (max-width:960px) {
    .article_tag_item a {
        padding: .4em 1.3em .5em
    }
}

@media (hover:hover) {
    .article_tag_item a:hover {
        background: #ccc
    }
}

.article_h1 {
    display: flex;
    width: 100%;
    font-size: 3.8rem;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.4
}

@media screen and (max-width:560px) {
    .article_h1 {
        font-size: 2.4rem
    }
}

@media screen and (max-width:560px) {
    .article_h1._large {
        font-size: 3.3rem
    }
}

.article_footer {
    margin-top: 144px
}

@media screen and (max-width:560px) {
    .article_footer {
        margin-top: 100px
    }
}

.article_return {
    display: flex;
    justify-content: center;
    margin-top: 8em
}

@media screen and (max-width:560px) {
    .article_return {
        margin-top: 5em
    }
}

.article_body {
    margin: 2.6em auto 0;
    font-size: 1.6rem;
    line-height: 1.9
}

@media screen and (max-width:960px) {
    .article_body {
        width: 100%;
        margin-top: 2em;
        line-height: 1.8
    }
}

.article_body h2 {
    margin: 2.4em 0 .6em;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.5
}

@media screen and (max-width:560px) {
    .article_body h2 {
        font-size: 2rem
    }
}

.article_body h3 {
    margin: 2.4em 0 .6em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5
}

@media screen and (max-width:560px) {
    .article_body h3 {
        font-size: 1.8rem
    }
}

.article_body h4 {
    margin: 2em 0 .6em;
    font-size: 1.8rem;
    font-weight: 700
}

@media screen and (max-width:560px) {
    .article_body h4 {
        font-size: 1.7rem
    }
}

.article_body p {
    margin: 1em 0 2.2em
}

.article_body p+p {
    margin-top: 2.2em
}

.article_body img {
    max-width: 100%;
    height: auto
}

.article_body img.fr-dib,
.article_body img.fr-dib.fr-fic {
    margin: 5px auto;
    display: block
}

.article_body img.fr-dib.fr-fir,
.article_body span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.article_body img.fr-dib.fr-fil,
.article_body span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.article_body span.fr-img-caption {
    position: relative;
    max-width: 100%
}

.article_body span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.article_body .fr-img-caption .fr-img-wrap {
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%
}

.article_body .fr-img-caption.fr-bordered img,
.article_body img.fr-bordered {
    border: 1px solid rgba(51, 51, 51, .4)
}

.article_body .fr-img-caption.fr-rounded img,
.article_body img.fr-rounded {
    border-radius: 10px
}

.article_body .fr-img-caption.fr-shadow img,
.article_body img.fr-shadow {
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02)
}

.article_body .fr-inner {
    display: block;
    font-size: 1.4rem
}

.article_body a {
    color: #333;
    text-decoration: underline
}

@media (hover:hover) {

    .article_body a:focus,
    .article_body a:hover {
        color: #c9161e;
        opacity: .6;
        transition: opacity .15s
    }
}

.article_body a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: 50%/contain no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABtUlEQVRoQ+1ZMU7EMBC08xyoEucB8AoaCiQKJAoKCgoKoKOgoKBAokC6ggIKvsA9wJN0fMcoEoEQ7GTXSnKrk6+9sT2zM45XtlaEnzHGEWAbgWjKqkkApUqRmBgH1pFrTTlsr50sSgCA/SnZcOYyxnwopZKA5AAnNl3s9kWo941f+zYoBRNbUe64fw5QyFEwXCKx+CRAKeWNWb+i/UoxKj44/2IOJAEBy5Z2YCw5Py1BBygjQkPMi6K40VpfBzCyBYyQbzTJFeAjr7V+dc4diI9QoPIvAA45B+Vim7ib7wD5FYCjBidagI+8c+65qqrjVqRYAYHMP1lrT3otcvfWQ8YmDsTmEcCpp+2QJSBA/gHAme/bLypCgczfV1V1HjrcxAgIZP7OWnsxdDKXZfmnpbDWBq9uZv2M5nm+k2XZm1Jq95vwLYDLsYaI8/+sAhoiHRHvAK445CjY2QW0Iuq6/qQQ4mIWEcAlxcEnAWPtLqeaMdjkwFY4EGP9xGN+r9cpx7joJ6YkYOJscKfTFAe4ky6JTwKWrLZvreSAOAc2Tai7PuU9uh8hSfwVgNGH+CRgTssoDnwBL1Mld8++k4kAAAAASUVORK5CYII=);
    margin: 0 5px;
    vertical-align: -2px
}

.article_body blockquote {
    position: relative;
    margin-top: 2.2em;
    margin-bottom: 2.2em;
    padding: 1.8em 2.6em;
    background: #f8f9f9
}

@media screen and (max-width:560px) {
    .article_body blockquote {
        padding: 2em 1.4em;
        font-size: 1.5rem
    }
}

.article_body blockquote p {
    margin: 0
}

.article_body blockquote p+p {
    margin-top: 1.4em
}

.article_body ol,
.article_body ul {
    padding-left: 1.5em
}

.article_body ol {
    list-style: decimal
}

.article_body ul {
    list-style: disc
}

.article_body table th {
    background-color: #ececec
}

.article_body table td,
.article_body table th {
    padding: .6em 8px;
    border: 1px solid #ddd
}

.article_body table td p,
.article_body table th p {
    margin: .2em 0
}

.article_body table td.fr-highlighted,
.article_body table th.fr-highlighted {
    border: 1px double red
}

.article_body table td.fr-thick,
.article_body table th.fr-thick {
    border-width: 2px
}

.article_body table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.article_body table.fr-border-none tbody td,
.article_body table.fr-border-none tbody th {
    border: none
}

.article_body sub {
    vertical-align: sub;
    font-size: smaller
}

.article_body sup {
    vertical-align: super;
    font-size: smaller
}

.article_body hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

.article_body .fr-video {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.article_body .fr-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.article_body iframe {
    max-width: 100%
}

.article_body code {
    font-size: 1.4rem;
    padding: 20px
}

@media screen and (max-width:560px) {
    .article_body code {
        padding: 16px
    }
}

.article_body .fr-class-code {
    padding: 1px 4px;
    border-radius: 2px;
    background: #f6f6f7;
    font-family: inherit
}

.article_body .fr-class-highlighted {
    background: linear-gradient(transparent 60%, #fff990 0)
}

.article_body .fr-class-transparency {
    opacity: .5
}

.related_article_header {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
    padding-top: 24px;
    padding-bottom: 44px
}

@media screen and (max-width:960px) {
    .related_article_header {
        flex-direction: column
    }
}

.related_article_header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 2px;
    background-color: #c9161e
}

.related_article_heading {
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .02em
}

.related_article_card_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.related_article_card_list:after {
    content: "";
    display: block;
    width: 31%
}

.related_article_card_list .card {
    width: 31%
}

@media screen and (max-width:560px) {
    .related_article_card_list .card {
        width: 100%
    }

    .related_article_card_list .card:not(:first-of-type) {
        margin-top: 48px
    }
}

.button-spinner {
    display: flex
}

.button-spinner>div {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .3em;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: spinnerBounding .7s linear infinite;
    animation: spinnerBounding .7s linear infinite;
    z-index: 2
}

.button-spinner>div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s;
    animation-delay: -.35s
}

.contact #logo {
    display: block;
    width: 160px;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width:560px) {
    .contact #logo {
        width: 140px
    }
}

.contact_textLink {
    color: #333;
    text-decoration: underline
}

@media (hover:hover) {

    .contact_textLink:focus,
    .contact_textLink:hover {
        color: #c9161e;
        opacity: .6;
        transition: opacity .15s
    }
}

.contact_textLink[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: 50%/contain no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABtUlEQVRoQ+1ZMU7EMBC08xyoEucB8AoaCiQKJAoKCgoKoKOgoKBAokC6ggIKvsA9wJN0fMcoEoEQ7GTXSnKrk6+9sT2zM45XtlaEnzHGEWAbgWjKqkkApUqRmBgH1pFrTTlsr50sSgCA/SnZcOYyxnwopZKA5AAnNl3s9kWo941f+zYoBRNbUe64fw5QyFEwXCKx+CRAKeWNWb+i/UoxKj44/2IOJAEBy5Z2YCw5Py1BBygjQkPMi6K40VpfBzCyBYyQbzTJFeAjr7V+dc4diI9QoPIvAA45B+Vim7ib7wD5FYCjBidagI+8c+65qqrjVqRYAYHMP1lrT3otcvfWQ8YmDsTmEcCpp+2QJSBA/gHAme/bLypCgczfV1V1HjrcxAgIZP7OWnsxdDKXZfmnpbDWBq9uZv2M5nm+k2XZm1Jq95vwLYDLsYaI8/+sAhoiHRHvAK445CjY2QW0Iuq6/qQQ4mIWEcAlxcEnAWPtLqeaMdjkwFY4EGP9xGN+r9cpx7joJ6YkYOJscKfTFAe4ky6JTwKWrLZvreSAOAc2Tai7PuU9uh8hSfwVgNGH+CRgTssoDnwBL1Mld8++k4kAAAAASUVORK5CYII=);
    margin: 0 5px;
    vertical-align: -2px
}

.contact_title {
    margin-top: 16px;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center
}

@media screen and (max-width:560px) {
    .contact_title {
        margin-top: 12px;
        font-size: 2.5rem
    }
}

.contact_intro {
    margin-bottom: 40px
}

.contact_privacy {
    position: relative;
    margin-bottom: 16px
}

.contact_privacy:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    z-index: 1;
    pointer-events: none
}

.contact_privacy_content {
    position: relative;
    width: 100%;
    height: 240px;
    padding: 10px 10px 80px;
    overflow-y: auto;
    font-size: 1.4rem
}

.contact_last {
    margin-bottom: 40px;
    padding: 0 48px
}

@media screen and (max-width:960px) {
    .contact_last {
        padding: 0
    }
}

.global_form_item {
    display: flex;
    align-items: baseline;
    margin-bottom: 32px
}

@media screen and (max-width:960px) {
    .global_form_item {
        flex-direction: column
    }
}

.global_form_element {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.global_form_label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-shrink: 0;
    width: 240px;
    padding-right: 16px;
    font-weight: 700
}

@media screen and (max-width:960px) {
    .global_form_label {
        justify-content: flex-start;
        width: 100%;
        margin-bottom: .4em
    }
}

.global_form_mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: .8em;
    margin-bottom: 2px;
    padding: 2px 8px 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1
}

.global_form_mark._required {
    background: #ff4b00;
    color: #fff
}

.global_form_mark._optional {
    background: rgba(51, 51, 51, .7);
    color: #fff
}

.global_form_input,
.global_form_textarea {
    width: 100%;
    padding: .8em;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    font-size: 1.6rem;
    -webkit-appearance: none
}

.global_form_input:focus,
.global_form_textarea:focus {
    border: 1px solid rgba(51, 51, 51, .8)
}

.global_form_input.isError,
.global_form_textarea.isError {
    border: 1px solid #e61e46
}

.global_form_input._done,
.global_form_textarea._done {
    border: none;
    background-color: hsla(0, 0%, 92.5%, .8)
}

.global_form_textarea._done {
    white-space: pre-wrap
}

.global_form_checkbox {
    display: inline-flex;
    justify-content: center;
    position: relative;
    padding: 8px 0;
    line-height: 1.3;
    text-align: left;
    cursor: pointer
}

@media screen and (max-width:560px) {
    .global_form_checkbox {
        justify-content: normal
    }
}

.global_form_checkbox .checkbox_substance {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 8px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    cursor: pointer
}

.global_form_checkbox .checkbox_substance:focus {
    opacity: 1
}

.global_form_checkbox .checkbox_icon {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: .5em;
    border-radius: 4px;
    border: 2px solid #ccc;
    background: #fff;
    box-shadow: none;
    transition: all .2s ease-out
}

.global_form_checkbox .checkbox_substance:checked+.checkbox_icon {
    background-color: #1b66b1;
    border: 2px solid #1b66b1
}

.global_form_checkbox .checkbox_substance:checked+.checkbox_icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 45%;
    height: 75%;
    border-bottom: .3em solid #fff;
    border-right: .3em solid #fff;
    transform: translate(-50%) rotate(45deg)
}

.global_form_buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 64px
}

.global_form_buttons_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 294px;
    height: 64px;
    padding: .2em 2em;
    border: 1px solid #333;
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    transition: transform .2s
}

.global_form_buttons_item:disabled {
    cursor: wait
}

@media (hover:hover) {
    .global_form_buttons_item:not(:disabled):hover {
        transform: scale(1.07);
        transition: transform .2s
    }
}

@media screen and (max-width:960px) {
    .global_form_buttons_item {
        height: 64px;
        font-size: 1.6rem
    }
}

.global_form_return {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 32px;
    padding: .2em 0;
    background-color: #fff;
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    transition: background-color .2s
}

.global_form_return span {
    padding-left: 16px
}

.global_form_return span:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-right: 6px solid #333;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%)
}

@media (hover:hover) {

    .global_form_return:focus,
    .global_form_return:hover {
        border-bottom: 2px solid transparent
    }
}

.error_message {
    display: flex;
    align-items: flex-start;
    margin-top: 4px;
    color: #e61e46;
    font-size: 1.5rem
}

.error_message[aria-hidden=true] {
    display: none
}

.error_message:before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 4px;
    background: 50%/contain no-repeat url("../img/alert-circle-outline.png")
}

.error {
    text-align: center
}

.error_title {
    margin-top: 42px;
    font-size: 4rem
}

@media screen and (max-width:560px) {
    .error_title {
        font-size: 2rem
    }
}

.error_desc {
    margin-top: 40px
}

@media screen and (max-width:560px) {
    .error_desc {
        margin-top: 16px
    }
}

.error_button {
    display: flex;
    justify-content: center;
    margin-top: 80px
}

@media screen and (max-width:560px) {
    .error_button {
        margin-top: 48px
    }
}

.ie_alert {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: #fff;
    z-index: 10000
}

.ie_alert_logo {
    width: 200px;
    height: auto;
    margin-bottom: 2em
}

.ie_alert_heading {
    margin-bottom: 1em;
    font-size: 2.4rem
}

.ie_alert_link {
    font-weight: 700;
    text-decoration: underline
}

@media (hover:hover) {
    .ie_alert_link:hover {
        text-decoration: none;
        opacity: .6;
        transition: all .2s
    }
}

.ie_alert_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 240px;
    height: 60px;
    margin-top: 2em;
    padding: .2em 2em;
    background: #333;
    border: 1px solid #333;
    border-radius: 3px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    overflow: hidden
}

@media (hover:hover) {
    .ie_alert_button:hover {
        background: #fff;
        color: #333;
        transition: all .2s
    }
}

@media screen and (max-width:960px) {
    .ie_alert_button {
        height: 64px;
        font-size: 1.6rem
    }
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #282828
}

.hljs,
.hljs-subst {
    color: #ebdbb2
}

.hljs-deletion,
.hljs-formula,
.hljs-keyword,
.hljs-link,
.hljs-selector-tag {
    color: #fb4934
}

.hljs-built_in,
.hljs-emphasis,
.hljs-name,
.hljs-quote,
.hljs-strong,
.hljs-title,
.hljs-variable {
    color: #83a598
}

.hljs-attr,
.hljs-params,
.hljs-template-tag,
.hljs-type {
    color: #fabd2f
}

.hljs-builtin-name,
.hljs-doctag,
.hljs-literal,
.hljs-number {
    color: #8f3f71
}

.hljs-code,
.hljs-meta,
.hljs-regexp,
.hljs-selector-id,
.hljs-template-variable {
    color: #fe8019
}

.hljs-addition,
.hljs-meta-string,
.hljs-section,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-string,
.hljs-symbol {
    color: #b8bb26
}

.hljs-attribute,
.hljs-bullet,
.hljs-class,
.hljs-function,
.hljs-function .hljs-keyword,
.hljs-meta-keyword,
.hljs-selector-pseudo,
.hljs-tag {
    color: #8ec07c
}

.hljs-comment {
    color: #928374
}

.hljs-link_label,
.hljs-literal,
.hljs-number {
    color: #d3869b
}

.hljs-comment,
.hljs-emphasis {
    font-style: italic
}

.hljs-section,
.hljs-strong,
.hljs-tag {
    font-weight: 700
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #fff;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}