﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: rgba(0, 0, 0, 0)
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --default-color: #FF9800;
    --dark-color: #E68900;
    --btn-color: #FF7131;
    --btn-hover-color: #FF580D;
    --light-color: #fff
}

@keyframes clicklEffect {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(100);
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes flash {

    0%,
    16%,
    48% {
        opacity: 1;
        transform: scale(1)
    }

    18% {
        opacity: 0;
        transform: scale(1.6)
    }

    19%,
    21% {
        transform: scale(1)
    }

    20% {
        transform: scale(0)
    }
}

* {
    box-sizing: border-box
}

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

embed,
object,
video,
img {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%;
    max-height: 100%
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

a,
a.custom-btn {
    color: currentColor;
    transition: color .4s
}

a img,
a.custom-btn img {
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

a:hover {
    text-decoration: none;
    color: var(--default-color);
    outline: none
}

a:hover img {
    opacity: .8
}

a:focus {
    outline: none
}

small {
    font-weight: normal;
    font-size: 72%;
    font-size: max(4px, min(72%, 1rem))
}

mark {
    font-weight: bold;
    background: linear-gradient(0deg, yellow, yellow 0.4em, rgba(255, 255, 255, 0) 0.4em)
}

blockquote,
q {
    font-size: 88%;
    color: #666;
    margin: 1.6em auto;
    padding-left: 1.6em;
    position: relative
}

blockquote::before,
q::before {
    content: "“";
    position: absolute;
    left: -0.16em;
    top: -0.16em;
    font-size: 480%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.12;
    color: #ccc
}

address,
pre {
    font-size: 88%;
    color: #666;
    margin: 1.6em auto;
    padding: 1.6em;
    background: rgba(0, 0, 0, .04);
    border-left: 4px solid rgba(0, 0, 0, .04)
}

abbr,
acronym {
    text-decoration: none;
    border-bottom: 1px dotted
}

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

cite {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 88%
}

cite::before {
    background-color: rgba(0, 0, 0, .16);
    content: " ";
    flex-grow: 1;
    height: 1px
}

cite::before {
    margin-right: 1em
}

code,
kbd,
samp,
tt,
var {
    font-size: 80%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
    display: inline-block;
    border-radius: .2em;
    border: 1px solid rgba(0, 0, 0, .24);
    padding: 0 .4em;
    line-height: 1.56;
    vertical-align: 8%;
    background: rgba(0, 0, 0, .04);
    color: #666;
    margin: 0 .2em
}

pre {
    overflow: auto;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif"
}

q {
    display: inline-block
}

[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 100%;
    transition: .4s;
    border: none;
    outline: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .24);
    padding: .4em .64em;
    line-height: 1.6;
    transition-property: border
}

[type=color]:focus,
[type=color]:hover,
[type=date]:focus,
[type=date]:hover,
[type=datetime]:focus,
[type=datetime]:hover,
[type=datetime-local]:focus,
[type=datetime-local]:hover,
[type=email]:focus,
[type=email]:hover,
[type=month]:focus,
[type=month]:hover,
[type=number]:focus,
[type=number]:hover,
[type=password]:focus,
[type=password]:hover,
[type=search]:focus,
[type=search]:hover,
[type=tel]:focus,
[type=tel]:hover,
[type=text]:focus,
[type=text]:hover,
[type=time]:focus,
[type=time]:hover,
[type=url]:focus,
[type=url]:hover,
[type=week]:focus,
[type=week]:hover,
input:not([type]):focus,
input:not([type]):hover,
textarea:focus,
textarea:hover {
    border-color: rgba(0, 0, 0, .8)
}

label,
select {
    cursor: pointer;
    outline: none
}

.select-wrap {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    border: 1px solid rgba(0, 0, 0, .24);
    position: relative;
    line-height: 1.6;
    transition: border-color .4s
}

.select-wrap::after {
    content: "expand_more";
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    font-size: 112%;
    vertical-align: -18%;
    position: absolute;
    right: .2em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 120%;
    color: rgba(0, 0, 0, .2);
    transition: color .4s;
    pointer-events: none
}

.select-wrap:hover {
    border-color: rgba(0, 0, 0, .8)
}

.select-wrap:hover::after {
    color: rgba(0, 0, 0, .8)
}

.select-wrap select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 100%;
    transition: .4s;
    border: none;
    outline: none;
    padding: .64em .64em;
    padding-right: 1.6em
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 100%;
    transition: .4s;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: var(--light-color);
    background: var(--btn-color);
    border-radius: 16em;
    display: inline-block;
    box-shadow: 0 1px .1em rgba(0, 0, 0, .2);
    padding: .8em 2.4em;
    transition-property: background, box-shadow;
    margin: .4em
}

button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
    color: var(--light-color);
    background: var(--btn-hover-color);
    box-shadow: 0 2px .4em rgba(0, 0, 0, .4)
}

table:not(.nostyle) {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    clear: both
}

table:not(.nostyle) th,
table:not(.nostyle) td {
    border: 1px solid rgba(0, 0, 0, .16)
}

figure {
    margin: 1.6em 0
}

[class^=sp-show],
[class*=" sp-show"] {
    display: none
}

.sp-hide-flex {
    display: flex
}

@media(max-width: 970px) {

    [class^=sp-hide],
    [class*=" sp-hide"] {
        display: none
    }

    .sp-show {
        display: block
    }

    .sp-show-flex {
        display: flex
    }
}

