@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400|Roboto:300,400&subset=japanese); /**/
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

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

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

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

hr {
    overflow: visible
}

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

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden], template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

code, kbd, pre, samp {
    font-family: monospace, monospace
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

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

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

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

textarea {
    overflow: auto;
    resize: vertical
}

button, input, optgroup, select, textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

button, select {
    text-transform: none
}

button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

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

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

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

body, html {
    font-size: 16px
}

body {
    color: #313131;
    background: #f4f4f4;
    font-family: Noto Sans JP, system-ui, -apple-system, Hiragino Sans, Yu Gothic UI, Segoe UI, Meiryo, sans-serif;
    line-height: 1.625;
    font-weight: 300;
    letter-spacing: .048em
}

body.single-post {
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
    letter-spacing: .048em
}

caption {
    text-align: left
}

table {
    border-collapse: collapse
}

th {
    font-weight: 400;
    text-align: inherit
}

td, th {
    vertical-align: top
}

li {
    list-style: none
}

img, video {
    max-width: 100%;
    vertical-align: bottom
}

em {
    font-style: normal
}

em, strong {
    font-weight: 400
}

address {
    font-style: normal
}

button {
    outline: 0
}

input::-ms-clear, input::-ms-reveal {
    visibility: hidden
}

a {
    text-decoration: none;
    cursor: pointer
}

a, a:hover {
    color: #313131
}

a:hover {
    text-decoration: none;
}

.background-blue {
    background-color: #222b57;
}

.l-container {
    overflow: hidden
}

.content-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 9.6875vw
}

.content-header {
    --breakpoint: pc;
}

.content-header {
    height: 120px;
    background-color: #222B57;
    z-index: 50;
}

.content-header, .content-header a {
    color: #fff;
    transition: color .1s
}

.content-header.is-inverted, .content-header.is-inverted a {
    color: #313131
}

.content-header .inner {
    display: flex;
    justify-content: space-between
}

.content-header .logo {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.content-header .logo {
    margin: 47px 0 0 62px;
}

.content-header .logo a {
    padding: 0;
    display: inline-block;
    height: auto;
}

.content-header .logo img, .content-header .logo svg {
}

.content-header .logo img, .content-header .logo svg {
}

.content-header .logo svg .fill {
    fill: currentColor
}

.content-header .nav {
    margin: 4.6875vw 3.90625vw 0 0;
    line-height: 2.85714;
    font-size: 14px
}

.content-header .nav {
    margin: 36px 38px 0px 0px;
}

.content-header .nav ul.main-menu {
    display: flex
}

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

.content-header .nav ul.main-menu>li>div {
    padding: 0 24px;
    position: relative;
    cursor: pointer;
}

.content-header .nav ul.main-menu>li.has-submenu>div {
    cursor: auto;
}

.content-header .nav ul.main-menu .button-label {
    padding: 0 1.09375vw;
    display: block
}

.content-header .nav ul.main-menu .button-label {
    font-size: 16px;
    padding: 0;
    position: relative;
    user-select: none;
}

.content-header .nav ul.main-menu>li>div .button-label:after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    transition: background-color 0.2s linear, bottom 0.2s ease-out;
}

.content-header .nav ul.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    /* display: block; */
    width: 240px;
    margin-left: -65px;
    /* margin-top: 38px; */
    text-align: center;
    padding-top: 38px;
}

.content-header .nav ul.main-menu ul.sub-menu li {
    margin-top: 1px;
    background-color: #222B57;
    filter: brightness(1) contrast(1);
    transition: filter 0.3s linear;
}

.content-header .nav ul.main-menu ul.sub-menu li a {
    line-height: 56px;
}

.content-header .nav ul.main-menu ul.sub-menu li a span {
    position: relative;
    width: 15px;
    display: inline-block;
    top: -11px;
    left: 0px;
    margin-left: 6px;
}

.content-header .nav ul.main-menu ul.sub-menu li a svg {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    stroke: white;
}

