@charset "UTF-8";

/*
    Kube UI Framework
    Version 7.2.1
    Updated: November 10, 2018

    http://imperavi.com/kube/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: MIT
*/
html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

img,
video,
audio {
    max-width: 100%;
}

img,
video {
    height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

svg {
    max-height: 100%;
}

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

iframe {
    border: none;
}

@media screen and (max-width: 559px) {
    iframe {
        width: 100%;
    }
}

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

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

[type="radio"],
[type="checkbox"] {
    margin-right: 2px;
    position: relative;
    bottom: .15rem;
    vertical-align: middle;
}

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

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

::-moz-focus-inner {
    padding: 0;
    border: none;
}

p,
blockquote,
hr,
pre,
ol,
ul,
dl,
figure,
address {
    margin-bottom: 0;
}

ul,
ol {
    margin-left: 0;
    list-style-type: none;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

nav ul,
nav ol {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

nav ul ul,
nav ul ol,
nav ol ol,
nav ol ul {
    margin-left: 0;
}

li li {
    font-size: 1em;
}

ul.is-bar,
ol.is-bar {
    margin: 0;
    list-style: none;
}

ul.is-bar li,
ol.is-bar li {
    display: inline-block;
}

ul.is-bar li+li,
ol.is-bar li+li {
    margin-left: 1em;
}

dt {
    font-weight: 600;
}

dl dd+dt {
    margin-top: 8px;
}

hr {
    margin-top: -1px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    overflow: visible;
}

b,
strong {
    font-weight: 600;
}

em,
i,
cite,
dfn {
    font-style: normal;
}

time,
small {
    display: inline-block;
    font-size: 87.5%;
}

figcaption {
    display: inline-block;
    font-family: monospace, monospace;
    font-size: 80%;
    font-style: normal;
    line-height: 1;
    color: rgba(17, 17, 19, .7);
}

sup,
sub {
    font-size: .6em;
}

sup {
    position: relative;
    bottom: -.2em;
    vertical-align: top;
}

h1 sup,
h1 sub,
h2 sup,
h2 sub,
h3 sup,
h3 sub {
    font-size: .4em;
}

sub {
    line-height: 1;
}

figure div+figcaption {
    position: relative;
    top: -8px;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    empty-cells: show;
    border-spacing: 0;
    border-collapse: collapse;
}

table caption {
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: bold;
    color: rgba(17, 17, 19, .4);
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

th {
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}

td {
    vertical-align: top;
}

th,
td {
    padding: 16px 16px;
    border-bottom: 1px solid #eee;
}

th::before,
th::after,
td::before,
td::after {
    width: 0;
    height: 0;
    content: "";
    display: block;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

tbody th,
tbody td {
    border-width: 1px;
    border-color: #eee;
}

tfoot th,
tfoot td {
    color: rgba(17, 17, 19, .5);
}

.is-row {
    margin-left: -24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.is-row>.is-col {
    margin-left: 24px;
    flex: 1;
}

.is-row>.is-col.is-10 {
    min-width: calc(10% - 24px);
}

.is-row>.is-col.is-20 {
    min-width: calc(20% - 24px);
}

.is-row>.is-col.is-25 {
    min-width: calc(25% - 24px);
}

.is-row>.is-col.is-30 {
    min-width: calc(30% - 24px);
}

.is-row>.is-col.is-33,
.is-row>.is-col.is-34 {
    min-width: calc(33.3333% - 24px);
}

.is-row>.is-col.is-35 {
    min-width: calc(35% - 24px);
}

.is-row>.is-col.is-40 {
    min-width: calc(40% - 24px);
}

.is-row>.is-col.is-45 {
    min-width: calc(45% - 24px);
}

.is-row>.is-col.is-50 {
    min-width: calc(50% - 24px);
}

.is-row>.is-col.is-55 {
    min-width: calc(55% - 24px);
}

.is-row>.is-col.is-60 {
    min-width: calc(60% - 24px);
}

.is-row>.is-col.is-65 {
    min-width: calc(65% - 24px);
}

.is-row>.is-col.is-66,
.is-row>.is-col.is-67 {
    min-width: calc(66.6666% - 24px);
}

.is-row>.is-col.is-70 {
    min-width: calc(70% - 24px);
}

.is-row>.is-col.is-75 {
    min-width: calc(75% - 24px);
}

.is-row>.is-col.is-80 {
    min-width: calc(80% - 24px);
}

.is-row>.is-col.is-90 {
    min-width: calc(90% - 24px);
}

@media screen and (min-width: 560px) {
    .is-row>.is-col.is-33:nth-child(n + 4) {
        margin-top: 24px;
    }
}

@media screen and (max-width: 559px) {
    .is-row {
        margin-top: 0;
        margin-left: 0;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .is-row+.is-row {
        margin-top: 0;
    }

    .is-row>.is-col {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        flex: 0 0 100%;
    }
}

.label {
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #f3f3f3;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(17, 17, 19, .85);
    vertical-align: baseline;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;
}

.button,
.button:active,
.button:focus {
    min-height: 2.66667em;
    padding: .5em 1.6em;
    cursor: pointer;
    border: 0 solid transparent;
    border-radius: 4px;
    background: #0c3dd7;
    box-shadow: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    font-size: .9375em;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255, 255, 255, .95);
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    -webkit-appearance: none;
}

.button i,
.button span {
    width: 24px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 16px;
}

.button:hover {
    outline: none;
    background-color: #2355f3;
    color: rgba(255, 255, 255, .95);
    text-decoration: none;
    -moz-transition: all linear .2s;
    transition: all linear .2s;
}

::placeholder {
    opacity: 1;
    color: rgba(17, 17, 19, .4);
}

:-ms-input-placeholder {
    color: rgba(17, 17, 19, .4);
}

::-ms-input-placeholder {
    color: rgba(17, 17, 19, .4);
}

fieldset {
    margin-bottom: 16px;
    padding: 32px;
    border: 1px solid rgba(17, 17, 19, .1);
    border-radius: 4px;
    font-family: inherit;
}

legend {
    margin-left: -1rem;
    padding: 0 1rem;
    position: relative;
    top: 2px;
    font-size: .75em;
    font-weight: bold;
    line-height: 0;
    color: rgba(17, 17, 19, .5);
    text-transform: uppercase;
}

input,
textarea,
select,
button {
    width: 100%;
    min-height: 2.66667em;
    padding: 0 8px;
    border: 1px solid rgba(17, 17, 19, .1);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    color: rgba(17, 17, 19, .8);
    vertical-align: middle;
}

textarea {
    height: auto;
    padding: 8px;
    resize: vertical;
    line-height: 1.5;
    vertical-align: top;
}

select {
    padding-right: 28px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\"><path fill=\"rgba(0, 0, 0, .4)\" d=\"M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z\"/></svg>");
    background-repeat: no-repeat;
    background-position: right .65em center;
    -webkit-appearance: none;
}

select[multiple] {
    height: auto;
    padding: 8px;
    background-image: none;
}

input.is-error,
textarea.is-error,
select.is-error {
    border: 1px solid rgba(238, 36, 85, .5);
    background-color: rgba(238, 36, 85, .05);
    box-shadow: none;
}

input.is-error:focus,
textarea.is-error:focus,
select.is-error:focus {
    border-color: rgba(238, 36, 85, .75);
    box-shadow: 0 0 3px rgba(238, 36, 85, .5) inset;
}

input.is-success,
textarea.is-success,
select.is-success {
    border: 1px solid rgba(32, 188, 113, .5);
    background-color: rgba(32, 188, 113, .05);
    box-shadow: none;
}

input.is-success:focus,
textarea.is-success:focus,
select.is-success:focus {
    border-color: rgba(32, 188, 113, .75);
    box-shadow: 0 0 3px rgba(32, 188, 113, .5) inset;
}

input.is-warning,
textarea.is-warning,
select.is-warning {
    border: 1px solid rgba(255, 105, 81, .5);
    background-color: rgba(255, 105, 81, .05);
    box-shadow: none;
}

input.is-warning:focus,
textarea.is-warning:focus,
select.is-warning:focus {
    border-color: rgba(255, 105, 81, .75);
    box-shadow: 0 0 3px rgba(255, 105, 81, .5) inset;
}

input[type="radio"].is-error,
input[type="checkbox"].is-error {
    outline: 2px solid rgba(238, 36, 85, .5);
}

input[type="radio"].is-success,
input[type="checkbox"].is-success {
    outline: 2px solid rgba(32, 188, 113, .5);
}

input[type="file"] {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    display: inline-block;
}

input[type="search"],
input.is-search {
    padding-left: 32px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"rgb(0, 0, 0)\" fill-opacity=\"0.4\" d=\"M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z\"/></svg>");
    background-repeat: no-repeat;
    background-position: 8px 51%;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    display: inline-block;
}

label {
    margin-bottom: 4px;
    display: block;
    font-size: .9375em;
    font-weight: normal;
    text-transform: none;
}

label.is-checkbox,
label .is-desc,
label .is-success,
label .is-warning,
label .is-error {
    font-weight: normal;
    text-transform: none;
}

label.is-checkbox {
    cursor: pointer;
    font-size: 1em;
    line-height: 1.5;
    color: inherit;
}

label.is-checkbox.is-small {
    font-size: .875em;
}

label.is-checkbox.is-big {
    font-size: 1.125em;
}

label.is-checkbox.is-large {
    font-size: 1.3125em;
}

form {
    margin-bottom: 0;
}

form span.is-success,
form div.is-success {
    font-size: .75em;
    color: #20bc71;
}

form span.is-error,
form div.is-error {
    font-size: .75em;
    color: #ee2455;
}

form span.is-warning,
form div.is-warning {
    font-size: .75em;
    color: #ff6951;
}

form span.is-success,
form span.is-error,
form span.is-warning {
    margin-left: 2px;
}

form .is-desc {
    font-size: .75rem;
    font-weight: normal;
    color: rgba(17, 17, 19, .5);
    text-transform: none;
}

form span.is-desc {
    margin-left: 4px;
}

form div.is-desc {
    margin-top: 4px;
    margin-bottom: -4px;
}

form .is-req {
    position: relative;
    top: 1px;
    font-size: 1rem;
    font-weight: bold;
    color: #ee2455;
}

.form-item {
    margin-bottom: 16px;
}

fieldset>.form-item:last-child {
    margin-bottom: 0;
}

.form-checkboxes label.is-checkbox {
    margin-right: 16px;
    display: inline-block;
}

.form-item.is-inline,
.form-item.is-inline-offset {
    padding-left: 150px;
}

.form-item.is-inline label:not(.is-checkbox) {
    margin-left: -150px;
    float: left;
}

.form-item.is-bar input,
.form-item.is-bar textarea,
.form-item.is-bar select {
    width: auto;
    display: inline-block;
}

.form-item.is-buttons {
    display: flex;
}

.form-item.is-buttons button,
.form-item.is-buttons .button {
    margin-right: 8px;
}

.form-item.is-buttons button+.button.is-tertiary {
    margin-left: 8px;
}

.form-item.is-buttons button.is-push-right,
.form-item.is-buttons .button.is-tertiary.is-push-right,
.form-item.is-buttons .button.is-push-right {
    margin-right: 0;
    margin-left: auto;
}

.is-append,
.is-prepend {
    display: flex;
}

.is-append input,
.is-prepend input {
    flex: 1;
}

.is-append .button,
.is-append span,
.is-append a,
.is-prepend .button,
.is-prepend span,
.is-prepend a {
    flex-shrink: 0;
}

.is-append span,
.is-append a,
.is-prepend span,
.is-prepend a {
    padding: 0 16px;
    border: 1px solid rgba(17, 17, 19, .1);
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
}

.is-append span,
.is-prepend span {
    font-size: .875em;
    font-weight: normal;
    color: rgba(17, 17, 19, .5);
    text-transform: none;
}

.is-append a,
.is-prepend a {
    font-size: .875em;
    color: #158df7;
    text-decoration: none;
}

.is-append a:hover,
.is-prepend a:hover {
    text-decoration: underline;
}

.is-append a.icon,
.is-prepend a.icon {
    font-size: 1rem;
    color: rgba(17, 17, 19, .6);
}

.is-append a.icon:hover,
.is-prepend a.icon:hover {
    text-decoration: none;
}

.is-prepend input {
    border-radius: 0 4px 4px 0;
}

.is-prepend .button {
    margin-right: -1px;
    border-radius: 4px 0 0 4px !important;
}

.is-prepend span,
.is-prepend a {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.is-append input {
    border-radius: 4px 0 0 4px;
}

.is-append .button {
    margin-left: -1px;
    border-radius: 0 4px 4px 0 !important;
}

.is-append span,
.is-append a {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: .875em;
    font-weight: normal;
    text-transform: none;
}

.breadcrumb a,
.breadcrumb span {
    padding-right: 8px;
    font-style: normal;
    white-space: nowrap;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
    -moz-transition: all linear .2s;
    transition: all linear .2s;
}

.breadcrumb span::after,
.breadcrumb a::after {
    padding-left: 8px;
    content: "/";
    display: inline-block;
    color: rgba(17, 17, 19, .4);
}

.breadcrumb span:last-child::after,
.breadcrumb a:last-child::after {
    display: none;
}

.breadcrumb span,
.breadcrumb span:last-child {
    color: rgba(17, 17, 19, .55);
    text-decoration: none;
}

.pager {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: .875em;
    font-weight: normal;
    text-transform: none;
}

.pager::after {
    content: "";
    display: table;
    clear: both;
}

.pager a,
.pager span {
    padding: 8px 16px;
    border: 1px solid rgba(17, 17, 19, .1);
    border-right-color: transparent;
    float: left;
    line-height: 1.4;
    text-decoration: none;
}

.pager a:first-child,
.pager span:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pager a:last-child,
.pager span:last-child {
    border-right-color: rgba(17, 17, 19, .1);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pager a.is-prev::before,
.pager a.is-next::after {
    position: relative;
    top: 1px;
    font-size: 125%;
    line-height: 1;
}

.pager a.is-prev::before {
    margin-right: 8px;
    content: "<";
}

.pager a.is-next::after {
    margin-left: 8px;
    content: ">";
}

.pager a.is-prev:empty::before {
    margin-right: 0;
}

.pager a.is-next:empty::after {
    margin-left: 0;
}

.pager a:hover {
    background-color: rgba(17, 17, 19, .04);
    -moz-transition: all linear .2s;
    transition: all linear .2s;
}

.pager a.is-disabled {
    background-color: transparent;
    color: rgba(17, 17, 19, .3);
}

.pager span,
.pager a.is-current,
.pager a.is-active {
    background-color: rgba(17, 17, 19, .04);
    color: rgba(17, 17, 19, .5);
}

.pager.is-stacked a {
    width: 50%;
    padding: 0;
    padding-top: 20px;
    border: none;
    position: relative;
    font-size: 1.1rem;
    font-weight: bold;
}

.pager.is-stacked a:hover {
    background: none;
    color: #158df7;
    text-decoration: underline;
}

.pager.is-stacked a.is-prev::before,
.pager.is-stacked a.is-next::after {
    margin: 0;
    content: "";
}

.pager.is-stacked a.is-prev::after,
.pager.is-stacked a.is-next::before {
    margin-bottom: 4px;
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: rgba(17, 17, 19, .5);
    letter-spacing: .03em;
    text-transform: uppercase;
}

.pager.is-stacked .is-next {
    text-align: right;
}

.pager.is-stacked a.is-next::before {
    right: 0;
}

@media screen and (max-width: 559px) {
    .pager.is-stacked a {
        width: 100%;
        margin-bottom: 20px;
        display: block;
        float: none;
    }

    .pager.is-stacked a:last-child {
        margin-bottom: 0;
    }

    .pager.is-stacked a.is-next {
        text-align: left;
    }
}

.is-container {
    display: flex;
    flex: 1;
}

@media screen and (max-width: 559px) {
    .is-container {
        flex-direction: column;
    }
}

.is-center,
.is-centered {
    margin-right: auto;
    margin-left: auto;
}

.is-10 {
    width: 10%;
    min-width: 10%;
}

.is-20 {
    width: 20%;
    min-width: 20%;
}

.is-25 {
    width: 25%;
    min-width: 25%;
}

.is-30 {
    width: 30%;
    min-width: 30%;
}

.is-33,
.is-34 {
    width: 33.3333%;
    min-width: 33.3333%;
}

.is-35 {
    width: 35%;
    min-width: 35%;
}

.is-40 {
    width: 40%;
    min-width: 40%;
}

.is-45 {
    width: 45%;
    min-width: 45%;
}

.is-50 {
    width: 50%;
    min-width: 50%;
}

.is-55 {
    width: 55%;
    min-width: 55%;
}

.is-60 {
    width: 60%;
}

.is-65 {
    width: 65%;
}

.is-66,
.is-67 {
    width: 66.6666%;
    min-width: 66.6666%;
}

.is-70 {
    width: 70%;
    min-width: 70%;
}

.is-75 {
    width: 75%;
    min-width: 75%;
}

.is-80 {
    width: 80%;
    min-width: 80%;
}

.is-90 {
    width: 90%;
    min-width: 90%;
}

.is-100 {
    width: 100%;
    min-width: 100%;
}

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

    .is-10,
    .is-20,
    .is-25,
    .is-30,
    .is-33,
    .is-34,
    .is-35,
    .is-40,
    .is-50,
    .is-60,
    .is-65,
    .is-66,
    .is-67,
    .is-70,
    .is-75,
    .is-80,
    .is-90,
    .is-100 {
        width: auto;
        min-width: 100%;
    }
}

.is-video-container {
    height: 0;
    margin-bottom: 16px;
    padding-bottom: 56.25%;
    position: relative;
}

.is-video-container iframe,
.is-video-container object,
.is-video-container embed {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

figure .is-video-container {
    margin-bottom: 8px;
}

/* base */
/*------------------------

背景

------------------------*/
html {
    overflow: auto;
}

body {
    min-width: 1280px;
    background-color: #f7fbff;
    overflow: hidden;
    word-wrap: break-word;
}

@media screen and (max-width: 559px) {
    body {
        min-width: 320px;
    }
}

.page-wrap {
    overflow: hidden;
}

.wrap {
    width: 1170px;
    margin: auto;
}

@media screen and (max-width: 559px) {
    .wrap {
        width: calc(100% - 48px);
        margin: auto;
    }
}

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

テーブル

------------------------*/
@media screen and (max-width: 559px) {
    .scroll-table {
        overflow: auto;
        white-space: nowrap;
    }

    .scroll-table::after {
        content: "※このテーブルは横にスクロールできます。";
        font-size: 12px;
        color: #969696;
    }

    .scroll-table table {
        margin-bottom: 8px;
    }
}

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

リスト

------------------------*/
.list-info {
    margin: 0;
}

.list-info li {
    margin-bottom: 8px;
    padding-left: 1em;
    display: block;
    font-size: 14px;
    text-align: left;
    text-indent: -.5em;
}

.list-info li:last-child {
    margin-bottom: 0;
}

.list-info li::before {
    width: .5em;
    margin-right: .5em;
    margin-left: -.5em;
    padding: 0;
    content: "※";
    display: block;
    float: left;
    text-align: center;
}

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

画像

------------------------*/
img,
iframe {
    border: 0;
    vertical-align: bottom;
}

@media (min-width: 1279px) {
    img {
        max-width: 100%;
    }
}

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

Typography

------------------------*/
a {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
}

a:hover {
    cursor: pointer;
}

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

em,
i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.61;
}

@media screen and (min-width: 560px) {
    .vertical-writing {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-font-feature-settings: "pkna";
        font-feature-settings: "pkna";
    }

    .vertical-writing b {
        line-height: 0;
        letter-spacing: 0;
        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all;
    }
}

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

フォントサイズ

------------------------*/
* {
    word-break: normal;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.618;
    color: #0c0c0c;
    letter-spacing: .05em;
    word-wrap: break-word;
    word-break: break-all;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    line-break: strict;
    overflow-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
    }
}

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

レイアウト

------------------------*/
@media screen and (max-width: 559px) {
    .order01 {
        order: 1;
    }

    .order02 {
        order: 2;
    }

    .order03 {
        order: 3;
    }

    .order04 {
        order: 4;
    }

    .order05 {
        order: 5;
    }
}

.img-centered img,
.img-centered picture {
    margin: 0 auto;
    display: block;
    text-align: center;
}

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

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

テーブル

------------------------*/
@media screen and (max-width: 559px) {
    .scroll-table {
        overflow: auto;
        white-space: nowrap;
    }

    .scroll-table:after {
        content: "※このテーブルは横にスクロールできます。";
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
        font-size: 14px;
        color: #c3c3c3;
    }

    .scroll-table table {
        margin-bottom: 8px;
    }
}

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

表示・非表示

------------------------*/
.hidden {
    display: none;
}

@media screen and (max-width: 1199px) {
    .view_pc {
        display: none !important;
    }
}

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

    .view_pc-tab,
    .view_tab,
    .view_tabl {
        display: none !important;
    }
}

@media screen and (min-width: 560px) and (max-width: 983px) {
    .view_tabl {
        display: none !important;
    }
}

@media screen and (min-width: 560px) and (max-width: 983px) {
    .view_tabs {
        display: none !important;
    }
}

@media screen and (min-width: 560px) {
    .view_sp {
        display: none !important;
    }
}

/* common */
/*------------------------

ページトップへ戻る

------------------------*/
.auto-scroll-to-top {
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 16px;
    z-index: 1;
}

.auto-scroll-to-top a {
    width: 80px;
    height: 80px;
    border-width: 0 0 80px 80px;
    border-style: solid;
    border-color: transparent transparent #010101 transparent;
    display: block;
}

.auto-scroll-to-top img {
    width: 24px;
    filter: brightness(0) invert(1);
    position: absolute;
    right: 12px;
    bottom: 8px;
}

@media screen and (max-width: 559px) {
    .auto-scroll-to-top {
        width: 64px;
        height: 64px;
    }

    .auto-scroll-to-top a {
        width: 64px;
        height: 64px;
        border-width: 0 0 64px 64px;
    }

    .auto-scroll-to-top img {
        width: 16px;
    }
}

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

gmap

------------------------*/
.gmap {
    height: 0;
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
}

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

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

youtube

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

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

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

aos custom

------------------------*/
[data-aos=fade-up] {
    transform: translate3d(0, 40px, 0);
}

[data-aos=zoom-in] {
    transform: scale(.8);
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 40px, 0) scale(.8);
}

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

clearfix

------------------------*/
.clearfix {
    display: block;
    clear: both;
}

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

テーマ

------------------------*/
:root {
    --bg-color: #1a1a1a;
    --nav-color: #c1c1c1;
    --theme-color: #f63;
    --light-theme-color: #FFF7F3;
    --section-bg-color: #f63;
    --footerbg-color: #1a1a1a;
    --footer-color: #3e3e3e;
    --hover-color: #fff;
    --link-color: #fff;
}

.light-mode {
    --bg-color: #fff;
    --nav-color: #333333;
    --footerbg-color: #f5f5f5;
    --footer-color: #cdcdcd;
    --hover-color: #787878;
}

.green {
    --theme-color: #51C470;
    --light-theme-color: #e7f7d0;
    --section-bg-color: #eee;
    --link-color: #1a1a1a;
}

.blue {
    --theme-color: #00ABD9;
    --light-theme-color: #dcf2f7;
    --section-bg-color: #FCFCD4;
    --link-color: #1a1a1a;
}