.margin-no {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.margin-no-top {
    margin-top: 0 !important
}

.margin-no-bottom {
    margin-bottom: 0 !important
}

.margin-half {
    margin-top: .8em !important;
    margin-bottom: .8em !important
}

.margin-half-top {
    margin-top: .8em !important
}

.margin-half-bottom {
    margin-bottom: .4em !important
}

.margin-quarter {
    margin-top: .4em !important;
    margin-bottom: .4em !important
}

.margin-quarter-top {
    margin-top: .4em !important
}

.margin-quarter-bottom {
    margin-bottom: .4em !important
}

.margin-initial {
    margin-top: 1em;
    margin-bottom: 1em
}

.display-block {
    display: block
}

.display-inline-block {
    display: inline-block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.alignleft {
    float: left;
    margin-right: 32px;
    margin-right: max(1px, min(5.479vw, 32px))
}

.alignright {
    float: right;
    margin-left: 32px;
    margin-left: max(1px, min(5.479vw, 32px))
}

.alignleft,
.alignright {
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 32px;
    margin-bottom: max(1px, min(8.767vw, 32px));
    position: relative;
    z-index: 1
}

@media(max-width: 480px) {

    .alignleft,
    .alignright {
        max-width: 100%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: max(1px, min(8.767vw, 32px))
    }
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.alignnone {
    clear: both
}

img[class^=align],
img[class*=" align"] {
    display: block
}

.wp-video {
    margin: 1.6em 0
}

.wp-caption,
.wp .gallery-caption {
    max-width: 100%
}

.wp-caption-dd,
.wp-caption-text,
.wp .gallery-caption-dd,
.wp .gallery-caption-text {
    line-height: 1.4;
    margin: .4em 0 0;
    font-size: max(6px, min(3.288vw, 16px));
    opacity: .8
}

.wp-edit-post-link {
    color: #999;
    font-size: 88%;
    text-align: right;
    clear: both
}

.bypostauthor {
    font-weight: bold
}

.search-form {
    display: flex;
    max-width: 100%;
    margin: 1.6em auto
}

.side .widget_search .search-form {
    width: 88%
}

.search-field {
    width: 100%;
    height: 100%;
    outline: none
}

.search-submit {
    padding: .4em .8em;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.search-submit:hover {
    box-shadow: none
}

.post-password-form input[type=submit] {
    padding: .64em 1em;
    margin: 0;
    border-radius: .16em
}

.nav-links {
    margin: 80px auto;
    padding-top: 32px;
    margin: min(10.959vw, 80px) auto;
    padding-top: min(4.384vw, 32px);
    font-size: max(1px, min(3.288vw, 16px));
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px dashed rgba(0, 0, 0, .16)
}

.nav-links>* {
    flex: 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nav-links a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: rgba(0, 0, 0, .04);
    transition-property: color, background;
    color: #666
}

.nav-links a .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

.nav-links a:hover {
    background: rgba(0, 0, 0, .16);
    color: currentColor
}

.nav-links a,
.nav-links .current {
    margin: .16em;
    padding: .64em .4em;
    border-radius: .16em
}

.nav-links .current {
    background: rgba(0, 0, 0, .16);
    color: currentColor
}

a.link-btn,
a.custom-btn {
    text-decoration: none;
    color: var(--light-color);
    background: var(--btn-color);
    border-radius: 16em;
    display: inline-block;
    box-shadow: 0 1px .1em rgba(0, 0, 0, .2);
    padding: .8em 2.4em;
    transition-property: background, box-shadow;
    margin: .4em;
    overflow: hidden;
    position: relative
}

a.link-btn:hover,
a.custom-btn:hover {
    color: var(--light-color);
    background: var(--btn-hover-color);
    box-shadow: 0 2px .4em rgba(0, 0, 0, .4)
}

a.link-btn .click-point,
a.custom-btn .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

a.link-btn--block {
    display: block;
    padding: .8em;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

a.link-btn-white {
    overflow: hidden;
    position: relative;
    color: currentColor;
    background: none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .16);
    transition-property: background, color, border
}

a.link-btn-white .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

a.link-btn-white:hover {
    box-shadow: none;
    border-color: var(--btn-hover-color)
}

a.link-btn--large {
    font-weight: bold;
    font-size: 136%
}

a.img-link {
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: zoom-in
}

a.img-link .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

a.img-link::after {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    font-size: 112%;
    vertical-align: -18%;
    font-size: 48px;
    font-size: max(12px, min(13.151vw, 48px));
    content: "zoom_in";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: .6;
    transition: .8s ease-out;
    transition-property: transform, opacity;
    z-index: 1
}

a.img-link img {
    transform: scale(1);
    transition: .8s ease-out;
    transition-property: transform, opacity
}

a.img-link[class^=align],
a.img-link[class*=" align"] {
    display: block
}

a.img-link[class^=align] img,
a.img-link[class*=" align"] img {
    max-width: 100%;
    margin: 0
}

a.img-link:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5)
}

a.img-link:hover img {
    transform: scale(1.5)
}

.title-interview {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial;
    line-height: 1.44;
    color: var(--default-color);
    padding: 0 0 0 2.304em;
    position: relative;
    margin: 1em 0
}

@media screen\0 {
    .title-interview {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.title-interview::before,
.title-interview::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .title-interview::before,
    .title-interview::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

@supports(-ms-ime-align: auto) {
    .title-interview {
        color: var(--default-color);
        padding-left: 2.304em
    }
}

@media screen\0 {
    .title-interview {
        color: var(--default-color);
        padding-left: 2.304em
    }
}

.title-interview::before {
    font-size: inherit;
    content: "";
    position: absolute;
    left: 0;
    top: .8em;
    width: 2.048em;
    height: 1px;
    background: var(--default-color)
}

.sd-title {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .sd-title {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.sd-title::before,
.sd-title::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .sd-title::before,
    .sd-title::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.material-btn,
.material-btn-wrap a {
    overflow: hidden;
    position: relative
}

.material-btn .click-point,
.material-btn-wrap a .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out
}

.loader {
    color: rgba(0, 0, 0, .2);
    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    position: absolute;
    left: 50%;
    top: 50%
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    top: 0
}

.loader::before {
    left: -3.5em;
    animation-delay: -0.32s
}

.loader::after {
    left: 3.5em
}

.loader-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 100;
    transition: .8s ease-out;
    opacity: 1
}

.wf-active.loading-onload .loader-wrap,
.loading-delay .loader-wrap {
    opacity: 0;
    visibility: hidden
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.dot,
.kenten {
    text-emphasis: dot var(--default-color);
    -webkit-text-emphasis: filled var(--default-color)
}

.dot.js_on,
.kenten.js_on {
    text-emphasis: none;
    -webkit-text-emphasis: none
}

.dot.js_on>span,
.kenten.js_on>span {
    padding: .4em 0;
    background-repeat: repeat-x;
    background-size: .96em .56em;
    background-position: top left;
    background-image: radial-gradient(0.16em 0.16em at center center, var(--default-color) 48%, transparent 56%);
    font-feature-settings: normal
}

.fz-up {
    font-size: 136%
}

.fz-up--1 {
    font-size: 136%
}

.fz-up--2 {
    font-size: 144%
}

.fz-up--3 {
    font-size: 156%
}

.fz-down {
    font-size: 96%
}

.fz-down--1 {
    font-size: 88%
}

.fz-down--2 {
    font-size: 80%
}

.fz-down--3 {
    font-size: 72%
}

@media(max-width: 730px) {

    [class^=fz-up],
    [class*=" fz-up"] {
        font-size: 100%
    }

    [class^=fz-up-],
    [class*=" fz-up-"] {
        font-size: 136%
    }

    [class^=fz-down],
    [class*=" fz-down"] {
        font-size: 80%
    }

    [class^=fz-down-],
    [class*=" fz-down-"] {
        font-size: 64%
    }
}

.object-fit-wrap {
    display: inline-block;
    background: no-repeat center/cover
}

.object-fit-wrap img {
    opacity: 0
}

html {
    scroll-padding-top: calc(var(--hh, 72px) + 1em)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    font-family: 'Roboto', 'Noto Sans JP', Helvetica, Arial, sans-serif;
    font-size: max(6px, min(4.384vw, 16px));
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh)*100);
    color: #222;
    background: #fff
}

@media screen\0 {
    body {
        min-height: 100vh;
        display: block
    }
}

body>* {
    width: 100%
}

body.admin-bar {
    min-height: calc(var(--vh, 1vh)*100 - 32px)
}

@media(max-width: 782px) {
    body.admin-bar {
        min-height: calc(var(--vh, 1vh)*100)
    }
}

body .material-icons,
body .material-icons-round {
    font-size: 112%;
    vertical-align: -18%
}

body.kbp2-webfontnone {
    font-family: Meiryo, sans-serif
}

.container {
    flex-grow: 1;
    margin: 16px auto;
    padding: 0 calc((100% - 1030px)*.5);
    margin: min(2.192vw, 16px) auto;
    padding: 0 max(min(4vw, 16px), (100% - 1030px)*.5);
    display: flex
}

@media(max-width: 970px) {
    .container {
        overflow: hidden
    }
}

.container-side-left {
    flex-direction: row-reverse
}

.main {
    flex: auto;
    width: 730px;
    min-width: 0;
    position: relative;
    z-index: 1
}

@media(max-width: 970px) {
    .main {
        padding: 0 calc((100% - 730px)*.5)
    }
}

.side {
    flex: 1 0 calc(100% - 730px);
    padding-right: calc(100% - 970px);
    background: #fff;
    min-width: 0
}

@media screen\0 {
    .side {
        width: calc(240px + (100% - 970px))
    }
}

@media screen\0 {
    .side-inner>* {
        overflow: hidden
    }
}

.container-side-right .side {
    padding-right: 0;
    padding-left: calc(100% - 970px)
}

.container-single .side {
    padding-right: 0;
    padding-left: 0;
    flex: 0
}

.page-scroll {
    margin: 0;
    position: fixed;
    z-index: 10;
    width: auto;
    right: 16px;
    bottom: 16px;
    transform: translateY(calc(100% + 16px));
    right: max(min(16px, 4.384vw), (100% - 1280px)*.5);
    bottom: min(16px, 4.384vw);
    transition: .4s ease-in-out;
    transition-property: transform, opacity;
    opacity: 0;
    transform: translateY(calc(100% + min(16px, 4.384vw)))
}

.body_sticky.body_scroll_on .page-scroll {
    transform: translateY(0);
    opacity: 1
}

.page-scroll a.link-btn {
    padding: 0;
    margin: 0;
    width: 3.2em;
    height: 3.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 .2em .4em rgba(0, 0, 0, .3)
}

.page-scroll a.link-btn:hover {
    box-shadow: 0 .4em .64em rgba(0, 0, 0, .4);
    background: var(--btn-hover-color)
}



.header__ribbon {
    text-align: center;
    font-size: max(8px, min(3.288vw, 13px));
    font-weight: 700;
    color: var(--light-color);
    background: var(--default-color);
    margin: 0;
    padding: .2em;
    overflow: hidden;
}

.header__group {
    padding: 0 1em;
    max-width: 1062px;
    margin: 1rem auto 0;
    text-align: center;
}

.header__group .inner{
    display: inline-grid;
    text-align: left;
    grid-template-areas: 'title' 'access' 'info' 'contact';
    align-items: center;
    gap: 0.25rem 1rem;
    color: #3e2c17;
}
.header__group .header__title{
    grid-area: title;
    margin: 0;
    max-width: 280px;
}
.header__group .access{
    grid-area: access;
    font-size: 1rem;
    line-height: 1.6;
    padding-top: .25rem;
}
.header__group .access .address,
.header__group .access .phone{
    position: relative;
    padding-left: 1.6em;
    display: inline-block;
}
.header__group .access .address i,
.header__group .access .phone i{
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    top: 0;
    left: 0;
}
.header__group .access .address i svg,
.header__group .access .phone svg{
    width: 100%;
    height: auto;
    fill:#8bc34a
}
.header__group .info{
    grid-area: info;
}
.header__group .info dl.table{
    display: table;
    margin: 0;
}
.header__group .info dl.table dt,
.header__group .info dl.table dd{
    display: table-cell;
    vertical-align: middle;
}
.header__group .info dl.table div{
    display: table-row;
}
.header__group .contact{
    grid-area: contact;
}
.header__group .info dl.table dt{
    position: relative;
    font-weight: 700;
    font-size: .875em;
    text-align: center;
    padding: 0.4em 1em;
}
.header__group .info dl.table dd{
    font-size: .875em;
    padding: 0.25em .75em;
}

.header__group .info dl.table dt:before{
    content:'';
    width: 0.875em;
    position: absolute;
    top: 0.125rem;
    bottom: 0.125em;
    left: 0;
    border:solid #afafaf;
    border-width: 1px 0 1px 1px;
}
.header__group .info dl.table dt:after{
    content:'';
    width: 0.875em;
    position: absolute;
    top: 0.125rem;
    bottom: 0.125em;
    right: 0;
    border:solid #afafaf;
    border-width: 1px 1px 1px 0;
}
.header__group .contact{
    font-size: clamp(0.688rem, -0.082rem + 3.85vw, 1rem);
    padding-left: 5.7em;
    position: relative;
    max-width: 410px;
    margin: auto;

}

.header__group .contact .message{
    text-align: center;
    font-weight: 700;
    border: dotted #c1c1c1;
    border-width: 2px 0;
    line-height: 1;
    padding: .4em;
}

.header__group .contact .badge{
    position: absolute;
    background: #cd3726;
    width: 5em;
    left: 0;
    top: 0;
    margin: auto;
    color: #fff;
    padding-top: 5em;
    height: 0;
    font-style: italic;
    text-align: center;
    font-weight: 700;
    font-family: sans-serif;
    line-height: 1.1;
    font-size: 1.1em;
    border-radius: 300px;
}
.header__group .contact .badge span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.header__group .contact .badge b{
    display: block;
    font-size: 1.6em;
}
.header__group .contact .badge:after{
    content:'';
    position: absolute;
    bottom: 1em;
    right: 0;
    width: 1em;
    height: 1em;
    background: #cd3726;
    clip-path: polygon(50% 0%, 0 64%, 100% 100%);
}
.header__group .contact .phone{
    padding-left: 0.55em;
    font-size: 3.1em;
    position: relative;
    font-family: 'Century Gothic';
    letter-spacing: -.05em;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.header__group .contact .phone i{
    position: absolute;
    top: 0;
    left: -0.1em;
    width: .75em;
    display: inline-block;
}
.header__group .contact .phone i svg{
    width: 100%;
    height: auto;
}
@media (min-width:400px){
    .header__group .info dl.table{
        display: block;
    }
    .header__group .info dl.table div{
        display: inline-table;
    }
}
@media (min-width:480px){
    .header__group .inner{
        grid-template-columns: auto auto;
        grid-template-areas: 'title title' 'access info' 'contact contact';
        gap: 0.25rem 1rem;
        align-items: end;
    }
    .header__group .access,
    .header__group .info{
        font-size: clamp(0.75rem, -0.75rem + 5vw, 1rem);
    }
}
@media (min-width:560px){
    .header__group .inner{
        grid-template-areas: 'title info' 'access info' 'contact contact';
        gap: 0.25rem 1rem;
    }
    .header__group .info dl.table{
        display: table;
    }
    .header__group .info dl.table div{
        display: table-row;
    }
}
@media (min-width:980px){
    .header__group .inner{
        width: 100%;
        grid-template-columns: 1fr 236px 410px;
        grid-template-areas: 'title info contact' 'access info contact';
        gap: 0.25rem 1rem;
    }
}
.header-img,
.header-mainbord {
    text-align: center;
    padding: 0 calc((100% - 1030px)*.5);
    background: #fff
}

.header-img p,
.header-mainbord p {
    margin: 0
}

.header-nav-nopc {
    display: none
}

@media(max-width: 970px) {
    .header-nav-nopc {
        display: block
    }
}

.header-nav-inner {
    padding: 0 calc((100% - 1030px)*.5);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 10;
    background: linear-gradient(#fff 49%, #fafafa 50%)
}

.header-nav-inner.nav-wide {
    padding: 0
}

@media screen\0 {
    .header-nav-inner {
        box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
    }
}

.header-nav-inner::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 1px
}

.body_sticky .header-nav-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--default-color);
    color: var(--light-color);
    filter: drop-shadow(0 1px 0.8em rgba(0, 0, 0, 0.5))
}

@media screen\0 {
    .body_sticky .header-nav-inner {
        box-shadow: 0 2px .8em rgba(0, 0, 0, .5)
    }
}

.body_sticky .header-nav-inner::before {
    display: none
}

.admin-bar.body_sticky .header-nav-inner {
    top: 32px
}

@media(max-width: 782px) {
    .admin-bar.body_sticky .header-nav-inner {
        top: 0
    }
}

.header-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    text-align: center;
    font-size: 0.813rem;
    font-size: max(8px, min(3.288vw, 13px));
    font-weight: 500
}

.header-nav-menu:not(:first-child):last-child {
    font-weight: normal
}

.header-nav-menu:not(:first-child):last-child a {
    padding: .8em
}

.header-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    position: absolute;
    max-width: 25vw;
    min-width: 100%;
    transform: scale3d(1, 0, 0);
    transform-origin: left top;
    opacity: 0;
    transition: transform .4s ease;
    background: #fff;
    font-weight: normal
}