.content-header .nav ul.main-menu ul.sub-menu li div {
}

.content-header .menu, .content-header .nav .link {
    display: none
}

.content-header.is-active, .content-header.is-active a {
    color: #fff
}

.content-footer .inner a .icon-blank {
    float: right;
    padding-left: 16px;
    margin-top: 2px;
    position: relative;
    width: 31px;
}

.content-footer .inner a .icon-blank svg {
    width: 100%;
    stroke: white;
}

@media (min-width: 1380px) {
    .content-footer {
        color: #d1d1d1;
        background: #222B57;
        position: relative
    }

    .content-footer .inner {
    }

    .content-footer .inner a {
        color: white;
        font-size: 15px;
        position: relative;
    }

    .content-footer .data {
        font-size: 16px;
        line-height: 1.5
    }

    .content-footer .logo {
        position: absolute;
        top: 48px;
        left: 65px;
    }

    .content-footer .logo a {
        display: block;
        vertical-align: bottom;
        width: 136px;
    }

    .content-footer .logo img {
        width: 100%;
        height: auto;
    }

    .content-footer .data .name {
        margin-bottom: 2.8125vw;
        font-weight: 400
    }

    .content-footer .data .building {
        margin-bottom: .9375vw
    }

    .content-footer .nav {
        margin: 9.6875vw 0;
        width: 30.07812vw;
        font-size: 14px;
        line-height: 1.42857;
        font-weight: 400
    }

    .content-footer .nav li {
        margin-bottom: 1.5625vw
    }

    .content-footer .link {
        margin: 9.6875vw 0;
        padding-left: 2.65625vw;
        border-left: 1px solid #616161;
        font-size: 16px;
        line-height: 1.625
    }

    .content-footer .link li {
        margin-bottom: 1.09375vw
    }

    .content-footer .copyright {
        width: 100%;
        font-size: 14px;
        line-height: 1.25;
        position: absolute;
        bottom: 30px;
        left: 60px;
    }

    .content-footer .toPageTop {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        right: 1.875vw;
        bottom: 1.875vw;
        width: 5.625vw;
        height: 5.625vw;
        border-radius: 2.8125vw;
        background: hsla(0, 0%, 57%, .6);
        transition: opacity .3s, visibility .3s
    }

    .content-footer .toPageTop.is-active {
        opacity: 1;
        visibility: visible
    }

    .content-footer .toPageTop:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -.66964vw;
        margin-top: .33482vw;
        display: block;
        border: 1px solid #f4f4f4;
        border-width: 1px 1px 0 0;
        width: .9375vw;
        height: .9375vw;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        transition: border-color .3s ease
    }

    .content-footer .data {
        width: 100%;
        display: flex;
        justify-content: right;
        padding-right: 42px;
    }

    .content-footer .data .logo {
        margin-bottom: 2.8125vw;
    }

    .content-footer .data .name {
        margin-bottom: 0;
    }

    .content-footer .data .map, .content-footer .data .external_link {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.09375vw;
    }

    .content-footer .data .sns {
        padding-top: 42px;
    }

    .content-footer .data .sns {
        display: flex;
        width: auto;
        padding: 42px 0px 0px 0px;
        justify-content: right;
        position: relative;
    }

    .content-footer .data .sns li {
        padding: 6px 18px;
        position: relative;
    }

    .content-footer .data .sns li a: hover {
        opacity: 0.8;
        transition: .2s;
    }

    .content-footer .inner .data .sns a[target=_blank]: after {
        display: none;
    }

    .content-footer .nav {
        width: 50.15624vw;
        text-align: right;
    }

    .content-footer .nav li {
        display: inline-block;
        margin-right: 1.09375vw;
    }

    .content-footer .nav .logo {
    }

    .content-footer .iso {
        width: 100%;
        padding: 52px 64px 30px 0px;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
    }

    .content-footer .iso p {
        font-size: 10px;
        text-align: right;
        width: 55%;
        opacity: 0.5;
        line-height: 1.5;
        max-width: 790px;
        display: block;
        padding-right: 30px;
    }

    .content-footer .iso .mark {
        width: 75px;
        display: block;
        margin-top: -6px;
    }

    .toPageTop {
        animation: fadeIn 4s infinite;
    }
}

