@charset "UTF-8";

/* Normalize.css
======================================================== */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
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: 0.35em 0.75em 0.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; }
/* Soft reset */
figure { margin: 0; }
ul, ol, dd { margin: 0; padding: 0; list-style: none; }
h1, h2 h3, h4, h5, h6 { margin: 0; font-size: inherit; font-weight: inherit; }
p { margin: 0; }

/* Slick
======================================================== */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 12vw; height: 12vw; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: 1; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -2vw; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li { background: none !important; border: none !important; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { color: #e7e7e7; opacity: 0.7; }
.slick-dots li button:before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 1.5rem; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '\f111'; text-align: center; opacity: 1; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 1; color: #a4a4a4; }
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slider .slick-arrow { width: 1.75vw; height: auto; position: absolute; z-index: 1; top: 47%; opacity: 0.5; }
.slider .slick-arrow:hover { opacity: 1; cursor: pointer; }
.slider .prev-arrow { left: 0; }
.slider .next-arrow { right: 0; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .slick-dotted.slick-slider { margin-bottom: 2.5vw; }
  .slick-dots li { margin: 0 0.41vw; width: 1.7vw; height: 1.7vw; }
  .slick-dots li button:before { font-size: 1.25vw; width: 1.7vw; height: 1.7vw; }
}

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

}

/* Luminous
======================================================== */
@keyframes lum-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes lum-fadeZoom {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes lum-loader-rotate {
  0% { transform: translate(-50%, -50%) rotate(0); }
  50% { transform: translate(-50%, -50%) rotate(-180deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes lum-loader-before {
  0% { transform: scale(1); }
  10% { transform: scale(1.2) translateX(6px); }
  25% { transform: scale(1.3) translateX(8px); }
  40% { transform: scale(1.2) translateX(6px); }
  50% { transform: scale(1); }
  60% { transform: scale(0.8) translateX(6px); }
  75% { transform: scale(0.7) translateX(8px); }
  90% { transform: scale(0.8) translateX(6px); }
  100% { transform: scale(1); }
}
@keyframes lum-loader-after {
  0% { transform: scale(1); }
  10% { transform: scale(1.2) translateX(-6px); }
  25% { transform: scale(1.3) translateX(-8px); }
  40% { transform: scale(1.2) translateX(-6px); }
  50% { transform: scale(1); }
  60% { transform: scale(0.8) translateX(-6px); }
  75% { transform: scale(0.7) translateX(-8px); }
  90% { transform: scale(0.8) translateX(-6px); }
  100% { transform: scale(1); }
}
.lum-lightbox { background: rgba(0, 0, 0, 0.6); z-index: 101; }
.lum-lightbox-inner { top: 2.5%; right: 2.5%; bottom: 2.5%; left: 2.5%; }
.lum-lightbox-inner img { position: relative; }
.lum-lightbox-inner .lum-lightbox-caption { margin: 0 auto; color: #fff; max-width: 700px; text-align: center; }
.lum-loading .lum-lightbox-loader { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 66px; height: 20px; animation: lum-loader-rotate 1800ms infinite linear; }
.lum-lightbox-loader:before,
.lum-lightbox-loader:after { content: ""; display: block; width: 20px; height: 20px; position: absolute; top: 50%; margin-top: -10px; border-radius: 20px; background: rgba(255, 255, 255, 0.9); }
.lum-lightbox-loader:before { left: 0; animation: lum-loader-before 1800ms infinite linear; }
.lum-lightbox-loader:after { right: 0; animation: lum-loader-after 1800ms infinite linear; animation-delay: -900ms; }
.lum-lightbox.lum-opening { animation: lum-fade 180ms ease-out; }
.lum-lightbox.lum-opening .lum-lightbox-inner { animation: lum-fadeZoom 180ms ease-out; }
.lum-lightbox.lum-closing { animation: lum-fade 300ms ease-in; animation-direction: reverse; }
.lum-lightbox.lum-closing .lum-lightbox-inner { animation: lum-fadeZoom 300ms ease-in; animation-direction: reverse; }
.lum-img { transition: opacity 120ms ease-out; }
.lum-loading .lum-img { opacity: 0; }
.lum-gallery-button { overflow: hidden; text-indent: 150%; white-space: nowrap; background: transparent; border: 0; margin: 0; padding: 0; outline: 0; position: absolute; top: 50%; transform: translateY(-50%); height: 100px; max-height: 100%; width: 60px; cursor: pointer; }
.lum-close-button { position: absolute; right: 5px; top: 5px; width: 32px; height: 32px; opacity: 0.3; }
.lum-close-button:hover { opacity: 1; }
.lum-close-button:before,
.lum-close-button:after { position: absolute; left: 15px; content: " "; height: 33px; width: 2px; background-color: #fff; }
.lum-close-button:before { transform: rotate(45deg); }
.lum-close-button:after { transform: rotate(-45deg); }
.lum-previous-button { left: 12px; }
.lum-next-button { right: 12px; }
.lum-gallery-button:after { content: ""; display: block; position: absolute; top: 50%; width: 36px; height: 36px; border-top: 4px solid rgba(255, 255, 255, 0.8); }
.lum-previous-button:after { transform: translateY(-50%) rotate(-45deg); border-left: 4px solid rgba(255, 255, 255, 0.8); box-shadow: -2px 0 rgba(0, 0, 0, 0.2); left: 12%; border-radius: 3px 0 0 0; }
.lum-next-button:after { transform: translateY(-50%) rotate(45deg); border-right: 4px solid rgba(255, 255, 255, 0.8); box-shadow: 2px 0 rgba(0, 0, 0, 0.2); right: 12%; border-radius: 0 3px 0 0; }
.lum-lightbox-inner img.lum-img { max-width: 100%; }

@media (max-width: 600px) {
  .lum-lightbox-image-wrapper { display: flex; overflow: auto; -webkit-overflow-scrolling: touch; }
  .lum-lightbox-caption { width: 100%; position: absolute; bottom: 0; }
  .lum-lightbox-position-helper { margin: auto; }
  .lum-lightbox-inner img { max-width: none; max-height: none; }
}

/* jQuery Steps
======================================================== */
.wizard,
.tabcontrol { display: block; width: 100%; overflow: hidden; }
.wizard a,
.tabcontrol a { outline: 0; }
.wizard ul,
.tabcontrol ul { list-style: none !important; padding: 0; margin: 0; }
.wizard ul > li,
.tabcontrol ul > li { display: block; padding: 0; }
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info { /* Accessibility */ position: absolute; left: -999em; }
.wizard > .content > .title,
.tabcontrol > .content > .title { position: absolute; left: -999em; }
.wizard > .steps { /* Wizard */ position: relative; display: block; width: 100%; }
.wizard.vertical > .steps { display: inline; float: left; width: 30%; }
.wizard > .steps .number { font-size: 1.429em; }
.wizard > .steps > ul > li { width: 25%; }
.wizard > .steps > ul > li,
.wizard > .actions > ul > li { float: left; }
.wizard.vertical > .steps > ul > li { float: none; width: 100%; }
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active { display: block; width: auto; margin: 0 0.5em 0.5em; padding: 1em 1em; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active { background: #eee; color: #aaa; cursor: default; }
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active { background: #2184be; color: #fff; cursor: default; }
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active { background: #9dc8e2; color: #fff; }
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active { background: #ff3111; color: #fff; }
.wizard > .content { background: #eee; display: block; margin: 0.5em; min-height: 35em; overflow: hidden; position: relative; width: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.wizard.vertical > .content { display: inline; float: left; margin: 0 2.5% 0.5em 2.5%; width: 65%; }
.wizard > .content > .body { float: left; position: absolute; width: 95%; height: 95%; padding: 2.5%; }
.wizard > .content > .body ul { list-style: disc !important; }
.wizard > .content > .body ul > li { display: list-item; }
.wizard > .content > .body > iframe { border: 0 none; width: 100%; height: 100%; }
.wizard > .content > .body input { display: block; border: 1px solid #ccc; }
.wizard > .content > .body input[type="checkbox"] { display: inline-block; }
.wizard > .content > .body input.error { background: rgb(251, 227, 228); border: 1px solid #fbc2c4; color: #8a1f11; }
.wizard > .content > .body label { display: inline-block; margin-bottom: 0.5em; }
.wizard > .content > .body label.error { color: #8a1f11; display: inline-block; margin-left: 1.5em; }
.wizard > .actions { position: relative; display: block; text-align: right; width: 100%; }
.wizard.vertical > .actions { display: inline; float: right; margin: 0 2.5%; width: 95%; }
.wizard > .actions > ul { display: inline-block; text-align: right; }
.wizard > .actions > ul > li { margin: 0 0.5em; }
.wizard.vertical > .actions > ul > li { margin: 0 0 0 1em; }
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active { background: #2184be; color: #fff; display: block; padding: 0.5em 1em; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active { background: #eee; color: #aaa; }
.wizard > .loading {}
.wizard > .loading .spinner {}
.tabcontrol > .steps { /* Tabcontrol */ position: relative; display: block; width: 100%; }
.tabcontrol > .steps > ul { position: relative; margin: 6px 0 0 0; top: 1px; z-index: 1; }
.tabcontrol > .steps > ul > li { float: left; margin: 5px 2px 0 0; padding: 1px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.tabcontrol > .steps > ul > li:hover { background: #edecec; border: 1px solid #bbb; padding: 0; }
.tabcontrol > .steps > ul > li.current { background: #fff; border: 1px solid #bbb; border-bottom: 0 none; padding: 0 0 1px 0; margin-top: 0; }
.tabcontrol > .steps > ul > li > a { color: #5f5f5f; display: inline-block; border: 0 none; margin: 0; padding: 10px 30px; text-decoration: none; }
.tabcontrol > .steps > ul > li > a:hover { text-decoration: none; }
.tabcontrol > .steps > ul > li.current > a { padding: 15px 30px 10px 30px; }
.tabcontrol > .content { position: relative; display: inline-block; width: 100%; height: 35em; overflow: hidden; border-top: 1px solid #bbb; padding-top: 20px; }
.tabcontrol > .content > .body { float: left; position: absolute; width: 95%; height: 95%; padding: 2.5%; }
.tabcontrol > .content > .body ul { list-style: disc !important; }
.tabcontrol > .content > .body ul > li { display: list-item; }

/* Common
======================================================== */
html { font-size: 62.5%; }
body { font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif; font-optical-sizing: auto; font-style: normal; font-size: 1.6rem; /* 16px letter-spacing: 0.05em; */ letter-spacing: 0; overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a,
.mce-content-body a { text-decoration: underline; }
a:hover { cursor: pointer; text-decoration: none; opacity: 0.7; }
#toc_container a, #ez-toc-container a { font-weight: 400; }
#toc_container a:visited, #ez-toc-container a:visited { font-weight: 400; }
p,
.mce-content-body p { font-size: 1.7rem; font-weight: 500; line-height: 1.9; }
p small,
.mce-content-body p small { display: inline-block; line-height: 1.5; }
header, main section, main div { gap: 0; }
/* Heading */
main h2,
.mce-content-body h2 { clear: both; position: relative; margin: 3rem auto; padding: 15px 0; width: 100%; color: #333; font-size: 2.7rem; font-weight: 700; line-height: 1.3; text-align: left; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
main h3,
.mce-content-body h3 { clear: both; position: relative; margin: 3rem auto; padding: 5px 1.5%; width: 97%; color: #333; font-size: 2.3rem; font-weight: 700; line-height: 1.3; text-align: left; border-left-width: 5px; border-left-style: solid; border-left-color: #999; }
main h4,
.mce-content-body h4 { clear: both; margin: 3rem auto; padding: 15px 1%; width: 98%; color: #333; font-size: 2.0rem; font-weight: 700; line-height: 1.3; background-color: #e0e0e0; }
main h5,
.mce-content-body h5 { clear: both; margin: 3rem auto; padding: 5px 0; width: 100%; color: #333; font-size: 2.0rem; font-weight: 700; line-height: 1.3; }
main h6,
.mce-content-body h6 { clear: both; margin: 3rem auto; padding: 18px 2%; width: 96%; color: #333; font-size: 1.8rem; font-weight: 700; line-height: 1.3; background-color: #f6f6f6; }
main blockquote { position: relative; font-style: italic; font-size: 1.8rem; line-height: 2.0; margin: 0 auto 3rem; padding: 50px 50px 30px; background: #f9f9f9; }
main blockquote:before,
main blockquote:after { position: absolute; color: #e0e0e0; font-size: 4.2rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
main blockquote:before { left: 10px; top: -10px; content: "\f10d";}
main blockquote:after { right: 20px; bottom: -10px; content: "\f10e"; }

.Body__Page ul li,
.Body__Single ul li,
.mce-content-body ul li { list-style: disc; margin-left: 2rem; font-size: 1.7rem; font-weight: 500; line-height: 1.9; }
.Body__Page > h2:first-child,
.Body__Single > h2:first-child { margin-top: 0; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  main h2 { margin: 2.307vw auto; padding:1.153vw 0; font-size: 2.076vw; }
  main h3 { margin: 2.307vw auto; padding: 0.384vw 1.5%; font-size: 1.769vw; border-left-width: 0.385vw; }
  main h4 { margin: 2.307vw auto; padding: 1.153vw 1%; font-size: 1.538vw; }
  main h5 { margin: 2.307vw auto; padding: 0.384vw 0; font-size: 1.538vw; }
  main h6 { margin: 2.307vw auto; padding: 1.384vw 2%; font-size: 1.384vw; }
  p { font-size: 1.307vw; }
  .Body__Page ul li,
  .Body__Single ul li { margin-left: 1.538vw; font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  html { font-size: 50%; }
  body { width: 100%; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
  html.open { height: 100%; overflow: hidden; }
  body.open { position: fixed; width: 100%; height: 100%; left: 0; overflow: hidden; }
  p { font-size: 1.7rem; line-height: 1.8; }
  /* Heading */
  main h2 { margin: 8vw auto; padding: 3vw 0; }
  main h3 { padding: 1.5vw 1.5%; border-left-width: 4px; }
  main h4 { padding: 1.5vw 2%; width: 96%; }
  main h5 { padding: 1vw 0; }
  main h6 { padding: 1.5vw 2%; }
}

/* WordPress Default
======================================================== */
.is-layout-flex { gap: 0; }
.has-text-align-left { text-align: left; }
.has-text-align-center { text-align: center; }
.has-text-align-right { text-align: right; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.alignright { float: right; margin-bottom: 20px; margin-left: 20px; }
.alignleft { float: left; margin-right: 20px; margin-bottom: 20px; }
.wp-caption, [class*='wp-image'] { display: block; max-width: 100% !important; margin-top: 1.5em; text-align: center; }
.wp-caption-text { margin-top: 0; }
.mce-item-table { max-width: 100% !important; border-collapse: collapse; margin-bottom: 2rem; }
.mce-item-table th { padding: 1rem 2rem; border: 1px solid #eaeaea; word-break: break-all; }
.mce-item-table td { padding: 1rem 2rem; border: 1px solid #eaeaea; line-height: 1.5; word-break: break-all; }
/* TinyMCEの独自スタイル */
.--SupplementaryFrame,
.--CautionFrame { position: relative; display: block; margin: 0 auto 3rem; padding: 15px 15px 15px 63px; width: 760px; line-height: 1.7; border-width: 1px; border-style: solid; border-radius: 5px; }
.--SupplementaryFrame { background: #fff7cc; border-color: #ffe766; }
.--CautionFrame { background: #fdf2f2; border-color: #f6b8b8; }
.--SupplementaryFrame:before { content: "\21"; background: #ffd700; border-radius: 50%; }
.--CautionFrame:before { content: "\21"; }
.--SupplementaryFrame:before,
.--CautionFrame:before { position: absolute; z-index: 1; top: 10px; left: 10px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; color: #fff; font-size: 2.2rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.--CautionFrame:after { position: absolute; z-index: 0; top: -15px; left: 12px; content: "\f04b"; color: #f6b8b8; font-size: 4.6rem; font-family: "Font Awesome 6 Free"; font-weight: bold; transform: rotate(-90deg); }
.--SimpleFrame { display: block; margin: 0 auto 3rem; padding: 15px; width: 810px; line-height: 1.7; border: 1px solid #ccc; border-radius: 5px; }
.--SupplementaryFrame,
.--CautionFrame,
.--SimpleFrame { font-size: 1.7rem; line-height: 1.9; }
.--LabelBox { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 3rem auto; padding: 15px; width: 810px; background: #f3fafe; border: 1px solid #bde3fb; border-radius: 5px; font-size: 1.7rem; line-height: 1.9; }
.--LabelBoxTitle { display: inline-block; margin: -30px 0 15px; padding: 0 15px; color: #fff; font-weight: 500; background: #87cefa; border-radius: 5px; }
.--DefaultButton,
.--SimpleButton { display: flex; justify-content: center; align-items: center; margin: 0 auto 3rem; }
.--DefaultButton a,
.--SimpleButton a { display: flex; justify-content: center; align-items: center; margin: 0 auto; font-size: 1.7rem; font-weight: 500; text-decoration: none; border-radius: 5px; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15); }
.--DefaultButton a { padding: 15px 30px; color: #fff !important; }
.--SimpleButton a { padding: 15px 35px; border-width: 2px; border-style: solid; }
.--RedMarker { background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFABCE 0%) repeat scroll 0 0; /*赤色マーカー*/ }
.--BlueMarker { background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A7F1FF 0%) repeat scroll 0 0; /*青色マーカー*/ }
.--YellowMarker { background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF88 0%) repeat scroll 0 0; /*黄色マーカー*/ }
/* テーブル */
table { max-width: 100% !important; border-collapse: collapse; margin-bottom: 2rem; }
table tbody { max-width: 100% !important; }
table th { padding: 10px 20px; font-size: 1.7rem; font-weight: 500; border-width: 1px; border-style: solid; border-color: #eaeaea; word-break: break-all; }
table td { padding: 10px 20px; font-size: 1.7rem; font-weight: 500; border-width: 1px; border-style: solid; border-color: #eaeaea; line-height: 1.5; word-break: break-all; }
table th p,
table td p { padding-bottom: 0 !important; }
table.mainstyle th { background: #f9f9f9; }
table.NoLine th { border: none; }
table.NoLine td { border: none; }
table.SideScroll { display: block; width: 100%; height: initial; overflow-x: auto; }
table.SideScroll tbody { display: table; }
table.SideScroll th,
table.SideScroll td { width: initial !important; white-space: nowrap; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .--SupplementaryFrame,
  .--CautionFrame { margin: 0 auto 2.307vw; padding: 1.153vw 1.153vw 1.153vw 4.846vw; width: 58.461vw; border-radius: 0.384vw; }
  .--SupplementaryFrame:before,
  .--CautionFrame:before { top: 0.769vw; left: 0.769vw; width: 3.076vw; height: 3.076vw; font-size: 1.692vw; }
  .--CautionFrame:after { top: -1.153vw; left: 0.923vw; font-size: 3.538vw; }
  .--SimpleFrame { margin: 0 auto 2.307vw; padding: 1.153vw; width: 62.307vw; border-radius: 0.384vw; }
  .--LabelBox { margin: 2.307vw auto; padding: 1.153vw; width: 62.307vw; border-radius: 0.384vw; }
  .--LabelBoxTitle { margin: -2.307vw 0 1.153vw; padding: 0 1.153vw; border-radius: 0.384vw; }
  .--SupplementaryFrame,
  .--CautionFrame,
  .--SimpleFrame,
  .--LabelBox { font-size: 1.307vw; }
  .--DefaultButton,
  .--SimpleButton { margin: 0 auto 2.5vw; }
  .--DefaultButton a,
  .--SimpleButton a { font-size: 1.5vw; border-radius: 0.4vw; }
  .--DefaultButton a { padding: 1.25vw 2.49vw; }
  .--SimpleButton a { padding: 1.25vw 2.9vw; }
  table th,
  table td,
  table th p,
  table td p { font-size: 1.307vw; }
  table th { padding: 0.83vw 1.66vw; }
  table td { padding: 0.83vw 1.66vw; }
}

@media screen and (max-width: 600px) {
  table { width: 100% !important; /* table-layout: fixed; */ }
  .lightweight-accordion-title p,
  .lightweight-accordion .lightweight-accordion-title span { font-size: 1.7rem !important; }
  .--SupplementaryFrame,
  .--CautionFrame { padding: 2% 2% 2% 14%; width: 84%; line-height: 1.5; }
  .--SupplementaryFrame:before,
  .--CautionFrame:before { top: 2vw; left: 2vw; width: 8vw; height: 8vw; }
  .--CautionFrame:after { top: -1.5vw; left: 2.5vw; font-size: 4.4rem; }
  .--SimpleFrame { padding: 2%; width: 96%; line-height: 1.5; }
  .--LabelBox { padding: 2%; width: 96%; }
  .--LabelBoxTitle { margin: -5vw 0 2vw; padding: 2% 3vw; }
  .--DefaultButton a { padding: 3.5vw 6vw; }
  .--SimpleButton a { padding: 3vw 7vw; }
}

/* Utility classes
======================================================== */
.--PC { display: block; }
.--SP { display: none !important; }
.editor-styles-wrapper .is-root-container .--SP,
.mce-content-body .--SP { display: block !important; }
@media screen and (max-width: 600px) {
  .--PC { display: none !important; }
  .--SP { display: block !important; }
}
/* Heading */
.--TopHeading { position: relative; margin: 0 0 50px 1%; padding: 15px 0 25px 2%; width: 97%; color: #333; font-size: 2.3rem; font-weight: 700; line-height: 1.2; text-align: left; background-color: #f4f4f4; border: none; }
.--TopHeading small { font-size: 1.8rem; }
.--TopHeading:before { content: ""; position: absolute; left: -1%; top: -10%; display: block; width: 99.5%; height: 90%; border-width: 2px; border-style: solid; border-color: #333; pointer-events: none; }
.--TopIntroText { display: flex; justify-content: center; margin: 0 auto; padding: 0 0 50px; font-size: 1.8rem; line-height: 1.7; text-align: center; }
.--TopSubHeading { margin: 0 auto; padding: 0 50px; color: #508545; font-size: 2.8rem; font-weight: 500; background-color: #fff; }
.--TopText { position: relative; margin: 0; padding: 0 0 50px; font-size: 1.8rem; font-weight: 500; line-height: 2.0; text-align: center; }

/* Button */
.--Button a { position: relative; display: inline-block; margin: 0 auto; padding: 15px 0; width: 100%; color: #fff; font-size: 1.7rem; font-weight: 500; text-decoration: none; text-align: center; background-color: #999; border-width: 1px; border-style: solid; border-color: #999; border-radius: 100px; overflow: hidden; transition: background-color 0.5s ease; }
.--Button a span { position: relative; }
.--Button a:hover { opacity: 1.0; color: #999; background-color: #fff; }
/* .--Button a:before { position: absolute; top: 0; left: 0; content: ""; display: block; width: 100%; height: 100%; background-color: #fff; border-radius: 100px; transform: scaleX(0); transform-origin: right; transition: all 0.4s ease; transition-property: transform; } */
.--Button a:hover:before { transform: scaleX(1); transform-origin: left; }
.--Button a:after { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; content: '\f054'; color: #fff; font-size: 1.2rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.--Button a:hover:after { color: #999; }
/* Gradation */
.--TextGradation { display: inline-block; background: linear-gradient(90deg, #bf1d02 0%, #ffaf51 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.--BgGradation { background: linear-gradient(90deg, #bf1d02 0%, #ffaf51 100%); }
/* Shadow */
.--BoxShadow { box-shadow: 0 0 8px #e0e0e0; }
/* Font */
.--NotoSans { font-family: "Noto Sans JP"; }
.--Mincho { font-family: "Noto Serif JP","Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif; }
.--Gothic { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
.--RobotoCondensed { font-family: "Roboto Condensed", sans-serif; }
.--Montserrat { font-family: "Montserrat", sans-serif; }
.--LogoTypeGothic { font-family: "logoFont", sans-serif; }
/* YouTube */
.--YouTube { position: relative; padding-top: 56.25%; }
.--YouTube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Alignment */
.--AlignLeft { text-align: left; }
.--AlignCenter { text-align: center; }
.--AlignRight { text-align: right; }
/* Image */
.--ObjectFitCover { position: relative; display: block; width: 100%; background-color: #eaeaea; overflow: hidden; object-fit: cover; }
.--ObjectFitCover:before { content: ""; display: block; }
.--ObjectFitCover img { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; object-fit: cover; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .--TopHeading { margin: 0 0 3.846vw 1%; padding: 1.153vw 0 1.923vw 2%; font-size: 1.769vw; }
  .--TopHeading small { font-size: 1.384vw; }
  .--TopHeading:before { border-width: 0.23vw; }
  .--TopText { padding: 0 0 4.166vw; font-size: 1.5vw; }
  .--TopSubHeading {  }
  .--Button a { padding: 1.153vw 0; font-size: 1.307vw; }
  .--Button a:after { right: 1.923vw; font-size: 0.923vw; }
  #ez-toc-container { margin-bottom: 0.83vw; padding: 0.83vw 1.66vw 0.83vw 0.83vw; border-radius: 0.3vw; /*目次*/ }
  div#ez-toc-container .ez-toc-title { font-size: 1.6vw; }
  #ez-toc-container .ez-toc-js-icon-con,
  #ez-toc-container .ez-toc-toggle label, .ez-toc-cssicon { border-radius: 0.42vw; left: 0.83vw; width: 2.9vw; }
  .ez-toc-icon-toggle-span { width: 2.95vw; height: 2.5vw; }
  div#ez-toc-container nav ul ul li { font-size: 1.14vw; }
  div#ez-toc-container ul li { font-size: 1.27vw; }
  #ez-toc-container ul ul,
  .ez-toc div.ez-toc-widget-container ul ul { margin-left: 1.9vw; }
}

@media screen and (max-width: 600px) {
  .--TopHeading { margin: 0 0 10vw 1%; padding: 2vw 0 5vw 3%; width: 96%; font-size: 2.6rem; }
  .--TopHeading:before { left: -1.5%; width: 99%; }
  .--TopHeading small { font-size: 1.7rem; }
  .--TopText { font-size: 1.7rem; }
  .--TopSubHeading {  }
  .--Button a { padding: 3vw 0; font-size: 1.7rem; }
  .--Button a:after { right: 3vw;  font-size: 1.2rem; }
}

/* Inview.js
======================================================== */
.--InviewFade { opacity: 0; /*表示前に透明にしておく */ transform: translateY(60px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.fadeInUp { opacity: 1; transform: translateY(0); }
.--InviewFade.--Delay1 { transition-delay: 0.3s; }
.--InviewFade.--Delay2 { transition-delay: 0.6s; }
.--InviewFade.--Delay3 { transition-delay: 0.9s; }
.--InviewFade.--Delay4 { transition-delay: 1.2s; }
.--InviewFade.--Delay5 { transition-delay: 1.5s; }
.--InviewFade.--Delay6 { transition-delay: 1.8s; }

.--InviewRight { opacity: 0; /*表示前に透明にしておく */ transform: translateX(60px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewRight.fadeInLeft { opacity: 1; transform: translateX(0); }
.--InviewRight.--Delay1 { transition-delay: 0.3s; }
.--InviewRight.--Delay2 { transition-delay: 0.6s; }
.--InviewRight.--Delay3 { transition-delay: 0.9s; }
.--InviewRight.--Delay4 { transition-delay: 1.2s; }
.--InviewRight.--Delay5 { transition-delay: 1.5s; }
.--InviewRight.--Delay6 { transition-delay: 1.8s; }

.--InviewLeft { opacity: 0; /*表示前に透明にしておく */ transform: translateX(-60px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewLeft.fadeInRight { opacity: 1; transform: translateX(0); }
.--InviewLeft.--Delay1 { transition-delay: 0.3s; }
.--InviewLeft.--Delay2 { transition-delay: 0.6s; }
.--InviewLeft.--Delay3 { transition-delay: 0.9s; }
.--InviewLeft.--Delay4 { transition-delay: 1.2s; }
.--InviewLeft.--Delay5 { transition-delay: 1.5s; }
.--InviewLeft.--Delay6 { transition-delay: 1.8s; }

/* FlashBack
======================================================== */
.--FlashBack { position: relative; overflow: hidden; }
.--FlashBack:before { content: ''; display: inline-block; width: 0; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: #508545; }
.--FlashBack.--Move:before { animation: barAnime forwards 0.9s 1 ease 0.1s normal; }
.--FlashBack img { opacity: 0; transform: scale(1.2); }
.--FlashBack.--Move img { animation: photoAnime forwards 1.5s 1 ease 0.2s normal; }
@keyframes barAnime {
  0% { left: 0; width: 0; }
  50% { left: 0; width: 100%; }
  51% { left: 0; width: 100%; }
  68% { left: 0; width: 100%; }
  100% { left: 100%; width: 0; }
}
@keyframes photoAnime {
  0% { opacity: 0; transform: scale(1.1); }
  50% { opacity: 0; transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}

.--FlashTop { position: relative; }
.--FlashTop img { opacity: 0; transform: scale(1.5); }
.--FlashTop.--Move img { opacity: 1; transform: scale(1.0); transition: 0.8s; }

.mce-content-body .--FlashTop img,
.mce-content-body .--FlashBack img { opacity: 1; transform: initial; }

/* Header
======================================================== */
.Header { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 100%; }
.Header__Primary { position: relative; margin: 0 20px 0 0; padding: 0; }
.Header__PrimaryHeading { position: relative; z-index: 1; display: flex; margin: 0; padding: 0; width: 710px; }
.Header__PrimaryHeading a { transition: opacity 0.5s; }
.Header__PrimaryHeading figure { margin: 0; padding: 0; }
.Header__PrimaryHeading figure img { width: 100%; height: auto; }
.Header__PrimaryText { position: absolute; left: 105px; bottom: 0; font-size: 1.4rem; line-height: 1.3; }
.Header__Secondary { display: flex; justify-content: flex-end; margin: 0; padding: 10px 0; }
.Header__ContactShoulder { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0; padding: 0; width: 100px; height: 100px; font-size: 1.7rem; font-weight: 700; line-height: 1.1; text-align: center; border-radius: 50%; }
.Header__ContactShoulder strong { display: block; margin: -30px 0 0; padding: 0; width: 100%; font-size: 4.2rem; font-weight: 700; }
.Header__ContactShoulder small { font-size: 1.7rem; }
.Header__Contact { display: flex; flex-direction: column; margin: 0 0 0 10px; padding: 0; width: 320px; }
.Header__Contact .--SubHeading { margin: 0; padding: 5px 0; font-size: 1.3rem; font-weight: 700; line-height: 1.0; text-align: center; }
.Header__Contact .--PhoneNumber { margin: 0 auto; padding: 10px 0; white-space: nowrap; }
.Header__Contact .--PhoneNumber a { display: flex; align-items: center; font-size: 3.6rem; font-weight: 900; line-height: 1.0; text-decoration: none; pointer-events: none; }
.Header__Contact .--PhoneNumber a:before { display: flex; justify-content: center; align-items: center; margin: 5px 5px 0 0; width: 30px; height: 30px; content: "\f095"; font-size: 1.6rem; font-family: "Font Awesome 6 Free"; font-weight: bold; border-width: 1px; border-style: solid; border-radius: 50%; }
.Header__Contact .--ReceptionHours { font-size: 1.3rem; font-weight: 700; line-height: 1.0; text-align: center; }
.Header__Contact .--ReceptionHours:before { margin: 0 0 0 20px; content: "受付時間　"; }
.Header__Secondary .BoxMenu,
.HeaderFixed__Secondary .BoxMenu { display: flex; flex-direction: column; margin: 0 0 0 10px; padding: 0; }
.Header__Secondary .BoxMenu__Item,
.HeaderFixed__Secondary .BoxMenu__Item { margin: 0; padding: 0; width: 45px; transition: opacity 0.5s; }
.Header__Secondary .BoxMenu__Image,
.HeaderFixed__Secondary .BoxMenu__Image { width: 100%; border-radius: 10px; overflow: hidden; line-height: 0; }
.Header__Secondary .BoxMenu__Image img,
.HeaderFixed__Secondary .BoxMenu__Image img { width: 100%; height: auto; }
.Header__Secondary .BoxMenu__Item:nth-of-type(1),
.HeaderFixed__Secondary .BoxMenu__Item:nth-of-type(1) { margin-bottom: 5px; }
.Header__Secondary .BoxMenu__Item .BoxMenu__Title,
.HeaderFixed__Secondary .BoxMenu__Item .BoxMenu__Title { display: none; }
.Header__Button { display: flex; flex-direction: column; margin: 0 0 0 10px; padding: 0; }
.Header__Button li { position: relative; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; width: 45px; height: 45px; color: #fff; font-size: 2.4rem; border-radius: 10px; }
.Header__Button li a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.Header__Button li a:hover { opacity: 0.3; }
.Header__Button li:first-child { margin: 0 0 5px; color: #06c655; font-size: 5.0rem; }
.Header__Button li:nth-child(2) { background-color: #8a6f40; }

.HeaderFixed { position: fixed; z-index: 99; top: -140px; transition: top 0.5s; display: flex; margin: 0; padding: 0; width: 100%; background-color: #fff; overflow: hidden; box-shadow: 0 5px 5px -1px #e0e0e0; /* ▼スクロール後に上部固定 */ }
#headerFixed.--Visible { top: 0; }
.HeaderFixed__Primary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 78%; }
.HeaderFixed .GlobalNavi__Primary li,
.HeaderFixed .GlobalNavi__Secondary li { width: 20%; }
.HeaderFixed .GlobalNavi__Primary li a,
.HeaderFixed .GlobalNavi__Secondary li a { padding: 20px 5%; width: 90%; }
.HeaderFixed .GlobalNavi__Primary li:first-child,
.HeaderFixed .GlobalNavi__Secondary li:first-child { border-left: none; }
.HeaderFixed .GlobalNavi__Primary li:last-child { border-right-width: 1px; border-right-style: solid; border-right-color: #ff7200; }
.HeaderFixed__Secondary { display: flex; justify-content: space-between; align-items: center; margin: 0; padding: 0; width: 22%; }
.HeaderFixed__Secondary .Header__Contact { width: 78%; }
.HeaderFixed__Secondary .Header__Contact .--PhoneNumber a { font-size: 3.2rem; }
.HeaderFixed__Secondary .Header__Contact .--PhoneNumber a:before { width: 25px; height: 25px; font-size: 1.4rem; }
.HeaderFixed__Secondary .BoxMenu { margin: 0 20px 0 10px; }
.HeaderFixed__Secondary .BoxMenu__Item { width: 40px; }

@media only screen and (min-width:601px) and (max-width:1700px) {
  .HeaderFixed .GlobalNavi__Primary li a,
  .HeaderFixed .GlobalNavi__Secondary li a { padding: 1.176vw 5%; font-size: 0.882vw; }
  .HeaderFixed__Secondary .Header__Contact { margin: 0 0 0 0.588vw; }
  .HeaderFixed__Secondary .Header__Contact .--SubHeading { padding: 0.294vw 0; font-size: 0.764vw; }
  .HeaderFixed__Secondary .Header__Contact .--PhoneNumber { padding: 0.588vw 0; }
  .HeaderFixed__Secondary .Header__Contact .--PhoneNumber a { font-size: 1.882vw; }
  .HeaderFixed__Secondary .Header__Contact .--PhoneNumber a:before { margin: 0.294vw 0.294vw 0 0; width: 1.47vw; height: 1.47vw; font-size: 0.823vw; }
  .HeaderFixed__Secondary .Header__Contact .--ReceptionHours { font-size: 0.764vw; }
  .HeaderFixed__Secondary .BoxMenu { margin: 0 1.176vw 0 0.588vw; }
  .HeaderFixed__Secondary .BoxMenu__Item { width: 2.352vw; }
  .HeaderFixed__Secondary .BoxMenu__Item:nth-of-type(1) { margin-bottom: 0.294vw; }
  .HeaderFixed__Secondary .BoxMenu__Image { border-radius: 0.588vw; }
}

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Header__Primary { margin: 0 1.538vw 0 0; }
  .Header__PrimaryHeading { width: 54.615vw; }
  .Header__PrimaryText { left: 8.076vw; font-size: 1.076vw; }
  .Header__Secondary { padding: 0.769vw 0; }
  .Header__ContactShoulder { width: 7.692vw; height: 7.692vw; font-size: 1.307vw; }
  .Header__ContactShoulder strong { margin: -2.307vw 0 0; font-size: 3.23vw; }
  .Header__ContactShoulder small { font-size: 1.307vw; }
  .Header__Contact { margin: 0 0 0 0.769vw; width: 24.615vw; }
  .Header__Contact .--SubHeading { padding: 0.384vw 0; font-size: 1.0vw; }
  .Header__Contact .--PhoneNumber { padding: 0.769vw 0; }
  .Header__Contact .--PhoneNumber a { font-size: 2.769vw; }
  .Header__Contact .--PhoneNumber a:before { margin: 0.384vw 0.384vw 0 0; width: 2.307vw; height: 2.307vw; font-size: 1.23vw; }
  .Header__Contact .--ReceptionHours { font-size: 1.0vw; }
  .Header__Secondary .BoxMenu { margin: 0 0 0 0.769vw; }
  .Header__Secondary .BoxMenu__Item { width: 3.461vw; }
  .Header__Secondary .BoxMenu__Item:nth-of-type(1) { margin-bottom: 0.384vw; }
}

@media screen and (max-width: 600px) {
  .HeaderFixed { display: none; }
  .Header { position: fixed; z-index: 99; top: 0; background-color: #fff; }
  .Header__Primary { margin: 0; padding: 4vw 0 4vw 1vw; }
  .Header__PrimaryHeading { width: 80%; }
  .Header__PrimaryText { left: 13vw; bottom: 4vw; font-size: 0.95rem; }
  .Header__Secondary { display: none; }
}

/* GlobalNavi
======================================================== */
.GlobalNavi { margin: 0 calc(50% - 50vw); padding: 0; width: 100vw; }
.GlobalNavi__Primary,
.GlobalNavi__Secondary { display: flex; justify-content: center; }
.GlobalNavi__Primary li,
.GlobalNavi__Secondary li { position: relative; display: flex; margin: 0; padding: 0; border-right-width: 1px; border-right-style: solid; }
.GlobalNavi__Primary li:first-child,
.GlobalNavi__Secondary li:first-child { border-left-width: 1px; border-left-style: solid; }
.GlobalNavi__Primary li a,
.GlobalNavi__Secondary li a { display: flex; justify-content: center; align-items: center; margin: 0; padding: 15px 22px; font-size: 1.5rem; font-weight: 500; line-height: 1.0; text-decoration: none; transition: opacity 0.5s; }
.GlobalNavi__Secondary li a { padding: 20px 25px; }
.GlobalNavi .BoxMenu { display: none; }
.GlobalNavi .sub-menu,
.HeaderFixed .sub-menu { z-index: 1000; display: none; background: rgba(102,102,102,0.9); position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 300px; }
.GlobalNavi__Primary .sub-menu { top: 44px; }
.GlobalNavi__Secondary .sub-menu { top: 54px; }
.GlobalNavi .sub-menu li,
.HeaderFixed .sub-menu li { position: relative; display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; border-left: none; border-right: none; }
.GlobalNavi .sub-menu li:before,
.GlobalNavi .sub-menu li:after,
.HeaderFixed .sub-menu li:before,
.HeaderFixed .sub-menu li:after { display: none; }
.GlobalNavi .sub-menu li a,
.HeaderFixed .sub-menu li a { display: block; margin: 0 auto; padding: 10px 5%; width: 90%; color: #fff; font-size: 1.5rem; text-align: left; border-bottom: 1px solid #fff; }
.GlobalNavi .sub-menu li a:hover,
.HeaderFixed .sub-menu li a:hover { opacity: 0.7; background-color: initial; }
.GlobalNavi .sub-menu li a:after,
.HeaderFixed .sub-menu li a:after { display: none; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .GlobalNavi__Primary li a,
  .GlobalNavi__Secondary li a { padding: 1.153vw 1.692vw; font-size: 1.153vw; }
  .GlobalNavi__Secondary li a { padding: 1.538vw 1.923vw; }
}

@media screen and (max-width: 600px) {
  .MobileNavi { justify-content: center; gap: 0; padding: 2%; background: #0849a3; border-top: 1px solid #fff; }
  .MobileNavi figure { width: 23%; margin: 1% !important; }
  .MobileNavi figure img { margin-top: 0; }
  .fixed { position: fixed; z-index: 99; top: 0; }
  /* ハンバーガーボタン */
  .menu-btn { display: block; position: absolute; top: 0; right: 0; width: 15vw; height: 15vw; cursor: pointer; z-index: 101; -webkit-transition: all 3s ease-in-out; transition: all .3s ease-in-out; /* border: 1px solid #bf1d02; border-radius: 1vw; */ }
  .menu-btn:after { position: absolute; bottom: 1.5vw; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: 0; content: "MENU"; display: block; font-size: 1.2rem; font-weight: bold; letter-spacing: 0; white-space: nowrap; }
  body.open .menu-btn { position: fixed; background: none; }
  body.open .menu-btn:after { display: none; }
  .menu-btn-line { position: absolute; top: -3vw; bottom: 0; left: 0; right: 0; margin: auto; height: 2px; width: 56%; -webkit-transition: all 3s ease-in-out; transition: all .3s ease-in-out; }
  .menu-btn-line:before,
  .menu-btn-line:after { content: ""; height: 2px; width: 100%; position: absolute; left: 0; -webkit-transition: inherit; transition: inherit; }
  .menu-btn-line:before { top: -2.5vw; }
  .menu-btn-line:after { top: 2.5vw; }
  body.--Home .menu-btn-line { background: #fff; }
  body.--Home .menu-btn-line:before,
  body.--Home .menu-btn-line:after { background: #fff; }
  body.--Home.--BgWhite .menu-btn-line { background: #508545; }
  body.--Home.--BgWhite .menu-btn-line:before,
  body.--Home.--BgWhite .menu-btn-line:after { background: #508545; }
  body.--Home.--BgWhite  .menu-btn.active .menu-btn-line:before,
  body.--Home.--BgWhite  .menu-btn.active .menu-btn-line:after { background: #fff; }
  body.open .menu-btn { border-color: #ff7200; }
  body.open .menu-btn-line { background-color: transparent; }
  body.open .menu-btn-line:before,
  body.open .menu-btn-line:after { top: 0; }
  body.open .menu-btn-line:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  body.open .menu-btn-line:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

  /* モーダルウィンドウ */
  body.open { position: fixed; width: 100%; height: 100%; }
  body.open .Body__Modal { display: block !important; transition: all .5s; visibility: visible; opacity: 1; overflow-y: auto; }
  .Modal { margin: 15vw auto 3vw !important; padding: 3%; width: 90%; background: #f6f2ed; }
  .Modal nav { margin-bottom: 2vw !important; }
  .Modal__List { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; width: 100%; }
  .Modal__List li { display: flex; margin: 0 0 2vw; width: 49%; }
  .Modal__List li a { position: relative; display: flex; justify-content: center; align-items: center; margin: 0; padding: 2vw 4vw; width: 100%; min-height: 9vw; color: #fff; font-size: 1.9rem; font-weight: 500; text-align: center; text-decoration: none; border-radius: 5px; }
  .Modal__List li a:after { position: absolute; right: 2vw; top: 50%; transform: translateY(-50%); content: "\f054"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .Modal__Heading { position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto 3vw !important; padding: 3.5vw 0; width: 100%; font-size: 2.4rem; font-weight: 500; text-align: center; background: #fffaed; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
  .Modal__Heading .--BtnAcd { position: absolute; display: flex; justify-content: flex-end; align-items: center; width: 100%; height: 100%; }
  .Modal__Heading .--BtnAcd:after { display: inline-block; margin: 0 2vw 0 0; padding: 1.5vw 2vw; content: "\2b"; font-size: 1.7rem; font-family: "Font Awesome 6 Free"; font-weight: bold; background: #fff; }
  .Modal__Heading .--BtnAcd.Selected:after { content: "\f068"; }
  .Modal__Close { display: flex; justify-content: center; margin: 0 auto; width: 100%; }
  .Modal__Close a { display: flex; margin: 0 auto; padding: 1vw 9vw; color: #fff; font-size: 1.9rem; font-weight: 500; text-align: center; text-decoration: none; background: #999; border-radius: 5px; }
  .Modal__Menu { display: none; }

  .GlobalNavi { display: none !important; }
  body.open .GlobalNavi { display: block !important; overflow-y: scroll; }
  .GlobalNavi ul { display: block; margin: 10vw auto 0; padding: 0; width: 90%; list-style-type: none; /* border-top: 1px solid #000; */ }
  .GlobalNavi ul.GlobalNavi__Secondary { margin: 10vw auto; padding: 0; width: 90%; }
  .GlobalNavi li { margin: 0; width: 100%; text-align: center; }
  .GlobalNavi { position: fixed; display: flex; justify-content: center; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.95); z-index: 100; /*▼グロナビ(SP) */ }
  .GlobalNavi li { flex-wrap: wrap; width: 100%; text-align: left; border-bottom-width: 1px; border-bottom-style: solid; }
  .GlobalNavi__Primary li:first-child,
  .GlobalNavi__Secondary li:first-child { border-left: none; }
  .GlobalNavi__Secondary li { border: none; }
  .GlobalNavi li:before { display: none; }
  .GlobalNavi li a { position: relative; flex-direction: row; justify-content: flex-start; margin: 0; padding: 5vw 0; width: 100%; font-size: 2.0rem; font-weight: 400; text-decoration: none; text-align: center; }
  .GlobalNavi li a:after { margin: 1vw 0 0 4vw;content: "\f054"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .GlobalNavi ul.GlobalNavi__Secondary li a { padding: 4vw 5%; }
  .GlobalNavi li a:hover { color: #fff; background-color: #ff7200; }
  .GlobalNavi li a i { margin: 0 2vw 0 0; padding: 0; color: #fff; }
  .GlobalNavi li a span { flex-grow: initial; }
  .GlobalNavi li.menu-item-has-children a:after { position: absolute; right: 2vw; top: 50%; transform: translateY(-50%); content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .GlobalNavi li.menu-item-has-children a:hover { background-color: #ff7200; }
  .GlobalNavi li.menu-item-has-children a.on { color: #fff; }
  .GlobalNavi li.menu-item-has-children a.on:after { content: "\f106"; }
  .GlobalNavi .sub-menu { z-index: initial; background: initial; position: initial; top: initial; left: initial; transform: initial; -webkit-transform: initial; -ms-transform: initial; width: 100%; box-shadow: initial; margin: initial; }
  .GlobalNavi .sub-menu li { margin: -1px 0 0; }
  .GlobalNavi .sub-menu li:last-child { border-bottom: none; }
  .GlobalNavi .sub-menu li a { padding: 3.5vw 5%; color: #ff7200; font-size: 2.0rem; /* text-align: center; */ background-color: #fff9e1; }
  .GlobalNavi .sub-menu li a:after { display: none; }
  .GlobalNavi .open { display: block; margin: 0; padding: 0; }

  .GlobalNavi .BoxMenu { display: flex; margin: 0 auto 25vw; padding: 0; width: 70%; }
  .GlobalNavi .BoxMenu__Item { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; text-decoration: none; }
  .GlobalNavi .BoxMenu__Image { position: absolute; top: 0; left: 0; width: 100%; }
  .GlobalNavi .BoxMenu__Image img { width: 100%; height: auto; }
  .GlobalNavi .BoxMenu__Title { z-index: 1; display: block; margin-top: 3vw; color: #fff; font-size: 1.8rem; font-weight: 700; line-height: 1.2; text-align: center; }
  .GlobalNavi .BoxMenu__Title span { color: #ffea00; }
}

/* メインビジュアル
======================================================== */
.MainVisual { display: flex; justify-content: center; align-items: center; margin: 0 auto 60px; padding: 0; width: 100%; background-image: url(/wp-content/uploads/2025/08/mv-bg-pc.png); background-repeat: no-repeat; background-position: center top; background-size: cover; }
html.webp .MainVisual { background-image: url(/wp-content/uploads/2025/08/mv-bg-pc.png.webp); }
.MainVisual__Primary { display: flex; justify-content: flex-end; align-items: center; margin: 0; padding: 0; width: 670px; background: none; }
.MainVisual__Primary:before { padding-top: 75%; }
.mce-content-body .MainVisual__Primary .--SP { display: block !important; }
.MainVisual__Primary figcaption { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: -100px 5px 0 0; padding: 0; width: 150px; height: 150px; font-size: 1.8rem; font-weight: 700; line-height: 1.2; text-align: center; background-color: #fff; border-radius: 50%; }
.MainVisual__Primary figcaption:before { content: ""; position: absolute; top: -5px; left: -5px; width: 150px; height: 150px; border-width: 2px; border-style: solid; border-color: #ff7200; border-radius: 50%; pointer-events: none; }
.MainVisual__Primary figcaption strong { color: #ff7200; font-size: 2.5rem; font-weight: 900; }
.MainVisual__Secondary { display: flex; flex-direction: column; margin: 0 0 0 30px; padding: 0; width: 650px; }
.MainVisual__Heading { position: relative; display: block; margin: 20px auto 0; padding: 10px 0 20px; width: 100%; color: #333; font-size: 5.3rem; font-weight: 900; line-height: 1.2; text-align: center; background-color: #fff; border-bottom: none; }
.MainVisual__Heading strong { position: absolute; left: 3px; top: -28px; display: inline-block; margin: 0; padding: 5px 20px; color: #fff; font-size: 2.4rem; font-weight: 900; line-height: 1.0; background-color: #127f0f; }
.MainVisual__Heading span { color: #ff7200; }
.MainVisual__Heading small { font-size: 4.2rem; }
.MainVisual__Heading:before { content: ""; position: absolute; top: -8%; left: -1.5%; width: 100%; height: 100%; border-width: 2px; border-style: solid; border-color: #ff7200; pointer-events: none; }
.MainVisual__Heading:after { display: none; }
.MainVisual__Text { margin: 0 auto; padding: 5px 0; width: 100%; font-size: 3.0rem; font-weight: 900; line-height: 1.2; text-align: center; }
.MainVisual__Text span { color: #127f0f; }
.MainVisual__Text small { font-size: 2.0rem; font-weight: 500; }
.MainVisual__List { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0; padding: 0; width: 100%; }
.MainVisual__List li { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0 0 2%; padding: 5px 0; width: 18%; font-size: 1.8rem; font-weight: 700; line-height: 1.2; text-align: center; background-color: #fff; border: 1px solid #ff7200; }
.MainVisual__List li span { color: #ce0b0b; font-weight: 900; }
.MainVisual__List li:first-child span { font-size: 3.0rem; }
.MainVisual__List li:first-child span strong { font-size: 4.7rem; }
.MainVisual__List li:nth-child(2) span { font-size: 2.3rem; }
.MainVisual__List li:nth-child(3) span { font-size: 2.1rem; }
.MainVisual__List li:nth-child(4) span { font-size: 1.8rem; }
.MainVisual__List li:nth-child(5) span { font-size: 2.6rem; }
.MainVisual__List li:last-child { margin-bottom: 0; width: 100%; }
.MainVisual__List li:last-child i { font-size: 2.8rem; }
.MainVisual__List li:last-child span { font-size: 2.5rem; }

@media only screen and (min-width:601px) and (max-width:1360px) {
  .MainVisual { margin: 0 auto 4.411vw; }
  .mce-content-body .MainVisual { align-items: flex-start; }
  .MainVisual__Primary,
  .mce-content-body .MainVisual__Primary { width: 49.264vw; }
  .mce-content-body .MainVisual__Primary { flex-direction: column; }
  .mce-content-body .MainVisual__Primary:before { display: none; }
  .mce-content-body .MainVisual__Primary img { position: initial; width: 100%; height: auto; }
  .mce-content-body .MainVisual__Primary figcaption { position: absolute; top: 10vw; right: 0; }
  .MainVisual__Primary figcaption { margin: -7.352vw 0.367vw 0 0; width: 11.029vw; height: 11.029vw; font-size: 1.323vw; }
  .MainVisual__Primary figcaption:before { top: -0.367vw; left: -0.367vw; width: 11.029vw; height: 11.029vw; border-width: 0.154vw; }
  .MainVisual__Primary figcaption strong { font-size: 1.838vw; }
  .MainVisual__Secondary { margin: 0 0 0 2.205vw; width: 47.794vw; }
  .mce-content-body .MainVisual__Secondary { margin-top: 1.102vw; }
  .MainVisual__Heading,
  .mce-content-body .MainVisual__Heading { margin: 1.47vw auto 0; padding: 0.735vw 0 1.47vw; font-size: 3.897vw; }
  .mce-content-body .MainVisual__Heading { color: #333; text-align: center; }
  .MainVisual__Heading:before,
  .mce-content-body .MainVisual__Heading:before { border-width: 0.147vw; }
  .MainVisual__Heading strong,
  .mce-content-body .MainVisual__Heading strong { left: 0.22vw; top: -2.205vw; padding: 0.367vw 1.47vw; font-size: 1.764vw; }
  .MainVisual__Heading small { font-size: 3.088vw; }
  .MainVisual__Text,
  .mce-content-body .MainVisual__Text { padding: 0.367vw 0; font-size: 2.205vw; }
  .mce-content-body .MainVisual__Text { line-height: 1.2; }
  .MainVisual__Text small { font-size: 1.47vw; }
  .MainVisual__List li,
  .mce-content-body .MainVisual__List li { padding: 0.367vw 0; font-size: 1.323vw; }
  .mce-content-body .MainVisual__List li { list-style: none; margin-left: 0; line-height: 1.2; }
  .MainVisual__List li:first-child span { font-size: 2.205vw; }
  .MainVisual__List li:first-child span strong { font-size: 3.455vw; }
  .MainVisual__List li:nth-child(2) span { font-size: 1.691vw; }
  .MainVisual__List li:nth-child(3) span { font-size: 1.544vw; }
  .MainVisual__List li:nth-child(4) span { font-size: 1.323vw; }
  .MainVisual__List li:nth-child(5) span { font-size: 1.911vw; }
  .MainVisual__List li:last-child i { font-size: 2.058vw; }
  .MainVisual__List li:last-child span { font-size: 1.838vw; }
}

@media screen and (max-width: 600px) {
  .MainVisual { position: relative; margin: 15vw auto 0; background-image: url(/wp-content/uploads/2025/08/mv-bg-sp.png); }
  html.webp .MainVisual { background-image: url(/wp-content/uploads/2025/08/mv-bg-sp.png.webp); }
  .MainVisual__Primary { position: absolute; top: 14vw; left: 0; margin: 0 10% 0 0; width: 100%; }
  .MainVisual__Primary figcaption { margin: -5vw 1vw 0 0; width: 26vw; height: 26vw; font-size: 1.6rem; }
  .MainVisual__Primary figcaption:before { top: -1vw; left: -1vw; width: 26vw; height: 26vw; border-width: 1px; }
  .MainVisual__Primary figcaption strong { font-size: 2.2rem; }
  .MainVisual__Secondary { margin: 0; width: 90%; }
  .MainVisual__Heading { margin: 7vw auto 64vw; padding: 2vw 0 3vw; font-size: 3.4rem; }
  .MainVisual__Heading:before { border-width: 1px; }
  .MainVisual__Heading strong { left: 0; top: -4.5vw; padding: 1vw 2vw; font-size: 1.6rem; }
  .MainVisual__Heading small { font-size: 3.0rem; }
  .MainVisual__Text { padding: 0 0 4vw; font-size: 2.7rem; white-space: no wrap; }
  .MainVisual__Text small { font-size: 1.8rem; }
  .MainVisual__List { justify-content: center; }
  .MainVisual__List li { margin: 0 3% 3% 0; padding: 2vw 1%; width: 28%; }
  .MainVisual__List li:nth-child(3n) { margin-right: 0; }
  .MainVisual__Banner { margin: 0 auto; padding: 3vw 0 5vw; width: 100%; }
  .MainVisual__Banner img { width: 100%; height: auto; }
}

/* あなたの状況に該当するもの
======================================================== */
.Body__TopSituation { position: relative; margin: 0 auto 40px; padding: 15px; width: 1170px; background-color: #999; border-radius: 20px; }
.Body__TopSituationClipImage { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); content: ""; display: block; width: 260px; height: 60px; }
.Body__TopSituationClipImage img { width: 100%; height: auto; }
.TopSituation { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 auto; padding: 50px 0; width: 100%; background-color: #f4f4f4; border-radius: 15px; }
.TopSituation__ClickImage { position: absolute; top: 100px; left: 55px; display: block; width: 112px; height: 66px; }
.TopSituation__ClickImage img { width: 100%; height: auto; }
.TopSituation__Image { position: absolute; top: 20px; left: 230px; width: 110px; }
.TopSituation__Image img { width: 100%; height: auto; }
.TopSituation__Heading { position: relative; margin: 0 240px 40px; padding: 15px 50px 25px 110px; width: 550px; font-size: 2.4rem; font-weight: 700; line-height: 1.2; white-space: nowrap; background-color: #e0e0e0; border: none; border-radius: 100px; }
.TopSituation__Heading:before { content: ""; position: absolute; top: -8%; right: -1%; width: 100%; height: 94%; border-width: 2px; border-style: solid; border-color: #999; border-radius: 100px; pointer-events: none; }
.TopSituation__Item { position: relative; display: flex; justify-content: center; align-items: center; margin: 0 5px; padding: 20px 0 0; width: 260px; min-height: 150px; border-radius: 10px; counter-increment: step-num; }
.TopSituation__Item:before { display: block; margin: 0; padding: 6px 0 0; width: 150px; height: 58px; color: #333; font-size: 1.7rem; font-weight: 700; line-height: 1.0; text-align: center; background-repeat: no-repeat; background-position: center top; background-size: 100% auto; content: "STEP "counter(step-num, decimal-leading-zero); position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.TopSituation__Item:after { position: absolute; z-index: 1; right: -35px; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; width: 50px; height: 50px; background-color: #fff; border-width: 3px; border-style: solid; border-color: #999; border-radius: 50%; box-shadow: 0 0 2px #ccc; content: "\f0da"; color: #999; font-size: 3.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; pointer-events: none; }
.TopSituation__Item:nth-last-of-type(1):after { display: none; }
.TopSituation__Item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; transition: opacity 0.5s; }
.TopSituation__Item a:hover { opacity: 0.3; }
.TopSituation__Item p { margin: 0 auto; padding: 0; color: #fff; font-size: 2.4rem; font-weight: 700; line-height: 1.2; text-align: center; }
.TopSituation__Item p span { display: block; padding: 10px 0 0; font-size: 1.4rem; line-height: 1.4; }
.TopSituation__Item:nth-of-type(3) p { margin-top: 20px; }
.TopSituation__Item:nth-of-type(3) p span { margin-top: 10px; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Body__TopSituation { margin: 0 auto 3.076vw; padding: 1.153vw; width: 90vw; border-radius: 1.538vw; }
  .Body__TopSituationClipImage { top: -1.538vw; width: 20vw; height: 4.769vw; }
  .TopSituation { padding: 3.846vw 0; border-radius: 1.153vw; }
  .TopSituation__ClickImage { top: 7.692vw; left: 4.23vw; width: 8.615vw; height: 5.076vw; }
  .TopSituation__Image { top: 1.538vw; left: 17.692vw; width: 8.461vw; }
  .TopSituation__Heading { margin: 0 18.461vw 3.076vw; padding: 1.153vw 3.846vw 1.923vw 8.461vw; width: 42.307vw; font-size: 1.846vw; }
  .TopSituation__Heading:before { border-width: 0.153vw; }
  .TopSituation__Item { margin: 0 0.384vw; padding: 1.538vw 0 0; width: 20vw; min-height: 11.538vw; border-radius: 0.769vw; }
  .TopSituation__Item:before { padding: 0.461vw 0 0; width: 11.538vw; height: 4.461vw; font-size: 1.307vw; }
  .TopSituation__Item:after { right: -2.692vw; width: 3.846vw; height: 3.846vw; border-width: 0.23vw; font-size: 2.3vw; }
  .TopSituation__Item p { font-size: 1.846vw; }
  .TopSituation__Item p span { padding: 0.769vw 0 0; font-size: 1.076vw; }
  .TopSituation__Item:nth-of-type(3) p { margin-top: 1.538vw; }
  .TopSituation__Item:nth-of-type(3) p span { margin-top: 0.769vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopSituation { margin: 10vw auto 10vw; padding: 3%; width: 84%; border-radius: 10px; }
  .Body__TopSituationClipImage { top: -2.5vw; width: 36vw; height: 8.3vw; }
  .TopSituation { padding: 10vw 0 0; border-radius: 8px; }
  .TopSituation__ClickImage { top: 30vw; left: 7vw; width: 24vw; height: 14.1vw; }
  .TopSituation__Heading { margin: 0 auto 20vw; padding: 1vw 5vw 3vw 10vw; width: 66%; font-size: 1.8rem; text-align: center; }
  .TopSituation__Heading:before { top: -9%; height: 92%; }
  .TopSituation__Image { top: 8vw; left: 6vw; width: 14vw; }
  .TopSituation__Item { margin: 0 0 8vw; padding: 2vw 0 0; width: 86%; min-height: 15vw; border-radius: 5px; }
  .TopSituation__Item:before { padding: 0.5vw 0 0; width: 22vw; height: 8.5vw; font-size: 1.8rem; }
  .TopSituation__Item:after { right: initial; top: initial; transform: initial; bottom: -5vw; left: 50%; transform: translateX(-50%); width: 7vw; height: 7vw; content: "\f0d7"; font-size: 2.0rem; border-width: 2px; }
  .TopSituation__Item:nth-of-type(3) p span { margin: -1vw 0 5vw; }
  .TopSituation__Item:nth-of-type(4) p { margin: 5vw auto 3vw; }
  .TopSituation__Item:nth-of-type(4) p br { display: none; }
  .TopSituation__Item:nth-of-type(4) p span br { display: block; }
  .TopSituation__Item p { font-size: 2.0rem; }
  .TopSituation__Item a:hover { opacity: 0; }
}

/* 弁護士に依頼することで、適正な補償を受ける事ができた事例も
======================================================== */
.Body__TopExample { margin: 0 auto; padding: 40px 0; width: 100%; background-color: #999; }
.TopExample { margin: 0 auto; padding: 0 0 30px; width: 1200px; background-color: #fff; }
.TopExample__Heading { display: flex; justify-content: center; align-items: flex-end; margin: 0; padding: 15px 0; width: 100%; color: #fff; font-size: 3.6rem; font-weight: 700; line-height: 1.2; text-align: center; background-color: #ccc; }
.TopExample__Heading small { font-size: 2.6rem; }
.TopExample__Heading span { background-image: radial-gradient(circle at center, #fff 20%, transparent 20%); background-position: top right; background-repeat: repeat-x; background-size: 1em 0.3em; padding-top: 1rem; }
.TopExample__Image { position: relative; z-index: 1; margin: -15px auto 0; padding: 0; width: 1000px; }
.TopExample__Image img { width: 100%; height: auto; }
.TopExample__Text { margin: 0 auto; padding: 1.5%; width: 92%; font-size: 1.5rem; font-weight: 500; line-height: 1.6; background-color: #f4f4f4; }
.TopExample__Text strong { color: #ff0000; font-weight: 500; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Body__TopExample { padding: 3.076vw 0; }
  .TopExample { padding: 0 0 2.3vw; width: 92.308vw; }
  .TopExample__Heading { padding: 1.153vw 0; font-size: 2.769vw; }
  .TopExample__Heading small { font-size: 2.0vw; }
  .TopExample__Image { margin: -1.153vw auto 0; width: 76.923vw; }
  .TopExample__Text { font-size: 1.153vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopExample { padding: 8vw 0; }
  .TopExample { padding: 0 0 6vw; width: 90%; }
  .TopExample__Heading { display: block; flex-wrap: wrap; padding: 1.5vw 0; font-size: 2.6rem; line-height: 1.8; }
  .TopExample__Heading small { font-size: 2.0rem; }
  .TopExample__Heading span { padding-top: 1vw; }
  .TopExample__Heading span:before { content: ""; display: block; }
  .TopExample__Heading small { font-size: 1.8rem; }
  .TopExample__Image { margin: 3vw auto 0; width: 90%; }
  .TopExample__Text { padding: 3%; width: 84%; font-size: 1.8rem; line-height: 1.7; }
}

/* What's new
======================================================== */
.WhatsNew { margin: 0; padding: 0 0 80px; width: 100%; }
.WhatsNew__Heading { margin: 0; padding: 20px 0 !important; color: #333; font-size: 3.0rem; font-weight: 700; line-height: 1.2; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #333; }
.WhatsNew__Item { position: relative; display: flex; align-items: center; margin: 0; padding: 30px 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ccc; transition: background-color 0.5s; }
.WhatsNew__Item a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.WhatsNew__Item:hover { background-color: #f4f4f4; }
.WhatsNew__Date { margin: 0 0 0 1%; padding: 0; width: 11%; color: #a1a1a1; font-size: 1.5rem; }
.WhatsNew__Category { display: flex; flex-direction: column; margin: 0 3% 0 0 !important; padding: 0 !important; width: 15%; }
.WhatsNew__Category li { margin: 0 !important;; padding: 0 2%; color: #fff; font-size: 1.3rem !important; text-align: center; border-radius: 100px; }
.WhatsNew__Title { margin: 0; padding: 0 !important; width: 70%; font-size: 1.5rem; line-height: 1.3; }
.WhatsNew .--Button { margin: 40px auto 0; width: 40%; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .WhatsNew { padding: 0 0 6.153vw; }
  .WhatsNew__Heading { padding: 1.538vw 0 !important; font-size: 2.307vw; border-bottom-width: 0.154vw; }
  .WhatsNew__Item { padding: 2.307vw 0; }
  .WhatsNew__Date { font-size: 1.153vw; }
  .WhatsNew__Category li { font-size: 1.0vw !important; }
  .WhatsNew__Title { font-size: 1.153vw; }
  .WhatsNew .--Button { margin: 3.076vw auto 0; }
}

@media screen and (max-width: 600px) {
  .WhatsNew { padding: 6vw 0 26vw; }
  .WhatsNew__Heading { margin: 0 0 5vw; padding: 2.5vw 0 !important; font-size: 2.6rem; }
  .WhatsNew__Item { flex-wrap: wrap; padding: 5vw 0; }
  .WhatsNew__Date { margin: 0; width: 30%; font-size: 1.8rem; }
  .WhatsNew__Category { display: block; width: 65%; }
  .WhatsNew__Category li { display: inline-block; margin: 0 2vw 0 0 !important; padding: 0 6vw; font-size: 1.6rem !important; }
  .WhatsNew__Title { padding: 4vw 0 !important; width: 100%; font-size: 1.9rem; }
  .WhatsNew .--Button { margin: 8vw auto 0; width: 60%; }
}


/* 教えて労働災害
======================================================== */
.TopTeach { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto 60px; padding: 0 4% 4%; width: 92%; background-color: #ccc; }
.TopTeach__Heading { margin: -30px 25% 0; padding: 15px 0; width: 50%; color: #333; font-size: 3.0rem; font-weight: 700; line-height: 1.0; text-align: center; background-color: #f4f4f4; border-width: 3px; border-style: solid; border-color: #333; border-radius: 100px; }
.TopTeach__IntroText { margin: 0 auto; padding: 30px 0 !important; width: 100%; color: #fff; font-size: 1.8rem; font-weight: 700; text-align: center; }
.TopTeach__Item { display: flex; flex-direction: column; margin: 0; padding: 0; width: 49%; }
.TopTeach__SubHeading { position: relative; margin: 0 auto 10px; padding: 15px 0; width: 100%; color: #fff; font-size: 2.1rem; font-weight: 700; line-height: 1.2; text-align: center; border: none; }
.TopTeach__SubHeading:after { content: ""; position: absolute; right: 5px; bottom: 5px; display: block; border-left-width: 15px; border-left-style: solid; border-left-color: transparent; border-bottom-width: 15px; border-bottom-style: solid; border-bottom-color: #fff; }
.TopTeach__List { display: flex; flex-direction: column; margin: 0; padding: 5% !important; width: 90%; background-color: #fff; }
.TopTeach__List li { list-style: none !important; position: relative; display: flex; justify-content: space-between; align-items: center; margin: 0 0 5% !important; padding: 0; width: 100%; font-size: 1.5rem !important; line-height: 1.2 !important; border-width: 1px; border-style: solid; transition: background-color 0.5s; }
.TopTeach__List li:last-child { margin-bottom: 0 !important; }
.TopTeach__List li:after { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); content: "\f054"; color: #333; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.TopTeach__List li a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.TopTeach__List li:hover { background-color: #f4f4f4; }
.TopTeach__Icon { width: 20%; background: none; }
.TopTeach__Icon:before { padding-top: 100%; }
.TopTeach__Icon img { padding-bottom: 0 !important; }
.TopTeach__Item.--Beginner .TopTeach__List li:before,
.TopTeach__Item.--Knowledge .TopTeach__List li:before { position: absolute; top: 0; left: 0; content: ""; width: 20%; height: 100%; }
.TopTeach__Item.--Beginner .TopTeach__List li:before { background-color: #999; }
.TopTeach__Item.--Knowledge .TopTeach__List li:before { background-color: #666; }
.TopTeach__Text { display: block; margin: 0; padding: 0; width: 78%; font-weight: 700; }
.TopTeach__Text span { font-size: 1.9rem; }
.TopTeach__Item.--Beginner .TopTeach__SubHeading { background-color: #999; }
.TopTeach__Item.--Beginner .TopTeach__List li { border-color: #999; }
.TopTeach__Item.--Beginner .TopTeach__List li:nth-child(2) span { letter-spacing: -0.03em; }
.TopTeach__Item.--Beginner .TopTeach__Text span { color: #999; }
.TopTeach__Item.--Knowledge .TopTeach__SubHeading { background-color: #666; }
.TopTeach__Item.--Knowledge .TopTeach__List li { border-color: #666; }
.TopTeach__Item.--Knowledge .TopTeach__Text span { color: #666; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .TopTeach { margin: 0 auto 4.615vw; }
  .TopTeach__Heading { margin: -2.307vw 25% 0; padding: 1.153vw 0; font-size: 2.307vw; border-width: 0.231vw; }
  .TopTeach__IntroText { padding: 2.307vw 0 !important; font-size: 1.384vw; }
  .TopTeach__SubHeading { margin: 0 auto 0.769vw; padding: 1.153vw 0; font-size: 1.615vw; }
  .TopTeach__List li { font-size: 1.153vw !important; }
  .TopTeach__Text span { font-size: 1.461vw; }
}

@media screen and (max-width: 600px) {
  .TopTeach { flex-direction: column; margin: 0 auto 14vw; }
  .TopTeach__Heading { margin: -6vw 5% 0; padding: 3vw 0; width: 90%; font-size: 2.8rem; border-width: 2px; }
  .TopTeach__IntroText { padding: 3vw 0 5vw !important; font-size: 2.0rem; }
  .TopTeach__Item { width: 100%; }
  .TopTeach__SubHeading { margin: 0 auto 3vw; padding: 3.5vw 0; font-size: 2.2rem; }
  .TopTeach__SubHeading:after { right: 1.5vw; bottom: 1.0vw; border-left-width: 3vw; border-bottom-width: 3vw; }
  .TopTeach__List { margin: 0 0 8vw; }
  .TopTeach__Item.--Knowledge .TopTeach__List { margin-bottom: 2vw; }
  .TopTeach__List li { min-height: 20vw; font-size: 1.6rem !important; }
  .TopTeach__Icon { width: 22%; }
  .TopTeach__Icon img { width: 90%; margin: 5% 0 0 5% !important; }
  .TopTeach__Item.--Beginner .TopTeach__List li:before,
  .TopTeach__Item.--Knowledge .TopTeach__List li:before { width: 22%; }
  .TopTeach__Text { padding: 0 22% 0 2%; width: 52%; }
  .TopTeach__Text span { font-size: 2.2rem; }
  .TopTeach__Item.--Beginner .TopTeach__List li:nth-child(3) .TopTeach__Text { padding: 0 29% 0 2%; width: 45%; }
  .TopTeach__Item.--Knowledge .TopTeach__List li:nth-child(1) .TopTeach__Text span,
  .TopTeach__Item.--Knowledge .TopTeach__List li:nth-child(3) .TopTeach__Text span { display: block; }
  .TopTeach__Item.--Knowledge .TopTeach__List li:nth-child(2) .TopTeach__Text span:before { content: ""; display: block; }
}

/* フリーワード検索
======================================================== */
.TopSearch { margin: 0 0 70px; padding: 0; width: 100%; }
.TopSearch .--Search { margin-bottom: 0; background: none; }
.TopSearch .--Search .wp-block-search__inside-wrapper { position: relative; padding: 0; max-width: 100%; }
.TopSearch .wp-block-search__inside-wrapper:before { font-size: 2.0rem; }
.TopSearch .--Search .wp-block-search__input { padding: 1.5% 0 1.5% 5.5%; font-size: 1.6rem; background-color: #f4f4f4; border-width: 3px; border-style: solid; border-color: #ccc; }
.TopSearch .--Search .wp-block-search__input::placeholder { color: #b1b1b1; }
.TopSearch .--Search .wp-block-search__button { width: 12%; color: #ccc; font-size: 1.7rem; font-weight: 700; background-color: #999; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .TopSearch { margin: 0 0 5.384vw; }
  .TopSearch .wp-block-search__inside-wrapper:before { font-size: 1.384vw; }
  .TopSearch .--Search .wp-block-search__input { font-size: 1.23vw; border-width: 0.231vw; }
  .TopSearch .--Search .wp-block-search__button { font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  .TopSearch { margin: 0 0 14vw; }
  .TopSearch .--Search .wp-block-search__input { padding: 3% 0 3% 10%; border-width: 2px; }
  .--Search .wp-block-search__inside-wrapper:before { left: 3vw; }
  .TopSearch .--Search .wp-block-search__button { width: 20vw; }
}

/* 事故状況別による解説
======================================================== */
.TopAccident { display: flex; flex-wrap: wrap; margin: 0 0 50px; padding: 0; width: 100%; background-color: #999; }
.TopAccident__Heading { position: relative; margin: -25px 48% 20px 0; padding: 10px 0; width: 52%; color: #e0e0e0; font-size: 2.1rem; font-weight: 700; text-align: center; background-color: #666; }
.TopAccident__Heading small { font-size: 1.6rem; }
.TopAccident__Heading:before { content: ""; position: absolute; top: 100%; left: 60px; margin-left: -10px; border-width: 5px; border-style: solid; border-color: transparent; border-top-width: 8px; border-top-style: solid; border-top-color: #999; }
.TopAccident__List { display: flex; flex-wrap: wrap; margin: 0 auto; padding: 0 !important; width: 96%; }
.TopAccident__List li { list-style: none !important; position: relative; display: flex; justify-content: space-between; align-items: center; margin: 0 2% 2% 0 !important; width: 23.5%; font-size: 1.6rem !important; line-height: 1.55 !important; background-color: #ccc; transition: background-color 0.5s; }
.TopAccident__List li:nth-child(4n) { margin-right: 0 !important; }
.TopAccident__List li a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }
.TopAccident__List li:hover { background-color: #f4f4f4; }
.TopAccident__Icon { width: 35%; background-color: #666; }
.TopAccident__Icon:before { padding-top: 100%; }
.TopAccident__Icon img { padding-bottom: 0 !important; height: 100% !important; }
.TopAccident__Text { margin: 0; padding: 0 3% 0 7%; width: 57%; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .TopAccident { margin: 0 0 3.846vw; }
  .TopAccident__Heading { margin: -1.923vw 48% 1.538vw 0; padding: 0.769vw 0; font-size: 1.615vw; }
  .TopAccident__Heading small { font-size: 1.23vw; }
  .TopAccident__Heading:before { left: 4.615vw; margin-left: -0.769vw; border-width: 0.384vw; border-top-width: 0.616vw; }
  .TopAccident__List li { font-size: 1.23vw !important; }
}

@media screen and (max-width: 600px) {
  .TopAccident { margin: 0 0 15vw; }
  .TopAccident__Heading { margin: 0 0 4vw 0; padding: 2.5vw 0; width: 100%; font-size: 2.0rem; }
  .TopAccident__Heading:before { left: 10vw; margin-left: -1vw; border-width: 1.5vw; border-top-width: 2.5vw; }
  .TopAccident__List { flex-direction: column; padding: 1vw 0 2vw !important; width: 90%; }
  .TopAccident__List li { margin: 0 0 3vw 0 !important; width: 100%; font-size: 2.0rem !important; }
  .TopAccident__Icon { width: 17%; }
  .TopAccident__Text { width: 75%; }
}

/* よくあるご質問
======================================================== */
.TopFaq { margin: 0; padding: 0 0 30px; width: 100%; }
.TopFaq .--TopHeading { margin-bottom: 40px; }
.TopFaq__List { display: flex; flex-direction: column; margin: 0; padding: 0 !important; }
.TopFaq__List li { list-style: none !important; display: flex; margin: 0 !important; width: 100%; font-size: 1.8rem !important; font-weight: 500; line-height: 1.2 !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ccc; }
.TopFaq__List li a { position: relative; display: flex; margin: 0; padding: 3% 5% 3% 8%; width: 95%; color: #333; text-decoration: none; transition: background-color 0.5s; }
.TopFaq__List li a:before { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; padding: 0 0 5px; width: 40px; height: 35px; background-color: #999; border-radius: 50%; content: "Q"; color: #e0e0e0; font-size: 2.1rem; font-weight: 700; }
.TopFaq__List li a:after { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #333; content: "\f054"; font-size: 1.6rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.TopFaq__List li a:hover { opacity: 1.0; background-color: #f4f4f4; }
.TopFaq .--Button { margin: 10px auto 0; width: 40%; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .TopFaq { padding: 0 0 2.307vw; }
  .TopFaq .--TopHeading { margin-bottom: 3.076vw; }
  .TopFaq__List li { font-size: 1.384vw !important; }
  .TopFaq__List li a:before { left: 1.153vw; padding: 0 0 0.384vw; width: 3.076vw; height: 2.692vw; font-size: 1.615vw; }
  .TopFaq__List li a:after { right: 1.538vw; font-size: 1.23vw; }
  .TopFaq .--Button { margin: 0.769vw auto 0; }
}

@media screen and (max-width: 600px) {
  .TopFaq { padding: 0 0 10vw; }
  .TopFaq .--TopHeading { margin-bottom: 6vw; }
  .TopFaq__List li { font-size: 1.9rem !important; line-height: 1.5 !important; }
  .TopFaq__List li a { padding: 3.5vw 12% 3.5vw 15%; width: 73%; }
  .TopFaq__List li a:before { left: 0; padding: 0 0 0.5vw; width: 9vw; height: 8.5vw; font-size: 2.0rem; }
  .TopFaq__List li a:after { right: 1vw; font-size: 1.6rem; }
  .TopFaq__ReadMore { position: relative; margin: 7vw auto 0; padding: 0; width: 100%; color: #ff7200; font-size: 1.8rem; font-weight: 700; text-align: center; background-color: #fff; border: 1px solid #ff7200; }
  .TopFaq__ReadMore:after { position: absolute; right: 3vw; top: 50%; transform: translateY(-50%); content: "\2b"; font-size: 2.4rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .TopFaq__ReadMore.--Select:after { content: "\f068"; }
  .TopFaq__ReadMore .--Open { display: block; padding: 4vw 0; }
  .TopFaq__ReadMore.--Select .--Open { display: none; }
  .TopFaq__ReadMore .--Close { display: none; }
  .TopFaq__ReadMore.--Select .--Close { display: block; padding: 4vw 0; }
  .TopFaq .--Button { margin: 8vw auto 0; width: 100%; }
}

/* 当事務所の強み
======================================================== */
.TopStrengths { display: flex; flex-wrap: wrap; margin: 0; padding: 0; width: 100%; }
.TopStrengths__Item { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0 3% 5% 1%; padding: 0; width: 30%; background-color: #f4f4f4; border-width: 1px; border-style: solid; border-color: #ccc; counter-increment: strengths-num; }
.TopStrengths__Item:before { position: absolute; z-index: 2; left: -10px; top: -20px; display: flex; justify-content: center; align-items: center; width: 55px; height: 55px; color: #e0e0e0; font-size: 2.3rem; font-weight: 700; border-radius: 50%; background-color: #999; content: counter(strengths-num); pointer-events: none; }
.TopStrengths__Item:after { content: ""; position: absolute; z-index: -1; right: -3%; bottom: -4%; display: block; width: 100%; height: 100%; background-color: #e0e0e0; }
.TopStrengths__Item:nth-of-type(3n) { margin-right: 0; }
.TopStrengths__Item a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.TopStrengths__Image:before { padding-top: 46%; }
.TopStrengths__Image img { padding-bottom: 0 !important; }
.TopStrengths__Text { flex-grow: 1; display: flex; justify-content: center; align-items: center; }
.TopStrengths__Text p { padding: 15px 0 !important; font-size: 2.2rem; font-weight: 700; line-height: 1.1; text-align: center; }
.TopStrengths__Text span { color: #ff0000; font-size: 2.9rem; }
.TopStrengths__Text span strong { font-size: 6.2rem; }
.TopStrengths__Text span em { font-size: 3.2rem; font-style: normal; }
.TopStrengths__Item:nth-of-type(4) .TopStrengths__Text span em { font-size: 2.9rem; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .TopStrengths__Item { width: 29.9%; }
  .TopStrengths__Item:before { left: -0.769vw; top: -1.538vw; width: 4.23vw; height: 4.23vw; font-size: 1.769vw; }
  .TopStrengths__Text p { padding: 1.153vw 0 !important; font-size: 1.692vw; }
  .TopStrengths__Text span { font-size: 2.23vw; }
  .TopStrengths__Text span strong { font-size: 4.769vw; }
  .TopStrengths__Text span em { font-size: 2.461vw; }
  .TopStrengths__Item:nth-of-type(4) .TopStrengths__Text span em { font-size: 2.23vw; }
}

@media screen and (max-width: 600px) {
  .TopStrengths { flex-direction: column; padding: 0; }
  .TopStrengths__Item { margin: 0 0 10vw 2%; width: 94%; }
  .TopStrengths__Item:before { left: -3vw; top: -4vw; padding: 0 0 1vw; width: 13vw; height: 12vw; font-size: 3.6rem; }
  .TopStrengths__Item:after { bottom: -5%; }
  .TopStrengths__Image:before { padding-top: 36%; }
  .TopStrengths__Text { min-height: 24vw; }
  .TopStrengths__Text p { padding: 3vw 0 !important; font-size: 2.6rem; }
  .TopStrengths__Text span { font-size: 3.2rem; }
}

/* CTA：労働災害の無料相談
======================================================== */
.CallToAction { position: relative; margin: 70px 0; padding: 1%; width: 98%; border-width: 2px; border-style: solid; border-color: #333; }
Body.--Home .CallToAction { margin-top: 0; }
.CallToAction__Shoulder { position: absolute; top: -5px; left: 35px; display: block; margin: 0; padding: 5px 0 0 !important; color: #e0e0e0; font-size: 2.2rem; font-weight: 500; line-height: 1.25; text-align: center; background-color: #999; }
.CallToAction__Shoulder strong { display: inline-block; margin: -10px 0 0; width: 100%; font-size: 6.5rem; font-weight: 900; }
.CallToAction__Shoulder small { font-size: 2.8rem; }
.CallToAction__List { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; border-width: 1px; border-style: solid; border-color: #333; }
.CallToAction__Heading { margin: 0; padding: 20px 0 !important; width: 100%; color: #333; font-size: 4.8rem; font-weight: 900; line-height: 1.2; text-align: center; background-color: #e0e0e0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #333; }
.CallToAction__Heading small { font-size: 3.8rem; }
.CallToAction__List .--PhoneNumber { margin: 0 auto; padding: 10px 0 15px; white-space: nowrap; }
.CallToAction__List .--PhoneNumber a { display: flex; align-items: center; color: #999; font-size: 4.9rem; font-weight: 900; line-height: 1.0; text-decoration: none; pointer-events: none; }
.CallToAction__List .--PhoneNumber a:before { display: flex; justify-content: center; align-items: center; margin: 5px 5px 0 0; width: 36px; height: 36px; content: "\f095"; color: #999; font-size: 2.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; border-width: 2px; border-style: solid; border-color: #999; border-radius: 50%; }
.CallToAction__List .--ReceptionHours { padding: 0 0 15px; font-size: 2.0rem; font-weight: 400; line-height: 1.0; text-align: center; }
.CallToAction__List .--ReceptionHours:before { margin: 0 0 0 20px; content: "受付時間　"; }
.CallToAction__Image { position: absolute; right: 70px; top: 50%; transform: translateY(-50%); width: 95px; }
.CallToAction__Image img { width: 100%; height: auto; padding-bottom: 0 !important; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .CallToAction { margin: 5.384vw 0; /* border-width: 0.154vw; */ }
  .CallToAction__Shoulder { top: -0.384vw; left: 2.692vw; padding: 0.384vw 0 0 !important; font-size: 1.692vw; }
  .CallToAction__Shoulder strong { margin: -0.769vw 0 0; font-size: 5.0vw; }
  .CallToAction__Shoulder small { font-size: 2.153vw; }
  .CallToAction__Heading { padding: 1.538vw 0 !important; font-size: 3.692vw; }
  .CallToAction__Heading small { font-size: 2.923vw; }
  .CallToAction__List .--PhoneNumber { padding: 0.769vw 0 1.153vw; }
  .CallToAction__List .--PhoneNumber a { font-size: 3.769vw; }
  .CallToAction__List .--PhoneNumber a:before { margin: 0.384vw 0.384vw 0 0; width: 2.769vw; height: 2.769vw; font-size: 1.538vw; border-width: 0.154vw; }
  .CallToAction__List .--ReceptionHours { padding: 0 0 1.153vw; font-size: 1.538vw; }
  .CallToAction__List .--ReceptionHours:before { margin: 0 0 0 1.538vw; }
  .CallToAction__Image { right: 5.384vw; width: 7.307vw; }
}

@media screen and (max-width: 600px) {
  .CallToAction { margin: 0 0 12vw; border-width: 1px; }
  .CallToAction__Shoulder { top: -2vw; left: 4vw; padding: 1vw 0 0 !important; width: 16vw; font-size: 1.4rem; }
  .CallToAction__Shoulder strong { margin: -2vw 0 0; font-size: 4.0rem; }
  .CallToAction__Shoulder small { font-size: 2.0rem; }
  .CallToAction__Heading { padding: 2.5vw 0 2.5vw 7% !important; width: 92%; font-size: 2.6rem; border: 1px solid #a0a0a0; }
  .CallToAction__Heading small { font-size: 1.8rem; }
  .CallToAction__List { border: none; }
  .CallToAction__List .--PhoneNumber { padding: 2vw 0 1vw; }
  .CallToAction__List .--PhoneNumber a { font-size: 3.2rem; pointer-events: initial; }
  .CallToAction__List .--PhoneNumber a:before { margin: 1vw 1vw 0 0; padding: 0.5vw 0 0; width: 6vw; height: 5.5vw; font-size: 1.6rem; border-width: 1px; }
  .CallToAction__List .--ReceptionHours { padding: 0 0 2vw; font-size: 1.3rem; }
  .CallToAction__List .--ReceptionHours:before { margin: 0 0 0 4vw; }
  .CallToAction__Image { margin-top: 1vw; right: 2vw; width: 13vw; }
}

/* 無料診断
======================================================== */
.Diagnosis { position: relative; margin: 0 0 70px; padding: 0; width: 100%; background-color: #999; }
.Diagnosis:before,
.Diagnosis:after { position: absolute; bottom: 20px; content: "\f111"; color: #fff; font-size: 0.8rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Diagnosis:before { left: 20px; }
.Diagnosis:after { right: 20px; }
.Diagnosis__Heading { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 0; }
.Diagnosis__Heading img { padding-bottom: 0 !important; width: 100%; height: auto; }
.Diagnosis__Heading figcaption { margin: 0; padding: 0 0 30px; width: 100%; color: #e0e0e0; font-size: 1.7rem; line-height: 1.4; text-align: center; }
.Diagnosis .steps ul { position: relative; display: flex; justify-content: space-between; margin: 0 auto; padding: 3% 6% !important; width: 78%; background-color: #e0e0e0; }
.Diagnosis .steps ul:after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: ""; display: block; width: 80%; height: 2px; background-color: #999; }
.Diagnosis .steps ul li { float: initial; list-style: none; z-index: 1; margin: 0; width: 22%; line-height: 1.0; }
.Diagnosis .steps ul li a { display: flex; justify-content: center; margin: 0; padding: 5px 0; color: #333 !important; font-size: 1.7rem; font-weight: 700; background-color: #f4f4f4 !important; border-width: 2px; border-style: solid; border-color: #999; border-radius: 5px; transition: background-color 0.5s, border-color 0.5s; }
.Diagnosis .steps ul li a .number { display: none; }
.Diagnosis .steps ul li.current a,
.Diagnosis .steps ul li a:hover { margin: 0; padding: 5px 0; color: #fff !important; text-align: center; background-color: #666 !important; border-color: #666; opacity: 1.0; }
.Diagnosis .steps ul li a:hover { cursor: pointer !important; }
.Diagnosis .wizard > .content { margin: initial; background: initial }
.Diagnosis .wizard > .content > .body { float: initial; position: initial; padding: initial; width: initial; }
.Diagnosis .wizard > .content > .body input { border: none; }
.Diagnosis .wizard > .actions { display: flex; justify-content: center; margin-bottom: 40px; }
.Diagnosis .wizard > .actions > ul > li { margin: 0; }
.Diagnosis .wizard > .actions a,
.Diagnosis .wizard > .actions a:hover,
.Diagnosis .wizard > .actions a:active { display: flex; justify-content: center; align-items: center; margin: 0; padding: 20px 100px; color: #ccc; font-size: 2.2rem; font-weight: 900; line-height: 1.5; background-color: #666; border-width: 3px; border-style: solid; border-color: #fff; border-radius: 100px; }
.Diagnosis .wizard > .actions a { transition: opacity 0.5s; }
.Diagnosis__Table { margin: 55px auto; padding: 0; width: 90%; }
.Diagnosis__Table tr { position: relative; display: flex; flex-direction: column; align-items: center; }
.Diagnosis__Table td,
.Diagnosis__Table th { padding: 0; width: 100%; border: none; }
.Diagnosis__Table th { background-color: #e0e0e0; }
.Diagnosis__Table td { margin-bottom: 35px; background-color: #f0f0f0; }
.Diagnosis__Table tr:last-child td { margin-bottom: 0; }
.Diagnosis__Table td p { display: flex; justify-content: center; flex-wrap: wrap; margin: 0; padding: 4% 10% !important; width: 80%; text-align: center; border: none; }
.Diagnosis__Table td.--Accident p,
.Diagnosis__Table td.--Grade p { align-items: flex-end; }
.Diagnosis__Table td p small { display: block; padding-top: 10px; text-align: left; }
.Diagnosis__Table th p { position: relative; padding: 2% 10% 2% 13% !important; width: 77%; font-size: 1.8rem; font-weight: 500; line-height: 1.5;  text-align: left; }
.Diagnosis__Table .--Number:before { position: absolute; z-index: 1; top: 3px; left: 3px; content: ""; display: block; width: 82px; height: 82px; border: 1px solid #fff; border-radius: 50%; }
.Diagnosis__Table .--Number { position: absolute; top: -20px; left: -20px; display: flex; justify-content: center; align-items: center; width: 90px; height: 90px; background-color: #666; border-radius: 50%; color: #e0e0e0; font-size: 2.2rem; font-weight: 700; }
.Diagnosis__Table .--Required { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: block; padding: 10px 15px; color: #e0e0e0; font-size: 1.4rem; line-height: 1.0; background-color: #999; border-radius: 5px; }
.Diagnosis__Table .wpcf7-form-control.wpcf7-checkbox { display: flex; justify-content: center; flex-wrap: wrap; width: 100%; }
.Diagnosis__Table .wpcf7-list-item { margin: 0 0 2% !important; width: 30%; }
.Diagnosis__Table .wpcf7-list-item label { position: relative; display: flex !important; justify-content: center; width: 100%; }
.Diagnosis__Table input[type="checkbox"] { opacity: 0; visibility: hidden; position: absolute; }
.Diagnosis__Table .wpcf7-list-item-label { display: flex !important; justify-content: center; align-items: center; margin: 0; padding: 5px 0; width: 80%; color: #e0e0e0; font-size: 1.7rem; font-weight: 500; background-color: #999; border-width: 1px; border-style: solid; border-color: #999; border-radius: 100px; transition: background-color 0.5s; }
.Diagnosis__Table .wpcf7-list-item-label:hover,
.Diagnosis__Table input[type="checkbox"]:checked + .wpcf7-list-item-label { display: block; color: #999; background-color: #e0e0e0; cursor: pointer; }
.Diagnosis__Table select { padding: 10px 20px; color: #333; font-size: 1.8rem; font-weight: 500; background-color: #e0e0e0; border: none; border-radius: 0; -webkit-appearance: none; appearance: none; }
.Diagnosis__Table .wpcf7-form-control-wrap { display: flex; justify-content: center; width: 100%; }
.Diagnosis__Table .--Residency .wpcf7-form-control-wrap,
.Diagnosis__Table .--Accident .wpcf7-form-control-wrap,
.Diagnosis__Table .--Grade .wpcf7-form-control-wrap  { width: initial; }
.Diagnosis__Table .--Residency .wpcf7-form-control-wrap:after,
.Diagnosis__Table .--Accident .wpcf7-form-control-wrap:after,
.Diagnosis__Table .--Grade .wpcf7-form-control-wrap:after { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: #999; content: "\f0d7"; font-size: 1.6rem; font-family: "Font Awesome 6 Free"; font-weight: bold; pointer-events: none; }
.Diagnosis__Table .--Residency select { width: 250px; }
.Diagnosis__Table .--Accident select,
.Diagnosis__Table .--Grade select  { width: 150px; }
.Diagnosis__Table input[type=text] { padding: 3%; width: 94%; background-color: #e0e0e0; }
.Diagnosis__Table textarea { padding: 3%; width: 93%; height: 130px; background-color: #e0e0e0; border: none; }
.Diagnosis input[type="submit"] { margin: 0 auto; padding: 20px 100px; color: #ccc; font-size: 2.2rem; font-weight: 900; line-height: 1.5; background-color: #666; border-width: 3px !important; border-style: solid !important; border-color: #fff !important; border-radius: 100px; transition: opacity 0.5s; }
.Diagnosis input[type="submit"]:hover { opacity: 0.7; cursor: pointer; }
.Diagnosis__Table .wpcf7-not-valid-tip { display: flex; align-items: center; padding-left: 10px; white-space: nowrap; }
.Diagnosis .wpcf7 form.invalid .wpcf7-response-output { color: #ff0000; font-size: 1.8rem; text-align: center; background-color: #fff; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Diagnosis { margin: 0 0 5.384vw; }
  .Diagnosis:before,
  .Diagnosis:after { bottom: 1.538vw; font-size: 0.615vw; }
  .Diagnosis:before { left: 1.538vw; }
  .Diagnosis:after { right: 1.538vw; }
  .Diagnosis__Heading figcaption { padding: 0 0 2.307vw; font-size: 1.307vw; }
  .Diagnosis .steps ul:after { height: 0.154vw; }
  .Diagnosis .steps ul li a { padding: 0.384vw 0; font-size: 1.307vw; border-width: 0.154vw; border-radius: 0.384vw; }
  .Diagnosis .steps ul li.current a,
  .Diagnosis .steps ul li a:hover { padding: 0.384vw 0; }
  .Diagnosis .wizard > .actions { margin-bottom: 3.076vw; }
  .Diagnosis .wizard > .actions a,
  .Diagnosis .wizard > .actions a:hover,
  .Diagnosis .wizard > .actions a:active { padding: 1.538vw 8.461vw; font-size: 1.769vw; border-width: 0.231vw; }
  .Diagnosis__Table { margin: 4.23vw auto; }
  .Diagnosis__Table td { margin-bottom: 2.692vw; }
  .Diagnosis__Table th p { font-size: 1.384vw; }
  .Diagnosis__Table .--Number:before { top: 0.23vw; left: 0.23vw; width: 6.307vw; height: 6.307vw; }
  .Diagnosis__Table .--Number { top: -1.538vw; left: -1.538vw; width: 6.923vw; height: 6.923vw; font-size: 1.692vw; }
  .Diagnosis__Table .--Required { right: 1.538vw; padding: 0.769vw 1.153vw; font-size: 1.076vw; border-radius: 0.384vw; }
  .Diagnosis__Table .wpcf7-list-item-label { padding: 0.384vw 0; font-size: 1.307vw; }
  .Diagnosis__Table select { padding: 0.769vw 1.538vw; font-size: 1.384vw; }
  .Diagnosis__Table .--Residency .wpcf7-form-control-wrap:after,
  .Diagnosis__Table .--Accident .wpcf7-form-control-wrap:after,
  .Diagnosis__Table .--Grade .wpcf7-form-control-wrap:after { right: 0.769vw; font-size: 1.23vw; }
  .Diagnosis__Table .--Residency select { width: 19.23vw; }
  .Diagnosis__Table .--Accident select,
  .Diagnosis__Table .--Grade select  { width: 11.538vw; }
  .Diagnosis__Table textarea { height: 10vw; }
  .Diagnosis input[type="submit"] { padding: 1.538vw 7.692vw; font-size: 1.692vw; border-width: 0.231vw !important; }
  .Diagnosis__Table .wpcf7-not-valid-tip { padding-left: 0.769vw; }
  .Diagnosis .wpcf7 form.invalid .wpcf7-response-output { font-size: 1.384vw; }
}

@media screen and (max-width: 600px) {
  .Diagnosis { margin: 0 0 15vw; width: 99.3%; }
  .Diagnosis:before,
  .Diagnosis:after { bottom: 2vw; font-size: 0.6rem; }
  .Diagnosis:before { left: 2vw; }
  .Diagnosis:after { right: 2vw; }
  .Diagnosis__Heading { margin: 0 calc(50% - 50vw); width: 100vw; }
  .Diagnosis__Heading figcaption { padding: ; font-size: 1.8rem; }
  .Diagnosis .steps ul { padding: 4vw 5% !important; }
  .Diagnosis .steps ul li { width: 28%; }
  .Diagnosis .steps ul li a { padding: 1vw 0; border-radius: 3px; }
  .Diagnosis .steps ul li.current a,
  .Diagnosis .steps ul li a:hover { padding: 1vw 0; }
  .Diagnosis__Table { margin: 11vw auto; width: 90% !important; }
  .Diagnosis__Table th p { padding: 3.5vw 5% 3.5vw 18% !important; width: 77%; }
  .Diagnosis__Table .--Number { top: -3vw; left: -2vw;  padding-bottom: 0.5vw; width: 14vw; height: 13.5vw; font-size: 1.9rem; }
  .Diagnosis__Table .--Number:before { top: 0.75vw; left: 0.75vw; width: 12vw; height: 12vw; }
  .Diagnosis__Table td { margin-bottom: 10vw; }
  .Diagnosis__Table td p { padding: 5vw 5% !important; width: 90%; }
  .Diagnosis__Table .--Required { right: 3vw; padding: 2vw 3vw; border-radius: 3px; }
  .Diagnosis__Table .wpcf7-form-control.wpcf7-checkbox { justify-content: space-between; }
  .Diagnosis__Table .wpcf7-list-item { margin: 0 0 1vw !important; width: 48%; }
  .Diagnosis__Table .wpcf7-list-item-label { padding: 1.5vw 0; width: 100%; }
  .Diagnosis__Table .--Accident .wpcf7-form-control-wrap { width: 40%; }
  .Diagnosis__Table .--Accident .wpcf7-form-control-wrap:nth-of-type(1) { margin-bottom: 3vw; }
  .Diagnosis__Table .--Year { width: 57%; text-align: left; margin-bottom: 3vw; }
  .Diagnosis__Table select { padding: 3vw 4vw; }
  .Diagnosis__Table .--Accident select,
  .Diagnosis__Table .--Grade select { width: 30vw; }
  .Diagnosis__Table input[type=text] { padding: 3.5vw 3%; }
  .Diagnosis__Table textarea { padding: 3vw 5%; width: 90%; height: 45vw; }
  .Diagnosis input[type="submit"] { padding: 3.5vw 0; width: 90%; font-size: 2.0rem; border-width: 2px !important; }
  .Diagnosis .wizard > .actions { margin-bottom: 5vw; }
  .Diagnosis .wizard > .actions a,
  .Diagnosis .wizard > .actions a:hover,
  .Diagnosis .wizard > .actions a:active { opacity: 1.0; padding: 3vw 0; width: 55vw; font-size: 2.0rem; border-width: 2px; }
}

/* ご相談から給付までの流れ
======================================================== */
.TopFlow { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0; padding: 0 0 10px; width: 100%; }
.TopFlow__Item { position: relative; display: flex; flex-direction: column; margin: 0 0 60px; padding: 0; width: 100%; counter-increment: flow-num; }
.TopFlow__Item:before { display: flex; justify-content: center; align-items: flex-end; margin: 0; padding: 0 0 20px; width: 100px; height: 80px; color: #e0e0e0; font-size: 4.2rem; font-weight: 700; line-height: 1.0; text-align: center; background-color: #999; content: counter(flow-num, decimal-leading-zero); position: absolute; z-index: 1; top: -10px; left: 0; }
.TopFlow__Item:after { position: absolute; bottom: -70px; left: 50%; transform: translateX(-50%); content: "\f0d7"; color: #999; font-size: 8.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.TopFlow__Item:nth-of-type(4):after { display: none; }
.TopFlow__SubHeading { position: relative; margin: 0; padding: 15px 0 15px 130px; width: initial; color: #e0e0e0; font-size: 2.6rem; font-weight: 700; line-height: 1.3; background-color: #666; border: 1px solid #8a6f40; }
.TopFlow__SubHeading:before { position: absolute; z-index: 1; top: 5px; left: 28px; display: block; color: #e0e0e0; font-size: 2.0rem; font-weight: 700; line-height: 1.0; content: "Step"; }
.TopFlow__Text { display: flex; align-items: center; flex-wrap: wrap; margin: 0; padding: 0 0 0 130px; width: initial; min-height: 190px; background-color: #e0e0e0; border-width: 1px; border-style: solid; border-color: #ccc; }
.TopFlow__Text p { padding: 3% 0 !important; width: 45%; font-size: 1.7rem; font-weight: 500; line-height: 1.75; }
.TopFlow__Text .BoxMenu { z-index: 2; display: flex; width: 100%; margin-bottom: -3%; }
.TopFlow__Text .BoxMenu__Item { margin: 0; padding: 0; width: 40px; }
.TopFlow__Text .BoxMenu__Item:nth-of-type(1) { margin-right: 5px; }
.TopFlow__Text .BoxMenu__Item:nth-of-type(1) .BoxMenu__Image { background-color: #999; }
.TopFlow__Text .BoxMenu__Item:nth-of-type(2) .BoxMenu__Image { background-color: #666; }
.TopFlow__Text .BoxMenu__Image { width: 100%; border-radius: 10px; overflow: hidden; line-height: 0; }
.TopFlow__Text .BoxMenu__Image img { padding-bottom: 0 !important; width: 100%; height: auto; }
.TopFlow__Text .BoxMenu__Title { display: none; }
.TopFlow__Image { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 320px; }
.TopFlow__Image img { width: 100%; height: auto; padding-bottom: 0 !important; }
.TopFlow__Shoulder { position: absolute; right: -10px; top: -10px; width: 110px; }
.TopFlow__Shoulder img { width: 100%; height: auto; }
.TopFlow__Item.--Half { width: 48%; }
.TopFlow__Item.--Half:after { bottom: initial; top: -80px; }
.TopFlow__Item.--Half .TopFlow__Text { min-height: 70px; }
.TopFlow__Item.--Half .TopFlow__Text p { width: 100%; font-size: 1.4rem; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .TopFlow { padding: 0 0 0.769vw; }
  .TopFlow__Item { margin: 0 0 4.615vw; }
  .TopFlow__Item:before { padding: 0 0 1.538vw; width: 7.692vw; height: 6.153vw; font-size: 3.23vw; top: -0.769vw; }
  .TopFlow__Item:after { bottom: -5.384vw; font-size: 6.153vw; }
  .TopFlow__SubHeading { padding: 1.153vw 0 1.153vw 10vw; font-size: 2.0vw; }
  .TopFlow__SubHeading:before { top: 0.384vw; left: 2.153vw; font-size: 1.538vw; }
  .TopFlow__Text { padding: 0 0 0 10vw; min-height: 14.615vw; }
  .TopFlow__Text p { font-size: 1.307vw; }
  .TopFlow__Text .BoxMenu__Item { width: 3.076vw; }
  .TopFlow__Text .BoxMenu__Item:nth-of-type(1) { margin-right: 0.384vw; }
  .TopFlow__Text .BoxMenu__Image { border-radius: 0.769vw; }
  .TopFlow__Image { right: 1.538vw; width: 24.615vw; }
  .TopFlow__Shoulder { right: -0.769vw; top: -0.769vw; width: 8.461vw; }
  .TopFlow__Item.--Half:after { top: -6.153vw; }
  .TopFlow__Item.--Half .TopFlow__Text { min-height: 5.384vw; }
  .TopFlow__Item.--Half .TopFlow__Text p { font-size: 1.076vw; }
}

@media screen and (max-width: 600px) {
  .TopFlow { padding: 0; }
  .TopFlow__Item { margin: 0 0 15vw; }
  .TopFlow__Item:before { padding: 0 0 3vw; width: 16vw; height: 13vw; font-size: 3.2rem; top: -2vw; }
  .TopFlow__Item:after { bottom: -16vw; font-size: 8.0rem; }
  .TopFlow__SubHeading { padding: 3vw 0 3vw 21%; width: 78.5%; font-size: 2.0rem; }
  .TopFlow__SubHeading:before { top: 0.5vw; left: 4vw; font-size: 1.6rem; }
  .TopFlow__Text { padding: 0 0 0 3%; min-height: 35vw; }
  .TopFlow__Text p { padding: 5vw 0 !important; font-size: 1.8rem; line-height: 1.5; }
  .TopFlow__Text .BoxMenu__Item { width: 10vw; }
  .TopFlow__Text .BoxMenu__Item:nth-of-type(1) { margin-right: 1vw; }
  .TopFlow__Text .BoxMenu__Image { border-radius: 5px; }
  .TopFlow__Image { right: 4vw; top: 60%; width: 42%; }
  .TopFlow__Shoulder { right: -2vw; top: -2vw; width: 18vw; }
  .TopFlow__Item.--Half:after { top: -18vw; }
  .TopFlow__Item.--Half .TopFlow__SubHeading { padding-left: 40%; width: 60%; }
  .TopFlow__Item.--Half .TopFlow__Text { min-height: 30vw; }
  .TopFlow__Item.--Half .TopFlow__Text p { padding: 0 10% !important; font-size: 1.7rem; }
}

/* アクセス
======================================================== */
.TopAccess { margin: 0; padding: 0 0 90px; width: 100%; }
.TopAccess .--TopHeading { margin-bottom: 30px; }
.TopAccess p { padding-bottom: 0 !important; font-size: 1.7rem; font-weight: 500; line-height: 1.4; }
.TopAccess p em { display: block; font-style: normal; }
.TopAccess iframe { margin-top: 30px; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .TopAccess { padding: 0 0 6.923vw; }
  .TopAccess .--TopHeading { margin-bottom: 2.307vw; }
  .TopAccess p { font-size: 1.307vw; }
  .TopAccess iframe { margin-top: 2.307vw; height: 36.923vw; }
}

@media screen and (max-width: 600px) {
  .TopAccess { padding: 0 0 10vw; }
  .TopAccess .--TopHeading { margin-bottom: 6vw; }
  .TopAccess p { font-size: 1.9rem; }
  .TopAccess iframe { margin-top: 6vw; height: 50vw; }
}

/* フッター　
======================================================== */
.Footer { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 0; width: 100%; }
.Footer__Primary { display: flex; flex-direction: column; margin: 0 auto; padding: 60px 0 90px; width: 1200px; }
.Footer__Primary a { margin: 0; padding: 0; width: 41%; transition: opacity 0.5s; }
.Footer__SiteName { margin: 0; padding: 0; width: 100%; }
.Footer__SiteName img { width: 100%; height: auto; }
.Footer__Office { padding: 0 !important; font-size: 1.5rem; font-weight: 500; }
.Footer__Office .--ManagementNotes:before { content: "（"; }
.Footer__Office .--ManagementNotes:after { content: "）"; }
.Footer__Secondary { display: flex; margin: 0 auto; padding: 0 0 90px; width: 1200px; }
.Footer__SecondaryItem { display: flex; flex-direction: column; margin: 0 2% 0 0; padding: 0; width: 23%; }
.Footer__SecondarySubHeading { margin: 0; padding: 0 0 20px; font-size: 2.0rem; font-weight: 900; line-height: 1.2; }
.Footer__SecondaryNavi { display: flex; flex-direction: column; margin: 0; padding: 0; }
.Footer__Secondary li { margin: 0; padding: 0; }
.Footer__Secondary li a { position: relative; display: block; margin: 0; padding: 5px 0; font-size: 1.6rem; font-weight: 400; line-height: 1.2; text-decoration: none; transition: opacity 0.5s; }
.Footer__Copyright p { margin: 0 auto; padding: 0 0 50px; width: 1200px; font-size: 1.3rem; font-weight: 500; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Footer__Primary { padding: 4.615vw 0 7.692vw; width: 92.308vw; }
  .Footer__Office { font-size: 1.153vw; }
  .Footer__Secondary { padding: 0 0 6.923vw; width: 92.308vw; }
  .Footer__SecondarySubHeading { padding: 0 0 1.538vw; font-size: 1.538vw; }
  .Footer__Secondary li a { padding: 0.384vw 0; font-size: 1.23vw; }
  .Footer__Copyright p { padding: 0 0 3.846vw; width: 92.308vw; font-size: 1.0vw; }
}

@media screen and (max-width: 600px) {
  .Footer { margin: 0 auto 15vw; }
  .Footer__Primary { padding: 15vw 0 10vw; width: 90%; }
  .Footer__Primary a { width: 100%; margin-bottom: 2vw; }
  .Footer__Office { display: flex; flex-wrap: wrap; font-size: 1.6rem; line-height: 1.5; }
  .Footer__Office .--Access { width: 100%; }
  .Footer__Secondary { flex-direction: column; padding: 0 0 5vw; width: 90%; }
  .Footer__SecondaryItem { margin: 0 0 7vw; width: 100%; }
  .Footer__SecondarySubHeading { margin: 0 0 2vw; padding: 0 0 3vw; font-size: 1.9rem; border-bottom: 1px solid #fff; }
  .Footer__Secondary li a { padding: 2.5vw 0; font-size: 1.9rem; }
  .Footer__Copyright p { padding: 0 0 10vw; width: 100%; font-size: 1.1rem; }
}

/* フローティングフッター(SP)
======================================================== */
.FloatingFooterSP { display: none; }

@media screen and (max-width: 600px) {
  .FloatingFooterSP { position: fixed; z-index: 98; bottom: 0; left: 0; display: flex; margin: 0; padding: 0; width: 100%; }
  .FloatingFooterSP__Phone { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 0; width: 52%; background-color: #fff; }
  .FloatingFooterSP__Phone a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .FloatingFooterSP__Phone .--PhoneNumber { display: flex; align-items: center; margin: 0; padding: 0; color: #ff7200; font-size: 2.7rem; font-weight: 900; line-height: 1.0; white-space: nowrap; }
  .FloatingFooterSP__Phone .--PhoneNumber:before { display: flex; justify-content: center; align-items: center; margin: 0.5vw 1vw 0 0; padding: 0.5vw 0 0; width: 5vw; height: 4.5vw; content: "\f095"; color: #333; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; border: 1px solid #333; border-radius: 50%; }
  .FloatingFooterSP__Phone .--ReceptionHours { padding: 1vw 0 0; font-size: 1.3rem; font-weight: 400; line-height: 1.0; text-align: center; white-space: nowrap; }
  .FloatingFooterSP__Phone .--ReceptionHours:before { margin-left: 4vw; content: "受付時間　"; }
  .FloatingFooterSP__Button { display: flex; margin: 0; padding: 0; width: 48%; }
  .FloatingFooterSP__Button li { display: flex; margin: 0; padding: 0; width: 33%; border-left: 1px solid #fff; }
  .FloatingFooterSP__Button li a { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 3vw 0 2vw; width: 100%; color: #fff; font-size: 1.2rem; font-weight: 400; text-decoration: none; background-color: #ff7200; }
  .FloatingFooterSP__Button li a i { flex-grow: 1; display: flex; align-items: center; padding-bottom: 1vw; font-size: 3.0rem; }
  .FloatingFooterSP__Button li:nth-child(2) a i { font-size: 2.5rem; }
  .FloatingFooterSP__Button li a:hover { opacity: 1.0; filter: brightness(1.1); }
}

/* PageTop
======================================================== */
.PageTop { position: fixed; bottom: 20px; right: 40px; z-index: 99; }
.PageTop__Button { position: relative; display: inline-block; width: 60px; height: 60px; background: #8a6f40; border-radius: 50%; opacity: 0.7; }
.PageTop__Button:before { position: absolute; display: inline-block; top: 50%; left: 50%; transform: translate(-50%, -50%); content: "\f077"; color: #fff; font-size: 2.4rem; font-family: "Font Awesome 6 Free"; font-weight: bold; line-height: 0.9; text-align: center; }
.PageTop__Button:hover { opacity: 1.0; filter: brightness(1.2); }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .PageTop { bottom: 1.666vw; right: 3.333vw; }
  .PageTop__Button { width: 5.0vw; height: 5.0vw; }
  .PageTop__Button:before { font-size: 2.0vw; }
}

@media screen and (max-width: 600px) {
  .PageTop { position: fixed; bottom: 17vw; right: 3vw; z-index: 99; }
  .PageTop__Button { position: relative; display: inline-block; width: 10vw; height: 10vw; background: #666; border-radius: 50%; opacity: 0.7; }
  .PageTop__Button:before { }
}

/* 下層共通
======================================================== */
.Body__TwoColumns { display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: flex-start; margin: 0 auto; padding: 30px 0 100px; width: 1200px; }
.Body__Sidebar { margin: 0; padding: 0; width: 300px; }
.Body__Page { margin: 0; padding: 0; width: 870px; }
.--Spacer { display: none; }
.Body__PageTitle { position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 0; min-height: 210px; background-color: #fff9e1; overflow: hidden; }
.Body__PageTitleBg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; }
.Body__PageTitleBg img { width: 100%; height: 100%; object-fit: cover; }
.BreadCrumbs { display: flex; align-items: center; overflow-x: auto; margin: 0 auto; padding: 20px 0; width: 1200px; color: #666; font-size: 1.3rem; font-weight: 400; white-space: nowrap; }
.BreadCrumbs a { text-decoration: none; }
.BreadCrumbs a:hover { opacity: 0.7; }
.BreadCrumbs { --sb-track-color: #999; --sb-thumb-color: #e6e6e6; --sb-size: 5px; }
.BreadCrumbs::-webkit-scrollbar { height: var(--sb-size) }
.BreadCrumbs::-webkit-scrollbar-track { background: var(--sb-track-color); border-radius: 3px; }
.BreadCrumbs::-webkit-scrollbar-thumb { background: var(--sb-thumb-color); border-radius: 3px; }
.PageTitle { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 auto; padding: 0; width: 1200px; }
.PageTitle__Heading { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 0; width: 100%; font-size: 3.2rem; font-weight: 700; line-height: 1.25; text-align: center; background: none; border: none; }
.PageTitle__Heading small { display: block; padding: 20px 0 0; color: #508545; font-size: 1.8rem; font-weight: 500; text-align: center; font-family: "Montserrat"; }

.SingleIntro { display: flex; align-items: center; margin: 0; padding: 0; }
.ReleaseUpdate { display: flex; align-items: center; margin: 0; padding: 0; font-size: 1.4rem; font-weight: 500; }
.ReleaseUpdate dt { padding: 0 20px 20px 0; }
.ReleaseUpdate dd { padding: 0 20px 20px 0; }
.ReleaseUpdate i { padding-right: 5px; }

.Body__Top img, .Body__Page img, .Body__Single img { max-width: 100%; height: auto; margin-top: 0; }
.Body__Page iframe { max-width: 100%; }
.Body__Page img, .Body__Page iframe, .Body__Page p, .Body__Archive p, .Body__Single p, .Body__Page ul, .Body__Single ul { padding-bottom: 3rem; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Body__TwoColumns { padding: 2.3vw 0 7.692vw; width: 92.308vw; }
  .Body__Sidebar { width: 23.076vw; }
  .Body__Page { width: 66.923vw; }
  .Body__PageTitle { min-height: 16.153vw; }
  .PageTitle { width: 92.308vw; }
  .PageTitle__Heading { font-size: 2.461vw; }
  .BreadCrumbs { padding: 1.538vw 0; width: 92.308vw; font-size: 1.0vw; --sb-size: 0.385vw; }
  .ReleaseUpdate { font-size: 1.076vw; }
  .ReleaseUpdate dt { padding: 0 1.538vw 1.538vw 0; }
  .ReleaseUpdate dd { padding: 0 1.538vw 1.538vw 0; }
  .ReleaseUpdate i { padding-right: 0.384vw; }
  .Body__Page img, .Body__Page iframe, .Body__Page p, .Body__Archive p, .Body__Single p { padding-bottom: 2.307vw; }
}

@media screen and (max-width: 600px) {
  .--Spacer { display: block; width: 100%; }
  .Body__TwoColumns { flex-direction: column; padding: 0; width: 100%; }
  .Body__Page { margin: 0 calc(50% - 50vw); padding: 6vw 5vw; width: 90vw; }
  .Body__PageTitle { margin: 0 auto; padding: 0; width: 100%; min-height: 33vw; }
  .Body__PageTitleBg { width: 100%; opacity: 1.0; }
  .PageTitle { padding: 0; width: 90%; }
  .PageTitle__Heading { font-size: 2.4rem; }
  .BreadCrumbs { padding: 2vw 0; width: 90%; font-size: 1.3rem; --sb-size: 3px; }
  .BreadCrumbs dt { padding: 2vw 0 1vw; width: 100%; overflow-x: auto; }
  .BreadCrumbs dd { display: none; }

  .PageTitle__PrimaryHeading { padding: 1.8vw 0; width: 100%; font-size: 2.8rem; }
  .PageTitle__Secondary, .PageTitle__Secondary p { margin: 0 auto; width: 90%; font-size: 2.0rem; }

  .SingleIntro { flex-wrap: wrap; }
  .ReleaseUpdate { padding: 0; }
  .ReleaseUpdate dt { padding: 0 4vw 4vw 0; }
  .ReleaseUpdate dd { padding: 0 4vw 4vw 0; }

  .Modal .Sidebar__Menu { margin: 0 auto 3vw; }
  .Modal .Sidebar__Menu li:last-child a { border-bottom: 1px solid #e2e2e2; }
  .Modal .Sidebar__Menu li a { position: relative; padding: 3vw 2vw; font-size: 1.9rem; }
  .Modal .Sidebar__Menu li a:before { display: none; }
  .Modal .Sidebar__Menu li a:after { position: absolute; z-index: 0; right: 1vw; top: 50%; transform: translateY(-50%); content: " \f054"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
}

/* サイトマップ
======================================================== */
.simple-sitemap-container h3 { padding: 1rem 0; display: flex; justify-content: center; align-items: center; text-align: center; color: #333; font-size: 1.4rem; font-weight: 700 !important; letter-spacing: 0; background: none; border: none; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; -webkit-text-fill-color: initial; }
.simple-sitemap-container h3:after { display: none; }
.simple-sitemap-container { display: flex; flex-wrap: wrap; }
.simple-sitemap-content { width: 100%; }
.simple-sitemap-wrap:not(:first-of-type) { margin-top: 0 !important; }
.simple-sitemap-container.tab-enabled label { float: initial !important; display: flex !important; margin: 0 2px -1px 0 !important; width: 16.4%; background-color: #f4f4f4; } /* Default tab */
.simple-sitemap-container.tab-enabled input:checked + label > * { position: relative; z-index: 1; height: 100%; color: #ff7200 !important; background-color: #fff; border: 1px solid #ddd; border-bottom: none; border-radius: 4px 4px 0 0; } /* Current tab */
.simple-sitemap-container.tab-enabled input:checked + label { background-color: initial !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; }
.simple-sitemap-container ul { margin: 0 auto !important; width: 94%; }
.simple-sitemap-container ul li { margin-left: 0; padding-bottom: 0; list-style: none; line-height: 1.5; }
.sitemap-item { margin: 3rem 0 0; }
.sitemap-item a { display: block; padding: 0.2rem 1rem; background: #faf8f2; border: 1px solid #cacaca; font-size: 1.7rem; }
.children .sitemap-item { margin: 1rem 0 0; padding: 0; }
.children .sitemap-item a { display: inline-block; width: 100%; font-size: 1.5rem; background: none; border: none; }
.children .sitemap-item a:before { content: '\f30b'; font-family: "Font Awesome 6 Free"; font-weight: bold; color: #ccc; margin-right: 0.5rem; display: inline-block; }
ul.children { margin-left: 2rem !important; }
.page_under01 ul.children { margin-left: 0 !important; }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .simple-sitemap-container.tab-enabled label { margin: 0 0.42vw 0 0; border-radius: 0.3vw 0.3vw 0 0; }
  .simple-sitemap-container h3 { padding: 0.83vw 0; font-size: 1.17vw; }
  .simple-sitemap-container.tab-enabled .panel { border-radius: 0 0 0.3vw 0.3vw; }
  .sitemap-item { margin: 2.5vw 0 0; }
  ul.children { margin-left: 1.69vw !important; }
  .sitemap-item a { padding: 0.17vw 0.83vw; font-size: 1.42vw; }
  .children .sitemap-item { margin: 0.83vw 0 0; }
  .children .sitemap-item a { font-size: 1.25vw; }
  .children .sitemap-item a:before { margin-right: 0.42vw; }
}

@media screen and (max-width: 600px) {
  .simple-sitemap-container.tab-enabled label { margin: 3px 2px -1px 0 !important; width: 24.4% !important; height: 10vw; }
  .simple-sitemap-container.tab-enabled input:checked + label { padding-right: 0; }
  .simple-sitemap-container h3 { display: flex; justify-content: center; align-items: center; padding: 2vw 0; height: 100%; font-size: 1.3rem; text-align: center; white-space: initial; }
}

/* 親子ページのリスト　
======================================================== */
.ParentChild { margin: 80px auto; width: 100%; font-size: 1.6rem; border-width: 1px; border-style: solid; }
.ParentChild__Heading a { display: block; padding: 15px 10px; color: #fff; text-decoration: none; }
.ParentChild ul { margin: 0; padding: 0; }
.ParentChild ul.children { margin-left: 0 !important; }
.ParentChild ul li { margin: 0; padding-bottom: 0; list-style: none; }
.ParentChild ul li a { display: block; padding: 15px 10px; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; }
.ParentChild ul li a:before { display: inline-block; content: " \f105"; font-family: "Font Awesome 6 Free"; font-size: 1.4rem; font-weight: 700; padding: 0 5px 0 0; }
.ParentChild ul li.page_item_has_children a,
.ParentChild ul li:last-child a { border-bottom: none; }
.ParentChild ul li.page_item_has_children:last-child ul.children li:last-child a { margin-bottom: -1px; }
.ParentChild ul li.page_item_has_children ul li a { padding: 15px 10px 15px 35px; border-bottom-width: 1px; border-bottom-style: solid; }
.ParentChild ul li.page_item_has_children ul li a:before { content: " \f0da"; }
.ParentChild ul li.page_item_has_children li a { border-bottom: none !important; }
.ParentChild ul li.page_item_has_children li:last-child a { border-bottom-width: 1px !important; border-bottom-style: solid !important; }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .ParentChild { margin: 6.66vw auto; font-size: 1.33vw; }
  .ParentChild__Heading a { padding: 1.25vw 0.83vw; }
  .ParentChild ul li a { padding: 1.25vw 0.83vw; }
  .ParentChild ul li a:before { padding: 0 0.42vw 0 0; font-size: 1.16vw; }
  .ParentChild ul li.page_item_has_children ul li a { padding: 1.25vw 0.83vw 1.25vw 2.93vw; }
}

@media screen and (max-width: 600px) {
  .ParentChild { margin: 8vw auto; }
  .ParentChild__Heading a { padding: 3vw 2vw; }
  .ParentChild ul li a { padding: 3vw 2vw; }
  .ParentChild ul li a:before { padding: 0 0.5vw 0 0; }
  .ParentChild ul li.page_item_has_children ul li a { padding: 3vw 2vw 3vw 6vw; }
}

/* 執筆者情報
======================================================== */
.SubPage__Author { clear: both; margin: 0 auto; padding: 0 0 40px; width: 100%; }
.Author { display: flex; justify-content: space-between; align-items: flex-start; margin: 0; padding: 1.5%; width: 97%; border-width: 1px; border-style: solid; border-color: #c5c5c5; }
.Author__Primary { margin: 0; padding: 0; width: 15%; line-height: 0; }
.Author__Primary:before { padding-top: 100%; }
.Author__Secondary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 82%; }
.Author__FullName { margin: 0; padding: 2% 0; font-size: 1.8rem; font-weight: 700; line-height: 1.2; }
.Author__Text { margin: 0; padding: 0; font-size: 1.5rem; font-weight: 500; line-height: 1.45; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .SubPage__Author { padding: 0 0 3.076vw; }
  .Author__FullName { font-size: 1.384vw; }
  .Author__Text { font-size: 1.153vw; }
}

@media screen and (max-width: 600px) {
  .SubPage__Author { padding: 0 0 10vw; }
  .Author { padding: 4%; width: 92%; }
  .Author__Primary { width: 24%; }
  .Author__Secondary { width: 70%; }
  .Author__FullName { padding: 3vw 0; }
}

/* サイドバー
======================================================== */
.SidebarTop { display: flex; flex-direction: column; align-items: center; margin: 0 0 20px; padding: 0; width: 100%; border-width: 1px; border-style: solid; }
.SidebarTop__Heading { display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; width: 100%; border-bottom-width: 1px; border-bottom-style: solid; }
.SidebarTop__HeadingShoulder { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: -15px 0 0; padding: 0; width: 105px; height: 105px; font-size: 1.7rem; font-weight: 700; line-height: 1.1; text-align: center; border-radius: 50%; }
.SidebarTop__HeadingShoulder strong { font-size: 4.6rem; }
.SidebarTop__HeadingShoulder strong small { font-size: 1.9rem; }
.SidebarTop__HeadingImage { margin: -20px 0 0 30px; width: 100px; line-height: 0; }
.SidebarTop__HeadingImage img { width: 100%; height: auto; }
.SidebarTop__Contact { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 20px 0 10px; }
.SidebarTop__Contact .--SubHeading { margin: 0 auto 5px; padding: 5px 0; font-size: 1.7rem; font-weight: 700; text-align: center; border-bottom-width: 2px; border-bottom-style: solid; }
.SidebarTop__Contact .--PhoneNumber { margin: 0 auto; padding: 0 0 5px; white-space: nowrap; }
.SidebarTop__Contact .--PhoneNumber a { display: flex; align-items: center; font-size: 3.2rem; font-weight: 900; line-height: 1.0; text-decoration: none; pointer-events: none; }
.SidebarTop__Contact .--PhoneNumber a:before { display: flex; justify-content: center; align-items: center; margin: 5px 5px 0 0; width: 24px; height: 24px; content: "\f095"; font-size: 1.4rem; font-family: "Font Awesome 6 Free"; font-weight: bold; border-width: 1px; border-style: solid; border-radius: 50%; }
.SidebarTop__Contact .--ReceptionHours { font-size: 1.3rem; font-weight: 400; line-height: 1.0; text-align: center; }
.SidebarTop__Contact .--ReceptionHours:before { margin: 0; content: "受付時間　"; }
.SidebarTop .BoxMenu { display: flex; flex-direction: column-reverse; margin: 0; padding: 0 0 10px; width: 100%; }
.SidebarTop .BoxMenu__Item { position: relative; display: flex; align-items: center; margin: 0 auto 10px; padding: 0; width: 90%; color: #fff; font-size: 1.6rem; font-weight: 700; line-height: 1.0; text-decoration: none; background-color: #999; border-radius: 10px; transition: opacity 0.5s; }
.SidebarTop .BoxMenu__Item:after { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); content: " \f054"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.SidebarTop .BoxMenu__Image { margin-left: 6px; width: 44px; line-height: 0; }
.SidebarTop .BoxMenu__Image img { padding-bottom: 0 !important; width: 100%; height: auto; }
.SidebarGoogle { margin: 0 0 20px; padding: 0; }
.SidebarBanner { margin: 0 0 60px; padding: 0; }
.SidebarBanner .BoxMenu__Item { position: relative; display: flex; justify-content: center; align-items: center; min-height: 65px; text-decoration: none; transition: opacity 0.5s; }
.SidebarBanner .BoxMenu__Image { position: absolute; top: 0; left: 0; width: 100%; }
.SidebarBanner .BoxMenu__Image img { width: 100%; height: auto; }
.SidebarBanner .BoxMenu__Title { z-index: 1; font-size: 1.8rem; font-weight: 700; line-height: 1.2; text-align: center; }
.SidebarNavi { margin: 0 0 30px; padding: 0; width: 100%; }
.SidebarNavi__SubHeading,
.SidebarOffice__SubHeading { margin: 0 0 15px; padding: 10px 5%; width: 90%; font-size: 1.8rem; font-weight: 900; line-height: 1.2; border-bottom-width: 1px; border-bottom-style: solid; }
.SidebarNavi__List { display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; }
.SidebarNavi__List li { display: flex; }
.SidebarNavi__List li a { margin: 0; padding: 20px 5%; width: 90%; font-size: 1.5rem; font-weight: 500; line-height: 1.2; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; transition: background-color 0.5s; }
.SidebarNavi__List li a:hover { opacity: 1.0; background-color: #f4f4f4; }
.SidebarOffice { margin: 0; padding: 0; width: 100%; }
.SidebarOffice__Information { margin: 0; padding: 10px 0 20px; width: 100%; font-size: 1.5rem; font-weight: 500; line-height: 1.45; }
.SidebarOffice__Information .--Management { display: block; padding: 0 0 5px; font-size: 1.8rem; font-weight: 700; }
.SidebarOffice__Information .--Address em { display: block; font-style: normal; }
.SidebarOffice__Information .--Address span { display: block; }
.SidebarOffice__Contact { margin: 0; padding: 0 0 50px; }
.SidebarOffice__Contact .--PhoneNumber { margin: 0 auto; padding: 0 0 10px; white-space: nowrap; }
.SidebarOffice__Contact .--PhoneNumber a { display: flex; align-items: center; font-size: 3.2rem; font-weight: 900; line-height: 1.0; text-decoration: none; pointer-events: none; }
.SidebarOffice__Contact .--PhoneNumber a:before { display: flex; justify-content: center; align-items: center; margin: 5px 5px 0 0; width: 24px; height: 24px; content: "\f095"; font-size: 1.4rem; font-family: "Font Awesome 6 Free"; font-weight: bold; border-width: 1px; border-style: solid; border-radius: 50%; }
.SidebarOffice__Contact .--ReceptionHours { font-size: 1.3rem; font-weight: 400; line-height: 1.0; }
.SidebarOffice__Contact .--ReceptionHours:before { margin: 0; content: "受付時間　"; }
.SidebarOffice__Contents { margin: 0; padding: 4%; width: 92%; border-width: 1px; border-style: solid; }
.SidebarOffice__Contents img { padding-bottom: 0 !important; width: 100%; height: auto; }
.SidebarOffice__Contents iframe { height: 280px; }
.--Search { margin-bottom: 20px; width: 100%; /* ▼検索 */}
.--Search label { display: none; }
.--Search .wp-block-search__inside-wrapper { position: relative; max-width: 100%; }
.--Search .wp-block-search__inside-wrapper:before { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); content: "\f002"; font-size: 1.8rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.--Search .wp-block-search__input { padding: 4% 0 4% 14%; background-color: #999; border: none; }
.--Search .wp-block-search__button { width: 22%; font-size: 1.6rem; font-weight: 700; background-color: #999; border: none; white-space: nowrap; transition: opacity 0.5s; }
.--Search .wp-block-search__button:hover { cursor: pointer; opacity: 0.7; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .SidebarTop { margin: 0 0 1.538vw; /* ▼最上部 */ }
  .SidebarTop__HeadingShoulder { margin: -1.153vw 0 0; width: 8.076vw; height: 8.076vw; font-size: 1.307vw; }
  .SidebarTop__HeadingShoulder strong { font-size: 3.538vw; }
  .SidebarTop__HeadingShoulder strong small { font-size: 1.461vw; }
  .SidebarTop__HeadingImage { margin: -1.538vw 0 0 2.307vw; width: 7.692vw; }
  .SidebarTop__Contact { padding: 1.538vw 0 0.769vw; }
  .SidebarTop__Contact .--SubHeading { margin: 0 auto 0.384vw; padding: 0.384vw 0; font-size: 1.307vw; border-bottom-width: 0.154vw; }
  .SidebarTop__Contact .--PhoneNumber { padding: 0 0 0.384vw; }
  .SidebarTop__Contact .--PhoneNumber a { font-size: 2.461vw; }
  .SidebarTop__Contact .--PhoneNumber a:before { margin: 0.384vw 0.384vw 0 0; width: 1.846vw; height: 1.846vw; font-size: 1.076vw; }
  .SidebarTop__Contact .--ReceptionHours { font-size: 1.0vw; }
  .SidebarTop .BoxMenu { padding: 0 0 0.769vw; }
  .SidebarTop .BoxMenu__Item { margin: 0 auto 0.769vw; font-size: 1.23vw; border-radius: 0.769vw; }
  .SidebarTop .BoxMenu__Image { margin-left: 0.461vw; width: 3.384vw; }
  .SidebarTop .BoxMenu__Item:after { right: 0.769vw; font-size: 1.0vw; }
  .Body__Sidebar .--Search { margin-bottom: 1.538vw; /* ▼検索 */ }
  .--Search .wp-block-search__inside-wrapper:before { left: 1.153vw; font-size: 1.384vw; }
  .Body__Sidebar .--Search .wp-block-search__button { font-size: 1.23vw; }
  .SidebarBanner { margin: 0 0 4.615vw; /* ▼バナー */ }
  .SidebarBanner .BoxMenu__Item { min-height: 5.0vw; }
  .SidebarBanner .BoxMenu__Title { font-size: 1.384vw; }
  .SidebarNavi { margin: 0 0 2.307vw; /* ▼ナビ・事務所概要 */ }
  .SidebarNavi__SubHeading,
  .SidebarOffice__SubHeading { margin: 0 0 1.153vw; padding: 0.769vw 5%; font-size: 1.384vw; }
  .SidebarNavi__List li a { padding: 1.538vw 5%; font-size: 1.153vw; }
  .SidebarOffice__Information { padding: 0.769vw 0 1.538vw; font-size: 1.153vw; }
  .SidebarOffice__Information .--Management { padding: 0 0 0.384vw; font-size: 1.384vw; }
  .SidebarOffice__Contact { padding: 0 0 3.846vw; }
  .SidebarOffice__Contact .--PhoneNumber { padding: 0 0 0.769vw; }
  .SidebarOffice__Contact .--PhoneNumber a { font-size: 2.461vw; }
  .SidebarOffice__Contact .--PhoneNumber a:before { margin: 0.384vw 0.384vw 0 0; width: 1.846vw; height: 1.846vw; font-size: 1.076vw; }
  .SidebarOffice__Contact .--ReceptionHours { font-size: 1.0vw; }
  .SidebarOffice__Contents iframe { height: 21.538vw; }
}

@media screen and (max-width: 600px) {
  .SidebarTop,
  .Body__Sidebar .--Search,
  .SidebarGoogle,
  .SidebarBanner,
  .SidebarOffice { display: none; }
  .Body__Sidebar { margin: 0 auto 10vw; width: 90%; }
  .SidebarNavi { margin: 0 0 3vw; }
  .SidebarNavi__SubHeading,
  .SidebarOffice__SubHeading { margin: 0; padding: 4vw 0; width: 100%; font-size: 1.9rem; }
  .SidebarNavi__List li a { padding: 4vw 5% 4vw 0; width: 95%; font-size: 1.8rem; }

}

/* single.phpの冒頭にタームを出力
======================================================== */
.SingleTerm { display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin: 0; padding: 0 !important; }
.SingleTerm li { list-style: none !important; margin: 0 20px 20px 0 !important; }
.SingleTerm li a { display: block; padding: 5px 20px; color: #fff; font-size: 1.4rem; line-height: 1.7; text-decoration: none; border-radius: 100px; }
.SingleTerm li a:hover { color: #fff; }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .SingleTerm li { margin: 0 0.833vw 0.833vw 0 !important; }
  .SingleTerm li a { padding: 0.416vw 1.666vw; font-size: 1.166vw; }
}

@media screen and (max-width: 600px) {
  .SingleTerm li { margin: 0 2vw 2vw 0 !important; }
  .SingleTerm li a { padding: 1vw 2vw;}
}

/* 汎用ブロック
======================================================== */


@media only screen and (min-width:600px) and (max-width:1300px) {

}

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

}

/* アーカイブ・詳細
======================================================== */
.Body__Archive,
.Body__Single { margin: 0; padding: 0; width: 870px; }
.Body__ArchiveTwoColumns { display: flex; flex-wrap: wrap; justify-content: space-between; }
.Page__Image img,
.Single__Image img { display: block; margin: 0 auto 60px; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Body__Archive,
  .Body__Single { width: 66.923vw; }
}

@media screen and (max-width: 600px) {
  .Body__Archive,
  .Body__Single { position: relative; /* z-index: 1; */ margin: 0 calc(50% - 50vw); padding: 6vw 5vw; width: 90vw; background: #fff; }
  .Body__ArchiveTwoColumns { flex-direction: column; }
}

/* 絞り込み検索
======================================================== */
.SearchFilter { padding: 0 0 60px; }
.SearchFilter__Heading { margin: 0 0 20px !important; width: 100%; }
.SearchFilter .searchandfilter { width: 100%; }
.searchandfilter div > ul { display: block; width: 100%; }
.searchandfilter div > ul li { display: block; width: 100%; }
.searchandfilter div > ul li ul { display: flex; justify-content: flex-start; flex-wrap: wrap; }
.searchandfilter input[type="checkbox"],
.searchandfilter input[type="radio"] { display: none; }
.searchandfilter div > ul li.cat-item { position: relative; display: flex; margin: 0 1% 1% 0; padding: 0; width: 32%; font-size: 1.5rem; font-weight: 500; background: linear-gradient(to bottom, #fff, #ededed); border: 1px solid #e3e3e3; }
.searchandfilter div > ul li.cat-item:nth-child(3n) { margin-right: 0; }
.searchandfilter div > ul li.cat-item:before { position: absolute; right: 0; top: 50%; transform: translate(-50%, -50%); content: " \f0da";
  font-family: "Font Awesome 6 Free"; font-weight: bold; color: #fff; font-size: 1.0rem; z-index: 1; }
.searchandfilter div > ul li.cat-item:after { content: ""; position: absolute; top: 0; right: 0; width: 10px; height: 100%; }
.searchandfilter div > ul li.cat-item label { display: flex; align-items: center; width: 100%; padding: 10px 20px 10px 10px; font-weight: 700; }
.searchandfilter div > ul li.cat-item label:hover { cursor: pointer; opacity: 0.7; }
.searchandfilter input[type="submit"] { display: none; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .SearchFilter { padding: 0 0 4.615vw; }
  .SearchFilter__Heading { margin: 0 0 1.538vw !important; }
  .searchandfilter div > ul li.cat-item { font-size: 1.153vw; }
  .searchandfilter div > ul li.cat-item:before { font-size: 0.769vw; }
  .searchandfilter div > ul li.cat-item:after { width: 0.769vw; }
  .searchandfilter div > ul li.cat-item label { padding: 0.769vw 1.538vw 0.769vw 0.769vw; }
}

@media screen and (max-width: 600px) {
  .SearchFilter { padding: 0 0 6vw; }
  .SearchFilter__Heading { margin: 0 0 4vw !important; width: 96%; }
  .searchandfilter div > ul li ul { justify-content: space-between; }
  .searchandfilter div > ul li.cat-item { width: 49%; margin: 0 0 1vw; }
  .searchandfilter div > ul li.cat-item label { padding: 2.5vw 4vw 2.5vw 2.5vw; }
}

/* アーカイブ
======================================================== */
.ArchiveNews,
.ArchiveColumn { position: relative; display: flex; justify-content: space-between; align-items: flex-start; margin: 0; padding: 20px 1%; width: 98%; border-bottom: 1px solid #cfcfcf; transition: all 0.5s; }
.ArchiveNews a,
.ArchiveColumn a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.ArchiveNews a:hover,
.ArchiveColumn a:hover { opacity: 0; }
.ArchiveNews:hover,
.ArchiveColumn:hover { background-color: #fff9e1; }
.ArchiveNews__Secondary,
.ArchiveColumn__Secondary { display: flex; flex-wrap: wrap; width: 100%; }
.ArchiveNews__Primary,
.ArchiveColumn__Primary { width: 27%; }
.ArchiveNews__Image:before,
.ArchiveColumn__Image:before { padding-top: 61%; }
.ArchiveNews.--ThumbOn .ArchiveNews__Secondary,
.ArchiveColumn.--ThumbOn .ArchiveColumn__Secondary { width: 70%; }
.ArchiveNews__Date,
.ArchiveColumn__Date { margin: 10px 2% 0 0; padding: 0; /* width: 17%; */ color: #999; font-size: 1.5rem; font-weight: 400; line-height: 1.2; }
.ArchiveNews__Category,
.ArchiveColumn__Category { display: flex; flex-wrap: wrap; margin: 0; padding: 0 !important; width: 83%; }
.ArchiveNews__Category li,
.ArchiveColumn__Category li { margin: 0 2% 2% 0; padding: 10px 4%; color: #fff; font-size: 1.4rem; text-align: center; background-color: #e6e6e6; border-radius: 100px; }
.ArchiveNews__Title,
.ArchiveColumn__Title { margin: 1% 0; padding: 0; width: 100%; font-size: 2.3rem; font-weight: 700; line-height: 1.5; background: none; border: none; }
.ArchiveNews__Text,
.ArchiveColumn__Text { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0 !important; font-size: 1.7rem; font-weight: 500; line-height: 1.8; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .ArchiveNews,
  .ArchiveColumn { padding: 1.538vw 1%; }
  .ArchiveNews__Date,
  .ArchiveColumn__Date { margin: 0.769vw 2% 0 0; font-size: 1.153vw; }
  .ArchiveNews__Category li,
  .ArchiveColumn__Category li { padding: 0.769vw 4%; font-size: 1.076vw; }
  .ArchiveNews__Title,
  .ArchiveColumn__Title { font-size: 1.769vw; }
  .ArchiveNews__Text,
  .ArchiveColumn__Text { font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  .ArchiveNews,
  .ArchiveColumn { flex-direction: column; padding: 5vw 0; width: 100%; }
  .ArchiveNews__Primary,
  .ArchiveColumn__Primary { margin: 0 auto 4vw; width: 60%; }
  .ArchiveNews.--ThumbOn .ArchiveNews__Secondary,
  .ArchiveColumn.--ThumbOn .ArchiveColumn__Secondary { width: 100%; }
  .ArchiveNews__Date,
  .ArchiveColumn__Date { margin: 2vw 2% 0 0; width: 22%; }
  .ArchiveNews__Category,
  .ArchiveColumn__Category { width: 76%; }
  .ArchiveNews__Category li,
  .ArchiveColumn__Category li { padding: 2vw 5%; }
  .ArchiveNews__Title,
  .ArchiveColumn__Title { font-size: 2.2rem; }
}

/* 子ページ一覧
======================================================== */
.Body__RelationPage { padding: 0 0 60px; }
.--NoToc,
.--NoToc + p { padding-bottom: 0 !important; }
.RelationPage { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 auto; padding: 0; width: 100%; }
.RelationPage__Heading { position: relative; margin: 4rem auto; padding: 12px 1%; width: 98%; color: #53b985; font-size: 2.5rem; font-weight: 700; line-height: 1.3; text-align: left; background: none; border-width: 1px; border-style: solid; border-image: linear-gradient(to right, #e10019, #2945a6); border-image-slice: 1; border-left: none; border-right: none; border-bottom: none; background: linear-gradient(90deg, #e10019 0%, #2945a6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.RelationPage__Heading:after { position: absolute; bottom: 0; left: 0; content: ""; width: 100%; height: 1px; background-color: #c8c8c8; }
.RelationPage__Item { display: flex; margin: 0 3.1% 3.1% 0; padding: 1%; width: 29%; background-color: #fff; border-width: 1px; border-style: solid; border-color: #c1c1c1; border-radius: 10px; transition: background-color 0.5s; }
.RelationPage__Item:nth-of-type(3n) { margin-right: 0; }
.RelationPage__Item a { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; text-decoration: none; }
.RelationPage__Item a:hover { opacity: 1.0; }
.RelationPage__Item:hover { background-color: #fff9e1; }
.RelationPage__Primary { width: 100%; border-radius: 10px 10px 0 0; }
.RelationPage__Primary:before { padding-top: 61%; }
.RelationPage__Primary img { height: 100%; padding-bottom: 0 !important; transition-duration: 0.3s; }
/* .RelationPage__Item a:hover .RelationPage__Primary img { transform: scale(1.1); } */
.RelationPage__Secondary { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; width: 100%; }
.RelationPage__Title { margin: 0; padding: 20px 0; }
.RelationPage__Title h3,
.RelationPage__Title h6 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; width: 100%; color: #333; font-size: 1.5rem; font-weight: 700; line-height: 1.3; text-align: center; background: none; border: none; -webkit-text-fill-color: initial; }
.RelationPage__Title h3:after { display: none; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .RelationPage__Item { margin: 0 2.08vw 2.08vw 0; padding: 0.67vw; width: 19.3vw; border-width: 0.077vw; border-radius: 0.769vw; }
  .RelationPage__Primary { border-radius: 0.769vw 0.769vw 0 0; }
  .RelationPage__Title { padding: 1.538vw 0; }
  .RelationPage__Title h3,
  .RelationPage__Title h6 { font-size: 1.153vw; }
}

@media screen and (max-width: 600px) {
  .RelationPage { justify-content: space-between; }
  .RelationPage__Heading { padding: 3vw 1%; font-size: 2.2rem; }
  .RelationPage__Item { margin: 0 0 2.5vw 0; padding: 2%; width: 44%; border-radius: 10px; }
  .RelationPage__Primary { border-radius: 5px 5px 0 0; }
  .RelationPage__Title {  padding: 2vw 0; }
  .RelationPage__Title h3,
  .RelationPage__Title h6 { font-size: 1.5rem; }
}

/* 親子ページのリスト　
======================================================== */
body.solution .Body__ParentChild { display: none; /* 初めての方へ(親)は親子ページのリストを非表示 */ }
.Body__ParentChild { margin: 0 auto; padding: 70px 0; width: 100%; background-color: #f1f1f1; }
.ParentChild__Heading { clear: both; margin: 0 auto 70px; padding: 0; width: 100%; color: #333; font-size: 3.2rem; font-weight: 700; line-height: 1.3; text-align: center; background: none; border: none; }
.ParentChild__Heading span { display: inline-block; padding: 10px 0; border-width: 1px; border-style: solid; border-image: linear-gradient(to right, #e10019, #2945a6); border-image-slice: 1; border-left: none; border-right: none; border-top: none; }
.ParentChild { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 auto; padding: 0; width: 1100px; border: none; }
.ParentChild__Item { display: flex; margin: 0 3.5% 3.5% 0; padding: 1%; width: 29%; background-color: #fff; border-radius: 20px; }
.ParentChild__Item.--CurrentPage { /* display: none;  現在表示しているページ */ }
.ParentChild__Item:nth-of-type(3n) { margin-right: 0; }
.ParentChild__Item a { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; text-decoration: none; }
.ParentChild__Primary { width: 100%; border-radius: 10px 10px 0 0; }
.ParentChild__Primary:before { padding-top: 57%; }
.ParentChild__Primary img { height: 100%; padding-bottom: 0 !important; transition-duration: 0.3s; }
.ParentChild__Item a:hover .ParentChild__Primary img { transform: scale(1.1); }
.ParentChild__Secondary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; }
.ParentChild__Title { margin: 0; padding: 30px 0; }
.Body__Page .ParentChild__Title { text-align: center; }
.ParentChild__Title h6 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; color: #333; font-size: 2.0rem; font-weight: 700; line-height: 1.3; text-align: center; background: none; border: none; }
.ParentChild__List { position: absolute; top: 0; left: 0; }
.ParentChild__List li { list-style: none !important; margin: 0 0 1px !important; padding: 5px 20px; color: #fff; font-size: 1.4rem !important; line-height: 1.3 !important; background: #11364e; }
.ParentChild__Text { margin: 0; padding: 0 0 10px; }
.ParentChild__Text p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; font-size: 1.6rem; font-weight: 400; line-height: 1.5; }
.ParentChild__Item dl { display: flex; flex-direction: column; margin: 0; padding: 0; }
.ParentChild__Item dl dt { padding: 0 0 10px; color: #666; font-size: 1.3rem; font-weight: 400; }
.ParentChild__Item dl dd { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.ParentChild__Item dl dd span { display: inline-block; margin: 0 10px 10px 0; padding: 5px 10px; border-radius: 2px; background: #eaeaea; font-size: 1.4rem; font-weight: 400; }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .Body__ParentChild { padding: 5.85vw 0; }
  .ParentChild { width: 91.7vw; }
  .ParentChild__Heading { margin: 0 auto 5.85vw; font-size: 2.666vw; }
  .ParentChild__Heading span { padding: 0.82vw 0; }
  .ParentChild__Item { border-radius: 1.66vw; }
  .ParentChild__Primary { border-radius: 0.82vw 0.82vw 0 0; }
  .ParentChild__Title { padding: 2.5vw 0; }
  .ParentChild__Title h6 { font-size: 1.66vw; }
}

@media screen and (max-width: 600px) {
  .Body__ParentChild { padding: 10vw 0; }
  .ParentChild { justify-content: space-between; width: 90%; }
  .ParentChild__Heading { margin: 0 auto 10vw; font-size: 2.4rem; }
  .ParentChild__Heading span { padding: 2vw 0; }
  .ParentChild__Item { margin: 0 0 4vw; padding: 2%; width: 44%; border-radius: 10px; }
  .ParentChild__Primary { border-radius: 5px 5px 0 0; }
  .ParentChild__Title { padding: 2vw 0; }
  .ParentChild__Title h6 { font-size: 1.6rem; }
}

/* Page Navi　
======================================================== */
.PageNavi { display: flex; flex-direction: column; width: 100%; margin: 0 auto; padding: 30px 0 60px; }
.PageNavi__Info { padding-bottom: 20px; }
.PageNavi__Info, .wp-pagenavi { display: flex; justify-content: center; margin: 0; width: 100%; }
.wp-pagenavi .pages, .wp-pagenavi .previouspostslink .wp-pagenavi .nextpostslink { display: none; }
.wp-pagenavi a,
.wp-pagenavi span { padding: 0.5vw 0.75vw !important; border-width: 1px; border-style: solid; /* border-radius: 3px; */ }
.wp-pagenavi span.current { color: #fff; }
.wp-pagenavi a:hover,
.wp-pagenavi span.current { opacity: 1.0; color: #fff; font-weight: 400; }
.wp-pagenavi a,
.wp-pagenavi span { font-weight: 400; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .PageNavi { padding: 2.307vw 0 4.615vw; font-size: 1.23vw; }
  .PageNavi__Info { padding-bottom: 1.538vw; }
}

@media screen and (max-width: 600px) {
  .PageNavi { margin: 0 auto; padding: 4vw 0 4vw; width: 100%; flex-direction: column; }
  .PageNavi div { text-align: center; font-size: 1.6rem; flex-wrap: wrap; }
  .PageNavi__Info { padding-bottom: 4vw; }
  .wp-pagenavi { width: 100%; }
  .wp-pagenavi a, .wp-pagenavi span { padding: 2vw 3vw !important; font-size: 1.8rem !important; }
}

/* PageNation */
ul.PageNation { clear: both; position: relative; display: flex; justify-content: space-between; text-align: center; margin: 40px auto; padding: 40px 0; border-top: 1px solid #c1c1c1; list-style: none !important; }
.PageNation li { display: inline-block; margin-left: 0 !important; padding: 0 5px; }
.PageNation li a { display: block; padding: 5px 30px; color: #000; font-size: 1.6rem; font-weight: 400; text-decoration: none; border-width: 1px; border-style: solid; border-color: #c1c1c1; }
.PageNation li a:hover { color: #fff; opacity: 1.0; }
.PageNation .--Back { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media only screen and (min-width:601px) and (max-width:1300px) {
  ul.PageNation { margin: 3.076vw auto; padding: 3.076vw 0; }
  .PageNation li { padding: 0 0.384vw; }
  .PageNation li a { padding: 0.384vw 2.307vw; font-size: 1.23vw; }
}

@media screen and (max-width: 600px) {
  ul.PageNation { margin: 8vw auto; padding: 8vw 0; }
  .PageNation li { margin-left: 0 !important; padding: 0 1%; width: 30%; }
  .PageNation li a { padding: 1vw 0; width: 100%; font-size: 1.6rem; }
}

/* お問い合わせフォーム　
======================================================== */
.ContactIntro { margin: 0 auto; padding: 50px 0 ; }
.ContactIntro .--AlignCenter { padding-bottom: 20px !important; font-size: 1.7rem; line-height: 2.5; }
.ContactIntro__Phone { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 20px 0; width: 100%; background-color: #f6f6f6; }
.ContactIntro .--PhoneNumber { display: flex; align-items: center; padding-bottom: 0 !important; font-size: 3.2rem; font-weight: 700; font-family: "Montserrat"; line-height: 1.0; text-align: center; }
.ContactIntro .--PhoneNumber:before { padding-right: 20px; content: " \f095"; color: #508545; font-size: 2.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.ContactIntro .--ReceptionHours { padding-bottom: 0 !important; font-size: 1.6rem; }
.wpcf7-form > p { padding-bottom: 0; }
.ContactForm {  }
.ContactForm table { border-collapse: collapse; margin: 0 auto; padding: 0; width: 100%; background-color: #f0f0f0; }
.ContactForm table tr { display: flex; flex-direction: column; align-items: center; margin: 0; }
.ContactForm table tr:last-child { padding-bottom: 4%; }
.ContactForm table th { display: flex; justify-content: flex-start; align-items: flex-start; position: relative; margin: 0; padding: 3% 2% 1%; width: 92%; background: none; font-size: 1.7rem; font-weight: 500; line-height: 1.2; text-align: left; border: none; }
.ContactForm table th .title-contactform7 { font-weight: 700; }
/* .ContactForm table th:after { position: absolute; top: 0; right: 0; content: ""; display: inline-block; width: 1px; height: 100%; background: #eaeaea; } */
.ContactForm table td { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 0; padding: 0 2%; width: 92%; border: none; }
.ContactForm .--Required { position: absolute; right: 30px; top: 30px; display: flex; justify-content: center; align-items: center; margin: 0; padding: 4px 20px; color: #eaeaea; font-size: 1.2rem; font-weight: 500; background-color: #999; border-radius: 5px; }
.ContactForm .--Method { padding: 3% 2% 2%; }
.ContactForm .--Method .wpcf7-radio { display: flex; }
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label { position: relative; cursor: pointer; padding: 0 20px 0 40px; }
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:before,
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:after { content: ""; display: block;  border-radius: 50%; position: absolute; transform: translateY(-50%); top: 50%; }
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:before { left: 5px; width: 22px; height: 22px; background-color: #fff; border: 1px solid #ddd; border-radius: 50%; }
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:after { left: 7px; width: 20px; height: 20px; background-color: #508545; border-radius: 50%; opacity: 0; }
.ContactForm .--Method .wpcf7-radio input:checked + .wpcf7-list-item-label:after { opacity: 1; }
.ContactForm .--Method .wpcf7-radio input[type=radio] { position: absolute; margin: -1px; width: 1px; height: 1px; white-space: nowrap; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; padding: 0; }
.ContactForm .--Accept { width: 100%; }
.ContactForm .--Accept p { width: 100%; font-size: 1.7rem; font-weight: 500; text-align: center; }
.ContactForm .--Accept input[type=checkbox] { display: none; }
.ContactForm .--Accept .wpcf7-list-item-label { cursor: pointer; padding-left: 50px; position: relative; }
.ContactForm .--Accept .wpcf7-list-item-label:before,
.ContactForm .--Accept .wpcf7-list-item-label:after { content: ""; display: block;  position: absolute; }
.ContactForm .--Accept .wpcf7-list-item-label:before { background-color: #fff; border-radius: 0%; border: 1px solid #ddd; width: 30px; height: 30px; transform: translateY(-50%); top: 50%; left: 5px; }
.ContactForm .--Accept .wpcf7-list-item-label:after { border-bottom: 3px solid #508545; border-left: 3px solid #508545; opacity: 0; height: 7px; width: 15px; transform: rotate(-45deg); top: 5px; left: 12px; }
.ContactForm .--Accept input:checked + .wpcf7-list-item-label:after { opacity: 1; }
.ContactForm table th p,
.ContactForm table td p { margin: 0; padding: 0; width: 100%; font-size: 1.7rem; font-weight: 400; }
.ContactForm__Date { flex-direction: column; }
.ContactForm table td em { display: inline-block; padding: 0 2% 0 0; width: 10%; font-style: normal; text-align: right; }
.ContactForm table td small { display: inline-block; font-size: 1.3rem; line-height: 1.5; }
.ContactForm .wpcf7-list-item { margin-left: 0; }
.ContactForm input[type="text"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"] { width: 94%; padding: 2% 3%; margin: 0; border: none; }
.ContactForm input[type="text"].--Half { width: 30%; }
.ContactForm textarea { width: 96%; padding: 2%; margin: 0; border: none; }
.ContactForm input::placeholder { color: #c0c0c0; font-weight: 400; }
.ContactForm input[type="submit"] { display: block; margin: 30px auto; padding: 30px 0; width: 35%; color: #e0e0e0; font-size: 2.0rem; font-weight: 700; background-color: #999; border: none; border-radius: 100px; }
.ContactForm input[type="submit"]:hover { opacity: 0.7; cursor: pointer; }
.ContactForm input[type="submit"]:disabled { opacity: 0.3; cursor: not-allowed; }
.ContactForm__Date input[type="text"] { margin-bottom: 20px; }
div.wpcf7cp-btns { display: flex; justify-content: space-between; /* 確認画面 */ }
div.wpcf7cp-btns button { display: block; margin: 20px auto; padding: 20px 0; width: 46%; color: #fff; font-size: 2.4rem; font-weight: bold; border: none; border-radius: 10px; }
div.wpcf7cp-btns button:hover { opacity: 0.7; cursor: pointer; }
#wpcf7cpcnf table { border-collapse: collapse; width: 100%; }
#wpcf7cpcnf table tr { display: flex; flex-wrap: wrap; margin: -1px 0 0; }
#wpcf7cpcnf table th { display: flex; justify-content: flex-start; align-items: flex-start; position: relative; margin: 0; padding: 2%; width: 26%; background: #f9f9f9; font-size: 1.7rem; line-height: 1.2; text-align: left; border-right: none; }
#wpcf7cpcnf table td { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 0 0 0 -1px; padding: 2%; width: 65%; }
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p { margin: 0; width: 100%; font-size: 1.6rem; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .ContactIntro { padding: 4.166vw 0; }
  .ContactIntro .--AlignCenter { padding-bottom: 1.666vw !important; font-size: 1.416vw; }
  .ContactIntro__Phone { padding: 1.666vw 0; }
  .ContactIntro .--PhoneNumber { font-size: 2.666vw; }
  .ContactIntro .--PhoneNumber:before { padding-right: 1.666vw; font-size: 1.666vw; }
  .ContactIntro .--ReceptionHours { font-size: 1.333vw; }
  .ContactForm table { width: 75vw; }
  .ContactForm table th,
  .ContactForm table th p,
  .ContactForm table td,
  .ContactForm table td p { font-size: 1.416vw; }
  .ContactForm .--Required { right: 3.333vw; top: 2.5vw; padding: 0.333vw 1.666vw; font-size: 1.0vw; border-radius: 0.416vw; }
  .ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label { padding: 0 1.666vw 0 3.333vw; }
  .ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:before { left: 0.416vw; width: 1.833vw; height: 1.833vw; }
  .ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:after { left: 0.583vw; width: 1.666vw; height: 1.666vw; }
  .ContactForm .--Accept .wpcf7-list-item-label { padding-left: 4.16vw; }
  .ContactForm .--Accept .wpcf7-list-item-label:before { width: 2.5vw; height: 2.5vw; left: 0.416vw; }
  .ContactForm .--Accept .wpcf7-list-item-label:after { border-bottom: 0.25vw solid #508545; border-left: 0.25vw solid #508545; height: 0.583vw; width: 1.25vw;  top: 0.416vw; left: 1.0vw; }
  .ContactForm .--Accept p { font-size: 1.416vw; }
  .ContactForm input[type="submit"] { margin: 2.5vw auto; padding: 2.5vw 0; font-size: 1.666vw; }
}

@media screen and (max-width: 600px) {
  .ContactIntro { padding: 0; }
  .ContactIntro .--AlignCenter { padding-bottom: 4vw !important; line-height: 1.9; }
  .ContactIntro__Phone { margin-bottom: 10vw; padding: 4vw 0; }
  .ContactForm table tr { flex-direction:column; }
  .ContactForm table th { padding-bottom: 0; }
  .ContactForm table th,
  .ContactForm table td { width: 96%; }
  .ContactForm .--Required { right: 4vw; top: 3vw; padding: 0 2vw; font-size: 1.3rem; }
  .ContactForm table th:after { display: none; }
  .ContactForm table td { padding: 2vw 2% 0; }
  .ContactForm table td .--Required { top: 4.5vw; left: 25vw; }
  .ContactForm input[type="submit"] { margin: 6vw auto; padding: 5.5vw 0; width: 80%; }
  .ContactForm__Date input[type="text"] { margin-bottom: 4vw; }
  .ContactForm .--AlignCenter { line-height: 1.5; }
  div.wpcf7cp-btns button { margin: 2vw auto; padding: 4vw 0; font-size: 2.0rem; }
  .ContactForm .--Method .wpcf7-radio { flex-direction: column; }
  .ContactForm .--Method .wpcf7-list-item { margin-bottom: 2vw; }
  .ContactForm .--Method .wpcf7-list-item:nth-last-of-type(1) { margin-bottom: 0; }
  .ContactForm .--Accept .wpcf7-list-item-label:before { width: 6vw; height: 6vw; }
  .ContactForm .--Accept .wpcf7-list-item-label:after { height: 2vw; width: 3.5vw; top: 0.5vw; left: 2.5vw; }
  .ContactForm .--Accept .wpcf7-list-item-label { padding-left: 10vw; }
}

/* 404 Not found
======================================================== */
.Page404 { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 100px 0 200px; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Page404 { padding: 7.692vw 0 15.384vw; }
}

@media screen and (max-width: 600px) {
  .Page404 { padding: 20vw 0 25vw; }
}

/* Search Results
======================================================== */
.SearchResults dd { margin: 0; }
.SearchResults dt { text-align: center; }
.SearchResults dd a { display: block; padding: 1.5rem 0; border-bottom: 1px dotted #eee; }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .SearchResults dd { font-size: 1.23vw; }
  .SearchResults dd a { padding: 1.153vw 0; }
}

@media screen and (max-width: 600px) {
  .SearchResults { padding: 0 0 10vw; }
}