@media screen\0 {
    .header-nav-menu ul {
        box-shadow: 0 2px .8em rgba(0, 0, 0, .2)
    }
}

.body_sticky .header-nav-menu ul {
    background: var(--default-color)
}

.header-nav-menu ul ul {
    transform: scale3d(0, 1, 0);
    min-width: 0
}

.header-nav-menu ul ul ul {
    transform: scale3d(1, 0, 0)
}

.header-nav-menu li {
    margin: 0;
    position: relative;
    transition: background .4s ease-in-out
}

.header-nav-menu li.current-menu-item {
    background: rgba(0, 0, 0, .03);
    font-weight: bold
}

.header-nav-menu li.current-menu-item>a {
    background: rgba(0, 0, 0, .03)
}

.header-nav-menu li:hover {
    background: rgba(0, 0, 0, .03)
}

.header-nav-menu li:hover>ul {
    transform: scale3d(1, 1, 0.9);
    opacity: 1
}

.header-nav-menu a {
    text-decoration: none;
    transition-property: background;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    display: block;
    padding: 1em
}

.header-nav-menu a:hover {
    background: rgba(0, 0, 0, .03);
    color: inherit
}

.header-nav-menu small {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    color: #999;
    margin-top: -0.2em
}

.body_sticky .header-nav-menu small {
    display: none
}

.header-nav-menu i {
    display: block;
    font-size: 168%;
    margin-bottom: .1em
}

.header-nav-menu>li {
    flex: 1 1 172px;
    min-height: 72px;
    min-height: min(18.63vw, 72px);
    border-left: 1px solid #ddd
}

.header-nav-menu>li.current-menu-item {
    font-weight: inherit
}

.header-nav-menu>li.current-menu-item::before {
    opacity: 1
}

.header-nav-menu>li:hover::before {
    opacity: 1
}

.header-nav-menu>li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 1px;
    background: var(--default-color);
    transition: opacity .4s ease-in-out;
    opacity: 0;
    z-index: 1
}

.body_sticky .header-nav-menu>li::before {
    display: none
}

.header-nav-menu>li>ul {
    left: 0;
    top: 100%
}

.header-nav-menu>li>ul>li>ul {
    left: 100%;
    top: 0
}

.header-nav-menu>li>ul>li>ul ul {
    left: 0;
    top: 100%
}

.header-nav-menu>li:nth-child(n+4)>ul,
.header-nav-menu>li:last-child>ul {
    left: auto;
    right: 0;
    transform-origin: right top
}

.header-nav-menu>li:nth-child(n+4)>ul>li>ul,
.header-nav-menu>li:last-child>ul>li>ul {
    left: auto;
    right: 100%;
    transform-origin: right top
}

.body_sticky .header-nav-menu>li {
    border: none;
    min-height: 0
}

.header-nav-menu>li:last-child {
    border-right: 1px solid #ddd
}

.body_sticky .header-nav-menu>li:last-child {
    border: none
}

.header-nav-menu>li>a {
    padding: 1.28em .8em;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer {
    margin-top: auto;
    overflow: hidden
}

.footer-contact {
    text-align: center;
    background: #eee;
    padding: 32px 4vw;
    padding: min(32px, 6.575vw) 4vw;
    font-weight: 500
}

.footer-contact>* {
    margin: 0
}

.footer-contact__title {
    font-size: 1.5rem;
    font-size: max(12px, min(5.479vw, 24px))
}

.footer-contact__tel {
    font-size: 3.5rem;
    font-size: max(12px, min(10.959vw, 56px));
    line-height: 1.25
}

.footer-contact__tel i {
    color: var(--default-color)
}

.footer-contact__tel a {
    text-decoration: none
}

.footer-contact__tel a:hover {
    color: inherit
}

.footer-address {
    margin: 0;
    text-align: center;
    background: var(--default-color);
    color: var(--light-color);
    font-style: normal;
    font-size: 0.813rem;
    padding: 1.6em
}

.footer-copyright {
    color: var(--light-color);
    background: var(--dark-color);
    margin: 0;
    padding: .8em;
    text-align: center
}

.footer-copyright small {
    display: block
}

.footer-copyright a {
    text-decoration: none
}

.footer-copyright a:hover {
    color: inherit
}

.footer>*:last-child {
    padding-bottom: calc(env(safe-area-inset-bottom) + 0.8em)
}

@media(max-width: 970px) {
    .side {
        position: fixed;
        z-index: 20;
        left: 0;
        top: 0;
        width: 272px;
        max-width: 90%;
        height: calc(var(--vh)*100);
        padding-bottom: 3.52em;
        transform: translateX(-100%);
        opacity: 0;
        transition: .4s ease-in-out
    }

    .side-inner {
        overflow: auto;
        height: 100%
    }

    .container-side-right .side {
        transform: translateX(100%);
        left: auto;
        right: 0
    }

    .side.mobile-show {
        transform: translateX(0);
        opacity: 1;
        box-shadow: .8em 0 1.6em rgba(0, 0, 0, .2)
    }

    .side-close {
        overflow: hidden;
        position: relative;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        text-decoration: none;
        color: #fff !important;
        background: #666;
        text-align: center;
        padding: 1em
    }

    .side-close .click-point {
        margin: -4px 0 0 -4px;
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, .2);
        border-radius: 50%;
        animation: .8s ease-out both clicklEffect;
        box-shadow: 0 0 16px rgba(0, 0, 0, .2)
    }

    .side-close-bg {
        position: fixed;
        width: 100vw;
        height: calc(var(--vh)*100);
        background: rgba(0, 0, 0, .6);
        left: 0;
        top: 0;
        z-index: 15;
        display: none
    }

    .side-close-bg.mobile-show {
        display: block;
        animation: .8s fadeIn ease-in-out
    }
}

.mobile-nav {
    list-style: none;
    margin: 0 0 min(40px, 10.959vw);
    padding: 0;
    font-size: max(8px, min(3.562vw, 13px))
}

.mobile-nav small {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    color: #999;
    margin-top: -0.2em
}