@media (max-width: 1379px) {
    .content-footer {
        color: #d1d1d1;
        background: #222B57;
        position: relative
    }

    .content-footer .inner {
    }

    .content-footer .inner a {
        color: white;
        font-size: 12px;
    }

    .content-footer .data {
        font-size: 16px;
        line-height: 1.5
    }

    .content-footer .logo {
        margin-bottom: 10px;
    }

    .content-footer .logo a {
        display: block;
        vertical-align: bottom;
        width: 112px;
        margin: 24px auto 0 auto;
    }

    .content-footer .logo img {
        width: 100%;
        height: auto;
    }

    .content-footer .data .name {
        margin-bottom: 2.8125vw;
        font-weight: 400
    }

    .content-footer .data .building {
        margin-bottom: .9375vw
    }

    .content-footer .nav {
        margin: 9.6875vw 0;
        width: 30.07812vw;
        font-size: 14px;
        line-height: 1.42857;
        font-weight: 400
    }

    .content-footer .nav li {
        margin-bottom: 1.5625vw
    }

    .content-footer .link {
        margin: 9.6875vw 0;
        padding-left: 2.65625vw;
        border-left: 1px solid #616161;
        font-size: 16px;
        line-height: 1.625
    }

    .content-footer .link li {
        margin-bottom: 1.09375vw
    }

    .content-footer .copyright {
        width: 100%;
        text-align: center;
        font-size: 10px;
        line-height: 1.25;
        padding-bottom: 26px;
    }

    .content-footer .toPageTop {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        right: 1.875vw;
        bottom: 1.875vw;
        width: 5.625vw;
        height: 5.625vw;
        border-radius: 2.8125vw;
        background: hsla(0, 0%, 57%, .6);
        transition: opacity .3s, visibility .3s
    }

    .content-footer .toPageTop.is-active {
        opacity: 1;
        visibility: visible
    }

    .content-footer .toPageTop:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -.66964vw;
        margin-top: .33482vw;
        display: block;
        border: 1px solid #f4f4f4;
        border-width: 1px 1px 0 0;
        width: .9375vw;
        height: .9375vw;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        transition: border-color .3s ease
    }

    .content-footer .data {
        width: 100%;
    }

    .content-footer .data .logo {
        margin-bottom: 2.8125vw;
    }

    .content-footer .data .name {
        margin-bottom: 0;
    }

    .content-footer .data .map, .content-footer .data .external_link {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.09375vw;
    }

    .content-footer .data .sns {
        display: flex;
        width: 100%;
        padding: 13px 20px 0px 20px;
        justify-content: center;
    }

    .content-footer .data .sns li {
        padding: 6px 6px;
    }

    .content-footer .data .sns li a: hover {
        opacity: 0.8;
        transition: .2s;
    }

    .content-footer .inner .data .sns a[target=_blank]: after {
        display: none;
    }

    .content-footer .nav {
        width: 50.15624vw;
        text-align: right;
    }

    .content-footer .nav li {
        display: inline-block;
        margin-right: 1.09375vw;
    }

    .content-footer .nav .logo {
    }

    .content-footer .iso {
        width: 100%;
        padding: 17px 20px 0px 20px;
    }

    .content-footer .iso p {
        font-size: 10px;
        text-align: center;
        width: 100%;
        opacity: 0.5;
        line-height: 1.5;
        max-width: 500px;
        margin: 0 auto;
    }

    .content-footer .iso .mark {
        width: 75px;
        margin: 16px auto 0 auto;
    }

    .content-footer {
        color: #d1d1d1;
        background: #222B57;
        position: relative
    }

    .content-footer .inner {
    }

    .content-footer .inner a {
        color: white;
        font-size: 12px;
    }

    .content-footer .data {
        font-size: 16px;
        line-height: 1.5
    }

    .content-footer .logo {
        margin-bottom: 10px;
    }

    .content-footer .logo a {
        display: block;
        vertical-align: bottom;
        width: 112px;
        margin: 24px auto 0 auto;
    }

    .content-footer .logo img {
        width: 100%;
        height: auto;
    }

    .content-footer .data .name {
        margin-bottom: 2.8125vw;
        font-weight: 400
    }

    .content-footer .data .building {
        margin-bottom: .9375vw
    }

    .content-footer .nav {
        margin: 9.6875vw 0;
        width: 30.07812vw;
        font-size: 14px;
        line-height: 1.42857;
        font-weight: 400
    }

    .content-footer .nav li {
        margin-bottom: 1.5625vw
    }

    .content-footer .link {
        margin: 9.6875vw 0;
        padding-left: 2.65625vw;
        border-left: 1px solid #616161;
        font-size: 16px;
        line-height: 1.625
    }

    .content-footer .link li {
        margin-bottom: 1.09375vw
    }

    .content-footer .copyright {
        width: 100%;
        text-align: center;
        font-size: 10px;
        line-height: 1.25;
        padding-bottom: 86px;
    }

    .content-footer .toPageTop {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        right: 1.875vw;
        bottom: 1.875vw;
        width: 5.625vw;
        height: 5.625vw;
        border-radius: 2.8125vw;
        background: hsla(0, 0%, 57%, .6);
        transition: opacity .3s, visibility .3s
    }

    .content-footer .toPageTop.is-active {
        opacity: 1;
        visibility: visible
    }

    .content-footer .toPageTop:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -.66964vw;
        margin-top: .33482vw;
        display: block;
        border: 1px solid #f4f4f4;
        border-width: 1px 1px 0 0;
        width: .9375vw;
        height: .9375vw;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        transition: border-color .3s ease
    }

    .content-footer .data {
        width: 100%;
    }

    .content-footer .data .logo {
        margin-bottom: 2.8125vw;
    }

    .content-footer .data .name {
        margin-bottom: 0;
    }

    .content-footer .data .map, .content-footer .data .external_link {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.09375vw;
    }

    .content-footer .data .sns:first-child {
        padding-top: 13px;
    }

    .content-footer .data .sns {
        display: flex;
        width: 100%;
        padding: 0px 20px 0px 20px;
        justify-content: center;
    }

    .content-footer .data .sns li {
        padding: 6px 6px;
    }

    .content-footer .data .sns li a: hover {
        opacity: 0.8;
        transition: .2s;
    }

    .content-footer .inner .data .sns a[target=_blank]: after {
        display: none;
    }

    .content-footer .nav {
        width: 50.15624vw;
        text-align: right;
    }

    .content-footer .nav li {
        display: inline-block;
        margin-right: 1.09375vw;
    }

    .content-footer .nav .logo {
    }

    .content-footer .iso {
        width: 100%;
        padding: 17px 20px 0px 20px;
    }

    .content-footer .iso p {
        font-size: 10px;
        text-align: center;
        width: 100%;
        opacity: 0.5;
        line-height: 1.5;
        max-width: 500px;
        margin: 0 auto;
    }

    .content-footer .iso .mark {
        width: 75px;
        margin: 16px auto 0 auto;
    }

    .content-footer .inner a .icon-blank {
        float: right;
        padding-left: 4px;
        margin-top: 6px;
        width: 15px;
    }

    .content-footer .inner a .icon-blank svg {
        width: 100%;
        stroke: white;
    }
}

@media (max-width: 840px) {
    .content-footer .data .sns {
        display: flex;
        width: 100%;
        padding: 0px 20px 0px 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .content-footer .data .sns li {
        padding: 6px 6px;
    }
}

@media (min-width: 960px) {
    .content-header .nav ul.main-menu>li>div:hover .button-label:after {
        bottom: 0;
        background-color: rgba(255, 255, 255, 1);
        transition: background-color 0.2s linear, bottom 0.2s ease-out;
    }

    .content-header .nav ul.main-menu ul.sub-menu li:hover {
        filter: brightness(1.7) contrast(0.7);
        transition: filter 0.05s linear;
    }

    .content-header .nav ul.main-menu ul.sub-menu li a:hover {
        border: none;
        text-decoration: none;
    }
}

@media (max-width: 959px) {
    .content-header .menu {
        width: 35px;
        height: 35px;
        right: 22px;
        top: 13px;
        position: absolute;
        display: block;
        /* background-color: red; */
    }

    .content-header .menu:after, .content-header .menu:before, .content-header .menu span {
        position: absolute;
        left: 10%;
        width: 80%;
        height: 0;
        border-top: 2px solid white;
    }

    .content-header .menu:before {
        content: "";
        top: 30%;
        transition: transform 0.2s linear;
    }

    .content-header .menu.mode-close:before {
        transform: rotate(135deg) translate(4px, -4px);
        transition: transform 0.2s linear;
    }

    .content-header .menu span {
        top: 50%;
        overflow: hidden;
        text-indent: 100%;
        transition: opacity 0.1s linear;
        transition-delay: 0.1s;
    }

    .content-header .menu.mode-close span {
        opacity: 0;
        transition: opacity 0.2s linear;
        transition-delay: 0s;
    }

    .content-header .menu:after {
        content: "";
        top: 70%;
        transition: transform 0.2s linear;
    }

    .content-header .menu.mode-close:after {
        transform: rotate(-135deg) translate(6px, 6px);
        transition: transform 0.2s linear;
    }

    .content-header {
        --breakpoint: sp;
    }

    .content-header {
        height: 64px;
    }

    .content-header .inner {
        display: block;
    }

    .content-header .logo {
        margin: 21px 0 0 24px;
    }

    .content-header .logo img, .content-header .logo svg {
        width: 108px;
    }

    .content-header .nav {
        margin: 0;
        width: 100%;
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        height: calc(100vh - 64px);
        background-color: #222B57;
        padding: 0 20px;
        /* height: 100%; */
    }

    .content-header .nav ul.main-menu {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 60px;
    }

    .content-header .nav ul.main-menu>li.has-submenu>div {
        background-color: #222B57;
    }

    .content-header .nav ul.main-menu>li>div {
        background-color: #ffffff;
    }

    .content-header .nav ul.main-menu .button-label {
        color: #222b57;
        font-size: 16px;
        font-weight: bold;
        height: auto;
        padding: 21px 0;
        line-height: 1;
    }

    .content-header .nav ul.main-menu li.has-submenu .button-label {
        color: white;
        padding: 6px 0;
    }

    .content-header .nav ul.main-menu>li {
        position: relative;
        border: 1px solid white;
        border-radius: 3px;
        margin-top: 7px;
        padding: 3px 3px;
    }

    .content-header .nav ul.main-menu>li:first-child {
        margin-top: 0;
    }

    .content-header .nav ul.main-menu ul.sub-menu {
        display: block;
        position: relative;
        margin: 0;
        width: 100%;
        padding: 0;
        margin-top: 6px;
    }

    .content-header .nav ul.main-menu ul.sub-menu li {
        background-color: white;
        border: none;
        border-radius: 0;
        margin: 1px 0;
    }

    .content-header .nav ul.main-menu ul.sub-menu li a {
        line-height: 1;
        padding: 20px 0;
        font-size: 16px;
        color: #222B57;
        display: block;
        font-weight: bold;
    }

    .content-header .nav ul.main-menu ul.sub-menu li a svg {
        stroke: #222B57;
    }
}