.mobile-nav a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 1.6em 1.6em 1.6em min(16px, 4.384vw);
    display: block
}

.mobile-nav a .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

.mobile-nav a::after {
    position: absolute;
    content: "";
    font-family: "Material Icons Round";
    color: rgba(0, 0, 0, .2);
    right: .64em;
    top: 50%;
    transform: translateY(-50%)
}

.mobile-nav a:hover {
    color: inherit
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .02);
    border-left: 8px solid rgba(0, 0, 0, .02)
}

.mobile-nav ul a {
    padding-top: 1em;
    padding-bottom: 1em
}

.mobile-nav li {
    position: relative
}

.mobile-nav li.current-menu-item>a {
    font-weight: bold
}

.mobile-nav li:not(:last-child) {
    border-bottom: 1px dashed #ddd
}

.calendar_wrap {
    margin: 0 -1px
}

.footer-widget .calendar_wrap {
    margin: 0
}

.wp-calendar-table caption,
.wp-calendar-table th,
.wp-calendar-table td {
    padding: .4em 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.wp-calendar-table thead th:nth-child(6) {
    color: #2196f3
}

.wp-calendar-table thead th:nth-child(7) {
    color: #f44336
}

.wp-calendar-table a {
    display: block;
    font-weight: bold;
    position: static !important
}

.wp-calendar-table a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .03);
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fff
}

.wp-calendar-nav {
    display: flex;
    text-align: center
}

.wp-calendar-nav>* {
    flex: auto
}

.wp-calendar-nav a {
    display: block;
    padding: .4em
}

.widget {
    position: relative;
    font-size: 0.813rem;
    font-size: max(8px, min(3.562vw, 13px))
}

.widgettitle,
.widgettitle a {
    display: flex;
    align-items: center
}

.widgettitle {
    font-size: 112%;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
    margin: 0;
    position: relative;
    padding: 24px 16px;
    padding: min(24px, 6.575vw) min(16px, 4.384vw)
}

.widgettitle::before {
    content: "";
    width: 2px;
    height: calc(100% - 0.64em);
    background: var(--default-color);
    position: absolute;
    left: 4px;
    top: 0
}

.widgettitle a {
    margin-right: .2em
}

.widget a {
    text-decoration: none;
    overflow: hidden;
    position: relative
}

.widget a .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

.widget iframe {
    height: 100%
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ul ul {
    background: rgba(0, 0, 0, .02);
    border-left: 8px solid rgba(0, 0, 0, .02)
}

.widget li {
    position: relative;
    overflow: hidden
}

.widget li.current-menu-item>a {
    font-weight: bold
}

.widget li:not(:last-child) {
    border-bottom: 1px dashed #ddd
}

.textwidget .widget li:not(:last-child) {
    border: none
}

.widget li a {
    padding: 1.28em 1.6em 1.28em 16px;
    padding-left: min(16px, 4.384vw);
    display: block
}

.widget li a::before,
.widget li a::after {
    position: absolute;
    transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1
}

.widget li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    transition-property: background
}

.widget li a::after {
    content: "";
    font-family: "Material Icons Round";
    color: rgba(0, 0, 0, .2);
    right: .64em;
    top: 50%;
    transform: translateY(-50%);
    transition-property: transform, color
}

.widget li a:hover {
    color: inherit
}

.widget li a:hover::before {
    background: rgba(0, 0, 0, .03)
}

.widget li a:hover::after {
    color: rgba(0, 0, 0, .4);
    transform: translate(0.2em, -50%)
}

.widget li a small {
    display: block;
    text-transform: lowercase;
    opacity: .56
}

.widget dl {
    padding: 16px;
    padding: min(16px, 4.384vw);
    margin: 0
}

.widget dt {
    font-weight: bold;
    position: relative;
    padding-left: .8em
}

.widget dt::before {
    content: "";
    border: solid rgba(0, 0, 0, 0);
    border-width: .32em .229em;
    border-top-color: var(--default-color);
    position: absolute;
    left: 0;
    top: .457em
}

.widget dt~dt {
    margin-top: .8em
}

.widget dd {
    margin: 0
}

.widget dd+dd {
    margin-top: .4em
}

.widget dd.widget_info__tel {
    font-size: 192%;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.3
}

.widget dd.widget_info__tel i {
    color: var(--default-color)
}

.widget dd.widget_info__btn {
    font-weight: 500;
    margin: .8em -8px;
    margin: .8em max(-8px, -2.192vw)
}

.widget dd.widget_info__map {
    height: 200px;
    margin-top: .8em;
    border-radius: .32em;
    overflow: hidden
}

.widget_banner {
    max-width: 240px;
    border: none !important
}

.widget_banner_img {
    border: none !important;
    text-align: center
}

.widget_banner figure,
.widget_banner p {
    margin: 0;
    overflow: hidden
}

.widget_banner p.noborder img {
    border: none
}

.widget_banner p img {
    border: 1px solid rgba(0, 0, 0, .16)
}

.widget_banner figure {
    position: relative;
    transition: opacity .4s
}

.widget_banner figure::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .16) inset;
    z-index: 1;
    pointer-events: none
}

.widget_banner figure+figure {
    margin-top: .8em
}

.widget_banner figure:hover {
    opacity: .8
}

.widget_banner figure img {
    position: absolute;
    left: 0;
    top: 0
}

.widget_banner figure a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    padding: 2.048em 8px 3.584em;
    transition-property: opacity, box-shadow
}

.widget_banner figure a:hover {
    color: inherit
}

.widget_banner figure a:hover i {
    transform: translateX(0.2em)
}

.widget_banner figcaption {
    margin: 0
}

.widget_banner i {
    transform: translateX(0);
    transition: transform .4s ease-in-out
}

.widget_banner__title {
    font-weight: bold;
    font-size: 144%
}

.widget_banner__text {
    font-size: 80%;
    color: #666
}

.widget_banner__btn {
    padding: 1px 8px 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--default-color);
    width: 100%;
    color: var(--light-color);
    text-align: right;
    font-size: 80%
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
    font-size: 88%;
    opacity: .64;
    padding: 0 16px;
    padding: 0 min(16px, 4.384vw);
    margin-bottom: .64em
}

.widget_rss a {
    position: static !important
}

.widget_news-list {
    padding: 4px 16px;
    padding: min(0.548vw, 4px) min(16px, 4.384vw)
}

.widget_news-list::after {
    clear: both;
    content: "";
    display: block
}

.widget_news-list:not(:first-child) {
    border-top: 1px dashed #ddd
}

.widget_news-list-wrap {
    max-height: 320px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.widget .wp-video {
    margin: 0
}

.widget .wp-caption-text {
    font-size: 112%
}

.widget .gallery,
.widget_media_image figure {
    text-align: center
}

.widget .gallery figure,
.widget_media_image figure figure {
    overflow: hidden
}

.widget .gallery a,
.widget_media_image figure a {
    border-radius: 4px
}

.widget .gallery img,
.widget_media_image figure img {
    border-radius: 4px
}

.widget select {
    margin: 16px 0;
    font-size: 112%;
    margin: min(16px, 4.384vw) 0;
    padding: .4em
}

.widget .select-wrap {
    margin: 16px 0;
    margin: min(16px, 4.384vw) 0
}

.widget .select-wrap select {
    margin: 0;
    padding: 0;
    font-size: 100%
}

.widget .tagcloud {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
    padding: min(8px, 2.192vw) 0;
    text-align: center;
    color: #666
}

.widget .tagcloud a {
    font-size: 100% !important;
    margin: .2em;
    border: 1px solid #ddd;
    padding: .2em .4em;
    border-radius: 3px;
    flex: auto;
    background: rgba(0, 0, 0, .03);
    transition-property: color, background
}

.widget .tagcloud a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, 0)
}

.widget .textwidget *:not([class]),
.widget [class^=jetpack-] *:not([class]),
.widget [class*=" jetpack-"] *:not([class]) {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {

    .widget .textwidget *:not([class]),
    .widget [class^=jetpack-] *:not([class]),
    .widget [class*=" jetpack-"] *:not([class]) {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.widget .textwidget *:not([class])::before,
.widget .textwidget *:not([class])::after,
.widget [class^=jetpack-] *:not([class])::before,
.widget [class^=jetpack-] *:not([class])::after,
.widget [class*=" jetpack-"] *:not([class])::before,
.widget [class*=" jetpack-"] *:not([class])::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .widget .textwidget *:not([class])::before,
    .widget .textwidget *:not([class])::after,
    .widget [class^=jetpack-] *:not([class])::before,
    .widget [class^=jetpack-] *:not([class])::after,
    .widget [class*=" jetpack-"] *:not([class])::before,
    .widget [class*=" jetpack-"] *:not([class])::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.side .widget {
    border: 1px solid rgba(0, 0, 0, .16);
    margin: 24px auto;
    margin: min(24px, 6.575vw) auto;
    max-width: 240px
}

.side .widget .gallery,
.side .widget_media_image figure {
    padding: 1px 16px;
    padding: 1px min(16px, 4.384vw)
}

.side .widget .textwidget:not(.custom-html-widget) {
    padding: 1px 16px;
    padding: 1px min(16px, 4.384vw)
}

.side .widget select {
    margin: 16px;
    margin: min(16px, 4.384vw)
}

.side .widget .select-wrap {
    margin: 16px;
    margin: min(16px, 4.384vw)
}

.side .widget .select-wrap select {
    margin: 0
}

.side .widget .tagcloud {
    padding: 8px;
    padding: min(8px, 2.192vw)
}

.footer-widget {
    padding: 40px calc((100% - 1030px)*.5);
    margin: 0 -16px;
    padding: min(5.479vw, 40px) max(min(4vw, 16px), (100% - 1030px)*.5);
    margin: 0 max(-2.192vw, -16px);
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, .02)
}

.footer-widget>* {
    margin: 16px;
    margin: min(2.192vw, 16px);
    flex: 1 1 224px;
    min-width: 0;
    max-width: 100%
}

.footer-widget .widgettitle {
    border: none
}

.footer-widget .widgettitle::before {
    height: calc(100% - 2.4em);
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.footer-widget .widget_banner {
    margin: 16px;
    margin: min(16px, 6.575vw) min(2.192vw, 16px);
    width: 240px;
    flex: 0 0 240px;
    border-radius: 0;
    padding: 0;
    align-self: flex-start
}

@media(max-width: 512px) {
    .footer-widget .widget_banner {
        margin-left: auto;
        margin-right: auto
    }
}

.footer-widget .widget_media_gallery {
    flex: 100%
}

@supports(-ms-ime-align: auto) {
    .footer-widget .widget_media_gallery {
        margin: 0
    }
}

@media screen\0 {
    .footer-widget .widget_media_gallery {
        margin: 0
    }
}

.footer-widget .widget_media_gallery>* {
    gap: min(3.288vw, 24px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

@media screen\0 {
    .footer-widget .widget_media_gallery>* {
        display: flex;
        flex-wrap: wrap
    }
}

.footer-widget .widget_media_gallery figure {
    margin: 0
}

@supports(-ms-ime-align: auto) {
    .footer-widget .widget_media_gallery figure {
        margin: 4px
    }
}

@media screen\0 {
    .footer-widget .widget_media_gallery figure {
        margin: 4px
    }
}

div.mw_wp_form dl {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial;
    display: flex;
    font-size: max(6px, min(4.384vw, 16px))
}

@media screen\0 {
    div.mw_wp_form dl {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

div.mw_wp_form dl::before,
div.mw_wp_form dl::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    div.mw_wp_form dl::before,
    div.mw_wp_form dl::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

@media(max-width: 730px) {
    div.mw_wp_form dl {
        flex-wrap: wrap
    }
}

div.mw_wp_form dl.must dt::after {
    content: "必須";
    background: #f44336
}

div.mw_wp_form dl:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, .016)
}

div.mw_wp_form dl:hover {
    background: rgba(0, 0, 0, .032)
}

div.mw_wp_form dl dt,
div.mw_wp_form dl dd {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial;
    padding: 1.6em .8em;
    border-top: 1px solid rgba(0, 0, 0, .16);
    overflow: hidden
}

@media screen\0 {

    div.mw_wp_form dl dt,
    div.mw_wp_form dl dd {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

div.mw_wp_form dl dt::before,
div.mw_wp_form dl dt::after,
div.mw_wp_form dl dd::before,
div.mw_wp_form dl dd::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    div.mw_wp_form dl dt::before,
    div.mw_wp_form dl dt::after,
    div.mw_wp_form dl dd::before,
    div.mw_wp_form dl dd::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

div.mw_wp_form dl dt {
    width: 15.36em;
    font-weight: bold;
    display: flex;
    align-items: center
}

@media(max-width: 730px) {
    div.mw_wp_form dl dt {
        flex: 100%;
        padding-bottom: .64em
    }
}

div.mw_wp_form dl dt::before {
    display: none
}

div.mw_wp_form dl dt::after {
    content: "任意";
    font-size: 72%;
    margin-left: auto;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    padding: 0 .4em;
    border-radius: .2em
}

@media(max-width: 730px) {
    div.mw_wp_form dl dt::after {
        margin-left: .8em
    }
}

div.mw_wp_form dl dd {
    width: calc(100% - 15.36em)
}

@media(max-width: 730px) {
    div.mw_wp_form dl dd {
        flex: 100%;
        border-top: none;
        padding-top: 0
    }
}

div.mw_wp_form .contact__button {
    font-size: 1.5rem;
    font-size: max(6px, min(4.932vw, 24px));
    display: flex;
    justify-content: center
}

div.mw_wp_form .contact__button>* {
    font-weight: bold;
    flex: 40% auto;
    min-width: 40%
}

@media(max-width: 730px) {
    div.mw_wp_form .contact__button>* {
        flex: 1
    }
}

div.mw_wp_form .error {
    color: #f44336;
    font-weight: bold;
    margin-top: .4em;
    font-size: 88%;
    display: block
}

div.mw_wp_form .error::before {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    font-size: 112%;
    vertical-align: -18%;
    content: "error";
    font-size: 144%;
    margin-right: .2em;
    vertical-align: -24%;
    animation: 4s linear 1s infinite flash
}

div.mw_wp_form input~.select-wrap {
    margin-top: .4em
}

div.mw_wp_form .mwform-tel-field,
div.mw_wp_form .mwform-zip-field {
    display: flex;
    align-items: center
}

div.mw_wp_form .mwform-tel-field input,
div.mw_wp_form .mwform-zip-field input {
    margin: 0 .4em;
    width: auto !important;
    min-width: 0
}

div.mw_wp_form .mwform-tel-field input:last-child,
div.mw_wp_form .mwform-zip-field input:last-child {
    margin-right: 0
}

div.mw_wp_form .mwform-tel-field input:first-child {
    margin-left: 0
}

div.mw_wp_form .mwform-radio-field,
div.mw_wp_form .mwform-checkbox-field {
    display: inline-block
}

div.mw_wp_form .mwform-radio-field+span,
div.mw_wp_form .mwform-checkbox-field+span {
    margin-left: 1.6em
}

div.mw_wp_form .mwform-radio-field-text::before,
div.mw_wp_form .mwform-checkbox-field-text::before {
    content: "";
    width: 1.28em;
    height: 1.28em;
    display: inline-block;
    vertical-align: -16.8%;
    margin-right: .4em;
    transition: .4s;
    background-color: #fff
}

div.mw_wp_form .mwform-radio-field input,
div.mw_wp_form .mwform-checkbox-field input {
    display: none
}

div.mw_wp_form .mwform-radio-field input:checked+span::before,
div.mw_wp_form .mwform-checkbox-field input:checked+span::before {
    background-color: var(--default-color)
}

div.mw_wp_form .mwform-radio-field {
    margin: .2em 0 !important
}

div.mw_wp_form .mwform-radio-field-text::before {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .24)
}

div.mw_wp_form .mwform-radio-field input:checked+span::before {
    border-color: #fff;
    box-shadow: 0 0 0 1px var(--default-color)
}

div.mw_wp_form .mwform-radio-field label:hover input+span::before {
    box-shadow: 0 0 0 1px #333
}

div.mw_wp_form .mwform-checkbox-field-text::before {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    font-size: 112%;
    vertical-align: -18%;
    content: "done";
    border: 1px solid rgba(0, 0, 0, .24);
    line-height: 1.28em;
    color: rgba(255, 255, 255, 0);
    background: #fff url("../images/icon/icon-check-white.svg") no-repeat center/80% 80%
}

div.mw_wp_form .mwform-checkbox-field input:checked+span::before {
    border-color: var(--default-color);
    color: #fff
}

div.mw_wp_form .mwform-checkbox-field label:hover input+span::before {
    border-color: #333
}

.content-style {
    font-size: 1.125rem;
    font-size: max(6px, min(4.384vw, 18px));
    line-height: 1.8
}

.content-style::after {
    clear: both;
    content: "";
    display: block
}

.content-style h1 {
    font-size: 2rem;
    font-size: max(8px, min(7.671vw, 32px));
    line-height: 1.2
}

.content-style h2 {
    font-size: 1.875rem;
    font-size: max(8px, min(6.575vw, 30px));
    line-height: 1.28;
    background: rgba(0, 0, 0, .04);
    padding: .8em 16px;
    padding: .8em min(3.288vw, 16px);
    border: solid rgba(0, 0, 0, .08);
    border-width: 2px 0;
    position: relative;
    clear: both;
    margin-top: 1.6em
}

.content-style h2::before {
    width: 200px;
    width: min(32.877vw, 200px);
    content: "";
    height: 2px;
    background: var(--default-color);
    position: absolute;
    left: 0;
    top: -2px
}

.content-style h3 {
    font-size: 1.5rem;
    font-size: max(8px, min(4.932vw, 24px));
    line-height: 1.36;
    color: var(--light-color);
    background: var(--default-color);
    font-weight: 500;
    padding: .4em 16px;
    padding: .4em min(3.288vw, 16px);
    position: relative;
    border-radius: .16em;
    clear: both;
    overflow: hidden
}

.content-style h3 a {
    overflow: hidden;
    position: relative;
    overflow: visible;
    text-decoration: none;
    position: static
}

.content-style h3 a .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

.content-style h3 a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
    transition: background .4s
}

.content-style h3 a:hover {
    color: var(--light-color)
}

.content-style h3 a:hover::before {
    background: rgba(255, 255, 255, .2)
}

.content-style h3.nostyle {
    font-weight: bold
}

.content-style h3.nostyle a {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .content-style h3.nostyle a {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style h3.nostyle a::before,
.content-style h3.nostyle a::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style h3.nostyle a::before,
    .content-style h3.nostyle a::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style h3.nostyle a:hover {
    color: var(--default-color)
}

.content-style h3::after {
    content: "";
    display: block;
    height: 1px;
    background: var(--light-color);
    margin-top: .16em;
    opacity: .32
}

.content-style h3.sd-title {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial;
    font-size: 88% !important
}

@media screen\0 {
    .content-style h3.sd-title {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style h3.sd-title::before,
.content-style h3.sd-title::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style h3.sd-title::before,
    .content-style h3.sd-title::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style h4 {
    font-size: 1.375rem;
    font-size: max(8px, min(4.658vw, 22px));
    line-height: 1.44;
    padding: .4em 16px;
    padding: .4em min(3.288vw, 16px);
    border-top: 1px solid var(--default-color);
    border-bottom: 1px solid var(--default-color);
    color: var(--default-color);
    clear: both
}

.content-style h5 {
    font-size: 1.313rem;
    font-size: max(8px, min(4.384vw, 21px));
    line-height: 1.44;
    border-bottom: 1px dashed var(--default-color);
    padding-bottom: .4em;
    clear: both
}

.content-style h6 {
    font-size: 1.125rem;
    font-size: max(8px, min(4.11vw, 18px));
    line-height: 1.44;
    border-bottom: 1px dashed rgba(0, 0, 0, .24);
    padding-bottom: .4em;
    clear: both
}

.content-style .title-interview {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial;
    font-size: 1.375rem;
    font-size: max(8px, min(4.658vw, 22px));
    line-height: 1.44;
    color: var(--default-color);
    padding: 0 0 0 2.304em;
    position: relative;
    margin: 1em 0
}

@media screen\0 {
    .content-style .title-interview {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style .title-interview::before,
.content-style .title-interview::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style .title-interview::before,
    .content-style .title-interview::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

@supports(-ms-ime-align: auto) {
    .content-style .title-interview {
        color: var(--default-color);
        padding-left: 2.304em
    }
}

@media screen\0 {
    .content-style .title-interview {
        color: var(--default-color);
        padding-left: 2.304em
    }
}

.content-style .title-interview::before {
    font-size: inherit;
    content: "";
    position: absolute;
    left: 0;
    top: .8em;
    width: 2.048em;
    height: 1px;
    background: var(--default-color)
}

.content-style p,
.content-style ul,
.content-style ol {
    margin: 1.6em 0
}

.content-style table {
    margin: 48px 0;
    margin: min(6.575vw, 48px) 0
}

.content-style table th,
.content-style table td {
    padding: 16px;
    font-size: 1rem;
    line-height: 1.6;
    font-size: min(3.836vw, 16px);
    padding: min(3.288vw, 16px)
}

.content-style table th[scope=row] {
    text-align: left
}

.content-style table thead th {
    color: var(--light-color);
    background: var(--default-color)
}

.content-style table tr:nth-child(2n) th,
.content-style table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, .016)
}

.content-style table tr:hover {
    background: rgba(0, 0, 0, .04)
}

.content-style table.nostyle * {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .content-style table.nostyle * {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style table.nostyle *::before,
.content-style table.nostyle *::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style table.nostyle *::before,
    .content-style table.nostyle *::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style dl {
    margin: 1.6em 0
}

.content-style dt {
    font-weight: bold;
    position: relative;
    padding-left: 1em
}

.content-style dt::before {
    content: "▼";
    position: absolute;
    left: .1em;
    top: 0;
    transform-origin: left;
    transform: scale(0.48);
    color: var(--default-color)
}

.content-style dt~dt {
    margin-top: .8em
}

.content-style dd {
    border-left: 1px solid rgba(0, 0, 0, .16);
    font-size: 88%;
    margin-left: .4em;
    padding-left: 1.28em
}

.content-style dl.nostyle * {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .content-style dl.nostyle * {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style dl.nostyle *::before,
.content-style dl.nostyle *::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style dl.nostyle *::before,
    .content-style dl.nostyle *::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style ul,
.content-style ol {
    list-style: none;
    padding-left: .8em
}

.content-style ul ul,
.content-style ul ol,
.content-style ol ul,
.content-style ol ol {
    margin: 0
}

.content-style ul li,
.content-style ol li {
    position: relative;
    padding-left: 1.76em
}

.content-style ul.nostyle *,
.content-style ol.nostyle * {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {

    .content-style ul.nostyle *,
    .content-style ol.nostyle * {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style ul.nostyle *::before,
.content-style ul.nostyle *::after,
.content-style ol.nostyle *::before,
.content-style ol.nostyle *::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style ul.nostyle *::before,
    .content-style ul.nostyle *::after,
    .content-style ol.nostyle *::before,
    .content-style ol.nostyle *::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style ul.initial,
.content-style ol.initial {
    list-style: revert;
    padding: revert
}

.content-style ul.initial *,
.content-style ol.initial * {
    list-style: revert;
    padding: revert
}

.content-style ul.initial *::before,
.content-style ol.initial *::before {
    display: none
}

.content-style ul.initial li,
.content-style ol.initial li {
    padding: initial;
    margin: initial
}

.content-style ul.ez-toc-list li::before,
.content-style ol.ez-toc-list li::before {
    display: none
}

.content-style ul>li::before {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    font-size: 112%;
    vertical-align: -18%;
    position: absolute;
    left: 0;
    top: .05em;
    font-size: 168%;
    color: var(--default-color);
    content: "check_box"
}

.content-style ul ul>li::before {
    content: "check_circle_outline";
    font-size: 160%;
    top: .08em
}

@media screen\0 {
    .content-style ul ul>li::before {
        font-size: 56%
    }
}

.content-style ul ul ul>li::before,
.content-style ul ol ul>li::before {
    font-size: 120%;
    content: "done";
    top: .2em;
    color: currentColor;
    left: .2em
}

@media screen\0 {

    .content-style ul ul ul>li::before,
    .content-style ul ol ul>li::before {
        font-size: 72%
    }
}

.content-style ul.sitemap {
    padding: 0
}

.content-style ul.sitemap li {
    padding: 0
}

.content-style ul.sitemap li::before {
    display: none
}

.content-style ul.sitemap ul {
    padding: 0;
    margin-left: 1.6em;
    border-left: 1px solid rgba(0, 0, 0, .08);
    font-size: 88%
}

.content-style ul.sitemap ul ul {
    font-size: 100%
}

.content-style ul.sitemap a {
    text-decoration: none;
    display: block;
    padding: .64em;
    padding-left: 2.4em;
    padding-right: .4em;
    position: relative;
    transition-property: padding, background, border;
    border-left: 0 solid rgba(0, 0, 0, 0)
}

.content-style ul.sitemap a::before {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    font-size: 112%;
    vertical-align: -18%;
    content: "link";
    position: absolute;
    left: .4em;
    top: .64em;
    color: var(--default-color);
    font-size: 136%
}

.content-style ul.sitemap a:hover {
    background: rgba(0, 0, 0, .04);
    border-left-color: rgba(0, 0, 0, .04);
    border-left-width: .4em;
    padding-right: 0;
    color: currentColor
}

.content-style ul.sitemap>li>a {
    font-weight: bold
}

.content-style .sd-content ul {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .content-style .sd-content ul {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style .sd-content ul::before,
.content-style .sd-content ul::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style .sd-content ul::before,
    .content-style .sd-content ul::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style .sd-content ul * {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .content-style .sd-content ul * {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style .sd-content ul *::before,
.content-style .sd-content ul *::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style .sd-content ul *::before,
    .content-style .sd-content ul *::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style .sd-content ul li {
    margin-bottom: .4em
}

.content-style .sd-content ul li+li {
    margin-left: .4em
}

.content-style ol {
    counter-reset: num
}

.content-style ol>li::before {
    position: absolute;
    left: 0;
    top: .16em;
    color: var(--light-color);
    content: counter(num);
    counter-increment: num;
    background: var(--default-color);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.04;
    width: 1.429em;
    height: 1.429em;
    text-align: center;
    border-radius: .2em;
    font-weight: bold
}

.content-style ol ol>li::before {
    color: var(--default-color);
    background: var(--light-color);
    border: 2px solid var(--default-color);
    font-weight: normal;
    border-radius: 50%
}

.content-style ol ul ol>li::before,
.content-style ol ol ol>li::before {
    color: currentColor;
    border: none;
    background: none;
    content: counter(num) ".";
    justify-content: flex-end
}

.content-style hr {
    clear: both;
    margin: 40px auto;
    margin: min(5.479vw, 40px) auto;
    border: none;
    height: 8px;
    height: min(2.192vw, 8px);
    background-image: linear-gradient(45deg, #fff 25%, rgba(0, 0, 0, 0.16) 25%, rgba(0, 0, 0, 0.16) 50%, #fff 50%, #fff 75%, rgba(0, 0, 0, 0.16) 75%, rgba(0, 0, 0, 0.16));
    background-size: 4px 4px
}

.content-style hr.nostyle {
    all: revert
}

.content-style small {
    display: inline-block
}

.content-style .sharedaddy::before {
    margin: 40px auto;
    margin: min(5.479vw, 40px) auto;
    content: "";
    display: block;
    height: 8px;
    height: min(2.192vw, 8px);
    background-image: linear-gradient(45deg, #fff 25%, rgba(0, 0, 0, 0.16) 25%, rgba(0, 0, 0, 0.16) 50%, #fff 50%, #fff 75%, rgba(0, 0, 0, 0.16) 75%, rgba(0, 0, 0, 0.16));
    background-size: 4px 4px;
    clear: both
}

.content-style .sd-content {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .content-style .sd-content {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style .sd-content::before,
.content-style .sd-content::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style .sd-content::before,
    .content-style .sd-content::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style .nostyle {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .content-style .nostyle {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.content-style .nostyle::before,
.content-style .nostyle::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .content-style .nostyle::before,
    .content-style .nostyle::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}

.content-style.sticky h3::before {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    font-size: 112%;
    vertical-align: -18%;
    content: "new_releases";
    margin-right: .2em
}

.voice-article {
    margin: 32px 0;
    margin: min(5.479vw, 32px) 0;
    display: flex;
    flex-wrap: wrap
}

.voice-article.reverse {
    flex-direction: row-reverse
}

.voice-article.layout-2 {
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: min(4.384vw, 32px)
}

@media(max-width: 730px) {
    .voice-article.layout-2 {
        display: flex
    }
}

.voice-header {
    margin: 16px 0;
    margin: min(2.192vw, 16px) 0;
    position: relative;
    padding-top: 1.6em;
    align-self: center;
    flex: 100%
}

@media(max-width: 730px) {
    .voice-header {
        margin: min(2.192vw, 16px) 0 !important;
        grid-column: 1/4 !important
    }
}

.layout-2 .voice-header {
    margin: 0;
    grid-column: 2/4
}

.layout-2.reverse .voice-header {
    grid-column: 1/3
}

.no-attachment .voice-header {
    grid-column: 1/4
}

.voice-header::before {
    content: "";
    height: 4px;
    border: solid rgba(0, 0, 0, .24);
    border-width: 1px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.voice-header .page-info {
    padding: 0 16px;
    padding: 0 min(3.288vw, 16px)
}

.voice-header h3.voice-header__title {
    padding: 0 16px;
    padding: 0 min(3.288vw, 16px);
    font-size: 1.625rem;
    font-size: max(6px, min(5.479vw, 26px));
    margin: .2em 0;
    line-height: 1.44;
    font-weight: bold
}

.voice-header-name {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.28em
}

.voice-header-name::before {
    content: " ";
    flex: auto;
    height: 4px;
    border: solid rgba(0, 0, 0, .24);
    border-width: 1px 0;
    margin-right: .64em
}

.voice-header-name p {
    font-size: 1rem;
    font-size: max(4px, min(3.288vw, 16px));
    margin: 0;
    line-height: 1.44
}

.voice-attachment {
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
    grid-auto-rows: 200px;
    margin: 16px 0;
    gap: min(1.096vw, 4px);
    margin: min(2.192vw, 16px) 0;
    text-align: center;
    flex: 0 1 224px;
    margin-right: 1.6em;
    display: grid;
    grid-auto-rows: min(27.397vw, 200px)
}

.reverse .voice-attachment {
    margin-right: 0;
    margin-left: 1.6em
}

@media(max-width: 730px) {
    .voice-attachment {
        flex: 100%;
        display: grid !important;
        margin: min(2.192vw, 16px) 0 !important
    }

    .voice-attachment.grid-1,
    .voice-attachment.grid-2 {
        height: min(47.123vw, 344px);
        grid-template-rows: repeat(1, 1fr) !important
    }

    .voice-attachment.grid-1 {
        grid-template-columns: repeat(1, 1fr) !important;
        padding: 0 min(16.438vw, 120px)
    }

    .voice-attachment.grid-2 {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .voice-attachment.grid-3,
    .voice-attachment.grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(2, 1fr) !important;
        height: min(96.438vw, 690px)
    }

    .voice-attachment>*:nth-child(2n+1):last-child {
        grid-column: 1/3
    }
}

.voice-attachment+[class] {
    flex: 2.5
}

.layout-2 .voice-attachment,
.layout-3 .voice-attachment {
    flex: 100%;
    display: grid
}

.layout-2 .voice-attachment+[class],
.layout-3 .voice-attachment+[class] {
    flex: 100%
}

@media screen\0 {

    .layout-2 .voice-attachment,
    .layout-3 .voice-attachment {
        display: flex;
        justify-content: space-around;
        margin: 1em 0
    }
}

.layout-2 .voice-attachment {
    grid-column: 1/2;
    grid-row: 1;
    margin: 0
}

.layout-2 .voice-attachment.grid-2 {
    grid-template-columns: repeat(2, 1fr)
}

.layout-2 .voice-attachment.grid-3,
.layout-2 .voice-attachment.grid-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 0.5fr)
}

.layout-2.reverse .voice-attachment {
    grid-column: 3/4
}

.layout-3 .voice-attachment {
    grid-template-columns: repeat(4, 1fr);
    margin: min(2.192vw, 16px) 0 0
}

.voice-attachment figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
    border-radius: .2em;
    overflow: hidden;
    background: rgba(0, 0, 0, .16);
    flex: 100%
}

@media screen\0 {
    .voice-attachment figure {
        margin: .16em 0;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .layout-2 .voice-attachment figure,
    .layout-3 .voice-attachment figure {
        flex: 1 1 24%;
        margin: 0 .3%
    }

    .voice-attachment figure a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .voice-attachment figure img {
        width: auto;
        height: auto
    }
}

.voice-attachment figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .16) inset, 0 0 0 5px #fff inset !important;
    border-radius: .2em
}

.layout-2 .voice-attachment figure:nth-child(2n+1):last-child:not(:first-child) {
    grid-column: 1/3
}

.voice-attachment figure i {
    font-size: 5rem;
    font-size: min(21.918vw, 80px);
    color: #fff;
    margin: auto
}

@media screen\0 {
    .voice-attachment figure i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

@media(max-width: 730px) {
    .voice-attachment figure i {
        padding: .64em 0
    }
}

.voice-attachment figcaption {
    position: absolute;
    left: 0;
    bottom: 4px;
    pointer-events: none;
    font-size: 80%;
    background: rgba(0, 0, 0, .32);
    width: 100%;
    padding: .4em .8em;
    backdrop-filter: blur(0.2em);
    color: #fff;
    border-radius: 0 0 .4em .4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.voice-attachment a,
.voice-attachment img {
    width: 100%;
    height: 100%
}

.voice-attachment img {
    object-fit: cover
}

.voice-attachment-video {
    margin: 16px 0;
    margin: min(2.192vw, 16px) 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .16) inset;
    text-align: center;
    border-radius: .2em;
    font-size: 88%;
    color: #666;
    flex: 100%;
    grid-column: 1/4
}

.layout-2 .voice-attachment-video {
    margin: 0
}

@media screen\0 {
    .layout-2 .voice-attachment-video {
        margin: 1em 0
    }
}

.layout-3 .voice-attachment-video {
    grid-row: auto
}

@media(max-width: 730px) {
    .layout-3 .voice-attachment-video {
        grid-row: 2
    }
}

.voice-attachment-video figure {
    margin: 16px;
    margin: min(2.192vw, 16px)
}

.voice-attachment-video figure>p {
    height: 393px;
    width: 100%;
    height: min(53.784vw, 393px);
    margin: 0
}

.container-single .voice-attachment-video figure>p {
    height: 561px;
    height: min(76.901vw, 561px)
}

.voice-attachment-video figure iframe {
    width: 100%;
    height: 100%
}

.voice-attachment-video figcaption {
    margin: 20px 0 24px;
    margin: min(2.74vw, 20px) 0 min(3.288vw, 24px)
}

.voice-content {
    margin: 16px 0;
    margin: min(2.192vw, 16px) 0;
    align-self: center;
    flex: 100%;
    grid-column: 1/4
}

.voice-content::after {
    clear: both;
    content: "";
    display: block
}

.layout-2 .voice-content {
    margin: 0
}

.voice-content-legacy h4 {
    border: none !important;
    padding: 0 0 0 1.92em !important;
    position: relative
}

.voice-content-legacy h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: .8em;
    width: 1.6em;
    height: 1px;
    background: currentColor
}

.voice-comment {
    padding: 0 32px;
    margin: 32px 0 16px;
    padding: 0 min(5.479vw, 32px);
    margin: min(4.384vw, 32px) 0 min(2.192vw, 16px);
    flex: 100%;
    grid-column: 1/4;
    border: 1px dashed rgba(0, 0, 0, .4);
    border-radius: .2em;
    font-size: max(6px, min(3.836vw, 18px))
}

.voice-comment::after {
    clear: both;
    content: "";
    display: block
}

.layout-2 .voice-comment {
    margin-top: 24px;
    margin-top: min(3.288vw, 24px)
}

.voice-comment h3.voice-comment__title {
    margin: 0 -16px -24px;
    padding: 0 16px;
    display: table;
    background: #fff;
    margin: 0 max(-1.096vw, -16px) max(-3.288vw, -24px);
    padding: 0 min(1.096vw, 16px);
    transform: translateY(-50%);
    font-weight: bold
}

.voice__note {
    text-align: right;
    color: #666;
    flex: 100%;
    grid-column: 1/4;
    margin-top: 0 !important
}

@supports(-ms-ime-align: auto) {
    .voice__note {
        margin-top: 1.6em !important
    }

    .layout-2 .voice__note {
        margin-top: 0 !important
    }
}

.voice__btn {
    font-size: 1.625rem;
    text-align: center;
    font-size: max(6px, min(4.11vw, 26px));
    font-weight: bold
}

.voice__btn .fz-up {
    font-size: 100%;
    font-weight: inherit
}

.breadcrumbs {
    margin: 24px auto;
    font-size: 0.875rem;
    margin: min(24px, 3.288vw) auto;
    font-size: max(6px, min(3.288vw, 14px));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.breadcrumbs a {
    text-decoration: none;
    color: #666
}

.main__title {
    font-size: 1.875rem;
    font-size: max(8px, min(6.575vw, 30px));
    line-height: 1.28;
    background: rgba(0, 0, 0, .04);
    padding: .8em 16px;
    padding: .8em min(3.288vw, 16px);
    border: solid rgba(0, 0, 0, .08);
    border-width: 2px 0;
    position: relative;
    clear: both
}

.main__title::before {
    width: 200px;
    width: min(32.877vw, 200px);
    content: "";
    height: 2px;
    background: var(--default-color);
    position: absolute;
    left: 0;
    top: -2px
}

.main__title a {
    text-decoration: none
}

.main__title small {
    display: inline-block;
    color: #666;
    font-size: 72%
}

.main__title small::before {
    content: "";
    display: inline-block;
    background: rgba(0, 0, 0, .24);
    width: 1em;
    height: 1px;
    vertical-align: 24%;
    margin: 0 .4em
}

.page-info {
    font-size: 0.875rem;
    font-size: max(6px, min(3.014vw, 14px));
    color: #666;
    display: flex;
    flex-wrap: wrap
}

.page-info>* {
    margin-right: .4em;
    margin-bottom: .2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.page-info .updated {
    margin-left: .4em
}

.page-info a {
    overflow: hidden;
    position: relative;
    flex: auto;
    display: inline-block;
    text-decoration: none;
    border: 1px solid;
    border-radius: 3px;
    padding: .16em .64em;
    font-size: 88%;
    margin: .2em;
    color: #999;
    text-align: center
}

.page-info a .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

.post-excerpt {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media screen\0 {
    .post-excerpt {
        display: block
    }
}

@media(max-width: 730px) {
    .post-excerpt {
        display: block
    }
}

.post-excerpt>* {
    min-width: 0
}

.post-excerpt p a {
    margin: 0
}

.post-excerpt p+p {
    margin-top: auto !important
}

@media(max-width: 730px) {
    .post-excerpt p:last-child {
        text-align: center
    }
}

.post-excerpt__img {
    height: 240px;
    width: 320px;
    flex: 0 0 320px;
    height: max(240px, min(62.466vw, 280px));
    flex: 0 0 min(76.712vw, 320px);
    margin-left: 1.6em;
    border-radius: .2em;
    overflow: hidden
}

@media(max-width: 730px) {
    .post-excerpt__img {
        flex: auto !important;
        margin: 1.6em auto 0
    }
}

.container-single .post-excerpt__img {
    height: max(240px, min(62.466vw, 320px));
    flex: 0 0 min(76.712vw, 520px)
}

.post-excerpt__img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media screen\0 {
    .post-excerpt__img img {
        height: auto
    }
}

.post-excerpt__img a {
    overflow: hidden;
    position: relative
}

.post-excerpt__img a .click-point {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    animation: .8s ease-out both clicklEffect;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

.post-excerpt-wrap {
    margin-bottom: 32px;
    margin-bottom: min(4.384vw, 32px);
    display: flex;
    flex-direction: row-reverse
}

@media(max-width: 730px) {
    .post-excerpt-wrap {
        flex-wrap: wrap
    }
}

.post-thumbnail {
    height: 456px;
    height: min(62.466vw, 456px);
    text-align: center;
    overflow: hidden;
    border-radius: .2em
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

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

.attachment-content>* {
    max-width: 100%
}

.attachment-content .attachment {
    text-align: center
}

.attachment-content .attachment a {
    display: inline-block;
    border-radius: .2em;
    overflow: hidden
}

.attachment-content .attachment+p {
    margin-top: 0
}

.close {
    clear: both;
    max-width: 1030px
}

.close-contact,
.close-info {
    margin: 64px auto;
    margin: min(8.767vw, 64px) auto
}

.close-contact {
    border-radius: 12px;
    padding: 32px;
    border: max(2px, min(0.548vw, 4px)) solid var(--default-color);
    border-radius: max(2px, min(1.644vw, 12px));
    padding: min(4.384vw, 32px);
    box-shadow: 0 0 .16em rgba(0, 0, 0, .24);
    background: rgba(0, 0, 0, .04);
    overflow: hidden
}

@supports(-ms-ime-align: auto) {
    .close-contact {
        border: 4px solid var(--default-color)
    }
}

@media screen\0 {
    .close-contact {
        border: 4px solid var(--default-color)
    }
}

.close-contact__title {
    font-size: 2rem;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 10px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 20px);
    margin: -34px -34px 0 -34px;
    font-size: max(6px, min(4.932vw, 32px));
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) min(1.37vw, 10px), rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) min(2.74vw, 20px));
    margin: max(-4.658vw, -34px);
    margin-bottom: 0;
    padding: .8em .4em;
    color: var(--light-color);
    background-color: var(--default-color);
    text-align: center;
    text-shadow: 0 0 .16em rgba(0, 0, 0, .24)
}

.close-contact-message {
    margin: 32px auto;
    margin: min(4.384vw, 32px) auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.close-contact-message-fukidashi {
    padding: 0 32px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
    font-size: max(6px, min(3.699vw, 18px));
    padding: 0 min(4.384vw, 32px);
    box-shadow: max(2px, min(0.548vw, 4px)) max(2px, min(0.548vw, 4px)) 0 rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .16);
    width: calc(100% - 224px);
    flex: auto;
    min-width: 0;
    background: #fff;
    position: relative;
    border-radius: .4em
}

@media(max-width: 730px) {
    .close-contact-message-fukidashi {
        width: auto
    }
}

.close-contact-message-fukidashi::before {
    font-size: 1.5rem;
    font-size: max(1px, min(3.288vw, 24px));
    content: "▼";
    line-height: 1.04;
    transform: rotate(-90deg) translate(50%, -16%) scaleX(1.68);
    position: absolute;
    left: 100%;
    top: 50%;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .16)
}

@media(max-width: 730px) {
    .close-contact-message-fukidashi::before {
        left: 50%;
        top: 100%;
        transform: rotate(0deg) translate(-50%, -16%) scaleX(1.68)
    }
}

.close-contact-message__img {
    margin-left: 24px;
    margin-left: min(3.288vw, 24px)
}

.close-contact-message__img>span {
    border-radius: 50%
}

@media(max-width: 730px) {
    .close-contact-message__img {
        margin: 1.6em auto 0
    }
}

.close-contact-message__img img {
    width: 200px;
    height: 200px;
    width: min(54.795vw, 200px);
    height: min(54.795vw, 200px);
    object-fit: cover;
    border-radius: 50%
}

.close-contact-btn {
    font-size: 1.125rem;
    font-size: max(6px, min(2.74vw, 18px));
    font-weight: bold;
    line-height: 1.28;
    margin-bottom: 1.6em
}

.close-contact-btn__tel {
    display: block;
    font-size: 224%
}

.close-contact__info {
    font-size: 0.875rem;
    line-height: 1.44;
    font-size: max(6px, min(2.74vw, 14px));
    margin: .2em 0 0;
    padding-left: 1.28em;
    text-indent: -1.28em
}

.close-info::before,
.close-info::after {
    content: "";
    display: block;
    height: 8px;
    height: min(2.192vw, 8px);
    background-image: linear-gradient(45deg, #fff 25%, rgba(0, 0, 0, 0.16) 25%, rgba(0, 0, 0, 0.16) 50%, #fff 50%, #fff 75%, rgba(0, 0, 0, 0.16) 75%, rgba(0, 0, 0, 0.16));
    background-size: 4px 4px
}

.close-info__title {
    font-size: 2.5rem;
    font-size: max(6px, min(6.575vw, 40px));
    line-height: 1.28;
    padding-left: 1.28em;
    position: relative;
    margin: .8em auto
}

@media(max-width: 730px) {
    .close-info__title {
        display: table
    }
}

.close-info__title i {
    color: var(--default-color);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 128%
}

.close-info__title::after {
    content: "のご案内";
    font-weight: normal;
    display: inline-block;
    font-size: 80%
}

.close-info-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1
}

@media(max-width: 730px) {
    .close-info-content {
        display: block
    }
}

.close-info-content+div {
    flex: 1.6;
    padding-left: 24px
}

@media(max-width: 730px) {
    .close-info-content+div {
        padding: 0
    }
}

.close-info-content>* {
    margin: .64em 0
}

.close-info-content>*:first-child {
    margin-top: 0
}

.close-info-content-wrap {
    display: flex;
    padding-bottom: 1.6em
}

@media(max-width: 730px) {
    .close-info-content-wrap {
        display: block
    }
}

.close-info-content__tel {
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap
}

.close-info-content__tel i {
    color: var(--default-color)
}

.close-info-content__tel a {
    font-size: 1.875rem;
    text-decoration: none;
    font-size: max(6px, min(8.767vw, 30px))
}

.close-info-content__btn {
    font-weight: 500;
    margin: 0
}

.close-info-content__map {
    min-height: 360px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: .32em;
    overflow: hidden
}

@media(max-width: 730px) {
    .close-info-content__map {
        min-height: 0;
        height: max(240px, min(82.192vw, 360px))
    }
}

.close-info-content__map>*,
.close-info-content__map iframe {
    width: 100%;
    height: 100%
}

.close-info dl dl {
    margin: 1.6em 0
}

.close-info dl dt {
    font-weight: bold;
    position: relative;
    padding-left: 1em
}

.close-info dl dt::before {
    content: "▼";
    position: absolute;
    left: .1em;
    top: 0;
    transform-origin: left;
    transform: scale(0.48);
    color: var(--default-color)
}

.close-info dl dt~dt {
    margin-top: .8em
}

.close-info dl dd {
    border-left: 1px solid rgba(0, 0, 0, .16);
    font-size: 88%;
    margin-left: .4em;
    padding-left: 1.28em
}

.nostyle {
    background: inherit;
    color: inherit;
    border: none;
    margin: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
    overflow: initial;
    position: initial;
    clear: initial
}

@media screen\0 {
    .nostyle {
        border-radius: 0;
        overflow: visible;
        clear: none
    }
}

.nostyle::before,
.nostyle::after {
    content: "";
    content: unset;
    margin: initial;
    padding: initial;
    opacity: initial;
    width: auto;
    height: auto;
    background: initial
}

@media screen\0 {

    .nostyle::before,
    .nostyle::after {
        opacity: 1;
        background: none;
        margin: 0;
        padding: 0
    }
}